mis-crystal-design-system 17.0.0 → 17.0.2

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.
Files changed (165) hide show
  1. package/analytics/analytics.service.d.ts +5 -1
  2. package/assets/images/close.svg +5 -0
  3. package/async-search-dropdown/async-dropdown.component.d.ts +5 -0
  4. package/async-search-dropdown/async-dropdown.module.d.ts +2 -1
  5. package/datepicker_v2/datepicker.module.d.ts +2 -1
  6. package/datepicker_v2/tz-datepicker.directive.d.ts +2 -0
  7. package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +18 -1
  8. package/daterangepicker_v2/daterangepicker.module.d.ts +2 -1
  9. package/daterangepicker_v2/models/drp-config.model.d.ts +6 -0
  10. package/daterangepicker_v2/tz-daterangepicker.directive.d.ts +2 -0
  11. package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +6 -2
  12. package/dropdown/calculate-container-height.directive.d.ts +1 -1
  13. package/dropdown/dropdown.component.d.ts +4 -1
  14. package/dropdown/dropdown.module.d.ts +2 -1
  15. package/dynamic-form/dynamic-form.component.d.ts +14 -4
  16. package/dynamic-form/dynamic-form.namespace.d.ts +1 -0
  17. package/esm2022/action-list/action-list.component.mjs +1 -1
  18. package/esm2022/analytics/analytics.service.mjs +7 -6
  19. package/esm2022/async-search-dropdown/async-dropdown.component.mjs +76 -43
  20. package/esm2022/async-search-dropdown/async-dropdown.module.mjs +5 -4
  21. package/esm2022/button/button.directive.mjs +1 -1
  22. package/esm2022/checkbox/checkbox.component.mjs +4 -4
  23. package/esm2022/chip/chip.component.mjs +13 -13
  24. package/esm2022/datepicker_v2/datepicker.module.mjs +5 -4
  25. package/esm2022/datepicker_v2/public_api.mjs +1 -1
  26. package/esm2022/datepicker_v2/tz-datepicker.directive.mjs +21 -2
  27. package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +280 -84
  28. package/esm2022/datepicker_v2/utils/index.mjs +1 -1
  29. package/esm2022/daterangepicker_v2/daterangepicker.module.mjs +5 -4
  30. package/esm2022/daterangepicker_v2/models/drp-config.model.mjs +1 -1
  31. package/esm2022/daterangepicker_v2/public_api.mjs +1 -1
  32. package/esm2022/daterangepicker_v2/tz-daterangepicker.directive.mjs +24 -3
  33. package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +216 -109
  34. package/esm2022/daterangepicker_v2/utils/index.mjs +1 -1
  35. package/esm2022/dropdown/calculate-container-height.directive.mjs +5 -5
  36. package/esm2022/dropdown/dropdown.component.mjs +156 -96
  37. package/esm2022/dropdown/dropdown.module.mjs +5 -4
  38. package/esm2022/dynamic-form/dynamic-form.component.mjs +608 -220
  39. package/esm2022/dynamic-form/dynamic-form.namespace.mjs +1 -1
  40. package/esm2022/fab/fab.component.mjs +1 -1
  41. package/esm2022/filter/animations/slideFromRight.mjs +12 -0
  42. package/esm2022/filter/filter-panel/filter-panel.component.mjs +396 -0
  43. package/esm2022/filter/filters.module.mjs +66 -0
  44. package/esm2022/filter/has-value.pipe.mjs +31 -0
  45. package/esm2022/filter/index.mjs +2 -0
  46. package/esm2022/filter/mis-crystal-design-system-filter.mjs +5 -0
  47. package/esm2022/filter/public_api.mjs +4 -0
  48. package/esm2022/input/mis-input.component.mjs +1 -1
  49. package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +4 -4
  50. package/esm2022/mobile-filter/mobile-filter.component.mjs +9 -7
  51. package/esm2022/modal/modal.service.mjs +1 -1
  52. package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +26 -14
  53. package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +14 -7
  54. package/esm2022/phone-input/phone-input.component.mjs +6 -50
  55. package/esm2022/radio-button/radio-button.component.mjs +4 -4
  56. package/esm2022/ske-loader/ske-loader.component.mjs +4 -4
  57. package/esm2022/snackbar/snackbar.service.mjs +1 -1
  58. package/esm2022/specificdatepicker/public_api.mjs +3 -3
  59. package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +89 -62
  60. package/esm2022/specificdatepicker/tz-specificdatepicker.directive.mjs +1 -1
  61. package/esm2022/specificdatepicker/utils/index.mjs +1 -1
  62. package/esm2022/star-rating/star-rating.component.mjs +1 -1
  63. package/esm2022/table/custom-table-cell.directive.mjs +1 -1
  64. package/esm2022/table/filter/filter.component.mjs +12 -4
  65. package/esm2022/table/public_api.mjs +2 -3
  66. package/esm2022/table/sub-table/sub-table.component.mjs +1 -1
  67. package/esm2022/table/table.component.mjs +27 -11
  68. package/esm2022/timepicker/timepicker.component.mjs +68 -58
  69. package/esm2022/timerangepicker/public_api.mjs +1 -1
  70. package/esm2022/timerangepicker/timerangepicker.component.mjs +57 -47
  71. package/esm2022/toast/toast.service.mjs +1 -1
  72. package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +10 -9
  73. package/esm2022/tooltip/tooltip.directive.mjs +9 -3
  74. package/esm2022/virtual-scroll/virtual-scroll.component.mjs +1 -1
  75. package/esm2022/widgets/classes/async-widget.mjs +1 -1
  76. package/esm2022/widgets/classes/base-widget.mjs +1 -1
  77. package/esm2022/widgets/classes/sync-widget.mjs +1 -1
  78. package/fesm2022/mis-crystal-design-system-action-list.mjs +1 -1
  79. package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
  80. package/fesm2022/mis-crystal-design-system-analytics.mjs +6 -5
  81. package/fesm2022/mis-crystal-design-system-analytics.mjs.map +1 -1
  82. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +79 -45
  83. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
  84. package/fesm2022/mis-crystal-design-system-button.mjs +1 -1
  85. package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
  86. package/fesm2022/mis-crystal-design-system-checkbox.mjs +4 -4
  87. package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
  88. package/fesm2022/mis-crystal-design-system-chip.mjs +13 -13
  89. package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
  90. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +303 -87
  91. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
  92. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +242 -113
  93. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
  94. package/fesm2022/mis-crystal-design-system-drawer.mjs.map +1 -1
  95. package/fesm2022/mis-crystal-design-system-dropdown.mjs +163 -102
  96. package/fesm2022/mis-crystal-design-system-dropdown.mjs.map +1 -1
  97. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +607 -219
  98. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
  99. package/fesm2022/mis-crystal-design-system-fab.mjs +1 -1
  100. package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
  101. package/fesm2022/mis-crystal-design-system-filter.mjs +503 -0
  102. package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -0
  103. package/fesm2022/mis-crystal-design-system-input-stepper.mjs +4 -4
  104. package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
  105. package/fesm2022/mis-crystal-design-system-input.mjs +1 -1
  106. package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
  107. package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
  108. package/fesm2022/mis-crystal-design-system-menu.mjs +1 -1
  109. package/fesm2022/mis-crystal-design-system-menu.mjs.map +1 -1
  110. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +9 -7
  111. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
  112. package/fesm2022/mis-crystal-design-system-modal.mjs.map +1 -1
  113. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +26 -14
  114. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
  115. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +14 -7
  116. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
  117. package/fesm2022/mis-crystal-design-system-phone-input.mjs +5 -49
  118. package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
  119. package/fesm2022/mis-crystal-design-system-radio-button.mjs +4 -4
  120. package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
  121. package/fesm2022/mis-crystal-design-system-ske-loader.mjs +3 -3
  122. package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
  123. package/fesm2022/mis-crystal-design-system-slider.mjs +1 -1
  124. package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
  125. package/fesm2022/mis-crystal-design-system-snackbar.mjs +1 -1
  126. package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
  127. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +89 -62
  128. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
  129. package/fesm2022/mis-crystal-design-system-star-rating.mjs +1 -1
  130. package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
  131. package/fesm2022/mis-crystal-design-system-switch.mjs +1 -1
  132. package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
  133. package/fesm2022/mis-crystal-design-system-table.mjs +41 -17
  134. package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
  135. package/fesm2022/mis-crystal-design-system-timepicker.mjs +68 -58
  136. package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
  137. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +57 -47
  138. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
  139. package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
  140. package/fesm2022/mis-crystal-design-system-tooltip.mjs +18 -11
  141. package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
  142. package/fesm2022/mis-crystal-design-system-utils.mjs.map +1 -1
  143. package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs +1 -1
  144. package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs.map +1 -1
  145. package/fesm2022/mis-crystal-design-system-widgets.mjs.map +1 -1
  146. package/filter/animations/slideFromRight.d.ts +1 -0
  147. package/filter/filter-panel/filter-panel.component.d.ts +51 -0
  148. package/filter/filters.module.d.ts +18 -0
  149. package/filter/has-value.pipe.d.ts +12 -0
  150. package/filter/index.d.ts +1 -0
  151. package/filter/public_api.d.ts +4 -0
  152. package/multi-select-dropdown/multi-select-dropdown.component.d.ts +3 -1
  153. package/package.json +25 -19
  154. package/phone-input/phone-input.component.d.ts +6 -15
  155. package/specificdatepicker/public_api.d.ts +2 -3
  156. package/specificdatepicker/tz-sdp-container/tz-sdp-container.component.d.ts +2 -1
  157. package/styles/mis-mixins.scss +46 -0
  158. package/styles/mis-old-icon-styles.scss +498 -0
  159. package/table/filter/filter.component.d.ts +1 -1
  160. package/table/public_api.d.ts +1 -2
  161. package/timepicker/timepicker.component.d.ts +4 -3
  162. package/timerangepicker/public_api.d.ts +1 -0
  163. package/timerangepicker/timerangepicker.component.d.ts +3 -1
  164. package/tooltip/tooltip-container/tooltip.component.d.ts +2 -1
  165. package/tooltip/tooltip.directive.d.ts +3 -1
