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
|
@@ -29,62 +29,87 @@ declare const VRating: {
|
|
|
29
29
|
new (...args: any[]): {
|
|
30
30
|
$: vue.ComponentInternalInstance;
|
|
31
31
|
$data: {};
|
|
32
|
-
$props:
|
|
33
|
-
length
|
|
34
|
-
style
|
|
35
|
-
disabled
|
|
36
|
-
size
|
|
37
|
-
readonly
|
|
38
|
-
tag
|
|
39
|
-
density
|
|
40
|
-
modelValue
|
|
41
|
-
ripple
|
|
42
|
-
clearable
|
|
43
|
-
hover
|
|
44
|
-
itemAriaLabel
|
|
45
|
-
emptyIcon
|
|
46
|
-
fullIcon
|
|
47
|
-
halfIncrements
|
|
48
|
-
itemLabelPosition
|
|
49
|
-
|
|
50
|
-
length: string | number;
|
|
51
|
-
style: vue.StyleValue;
|
|
52
|
-
disabled: boolean;
|
|
53
|
-
size: string | number;
|
|
54
|
-
readonly: boolean;
|
|
55
|
-
tag: string;
|
|
56
|
-
density: Density;
|
|
57
|
-
modelValue: string | number;
|
|
58
|
-
ripple: boolean;
|
|
59
|
-
clearable: boolean;
|
|
60
|
-
hover: boolean;
|
|
61
|
-
itemAriaLabel: string;
|
|
62
|
-
emptyIcon: IconValue;
|
|
63
|
-
fullIcon: IconValue;
|
|
64
|
-
halfIncrements: boolean;
|
|
65
|
-
itemLabelPosition: string;
|
|
66
|
-
} & {
|
|
32
|
+
$props: {
|
|
33
|
+
length?: string | number | undefined;
|
|
34
|
+
style?: vue.StyleValue | undefined;
|
|
35
|
+
disabled?: boolean | undefined;
|
|
36
|
+
size?: string | number | undefined;
|
|
37
|
+
readonly?: boolean | undefined;
|
|
38
|
+
tag?: string | undefined;
|
|
39
|
+
density?: Density | undefined;
|
|
40
|
+
modelValue?: string | number | undefined;
|
|
41
|
+
ripple?: boolean | undefined;
|
|
42
|
+
clearable?: boolean | undefined;
|
|
43
|
+
hover?: boolean | undefined;
|
|
44
|
+
itemAriaLabel?: string | undefined;
|
|
45
|
+
emptyIcon?: IconValue | undefined;
|
|
46
|
+
fullIcon?: IconValue | undefined;
|
|
47
|
+
halfIncrements?: boolean | undefined;
|
|
48
|
+
itemLabelPosition?: string | undefined;
|
|
49
|
+
key?: string | number | symbol | undefined;
|
|
67
50
|
name?: string | undefined;
|
|
68
51
|
color?: string | undefined;
|
|
69
52
|
class?: any;
|
|
70
|
-
theme?: string | undefined;
|
|
71
|
-
activeColor?: string | undefined;
|
|
72
|
-
itemLabels?: string[] | undefined;
|
|
73
|
-
} & {
|
|
74
53
|
$children?: {} | vue.VNodeChild | {
|
|
75
54
|
item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
76
55
|
'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
77
56
|
};
|
|
57
|
+
ref?: vue.VNodeRef | undefined;
|
|
58
|
+
ref_for?: boolean | undefined;
|
|
59
|
+
ref_key?: string | undefined;
|
|
60
|
+
theme?: string | undefined;
|
|
78
61
|
'v-slots'?: {
|
|
79
62
|
item?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
80
63
|
'item-label'?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
81
64
|
} | undefined;
|
|
82
|
-
|
|
65
|
+
$slots?: {
|
|
66
|
+
item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
67
|
+
'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
68
|
+
} | undefined;
|
|
69
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
}>) => void)[] | undefined;
|
|
74
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
}>) => void)[] | undefined;
|
|
79
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80
|
+
[key: string]: any;
|
|
81
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
84
|
+
[key: string]: any;
|
|
85
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
}>) => void)[] | undefined;
|
|
88
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
91
|
+
[key: string]: any;
|
|
92
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
93
|
+
[key: string]: any;
|
|
94
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
95
|
+
[key: string]: any;
|
|
96
|
+
}>) => void)[] | undefined;
|
|
97
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
}>) => void)[] | undefined;
|
|
102
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
}>) => void)[] | undefined;
|
|
107
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
108
|
+
activeColor?: string | undefined;
|
|
83
109
|
"v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
110
|
+
itemLabels?: string[] | undefined;
|
|
84
111
|
"v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
85
|
-
}
|
|
86
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
87
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "length" | "style" | "disabled" | "size" | "readonly" | "tag" | "density" | "modelValue" | "ripple" | "clearable" | "hover" | "itemAriaLabel" | "emptyIcon" | "fullIcon" | "halfIncrements" | "itemLabelPosition">;
|
|
112
|
+
};
|
|
88
113
|
$attrs: {
|
|
89
114
|
[x: string]: unknown;
|
|
90
115
|
};
|
|
@@ -92,10 +117,15 @@ declare const VRating: {
|
|
|
92
117
|
[x: string]: unknown;
|
|
93
118
|
};
|
|
94
119
|
$slots: Readonly<{
|
|
95
|
-
|
|
120
|
+
item?: ((args_0: VRatingItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
121
|
+
[key: string]: any;
|
|
122
|
+
}>[]) | undefined;
|
|
123
|
+
'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
124
|
+
[key: string]: any;
|
|
125
|
+
}>[]) | undefined;
|
|
96
126
|
}>;
|
|
97
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
98
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
127
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
128
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
99
129
|
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
100
130
|
$el: any;
|
|
101
131
|
$options: vue.ComponentOptionsBase<{
|
|
@@ -134,6 +164,11 @@ declare const VRating: {
|
|
|
134
164
|
} & {
|
|
135
165
|
"v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
136
166
|
"v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
167
|
+
} & {
|
|
168
|
+
$slots?: {
|
|
169
|
+
item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
170
|
+
'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
171
|
+
} | undefined;
|
|
137
172
|
} & {
|
|
138
173
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
139
174
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -155,7 +190,14 @@ declare const VRating: {
|
|
|
155
190
|
fullIcon: IconValue;
|
|
156
191
|
halfIncrements: boolean;
|
|
157
192
|
itemLabelPosition: string;
|
|
158
|
-
}, {}, string
|
|
193
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
194
|
+
item: (args_0: VRatingItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
195
|
+
[key: string]: any;
|
|
196
|
+
}>[];
|
|
197
|
+
'item-label': (args_0: VRatingItemLabelSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
198
|
+
[key: string]: any;
|
|
199
|
+
}>[];
|
|
200
|
+
}>>> & {
|
|
159
201
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
160
202
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
161
203
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -170,7 +212,7 @@ declare const VRating: {
|
|
|
170
212
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
171
213
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
172
214
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
173
|
-
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;
|
|
215
|
+
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;
|
|
174
216
|
};
|
|
175
217
|
$forceUpdate: () => void;
|
|
176
218
|
$nextTick: typeof vue.nextTick;
|
|
@@ -211,6 +253,11 @@ declare const VRating: {
|
|
|
211
253
|
} & {
|
|
212
254
|
"v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
213
255
|
"v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
256
|
+
} & {
|
|
257
|
+
$slots?: {
|
|
258
|
+
item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
259
|
+
'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
260
|
+
} | undefined;
|
|
214
261
|
} & {
|
|
215
262
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
216
263
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -253,6 +300,11 @@ declare const VRating: {
|
|
|
253
300
|
} & {
|
|
254
301
|
"v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
255
302
|
"v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
303
|
+
} & {
|
|
304
|
+
$slots?: {
|
|
305
|
+
item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
|
|
306
|
+
'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
|
|
307
|
+
} | undefined;
|
|
256
308
|
} & {
|
|
257
309
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
258
310
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -274,7 +326,14 @@ declare const VRating: {
|
|
|
274
326
|
fullIcon: IconValue;
|
|
275
327
|
halfIncrements: boolean;
|
|
276
328
|
itemLabelPosition: string;
|
|
277
|
-
}, {}, string
|
|
329
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
330
|
+
item: (args_0: VRatingItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
331
|
+
[key: string]: any;
|
|
332
|
+
}>[];
|
|
333
|
+
'item-label': (args_0: VRatingItemLabelSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
334
|
+
[key: string]: any;
|
|
335
|
+
}>[];
|
|
336
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
278
337
|
theme: StringConstructor;
|
|
279
338
|
tag: {
|
|
280
339
|
type: StringConstructor;
|
|
@@ -1,23 +1,31 @@
|
|
|
1
1
|
.v-responsive {
|
|
2
|
-
display:
|
|
2
|
+
display: grid;
|
|
3
|
+
grid-template-rows: minmax(100%, 1fr);
|
|
4
|
+
grid-template-columns: 1fr;
|
|
3
5
|
flex: 1 0 auto;
|
|
4
6
|
max-height: 100%;
|
|
5
7
|
max-width: 100%;
|
|
6
8
|
overflow: hidden;
|
|
7
9
|
position: relative;
|
|
8
10
|
}
|
|
11
|
+
.v-responsive--inline {
|
|
12
|
+
display: inline-grid;
|
|
13
|
+
flex: 0 0 auto;
|
|
14
|
+
}
|
|
9
15
|
|
|
10
16
|
.v-responsive__content {
|
|
11
17
|
flex: 1 0 0px;
|
|
12
18
|
max-width: 100%;
|
|
13
19
|
}
|
|
14
20
|
|
|
15
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
16
|
-
margin-inline-start: -100%;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
21
|
.v-responsive__sizer {
|
|
20
22
|
flex: 1 0 0px;
|
|
21
23
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22
24
|
pointer-events: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.v-responsive__sizer,
|
|
28
|
+
.v-responsive__content {
|
|
29
|
+
grid-row-start: 1;
|
|
30
|
+
grid-column-start: 1;
|
|
23
31
|
}
|
|
@@ -20,6 +20,7 @@ export function useAspectStyles(props) {
|
|
|
20
20
|
export const makeVResponsiveProps = propsFactory({
|
|
21
21
|
aspectRatio: [String, Number],
|
|
22
22
|
contentClass: String,
|
|
23
|
+
inline: Boolean,
|
|
23
24
|
...makeComponentProps(),
|
|
24
25
|
...makeDimensionProps()
|
|
25
26
|
}, 'v-responsive');
|
|
@@ -37,7 +38,9 @@ export const VResponsive = genericComponent()({
|
|
|
37
38
|
dimensionStyles
|
|
38
39
|
} = useDimension(props);
|
|
39
40
|
useRender(() => _createVNode("div", {
|
|
40
|
-
"class": ['v-responsive',
|
|
41
|
+
"class": ['v-responsive', {
|
|
42
|
+
'v-responsive--inline': props.inline
|
|
43
|
+
}, props.class],
|
|
41
44
|
"style": [dimensionStyles.value, props.style]
|
|
42
45
|
}, [_createVNode("div", {
|
|
43
46
|
"class": "v-responsive__sizer",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VResponsive.mjs","names":["makeComponentProps","makeDimensionProps","useDimension","computed","genericComponent","propsFactory","useRender","useAspectStyles","props","aspectStyles","ratio","Number","aspectRatio","paddingBottom","String","undefined","makeVResponsiveProps","contentClass","VResponsive","name","setup","_ref","slots","dimensionStyles","_createVNode","class","value","style","additional","default"],"sources":["../../../src/components/VResponsive/VResponsive.tsx"],"sourcesContent":["// Styles\nimport './VResponsive.sass'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDimensionProps, useDimension } from '@/composables/dimensions'\n\n// Utilities\nimport { computed } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\nexport type VResponsiveSlots = {\n default: []\n additional: []\n}\n\nexport function useAspectStyles (props: { aspectRatio?: string | number }) {\n return {\n aspectStyles: computed(() => {\n const ratio = Number(props.aspectRatio)\n\n return ratio\n ? { paddingBottom: String(1 / ratio * 100) + '%' }\n : undefined\n }),\n }\n}\n\nexport const makeVResponsiveProps = propsFactory({\n aspectRatio: [String, Number],\n contentClass: String,\n\n ...makeComponentProps(),\n ...makeDimensionProps(),\n}, 'v-responsive')\n\nexport const VResponsive = genericComponent<VResponsiveSlots>()({\n name: 'VResponsive',\n\n props: makeVResponsiveProps(),\n\n setup (props, { slots }) {\n const { aspectStyles } = useAspectStyles(props)\n const { dimensionStyles } = useDimension(props)\n\n useRender(() => (\n <div\n class={[\n 'v-responsive',\n props.class,\n ]}\n style={[\n dimensionStyles.value,\n props.style,\n ]}\n >\n <div class=\"v-responsive__sizer\" style={ aspectStyles.value } />\n\n { slots.additional?.() }\n\n { slots.default && (\n <div class={['v-responsive__content', props.contentClass]}>{ slots.default() }</div>\n )}\n </div>\n ))\n\n return {}\n },\n})\n\nexport type VResponsive = InstanceType<typeof VResponsive>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,kBAAkB;AAAA,SAClBC,kBAAkB,EAAEC,YAAY,4CAEzC;AACA,SAASC,QAAQ,QAAQ,KAAK;AAAA,SACrBC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS;AAOlD,OAAO,SAASC,eAAeA,CAAEC,KAAwC,EAAE;EACzE,OAAO;IACLC,YAAY,EAAEN,QAAQ,CAAC,MAAM;MAC3B,MAAMO,KAAK,GAAGC,MAAM,CAACH,KAAK,CAACI,WAAW,CAAC;MAEvC,OAAOF,KAAK,GACR;QAAEG,aAAa,EAAEC,MAAM,CAAC,CAAC,GAAGJ,KAAK,GAAG,GAAG,CAAC,GAAG;MAAI,CAAC,GAChDK,SAAS;IACf,CAAC;EACH,CAAC;AACH;AAEA,OAAO,MAAMC,oBAAoB,GAAGX,YAAY,CAAC;EAC/CO,WAAW,EAAE,CAACE,MAAM,EAAEH,MAAM,CAAC;EAC7BM,YAAY,EAAEH,MAAM;
|
|
1
|
+
{"version":3,"file":"VResponsive.mjs","names":["makeComponentProps","makeDimensionProps","useDimension","computed","genericComponent","propsFactory","useRender","useAspectStyles","props","aspectStyles","ratio","Number","aspectRatio","paddingBottom","String","undefined","makeVResponsiveProps","contentClass","inline","Boolean","VResponsive","name","setup","_ref","slots","dimensionStyles","_createVNode","class","value","style","additional","default"],"sources":["../../../src/components/VResponsive/VResponsive.tsx"],"sourcesContent":["// Styles\nimport './VResponsive.sass'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDimensionProps, useDimension } from '@/composables/dimensions'\n\n// Utilities\nimport { computed } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\nexport type VResponsiveSlots = {\n default: []\n additional: []\n}\n\nexport function useAspectStyles (props: { aspectRatio?: string | number }) {\n return {\n aspectStyles: computed(() => {\n const ratio = Number(props.aspectRatio)\n\n return ratio\n ? { paddingBottom: String(1 / ratio * 100) + '%' }\n : undefined\n }),\n }\n}\n\nexport const makeVResponsiveProps = propsFactory({\n aspectRatio: [String, Number],\n contentClass: String,\n inline: Boolean,\n\n ...makeComponentProps(),\n ...makeDimensionProps(),\n}, 'v-responsive')\n\nexport const VResponsive = genericComponent<VResponsiveSlots>()({\n name: 'VResponsive',\n\n props: makeVResponsiveProps(),\n\n setup (props, { slots }) {\n const { aspectStyles } = useAspectStyles(props)\n const { dimensionStyles } = useDimension(props)\n\n useRender(() => (\n <div\n class={[\n 'v-responsive',\n { 'v-responsive--inline': props.inline },\n props.class,\n ]}\n style={[\n dimensionStyles.value,\n props.style,\n ]}\n >\n <div class=\"v-responsive__sizer\" style={ aspectStyles.value } />\n\n { slots.additional?.() }\n\n { slots.default && (\n <div class={['v-responsive__content', props.contentClass]}>{ slots.default() }</div>\n )}\n </div>\n ))\n\n return {}\n },\n})\n\nexport type VResponsive = InstanceType<typeof VResponsive>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,kBAAkB;AAAA,SAClBC,kBAAkB,EAAEC,YAAY,4CAEzC;AACA,SAASC,QAAQ,QAAQ,KAAK;AAAA,SACrBC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS;AAOlD,OAAO,SAASC,eAAeA,CAAEC,KAAwC,EAAE;EACzE,OAAO;IACLC,YAAY,EAAEN,QAAQ,CAAC,MAAM;MAC3B,MAAMO,KAAK,GAAGC,MAAM,CAACH,KAAK,CAACI,WAAW,CAAC;MAEvC,OAAOF,KAAK,GACR;QAAEG,aAAa,EAAEC,MAAM,CAAC,CAAC,GAAGJ,KAAK,GAAG,GAAG,CAAC,GAAG;MAAI,CAAC,GAChDK,SAAS;IACf,CAAC;EACH,CAAC;AACH;AAEA,OAAO,MAAMC,oBAAoB,GAAGX,YAAY,CAAC;EAC/CO,WAAW,EAAE,CAACE,MAAM,EAAEH,MAAM,CAAC;EAC7BM,YAAY,EAAEH,MAAM;EACpBI,MAAM,EAAEC,OAAO;EAEf,GAAGnB,kBAAkB,EAAE;EACvB,GAAGC,kBAAkB;AACvB,CAAC,EAAE,cAAc,CAAC;AAElB,OAAO,MAAMmB,WAAW,GAAGhB,gBAAgB,EAAoB,CAAC;EAC9DiB,IAAI,EAAE,aAAa;EAEnBb,KAAK,EAAEQ,oBAAoB,EAAE;EAE7BM,KAAKA,CAAEd,KAAK,EAAAe,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAM;MAAEd;IAAa,CAAC,GAAGF,eAAe,CAACC,KAAK,CAAC;IAC/C,MAAM;MAAEiB;IAAgB,CAAC,GAAGvB,YAAY,CAACM,KAAK,CAAC;IAE/CF,SAAS,CAAC,MAAAoB,YAAA;MAAA,SAEC,CACL,cAAc,EACd;QAAE,sBAAsB,EAAElB,KAAK,CAACU;MAAO,CAAC,EACxCV,KAAK,CAACmB,KAAK,CACZ;MAAA,SACM,CACLF,eAAe,CAACG,KAAK,EACrBpB,KAAK,CAACqB,KAAK;IACZ,IAAAH,YAAA;MAAA,SAEU,qBAAqB;MAAA,SAASjB,YAAY,CAACmB;IAAK,UAEzDJ,KAAK,CAACM,UAAU,IAAI,EAEpBN,KAAK,CAACO,OAAO,IAAAL,YAAA;MAAA,SACD,CAAC,uBAAuB,EAAElB,KAAK,CAACS,YAAY;IAAC,IAAIO,KAAK,CAACO,OAAO,EAAE,EAC7E,EAEJ,CAAC;IAEF,OAAO,CAAC,CAAC;EACX;AACF,CAAC,CAAC"}
|
|
@@ -1,21 +1,29 @@
|
|
|
1
1
|
@use '../../styles/settings'
|
|
2
2
|
|
|
3
3
|
.v-responsive
|
|
4
|
-
display:
|
|
4
|
+
display: grid
|
|
5
|
+
grid-template-rows: minmax(100%, 1fr)
|
|
6
|
+
grid-template-columns: 1fr
|
|
5
7
|
flex: 1 0 auto
|
|
6
8
|
max-height: 100%
|
|
7
9
|
max-width: 100%
|
|
8
10
|
overflow: hidden
|
|
9
11
|
position: relative
|
|
10
12
|
|
|
13
|
+
&--inline
|
|
14
|
+
display: inline-grid
|
|
15
|
+
flex: 0 0 auto
|
|
16
|
+
|
|
11
17
|
.v-responsive__content
|
|
12
18
|
flex: 1 0 0px
|
|
13
19
|
max-width: 100%
|
|
14
20
|
|
|
15
|
-
.v-responsive__sizer ~ .v-responsive__content
|
|
16
|
-
margin-inline-start: -100%
|
|
17
|
-
|
|
18
21
|
.v-responsive__sizer
|
|
19
22
|
flex: 1 0 0px
|
|
20
23
|
transition: padding-bottom 0.2s settings.$standard-easing
|
|
21
24
|
pointer-events: none
|
|
25
|
+
|
|
26
|
+
.v-responsive__sizer,
|
|
27
|
+
.v-responsive__content
|
|
28
|
+
grid-row-start: 1
|
|
29
|
+
grid-column-start: 1
|
|
@@ -9,11 +9,10 @@ declare const VResponsive: {
|
|
|
9
9
|
new (...args: any[]): {
|
|
10
10
|
$: vue.ComponentInternalInstance;
|
|
11
11
|
$data: {};
|
|
12
|
-
$props:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} & {
|
|
12
|
+
$props: {
|
|
13
|
+
inline?: boolean | undefined;
|
|
14
|
+
style?: vue.StyleValue | undefined;
|
|
15
|
+
key?: string | number | symbol | undefined;
|
|
17
16
|
height?: string | number | undefined;
|
|
18
17
|
width?: string | number | undefined;
|
|
19
18
|
aspectRatio?: string | number | undefined;
|
|
@@ -22,20 +21,63 @@ declare const VResponsive: {
|
|
|
22
21
|
minHeight?: string | number | undefined;
|
|
23
22
|
minWidth?: string | number | undefined;
|
|
24
23
|
class?: any;
|
|
25
|
-
contentClass?: string | undefined;
|
|
26
|
-
} & {
|
|
27
24
|
$children?: vue.VNodeChild | {
|
|
28
25
|
default?: (() => vue.VNodeChild) | undefined;
|
|
29
26
|
additional?: (() => vue.VNodeChild) | undefined;
|
|
30
27
|
} | (() => vue.VNodeChild);
|
|
28
|
+
ref?: vue.VNodeRef | undefined;
|
|
29
|
+
ref_for?: boolean | undefined;
|
|
30
|
+
ref_key?: string | undefined;
|
|
31
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
31
32
|
'v-slots'?: {
|
|
32
33
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
33
34
|
additional?: false | (() => vue.VNodeChild) | undefined;
|
|
34
35
|
} | undefined;
|
|
35
|
-
|
|
36
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
36
|
+
contentClass?: string | undefined;
|
|
37
37
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
|
38
|
-
|
|
38
|
+
$slots?: {
|
|
39
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
40
|
+
additional?: (() => vue.VNodeChild) | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
}>) => void)[] | undefined;
|
|
47
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
}>) => void)[] | undefined;
|
|
52
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
}>) => void)[] | undefined;
|
|
61
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
}>) => void)[] | undefined;
|
|
70
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
}>) => void)[] | undefined;
|
|
75
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
}>) => void)[] | undefined;
|
|
80
|
+
};
|
|
39
81
|
$attrs: {
|
|
40
82
|
[x: string]: unknown;
|
|
41
83
|
};
|
|
@@ -43,13 +85,19 @@ declare const VResponsive: {
|
|
|
43
85
|
[x: string]: unknown;
|
|
44
86
|
};
|
|
45
87
|
$slots: Readonly<{
|
|
46
|
-
|
|
88
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
}>[]) | undefined;
|
|
91
|
+
additional?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
}>[]) | undefined;
|
|
47
94
|
}>;
|
|
48
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
49
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
95
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
96
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
50
97
|
$emit: (event: string, ...args: any[]) => void;
|
|
51
98
|
$el: any;
|
|
52
99
|
$options: vue.ComponentOptionsBase<{
|
|
100
|
+
inline: boolean;
|
|
53
101
|
style: vue.StyleValue;
|
|
54
102
|
} & {
|
|
55
103
|
height?: string | number | undefined;
|
|
@@ -73,9 +121,22 @@ declare const VResponsive: {
|
|
|
73
121
|
} & {
|
|
74
122
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
75
123
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
|
124
|
+
} & {
|
|
125
|
+
$slots?: {
|
|
126
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
127
|
+
additional?: (() => vue.VNodeChild) | undefined;
|
|
128
|
+
} | undefined;
|
|
76
129
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
130
|
+
inline: boolean;
|
|
77
131
|
style: vue.StyleValue;
|
|
78
|
-
}, {}, string
|
|
132
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
133
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
134
|
+
[key: string]: any;
|
|
135
|
+
}>[];
|
|
136
|
+
additional: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
137
|
+
[key: string]: any;
|
|
138
|
+
}>[];
|
|
139
|
+
}>>> & {
|
|
79
140
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
80
141
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
81
142
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -90,12 +151,13 @@ declare const VResponsive: {
|
|
|
90
151
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
91
152
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
92
153
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
93
|
-
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;
|
|
154
|
+
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;
|
|
94
155
|
};
|
|
95
156
|
$forceUpdate: () => void;
|
|
96
157
|
$nextTick: typeof vue.nextTick;
|
|
97
158
|
$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;
|
|
98
159
|
} & {
|
|
160
|
+
inline: boolean;
|
|
99
161
|
style: vue.StyleValue;
|
|
100
162
|
} & {
|
|
101
163
|
height?: string | number | undefined;
|
|
@@ -119,11 +181,17 @@ declare const VResponsive: {
|
|
|
119
181
|
} & {
|
|
120
182
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
121
183
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
|
184
|
+
} & {
|
|
185
|
+
$slots?: {
|
|
186
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
187
|
+
additional?: (() => vue.VNodeChild) | undefined;
|
|
188
|
+
} | undefined;
|
|
122
189
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
123
190
|
__isFragment?: undefined;
|
|
124
191
|
__isTeleport?: undefined;
|
|
125
192
|
__isSuspense?: undefined;
|
|
126
193
|
} & vue.ComponentOptionsBase<{
|
|
194
|
+
inline: boolean;
|
|
127
195
|
style: vue.StyleValue;
|
|
128
196
|
} & {
|
|
129
197
|
height?: string | number | undefined;
|
|
@@ -147,9 +215,22 @@ declare const VResponsive: {
|
|
|
147
215
|
} & {
|
|
148
216
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
149
217
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
|
218
|
+
} & {
|
|
219
|
+
$slots?: {
|
|
220
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
221
|
+
additional?: (() => vue.VNodeChild) | undefined;
|
|
222
|
+
} | undefined;
|
|
150
223
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
224
|
+
inline: boolean;
|
|
151
225
|
style: vue.StyleValue;
|
|
152
|
-
}, {}, string
|
|
226
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
227
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
228
|
+
[key: string]: any;
|
|
229
|
+
}>[];
|
|
230
|
+
additional: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
231
|
+
[key: string]: any;
|
|
232
|
+
}>[];
|
|
233
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
153
234
|
height: (StringConstructor | NumberConstructor)[];
|
|
154
235
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
155
236
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -163,6 +244,7 @@ declare const VResponsive: {
|
|
|
163
244
|
};
|
|
164
245
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
165
246
|
contentClass: StringConstructor;
|
|
247
|
+
inline: BooleanConstructor;
|
|
166
248
|
}, vue.ExtractPropTypes<{
|
|
167
249
|
height: (StringConstructor | NumberConstructor)[];
|
|
168
250
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
@@ -177,6 +259,7 @@ declare const VResponsive: {
|
|
|
177
259
|
};
|
|
178
260
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
179
261
|
contentClass: StringConstructor;
|
|
262
|
+
inline: BooleanConstructor;
|
|
180
263
|
}>>;
|
|
181
264
|
type VResponsive = InstanceType<typeof VResponsive>;
|
|
182
265
|
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
}
|
|
18
|
+
.v-select .v-field--variant-outlined {
|
|
19
|
+
--select-chips-margin-bottom: 2px;
|
|
20
|
+
}
|
|
18
21
|
.v-select .v-field .v-field__input > input {
|
|
19
22
|
align-self: flex-start;
|
|
20
23
|
opacity: 1;
|
|
@@ -24,10 +27,6 @@
|
|
|
24
27
|
transition: none;
|
|
25
28
|
pointer-events: none;
|
|
26
29
|
}
|
|
27
|
-
.v-select .v-field .v-field__append-inner > .v-icon {
|
|
28
|
-
margin-inline-start: 4px;
|
|
29
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
30
|
-
}
|
|
31
30
|
.v-select .v-field--dirty .v-select__selection {
|
|
32
31
|
margin-inline-end: 2px;
|
|
33
32
|
}
|
|
@@ -47,17 +46,24 @@
|
|
|
47
46
|
line-height: inherit;
|
|
48
47
|
max-width: 100%;
|
|
49
48
|
}
|
|
50
|
-
.v-select--
|
|
51
|
-
|
|
52
|
-
transform: rotate(180deg);
|
|
49
|
+
.v-select--chips .v-field__input, .v-select--selection-slot .v-field__input {
|
|
50
|
+
min-height: calc(var(--v-field-input-min-height) + var(--select-chips-margin-bottom) + 2px);
|
|
53
51
|
}
|
|
54
|
-
.v-select--chips .v-select__selection {
|
|
52
|
+
.v-select--chips .v-select__selection, .v-select--selection-slot .v-select__selection {
|
|
55
53
|
margin-top: 2px;
|
|
56
54
|
margin-bottom: var(--select-chips-margin-bottom);
|
|
57
55
|
}
|
|
58
|
-
.v-select--chips .v-select__selection:first-child {
|
|
56
|
+
.v-select--chips .v-select__selection:first-child, .v-select--selection-slot .v-select__selection:first-child {
|
|
59
57
|
margin-inline-start: 0;
|
|
60
58
|
}
|
|
61
59
|
.v-select--selected .v-field .v-field__input > input {
|
|
62
60
|
opacity: 0;
|
|
61
|
+
}
|
|
62
|
+
.v-select__menu-icon {
|
|
63
|
+
margin-inline-start: 4px;
|
|
64
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
65
|
+
}
|
|
66
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
67
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
68
|
+
transform: rotate(180deg);
|
|
63
69
|
}
|