@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
@@ -1,3 +1,7 @@
1
+ ## 0.0.261 (2026-05-07)
2
+
3
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.260 (2026-05-07)
2
6
 
3
7
  ### 🚀 Features
@@ -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);