@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-angular",
3
- "version": "0.1.51",
3
+ "version": "0.1.53",
4
4
  "description": "Mosaik elements for Angular.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -12,8 +12,8 @@
12
12
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
13
13
  },
14
14
  "dependencies": {
15
- "@breadstone/mosaik-elements": "0.1.51",
16
- "@breadstone/mosaik-elements-foundation": "0.1.51",
15
+ "@breadstone/mosaik-elements": "0.1.53",
16
+ "@breadstone/mosaik-elements-foundation": "0.1.53",
17
17
  "tslib": "2.8.1"
18
18
  },
19
19
  "peerDependencies": {
@@ -1418,7 +1418,7 @@ declare class AppComponent {
1418
1418
  /**
1419
1419
  * Declares the methods available on AppComponent.
1420
1420
  */
1421
- type AppMethodNames = 'toggleNavigation' | 'openNavigation' | 'closeNavigation' | 'onSlotChanges' | 'assignToSlot' | 'getSlotAssignments' | 'getSlotAssignmentsOf' | 'getSlotContent' | 'hasSlotContent' | 'hasSlot';
1421
+ type AppMethodNames = 'toggleNavigation' | 'openNavigation' | 'closeNavigation' | 'onNavigationDrawerChanged' | 'onSlotChanges' | 'assignToSlot' | 'getSlotAssignments' | 'getSlotAssignmentsOf' | 'getSlotContent' | 'hasSlotContent' | 'hasSlot';
1422
1422
  /**
1423
1423
  * Declares the methods interface for AppComponent.
1424
1424
  */
@@ -18138,7 +18138,7 @@ declare class DrawerComponent {
18138
18138
  /**
18139
18139
  * Declares the methods available on DrawerComponent.
18140
18140
  */
18141
- type DrawerMethodNames = 'open' | 'close' | 'toggle' | 'innerOffsetWidth' | 'play' | 'onEnterAnimation' | 'onExitAnimation' | 'assignToSlot' | 'getSlotAssignments' | 'getSlotAssignmentsOf' | 'getSlotContent' | 'hasSlotContent' | 'hasSlot' | 'onSlotChanges' | 'requestAttention';
18141
+ type DrawerMethodNames = 'close' | 'toggle' | 'innerOffsetWidth' | 'play' | 'onEnterAnimation' | 'onExitAnimation' | 'assignToSlot' | 'getSlotAssignments' | 'getSlotAssignmentsOf' | 'getSlotContent' | 'hasSlotContent' | 'hasSlot' | 'onSlotChanges' | 'open' | 'requestAttention';
18142
18142
  /**
18143
18143
  * Declares the methods interface for DrawerComponent.
18144
18144
  */