@breadstone/mosaik-elements-angular 0.0.233 → 0.0.235
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.0.
|
|
3
|
+
"version": "0.0.235",
|
|
4
4
|
"description": "Mosaik elements for Angular.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"rxjs": "*"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
23
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
22
|
+
"@breadstone/mosaik-elements": "^0.0.235",
|
|
23
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.235",
|
|
24
24
|
"tslib": "^2.8.1"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -13622,6 +13622,8 @@ declare const DATA_TABLE_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_eleme
|
|
|
13622
13622
|
/**
|
|
13623
13623
|
* @public
|
|
13624
13624
|
*
|
|
13625
|
+
* @slot caption - The caption slot.
|
|
13626
|
+
* @slot summary - The summary slot.
|
|
13625
13627
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
13626
13628
|
*/
|
|
13627
13629
|
declare class DataTableComponent implements ControlValueAccessor {
|
|
@@ -41304,6 +41306,7 @@ declare const TABLE_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elements_f
|
|
|
41304
41306
|
*
|
|
41305
41307
|
* @slot - The default slot.
|
|
41306
41308
|
* @slot caption - The caption slot for the table title or description.
|
|
41309
|
+
* @slot summary - The summary slot.
|
|
41307
41310
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
41308
41311
|
*/
|
|
41309
41312
|
declare class TableComponent {
|