@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-angular",
3
- "version": "0.0.260",
3
+ "version": "0.0.261",
4
4
  "description": "Mosaik elements for Angular.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -19,8 +19,8 @@
19
19
  "rxjs": "*"
20
20
  },
21
21
  "dependencies": {
22
- "@breadstone/mosaik-elements": "^0.0.260",
23
- "@breadstone/mosaik-elements-foundation": "^0.0.260",
22
+ "@breadstone/mosaik-elements": "^0.0.261",
23
+ "@breadstone/mosaik-elements-foundation": "^0.0.261",
24
24
  "tslib": "^2.8.1"
25
25
  }
26
26
  }
@@ -25484,7 +25484,7 @@ declare class ListItemComponent {
25484
25484
  /**
25485
25485
  * Declares the methods available on ListItemComponent.
25486
25486
  */
25487
- type ListItemMethodNames = 'hasVisibleFocusInTree' | 'select' | 'deselect' | 'adoptStyle' | 'on' | 'off' | 'emit' | 'requestUpdate';
25487
+ type ListItemMethodNames = 'assignToSlot' | 'getSlotAssignments' | 'getSlotAssignmentsOf' | 'getSlotContent' | 'hasSlotContent' | 'hasSlot' | 'onSlotChanges' | 'hasVisibleFocusInTree' | 'select' | 'deselect' | 'adoptStyle' | 'on' | 'off' | 'emit' | 'requestUpdate';
25488
25488
  /**
25489
25489
  * Declares the methods interface for ListItemComponent.
25490
25490
  */