vuetify 3.3.0 → 3.3.1

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.
Files changed (203) hide show
  1. package/dist/json/attributes.json +51 -19
  2. package/dist/json/importMap.json +22 -22
  3. package/dist/json/tags.json +8 -0
  4. package/dist/json/web-types.json +528 -448
  5. package/dist/vuetify-labs.css +84 -83
  6. package/dist/vuetify-labs.d.ts +5572 -10787
  7. package/dist/vuetify-labs.esm.js +173 -29
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +173 -29
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +113 -112
  12. package/dist/vuetify.d.ts +3683 -7528
  13. package/dist/vuetify.esm.js +4 -4
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +4 -4
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +4 -4
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  21. package/lib/components/VAlert/_variables.scss +2 -2
  22. package/lib/components/VAlert/index.d.mts +15 -73
  23. package/lib/components/VApp/index.d.mts +0 -15
  24. package/lib/components/VAppBar/index.d.mts +0 -81
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.mts +117 -171
  27. package/lib/components/VAvatar/_variables.scss +1 -1
  28. package/lib/components/VAvatar/index.d.mts +0 -15
  29. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  30. package/lib/components/VBadge/index.d.mts +0 -19
  31. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  32. package/lib/components/VBanner/index.d.mts +0 -57
  33. package/lib/components/VBottomNavigation/index.d.mts +0 -15
  34. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  35. package/lib/components/VBreadcrumbs/index.d.mts +30 -60
  36. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  37. package/lib/components/VBtn/_variables.scss +15 -15
  38. package/lib/components/VBtn/index.d.mts +0 -27
  39. package/lib/components/VBtnGroup/index.d.mts +0 -15
  40. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  41. package/lib/components/VBtnToggle/index.d.mts +19 -34
  42. package/lib/components/VCard/VCard.mjs.map +1 -1
  43. package/lib/components/VCard/VCard.sass +2 -2
  44. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  45. package/lib/components/VCard/_variables.scss +10 -11
  46. package/lib/components/VCard/index.d.mts +15 -157
  47. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  48. package/lib/components/VCarousel/index.d.mts +79 -237
  49. package/lib/components/VCheckbox/index.d.mts +143 -229
  50. package/lib/components/VChip/VChip.mjs.map +1 -1
  51. package/lib/components/VChip/index.d.mts +19 -82
  52. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  53. package/lib/components/VChipGroup/index.d.mts +19 -58
  54. package/lib/components/VCode/index.d.mts +0 -15
  55. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  56. package/lib/components/VCombobox/index.d.mts +117 -171
  57. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  58. package/lib/components/VCounter/index.d.mts +19 -34
  59. package/lib/components/VDefaultsProvider/index.d.mts +0 -15
  60. package/lib/components/VDialog/index.d.mts +112 -238
  61. package/lib/components/VDivider/index.d.mts +0 -15
  62. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  63. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  64. package/lib/components/VExpansionPanel/index.d.mts +34 -106
  65. package/lib/components/VField/VField.mjs.map +1 -1
  66. package/lib/components/VField/VField.sass +0 -1
  67. package/lib/components/VField/_variables.scss +1 -0
  68. package/lib/components/VField/index.d.mts +34 -49
  69. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  70. package/lib/components/VFileInput/index.d.mts +331 -487
  71. package/lib/components/VFooter/_variables.scss +1 -1
  72. package/lib/components/VFooter/index.d.mts +0 -15
  73. package/lib/components/VForm/VForm.mjs.map +1 -1
  74. package/lib/components/VForm/index.d.mts +19 -146
  75. package/lib/components/VGrid/index.d.mts +0 -60
  76. package/lib/components/VHover/VHover.mjs.map +1 -1
  77. package/lib/components/VHover/index.d.mts +19 -46
  78. package/lib/components/VIcon/index.d.mts +0 -30
  79. package/lib/components/VImg/VImg.mjs.map +1 -1
  80. package/lib/components/VImg/index.d.mts +0 -27
  81. package/lib/components/VInput/VInput.mjs +1 -1
  82. package/lib/components/VInput/VInput.mjs.map +1 -1
  83. package/lib/components/VInput/_variables.scss +1 -1
  84. package/lib/components/VInput/index.d.mts +79 -110
  85. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  86. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  87. package/lib/components/VItemGroup/index.d.mts +38 -120
  88. package/lib/components/VKbd/index.d.mts +0 -15
  89. package/lib/components/VLabel/index.d.mts +0 -15
  90. package/lib/components/VLayout/index.d.mts +0 -30
  91. package/lib/components/VLazy/index.d.mts +0 -15
  92. package/lib/components/VList/VListChildren.mjs.map +1 -1
  93. package/lib/components/VList/VListGroup.mjs.map +1 -1
  94. package/lib/components/VList/VListItem.mjs.map +1 -1
  95. package/lib/components/VList/_variables.scss +6 -6
  96. package/lib/components/VList/index.d.mts +164 -316
  97. package/lib/components/VLocaleProvider/index.d.mts +0 -15
  98. package/lib/components/VMain/index.d.mts +0 -15
  99. package/lib/components/VMenu/index.d.mts +112 -238
  100. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  101. package/lib/components/VMessages/index.d.mts +15 -30
  102. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  103. package/lib/components/VNavigationDrawer/index.d.mts +15 -42
  104. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  105. package/lib/components/VOverlay/index.d.mts +34 -73
  106. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  107. package/lib/components/VPagination/index.d.mts +75 -106
  108. package/lib/components/VParallax/index.d.mts +0 -27
  109. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  110. package/lib/components/VProgressCircular/index.d.mts +19 -42
  111. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  112. package/lib/components/VProgressLinear/index.d.mts +19 -46
  113. package/lib/components/VRadio/index.d.mts +30 -65
  114. package/lib/components/VRadioGroup/index.d.mts +109 -160
  115. package/lib/components/VRangeSlider/index.d.mts +94 -137
  116. package/lib/components/VRating/VRating.mjs.map +1 -1
  117. package/lib/components/VRating/index.d.mts +30 -49
  118. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  119. package/lib/components/VResponsive/index.d.mts +0 -19
  120. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  121. package/lib/components/VSelect/index.d.mts +117 -171
  122. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  123. package/lib/components/VSelectionControl/index.d.mts +22 -22
  124. package/lib/components/VSelectionControlGroup/index.d.mts +0 -15
  125. package/lib/components/VSheet/index.d.mts +0 -15
  126. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  127. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  128. package/lib/components/VSlideGroup/index.d.mts +68 -126
  129. package/lib/components/VSlider/VSlider.css +5 -4
  130. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  131. package/lib/components/VSlider/VSlider.sass +5 -4
  132. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  133. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  134. package/lib/components/VSlider/index.d.mts +94 -137
  135. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  136. package/lib/components/VSnackbar/_variables.scss +1 -1
  137. package/lib/components/VSnackbar/index.d.mts +93 -215
  138. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  139. package/lib/components/VSwitch/index.d.mts +124 -179
  140. package/lib/components/VSystemBar/_variables.scss +2 -2
  141. package/lib/components/VSystemBar/index.d.mts +0 -15
  142. package/lib/components/VTable/VTable.mjs.map +1 -1
  143. package/lib/components/VTable/_variables.scss +1 -1
  144. package/lib/components/VTable/index.d.mts +0 -27
  145. package/lib/components/VTabs/index.d.mts +0 -30
  146. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  147. package/lib/components/VTextField/index.d.mts +361 -497
  148. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  149. package/lib/components/VTextarea/index.d.mts +312 -444
  150. package/lib/components/VThemeProvider/index.d.mts +0 -15
  151. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  152. package/lib/components/VTimeline/index.d.mts +0 -38
  153. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  154. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  155. package/lib/components/VToolbar/_variables.scss +2 -2
  156. package/lib/components/VToolbar/index.d.mts +0 -69
  157. package/lib/components/VTooltip/index.d.mts +112 -238
  158. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  159. package/lib/components/VValidation/index.d.mts +19 -90
  160. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  161. package/lib/components/VVirtualScroll/index.d.mts +17 -17
  162. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  163. package/lib/components/VWindow/index.d.mts +64 -138
  164. package/lib/components/index.d.mts +3269 -7114
  165. package/lib/components/transitions/index.d.mts +0 -240
  166. package/lib/composables/loader.mjs.map +1 -1
  167. package/lib/entry-bundler.mjs +1 -1
  168. package/lib/framework.mjs +1 -1
  169. package/lib/index.d.mts +6 -6
  170. package/lib/labs/VBottomSheet/index.d.mts +34 -73
  171. package/lib/labs/VDataIterator/VDataIterator.mjs +6 -3
  172. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
  173. package/lib/labs/VDataIterator/composables/items.mjs +7 -1
  174. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
  175. package/lib/labs/VDataIterator/index.d.mts +115 -105
  176. package/lib/labs/VDataTable/VDataTable.mjs +6 -3
  177. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  178. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  179. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  180. package/lib/labs/VDataTable/VDataTableHeaders.mjs +4 -3
  181. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  182. package/lib/labs/VDataTable/VDataTableRow.mjs +1 -0
  183. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  184. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  185. package/lib/labs/VDataTable/VDataTableServer.mjs +8 -3
  186. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -3
  188. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  189. package/lib/labs/VDataTable/composables/items.mjs +7 -1
  190. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  191. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  192. package/lib/labs/VDataTable/composables/select.mjs +124 -8
  193. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  194. package/lib/labs/VDataTable/index.d.mts +1630 -2916
  195. package/lib/labs/VDataTable/types.mjs.map +1 -1
  196. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  197. package/lib/labs/VInfiniteScroll/index.d.mts +60 -91
  198. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  199. package/lib/labs/VSkeletonLoader/index.d.mts +0 -15
  200. package/lib/labs/components.d.mts +1882 -3252
  201. package/lib/styles/settings/_colors.scss +18 -15
  202. package/lib/util/defineComponent.mjs.map +1 -1
  203. package/package.json +4 -3
