mis-crystal-design-system 18.1.13-test-1 → 18.1.14
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": "mis-crystal-design-system",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.14",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
"esm": "./esm2022/action-list/mis-crystal-design-system-action-list.mjs",
|
|
29
29
|
"default": "./fesm2022/mis-crystal-design-system-action-list.mjs"
|
|
30
30
|
},
|
|
31
|
-
"./async-search-dropdown": {
|
|
32
|
-
"types": "./async-search-dropdown/index.d.ts",
|
|
33
|
-
"esm2022": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
34
|
-
"esm": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
35
|
-
"default": "./fesm2022/mis-crystal-design-system-async-search-dropdown.mjs"
|
|
36
|
-
},
|
|
37
31
|
"./analytics": {
|
|
38
32
|
"types": "./analytics/index.d.ts",
|
|
39
33
|
"esm2022": "./esm2022/analytics/mis-crystal-design-system-analytics.mjs",
|
|
40
34
|
"esm": "./esm2022/analytics/mis-crystal-design-system-analytics.mjs",
|
|
41
35
|
"default": "./fesm2022/mis-crystal-design-system-analytics.mjs"
|
|
42
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
43
|
"./button": {
|
|
44
44
|
"types": "./button/index.d.ts",
|
|
45
45
|
"esm2022": "./esm2022/button/mis-crystal-design-system-button.mjs",
|
|
@@ -238,12 +238,6 @@
|
|
|
238
238
|
"esm": "./esm2022/tooltip/mis-crystal-design-system-tooltip.mjs",
|
|
239
239
|
"default": "./fesm2022/mis-crystal-design-system-tooltip.mjs"
|
|
240
240
|
},
|
|
241
|
-
"./widgets": {
|
|
242
|
-
"types": "./widgets/index.d.ts",
|
|
243
|
-
"esm2022": "./esm2022/widgets/mis-crystal-design-system-widgets.mjs",
|
|
244
|
-
"esm": "./esm2022/widgets/mis-crystal-design-system-widgets.mjs",
|
|
245
|
-
"default": "./fesm2022/mis-crystal-design-system-widgets.mjs"
|
|
246
|
-
},
|
|
247
241
|
"./utils": {
|
|
248
242
|
"types": "./utils/index.d.ts",
|
|
249
243
|
"esm2022": "./esm2022/utils/mis-crystal-design-system-utils.mjs",
|
|
@@ -255,6 +249,12 @@
|
|
|
255
249
|
"esm2022": "./esm2022/virtual-scroll/mis-crystal-design-system-virtual-scroll.mjs",
|
|
256
250
|
"esm": "./esm2022/virtual-scroll/mis-crystal-design-system-virtual-scroll.mjs",
|
|
257
251
|
"default": "./fesm2022/mis-crystal-design-system-virtual-scroll.mjs"
|
|
252
|
+
},
|
|
253
|
+
"./widgets": {
|
|
254
|
+
"types": "./widgets/index.d.ts",
|
|
255
|
+
"esm2022": "./esm2022/widgets/mis-crystal-design-system-widgets.mjs",
|
|
256
|
+
"esm": "./esm2022/widgets/mis-crystal-design-system-widgets.mjs",
|
|
257
|
+
"default": "./fesm2022/mis-crystal-design-system-widgets.mjs"
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"sideEffects": false,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'mis-icons';
|
|
3
|
-
src: url('
|
|
4
|
-
src: url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
7
|
-
url('
|
|
3
|
+
src: url('fonts/mis-icons.eot?nvmskr');
|
|
4
|
+
src: url('fonts/mis-icons.eot?nvmskr#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/mis-icons.ttf?nvmskr') format('truetype'),
|
|
6
|
+
url('fonts/mis-icons.woff?nvmskr') format('woff'),
|
|
7
|
+
url('fonts/mis-icons.svg?nvmskr#mis-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -104,16 +104,7 @@ export declare class TableComponent implements OnInit, AfterViewInit, OnChanges
|
|
|
104
104
|
config: ColConfig;
|
|
105
105
|
} | null;
|
|
106
106
|
isRowDisabled(row: any): boolean;
|
|
107
|
-
/**
|
|
108
|
-
* Updates activeRowIndex and calculates updated tableData based on checkbox state
|
|
109
|
-
* This is the single source of truth for checkbox state management
|
|
110
|
-
* Preserves checkbox state for disabled rows
|
|
111
|
-
*/
|
|
112
107
|
private updateCheckboxState;
|
|
113
|
-
/**
|
|
114
|
-
* Builds checkedItems array from checked row indices and updated tableData
|
|
115
|
-
* Preserves ALL columns in each checked item
|
|
116
|
-
*/
|
|
117
108
|
private buildCheckedItems;
|
|
118
109
|
toggleCheckbox(): void;
|
|
119
110
|
onPageSizeChange(selectedOption: DropdownItem): void;
|