halleyx-ui-framework 11.7.43 → 11.7.44

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 (172) hide show
  1. package/dist/cjs/index.css +1 -1
  2. package/dist/cjs/index.js +9 -9
  3. package/dist/es/index.css +1 -1
  4. package/dist/es/index.js +9 -9
  5. package/dist/locales/staticData.js +125 -0
  6. package/dist/src/assets/locales/staticData.js +125 -0
  7. package/dist/src/assets/styles/accordion.css +81 -0
  8. package/dist/src/assets/styles/accordion.css.map +1 -0
  9. package/dist/src/assets/styles/accordion.scss +2 -2
  10. package/dist/src/assets/styles/alert.css +210 -0
  11. package/dist/src/assets/styles/alert.css.map +1 -0
  12. package/dist/src/assets/styles/alert.scss +0 -1
  13. package/dist/src/assets/styles/badge.css +33 -0
  14. package/dist/src/assets/styles/badge.css.map +1 -0
  15. package/dist/src/assets/styles/base.css +198 -0
  16. package/dist/src/assets/styles/base.css.map +1 -0
  17. package/dist/src/assets/styles/base.scss +0 -3
  18. package/dist/src/assets/styles/breadcrumb.css +57 -0
  19. package/dist/src/assets/styles/breadcrumb.css.map +1 -0
  20. package/dist/src/assets/styles/breadcrumb.scss +13 -102
  21. package/dist/src/assets/styles/buttonGroup.css +155 -0
  22. package/dist/src/assets/styles/buttonGroup.css.map +1 -0
  23. package/dist/src/assets/styles/buttons.css +431 -0
  24. package/dist/src/assets/styles/buttons.css.map +1 -0
  25. package/dist/src/assets/styles/calendar.css +322 -0
  26. package/dist/src/assets/styles/calendar.css.map +1 -0
  27. package/dist/src/assets/styles/calendar.scss +1 -5
  28. package/dist/src/assets/styles/calendarfilter.css +114 -0
  29. package/dist/src/assets/styles/calendarfilter.css.map +1 -0
  30. package/dist/src/assets/styles/cards.css +71 -0
  31. package/dist/src/assets/styles/cards.css.map +1 -0
  32. package/dist/src/assets/styles/cascader.css +84 -0
  33. package/dist/src/assets/styles/cascader.css.map +1 -0
  34. package/dist/src/assets/styles/cascader.scss +18 -146
  35. package/dist/src/assets/styles/colorPicker.css +15 -0
  36. package/dist/src/assets/styles/colorPicker.css.map +1 -0
  37. package/dist/src/assets/styles/colorpalette.css +137 -0
  38. package/dist/src/assets/styles/colorpalette.css.map +1 -0
  39. package/dist/src/assets/styles/colorpalette.scss +15 -19
  40. package/dist/src/assets/styles/componentlayout.css +210 -0
  41. package/dist/src/assets/styles/componentlayout.css.map +1 -0
  42. package/dist/src/assets/styles/contextMenu.css +53 -0
  43. package/dist/src/assets/styles/contextMenu.css.map +1 -0
  44. package/dist/src/assets/styles/customdropdown.css +110 -0
  45. package/dist/src/assets/styles/customdropdown.css.map +1 -0
  46. package/dist/src/assets/styles/dashboard.css +1817 -0
  47. package/dist/src/assets/styles/dashboard.css.map +1 -0
  48. package/dist/src/assets/styles/dataview.css +232 -0
  49. package/dist/src/assets/styles/dataview.css.map +1 -0
  50. package/dist/src/assets/styles/dataview.scss +2 -4
  51. package/dist/src/assets/styles/datepicker.css +116 -0
  52. package/dist/src/assets/styles/datepicker.css.map +1 -0
  53. package/dist/src/assets/styles/datepicker.scss +4 -289
  54. package/dist/src/assets/styles/divider.css +10 -0
  55. package/dist/src/assets/styles/divider.css.map +1 -0
  56. package/dist/src/assets/styles/dottedPagination.css +40 -0
  57. package/dist/src/assets/styles/dottedPagination.css.map +1 -0
  58. package/dist/src/assets/styles/draggables.css +53 -0
  59. package/dist/src/assets/styles/draggables.css.map +1 -0
  60. package/dist/src/assets/styles/drawer.css +149 -0
  61. package/dist/src/assets/styles/drawer.css.map +1 -0
  62. package/dist/src/assets/styles/drawer.scss +1 -1
  63. package/dist/src/assets/styles/errorpage.css +67 -0
  64. package/dist/src/assets/styles/errorpage.css.map +1 -0
  65. package/dist/src/assets/styles/fileupload.css +296 -0
  66. package/dist/src/assets/styles/fileupload.css.map +1 -0
  67. package/dist/src/assets/styles/fileupload.scss +2 -2
  68. package/dist/src/assets/styles/filterandsearch.css +172 -0
  69. package/dist/src/assets/styles/filterandsearch.css.map +1 -0
  70. package/dist/src/assets/styles/filterandsearch.scss +0 -10
  71. package/dist/src/assets/styles/fonts.css +90 -0
  72. package/dist/src/assets/styles/fonts.css.map +1 -0
  73. package/dist/src/assets/styles/fonts.scss +6 -6
  74. package/dist/src/assets/styles/icon.css +1416 -0
  75. package/dist/src/assets/styles/icon.css.map +1 -0
  76. package/dist/src/assets/styles/icon.scss +1 -1
  77. package/dist/src/assets/styles/imagegallery.css +186 -0
  78. package/dist/src/assets/styles/imagegallery.css.map +1 -0
  79. package/dist/src/assets/styles/importProgress.css +45 -0
  80. package/dist/src/assets/styles/importProgress.css.map +1 -0
  81. package/dist/src/assets/styles/importProgress.scss +1 -1
  82. package/dist/src/assets/styles/index.css +11896 -0
  83. package/dist/src/assets/styles/index.css.map +1 -0
  84. package/dist/src/assets/styles/index.scss +1 -1
  85. package/dist/src/assets/styles/inputfields.css +388 -0
  86. package/dist/src/assets/styles/inputfields.css.map +1 -0
  87. package/dist/src/assets/styles/inputfields.scss +25 -205
  88. package/dist/src/assets/styles/inputitems.css +409 -0
  89. package/dist/src/assets/styles/inputitems.css.map +1 -0
  90. package/dist/src/assets/styles/inputitems.scss +17 -101
  91. package/dist/src/assets/styles/label.css +72 -0
  92. package/dist/src/assets/styles/label.css.map +1 -0
  93. package/dist/src/assets/styles/label.scss +193 -2
  94. package/dist/src/assets/styles/loaders.css +125 -0
  95. package/dist/src/assets/styles/loaders.css.map +1 -0
  96. package/dist/src/assets/styles/modalwindow.css +93 -0
  97. package/dist/src/assets/styles/modalwindow.css.map +1 -0
  98. package/dist/src/assets/styles/modalwindow.scss +1 -95
  99. package/dist/src/assets/styles/newtable.css +1 -0
  100. package/dist/src/assets/styles/newtable.css.map +1 -0
  101. package/dist/src/assets/styles/objectViewer.css +190 -0
  102. package/dist/src/assets/styles/objectViewer.css.map +1 -0
  103. package/dist/src/assets/styles/overlay.css +14 -0
  104. package/dist/src/assets/styles/overlay.css.map +1 -0
  105. package/dist/src/assets/styles/overlay.scss +0 -1
  106. package/dist/src/assets/styles/pagination.css +206 -0
  107. package/dist/src/assets/styles/pagination.css.map +1 -0
  108. package/dist/src/assets/styles/pagination.scss +2 -2
  109. package/dist/src/assets/styles/partials.css +1 -0
  110. package/dist/src/assets/styles/partials.css.map +1 -0
  111. package/dist/src/assets/styles/rating.css +32 -0
  112. package/dist/src/assets/styles/rating.css.map +1 -0
  113. package/dist/src/assets/styles/scrollbar.css +18 -0
  114. package/dist/src/assets/styles/scrollbar.css.map +1 -0
  115. package/dist/src/assets/styles/search.css +166 -0
  116. package/dist/src/assets/styles/search.css.map +1 -0
  117. package/dist/src/assets/styles/select.css +958 -0
  118. package/dist/src/assets/styles/select.css.map +1 -0
  119. package/dist/src/assets/styles/select.scss +21 -130
  120. package/dist/src/assets/styles/sidebar.css +365 -0
  121. package/dist/src/assets/styles/sidebar.css.map +1 -0
  122. package/dist/src/assets/styles/signup.css +119 -0
  123. package/dist/src/assets/styles/signup.css.map +1 -0
  124. package/dist/src/assets/styles/slideControl.css +79 -0
  125. package/dist/src/assets/styles/slideControl.css.map +1 -0
  126. package/dist/src/assets/styles/source_content.css +15 -0
  127. package/dist/src/assets/styles/source_content.css.map +1 -0
  128. package/dist/src/assets/styles/speeddial.css +218 -0
  129. package/dist/src/assets/styles/speeddial.css.map +1 -0
  130. package/dist/src/assets/styles/status.css +28 -0
  131. package/dist/src/assets/styles/status.css.map +1 -0
  132. package/dist/src/assets/styles/status.scss +2 -2
  133. package/dist/src/assets/styles/stepControl.css +71 -0
  134. package/dist/src/assets/styles/stepControl.css.map +1 -0
  135. package/dist/src/assets/styles/switch.css +190 -0
  136. package/dist/src/assets/styles/switch.css.map +1 -0
  137. package/dist/src/assets/styles/tablev2.css +205 -0
  138. package/dist/src/assets/styles/tablev2.css.map +1 -0
  139. package/dist/src/assets/styles/tablev2.scss +2 -9
  140. package/dist/src/assets/styles/tabs.css +56 -0
  141. package/dist/src/assets/styles/tabs.css.map +1 -0
  142. package/dist/src/assets/styles/tag.css +96 -0
  143. package/dist/src/assets/styles/tag.css.map +1 -0
  144. package/dist/src/assets/styles/tag.scss +6 -7
  145. package/dist/src/assets/styles/tagcount.css +56 -0
  146. package/dist/src/assets/styles/tagcount.css.map +1 -0
  147. package/dist/src/assets/styles/tagcount.scss +16 -13
  148. package/dist/src/assets/styles/texteditor.css +250 -0
  149. package/dist/src/assets/styles/texteditor.css.map +1 -0
  150. package/dist/src/assets/styles/texteditor.scss +0 -204
  151. package/dist/src/assets/styles/timeline.css +492 -0
  152. package/dist/src/assets/styles/timeline.css.map +1 -0
  153. package/dist/src/assets/styles/timeline.scss +0 -90
  154. package/dist/src/assets/styles/tooltip.css +156 -0
  155. package/dist/src/assets/styles/tooltip.css.map +1 -0
  156. package/dist/src/assets/styles/tooltip.scss +1 -1
  157. package/dist/src/assets/styles/tree.css +882 -0
  158. package/dist/src/assets/styles/tree.css.map +1 -0
  159. package/dist/src/assets/styles/tree.scss +49 -44
  160. package/dist/src/assets/styles/treeSelect.css +227 -0
  161. package/dist/src/assets/styles/treeSelect.css.map +1 -0
  162. package/dist/src/assets/styles/variables.css +198 -0
  163. package/dist/src/assets/styles/variables.css.map +1 -0
  164. package/dist/src/assets/styles/visualbuilder.css +474 -0
  165. package/dist/src/assets/styles/visualbuilder.css.map +1 -0
  166. package/dist/umd/index.css +1 -1
  167. package/dist/umd/index.umd.css +1 -0
  168. package/dist/umd/index.umd.js +18 -10
  169. package/dist/umd/index.umd.js.map +5 -1
  170. package/package.json +1 -1
  171. package/LICENSE +0 -28
  172. package/README.md +0 -160
