@usssa/component-library 1.0.0-alpha.2 → 1.0.0-alpha.200

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 (139) hide show
  1. package/README.md +8 -5
  2. package/package.json +24 -8
  3. package/src/assets/logo.svg +19 -0
  4. package/src/assets/no-result.svg +25 -0
  5. package/src/assets/quasar-logo-vertical.svg +15 -0
  6. package/src/assets/upload-illustration.svg +48 -0
  7. package/src/components/ComponentLink.vue +26 -0
  8. package/src/components/core/UAvatar.vue +210 -0
  9. package/src/components/core/UAvatarGroup.vue +129 -0
  10. package/src/components/core/UBadgeStd.vue +96 -0
  11. package/src/components/core/UBannerStd.vue +184 -0
  12. package/src/components/core/UBreadCrumbs.vue +171 -0
  13. package/src/components/core/UBtnIcon.vue +160 -0
  14. package/src/components/core/UBtnStd.vue +134 -0
  15. package/src/components/core/UBtnToggle.vue +73 -0
  16. package/src/components/core/UCheckboxStd.vue +101 -0
  17. package/src/components/core/UChip.vue +274 -0
  18. package/src/components/core/UDate.vue +581 -0
  19. package/src/components/core/UDialogStd.vue +614 -0
  20. package/src/components/core/UDrawer/UDrawer.vue +471 -0
  21. package/src/components/core/UDrawer/UDrawerMenuItem.vue +124 -0
  22. package/src/components/core/UExpansionStd.vue +266 -0
  23. package/src/components/core/UInnerLoader.vue +69 -0
  24. package/src/components/core/UInputAddressLookup.vue +484 -0
  25. package/src/components/core/UInputPhoneStd.vue +303 -0
  26. package/src/components/core/UInputTextStd.vue +308 -0
  27. package/src/components/core/UInputTypeahead.vue +44 -0
  28. package/src/components/core/UInputTypeaheadAdvanceSearch.vue +134 -0
  29. package/src/components/core/UMenuButtonStd.vue +280 -0
  30. package/src/components/core/UMenuDropdown.vue +80 -0
  31. package/src/components/core/UMenuDropdownAdvancedSearch.vue +306 -0
  32. package/src/components/core/UMenuItem.vue +183 -0
  33. package/src/components/core/UMenuSearch.vue +73 -0
  34. package/src/components/core/UModal.vue +660 -0
  35. package/src/components/core/UMultiSelectStd.vue +699 -0
  36. package/src/components/core/UPagination.vue +156 -0
  37. package/src/components/core/URadioBtn.vue +139 -0
  38. package/src/components/core/URadioStd.vue +71 -0
  39. package/src/components/core/USelectStd.vue +564 -0
  40. package/src/components/core/USheet.vue +349 -0
  41. package/src/components/core/UStepper/UProgress.vue +157 -0
  42. package/src/components/core/UStepper/UStepper.vue +211 -0
  43. package/src/components/core/UTabBtnStd.vue +181 -0
  44. package/src/components/core/UTable/UTable.vue +1984 -0
  45. package/src/components/core/UTable/UTd.vue +63 -0
  46. package/src/components/core/UTable/UTh.vue +48 -0
  47. package/src/components/core/UTable/UTr.vue +20 -0
  48. package/src/components/core/UTableStd.vue +1449 -0
  49. package/src/components/core/UTabsStd.vue +140 -0
  50. package/src/components/core/UToggleStd.vue +164 -0
  51. package/src/components/core/UToolbar/UCustomMenuIcon.vue +58 -0
  52. package/src/components/core/UToolbar/UToolbar.vue +226 -0
  53. package/src/components/core/UTooltip.vue +78 -0
  54. package/src/components/core/UTypeahead.vue +890 -0
  55. package/src/components/core/UUploader.vue +644 -0
  56. package/src/components/index.js +91 -0
  57. package/src/composables/useNotify.js +79 -0
  58. package/src/composables/useOverlayLoader.js +23 -0
  59. package/src/composables/useScreenType.js +30 -0
  60. package/src/css/app.sass +168 -0
  61. package/src/css/colors.sass +103 -0
  62. package/src/css/media.sass +1 -0
  63. package/src/css/quasar.variables.sass +150 -0
  64. package/src/css/typography.sass +0 -0
  65. package/src/css/vars/colors.variables.sass +113 -0
  66. package/src/utils/data.ts +170 -0
  67. package/dist/spa/assets/Avatar.45667392.js +0 -9
  68. package/dist/spa/assets/AvatarGroup.99557443.js +0 -9
  69. package/dist/spa/assets/AvatarGroup.bb4cd03a.css +0 -1
  70. package/dist/spa/assets/BadgeStd.ee4129c5.js +0 -6
  71. package/dist/spa/assets/BannerPage.6c6a98c4.js +0 -10
  72. package/dist/spa/assets/BannerPage.d195fcac.css +0 -1
  73. package/dist/spa/assets/BtnIcon.89e50d2e.css +0 -1
  74. package/dist/spa/assets/BtnIcon.934f8c5b.js +0 -10
  75. package/dist/spa/assets/BtnStd.95fc4510.js +0 -11
  76. package/dist/spa/assets/CheckBox.3c204a4b.css +0 -1
  77. package/dist/spa/assets/CheckBox.fbc0bd1a.js +0 -7
  78. package/dist/spa/assets/Chip.49ffc857.js +0 -11
  79. package/dist/spa/assets/Chip.74acaa33.css +0 -1
  80. package/dist/spa/assets/ComponentBase.1ae19b7e.js +0 -1
  81. package/dist/spa/assets/ErrorNotFound.6cccfaee.js +0 -1
  82. package/dist/spa/assets/IndexPage.17d09b76.js +0 -1
  83. package/dist/spa/assets/InputText.19c0d7d1.css +0 -1
  84. package/dist/spa/assets/InputText.3fcd97a4.js +0 -20
  85. package/dist/spa/assets/KFOkCnqEu92Fr1MmgVxIIzQ.34e9582c.woff +0 -0
  86. package/dist/spa/assets/KFOlCnqEu92Fr1MmEU9fBBc-.9ce7f3ac.woff +0 -0
  87. package/dist/spa/assets/KFOlCnqEu92Fr1MmSU5fBBc-.bf14c7d7.woff +0 -0
  88. package/dist/spa/assets/KFOlCnqEu92Fr1MmWUlfBBc-.e0fd57c0.woff +0 -0
  89. package/dist/spa/assets/KFOlCnqEu92Fr1MmYUtfBBc-.f6537e32.woff +0 -0
  90. package/dist/spa/assets/KFOmCnqEu92Fr1Mu4mxM.f2abf7fb.woff +0 -0
  91. package/dist/spa/assets/MainLayout.912bb0f8.js +0 -1
  92. package/dist/spa/assets/MultiSelectStd.644b108c.js +0 -17
  93. package/dist/spa/assets/MultiSelectStd.c7af49eb.css +0 -1
  94. package/dist/spa/assets/QAvatar.5940a79e.js +0 -1
  95. package/dist/spa/assets/QCheckbox.48b43f7d.js +0 -1
  96. package/dist/spa/assets/QPage.ca395ec4.js +0 -1
  97. package/dist/spa/assets/QRadio.0a7f5e2c.js +0 -1
  98. package/dist/spa/assets/QResizeObserver.30c3566c.js +0 -1
  99. package/dist/spa/assets/QSelect.a40eb786.js +0 -1
  100. package/dist/spa/assets/QTabs.72f2507e.js +0 -1
  101. package/dist/spa/assets/QToggle.376c48be.js +0 -1
  102. package/dist/spa/assets/QTooltip.5aa8e325.js +0 -1
  103. package/dist/spa/assets/Radio.0ac35288.js +0 -7
  104. package/dist/spa/assets/Radio.aca54a89.css +0 -1
  105. package/dist/spa/assets/SelectStd.5c6891db.css +0 -1
  106. package/dist/spa/assets/SelectStd.daf1def9.js +0 -16
  107. package/dist/spa/assets/TabButtonPage.20e871dd.js +0 -7
  108. package/dist/spa/assets/TabButtonPage.36ce9f9c.css +0 -1
  109. package/dist/spa/assets/TabsPage.9b94ff39.css +0 -1
  110. package/dist/spa/assets/TabsPage.b92cccee.js +0 -9
  111. package/dist/spa/assets/TogglePage.8129b631.css +0 -1
  112. package/dist/spa/assets/TogglePage.ba6e325c.js +0 -9
  113. package/dist/spa/assets/UAvatar.dda7e478.js +0 -1
  114. package/dist/spa/assets/UAvatar.ea8daa38.css +0 -1
  115. package/dist/spa/assets/UBadgeStd.3965db9a.css +0 -1
  116. package/dist/spa/assets/UBadgeStd.e165ee05.js +0 -1
  117. package/dist/spa/assets/UBtnStd.979ec4e8.js +0 -1
  118. package/dist/spa/assets/UBtnStd.bdd4f5e5.css +0 -1
  119. package/dist/spa/assets/UTooltip.d2e04d0c.js +0 -1
  120. package/dist/spa/assets/UTooltip.efa029a7.css +0 -1
  121. package/dist/spa/assets/dom.e9d4ad51.js +0 -1
  122. package/dist/spa/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.fd84f88b.woff +0 -0
  123. package/dist/spa/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.4a4dbc62.woff2 +0 -0
  124. package/dist/spa/assets/format.41663636.js +0 -1
  125. package/dist/spa/assets/index.43c62a18.js +0 -21
  126. package/dist/spa/assets/index.4fbd73cf.css +0 -5
  127. package/dist/spa/assets/option-sizes.10cc02d3.js +0 -1
  128. package/dist/spa/assets/render.e67ff27a.js +0 -1
  129. package/dist/spa/assets/tooltip.7c0d0774.js +0 -8
  130. package/dist/spa/assets/touch.9135741d.js +0 -1
  131. package/dist/spa/assets/use-checkbox.44a623c0.js +0 -1
  132. package/dist/spa/favicon.ico +0 -0
  133. package/dist/spa/icons/caret-down.svg +0 -5
  134. package/dist/spa/icons/circle-xmark.svg +0 -6
  135. package/dist/spa/icons/favicon-128x128.png +0 -0
  136. package/dist/spa/icons/favicon-16x16.png +0 -0
  137. package/dist/spa/icons/favicon-32x32.png +0 -0
  138. package/dist/spa/icons/favicon-96x96.png +0 -0
  139. package/dist/spa/index.html +0 -3
