@breadstone/mosaik-elements-angular 0.1.0 → 0.1.2
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.2",
|
|
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.2",
|
|
16
|
+
"@breadstone/mosaik-elements-foundation": "0.1.2",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -12772,8 +12772,11 @@ declare const COMBO_ITEM_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_eleme
|
|
|
12772
12772
|
/**
|
|
12773
12773
|
* @public
|
|
12774
12774
|
*
|
|
12775
|
-
* @slot
|
|
12775
|
+
* @slot checkmark - The checkmark slot.
|
|
12776
|
+
* @slot end - The end slot.
|
|
12776
12777
|
* @slot icon - The icon slot.
|
|
12778
|
+
* @slot - Default content area for the option label and description
|
|
12779
|
+
* @slot start - The start slot.
|
|
12777
12780
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
12778
12781
|
*/
|
|
12779
12782
|
declare class ComboItemComponent {
|
|
@@ -36248,9 +36251,9 @@ declare const SELECT_ITEM_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elem
|
|
|
36248
36251
|
/**
|
|
36249
36252
|
* @public
|
|
36250
36253
|
*
|
|
36251
|
-
* @slot
|
|
36254
|
+
* @slot checkmark - The checkmark slot.
|
|
36255
|
+
* @slot end - The end slot.
|
|
36252
36256
|
* @slot icon - The icon display area alongside the label
|
|
36253
|
-
* @slot label - The primary text label for the option
|
|
36254
36257
|
* @slot start - Content placed before the icon (e.g., status indicators, badges)
|
|
36255
36258
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
36256
36259
|
*/
|