vuetify 3.2.4 → 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 +28 -28
- package/dist/json/tags.json +107 -9
- package/dist/json/web-types.json +10785 -7110
- package/dist/vuetify-labs.css +263 -153
- package/dist/vuetify-labs.d.ts +35870 -16257
- 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 +246 -168
- package/dist/vuetify.d.ts +27883 -14061
- 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} +284 -69
- package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
- 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} +85 -30
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
- package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
- package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
- 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} +348 -212
- package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
- package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
- package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
- 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} +957 -419
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
- 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} +408 -141
- package/lib/components/VChip/VChip.css +4 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +3 -2
- package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
- 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} +78 -17
- 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} +105 -45
- package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
- package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
- package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
- package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
- 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} +1033 -399
- package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
- 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} +334 -100
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
- package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
- 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} +177 -40
- 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} +237 -93
- 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} +78 -17
- package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
- package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
- package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
- 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} +1245 -619
- package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
- package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
- package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
- package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
- package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
- package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
- package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
- 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} +313 -132
- package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
- 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} +99 -16
- 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.mts +403 -0
- package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
- package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
- package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
- 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} +308 -126
- 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} +566 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
- package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
- package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
- 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.mts +2735 -0
- 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} +933 -393
- package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
- package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
- package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
- package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
- 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} +271 -68
- package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
- 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} +1330 -355
- 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} +16 -10
- 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} +161 -54
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
- 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/styles/settings/_variables.scss +3 -3
- 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 -2050
- 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 -280
- package/lib/components/VCombobox/index.d.ts +0 -2086
- 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 -563
- package/lib/components/VForm/index.d.ts +0 -284
- package/lib/components/VItemGroup/index.d.ts +0 -396
- package/lib/components/VSelect/index.d.ts +0 -1981
- package/lib/components/VSelectionControl/index.d.ts +0 -387
- package/lib/components/VTextField/index.d.ts +0 -2061
- package/lib/components/VValidation/index.d.ts +0 -243
- package/lib/components/VVirtualScroll/index.d.ts +0 -197
- package/lib/composables/items.mjs.map +0 -1
- package/lib/labs/VDataTable/index.d.ts +0 -5415
- package/lib/labs/components.d.ts +0 -5945
- 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,38 @@ 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
|
+
}
|
|
15957
15989
|
}.v-data-table {
|
|
15958
15990
|
width: 100%;
|
|
15959
15991
|
}
|
|
@@ -16378,6 +16410,18 @@ html.overflow-y-hidden {
|
|
|
16378
16410
|
min-height: 100vh;
|
|
16379
16411
|
min-height: 100dvh;
|
|
16380
16412
|
position: relative;
|
|
16413
|
+
}.v-app-bar {
|
|
16414
|
+
display: flex;
|
|
16415
|
+
}
|
|
16416
|
+
.v-app-bar.v-toolbar {
|
|
16417
|
+
background: rgb(var(--v-theme-surface));
|
|
16418
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16419
|
+
}
|
|
16420
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16421
|
+
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));
|
|
16422
|
+
}
|
|
16423
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16424
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
16381
16425
|
}.v-alert {
|
|
16382
16426
|
display: grid;
|
|
16383
16427
|
flex: 1 1;
|
|
@@ -16588,18 +16632,6 @@ html.overflow-y-hidden {
|
|
|
16588
16632
|
text-transform: none;
|
|
16589
16633
|
word-break: normal;
|
|
16590
16634
|
word-wrap: break-word;
|
|
16591
|
-
}.v-app-bar {
|
|
16592
|
-
display: flex;
|
|
16593
|
-
}
|
|
16594
|
-
.v-app-bar.v-toolbar {
|
|
16595
|
-
background: rgb(var(--v-theme-surface));
|
|
16596
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16597
|
-
}
|
|
16598
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16599
|
-
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));
|
|
16600
|
-
}
|
|
16601
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16602
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
16603
16635
|
}.v-input--density-default {
|
|
16604
16636
|
--autocomplete-chips-margin-bottom: 0px;
|
|
16605
16637
|
}
|
|
@@ -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,85 @@ 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);
|
|
16729
|
+
}.v-badge {
|
|
16730
|
+
display: inline-block;
|
|
16731
|
+
line-height: 1;
|
|
16732
|
+
}
|
|
16733
|
+
|
|
16734
|
+
.v-badge__badge {
|
|
16735
|
+
align-items: center;
|
|
16736
|
+
display: inline-flex;
|
|
16737
|
+
border-radius: 10px;
|
|
16738
|
+
font-size: 0.75rem;
|
|
16739
|
+
font-weight: 500;
|
|
16740
|
+
height: 1.25rem;
|
|
16741
|
+
justify-content: center;
|
|
16742
|
+
min-width: 20px;
|
|
16743
|
+
padding: 4px 6px;
|
|
16744
|
+
pointer-events: auto;
|
|
16745
|
+
position: absolute;
|
|
16746
|
+
text-align: center;
|
|
16747
|
+
text-indent: 0;
|
|
16748
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16749
|
+
white-space: nowrap;
|
|
16750
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
16751
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
16752
|
+
}
|
|
16753
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
16754
|
+
border-radius: inherit;
|
|
16755
|
+
border-style: solid;
|
|
16756
|
+
border-width: 2px;
|
|
16757
|
+
bottom: 0;
|
|
16758
|
+
color: rgb(var(--v-theme-background));
|
|
16759
|
+
content: "";
|
|
16760
|
+
left: 0;
|
|
16761
|
+
position: absolute;
|
|
16762
|
+
right: 0;
|
|
16763
|
+
top: 0;
|
|
16764
|
+
transform: scale(1.2);
|
|
16765
|
+
}
|
|
16766
|
+
.v-badge--dot .v-badge__badge {
|
|
16767
|
+
border-radius: 4.5px;
|
|
16768
|
+
height: 9px;
|
|
16769
|
+
min-width: 0;
|
|
16770
|
+
padding: 0;
|
|
16771
|
+
width: 9px;
|
|
16772
|
+
}
|
|
16773
|
+
.v-badge--dot .v-badge__badge::after {
|
|
16774
|
+
border-width: 1.5px;
|
|
16775
|
+
}
|
|
16776
|
+
.v-badge--inline .v-badge__badge {
|
|
16777
|
+
position: relative;
|
|
16778
|
+
vertical-align: middle;
|
|
16779
|
+
}
|
|
16780
|
+
.v-badge__badge .v-icon {
|
|
16781
|
+
color: inherit;
|
|
16782
|
+
font-size: 0.75rem;
|
|
16783
|
+
margin: 0 -2px;
|
|
16784
|
+
}
|
|
16785
|
+
.v-badge__badge img,
|
|
16786
|
+
.v-badge__badge .v-img {
|
|
16787
|
+
height: 100%;
|
|
16788
|
+
width: 100%;
|
|
16789
|
+
}
|
|
16790
|
+
|
|
16791
|
+
.v-badge__wrapper {
|
|
16792
|
+
display: flex;
|
|
16793
|
+
position: relative;
|
|
16794
|
+
}
|
|
16795
|
+
.v-badge--inline .v-badge__wrapper {
|
|
16796
|
+
align-items: center;
|
|
16797
|
+
display: inline-flex;
|
|
16798
|
+
justify-content: center;
|
|
16799
|
+
margin: 0 4px;
|
|
16691
16800
|
}.v-avatar {
|
|
16692
16801
|
flex: none;
|
|
16693
16802
|
align-items: center;
|
|
@@ -16775,77 +16884,6 @@ html.overflow-y-hidden {
|
|
|
16775
16884
|
.v-avatar .v-img {
|
|
16776
16885
|
height: 100%;
|
|
16777
16886
|
width: 100%;
|
|
16778
|
-
}.v-badge {
|
|
16779
|
-
display: inline-block;
|
|
16780
|
-
line-height: 1;
|
|
16781
|
-
}
|
|
16782
|
-
|
|
16783
|
-
.v-badge__badge {
|
|
16784
|
-
align-items: center;
|
|
16785
|
-
display: inline-flex;
|
|
16786
|
-
border-radius: 10px;
|
|
16787
|
-
font-size: 0.75rem;
|
|
16788
|
-
font-weight: 500;
|
|
16789
|
-
height: 1.25rem;
|
|
16790
|
-
justify-content: center;
|
|
16791
|
-
min-width: 20px;
|
|
16792
|
-
padding: 4px 6px;
|
|
16793
|
-
pointer-events: auto;
|
|
16794
|
-
position: absolute;
|
|
16795
|
-
text-align: center;
|
|
16796
|
-
text-indent: 0;
|
|
16797
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16798
|
-
white-space: nowrap;
|
|
16799
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
16800
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
16801
|
-
}
|
|
16802
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
16803
|
-
border-radius: inherit;
|
|
16804
|
-
border-style: solid;
|
|
16805
|
-
border-width: 2px;
|
|
16806
|
-
bottom: 0;
|
|
16807
|
-
color: rgb(var(--v-theme-background));
|
|
16808
|
-
content: "";
|
|
16809
|
-
left: 0;
|
|
16810
|
-
position: absolute;
|
|
16811
|
-
right: 0;
|
|
16812
|
-
top: 0;
|
|
16813
|
-
transform: scale(1.2);
|
|
16814
|
-
}
|
|
16815
|
-
.v-badge--dot .v-badge__badge {
|
|
16816
|
-
border-radius: 4.5px;
|
|
16817
|
-
height: 9px;
|
|
16818
|
-
min-width: 0;
|
|
16819
|
-
padding: 0;
|
|
16820
|
-
width: 9px;
|
|
16821
|
-
}
|
|
16822
|
-
.v-badge--dot .v-badge__badge::after {
|
|
16823
|
-
border-width: 1.5px;
|
|
16824
|
-
}
|
|
16825
|
-
.v-badge--inline .v-badge__badge {
|
|
16826
|
-
position: relative;
|
|
16827
|
-
vertical-align: middle;
|
|
16828
|
-
}
|
|
16829
|
-
.v-badge__badge .v-icon {
|
|
16830
|
-
color: inherit;
|
|
16831
|
-
font-size: 0.75rem;
|
|
16832
|
-
margin: 0 -2px;
|
|
16833
|
-
}
|
|
16834
|
-
.v-badge__badge img,
|
|
16835
|
-
.v-badge__badge .v-img {
|
|
16836
|
-
height: 100%;
|
|
16837
|
-
width: 100%;
|
|
16838
|
-
}
|
|
16839
|
-
|
|
16840
|
-
.v-badge__wrapper {
|
|
16841
|
-
display: flex;
|
|
16842
|
-
position: relative;
|
|
16843
|
-
}
|
|
16844
|
-
.v-badge--inline .v-badge__wrapper {
|
|
16845
|
-
align-items: center;
|
|
16846
|
-
display: inline-flex;
|
|
16847
|
-
justify-content: center;
|
|
16848
|
-
margin: 0 4px;
|
|
16849
16887
|
}.v-banner {
|
|
16850
16888
|
display: grid;
|
|
16851
16889
|
flex: 1 1;
|
|
@@ -18284,10 +18322,12 @@ html.overflow-y-hidden {
|
|
|
18284
18322
|
border-radius: 4px;
|
|
18285
18323
|
}
|
|
18286
18324
|
|
|
18325
|
+
.v-chip__content {
|
|
18326
|
+
align-items: center;
|
|
18327
|
+
display: inline-flex;
|
|
18328
|
+
}
|
|
18287
18329
|
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
|
18288
18330
|
overflow: hidden;
|
|
18289
|
-
text-overflow: ellipsis;
|
|
18290
|
-
white-space: nowrap;
|
|
18291
18331
|
}
|
|
18292
18332
|
|
|
18293
18333
|
.v-chip__filter,
|
|
@@ -18392,14 +18432,13 @@ html.overflow-y-hidden {
|
|
|
18392
18432
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
18393
18433
|
cursor: text;
|
|
18394
18434
|
}
|
|
18435
|
+
.v-combobox .v-field--variant-outlined {
|
|
18436
|
+
--combobox-chips-margin-bottom: 2px;
|
|
18437
|
+
}
|
|
18395
18438
|
.v-combobox .v-field .v-field__input > input {
|
|
18396
18439
|
align-self: flex-start;
|
|
18397
18440
|
flex: 1 1;
|
|
18398
18441
|
}
|
|
18399
|
-
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
18400
|
-
margin-inline-start: 4px;
|
|
18401
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18402
|
-
}
|
|
18403
18442
|
.v-combobox .v-field:not(.v-field--focused) input {
|
|
18404
18443
|
min-width: 0;
|
|
18405
18444
|
}
|
|
@@ -18426,15 +18465,14 @@ html.overflow-y-hidden {
|
|
|
18426
18465
|
line-height: inherit;
|
|
18427
18466
|
max-width: 100%;
|
|
18428
18467
|
}
|
|
18429
|
-
.v-combobox--
|
|
18430
|
-
|
|
18431
|
-
transform: rotate(180deg);
|
|
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);
|
|
18432
18470
|
}
|
|
18433
|
-
.v-combobox--chips .v-combobox__selection {
|
|
18471
|
+
.v-combobox--chips .v-combobox__selection, .v-combobox--selection-slot .v-combobox__selection {
|
|
18434
18472
|
margin-top: 2px;
|
|
18435
18473
|
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
18436
18474
|
}
|
|
18437
|
-
.v-combobox--chips .v-combobox__selection:first-child {
|
|
18475
|
+
.v-combobox--chips .v-combobox__selection:first-child, .v-combobox--selection-slot .v-combobox__selection:first-child {
|
|
18438
18476
|
margin-inline-start: 0;
|
|
18439
18477
|
}
|
|
18440
18478
|
.v-combobox--selecting-index .v-combobox__selection {
|
|
@@ -18463,6 +18501,14 @@ html.overflow-y-hidden {
|
|
|
18463
18501
|
}
|
|
18464
18502
|
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
18465
18503
|
opacity: 0;
|
|
18504
|
+
}
|
|
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);
|
|
18466
18512
|
}.v-container {
|
|
18467
18513
|
width: 100%;
|
|
18468
18514
|
padding: 16px;
|
|
@@ -19667,7 +19713,9 @@ html.overflow-y-hidden {
|
|
|
19667
19713
|
--v-field-padding-start: 16px;
|
|
19668
19714
|
--v-field-padding-end: 16px;
|
|
19669
19715
|
--v-field-padding-top: 10px;
|
|
19670
|
-
--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);
|
|
19671
19719
|
}
|
|
19672
19720
|
.v-field--disabled {
|
|
19673
19721
|
opacity: var(--v-disabled-opacity);
|
|
@@ -19703,32 +19751,32 @@ html.overflow-y-hidden {
|
|
|
19703
19751
|
}
|
|
19704
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 {
|
|
19705
19753
|
--v-input-control-height: 56px;
|
|
19706
|
-
--v-field-padding-bottom:
|
|
19754
|
+
--v-field-padding-bottom: 5px;
|
|
19707
19755
|
}
|
|
19708
19756
|
|
|
19709
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 {
|
|
19710
19758
|
--v-input-control-height: 48px;
|
|
19711
|
-
--v-field-padding-bottom:
|
|
19759
|
+
--v-field-padding-bottom: 1px;
|
|
19712
19760
|
}
|
|
19713
19761
|
|
|
19714
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 {
|
|
19715
19763
|
--v-input-control-height: 40px;
|
|
19716
|
-
--v-field-padding-bottom:
|
|
19764
|
+
--v-field-padding-bottom: 0px;
|
|
19717
19765
|
}
|
|
19718
19766
|
|
|
19719
19767
|
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
|
19720
19768
|
--v-field-padding-top: 0px;
|
|
19721
19769
|
}
|
|
19722
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 {
|
|
19723
|
-
--v-field-padding-bottom:
|
|
19771
|
+
--v-field-padding-bottom: 15px;
|
|
19724
19772
|
}
|
|
19725
19773
|
|
|
19726
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 {
|
|
19727
|
-
--v-field-padding-bottom:
|
|
19775
|
+
--v-field-padding-bottom: 11px;
|
|
19728
19776
|
}
|
|
19729
19777
|
|
|
19730
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 {
|
|
19731
|
-
--v-field-padding-bottom:
|
|
19779
|
+
--v-field-padding-bottom: 7px;
|
|
19732
19780
|
}
|
|
19733
19781
|
|
|
19734
19782
|
.v-field--variant-plain, .v-field--variant-underlined {
|
|
@@ -19738,19 +19786,21 @@ html.overflow-y-hidden {
|
|
|
19738
19786
|
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
|
|
19739
19787
|
--v-field-padding-start: 0px;
|
|
19740
19788
|
--v-field-padding-end: 0px;
|
|
19741
|
-
--v-field-padding-top: 6px;
|
|
19742
|
-
--v-field-padding-bottom: 2px;
|
|
19789
|
+
--v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
|
|
19743
19790
|
}
|
|
19744
19791
|
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
19745
19792
|
--v-input-control-height: 48px;
|
|
19793
|
+
--v-field-padding-bottom: 5px;
|
|
19746
19794
|
}
|
|
19747
19795
|
|
|
19748
19796
|
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
19749
19797
|
--v-input-control-height: 40px;
|
|
19798
|
+
--v-field-padding-bottom: 1px;
|
|
19750
19799
|
}
|
|
19751
19800
|
|
|
19752
19801
|
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
19753
19802
|
--v-input-control-height: 32px;
|
|
19803
|
+
--v-field-padding-bottom: 0px;
|
|
19754
19804
|
}
|
|
19755
19805
|
|
|
19756
19806
|
.v-field--flat {
|
|
@@ -19774,12 +19824,13 @@ html.overflow-y-hidden {
|
|
|
19774
19824
|
flex-wrap: wrap;
|
|
19775
19825
|
letter-spacing: 0.009375em;
|
|
19776
19826
|
opacity: var(--v-high-emphasis-opacity);
|
|
19777
|
-
min-height: var(--v-input-
|
|
19827
|
+
min-height: var(--v-field-input-min-height);
|
|
19778
19828
|
padding-inline-start: var(--v-field-padding-start);
|
|
19779
19829
|
padding-inline-end: var(--v-field-padding-end);
|
|
19780
|
-
padding-top:
|
|
19781
|
-
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);
|
|
19782
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));
|
|
19783
19834
|
}
|
|
19784
19835
|
.v-field__input input {
|
|
19785
19836
|
letter-spacing: inherit;
|
|
@@ -19822,13 +19873,30 @@ textarea.v-field__input::placeholder {
|
|
|
19822
19873
|
padding-inline-start: var(--v-field-padding-after);
|
|
19823
19874
|
}
|
|
19824
19875
|
|
|
19825
|
-
.v-field__prepend-inner,
|
|
19826
19876
|
.v-field__append-inner,
|
|
19827
|
-
.v-field__clearable
|
|
19828
|
-
|
|
19877
|
+
.v-field__clearable,
|
|
19878
|
+
.v-field__prepend-inner {
|
|
19829
19879
|
display: flex;
|
|
19880
|
+
align-items: flex-start;
|
|
19830
19881
|
padding-top: var(--v-input-padding-top, 10px);
|
|
19831
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
|
+
}
|
|
19832
19900
|
|
|
19833
19901
|
.v-field--focused .v-field__prepend-inner,
|
|
19834
19902
|
.v-field--focused .v-field__append-inner {
|
|
@@ -19879,11 +19947,18 @@ textarea.v-field__input::placeholder {
|
|
|
19879
19947
|
max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
|
|
19880
19948
|
pointer-events: none;
|
|
19881
19949
|
position: absolute;
|
|
19882
|
-
top: var(--v-input-padding-top
|
|
19950
|
+
top: var(--v-input-padding-top);
|
|
19883
19951
|
transform-origin: left center;
|
|
19884
19952
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19885
19953
|
transition-property: opacity, transform;
|
|
19886
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
|
+
}
|
|
19887
19962
|
.v-field--active .v-label.v-field-label {
|
|
19888
19963
|
visibility: hidden;
|
|
19889
19964
|
}
|
|
@@ -19899,6 +19974,9 @@ textarea.v-field__input::placeholder {
|
|
|
19899
19974
|
visibility: hidden;
|
|
19900
19975
|
max-width: 100%;
|
|
19901
19976
|
}
|
|
19977
|
+
.v-field--center-affix .v-label.v-field-label--floating {
|
|
19978
|
+
transform: none;
|
|
19979
|
+
}
|
|
19902
19980
|
.v-field.v-field--active .v-label.v-field-label--floating {
|
|
19903
19981
|
visibility: visible;
|
|
19904
19982
|
}
|
|
@@ -19917,6 +19995,7 @@ textarea.v-field__input::placeholder {
|
|
|
19917
19995
|
.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
|
|
19918
19996
|
transform: translateY(-16px);
|
|
19919
19997
|
margin: 0;
|
|
19998
|
+
top: var(--v-input-padding-top);
|
|
19920
19999
|
}
|
|
19921
20000
|
.v-field--variant-outlined .v-label.v-field-label--floating {
|
|
19922
20001
|
transform: translateY(-50%);
|
|
@@ -20150,6 +20229,9 @@ textarea.v-field__input::placeholder {
|
|
|
20150
20229
|
width: 100%;
|
|
20151
20230
|
z-index: 1;
|
|
20152
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
|
+
}
|
|
20153
20235
|
.v-file-input .v-chip {
|
|
20154
20236
|
margin-top: 2px;
|
|
20155
20237
|
margin-bottom: var(--file-input-chips-margin-bottom);
|
|
@@ -20241,10 +20323,8 @@ textarea.v-field__input::placeholder {
|
|
|
20241
20323
|
.v-img__gradient,
|
|
20242
20324
|
.v-img__placeholder,
|
|
20243
20325
|
.v-img__error {
|
|
20244
|
-
|
|
20245
|
-
|
|
20246
|
-
top: 0;
|
|
20247
|
-
left: 0;
|
|
20326
|
+
grid-row-start: 1;
|
|
20327
|
+
grid-column-start: 1;
|
|
20248
20328
|
width: 100%;
|
|
20249
20329
|
height: 100%;
|
|
20250
20330
|
}
|
|
@@ -20266,24 +20346,24 @@ textarea.v-field__input::placeholder {
|
|
|
20266
20346
|
flex: 1 1 auto;
|
|
20267
20347
|
font-size: 1rem;
|
|
20268
20348
|
font-weight: 400;
|
|
20269
|
-
line-height: 1.
|
|
20349
|
+
line-height: 1.625;
|
|
20270
20350
|
}
|
|
20271
20351
|
.v-input--disabled {
|
|
20272
20352
|
pointer-events: none;
|
|
20273
20353
|
}
|
|
20274
20354
|
.v-input--density-default {
|
|
20275
20355
|
--v-input-control-height: 56px;
|
|
20276
|
-
--v-input-padding-top:
|
|
20356
|
+
--v-input-padding-top: 15px;
|
|
20277
20357
|
}
|
|
20278
20358
|
|
|
20279
20359
|
.v-input--density-comfortable {
|
|
20280
20360
|
--v-input-control-height: 48px;
|
|
20281
|
-
--v-input-padding-top:
|
|
20361
|
+
--v-input-padding-top: 11px;
|
|
20282
20362
|
}
|
|
20283
20363
|
|
|
20284
20364
|
.v-input--density-compact {
|
|
20285
20365
|
--v-input-control-height: 40px;
|
|
20286
|
-
--v-input-padding-top:
|
|
20366
|
+
--v-input-padding-top: 7px;
|
|
20287
20367
|
}
|
|
20288
20368
|
|
|
20289
20369
|
.v-input--vertical {
|
|
@@ -20359,8 +20439,14 @@ textarea.v-field__input::placeholder {
|
|
|
20359
20439
|
.v-input__prepend,
|
|
20360
20440
|
.v-input__append {
|
|
20361
20441
|
display: flex;
|
|
20442
|
+
align-items: flex-start;
|
|
20362
20443
|
padding-top: var(--v-input-padding-top);
|
|
20363
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
|
+
}
|
|
20364
20450
|
|
|
20365
20451
|
.v-input__prepend {
|
|
20366
20452
|
grid-area: prepend;
|
|
@@ -20392,6 +20478,13 @@ textarea.v-field__input::placeholder {
|
|
|
20392
20478
|
|
|
20393
20479
|
.v-label--clickable {
|
|
20394
20480
|
cursor: pointer;
|
|
20481
|
+
}.v-layout-item {
|
|
20482
|
+
position: absolute;
|
|
20483
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20484
|
+
}
|
|
20485
|
+
|
|
20486
|
+
.v-layout-item--absolute {
|
|
20487
|
+
position: absolute;
|
|
20395
20488
|
}.v-layout {
|
|
20396
20489
|
--v-scrollbar-offset: 0px;
|
|
20397
20490
|
display: flex;
|
|
@@ -20400,13 +20493,6 @@ textarea.v-field__input::placeholder {
|
|
|
20400
20493
|
.v-layout--full-height {
|
|
20401
20494
|
--v-scrollbar-offset: inherit;
|
|
20402
20495
|
height: 100%;
|
|
20403
|
-
}.v-layout-item {
|
|
20404
|
-
position: absolute;
|
|
20405
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20406
|
-
}
|
|
20407
|
-
|
|
20408
|
-
.v-layout-item--absolute {
|
|
20409
|
-
position: absolute;
|
|
20410
20496
|
}.v-list {
|
|
20411
20497
|
overflow: auto;
|
|
20412
20498
|
padding: 8px 0;
|
|
@@ -21046,6 +21132,8 @@ textarea.v-field__input::placeholder {
|
|
|
21046
21132
|
|
|
21047
21133
|
.v-navigation-drawer__scrim {
|
|
21048
21134
|
position: absolute;
|
|
21135
|
+
top: 0;
|
|
21136
|
+
left: 0;
|
|
21049
21137
|
width: 100%;
|
|
21050
21138
|
height: 100%;
|
|
21051
21139
|
background: black;
|
|
@@ -21563,27 +21651,35 @@ html.v-overlay-scroll-blocked {
|
|
|
21563
21651
|
position: absolute;
|
|
21564
21652
|
width: 0;
|
|
21565
21653
|
}.v-responsive {
|
|
21566
|
-
display:
|
|
21654
|
+
display: grid;
|
|
21655
|
+
grid-template-rows: minmax(100%, 1fr);
|
|
21656
|
+
grid-template-columns: 1fr;
|
|
21567
21657
|
flex: 1 0 auto;
|
|
21568
21658
|
max-height: 100%;
|
|
21569
21659
|
max-width: 100%;
|
|
21570
21660
|
overflow: hidden;
|
|
21571
21661
|
position: relative;
|
|
21572
21662
|
}
|
|
21663
|
+
.v-responsive--inline {
|
|
21664
|
+
display: inline-grid;
|
|
21665
|
+
flex: 0 0 auto;
|
|
21666
|
+
}
|
|
21573
21667
|
|
|
21574
21668
|
.v-responsive__content {
|
|
21575
21669
|
flex: 1 0 0px;
|
|
21576
21670
|
max-width: 100%;
|
|
21577
21671
|
}
|
|
21578
21672
|
|
|
21579
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
21580
|
-
margin-inline-start: -100%;
|
|
21581
|
-
}
|
|
21582
|
-
|
|
21583
21673
|
.v-responsive__sizer {
|
|
21584
21674
|
flex: 1 0 0px;
|
|
21585
21675
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21586
21676
|
pointer-events: none;
|
|
21677
|
+
}
|
|
21678
|
+
|
|
21679
|
+
.v-responsive__sizer,
|
|
21680
|
+
.v-responsive__content {
|
|
21681
|
+
grid-row-start: 1;
|
|
21682
|
+
grid-column-start: 1;
|
|
21587
21683
|
}.v-input--density-default {
|
|
21588
21684
|
--select-chips-margin-bottom: 0px;
|
|
21589
21685
|
}
|
|
@@ -21601,6 +21697,9 @@ html.v-overlay-scroll-blocked {
|
|
|
21601
21697
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
21602
21698
|
cursor: pointer;
|
|
21603
21699
|
}
|
|
21700
|
+
.v-select .v-field--variant-outlined {
|
|
21701
|
+
--select-chips-margin-bottom: 2px;
|
|
21702
|
+
}
|
|
21604
21703
|
.v-select .v-field .v-field__input > input {
|
|
21605
21704
|
align-self: flex-start;
|
|
21606
21705
|
opacity: 1;
|
|
@@ -21610,10 +21709,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21610
21709
|
transition: none;
|
|
21611
21710
|
pointer-events: none;
|
|
21612
21711
|
}
|
|
21613
|
-
.v-select .v-field .v-field__append-inner > .v-icon {
|
|
21614
|
-
margin-inline-start: 4px;
|
|
21615
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21616
|
-
}
|
|
21617
21712
|
.v-select .v-field--dirty .v-select__selection {
|
|
21618
21713
|
margin-inline-end: 2px;
|
|
21619
21714
|
}
|
|
@@ -21633,19 +21728,26 @@ html.v-overlay-scroll-blocked {
|
|
|
21633
21728
|
line-height: inherit;
|
|
21634
21729
|
max-width: 100%;
|
|
21635
21730
|
}
|
|
21636
|
-
.v-select--
|
|
21637
|
-
|
|
21638
|
-
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);
|
|
21639
21733
|
}
|
|
21640
|
-
.v-select--chips .v-select__selection {
|
|
21734
|
+
.v-select--chips .v-select__selection, .v-select--selection-slot .v-select__selection {
|
|
21641
21735
|
margin-top: 2px;
|
|
21642
21736
|
margin-bottom: var(--select-chips-margin-bottom);
|
|
21643
21737
|
}
|
|
21644
|
-
.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 {
|
|
21645
21739
|
margin-inline-start: 0;
|
|
21646
21740
|
}
|
|
21647
21741
|
.v-select--selected .v-field .v-field__input > input {
|
|
21648
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);
|
|
21649
21751
|
}.v-selection-control {
|
|
21650
21752
|
align-items: center;
|
|
21651
21753
|
contain: layout;
|
|
@@ -21997,9 +22099,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21997
22099
|
.v-switch .v-selection-control {
|
|
21998
22100
|
min-height: var(--v-input-control-height);
|
|
21999
22101
|
}
|
|
22000
|
-
.v-switch .v-selection-control__wrapper {
|
|
22001
|
-
width: auto;
|
|
22002
|
-
}
|
|
22003
22102
|
.v-switch .v-selection-control__input {
|
|
22004
22103
|
border-radius: 50%;
|
|
22005
22104
|
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -22015,6 +22114,9 @@ html.v-overlay-scroll-blocked {
|
|
|
22015
22114
|
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
22016
22115
|
transform: scale(0.75);
|
|
22017
22116
|
box-shadow: none;
|
|
22117
|
+
}
|
|
22118
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
22119
|
+
width: auto;
|
|
22018
22120
|
}.v-system-bar {
|
|
22019
22121
|
align-items: center;
|
|
22020
22122
|
display: flex;
|
|
@@ -22380,9 +22482,17 @@ html.v-overlay-scroll-blocked {
|
|
|
22380
22482
|
|
|
22381
22483
|
/* endregion */
|
|
22382
22484
|
/* region MODIFIERS */
|
|
22383
|
-
.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 {
|
|
22384
22489
|
padding: 0;
|
|
22385
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
|
+
}
|
|
22386
22496
|
|
|
22387
22497
|
/* endregion */.v-theme-provider {
|
|
22388
22498
|
background: rgb(var(--v-theme-background));
|