@breadstone/mosaik-elements-angular 0.0.124 → 0.0.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -12327,7 +12327,7 @@ ChoiceGroupComponent = __decorate$2I([
|
|
|
12327
12327
|
ProxyCmp({
|
|
12328
12328
|
defineCustomElementFn: () => customElements.define('mosaik-choice-group', ChoiceGroupElement),
|
|
12329
12329
|
inputs: ['name', 'required', 'themeName', 'orientation', 'invalid', 'value', 'disabled', 'appearance', 'variant', 'dir', 'lang'],
|
|
12330
|
-
methods: ['checkValidity', '
|
|
12330
|
+
methods: ['onSlotChanges', 'checkValidity', 'reset', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
12331
12331
|
}),
|
|
12332
12332
|
__metadata$2I("design:paramtypes", [])
|
|
12333
12333
|
], ChoiceGroupComponent);
|