@@ -1 +1 @@
1
- {"version":3,"file":"VSliderTrack.mjs","names":["VSliderSymbol","makeComponentProps","useBackgroundColor","useRounded","computed","inject","convertToUnit","genericComponent","propsFactory","useRender","makeVSliderTrackProps","start","type","Number","required","stop","VSliderTrack","name","props","emits","setup","_ref","slots","slider","Error","color","horizontalDirection","parsedTicks","rounded","showTicks","tickSize","trackColor","trackFillColor","trackSize","vertical","min","max","roundedClasses","backgroundColorClasses","trackFillColorClasses","backgroundColorStyles","trackFillColorStyles","trackColorClasses","trackColorStyles","startDir","value","endDir","backgroundStyles","trackFillWidth","trackFillStyles","computedTicks","ticks","slice","reverse","map","tick","index","directionProperty","directionValue","position","undefined","_createVNode","label","class","direction","style"],"sources":["../../../src/components/VSlider/VSliderTrack.tsx"],"sourcesContent":["// Styles\nimport './VSliderTrack.sass'\n\n// Components\nimport { type Tick, VSliderSymbol } from './slider'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { useBackgroundColor } from '@/composables/color'\nimport { useRounded } from '@/composables/rounded'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\nexport type VSliderTrackSlots = {\n 'tick-label': [{ tick: Tick, index: number }]\n}\n\nexport const makeVSliderTrackProps = propsFactory({\n start: {\n type: Number,\n required: true,\n },\n stop: {\n type: Number,\n required: true,\n },\n\n ...makeComponentProps(),\n}, 'v-slider-track')\n\nexport const VSliderTrack = genericComponent<VSliderTrackSlots>()({\n name: 'VSliderTrack',\n\n props: makeVSliderTrackProps(),\n\n emits: {},\n\n setup (props, { slots }) {\n const slider = inject(VSliderSymbol)\n\n if (!slider) throw new Error('[Vuetify] v-slider-track must be inside v-slider or v-range-slider')\n\n const {\n color,\n horizontalDirection,\n parsedTicks,\n rounded,\n showTicks,\n tickSize,\n trackColor,\n trackFillColor,\n trackSize,\n vertical,\n min,\n max,\n } = slider\n\n const { roundedClasses } = useRounded(rounded)\n\n const {\n backgroundColorClasses: trackFillColorClasses,\n backgroundColorStyles: trackFillColorStyles,\n } = useBackgroundColor(trackFillColor)\n\n const {\n backgroundColorClasses: trackColorClasses,\n backgroundColorStyles: trackColorStyles,\n } = useBackgroundColor(trackColor)\n\n const startDir = computed(() => `inset-${vertical.value ? 'block-end' : 'inline-start'}`)\n const endDir = computed(() => vertical.value ? 'height' : 'width')\n\n const backgroundStyles = computed(() => {\n return {\n [startDir.value]: '0%',\n [endDir.value]: '100%',\n }\n })\n\n const trackFillWidth = computed(() => props.stop - props.start)\n\n const trackFillStyles = computed(() => {\n return {\n [startDir.value]: convertToUnit(props.start, '%'),\n [endDir.value]: convertToUnit(trackFillWidth.value, '%'),\n }\n })\n\n const computedTicks = computed(() => {\n if (!showTicks.value) return []\n\n const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value\n\n return ticks.map((tick, index) => {\n const directionProperty = vertical.value ? 'bottom' : 'margin-inline-start'\n const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined\n\n return (\n <div\n key={ tick.value }\n class={[\n 'v-slider-track__tick',\n {\n 'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,\n 'v-slider-track__tick--first': tick.value === min.value,\n 'v-slider-track__tick--last': tick.value === max.value,\n },\n ]}\n style={{ [directionProperty]: directionValue }}\n >\n {\n (tick.label || slots['tick-label']) && (\n <div class=\"v-slider-track__tick-label\">\n { slots['tick-label']?.({ tick, index }) ?? tick.label }\n </div>\n )\n }\n </div>\n )\n })\n })\n\n useRender(() => {\n return (\n <div\n class={[\n 'v-slider-track',\n roundedClasses.value,\n props.class,\n ]}\n style={[\n {\n '--v-slider-track-size': convertToUnit(trackSize.value),\n '--v-slider-tick-size': convertToUnit(tickSize.value),\n direction: !vertical.value ? horizontalDirection.value : undefined,\n },\n props.style,\n ]}\n >\n <div\n class={[\n 'v-slider-track__background',\n trackColorClasses.value,\n {\n 'v-slider-track__background--opacity': !!color.value || !trackFillColor.value,\n },\n ]}\n style={{\n ...backgroundStyles.value,\n ...trackColorStyles.value,\n }}\n />\n <div\n class={[\n 'v-slider-track__fill',\n trackFillColorClasses.value,\n ]}\n style={{\n ...trackFillStyles.value,\n ...trackFillColorStyles.value,\n }}\n />\n\n { showTicks.value && (\n <div\n class={[\n 'v-slider-track__ticks',\n {\n 'v-slider-track__ticks--always-show': showTicks.value === 'always',\n },\n ]}\n >\n { computedTicks.value }\n </div>\n )}\n </div>\n )\n })\n\n return {}\n },\n})\n\nexport type VSliderTrack = InstanceType<typeof VSliderTrack>\n"],"mappings":"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"}
1
+ {"version":3,"file":"VSliderTrack.mjs","names":["VSliderSymbol","makeComponentProps","useBackgroundColor","useRounded","computed","inject","convertToUnit","genericComponent","propsFactory","useRender","makeVSliderTrackProps","start","type","Number","required","stop","VSliderTrack","name","props","emits","setup","_ref","slots","slider","Error","color","horizontalDirection","parsedTicks","rounded","showTicks","tickSize","trackColor","trackFillColor","trackSize","vertical","min","max","roundedClasses","backgroundColorClasses","trackFillColorClasses","backgroundColorStyles","trackFillColorStyles","trackColorClasses","trackColorStyles","startDir","value","endDir","backgroundStyles","trackFillWidth","trackFillStyles","computedTicks","ticks","slice","reverse","map","tick","index","directionProperty","directionValue","position","undefined","_createVNode","label","class","direction","style"],"sources":["../../../src/components/VSlider/VSliderTrack.tsx"],"sourcesContent":["// Styles\nimport './VSliderTrack.sass'\n\n// Components\nimport { type Tick, VSliderSymbol } from './slider'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { useBackgroundColor } from '@/composables/color'\nimport { useRounded } from '@/composables/rounded'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\nexport type VSliderTrackSlots = {\n 'tick-label': { tick: Tick, index: number }\n}\n\nexport const makeVSliderTrackProps = propsFactory({\n start: {\n type: Number,\n required: true,\n },\n stop: {\n type: Number,\n required: true,\n },\n\n ...makeComponentProps(),\n}, 'v-slider-track')\n\nexport const VSliderTrack = genericComponent<VSliderTrackSlots>()({\n name: 'VSliderTrack',\n\n props: makeVSliderTrackProps(),\n\n emits: {},\n\n setup (props, { slots }) {\n const slider = inject(VSliderSymbol)\n\n if (!slider) throw new Error('[Vuetify] v-slider-track must be inside v-slider or v-range-slider')\n\n const {\n color,\n horizontalDirection,\n parsedTicks,\n rounded,\n showTicks,\n tickSize,\n trackColor,\n trackFillColor,\n trackSize,\n vertical,\n min,\n max,\n } = slider\n\n const { roundedClasses } = useRounded(rounded)\n\n const {\n backgroundColorClasses: trackFillColorClasses,\n backgroundColorStyles: trackFillColorStyles,\n } = useBackgroundColor(trackFillColor)\n\n const {\n backgroundColorClasses: trackColorClasses,\n backgroundColorStyles: trackColorStyles,\n } = useBackgroundColor(trackColor)\n\n const startDir = computed(() => `inset-${vertical.value ? 'block-end' : 'inline-start'}`)\n const endDir = computed(() => vertical.value ? 'height' : 'width')\n\n const backgroundStyles = computed(() => {\n return {\n [startDir.value]: '0%',\n [endDir.value]: '100%',\n }\n })\n\n const trackFillWidth = computed(() => props.stop - props.start)\n\n const trackFillStyles = computed(() => {\n return {\n [startDir.value]: convertToUnit(props.start, '%'),\n [endDir.value]: convertToUnit(trackFillWidth.value, '%'),\n }\n })\n\n const computedTicks = computed(() => {\n if (!showTicks.value) return []\n\n const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value\n\n return ticks.map((tick, index) => {\n const directionProperty = vertical.value ? 'bottom' : 'margin-inline-start'\n const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined\n\n return (\n <div\n key={ tick.value }\n class={[\n 'v-slider-track__tick',\n {\n 'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,\n 'v-slider-track__tick--first': tick.value === min.value,\n 'v-slider-track__tick--last': tick.value === max.value,\n },\n ]}\n style={{ [directionProperty]: directionValue }}\n >\n {\n (tick.label || slots['tick-label']) && (\n <div class=\"v-slider-track__tick-label\">\n { slots['tick-label']?.({ tick, index }) ?? tick.label }\n </div>\n )\n }\n </div>\n )\n })\n })\n\n useRender(() => {\n return (\n <div\n class={[\n 'v-slider-track',\n roundedClasses.value,\n props.class,\n ]}\n style={[\n {\n '--v-slider-track-size': convertToUnit(trackSize.value),\n '--v-slider-tick-size': convertToUnit(tickSize.value),\n direction: !vertical.value ? horizontalDirection.value : undefined,\n },\n props.style,\n ]}\n >\n <div\n class={[\n 'v-slider-track__background',\n trackColorClasses.value,\n {\n 'v-slider-track__background--opacity': !!color.value || !trackFillColor.value,\n },\n ]}\n style={{\n ...backgroundStyles.value,\n ...trackColorStyles.value,\n }}\n />\n <div\n class={[\n 'v-slider-track__fill',\n trackFillColorClasses.value,\n ]}\n style={{\n ...trackFillStyles.value,\n ...trackFillColorStyles.value,\n }}\n />\n\n { showTicks.value && (\n <div\n class={[\n 'v-slider-track__ticks',\n {\n 'v-slider-track__ticks--always-show': showTicks.value === 'always',\n },\n ]}\n >\n { computedTicks.value }\n </div>\n )}\n </div>\n )\n })\n\n return {}\n },\n})\n\nexport type VSliderTrack = InstanceType<typeof VSliderTrack>\n"],"mappings":"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"}
@@ -70,40 +70,30 @@ declare const VSlider: {
70
70
  color?: string | undefined;
71
71
  label?: string | undefined;
72
72
  class?: any;
73
- $children?: vue.VNodeChild | ((args_0: VInputSlot) => vue.VNodeChild) | {
74
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
75
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
76
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
77
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
78
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
79
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
73
+ $children?: vue.VNodeChild | ((arg: VInputSlot) => vue.VNodeChild) | {
74
+ default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
75
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
76
+ append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
77
+ details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
78
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
79
+ label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
80
80
  'tick-label'?: (() => vue.VNodeChild) | undefined;
81
81
  'thumb-label'?: (() => vue.VNodeChild) | undefined;
82
82
  };
83
83
  ref?: vue.VNodeRef | undefined;
84
84
  ref_for?: boolean | undefined;
85
85
  ref_key?: string | undefined;
86
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
86
+ "v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
87
87
  'v-slots'?: {
88
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
89
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
90
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
91
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
92
- message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
93
- label?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
88
+ default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
89
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
90
+ append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
91
+ details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
92
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
93
+ label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
94
94
  'tick-label'?: false | (() => vue.VNodeChild) | undefined;
95
95
  'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
96
96
  } | undefined;
97
- $slots?: {
98
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
99
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
100
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
101
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
102
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
103
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
104
- 'tick-label'?: (() => vue.VNodeChild) | undefined;
105
- 'thumb-label'?: (() => vue.VNodeChild) | undefined;
106
- } | undefined;
107
97
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
108
98
  [key: string]: any;
109
99
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -142,21 +132,21 @@ declare const VSlider: {
142
132
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
143
133
  [key: string]: any;
144
134
  }>) => void)[] | undefined;
