mis-crystal-design-system 18.0.13-test-3 → 18.0.13-test-5
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/esm2022/table/actions-cell/actions-cell.component.mjs +7 -4
- package/esm2022/table/table.component.mjs +22 -43
- package/fesm2022/mis-crystal-design-system-table.mjs +27 -45
- package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
- package/package.json +18 -18
- package/table/actions-cell/actions-cell.component.d.ts +3 -2
- package/table/table.component.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mis-crystal-design-system",
|
|
3
|
-
"version": "18.0.13-test-
|
|
3
|
+
"version": "18.0.13-test-5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
@@ -34,23 +34,17 @@
|
|
|
34
34
|
"esm": "./esm2022/analytics/mis-crystal-design-system-analytics.mjs",
|
|
35
35
|
"default": "./fesm2022/mis-crystal-design-system-analytics.mjs"
|
|
36
36
|
},
|
|
37
|
-
"./async-search-dropdown": {
|
|
38
|
-
"types": "./async-search-dropdown/index.d.ts",
|
|
39
|
-
"esm2022": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
40
|
-
"esm": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
41
|
-
"default": "./fesm2022/mis-crystal-design-system-async-search-dropdown.mjs"
|
|
42
|
-
},
|
|
43
37
|
"./button": {
|
|
44
38
|
"types": "./button/index.d.ts",
|
|
45
39
|
"esm2022": "./esm2022/button/mis-crystal-design-system-button.mjs",
|
|
46
40
|
"esm": "./esm2022/button/mis-crystal-design-system-button.mjs",
|
|
47
41
|
"default": "./fesm2022/mis-crystal-design-system-button.mjs"
|
|
48
42
|
},
|
|
49
|
-
"./
|
|
50
|
-
"types": "./
|
|
51
|
-
"esm2022": "./esm2022/
|
|
52
|
-
"esm": "./esm2022/
|
|
53
|
-
"default": "./fesm2022/mis-crystal-design-system-
|
|
43
|
+
"./async-search-dropdown": {
|
|
44
|
+
"types": "./async-search-dropdown/index.d.ts",
|
|
45
|
+
"esm2022": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
46
|
+
"esm": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
47
|
+
"default": "./fesm2022/mis-crystal-design-system-async-search-dropdown.mjs"
|
|
54
48
|
},
|
|
55
49
|
"./chip": {
|
|
56
50
|
"types": "./chip/index.d.ts",
|
|
@@ -58,6 +52,12 @@
|
|
|
58
52
|
"esm": "./esm2022/chip/mis-crystal-design-system-chip.mjs",
|
|
59
53
|
"default": "./fesm2022/mis-crystal-design-system-chip.mjs"
|
|
60
54
|
},
|
|
55
|
+
"./checkbox": {
|
|
56
|
+
"types": "./checkbox/index.d.ts",
|
|
57
|
+
"esm2022": "./esm2022/checkbox/mis-crystal-design-system-checkbox.mjs",
|
|
58
|
+
"esm": "./esm2022/checkbox/mis-crystal-design-system-checkbox.mjs",
|
|
59
|
+
"default": "./fesm2022/mis-crystal-design-system-checkbox.mjs"
|
|
60
|
+
},
|
|
61
61
|
"./datepicker_v2": {
|
|
62
62
|
"types": "./datepicker_v2/index.d.ts",
|
|
63
63
|
"esm2022": "./esm2022/datepicker_v2/mis-crystal-design-system-datepicker_v2.mjs",
|
|
@@ -220,18 +220,18 @@
|
|
|
220
220
|
"esm": "./esm2022/timerangepicker/mis-crystal-design-system-timerangepicker.mjs",
|
|
221
221
|
"default": "./fesm2022/mis-crystal-design-system-timerangepicker.mjs"
|
|
222
222
|
},
|
|
223
|
-
"./tooltip": {
|
|
224
|
-
"types": "./tooltip/index.d.ts",
|
|
225
|
-
"esm2022": "./esm2022/tooltip/mis-crystal-design-system-tooltip.mjs",
|
|
226
|
-
"esm": "./esm2022/tooltip/mis-crystal-design-system-tooltip.mjs",
|
|
227
|
-
"default": "./fesm2022/mis-crystal-design-system-tooltip.mjs"
|
|
228
|
-
},
|
|
229
223
|
"./toast": {
|
|
230
224
|
"types": "./toast/index.d.ts",
|
|
231
225
|
"esm2022": "./esm2022/toast/mis-crystal-design-system-toast.mjs",
|
|
232
226
|
"esm": "./esm2022/toast/mis-crystal-design-system-toast.mjs",
|
|
233
227
|
"default": "./fesm2022/mis-crystal-design-system-toast.mjs"
|
|
234
228
|
},
|
|
229
|
+
"./tooltip": {
|
|
230
|
+
"types": "./tooltip/index.d.ts",
|
|
231
|
+
"esm2022": "./esm2022/tooltip/mis-crystal-design-system-tooltip.mjs",
|
|
232
|
+
"esm": "./esm2022/tooltip/mis-crystal-design-system-tooltip.mjs",
|
|
233
|
+
"default": "./fesm2022/mis-crystal-design-system-tooltip.mjs"
|
|
234
|
+
},
|
|
235
235
|
"./utils": {
|
|
236
236
|
"types": "./utils/index.d.ts",
|
|
237
237
|
"esm2022": "./esm2022/utils/mis-crystal-design-system-utils.mjs",
|
|
@@ -4,9 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ActionsCellComponent implements OnInit {
|
|
5
5
|
data: any;
|
|
6
6
|
actionItems: ActionItem[];
|
|
7
|
-
actionType: 'inline' | 'dropdown';
|
|
7
|
+
actionType: 'inline' | 'dropdown' | 'checkbox';
|
|
8
8
|
dropdownIcon: string;
|
|
9
9
|
submenuAlign: 'left' | 'right';
|
|
10
|
+
menuAlign: 'left' | 'right';
|
|
10
11
|
private _style;
|
|
11
12
|
containerStyle: any;
|
|
12
13
|
set style(value: any);
|
|
@@ -27,5 +28,5 @@ export declare class ActionsCellComponent implements OnInit {
|
|
|
27
28
|
toggleDropdown(event: Event): void;
|
|
28
29
|
onDropdownItemClick(item: any, event: Event): void;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsCellComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsCellComponent, "mis-actions-cell", never, { "data": { "alias": "data"; "required": false; }; "actionItems": { "alias": "actionItems"; "required": false; }; "actionType": { "alias": "actionType"; "required": false; }; "dropdownIcon": { "alias": "dropdownIcon"; "required": false; }; "submenuAlign": { "alias": "submenuAlign"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, { "actionClick": "actionClick"; }, never, never, false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsCellComponent, "mis-actions-cell", never, { "data": { "alias": "data"; "required": false; }; "actionItems": { "alias": "actionItems"; "required": false; }; "actionType": { "alias": "actionType"; "required": false; }; "dropdownIcon": { "alias": "dropdownIcon"; "required": false; }; "submenuAlign": { "alias": "submenuAlign"; "required": false; }; "menuAlign": { "alias": "menuAlign"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, { "actionClick": "actionClick"; }, never, never, false, never>;
|
|
31
32
|
}
|