@breadstone/mosaik-elements-angular 0.1.51 → 0.1.53

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,13 @@
1
+ ## 0.1.53 (2026-07-13)
2
+
3
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
4
+
5
+ ## 0.1.52 (2026-07-13)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **overlay:** add requestAttention and closeAttempt CloseAttempted ([27f164ec7f](https://github.com/RueDeRennes/mosaik/commit/27f164ec7f))
10
+
1
11
  ## 0.1.51 (2026-07-13)
2
12
 
3
13
  ### 🚀 Features
@@ -2099,7 +2099,7 @@ AppComponent = __decorate$4L([
2099
2099
  ProxyCmp({
2100
2100
  defineCustomElementFn: () => defineCustomElement('mosaik-app', AppElement),
2101
2101
  inputs: ['theme', 'isNavOpen', 'isMobile', 'hasHeader', 'hasNav', 'themeName', 'dir', 'lang'],
2102
- methods: ['toggleNavigation', 'openNavigation', 'closeNavigation', 'onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot']
2102
+ methods: ['toggleNavigation', 'openNavigation', 'closeNavigation', 'onNavigationDrawerChanged', 'onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot']
2103
2103
  }),
2104
2104
  __metadata$4L("design:paramtypes", [])
2105
2105
  ], AppComponent);
@@ -16411,7 +16411,7 @@ DrawerComponent = __decorate$4p([
16411
16411
  ProxyCmp({
16412
16412
  defineCustomElementFn: () => defineCustomElement('mosaik-drawer', DrawerElement),
16413
16413
  inputs: ['isComposed', 'isFullScreen', 'header', 'subHeader', 'position', 'mode', 'hasShadow', 'themeName', 'animationTarget', 'enter', 'exit', 'width', 'height', 'elevation', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
16414
- methods: ['open', 'close', 'toggle', 'innerOffsetWidth', 'play', 'onEnterAnimation', 'onExitAnimation', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot', 'onSlotChanges', 'requestAttention']
16414
+ methods: ['close', 'toggle', 'innerOffsetWidth', 'play', 'onEnterAnimation', 'onExitAnimation', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot', 'onSlotChanges', 'open', 'requestAttention']
16415
16415
  }),
16416
16416
  __metadata$4p("design:paramtypes", [])
16417
16417
  ], DrawerComponent);