@@ -0,0 +1,498 @@
1
+ @font-face {
2
+ font-family: 'mis-icons';
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
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="ic-"],
14
+ [class*=" ic-"] {
15
+ /* use !important to prevent issues with browser extensions that change fonts */
16
+ font-family: 'mis-icons' !important;
17
+ speak: never;
18
+ font-style: normal;
19
+ font-weight: normal;
20
+ font-variant: normal;
21
+ text-transform: none;
22
+ line-height: 1;
23
+
24
+ /* Better Font Rendering =========== */
25
+ -webkit-font-smoothing: antialiased;
26
+ -moz-osx-font-smoothing: grayscale;
27
+ }
28
+
29
+ .ic-navigation-arrow-left-24:before {
30
+ content: "\e900";
31
+ }
32
+
33
+ .ic-navigation-arrow-right-24:before {
34
+ content: "\e901";
35
+ }
36
+
37
+ .ic-action-filter-16:before {
38
+ content: "\e902";
39
+ }
40
+
41
+ .ic-selection-Checkboxes-Active-selected .path1:before {
42
+ content: "\e903";
43
+ color: rgb(9, 55, 178);
44
+ }
45
+
46
+ .ic-selection-Checkboxes-Active-selected .path2:before {
47
+ content: "\e904";
48
+ margin-left: -1em;
49
+ color: rgb(255, 255, 255);
50
+ }
51
+
52
+ .ic-selection-switch-Off-Enabled-24 .path1:before {
53
+ content: "\e905";
54
+ color: rgb(245, 245, 245);
55
+ }
56
+
57
+ .ic-selection-switch-Off-Enabled-24 .path2:before {
58
+ content: "\e906";
59
+ margin-left: -1em;
60
+ color: rgb(255, 255, 255);
61
+ }
62
+
63
+ .ic-selection-switch-Off-Disabled-24 .path1:before {
64
+ content: "\e907";
65
+ color: rgb(224, 224, 224);
66
+ }
67
+
68
+ .ic-selection-switch-Off-Disabled-24 .path2:before {
69
+ content: "\e908";
70
+ margin-left: -1em;
71
+ color: rgb(255, 255, 255);
72
+ }
73
+
74
+ .ic-selection-switch-On-Disabled-24 .path1:before {
75
+ content: "\e909";
76
+ color: rgb(224, 224, 224);
77
+ }
78
+
79
+ .ic-selection-switch-On-Disabled-24 .path2:before {
80
+ content: "\e90a";
81
+ margin-left: -1em;
82
+ color: rgb(255, 255, 255);
83
+ }
84
+
85
+ .ic-selection-switch-On-Disabled-24 .path3:before {
86
+ content: "\e90b";
87
+ margin-left: -1em;
88
+ color: rgb(146, 157, 171);
89
+ }
90
+
91
+ .ic-selection-switch-On-Enabled-24 .path1:before {
92
+ content: "\e90c";
93
+ color: rgb(224, 224, 224);
94
+ }
95
+
96
+ .ic-selection-switch-On-Enabled-24 .path2:before {
97
+ content: "\e90d";
98
+ margin-left: -1em;
99
+ color: rgb(255, 255, 255);
100
+ }
101
+
102
+ .ic-selection-switch-On-Enabled-24 .path3:before {
103
+ content: "\e90e";
104
+ margin-left: -1em;
105
+ color: rgb(9, 55, 178);
106
+ }
107
+
108
+ .ic-selection-radio-Disabled-Unselected-24:before {
109
+ content: "\e90f";
110
+ color: #929dab;
111
+ }
112
+
113
+ .ic-selection-radio-Active-Unselected-24:before {
114
+ content: "\e910";
115
+ color: #6a737d;
116
+ }
117
+
118
+ .ic-selection-radio-Disabled-Selected-24:before {
119
+ content: "\e911";
120
+ color: #929dab;
121
+ }
122
+
123
+ .ic-selection-radio-Active-Selected-24:before {
124
+ content: "\e912";
125
+ color: #0937b2;
126
+ }
127
+
128
+ .ic-selection-checkbox-Disabled-Neutral-24:before {
129
+ content: "\e913";
130
+ color: #929dab;
131
+ }
132
+
133
+ .ic-selection-checkbox-Active-Neutral-24 .path1:before {
134
+ content: "\e914";
135
+ color: rgb(9, 55, 178);
136
+ }
137
+
138
+ .ic-selection-checkbox-Active-Neutral-24 .path2:before {
139
+ content: "\e915";
140
+ margin-left: -1em;
141
+ color: rgb(255, 255, 255);
142
+ }
143
+
144
+ .ic-selection-checkbox-disabled-selected-24 .path1:before {
145
+ content: "\e918";
146
+ color: rgb(200, 205, 211);
147
+ }
148
+
149
+ .ic-selection-checkbox-disabled-selected-24 .path2:before {
150
+ content: "\e919";
151
+ margin-left: -1em;
152
+ color: rgb(255, 255, 255);
153
+ }
154
+
155
+ .ic-navigation-cancel-24:before {
156
+ content: "\e91a";
157
+ }
158
+
159
+ .ic-navigation-chevron-right-24:before {
160
+ content: "\e91b";
161
+ }
162
+
163
+ .ic-navigation-chevron-left-24:before {
164
+ content: "\e91c";
165
+ }
166
+
167
+ .ic-navigation-drop-down-24:before {
168
+ content: "\e91d";
169
+ }
170
+
171
+ .ic-navigation-expand-less-24:before {
172
+ content: "\e91e";
173
+ }
174
+
175
+ .ic-action-cached-24:before {
176
+ content: "\e91f";
177
+ }
178
+
179
+ .ic-ui-download-24:before {
180
+ content: "\e920";
181
+ color: #0937b2;
182
+ }
183
+
184
+ .ic-ui-location-24:before {
185
+ content: "\e921";
186
+ }
187
+
188
+ .ic-ui-location-searching-24:before {
189
+ content: "\e922";
190
+ }
191
+
192
+ .ic-ui-contact-support-24:before {
193
+ content: "\e923";
194
+ }
195
+
196
+ .ic-ui-trend-up-24:before {
197
+ content: "\e924";
198
+ color: #4caf50;
199
+ }
200
+
201
+ .ic-ui-error-24:before {
202
+ content: "\e925";
203
+ color: #b00020;
204
+ }
205
+
206
+ .ic-ui-trend-down-24:before {
207
+ content: "\e926";
208
+ color: #b00020;
209
+ }
210
+
211
+ .ic-ui-success-24:before {
212
+ content: "\e927";
213
+ color: #4caf50;
214
+ }
215
+
216
+ .ic-ui-check-24:before {
217
+ content: "\e928";
218
+ }
219
+
220
+ .ic-ui-warning-24:before {
221
+ content: "\e929";
222
+ color: #ff9d00;
223
+ }
224
+
225
+ .ic-rep-stay_primary_portrait-24:before {
226
+ content: "\e92a";
227
+ }
228
+
229
+ .ic-rep-email-24:before {
230
+ content: "\e92b";
231
+ }
232
+
233
+ .ic-rep-night-24:before {
234
+ content: "\e92c";
235
+ color: #929dab;
236
+ }
237
+
238
+ .ic-rep-cab-24:before {
239
+ content: "\e92e";
240
+ }
241
+
242
+ .ic-rep-local_parking-24:before {
243
+ content: "\e92f";
244
+ }
245
+
246
+ .ic-rep-restaurant-24:before {
247
+ content: "\e930";
248
+ }
249
+
250
+ .ic-rep-calendar2-24:before {
251
+ content: "\e931";
252
+ }
253
+
254
+ .ic-rep-home-24:before {
255
+ content: "\e932";
256
+ }
257
+
258
+ .ic-rep-qr-24:before {
259
+ content: "\e933";
260
+ }
261
+
262
+ .ic-rep-calender-24:before {
263
+ content: "\e934";
264
+ }
265
+
266
+ .ic-rep-bus-24:before {
267
+ content: "\e935";
268
+ }
269
+
270
+ .ic-rep-team-24:before {
271
+ content: "\e936";
272
+ }
273
+
274
+ .ic-rep-office-24:before {
275
+ content: "\e937";
276
+ }
277
+
278
+ .ic-sidebar-home-24:before {
279
+ content: "\e938";
280
+ }
281
+
282
+ .ic-side-bar-work-planner-24:before {
283
+ content: "\e93a";
284
+ }
285
+
286
+ .ic-side-bar-office-24:before {
287
+ content: "\e93b";
288
+ }
289
+
290
+ .ic-side-bar-seat-mgmt-24:before {
291
+ content: "\e93c";
292
+ }
293
+
294
+ .ic-sidebar-floor-plan-24:before {
295
+ content: "\e93d";
296
+ }
297
+
298
+ .ic-side-bar-team-24:before {
299
+ content: "\e93e";
300
+ }
301
+
302
+ .ic-side-bar-user-24:before {
303
+ content: "\e93f";
304
+ }
305
+
306
+ .ic-side-bar-qr-mgmt-24:before {
307
+ content: "\e940";
308
+ }
309
+
310
+ .ic-side-bar-utilisation-24:before {
311
+ content: "\e941";
312
+ }
313
+
314
+ .ic-side-bar-settings-24:before {
315
+ content: "\e942";
316
+ }
317
+
318
+ .ic-side-bar-report-24:before {
319
+ content: "\e943";
320
+ }
321
+
322
+ .ic-side-bar-upload-24:before {
323
+ content: "\e944";
324
+ }
325
+
326
+ .ic-side-bar-cancelled-24:before {
327
+ content: "\e945";
328
+ }
329
+
330
+ .ic-side-bar-unplanned-24:before {
331
+ content: "\e946";
332
+ }
333
+
334
+ .ic-side-bar-meetingroom-24:before {
335
+ content: "\e947";
336
+ }
337
+
338
+ .ic-mouse-cursor:before {
339
+ content: "\e948";
340
+ }
341
+
342
+ .ic-mouse-cursor-2 .path1:before {
343
+ content: "\e949";
344
+ color: rgb(255, 255, 255);
345
+ }
346
+
347
+ .ic-mouse-cursor-2 .path2:before {
348
+ content: "\e94a";
349
+ margin-left: -1em;
350
+ color: rgb(24, 31, 51);
351
+ }
352
+
353
+ .ic-action-favorite-24:before {
354
+ content: "\e94b";
355
+ }
356
+
357
+ .ic-action-see-more-24 .path1:before {
358
+ content: "\e94c";
359
+ color: rgb(224, 224, 224);
360
+ }
361
+
362
+ .ic-action-see-more-24 .path2:before {
363
+ content: "\e94d";
364
+ margin-left: -1em;
365
+ color: rgb(24, 31, 51);
366
+ }
367
+
368
+ .ic-action-more-vert-24:before {
369
+ content: "\e94e";
370
+ }
371
+
372
+ .ic-action-search-24:before {
373
+ content: "\e94f";
374
+ color: #6a737d;
375
+ }
376
+
377
+ .ic-action-edit-24:before {
378
+ content: "\e950";
379
+ }
380
+
381
+ .ic-action-filter-24:before {
382
+ content: "\e951";
383
+ }
384
+
385
+ .ic-action-visibility-24:before {
386
+ content: "\e952";
387
+ color: #6a737d;
388
+ }
389
+
390
+ .ic-action-visibility-off-24:before {
391
+ content: "\e953";
392
+ color: #6a737d;
393
+ }
394
+
395
+ .ic-action-qr-24:before {
396
+ content: "\e954";
397
+ }
398
+
399
+ .ic-action-delete-24:before {
400
+ content: "\e955";
401
+ }
402
+
403
+ .ic-action-history-24:before {
404
+ content: "\e956";
405
+ }
406
+
407
+ .ic-action-share-24:before {
408
+ content: "\e957";
409
+ }
410
+
411
+ .ic-action-add-24:before {
412
+ content: "\e958";
413
+ }
414
+
415
+ .ic-action-remove-24:before {
416
+ content: "\e959";
417
+ }
418
+
419
+ .ic-action-download-24:before {
420
+ content: "\e95a";
421
+ }
422
+
423
+ .ic-action-upload-24:before {
424
+ content: "\e95b";
425
+ }
426
+
427
+ .ic-action-logout-24:before {
428
+ content: "\e95c";
429
+ }
430
+
431
+ .ic-action-menu-24:before {
432
+ content: "\e95d";
433
+ }
434
+
435
+ .ic-action-notifications-24:before {
436
+ content: "\e95e";
437
+ }
438
+
439
+ .ic-action-more-horiz-24 .path1:before {
440
+ content: "\e95f";
441
+ color: rgb(224, 224, 224);
442
+ }
443
+
444
+ .ic-action-more-horiz-24 .path2:before {
445
+ content: "\e960";
446
+ margin-left: -1em;
447
+ color: rgb(24, 31, 51);
448
+ }
449
+
450
+ .ic-action-print-24:before {
451
+ content: "\e961";
452
+ }
453
+
454
+ .ic-action-shift-time-24:before {
455
+ content: "\e962";
456
+ }
457
+
458
+ .ic-action-refresh-24:before {
459
+ content: "\e963";
460
+ }
461
+
462
+ .ic-action-invite-24:before {
463
+ content: "\e964";
464
+ }
465
+
466
+ .ic-action-sort-24:before {
467
+ content: "\e965";
468
+ }
469
+
470
+ .ic-plus-5:before {
471
+ content: "\e966";
472
+ color: #0937b2;
473
+ }
474
+
475
+ .ic-plus-4:before {
476
+ content: "\e967";
477
+ color: #0937b2;
478
+ }
479
+
480
+ .ic-plus-3:before {
481
+ content: "\e968";
482
+ color: #fff;
483
+ }
484
+
485
+ .ic-plus-2:before {
486
+ content: "\e969";
487
+ color: #fff;
488
+ }
489
+
490
+ .ic-plus-1:before {
491
+ content: "\e96a";
492
+ color: #fff;
493
+ }
494
+
495
+ .ic-plus:before {
496
+ content: "\e96b";
497
+ color: #929dab;
498
+ }
@@ -15,7 +15,7 @@ export declare class TableFilterComponent implements OnInit {
15
15
  updateFilter(data: any): void;
16
16
  getFiltersBasedOnSearchValue(): Filter[] | any;
17
17
  getCheckedFilters(): Filter[] | any;
18
- mySort: (a: Filter | any, b: Filter | any) => 1 | -1 | 0;
18
+ mySort: (a: Filter | any, b: Filter | any) => 1 | 0 | -1;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterComponent, never>;
20
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>;
21
21
  }
