@breadstone/mosaik-elements-angular 0.1.51 → 0.1.52
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
|
@@ -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: ['
|
|
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);
|