vuetify 3.2.5 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +2503 -2151
- package/dist/json/importMap-labs.json +12 -4
- package/dist/json/importMap.json +22 -22
- package/dist/json/tags.json +107 -9
- package/dist/json/web-types.json +10785 -7110
- package/dist/vuetify-labs.css +676 -570
- package/dist/vuetify-labs.d.ts +33308 -18176
- package/dist/vuetify-labs.esm.js +1466 -934
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1465 -933
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +237 -163
- package/dist/vuetify.d.ts +23935 -13654
- package/dist/vuetify.esm.js +477 -300
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +476 -299
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +811 -806
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/{index.d.ts → index.d.mts} +240 -77
- package/lib/components/VApp/{index.d.ts → index.d.mts} +65 -20
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +316 -128
- package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
- package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
- package/lib/components/VAutocomplete/index.d.mts +2048 -0
- package/lib/components/VAvatar/{index.d.ts → index.d.mts} +70 -31
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBadge/{index.d.ts → index.d.mts} +87 -44
- package/lib/components/VBanner/{index.d.ts → index.d.mts} +227 -68
- package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +78 -46
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +312 -212
- package/lib/components/VBtn/{index.d.ts → index.d.mts} +113 -55
- package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +69 -28
- package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +73 -36
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/{index.d.ts → index.d.mts} +902 -508
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/{index.d.ts → index.d.mts} +503 -126
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +336 -153
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/{index.d.ts → index.d.mts} +354 -91
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +470 -0
- package/lib/components/VCode/{index.d.ts → index.d.mts} +63 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +15 -9
- package/lib/components/VCombobox/VCombobox.mjs +82 -37
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +15 -11
- package/lib/components/VCombobox/index.d.mts +2060 -0
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/{index.d.ts → index.d.mts} +94 -50
- package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +67 -21
- package/lib/components/VDialog/{index.d.ts → index.d.mts} +457 -321
- package/lib/components/VDivider/{index.d.ts → index.d.mts} +66 -22
- package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +304 -116
- package/lib/components/VField/VField.css +49 -16
- package/lib/components/VField/VField.mjs +12 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +40 -11
- package/lib/components/VField/_variables.scss +8 -2
- package/lib/components/VField/index.d.mts +682 -0
- package/lib/components/VFileInput/VFileInput.css +3 -0
- package/lib/components/VFileInput/VFileInput.mjs +7 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +6 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +938 -419
- package/lib/components/VFooter/{index.d.ts → index.d.mts} +70 -30
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +993 -0
- package/lib/components/VGrid/{index.d.ts → index.d.mts} +280 -110
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/{index.d.ts → index.d.mts} +97 -42
- package/lib/components/VIcon/{index.d.ts → index.d.mts} +292 -83
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +150 -41
- package/lib/components/VInput/VInput.css +10 -4
- package/lib/components/VInput/VInput.mjs +9 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +7 -2
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VInput/{index.d.ts → index.d.mts} +211 -95
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +781 -0
- package/lib/components/VKbd/{index.d.ts → index.d.mts} +63 -18
- package/lib/components/VLabel/{index.d.ts → index.d.mts} +64 -19
- package/lib/components/VLayout/{index.d.ts → index.d.mts} +131 -44
- package/lib/components/VLazy/{index.d.ts → index.d.mts} +67 -28
- package/lib/components/VList/VList.mjs +6 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +4 -8
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +11 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +1148 -686
- package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +65 -20
- package/lib/components/VMain/{index.d.ts → index.d.mts} +64 -20
- package/lib/components/VMenu/{index.d.ts → index.d.mts} +453 -315
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/{index.d.ts → index.d.mts} +73 -36
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +113 -59
- package/lib/components/VOverlay/{index.d.ts → index.d.mts} +123 -79
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/{index.d.ts → index.d.mts} +218 -146
- package/lib/components/VParallax/{index.d.ts → index.d.mts} +91 -19
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +137 -50
- package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +92 -53
- package/lib/components/VRadio/{index.d.ts → index.d.mts} +109 -46
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +223 -99
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +281 -136
- package/lib/components/VRating/{index.d.ts → index.d.mts} +90 -51
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +4 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +80 -17
- package/lib/components/VSelect/VSelect.css +15 -9
- package/lib/components/VSelect/VSelect.mjs +23 -18
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +14 -11
- package/lib/components/VSelect/index.d.mts +1986 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +195 -183
- package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +75 -39
- package/lib/components/VSheet/{index.d.ts → index.d.mts} +66 -22
- package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +178 -63
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +276 -130
- package/lib/components/VSlider/slider.mjs +8 -2
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +457 -314
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +238 -107
- package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +69 -28
- package/lib/components/VTable/{index.d.ts → index.d.mts} +98 -30
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/{index.d.ts → index.d.mts} +173 -115
- package/lib/components/VTextField/VTextField.css +9 -1
- package/lib/components/VTextField/VTextField.mjs +4 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +8 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +1430 -871
- package/lib/components/VTextarea/VTextarea.mjs +13 -4
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +849 -416
- package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +65 -21
- package/lib/components/VTimeline/{index.d.ts → index.d.mts} +165 -66
- package/lib/components/VToolbar/{index.d.ts → index.d.mts} +260 -80
- package/lib/components/VTooltip/{index.d.ts → index.d.mts} +454 -313
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +634 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +229 -0
- package/lib/components/VWindow/{index.d.ts → index.d.mts} +200 -73
- package/lib/components/{index.d.ts → index.d.mts} +24064 -13789
- package/lib/components/index.mjs +2 -3
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/{index.d.ts → index.d.mts} +1090 -371
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +5 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/{items.mjs → list-items.mjs} +9 -6
- package/lib/composables/list-items.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -2
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +44 -16
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +14 -8
- package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
- package/lib/labs/VBottomSheet/_variables.scss +5 -0
- package/lib/labs/VBottomSheet/index.d.mts +871 -0
- package/lib/labs/VBottomSheet/index.mjs +2 -0
- package/lib/labs/VBottomSheet/index.mjs.map +1 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
- package/lib/labs/VDataIterator/composables/items.mjs +37 -0
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
- package/lib/labs/VDataIterator/index.d.mts +704 -0
- package/lib/labs/VDataIterator/index.mjs +2 -0
- package/lib/labs/VDataIterator/index.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTable.mjs +58 -20
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +8 -6
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +2 -3
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +31 -32
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +3 -3
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +17 -17
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +9681 -0
- package/lib/labs/VDataTable/index.mjs +1 -1
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +136 -61
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +77 -32
- package/lib/labs/components.d.mts +11806 -0
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +70 -0
- package/lib/labs/date/index.mjs +1 -1
- package/lib/labs/date/index.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -18
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +13 -9
- package/lib/components/VAutocomplete/index.d.ts +0 -2114
- package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
- package/lib/components/VBottomSheet/_variables.scss +0 -3
- package/lib/components/VBottomSheet/index.mjs +0 -4
- package/lib/components/VBottomSheet/index.mjs.map +0 -1
- package/lib/components/VChipGroup/index.d.ts +0 -296
- package/lib/components/VCombobox/index.d.ts +0 -2150
- package/lib/components/VData/VData.mjs +0 -374
- package/lib/components/VData/VData.mjs.map +0 -1
- package/lib/components/VData/index.mjs +0 -4
- package/lib/components/VData/index.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
- package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.sass +0 -71
- package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
- package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
- package/lib/components/VDataIterator/_variables.scss +0 -13
- package/lib/components/VDataIterator/index.mjs +0 -10
- package/lib/components/VDataIterator/index.mjs.map +0 -1
- package/lib/components/VField/index.d.ts +0 -583
- package/lib/components/VForm/index.d.ts +0 -300
- package/lib/components/VItemGroup/index.d.ts +0 -428
- package/lib/components/VSelect/index.d.ts +0 -2045
- package/lib/components/VValidation/index.d.ts +0 -259
- package/lib/components/VVirtualScroll/index.d.ts +0 -201
- package/lib/composables/items.mjs.map +0 -1
- package/lib/labs/VDataTable/index.d.ts +0 -6307
- package/lib/labs/components.d.ts +0 -6885
- package/lib/labs/date/index.d.ts +0 -38
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
|
@@ -9,30 +9,64 @@ declare const VContainer: {
|
|
|
9
9
|
new (...args: any[]): {
|
|
10
10
|
$: vue.ComponentInternalInstance;
|
|
11
11
|
$data: {};
|
|
12
|
-
$props:
|
|
13
|
-
style
|
|
14
|
-
tag
|
|
15
|
-
fluid
|
|
16
|
-
|
|
17
|
-
style: vue.StyleValue;
|
|
18
|
-
tag: string;
|
|
19
|
-
fluid: boolean;
|
|
20
|
-
} & {
|
|
12
|
+
$props: {
|
|
13
|
+
style?: vue.StyleValue | undefined;
|
|
14
|
+
tag?: string | undefined;
|
|
15
|
+
fluid?: boolean | undefined;
|
|
16
|
+
key?: string | number | symbol | undefined;
|
|
21
17
|
class?: any;
|
|
22
|
-
} & {
|
|
23
18
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
24
19
|
default?: (() => vue.VNodeChild) | undefined;
|
|
25
20
|
};
|
|
21
|
+
ref?: vue.VNodeRef | undefined;
|
|
22
|
+
ref_for?: boolean | undefined;
|
|
23
|
+
ref_key?: string | undefined;
|
|
24
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
26
25
|
'v-slots'?: {
|
|
27
26
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
28
27
|
} | undefined;
|
|
29
|
-
} & {
|
|
30
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
31
|
-
} & {
|
|
32
28
|
$slots?: {
|
|
33
29
|
default?: (() => vue.VNodeChild) | undefined;
|
|
34
30
|
} | undefined;
|
|
35
|
-
|
|
31
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
}>) => void)[] | undefined;
|
|
36
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}>) => void)[] | undefined;
|
|
41
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}>) => void)[] | undefined;
|
|
50
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
}>) => void)[] | undefined;
|
|
59
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
}>) => void)[] | undefined;
|
|
64
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
}>) => void)[] | undefined;
|
|
69
|
+
};
|
|
36
70
|
$attrs: {
|
|
37
71
|
[x: string]: unknown;
|
|
38
72
|
};
|
|
@@ -40,10 +74,12 @@ declare const VContainer: {
|
|
|
40
74
|
[x: string]: unknown;
|
|
41
75
|
};
|
|
42
76
|
$slots: Readonly<{
|
|
43
|
-
|
|
77
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
}>[]) | undefined;
|
|
44
80
|
}>;
|
|
45
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
46
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
81
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
82
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
47
83
|
$emit: (event: string, ...args: any[]) => void;
|
|
48
84
|
$el: any;
|
|
49
85
|
$options: vue.ComponentOptionsBase<{
|
|
@@ -69,7 +105,11 @@ declare const VContainer: {
|
|
|
69
105
|
style: vue.StyleValue;
|
|
70
106
|
tag: string;
|
|
71
107
|
fluid: boolean;
|
|
72
|
-
}, {}, string
|
|
108
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
109
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
110
|
+
[key: string]: any;
|
|
111
|
+
}>[];
|
|
112
|
+
}>>> & {
|
|
73
113
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
74
114
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
75
115
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -84,7 +124,7 @@ declare const VContainer: {
|
|
|
84
124
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
85
125
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
86
126
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
87
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
127
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
88
128
|
};
|
|
89
129
|
$forceUpdate: () => void;
|
|
90
130
|
$nextTick: typeof vue.nextTick;
|
|
@@ -135,7 +175,11 @@ declare const VContainer: {
|
|
|
135
175
|
style: vue.StyleValue;
|
|
136
176
|
tag: string;
|
|
137
177
|
fluid: boolean;
|
|
138
|
-
}, {}, string
|
|
178
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
179
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
180
|
+
[key: string]: any;
|
|
181
|
+
}>[];
|
|
182
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
139
183
|
tag: {
|
|
140
184
|
type: StringConstructor;
|
|
141
185
|
default: string;
|
|
@@ -170,22 +214,66 @@ declare const VCol: {
|
|
|
170
214
|
new (...args: any[]): {
|
|
171
215
|
$: vue.ComponentInternalInstance;
|
|
172
216
|
$data: {};
|
|
173
|
-
$props:
|
|
174
|
-
offset
|
|
175
|
-
alignSelf
|
|
176
|
-
order
|
|
177
|
-
style
|
|
178
|
-
tag
|
|
179
|
-
cols
|
|
180
|
-
|
|
181
|
-
offset: string | number;
|
|
182
|
-
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
183
|
-
order: string | number;
|
|
184
|
-
style: vue.StyleValue;
|
|
185
|
-
tag: string;
|
|
186
|
-
cols: string | number | boolean;
|
|
187
|
-
} & {
|
|
217
|
+
$props: {
|
|
218
|
+
offset?: string | number | undefined;
|
|
219
|
+
alignSelf?: "auto" | "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
220
|
+
order?: string | number | undefined;
|
|
221
|
+
style?: vue.StyleValue | undefined;
|
|
222
|
+
tag?: string | undefined;
|
|
223
|
+
cols?: string | number | boolean | undefined;
|
|
224
|
+
key?: string | number | symbol | undefined;
|
|
188
225
|
class?: any;
|
|
226
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
227
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
228
|
+
};
|
|
229
|
+
ref?: vue.VNodeRef | undefined;
|
|
230
|
+
ref_for?: boolean | undefined;
|
|
231
|
+
ref_key?: string | undefined;
|
|
232
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
233
|
+
'v-slots'?: {
|
|
234
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
235
|
+
} | undefined;
|
|
236
|
+
$slots?: {
|
|
237
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
238
|
+
} | undefined;
|
|
239
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
240
|
+
[key: string]: any;
|
|
241
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
242
|
+
[key: string]: any;
|
|
243
|
+
}>) => void)[] | undefined;
|
|
244
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
245
|
+
[key: string]: any;
|
|
246
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
247
|
+
[key: string]: any;
|
|
248
|
+
}>) => void)[] | undefined;
|
|
249
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
250
|
+
[key: string]: any;
|
|
251
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
252
|
+
[key: string]: any;
|
|
253
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
254
|
+
[key: string]: any;
|
|
255
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
256
|
+
[key: string]: any;
|
|
257
|
+
}>) => void)[] | undefined;
|
|
258
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
259
|
+
[key: string]: any;
|
|
260
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
261
|
+
[key: string]: any;
|
|
262
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
263
|
+
[key: string]: any;
|
|
264
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
265
|
+
[key: string]: any;
|
|
266
|
+
}>) => void)[] | undefined;
|
|
267
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
268
|
+
[key: string]: any;
|
|
269
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
270
|
+
[key: string]: any;
|
|
271
|
+
}>) => void)[] | undefined;
|
|
272
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
273
|
+
[key: string]: any;
|
|
274
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
275
|
+
[key: string]: any;
|
|
276
|
+
}>) => void)[] | undefined;
|
|
189
277
|
sm?: string | number | boolean | undefined;
|
|
190
278
|
md?: string | number | boolean | undefined;
|
|
191
279
|
lg?: string | number | boolean | undefined;
|
|
@@ -201,20 +289,7 @@ declare const VCol: {
|
|
|
201
289
|
orderLg?: string | number | undefined;
|
|
202
290
|
orderXl?: string | number | undefined;
|
|
203
291
|
orderXxl?: string | number | undefined;
|
|
204
|
-
}
|
|
205
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
206
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
207
|
-
};
|
|
208
|
-
'v-slots'?: {
|
|
209
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
} & {
|
|
212
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
213
|
-
} & {
|
|
214
|
-
$slots?: {
|
|
215
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
216
|
-
} | undefined;
|
|
217
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "offset" | "alignSelf" | "order" | "style" | "tag" | "cols">;
|
|
292
|
+
};
|
|
218
293
|
$attrs: {
|
|
219
294
|
[x: string]: unknown;
|
|
220
295
|
};
|
|
@@ -222,10 +297,12 @@ declare const VCol: {
|
|
|
222
297
|
[x: string]: unknown;
|
|
223
298
|
};
|
|
224
299
|
$slots: Readonly<{
|
|
225
|
-
|
|
300
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
301
|
+
[key: string]: any;
|
|
302
|
+
}>[]) | undefined;
|
|
226
303
|
}>;
|
|
227
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
228
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
304
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
305
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
229
306
|
$emit: (event: string, ...args: any[]) => void;
|
|
230
307
|
$el: any;
|
|
231
308
|
$options: vue.ComponentOptionsBase<{
|
|
@@ -274,7 +351,11 @@ declare const VCol: {
|
|
|
274
351
|
style: vue.StyleValue;
|
|
275
352
|
tag: string;
|
|
276
353
|
cols: string | number | boolean;
|
|
277
|
-
}, {}, string
|
|
354
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
355
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
356
|
+
[key: string]: any;
|
|
357
|
+
}>[];
|
|
358
|
+
}>>> & {
|
|
278
359
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
279
360
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
280
361
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -289,7 +370,7 @@ declare const VCol: {
|
|
|
289
370
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
290
371
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
291
372
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
292
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
373
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
293
374
|
};
|
|
294
375
|
$forceUpdate: () => void;
|
|
295
376
|
$nextTick: typeof vue.nextTick;
|
|
@@ -383,7 +464,11 @@ declare const VCol: {
|
|
|
383
464
|
style: vue.StyleValue;
|
|
384
465
|
tag: string;
|
|
385
466
|
cols: string | number | boolean;
|
|
386
|
-
}, {}, string
|
|
467
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
468
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
469
|
+
[key: string]: any;
|
|
470
|
+
}>[];
|
|
471
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
387
472
|
tag: {
|
|
388
473
|
type: StringConstructor;
|
|
389
474
|
default: string;
|
|
@@ -474,24 +559,67 @@ declare const VRow: {
|
|
|
474
559
|
new (...args: any[]): {
|
|
475
560
|
$: vue.ComponentInternalInstance;
|
|
476
561
|
$data: {};
|
|
477
|
-
$props:
|
|
478
|
-
alignContent
|
|
479
|
-
style
|
|
480
|
-
tag
|
|
481
|
-
dense
|
|
482
|
-
justify
|
|
483
|
-
align
|
|
484
|
-
noGutters
|
|
485
|
-
|
|
486
|
-
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
487
|
-
style: vue.StyleValue;
|
|
488
|
-
tag: string;
|
|
489
|
-
dense: boolean;
|
|
490
|
-
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
491
|
-
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
492
|
-
noGutters: boolean;
|
|
493
|
-
} & {
|
|
562
|
+
$props: {
|
|
563
|
+
alignContent?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
564
|
+
style?: vue.StyleValue | undefined;
|
|
565
|
+
tag?: string | undefined;
|
|
566
|
+
dense?: boolean | undefined;
|
|
567
|
+
justify?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
568
|
+
align?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
569
|
+
noGutters?: boolean | undefined;
|
|
570
|
+
key?: string | number | symbol | undefined;
|
|
494
571
|
class?: any;
|
|
572
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
573
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
574
|
+
};
|
|
575
|
+
ref?: vue.VNodeRef | undefined;
|
|
576
|
+
ref_for?: boolean | undefined;
|
|
577
|
+
ref_key?: string | undefined;
|
|
578
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
579
|
+
'v-slots'?: {
|
|
580
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
581
|
+
} | undefined;
|
|
582
|
+
$slots?: {
|
|
583
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
584
|
+
} | undefined;
|
|
585
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
586
|
+
[key: string]: any;
|
|
587
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
588
|
+
[key: string]: any;
|
|
589
|
+
}>) => void)[] | undefined;
|
|
590
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
591
|
+
[key: string]: any;
|
|
592
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
593
|
+
[key: string]: any;
|
|
594
|
+
}>) => void)[] | undefined;
|
|
595
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
596
|
+
[key: string]: any;
|
|
597
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
598
|
+
[key: string]: any;
|
|
599
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
600
|
+
[key: string]: any;
|
|
601
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
602
|
+
[key: string]: any;
|
|
603
|
+
}>) => void)[] | undefined;
|
|
604
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
605
|
+
[key: string]: any;
|
|
606
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
607
|
+
[key: string]: any;
|
|
608
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
609
|
+
[key: string]: any;
|
|
610
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
611
|
+
[key: string]: any;
|
|
612
|
+
}>) => void)[] | undefined;
|
|
613
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
614
|
+
[key: string]: any;
|
|
615
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
616
|
+
[key: string]: any;
|
|
617
|
+
}>) => void)[] | undefined;
|
|
618
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
619
|
+
[key: string]: any;
|
|
620
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
621
|
+
[key: string]: any;
|
|
622
|
+
}>) => void)[] | undefined;
|
|
495
623
|
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
496
624
|
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
497
625
|
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
@@ -507,20 +635,7 @@ declare const VRow: {
|
|
|
507
635
|
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
508
636
|
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
509
637
|
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
510
|
-
}
|
|
511
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
512
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
513
|
-
};
|
|
514
|
-
'v-slots'?: {
|
|
515
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
516
|
-
} | undefined;
|
|
517
|
-
} & {
|
|
518
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
519
|
-
} & {
|
|
520
|
-
$slots?: {
|
|
521
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
522
|
-
} | undefined;
|
|
523
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "alignContent" | "style" | "tag" | "dense" | "justify" | "align" | "noGutters">;
|
|
638
|
+
};
|
|
524
639
|
$attrs: {
|
|
525
640
|
[x: string]: unknown;
|
|
526
641
|
};
|
|
@@ -528,10 +643,12 @@ declare const VRow: {
|
|
|
528
643
|
[x: string]: unknown;
|
|
529
644
|
};
|
|
530
645
|
$slots: Readonly<{
|
|
531
|
-
|
|
646
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
647
|
+
[key: string]: any;
|
|
648
|
+
}>[]) | undefined;
|
|
532
649
|
}>;
|
|
533
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
534
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
650
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
651
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
535
652
|
$emit: (event: string, ...args: any[]) => void;
|
|
536
653
|
$el: any;
|
|
537
654
|
$options: vue.ComponentOptionsBase<{
|
|
@@ -582,7 +699,11 @@ declare const VRow: {
|
|
|
582
699
|
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
583
700
|
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
584
701
|
noGutters: boolean;
|
|
585
|
-
}, {}, string
|
|
702
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
703
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
704
|
+
[key: string]: any;
|
|
705
|
+
}>[];
|
|
706
|
+
}>>> & {
|
|
586
707
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
587
708
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
588
709
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -597,7 +718,7 @@ declare const VRow: {
|
|
|
597
718
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
598
719
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
599
720
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
600
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
721
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
601
722
|
};
|
|
602
723
|
$forceUpdate: () => void;
|
|
603
724
|
$nextTick: typeof vue.nextTick;
|
|
@@ -694,7 +815,11 @@ declare const VRow: {
|
|
|
694
815
|
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
695
816
|
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
696
817
|
noGutters: boolean;
|
|
697
|
-
}, {}, string
|
|
818
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
819
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
820
|
+
[key: string]: any;
|
|
821
|
+
}>[];
|
|
822
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
698
823
|
tag: {
|
|
699
824
|
type: StringConstructor;
|
|
700
825
|
default: string;
|
|
@@ -785,28 +910,63 @@ declare const VSpacer: {
|
|
|
785
910
|
new (...args: any[]): {
|
|
786
911
|
$: vue.ComponentInternalInstance;
|
|
787
912
|
$data: {};
|
|
788
|
-
$props:
|
|
789
|
-
style
|
|
790
|
-
tag
|
|
791
|
-
|
|
792
|
-
style: vue.StyleValue;
|
|
793
|
-
tag: string;
|
|
794
|
-
} & {
|
|
913
|
+
$props: {
|
|
914
|
+
style?: vue.StyleValue | undefined;
|
|
915
|
+
tag?: string | undefined;
|
|
916
|
+
key?: string | number | symbol | undefined;
|
|
795
917
|
class?: any;
|
|
796
|
-
} & {
|
|
797
918
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
798
919
|
default?: (() => vue.VNodeChild) | undefined;
|
|
799
920
|
};
|
|
921
|
+
ref?: vue.VNodeRef | undefined;
|
|
922
|
+
ref_for?: boolean | undefined;
|
|
923
|
+
ref_key?: string | undefined;
|
|
924
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
800
925
|
'v-slots'?: {
|
|
801
926
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
802
927
|
} | undefined;
|
|
803
|
-
} & {
|
|
804
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
805
|
-
} & {
|
|
806
928
|
$slots?: {
|
|
807
929
|
default?: (() => vue.VNodeChild) | undefined;
|
|
808
930
|
} | undefined;
|
|
809
|
-
|
|
931
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
932
|
+
[key: string]: any;
|
|
933
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
934
|
+
[key: string]: any;
|
|
935
|
+
}>) => void)[] | undefined;
|
|
936
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
937
|
+
[key: string]: any;
|
|
938
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
939
|
+
[key: string]: any;
|
|
940
|
+
}>) => void)[] | undefined;
|
|
941
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
942
|
+
[key: string]: any;
|
|
943
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
944
|
+
[key: string]: any;
|
|
945
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
946
|
+
[key: string]: any;
|
|
947
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
948
|
+
[key: string]: any;
|
|
949
|
+
}>) => void)[] | undefined;
|
|
950
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
951
|
+
[key: string]: any;
|
|
952
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
953
|
+
[key: string]: any;
|
|
954
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
955
|
+
[key: string]: any;
|
|
956
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
957
|
+
[key: string]: any;
|
|
958
|
+
}>) => void)[] | undefined;
|
|
959
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
960
|
+
[key: string]: any;
|
|
961
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
962
|
+
[key: string]: any;
|
|
963
|
+
}>) => void)[] | undefined;
|
|
964
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
965
|
+
[key: string]: any;
|
|
966
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
967
|
+
[key: string]: any;
|
|
968
|
+
}>) => void)[] | undefined;
|
|
969
|
+
};
|
|
810
970
|
$attrs: {
|
|
811
971
|
[x: string]: unknown;
|
|
812
972
|
};
|
|
@@ -814,10 +974,12 @@ declare const VSpacer: {
|
|
|
814
974
|
[x: string]: unknown;
|
|
815
975
|
};
|
|
816
976
|
$slots: Readonly<{
|
|
817
|
-
|
|
977
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
978
|
+
[key: string]: any;
|
|
979
|
+
}>[]) | undefined;
|
|
818
980
|
}>;
|
|
819
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
820
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
981
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
982
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
821
983
|
$emit: (event: string, ...args: any[]) => void;
|
|
822
984
|
$el: any;
|
|
823
985
|
$options: vue.ComponentOptionsBase<{
|
|
@@ -843,7 +1005,11 @@ declare const VSpacer: {
|
|
|
843
1005
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
844
1006
|
style: vue.StyleValue;
|
|
845
1007
|
tag: string;
|
|
846
|
-
}, {}, string
|
|
1008
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
1009
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1010
|
+
[key: string]: any;
|
|
1011
|
+
}>[];
|
|
1012
|
+
}>>> & {
|
|
847
1013
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
848
1014
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
849
1015
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -858,7 +1024,7 @@ declare const VSpacer: {
|
|
|
858
1024
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
859
1025
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
860
1026
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
861
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
1027
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
862
1028
|
};
|
|
863
1029
|
$forceUpdate: () => void;
|
|
864
1030
|
$nextTick: typeof vue.nextTick;
|
|
@@ -910,7 +1076,11 @@ declare const VSpacer: {
|
|
|
910
1076
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
911
1077
|
style: vue.StyleValue;
|
|
912
1078
|
tag: string;
|
|
913
|
-
}, {}, string
|
|
1079
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
1080
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1081
|
+
[key: string]: any;
|
|
1082
|
+
}>[];
|
|
1083
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
914
1084
|
class: vue.PropType<any>;
|
|
915
1085
|
style: {
|
|
916
1086
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VHover.mjs","names":["makeDelayProps","useDelay","useProxiedModel","genericComponent","propsFactory","makeVHoverProps","disabled","Boolean","modelValue","type","default","undefined","VHover","name","props","emits","value","setup","_ref","slots","isHovering","runOpenDelay","runCloseDelay","onMouseenter","onMouseleave"],"sources":["../../../src/components/VHover/VHover.tsx"],"sourcesContent":["// Composables\nimport { makeDelayProps, useDelay } from '@/composables/delay'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { genericComponent, propsFactory } from '@/util'\n\ntype VHoverSlots = {\n default: [{\n isHovering: boolean\n props: Record<string, unknown>\n }]\n}\n\nexport const makeVHoverProps = propsFactory({\n disabled: Boolean,\n modelValue: {\n type: Boolean,\n default: undefined,\n },\n\n ...makeDelayProps(),\n}, 'v-hover')\n\nexport const VHover = genericComponent<VHoverSlots>()({\n name: 'VHover',\n\n props: makeVHoverProps(),\n\n emits: {\n 'update:modelValue': (value: boolean) => true,\n },\n\n setup (props, { slots }) {\n const isHovering = useProxiedModel(props, 'modelValue')\n const { runOpenDelay, runCloseDelay } = useDelay(props, value => !props.disabled && (isHovering.value = value))\n\n return () => slots.default?.({\n isHovering: isHovering.value,\n props: {\n onMouseenter: runOpenDelay,\n onMouseleave: runCloseDelay,\n },\n })\n },\n})\n\nexport type VHover = InstanceType<typeof VHover>\n"],"mappings":"AAAA;AAAA,SACSA,cAAc,EAAEC,QAAQ;AAAA,SACxBC,eAAe,8CAExB;AAAA,SACSC,gBAAgB,EAAEC,YAAY;AASvC,OAAO,MAAMC,eAAe,GAAGD,YAAY,CAAC;EAC1CE,QAAQ,EAAEC,OAAO;EACjBC,UAAU,EAAE;IACVC,IAAI,EAAEF,OAAO;IACbG,OAAO,EAAEC;EACX,CAAC;EAED,GAAGX,cAAc;AACnB,CAAC,EAAE,SAAS,CAAC;AAEb,OAAO,MAAMY,MAAM,GAAGT,gBAAgB,EAAe,CAAC;EACpDU,IAAI,EAAE,QAAQ;EAEdC,KAAK,EAAET,eAAe,EAAE;EAExBU,KAAK,EAAE;IACL,mBAAmB,EAAGC,KAAc,IAAK;EAC3C,CAAC;EAEDC,KAAKA,CAAEH,KAAK,EAAAI,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAME,UAAU,GAAGlB,eAAe,CAACY,KAAK,EAAE,YAAY,CAAC;IACvD,MAAM;MAAEO,YAAY;MAAEC;IAAc,CAAC,GAAGrB,QAAQ,CAACa,KAAK,EAAEE,KAAK,IAAI,CAACF,KAAK,CAACR,QAAQ,KAAKc,UAAU,CAACJ,KAAK,GAAGA,KAAK,CAAC,CAAC;IAE/G,OAAO,MAAMG,KAAK,CAACT,OAAO,GAAG;MAC3BU,UAAU,EAAEA,UAAU,CAACJ,KAAK;MAC5BF,KAAK,EAAE;QACLS,YAAY,EAAEF,YAAY;QAC1BG,YAAY,EAAEF;MAChB;IACF,CAAC,CAAC;EACJ;AACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"VHover.mjs","names":["makeDelayProps","useDelay","useProxiedModel","genericComponent","propsFactory","makeVHoverProps","disabled","Boolean","modelValue","type","default","undefined","VHover","name","props","emits","value","setup","_ref","slots","isHovering","runOpenDelay","runCloseDelay","onMouseenter","onMouseleave"],"sources":["../../../src/components/VHover/VHover.tsx"],"sourcesContent":["// Composables\nimport { makeDelayProps, useDelay } from '@/composables/delay'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { genericComponent, propsFactory } from '@/util'\n\ntype VHoverSlots = {\n default: [{\n isHovering: boolean | undefined\n props: Record<string, unknown>\n }]\n}\n\nexport const makeVHoverProps = propsFactory({\n disabled: Boolean,\n modelValue: {\n type: Boolean,\n default: undefined,\n },\n\n ...makeDelayProps(),\n}, 'v-hover')\n\nexport const VHover = genericComponent<VHoverSlots>()({\n name: 'VHover',\n\n props: makeVHoverProps(),\n\n emits: {\n 'update:modelValue': (value: boolean) => true,\n },\n\n setup (props, { slots }) {\n const isHovering = useProxiedModel(props, 'modelValue')\n const { runOpenDelay, runCloseDelay } = useDelay(props, value => !props.disabled && (isHovering.value = value))\n\n return () => slots.default?.({\n isHovering: isHovering.value,\n props: {\n onMouseenter: runOpenDelay,\n onMouseleave: runCloseDelay,\n },\n })\n },\n})\n\nexport type VHover = InstanceType<typeof VHover>\n"],"mappings":"AAAA;AAAA,SACSA,cAAc,EAAEC,QAAQ;AAAA,SACxBC,eAAe,8CAExB;AAAA,SACSC,gBAAgB,EAAEC,YAAY;AASvC,OAAO,MAAMC,eAAe,GAAGD,YAAY,CAAC;EAC1CE,QAAQ,EAAEC,OAAO;EACjBC,UAAU,EAAE;IACVC,IAAI,EAAEF,OAAO;IACbG,OAAO,EAAEC;EACX,CAAC;EAED,GAAGX,cAAc;AACnB,CAAC,EAAE,SAAS,CAAC;AAEb,OAAO,MAAMY,MAAM,GAAGT,gBAAgB,EAAe,CAAC;EACpDU,IAAI,EAAE,QAAQ;EAEdC,KAAK,EAAET,eAAe,EAAE;EAExBU,KAAK,EAAE;IACL,mBAAmB,EAAGC,KAAc,IAAK;EAC3C,CAAC;EAEDC,KAAKA,CAAEH,KAAK,EAAAI,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAME,UAAU,GAAGlB,eAAe,CAACY,KAAK,EAAE,YAAY,CAAC;IACvD,MAAM;MAAEO,YAAY;MAAEC;IAAc,CAAC,GAAGrB,QAAQ,CAACa,KAAK,EAAEE,KAAK,IAAI,CAACF,KAAK,CAACR,QAAQ,KAAKc,UAAU,CAACJ,KAAK,GAAGA,KAAK,CAAC,CAAC;IAE/G,OAAO,MAAMG,KAAK,CAACT,OAAO,GAAG;MAC3BU,UAAU,EAAEA,UAAU,CAACJ,KAAK;MAC5BF,KAAK,EAAE;QACLS,YAAY,EAAEF,YAAY;QAC1BG,YAAY,EAAEF;MAChB;IACF,CAAC,CAAC;EACJ;AACF,CAAC,CAAC"}
|