carriera-intern-components 1.1.14 → 1.1.21

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 (124) hide show
  1. package/app/components/avatar/avatar.component.d.ts +2 -2
  2. package/app/components/avatar/models/avatar.model.d.ts +12 -5
  3. package/app/components/avatar/pipes/initials.pipe.d.ts +5 -1
  4. package/app/components/copy/copy.component.d.ts +23 -0
  5. package/app/components/document-preview/document-preview.component.d.ts +15 -6
  6. package/app/components/document-preview/interfaces/document-tag.interface.d.ts +4 -0
  7. package/app/components/document-preview/interfaces/index.d.ts +1 -0
  8. package/app/components/drop-zone/drop-zone.component.d.ts +58 -33
  9. package/app/components/drop-zone/models/file.response.d.ts +10 -0
  10. package/app/components/input/directives/helpers/index.d.ts +1 -0
  11. package/app/components/input/directives/helpers/mask.helper.d.ts +15 -0
  12. package/app/components/input/directives/mask.directive.d.ts +2 -16
  13. package/app/components/input/directives/number-format.directive.d.ts +6 -1
  14. package/app/components/input/directives/password.directive.d.ts +3 -1
  15. package/app/components/input/input.component.d.ts +59 -4
  16. package/app/components/input/models/dropdown.model.d.ts +44 -2
  17. package/app/components/input/models/input.model.d.ts +21 -7
  18. package/app/components/input/pipes/filter-by-search.pipe.d.ts +1 -1
  19. package/app/components/input-address/enums/input-address-layers-string.enum.d.ts +4 -0
  20. package/app/components/input-address/enums/input-address-type-string.enum.d.ts +5 -0
  21. package/app/components/input-address/input-address.component.d.ts +67 -0
  22. package/app/components/input-address/models/address-data.model.d.ts +19 -0
  23. package/app/components/input-address/models/address-list.model.d.ts +6 -0
  24. package/app/components/input-address/models/long-lat.model.d.ts +4 -0
  25. package/app/components/input-address/models/sent-address-data.model.d.ts +22 -0
  26. package/app/components/input-datetime-picker/cai-input-datetime-picker.component.d.ts +8 -4
  27. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/cai-custom-datetime-pickers.component.d.ts +3 -3
  28. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-dates-main/cai-custom-datetime-pickers-calendar-dates-main.component.d.ts +1 -1
  29. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-days/cai-custom-datetime-pickers-calendar-days.component.d.ts +1 -1
  30. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-left/cai-custom-datetime-pickers-calendar-left.component.d.ts +1 -1
  31. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-date-calendars/cai-custom-datetime-pickers-date-calendars.component.d.ts +2 -2
  32. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config/cai-input.config.d.ts +1 -0
  33. package/app/components/input-datetime-picker/interfaces/index.d.ts +1 -0
  34. package/app/components/input-datetime-picker/interfaces/input-datetime.interface.d.ts +8 -0
  35. package/app/components/pm/pm.component.d.ts +29 -12
  36. package/app/components/selected-location-field/interfaces/index.d.ts +1 -0
  37. package/app/components/selected-location-field/interfaces/selected-business-field.interface.d.ts +11 -0
  38. package/app/components/selected-location-field/selected-business-field.component.d.ts +12 -0
  39. package/app/directives/infinite-scroll.directive.d.ts +16 -0
  40. package/app/directives/intersection-observer.directive.d.ts +15 -0
  41. package/app/enums/alignment.enum.d.ts +4 -0
  42. package/app/enums/index.d.ts +3 -0
  43. package/app/enums/string-placeholder.enum.d.ts +3 -0
  44. package/app/models/appFile.model.d.ts +3 -1
  45. package/app/utils/constants/index.d.ts +1 -0
  46. package/app/utils/constants/input-character-sets.constants.d.ts +18 -0
  47. package/app/utils/index.d.ts +1 -0
  48. package/fesm2022/carriera-intern-components.mjs +1955 -882
  49. package/fesm2022/carriera-intern-components.mjs.map +1 -1
  50. package/package.json +1 -1
  51. package/public/assets/icons/cai-color.svg +3 -0
  52. package/public/assets/icons/cai-edit.svg +3 -3
  53. package/public/assets/icons/cai-loader.svg +3 -0
  54. package/public/assets/icons/fuel-contact/cai-fuel-card.svg +3 -0
  55. package/public/assets/icons/fuel-contact/cai-user-2.svg +3 -0
  56. package/public/assets/icons/general/cai-date.svg +1 -1
  57. package/public/assets/icons/integration/cai-efs.svg +4 -0
  58. package/public/assets/icons/interaction/cai-copy.svg +3 -0
  59. package/public/assets/icons/interaction/cai-favorite.svg +3 -0
  60. package/public/assets/icons/interaction/cai_time.svg +1 -1
  61. package/public/assets/icons/makes/trailers/ic_trailer_atro.svg +6 -0
  62. package/public/assets/icons/makes/trailers/ic_trailer_beall.svg +7 -0
  63. package/public/assets/icons/makes/trailers/ic_trailer_bedard.svg +8 -0
  64. package/public/assets/icons/makes/trailers/ic_trailer_butler.svg +7 -0
  65. package/public/assets/icons/makes/trailers/ic_trailer_de_lucio.svg +17 -0
  66. package/public/assets/icons/makes/trailers/ic_trailer_dorsey.svg +3 -0
  67. package/public/assets/icons/makes/trailers/ic_trailer_east.svg +3 -0
  68. package/public/assets/icons/makes/trailers/ic_trailer_fontaine.svg +3 -0
  69. package/public/assets/icons/makes/trailers/ic_trailer_fruehauf.svg +3 -0
  70. package/public/assets/icons/makes/trailers/ic_trailer_gallegos.svg +3 -0
  71. package/public/assets/icons/makes/trailers/ic_trailer_great_dane.svg +3 -0
  72. package/public/assets/icons/makes/trailers/ic_trailer_heil.svg +6 -0
  73. package/public/assets/icons/makes/trailers/ic_trailer_hudson.svg +3 -0
  74. package/public/assets/icons/makes/trailers/ic_trailer_hyndai.svg +3 -0
  75. package/public/assets/icons/makes/trailers/ic_trailer_kaufman.svg +3 -0
  76. package/public/assets/icons/makes/trailers/ic_trailer_mac.svg +3 -0
  77. package/public/assets/icons/makes/trailers/ic_trailer_manac.svg +3 -0
  78. package/public/assets/icons/makes/trailers/ic_trailer_polar.svg +3 -0
  79. package/public/assets/icons/makes/trailers/ic_trailer_ravens.svg +3 -0
  80. package/public/assets/icons/makes/trailers/ic_trailer_reitnouer.svg +12 -0
  81. package/public/assets/icons/makes/trailers/ic_trailer_strick.svg +3 -0
  82. package/public/assets/icons/makes/trailers/ic_trailer_timpte.svg +8 -0
  83. package/public/assets/icons/makes/trailers/ic_trailer_trail_king.svg +7 -0
  84. package/public/assets/icons/makes/trailers/ic_trailer_transcraft.svg +12 -0
  85. package/public/assets/icons/makes/trailers/ic_trailer_tremcar.svg +10 -0
  86. package/public/assets/icons/makes/trailers/ic_trailer_tytal.svg +3 -0
  87. package/public/assets/icons/makes/trailers/ic_trailer_utility.svg +3 -0
  88. package/public/assets/icons/makes/trailers/ic_trailer_vanguard.svg +3 -0
  89. package/public/assets/icons/makes/trailers/ic_trailer_vantage.svg +3 -0
  90. package/public/assets/icons/makes/trailers/ic_trailer_wabash.svg +3 -0
  91. package/public/assets/icons/makes/trailers/ic_trailer_walinga.svg +8 -0
  92. package/public/assets/icons/makes/trailers/ic_trailer_wilson.svg +3 -0
  93. package/public/assets/icons/makes/trucks/ic_truck_chevrolet.svg +3 -0
  94. package/public/assets/icons/makes/trucks/ic_truck_ford.svg +3 -0
  95. package/public/assets/icons/makes/trucks/ic_truck_freightliner.svg +3 -0
  96. package/public/assets/icons/makes/trucks/ic_truck_gmc.svg +3 -0
  97. package/public/assets/icons/makes/trucks/ic_truck_hino.svg +3 -0
  98. package/public/assets/icons/makes/trucks/ic_truck_international.svg +3 -0
  99. package/public/assets/icons/makes/trucks/ic_truck_isuzu.svg +3 -0
  100. package/public/assets/icons/makes/trucks/ic_truck_kenworth.svg +3 -0
  101. package/public/assets/icons/makes/trucks/ic_truck_mack.svg +3 -0
  102. package/public/assets/icons/makes/trucks/ic_truck_peterbilt.svg +3 -0
  103. package/public/assets/icons/makes/trucks/ic_truck_volvo.svg +3 -0
  104. package/public/assets/icons/makes/trucks/ic_truck_western_star.svg +3 -0
  105. package/public/assets/json/icons.json +204 -0
  106. package/public/pdfjs/pdf.worker.min.mjs +30 -0
  107. package/public-api.d.ts +9 -3
  108. package/src/styles/README.md +57 -0
  109. package/src/styles/_variables.scss +288 -0
  110. package/src/styles/cropper.scss +33 -0
  111. package/src/styles/custompickers.scss +822 -0
  112. package/src/styles/popover.scss +18 -0
  113. package/src/styles/review_variables.scss +40 -0
  114. package/src/styles/tooltip.scss +85 -0
  115. package/src/styles/utility/colors.scss +265 -0
  116. package/src/styles/utility/utilities.scss +6 -0
  117. package/src/styles.scss +28 -0
  118. package/app/components/input-datetime-picker/pipes/input-clear-class.pipe.d.ts +0 -14
  119. package/app/components/input-datetime-picker/pipes/input-date-time-container-class.pipe.d.ts +0 -11
  120. package/app/components/input-datetime-picker/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
  121. package/app/components/input-datetime-picker/pipes/input-placeholder-icon.class.pipe.d.ts +0 -11
  122. package/app/components/input-datetime-picker/pipes/show-clear.pipe.d.ts +0 -8
  123. package/app/directives/hover-svg-directives.d.ts +0 -15
  124. package/app/directives/index.d.ts +0 -1
