@breadstone/mosaik-elements-angular 0.1.46 → 0.1.47

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.1.47 (2026-07-07)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **dataList:** add caption/summary slot projection ([7e107dc5f1](https://github.com/RueDeRennes/mosaik/commit/7e107dc5f1))
6
+
1
7
  ## 0.1.46 (2026-07-07)
2
8
 
3
9
  ### 🚀 Features
@@ -60176,7 +60176,7 @@ ListComponent = __decorate$1$([
60176
60176
  ProxyCmp({
60177
60177
  defineCustomElementFn: () => defineCustomElement('mosaik-list', ListElement),
60178
60178
  inputs: ['intl', 'selectionMode', 'value', 'themeName', 'disabled', 'showFilter', 'filterMemberPath', 'filter', 'filterPlaceholder', 'orientation', 'inset', 'items', 'selectedItem', 'dir', 'lang'],
60179
- methods: ['select', 'deselect', 'resetSelection', 'selectNext', 'selectPrevious', 'selectFirst', 'selectLast']
60179
+ methods: ['assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot', 'onSlotChanges', 'select', 'deselect', 'resetSelection', 'selectNext', 'selectPrevious', 'selectFirst', 'selectLast']
60180
60180
  }),
60181
60181
  __metadata$1$("design:paramtypes", [])
60182
60182
  ], ListComponent);