@@ -0,0 +1,958 @@
1
+ .hlx-select-container,
2
+ .cascade-select {
3
+ display: flex;
4
+ font-family: var(--hlx-font-type-content);
5
+ flex-direction: row;
6
+ background-color: var(--hlx-color-white);
7
+ justify-content: flex-start;
8
+ border: 1px solid var(--hlx-border-color);
9
+ border-radius: 5px;
10
+ height: 37px;
11
+ width: 100%;
12
+ align-items: center;
13
+ cursor: pointer;
14
+ position: relative;
15
+ }
16
+ .hlx-select-container:hover,
17
+ .cascade-select:hover {
18
+ border: 1px solid var(--hlx-color-primary);
19
+ }
20
+ .hlx-select-container:hover .title-name,
21
+ .cascade-select:hover .title-name {
22
+ color: var(--hlx-color-primary) !important;
23
+ }
24
+ .hlx-select-container .title-name-disabled,
25
+ .cascade-select .title-name-disabled {
26
+ position: absolute;
27
+ top: -9px;
28
+ background: white;
29
+ font-size: 12px;
30
+ left: 6px;
31
+ padding: 0 5px 0 5px;
32
+ }
33
+ .hlx-select-container .title-name-disabled .asterik,
34
+ .cascade-select .title-name-disabled .asterik {
35
+ color: var(--hlx-color-error);
36
+ margin-left: 3px;
37
+ }
38
+ .hlx-select-container .customerror,
39
+ .cascade-select .customerror {
40
+ position: absolute;
41
+ font-size: 12px;
42
+ color: var(--hlx-color-error);
43
+ top: 35px;
44
+ left: 1px;
45
+ }
46
+ .hlx-select-container .hlx-cascade-select-container,
47
+ .cascade-select .hlx-cascade-select-container {
48
+ width: 100%;
49
+ height: 100%;
50
+ }
51
+ .hlx-select-container .hlx-select-input,
52
+ .cascade-select .hlx-select-input {
53
+ border: none;
54
+ width: 100%;
55
+ min-width: 25px;
56
+ text-align: left;
57
+ white-space: nowrap;
58
+ overflow: hidden;
59
+ text-overflow: ellipsis;
60
+ padding: 8px 12px;
61
+ padding-right: 0px;
62
+ outline: none;
63
+ cursor: pointer;
64
+ font-size: 14px;
65
+ color: #565553;
66
+ border-top-left-radius: 4px;
67
+ border-bottom-left-radius: 4px;
68
+ height: 34px;
69
+ }
70
+ .hlx-select-container .hlx-select-input span,
71
+ .cascade-select .hlx-select-input span {
72
+ margin-right: 8px;
73
+ }
74
+ .hlx-select-container .hlx-select-icon,
75
+ .cascade-select .hlx-select-icon {
76
+ display: flex;
77
+ width: 30px;
78
+ align-items: center;
79
+ text-align: center;
80
+ height: 34px;
81
+ border-top-right-radius: 4px;
82
+ border-bottom-right-radius: 4px;
83
+ }
84
+ .hlx-select-container .hlx-select-icon .icon-angle-down-regular,
85
+ .cascade-select .hlx-select-icon .icon-angle-down-regular {
86
+ font-size: 14px;
87
+ color: var(--hlx-text-color-primary);
88
+ cursor: pointer;
89
+ }
90
+ .hlx-select-container .hlx-select-icon .icon-times-circle-regular,
91
+ .cascade-select .hlx-select-icon .icon-times-circle-regular {
92
+ cursor: pointer;
93
+ font-size: 14px;
94
+ color: var(--hlx-text-color-primary);
95
+ display: none;
96
+ }
97
+
98
+ .title-name {
99
+ position: absolute;
100
+ top: -9px;
101
+ background: white;
102
+ font-size: 12px;
103
+ left: 6px;
104
+ padding: 0 5px 0 5px;
105
+ }
106
+ .title-name .asterik {
107
+ color: var(--hlx-color-error);
108
+ margin-left: 3px;
109
+ }
110
+
111
+ .hlx-multi-select-count {
112
+ width: 45px;
113
+ padding: 6px;
114
+ padding-bottom: 0px;
115
+ display: flex;
116
+ margin-right: 3px;
117
+ justify-content: center;
118
+ align-items: center;
119
+ position: absolute;
120
+ right: 39px;
121
+ }
122
+
123
+ .hlx-multi-select-count-check {
124
+ width: 100%;
125
+ background: var(--hlx-color-primary);
126
+ border-radius: 20px;
127
+ text-align: center;
128
+ color: var(--hlx-color-white);
129
+ padding: 6px;
130
+ font-size: 12px;
131
+ }
132
+
133
+ .hlx-multi-select-icon {
134
+ width: 18px;
135
+ display: flex;
136
+ flex-direction: column;
137
+ justify-content: center;
138
+ position: absolute;
139
+ right: 16px;
140
+ top: 11px;
141
+ border-top-right-radius: 4px;
142
+ border-bottom-right-radius: 4px;
143
+ }
144
+
145
+ .hlx-select-whole-option-container {
146
+ width: 100%;
147
+ border: 1px solid var(--hlx-border-color);
148
+ height: auto;
149
+ max-height: 232px;
150
+ color: var(--hlx-text-color-primary);
151
+ background-color: white;
152
+ font-family: var(--hlx-font-type-content);
153
+ z-index: 100000000;
154
+ }
155
+ .hlx-select-whole-option-container .hlx-select-option-container {
156
+ width: 100%;
157
+ overflow-y: auto;
158
+ overflow-x: hidden;
159
+ max-height: 200px;
160
+ }
161
+ .hlx-select-whole-option-container .fixed-footer {
162
+ height: 33px;
163
+ width: 100%;
164
+ border-top: 1px solid var(--hlx-border-color);
165
+ display: flex;
166
+ justify-content: flex-start;
167
+ align-items: center;
168
+ }
169
+
170
+ .hlx-multi-select-option-container {
171
+ z-index: 1644;
172
+ position: absolute;
173
+ width: 100%;
174
+ background-color: var(--hlx-color-white);
175
+ border: 1px solid var(--hlx-border-color);
176
+ color: var(--hlx-text-color-primary);
177
+ border-radius: 5px;
178
+ justify-content: flex-start;
179
+ flex-wrap: wrap;
180
+ height: auto;
181
+ max-height: 250px;
182
+ }
183
+
184
+ #icon-value {
185
+ padding-left: 10px;
186
+ }
187
+
188
+ .hlx-multi-select-option-container {
189
+ display: block;
190
+ }
191
+
192
+ .hlx-select-option-value-container,
193
+ .hlx-multi-select-option-value-container {
194
+ font-family: var(--hlx-font-type-content);
195
+ width: 100%;
196
+ height: auto;
197
+ min-height: 30px;
198
+ text-align: left;
199
+ display: flex;
200
+ align-items: center;
201
+ cursor: pointer;
202
+ }
203
+ .hlx-select-option-value-container .icon-container,
204
+ .hlx-multi-select-option-value-container .icon-container {
205
+ margin: 0;
206
+ padding: 0;
207
+ width: 100%;
208
+ font-size: 14px;
209
+ height: 30px;
210
+ font-family: Opensans !important;
211
+ padding-top: 10px;
212
+ padding-left: 10px;
213
+ box-sizing: border-box;
214
+ cursor: pointer;
215
+ }
216
+ .hlx-select-option-value-container .icon-container span,
217
+ .hlx-multi-select-option-value-container .icon-container span {
218
+ margin-right: 8px;
219
+ }
220
+
221
+ .hlx-multi-select-option-value-container {
222
+ font-family: var(--hlx-font-type-content);
223
+ width: 100%;
224
+ height: 30px;
225
+ text-align: left;
226
+ display: flex;
227
+ align-items: center;
228
+ cursor: pointer;
229
+ }
230
+ .hlx-multi-select-option-value-container .icon-container {
231
+ margin: 0;
232
+ padding: 0;
233
+ width: 100%;
234
+ font-size: 14px;
235
+ height: 30px;
236
+ font-family: Opensans !important;
237
+ padding-top: 10px;
238
+ padding-left: 10px;
239
+ box-sizing: border-box;
240
+ cursor: pointer;
241
+ }
242
+ .hlx-multi-select-option-value-container .icon-container span {
243
+ margin-right: 8px;
244
+ }
245
+
246
+ .hlx-select-option-value-container:hover,
247
+ .hlx-multi-select-option-value-container:hover {
248
+ color: var(--hlx-text-color-primary);
249
+ background-color: var(--hlx-color-primary-light);
250
+ }
251
+
252
+ .hlx-select-option-value {
253
+ font-family: var(--hlx-font-type-content);
254
+ margin: 0;
255
+ padding-left: 10px;
256
+ width: 100%;
257
+ font-size: 14px;
258
+ cursor: pointer;
259
+ white-space: nowrap;
260
+ overflow: hidden;
261
+ text-overflow: ellipsis;
262
+ }
263
+
264
+ .hlx-multi-select-option-value {
265
+ font-family: var(--hlx-font-type-content);
266
+ margin: 0;
267
+ padding-top: 4px;
268
+ padding-left: 10px;
269
+ width: 100%;
270
+ font-size: 14px;
271
+ height: 30px;
272
+ cursor: pointer;
273
+ white-space: nowrap;
274
+ overflow: hidden;
275
+ text-overflow: ellipsis;
276
+ }
277
+
278
+ .select-value {
279
+ background-color: var(--hlx-color-primary);
280
+ color: var(--hlx-color-white);
281
+ }
282
+ .select-value:hover {
283
+ background-color: var(--hlx-color-primary);
284
+ color: var(--hlx-color-white);
285
+ }
286
+
287
+ .hlx-multi-select-option-container {
288
+ padding: 10px 15px 10px 15px;
289
+ }
290
+
291
+ .flag-icon {
292
+ margin-left: 10px;
293
+ }
294
+
295
+ .check {
296
+ height: 30px;
297
+ width: 100%;
298
+ margin: 10px;
299
+ border: 1px solid black;
300
+ }
301
+
302
+ .hlx-multi-select-container {
303
+ font-family: var(--hlx-font-type-content);
304
+ display: flex;
305
+ width: 100%;
306
+ position: relative;
307
+ height: 38px;
308
+ color: var(--hlx-text-color-primary);
309
+ border-radius: 5px;
310
+ border: 1px solid var(--hlx-border-color);
311
+ }
312
+ .hlx-multi-select-container .icon-angle-down-regular {
313
+ cursor: pointer;
314
+ font-size: 14px;
315
+ color: var(--hlx-text-color-primary);
316
+ }
317
+ .hlx-multi-select-container:hover {
318
+ border: 1px solid var(--hlx-color-primary);
319
+ }
320
+ .hlx-multi-select-container:active {
321
+ border: 1px solid var(--hlx-color-primary);
322
+ }
323
+ .hlx-multi-select-container .customerror {
324
+ position: absolute;
325
+ font-size: 12px;
326
+ color: var(--hlx-color-error);
327
+ top: 35px;
328
+ left: 1px;
329
+ }
330
+ .hlx-multi-select-container .title-name {
331
+ position: absolute;
332
+ top: -12px;
333
+ background: white;
334
+ font-size: 12px;
335
+ left: 6px;
336
+ margin: 0 5px 0 5px;
337
+ padding: 0 5px 0 5px;
338
+ }
339
+ .hlx-multi-select-container .hlx-multi-select-input-placeholder {
340
+ font-family: var(--hlx-font-type-content);
341
+ border: none;
342
+ margin: 0;
343
+ width: 100%;
344
+ outline: none;
345
+ cursor: pointer;
346
+ text-align: center;
347
+ display: flex;
348
+ padding: 10px 12px;
349
+ align-items: center;
350
+ color: #a6a6a6;
351
+ text-align: left;
352
+ white-space: nowrap;
353
+ overflow: hidden;
354
+ text-overflow: ellipsis;
355
+ font-size: 14px;
356
+ border-radius: 4px;
357
+ height: 37px;
358
+ }
359
+ .hlx-multi-select-container .hlx-multi-select-input {
360
+ font-family: var(--hlx-font-type-content);
361
+ border: none;
362
+ margin: 0;
363
+ width: 93%;
364
+ outline: none;
365
+ cursor: pointer;
366
+ text-align: center;
367
+ display: flex;
368
+ align-items: center;
369
+ border-top-left-radius: 4px;
370
+ border-bottom-left-radius: 4px;
371
+ padding-left: 10px;
372
+ }
373
+ .hlx-multi-select-container .hlx-multi-select-input .hlx-multi-select-flag-container {
374
+ border: none;
375
+ margin: 0;
376
+ min-width: 80px;
377
+ max-width: 80px;
378
+ width: 100px;
379
+ padding: 0px;
380
+ outline: none;
381
+ cursor: pointer;
382
+ text-align: center;
383
+ display: flex;
384
+ align-items: center;
385
+ }
386
+ .hlx-multi-select-container .hlx-multi-select-input .hlx-multi-select-flag-container .hlx-multi-select-border {
387
+ width: 100%;
388
+ background: var(--hlx-color-primary);
389
+ color: var(--hlx-color-white);
390
+ display: flex;
391
+ align-items: center;
392
+ justify-content: space-between;
393
+ margin-right: 5px;
394
+ padding: 3px 7px 3px 7px;
395
+ border-radius: 5px;
396
+ font-size: 12px;
397
+ }
398
+ .hlx-multi-select-container .hlx-multi-select-input .hlx-multi-select-flag-container .hlx-multi-select-border .hlx-multi-select-value {
399
+ margin-right: 5px;
400
+ white-space: nowrap;
401
+ overflow: hidden;
402
+ text-overflow: ellipsis;
403
+ }
404
+ .hlx-multi-select-container .hlx-multi-select-input .hlx-multi-select-flag-container .hlx-multi-select-border .hlx-multi-select-value .icon-times-regular {
405
+ font-size: 8px;
406
+ color: var(--hlx-color-primary);
407
+ }
408
+
409
+ .input {
410
+ border: none;
411
+ height: 38px;
412
+ width: 100%;
413
+ background-color: white;
414
+ }
415
+
416
+ .add {
417
+ transform: rotate(-180deg);
418
+ color: var(--hlx-color-primary-dark);
419
+ }
420
+
421
+ @keyframes rotation {
422
+ from {
423
+ transform: rotate(0deg);
424
+ }
425
+ to {
426
+ transform: rotate(-180deg);
427
+ }
428
+ }
429
+ .change-color {
430
+ display: flex;
431
+ flex-direction: row;
432
+ justify-content: flex-start;
433
+ border: 1px solid var(--hlx-color-primary);
434
+ border-radius: 5px;
435
+ height: 37px;
436
+ align-items: center;
437
+ cursor: pointer;
438
+ position: relative;
439
+ }
440
+ .change-color .title-name {
441
+ color: var(--hlx-color-primary) !important;
442
+ }
443
+
444
+ .hlx-select-container .change-color .title-name {
445
+ color: var(--hlx-color-primary);
446
+ }
447
+
448
+ .add-style {
449
+ border-color: var(--hlx-color-primary) !important;
450
+ }
451
+ .add-style .custom-multi-select-title {
452
+ color: var(--hlx-color-primary) !important;
453
+ }
454
+
455
+ .color-icon {
456
+ color: var(--hlx-color-primary-dark);
457
+ }
458
+
459
+ .hlx-select-input-placeholder {
460
+ border: none;
461
+ width: 100%;
462
+ text-align: left;
463
+ outline: none;
464
+ cursor: pointer;
465
+ font-size: 14px;
466
+ color: #a6a6a6;
467
+ white-space: nowrap;
468
+ overflow: hidden;
469
+ text-overflow: ellipsis;
470
+ border-top-left-radius: 4px;
471
+ border-bottom-left-radius: 4px;
472
+ height: 34px;
473
+ padding: 8px 12px;
474
+ }
475
+ .hlx-select-input-placeholder .asterik {
476
+ color: var(--hlx-color-error);
477
+ }
478
+
479
+ .applyfilterselect {
480
+ height: 35px;
481
+ width: 100%;
482
+ padding-right: 5px;
483
+ align-items: center;
484
+ border: none;
485
+ display: flex;
486
+ justify-content: flex-end;
487
+ }
488
+ .applyfilterselect button {
489
+ border: none;
490
+ border-radius: 5px;
491
+ background: var(--hlx-color-primary);
492
+ cursor: pointer;
493
+ width: 25%;
494
+ height: 30px;
495
+ color: var(--hlx-color-white);
496
+ font-size: 14px;
497
+ font-weight: bold;
498
+ margin-left: 15px;
499
+ }
500
+ .applyfilterselect .disablebutton {
501
+ border: none;
502
+ background: none;
503
+ cursor: pointer;
504
+ width: 25%;
505
+ border-radius: 5px;
506
+ height: 30px;
507
+ color: #d8d8d8;
508
+ font-size: 14px;
509
+ font-weight: bold;
510
+ }
511
+ .applyfilterselect .clear-button {
512
+ border: none;
513
+ background: #d8d8d8;
514
+ border-radius: 5px;
515
+ cursor: pointer;
516
+ width: 25%;
517
+ height: 30px;
518
+ color: var(--hlx-color-white);
519
+ font-size: 14px;
520
+ font-weight: bold;
521
+ }
522
+
523
+ .sea {
524
+ height: 50px !important;
525
+ }
526
+
527
+ .multi-check {
528
+ height: 150px !important;
529
+ width: 100%;
530
+ overflow-y: scroll;
531
+ }
532
+
533
+ .check {
534
+ height: 100%;
535
+ width: 100%;
536
+ }
537
+
538
+ button {
539
+ border: none;
540
+ background: none;
541
+ }
542
+
543
+ #texteditorinput {
544
+ display: flex;
545
+ }
546
+
547
+ .dropdownname-color {
548
+ color: var(--hlx-color-primary);
549
+ }
550
+
551
+ .hlx-select-intellisense-option-container {
552
+ z-index: 1560;
553
+ font-family: var(--hlx-font-type-content);
554
+ position: absolute;
555
+ width: 100%;
556
+ background-color: var(--hlx-color-white);
557
+ border: 1px solid var(--hlx-border-color);
558
+ color: var(--hlx-text-color-primary);
559
+ border-radius: 5px;
560
+ justify-content: flex-start;
561
+ top: 45px;
562
+ right: 1px;
563
+ flex-wrap: wrap;
564
+ height: auto;
565
+ max-height: 246px;
566
+ }
567
+ .hlx-select-intellisense-option-container .single-select-search-container {
568
+ display: flex;
569
+ padding: 12px;
570
+ align-items: center;
571
+ height: 60px;
572
+ }
573
+ .hlx-select-intellisense-option-container .single-select-search-container .sea1 {
574
+ width: 98%;
575
+ margin-right: 5px;
576
+ }
577
+ .hlx-select-intellisense-option-container .single-select-search-container .icon-add-bg {
578
+ color: var(--hlx-color-primary);
579
+ font-size: 16px;
580
+ }
581
+ .hlx-select-intellisense-option-container .hlx-select-option {
582
+ overflow-y: auto;
583
+ height: 146px;
584
+ width: 100%;
585
+ }
586
+ .hlx-select-intellisense-option-container .custom-variable-button {
587
+ height: 40px;
588
+ background-color: var(--hlx-color-white);
589
+ border: 1px solid var(--hlx-border-color);
590
+ border-bottom-right-radius: 5px;
591
+ border-bottom-left-radius: 5px;
592
+ display: flex;
593
+ justify-content: center;
594
+ align-items: center;
595
+ text-align: center;
596
+ color: var(--hlx-color-primary);
597
+ font-size: 16px;
598
+ }
599
+ .hlx-select-intellisense-option-container .custom-variable-button:hover {
600
+ color: var(--hlx-color-primary-dark);
601
+ }
602
+ .hlx-select-intellisense-option-container .custom-variable-button p {
603
+ font-size: 16px;
604
+ }
605
+
606
+ .single-select-search-container {
607
+ width: 100%;
608
+ }
609
+
610
+ .custom-statement-conten {
611
+ display: flex;
612
+ flex-direction: column;
613
+ align-content: center;
614
+ overflow-y: auto;
615
+ height: 100%;
616
+ width: 100%;
617
+ }
618
+ .custom-statement-conten div .input-container {
619
+ margin-top: 20px;
620
+ margin-bottom: 20px;
621
+ }
622
+ .custom-statement-conten div .hlx-select-container {
623
+ margin-top: 20px;
624
+ margin-bottom: 20px;
625
+ }
626
+
627
+ .custom-dropdown {
628
+ width: 100%;
629
+ height: 37px;
630
+ position: relative;
631
+ display: flex;
632
+ font-size: 16px;
633
+ align-items: center;
634
+ border: 1px solid var(--hlx-border-color);
635
+ border-radius: 5px;
636
+ background-color: white;
637
+ color: var(--hlx-text-color-primary);
638
+ font-family: var(--hlx-font-type-content);
639
+ cursor: pointer;
640
+ }
641
+ .custom-dropdown:hover {
642
+ border: 1px solid var(--hlx-color-primary);
643
+ }
644
+ .custom-dropdown:hover .custom-label {
645
+ color: var(--hlx-color-primary) !important;
646
+ }
647
+ .custom-dropdown .customerror {
648
+ position: absolute;
649
+ font-size: 12px;
650
+ color: var(--hlx-color-error);
651
+ top: 35px;
652
+ left: 1px;
653
+ }
654
+ .custom-dropdown .custom-placeholder {
655
+ width: 100%;
656
+ height: 35px;
657
+ align-items: center;
658
+ display: flex;
659
+ text-align: left;
660
+ white-space: nowrap;
661
+ overflow: hidden;
662
+ text-overflow: ellipsis;
663
+ border: none;
664
+ font-size: 14px;
665
+ cursor: pointer;
666
+ }
667
+ .custom-dropdown-input {
668
+ width: 100%;
669
+ height: 35px;
670
+ text-align: left;
671
+ white-space: nowrap;
672
+ overflow: hidden;
673
+ text-overflow: ellipsis;
674
+ border: none;
675
+ font-size: 14px;
676
+ cursor: pointer;
677
+ padding: 10px 12px;
678
+ padding-right: 0px;
679
+ border-top-left-radius: 4px;
680
+ border-bottom-left-radius: 4px;
681
+ }
682
+ .custom-dropdown i {
683
+ height: 30px;
684
+ width: 30px;
685
+ padding-right: 7px;
686
+ display: flex;
687
+ align-items: center;
688
+ border-top-right-radius: 4px;
689
+ border-bottom-right-radius: 4px;
690
+ }
691
+ .custom-dropdown .custom-label-input {
692
+ width: 100%;
693
+ height: 35px;
694
+ text-align: left;
695
+ display: flex;
696
+ font: var(--hlx-font-type-content);
697
+ align-items: center;
698
+ white-space: nowrap;
699
+ overflow: hidden;
700
+ text-overflow: ellipsis;
701
+ border: none;
702
+ font-size: 14px;
703
+ cursor: pointer;
704
+ }
705
+ .custom-dropdown .icon-angle-down-regular,
706
+ .custom-dropdown .icon-angle-up-regular {
707
+ font-size: 14px;
708
+ cursor: pointer;
709
+ }
710
+ .custom-dropdown .custom-dropdown-whole-container {
711
+ width: 100%;
712
+ border-radius: 3px;
713
+ border: 1px solid var(--hlx-border-color);
714
+ height: auto;
715
+ max-height: 200px;
716
+ color: var(--hlx-text-color-primary);
717
+ background-color: white;
718
+ font-family: var(--hlx-font-type-content);
719
+ z-index: 100000000;
720
+ }
721
+ .custom-dropdown .custom-dropdown-whole-container .customdropdown-option-container {
722
+ width: 100%;
723
+ overflow-y: auto;
724
+ overflow-x: hidden;
725
+ max-height: 160px;
726
+ }
727
+ .custom-dropdown .custom-dropdown-whole-container .fixed-footer {
728
+ height: 35px;
729
+ width: 100%;
730
+ border-top: 1px solid var(--hlx-border-color);
731
+ padding-left: 10px;
732
+ display: flex;
733
+ }
734
+ .custom-dropdown .no-data-option {
735
+ display: flex;
736
+ justify-content: center;
737
+ align-items: center;
738
+ height: 30px;
739
+ font-size: 14px;
740
+ }
741
+ .custom-dropdown .option {
742
+ font-family: var(--hlx-font-type-content);
743
+ width: 100%;
744
+ height: 30px;
745
+ text-align: left;
746
+ display: flex;
747
+ align-items: center;
748
+ cursor: pointer;
749
+ }
750
+ .custom-dropdown .option:hover {
751
+ color: var(--hlx-text-color-primary);
752
+ background-color: var(--hlx-color-primary-light);
753
+ }
754
+ .custom-dropdown .option .option-value {
755
+ font-family: var(--hlx-font-type-content);
756
+ margin: 0;
757
+ padding-top: 4px;
758
+ padding-left: 10px;
759
+ width: 100%;
760
+ font-size: 14px;
761
+ height: 30px;
762
+ cursor: pointer;
763
+ white-space: nowrap;
764
+ overflow: hidden;
765
+ text-overflow: ellipsis;
766
+ }
767
+
768
+ .selecteddropdown {
769
+ border-color: var(--hlx-color-primary);
770
+ }
771
+ .selecteddropdown .custom-label {
772
+ color: var(--hlx-color-primary) !important;
773
+ }
774
+
775
+ .custom-label {
776
+ position: absolute;
777
+ top: -10px;
778
+ left: 9px;
779
+ font-size: 12px;
780
+ background-color: white;
781
+ padding-right: 5px;
782
+ padding-left: 5px;
783
+ }
784
+ .custom-label .asterik {
785
+ color: var(--hlx-color-error);
786
+ margin-left: 3px;
787
+ }
788
+
789
+ .custom-label-border {
790
+ height: 30px;
791
+ width: 40px;
792
+ color: black;
793
+ }
794
+
795
+ .inline-multi-select {
796
+ height: 37px;
797
+ width: 100%;
798
+ border: 1px solid var(--hlx-border-color);
799
+ border-radius: 4px;
800
+ padding-left: 8px;
801
+ display: flex;
802
+ align-items: center;
803
+ background-color: white;
804
+ position: relative;
805
+ cursor: pointer;
806
+ }
807
+ .inline-multi-select:hover {
808
+ border-color: var(--hlx-color-primary);
809
+ }
810
+ .inline-multi-select:hover .custom-multi-select-title {
811
+ color: var(--hlx-color-primary) !important;
812
+ }
813
+ .inline-multi-select .asterik {
814
+ color: var(--hlx-color-error);
815
+ }
816
+ .inline-multi-select .customerror {
817
+ position: absolute;
818
+ font-size: 12px;
819
+ color: var(--hlx-color-error);
820
+ top: 35px;
821
+ left: 1px;
822
+ }
823
+ .inline-multi-select .inline-input-section {
824
+ display: flex;
825
+ width: 100%;
826
+ height: 100%;
827
+ }
828
+ .inline-multi-select .inline-input-section input {
829
+ width: 97%;
830
+ height: 100%;
831
+ border: none;
832
+ cursor: pointer;
833
+ }
834
+ .inline-multi-select .inline-input-section .inline-multi-select-tag-value {
835
+ width: 97%;
836
+ height: 100%;
837
+ border: none;
838
+ display: flex;
839
+ }
840
+ .inline-multi-select .inline-input-section .inline-multi-select-tag-value .custom-multi-select-tag-value {
841
+ width: 100px;
842
+ display: flex;
843
+ justify-content: center;
844
+ align-items: center;
845
+ margin-right: 3px;
846
+ }
847
+ .inline-multi-select .inline-input-section .inline-multi-select-tag-value .custom-multi-select-tag-value .multiselect-inline-tag-option {
848
+ width: 95px;
849
+ height: 25px;
850
+ background: var(--hlx-color-primary-light);
851
+ color: var(--hlx-color-primary-dark);
852
+ }
853
+ .inline-multi-select .inline-input-section .inline-multi-select-count-section {
854
+ height: 30px;
855
+ width: 30px;
856
+ display: flex;
857
+ justify-content: center;
858
+ align-items: center;
859
+ }
860
+ .inline-multi-select .inline-input-section .inline-multi-select-count-section .inline-multi-select-count {
861
+ width: 25px;
862
+ display: flex;
863
+ align-items: center;
864
+ background: var(--hlx-color-primary-light);
865
+ color: var(--hlx-color-primary-dark);
866
+ border-radius: 25px;
867
+ height: 25px;
868
+ font-size: 12px;
869
+ margin-left: 2px;
870
+ justify-content: center;
871
+ }
872
+ .inline-multi-select .inline-input-section .icon-angle-down-regular, .inline-multi-select .inline-input-section .icon-angle-up-regular {
873
+ height: 34px;
874
+ width: 30px;
875
+ font-size: 14px;
876
+ padding-right: 7px;
877
+ display: flex;
878
+ align-items: center;
879
+ }
880
+ .inline-multi-select .inline-input-section .custom-multi-select-title1 {
881
+ position: absolute;
882
+ top: 7px;
883
+ font-size: 14px;
884
+ left: 6px;
885
+ margin: 0 5px 0 5px;
886
+ padding: 0 5px 0 5px;
887
+ color: #a6a6a6;
888
+ }
889
+ .inline-multi-select .inline-input-section .custom-multi-select-title {
890
+ position: absolute;
891
+ top: -12px;
892
+ background: white;
893
+ font-size: 12px;
894
+ left: 6px;
895
+ margin: 0 5px 0 5px;
896
+ padding: 0 5px 0 5px;
897
+ color: #a6a6a6;
898
+ }
899
+ .inline-multi-select .inline-multi-select-option-container {
900
+ height: 200px;
901
+ width: 100%;
902
+ border: 1px solid var(--hlx-border-color);
903
+ background-color: white;
904
+ border-radius: 5px;
905
+ padding-bottom: 8px;
906
+ overflow-y: auto;
907
+ z-index: 10000000000000000;
908
+ display: flex;
909
+ flex-direction: column;
910
+ height: auto;
911
+ max-height: 250px;
912
+ }
913
+ .inline-multi-select .inline-multi-select-placeholder {
914
+ border: none;
915
+ width: 100%;
916
+ text-align: left;
917
+ outline: none;
918
+ cursor: pointer;
919
+ font-size: 14px;
920
+ color: #a6a6a6;
921
+ white-space: nowrap;
922
+ overflow: hidden;
923
+ text-overflow: ellipsis;
924
+ border-top-left-radius: 4px;
925
+ border-bottom-left-radius: 4px;
926
+ height: 34px;
927
+ padding: 8px 12px;
928
+ }
929
+ .inline-multi-select .custom-multi-select-title {
930
+ position: absolute;
931
+ top: -12px;
932
+ background: white;
933
+ font-size: 12px;
934
+ left: 6px;
935
+ margin: 0 5px 0 5px;
936
+ padding: 0 5px 0 5px;
937
+ }
938
+
939
+ .not-all-tag {
940
+ display: flex;
941
+ }
942
+
943
+ .all-option {
944
+ width: 100%;
945
+ }
946
+
947
+ [data-tooltip]:before {
948
+ word-wrap: break-word;
949
+ }
950
+
951
+ button {
952
+ border: none !important;
953
+ background-color: transparent !important;
954
+ }
955
+
956
+ button:active {
957
+ background: #262c31;
958
+ }/*# sourceMappingURL=select.css.map */