@@ -0,0 +1,822 @@
1
+ @import "variables";
2
+ @import "review_variables";
3
+
4
+ .datetime-dropdown-holder {
5
+ position: relative;
6
+ top: 0px;
7
+ }
8
+
9
+ .datetimepopovermain {
10
+ border: none !important;
11
+ .popover-body {
12
+ margin-top: -4px;
13
+ padding: 0 !important;
14
+ }
15
+
16
+ .popover-arrow {
17
+ display: none !important;
18
+ }
19
+ }
20
+
21
+ .pickers_holder {
22
+ position: relative;
23
+ top: 0px !important;
24
+ width: auto !important;
25
+ padding: 0;
26
+
27
+ background-color: $color-text-base-inverse;
28
+ // box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
29
+ z-index: 999;
30
+
31
+ border-radius: 3px;
32
+ overflow: hidden;
33
+
34
+ .time_picker {
35
+ width: 167px;
36
+ }
37
+
38
+ .date_picker {
39
+ display: flex;
40
+
41
+ .month-years-size {
42
+ position: relative;
43
+ width: 48px;
44
+
45
+ background-color: $color-light-gray;
46
+
47
+ .calendar_border {
48
+ position: absolute;
49
+ top: 50%;
50
+ width: 100%;
51
+ height: 24px;
52
+ transform: translateY(-50%);
53
+
54
+ background-color: $color-text-base-inverse;
55
+ }
56
+
57
+ .month-year-item {
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ height: 24px;
62
+
63
+ font-size: 14px;
64
+ color: $color-text-base-content;
65
+ font-weight: $font-regular;
66
+ text-align: center;
67
+ text-transform: uppercase;
68
+
69
+ .left-year-show {
70
+ color: $color-text-base-content;
71
+ font-size: 14px;
72
+ font-weight: $font-bold;
73
+ }
74
+
75
+ &:hover {
76
+ color: $color-text-base-heading;
77
+ cursor: pointer;
78
+
79
+ background-color: $color-text-base-content;
80
+ border-radius: 2px;
81
+ }
82
+ }
83
+
84
+ cdk-virtual-scroll-viewport {
85
+ ::-webkit-scrollbar {
86
+ display: none;
87
+ }
88
+
89
+ &::-webkit-scrollbar {
90
+ display: none;
91
+ }
92
+ }
93
+
94
+ .cdk-virtual-scroll-content-wrapper {
95
+ padding: 133px 2px 0 2px;
96
+ }
97
+ }
98
+
99
+ .full-calendars-list {
100
+ flex: 1;
101
+ max-height: 290px;
102
+ min-width: 264px;
103
+ overflow: hidden;
104
+
105
+ .full_list {
106
+ height: 100%;
107
+
108
+ .selfScroll {
109
+ width: 100%;
110
+ height: 100%;
111
+ }
112
+ }
113
+ }
114
+ }
115
+
116
+ .time_picker {
117
+ //width: 150px;
118
+
119
+ .time_picker_head {
120
+ height: 36px;
121
+ display: flex;
122
+ padding: 0 12px;
123
+ align-items: center;
124
+ justify-content: space-between;
125
+
126
+ .selected_time {
127
+ font-size: 14px;
128
+ font-weight: $font-extrabold;
129
+ color: $color-text-base-heading;
130
+ }
131
+
132
+ .sel_now {
133
+ color: $color-icon-base-positive;
134
+ font-size: 14px;
135
+ font-weight: $font-bold;
136
+
137
+ &:hover {
138
+ cursor: pointer;
139
+ color: $color-surface-input-positive-hover;
140
+ }
141
+ }
142
+ }
143
+
144
+ .time_picker_body {
145
+ .picker_body_head {
146
+ display: flex;
147
+ height: 22px;
148
+ display: flex;
149
+ align-items: center;
150
+ background-color: $color-surface-input-neutral;
151
+ margin: 0 4px 2px 4px;
152
+ border-radius: 2px;
153
+
154
+ div {
155
+ flex: 0 0 33%;
156
+ text-align: center;
157
+
158
+ font-size: 10px;
159
+ font-weight: $font-bold;
160
+ color: $color-text-base-content;
161
+
162
+ &.active {
163
+ color: $color-text-base-content;
164
+ }
165
+ }
166
+ }
167
+
168
+ .picker_body {
169
+ position: relative;
170
+ height: 155px;
171
+ display: flex;
172
+ justify-content: center;
173
+
174
+ &::after {
175
+ content: "";
176
+ position: absolute;
177
+ width: 100%;
178
+ height: 31px;
179
+ top: -1px;
180
+ left: 0;
181
+ pointer-events: none;
182
+
183
+ background: linear-gradient(
184
+ to bottom,
185
+ rgba(255, 255, 255, 1) 0%,
186
+ rgba(255, 255, 255, 0) 100%
187
+ );
188
+ z-index: 11;
189
+ }
190
+
191
+ &::before {
192
+ content: "";
193
+ position: absolute;
194
+ pointer-events: none;
195
+ width: 100%;
196
+ height: 31px;
197
+ bottom: -1px;
198
+ left: 0;
199
+ background: linear-gradient(
200
+ to top,
201
+ rgba(255, 255, 255, 1) 0%,
202
+ rgba(255, 255, 255, 0) 100%
203
+ );
204
+ z-index: 11;
205
+ }
206
+
207
+ .picker_line {
208
+ position: absolute;
209
+ width: calc(100% - 8px);
210
+ height: 22px;
211
+ top: 50%;
212
+ left: 4px;
213
+ border-radius: 2px;
214
+
215
+ transform: translateY(-50%);
216
+ background-color: $color-surface-input-neutral;
217
+
218
+ span {
219
+ position: absolute;
220
+ left: 30%;
221
+
222
+ font-size: 14px;
223
+ font-weight: $font-regular;
224
+ color: $color-text-base-content;
225
+ }
226
+ }
227
+
228
+ .scroll_pickers {
229
+ position: relative;
230
+ height: 22px;
231
+ flex: 0 0 33.3%;
232
+ height: 100%;
233
+ padding: 67px 0;
234
+ margin: 0 7px;
235
+
236
+ overflow: auto;
237
+ text-align: center;
238
+
239
+ -ms-overflow-style: none;
240
+ /* Internet Explorer 10+ */
241
+ scrollbar-width: none;
242
+ /* Firefox */
243
+
244
+ z-index: 10;
245
+
246
+ &:first-child {
247
+ flex: 0 0 28px;
248
+ }
249
+
250
+ &:nth-child(2) {
251
+ flex: 0 0 36px;
252
+ }
253
+
254
+ &:nth-child(3) {
255
+ flex: 0 0 38px;
256
+ }
257
+
258
+ &::-webkit-scrollbar {
259
+ display: none;
260
+ /* Safari and Chrome */
261
+ }
262
+
263
+ .scroll_item {
264
+ height: 22px;
265
+ display: flex;
266
+ align-items: center;
267
+ justify-content: center;
268
+
269
+ font-size: 14px;
270
+ color: $color-text-base-content;
271
+ font-weight: $font-regular;
272
+ user-select: none;
273
+
274
+ &:hover {
275
+ color: $color-icon-base-positive;
276
+ cursor: pointer;
277
+ }
278
+ }
279
+
280
+ &:hover {
281
+ // background-color: #f3f3f366;
282
+ // box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
283
+ }
284
+ }
285
+ }
286
+ }
287
+
288
+ .picker_buttons {
289
+ display: flex;
290
+ padding: 6px;
291
+ justify-content: space-between;
292
+
293
+ .pick_button {
294
+ display: flex;
295
+ align-items: center;
296
+ justify-content: center;
297
+ height: 32px;
298
+ padding: 0 12px;
299
+ text-align: center;
300
+ border-radius: 2px;
301
+
302
+ font-size: 12px;
303
+ font-weight: $font-bold;
304
+ color: $color-text-base-content-subtle;
305
+
306
+ &:hover {
307
+ background-color: $color-surface-input-neutral-hover;
308
+ color: $color-text-base-content;
309
+ cursor: pointer;
310
+ }
311
+
312
+ &.set_button {
313
+ width: 57px;
314
+ text-align: center;
315
+ background-color: $color-icon-base-positive;
316
+ color: $color-text-base-inverse;
317
+
318
+ &:hover {
319
+ background-color: $color-surface-input-positive-focus;
320
+ }
321
+ }
322
+ }
323
+ }
324
+ }
325
+
326
+ &.dark_picker {
327
+ background-color: $color-text-base-content;
328
+
329
+ .month-years-size {
330
+ width: 40px;
331
+ background-color: $color-text-base-heading;
332
+
333
+ .calendar_border {
334
+ position: absolute;
335
+ top: 50%;
336
+ width: 100%;
337
+ height: 26px;
338
+ transform: translateY(-50%);
339
+
340
+ background-color: $color-text-base-content;
341
+ }
342
+
343
+ .month-year-item {
344
+ height: 22px;
345
+ color: $color-icon-base-disable;
346
+ font-size: 11px;
347
+
348
+ .left-year-show {
349
+ color: $color-inverse-icon-base-neutral;
350
+ font-size: 11px;
351
+ }
352
+
353
+ &.current_month_year {
354
+ color: $color-text-base-inverse;
355
+
356
+ .left-year-show {
357
+ color: $color-text-base-inverse;
358
+ font-weight: $font-bold;
359
+ }
360
+ }
361
+
362
+ &:hover {
363
+ color: $color-text-base-inverse;
364
+
365
+ background-color: $color-text-base-content;
366
+ }
367
+ }
368
+
369
+ .cdk-virtual-scroll-content-wrapper {
370
+ padding: 133px 4px 0 4px;
371
+ }
372
+ }
373
+
374
+ .date_picker {
375
+ margin: 4px;
376
+
377
+ .full-calendars-list {
378
+ min-width: 184px;
379
+
380
+ .calendar_view {
381
+ width: 182px;
382
+ padding-top: 6px;
383
+ background-color: $color-text-base-content;
384
+
385
+ .calendar_view_head {
386
+ padding: 0 6px;
387
+
388
+ .month_name {
389
+ padding: 0 4px;
390
+
391
+ color: $color-text-base-inverse;
392
+ font-size: 11px;
393
+
394
+ .year_hold {
395
+ margin-right: 0;
396
+
397
+ color: $color-text-base-inverse;
398
+ }
399
+ }
400
+
401
+ .today {
402
+ padding: 0 4px;
403
+
404
+ color: $color-icon-base-positive;
405
+ font-size: 11px;
406
+ text-transform: uppercase;
407
+
408
+ &:hover {
409
+ color: $color-text-base-inverse;
410
+ }
411
+ }
412
+ }
413
+
414
+ .calendars_list_view {
415
+ .calendar_indicator {
416
+ margin: 12px 10px;
417
+
418
+ color: $color-text-base-content-subtle;
419
+ font-size: 11px;
420
+ text-transform: uppercase;
421
+
422
+ &.current_year {
423
+ color: $color-text-base-inverse;
424
+ }
425
+
426
+ &.full_calendar {
427
+ margin-bottom: 4px;
428
+ }
429
+ }
430
+
431
+ .calendar_month_days {
432
+ display: grid;
433
+ grid-template-columns: repeat(7, 1fr);
434
+ gap: 4px;
435
+ margin: 0 6px 4px 6px;
436
+ padding: 0;
437
+
438
+ .cal_day {
439
+ width: 22px;
440
+ height: 22px;
441
+ margin: 0;
442
+
443
+ font-size: 9px;
444
+ color: $color-inverse-icon-base-neutral;
445
+ text-align: center;
446
+ }
447
+ }
448
+
449
+ .month_list {
450
+ display: grid;
451
+ grid-template-columns: repeat(3, 1fr);
452
+ column-gap: 4px;
453
+ row-gap: 12px;
454
+ justify-content: unset;
455
+ margin: 0 6px;
456
+
457
+ .month_list_item {
458
+ margin: 0;
459
+ height: 22px;
460
+
461
+ color: $color-text-base-content-subtle;
462
+ font-size: 11px;
463
+
464
+ &:hover:not(.current_month) {
465
+ background-color: $color-text-base-heading;
466
+ color: $color-text-base-inverse;
467
+ border-radius: 2px;
468
+ cursor: pointer;
469
+ }
470
+
471
+ &.current_month {
472
+ color: $color-text-base-inverse;
473
+ background-color: $color-inverse-surface-input-positive;
474
+ border-radius: 2px;
475
+ cursor: pointer;
476
+ }
477
+ }
478
+
479
+ &.current_year {
480
+ .month_list_item {
481
+ color: $color-text-base-inverse;
482
+ }
483
+ }
484
+ }
485
+
486
+ .calendar_days {
487
+ display: grid;
488
+ grid-template-columns: repeat(7, 1fr);
489
+ gap: 4px;
490
+ margin: 0 6px;
491
+ padding: 0;
492
+ height: auto;
493
+
494
+ .calendar_day {
495
+ width: 22px;
496
+ height: 22px;
497
+ margin: 0;
498
+ color: $color-icon-base-neutral;
499
+ font-size: 11px;
500
+
501
+ &.current_day {
502
+ color: $color-text-base-inverse;
503
+ background-color: $color-inverse-surface-input-positive;
504
+ border-radius: 2px;
505
+ }
506
+
507
+ &.selected_day {
508
+ background-color: $color-inverse-surface-input-positive;
509
+ color: $color-text-base-inverse;
510
+ border-radius: 2px;
511
+ }
512
+
513
+ &.day_in_current_month {
514
+ color: $color-text-base-inverse;
515
+ }
516
+
517
+ &.weekend_day_in_current_month {
518
+ color: $color-inverse-icon-base-neutral;
519
+ }
520
+
521
+ &:not(.empty_day):not(.selected_day):hover {
522
+ background-color: $color-text-base-heading;
523
+ border-radius: 2px;
524
+
525
+ cursor: pointer;
526
+ color: $color-text-base-inverse;
527
+ }
528
+ }
529
+ }
530
+ }
531
+ }
532
+ }
533
+ }
534
+
535
+ .time_picker {
536
+ width: 156px;
537
+ margin: 4px;
538
+
539
+ .time_picker_head {
540
+ height: 18px;
541
+ padding: 0 4px;
542
+ margin-bottom: 4px;
543
+
544
+ .selected_time {
545
+ color: $color-text-base-inverse;
546
+ font-size: 11px;
547
+ }
548
+
549
+ .sel_now {
550
+ color: $color-icon-base-positive;
551
+ font-size: 11px;
552
+ text-transform: uppercase;
553
+ }
554
+ }
555
+
556
+ .time_picker_body {
557
+ .picker_body_head {
558
+ display: grid;
559
+ grid-template-columns: repeat(3, 1fr);
560
+ column-gap: 4px;
561
+ margin: 0 0 4px 0;
562
+ padding: 2px;
563
+ background: none;
564
+
565
+ div {
566
+ color: $color-inverse-icon-base-neutral;
567
+ font-size: 9px;
568
+ text-align: center;
569
+ text-transform: uppercase;
570
+ }
571
+ }
572
+
573
+ .picker_body {
574
+ height: 176px;
575
+ display: grid;
576
+ grid-template-columns: repeat(3, 1fr);
577
+ column-gap: 4px;
578
+ padding: 0 2px;
579
+
580
+ &::before {
581
+ display: none;
582
+ }
583
+
584
+ &::after {
585
+ display: none;
586
+ }
587
+
588
+ .picker_line {
589
+ left: 0;
590
+ width: 100%;
591
+ background-color: $color-inverse-surface-input-positive;
592
+
593
+ .border_line {
594
+ left: 33.3%;
595
+ width: 1px;
596
+ height: 12px;
597
+ margin-top: 5px;
598
+ background-color: $color-icon-base-positive;
599
+ opacity: 0.4;
600
+ border-radius: 2px;
601
+
602
+ &.line_2 {
603
+ left: 66.6%;
604
+ }
605
+ }
606
+ }
607
+
608
+ .scroll_pickers {
609
+ margin: 0;
610
+ padding: 77px 0;
611
+
612
+ .scroll_item {
613
+ color: $color-inverse-icon-base-neutral;
614
+ font-size: 11px;
615
+
616
+ &.active_item {
617
+ color: $color-text-base-inverse;
618
+ }
619
+ }
620
+ }
621
+ }
622
+
623
+ .picker_buttons {
624
+ display: grid;
625
+ grid-template-columns: repeat(2, 1fr);
626
+ column-gap: 4px;
627
+
628
+ margin-top: 6px;
629
+ padding: 4px 0 0 0;
630
+ border-top: 1px solid $color-inverse-surface-input-neutral-focus;
631
+
632
+ .pick_button {
633
+ height: 18px;
634
+ background-color: $color-text-base-heading;
635
+
636
+ color: $color-text-base-inverse;
637
+ font-size: 11px;
638
+ text-transform: uppercase;
639
+
640
+ border-radius: 1px;
641
+
642
+ &.set_button {
643
+ width: auto;
644
+ background-color: $color-inverse-surface-input-positive-no-percent;
645
+ }
646
+ }
647
+ }
648
+ }
649
+ }
650
+ }
651
+ }
652
+
653
+ .calendar_view {
654
+ width: 260px;
655
+ padding-top: 12px;
656
+ background-color: $color-text-base-inverse;
657
+
658
+ .calendar_view_head {
659
+ display: flex;
660
+ justify-content: space-between;
661
+ margin-bottom: 12px;
662
+ padding: 0 12px;
663
+
664
+ .month_name {
665
+ font-size: 12px;
666
+ font-weight: $font-bold;
667
+ color: $color-text-base-heading;
668
+
669
+ .year_hold {
670
+ margin-right: 5px;
671
+ text-transform: uppercase;
672
+ color: $color-text-base-heading;
673
+
674
+ &:hover {
675
+ color: $color-text-base-content;
676
+ }
677
+
678
+ cursor: pointer;
679
+ }
680
+ }
681
+
682
+ .today {
683
+ font-size: 12px;
684
+ font-weight: $font-bold;
685
+ color: $color-icon-base-positive;
686
+ cursor: pointer;
687
+
688
+ &:hover {
689
+ color: $color-surface-input-positive-hover;
690
+ }
691
+ }
692
+ }
693
+
694
+ .calendars_list_view {
695
+ cdk-virtual-scroll-viewport {
696
+ height: 230px;
697
+ min-height: 230px;
698
+
699
+ ::-webkit-scrollbar {
700
+ display: none;
701
+ }
702
+
703
+ &::-webkit-scrollbar {
704
+ display: none;
705
+ }
706
+
707
+ .cdk-virtual-scroll-content-wrapper {
708
+ }
709
+ }
710
+
711
+ .calendar_indicator {
712
+ margin: 12px;
713
+ height: 18px;
714
+
715
+ font-size: 12px;
716
+ color: $color-text-base-content-subtle;
717
+ font-weight: $font-bold;
718
+ }
719
+
720
+ .calendar_month_days {
721
+ padding: 0 3px;
722
+
723
+ &.hideVisibility {
724
+ visibility: hidden;
725
+ }
726
+
727
+ .cal_day {
728
+ width: 24px;
729
+ margin: 0 6px;
730
+
731
+ font-size: 12px;
732
+ font-weight: $font-bold;
733
+ color: $color-text-base-content-subtle;
734
+ }
735
+ }
736
+
737
+ .calendar_days {
738
+ height: 140px;
739
+ display: flex;
740
+ flex-wrap: wrap;
741
+ padding: 0 3px;
742
+
743
+ .calendar_day {
744
+ display: flex;
745
+ align-items: center;
746
+ justify-content: center;
747
+ flex: 0 0 24px;
748
+ width: 24px;
749
+ height: 24px;
750
+ margin: 0 6px;
751
+
752
+ font-size: 14px;
753
+ font-weight: $font-regular;
754
+ color: $color-text-base-content-subtle;
755
+
756
+ &.current_day {
757
+ color: $color-text-base-inverse;
758
+ background-color: $color-text-base-content;
759
+ border-radius: 2px;
760
+ }
761
+
762
+ &.selected_day {
763
+ background-color: $color-text-base-content;
764
+ color: $color-text-base-inverse;
765
+ border-radius: 2px;
766
+ }
767
+
768
+ &:not(.empty_day):not(.selected_day):hover {
769
+ background-color: $color-text-base-heading;
770
+ border-radius: 2px;
771
+
772
+ cursor: pointer;
773
+ color: $color-text-base-content;
774
+ }
775
+ }
776
+ }
777
+ }
778
+
779
+ .month_list {
780
+ display: flex;
781
+ flex-wrap: wrap;
782
+ justify-content: space-around;
783
+ height: 140px;
784
+
785
+ .month_list_item {
786
+ flex: 0 0 50px;
787
+ height: 24px;
788
+ margin: 0px 10px;
789
+ display: flex;
790
+ align-items: center;
791
+ justify-content: center;
792
+ border-radius: 3px;
793
+ font-size: 12px;
794
+ color: $color-text-base-content-subtle;
795
+ font-weight: $font-regular;
796
+
797
+ &:hover:not(.current_month) {
798
+ background-color: $color-surface-input-disable;
799
+ color: $color-text-base-content;
800
+ border-radius: 2px;
801
+ cursor: pointer;
802
+ }
803
+
804
+ &.current_month {
805
+ color: $color-text-base-content;
806
+ background-color: $color-surface-input-neutral;
807
+ border-radius: 2px;
808
+ cursor: pointer;
809
+ }
810
+ }
811
+ }
812
+ }
813
+
814
+ .dropdown {
815
+ z-index: 999 !important;
816
+ }
817
+
818
+ input[type="date"]::-webkit-inner-spin-button,
819
+ input[type="date"]::-webkit-calendar-picker-indicator {
820
+ display: none;
821
+ -webkit-appearance: none;
822
+ }