145
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
146
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
135
+ "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
136
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
147
137
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
148
138
  prependIcon?: IconValue | undefined;
149
139
  appendIcon?: IconValue | undefined;
150
140
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
151
141
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
152
142
  'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((value: boolean) => any)) | undefined;
153
- "v-slot:label"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
154
- "v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
143
+ "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
144
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
155
145
  validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
156
146
  validationValue?: any;
157
147
  hint?: string | undefined;
158
148
  hideDetails?: boolean | "auto" | undefined;
159
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
149
+ "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
160
150
  "v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
161
151
  trackColor?: string | undefined;
162
152
  trackFillColor?: string | undefined;
@@ -173,22 +163,22 @@ declare const VSlider: {
173
163
  [x: string]: unknown;
174
164
  };
175
165
  $slots: Readonly<{
176
- default?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
166
+ default?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
177
167
  [key: string]: any;
178
168
  }>[]) | undefined;
179
- prepend?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
169
+ prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
180
170
  [key: string]: any;
181
171
  }>[]) | undefined;
182
- append?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
172
+ append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
183
173
  [key: string]: any;
184
174
  }>[]) | undefined;
185
- details?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
175
+ details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
186
176
  [key: string]: any;
187
177
  }>[]) | undefined;
188
- message?: ((args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
178
+ message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
189
179
  [key: string]: any;
190
180
  }>[]) | undefined;
