vuetify 3.6.0-alpha.2 → 3.6.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 +2 -1
- package/dist/json/attributes.json +731 -63
- package/dist/json/importMap-labs.json +32 -20
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +184 -2
- package/dist/json/web-types.json +13002 -10923
- package/dist/vuetify-labs.css +2039 -1927
- package/dist/vuetify-labs.d.ts +3575 -1079
- package/dist/vuetify-labs.esm.js +1047 -390
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1046 -389
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3026 -2941
- package/dist/vuetify.d.ts +927 -306
- package/dist/vuetify.esm.js +625 -363
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +624 -362
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -714
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +128 -127
- package/lib/components/VApp/VApp.sass +15 -13
- package/lib/components/VAppBar/VAppBar.sass +9 -8
- package/lib/components/VAppBar/index.d.mts +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VAvatar/VAvatar.sass +26 -25
- package/lib/components/VBadge/VBadge.sass +61 -60
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBanner/VBanner.sass +92 -91
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
- package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +204 -200
- package/lib/components/VBtn/index.d.mts +10 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
- package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCard/VCard.sass +181 -180
- package/lib/components/VCarousel/VCarousel.sass +50 -49
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VCheckbox/VCheckbox.sass +6 -5
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +78 -76
- package/lib/components/VChipGroup/VChipGroup.sass +20 -18
- package/lib/components/VChipGroup/index.d.mts +16 -0
- package/lib/components/VCode/VCode.sass +10 -8
- package/lib/components/VColorPicker/VColorPicker.sass +18 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
- package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
- package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +94 -93
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VCounter/VCounter.sass +7 -5
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +36 -1
- package/lib/components/VDataTable/VDataTable.sass +137 -103
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -3
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +6 -5
- package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
- package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
- package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
- package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
- package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +71 -68
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VDialog/index.d.mts +60 -10
- package/lib/components/VDivider/VDivider.sass +49 -48
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
- package/lib/components/VField/VField.sass +451 -450
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +30 -31
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VFooter/VFooter.sass +17 -16
- package/lib/components/VGrid/VGrid.sass +42 -40
- package/lib/components/VIcon/VIcon.sass +34 -32
- package/lib/components/VImg/VImg.sass +24 -23
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +103 -102
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VItemGroup/VItemGroup.sass +7 -5
- package/lib/components/VKbd/VKbd.sass +10 -9
- package/lib/components/VLabel/VLabel.sass +14 -13
- package/lib/components/VLayout/VLayout.mjs +6 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +10 -7
- package/lib/components/VLayout/VLayoutItem.sass +7 -5
- package/lib/components/VLayout/index.d.mts +36 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +81 -80
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.sass +260 -259
- package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
- package/lib/components/VMain/VMain.sass +22 -21
- package/lib/components/VMenu/VMenu.sass +14 -13
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VMessages/VMessages.sass +16 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
- package/lib/components/VNavigationDrawer/index.d.mts +24 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +51 -50
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +57 -55
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -12
- package/lib/components/VParallax/VParallax.sass +8 -5
- package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VRating/VRating.sass +46 -44
- package/lib/components/VResponsive/VResponsive.sass +21 -19
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +50 -49
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
- package/lib/components/VSheet/VSheet.sass +10 -9
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +16 -0
- package/lib/components/VSlider/VSlider.sass +49 -48
- package/lib/components/VSlider/VSliderThumb.sass +129 -128
- package/lib/components/VSlider/VSliderTrack.sass +120 -119
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +103 -83
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VStepper/VStepper.sass +37 -36
- package/lib/components/VStepper/VStepperItem.sass +69 -67
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +119 -112
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +24 -23
- package/lib/components/VTable/VTable.sass +140 -139
- package/lib/components/VTabs/VTab.sass +27 -25
- package/lib/components/VTabs/VTabs.sass +38 -37
- package/lib/components/VTabs/index.d.mts +49 -6
- package/lib/components/VTextField/VTextField.sass +58 -56
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/VTextarea.sass +43 -42
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
- package/lib/components/VTimeline/VTimeline.sass +308 -307
- package/lib/components/VToolbar/VToolbar.sass +90 -89
- package/lib/components/VTooltip/VTooltip.sass +23 -21
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
- package/lib/components/VWindow/VWindow.css +1 -0
- package/lib/components/VWindow/VWindow.sass +74 -70
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +870 -253
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +35 -33
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +58 -54
- package/lib/labs/VCalendar/VCalendar.sass +160 -158
- package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
- package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
- package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +62 -60
- package/lib/labs/VFab/index.d.mts +19 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VPicker/VPicker.sass +49 -48
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
- package/lib/labs/VSpeedDial/index.d.mts +28 -2
- package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
- package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
- package/lib/labs/VTimePicker/_variables.scss +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
- package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
- package/lib/labs/components.d.mts +5587 -1641
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +6 -4
- package/lib/styles/elements/_global.sass +20 -18
- package/lib/styles/generic/_animations.scss +13 -9
- package/lib/styles/generic/_colors.scss +36 -35
- package/lib/styles/generic/_index.scss +1 -0
- package/lib/styles/generic/_layers.scss +7 -0
- package/lib/styles/generic/_reset.scss +235 -232
- package/lib/styles/generic/_rtl.scss +10 -6
- package/lib/styles/generic/_transitions.scss +244 -241
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +22 -14
- package/lib/styles/tools/_index.sass +1 -0
- package/lib/styles/tools/_layer.scss +11 -0
- package/lib/styles/utilities/_display.sass +7 -5
- package/lib/styles/utilities/_elevation.scss +8 -6
- package/lib/styles/utilities/_index.sass +28 -29
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +2 -2
|
@@ -17,6 +17,7 @@ interface GroupItem {
|
|
|
17
17
|
id: number;
|
|
18
18
|
value: Ref<unknown>;
|
|
19
19
|
disabled: Ref<boolean | undefined>;
|
|
20
|
+
useIndexAsValue?: boolean;
|
|
20
21
|
}
|
|
21
22
|
interface GroupProvide {
|
|
22
23
|
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
@@ -59,6 +60,7 @@ declare const VTab: {
|
|
|
59
60
|
size: string | number;
|
|
60
61
|
disabled: boolean;
|
|
61
62
|
tag: string;
|
|
63
|
+
readonly: boolean;
|
|
62
64
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
63
65
|
exact: boolean;
|
|
64
66
|
tile: boolean;
|
|
@@ -124,6 +126,7 @@ declare const VTab: {
|
|
|
124
126
|
active: boolean;
|
|
125
127
|
disabled: boolean;
|
|
126
128
|
tag: string;
|
|
129
|
+
readonly: boolean;
|
|
127
130
|
rounded: string | number | boolean;
|
|
128
131
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
129
132
|
block: boolean;
|
|
@@ -143,6 +146,7 @@ declare const VTab: {
|
|
|
143
146
|
size: string | number;
|
|
144
147
|
disabled: boolean;
|
|
145
148
|
tag: string;
|
|
149
|
+
readonly: boolean;
|
|
146
150
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
147
151
|
block: boolean;
|
|
148
152
|
exact: boolean;
|
|
@@ -205,6 +209,7 @@ declare const VTab: {
|
|
|
205
209
|
size: string | number;
|
|
206
210
|
disabled: boolean;
|
|
207
211
|
tag: string;
|
|
212
|
+
readonly: boolean;
|
|
208
213
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
209
214
|
block: boolean;
|
|
210
215
|
exact: boolean;
|
|
@@ -263,7 +268,7 @@ declare const VTab: {
|
|
|
263
268
|
"onGroup:selected"?: ((val: {
|
|
264
269
|
value: boolean;
|
|
265
270
|
}) => any) | undefined;
|
|
266
|
-
}, "symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
271
|
+
}, "symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
267
272
|
$attrs: {
|
|
268
273
|
[x: string]: unknown;
|
|
269
274
|
};
|
|
@@ -298,6 +303,7 @@ declare const VTab: {
|
|
|
298
303
|
size: string | number;
|
|
299
304
|
disabled: boolean;
|
|
300
305
|
tag: string;
|
|
306
|
+
readonly: boolean;
|
|
301
307
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
302
308
|
block: boolean;
|
|
303
309
|
exact: boolean;
|
|
@@ -371,6 +377,7 @@ declare const VTab: {
|
|
|
371
377
|
active: boolean;
|
|
372
378
|
disabled: boolean;
|
|
373
379
|
tag: string;
|
|
380
|
+
readonly: boolean;
|
|
374
381
|
rounded: string | number | boolean;
|
|
375
382
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
376
383
|
block: boolean;
|
|
@@ -423,6 +430,7 @@ declare const VTab: {
|
|
|
423
430
|
size: string | number;
|
|
424
431
|
disabled: boolean;
|
|
425
432
|
tag: string;
|
|
433
|
+
readonly: boolean;
|
|
426
434
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
427
435
|
block: boolean;
|
|
428
436
|
exact: boolean;
|
|
@@ -483,13 +491,14 @@ declare const VTab: {
|
|
|
483
491
|
}) => any) | undefined;
|
|
484
492
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
485
493
|
group: GroupItemProvide | null;
|
|
486
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
494
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
487
495
|
replace: boolean;
|
|
488
496
|
fixed: boolean;
|
|
489
497
|
style: vue.StyleValue;
|
|
490
498
|
size: string | number;
|
|
491
499
|
disabled: boolean;
|
|
492
500
|
tag: string;
|
|
501
|
+
readonly: boolean;
|
|
493
502
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
494
503
|
exact: boolean;
|
|
495
504
|
tile: boolean;
|
|
@@ -550,6 +559,7 @@ declare const VTab: {
|
|
|
550
559
|
size: string | number;
|
|
551
560
|
disabled: boolean;
|
|
552
561
|
tag: string;
|
|
562
|
+
readonly: boolean;
|
|
553
563
|
rounded: string | number | boolean;
|
|
554
564
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
555
565
|
exact: boolean;
|
|
@@ -590,6 +600,7 @@ declare const VTab: {
|
|
|
590
600
|
size: string | number;
|
|
591
601
|
disabled: boolean;
|
|
592
602
|
tag: string;
|
|
603
|
+
readonly: boolean;
|
|
593
604
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
594
605
|
exact: boolean;
|
|
595
606
|
tile: boolean;
|
|
@@ -655,6 +666,7 @@ declare const VTab: {
|
|
|
655
666
|
active: boolean;
|
|
656
667
|
disabled: boolean;
|
|
657
668
|
tag: string;
|
|
669
|
+
readonly: boolean;
|
|
658
670
|
rounded: string | number | boolean;
|
|
659
671
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
660
672
|
block: boolean;
|
|
@@ -674,6 +686,7 @@ declare const VTab: {
|
|
|
674
686
|
size: string | number;
|
|
675
687
|
disabled: boolean;
|
|
676
688
|
tag: string;
|
|
689
|
+
readonly: boolean;
|
|
677
690
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
678
691
|
block: boolean;
|
|
679
692
|
exact: boolean;
|
|
@@ -736,6 +749,7 @@ declare const VTab: {
|
|
|
736
749
|
size: string | number;
|
|
737
750
|
disabled: boolean;
|
|
738
751
|
tag: string;
|
|
752
|
+
readonly: boolean;
|
|
739
753
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
740
754
|
block: boolean;
|
|
741
755
|
exact: boolean;
|
|
@@ -794,7 +808,7 @@ declare const VTab: {
|
|
|
794
808
|
"onGroup:selected"?: ((val: {
|
|
795
809
|
value: boolean;
|
|
796
810
|
}) => any) | undefined;
|
|
797
|
-
}, "symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
811
|
+
}, "symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
798
812
|
$attrs: {
|
|
799
813
|
[x: string]: unknown;
|
|
800
814
|
};
|
|
@@ -829,6 +843,7 @@ declare const VTab: {
|
|
|
829
843
|
size: string | number;
|
|
830
844
|
disabled: boolean;
|
|
831
845
|
tag: string;
|
|
846
|
+
readonly: boolean;
|
|
832
847
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
833
848
|
block: boolean;
|
|
834
849
|
exact: boolean;
|
|
@@ -902,6 +917,7 @@ declare const VTab: {
|
|
|
902
917
|
active: boolean;
|
|
903
918
|
disabled: boolean;
|
|
904
919
|
tag: string;
|
|
920
|
+
readonly: boolean;
|
|
905
921
|
rounded: string | number | boolean;
|
|
906
922
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
907
923
|
block: boolean;
|
|
@@ -954,6 +970,7 @@ declare const VTab: {
|
|
|
954
970
|
size: string | number;
|
|
955
971
|
disabled: boolean;
|
|
956
972
|
tag: string;
|
|
973
|
+
readonly: boolean;
|
|
957
974
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
958
975
|
block: boolean;
|
|
959
976
|
exact: boolean;
|
|
@@ -1014,13 +1031,14 @@ declare const VTab: {
|
|
|
1014
1031
|
}) => any) | undefined;
|
|
1015
1032
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1016
1033
|
group: GroupItemProvide | null;
|
|
1017
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
|
1034
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
|
1018
1035
|
replace: boolean;
|
|
1019
1036
|
fixed: boolean;
|
|
1020
1037
|
style: vue.StyleValue;
|
|
1021
1038
|
size: string | number;
|
|
1022
1039
|
disabled: boolean;
|
|
1023
1040
|
tag: string;
|
|
1041
|
+
readonly: boolean;
|
|
1024
1042
|
rounded: string | number | boolean;
|
|
1025
1043
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1026
1044
|
exact: boolean;
|
|
@@ -1045,6 +1063,7 @@ declare const VTab: {
|
|
|
1045
1063
|
size: string | number;
|
|
1046
1064
|
disabled: boolean;
|
|
1047
1065
|
tag: string;
|
|
1066
|
+
readonly: boolean;
|
|
1048
1067
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1049
1068
|
exact: boolean;
|
|
1050
1069
|
tile: boolean;
|
|
@@ -1110,6 +1129,7 @@ declare const VTab: {
|
|
|
1110
1129
|
active: boolean;
|
|
1111
1130
|
disabled: boolean;
|
|
1112
1131
|
tag: string;
|
|
1132
|
+
readonly: boolean;
|
|
1113
1133
|
rounded: string | number | boolean;
|
|
1114
1134
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1115
1135
|
block: boolean;
|
|
@@ -1129,6 +1149,7 @@ declare const VTab: {
|
|
|
1129
1149
|
size: string | number;
|
|
1130
1150
|
disabled: boolean;
|
|
1131
1151
|
tag: string;
|
|
1152
|
+
readonly: boolean;
|
|
1132
1153
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1133
1154
|
block: boolean;
|
|
1134
1155
|
exact: boolean;
|
|
@@ -1191,6 +1212,7 @@ declare const VTab: {
|
|
|
1191
1212
|
size: string | number;
|
|
1192
1213
|
disabled: boolean;
|
|
1193
1214
|
tag: string;
|
|
1215
|
+
readonly: boolean;
|
|
1194
1216
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1195
1217
|
block: boolean;
|
|
1196
1218
|
exact: boolean;
|
|
@@ -1249,7 +1271,7 @@ declare const VTab: {
|
|
|
1249
1271
|
"onGroup:selected"?: ((val: {
|
|
1250
1272
|
value: boolean;
|
|
1251
1273
|
}) => any) | undefined;
|
|
1252
|
-
}, "symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
1274
|
+
}, "symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
1253
1275
|
$attrs: {
|
|
1254
1276
|
[x: string]: unknown;
|
|
1255
1277
|
};
|
|
@@ -1284,6 +1306,7 @@ declare const VTab: {
|
|
|
1284
1306
|
size: string | number;
|
|
1285
1307
|
disabled: boolean;
|
|
1286
1308
|
tag: string;
|
|
1309
|
+
readonly: boolean;
|
|
1287
1310
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1288
1311
|
block: boolean;
|
|
1289
1312
|
exact: boolean;
|
|
@@ -1357,6 +1380,7 @@ declare const VTab: {
|
|
|
1357
1380
|
active: boolean;
|
|
1358
1381
|
disabled: boolean;
|
|
1359
1382
|
tag: string;
|
|
1383
|
+
readonly: boolean;
|
|
1360
1384
|
rounded: string | number | boolean;
|
|
1361
1385
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1362
1386
|
block: boolean;
|
|
@@ -1409,6 +1433,7 @@ declare const VTab: {
|
|
|
1409
1433
|
size: string | number;
|
|
1410
1434
|
disabled: boolean;
|
|
1411
1435
|
tag: string;
|
|
1436
|
+
readonly: boolean;
|
|
1412
1437
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1413
1438
|
block: boolean;
|
|
1414
1439
|
exact: boolean;
|
|
@@ -1469,13 +1494,14 @@ declare const VTab: {
|
|
|
1469
1494
|
}) => any) | undefined;
|
|
1470
1495
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1471
1496
|
group: GroupItemProvide | null;
|
|
1472
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1497
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1473
1498
|
replace: boolean;
|
|
1474
1499
|
fixed: boolean;
|
|
1475
1500
|
style: vue.StyleValue;
|
|
1476
1501
|
size: string | number;
|
|
1477
1502
|
disabled: boolean;
|
|
1478
1503
|
tag: string;
|
|
1504
|
+
readonly: boolean;
|
|
1479
1505
|
rounded: string | number | boolean;
|
|
1480
1506
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1481
1507
|
exact: boolean;
|
|
@@ -1532,6 +1558,7 @@ declare const VTab: {
|
|
|
1532
1558
|
icon: PropType<boolean | IconValue>;
|
|
1533
1559
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
1534
1560
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1561
|
+
readonly: BooleanConstructor;
|
|
1535
1562
|
rounded: {
|
|
1536
1563
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1537
1564
|
default: undefined;
|
|
@@ -1614,6 +1641,7 @@ declare const VTab: {
|
|
|
1614
1641
|
icon: PropType<boolean | IconValue>;
|
|
1615
1642
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
1616
1643
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1644
|
+
readonly: BooleanConstructor;
|
|
1617
1645
|
rounded: {
|
|
1618
1646
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1619
1647
|
default: undefined;
|
|
@@ -1683,6 +1711,7 @@ declare const VTabs: {
|
|
|
1683
1711
|
style: vue.StyleValue;
|
|
1684
1712
|
disabled: boolean;
|
|
1685
1713
|
tag: string;
|
|
1714
|
+
mobile: boolean;
|
|
1686
1715
|
items: readonly TabItem[];
|
|
1687
1716
|
mandatory: NonNullable<boolean | "force">;
|
|
1688
1717
|
multiple: boolean;
|
|
@@ -1740,6 +1769,7 @@ declare const VTabs: {
|
|
|
1740
1769
|
style: vue.StyleValue;
|
|
1741
1770
|
disabled: boolean;
|
|
1742
1771
|
tag: string;
|
|
1772
|
+
mobile: boolean;
|
|
1743
1773
|
items: readonly TabItem[];
|
|
1744
1774
|
mandatory: NonNullable<boolean | "force">;
|
|
1745
1775
|
multiple: boolean;
|
|
@@ -1796,6 +1826,7 @@ declare const VTabs: {
|
|
|
1796
1826
|
height: string | number;
|
|
1797
1827
|
disabled: boolean;
|
|
1798
1828
|
tag: string;
|
|
1829
|
+
mobile: boolean;
|
|
1799
1830
|
modelValue: any;
|
|
1800
1831
|
items: readonly TabItem[];
|
|
1801
1832
|
mandatory: NonNullable<boolean | "force">;
|
|
@@ -1842,6 +1873,7 @@ declare const VTabs: {
|
|
|
1842
1873
|
style: vue.StyleValue;
|
|
1843
1874
|
disabled: boolean;
|
|
1844
1875
|
tag: string;
|
|
1876
|
+
mobile: boolean;
|
|
1845
1877
|
items: readonly TabItem[];
|
|
1846
1878
|
mandatory: NonNullable<boolean | "force">;
|
|
1847
1879
|
multiple: boolean;
|
|
@@ -1898,6 +1930,7 @@ declare const VTabs: {
|
|
|
1898
1930
|
height: string | number;
|
|
1899
1931
|
disabled: boolean;
|
|
1900
1932
|
tag: string;
|
|
1933
|
+
mobile: boolean;
|
|
1901
1934
|
modelValue: any;
|
|
1902
1935
|
items: readonly TabItem[];
|
|
1903
1936
|
mandatory: NonNullable<boolean | "force">;
|
|
@@ -1922,6 +1955,7 @@ declare const VTabs: {
|
|
|
1922
1955
|
style: vue.StyleValue;
|
|
1923
1956
|
disabled: boolean;
|
|
1924
1957
|
tag: string;
|
|
1958
|
+
mobile: boolean;
|
|
1925
1959
|
items: readonly TabItem[];
|
|
1926
1960
|
mandatory: NonNullable<boolean | "force">;
|
|
1927
1961
|
multiple: boolean;
|
|
@@ -1980,6 +2014,7 @@ declare const VTabs: {
|
|
|
1980
2014
|
height: string | number;
|
|
1981
2015
|
disabled: boolean;
|
|
1982
2016
|
tag: string;
|
|
2017
|
+
mobile: boolean;
|
|
1983
2018
|
modelValue: any;
|
|
1984
2019
|
items: readonly TabItem[];
|
|
1985
2020
|
mandatory: NonNullable<boolean | "force">;
|
|
@@ -2042,6 +2077,10 @@ declare const VTabs: {
|
|
|
2042
2077
|
default: string;
|
|
2043
2078
|
};
|
|
2044
2079
|
disabled: BooleanConstructor;
|
|
2080
|
+
mobile: {
|
|
2081
|
+
type: BooleanConstructor;
|
|
2082
|
+
default: null;
|
|
2083
|
+
};
|
|
2045
2084
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
2046
2085
|
class: PropType<any>;
|
|
2047
2086
|
style: {
|
|
@@ -2116,6 +2155,10 @@ declare const VTabs: {
|
|
|
2116
2155
|
default: string;
|
|
2117
2156
|
};
|
|
2118
2157
|
disabled: BooleanConstructor;
|
|
2158
|
+
mobile: {
|
|
2159
|
+
type: BooleanConstructor;
|
|
2160
|
+
default: null;
|
|
2161
|
+
};
|
|
2119
2162
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
2120
2163
|
class: PropType<any>;
|
|
2121
2164
|
style: {
|
|
@@ -1,74 +1,76 @@
|
|
|
1
1
|
@use 'sass:selector'
|
|
2
2
|
@use '../../styles/settings'
|
|
3
|
+
@use '../../styles/tools'
|
|
3
4
|
@use './variables' as *
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
@include tools.layer('components')
|
|
7
|
+
/* region BLOCK */
|
|
8
|
+
.v-text-field
|
|
9
|
+
input
|
|
10
|
+
color: inherit
|
|
11
|
+
opacity: 0
|
|
12
|
+
flex: $text-field-input-flex
|
|
13
|
+
transition: $text-field-input-transition
|
|
14
|
+
min-width: 0
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
&:focus,
|
|
17
|
+
&:active
|
|
18
|
+
outline: none
|
|
17
19
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
// Remove Firefox red outline
|
|
21
|
+
&:invalid
|
|
22
|
+
box-shadow: none
|
|
21
23
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
+
.v-field
|
|
25
|
+
cursor: text
|
|
24
26
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
.v-field__input
|
|
28
|
+
@at-root #{selector.append('.v-text-field--prefixed', &)}
|
|
29
|
+
--v-field-padding-start: #{$text-field-input-padding-start}
|
|
28
30
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
@at-root #{selector.append('.v-text-field--suffixed', &)}
|
|
32
|
+
--v-field-padding-end: #{$text-field-input-padding-end}
|
|
31
33
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
.v-input__details
|
|
35
|
+
padding-inline: $text-field-details-padding-inline
|
|
36
|
+
@at-root #{selector.append('.v-input--plain-underlined', &)}
|
|
37
|
+
padding-inline: 0
|
|
36
38
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
.v-field--no-label,
|
|
40
|
+
.v-field--active
|
|
41
|
+
input
|
|
42
|
+
opacity: 1
|
|
41
43
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
.v-field--single-line
|
|
45
|
+
input
|
|
46
|
+
transition: none
|
|
45
47
|
|
|
46
|
-
/* endregion */
|
|
47
|
-
/* region ELEMENTS */
|
|
48
|
-
.v-text-field
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
48
|
+
/* endregion */
|
|
49
|
+
/* region ELEMENTS */
|
|
50
|
+
.v-text-field
|
|
51
|
+
&__prefix,
|
|
52
|
+
&__suffix
|
|
53
|
+
align-items: center
|
|
54
|
+
color: $text-field-affix-color
|
|
55
|
+
cursor: default
|
|
56
|
+
display: flex
|
|
57
|
+
opacity: 0
|
|
58
|
+
transition: inherit
|
|
59
|
+
white-space: nowrap
|
|
60
|
+
min-height: $field-input-min-height
|
|
61
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0))
|
|
62
|
+
padding-bottom: var(--v-field-padding-bottom, 6px)
|
|
61
63
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
.v-field--active &
|
|
65
|
+
opacity: 1
|
|
64
66
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
+
.v-field--disabled &
|
|
68
|
+
color: $text-field-disabled-affix-color
|
|
67
69
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
+
&__prefix
|
|
71
|
+
padding-inline-start: var(--v-field-padding-start)
|
|
70
72
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
+
&__suffix
|
|
74
|
+
padding-inline-end: var(--v-field-padding-end)
|
|
73
75
|
|
|
74
|
-
/* endregion */
|
|
76
|
+
/* endregion */
|
|
@@ -260,6 +260,7 @@ declare const VTextField: {
|
|
|
260
260
|
id?: string | undefined;
|
|
261
261
|
label?: string | undefined;
|
|
262
262
|
width?: string | number | undefined;
|
|
263
|
+
theme?: string | undefined;
|
|
263
264
|
name?: string | undefined;
|
|
264
265
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
265
266
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -292,6 +293,7 @@ declare const VTextField: {
|
|
|
292
293
|
id?: string | undefined;
|
|
293
294
|
label?: string | undefined;
|
|
294
295
|
width?: string | number | undefined;
|
|
296
|
+
theme?: string | undefined;
|
|
295
297
|
name?: string | undefined;
|
|
296
298
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
297
299
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -352,6 +354,7 @@ declare const VTextField: {
|
|
|
352
354
|
id?: string | undefined;
|
|
353
355
|
label?: string | undefined;
|
|
354
356
|
width?: string | number | undefined;
|
|
357
|
+
theme?: string | undefined;
|
|
355
358
|
name?: string | undefined;
|
|
356
359
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
357
360
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -443,6 +446,7 @@ declare const VTextField: {
|
|
|
443
446
|
id?: string | undefined;
|
|
444
447
|
label?: string | undefined;
|
|
445
448
|
width?: string | number | undefined;
|
|
449
|
+
theme?: string | undefined;
|
|
446
450
|
name?: string | undefined;
|
|
447
451
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
448
452
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -464,7 +468,7 @@ declare const VTextField: {
|
|
|
464
468
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
465
469
|
modelValue?: unknown;
|
|
466
470
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
467
|
-
}, VInputSlots>, "class" | "id" | "label" | "width" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
471
|
+
}, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
468
472
|
$: vue.ComponentInternalInstance;
|
|
469
473
|
$data: {};
|
|
470
474
|
$props: Partial<{
|
|
@@ -1090,6 +1094,7 @@ declare const VTextField: {
|
|
|
1090
1094
|
id?: string | undefined;
|
|
1091
1095
|
label?: string | undefined;
|
|
1092
1096
|
width?: string | number | undefined;
|
|
1097
|
+
theme?: string | undefined;
|
|
1093
1098
|
name?: string | undefined;
|
|
1094
1099
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1095
1100
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1122,6 +1127,7 @@ declare const VTextField: {
|
|
|
1122
1127
|
id?: string | undefined;
|
|
1123
1128
|
label?: string | undefined;
|
|
1124
1129
|
width?: string | number | undefined;
|
|
1130
|
+
theme?: string | undefined;
|
|
1125
1131
|
name?: string | undefined;
|
|
1126
1132
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1127
1133
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1182,6 +1188,7 @@ declare const VTextField: {
|
|
|
1182
1188
|
id?: string | undefined;
|
|
1183
1189
|
label?: string | undefined;
|
|
1184
1190
|
width?: string | number | undefined;
|
|
1191
|
+
theme?: string | undefined;
|
|
1185
1192
|
name?: string | undefined;
|
|
1186
1193
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1187
1194
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1273,6 +1280,7 @@ declare const VTextField: {
|
|
|
1273
1280
|
id?: string | undefined;
|
|
1274
1281
|
label?: string | undefined;
|
|
1275
1282
|
width?: string | number | undefined;
|
|
1283
|
+
theme?: string | undefined;
|
|
1276
1284
|
name?: string | undefined;
|
|
1277
1285
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1278
1286
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1294,7 +1302,7 @@ declare const VTextField: {
|
|
|
1294
1302
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1295
1303
|
modelValue?: unknown;
|
|
1296
1304
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1297
|
-
}, VInputSlots>, "class" | "id" | "label" | "width" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1305
|
+
}, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1298
1306
|
$: vue.ComponentInternalInstance;
|
|
1299
1307
|
$data: {};
|
|
1300
1308
|
$props: Partial<{
|
|
@@ -1749,6 +1757,7 @@ declare const VTextField: {
|
|
|
1749
1757
|
id?: string | undefined;
|
|
1750
1758
|
label?: string | undefined;
|
|
1751
1759
|
width?: string | number | undefined;
|
|
1760
|
+
theme?: string | undefined;
|
|
1752
1761
|
name?: string | undefined;
|
|
1753
1762
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1754
1763
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1781,6 +1790,7 @@ declare const VTextField: {
|
|
|
1781
1790
|
id?: string | undefined;
|
|
1782
1791
|
label?: string | undefined;
|
|
1783
1792
|
width?: string | number | undefined;
|
|
1793
|
+
theme?: string | undefined;
|
|
1784
1794
|
name?: string | undefined;
|
|
1785
1795
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1786
1796
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1841,6 +1851,7 @@ declare const VTextField: {
|
|
|
1841
1851
|
id?: string | undefined;
|
|
1842
1852
|
label?: string | undefined;
|
|
1843
1853
|
width?: string | number | undefined;
|
|
1854
|
+
theme?: string | undefined;
|
|
1844
1855
|
name?: string | undefined;
|
|
1845
1856
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1846
1857
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1932,6 +1943,7 @@ declare const VTextField: {
|
|
|
1932
1943
|
id?: string | undefined;
|
|
1933
1944
|
label?: string | undefined;
|
|
1934
1945
|
width?: string | number | undefined;
|
|
1946
|
+
theme?: string | undefined;
|
|
1935
1947
|
name?: string | undefined;
|
|
1936
1948
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1937
1949
|
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
@@ -1953,7 +1965,7 @@ declare const VTextField: {
|
|
|
1953
1965
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1954
1966
|
modelValue?: unknown;
|
|
1955
1967
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1956
|
-
}, VInputSlots>, "class" | "id" | "label" | "width" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1968
|
+
}, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1957
1969
|
$: vue.ComponentInternalInstance;
|
|
1958
1970
|
$data: {};
|
|
1959
1971
|
$props: Partial<{
|