@vaadin/checkbox-group
Advanced tools
Comparing version 23.0.9 to 23.0.10
{ | ||
"name": "@vaadin/checkbox-group", | ||
"version": "23.0.9", | ||
"version": "23.0.10", | ||
"publishConfig": { | ||
@@ -37,7 +37,7 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/checkbox": "^23.0.9", | ||
"@vaadin/component-base": "^23.0.9", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.9", | ||
"@vaadin/vaadin-material-styles": "^23.0.9", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.9" | ||
"@vaadin/checkbox": "^23.0.10", | ||
"@vaadin/component-base": "^23.0.10", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.10", | ||
"@vaadin/vaadin-material-styles": "^23.0.10", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.10" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3" | ||
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3" | ||
} |
@@ -82,3 +82,3 @@ /** | ||
listener: (this: CheckboxGroup, ev: CheckboxGroupEventMap[K]) => void, | ||
options?: boolean | AddEventListenerOptions | ||
options?: boolean | AddEventListenerOptions, | ||
): void; | ||
@@ -89,3 +89,3 @@ | ||
listener: (this: CheckboxGroup, ev: CheckboxGroupEventMap[K]) => void, | ||
options?: boolean | EventListenerOptions | ||
options?: boolean | EventListenerOptions, | ||
): void; | ||
@@ -92,0 +92,0 @@ } |
@@ -128,4 +128,4 @@ /** | ||
value: () => [], | ||
notify: true | ||
} | ||
notify: true, | ||
}, | ||
}; | ||
@@ -132,0 +132,0 @@ } |
@@ -57,3 +57,3 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
registerStyles('vaadin-checkbox-group', [requiredField, helper, checkboxGroup], { | ||
moduleId: 'lumo-checkbox-group' | ||
moduleId: 'lumo-checkbox-group', | ||
}); |
@@ -45,3 +45,3 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
registerStyles('vaadin-checkbox-group', [requiredField, helper, checkboxGroup], { | ||
moduleId: 'material-checkbox-group' | ||
moduleId: 'material-checkbox-group', | ||
}); |
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
31687