191
- label?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
181
+ label?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
192
182
  [key: string]: any;
193
183
  }>[]) | undefined;
194
184
  'tick-label'?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -248,46 +238,35 @@ declare const VSlider: {
248
238
  thumbLabel?: boolean | "always" | undefined;
249
239
  ticks?: readonly number[] | Record<number, string> | undefined;
250
240
  } & {
251
- $children?: vue.VNodeChild | ((args_0: VInputSlot) => vue.VNodeChild) | {
252
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
253
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
254
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
255
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
256
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
257
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
241
+ $children?: vue.VNodeChild | ((arg: VInputSlot) => vue.VNodeChild) | {
242
+ default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
243
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
244
+ append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
245
+ details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
246
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
247
+ label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
258
248
  'tick-label'?: (() => vue.VNodeChild) | undefined;
259
249
  'thumb-label'?: (() => vue.VNodeChild) | undefined;
260
250
  };
261
251
  'v-slots'?: {
262
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
263
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
264
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
265
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
266
- message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
267
- label?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
252
+ default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
253
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
254
+ append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
255
+ details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
256
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
257
+ label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
268
258
  'tick-label'?: false | (() => vue.VNodeChild) | undefined;
269
259
  'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
270
260
  } | undefined;
271
261
  } & {
272
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
273
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
274
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
275
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
276
- "v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
277
- "v-slot:label"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
262
+ "v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
263
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
264
+ "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
265
+ "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
266
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
267
+ "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
278
268
  "v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
279
269
  "v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
280
- } & {
281
- $slots?: {
282
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
283
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
284
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
285
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
286
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
287
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
288
- 'tick-label'?: (() => vue.VNodeChild) | undefined;
289
- 'thumb-label'?: (() => vue.VNodeChild) | undefined;
290
- } | undefined;
291
270
  } & {
292
271
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
293
272
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
@@ -325,22 +304,22 @@ declare const VSlider: {
325
304
  thumbLabel: boolean | "always" | undefined;
326
305
  thumbSize: string | number;
327
306
  }, {}, string, vue.SlotsType<Partial<{
328
- default: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
307
+ default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
329
308
  [key: string]: any;
330
309
  }>[];
331
- prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
310
+ prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
332
311
  [key: string]: any;
333
312
  }>[];
334
- append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
313
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
335
314
  [key: string]: any;
336
315
  }>[];
