@breadstone/mosaik-elements-angular 0.1.20 → 0.1.22
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.22",
|
|
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.22",
|
|
16
|
+
"@breadstone/mosaik-elements-foundation": "0.1.22",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -18859,9 +18859,10 @@ declare const EMPTY_STATE_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elem
|
|
|
18859
18859
|
/**
|
|
18860
18860
|
* @public
|
|
18861
18861
|
*
|
|
18862
|
-
* @slot -
|
|
18862
|
+
* @slot - Default content area for additional empty state information or custom elements
|
|
18863
18863
|
* @slot actions - Action buttons or links for user guidance and next steps
|
|
18864
18864
|
* @slot header - The header slot.
|
|
18865
|
+
* @slot content - The content slot.
|
|
18865
18866
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
18866
18867
|
*/
|
|
18867
18868
|
declare class EmptyStateComponent {
|