mis-crystal-design-system 18.0.24 → 18.1.0-signal-test
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/action-list/action-list.component.d.ts +17 -15
- package/async-search-dropdown/async-dropdown.component.d.ts +43 -61
- package/button/button.component.d.ts +35 -13
- package/button/button.directive.d.ts +10 -8
- package/checkbox/checkbox.component.d.ts +15 -12
- package/chip/chip.component.d.ts +9 -11
- package/datepicker_v2/models/dp-config.model.d.ts +1 -0
- package/datepicker_v2/tz-datepicker.directive.d.ts +15 -18
- package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +42 -21
- package/daterangepicker_v2/tz-daterangepicker.directive.d.ts +12 -14
- package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +46 -23
- package/drawer/drawer-body/drawer-body.component.d.ts +2 -2
- package/dropdown/calculate-container-height.directive.d.ts +7 -8
- package/dropdown/dropdown.component.d.ts +41 -49
- package/dynamic-form/dynamic-form.component.d.ts +20 -16
- package/esm2022/action-list/action-list.component.mjs +112 -89
- package/esm2022/async-search-dropdown/async-dropdown.component.mjs +256 -326
- package/esm2022/button/button.component.mjs +55 -48
- package/esm2022/button/button.directive.mjs +36 -40
- package/esm2022/checkbox/checkbox.component.mjs +75 -70
- package/esm2022/chip/chip.component.mjs +20 -33
- package/esm2022/datepicker_v2/models/dp-config.model.mjs +1 -1
- package/esm2022/datepicker_v2/tz-datepicker.directive.mjs +42 -71
- package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +202 -172
- package/esm2022/datepicker_v2/utils/index.mjs +2 -1
- package/esm2022/daterangepicker_v2/tz-daterangepicker.directive.mjs +26 -51
- package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +282 -235
- package/esm2022/drawer/drawer-body/drawer-body.component.mjs +8 -7
- package/esm2022/dropdown/calculate-container-height.directive.mjs +25 -22
- package/esm2022/dropdown/dropdown.component.mjs +162 -186
- package/esm2022/dynamic-form/dynamic-form.component.mjs +118 -72
- package/esm2022/fab/fab.component.mjs +29 -33
- package/esm2022/filter/filter-panel/filter-panel.component.mjs +60 -58
- package/esm2022/input/directives/input/input.directive.mjs +22 -26
- package/esm2022/input/mis-input.component.mjs +41 -45
- package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +40 -50
- package/esm2022/loader/loader.component.mjs +8 -11
- package/esm2022/mobile-filter/mobile-filter.component.mjs +61 -61
- package/esm2022/modal/module-wrapper/module-wrapper.component.mjs +11 -9
- package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +235 -281
- package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +250 -287
- package/esm2022/phone-input/phone-input.component.mjs +21 -43
- package/esm2022/radio-button/radio-button.component.mjs +15 -27
- package/esm2022/ske-loader/ske-loader.component.mjs +15 -29
- package/esm2022/slider/slider.component.mjs +23 -33
- package/esm2022/slider/slider.module.mjs +4 -11
- package/esm2022/snackbar/snackbar/snackbar.component.mjs +21 -15
- package/esm2022/snackbar/snackbar.service.mjs +3 -2
- package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +230 -343
- package/esm2022/specificdatepicker/tz-specificdatepicker.directive.mjs +77 -105
- package/esm2022/star-rating/star-rating.component.mjs +57 -71
- package/esm2022/switch/switch.component.mjs +34 -36
- package/esm2022/table/actions-cell/actions-cell.component.mjs +55 -54
- package/esm2022/table/custom-table-cell.directive.mjs +22 -18
- package/esm2022/table/filter/filter.component.mjs +60 -42
- package/esm2022/table/sort-icons.directive.mjs +16 -8
- package/esm2022/table/sub-table/sub-table.component.mjs +41 -44
- package/esm2022/table/table.component.mjs +181 -165
- package/esm2022/timepicker/timepicker.component.mjs +244 -159
- package/esm2022/timepicker/timepicker.directive.mjs +3 -2
- package/esm2022/timerangepicker/timerangepicker.component.mjs +200 -159
- package/esm2022/toast/toast.component.mjs +6 -7
- package/esm2022/toast/toast.data.service.mjs +15 -9
- package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +12 -12
- package/esm2022/tooltip/tooltip.directive.mjs +4 -4
- package/esm2022/virtual-scroll/virtual-scroll.component.mjs +57 -59
- package/fab/fab.component.d.ts +12 -8
- package/fesm2022/mis-crystal-design-system-action-list.mjs +111 -88
- package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +253 -324
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-button.mjs +88 -85
- package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-checkbox.mjs +74 -69
- package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-chip.mjs +19 -32
- package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +242 -240
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +305 -283
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-drawer.mjs +7 -6
- package/fesm2022/mis-crystal-design-system-drawer.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dropdown.mjs +183 -204
- package/fesm2022/mis-crystal-design-system-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +118 -72
- package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-fab.mjs +28 -32
- package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-filter.mjs +59 -57
- package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs +39 -49
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input.mjs +62 -71
- package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-loader.mjs +7 -10
- package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +60 -60
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-modal.mjs +10 -8
- package/fesm2022/mis-crystal-design-system-modal.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +233 -279
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +249 -286
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-phone-input.mjs +20 -42
- package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-radio-button.mjs +14 -26
- package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs +14 -28
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-slider.mjs +25 -42
- package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-snackbar.mjs +22 -15
- package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +304 -445
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-star-rating.mjs +56 -70
- package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-switch.mjs +33 -35
- package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-table.mjs +365 -321
- package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-timepicker.mjs +245 -159
- package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +199 -158
- package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-toast.mjs +18 -13
- package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-tooltip.mjs +14 -14
- package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs +57 -59
- package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs.map +1 -1
- package/filter/filter-panel/filter-panel.component.d.ts +14 -14
- package/input/directives/input/input.directive.d.ts +6 -10
- package/input/mis-input.component.d.ts +12 -13
- package/input-stepper/input-stepper/input-stepper.component.d.ts +8 -7
- package/loader/loader.component.d.ts +3 -6
- package/mobile-filter/mobile-filter.component.d.ts +15 -15
- package/modal/module-wrapper/module-wrapper.component.d.ts +2 -3
- package/multi-select-dropdown/multi-select-dropdown.component.d.ts +89 -51
- package/nested-multi-select-dropdown/nested-multi-select-dropdown.component.d.ts +99 -56
- package/package.json +17 -17
- package/phone-input/phone-input.component.d.ts +16 -18
- package/radio-button/radio-button.component.d.ts +9 -11
- package/ske-loader/ske-loader.component.d.ts +8 -11
- package/slider/slider.component.d.ts +8 -11
- package/slider/slider.module.d.ts +1 -2
- package/snackbar/snackbar/snackbar.component.d.ts +3 -3
- package/specificdatepicker/tz-sdp-container/tz-sdp-container.component.d.ts +35 -35
- package/specificdatepicker/tz-specificdatepicker.directive.d.ts +24 -28
- package/star-rating/star-rating.component.d.ts +18 -18
- package/switch/switch.component.d.ts +8 -10
- package/table/actions-cell/actions-cell.component.d.ts +14 -14
- package/table/custom-table-cell.directive.d.ts +3 -3
- package/table/filter/filter.component.d.ts +9 -9
- package/table/sub-table/sub-table.component.d.ts +5 -5
- package/table/table.component.d.ts +38 -35
- package/timepicker/timepicker.component.d.ts +29 -28
- package/timerangepicker/timerangepicker.component.d.ts +36 -33
- package/toast/toast.data.service.d.ts +1 -1
- package/tooltip/tooltip-container/tooltip.component.d.ts +4 -4
- package/virtual-scroll/virtual-scroll.component.d.ts +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mis-crystal-design-system",
|
|
3
|
-
"version": "18.0
|
|
3
|
+
"version": "18.1.0-signal-test",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"esm": "./esm2022/analytics/mis-crystal-design-system-analytics.mjs",
|
|
35
35
|
"default": "./fesm2022/mis-crystal-design-system-analytics.mjs"
|
|
36
36
|
},
|
|
37
|
+
"./button": {
|
|
38
|
+
"types": "./button/index.d.ts",
|
|
39
|
+
"esm2022": "./esm2022/button/mis-crystal-design-system-button.mjs",
|
|
40
|
+
"esm": "./esm2022/button/mis-crystal-design-system-button.mjs",
|
|
41
|
+
"default": "./fesm2022/mis-crystal-design-system-button.mjs"
|
|
42
|
+
},
|
|
37
43
|
"./checkbox": {
|
|
38
44
|
"types": "./checkbox/index.d.ts",
|
|
39
45
|
"esm2022": "./esm2022/checkbox/mis-crystal-design-system-checkbox.mjs",
|
|
40
46
|
"esm": "./esm2022/checkbox/mis-crystal-design-system-checkbox.mjs",
|
|
41
47
|
"default": "./fesm2022/mis-crystal-design-system-checkbox.mjs"
|
|
42
48
|
},
|
|
43
|
-
"./
|
|
44
|
-
"types": "./
|
|
45
|
-
"esm2022": "./esm2022/
|
|
46
|
-
"esm": "./esm2022/
|
|
47
|
-
"default": "./fesm2022/mis-crystal-design-system-
|
|
48
|
-
},
|
|
49
|
-
"./button": {
|
|
50
|
-
"types": "./button/index.d.ts",
|
|
51
|
-
"esm2022": "./esm2022/button/mis-crystal-design-system-button.mjs",
|
|
52
|
-
"esm": "./esm2022/button/mis-crystal-design-system-button.mjs",
|
|
53
|
-
"default": "./fesm2022/mis-crystal-design-system-button.mjs"
|
|
49
|
+
"./datepicker_v2": {
|
|
50
|
+
"types": "./datepicker_v2/index.d.ts",
|
|
51
|
+
"esm2022": "./esm2022/datepicker_v2/mis-crystal-design-system-datepicker_v2.mjs",
|
|
52
|
+
"esm": "./esm2022/datepicker_v2/mis-crystal-design-system-datepicker_v2.mjs",
|
|
53
|
+
"default": "./fesm2022/mis-crystal-design-system-datepicker_v2.mjs"
|
|
54
54
|
},
|
|
55
55
|
"./chip": {
|
|
56
56
|
"types": "./chip/index.d.ts",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"esm": "./esm2022/chip/mis-crystal-design-system-chip.mjs",
|
|
59
59
|
"default": "./fesm2022/mis-crystal-design-system-chip.mjs"
|
|
60
60
|
},
|
|
61
|
-
"./
|
|
62
|
-
"types": "./
|
|
63
|
-
"esm2022": "./esm2022/
|
|
64
|
-
"esm": "./esm2022/
|
|
65
|
-
"default": "./fesm2022/mis-crystal-design-system-
|
|
61
|
+
"./async-search-dropdown": {
|
|
62
|
+
"types": "./async-search-dropdown/index.d.ts",
|
|
63
|
+
"esm2022": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
64
|
+
"esm": "./esm2022/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs",
|
|
65
|
+
"default": "./fesm2022/mis-crystal-design-system-async-search-dropdown.mjs"
|
|
66
66
|
},
|
|
67
67
|
"./daterangepicker_v2": {
|
|
68
68
|
"types": "./daterangepicker_v2/index.d.ts",
|
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { FormControl } from "@angular/forms";
|
|
3
3
|
import { DropdownItem } from "mis-crystal-design-system/dropdown";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PhoneInputComponent
|
|
6
|
-
dropdownHeight
|
|
7
|
-
dropdownWidth
|
|
8
|
-
inputHeight
|
|
9
|
-
dropdownData: DropdownItem[]
|
|
10
|
-
dropdownSelectedItem: DropdownItem
|
|
11
|
-
label: string
|
|
12
|
-
inputPlaceholder: string
|
|
13
|
-
inputFormControl: FormControl
|
|
5
|
+
export declare class PhoneInputComponent {
|
|
6
|
+
dropdownHeight: import("@angular/core").InputSignal<string>;
|
|
7
|
+
dropdownWidth: import("@angular/core").InputSignal<string>;
|
|
8
|
+
inputHeight: import("@angular/core").InputSignal<string>;
|
|
9
|
+
dropdownData: import("@angular/core").InputSignal<DropdownItem[]>;
|
|
10
|
+
dropdownSelectedItem: import("@angular/core").InputSignal<DropdownItem>;
|
|
11
|
+
label: import("@angular/core").InputSignal<string>;
|
|
12
|
+
inputPlaceholder: import("@angular/core").InputSignal<string>;
|
|
13
|
+
inputFormControl: import("@angular/core").InputSignal<FormControl<any>>;
|
|
14
|
+
dropdownListWidth: import("@angular/core").InputSignal<string>;
|
|
15
|
+
dropdownListHeight: import("@angular/core").InputSignal<string>;
|
|
16
|
+
searchEnabled: import("@angular/core").InputSignal<boolean>;
|
|
17
|
+
inputType: import("@angular/core").InputSignal<string>;
|
|
18
|
+
searchLabel: import("@angular/core").InputSignal<string>;
|
|
14
19
|
onDropdownSelection: EventEmitter<any>;
|
|
15
|
-
dropdownListWidth: any;
|
|
16
|
-
dropdownListHeight: any;
|
|
17
|
-
searchEnabled: boolean;
|
|
18
|
-
inputType: string;
|
|
19
|
-
searchLabel: string;
|
|
20
|
-
constructor();
|
|
21
|
-
ngOnInit(): void;
|
|
22
20
|
handleDropdownSelection(item: DropdownItem): void;
|
|
23
21
|
preventScroll(event: WheelEvent): void;
|
|
24
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneInputComponent, "mis-phone-input", never, { "dropdownHeight": { "alias": "dropdownHeight"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "inputHeight": { "alias": "inputHeight"; "required": false; }; "dropdownData": { "alias": "dropdownData"; "required": false; }; "dropdownSelectedItem": { "alias": "dropdownSelectedItem"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "inputFormControl": { "alias": "inputFormControl"; "required": false; }; "dropdownListWidth": { "alias": "dropdownListWidth"; "required": false; }; "dropdownListHeight": { "alias": "dropdownListHeight"; "required": false; }; "searchEnabled": { "alias": "searchEnabled"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "searchLabel": { "alias": "searchLabel"; "required": false; }; }, { "onDropdownSelection": "onDropdownSelection"; }, never, never, false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneInputComponent, "mis-phone-input", never, { "dropdownHeight": { "alias": "dropdownHeight"; "required": false; "isSignal": true; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; "isSignal": true; }; "inputHeight": { "alias": "inputHeight"; "required": false; "isSignal": true; }; "dropdownData": { "alias": "dropdownData"; "required": false; "isSignal": true; }; "dropdownSelectedItem": { "alias": "dropdownSelectedItem"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; "isSignal": true; }; "inputFormControl": { "alias": "inputFormControl"; "required": false; "isSignal": true; }; "dropdownListWidth": { "alias": "dropdownListWidth"; "required": false; "isSignal": true; }; "dropdownListHeight": { "alias": "dropdownListHeight"; "required": false; "isSignal": true; }; "searchEnabled": { "alias": "searchEnabled"; "required": false; "isSignal": true; }; "inputType": { "alias": "inputType"; "required": false; "isSignal": true; }; "searchLabel": { "alias": "searchLabel"; "required": false; "isSignal": true; }; }, { "onDropdownSelection": "onDropdownSelection"; }, never, never, false, never>;
|
|
26
24
|
}
|
|
@@ -1,28 +1,26 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { AbstractControl } from "@angular/forms";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RadioButtonComponent
|
|
4
|
+
export declare class RadioButtonComponent {
|
|
5
5
|
/** When multiple radio input fields are used
|
|
6
6
|
* an "id" can be given to keep track of them */
|
|
7
|
-
id: string | number
|
|
7
|
+
id: import("@angular/core").InputSignal<string | number>;
|
|
8
8
|
/** Name of the attribute for which the radio
|
|
9
9
|
* selection is provided */
|
|
10
|
-
name: string | number
|
|
10
|
+
name: import("@angular/core").InputSignal<string | number>;
|
|
11
11
|
/** Value of the attribute which is to be emitted
|
|
12
12
|
* when selected */
|
|
13
|
-
value: string | number
|
|
13
|
+
value: import("@angular/core").InputSignal<string | number>;
|
|
14
14
|
/** Controls the state of the radio button */
|
|
15
|
-
disabled: boolean
|
|
15
|
+
disabled: import("@angular/core").InputSignal<boolean>;
|
|
16
16
|
/** Can be used to attach the radio input field
|
|
17
17
|
* to a reactive form by passing in a
|
|
18
|
-
*
|
|
18
|
+
* "FormControl" Object. It can also be
|
|
19
19
|
* used to set the default attribute value */
|
|
20
|
-
formControl: AbstractControl
|
|
20
|
+
formControl: import("@angular/core").InputSignal<AbstractControl<any, any>>;
|
|
21
21
|
/** Emits "value" of the radio button on selection */
|
|
22
22
|
valueChange: EventEmitter<any>;
|
|
23
|
-
constructor();
|
|
24
|
-
ngOnInit(): void;
|
|
25
23
|
onChange(event: any): void;
|
|
26
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "mis-radio", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "mis-radio", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "formControl": { "alias": "formControl"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
28
26
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SkeLoaderComponent
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class SkeLoaderComponent {
|
|
3
|
+
count: import("@angular/core").InputSignal<number>;
|
|
4
|
+
lineHeight: import("@angular/core").InputSignal<string>;
|
|
5
|
+
height: import("@angular/core").InputSignal<string>;
|
|
6
|
+
width: import("@angular/core").InputSignal<string>;
|
|
7
|
+
gap: import("@angular/core").InputSignal<string>;
|
|
8
|
+
rowCount: import("@angular/core").Signal<any[]>;
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkeLoaderComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkeLoaderComponent, "mis-skeleton-loader", never, { "count": { "alias": "count"; "required": false; }; "lineHeight": { "alias": "lineHeight"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkeLoaderComponent, "mis-skeleton-loader", never, { "count": { "alias": "count"; "required": false; "isSignal": true; }; "lineHeight": { "alias": "lineHeight"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
14
11
|
}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
1
|
+
import { EventEmitter, WritableSignal } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SliderComponent
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
value: number;
|
|
3
|
+
export declare class SliderComponent {
|
|
4
|
+
min: import("@angular/core").InputSignal<number>;
|
|
5
|
+
max: import("@angular/core").InputSignal<number>;
|
|
6
|
+
value: import("@angular/core").InputSignal<number>;
|
|
9
7
|
valueChange: EventEmitter<number>;
|
|
10
|
-
|
|
11
|
-
constructor(
|
|
12
|
-
ngOnInit(): void;
|
|
8
|
+
currentValue: WritableSignal<number>;
|
|
9
|
+
constructor();
|
|
13
10
|
onInputChange(value: number): void;
|
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "mis-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "mis-slider", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
16
13
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./slider.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
4
|
export declare class SliderModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule], [typeof i1.SliderComponent]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
|
|
9
8
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, WritableSignal } from '@angular/core';
|
|
2
2
|
import { ISnackBarConfig } from '../snackbar.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SnackbarComponent {
|
|
5
|
-
config: ISnackBarConfig
|
|
5
|
+
config: WritableSignal<ISnackBarConfig | undefined>;
|
|
6
6
|
triggerAction: EventEmitter<void>;
|
|
7
7
|
constructor();
|
|
8
8
|
onActionClick(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "app-snackbar", never, {
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "app-snackbar", never, {}, { "triggerAction": "triggerAction"; }, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ICurrentMonth, ICurrentMonthDates, IDatePickerData,
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { ICurrentMonth, ICurrentMonthDates, IDatePickerData, ISSelectedDatesConfig, IRSelectedDatesConfig } from "../models/sdp-config.model";
|
|
3
3
|
import { ToastService } from "mis-crystal-design-system/toast";
|
|
4
4
|
import { UntypedFormControl } from "@angular/forms";
|
|
5
5
|
import { TzDatepickerDirective } from "mis-crystal-design-system/datepicker_v2";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TzDrpContainerComponent implements OnInit {
|
|
8
|
+
private injectedData;
|
|
8
9
|
private toast;
|
|
9
|
-
|
|
10
|
-
data: IDatePickerData;
|
|
10
|
+
readonly data: import("@angular/core").WritableSignal<IDatePickerData>;
|
|
11
11
|
private dayjsInstance;
|
|
12
|
-
private rawWeekDays;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
12
|
+
private readonly rawWeekDays;
|
|
13
|
+
readonly localSelectedDates: import("@angular/core").WritableSignal<ISSelectedDatesConfig[]>;
|
|
14
|
+
readonly localSelectedDatesRange: import("@angular/core").WritableSignal<IRSelectedDatesConfig>;
|
|
15
|
+
readonly isDatesValid: import("@angular/core").WritableSignal<boolean>;
|
|
16
|
+
readonly dateRangeSelected: import("@angular/core").WritableSignal<boolean>;
|
|
17
|
+
readonly singleDatePickerSelected: import("@angular/core").WritableSignal<boolean>;
|
|
18
|
+
readonly openElement: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
+
readonly singleDateSelectedValue: import("@angular/core").WritableSignal<string>;
|
|
20
|
+
readonly selectionStarted: import("@angular/core").WritableSignal<boolean>;
|
|
21
|
+
readonly isSpecificPickerSelected: import("@angular/core").WritableSignal<boolean>;
|
|
22
|
+
readonly formControl: UntypedFormControl;
|
|
23
|
+
readonly datePickerValue: import("@angular/core").WritableSignal<string[]>;
|
|
24
|
+
readonly currentMonthNumber: import("@angular/core").WritableSignal<number>;
|
|
25
|
+
readonly currentYearNumber: import("@angular/core").WritableSignal<number>;
|
|
26
|
+
readonly nextMonthNumber: import("@angular/core").WritableSignal<number>;
|
|
27
|
+
readonly nextYearNumber: import("@angular/core").WritableSignal<number>;
|
|
28
|
+
readonly weekDays: import("@angular/core").Signal<{
|
|
29
|
+
label: string;
|
|
30
|
+
isCurrentDay: boolean;
|
|
31
|
+
}[]>;
|
|
32
|
+
readonly currentMonth: import("@angular/core").Signal<ICurrentMonth>;
|
|
33
|
+
readonly nextMonth: import("@angular/core").Signal<ICurrentMonth>;
|
|
34
|
+
readonly todayMonthNumber: import("@angular/core").Signal<number>;
|
|
35
|
+
readonly dateRangeLength: import("@angular/core").Signal<number>;
|
|
36
|
+
readonly isPreviousMonthDisabled: import("@angular/core").Signal<boolean>;
|
|
37
|
+
readonly isNextMonthDisabled: import("@angular/core").Signal<boolean>;
|
|
38
|
+
readonly currentMonthDates: import("@angular/core").Signal<ICurrentMonthDates[]>;
|
|
39
|
+
readonly nextMonthDates: import("@angular/core").Signal<ICurrentMonthDates[]>;
|
|
37
40
|
singleDatePickerElement: TzDatepickerDirective;
|
|
38
|
-
constructor(
|
|
41
|
+
constructor(injectedData: IDatePickerData, toast: ToastService);
|
|
39
42
|
ngOnInit(): void;
|
|
40
|
-
private currentDateInstance;
|
|
41
|
-
private calculateMinMaxDays;
|
|
42
|
-
navigateMonth(direction: "NEXT" | "PREVIOUS"): void;
|
|
43
43
|
private generateDates;
|
|
44
|
+
navigateMonth(direction: "NEXT" | "PREVIOUS"): void;
|
|
44
45
|
selectDay(from: "LEFT" | "RIGHT", day: ICurrentMonthDates): void;
|
|
45
46
|
applyDates(): void;
|
|
46
47
|
applyDatesRange(): void;
|
|
47
|
-
onSingleDateChange(
|
|
48
|
+
onSingleDateChange(event: string): void;
|
|
48
49
|
cancelDatePicker(): void;
|
|
49
50
|
changePicker(event: any): void;
|
|
50
|
-
calculateDateRangeLength(): void;
|
|
51
51
|
ngOnDestroy(): void;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<TzDrpContainerComponent, never>;
|
|
53
53
|
static ɵcmp: i0.ɵɵComponentDeclaration<TzDrpContainerComponent, "mis-tz-sdp", never, {}, {}, never, never, false, never>;
|
|
@@ -1,43 +1,39 @@
|
|
|
1
1
|
import { Overlay } from "@angular/cdk/overlay";
|
|
2
|
-
import { ElementRef,
|
|
2
|
+
import { ElementRef, ViewContainerRef } from "@angular/core";
|
|
3
3
|
import { NgControl } from "@angular/forms";
|
|
4
4
|
import { ISDatePickerConfig, ISDatePickerToastText, ISSelectedDatesConfig, IRSelectedDatesConfig } from "./models/sdp-config.model";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TzSpecificDatepickerDirective {
|
|
7
|
-
private control;
|
|
8
7
|
private element;
|
|
9
8
|
private overlay;
|
|
10
9
|
private viewContainerRef;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
10
|
+
private control;
|
|
11
|
+
readonly dpConfig: import("@angular/core").InputSignal<ISDatePickerConfig>;
|
|
12
|
+
readonly selectedDates: import("@angular/core").InputSignal<ISSelectedDatesConfig[]>;
|
|
13
|
+
readonly selectedDatesRange: import("@angular/core").InputSignal<IRSelectedDatesConfig>;
|
|
14
|
+
readonly datesDisabled: import("@angular/core").InputSignal<string[]>;
|
|
15
|
+
readonly holidaysDates: import("@angular/core").InputSignal<string[]>;
|
|
16
|
+
readonly weekOffsSelection: import("@angular/core").InputSignal<string[]>;
|
|
17
|
+
readonly dateMessages: import("@angular/core").InputSignal<ISDatePickerToastText[]>;
|
|
18
|
+
readonly positionX: import("@angular/core").InputSignal<"start" | "center" | "end">;
|
|
19
|
+
readonly positionY: import("@angular/core").InputSignal<"center" | "top" | "bottom">;
|
|
20
|
+
readonly offsetX: import("@angular/core").InputSignal<number>;
|
|
21
|
+
readonly offsetY: import("@angular/core").InputSignal<number>;
|
|
22
|
+
readonly isSPickerSelected: import("@angular/core").InputSignal<boolean>;
|
|
23
|
+
readonly isSingleDatePickerEnable: import("@angular/core").InputSignal<boolean>;
|
|
24
|
+
readonly dateChange: import("@angular/core").OutputEmitterRef<ISSelectedDatesConfig[]>;
|
|
25
|
+
readonly dateChangeRange: import("@angular/core").OutputEmitterRef<IRSelectedDatesConfig>;
|
|
26
|
+
private readonly isOpen;
|
|
24
27
|
private overlayRef;
|
|
25
|
-
|
|
26
|
-
dateChangeRange: EventEmitter<IRSelectedDatesConfig>;
|
|
27
|
-
private isOpen;
|
|
28
|
-
dates: ISSelectedDatesConfig[];
|
|
29
|
-
datesRange: IRSelectedDatesConfig;
|
|
30
|
-
weekOffs: string[];
|
|
31
|
-
private dpDisabledDates;
|
|
32
|
-
private dpHolidays;
|
|
33
|
-
constructor(control: NgControl, element: ElementRef, overlay: Overlay, viewContainerRef: ViewContainerRef);
|
|
28
|
+
constructor(element: ElementRef, overlay: Overlay, viewContainerRef: ViewContainerRef, control: NgControl);
|
|
34
29
|
toggleDatePicker(): void;
|
|
30
|
+
toggleDatePickerOnEnter(): void;
|
|
31
|
+
closeOnEsc(): void;
|
|
35
32
|
private open;
|
|
36
|
-
updateOverlayPosition
|
|
33
|
+
private updateOverlayPosition;
|
|
37
34
|
applyDate(dates: ISSelectedDatesConfig[]): void;
|
|
38
35
|
applyDateRange(dates: IRSelectedDatesConfig): void;
|
|
39
36
|
close(): void;
|
|
40
|
-
|
|
41
|
-
static
|
|
42
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TzSpecificDatepickerDirective, "input[misTzSdp]", never, { "dpConfig": { "alias": "dpConfig"; "required": false; }; "selectedDates": { "alias": "selectedDates"; "required": false; }; "selectedDatesRange": { "alias": "selectedDatesRange"; "required": false; }; "datesDisabled": { "alias": "datesDisabled"; "required": false; }; "holidaysDates": { "alias": "holidaysDates"; "required": false; }; "weekOffsSelection": { "alias": "weekOffsSelection"; "required": false; }; "dateMessages": { "alias": "dateMessages"; "required": false; }; "positionX": { "alias": "positionX"; "required": false; }; "positionY": { "alias": "positionY"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "isSPickerSelected": { "alias": "isSPickerSelected"; "required": false; }; "isSingleDatePickerEnable": { "alias": "isSingleDatePickerEnable"; "required": false; }; }, { "dateChange": "dateChange"; "dateChangeRange": "dateChangeRange"; }, never, never, false, never>;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TzSpecificDatepickerDirective, [null, null, null, { optional: true; }]>;
|
|
38
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TzSpecificDatepickerDirective, "input[misTzSdp]", never, { "dpConfig": { "alias": "dpConfig"; "required": false; "isSignal": true; }; "selectedDates": { "alias": "selectedDates"; "required": false; "isSignal": true; }; "selectedDatesRange": { "alias": "selectedDatesRange"; "required": false; "isSignal": true; }; "datesDisabled": { "alias": "datesDisabled"; "required": false; "isSignal": true; }; "holidaysDates": { "alias": "holidaysDates"; "required": false; "isSignal": true; }; "weekOffsSelection": { "alias": "weekOffsSelection"; "required": false; "isSignal": true; }; "dateMessages": { "alias": "dateMessages"; "required": false; "isSignal": true; }; "positionX": { "alias": "positionX"; "required": false; "isSignal": true; }; "positionY": { "alias": "positionY"; "required": false; "isSignal": true; }; "offsetX": { "alias": "offsetX"; "required": false; "isSignal": true; }; "offsetY": { "alias": "offsetY"; "required": false; "isSignal": true; }; "isSPickerSelected": { "alias": "isSPickerSelected"; "required": false; "isSignal": true; }; "isSingleDatePickerEnable": { "alias": "isSingleDatePickerEnable"; "required": false; "isSignal": true; }; }, { "dateChange": "dateChange"; "dateChangeRange": "dateChangeRange"; }, never, never, false, never>;
|
|
43
39
|
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class StarRatingComponent implements OnInit
|
|
4
|
-
noOfStars: number
|
|
5
|
-
selectedRating: number
|
|
6
|
-
selectedStarSvg: string
|
|
7
|
-
emptyStarSvg: string
|
|
8
|
-
starHeight: string
|
|
9
|
-
starWidth: string
|
|
10
|
-
starSelectionAllowed: boolean
|
|
11
|
-
starHoverAllowed: boolean
|
|
12
|
-
starRated:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
constructor();
|
|
3
|
+
export declare class StarRatingComponent implements OnInit {
|
|
4
|
+
noOfStars: import("@angular/core").InputSignal<number>;
|
|
5
|
+
selectedRating: import("@angular/core").InputSignal<number>;
|
|
6
|
+
selectedStarSvg: import("@angular/core").InputSignal<string>;
|
|
7
|
+
emptyStarSvg: import("@angular/core").InputSignal<string>;
|
|
8
|
+
starHeight: import("@angular/core").InputSignal<string>;
|
|
9
|
+
starWidth: import("@angular/core").InputSignal<string>;
|
|
10
|
+
starSelectionAllowed: import("@angular/core").InputSignal<boolean>;
|
|
11
|
+
starHoverAllowed: import("@angular/core").InputSignal<boolean>;
|
|
12
|
+
starRated: import("@angular/core").OutputEmitterRef<number>;
|
|
13
|
+
private _hoverIndex;
|
|
14
|
+
private _selectedRating;
|
|
16
15
|
ngOnInit(): void;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
starMouseOver(index:
|
|
16
|
+
constructor();
|
|
17
|
+
starData: import("@angular/core").Signal<STAR_DATA[]>;
|
|
18
|
+
starMouseOver(index: number): void;
|
|
20
19
|
starMouseLeave(): void;
|
|
21
20
|
selectedStarData(index: number): void;
|
|
21
|
+
trackById(_: number, item: STAR_DATA): number;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<StarRatingComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingComponent, "mis-star-rating", never, { "noOfStars": { "alias": "noOfStars"; "required": false; }; "selectedRating": { "alias": "selectedRating"; "required": false; }; "selectedStarSvg": { "alias": "selectedStarSvg"; "required": false; }; "emptyStarSvg": { "alias": "emptyStarSvg"; "required": false; }; "starHeight": { "alias": "starHeight"; "required": false; }; "starWidth": { "alias": "starWidth"; "required": false; }; "starSelectionAllowed": { "alias": "starSelectionAllowed"; "required": false; }; "starHoverAllowed": { "alias": "starHoverAllowed"; "required": false; }; }, { "starRated": "starRated"; }, never, never, false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingComponent, "mis-star-rating", never, { "noOfStars": { "alias": "noOfStars"; "required": false; "isSignal": true; }; "selectedRating": { "alias": "selectedRating"; "required": false; "isSignal": true; }; "selectedStarSvg": { "alias": "selectedStarSvg"; "required": false; "isSignal": true; }; "emptyStarSvg": { "alias": "emptyStarSvg"; "required": false; "isSignal": true; }; "starHeight": { "alias": "starHeight"; "required": false; "isSignal": true; }; "starWidth": { "alias": "starWidth"; "required": false; "isSignal": true; }; "starSelectionAllowed": { "alias": "starSelectionAllowed"; "required": false; "isSignal": true; }; "starHoverAllowed": { "alias": "starHoverAllowed"; "required": false; "isSignal": true; }; }, { "starRated": "starRated"; }, never, never, false, never>;
|
|
24
24
|
}
|
|
25
25
|
export interface STAR_DATA {
|
|
26
26
|
id: number;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { AbstractControl } from "@angular/forms";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SwitchComponent
|
|
5
|
-
mobileView: boolean
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
control: AbstractControl
|
|
9
|
-
/** Emits value when toggled */
|
|
4
|
+
export declare class SwitchComponent {
|
|
5
|
+
mobileView: import("@angular/core").InputSignal<boolean>;
|
|
6
|
+
checked: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
disabled: import("@angular/core").InputSignal<boolean>;
|
|
8
|
+
control: import("@angular/core").InputSignal<AbstractControl<any, any>>;
|
|
10
9
|
valueChanged: EventEmitter<boolean>;
|
|
11
10
|
constructor();
|
|
12
|
-
|
|
13
|
-
onChange(event: any): void;
|
|
11
|
+
onChange(): void;
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "mis-switch", never, { "mobileView": { "alias": "mobileView"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "valueChanged": "valueChanged"; }, never, never, false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "mis-switch", never, { "mobileView": { "alias": "mobileView"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, { "valueChanged": "valueChanged"; }, never, never, false, never>;
|
|
16
14
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit, ElementRef, TemplateRef, ViewContainerRef, OnDestroy } from "@angular/core";
|
|
2
2
|
import { Overlay } from "@angular/cdk/overlay";
|
|
3
3
|
import { ActionItem } from "../table.component";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ActionsCellComponent implements OnInit, OnDestroy {
|
|
6
6
|
private overlay;
|
|
7
7
|
private viewContainerRef;
|
|
8
|
-
cellData: any
|
|
9
|
-
config: any
|
|
10
|
-
actionClick:
|
|
8
|
+
cellData: import("@angular/core").InputSignal<any>;
|
|
9
|
+
config: import("@angular/core").InputSignal<any>;
|
|
10
|
+
actionClick: import("@angular/core").OutputEmitterRef<{
|
|
11
11
|
item?: ActionItem;
|
|
12
12
|
data?: any;
|
|
13
13
|
actionType?: string;
|
|
@@ -15,15 +15,15 @@ export declare class ActionsCellComponent implements OnInit, OnDestroy {
|
|
|
15
15
|
}>;
|
|
16
16
|
dropdownMenu: TemplateRef<any>;
|
|
17
17
|
dropdownTrigger: ElementRef;
|
|
18
|
-
isDropdownOpen: boolean
|
|
19
|
-
actionItems: ActionItem[]
|
|
20
|
-
actionType: "inline" | "dropdown" | "checkbox" | "row-collapse"
|
|
21
|
-
action
|
|
22
|
-
data: any
|
|
23
|
-
disable: (data: any) => boolean
|
|
24
|
-
currentState: boolean
|
|
18
|
+
isDropdownOpen: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
+
actionItems: import("@angular/core").WritableSignal<ActionItem[]>;
|
|
20
|
+
actionType: import("@angular/core").WritableSignal<"inline" | "dropdown" | "checkbox" | "row-collapse">;
|
|
21
|
+
action: import("@angular/core").WritableSignal<(data: any) => void>;
|
|
22
|
+
data: import("@angular/core").WritableSignal<any>;
|
|
23
|
+
disable: import("@angular/core").WritableSignal<(data: any) => boolean>;
|
|
24
|
+
currentState: import("@angular/core").WritableSignal<boolean>;
|
|
25
25
|
private _style;
|
|
26
|
-
containerStyle: any
|
|
26
|
+
containerStyle: import("@angular/core").WritableSignal<any>;
|
|
27
27
|
private overlayRef;
|
|
28
28
|
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef);
|
|
29
29
|
ngOnInit(): void;
|
|
@@ -38,8 +38,8 @@ export declare class ActionsCellComponent implements OnInit, OnDestroy {
|
|
|
38
38
|
private closeDropdown;
|
|
39
39
|
private getDropdownPositions;
|
|
40
40
|
onDropdownItemClick(item: any, event: Event): void;
|
|
41
|
-
onClick(event
|
|
41
|
+
onClick(event?: any): void;
|
|
42
42
|
isDisabled(item: ActionItem): boolean;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsCellComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsCellComponent, "mis-actions-cell", never, { "cellData": { "alias": "cellData"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "actionClick": "actionClick"; }, never, never, false, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsCellComponent, "mis-actions-cell", never, { "cellData": { "alias": "cellData"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; }, { "actionClick": "actionClick"; }, never, never, false, never>;
|
|
45
45
|
}
|
|
@@ -6,11 +6,11 @@ export declare class CustomTableCellDirective {
|
|
|
6
6
|
private ref;
|
|
7
7
|
private component;
|
|
8
8
|
private cellData;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
customComponent: import("@angular/core").InputSignal<any>;
|
|
10
|
+
data: import("@angular/core").InputSignal<any>;
|
|
11
11
|
constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
|
|
12
12
|
createComponent(): void;
|
|
13
13
|
setData(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTableCellDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomTableCellDirective, "[customTableCell]", never, { "customComponent": { "alias": "customComponent"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomTableCellDirective, "[customTableCell]", never, { "customComponent": { "alias": "customComponent"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ElementRef,
|
|
1
|
+
import { ElementRef, OnInit } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TableFilterComponent implements OnInit {
|
|
4
|
-
filtersData:
|
|
5
|
-
containerStyles: any
|
|
6
|
-
filtersApplied:
|
|
4
|
+
filtersData: import("@angular/core").InputSignal<Filter[]>;
|
|
5
|
+
containerStyles: import("@angular/core").InputSignal<any>;
|
|
6
|
+
filtersApplied: import("@angular/core").OutputEmitterRef<any>;
|
|
7
7
|
container: ElementRef | undefined;
|
|
8
|
-
filtersMap: any
|
|
9
|
-
searchValue: string
|
|
8
|
+
filtersMap: import("@angular/core").WritableSignal<any>;
|
|
9
|
+
searchValue: import("@angular/core").WritableSignal<string>;
|
|
10
10
|
constructor();
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
resetFilters(): void;
|
|
13
13
|
applyFilters(): void;
|
|
14
|
-
updateSearchValue(event: any): void;
|
|
15
14
|
updateFilter(data: any): void;
|
|
15
|
+
updateSearchValue(event: any): void;
|
|
16
16
|
getFiltersBasedOnSearchValue(): Filter[] | any;
|
|
17
17
|
getCheckedFilters(): Filter[] | any;
|
|
18
|
-
mySort: (a: Filter
|
|
18
|
+
mySort: (a: Filter, b: Filter) => number;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableFilterComponent, "mis-table-filter", never, { "filtersData": { "alias": "filtersData"; "required": false; }; "containerStyles": { "alias": "containerStyles"; "required": false; }; }, { "filtersApplied": "filtersApplied"; }, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableFilterComponent, "mis-table-filter", never, { "filtersData": { "alias": "filtersData"; "required": false; "isSignal": true; }; "containerStyles": { "alias": "containerStyles"; "required": false; "isSignal": true; }; }, { "filtersApplied": "filtersApplied"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
22
22
|
export interface Filter {
|
|
23
23
|
name: string;
|
|
@@ -2,10 +2,10 @@ import { AfterViewInit, ElementRef, OnInit, Renderer2 } from "@angular/core";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SubTableComponent implements OnInit, AfterViewInit {
|
|
4
4
|
private renderer;
|
|
5
|
-
selectedPage: number
|
|
6
|
-
pages:
|
|
7
|
-
config:
|
|
8
|
-
tableData:
|
|
5
|
+
selectedPage: import("@angular/core").WritableSignal<number>;
|
|
6
|
+
pages: import("@angular/core").WritableSignal<number[]>;
|
|
7
|
+
config: import("@angular/core").InputSignal<any>;
|
|
8
|
+
tableData: import("@angular/core").InputSignal<any[][]>;
|
|
9
9
|
table: ElementRef | any;
|
|
10
10
|
constructor(renderer: Renderer2);
|
|
11
11
|
ngOnInit(): void;
|
|
@@ -16,7 +16,7 @@ export declare class SubTableComponent implements OnInit, AfterViewInit {
|
|
|
16
16
|
getColHeadersRowBorderTop(): any;
|
|
17
17
|
getColHeadersRowBorderBottom(): any;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubTableComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubTableComponent, "sub-table", never, { "config": { "alias": "config"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubTableComponent, "sub-table", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "tableData": { "alias": "tableData"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
21
21
|
export interface SubTableConfig {
|
|
22
22
|
height: string | "100%";
|