@breadstone/mosaik-elements-angular 0.0.72 → 0.0.73
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
|
@@ -30891,7 +30891,7 @@ MenuItemComponent = __decorate$1n([
|
|
|
30891
30891
|
ProxyCmp({
|
|
30892
30892
|
defineCustomElementFn: () => customElements.define('mosaik-menu-item', MenuItemElement),
|
|
30893
30893
|
inputs: ['hasChildren', 'subLabel', 'icon', 'isActive', 'isChecked', 'isExpanded', 'textOverflow', 'themeName', 'disabled', 'value', 'variant', 'isFocused', 'label', 'dir', 'lang'],
|
|
30894
|
-
methods: ['onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'hasVisibleFocusInTree', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
30894
|
+
methods: ['expand', 'collapse', 'toggle', 'onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'hasVisibleFocusInTree', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
30895
30895
|
}),
|
|
30896
30896
|
__metadata$1n("design:paramtypes", [])
|
|
30897
30897
|
], MenuItemComponent);
|
|
@@ -51843,7 +51843,7 @@ TreeItemComponent = __decorate$7([
|
|
|
51843
51843
|
ProxyCmp({
|
|
51844
51844
|
defineCustomElementFn: () => customElements.define('mosaik-tree-item', TreeItemElement),
|
|
51845
51845
|
inputs: ['hasChildren', 'items', 'text', 'isExpanded', 'isChecked', 'themeName', 'disabled', 'variant', 'isFocused', 'isBusy', 'isSelected', 'index', 'displayText', 'value', 'dir', 'lang'],
|
|
51846
|
-
methods: ['onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'hasVisibleFocusInTree', 'select', 'unselect', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
51846
|
+
methods: ['expand', 'collapse', 'toggle', 'onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'hasVisibleFocusInTree', 'select', 'unselect', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
51847
51847
|
}),
|
|
51848
51848
|
__metadata$7("design:paramtypes", [])
|
|
51849
51849
|
], TreeItemComponent);
|