@@ -0,0 +1,581 @@
1
+ <script setup>
2
+ import { ref, watch } from 'vue'
3
+ import { useScreenType } from '../../composables/useScreenType'
4
+ import UBtnStd from './UBtnStd.vue'
5
+ import UInputTextStd from './UInputTextStd.vue'
6
+ import USheet from './USheet.vue'
7
+
8
+ const date = defineModel('date', { default: null })
9
+
10
+ const props = defineProps({
11
+ anchor: { type: String, default: 'bottom start' },
12
+ applyLabel: {
13
+ type: String,
14
+ default: 'Apply',
15
+ },
16
+ borderless: {
17
+ type: Boolean,
18
+ default: false,
19
+ },
20
+ closeLabel: {
21
+ type: String,
22
+ default: 'Close',
23
+ },
24
+ dataTestId: {
25
+ type: String,
26
+ default: 'date',
27
+ },
28
+ datePickerClass: { type: String, default: null },
29
+ datePickerOptions: { type: [Array, Function] },
30
+ disable: { type: Boolean, default: false },
31
+ hintIcon: { type: String, default: null },
32
+ hintText: { type: String, default: null },
33
+ inputClass: { type: String, default: null },
34
+ isRequired: { type: Boolean, default: false },
35
+ label: {
36
+ type: String,
37
+ },
38
+ mask: { default: 'MM/DD/YYYY', type: String },
39
+ navigationMaxYearMonth: {
40
+ type: String,
41
+ default: `${new Date().toISOString().slice(0, 7).replace('-', '/')}`,
42
+ },
43
+ navigationMinYearMonth: {
44
+ type: String,
45
+ default: '',
46
+ },
47
+ offset: { type: Array, default: () => [310, 15] },
48
+ placeholder: {
49
+ type: String,
50
+ default: null,
51
+ },
52
+ range: { type: Boolean, default: false },
53
+ self: { type: String, default: 'top left' },
54
+ sheetHeading: {
55
+ type: String,
56
+ default: 'Select Date',
57
+ },
58
+ size: {
59
+ type: String,
60
+ default: 'md',
61
+ validator: (val) => ['sm', 'md', 'lg'].includes(val),
62
+ },
63
+ toolTipText: {
64
+ type: String,
65
+ },
66
+ validationRules: { type: Array, default: () => [] },
67
+ })
68
+
69
+ const $screen = useScreenType()
70
+
71
+ //refs
72
+ const datePickerRef = ref(null)
73
+ const dialogDate = ref('')
74
+ const dialogs = ref([])
75
+ const dialogSelectedDate = ref('')
76
+ const selectedDate = ref('')
77
+
78
+ //custom functions
79
+ const closeDialog = () => {
80
+ setTimeout(() => {
81
+ if (dialogs.value[0]) {
82
+ dialogs.value[0].open = false
83
+ }
84
+ }, 100)
85
+ setTimeout(() => {
86
+ dialogs.value.splice(0, 1)
87
+ }, 500)
88
+ }
89
+
90
+ const handleApply = () => {
91
+ date.value = dialogDate.value
92
+ selectedDate.value = dialogSelectedDate.value
93
+ closeDialog()
94
+ }
95
+
96
+ const handleClose = () => {
97
+ dialogSelectedDate.value = selectedDate.value
98
+ dialogDate.value = date.value
99
+
100
+ closeDialog()
101
+ }
102
+
103
+ const onUpdateSheet = (value) => {
104
+ if (value.search('-') > -1) {
105
+ dialogDate.value = { from: value.split('-')[0], to: value.split('-')[1] }
106
+ } else {
107
+ dialogDate.value = value
108
+ }
109
+ }
110
+
111
+ const onUpdateValue = (value) => {
112
+ if (value.search('-') > -1) {
113
+ date.value = { from: value.split('-')[0], to: value.split('-')[1] }
114
+ } else {
115
+ date.value = value
116
+ }
117
+ }
118
+
119
+ const openDatePicker = () => {
120
+ if ($screen.value.isMobile) {
121
+ openDialogs()
122
+ } else if (datePickerRef.value && !props.disable) {
123
+ datePickerRef.value.show()
124
+ }
125
+ }
126
+
127
+ const openDialogs = () => {
128
+ dialogSelectedDate.value = selectedDate.value
129
+ dialogDate.value = date.value
130
+
131
+ let copiedDialogsArray = JSON.parse(JSON.stringify(dialogs.value))
132
+ copiedDialogsArray.push({
133
+ open: true,
134
+ height: 390,
135
+ persistent: true,
136
+ transitionDuration: 500, // ms
137
+ position: 'bottom',
138
+ })
139
+ dialogs.value = copiedDialogsArray
140
+ }
141
+
142
+ // watchers
143
+ watch(
144
+ date,
145
+ (newData) => {
146
+ if (!newData) {
147
+ selectedDate.value = ''
148
+ return
149
+ }
150
+ if (typeof newData === 'string') {
151
+ selectedDate.value = newData
152
+ } else {
153
+ if (newData.from && newData.to) {
154
+ selectedDate.value = `${newData.from}-${newData.to}`
155
+ }
156
+ }
157
+ },
158
+ { immediate: true }
159
+ )
160
+ watch(
161
+ dialogDate,
162
+ (newData) => {
163
+ if (!newData) return
164
+ if (typeof newData === 'string') {
165
+ dialogSelectedDate.value = newData
166
+ } else {
167
+ if (newData.from && newData.to) {
168
+ dialogSelectedDate.value = `${newData.from}-${newData.to}`
169
+ }
170
+ }
171
+ },
172
+ { immediate: true }
173
+ )
174
+ </script>
175
+ <template>
176
+ <UInputTextStd
177
+ v-model="selectedDate"
178
+ :class="inputClass ? inputClass : ''"
179
+ :borderless="borderless"
180
+ :dataTestId="dataTestId"
181
+ :disable="disable"
182
+ :hint-icon="hintIcon"
183
+ :hint-text="hintText"
184
+ :is-required="isRequired"
185
+ :label="label"
186
+ :mask="`${range ? '##/##/####-##/##/####' : '##/##/####'}`"
187
+ :placeholder="placeholder"
188
+ :size="size"
189
+ tabindex="-1"
190
+ :toolTipText="toolTipText"
191
+ :validation-rules="validationRules"
192
+ @update:modelValue="onUpdateValue"
193
+ >
194
+ <template #append>
195
+ <UBtnStd
196
+ class="date-picker-btn-icon"
197
+ aria-label="open date picker"
198
+ :flat="true"
199
+ :size="size"
200
+ :tabindex="disable ? -1 : 0"
201
+ @on-click="openDatePicker"
202
+ >
203
+ <q-icon
204
+ class="cursor-pointer date-picker-icon fa-kit-duotone fa-calendar-event"
205
+ alt="open date picker"
206
+ size="1rem"
207
+ tabindex="-1"
208
+ >
209
+ <q-popup-proxy
210
+ v-if="!$screen.isMobile"
211
+ :anchor="anchor"
212
+ aria-label="date-picker"
213
+ fit
214
+ :offset="offset"
215
+ ref="datePickerRef"
216
+ :self="self"
217
+ transition-hide="scale"
218
+ transition-show="scale"
219
+ >
220
+ <q-date
221
+ v-model="date"
222
+ :class="`u-date ${
223
+ datePickerClass ? datePickerClass : ''
224
+ } q-py-xxs q-px-xxs`"
225
+ color="primary"
226
+ :mask="mask"
227
+ minimal
228
+ :navigation-max-year-month="navigationMaxYearMonth"
229
+ :navigation-min-year-month="navigationMinYearMonth"
230
+ :options="datePickerOptions"
231
+ :range="range"
232
+ />
233
+ </q-popup-proxy>
234
+ </q-icon>
235
+ </UBtnStd>
236
+ </template>
237
+ </UInputTextStd>
238
+ <USheet
239
+ v-model:dialogs="dialogs"
240
+ dialog-class="date-sheet"
241
+ closeIconLabel="Close Icon"
242
+ :heading="sheetHeading"
243
+ :show-action-buttons="true"
244
+ >
245
+ <template #content>
246
+ <UInputTextStd
247
+ v-model="dialogSelectedDate"
248
+ :dataTestId="dataTestId"
249
+ :hint-icon="hintIcon"
250
+ :mask="`${range ? '##/##/####-##/##/####' : '##/##/####'}`"
251
+ tabindex="-1"
252
+ @update:modelValue="onUpdateSheet"
253
+ >
254
+ <template #append>
255
+ <UBtnStd
256
+ class="date-picker-btn-icon"
257
+ aria-label="open date picker"
258
+ :flat="true"
259
+ :size="size"
260
+ :tabindex="disable ? -1 : 0"
261
+ >
262
+ <q-icon
263
+ class="cursor-pointer date-picker-icon fa-kit-duotone fa-calendar-event"
264
+ alt="open date picker"
265
+ size="1rem"
266
+ tabindex="-1"
267
+ >
268
+ </q-icon>
269
+ </UBtnStd>
270
+ </template>
271
+ </UInputTextStd>
272
+ <div>
273
+ <q-date
274
+ v-model="dialogDate"
275
+ :class="`u-date ${
276
+ datePickerClass ? datePickerClass : 'dialog-date'
277
+ } q-py-xxs q-px-xxs`"
278
+ color="primary"
279
+ flat
280
+ :mask="mask"
281
+ minimal
282
+ :navigation-max-year-month="navigationMaxYearMonth"
283
+ :navigation-min-year-month="navigationMinYearMonth"
284
+ :options="datePickerOptions"
285
+ :range="range"
286
+ />
287
+ </div>
288
+ </template>
289
+ <template #action_primary_one>
290
+ <UBtnStd
291
+ color="primary"
292
+ :label="closeLabel"
293
+ outline
294
+ size="md"
295
+ @on-click="handleClose"
296
+ />
297
+ </template>
298
+ <template #action_primary_two>
299
+ <UBtnStd
300
+ color="primary"
301
+ :label="applyLabel"
302
+ size="md"
303
+ @on-click="handleApply"
304
+ />
305
+ </template>
306
+ </USheet>
307
+ </template>
308
+ <style lang="sass">
309
+ .q-menu:has(.u-date)
310
+ width: 21rem
311
+ border-radius: $border-radius-sm !important
312
+ background: $neutral-1 !important
313
+ box-shadow: $shadow-1 !important
314
+
315
+ .u-date
316
+ width: 100%
317
+ height: 100%
318
+
319
+ .q-btn .q-icon
320
+ font-size: $ba !important
321
+ color: $dark !important
322
+
323
+ .q-date__calendar-item
324
+ padding: 0 !important
325
+
326
+ .q-date__navigation
327
+ .q-date__arrow
328
+ &:nth-of-type(3)
329
+ margin-right: $xs
330
+ .q-btn:hover
331
+ background: #dce1e926 !important
332
+ margin-bottom: $xs
333
+ .relative-position div .q-btn
334
+ padding: $xs
335
+ &:hover
336
+ background: #dce1e926 !important
337
+
338
+ .q-btn .block
339
+ font-size: 0.875rem
340
+ font-weight: 500
341
+ line-height: 1.25rem
342
+ letter-spacing: 0.03333rem
343
+
344
+ .q-date__view.q-date__months
345
+ height: 15rem !important
346
+
347
+ .q-date__years
348
+ .col-auto
349
+ &:nth-of-type(1)
350
+ margin-right: $xxs
351
+ &:nth-of-type(3)
352
+ margin-left: $xxs
353
+ .col-auto .q-btn
354
+ width: $ms
355
+ height: $ms
356
+ padding: $xxs
357
+ &:hover
358
+ background: #dce1e926 !important
359
+
360
+ .q-btn
361
+ .q-focus-helper::before, .q-focus-helper::after
362
+ opacity: 0 !important
363
+
364
+ .q-date__months-item
365
+ .q-date__today
366
+ box-shadow: none
367
+
368
+ .q-btn:hover
369
+ background: #dce1e926 !important
370
+
371
+ .q-btn.bg-primary:hover
372
+ background: $primary !important
373
+
374
+ .q-date__today::after
375
+ content: ""
376
+ position: absolute
377
+ bottom: 0.125rem
378
+ left: 50%
379
+ transform: translateX(-50%)
380
+ width: $xxs
381
+ height: $xxs
382
+ background: $primary
383
+ border-radius: 50%
384
+
385
+ .q-date__years-content
386
+ padding: 0 !important
387
+ .q-date__years-item
388
+ padding-right: $xxs
389
+ .q-btn
390
+ border-radius: $xxl !important
391
+ width: $xxl
392
+ height: $lg
393
+ font-size: 0.875rem
394
+ font-weight: 400
395
+ line-height: $ms
396
+ letter-spacing: 0.01786rem
397
+ padding: 0 !important
398
+ &:hover
399
+ background: #dce1e926 !important
400
+ .q-btn.bg-primary:hover
401
+ background: $primary !important
402
+
403
+ .q-date__today
404
+ box-shadow: none
405
+
406
+ .q-date__today::after
407
+ content: ""
408
+ position: absolute
409
+ bottom: 0.125rem
410
+ left: 50%
411
+ transform: translateX(-50%)
412
+ width: $xxs
413
+ height: $xxs
414
+ background: $primary
415
+ border-radius: 50%
416
+
417
+ .q-date__calendar-days
418
+ .q-date__range-from::before, .q-date__range-to::before
419
+ background: $bg-blue-1
420
+ opacity: 1
421
+ border-width: 1px 0px
422
+ border-color: $primary !important
423
+ border-style: solid !important
424
+ top: 0px !important
425
+ bottom: 0px !important
426
+
427
+ .q-date__range::before
428
+ background: $bg-blue-1
429
+ opacity: 1
430
+ border-width: 1px 0px
431
+ border-color: $primary !important
432
+ border-style: solid !important
433
+ top: 0px !important
434
+ bottom: 0px !important
435
+
436
+ .q-date__edit-range-from-to::after
437
+ right: 0.625rem !important
438
+ left: 0.625rem !important
439
+ top: 0px !important
440
+ bottom: 0px !important
441
+
442
+ .q-date__edit-range-to::after
443
+ right: 0.625rem !important
444
+ height: $md
445
+ top: 0px !important
446
+
447
+ .q-date__edit-range-from::after
448
+ left: 0.625rem !important
449
+ height: $md
450
+ top: 0px !important
451
+
452
+ .q-date__edit-range::after
453
+ height: $md
454
+ top: 0px !important
455
+
456
+ .q-date__range
457
+ .q-btn
458
+ color: $primary !important
459
+
460
+ .q-date__calendar-item
461
+ margin-bottom: $xxs
462
+ .q-date__today
463
+ box-shadow: none !important
464
+ position: relative
465
+ display: inline-block
466
+
467
+ .q-date__today::after
468
+ content: ""
469
+ position: absolute
470
+ bottom: 0.125rem
471
+ left: 50%
472
+ transform: translateX(-50%)
473
+ width: $xxs
474
+ height: $xxs
475
+ background: $primary
476
+ border-radius: 50%
477
+
478
+ .q-btn
479
+ border-radius: $xxl !important
480
+ width: $md
481
+ height: $md
482
+ font-size: 0.875rem
483
+ font-weight: 400
484
+ line-height: $ms
485
+ letter-spacing: 0.01786rem
486
+ color: $dark
487
+ padding: 0 !important
488
+
489
+ .q-btn.bg-primary:hover
490
+ background: $primary !important
491
+
492
+ .q-btn:hover
493
+ background: #dce1e926 !important
494
+
495
+ .q-date__months-item
496
+ padding-right: $xxs
497
+ .q-btn
498
+ border-radius: $xxl !important
499
+ width: $xxl
500
+ height: $lg
501
+ font-size: 0.875rem
502
+ font-weight: 400
503
+ line-height: $ms
504
+ letter-spacing: 0.01786rem
505
+ padding: 0 !important
506
+
507
+ .q-date__actions
508
+ display: none
509
+
510
+ .q-date__calendar-weekdays
511
+ .q-date__calendar-item
512
+ text-transform: uppercase
513
+ color: $dark
514
+ font-size: 0.875rem
515
+ font-weight: 400
516
+ line-height: $ms
517
+ letter-spacing: 0.01786rem
518
+ opacity: 1 !important
519
+ height: $ms !important
520
+ div
521
+ line-height: $ms
522
+ display: flex
523
+ align-items: center
524
+
525
+ .q-date__view
526
+ padding: 0 !important
527
+ height: inherit !important
528
+ min-height: 0rem !important
529
+
530
+ .q-date__calendar-days-container
531
+ height: 100% !important
532
+ min-height: 0rem !important
533
+
534
+ .q-date__arrow
535
+ .q-btn
536
+ width: $ms
537
+ height: $ms
538
+ padding: 0.25rem
539
+ flex-wrap: nowrap
540
+ justify-content: center
541
+ &:hover
542
+ background: #dce1e926 !important
543
+
544
+ .relative-position div .q-btn
545
+ padding: $xs
546
+ color: $dark
547
+ font-size: 0.875rem
548
+ font-weight: 500
549
+ line-height: 1.25rem
550
+ letter-spacing: 0.03333rem
551
+
552
+ .date-picker-btn-icon.u-btn
553
+ padding: 0px !important
554
+ min-width: 0px !important
555
+
556
+ &.q-hoverable:hover > .q-focus-helper
557
+ opacity: 0
558
+
559
+ &:focus-visible
560
+ outline: auto !important
561
+
562
+ .q-focus-helper
563
+ display: none
564
+
565
+ .date-picker-icon
566
+ color: $description
567
+
568
+ .selected-month-year
569
+ color: #12316C
570
+ background: #234ba926
571
+ border-radius: $xs
572
+
573
+ .q-dialog__inner .u-date
574
+ padding-bottom: 1rem
575
+
576
+ .date-sheet
577
+ .main-content-dialog
578
+ overflow: hidden
579
+ .date-sheet .q-card
580
+ padding-bottom: 1rem
581
+ </style>