vuetify 3.2.5 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +2503 -2151
- package/dist/json/importMap-labs.json +12 -4
- package/dist/json/importMap.json +22 -22
- package/dist/json/tags.json +107 -9
- package/dist/json/web-types.json +10785 -7110
- package/dist/vuetify-labs.css +676 -570
- package/dist/vuetify-labs.d.ts +33308 -18176
- package/dist/vuetify-labs.esm.js +1466 -934
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1465 -933
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +237 -163
- package/dist/vuetify.d.ts +23935 -13654
- package/dist/vuetify.esm.js +477 -300
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +476 -299
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +811 -806
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/{index.d.ts → index.d.mts} +240 -77
- package/lib/components/VApp/{index.d.ts → index.d.mts} +65 -20
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +316 -128
- package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
- package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
- package/lib/components/VAutocomplete/index.d.mts +2048 -0
- package/lib/components/VAvatar/{index.d.ts → index.d.mts} +70 -31
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBadge/{index.d.ts → index.d.mts} +87 -44
- package/lib/components/VBanner/{index.d.ts → index.d.mts} +227 -68
- package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +78 -46
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +312 -212
- package/lib/components/VBtn/{index.d.ts → index.d.mts} +113 -55
- package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +69 -28
- package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +73 -36
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/{index.d.ts → index.d.mts} +902 -508
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/{index.d.ts → index.d.mts} +503 -126
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +336 -153
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/{index.d.ts → index.d.mts} +354 -91
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +470 -0
- package/lib/components/VCode/{index.d.ts → index.d.mts} +63 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +15 -9
- package/lib/components/VCombobox/VCombobox.mjs +82 -37
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +15 -11
- package/lib/components/VCombobox/index.d.mts +2060 -0
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/{index.d.ts → index.d.mts} +94 -50
- package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +67 -21
- package/lib/components/VDialog/{index.d.ts → index.d.mts} +457 -321
- package/lib/components/VDivider/{index.d.ts → index.d.mts} +66 -22
- package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +304 -116
- package/lib/components/VField/VField.css +49 -16
- package/lib/components/VField/VField.mjs +12 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +40 -11
- package/lib/components/VField/_variables.scss +8 -2
- package/lib/components/VField/index.d.mts +682 -0
- package/lib/components/VFileInput/VFileInput.css +3 -0
- package/lib/components/VFileInput/VFileInput.mjs +7 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +6 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +938 -419
- package/lib/components/VFooter/{index.d.ts → index.d.mts} +70 -30
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +993 -0
- package/lib/components/VGrid/{index.d.ts → index.d.mts} +280 -110
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/{index.d.ts → index.d.mts} +97 -42
- package/lib/components/VIcon/{index.d.ts → index.d.mts} +292 -83
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +150 -41
- package/lib/components/VInput/VInput.css +10 -4
- package/lib/components/VInput/VInput.mjs +9 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +7 -2
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VInput/{index.d.ts → index.d.mts} +211 -95
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +781 -0
- package/lib/components/VKbd/{index.d.ts → index.d.mts} +63 -18
- package/lib/components/VLabel/{index.d.ts → index.d.mts} +64 -19
- package/lib/components/VLayout/{index.d.ts → index.d.mts} +131 -44
- package/lib/components/VLazy/{index.d.ts → index.d.mts} +67 -28
- package/lib/components/VList/VList.mjs +6 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +4 -8
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +11 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +1148 -686
- package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +65 -20
- package/lib/components/VMain/{index.d.ts → index.d.mts} +64 -20
- package/lib/components/VMenu/{index.d.ts → index.d.mts} +453 -315
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/{index.d.ts → index.d.mts} +73 -36
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +113 -59
- package/lib/components/VOverlay/{index.d.ts → index.d.mts} +123 -79
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/{index.d.ts → index.d.mts} +218 -146
- package/lib/components/VParallax/{index.d.ts → index.d.mts} +91 -19
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +137 -50
- package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +92 -53
- package/lib/components/VRadio/{index.d.ts → index.d.mts} +109 -46
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +223 -99
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +281 -136
- package/lib/components/VRating/{index.d.ts → index.d.mts} +90 -51
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +4 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +80 -17
- package/lib/components/VSelect/VSelect.css +15 -9
- package/lib/components/VSelect/VSelect.mjs +23 -18
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +14 -11
- package/lib/components/VSelect/index.d.mts +1986 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +195 -183
- package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +75 -39
- package/lib/components/VSheet/{index.d.ts → index.d.mts} +66 -22
- package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +178 -63
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +276 -130
- package/lib/components/VSlider/slider.mjs +8 -2
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +457 -314
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +238 -107
- package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +69 -28
- package/lib/components/VTable/{index.d.ts → index.d.mts} +98 -30
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/{index.d.ts → index.d.mts} +173 -115
- package/lib/components/VTextField/VTextField.css +9 -1
- package/lib/components/VTextField/VTextField.mjs +4 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +8 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +1430 -871
- package/lib/components/VTextarea/VTextarea.mjs +13 -4
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +849 -416
- package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +65 -21
- package/lib/components/VTimeline/{index.d.ts → index.d.mts} +165 -66
- package/lib/components/VToolbar/{index.d.ts → index.d.mts} +260 -80
- package/lib/components/VTooltip/{index.d.ts → index.d.mts} +454 -313
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +634 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +229 -0
- package/lib/components/VWindow/{index.d.ts → index.d.mts} +200 -73
- package/lib/components/{index.d.ts → index.d.mts} +24064 -13789
- package/lib/components/index.mjs +2 -3
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/{index.d.ts → index.d.mts} +1090 -371
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +5 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/{items.mjs → list-items.mjs} +9 -6
- package/lib/composables/list-items.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -2
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +44 -16
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +14 -8
- package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
- package/lib/labs/VBottomSheet/_variables.scss +5 -0
- package/lib/labs/VBottomSheet/index.d.mts +871 -0
- package/lib/labs/VBottomSheet/index.mjs +2 -0
- package/lib/labs/VBottomSheet/index.mjs.map +1 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
- package/lib/labs/VDataIterator/composables/items.mjs +37 -0
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
- package/lib/labs/VDataIterator/index.d.mts +704 -0
- package/lib/labs/VDataIterator/index.mjs +2 -0
- package/lib/labs/VDataIterator/index.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTable.mjs +58 -20
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +8 -6
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +2 -3
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +31 -32
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +3 -3
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +17 -17
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +9681 -0
- package/lib/labs/VDataTable/index.mjs +1 -1
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +136 -61
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +77 -32
- package/lib/labs/components.d.mts +11806 -0
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +70 -0
- package/lib/labs/date/index.mjs +1 -1
- package/lib/labs/date/index.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -18
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +13 -9
- package/lib/components/VAutocomplete/index.d.ts +0 -2114
- package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
- package/lib/components/VBottomSheet/_variables.scss +0 -3
- package/lib/components/VBottomSheet/index.mjs +0 -4
- package/lib/components/VBottomSheet/index.mjs.map +0 -1
- package/lib/components/VChipGroup/index.d.ts +0 -296
- package/lib/components/VCombobox/index.d.ts +0 -2150
- package/lib/components/VData/VData.mjs +0 -374
- package/lib/components/VData/VData.mjs.map +0 -1
- package/lib/components/VData/index.mjs +0 -4
- package/lib/components/VData/index.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
- package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.sass +0 -71
- package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
- package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
- package/lib/components/VDataIterator/_variables.scss +0 -13
- package/lib/components/VDataIterator/index.mjs +0 -10
- package/lib/components/VDataIterator/index.mjs.map +0 -1
- package/lib/components/VField/index.d.ts +0 -583
- package/lib/components/VForm/index.d.ts +0 -300
- package/lib/components/VItemGroup/index.d.ts +0 -428
- package/lib/components/VSelect/index.d.ts +0 -2045
- package/lib/components/VValidation/index.d.ts +0 -259
- package/lib/components/VVirtualScroll/index.d.ts +0 -201
- package/lib/composables/items.mjs.map +0 -1
- package/lib/labs/VDataTable/index.d.ts +0 -6307
- package/lib/labs/components.d.ts +0 -6885
- package/lib/labs/date/index.d.ts +0 -38
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.
|
|
2
|
+
* Vuetify v3.3.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -15954,6 +15954,226 @@ html.overflow-y-hidden {
|
|
|
15954
15954
|
font-weight: normal;
|
|
15955
15955
|
padding: 0.2em 0.4rem;
|
|
15956
15956
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
15957
|
+
}.bottom-sheet-transition-enter-from {
|
|
15958
|
+
transform: translateY(100%);
|
|
15959
|
+
}
|
|
15960
|
+
.bottom-sheet-transition-leave-to {
|
|
15961
|
+
transform: translateY(100%);
|
|
15962
|
+
}
|
|
15963
|
+
|
|
15964
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
15965
|
+
align-self: flex-end;
|
|
15966
|
+
border-radius: 0;
|
|
15967
|
+
flex: 0 1 auto;
|
|
15968
|
+
left: 0;
|
|
15969
|
+
right: 0;
|
|
15970
|
+
margin-inline-start: 0;
|
|
15971
|
+
margin-inline-end: 0;
|
|
15972
|
+
margin-bottom: 0;
|
|
15973
|
+
transition-duration: 0.2s;
|
|
15974
|
+
width: 100%;
|
|
15975
|
+
max-width: 100%;
|
|
15976
|
+
overflow: visible;
|
|
15977
|
+
}
|
|
15978
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
15979
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
15980
|
+
border-radius: 0;
|
|
15981
|
+
}
|
|
15982
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
15983
|
+
max-width: none;
|
|
15984
|
+
}
|
|
15985
|
+
@media (min-width: 600px) {
|
|
15986
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
15987
|
+
max-width: 70%;
|
|
15988
|
+
}
|
|
15989
|
+
}.v-data-table {
|
|
15990
|
+
width: 100%;
|
|
15991
|
+
}
|
|
15992
|
+
|
|
15993
|
+
.v-data-table__table {
|
|
15994
|
+
width: 100%;
|
|
15995
|
+
border-collapse: separate;
|
|
15996
|
+
border-spacing: 0;
|
|
15997
|
+
}
|
|
15998
|
+
|
|
15999
|
+
.v-data-table__tr--focus {
|
|
16000
|
+
border: 1px dotted black;
|
|
16001
|
+
}
|
|
16002
|
+
.v-data-table__tr--clickable {
|
|
16003
|
+
cursor: pointer;
|
|
16004
|
+
}
|
|
16005
|
+
|
|
16006
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
16007
|
+
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
16008
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
16009
|
+
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
16010
|
+
background: rgb(var(--v-theme-surface));
|
|
16011
|
+
}
|
|
16012
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
16013
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
16014
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
16015
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
16016
|
+
text-align: end;
|
|
16017
|
+
}
|
|
16018
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
16019
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
16020
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
16021
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
16022
|
+
flex-direction: row-reverse;
|
|
16023
|
+
}
|
|
16024
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
16025
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
16026
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
16027
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
16028
|
+
text-align: center;
|
|
16029
|
+
}
|
|
16030
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16031
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
16032
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16033
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
16034
|
+
justify-content: center;
|
|
16035
|
+
}
|
|
16036
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
16037
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
16038
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
16039
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
16040
|
+
padding: 0 8px;
|
|
16041
|
+
}
|
|
16042
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
16043
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
16044
|
+
align-items: center;
|
|
16045
|
+
}
|
|
16046
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
16047
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
16048
|
+
cursor: pointer;
|
|
16049
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16050
|
+
}
|
|
16051
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
16052
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
16053
|
+
opacity: 0;
|
|
16054
|
+
}
|
|
16055
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
16056
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
16057
|
+
opacity: 0.5;
|
|
16058
|
+
}
|
|
16059
|
+
|
|
16060
|
+
.v-data-table-column--fixed {
|
|
16061
|
+
position: sticky;
|
|
16062
|
+
z-index: 2;
|
|
16063
|
+
left: 0;
|
|
16064
|
+
}
|
|
16065
|
+
|
|
16066
|
+
.v-data-table-column--last-fixed {
|
|
16067
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16068
|
+
}
|
|
16069
|
+
|
|
16070
|
+
.v-data-table-group-header-row td {
|
|
16071
|
+
background: lightgrey;
|
|
16072
|
+
}
|
|
16073
|
+
.v-data-table-group-header-row td > span {
|
|
16074
|
+
padding-left: 5px;
|
|
16075
|
+
}
|
|
16076
|
+
|
|
16077
|
+
.v-data-table--loading .v-data-table__td {
|
|
16078
|
+
opacity: 0.3;
|
|
16079
|
+
}
|
|
16080
|
+
|
|
16081
|
+
.v-data-table__progress th {
|
|
16082
|
+
position: relative;
|
|
16083
|
+
border: none !important;
|
|
16084
|
+
height: auto !important;
|
|
16085
|
+
}
|
|
16086
|
+
|
|
16087
|
+
.v-data-table-group-header-row__column {
|
|
16088
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
|
16089
|
+
}
|
|
16090
|
+
|
|
16091
|
+
.v-data-table-header__content {
|
|
16092
|
+
display: flex;
|
|
16093
|
+
align-items: center;
|
|
16094
|
+
}
|
|
16095
|
+
|
|
16096
|
+
.v-data-table-header__sort-badge {
|
|
16097
|
+
display: inline-flex;
|
|
16098
|
+
justify-content: center;
|
|
16099
|
+
align-items: center;
|
|
16100
|
+
font-size: 0.875rem;
|
|
16101
|
+
padding: 4px;
|
|
16102
|
+
border-radius: 50%;
|
|
16103
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16104
|
+
min-width: 20px;
|
|
16105
|
+
min-height: 20px;
|
|
16106
|
+
width: 20px;
|
|
16107
|
+
height: 20px;
|
|
16108
|
+
}
|
|
16109
|
+
|
|
16110
|
+
.v-data-table-headers__loader {
|
|
16111
|
+
bottom: auto;
|
|
16112
|
+
top: 0;
|
|
16113
|
+
left: 0;
|
|
16114
|
+
position: absolute;
|
|
16115
|
+
right: 0;
|
|
16116
|
+
width: 100%;
|
|
16117
|
+
z-index: 1;
|
|
16118
|
+
}
|
|
16119
|
+
|
|
16120
|
+
.v-data-table-rows-no-data {
|
|
16121
|
+
text-align: center;
|
|
16122
|
+
}.v-data-table-footer {
|
|
16123
|
+
display: flex;
|
|
16124
|
+
align-items: center;
|
|
16125
|
+
flex-wrap: wrap;
|
|
16126
|
+
padding: 0 8px;
|
|
16127
|
+
justify-content: flex-end;
|
|
16128
|
+
}
|
|
16129
|
+
|
|
16130
|
+
.v-data-table-footer__items-per-page {
|
|
16131
|
+
padding-inline-end: 24px;
|
|
16132
|
+
display: flex;
|
|
16133
|
+
align-items: center;
|
|
16134
|
+
justify-content: space-between;
|
|
16135
|
+
}
|
|
16136
|
+
.v-data-table-footer__items-per-page > span {
|
|
16137
|
+
padding-inline-end: 24px;
|
|
16138
|
+
}
|
|
16139
|
+
|
|
16140
|
+
.v-data-table-footer__info {
|
|
16141
|
+
display: flex;
|
|
16142
|
+
padding-inline-end: 24px;
|
|
16143
|
+
}
|
|
16144
|
+
|
|
16145
|
+
.v-data-table-footer__pagination {
|
|
16146
|
+
display: flex;
|
|
16147
|
+
align-items: center;
|
|
16148
|
+
}
|
|
16149
|
+
|
|
16150
|
+
.v-data-table-footer__page {
|
|
16151
|
+
padding: 0 8px;
|
|
16152
|
+
}.v-infinite-scroll--horizontal {
|
|
16153
|
+
display: flex;
|
|
16154
|
+
flex-direction: row;
|
|
16155
|
+
overflow-x: auto;
|
|
16156
|
+
}
|
|
16157
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
16158
|
+
height: 100%;
|
|
16159
|
+
width: 1px;
|
|
16160
|
+
}
|
|
16161
|
+
|
|
16162
|
+
.v-infinite-scroll--vertical {
|
|
16163
|
+
display: flex;
|
|
16164
|
+
flex-direction: column;
|
|
16165
|
+
overflow-y: auto;
|
|
16166
|
+
}
|
|
16167
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
16168
|
+
height: 1px;
|
|
16169
|
+
width: 100%;
|
|
16170
|
+
}
|
|
16171
|
+
|
|
16172
|
+
.v-infinite-scroll__side {
|
|
16173
|
+
align-items: center;
|
|
16174
|
+
display: flex;
|
|
16175
|
+
justify-content: center;
|
|
16176
|
+
padding: 8px;
|
|
15957
16177
|
}.v-skeleton-loader {
|
|
15958
16178
|
align-items: center;
|
|
15959
16179
|
background: rgb(var(--v-theme-surface));
|
|
@@ -16104,264 +16324,76 @@ html.overflow-y-hidden {
|
|
|
16104
16324
|
margin: 0;
|
|
16105
16325
|
}
|
|
16106
16326
|
.v-skeleton-loader__table-thead {
|
|
16107
|
-
justify-content: space-between;
|
|
16108
|
-
}
|
|
16109
|
-
.v-skeleton-loader__table-thead .v-skeleton-loader__heading {
|
|
16110
|
-
margin-top: 16px;
|
|
16111
|
-
max-width: 16px;
|
|
16112
|
-
}
|
|
16113
|
-
.v-skeleton-loader__table-tfoot {
|
|
16114
|
-
flex-wrap: nowrap;
|
|
16115
|
-
}
|
|
16116
|
-
.v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
|
16117
|
-
margin-top: 16px;
|
|
16118
|
-
}
|
|
16119
|
-
.v-skeleton-loader__table-row {
|
|
16120
|
-
align-items: baseline;
|
|
16121
|
-
margin: 0 8px;
|
|
16122
|
-
justify-content: space-evenly;
|
|
16123
|
-
flex-wrap: nowrap;
|
|
16124
|
-
}
|
|
16125
|
-
.v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
|
16126
|
-
margin-inline-start: 8px;
|
|
16127
|
-
margin-inline-end: 8px;
|
|
16128
|
-
}
|
|
16129
|
-
.v-skeleton-loader__table-row + .v-skeleton-loader__divider {
|
|
16130
|
-
margin: 0 16px;
|
|
16131
|
-
}
|
|
16132
|
-
.v-skeleton-loader__table-cell {
|
|
16133
|
-
align-items: center;
|
|
16134
|
-
display: flex;
|
|
16135
|
-
height: 48px;
|
|
16136
|
-
width: 88px;
|
|
16137
|
-
}
|
|
16138
|
-
.v-skeleton-loader__table-cell .v-skeleton-loader__text {
|
|
16139
|
-
margin-bottom: 0;
|
|
16140
|
-
}
|
|
16141
|
-
.v-skeleton-loader__subtitle {
|
|
16142
|
-
max-width: 70%;
|
|
16143
|
-
}
|
|
16144
|
-
.v-skeleton-loader__subtitle > .v-skeleton-loader__text {
|
|
16145
|
-
height: 16px;
|
|
16146
|
-
border-radius: 8px;
|
|
16147
|
-
}
|
|
16148
|
-
.v-skeleton-loader__text {
|
|
16149
|
-
border-radius: 6px;
|
|
16150
|
-
margin: 16px;
|
|
16151
|
-
height: 12px;
|
|
16152
|
-
}
|
|
16153
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
16154
|
-
margin-top: -8px;
|
|
16155
|
-
max-width: 50%;
|
|
16156
|
-
}
|
|
16157
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
16158
|
-
max-width: 70%;
|
|
16159
|
-
}
|
|
16160
|
-
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
16161
|
-
display: none;
|
|
16162
|
-
}
|
|
16163
|
-
.v-skeleton-loader--is-loading {
|
|
16164
|
-
overflow: hidden;
|
|
16165
|
-
}
|
|
16166
|
-
.v-skeleton-loader--tile {
|
|
16167
|
-
border-radius: 0;
|
|
16168
|
-
}
|
|
16169
|
-
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
16170
|
-
border-radius: 0;
|
|
16171
|
-
}
|
|
16172
|
-
|
|
16173
|
-
@keyframes loading {
|
|
16174
|
-
100% {
|
|
16175
|
-
transform: translateX(100%);
|
|
16176
|
-
}
|
|
16177
|
-
}.v-data-table {
|
|
16178
|
-
width: 100%;
|
|
16179
|
-
}
|
|
16180
|
-
|
|
16181
|
-
.v-data-table__table {
|
|
16182
|
-
width: 100%;
|
|
16183
|
-
border-collapse: separate;
|
|
16184
|
-
border-spacing: 0;
|
|
16185
|
-
}
|
|
16186
|
-
|
|
16187
|
-
.v-data-table__tr--focus {
|
|
16188
|
-
border: 1px dotted black;
|
|
16189
|
-
}
|
|
16190
|
-
.v-data-table__tr--clickable {
|
|
16191
|
-
cursor: pointer;
|
|
16192
|
-
}
|
|
16193
|
-
|
|
16194
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
16195
|
-
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
16196
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
16197
|
-
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
16198
|
-
background: rgb(var(--v-theme-surface));
|
|
16199
|
-
}
|
|
16200
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
16201
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
16202
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
16203
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
16204
|
-
text-align: end;
|
|
16205
|
-
}
|
|
16206
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
16207
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
16208
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
16209
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
16210
|
-
flex-direction: row-reverse;
|
|
16211
|
-
}
|
|
16212
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
16213
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
16214
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
16215
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
16216
|
-
text-align: center;
|
|
16217
|
-
}
|
|
16218
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16219
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
16220
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16221
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
16222
|
-
justify-content: center;
|
|
16223
|
-
}
|
|
16224
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
16225
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
16226
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
16227
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
16228
|
-
padding: 0 8px;
|
|
16229
|
-
}
|
|
16230
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
16231
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
16232
|
-
align-items: center;
|
|
16233
|
-
}
|
|
16234
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
16235
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
16236
|
-
cursor: pointer;
|
|
16237
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16238
|
-
}
|
|
16239
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
16240
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
16241
|
-
opacity: 0;
|
|
16242
|
-
}
|
|
16243
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
16244
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
16245
|
-
opacity: 0.5;
|
|
16246
|
-
}
|
|
16247
|
-
|
|
16248
|
-
.v-data-table-column--fixed {
|
|
16249
|
-
position: sticky;
|
|
16250
|
-
z-index: 2;
|
|
16251
|
-
left: 0;
|
|
16252
|
-
}
|
|
16253
|
-
|
|
16254
|
-
.v-data-table-column--last-fixed {
|
|
16255
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16327
|
+
justify-content: space-between;
|
|
16256
16328
|
}
|
|
16257
|
-
|
|
16258
|
-
|
|
16259
|
-
|
|
16329
|
+
.v-skeleton-loader__table-thead .v-skeleton-loader__heading {
|
|
16330
|
+
margin-top: 16px;
|
|
16331
|
+
max-width: 16px;
|
|
16260
16332
|
}
|
|
16261
|
-
.v-
|
|
16262
|
-
|
|
16333
|
+
.v-skeleton-loader__table-tfoot {
|
|
16334
|
+
flex-wrap: nowrap;
|
|
16263
16335
|
}
|
|
16264
|
-
|
|
16265
|
-
|
|
16266
|
-
opacity: 0.3;
|
|
16336
|
+
.v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
|
16337
|
+
margin-top: 16px;
|
|
16267
16338
|
}
|
|
16268
|
-
|
|
16269
|
-
|
|
16270
|
-
|
|
16271
|
-
|
|
16272
|
-
|
|
16339
|
+
.v-skeleton-loader__table-row {
|
|
16340
|
+
align-items: baseline;
|
|
16341
|
+
margin: 0 8px;
|
|
16342
|
+
justify-content: space-evenly;
|
|
16343
|
+
flex-wrap: nowrap;
|
|
16273
16344
|
}
|
|
16274
|
-
|
|
16275
|
-
|
|
16276
|
-
|
|
16345
|
+
.v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
|
16346
|
+
margin-inline-start: 8px;
|
|
16347
|
+
margin-inline-end: 8px;
|
|
16277
16348
|
}
|
|
16278
|
-
|
|
16279
|
-
|
|
16280
|
-
display: flex;
|
|
16281
|
-
align-items: center;
|
|
16349
|
+
.v-skeleton-loader__table-row + .v-skeleton-loader__divider {
|
|
16350
|
+
margin: 0 16px;
|
|
16282
16351
|
}
|
|
16283
|
-
|
|
16284
|
-
.v-data-table-header__sort-badge {
|
|
16285
|
-
display: inline-flex;
|
|
16286
|
-
justify-content: center;
|
|
16352
|
+
.v-skeleton-loader__table-cell {
|
|
16287
16353
|
align-items: center;
|
|
16288
|
-
|
|
16289
|
-
|
|
16290
|
-
|
|
16291
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16292
|
-
min-width: 20px;
|
|
16293
|
-
min-height: 20px;
|
|
16294
|
-
width: 20px;
|
|
16295
|
-
height: 20px;
|
|
16354
|
+
display: flex;
|
|
16355
|
+
height: 48px;
|
|
16356
|
+
width: 88px;
|
|
16296
16357
|
}
|
|
16297
|
-
|
|
16298
|
-
|
|
16299
|
-
bottom: auto;
|
|
16300
|
-
top: 0;
|
|
16301
|
-
left: 0;
|
|
16302
|
-
position: absolute;
|
|
16303
|
-
right: 0;
|
|
16304
|
-
width: 100%;
|
|
16305
|
-
z-index: 1;
|
|
16358
|
+
.v-skeleton-loader__table-cell .v-skeleton-loader__text {
|
|
16359
|
+
margin-bottom: 0;
|
|
16306
16360
|
}
|
|
16307
|
-
|
|
16308
|
-
|
|
16309
|
-
text-align: center;
|
|
16310
|
-
}.v-data-table-footer {
|
|
16311
|
-
display: flex;
|
|
16312
|
-
align-items: center;
|
|
16313
|
-
flex-wrap: wrap;
|
|
16314
|
-
padding: 0 8px;
|
|
16315
|
-
justify-content: flex-end;
|
|
16361
|
+
.v-skeleton-loader__subtitle {
|
|
16362
|
+
max-width: 70%;
|
|
16316
16363
|
}
|
|
16317
|
-
|
|
16318
|
-
|
|
16319
|
-
|
|
16320
|
-
display: flex;
|
|
16321
|
-
align-items: center;
|
|
16322
|
-
justify-content: space-between;
|
|
16364
|
+
.v-skeleton-loader__subtitle > .v-skeleton-loader__text {
|
|
16365
|
+
height: 16px;
|
|
16366
|
+
border-radius: 8px;
|
|
16323
16367
|
}
|
|
16324
|
-
.v-
|
|
16325
|
-
|
|
16368
|
+
.v-skeleton-loader__text {
|
|
16369
|
+
border-radius: 6px;
|
|
16370
|
+
margin: 16px;
|
|
16371
|
+
height: 12px;
|
|
16326
16372
|
}
|
|
16327
|
-
|
|
16328
|
-
|
|
16329
|
-
|
|
16330
|
-
padding-inline-end: 24px;
|
|
16373
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
16374
|
+
margin-top: -8px;
|
|
16375
|
+
max-width: 50%;
|
|
16331
16376
|
}
|
|
16332
|
-
|
|
16333
|
-
|
|
16334
|
-
display: flex;
|
|
16335
|
-
align-items: center;
|
|
16377
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
16378
|
+
max-width: 70%;
|
|
16336
16379
|
}
|
|
16337
|
-
|
|
16338
|
-
|
|
16339
|
-
padding: 0 8px;
|
|
16340
|
-
}.v-infinite-scroll--horizontal {
|
|
16341
|
-
display: flex;
|
|
16342
|
-
flex-direction: row;
|
|
16343
|
-
overflow-x: auto;
|
|
16380
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
16381
|
+
display: none;
|
|
16344
16382
|
}
|
|
16345
|
-
.v-
|
|
16346
|
-
|
|
16347
|
-
width: 1px;
|
|
16383
|
+
.v-skeleton-loader--is-loading {
|
|
16384
|
+
overflow: hidden;
|
|
16348
16385
|
}
|
|
16349
|
-
|
|
16350
|
-
|
|
16351
|
-
display: flex;
|
|
16352
|
-
flex-direction: column;
|
|
16353
|
-
overflow-y: auto;
|
|
16386
|
+
.v-skeleton-loader--tile {
|
|
16387
|
+
border-radius: 0;
|
|
16354
16388
|
}
|
|
16355
|
-
.v-
|
|
16356
|
-
|
|
16357
|
-
width: 100%;
|
|
16389
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
16390
|
+
border-radius: 0;
|
|
16358
16391
|
}
|
|
16359
16392
|
|
|
16360
|
-
|
|
16361
|
-
|
|
16362
|
-
|
|
16363
|
-
|
|
16364
|
-
padding: 8px;
|
|
16393
|
+
@keyframes loading {
|
|
16394
|
+
100% {
|
|
16395
|
+
transform: translateX(100%);
|
|
16396
|
+
}
|
|
16365
16397
|
}.v-application {
|
|
16366
16398
|
display: flex;
|
|
16367
16399
|
background: rgb(var(--v-theme-background));
|
|
@@ -16617,14 +16649,13 @@ html.overflow-y-hidden {
|
|
|
16617
16649
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
16618
16650
|
cursor: text;
|
|
16619
16651
|
}
|
|
16652
|
+
.v-autocomplete .v-field--variant-outlined {
|
|
16653
|
+
--autocomplete-chips-margin-bottom: 2px;
|
|
16654
|
+
}
|
|
16620
16655
|
.v-autocomplete .v-field .v-field__input > input {
|
|
16621
16656
|
align-self: flex-start;
|
|
16622
16657
|
flex: 1 1;
|
|
16623
16658
|
}
|
|
16624
|
-
.v-autocomplete .v-field .v-field__append-inner > .v-icon {
|
|
16625
|
-
margin-inline-start: 4px;
|
|
16626
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16627
|
-
}
|
|
16628
16659
|
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
16629
16660
|
min-width: 0;
|
|
16630
16661
|
}
|
|
@@ -16651,15 +16682,14 @@ html.overflow-y-hidden {
|
|
|
16651
16682
|
line-height: inherit;
|
|
16652
16683
|
max-width: 100%;
|
|
16653
16684
|
}
|
|
16654
|
-
.v-autocomplete--
|
|
16655
|
-
|
|
16656
|
-
transform: rotate(180deg);
|
|
16685
|
+
.v-autocomplete--chips .v-field__input, .v-autocomplete--selection-slot .v-field__input {
|
|
16686
|
+
min-height: calc(var(--v-field-input-min-height) + var(--autocomplete-chips-margin-bottom) + 2px);
|
|
16657
16687
|
}
|
|
16658
|
-
.v-autocomplete--chips .v-autocomplete__selection {
|
|
16688
|
+
.v-autocomplete--chips .v-autocomplete__selection, .v-autocomplete--selection-slot .v-autocomplete__selection {
|
|
16659
16689
|
margin-top: 2px;
|
|
16660
16690
|
margin-bottom: var(--autocomplete-chips-margin-bottom);
|
|
16661
16691
|
}
|
|
16662
|
-
.v-autocomplete--chips .v-autocomplete__selection:first-child {
|
|
16692
|
+
.v-autocomplete--chips .v-autocomplete__selection:first-child, .v-autocomplete--selection-slot .v-autocomplete__selection:first-child {
|
|
16663
16693
|
margin-inline-start: 0;
|
|
16664
16694
|
}
|
|
16665
16695
|
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
@@ -16688,6 +16718,14 @@ html.overflow-y-hidden {
|
|
|
16688
16718
|
}
|
|
16689
16719
|
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
16690
16720
|
opacity: 0;
|
|
16721
|
+
}
|
|
16722
|
+
.v-autocomplete__menu-icon {
|
|
16723
|
+
margin-inline-start: 4px;
|
|
16724
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16725
|
+
}
|
|
16726
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
16727
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
16728
|
+
transform: rotate(180deg);
|
|
16691
16729
|
}.v-badge {
|
|
16692
16730
|
display: inline-block;
|
|
16693
16731
|
line-height: 1;
|
|
@@ -17518,6 +17556,63 @@ html.overflow-y-hidden {
|
|
|
17518
17556
|
|
|
17519
17557
|
.v-snackbar-actions .v-btn {
|
|
17520
17558
|
padding: 0 8px;
|
|
17559
|
+
}/** if false, disabled buttons will be greyed out */
|
|
17560
|
+
.v-btn-group {
|
|
17561
|
+
display: inline-flex;
|
|
17562
|
+
flex-wrap: nowrap;
|
|
17563
|
+
max-width: 100%;
|
|
17564
|
+
min-width: 0;
|
|
17565
|
+
overflow: hidden;
|
|
17566
|
+
vertical-align: middle;
|
|
17567
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17568
|
+
border-style: solid;
|
|
17569
|
+
border-width: 0;
|
|
17570
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17571
|
+
border-radius: 4px;
|
|
17572
|
+
background: transparent;
|
|
17573
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17574
|
+
}
|
|
17575
|
+
.v-btn-group--border {
|
|
17576
|
+
border-width: thin;
|
|
17577
|
+
box-shadow: none;
|
|
17578
|
+
}
|
|
17579
|
+
.v-btn-group--density-default.v-btn-group {
|
|
17580
|
+
height: 48px;
|
|
17581
|
+
}
|
|
17582
|
+
|
|
17583
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
17584
|
+
height: 40px;
|
|
17585
|
+
}
|
|
17586
|
+
|
|
17587
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
17588
|
+
height: 36px;
|
|
17589
|
+
}
|
|
17590
|
+
|
|
17591
|
+
.v-btn-group .v-btn {
|
|
17592
|
+
border-radius: 0;
|
|
17593
|
+
border-color: inherit;
|
|
17594
|
+
}
|
|
17595
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
17596
|
+
border-inline-end: none;
|
|
17597
|
+
}
|
|
17598
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
17599
|
+
border-inline-start: none;
|
|
17600
|
+
}
|
|
17601
|
+
.v-btn-group .v-btn:first-child {
|
|
17602
|
+
border-start-start-radius: inherit;
|
|
17603
|
+
border-end-start-radius: inherit;
|
|
17604
|
+
}
|
|
17605
|
+
.v-btn-group .v-btn:last-child {
|
|
17606
|
+
border-start-end-radius: inherit;
|
|
17607
|
+
border-end-end-radius: inherit;
|
|
17608
|
+
}
|
|
17609
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17610
|
+
border-inline-end-width: thin;
|
|
17611
|
+
border-inline-end-style: solid;
|
|
17612
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17613
|
+
}
|
|
17614
|
+
.v-btn-group--tile {
|
|
17615
|
+
border-radius: 0;
|
|
17521
17616
|
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
17522
17617
|
opacity: var(--v-activated-opacity);
|
|
17523
17618
|
}.v-card {
|
|
@@ -17810,8 +17905,6 @@ html.overflow-y-hidden {
|
|
|
17810
17905
|
pointer-events: none;
|
|
17811
17906
|
opacity: 0;
|
|
17812
17907
|
transition: opacity 0.2s ease-in-out;
|
|
17813
|
-
}.v-checkbox .v-selection-control {
|
|
17814
|
-
min-height: var(--v-input-control-height);
|
|
17815
17908
|
}.v-carousel {
|
|
17816
17909
|
overflow: hidden;
|
|
17817
17910
|
position: relative;
|
|
@@ -17874,6 +17967,8 @@ html.overflow-y-hidden {
|
|
|
17874
17967
|
flex-direction: column;
|
|
17875
17968
|
height: 100% !important;
|
|
17876
17969
|
width: 50px;
|
|
17970
|
+
}.v-checkbox .v-selection-control {
|
|
17971
|
+
min-height: var(--v-input-control-height);
|
|
17877
17972
|
}.v-chip {
|
|
17878
17973
|
align-items: center;
|
|
17879
17974
|
cursor: default;
|
|
@@ -18304,84 +18399,116 @@ html.overflow-y-hidden {
|
|
|
18304
18399
|
align-self: flex-start;
|
|
18305
18400
|
contain: content;
|
|
18306
18401
|
}
|
|
18307
|
-
.v-color-picker.v-sheet {
|
|
18308
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18309
|
-
border-radius: 4px;
|
|
18402
|
+
.v-color-picker.v-sheet {
|
|
18403
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18404
|
+
border-radius: 4px;
|
|
18405
|
+
}
|
|
18406
|
+
|
|
18407
|
+
.v-color-picker__controls {
|
|
18408
|
+
display: flex;
|
|
18409
|
+
flex-direction: column;
|
|
18410
|
+
padding: 16px;
|
|
18411
|
+
}
|
|
18412
|
+
|
|
18413
|
+
.v-color-picker--flat {
|
|
18414
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18415
|
+
}
|
|
18416
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
18417
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18418
|
+
}.v-input--density-default {
|
|
18419
|
+
--combobox-chips-margin-bottom: 0px;
|
|
18420
|
+
}
|
|
18421
|
+
|
|
18422
|
+
.v-input--density-comfortable {
|
|
18423
|
+
--combobox-chips-margin-bottom: 2px;
|
|
18424
|
+
}
|
|
18425
|
+
|
|
18426
|
+
.v-input--density-compact {
|
|
18427
|
+
--combobox-chips-margin-bottom: 4px;
|
|
18428
|
+
}
|
|
18429
|
+
|
|
18430
|
+
.v-combobox .v-field .v-text-field__prefix,
|
|
18431
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
18432
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
18433
|
+
cursor: text;
|
|
18434
|
+
}
|
|
18435
|
+
.v-combobox .v-field--variant-outlined {
|
|
18436
|
+
--combobox-chips-margin-bottom: 2px;
|
|
18437
|
+
}
|
|
18438
|
+
.v-combobox .v-field .v-field__input > input {
|
|
18439
|
+
align-self: flex-start;
|
|
18440
|
+
flex: 1 1;
|
|
18441
|
+
}
|
|
18442
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
18443
|
+
min-width: 0;
|
|
18444
|
+
}
|
|
18445
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
18446
|
+
margin-inline-end: 2px;
|
|
18447
|
+
}
|
|
18448
|
+
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
18449
|
+
overflow: hidden;
|
|
18450
|
+
text-overflow: ellipsis;
|
|
18451
|
+
white-space: nowrap;
|
|
18310
18452
|
}
|
|
18311
18453
|
|
|
18312
|
-
.v-
|
|
18313
|
-
|
|
18314
|
-
|
|
18315
|
-
|
|
18454
|
+
.v-combobox__content {
|
|
18455
|
+
overflow: hidden;
|
|
18456
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18457
|
+
border-radius: 4px;
|
|
18316
18458
|
}
|
|
18317
|
-
|
|
18318
|
-
|
|
18319
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18459
|
+
.v-combobox__mask {
|
|
18460
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
18320
18461
|
}
|
|
18321
|
-
.v-
|
|
18322
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18323
|
-
}.v-counter {
|
|
18324
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18325
|
-
flex: 0 1 auto;
|
|
18326
|
-
font-size: 12px;
|
|
18327
|
-
transition-duration: 150ms;
|
|
18328
|
-
}/** if false, disabled buttons will be greyed out */
|
|
18329
|
-
.v-btn-group {
|
|
18462
|
+
.v-combobox__selection {
|
|
18330
18463
|
display: inline-flex;
|
|
18331
|
-
|
|
18464
|
+
letter-spacing: inherit;
|
|
18465
|
+
line-height: inherit;
|
|
18332
18466
|
max-width: 100%;
|
|
18333
|
-
min-width: 0;
|
|
18334
|
-
overflow: hidden;
|
|
18335
|
-
vertical-align: middle;
|
|
18336
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18337
|
-
border-style: solid;
|
|
18338
|
-
border-width: 0;
|
|
18339
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18340
|
-
border-radius: 4px;
|
|
18341
|
-
background: transparent;
|
|
18342
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18343
18467
|
}
|
|
18344
|
-
.v-
|
|
18345
|
-
|
|
18346
|
-
box-shadow: none;
|
|
18468
|
+
.v-combobox--chips .v-field__input, .v-combobox--selection-slot .v-field__input {
|
|
18469
|
+
min-height: calc(var(--v-field-input-min-height) + var(--combobox-chips-margin-bottom) + 2px);
|
|
18347
18470
|
}
|
|
18348
|
-
.v-
|
|
18349
|
-
|
|
18471
|
+
.v-combobox--chips .v-combobox__selection, .v-combobox--selection-slot .v-combobox__selection {
|
|
18472
|
+
margin-top: 2px;
|
|
18473
|
+
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
18350
18474
|
}
|
|
18351
|
-
|
|
18352
|
-
|
|
18353
|
-
height: 40px;
|
|
18475
|
+
.v-combobox--chips .v-combobox__selection:first-child, .v-combobox--selection-slot .v-combobox__selection:first-child {
|
|
18476
|
+
margin-inline-start: 0;
|
|
18354
18477
|
}
|
|
18355
|
-
|
|
18356
|
-
|
|
18357
|
-
height: 36px;
|
|
18478
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
18479
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
18358
18480
|
}
|
|
18359
|
-
|
|
18360
|
-
|
|
18361
|
-
border-radius: 0;
|
|
18362
|
-
border-color: inherit;
|
|
18481
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
18482
|
+
opacity: 1;
|
|
18363
18483
|
}
|
|
18364
|
-
.v-
|
|
18365
|
-
|
|
18484
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
18485
|
+
caret-color: transparent;
|
|
18366
18486
|
}
|
|
18367
|
-
.v-
|
|
18368
|
-
|
|
18487
|
+
.v-combobox--single.v-text-field input {
|
|
18488
|
+
flex: 1 1;
|
|
18489
|
+
position: absolute;
|
|
18490
|
+
left: 0;
|
|
18491
|
+
right: 0;
|
|
18492
|
+
width: 100%;
|
|
18493
|
+
padding-inline-start: inherit;
|
|
18494
|
+
padding-inline-end: inherit;
|
|
18369
18495
|
}
|
|
18370
|
-
.v-
|
|
18371
|
-
|
|
18372
|
-
border-end-start-radius: inherit;
|
|
18496
|
+
.v-combobox--single .v-field--active input {
|
|
18497
|
+
transition: none;
|
|
18373
18498
|
}
|
|
18374
|
-
.v-
|
|
18375
|
-
|
|
18376
|
-
border-end-end-radius: inherit;
|
|
18499
|
+
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
18500
|
+
opacity: 0;
|
|
18377
18501
|
}
|
|
18378
|
-
.v-
|
|
18379
|
-
|
|
18380
|
-
border-inline-end-style: solid;
|
|
18381
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18502
|
+
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
18503
|
+
opacity: 0;
|
|
18382
18504
|
}
|
|
18383
|
-
.v-
|
|
18384
|
-
|
|
18505
|
+
.v-combobox__menu-icon {
|
|
18506
|
+
margin-inline-start: 4px;
|
|
18507
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18508
|
+
}
|
|
18509
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
18510
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
18511
|
+
transform: rotate(180deg);
|
|
18385
18512
|
}.v-container {
|
|
18386
18513
|
width: 100%;
|
|
18387
18514
|
padding: 16px;
|
|
@@ -19195,162 +19322,79 @@ html.overflow-y-hidden {
|
|
|
19195
19322
|
margin-left: 0;
|
|
19196
19323
|
}
|
|
19197
19324
|
.offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
|
|
19198
|
-
margin-right: 0;
|
|
19199
|
-
}
|
|
19200
|
-
.offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
|
|
19201
|
-
margin-left: 8.3333333333%;
|
|
19202
|
-
}
|
|
19203
|
-
.offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
|
|
19204
|
-
margin-right: 8.3333333333%;
|
|
19205
|
-
}
|
|
19206
|
-
.offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
|
|
19207
|
-
margin-left: 16.6666666667%;
|
|
19208
|
-
}
|
|
19209
|
-
.offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
|
|
19210
|
-
margin-right: 16.6666666667%;
|
|
19211
|
-
}
|
|
19212
|
-
.offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
|
|
19213
|
-
margin-left: 25%;
|
|
19214
|
-
}
|
|
19215
|
-
.offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
|
|
19216
|
-
margin-right: 25%;
|
|
19217
|
-
}
|
|
19218
|
-
.offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
|
|
19219
|
-
margin-left: 33.3333333333%;
|
|
19220
|
-
}
|
|
19221
|
-
.offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
|
|
19222
|
-
margin-right: 33.3333333333%;
|
|
19223
|
-
}
|
|
19224
|
-
.offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
|
|
19225
|
-
margin-left: 41.6666666667%;
|
|
19226
|
-
}
|
|
19227
|
-
.offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
|
|
19228
|
-
margin-right: 41.6666666667%;
|
|
19229
|
-
}
|
|
19230
|
-
.offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
|
|
19231
|
-
margin-left: 50%;
|
|
19232
|
-
}
|
|
19233
|
-
.offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
|
|
19234
|
-
margin-right: 50%;
|
|
19235
|
-
}
|
|
19236
|
-
.offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
|
|
19237
|
-
margin-left: 58.3333333333%;
|
|
19238
|
-
}
|
|
19239
|
-
.offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
|
|
19240
|
-
margin-right: 58.3333333333%;
|
|
19241
|
-
}
|
|
19242
|
-
.offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
|
|
19243
|
-
margin-left: 66.6666666667%;
|
|
19244
|
-
}
|
|
19245
|
-
.offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
|
|
19246
|
-
margin-right: 66.6666666667%;
|
|
19247
|
-
}
|
|
19248
|
-
.offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
|
|
19249
|
-
margin-left: 75%;
|
|
19250
|
-
}
|
|
19251
|
-
.offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
|
|
19252
|
-
margin-right: 75%;
|
|
19253
|
-
}
|
|
19254
|
-
.offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
|
|
19255
|
-
margin-left: 83.3333333333%;
|
|
19256
|
-
}
|
|
19257
|
-
.offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
|
|
19258
|
-
margin-right: 83.3333333333%;
|
|
19259
|
-
}
|
|
19260
|
-
.offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
|
|
19261
|
-
margin-left: 91.6666666667%;
|
|
19262
|
-
}
|
|
19263
|
-
.offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
|
|
19264
|
-
margin-right: 91.6666666667%;
|
|
19265
|
-
}
|
|
19266
|
-
}.v-
|
|
19267
|
-
--
|
|
19268
|
-
|
|
19269
|
-
|
|
19270
|
-
|
|
19271
|
-
--combobox-chips-margin-bottom: 2px;
|
|
19272
|
-
}
|
|
19273
|
-
|
|
19274
|
-
.v-input--density-compact {
|
|
19275
|
-
--combobox-chips-margin-bottom: 4px;
|
|
19276
|
-
}
|
|
19277
|
-
|
|
19278
|
-
.v-combobox .v-field .v-text-field__prefix,
|
|
19279
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
19280
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
19281
|
-
cursor: text;
|
|
19282
|
-
}
|
|
19283
|
-
.v-combobox .v-field .v-field__input > input {
|
|
19284
|
-
align-self: flex-start;
|
|
19285
|
-
flex: 1 1;
|
|
19286
|
-
}
|
|
19287
|
-
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
19288
|
-
margin-inline-start: 4px;
|
|
19289
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19290
|
-
}
|
|
19291
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
19292
|
-
min-width: 0;
|
|
19293
|
-
}
|
|
19294
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
19295
|
-
margin-inline-end: 2px;
|
|
19296
|
-
}
|
|
19297
|
-
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
19298
|
-
overflow: hidden;
|
|
19299
|
-
text-overflow: ellipsis;
|
|
19300
|
-
white-space: nowrap;
|
|
19301
|
-
}
|
|
19302
|
-
|
|
19303
|
-
.v-combobox__content {
|
|
19304
|
-
overflow: hidden;
|
|
19305
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19306
|
-
border-radius: 4px;
|
|
19307
|
-
}
|
|
19308
|
-
.v-combobox__mask {
|
|
19309
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
19310
|
-
}
|
|
19311
|
-
.v-combobox__selection {
|
|
19312
|
-
display: inline-flex;
|
|
19313
|
-
letter-spacing: inherit;
|
|
19314
|
-
line-height: inherit;
|
|
19315
|
-
max-width: 100%;
|
|
19316
|
-
}
|
|
19317
|
-
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
19318
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
19319
|
-
transform: rotate(180deg);
|
|
19320
|
-
}
|
|
19321
|
-
.v-combobox--chips .v-combobox__selection {
|
|
19322
|
-
margin-top: 2px;
|
|
19323
|
-
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
19324
|
-
}
|
|
19325
|
-
.v-combobox--chips .v-combobox__selection:first-child {
|
|
19326
|
-
margin-inline-start: 0;
|
|
19327
|
-
}
|
|
19328
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
19329
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
19330
|
-
}
|
|
19331
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
19332
|
-
opacity: 1;
|
|
19333
|
-
}
|
|
19334
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
19335
|
-
caret-color: transparent;
|
|
19336
|
-
}
|
|
19337
|
-
.v-combobox--single.v-text-field input {
|
|
19338
|
-
flex: 1 1;
|
|
19339
|
-
position: absolute;
|
|
19340
|
-
left: 0;
|
|
19341
|
-
right: 0;
|
|
19342
|
-
width: 100%;
|
|
19343
|
-
padding-inline-start: inherit;
|
|
19344
|
-
padding-inline-end: inherit;
|
|
19345
|
-
}
|
|
19346
|
-
.v-combobox--single .v-field--active input {
|
|
19347
|
-
transition: none;
|
|
19348
|
-
}
|
|
19349
|
-
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
19350
|
-
opacity: 0;
|
|
19351
|
-
}
|
|
19352
|
-
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
19353
|
-
opacity: 0;
|
|
19325
|
+
margin-right: 0;
|
|
19326
|
+
}
|
|
19327
|
+
.offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
|
|
19328
|
+
margin-left: 8.3333333333%;
|
|
19329
|
+
}
|
|
19330
|
+
.offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
|
|
19331
|
+
margin-right: 8.3333333333%;
|
|
19332
|
+
}
|
|
19333
|
+
.offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
|
|
19334
|
+
margin-left: 16.6666666667%;
|
|
19335
|
+
}
|
|
19336
|
+
.offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
|
|
19337
|
+
margin-right: 16.6666666667%;
|
|
19338
|
+
}
|
|
19339
|
+
.offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
|
|
19340
|
+
margin-left: 25%;
|
|
19341
|
+
}
|
|
19342
|
+
.offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
|
|
19343
|
+
margin-right: 25%;
|
|
19344
|
+
}
|
|
19345
|
+
.offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
|
|
19346
|
+
margin-left: 33.3333333333%;
|
|
19347
|
+
}
|
|
19348
|
+
.offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
|
|
19349
|
+
margin-right: 33.3333333333%;
|
|
19350
|
+
}
|
|
19351
|
+
.offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
|
|
19352
|
+
margin-left: 41.6666666667%;
|
|
19353
|
+
}
|
|
19354
|
+
.offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
|
|
19355
|
+
margin-right: 41.6666666667%;
|
|
19356
|
+
}
|
|
19357
|
+
.offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
|
|
19358
|
+
margin-left: 50%;
|
|
19359
|
+
}
|
|
19360
|
+
.offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
|
|
19361
|
+
margin-right: 50%;
|
|
19362
|
+
}
|
|
19363
|
+
.offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
|
|
19364
|
+
margin-left: 58.3333333333%;
|
|
19365
|
+
}
|
|
19366
|
+
.offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
|
|
19367
|
+
margin-right: 58.3333333333%;
|
|
19368
|
+
}
|
|
19369
|
+
.offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
|
|
19370
|
+
margin-left: 66.6666666667%;
|
|
19371
|
+
}
|
|
19372
|
+
.offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
|
|
19373
|
+
margin-right: 66.6666666667%;
|
|
19374
|
+
}
|
|
19375
|
+
.offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
|
|
19376
|
+
margin-left: 75%;
|
|
19377
|
+
}
|
|
19378
|
+
.offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
|
|
19379
|
+
margin-right: 75%;
|
|
19380
|
+
}
|
|
19381
|
+
.offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
|
|
19382
|
+
margin-left: 83.3333333333%;
|
|
19383
|
+
}
|
|
19384
|
+
.offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
|
|
19385
|
+
margin-right: 83.3333333333%;
|
|
19386
|
+
}
|
|
19387
|
+
.offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
|
|
19388
|
+
margin-left: 91.6666666667%;
|
|
19389
|
+
}
|
|
19390
|
+
.offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
|
|
19391
|
+
margin-right: 91.6666666667%;
|
|
19392
|
+
}
|
|
19393
|
+
}.v-counter {
|
|
19394
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19395
|
+
flex: 0 1 auto;
|
|
19396
|
+
font-size: 12px;
|
|
19397
|
+
transition-duration: 150ms;
|
|
19354
19398
|
}.v-dialog {
|
|
19355
19399
|
align-items: center;
|
|
19356
19400
|
justify-content: center;
|
|
@@ -19669,7 +19713,9 @@ html.overflow-y-hidden {
|
|
|
19669
19713
|
--v-field-padding-start: 16px;
|
|
19670
19714
|
--v-field-padding-end: 16px;
|
|
19671
19715
|
--v-field-padding-top: 10px;
|
|
19672
|
-
--v-field-padding-bottom:
|
|
19716
|
+
--v-field-padding-bottom: 5px;
|
|
19717
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 10px) + var(--v-input-padding-top, 0));
|
|
19718
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 5px);
|
|
19673
19719
|
}
|
|
19674
19720
|
.v-field--disabled {
|
|
19675
19721
|
opacity: var(--v-disabled-opacity);
|
|
@@ -19705,32 +19751,32 @@ html.overflow-y-hidden {
|
|
|
19705
19751
|
}
|
|
19706
19752
|
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
19707
19753
|
--v-input-control-height: 56px;
|
|
19708
|
-
--v-field-padding-bottom:
|
|
19754
|
+
--v-field-padding-bottom: 5px;
|
|
19709
19755
|
}
|
|
19710
19756
|
|
|
19711
19757
|
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
19712
19758
|
--v-input-control-height: 48px;
|
|
19713
|
-
--v-field-padding-bottom:
|
|
19759
|
+
--v-field-padding-bottom: 1px;
|
|
19714
19760
|
}
|
|
19715
19761
|
|
|
19716
19762
|
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
19717
19763
|
--v-input-control-height: 40px;
|
|
19718
|
-
--v-field-padding-bottom:
|
|
19764
|
+
--v-field-padding-bottom: 0px;
|
|
19719
19765
|
}
|
|
19720
19766
|
|
|
19721
19767
|
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
|
19722
19768
|
--v-field-padding-top: 0px;
|
|
19723
19769
|
}
|
|
19724
19770
|
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
|
19725
|
-
--v-field-padding-bottom:
|
|
19771
|
+
--v-field-padding-bottom: 15px;
|
|
19726
19772
|
}
|
|
19727
19773
|
|
|
19728
19774
|
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
|
|
19729
|
-
--v-field-padding-bottom:
|
|
19775
|
+
--v-field-padding-bottom: 11px;
|
|
19730
19776
|
}
|
|
19731
19777
|
|
|
19732
19778
|
.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
|
|
19733
|
-
--v-field-padding-bottom:
|
|
19779
|
+
--v-field-padding-bottom: 7px;
|
|
19734
19780
|
}
|
|
19735
19781
|
|
|
19736
19782
|
.v-field--variant-plain, .v-field--variant-underlined {
|
|
@@ -19740,19 +19786,21 @@ html.overflow-y-hidden {
|
|
|
19740
19786
|
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
|
|
19741
19787
|
--v-field-padding-start: 0px;
|
|
19742
19788
|
--v-field-padding-end: 0px;
|
|
19743
|
-
--v-field-padding-top: 6px;
|
|
19744
|
-
--v-field-padding-bottom: 2px;
|
|
19789
|
+
--v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
|
|
19745
19790
|
}
|
|
19746
19791
|
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
19747
19792
|
--v-input-control-height: 48px;
|
|
19793
|
+
--v-field-padding-bottom: 5px;
|
|
19748
19794
|
}
|
|
19749
19795
|
|
|
19750
19796
|
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
19751
19797
|
--v-input-control-height: 40px;
|
|
19798
|
+
--v-field-padding-bottom: 1px;
|
|
19752
19799
|
}
|
|
19753
19800
|
|
|
19754
19801
|
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
19755
19802
|
--v-input-control-height: 32px;
|
|
19803
|
+
--v-field-padding-bottom: 0px;
|
|
19756
19804
|
}
|
|
19757
19805
|
|
|
19758
19806
|
.v-field--flat {
|
|
@@ -19776,12 +19824,13 @@ html.overflow-y-hidden {
|
|
|
19776
19824
|
flex-wrap: wrap;
|
|
19777
19825
|
letter-spacing: 0.009375em;
|
|
19778
19826
|
opacity: var(--v-high-emphasis-opacity);
|
|
19779
|
-
min-height: var(--v-input-
|
|
19827
|
+
min-height: var(--v-field-input-min-height);
|
|
19780
19828
|
padding-inline-start: var(--v-field-padding-start);
|
|
19781
19829
|
padding-inline-end: var(--v-field-padding-end);
|
|
19782
|
-
padding-top:
|
|
19783
|
-
padding-bottom: var(--v-field-padding-bottom
|
|
19830
|
+
padding-top: var(--v-field-input-padding-top);
|
|
19831
|
+
padding-bottom: var(--v-field-input-padding-bottom);
|
|
19784
19832
|
width: 100%;
|
|
19833
|
+
--v-field-input-min-height: max(var(--v-input-control-height, 56px), 1.625rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
19785
19834
|
}
|
|
19786
19835
|
.v-field__input input {
|
|
19787
19836
|
letter-spacing: inherit;
|
|
@@ -19824,13 +19873,30 @@ textarea.v-field__input::placeholder {
|
|
|
19824
19873
|
padding-inline-start: var(--v-field-padding-after);
|
|
19825
19874
|
}
|
|
19826
19875
|
|
|
19827
|
-
.v-field__prepend-inner,
|
|
19828
19876
|
.v-field__append-inner,
|
|
19829
|
-
.v-field__clearable
|
|
19830
|
-
|
|
19877
|
+
.v-field__clearable,
|
|
19878
|
+
.v-field__prepend-inner {
|
|
19831
19879
|
display: flex;
|
|
19880
|
+
align-items: flex-start;
|
|
19832
19881
|
padding-top: var(--v-input-padding-top, 10px);
|
|
19833
19882
|
}
|
|
19883
|
+
.v-field--center-affix .v-field__append-inner,
|
|
19884
|
+
.v-field--center-affix .v-field__clearable,
|
|
19885
|
+
.v-field--center-affix .v-field__prepend-inner {
|
|
19886
|
+
align-items: center;
|
|
19887
|
+
padding-top: 0;
|
|
19888
|
+
}
|
|
19889
|
+
|
|
19890
|
+
.v-field.v-field--variant-underlined .v-field__append-inner,
|
|
19891
|
+
.v-field.v-field--variant-underlined .v-field__clearable,
|
|
19892
|
+
.v-field.v-field--variant-underlined .v-field__prepend-inner,
|
|
19893
|
+
.v-field.v-field--variant-plain .v-field__append-inner,
|
|
19894
|
+
.v-field.v-field--variant-plain .v-field__clearable,
|
|
19895
|
+
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
|
19896
|
+
align-items: flex-start;
|
|
19897
|
+
padding-top: calc(var(--v-field-padding-top, 10px) + var(--v-input-padding-top, 0));
|
|
19898
|
+
padding-bottom: var(--v-field-padding-bottom, 5px);
|
|
19899
|
+
}
|
|
19834
19900
|
|
|
19835
19901
|
.v-field--focused .v-field__prepend-inner,
|
|
19836
19902
|
.v-field--focused .v-field__append-inner {
|
|
@@ -19881,11 +19947,18 @@ textarea.v-field__input::placeholder {
|
|
|
19881
19947
|
max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
|
|
19882
19948
|
pointer-events: none;
|
|
19883
19949
|
position: absolute;
|
|
19884
|
-
top: var(--v-input-padding-top
|
|
19950
|
+
top: var(--v-input-padding-top);
|
|
19885
19951
|
transform-origin: left center;
|
|
19886
19952
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19887
19953
|
transition-property: opacity, transform;
|
|
19888
19954
|
}
|
|
19955
|
+
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
|
19956
|
+
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
|
19957
|
+
}
|
|
19958
|
+
.v-field--center-affix .v-label.v-field-label {
|
|
19959
|
+
top: 50%;
|
|
19960
|
+
transform: translateY(-50%);
|
|
19961
|
+
}
|
|
19889
19962
|
.v-field--active .v-label.v-field-label {
|
|
19890
19963
|
visibility: hidden;
|
|
19891
19964
|
}
|
|
@@ -19901,6 +19974,9 @@ textarea.v-field__input::placeholder {
|
|
|
19901
19974
|
visibility: hidden;
|
|
19902
19975
|
max-width: 100%;
|
|
19903
19976
|
}
|
|
19977
|
+
.v-field--center-affix .v-label.v-field-label--floating {
|
|
19978
|
+
transform: none;
|
|
19979
|
+
}
|
|
19904
19980
|
.v-field.v-field--active .v-label.v-field-label--floating {
|
|
19905
19981
|
visibility: visible;
|
|
19906
19982
|
}
|
|
@@ -19919,6 +19995,7 @@ textarea.v-field__input::placeholder {
|
|
|
19919
19995
|
.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
|
|
19920
19996
|
transform: translateY(-16px);
|
|
19921
19997
|
margin: 0;
|
|
19998
|
+
top: var(--v-input-padding-top);
|
|
19922
19999
|
}
|
|
19923
20000
|
.v-field--variant-outlined .v-label.v-field-label--floating {
|
|
19924
20001
|
transform: translateY(-50%);
|
|
@@ -20152,6 +20229,9 @@ textarea.v-field__input::placeholder {
|
|
|
20152
20229
|
width: 100%;
|
|
20153
20230
|
z-index: 1;
|
|
20154
20231
|
}
|
|
20232
|
+
.v-file-input--chips .v-field__input, .v-file-input--selection-slot .v-field__input {
|
|
20233
|
+
min-height: calc(var(--v-field-input-min-height) + var(--file-input-chips-margin-bottom) + 2px);
|
|
20234
|
+
}
|
|
20155
20235
|
.v-file-input .v-chip {
|
|
20156
20236
|
margin-top: 2px;
|
|
20157
20237
|
margin-bottom: var(--file-input-chips-margin-bottom);
|
|
@@ -20243,10 +20323,8 @@ textarea.v-field__input::placeholder {
|
|
|
20243
20323
|
.v-img__gradient,
|
|
20244
20324
|
.v-img__placeholder,
|
|
20245
20325
|
.v-img__error {
|
|
20246
|
-
|
|
20247
|
-
|
|
20248
|
-
top: 0;
|
|
20249
|
-
left: 0;
|
|
20326
|
+
grid-row-start: 1;
|
|
20327
|
+
grid-column-start: 1;
|
|
20250
20328
|
width: 100%;
|
|
20251
20329
|
height: 100%;
|
|
20252
20330
|
}
|
|
@@ -20268,24 +20346,24 @@ textarea.v-field__input::placeholder {
|
|
|
20268
20346
|
flex: 1 1 auto;
|
|
20269
20347
|
font-size: 1rem;
|
|
20270
20348
|
font-weight: 400;
|
|
20271
|
-
line-height: 1.
|
|
20349
|
+
line-height: 1.625;
|
|
20272
20350
|
}
|
|
20273
20351
|
.v-input--disabled {
|
|
20274
20352
|
pointer-events: none;
|
|
20275
20353
|
}
|
|
20276
20354
|
.v-input--density-default {
|
|
20277
20355
|
--v-input-control-height: 56px;
|
|
20278
|
-
--v-input-padding-top:
|
|
20356
|
+
--v-input-padding-top: 15px;
|
|
20279
20357
|
}
|
|
20280
20358
|
|
|
20281
20359
|
.v-input--density-comfortable {
|
|
20282
20360
|
--v-input-control-height: 48px;
|
|
20283
|
-
--v-input-padding-top:
|
|
20361
|
+
--v-input-padding-top: 11px;
|
|
20284
20362
|
}
|
|
20285
20363
|
|
|
20286
20364
|
.v-input--density-compact {
|
|
20287
20365
|
--v-input-control-height: 40px;
|
|
20288
|
-
--v-input-padding-top:
|
|
20366
|
+
--v-input-padding-top: 7px;
|
|
20289
20367
|
}
|
|
20290
20368
|
|
|
20291
20369
|
.v-input--vertical {
|
|
@@ -20361,8 +20439,14 @@ textarea.v-field__input::placeholder {
|
|
|
20361
20439
|
.v-input__prepend,
|
|
20362
20440
|
.v-input__append {
|
|
20363
20441
|
display: flex;
|
|
20442
|
+
align-items: flex-start;
|
|
20364
20443
|
padding-top: var(--v-input-padding-top);
|
|
20365
20444
|
}
|
|
20445
|
+
.v-input--center-affix .v-input__prepend,
|
|
20446
|
+
.v-input--center-affix .v-input__append {
|
|
20447
|
+
align-items: center;
|
|
20448
|
+
padding-top: 0;
|
|
20449
|
+
}
|
|
20366
20450
|
|
|
20367
20451
|
.v-input__prepend {
|
|
20368
20452
|
grid-area: prepend;
|
|
@@ -20394,14 +20478,6 @@ textarea.v-field__input::placeholder {
|
|
|
20394
20478
|
|
|
20395
20479
|
.v-label--clickable {
|
|
20396
20480
|
cursor: pointer;
|
|
20397
|
-
}.v-layout {
|
|
20398
|
-
--v-scrollbar-offset: 0px;
|
|
20399
|
-
display: flex;
|
|
20400
|
-
flex: 1 1 auto;
|
|
20401
|
-
}
|
|
20402
|
-
.v-layout--full-height {
|
|
20403
|
-
--v-scrollbar-offset: inherit;
|
|
20404
|
-
height: 100%;
|
|
20405
20481
|
}.v-layout-item {
|
|
20406
20482
|
position: absolute;
|
|
20407
20483
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -20409,49 +20485,14 @@ textarea.v-field__input::placeholder {
|
|
|
20409
20485
|
|
|
20410
20486
|
.v-layout-item--absolute {
|
|
20411
20487
|
position: absolute;
|
|
20412
|
-
}.v-
|
|
20413
|
-
|
|
20414
|
-
}.v-main {
|
|
20415
|
-
flex: 1 0 auto;
|
|
20416
|
-
max-width: 100%;
|
|
20417
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20418
|
-
padding-left: var(--v-layout-left);
|
|
20419
|
-
padding-right: var(--v-layout-right);
|
|
20420
|
-
padding-top: var(--v-layout-top);
|
|
20421
|
-
padding-bottom: var(--v-layout-bottom);
|
|
20422
|
-
}
|
|
20423
|
-
.v-main__scroller {
|
|
20424
|
-
max-width: 100%;
|
|
20425
|
-
position: relative;
|
|
20426
|
-
}
|
|
20427
|
-
.v-main--scrollable {
|
|
20488
|
+
}.v-layout {
|
|
20489
|
+
--v-scrollbar-offset: 0px;
|
|
20428
20490
|
display: flex;
|
|
20429
|
-
position: absolute;
|
|
20430
|
-
top: 0;
|
|
20431
|
-
left: 0;
|
|
20432
|
-
width: 100%;
|
|
20433
|
-
height: 100%;
|
|
20434
|
-
}
|
|
20435
|
-
.v-main--scrollable > .v-main__scroller {
|
|
20436
20491
|
flex: 1 1 auto;
|
|
20437
|
-
overflow-y: auto;
|
|
20438
|
-
--v-layout-left: 0px;
|
|
20439
|
-
--v-layout-right: 0px;
|
|
20440
|
-
--v-layout-top: 0px;
|
|
20441
|
-
--v-layout-bottom: 0px;
|
|
20442
|
-
}.v-menu > .v-overlay__content {
|
|
20443
|
-
display: flex;
|
|
20444
|
-
flex-direction: column;
|
|
20445
|
-
border-radius: 4px;
|
|
20446
20492
|
}
|
|
20447
|
-
.v-
|
|
20448
|
-
|
|
20449
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
20450
|
-
background: rgb(var(--v-theme-surface));
|
|
20451
|
-
border-radius: inherit;
|
|
20452
|
-
overflow: auto;
|
|
20493
|
+
.v-layout--full-height {
|
|
20494
|
+
--v-scrollbar-offset: inherit;
|
|
20453
20495
|
height: 100%;
|
|
20454
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20455
20496
|
}.v-list {
|
|
20456
20497
|
overflow: auto;
|
|
20457
20498
|
padding: 8px 0;
|
|
@@ -20947,6 +20988,49 @@ textarea.v-field__input::placeholder {
|
|
|
20947
20988
|
|
|
20948
20989
|
.v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
|
20949
20990
|
opacity: 0;
|
|
20991
|
+
}.v-locale-provider {
|
|
20992
|
+
display: contents;
|
|
20993
|
+
}.v-main {
|
|
20994
|
+
flex: 1 0 auto;
|
|
20995
|
+
max-width: 100%;
|
|
20996
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20997
|
+
padding-left: var(--v-layout-left);
|
|
20998
|
+
padding-right: var(--v-layout-right);
|
|
20999
|
+
padding-top: var(--v-layout-top);
|
|
21000
|
+
padding-bottom: var(--v-layout-bottom);
|
|
21001
|
+
}
|
|
21002
|
+
.v-main__scroller {
|
|
21003
|
+
max-width: 100%;
|
|
21004
|
+
position: relative;
|
|
21005
|
+
}
|
|
21006
|
+
.v-main--scrollable {
|
|
21007
|
+
display: flex;
|
|
21008
|
+
position: absolute;
|
|
21009
|
+
top: 0;
|
|
21010
|
+
left: 0;
|
|
21011
|
+
width: 100%;
|
|
21012
|
+
height: 100%;
|
|
21013
|
+
}
|
|
21014
|
+
.v-main--scrollable > .v-main__scroller {
|
|
21015
|
+
flex: 1 1 auto;
|
|
21016
|
+
overflow-y: auto;
|
|
21017
|
+
--v-layout-left: 0px;
|
|
21018
|
+
--v-layout-right: 0px;
|
|
21019
|
+
--v-layout-top: 0px;
|
|
21020
|
+
--v-layout-bottom: 0px;
|
|
21021
|
+
}.v-menu > .v-overlay__content {
|
|
21022
|
+
display: flex;
|
|
21023
|
+
flex-direction: column;
|
|
21024
|
+
border-radius: 4px;
|
|
21025
|
+
}
|
|
21026
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
21027
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
21028
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
21029
|
+
background: rgb(var(--v-theme-surface));
|
|
21030
|
+
border-radius: inherit;
|
|
21031
|
+
overflow: auto;
|
|
21032
|
+
height: 100%;
|
|
21033
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20950
21034
|
}.v-messages {
|
|
20951
21035
|
flex: 1 1 auto;
|
|
20952
21036
|
font-size: 12px;
|
|
@@ -21566,6 +21650,36 @@ html.v-overlay-scroll-blocked {
|
|
|
21566
21650
|
opacity: 0;
|
|
21567
21651
|
position: absolute;
|
|
21568
21652
|
width: 0;
|
|
21653
|
+
}.v-responsive {
|
|
21654
|
+
display: grid;
|
|
21655
|
+
grid-template-rows: minmax(100%, 1fr);
|
|
21656
|
+
grid-template-columns: 1fr;
|
|
21657
|
+
flex: 1 0 auto;
|
|
21658
|
+
max-height: 100%;
|
|
21659
|
+
max-width: 100%;
|
|
21660
|
+
overflow: hidden;
|
|
21661
|
+
position: relative;
|
|
21662
|
+
}
|
|
21663
|
+
.v-responsive--inline {
|
|
21664
|
+
display: inline-grid;
|
|
21665
|
+
flex: 0 0 auto;
|
|
21666
|
+
}
|
|
21667
|
+
|
|
21668
|
+
.v-responsive__content {
|
|
21669
|
+
flex: 1 0 0px;
|
|
21670
|
+
max-width: 100%;
|
|
21671
|
+
}
|
|
21672
|
+
|
|
21673
|
+
.v-responsive__sizer {
|
|
21674
|
+
flex: 1 0 0px;
|
|
21675
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21676
|
+
pointer-events: none;
|
|
21677
|
+
}
|
|
21678
|
+
|
|
21679
|
+
.v-responsive__sizer,
|
|
21680
|
+
.v-responsive__content {
|
|
21681
|
+
grid-row-start: 1;
|
|
21682
|
+
grid-column-start: 1;
|
|
21569
21683
|
}.v-input--density-default {
|
|
21570
21684
|
--select-chips-margin-bottom: 0px;
|
|
21571
21685
|
}
|
|
@@ -21583,6 +21697,9 @@ html.v-overlay-scroll-blocked {
|
|
|
21583
21697
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
21584
21698
|
cursor: pointer;
|
|
21585
21699
|
}
|
|
21700
|
+
.v-select .v-field--variant-outlined {
|
|
21701
|
+
--select-chips-margin-bottom: 2px;
|
|
21702
|
+
}
|
|
21586
21703
|
.v-select .v-field .v-field__input > input {
|
|
21587
21704
|
align-self: flex-start;
|
|
21588
21705
|
opacity: 1;
|
|
@@ -21592,10 +21709,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21592
21709
|
transition: none;
|
|
21593
21710
|
pointer-events: none;
|
|
21594
21711
|
}
|
|
21595
|
-
.v-select .v-field .v-field__append-inner > .v-icon {
|
|
21596
|
-
margin-inline-start: 4px;
|
|
21597
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21598
|
-
}
|
|
21599
21712
|
.v-select .v-field--dirty .v-select__selection {
|
|
21600
21713
|
margin-inline-end: 2px;
|
|
21601
21714
|
}
|
|
@@ -21615,19 +21728,26 @@ html.v-overlay-scroll-blocked {
|
|
|
21615
21728
|
line-height: inherit;
|
|
21616
21729
|
max-width: 100%;
|
|
21617
21730
|
}
|
|
21618
|
-
.v-select--
|
|
21619
|
-
|
|
21620
|
-
transform: rotate(180deg);
|
|
21731
|
+
.v-select--chips .v-field__input, .v-select--selection-slot .v-field__input {
|
|
21732
|
+
min-height: calc(var(--v-field-input-min-height) + var(--select-chips-margin-bottom) + 2px);
|
|
21621
21733
|
}
|
|
21622
|
-
.v-select--chips .v-select__selection {
|
|
21734
|
+
.v-select--chips .v-select__selection, .v-select--selection-slot .v-select__selection {
|
|
21623
21735
|
margin-top: 2px;
|
|
21624
21736
|
margin-bottom: var(--select-chips-margin-bottom);
|
|
21625
21737
|
}
|
|
21626
|
-
.v-select--chips .v-select__selection:first-child {
|
|
21738
|
+
.v-select--chips .v-select__selection:first-child, .v-select--selection-slot .v-select__selection:first-child {
|
|
21627
21739
|
margin-inline-start: 0;
|
|
21628
21740
|
}
|
|
21629
21741
|
.v-select--selected .v-field .v-field__input > input {
|
|
21630
21742
|
opacity: 0;
|
|
21743
|
+
}
|
|
21744
|
+
.v-select__menu-icon {
|
|
21745
|
+
margin-inline-start: 4px;
|
|
21746
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21747
|
+
}
|
|
21748
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
21749
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
21750
|
+
transform: rotate(180deg);
|
|
21631
21751
|
}.v-selection-control {
|
|
21632
21752
|
align-items: center;
|
|
21633
21753
|
contain: layout;
|
|
@@ -21738,28 +21858,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21738
21858
|
.v-selection-control-group--inline {
|
|
21739
21859
|
flex-direction: row;
|
|
21740
21860
|
flex-wrap: wrap;
|
|
21741
|
-
}.v-responsive {
|
|
21742
|
-
display: flex;
|
|
21743
|
-
flex: 1 0 auto;
|
|
21744
|
-
max-height: 100%;
|
|
21745
|
-
max-width: 100%;
|
|
21746
|
-
overflow: hidden;
|
|
21747
|
-
position: relative;
|
|
21748
|
-
}
|
|
21749
|
-
|
|
21750
|
-
.v-responsive__content {
|
|
21751
|
-
flex: 1 0 0px;
|
|
21752
|
-
max-width: 100%;
|
|
21753
|
-
}
|
|
21754
|
-
|
|
21755
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
21756
|
-
margin-inline-start: -100%;
|
|
21757
|
-
}
|
|
21758
|
-
|
|
21759
|
-
.v-responsive__sizer {
|
|
21760
|
-
flex: 1 0 0px;
|
|
21761
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21762
|
-
pointer-events: none;
|
|
21763
21861
|
}.v-sheet {
|
|
21764
21862
|
display: block;
|
|
21765
21863
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -22384,9 +22482,17 @@ html.v-overlay-scroll-blocked {
|
|
|
22384
22482
|
|
|
22385
22483
|
/* endregion */
|
|
22386
22484
|
/* region MODIFIERS */
|
|
22387
|
-
.v-text-field--
|
|
22485
|
+
.v-text-field--plain-underlined {
|
|
22486
|
+
--v-field-padding-top--plain-underlined: 6px;
|
|
22487
|
+
}
|
|
22488
|
+
.v-text-field--plain-underlined .v-input__details {
|
|
22388
22489
|
padding: 0;
|
|
22389
22490
|
}
|
|
22491
|
+
.v-text-field--plain-underlined .v-input__prepend,
|
|
22492
|
+
.v-text-field--plain-underlined .v-input__append {
|
|
22493
|
+
align-items: flex-start;
|
|
22494
|
+
padding-top: calc(var(--v-field-padding-top--plain-underlined) + var(--v-input-padding-top));
|
|
22495
|
+
}
|
|
22390
22496
|
|
|
22391
22497
|
/* endregion */.v-theme-provider {
|
|
22392
22498
|
background: rgb(var(--v-theme-background));
|