@breadstone/mosaik-elements-angular 0.1.45 → 0.1.46
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.46",
|
|
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.46",
|
|
16
|
+
"@breadstone/mosaik-elements-foundation": "0.1.46",
|
|
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 {
|