@@ -1,6 +1,5 @@
1
- import { SubTableComponent } from "./sub-table/sub-table.component";
2
- export { SubTableComponent };
3
1
  export { TableComponent } from "./table.component";
2
+ export { SubTableComponent } from "./sub-table/sub-table.component";
4
3
  export { CustomTableCellDirective } from "./custom-table-cell.directive";
5
4
  export { TableModule } from "./table.module";
6
5
  export { TableConfig, PaginationConfig, RowConfig, ColHeaderConfig, ColConfig } from "./table.component";
@@ -1,8 +1,8 @@
1
1
  import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from "@angular/core";
2
- import * as moment from "moment-timezone";
3
2
  import { ITime } from "./time.namespace";
4
3
  import { TimepickerDirective } from "./timepicker.directive";
5
4
  import { ToolTipDirective } from "mis-crystal-design-system/tooltip";
5
+ import dayjs from 'dayjs';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class TimePickerComponent implements OnInit, OnChanges, OnDestroy {
8
8
  currTime: string;
@@ -29,6 +29,7 @@ export declare class TimePickerComponent implements OnInit, OnChanges, OnDestroy
29
29
  givenTime: number;
30
30
  minTime?: number;
31
31
  triggerChange: boolean;
32
+ disable: boolean;
32
33
  timeEmitter: EventEmitter<ITime>;
33
34
  input: ElementRef;
34
35
  timepickerDirective: TimepickerDirective;
@@ -38,7 +39,7 @@ export declare class TimePickerComponent implements OnInit, OnChanges, OnDestroy
38
39
  ngOnInit(): void;
39
40
  ngOnChanges(): void;
40
41
  emitTime(data: ITime): void;
41
- getMoment(time: string): moment.Moment;
42
+ getdayjs(time?: string): dayjs.Dayjs;
42
43
  closeDropdown(): void;
43
44
  openDropdown(): void;
44
45
  checkTimeValidity(time: string): boolean;
@@ -48,5 +49,5 @@ export declare class TimePickerComponent implements OnInit, OnChanges, OnDestroy
48
49
  populateDropdown(): void;
49
50
  ngOnDestroy(): void;
50
51
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "mis-timepicker", never, { "clockFormat": { "alias": "clockFormat"; "required": false; }; "timezone": { "alias": "timezone"; "required": false; }; "height": { "alias": "height"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "dateAsEpoch": { "alias": "dateAsEpoch"; "required": false; }; "firstInterval": { "alias": "firstInterval"; "required": false; }; "rangeValidity": { "alias": "rangeValidity"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "givenTime": { "alias": "givenTime"; "required": false; }; "minTime": { "alias": "minTime"; "required": false; }; "triggerChange": { "alias": "triggerChange"; "required": false; }; }, { "timeEmitter": "timeEmitter"; }, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "mis-timepicker", never, { "clockFormat": { "alias": "clockFormat"; "required": false; }; "timezone": { "alias": "timezone"; "required": false; }; "height": { "alias": "height"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "dateAsEpoch": { "alias": "dateAsEpoch"; "required": false; }; "firstInterval": { "alias": "firstInterval"; "required": false; }; "rangeValidity": { "alias": "rangeValidity"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "givenTime": { "alias": "givenTime"; "required": false; }; "minTime": { "alias": "minTime"; "required": false; }; "triggerChange": { "alias": "triggerChange"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; }, { "timeEmitter": "timeEmitter"; }, never, never, false, never>;
52
53
  }
@@ -1,2 +1,3 @@
1
1
  export { TimeRangePickerComponent } from "./timerangepicker.component";
2
2
  export { TimeRangePickerModule } from "./timerangepicker.module";
3
+ export { TDirection, ITimeRange, ITime } from "./timerange.namespace";
@@ -16,6 +16,8 @@ export declare class TimeRangePickerComponent {
16
16
  showTooltip: boolean;
17
17
  direction: TDirection;
18
18
  gap: string;
19
+ disableStartTime: boolean;
20
+ disableEndTime: boolean;
19
21
  timeRangeEmitter: EventEmitter<ITimeRange>;
20
22
  startDate: string;
21
23
  endDate: string;
@@ -37,5 +39,5 @@ export declare class TimeRangePickerComponent {
37
39
  checkTimeValidity(time: string, date: number): boolean;
38
40
  rangeValidation(validity: boolean): void;
39
41
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeRangePickerComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeRangePickerComponent, "mis-timerangepicker", never, { "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "height": { "alias": "height"; "required": false; }; "timezone": { "alias": "timezone"; "required": false; }; "startDateEpoch": { "alias": "startDateEpoch"; "required": false; }; "endDateEpoch": { "alias": "endDateEpoch"; "required": false; }; "givenStartTime": { "alias": "givenStartTime"; "required": false; }; "givenEndTime": { "alias": "givenEndTime"; "required": false; }; "clockFormat": { "alias": "clockFormat"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, { "timeRangeEmitter": "timeRangeEmitter"; }, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeRangePickerComponent, "mis-timerangepicker", never, { "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "height": { "alias": "height"; "required": false; }; "timezone": { "alias": "timezone"; "required": false; }; "startDateEpoch": { "alias": "startDateEpoch"; "required": false; }; "endDateEpoch": { "alias": "endDateEpoch"; "required": false; }; "givenStartTime": { "alias": "givenStartTime"; "required": false; }; "givenEndTime": { "alias": "givenEndTime"; "required": false; }; "clockFormat": { "alias": "clockFormat"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "disableStartTime": { "alias": "disableStartTime"; "required": false; }; "disableEndTime": { "alias": "disableEndTime"; "required": false; }; }, { "timeRangeEmitter": "timeRangeEmitter"; }, never, never, false, never>;
41
43
  }
@@ -5,7 +5,8 @@ export declare class ToolTipComponent implements OnInit, AfterViewInit {
5
5
  toolTipText: string;
6
6
  toolTipPosition: ITooltipPositions;
7
7
  toolTipTextAlignment: string;
8
- tooltipTemplate: TemplateRef<any>;
8
+ templateRef: TemplateRef<any>;
9
+ templateContext: any;
9
10
  container: ElementRef;
10
11
  constructor();
11
12
  ngOnInit(): void;
@@ -12,12 +12,14 @@ export declare class ToolTipDirective implements OnInit, AfterViewInit {
12
12
  toolTipPosition: ITooltipPositions;
13
13
  private overlayRef;
14
14
  private templateRef;
15
+ private templateContext;
15
16
  showOnHover: boolean;
16
17
  set showToolTip(value: boolean);
17
18
  set text(value: string);
18
19
  set position(value: ITooltipPositions);
19
20
  set alignText(value: string);
20
21
  set tooltipTemplate(value: TemplateRef<any>);
22
+ set tooltipTemplateContext(value: any);
21
23
  onMouseEnter(): void;
22
24
  onMouseLeave(): void;
23
25
  constructor(element: ElementRef, overlay: Overlay, viewContainerRef: ViewContainerRef);
@@ -27,5 +29,5 @@ export declare class ToolTipDirective implements OnInit, AfterViewInit {
27
29
  positionTooltip(type: "OFFSET_X" | "OFFSET_Y"): number;
28
30
  hideToolTip(): void;
29
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolTipDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToolTipDirective, "[misToolTip]", never, { "showOnHover": { "alias": "showOnHover"; "required": false; }; "showToolTip": { "alias": "showToolTip"; "required": false; }; "text": { "alias": "text"; "required": false; }; "position": { "alias": "position"; "required": false; }; "alignText": { "alias": "alignText"; "required": false; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; }; }, {}, never, never, false, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToolTipDirective, "[misToolTip]", never, { "showOnHover": { "alias": "showOnHover"; "required": false; }; "showToolTip": { "alias": "showToolTip"; "required": false; }; "text": { "alias": "text"; "required": false; }; "position": { "alias": "position"; "required": false; }; "alignText": { "alias": "alignText"; "required": false; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; }; "tooltipTemplateContext": { "alias": "tooltipTemplateContext"; "required": false; }; }, {}, never, never, false, never>;
31
33
  }