@riotjs/dom-bindings
Advanced tools
Comparing version 9.2.2 to 9.2.3
@@ -93,12 +93,16 @@ // Expressions | ||
template?: TemplateChunk<Scope> | ||
attributes: AttributeExpressionData<Scope>[] | ||
name: string | ||
} | ||
export interface TagSlotData<Scope = any> { | ||
id: string | ||
html: string | ||
bindings: BindingData<Scope>[] | ||
} | ||
export interface TagBindingData<Scope = any> extends BaseBindingData<Scope> { | ||
getComponent(name: string): TemplateChunk<Scope> | ||
attributes: AttributeExpressionData<Scope>[] | ||
slots: { | ||
id: string | ||
html: string | ||
bindings: BindingData<Scope>[] | ||
}[] | ||
slots: TagSlotData[] | ||
} | ||
@@ -105,0 +109,0 @@ |
{ | ||
"name": "@riotjs/dom-bindings", | ||
"version": "9.2.2", | ||
"version": "9.2.3", | ||
"description": "Riot.js DOM bindings", | ||
@@ -57,3 +57,3 @@ "main": "dist/dom-bindings.cjs", | ||
"c8": "^10.1.2", | ||
"chai": "^5.1.1", | ||
"chai": "^5.1.2", | ||
"coveralls": "^3.1.1", | ||
@@ -64,5 +64,5 @@ "eslint": "^8.57.0", | ||
"jsdom-global": "3.0.2", | ||
"mocha": "^10.7.3", | ||
"mocha": "^10.8.2", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.24.0", | ||
"rollup": "^4.24.4", | ||
"sinon": "^19.0.2", | ||
@@ -69,0 +69,0 @@ "sinon-chai": "^4.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157080
4031