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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["VDateInput"],"sources":["../../../src/labs/VDateInput/index.ts"],"sourcesContent":["export { VDateInput } from './VDateInput'\n"],"mappings":"SAASA,UAAU","ignoreList":[]}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
29
29
|
font-size: 3.75rem;
|
|
30
30
|
font-weight: 300;
|
|
31
|
-
line-height:
|
|
31
|
+
line-height: 1;
|
|
32
32
|
text-align: center;
|
|
33
33
|
margin-bottom: 8px;
|
|
34
34
|
}
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
.v-empty-state__title {
|
|
40
40
|
font-size: 1.25rem;
|
|
41
41
|
font-weight: 500;
|
|
42
|
-
line-height:
|
|
42
|
+
line-height: 1.6;
|
|
43
43
|
margin-bottom: 4px;
|
|
44
44
|
text-align: center;
|
|
45
45
|
}
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
.v-empty-state__text {
|
|
48
48
|
font-size: 0.875rem;
|
|
49
49
|
font-weight: 400;
|
|
50
|
-
line-height: 1.
|
|
50
|
+
line-height: 1.425;
|
|
51
51
|
padding: 0 16px;
|
|
52
52
|
text-align: center;
|
|
53
53
|
}
|
|
@@ -1,62 +1,64 @@
|
|
|
1
|
+
@use '../../styles/tools'
|
|
1
2
|
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-empty-state
|
|
6
|
+
align-items: center
|
|
7
|
+
display: flex
|
|
8
|
+
flex-direction: column
|
|
9
|
+
justify-content: center
|
|
10
|
+
min-height: $empty-state-min-height
|
|
11
|
+
padding: $empty-state-padding
|
|
10
12
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
+
&--start
|
|
14
|
+
align-items: flex-start
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
&--center
|
|
17
|
+
align-items: center
|
|
18
|
+
|
|
19
|
+
&--end
|
|
20
|
+
align-items: flex-end
|
|
21
|
+
|
|
22
|
+
.v-empty-state__media
|
|
23
|
+
text-align: center
|
|
24
|
+
width: 100%
|
|
25
|
+
|
|
26
|
+
.v-icon
|
|
27
|
+
color: $empty-state-media-icon-color
|
|
28
|
+
|
|
29
|
+
.v-empty-state__headline
|
|
30
|
+
color: $empty-state-headline-color
|
|
31
|
+
font-size: $empty-state-headline-font-size
|
|
32
|
+
font-weight: $empty-state-headline-font-weight
|
|
33
|
+
line-height: $empty-state-headline-line-height
|
|
34
|
+
text-align: center
|
|
35
|
+
margin-bottom: $empty-state-headline-margin-bottom
|
|
36
|
+
|
|
37
|
+
.v-empty-state--mobile &
|
|
38
|
+
font-size: $empty-state-headline-mobile-font-size
|
|
39
|
+
|
|
40
|
+
.v-empty-state__title
|
|
41
|
+
font-size: $empty-state-title-font-size
|
|
42
|
+
font-weight: $empty-state-title-font-weight
|
|
43
|
+
line-height: $empty-state-title-line-height
|
|
44
|
+
margin-bottom: $empty-state-title-margin-bottom
|
|
45
|
+
text-align: center
|
|
46
|
+
|
|
47
|
+
.v-empty-state__text
|
|
48
|
+
font-size: $empty-state-text-font-size
|
|
49
|
+
font-weight: $empty-state-text-font-weight
|
|
50
|
+
line-height: $empty-state-text-line-height
|
|
51
|
+
padding: $empty-state-text-padding
|
|
52
|
+
text-align: center
|
|
53
|
+
|
|
54
|
+
.v-empty-state__content
|
|
55
|
+
padding: $empty-state-content-padding
|
|
56
|
+
|
|
57
|
+
.v-empty-state__actions
|
|
58
|
+
display: flex
|
|
59
|
+
gap: $empty-state-actions-gap
|
|
60
|
+
padding: $empty-state-actions-padding
|
|
16
61
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
.v-empty-state__media
|
|
21
|
-
text-align: center
|
|
22
|
-
width: 100%
|
|
23
|
-
|
|
24
|
-
.v-icon
|
|
25
|
-
color: $empty-state-media-icon-color
|
|
26
|
-
|
|
27
|
-
.v-empty-state__headline
|
|
28
|
-
color: $empty-state-headline-color
|
|
29
|
-
font-size: $empty-state-headline-font-size
|
|
30
|
-
font-weight: $empty-state-headline-font-weight
|
|
31
|
-
line-height: $empty-state-headline-line-height
|
|
32
|
-
text-align: center
|
|
33
|
-
margin-bottom: $empty-state-headline-margin-bottom
|
|
34
|
-
|
|
35
|
-
.v-empty-state--mobile &
|
|
36
|
-
font-size: $empty-state-headline-mobile-font-size
|
|
37
|
-
|
|
38
|
-
.v-empty-state__title
|
|
39
|
-
font-size: $empty-state-title-font-size
|
|
40
|
-
font-weight: $empty-state-title-font-weight
|
|
41
|
-
line-height: $empty-state-title-line-height
|
|
42
|
-
margin-bottom: $empty-state-title-margin-bottom
|
|
43
|
-
text-align: center
|
|
44
|
-
|
|
45
|
-
.v-empty-state__text
|
|
46
|
-
font-size: $empty-state-text-font-size
|
|
47
|
-
font-weight: $empty-state-text-font-weight
|
|
48
|
-
line-height: $empty-state-text-line-height
|
|
49
|
-
padding: $empty-state-text-padding
|
|
50
|
-
text-align: center
|
|
51
|
-
|
|
52
|
-
.v-empty-state__content
|
|
53
|
-
padding: $empty-state-content-padding
|
|
54
|
-
|
|
55
|
-
.v-empty-state__actions
|
|
56
|
-
display: flex
|
|
57
|
-
gap: $empty-state-actions-gap
|
|
58
|
-
padding: $empty-state-actions-padding
|
|
59
|
-
|
|
60
|
-
.v-empty-state__action-btn.v-btn
|
|
61
|
-
background-color: $empty-state-actions-btn-background-color
|
|
62
|
-
color: $empty-state-actions-btn-color
|
|
62
|
+
.v-empty-state__action-btn.v-btn
|
|
63
|
+
background-color: $empty-state-actions-btn-background-color
|
|
64
|
+
color: $empty-state-actions-btn-color
|
package/lib/labs/VFab/VFab.css
CHANGED
package/lib/labs/VFab/VFab.mjs
CHANGED
|
@@ -16,6 +16,7 @@ export const makeVFabProps = propsFactory({
|
|
|
16
16
|
app: Boolean,
|
|
17
17
|
appear: Boolean,
|
|
18
18
|
extended: Boolean,
|
|
19
|
+
layout: Boolean,
|
|
19
20
|
location: {
|
|
20
21
|
type: String,
|
|
21
22
|
default: 'bottom end'
|
|
@@ -66,8 +67,8 @@ export const VFab = genericComponent()({
|
|
|
66
67
|
id: props.name,
|
|
67
68
|
order: computed(() => parseInt(props.order, 10)),
|
|
68
69
|
position,
|
|
69
|
-
layoutSize: height,
|
|
70
|
-
elementSize: computed(() => height.value +
|
|
70
|
+
layoutSize: computed(() => props.layout ? height.value + 24 : 0),
|
|
71
|
+
elementSize: computed(() => height.value + 24),
|
|
71
72
|
active: computed(() => props.app && model.value),
|
|
72
73
|
absolute: toRef(props, 'absolute')
|
|
73
74
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VFab.mjs","names":["makeVBtnProps","VBtn","makeLayoutItemProps","useLayoutItem","useProxiedModel","useResizeObserver","useToggleScope","makeTransitionProps","MaybeTransition","computed","ref","shallowRef","toRef","watchEffect","genericComponent","omit","propsFactory","useRender","locations","makeVFabProps","app","Boolean","appear","extended","location","type","String","default","offset","modelValue","active","transition","VFab","name","props","emits","value","setup","_ref","slots","model","height","layoutItemStyles","resizeRef","entries","length","target","clientHeight","hasPosition","absolute","position","split","shift","orientation","
|
|
1
|
+
{"version":3,"file":"VFab.mjs","names":["makeVBtnProps","VBtn","makeLayoutItemProps","useLayoutItem","useProxiedModel","useResizeObserver","useToggleScope","makeTransitionProps","MaybeTransition","computed","ref","shallowRef","toRef","watchEffect","genericComponent","omit","propsFactory","useRender","locations","makeVFabProps","app","Boolean","appear","extended","layout","location","type","String","default","offset","modelValue","active","transition","VFab","name","props","emits","value","setup","_ref","slots","model","height","layoutItemStyles","resizeRef","entries","length","target","clientHeight","hasPosition","absolute","position","split","shift","orientation","id","order","parseInt","layoutSize","elementSize","vFabRef","btnProps","filterProps","_createVNode","class","width","undefined","style","_withDirectives","_mergeProps","_vShow"],"sources":["../../../src/labs/VFab/VFab.tsx"],"sourcesContent":["// Styles\nimport './VFab.sass'\n\n// Components\nimport { makeVBtnProps, VBtn } from '@/components/VBtn/VBtn'\n\n// Composables\nimport { makeLayoutItemProps, useLayoutItem } from '@/composables/layout'\nimport { useProxiedModel } from '@/composables/proxiedModel'\nimport { useResizeObserver } from '@/composables/resizeObserver'\nimport { useToggleScope } from '@/composables/toggleScope'\nimport { makeTransitionProps, MaybeTransition } from '@/composables/transition'\n\n// Utilities\nimport { computed, ref, shallowRef, toRef, watchEffect } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { ComputedRef, PropType } from 'vue'\nimport type { Position } from '@/composables/layout'\n\nconst locations = ['start', 'end', 'left', 'right', 'top', 'bottom'] as const\n\nexport const makeVFabProps = propsFactory({\n app: Boolean,\n appear: Boolean,\n extended: Boolean,\n layout: Boolean,\n location: {\n type: String as PropType<typeof locations[number]>,\n default: 'bottom end',\n },\n offset: Boolean,\n modelValue: {\n type: Boolean,\n default: true,\n },\n\n ...omit(makeVBtnProps({ active: true }), ['location']),\n ...makeLayoutItemProps(),\n ...makeTransitionProps({ transition: 'fab-transition' }),\n}, 'VFab')\n\nexport const VFab = genericComponent()({\n name: 'VFab',\n\n props: makeVFabProps(),\n\n emits: {\n 'update:modelValue': (value: boolean) => true,\n },\n\n setup (props, { slots }) {\n const model = useProxiedModel(props, 'modelValue')\n const height = shallowRef(56)\n const layoutItemStyles = ref()\n\n const { resizeRef } = useResizeObserver(entries => {\n if (!entries.length) return\n height.value = entries[0].target.clientHeight\n })\n\n const hasPosition = computed(() => props.app || props.absolute)\n\n const position = computed(() => {\n if (!hasPosition.value) return false\n\n return props.location.split(' ').shift()\n }) as ComputedRef<Position>\n\n const orientation = computed(() => {\n if (!hasPosition.value) return false\n\n return props.location.split(' ')[1] ?? 'end'\n })\n\n useToggleScope(() => props.app, () => {\n const layout = useLayoutItem({\n id: props.name,\n order: computed(() => parseInt(props.order, 10)),\n position,\n layoutSize: computed(() => props.layout ? height.value + 24 : 0),\n elementSize: computed(() => height.value + 24),\n active: computed(() => props.app && model.value),\n absolute: toRef(props, 'absolute'),\n })\n\n watchEffect(() => {\n layoutItemStyles.value = layout.layoutItemStyles.value\n })\n })\n\n const vFabRef = ref()\n\n useRender(() => {\n const btnProps = VBtn.filterProps(props)\n\n return (\n <div\n ref={ vFabRef }\n class={[\n 'v-fab',\n {\n 'v-fab--absolute': props.absolute,\n 'v-fab--app': !!props.app,\n 'v-fab--extended': props.extended,\n 'v-fab--offset': props.offset,\n [`v-fab--${position.value}`]: hasPosition.value,\n [`v-fab--${orientation.value}`]: hasPosition.value,\n },\n props.class,\n ]}\n style={[\n props.app ? {\n ...layoutItemStyles.value,\n } : {\n height: 'inherit',\n width: undefined,\n },\n props.style,\n ]}\n >\n <div class=\"v-fab__container\">\n <MaybeTransition\n appear={ props.appear }\n transition={ props.transition }\n >\n <VBtn\n v-show={ props.active }\n ref={ resizeRef }\n { ...btnProps }\n active={ undefined }\n location={ undefined }\n v-slots={ slots }\n />\n </MaybeTransition>\n </div>\n </div>\n )\n })\n\n return {}\n },\n})\n\nexport type VFab = InstanceType<typeof VFab>\n"],"mappings":"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","ignoreList":[]}
|
package/lib/labs/VFab/VFab.sass
CHANGED
|
@@ -5,78 +5,80 @@
|
|
|
5
5
|
@use './variables' as *
|
|
6
6
|
@use './mixins' as *
|
|
7
7
|
|
|
8
|
-
.
|
|
9
|
-
|
|
10
|
-
display: inline-flex
|
|
11
|
-
flex: 1 1 auto
|
|
12
|
-
pointer-events: none
|
|
13
|
-
position: relative
|
|
14
|
-
transition-duration: $fab-transition-duration
|
|
15
|
-
transition-timing-function: $fab-transition-timing-function
|
|
16
|
-
vertical-align: middle
|
|
17
|
-
|
|
18
|
-
.v-btn
|
|
19
|
-
pointer-events: auto
|
|
20
|
-
|
|
21
|
-
&--variant-elevated
|
|
22
|
-
@include tools.elevation(3)
|
|
23
|
-
|
|
24
|
-
&--app,
|
|
25
|
-
&--absolute
|
|
26
|
-
display: flex
|
|
27
|
-
|
|
28
|
-
&--start,
|
|
29
|
-
&--left
|
|
30
|
-
justify-content: flex-start
|
|
31
|
-
|
|
32
|
-
&--center
|
|
8
|
+
@include tools.layer('components')
|
|
9
|
+
.v-fab
|
|
33
10
|
align-items: center
|
|
34
|
-
|
|
11
|
+
display: inline-flex
|
|
12
|
+
flex: 1 1 auto
|
|
13
|
+
pointer-events: none
|
|
14
|
+
position: relative
|
|
15
|
+
transition-duration: $fab-transition-duration
|
|
16
|
+
transition-timing-function: $fab-transition-timing-function
|
|
17
|
+
vertical-align: middle
|
|
35
18
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
justify-content: flex-end
|
|
19
|
+
.v-btn
|
|
20
|
+
pointer-events: auto
|
|
39
21
|
|
|
40
|
-
|
|
41
|
-
|
|
22
|
+
&--variant-elevated
|
|
23
|
+
@include tools.elevation(3)
|
|
42
24
|
|
|
43
|
-
|
|
44
|
-
|
|
25
|
+
&--app,
|
|
26
|
+
&--absolute
|
|
27
|
+
display: flex
|
|
45
28
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
29
|
+
&--start,
|
|
30
|
+
&--left
|
|
31
|
+
justify-content: flex-start
|
|
32
|
+
|
|
33
|
+
&--center
|
|
34
|
+
align-items: center
|
|
35
|
+
justify-content: center
|
|
36
|
+
|
|
37
|
+
&--end,
|
|
38
|
+
&--right
|
|
39
|
+
justify-content: flex-end
|
|
51
40
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
display: inline-flex
|
|
55
|
-
vertical-align: middle
|
|
41
|
+
&--bottom
|
|
42
|
+
align-items: flex-end
|
|
56
43
|
|
|
57
|
-
|
|
58
|
-
|
|
44
|
+
&--top
|
|
45
|
+
align-items: flex-start
|
|
59
46
|
|
|
60
|
-
|
|
47
|
+
&--extended
|
|
48
|
+
.v-btn
|
|
49
|
+
// min-height: 56px
|
|
50
|
+
// min-width: 80px
|
|
51
|
+
border-radius: 9999px !important
|
|
52
|
+
|
|
53
|
+
.v-fab__container
|
|
54
|
+
align-self: center
|
|
55
|
+
display: inline-flex
|
|
61
56
|
position: absolute
|
|
62
|
-
|
|
57
|
+
vertical-align: middle
|
|
58
|
+
|
|
59
|
+
.v-fab--app &
|
|
60
|
+
margin: 12px
|
|
61
|
+
|
|
62
|
+
.v-fab--absolute &
|
|
63
|
+
position: absolute
|
|
64
|
+
z-index: 4
|
|
63
65
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
+
.v-fab--offset.v-fab--top &
|
|
67
|
+
transform: translateY(-50%)
|
|
66
68
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
+
.v-fab--offset.v-fab--bottom &
|
|
70
|
+
transform: translateY(50%)
|
|
69
71
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
+
.v-fab--top &
|
|
73
|
+
top: 0
|
|
72
74
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
+
.v-fab--bottom &
|
|
76
|
+
bottom: 0
|
|
75
77
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
.v-fab--left &,
|
|
79
|
+
.v-fab--start &
|
|
80
|
+
left: 0
|
|
79
81
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
.v-fab--right &,
|
|
83
|
+
.v-fab--end &
|
|
84
|
+
right: 0
|
|
@@ -16,6 +16,7 @@ interface GroupItem {
|
|
|
16
16
|
id: number;
|
|
17
17
|
value: Ref<unknown>;
|
|
18
18
|
disabled: Ref<boolean | undefined>;
|
|
19
|
+
useIndexAsValue?: boolean;
|
|
19
20
|
}
|
|
20
21
|
interface GroupProvide {
|
|
21
22
|
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
@@ -45,12 +46,14 @@ declare const VFab: {
|
|
|
45
46
|
active: boolean;
|
|
46
47
|
disabled: boolean;
|
|
47
48
|
tag: string;
|
|
49
|
+
layout: boolean;
|
|
48
50
|
offset: boolean;
|
|
49
51
|
order: string | number;
|
|
50
52
|
absolute: boolean;
|
|
51
53
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
52
54
|
component?: vue.Component | undefined;
|
|
53
55
|
})>;
|
|
56
|
+
readonly: boolean;
|
|
54
57
|
modelValue: boolean;
|
|
55
58
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
56
59
|
block: boolean;
|
|
@@ -113,12 +116,14 @@ declare const VFab: {
|
|
|
113
116
|
active: boolean;
|
|
114
117
|
disabled: boolean;
|
|
115
118
|
tag: string;
|
|
119
|
+
layout: boolean;
|
|
116
120
|
offset: boolean;
|
|
117
121
|
order: string | number;
|
|
118
122
|
absolute: boolean;
|
|
119
123
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
120
124
|
component?: vue.Component | undefined;
|
|
121
125
|
})>;
|
|
126
|
+
readonly: boolean;
|
|
122
127
|
modelValue: boolean;
|
|
123
128
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
124
129
|
block: boolean;
|
|
@@ -179,12 +184,14 @@ declare const VFab: {
|
|
|
179
184
|
active: boolean;
|
|
180
185
|
disabled: boolean;
|
|
181
186
|
tag: string;
|
|
187
|
+
layout: boolean;
|
|
182
188
|
offset: boolean;
|
|
183
189
|
order: string | number;
|
|
184
190
|
absolute: boolean;
|
|
185
191
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
186
192
|
component?: vue.Component | undefined;
|
|
187
193
|
})>;
|
|
194
|
+
readonly: boolean;
|
|
188
195
|
modelValue: boolean;
|
|
189
196
|
rounded: string | number | boolean;
|
|
190
197
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
@@ -221,12 +228,14 @@ declare const VFab: {
|
|
|
221
228
|
active: boolean;
|
|
222
229
|
disabled: boolean;
|
|
223
230
|
tag: string;
|
|
231
|
+
layout: boolean;
|
|
224
232
|
offset: boolean;
|
|
225
233
|
order: string | number;
|
|
226
234
|
absolute: boolean;
|
|
227
235
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
228
236
|
component?: vue.Component | undefined;
|
|
229
237
|
})>;
|
|
238
|
+
readonly: boolean;
|
|
230
239
|
modelValue: boolean;
|
|
231
240
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
232
241
|
block: boolean;
|
|
@@ -287,12 +296,14 @@ declare const VFab: {
|
|
|
287
296
|
active: boolean;
|
|
288
297
|
disabled: boolean;
|
|
289
298
|
tag: string;
|
|
299
|
+
layout: boolean;
|
|
290
300
|
offset: boolean;
|
|
291
301
|
order: string | number;
|
|
292
302
|
absolute: boolean;
|
|
293
303
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
294
304
|
component?: vue.Component | undefined;
|
|
295
305
|
})>;
|
|
306
|
+
readonly: boolean;
|
|
296
307
|
modelValue: boolean;
|
|
297
308
|
rounded: string | number | boolean;
|
|
298
309
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
@@ -322,12 +333,14 @@ declare const VFab: {
|
|
|
322
333
|
active: boolean;
|
|
323
334
|
disabled: boolean;
|
|
324
335
|
tag: string;
|
|
336
|
+
layout: boolean;
|
|
325
337
|
offset: boolean;
|
|
326
338
|
order: string | number;
|
|
327
339
|
absolute: boolean;
|
|
328
340
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
329
341
|
component?: vue.Component | undefined;
|
|
330
342
|
})>;
|
|
343
|
+
readonly: boolean;
|
|
331
344
|
modelValue: boolean;
|
|
332
345
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
333
346
|
block: boolean;
|
|
@@ -390,12 +403,14 @@ declare const VFab: {
|
|
|
390
403
|
active: boolean;
|
|
391
404
|
disabled: boolean;
|
|
392
405
|
tag: string;
|
|
406
|
+
layout: boolean;
|
|
393
407
|
offset: boolean;
|
|
394
408
|
order: string | number;
|
|
395
409
|
absolute: boolean;
|
|
396
410
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
397
411
|
component?: vue.Component | undefined;
|
|
398
412
|
})>;
|
|
413
|
+
readonly: boolean;
|
|
399
414
|
modelValue: boolean;
|
|
400
415
|
rounded: string | number | boolean;
|
|
401
416
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
@@ -484,6 +499,7 @@ declare const VFab: {
|
|
|
484
499
|
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
485
500
|
validator: (v: any) => boolean;
|
|
486
501
|
};
|
|
502
|
+
readonly: BooleanConstructor;
|
|
487
503
|
rounded: {
|
|
488
504
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
489
505
|
default: undefined;
|
|
@@ -527,6 +543,7 @@ declare const VFab: {
|
|
|
527
543
|
app: BooleanConstructor;
|
|
528
544
|
appear: BooleanConstructor;
|
|
529
545
|
extended: BooleanConstructor;
|
|
546
|
+
layout: BooleanConstructor;
|
|
530
547
|
location: {
|
|
531
548
|
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
532
549
|
default: string;
|
|
@@ -604,6 +621,7 @@ declare const VFab: {
|
|
|
604
621
|
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
605
622
|
validator: (v: any) => boolean;
|
|
606
623
|
};
|
|
624
|
+
readonly: BooleanConstructor;
|
|
607
625
|
rounded: {
|
|
608
626
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
609
627
|
default: undefined;
|
|
@@ -647,6 +665,7 @@ declare const VFab: {
|
|
|
647
665
|
app: BooleanConstructor;
|
|
648
666
|
appear: BooleanConstructor;
|
|
649
667
|
extended: BooleanConstructor;
|
|
668
|
+
layout: BooleanConstructor;
|
|
650
669
|
location: {
|
|
651
670
|
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
652
671
|
default: string;
|