@breadstone/mosaik-elements-angular 0.1.45 → 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": {
|
|
@@ -13747,6 +13747,8 @@ declare const DATA_LIST_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elemen
|
|
|
13747
13747
|
/**
|
|
13748
13748
|
* @public
|
|
13749
13749
|
*
|
|
13750
|
+
* @slot caption - The caption slot.
|
|
13751
|
+
* @slot summary - The summary slot.
|
|
13750
13752
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
13751
13753
|
*/
|
|
13752
13754
|
declare class DataListComponent implements ControlValueAccessor {
|
|
@@ -26540,7 +26542,7 @@ declare class ListComponent implements ControlValueAccessor {
|
|
|
26540
26542
|
/**
|
|
26541
26543
|
* Declares the methods available on ListComponent.
|
|
26542
26544
|
*/
|
|
26543
|
-
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';
|
|
26544
26546
|
/**
|
|
26545
26547
|
* Declares the methods interface for ListComponent.
|
|
26546
26548
|
*/
|