@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
@@ -1,3 +1,9 @@
1
+ ## 0.0.73 (2025-07-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add expand, collapse, and toggle methods to MenuItem and TreeItem components with descriptions ([8881f5f730](https://github.com/RueDeRennes/mosaik/commit/8881f5f730))
6
+
1
7
  ## 0.0.72 (2025-07-05)
2
8
 
3
9
  ### 🚀 Features
@@ -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);