@breadstone/mosaik-elements-angular 0.0.260 → 0.0.261
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
|
@@ -55331,7 +55331,7 @@ ListItemComponent = __decorate$1$([
|
|
|
55331
55331
|
ProxyCmp({
|
|
55332
55332
|
defineCustomElementFn: () => customElements.define('mosaik-list-item', ListItemElement),
|
|
55333
55333
|
inputs: ['isChecked', 'themeName', 'ripple', 'disabled', 'variant', 'isFocused', 'isSelected', 'index', 'displayText', 'value', 'dir', 'lang'],
|
|
55334
|
-
methods: ['hasVisibleFocusInTree', 'select', 'deselect', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
55334
|
+
methods: ['assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot', 'onSlotChanges', 'hasVisibleFocusInTree', 'select', 'deselect', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
55335
55335
|
}),
|
|
55336
55336
|
__metadata$1$("design:paramtypes", [])
|
|
55337
55337
|
], ListItemComponent);
|