@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-angular",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
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.
|
|
16
|
-
"@breadstone/mosaik-elements-foundation": "0.1.
|
|
15
|
+
"@breadstone/mosaik-elements": "0.1.47",
|
|
16
|
+
"@breadstone/mosaik-elements-foundation": "0.1.47",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -26542,7 +26542,7 @@ declare class ListComponent implements ControlValueAccessor {
|
|
|
26542
26542
|
/**
|
|
26543
26543
|
* Declares the methods available on ListComponent.
|
|
26544
26544
|
*/
|
|
26545
|
-
type ListMethodNames = 'select' | 'deselect' | 'resetSelection' | 'selectNext' | 'selectPrevious' | 'selectFirst' | 'selectLast';
|
|
26545
|
+
type ListMethodNames = 'assignToSlot' | 'getSlotAssignments' | 'getSlotAssignmentsOf' | 'getSlotContent' | 'hasSlotContent' | 'hasSlot' | 'onSlotChanges' | 'select' | 'deselect' | 'resetSelection' | 'selectNext' | 'selectPrevious' | 'selectFirst' | 'selectLast';
|
|
26546
26546
|
/**
|
|
26547
26547
|
* Declares the methods interface for ListComponent.
|
|
26548
26548
|
*/
|