@breadstone/mosaik-elements-angular 0.1.22 → 0.1.25
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.25",
|
|
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.25",
|
|
16
|
+
"@breadstone/mosaik-elements-foundation": "0.1.25",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -49241,10 +49241,10 @@ declare class ItemDefDirective implements AfterContentInit, OnDestroy {
|
|
|
49241
49241
|
*/
|
|
49242
49242
|
itemKey: string;
|
|
49243
49243
|
/**
|
|
49244
|
-
|
|
49245
|
-
|
|
49246
|
-
|
|
49247
|
-
|
|
49244
|
+
* The item cell template directive.
|
|
49245
|
+
*
|
|
49246
|
+
* @public
|
|
49247
|
+
*/
|
|
49248
49248
|
itemCellDef?: ItemCellDefDirective;
|
|
49249
49249
|
/**
|
|
49250
49250
|
* @public
|
|
@@ -49464,16 +49464,16 @@ declare class ColumnDefDirective implements AfterContentInit, OnDestroy {
|
|
|
49464
49464
|
*/
|
|
49465
49465
|
columnKey: string;
|
|
49466
49466
|
/**
|
|
49467
|
-
|
|
49468
|
-
|
|
49469
|
-
|
|
49470
|
-
|
|
49467
|
+
* The cell template directive for body cells.
|
|
49468
|
+
*
|
|
49469
|
+
* @public
|
|
49470
|
+
*/
|
|
49471
49471
|
cellDef?: CellDefDirective;
|
|
49472
49472
|
/**
|
|
49473
|
-
|
|
49474
|
-
|
|
49475
|
-
|
|
49476
|
-
|
|
49473
|
+
* The header cell template directive.
|
|
49474
|
+
*
|
|
49475
|
+
* @public
|
|
49476
|
+
*/
|
|
49477
49477
|
headerCellDef?: HeaderCellDefDirective;
|
|
49478
49478
|
/**
|
|
49479
49479
|
* @public
|