337
- details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
316
+ details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
338
317
  [key: string]: any;
339
318
  }>[];
340
- message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
319
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
341
320
  [key: string]: any;
342
321
  }>[];
343
- label: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
322
+ label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
344
323
  [key: string]: any;
345
324
  }>[];
346
325
  'tick-label': () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -415,46 +394,35 @@ declare const VSlider: {
415
394
  thumbLabel?: boolean | "always" | undefined;
416
395
  ticks?: readonly number[] | Record<number, string> | undefined;
417
396
  } & {
418
- $children?: vue.VNodeChild | ((args_0: VInputSlot) => vue.VNodeChild) | {
419
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
420
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
421
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
422
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
423
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
424
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
397
+ $children?: vue.VNodeChild | ((arg: VInputSlot) => vue.VNodeChild) | {
398
+ default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
399
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
400
+ append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
401
+ details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
402
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
403
+ label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
425
404
  'tick-label'?: (() => vue.VNodeChild) | undefined;
426
405
  'thumb-label'?: (() => vue.VNodeChild) | undefined;
427
406
  };
428
407
  'v-slots'?: {
429
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
430
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
431
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
432
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
433
- message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
434
- label?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
408
+ default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
409
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
410
+ append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
411
+ details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
412
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
413
+ label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
435
414
  'tick-label'?: false | (() => vue.VNodeChild) | undefined;
436
415
  'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
437
416
  } | undefined;
438
417
  } & {
439
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
440
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
441
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
442
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
443
- "v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
444
- "v-slot:label"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
418
+ "v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
419
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
420
+ "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
421
+ "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
422
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
423
+ "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
445
424
  "v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
446
425
  "v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
447
- } & {
448
- $slots?: {
449
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
450
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
451
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
452
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
453
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
454
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
455
- 'tick-label'?: (() => vue.VNodeChild) | undefined;
456
- 'thumb-label'?: (() => vue.VNodeChild) | undefined;
457
- } | undefined;
458
426
  } & {
459
427
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
460
428
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
@@ -510,46 +478,35 @@ declare const VSlider: {
510
478
  thumbLabel?: boolean | "always" | undefined;
511
479
  ticks?: readonly number[] | Record<number, string> | undefined;
512
480
  } & {
513
- $children?: vue.VNodeChild | ((args_0: VInputSlot) => vue.VNodeChild) | {
514
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
515
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
516
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
517
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
518
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
519
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
481
+ $children?: vue.VNodeChild | ((arg: VInputSlot) => vue.VNodeChild) | {
482
+ default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
483
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
484
+ append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
485
+ details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
486
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
487
+ label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
520
488
  'tick-label'?: (() => vue.VNodeChild) | undefined;
521
489
  'thumb-label'?: (() => vue.VNodeChild) | undefined;
522
490
  };
523
491
  'v-slots'?: {
524
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
525
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
526
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
527
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
528
- message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
529
- label?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
492
+ default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
493
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
494
+ append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
495
+ details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
496
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
497
+ label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
530
498
  'tick-label'?: false | (() => vue.VNodeChild) | undefined;
531
499
  'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
532
500
  } | undefined;
533
501
  } & {
534
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
535
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
536
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
537
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
538
- "v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
539
- "v-slot:label"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
502
+ "v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
503
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
504
+ "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
505
+ "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
506
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
507
+ "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
540
508
  "v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
541
509
  "v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
542
- } & {
543
- $slots?: {
544
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
545
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
546
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
547
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
548
- message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
549
- label?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
550
- 'tick-label'?: (() => vue.VNodeChild) | undefined;
551
- 'thumb-label'?: (() => vue.VNodeChild) | undefined;
552
- } | undefined;
553
510
  } & {
554
511
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
555
512
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
@@ -587,22 +544,22 @@ declare const VSlider: {
587
544
  thumbLabel: boolean | "always" | undefined;
588
545
  thumbSize: string | number;
589
546
  }, {}, string, vue.SlotsType<Partial<{
590
- default: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
547
+ default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
591
548
  [key: string]: any;
592
549
  }>[];
593
- prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
550
+ prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
594
551
  [key: string]: any;
595
552
  }>[];
596
- append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
553
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
597
554
  [key: string]: any;
598
555
  }>[];
599
- details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
556
+ details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
600
557
  [key: string]: any;
601
558
  }>[];
602
- message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
559
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
603
560
  [key: string]: any;
604
561
  }>[];
