vuetify 3.2.4 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +2503 -2151
- package/dist/json/importMap-labs.json +12 -4
- package/dist/json/importMap.json +28 -28
- package/dist/json/tags.json +107 -9
- package/dist/json/web-types.json +10785 -7110
- package/dist/vuetify-labs.css +263 -153
- package/dist/vuetify-labs.d.ts +35870 -16257
- package/dist/vuetify-labs.esm.js +1466 -934
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1465 -933
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +246 -168
- package/dist/vuetify.d.ts +27883 -14061
- package/dist/vuetify.esm.js +477 -300
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +476 -299
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +811 -806
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/{index.d.ts → index.d.mts} +284 -69
- package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
- package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
- package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
- package/lib/components/VAutocomplete/index.d.mts +2048 -0
- package/lib/components/VAvatar/{index.d.ts → index.d.mts} +85 -30
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
- package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
- package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +348 -212
- package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
- package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
- package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/{index.d.ts → index.d.mts} +957 -419
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +408 -141
- package/lib/components/VChip/VChip.css +4 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +3 -2
- package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +470 -0
- package/lib/components/VCode/{index.d.ts → index.d.mts} +78 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +15 -9
- package/lib/components/VCombobox/VCombobox.mjs +82 -37
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +15 -11
- package/lib/components/VCombobox/index.d.mts +2060 -0
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/{index.d.ts → index.d.mts} +105 -45
- package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
- package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
- package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
- package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
- package/lib/components/VField/VField.css +49 -16
- package/lib/components/VField/VField.mjs +12 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +40 -11
- package/lib/components/VField/_variables.scss +8 -2
- package/lib/components/VField/index.d.mts +682 -0
- package/lib/components/VFileInput/VFileInput.css +3 -0
- package/lib/components/VFileInput/VFileInput.mjs +7 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +6 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +1033 -399
- package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +993 -0
- package/lib/components/VGrid/{index.d.ts → index.d.mts} +334 -100
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
- package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +177 -40
- package/lib/components/VInput/VInput.css +10 -4
- package/lib/components/VInput/VInput.mjs +9 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +7 -2
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VInput/{index.d.ts → index.d.mts} +237 -93
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +781 -0
- package/lib/components/VKbd/{index.d.ts → index.d.mts} +78 -17
- package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
- package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
- package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
- package/lib/components/VList/VList.mjs +6 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +4 -8
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +11 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +1245 -619
- package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
- package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
- package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
- package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
- package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
- package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
- package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +313 -132
- package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +4 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +99 -16
- package/lib/components/VSelect/VSelect.css +15 -9
- package/lib/components/VSelect/VSelect.mjs +23 -18
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +14 -11
- package/lib/components/VSelect/index.d.mts +1986 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +403 -0
- package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
- package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
- package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +308 -126
- package/lib/components/VSlider/slider.mjs +8 -2
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +566 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
- package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
- package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
- package/lib/components/VTextField/VTextField.css +9 -1
- package/lib/components/VTextField/VTextField.mjs +4 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +8 -1
- package/lib/components/VTextField/index.d.mts +2735 -0
- package/lib/components/VTextarea/VTextarea.mjs +13 -4
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +933 -393
- package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
- package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
- package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
- package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +634 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +229 -0
- package/lib/components/VWindow/{index.d.ts → index.d.mts} +271 -68
- package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
- package/lib/components/index.mjs +2 -3
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/{index.d.ts → index.d.mts} +1330 -355
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +5 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/{items.mjs → list-items.mjs} +9 -6
- package/lib/composables/list-items.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -2
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +44 -16
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +16 -10
- package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
- package/lib/labs/VBottomSheet/_variables.scss +5 -0
- package/lib/labs/VBottomSheet/index.d.mts +871 -0
- package/lib/labs/VBottomSheet/index.mjs +2 -0
- package/lib/labs/VBottomSheet/index.mjs.map +1 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
- package/lib/labs/VDataIterator/composables/items.mjs +37 -0
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
- package/lib/labs/VDataIterator/index.d.mts +704 -0
- package/lib/labs/VDataIterator/index.mjs +2 -0
- package/lib/labs/VDataIterator/index.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTable.mjs +58 -20
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +8 -6
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +2 -3
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +31 -32
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +3 -3
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +17 -17
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +9681 -0
- package/lib/labs/VDataTable/index.mjs +1 -1
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +161 -54
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
- package/lib/labs/components.d.mts +11806 -0
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +70 -0
- package/lib/labs/date/index.mjs +1 -1
- package/lib/labs/date/index.mjs.map +1 -1
- package/lib/styles/settings/_variables.scss +3 -3
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -18
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +13 -9
- package/lib/components/VAutocomplete/index.d.ts +0 -2050
- package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
- package/lib/components/VBottomSheet/_variables.scss +0 -3
- package/lib/components/VBottomSheet/index.mjs +0 -4
- package/lib/components/VBottomSheet/index.mjs.map +0 -1
- package/lib/components/VChipGroup/index.d.ts +0 -280
- package/lib/components/VCombobox/index.d.ts +0 -2086
- package/lib/components/VData/VData.mjs +0 -374
- package/lib/components/VData/VData.mjs.map +0 -1
- package/lib/components/VData/index.mjs +0 -4
- package/lib/components/VData/index.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
- package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.sass +0 -71
- package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
- package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
- package/lib/components/VDataIterator/_variables.scss +0 -13
- package/lib/components/VDataIterator/index.mjs +0 -10
- package/lib/components/VDataIterator/index.mjs.map +0 -1
- package/lib/components/VField/index.d.ts +0 -563
- package/lib/components/VForm/index.d.ts +0 -284
- package/lib/components/VItemGroup/index.d.ts +0 -396
- package/lib/components/VSelect/index.d.ts +0 -1981
- package/lib/components/VSelectionControl/index.d.ts +0 -387
- package/lib/components/VTextField/index.d.ts +0 -2061
- package/lib/components/VValidation/index.d.ts +0 -243
- package/lib/components/VVirtualScroll/index.d.ts +0 -197
- package/lib/composables/items.mjs.map +0 -1
- package/lib/labs/VDataTable/index.d.ts +0 -5415
- package/lib/labs/components.d.ts +0 -5945
- package/lib/labs/date/index.d.ts +0 -38
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
|
@@ -61,53 +61,32 @@ declare const VCarousel: {
|
|
|
61
61
|
new (...args: any[]): {
|
|
62
62
|
$: vue.ComponentInternalInstance;
|
|
63
63
|
$data: {};
|
|
64
|
-
$props:
|
|
65
|
-
reverse
|
|
66
|
-
interval
|
|
67
|
-
height
|
|
68
|
-
direction
|
|
69
|
-
style
|
|
70
|
-
disabled
|
|
71
|
-
tag
|
|
72
|
-
mandatory
|
|
73
|
-
touch
|
|
74
|
-
selectedClass
|
|
75
|
-
continuous
|
|
76
|
-
nextIcon
|
|
77
|
-
prevIcon
|
|
78
|
-
showArrows
|
|
79
|
-
cycle
|
|
80
|
-
delimiterIcon
|
|
81
|
-
hideDelimiters
|
|
82
|
-
hideDelimiterBackground
|
|
83
|
-
}> & Omit<{
|
|
84
|
-
reverse: boolean;
|
|
85
|
-
interval: string | number;
|
|
86
|
-
height: string | number;
|
|
87
|
-
direction: "horizontal" | "vertical";
|
|
88
|
-
style: vue.StyleValue;
|
|
89
|
-
disabled: boolean;
|
|
90
|
-
tag: string;
|
|
91
|
-
mandatory: "force";
|
|
92
|
-
selectedClass: string;
|
|
93
|
-
continuous: boolean;
|
|
94
|
-
nextIcon: IconValue;
|
|
95
|
-
prevIcon: IconValue;
|
|
96
|
-
showArrows: NonNullable<string | boolean>;
|
|
97
|
-
cycle: boolean;
|
|
98
|
-
delimiterIcon: IconValue;
|
|
99
|
-
hideDelimiters: boolean;
|
|
100
|
-
hideDelimiterBackground: boolean;
|
|
101
|
-
} & {
|
|
64
|
+
$props: {
|
|
65
|
+
reverse?: boolean | undefined;
|
|
66
|
+
interval?: string | number | undefined;
|
|
67
|
+
height?: string | number | undefined;
|
|
68
|
+
direction?: "horizontal" | "vertical" | undefined;
|
|
69
|
+
style?: vue.StyleValue | undefined;
|
|
70
|
+
disabled?: boolean | undefined;
|
|
71
|
+
tag?: string | undefined;
|
|
72
|
+
mandatory?: "force" | undefined;
|
|
73
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
74
|
+
selectedClass?: string | undefined;
|
|
75
|
+
continuous?: boolean | undefined;
|
|
76
|
+
nextIcon?: IconValue | undefined;
|
|
77
|
+
prevIcon?: IconValue | undefined;
|
|
78
|
+
showArrows?: NonNullable<string | boolean> | undefined;
|
|
79
|
+
cycle?: boolean | undefined;
|
|
80
|
+
delimiterIcon?: IconValue | undefined;
|
|
81
|
+
hideDelimiters?: boolean | undefined;
|
|
82
|
+
hideDelimiterBackground?: boolean | undefined;
|
|
102
83
|
progress?: string | boolean | undefined;
|
|
84
|
+
key?: string | number | symbol | undefined;
|
|
103
85
|
color?: string | undefined;
|
|
104
86
|
class?: any;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
109
|
-
} & {
|
|
110
|
-
$children?: vue.VNodeChild | {
|
|
87
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
88
|
+
group: GroupProvide;
|
|
89
|
+
}) => vue.VNodeChild) | {
|
|
111
90
|
default?: ((args_0: {
|
|
112
91
|
group: GroupProvide;
|
|
113
92
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -130,9 +109,22 @@ declare const VCarousel: {
|
|
|
130
109
|
ariaLabel: string;
|
|
131
110
|
};
|
|
132
111
|
}) => vue.VNodeChild) | undefined;
|
|
133
|
-
|
|
112
|
+
item?: ((args_0: {
|
|
113
|
+
props: Record<string, any>;
|
|
114
|
+
item: {
|
|
115
|
+
id: number;
|
|
116
|
+
value: unknown;
|
|
117
|
+
disabled: boolean | undefined;
|
|
118
|
+
};
|
|
119
|
+
}) => vue.VNodeChild) | undefined;
|
|
120
|
+
};
|
|
121
|
+
ref?: vue.VNodeRef | undefined;
|
|
122
|
+
ref_for?: boolean | undefined;
|
|
123
|
+
ref_key?: string | undefined;
|
|
124
|
+
theme?: string | undefined;
|
|
125
|
+
"v-slot:default"?: false | ((args_0: {
|
|
134
126
|
group: GroupProvide;
|
|
135
|
-
}) => vue.VNodeChild);
|
|
127
|
+
}) => vue.VNodeChild) | undefined;
|
|
136
128
|
'v-slots'?: {
|
|
137
129
|
default?: false | ((args_0: {
|
|
138
130
|
group: GroupProvide;
|
|
@@ -156,15 +148,99 @@ declare const VCarousel: {
|
|
|
156
148
|
ariaLabel: string;
|
|
157
149
|
};
|
|
158
150
|
}) => vue.VNodeChild) | undefined;
|
|
151
|
+
item?: false | ((args_0: {
|
|
152
|
+
props: Record<string, any>;
|
|
153
|
+
item: {
|
|
154
|
+
id: number;
|
|
155
|
+
value: unknown;
|
|
156
|
+
disabled: boolean | undefined;
|
|
157
|
+
};
|
|
158
|
+
}) => vue.VNodeChild) | undefined;
|
|
159
159
|
} | undefined;
|
|
160
|
-
} & {
|
|
161
|
-
"v-slot:default"?: false | ((args_0: {
|
|
162
|
-
group: GroupProvide;
|
|
163
|
-
}) => vue.VNodeChild) | undefined;
|
|
164
160
|
"v-slot:additional"?: false | ((args_0: {
|
|
165
161
|
group: GroupProvide;
|
|
166
162
|
}) => vue.VNodeChild) | undefined;
|
|
167
|
-
|
|
163
|
+
$slots?: {
|
|
164
|
+
default?: ((args_0: {
|
|
165
|
+
group: GroupProvide;
|
|
166
|
+
}) => vue.VNodeChild) | undefined;
|
|
167
|
+
additional?: ((args_0: {
|
|
168
|
+
group: GroupProvide;
|
|
169
|
+
}) => vue.VNodeChild) | undefined;
|
|
170
|
+
prev?: ((args_0: {
|
|
171
|
+
props: {
|
|
172
|
+
icon: IconValue;
|
|
173
|
+
class: string;
|
|
174
|
+
onClick: () => void;
|
|
175
|
+
ariaLabel: string;
|
|
176
|
+
};
|
|
177
|
+
}) => vue.VNodeChild) | undefined;
|
|
178
|
+
next?: ((args_0: {
|
|
179
|
+
props: {
|
|
180
|
+
icon: IconValue;
|
|
181
|
+
class: string;
|
|
182
|
+
onClick: () => void;
|
|
183
|
+
ariaLabel: string;
|
|
184
|
+
};
|
|
185
|
+
}) => vue.VNodeChild) | undefined;
|
|
186
|
+
item?: ((args_0: {
|
|
187
|
+
props: Record<string, any>;
|
|
188
|
+
item: {
|
|
189
|
+
id: number;
|
|
190
|
+
value: unknown;
|
|
191
|
+
disabled: boolean | undefined;
|
|
192
|
+
};
|
|
193
|
+
}) => vue.VNodeChild) | undefined;
|
|
194
|
+
} | undefined;
|
|
195
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
196
|
+
[key: string]: any;
|
|
197
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
198
|
+
[key: string]: any;
|
|
199
|
+
}>) => void)[] | undefined;
|
|
200
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
201
|
+
[key: string]: any;
|
|
202
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
203
|
+
[key: string]: any;
|
|
204
|
+
}>) => void)[] | undefined;
|
|
205
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
206
|
+
[key: string]: any;
|
|
207
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
208
|
+
[key: string]: any;
|
|
209
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
210
|
+
[key: string]: any;
|
|
211
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
212
|
+
[key: string]: any;
|
|
213
|
+
}>) => void)[] | undefined;
|
|
214
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
215
|
+
[key: string]: any;
|
|
216
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
217
|
+
[key: string]: any;
|
|
218
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
219
|
+
[key: string]: any;
|
|
220
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
221
|
+
[key: string]: any;
|
|
222
|
+
}>) => void)[] | undefined;
|
|
223
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
224
|
+
[key: string]: any;
|
|
225
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
226
|
+
[key: string]: any;
|
|
227
|
+
}>) => void)[] | undefined;
|
|
228
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
229
|
+
[key: string]: any;
|
|
230
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
231
|
+
[key: string]: any;
|
|
232
|
+
}>) => void)[] | undefined;
|
|
233
|
+
modelValue?: any;
|
|
234
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
235
|
+
"v-slot:item"?: false | ((args_0: {
|
|
236
|
+
props: Record<string, any>;
|
|
237
|
+
item: {
|
|
238
|
+
id: number;
|
|
239
|
+
value: unknown;
|
|
240
|
+
disabled: boolean | undefined;
|
|
241
|
+
};
|
|
242
|
+
}) => vue.VNodeChild) | undefined;
|
|
243
|
+
"v-slot:next"?: false | ((args_0: {
|
|
168
244
|
props: {
|
|
169
245
|
icon: IconValue;
|
|
170
246
|
class: string;
|
|
@@ -172,7 +248,7 @@ declare const VCarousel: {
|
|
|
172
248
|
ariaLabel: string;
|
|
173
249
|
};
|
|
174
250
|
}) => vue.VNodeChild) | undefined;
|
|
175
|
-
"v-slot:
|
|
251
|
+
"v-slot:prev"?: false | ((args_0: {
|
|
176
252
|
props: {
|
|
177
253
|
icon: IconValue;
|
|
178
254
|
class: string;
|
|
@@ -180,9 +256,8 @@ declare const VCarousel: {
|
|
|
180
256
|
ariaLabel: string;
|
|
181
257
|
};
|
|
182
258
|
}) => vue.VNodeChild) | undefined;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "interval" | "height" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon" | "showArrows" | "cycle" | "delimiterIcon" | "hideDelimiters" | "hideDelimiterBackground">;
|
|
259
|
+
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
260
|
+
};
|
|
186
261
|
$attrs: {
|
|
187
262
|
[x: string]: unknown;
|
|
188
263
|
};
|
|
@@ -190,10 +265,49 @@ declare const VCarousel: {
|
|
|
190
265
|
[x: string]: unknown;
|
|
191
266
|
};
|
|
192
267
|
$slots: Readonly<{
|
|
193
|
-
|
|
268
|
+
default?: ((args_0: {
|
|
269
|
+
group: GroupProvide;
|
|
270
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
271
|
+
[key: string]: any;
|
|
272
|
+
}>[]) | undefined;
|
|
273
|
+
additional?: ((args_0: {
|
|
274
|
+
group: GroupProvide;
|
|
275
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
276
|
+
[key: string]: any;
|
|
277
|
+
}>[]) | undefined;
|
|
278
|
+
prev?: ((args_0: {
|
|
279
|
+
props: {
|
|
280
|
+
icon: IconValue;
|
|
281
|
+
class: string;
|
|
282
|
+
onClick: () => void;
|
|
283
|
+
ariaLabel: string;
|
|
284
|
+
};
|
|
285
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
286
|
+
[key: string]: any;
|
|
287
|
+
}>[]) | undefined;
|
|
288
|
+
next?: ((args_0: {
|
|
289
|
+
props: {
|
|
290
|
+
icon: IconValue;
|
|
291
|
+
class: string;
|
|
292
|
+
onClick: () => void;
|
|
293
|
+
ariaLabel: string;
|
|
294
|
+
};
|
|
295
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
296
|
+
[key: string]: any;
|
|
297
|
+
}>[]) | undefined;
|
|
298
|
+
item?: ((args_0: {
|
|
299
|
+
props: Record<string, any>;
|
|
300
|
+
item: {
|
|
301
|
+
id: number;
|
|
302
|
+
value: unknown;
|
|
303
|
+
disabled: boolean | undefined;
|
|
304
|
+
};
|
|
305
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
306
|
+
[key: string]: any;
|
|
307
|
+
}>[]) | undefined;
|
|
194
308
|
}>;
|
|
195
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
196
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
309
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
310
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
197
311
|
$emit: (event: "update:modelValue", val: any) => void;
|
|
198
312
|
$el: any;
|
|
199
313
|
$options: vue.ComponentOptionsBase<{
|
|
@@ -223,7 +337,9 @@ declare const VCarousel: {
|
|
|
223
337
|
modelValue?: any;
|
|
224
338
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
225
339
|
} & {
|
|
226
|
-
$children?: vue.VNodeChild | {
|
|
340
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
341
|
+
group: GroupProvide;
|
|
342
|
+
}) => vue.VNodeChild) | {
|
|
227
343
|
default?: ((args_0: {
|
|
228
344
|
group: GroupProvide;
|
|
229
345
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -246,9 +362,15 @@ declare const VCarousel: {
|
|
|
246
362
|
ariaLabel: string;
|
|
247
363
|
};
|
|
248
364
|
}) => vue.VNodeChild) | undefined;
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
365
|
+
item?: ((args_0: {
|
|
366
|
+
props: Record<string, any>;
|
|
367
|
+
item: {
|
|
368
|
+
id: number;
|
|
369
|
+
value: unknown;
|
|
370
|
+
disabled: boolean | undefined;
|
|
371
|
+
};
|
|
372
|
+
}) => vue.VNodeChild) | undefined;
|
|
373
|
+
};
|
|
252
374
|
'v-slots'?: {
|
|
253
375
|
default?: false | ((args_0: {
|
|
254
376
|
group: GroupProvide;
|
|
@@ -272,6 +394,14 @@ declare const VCarousel: {
|
|
|
272
394
|
ariaLabel: string;
|
|
273
395
|
};
|
|
274
396
|
}) => vue.VNodeChild) | undefined;
|
|
397
|
+
item?: false | ((args_0: {
|
|
398
|
+
props: Record<string, any>;
|
|
399
|
+
item: {
|
|
400
|
+
id: number;
|
|
401
|
+
value: unknown;
|
|
402
|
+
disabled: boolean | undefined;
|
|
403
|
+
};
|
|
404
|
+
}) => vue.VNodeChild) | undefined;
|
|
275
405
|
} | undefined;
|
|
276
406
|
} & {
|
|
277
407
|
"v-slot:default"?: false | ((args_0: {
|
|
@@ -296,6 +426,47 @@ declare const VCarousel: {
|
|
|
296
426
|
ariaLabel: string;
|
|
297
427
|
};
|
|
298
428
|
}) => vue.VNodeChild) | undefined;
|
|
429
|
+
"v-slot:item"?: false | ((args_0: {
|
|
430
|
+
props: Record<string, any>;
|
|
431
|
+
item: {
|
|
432
|
+
id: number;
|
|
433
|
+
value: unknown;
|
|
434
|
+
disabled: boolean | undefined;
|
|
435
|
+
};
|
|
436
|
+
}) => vue.VNodeChild) | undefined;
|
|
437
|
+
} & {
|
|
438
|
+
$slots?: {
|
|
439
|
+
default?: ((args_0: {
|
|
440
|
+
group: GroupProvide;
|
|
441
|
+
}) => vue.VNodeChild) | undefined;
|
|
442
|
+
additional?: ((args_0: {
|
|
443
|
+
group: GroupProvide;
|
|
444
|
+
}) => vue.VNodeChild) | undefined;
|
|
445
|
+
prev?: ((args_0: {
|
|
446
|
+
props: {
|
|
447
|
+
icon: IconValue;
|
|
448
|
+
class: string;
|
|
449
|
+
onClick: () => void;
|
|
450
|
+
ariaLabel: string;
|
|
451
|
+
};
|
|
452
|
+
}) => vue.VNodeChild) | undefined;
|
|
453
|
+
next?: ((args_0: {
|
|
454
|
+
props: {
|
|
455
|
+
icon: IconValue;
|
|
456
|
+
class: string;
|
|
457
|
+
onClick: () => void;
|
|
458
|
+
ariaLabel: string;
|
|
459
|
+
};
|
|
460
|
+
}) => vue.VNodeChild) | undefined;
|
|
461
|
+
item?: ((args_0: {
|
|
462
|
+
props: Record<string, any>;
|
|
463
|
+
item: {
|
|
464
|
+
id: number;
|
|
465
|
+
value: unknown;
|
|
466
|
+
disabled: boolean | undefined;
|
|
467
|
+
};
|
|
468
|
+
}) => vue.VNodeChild) | undefined;
|
|
469
|
+
} | undefined;
|
|
299
470
|
} & {
|
|
300
471
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
301
472
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -319,7 +490,48 @@ declare const VCarousel: {
|
|
|
319
490
|
delimiterIcon: IconValue;
|
|
320
491
|
hideDelimiters: boolean;
|
|
321
492
|
hideDelimiterBackground: boolean;
|
|
322
|
-
}, {}, string
|
|
493
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
494
|
+
default: (args_0: {
|
|
495
|
+
group: GroupProvide;
|
|
496
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
497
|
+
[key: string]: any;
|
|
498
|
+
}>[];
|
|
499
|
+
additional: (args_0: {
|
|
500
|
+
group: GroupProvide;
|
|
501
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
502
|
+
[key: string]: any;
|
|
503
|
+
}>[];
|
|
504
|
+
prev: (args_0: {
|
|
505
|
+
props: {
|
|
506
|
+
icon: IconValue;
|
|
507
|
+
class: string;
|
|
508
|
+
onClick: () => void;
|
|
509
|
+
ariaLabel: string;
|
|
510
|
+
};
|
|
511
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
512
|
+
[key: string]: any;
|
|
513
|
+
}>[];
|
|
514
|
+
next: (args_0: {
|
|
515
|
+
props: {
|
|
516
|
+
icon: IconValue;
|
|
517
|
+
class: string;
|
|
518
|
+
onClick: () => void;
|
|
519
|
+
ariaLabel: string;
|
|
520
|
+
};
|
|
521
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
522
|
+
[key: string]: any;
|
|
523
|
+
}>[];
|
|
524
|
+
item: (args_0: {
|
|
525
|
+
props: Record<string, any>;
|
|
526
|
+
item: {
|
|
527
|
+
id: number;
|
|
528
|
+
value: unknown;
|
|
529
|
+
disabled: boolean | undefined;
|
|
530
|
+
};
|
|
531
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
532
|
+
[key: string]: any;
|
|
533
|
+
}>[];
|
|
534
|
+
}>>> & {
|
|
323
535
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
324
536
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
325
537
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -334,7 +546,7 @@ declare const VCarousel: {
|
|
|
334
546
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
335
547
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
336
548
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
337
|
-
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;
|
|
549
|
+
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;
|
|
338
550
|
};
|
|
339
551
|
$forceUpdate: () => void;
|
|
340
552
|
$nextTick: typeof vue.nextTick;
|
|
@@ -366,7 +578,9 @@ declare const VCarousel: {
|
|
|
366
578
|
modelValue?: any;
|
|
367
579
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
368
580
|
} & {
|
|
369
|
-
$children?: vue.VNodeChild | {
|
|
581
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
582
|
+
group: GroupProvide;
|
|
583
|
+
}) => vue.VNodeChild) | {
|
|
370
584
|
default?: ((args_0: {
|
|
371
585
|
group: GroupProvide;
|
|
372
586
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -389,9 +603,15 @@ declare const VCarousel: {
|
|
|
389
603
|
ariaLabel: string;
|
|
390
604
|
};
|
|
391
605
|
}) => vue.VNodeChild) | undefined;
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
606
|
+
item?: ((args_0: {
|
|
607
|
+
props: Record<string, any>;
|
|
608
|
+
item: {
|
|
609
|
+
id: number;
|
|
610
|
+
value: unknown;
|
|
611
|
+
disabled: boolean | undefined;
|
|
612
|
+
};
|
|
613
|
+
}) => vue.VNodeChild) | undefined;
|
|
614
|
+
};
|
|
395
615
|
'v-slots'?: {
|
|
396
616
|
default?: false | ((args_0: {
|
|
397
617
|
group: GroupProvide;
|
|
@@ -415,6 +635,14 @@ declare const VCarousel: {
|
|
|
415
635
|
ariaLabel: string;
|
|
416
636
|
};
|
|
417
637
|
}) => vue.VNodeChild) | undefined;
|
|
638
|
+
item?: false | ((args_0: {
|
|
639
|
+
props: Record<string, any>;
|
|
640
|
+
item: {
|
|
641
|
+
id: number;
|
|
642
|
+
value: unknown;
|
|
643
|
+
disabled: boolean | undefined;
|
|
644
|
+
};
|
|
645
|
+
}) => vue.VNodeChild) | undefined;
|
|
418
646
|
} | undefined;
|
|
419
647
|
} & {
|
|
420
648
|
"v-slot:default"?: false | ((args_0: {
|
|
@@ -439,6 +667,47 @@ declare const VCarousel: {
|
|
|
439
667
|
ariaLabel: string;
|
|
440
668
|
};
|
|
441
669
|
}) => vue.VNodeChild) | undefined;
|
|
670
|
+
"v-slot:item"?: false | ((args_0: {
|
|
671
|
+
props: Record<string, any>;
|
|
672
|
+
item: {
|
|
673
|
+
id: number;
|
|
674
|
+
value: unknown;
|
|
675
|
+
disabled: boolean | undefined;
|
|
676
|
+
};
|
|
677
|
+
}) => vue.VNodeChild) | undefined;
|
|
678
|
+
} & {
|
|
679
|
+
$slots?: {
|
|
680
|
+
default?: ((args_0: {
|
|
681
|
+
group: GroupProvide;
|
|
682
|
+
}) => vue.VNodeChild) | undefined;
|
|
683
|
+
additional?: ((args_0: {
|
|
684
|
+
group: GroupProvide;
|
|
685
|
+
}) => vue.VNodeChild) | undefined;
|
|
686
|
+
prev?: ((args_0: {
|
|
687
|
+
props: {
|
|
688
|
+
icon: IconValue;
|
|
689
|
+
class: string;
|
|
690
|
+
onClick: () => void;
|
|
691
|
+
ariaLabel: string;
|
|
692
|
+
};
|
|
693
|
+
}) => vue.VNodeChild) | undefined;
|
|
694
|
+
next?: ((args_0: {
|
|
695
|
+
props: {
|
|
696
|
+
icon: IconValue;
|
|
697
|
+
class: string;
|
|
698
|
+
onClick: () => void;
|
|
699
|
+
ariaLabel: string;
|
|
700
|
+
};
|
|
701
|
+
}) => vue.VNodeChild) | undefined;
|
|
702
|
+
item?: ((args_0: {
|
|
703
|
+
props: Record<string, any>;
|
|
704
|
+
item: {
|
|
705
|
+
id: number;
|
|
706
|
+
value: unknown;
|
|
707
|
+
disabled: boolean | undefined;
|
|
708
|
+
};
|
|
709
|
+
}) => vue.VNodeChild) | undefined;
|
|
710
|
+
} | undefined;
|
|
442
711
|
} & {
|
|
443
712
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
444
713
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -472,7 +741,9 @@ declare const VCarousel: {
|
|
|
472
741
|
modelValue?: any;
|
|
473
742
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
474
743
|
} & {
|
|
475
|
-
$children?: vue.VNodeChild | {
|
|
744
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
745
|
+
group: GroupProvide;
|
|
746
|
+
}) => vue.VNodeChild) | {
|
|
476
747
|
default?: ((args_0: {
|
|
477
748
|
group: GroupProvide;
|
|
478
749
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -495,9 +766,15 @@ declare const VCarousel: {
|
|
|
495
766
|
ariaLabel: string;
|
|
496
767
|
};
|
|
497
768
|
}) => vue.VNodeChild) | undefined;
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
769
|
+
item?: ((args_0: {
|
|
770
|
+
props: Record<string, any>;
|
|
771
|
+
item: {
|
|
772
|
+
id: number;
|
|
773
|
+
value: unknown;
|
|
774
|
+
disabled: boolean | undefined;
|
|
775
|
+
};
|
|
776
|
+
}) => vue.VNodeChild) | undefined;
|
|
777
|
+
};
|
|
501
778
|
'v-slots'?: {
|
|
502
779
|
default?: false | ((args_0: {
|
|
503
780
|
group: GroupProvide;
|
|
@@ -521,6 +798,14 @@ declare const VCarousel: {
|
|
|
521
798
|
ariaLabel: string;
|
|
522
799
|
};
|
|
523
800
|
}) => vue.VNodeChild) | undefined;
|
|
801
|
+
item?: false | ((args_0: {
|
|
802
|
+
props: Record<string, any>;
|
|
803
|
+
item: {
|
|
804
|
+
id: number;
|
|
805
|
+
value: unknown;
|
|
806
|
+
disabled: boolean | undefined;
|
|
807
|
+
};
|
|
808
|
+
}) => vue.VNodeChild) | undefined;
|
|
524
809
|
} | undefined;
|
|
525
810
|
} & {
|
|
526
811
|
"v-slot:default"?: false | ((args_0: {
|
|
@@ -545,6 +830,47 @@ declare const VCarousel: {
|
|
|
545
830
|
ariaLabel: string;
|
|
546
831
|
};
|
|
547
832
|
}) => vue.VNodeChild) | undefined;
|
|
833
|
+
"v-slot:item"?: false | ((args_0: {
|
|
834
|
+
props: Record<string, any>;
|
|
835
|
+
item: {
|
|
836
|
+
id: number;
|
|
837
|
+
value: unknown;
|
|
838
|
+
disabled: boolean | undefined;
|
|
839
|
+
};
|
|
840
|
+
}) => vue.VNodeChild) | undefined;
|
|
841
|
+
} & {
|
|
842
|
+
$slots?: {
|
|
843
|
+
default?: ((args_0: {
|
|
844
|
+
group: GroupProvide;
|
|
845
|
+
}) => vue.VNodeChild) | undefined;
|
|
846
|
+
additional?: ((args_0: {
|
|
847
|
+
group: GroupProvide;
|
|
848
|
+
}) => vue.VNodeChild) | undefined;
|
|
849
|
+
prev?: ((args_0: {
|
|
850
|
+
props: {
|
|
851
|
+
icon: IconValue;
|
|
852
|
+
class: string;
|
|
853
|
+
onClick: () => void;
|
|
854
|
+
ariaLabel: string;
|
|
855
|
+
};
|
|
856
|
+
}) => vue.VNodeChild) | undefined;
|
|
857
|
+
next?: ((args_0: {
|
|
858
|
+
props: {
|
|
859
|
+
icon: IconValue;
|
|
860
|
+
class: string;
|
|
861
|
+
onClick: () => void;
|
|
862
|
+
ariaLabel: string;
|
|
863
|
+
};
|
|
864
|
+
}) => vue.VNodeChild) | undefined;
|
|
865
|
+
item?: ((args_0: {
|
|
866
|
+
props: Record<string, any>;
|
|
867
|
+
item: {
|
|
868
|
+
id: number;
|
|
869
|
+
value: unknown;
|
|
870
|
+
disabled: boolean | undefined;
|
|
871
|
+
};
|
|
872
|
+
}) => vue.VNodeChild) | undefined;
|
|
873
|
+
} | undefined;
|
|
548
874
|
} & {
|
|
549
875
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
550
876
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -568,7 +894,48 @@ declare const VCarousel: {
|
|
|
568
894
|
delimiterIcon: IconValue;
|
|
569
895
|
hideDelimiters: boolean;
|
|
570
896
|
hideDelimiterBackground: boolean;
|
|
571
|
-
}, {}, string
|
|
897
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
898
|
+
default: (args_0: {
|
|
899
|
+
group: GroupProvide;
|
|
900
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
901
|
+
[key: string]: any;
|
|
902
|
+
}>[];
|
|
903
|
+
additional: (args_0: {
|
|
904
|
+
group: GroupProvide;
|
|
905
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
906
|
+
[key: string]: any;
|
|
907
|
+
}>[];
|
|
908
|
+
prev: (args_0: {
|
|
909
|
+
props: {
|
|
910
|
+
icon: IconValue;
|
|
911
|
+
class: string;
|
|
912
|
+
onClick: () => void;
|
|
913
|
+
ariaLabel: string;
|
|
914
|
+
};
|
|
915
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
916
|
+
[key: string]: any;
|
|
917
|
+
}>[];
|
|
918
|
+
next: (args_0: {
|
|
919
|
+
props: {
|
|
920
|
+
icon: IconValue;
|
|
921
|
+
class: string;
|
|
922
|
+
onClick: () => void;
|
|
923
|
+
ariaLabel: string;
|
|
924
|
+
};
|
|
925
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
926
|
+
[key: string]: any;
|
|
927
|
+
}>[];
|
|
928
|
+
item: (args_0: {
|
|
929
|
+
props: Record<string, any>;
|
|
930
|
+
item: {
|
|
931
|
+
id: number;
|
|
932
|
+
value: unknown;
|
|
933
|
+
disabled: boolean | undefined;
|
|
934
|
+
};
|
|
935
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
936
|
+
[key: string]: any;
|
|
937
|
+
}>[];
|
|
938
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
572
939
|
theme: StringConstructor;
|
|
573
940
|
tag: {
|
|
574
941
|
type: StringConstructor;
|
|
@@ -722,54 +1089,97 @@ declare const VCarouselItem: {
|
|
|
722
1089
|
new (...args: any[]): {
|
|
723
1090
|
$: vue.ComponentInternalInstance;
|
|
724
1091
|
$data: {};
|
|
725
|
-
$props:
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
disabled: boolean;
|
|
738
|
-
options: IntersectionObserverInit;
|
|
739
|
-
cover: boolean;
|
|
740
|
-
src: string | srcObject;
|
|
741
|
-
} & {
|
|
1092
|
+
$props: {
|
|
1093
|
+
inline?: boolean | undefined;
|
|
1094
|
+
transition?: string | boolean | undefined;
|
|
1095
|
+
style?: vue.StyleValue | undefined;
|
|
1096
|
+
eager?: boolean | undefined;
|
|
1097
|
+
disabled?: boolean | undefined;
|
|
1098
|
+
options?: IntersectionObserverInit | undefined;
|
|
1099
|
+
cover?: boolean | undefined;
|
|
1100
|
+
src?: string | srcObject | undefined;
|
|
1101
|
+
reverseTransition?: string | boolean | undefined;
|
|
1102
|
+
key?: string | number | symbol | undefined;
|
|
1103
|
+
height?: string | number | undefined;
|
|
742
1104
|
width?: string | number | undefined;
|
|
743
1105
|
aspectRatio?: string | number | undefined;
|
|
744
|
-
|
|
1106
|
+
maxHeight?: string | number | undefined;
|
|
1107
|
+
maxWidth?: string | number | undefined;
|
|
1108
|
+
minHeight?: string | number | undefined;
|
|
1109
|
+
minWidth?: string | number | undefined;
|
|
745
1110
|
value?: any;
|
|
746
1111
|
class?: any;
|
|
747
|
-
alt?: string | undefined;
|
|
748
|
-
sizes?: string | undefined;
|
|
749
|
-
srcset?: string | undefined;
|
|
750
|
-
gradient?: string | undefined;
|
|
751
|
-
lazySrc?: string | undefined;
|
|
752
|
-
selectedClass?: string | undefined;
|
|
753
|
-
reverseTransition?: string | boolean | undefined;
|
|
754
|
-
} & {
|
|
755
1112
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
756
1113
|
default?: (() => vue.VNodeChild) | undefined;
|
|
757
1114
|
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
758
1115
|
error?: (() => vue.VNodeChild) | undefined;
|
|
759
1116
|
sources?: (() => vue.VNodeChild) | undefined;
|
|
760
1117
|
};
|
|
1118
|
+
alt?: string | undefined;
|
|
1119
|
+
sizes?: string | undefined;
|
|
1120
|
+
srcset?: string | undefined;
|
|
1121
|
+
ref?: vue.VNodeRef | undefined;
|
|
1122
|
+
ref_for?: boolean | undefined;
|
|
1123
|
+
ref_key?: string | undefined;
|
|
1124
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
761
1125
|
'v-slots'?: {
|
|
762
1126
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
763
1127
|
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
|
764
1128
|
error?: false | (() => vue.VNodeChild) | undefined;
|
|
765
1129
|
sources?: false | (() => vue.VNodeChild) | undefined;
|
|
766
1130
|
} | undefined;
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
1131
|
+
contentClass?: string | undefined;
|
|
1132
|
+
gradient?: string | undefined;
|
|
1133
|
+
lazySrc?: string | undefined;
|
|
770
1134
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
771
1135
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
772
|
-
|
|
1136
|
+
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
1137
|
+
$slots?: {
|
|
1138
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1139
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1140
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
1141
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
1142
|
+
} | undefined;
|
|
1143
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1144
|
+
[key: string]: any;
|
|
1145
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1146
|
+
[key: string]: any;
|
|
1147
|
+
}>) => void)[] | undefined;
|
|
1148
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1149
|
+
[key: string]: any;
|
|
1150
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1151
|
+
[key: string]: any;
|
|
1152
|
+
}>) => void)[] | undefined;
|
|
1153
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1154
|
+
[key: string]: any;
|
|
1155
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1156
|
+
[key: string]: any;
|
|
1157
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1158
|
+
[key: string]: any;
|
|
1159
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1160
|
+
[key: string]: any;
|
|
1161
|
+
}>) => void)[] | undefined;
|
|
1162
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1163
|
+
[key: string]: any;
|
|
1164
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1165
|
+
[key: string]: any;
|
|
1166
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1167
|
+
[key: string]: any;
|
|
1168
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1169
|
+
[key: string]: any;
|
|
1170
|
+
}>) => void)[] | undefined;
|
|
1171
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1172
|
+
[key: string]: any;
|
|
1173
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1174
|
+
[key: string]: any;
|
|
1175
|
+
}>) => void)[] | undefined;
|
|
1176
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1177
|
+
[key: string]: any;
|
|
1178
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1179
|
+
[key: string]: any;
|
|
1180
|
+
}>) => void)[] | undefined;
|
|
1181
|
+
selectedClass?: string | undefined;
|
|
1182
|
+
};
|
|
773
1183
|
$attrs: {
|
|
774
1184
|
[x: string]: unknown;
|
|
775
1185
|
};
|
|
@@ -777,13 +1187,25 @@ declare const VCarouselItem: {
|
|
|
777
1187
|
[x: string]: unknown;
|
|
778
1188
|
};
|
|
779
1189
|
$slots: Readonly<{
|
|
780
|
-
|
|
1190
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1191
|
+
[key: string]: any;
|
|
1192
|
+
}>[]) | undefined;
|
|
1193
|
+
placeholder?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1194
|
+
[key: string]: any;
|
|
1195
|
+
}>[]) | undefined;
|
|
1196
|
+
error?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1197
|
+
[key: string]: any;
|
|
1198
|
+
}>[]) | undefined;
|
|
1199
|
+
sources?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1200
|
+
[key: string]: any;
|
|
1201
|
+
}>[]) | undefined;
|
|
781
1202
|
}>;
|
|
782
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
783
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1203
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1204
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
784
1205
|
$emit: (event: string, ...args: any[]) => void;
|
|
785
1206
|
$el: any;
|
|
786
1207
|
$options: vue.ComponentOptionsBase<{
|
|
1208
|
+
inline: boolean;
|
|
787
1209
|
style: vue.StyleValue;
|
|
788
1210
|
eager: boolean;
|
|
789
1211
|
disabled: boolean;
|
|
@@ -791,14 +1213,20 @@ declare const VCarouselItem: {
|
|
|
791
1213
|
cover: boolean;
|
|
792
1214
|
src: string | srcObject;
|
|
793
1215
|
} & {
|
|
1216
|
+
height?: string | number | undefined;
|
|
794
1217
|
width?: string | number | undefined;
|
|
795
1218
|
aspectRatio?: string | number | undefined;
|
|
1219
|
+
maxHeight?: string | number | undefined;
|
|
1220
|
+
maxWidth?: string | number | undefined;
|
|
1221
|
+
minHeight?: string | number | undefined;
|
|
1222
|
+
minWidth?: string | number | undefined;
|
|
796
1223
|
transition?: string | boolean | undefined;
|
|
797
1224
|
value?: any;
|
|
798
1225
|
class?: any;
|
|
799
1226
|
alt?: string | undefined;
|
|
800
1227
|
sizes?: string | undefined;
|
|
801
1228
|
srcset?: string | undefined;
|
|
1229
|
+
contentClass?: string | undefined;
|
|
802
1230
|
gradient?: string | undefined;
|
|
803
1231
|
lazySrc?: string | undefined;
|
|
804
1232
|
selectedClass?: string | undefined;
|
|
@@ -821,7 +1249,15 @@ declare const VCarouselItem: {
|
|
|
821
1249
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
822
1250
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
823
1251
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
1252
|
+
} & {
|
|
1253
|
+
$slots?: {
|
|
1254
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1255
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1256
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
1257
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
1258
|
+
} | undefined;
|
|
824
1259
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1260
|
+
inline: boolean;
|
|
825
1261
|
transition: string | boolean;
|
|
826
1262
|
style: vue.StyleValue;
|
|
827
1263
|
eager: boolean;
|
|
@@ -830,7 +1266,20 @@ declare const VCarouselItem: {
|
|
|
830
1266
|
cover: boolean;
|
|
831
1267
|
src: string | srcObject;
|
|
832
1268
|
reverseTransition: string | boolean;
|
|
833
|
-
}, {}, string
|
|
1269
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
1270
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1271
|
+
[key: string]: any;
|
|
1272
|
+
}>[];
|
|
1273
|
+
placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1274
|
+
[key: string]: any;
|
|
1275
|
+
}>[];
|
|
1276
|
+
error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1277
|
+
[key: string]: any;
|
|
1278
|
+
}>[];
|
|
1279
|
+
sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1280
|
+
[key: string]: any;
|
|
1281
|
+
}>[];
|
|
1282
|
+
}>>> & {
|
|
834
1283
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
835
1284
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
836
1285
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -845,12 +1294,13 @@ declare const VCarouselItem: {
|
|
|
845
1294
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
846
1295
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
847
1296
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
848
|
-
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;
|
|
1297
|
+
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;
|
|
849
1298
|
};
|
|
850
1299
|
$forceUpdate: () => void;
|
|
851
1300
|
$nextTick: typeof vue.nextTick;
|
|
852
1301
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
853
1302
|
} & {
|
|
1303
|
+
inline: boolean;
|
|
854
1304
|
style: vue.StyleValue;
|
|
855
1305
|
eager: boolean;
|
|
856
1306
|
disabled: boolean;
|
|
@@ -858,14 +1308,20 @@ declare const VCarouselItem: {
|
|
|
858
1308
|
cover: boolean;
|
|
859
1309
|
src: string | srcObject;
|
|
860
1310
|
} & {
|
|
1311
|
+
height?: string | number | undefined;
|
|
861
1312
|
width?: string | number | undefined;
|
|
862
1313
|
aspectRatio?: string | number | undefined;
|
|
1314
|
+
maxHeight?: string | number | undefined;
|
|
1315
|
+
maxWidth?: string | number | undefined;
|
|
1316
|
+
minHeight?: string | number | undefined;
|
|
1317
|
+
minWidth?: string | number | undefined;
|
|
863
1318
|
transition?: string | boolean | undefined;
|
|
864
1319
|
value?: any;
|
|
865
1320
|
class?: any;
|
|
866
1321
|
alt?: string | undefined;
|
|
867
1322
|
sizes?: string | undefined;
|
|
868
1323
|
srcset?: string | undefined;
|
|
1324
|
+
contentClass?: string | undefined;
|
|
869
1325
|
gradient?: string | undefined;
|
|
870
1326
|
lazySrc?: string | undefined;
|
|
871
1327
|
selectedClass?: string | undefined;
|
|
@@ -888,11 +1344,19 @@ declare const VCarouselItem: {
|
|
|
888
1344
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
889
1345
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
890
1346
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
1347
|
+
} & {
|
|
1348
|
+
$slots?: {
|
|
1349
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1350
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1351
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
1352
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
1353
|
+
} | undefined;
|
|
891
1354
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
892
1355
|
__isFragment?: undefined;
|
|
893
1356
|
__isTeleport?: undefined;
|
|
894
1357
|
__isSuspense?: undefined;
|
|
895
1358
|
} & vue.ComponentOptionsBase<{
|
|
1359
|
+
inline: boolean;
|
|
896
1360
|
style: vue.StyleValue;
|
|
897
1361
|
eager: boolean;
|
|
898
1362
|
disabled: boolean;
|
|
@@ -900,14 +1364,20 @@ declare const VCarouselItem: {
|
|
|
900
1364
|
cover: boolean;
|
|
901
1365
|
src: string | srcObject;
|
|
902
1366
|
} & {
|
|
1367
|
+
height?: string | number | undefined;
|
|
903
1368
|
width?: string | number | undefined;
|
|
904
1369
|
aspectRatio?: string | number | undefined;
|
|
1370
|
+
maxHeight?: string | number | undefined;
|
|
1371
|
+
maxWidth?: string | number | undefined;
|
|
1372
|
+
minHeight?: string | number | undefined;
|
|
1373
|
+
minWidth?: string | number | undefined;
|
|
905
1374
|
transition?: string | boolean | undefined;
|
|
906
1375
|
value?: any;
|
|
907
1376
|
class?: any;
|
|
908
1377
|
alt?: string | undefined;
|
|
909
1378
|
sizes?: string | undefined;
|
|
910
1379
|
srcset?: string | undefined;
|
|
1380
|
+
contentClass?: string | undefined;
|
|
911
1381
|
gradient?: string | undefined;
|
|
912
1382
|
lazySrc?: string | undefined;
|
|
913
1383
|
selectedClass?: string | undefined;
|
|
@@ -930,7 +1400,15 @@ declare const VCarouselItem: {
|
|
|
930
1400
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
931
1401
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
932
1402
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
1403
|
+
} & {
|
|
1404
|
+
$slots?: {
|
|
1405
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1406
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1407
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
1408
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
1409
|
+
} | undefined;
|
|
933
1410
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1411
|
+
inline: boolean;
|
|
934
1412
|
transition: string | boolean;
|
|
935
1413
|
style: vue.StyleValue;
|
|
936
1414
|
eager: boolean;
|
|
@@ -939,7 +1417,20 @@ declare const VCarouselItem: {
|
|
|
939
1417
|
cover: boolean;
|
|
940
1418
|
src: string | srcObject;
|
|
941
1419
|
reverseTransition: string | boolean;
|
|
942
|
-
}, {}, string
|
|
1420
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
1421
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1422
|
+
[key: string]: any;
|
|
1423
|
+
}>[];
|
|
1424
|
+
placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1425
|
+
[key: string]: any;
|
|
1426
|
+
}>[];
|
|
1427
|
+
error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1428
|
+
[key: string]: any;
|
|
1429
|
+
}>[];
|
|
1430
|
+
sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1431
|
+
[key: string]: any;
|
|
1432
|
+
}>[];
|
|
1433
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
943
1434
|
eager: BooleanConstructor;
|
|
944
1435
|
value: null;
|
|
945
1436
|
disabled: BooleanConstructor;
|
|
@@ -957,7 +1448,15 @@ declare const VCarouselItem: {
|
|
|
957
1448
|
type: (StringConstructor | BooleanConstructor)[];
|
|
958
1449
|
default: undefined;
|
|
959
1450
|
};
|
|
1451
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1452
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1453
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1454
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1455
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1456
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
960
1457
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
1458
|
+
contentClass: StringConstructor;
|
|
1459
|
+
inline: BooleanConstructor;
|
|
961
1460
|
alt: StringConstructor;
|
|
962
1461
|
cover: BooleanConstructor;
|
|
963
1462
|
gradient: StringConstructor;
|
|
@@ -976,7 +1475,6 @@ declare const VCarouselItem: {
|
|
|
976
1475
|
default: string;
|
|
977
1476
|
};
|
|
978
1477
|
srcset: StringConstructor;
|
|
979
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
980
1478
|
}, vue.ExtractPropTypes<{
|
|
981
1479
|
eager: BooleanConstructor;
|
|
982
1480
|
value: null;
|
|
@@ -995,7 +1493,15 @@ declare const VCarouselItem: {
|
|
|
995
1493
|
type: (StringConstructor | BooleanConstructor)[];
|
|
996
1494
|
default: undefined;
|
|
997
1495
|
};
|
|
1496
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1497
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1498
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1499
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1500
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1501
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
998
1502
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
1503
|
+
contentClass: StringConstructor;
|
|
1504
|
+
inline: BooleanConstructor;
|
|
999
1505
|
alt: StringConstructor;
|
|
1000
1506
|
cover: BooleanConstructor;
|
|
1001
1507
|
gradient: StringConstructor;
|
|
@@ -1014,7 +1520,6 @@ declare const VCarouselItem: {
|
|
|
1014
1520
|
default: string;
|
|
1015
1521
|
};
|
|
1016
1522
|
srcset: StringConstructor;
|
|
1017
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1018
1523
|
}>>;
|
|
1019
1524
|
type VCarouselItem = InstanceType<typeof VCarouselItem>;
|
|
1020
1525
|
|