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
|
@@ -142,6 +142,7 @@ declare const VDialog: {
|
|
|
142
142
|
activator?: ((arg: {
|
|
143
143
|
isActive: boolean;
|
|
144
144
|
props: Record<string, any>;
|
|
145
|
+
targetRef: vue.Ref<any>;
|
|
145
146
|
}) => vue.VNodeChild) | undefined;
|
|
146
147
|
} | ((arg: {
|
|
147
148
|
isActive: vue.Ref<boolean>;
|
|
@@ -153,6 +154,7 @@ declare const VDialog: {
|
|
|
153
154
|
activator?: false | ((arg: {
|
|
154
155
|
isActive: boolean;
|
|
155
156
|
props: Record<string, any>;
|
|
157
|
+
targetRef: vue.Ref<any>;
|
|
156
158
|
}) => vue.VNodeChild) | undefined;
|
|
157
159
|
} | undefined;
|
|
158
160
|
} & {
|
|
@@ -162,11 +164,11 @@ declare const VDialog: {
|
|
|
162
164
|
"v-slot:activator"?: false | ((arg: {
|
|
163
165
|
isActive: boolean;
|
|
164
166
|
props: Record<string, any>;
|
|
167
|
+
targetRef: vue.Ref<any>;
|
|
165
168
|
}) => vue.VNodeChild) | undefined;
|
|
166
169
|
} & {
|
|
167
170
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
168
171
|
onAfterLeave?: (() => any) | undefined;
|
|
169
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
170
172
|
}, Omit<Omit<{
|
|
171
173
|
$: vue.ComponentInternalInstance;
|
|
172
174
|
$data: {};
|
|
@@ -248,6 +250,7 @@ declare const VDialog: {
|
|
|
248
250
|
activator?: ((arg: {
|
|
249
251
|
isActive: boolean;
|
|
250
252
|
props: Record<string, any>;
|
|
253
|
+
targetRef: vue.Ref<any>;
|
|
251
254
|
}) => vue.VNodeChild) | undefined;
|
|
252
255
|
} | ((arg: {
|
|
253
256
|
isActive: vue.Ref<boolean>;
|
|
@@ -259,6 +262,7 @@ declare const VDialog: {
|
|
|
259
262
|
activator?: false | ((arg: {
|
|
260
263
|
isActive: boolean;
|
|
261
264
|
props: Record<string, any>;
|
|
265
|
+
targetRef: vue.Ref<any>;
|
|
262
266
|
}) => vue.VNodeChild) | undefined;
|
|
263
267
|
} | undefined;
|
|
264
268
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -267,6 +271,7 @@ declare const VDialog: {
|
|
|
267
271
|
"v-slot:activator"?: false | ((arg: {
|
|
268
272
|
isActive: boolean;
|
|
269
273
|
props: Record<string, any>;
|
|
274
|
+
targetRef: vue.Ref<any>;
|
|
270
275
|
}) => vue.VNodeChild) | undefined;
|
|
271
276
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
272
277
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -325,6 +330,7 @@ declare const VDialog: {
|
|
|
325
330
|
activator?: ((arg: {
|
|
326
331
|
isActive: boolean;
|
|
327
332
|
props: Record<string, any>;
|
|
333
|
+
targetRef: vue.Ref<any>;
|
|
328
334
|
}) => vue.VNodeChild) | undefined;
|
|
329
335
|
} | ((arg: {
|
|
330
336
|
isActive: vue.Ref<boolean>;
|
|
@@ -336,6 +342,7 @@ declare const VDialog: {
|
|
|
336
342
|
activator?: false | ((arg: {
|
|
337
343
|
isActive: boolean;
|
|
338
344
|
props: Record<string, any>;
|
|
345
|
+
targetRef: vue.Ref<any>;
|
|
339
346
|
}) => vue.VNodeChild) | undefined;
|
|
340
347
|
} | undefined;
|
|
341
348
|
} & {
|
|
@@ -345,6 +352,7 @@ declare const VDialog: {
|
|
|
345
352
|
"v-slot:activator"?: false | ((arg: {
|
|
346
353
|
isActive: boolean;
|
|
347
354
|
props: Record<string, any>;
|
|
355
|
+
targetRef: vue.Ref<any>;
|
|
348
356
|
}) => vue.VNodeChild) | undefined;
|
|
349
357
|
} & {
|
|
350
358
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -367,6 +375,7 @@ declare const VDialog: {
|
|
|
367
375
|
activator?: ((arg: {
|
|
368
376
|
isActive: boolean;
|
|
369
377
|
props: Record<string, any>;
|
|
378
|
+
targetRef: vue.Ref<any>;
|
|
370
379
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
371
380
|
[key: string]: any;
|
|
372
381
|
}>[]) | undefined;
|
|
@@ -428,6 +437,7 @@ declare const VDialog: {
|
|
|
428
437
|
activator?: ((arg: {
|
|
429
438
|
isActive: boolean;
|
|
430
439
|
props: Record<string, any>;
|
|
440
|
+
targetRef: vue.Ref<any>;
|
|
431
441
|
}) => vue.VNodeChild) | undefined;
|
|
432
442
|
} | ((arg: {
|
|
433
443
|
isActive: vue.Ref<boolean>;
|
|
@@ -439,6 +449,7 @@ declare const VDialog: {
|
|
|
439
449
|
activator?: false | ((arg: {
|
|
440
450
|
isActive: boolean;
|
|
441
451
|
props: Record<string, any>;
|
|
452
|
+
targetRef: vue.Ref<any>;
|
|
442
453
|
}) => vue.VNodeChild) | undefined;
|
|
443
454
|
} | undefined;
|
|
444
455
|
} & {
|
|
@@ -448,6 +459,7 @@ declare const VDialog: {
|
|
|
448
459
|
"v-slot:activator"?: false | ((arg: {
|
|
449
460
|
isActive: boolean;
|
|
450
461
|
props: Record<string, any>;
|
|
462
|
+
targetRef: vue.Ref<any>;
|
|
451
463
|
}) => vue.VNodeChild) | undefined;
|
|
452
464
|
} & {
|
|
453
465
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -504,6 +516,7 @@ declare const VDialog: {
|
|
|
504
516
|
activator: (arg: {
|
|
505
517
|
isActive: boolean;
|
|
506
518
|
props: Record<string, any>;
|
|
519
|
+
targetRef: vue.Ref<any>;
|
|
507
520
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
508
521
|
[key: string]: any;
|
|
509
522
|
}>[];
|
|
@@ -580,6 +593,7 @@ declare const VDialog: {
|
|
|
580
593
|
activator?: ((arg: {
|
|
581
594
|
isActive: boolean;
|
|
582
595
|
props: Record<string, any>;
|
|
596
|
+
targetRef: vue.Ref<any>;
|
|
583
597
|
}) => vue.VNodeChild) | undefined;
|
|
584
598
|
} | ((arg: {
|
|
585
599
|
isActive: vue.Ref<boolean>;
|
|
@@ -591,6 +605,7 @@ declare const VDialog: {
|
|
|
591
605
|
activator?: false | ((arg: {
|
|
592
606
|
isActive: boolean;
|
|
593
607
|
props: Record<string, any>;
|
|
608
|
+
targetRef: vue.Ref<any>;
|
|
594
609
|
}) => vue.VNodeChild) | undefined;
|
|
595
610
|
} | undefined;
|
|
596
611
|
} & {
|
|
@@ -600,6 +615,7 @@ declare const VDialog: {
|
|
|
600
615
|
"v-slot:activator"?: false | ((arg: {
|
|
601
616
|
isActive: boolean;
|
|
602
617
|
props: Record<string, any>;
|
|
618
|
+
targetRef: vue.Ref<any>;
|
|
603
619
|
}) => vue.VNodeChild) | undefined;
|
|
604
620
|
} & {
|
|
605
621
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -616,9 +632,8 @@ declare const VDialog: {
|
|
|
616
632
|
localTop: vue.ComputedRef<boolean>;
|
|
617
633
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
618
634
|
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
619
|
-
'
|
|
620
|
-
|
|
621
|
-
afterLeave: () => boolean;
|
|
635
|
+
'update:modelValue': (value: boolean) => true;
|
|
636
|
+
afterLeave: () => true;
|
|
622
637
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
623
638
|
style: vue.StyleValue;
|
|
624
639
|
disabled: boolean;
|
|
@@ -676,6 +691,7 @@ declare const VDialog: {
|
|
|
676
691
|
activator?: ((arg: {
|
|
677
692
|
isActive: boolean;
|
|
678
693
|
props: Record<string, any>;
|
|
694
|
+
targetRef: vue.Ref<any>;
|
|
679
695
|
}) => vue.VNodeChild) | undefined;
|
|
680
696
|
} | ((arg: {
|
|
681
697
|
isActive: vue.Ref<boolean>;
|
|
@@ -687,6 +703,7 @@ declare const VDialog: {
|
|
|
687
703
|
activator?: false | ((arg: {
|
|
688
704
|
isActive: boolean;
|
|
689
705
|
props: Record<string, any>;
|
|
706
|
+
targetRef: vue.Ref<any>;
|
|
690
707
|
}) => vue.VNodeChild) | undefined;
|
|
691
708
|
} | undefined;
|
|
692
709
|
} & {
|
|
@@ -696,11 +713,11 @@ declare const VDialog: {
|
|
|
696
713
|
"v-slot:activator"?: false | ((arg: {
|
|
697
714
|
isActive: boolean;
|
|
698
715
|
props: Record<string, any>;
|
|
716
|
+
targetRef: vue.Ref<any>;
|
|
699
717
|
}) => vue.VNodeChild) | undefined;
|
|
700
718
|
} & {
|
|
701
719
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
702
720
|
onAfterLeave?: (() => any) | undefined;
|
|
703
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
704
721
|
}, {
|
|
705
722
|
style: vue.StyleValue;
|
|
706
723
|
disabled: boolean;
|
|
@@ -741,6 +758,7 @@ declare const VDialog: {
|
|
|
741
758
|
activator: (arg: {
|
|
742
759
|
isActive: boolean;
|
|
743
760
|
props: Record<string, any>;
|
|
761
|
+
targetRef: vue.Ref<any>;
|
|
744
762
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
745
763
|
[key: string]: any;
|
|
746
764
|
}>[];
|
|
@@ -808,6 +826,7 @@ declare const VDialog: {
|
|
|
808
826
|
activator?: ((arg: {
|
|
809
827
|
isActive: boolean;
|
|
810
828
|
props: Record<string, any>;
|
|
829
|
+
targetRef: vue.Ref<any>;
|
|
811
830
|
}) => vue.VNodeChild) | undefined;
|
|
812
831
|
} | ((arg: {
|
|
813
832
|
isActive: vue.Ref<boolean>;
|
|
@@ -819,6 +838,7 @@ declare const VDialog: {
|
|
|
819
838
|
activator?: false | ((arg: {
|
|
820
839
|
isActive: boolean;
|
|
821
840
|
props: Record<string, any>;
|
|
841
|
+
targetRef: vue.Ref<any>;
|
|
822
842
|
}) => vue.VNodeChild) | undefined;
|
|
823
843
|
} | undefined;
|
|
824
844
|
} & {
|
|
@@ -828,11 +848,11 @@ declare const VDialog: {
|
|
|
828
848
|
"v-slot:activator"?: false | ((arg: {
|
|
829
849
|
isActive: boolean;
|
|
830
850
|
props: Record<string, any>;
|
|
851
|
+
targetRef: vue.Ref<any>;
|
|
831
852
|
}) => vue.VNodeChild) | undefined;
|
|
832
853
|
} & {
|
|
833
854
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
834
855
|
onAfterLeave?: (() => any) | undefined;
|
|
835
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
836
856
|
}, Omit<Omit<{
|
|
837
857
|
$: vue.ComponentInternalInstance;
|
|
838
858
|
$data: {};
|
|
@@ -914,6 +934,7 @@ declare const VDialog: {
|
|
|
914
934
|
activator?: ((arg: {
|
|
915
935
|
isActive: boolean;
|
|
916
936
|
props: Record<string, any>;
|
|
937
|
+
targetRef: vue.Ref<any>;
|
|
917
938
|
}) => vue.VNodeChild) | undefined;
|
|
918
939
|
} | ((arg: {
|
|
919
940
|
isActive: vue.Ref<boolean>;
|
|
@@ -925,6 +946,7 @@ declare const VDialog: {
|
|
|
925
946
|
activator?: false | ((arg: {
|
|
926
947
|
isActive: boolean;
|
|
927
948
|
props: Record<string, any>;
|
|
949
|
+
targetRef: vue.Ref<any>;
|
|
928
950
|
}) => vue.VNodeChild) | undefined;
|
|
929
951
|
} | undefined;
|
|
930
952
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -933,6 +955,7 @@ declare const VDialog: {
|
|
|
933
955
|
"v-slot:activator"?: false | ((arg: {
|
|
934
956
|
isActive: boolean;
|
|
935
957
|
props: Record<string, any>;
|
|
958
|
+
targetRef: vue.Ref<any>;
|
|
936
959
|
}) => vue.VNodeChild) | undefined;
|
|
937
960
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
938
961
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -991,6 +1014,7 @@ declare const VDialog: {
|
|
|
991
1014
|
activator?: ((arg: {
|
|
992
1015
|
isActive: boolean;
|
|
993
1016
|
props: Record<string, any>;
|
|
1017
|
+
targetRef: vue.Ref<any>;
|
|
994
1018
|
}) => vue.VNodeChild) | undefined;
|
|
995
1019
|
} | ((arg: {
|
|
996
1020
|
isActive: vue.Ref<boolean>;
|
|
@@ -1002,6 +1026,7 @@ declare const VDialog: {
|
|
|
1002
1026
|
activator?: false | ((arg: {
|
|
1003
1027
|
isActive: boolean;
|
|
1004
1028
|
props: Record<string, any>;
|
|
1029
|
+
targetRef: vue.Ref<any>;
|
|
1005
1030
|
}) => vue.VNodeChild) | undefined;
|
|
1006
1031
|
} | undefined;
|
|
1007
1032
|
} & {
|
|
@@ -1011,6 +1036,7 @@ declare const VDialog: {
|
|
|
1011
1036
|
"v-slot:activator"?: false | ((arg: {
|
|
1012
1037
|
isActive: boolean;
|
|
1013
1038
|
props: Record<string, any>;
|
|
1039
|
+
targetRef: vue.Ref<any>;
|
|
1014
1040
|
}) => vue.VNodeChild) | undefined;
|
|
1015
1041
|
} & {
|
|
1016
1042
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1033,6 +1059,7 @@ declare const VDialog: {
|
|
|
1033
1059
|
activator?: ((arg: {
|
|
1034
1060
|
isActive: boolean;
|
|
1035
1061
|
props: Record<string, any>;
|
|
1062
|
+
targetRef: vue.Ref<any>;
|
|
1036
1063
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1037
1064
|
[key: string]: any;
|
|
1038
1065
|
}>[]) | undefined;
|
|
@@ -1094,6 +1121,7 @@ declare const VDialog: {
|
|
|
1094
1121
|
activator?: ((arg: {
|
|
1095
1122
|
isActive: boolean;
|
|
1096
1123
|
props: Record<string, any>;
|
|
1124
|
+
targetRef: vue.Ref<any>;
|
|
1097
1125
|
}) => vue.VNodeChild) | undefined;
|
|
1098
1126
|
} | ((arg: {
|
|
1099
1127
|
isActive: vue.Ref<boolean>;
|
|
@@ -1105,6 +1133,7 @@ declare const VDialog: {
|
|
|
1105
1133
|
activator?: false | ((arg: {
|
|
1106
1134
|
isActive: boolean;
|
|
1107
1135
|
props: Record<string, any>;
|
|
1136
|
+
targetRef: vue.Ref<any>;
|
|
1108
1137
|
}) => vue.VNodeChild) | undefined;
|
|
1109
1138
|
} | undefined;
|
|
1110
1139
|
} & {
|
|
@@ -1114,6 +1143,7 @@ declare const VDialog: {
|
|
|
1114
1143
|
"v-slot:activator"?: false | ((arg: {
|
|
1115
1144
|
isActive: boolean;
|
|
1116
1145
|
props: Record<string, any>;
|
|
1146
|
+
targetRef: vue.Ref<any>;
|
|
1117
1147
|
}) => vue.VNodeChild) | undefined;
|
|
1118
1148
|
} & {
|
|
1119
1149
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1170,6 +1200,7 @@ declare const VDialog: {
|
|
|
1170
1200
|
activator: (arg: {
|
|
1171
1201
|
isActive: boolean;
|
|
1172
1202
|
props: Record<string, any>;
|
|
1203
|
+
targetRef: vue.Ref<any>;
|
|
1173
1204
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1174
1205
|
[key: string]: any;
|
|
1175
1206
|
}>[];
|
|
@@ -1246,6 +1277,7 @@ declare const VDialog: {
|
|
|
1246
1277
|
activator?: ((arg: {
|
|
1247
1278
|
isActive: boolean;
|
|
1248
1279
|
props: Record<string, any>;
|
|
1280
|
+
targetRef: vue.Ref<any>;
|
|
1249
1281
|
}) => vue.VNodeChild) | undefined;
|
|
1250
1282
|
} | ((arg: {
|
|
1251
1283
|
isActive: vue.Ref<boolean>;
|
|
@@ -1257,6 +1289,7 @@ declare const VDialog: {
|
|
|
1257
1289
|
activator?: false | ((arg: {
|
|
1258
1290
|
isActive: boolean;
|
|
1259
1291
|
props: Record<string, any>;
|
|
1292
|
+
targetRef: vue.Ref<any>;
|
|
1260
1293
|
}) => vue.VNodeChild) | undefined;
|
|
1261
1294
|
} | undefined;
|
|
1262
1295
|
} & {
|
|
@@ -1266,6 +1299,7 @@ declare const VDialog: {
|
|
|
1266
1299
|
"v-slot:activator"?: false | ((arg: {
|
|
1267
1300
|
isActive: boolean;
|
|
1268
1301
|
props: Record<string, any>;
|
|
1302
|
+
targetRef: vue.Ref<any>;
|
|
1269
1303
|
}) => vue.VNodeChild) | undefined;
|
|
1270
1304
|
} & {
|
|
1271
1305
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1373,6 +1407,7 @@ declare const VDialog: {
|
|
|
1373
1407
|
activator?: ((arg: {
|
|
1374
1408
|
isActive: boolean;
|
|
1375
1409
|
props: Record<string, any>;
|
|
1410
|
+
targetRef: vue.Ref<any>;
|
|
1376
1411
|
}) => vue.VNodeChild) | undefined;
|
|
1377
1412
|
} | ((arg: {
|
|
1378
1413
|
isActive: vue.Ref<boolean>;
|
|
@@ -1384,6 +1419,7 @@ declare const VDialog: {
|
|
|
1384
1419
|
activator?: false | ((arg: {
|
|
1385
1420
|
isActive: boolean;
|
|
1386
1421
|
props: Record<string, any>;
|
|
1422
|
+
targetRef: vue.Ref<any>;
|
|
1387
1423
|
}) => vue.VNodeChild) | undefined;
|
|
1388
1424
|
} | undefined;
|
|
1389
1425
|
} & {
|
|
@@ -1393,11 +1429,11 @@ declare const VDialog: {
|
|
|
1393
1429
|
"v-slot:activator"?: false | ((arg: {
|
|
1394
1430
|
isActive: boolean;
|
|
1395
1431
|
props: Record<string, any>;
|
|
1432
|
+
targetRef: vue.Ref<any>;
|
|
1396
1433
|
}) => vue.VNodeChild) | undefined;
|
|
1397
1434
|
} & {
|
|
1398
1435
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1399
1436
|
onAfterLeave?: (() => any) | undefined;
|
|
1400
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1401
1437
|
}, Omit<Omit<{
|
|
1402
1438
|
$: vue.ComponentInternalInstance;
|
|
1403
1439
|
$data: {};
|
|
@@ -1479,6 +1515,7 @@ declare const VDialog: {
|
|
|
1479
1515
|
activator?: ((arg: {
|
|
1480
1516
|
isActive: boolean;
|
|
1481
1517
|
props: Record<string, any>;
|
|
1518
|
+
targetRef: vue.Ref<any>;
|
|
1482
1519
|
}) => vue.VNodeChild) | undefined;
|
|
1483
1520
|
} | ((arg: {
|
|
1484
1521
|
isActive: vue.Ref<boolean>;
|
|
@@ -1490,6 +1527,7 @@ declare const VDialog: {
|
|
|
1490
1527
|
activator?: false | ((arg: {
|
|
1491
1528
|
isActive: boolean;
|
|
1492
1529
|
props: Record<string, any>;
|
|
1530
|
+
targetRef: vue.Ref<any>;
|
|
1493
1531
|
}) => vue.VNodeChild) | undefined;
|
|
1494
1532
|
} | undefined;
|
|
1495
1533
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1498,6 +1536,7 @@ declare const VDialog: {
|
|
|
1498
1536
|
"v-slot:activator"?: false | ((arg: {
|
|
1499
1537
|
isActive: boolean;
|
|
1500
1538
|
props: Record<string, any>;
|
|
1539
|
+
targetRef: vue.Ref<any>;
|
|
1501
1540
|
}) => vue.VNodeChild) | undefined;
|
|
1502
1541
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1503
1542
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -1556,6 +1595,7 @@ declare const VDialog: {
|
|
|
1556
1595
|
activator?: ((arg: {
|
|
1557
1596
|
isActive: boolean;
|
|
1558
1597
|
props: Record<string, any>;
|
|
1598
|
+
targetRef: vue.Ref<any>;
|
|
1559
1599
|
}) => vue.VNodeChild) | undefined;
|
|
1560
1600
|
} | ((arg: {
|
|
1561
1601
|
isActive: vue.Ref<boolean>;
|
|
@@ -1567,6 +1607,7 @@ declare const VDialog: {
|
|
|
1567
1607
|
activator?: false | ((arg: {
|
|
1568
1608
|
isActive: boolean;
|
|
1569
1609
|
props: Record<string, any>;
|
|
1610
|
+
targetRef: vue.Ref<any>;
|
|
1570
1611
|
}) => vue.VNodeChild) | undefined;
|
|
1571
1612
|
} | undefined;
|
|
1572
1613
|
} & {
|
|
@@ -1576,6 +1617,7 @@ declare const VDialog: {
|
|
|
1576
1617
|
"v-slot:activator"?: false | ((arg: {
|
|
1577
1618
|
isActive: boolean;
|
|
1578
1619
|
props: Record<string, any>;
|
|
1620
|
+
targetRef: vue.Ref<any>;
|
|
1579
1621
|
}) => vue.VNodeChild) | undefined;
|
|
1580
1622
|
} & {
|
|
1581
1623
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1598,6 +1640,7 @@ declare const VDialog: {
|
|
|
1598
1640
|
activator?: ((arg: {
|
|
1599
1641
|
isActive: boolean;
|
|
1600
1642
|
props: Record<string, any>;
|
|
1643
|
+
targetRef: vue.Ref<any>;
|
|
1601
1644
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1602
1645
|
[key: string]: any;
|
|
1603
1646
|
}>[]) | undefined;
|
|
@@ -1659,6 +1702,7 @@ declare const VDialog: {
|
|
|
1659
1702
|
activator?: ((arg: {
|
|
1660
1703
|
isActive: boolean;
|
|
1661
1704
|
props: Record<string, any>;
|
|
1705
|
+
targetRef: vue.Ref<any>;
|
|
1662
1706
|
}) => vue.VNodeChild) | undefined;
|
|
1663
1707
|
} | ((arg: {
|
|
1664
1708
|
isActive: vue.Ref<boolean>;
|
|
@@ -1670,6 +1714,7 @@ declare const VDialog: {
|
|
|
1670
1714
|
activator?: false | ((arg: {
|
|
1671
1715
|
isActive: boolean;
|
|
1672
1716
|
props: Record<string, any>;
|
|
1717
|
+
targetRef: vue.Ref<any>;
|
|
1673
1718
|
}) => vue.VNodeChild) | undefined;
|
|
1674
1719
|
} | undefined;
|
|
1675
1720
|
} & {
|
|
@@ -1679,6 +1724,7 @@ declare const VDialog: {
|
|
|
1679
1724
|
"v-slot:activator"?: false | ((arg: {
|
|
1680
1725
|
isActive: boolean;
|
|
1681
1726
|
props: Record<string, any>;
|
|
1727
|
+
targetRef: vue.Ref<any>;
|
|
1682
1728
|
}) => vue.VNodeChild) | undefined;
|
|
1683
1729
|
} & {
|
|
1684
1730
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1735,6 +1781,7 @@ declare const VDialog: {
|
|
|
1735
1781
|
activator: (arg: {
|
|
1736
1782
|
isActive: boolean;
|
|
1737
1783
|
props: Record<string, any>;
|
|
1784
|
+
targetRef: vue.Ref<any>;
|
|
1738
1785
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1739
1786
|
[key: string]: any;
|
|
1740
1787
|
}>[];
|
|
@@ -1811,6 +1858,7 @@ declare const VDialog: {
|
|
|
1811
1858
|
activator?: ((arg: {
|
|
1812
1859
|
isActive: boolean;
|
|
1813
1860
|
props: Record<string, any>;
|
|
1861
|
+
targetRef: vue.Ref<any>;
|
|
1814
1862
|
}) => vue.VNodeChild) | undefined;
|
|
1815
1863
|
} | ((arg: {
|
|
1816
1864
|
isActive: vue.Ref<boolean>;
|
|
@@ -1822,6 +1870,7 @@ declare const VDialog: {
|
|
|
1822
1870
|
activator?: false | ((arg: {
|
|
1823
1871
|
isActive: boolean;
|
|
1824
1872
|
props: Record<string, any>;
|
|
1873
|
+
targetRef: vue.Ref<any>;
|
|
1825
1874
|
}) => vue.VNodeChild) | undefined;
|
|
1826
1875
|
} | undefined;
|
|
1827
1876
|
} & {
|
|
@@ -1831,6 +1880,7 @@ declare const VDialog: {
|
|
|
1831
1880
|
"v-slot:activator"?: false | ((arg: {
|
|
1832
1881
|
isActive: boolean;
|
|
1833
1882
|
props: Record<string, any>;
|
|
1883
|
+
targetRef: vue.Ref<any>;
|
|
1834
1884
|
}) => vue.VNodeChild) | undefined;
|
|
1835
1885
|
} & {
|
|
1836
1886
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1847,9 +1897,8 @@ declare const VDialog: {
|
|
|
1847
1897
|
localTop: vue.ComputedRef<boolean>;
|
|
1848
1898
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1849
1899
|
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1850
|
-
'
|
|
1851
|
-
|
|
1852
|
-
afterLeave: () => boolean;
|
|
1900
|
+
'update:modelValue': (value: boolean) => true;
|
|
1901
|
+
afterLeave: () => true;
|
|
1853
1902
|
}, string, {
|
|
1854
1903
|
style: vue.StyleValue;
|
|
1855
1904
|
disabled: boolean;
|
|
@@ -1890,6 +1939,7 @@ declare const VDialog: {
|
|
|
1890
1939
|
activator: (arg: {
|
|
1891
1940
|
isActive: boolean;
|
|
1892
1941
|
props: Record<string, any>;
|
|
1942
|
+
targetRef: vue.Ref<any>;
|
|
1893
1943
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1894
1944
|
[key: string]: any;
|
|
1895
1945
|
}>[];
|
|
@@ -1,51 +1,52 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-divider
|
|
6
|
+
display: block
|
|
7
|
+
flex: $divider-flex
|
|
8
|
+
height: 0px
|
|
9
|
+
max-height: 0px
|
|
10
|
+
opacity: $divider-opacity
|
|
11
|
+
transition: inherit
|
|
12
|
+
|
|
13
|
+
@include tools.border($divider-border...)
|
|
14
|
+
|
|
15
|
+
&--vertical
|
|
16
|
+
align-self: stretch
|
|
17
|
+
border-width: $divider-vertical-border-width
|
|
18
|
+
display: inline-flex
|
|
19
|
+
height: 100%
|
|
20
|
+
margin-left: $divider-vertical-margin-left
|
|
21
|
+
max-height: 100%
|
|
22
|
+
max-width: 0px
|
|
23
|
+
vertical-align: text-bottom
|
|
24
|
+
width: 0px
|
|
25
|
+
|
|
26
|
+
&--inset
|
|
27
|
+
&:not(.v-divider--vertical)
|
|
28
|
+
max-width: $divider-inset-max-width
|
|
29
|
+
margin-inline-start: $divider-inset-margin
|
|
30
|
+
|
|
31
|
+
&.v-divider--vertical
|
|
32
|
+
margin-bottom: $divider-vertical-inset-margin-bottom
|
|
33
|
+
margin-top: $divider-vertical-inset-margin-top
|
|
34
|
+
max-height: $divider-vertical-inset-max-height
|
|
35
|
+
|
|
36
|
+
.v-divider__content
|
|
37
|
+
padding: $divider-content-padding
|
|
38
|
+
|
|
39
|
+
.v-divider__wrapper--vertical &
|
|
40
|
+
padding: $divider-content-vertical-padding
|
|
41
|
+
|
|
42
|
+
.v-divider__wrapper
|
|
43
|
+
display: flex
|
|
44
|
+
align-items: center
|
|
45
|
+
justify-content: center
|
|
46
|
+
|
|
47
|
+
&--vertical
|
|
48
|
+
flex-direction: column
|
|
49
|
+
height: 100%
|
|
50
|
+
|
|
51
|
+
.v-divider
|
|
52
|
+
margin: 0 auto
|