605
- label: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
562
+ label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
606
563
  [key: string]: any;
607
564
  }>[];
608
565
  'tick-label': () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1 +1 @@
1
- {"version":3,"file":"VSnackbar.mjs","names":["VDefaultsProvider","VOverlay","genOverlays","makeVariantProps","useVariant","makeLocationProps","useLocation","makePositionProps","usePosition","makeRoundedProps","useRounded","makeThemeProps","provideTheme","useProxiedModel","useScopeId","forwardRefs","mergeProps","onMounted","ref","watch","genericComponent","omit","propsFactory","useRender","makeVOverlayProps","makeVSnackbarProps","multiLine","Boolean","timeout","type","Number","String","default","vertical","location","transition","VSnackbar","name","props","emits","v","setup","_ref","slots","isActive","locationStyles","positionClasses","scopeId","themeClasses","colorClasses","colorStyles","variantClasses","roundedClasses","overlay","startTimeout","value","activeTimeout","window","clearTimeout","setTimeout","onPointerenter","overlayProps","filterProps","_createVNode","_mergeProps","class","style","$event","onPointerleave","contentProps","actions","VBtn","variant","ripple","activator"],"sources":["../../../src/components/VSnackbar/VSnackbar.tsx"],"sourcesContent":["// Styles\nimport './VSnackbar.sass'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VOverlay } from '@/components/VOverlay'\n\n// Composables\nimport { genOverlays, makeVariantProps, useVariant } from '@/composables/variant'\nimport { makeLocationProps, useLocation } from '@/composables/location'\nimport { makePositionProps, usePosition } from '@/composables/position'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { useProxiedModel } from '@/composables/proxiedModel'\nimport { useScopeId } from '@/composables/scopeId'\nimport { forwardRefs } from '@/composables/forwardRefs'\n\n// Utilities\nimport { mergeProps, onMounted, ref, watch } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender } from '@/util'\nimport { makeVOverlayProps } from '@/components/VOverlay/VOverlay'\n\ntype VSnackbarSlots = {\n activator: [{ isActive: boolean, props: Record<string, any> }]\n default: []\n actions: []\n}\n\nexport const makeVSnackbarProps = propsFactory({\n multiLine: Boolean,\n timeout: {\n type: [Number, String],\n default: 5000,\n },\n vertical: Boolean,\n\n ...makeLocationProps({ location: 'bottom' } as const),\n ...makePositionProps(),\n ...makeRoundedProps(),\n ...makeVariantProps(),\n ...makeThemeProps(),\n ...omit(makeVOverlayProps({\n transition: 'v-snackbar-transition',\n }), ['persistent', 'noClickAnimation', 'scrim', 'scrollStrategy']),\n}, 'v-snackbar')\n\nexport const VSnackbar = genericComponent<VSnackbarSlots>()({\n name: 'VSnackbar',\n\n props: makeVSnackbarProps(),\n\n emits: {\n 'update:modelValue': (v: boolean) => true,\n },\n\n setup (props, { slots }) {\n const isActive = useProxiedModel(props, 'modelValue')\n const { locationStyles } = useLocation(props)\n const { positionClasses } = usePosition(props)\n const { scopeId } = useScopeId()\n const { themeClasses } = provideTheme(props)\n const { colorClasses, colorStyles, variantClasses } = useVariant(props)\n const { roundedClasses } = useRounded(props)\n\n const overlay = ref<VOverlay>()\n\n watch(isActive, startTimeout)\n watch(() => props.timeout, startTimeout)\n\n onMounted(() => {\n if (isActive.value) startTimeout()\n })\n\n let activeTimeout = -1\n function startTimeout () {\n window.clearTimeout(activeTimeout)\n const timeout = Number(props.timeout)\n\n if (!isActive.value || timeout === -1) return\n\n activeTimeout = window.setTimeout(() => {\n isActive.value = false\n }, timeout)\n }\n\n function onPointerenter () {\n window.clearTimeout(activeTimeout)\n }\n\n useRender(() => {\n const [overlayProps] = VOverlay.filterProps(props)\n\n return (\n <VOverlay\n ref={ overlay }\n class={[\n 'v-snackbar',\n {\n 'v-snackbar--active': isActive.value,\n 'v-snackbar--multi-line': props.multiLine && !props.vertical,\n 'v-snackbar--vertical': props.vertical,\n },\n positionClasses.value,\n props.class,\n ]}\n style={ props.style }\n { ...overlayProps }\n v-model={ isActive.value }\n contentProps={ mergeProps({\n class: [\n 'v-snackbar__wrapper',\n themeClasses.value,\n colorClasses.value,\n roundedClasses.value,\n variantClasses.value,\n ],\n style: [\n locationStyles.value,\n colorStyles.value,\n ],\n onPointerenter,\n onPointerleave: startTimeout,\n }, overlayProps.contentProps)}\n persistent\n noClickAnimation\n scrim={ false }\n scrollStrategy=\"none\"\n _disableGlobalStack\n { ...scopeId }\n v-slots={{ activator: slots.activator }}\n >\n { genOverlays(false, 'v-snackbar') }\n\n { slots.default && (\n <div\n class=\"v-snackbar__content\"\n role=\"status\"\n aria-live=\"polite\"\n >\n { slots.default() }\n </div>\n )}\n\n { slots.actions && (\n <VDefaultsProvider\n defaults={{\n VBtn: {\n variant: 'text',\n ripple: false,\n },\n }}\n >\n <div class=\"v-snackbar__actions\">\n { slots.actions() }\n </div>\n </VDefaultsProvider>\n )}\n </VOverlay>\n )\n })\n\n return forwardRefs({}, overlay)\n },\n})\n\nexport type VSnackbar = InstanceType<typeof VSnackbar>\n"],"mappings":"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"}
1
+ {"version":3,"file":"VSnackbar.mjs","names":["VDefaultsProvider","VOverlay","genOverlays","makeVariantProps","useVariant","makeLocationProps","useLocation","makePositionProps","usePosition","makeRoundedProps","useRounded","makeThemeProps","provideTheme","useProxiedModel","useScopeId","forwardRefs","mergeProps","onMounted","ref","watch","genericComponent","omit","propsFactory","useRender","makeVOverlayProps","makeVSnackbarProps","multiLine","Boolean","timeout","type","Number","String","default","vertical","location","transition","VSnackbar","name","props","emits","v","setup","_ref","slots","isActive","locationStyles","positionClasses","scopeId","themeClasses","colorClasses","colorStyles","variantClasses","roundedClasses","overlay","startTimeout","value","activeTimeout","window","clearTimeout","setTimeout","onPointerenter","overlayProps","filterProps","_createVNode","_mergeProps","class","style","$event","onPointerleave","contentProps","actions","VBtn","variant","ripple","activator"],"sources":["../../../src/components/VSnackbar/VSnackbar.tsx"],"sourcesContent":["// Styles\nimport './VSnackbar.sass'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VOverlay } from '@/components/VOverlay'\n\n// Composables\nimport { genOverlays, makeVariantProps, useVariant } from '@/composables/variant'\nimport { makeLocationProps, useLocation } from '@/composables/location'\nimport { makePositionProps, usePosition } from '@/composables/position'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { useProxiedModel } from '@/composables/proxiedModel'\nimport { useScopeId } from '@/composables/scopeId'\nimport { forwardRefs } from '@/composables/forwardRefs'\n\n// Utilities\nimport { mergeProps, onMounted, ref, watch } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender } from '@/util'\nimport { makeVOverlayProps } from '@/components/VOverlay/VOverlay'\n\ntype VSnackbarSlots = {\n activator: { isActive: boolean, props: Record<string, any> }\n default: never\n actions: never\n}\n\nexport const makeVSnackbarProps = propsFactory({\n multiLine: Boolean,\n timeout: {\n type: [Number, String],\n default: 5000,\n },\n vertical: Boolean,\n\n ...makeLocationProps({ location: 'bottom' } as const),\n ...makePositionProps(),\n ...makeRoundedProps(),\n ...makeVariantProps(),\n ...makeThemeProps(),\n ...omit(makeVOverlayProps({\n transition: 'v-snackbar-transition',\n }), ['persistent', 'noClickAnimation', 'scrim', 'scrollStrategy']),\n}, 'v-snackbar')\n\nexport const VSnackbar = genericComponent<VSnackbarSlots>()({\n name: 'VSnackbar',\n\n props: makeVSnackbarProps(),\n\n emits: {\n 'update:modelValue': (v: boolean) => true,\n },\n\n setup (props, { slots }) {\n const isActive = useProxiedModel(props, 'modelValue')\n const { locationStyles } = useLocation(props)\n const { positionClasses } = usePosition(props)\n const { scopeId } = useScopeId()\n const { themeClasses } = provideTheme(props)\n const { colorClasses, colorStyles, variantClasses } = useVariant(props)\n const { roundedClasses } = useRounded(props)\n\n const overlay = ref<VOverlay>()\n\n watch(isActive, startTimeout)\n watch(() => props.timeout, startTimeout)\n\n onMounted(() => {\n if (isActive.value) startTimeout()\n })\n\n let activeTimeout = -1\n function startTimeout () {\n window.clearTimeout(activeTimeout)\n const timeout = Number(props.timeout)\n\n if (!isActive.value || timeout === -1) return\n\n activeTimeout = window.setTimeout(() => {\n isActive.value = false\n }, timeout)\n }\n\n function onPointerenter () {\n window.clearTimeout(activeTimeout)\n }\n\n useRender(() => {\n const [overlayProps] = VOverlay.filterProps(props)\n\n return (\n <VOverlay\n ref={ overlay }\n class={[\n 'v-snackbar',\n {\n 'v-snackbar--active': isActive.value,\n 'v-snackbar--multi-line': props.multiLine && !props.vertical,\n 'v-snackbar--vertical': props.vertical,\n },\n positionClasses.value,\n props.class,\n ]}\n style={ props.style }\n { ...overlayProps }\n v-model={ isActive.value }\n contentProps={ mergeProps({\n class: [\n 'v-snackbar__wrapper',\n themeClasses.value,\n colorClasses.value,\n roundedClasses.value,\n variantClasses.value,\n ],\n style: [\n locationStyles.value,\n colorStyles.value,\n ],\n onPointerenter,\n onPointerleave: startTimeout,\n }, overlayProps.contentProps)}\n persistent\n noClickAnimation\n scrim={ false }\n scrollStrategy=\"none\"\n _disableGlobalStack\n { ...scopeId }\n v-slots={{ activator: slots.activator }}\n >\n { genOverlays(false, 'v-snackbar') }\n\n { slots.default && (\n <div\n class=\"v-snackbar__content\"\n role=\"status\"\n aria-live=\"polite\"\n >\n { slots.default() }\n </div>\n )}\n\n { slots.actions && (\n <VDefaultsProvider\n defaults={{\n VBtn: {\n variant: 'text',\n ripple: false,\n },\n }}\n >\n <div class=\"v-snackbar__actions\">\n { slots.actions() }\n </div>\n </VDefaultsProvider>\n )}\n </VOverlay>\n )\n })\n\n return forwardRefs({}, overlay)\n },\n})\n\nexport type VSnackbar = InstanceType<typeof VSnackbar>\n"],"mappings":"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"}
@@ -32,4 +32,4 @@ $snackbar-variants: (
32
32
  $snackbar-elevation,
33
33
  $snackbar-plain-opacity,
34
34
  'v-snackbar'
35
- );
35
+ ) !default;