@vuetify/nightly 3.9.3-master.2025-07-30 → 3.9.3-master.2025-08-01

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 (222) hide show
  1. package/CHANGELOG.md +27 -3
  2. package/dist/json/attributes.json +2099 -2091
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +154 -154
  5. package/dist/json/tags.json +4 -2
  6. package/dist/json/web-types.json +3784 -3672
  7. package/dist/vuetify-labs.cjs +193 -96
  8. package/dist/vuetify-labs.css +5517 -5496
  9. package/dist/vuetify-labs.d.ts +211 -161
  10. package/dist/vuetify-labs.esm.js +193 -96
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +193 -96
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +171 -89
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2952 -2946
  17. package/dist/vuetify.d.ts +99 -89
  18. package/dist/vuetify.esm.js +171 -89
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +171 -89
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +228 -227
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VApp/VApp.d.ts +0 -25
  26. package/lib/components/VApp/VApp.js +3 -3
  27. package/lib/components/VApp/VApp.js.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerEdit.css +5 -0
  29. package/lib/components/VColorPicker/VColorPickerEdit.js +8 -1
  30. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  31. package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -0
  32. package/lib/components/VColorPicker/VColorPickerPreview.js +8 -1
  33. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  34. package/lib/components/VColorPicker/util/index.d.ts +1 -0
  35. package/lib/components/VColorPicker/util/index.js +20 -10
  36. package/lib/components/VColorPicker/util/index.js.map +1 -1
  37. package/lib/components/VConfirmEdit/VConfirmEdit.js +1 -1
  38. package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
  39. package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
  40. package/lib/components/VDataIterator/VDataIterator.js +1 -1
  41. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  42. package/lib/components/VDataTable/VDataTable.css +2 -1
  43. package/lib/components/VDataTable/VDataTable.d.ts +6 -4
  44. package/lib/components/VDataTable/VDataTable.js +1 -1
  45. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  46. package/lib/components/VDataTable/VDataTable.sass +2 -1
  47. package/lib/components/VDataTable/VDataTableRows.d.ts +14 -11
  48. package/lib/components/VDataTable/VDataTableRows.js +9 -0
  49. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  50. package/lib/components/VDataTable/VDataTableServer.d.ts +4 -2
  51. package/lib/components/VDataTable/VDataTableServer.js +1 -1
  52. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  53. package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -2
  54. package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  56. package/lib/components/VDataTable/composables/group.d.ts +13 -5
  57. package/lib/components/VDataTable/composables/group.js +11 -5
  58. package/lib/components/VDataTable/composables/group.js.map +1 -1
  59. package/lib/components/VDataTable/composables/headers.js +53 -42
  60. package/lib/components/VDataTable/composables/headers.js.map +1 -1
  61. package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
  62. package/lib/components/VDataTable/composables/paginate.js.map +1 -1
  63. package/lib/components/VDataTable/composables/sort.js +1 -1
  64. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  65. package/lib/components/VDataTable/types.d.ts +7 -1
  66. package/lib/components/VDataTable/types.js.map +1 -1
  67. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  68. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  69. package/lib/components/VSlider/VSliderThumb.css +2 -2
  70. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  71. package/lib/components/VTable/VTable.css +2 -2
  72. package/lib/components/VTable/VTable.js +32 -20
  73. package/lib/components/VTable/VTable.js.map +1 -1
  74. package/lib/components/VTable/VTable.sass +4 -4
  75. package/lib/components/VTreeview/VTreeviewChildren.d.ts +20 -2
  76. package/lib/components/VTreeview/VTreeviewChildren.js +7 -2
  77. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  78. package/lib/entry-bundler.js +1 -1
  79. package/lib/framework.d.ts +60 -60
  80. package/lib/framework.js +1 -1
  81. package/lib/labs/VColorInput/VColorInput.css +15 -0
  82. package/lib/labs/VColorInput/VColorInput.d.ts +287 -215
  83. package/lib/labs/VColorInput/VColorInput.js +23 -8
  84. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  85. package/lib/labs/VColorInput/VColorInput.sass +8 -0
  86. package/lib/labs/VColorInput/_variables.scss +2 -0
  87. package/lib/labs/VVideo/VVideoControls.js +1 -1
  88. package/lib/labs/VVideo/VVideoControls.js.map +1 -1
  89. package/lib/labs/VVideo/VVideoVolume.js +1 -1
  90. package/lib/labs/VVideo/VVideoVolume.js.map +1 -1
  91. package/lib/locale/af.d.ts +17 -0
  92. package/lib/locale/af.js +17 -0
  93. package/lib/locale/af.js.map +1 -1
  94. package/lib/locale/ar.d.ts +17 -0
  95. package/lib/locale/ar.js +17 -0
  96. package/lib/locale/ar.js.map +1 -1
  97. package/lib/locale/az.d.ts +17 -0
  98. package/lib/locale/az.js +17 -0
  99. package/lib/locale/az.js.map +1 -1
  100. package/lib/locale/bg.d.ts +17 -0
  101. package/lib/locale/bg.js +17 -0
  102. package/lib/locale/bg.js.map +1 -1
  103. package/lib/locale/ca.d.ts +17 -0
  104. package/lib/locale/ca.js +17 -0
  105. package/lib/locale/ca.js.map +1 -1
  106. package/lib/locale/ckb.d.ts +17 -0
  107. package/lib/locale/ckb.js +17 -0
  108. package/lib/locale/ckb.js.map +1 -1
  109. package/lib/locale/cs.d.ts +17 -0
  110. package/lib/locale/cs.js +17 -0
  111. package/lib/locale/cs.js.map +1 -1
  112. package/lib/locale/da.d.ts +17 -0
  113. package/lib/locale/da.js +17 -0
  114. package/lib/locale/da.js.map +1 -1
  115. package/lib/locale/de.d.ts +17 -0
  116. package/lib/locale/de.js +17 -0
  117. package/lib/locale/de.js.map +1 -1
  118. package/lib/locale/el.d.ts +17 -0
  119. package/lib/locale/el.js +17 -0
  120. package/lib/locale/el.js.map +1 -1
  121. package/lib/locale/en.d.ts +17 -0
  122. package/lib/locale/en.js +17 -0
  123. package/lib/locale/en.js.map +1 -1
  124. package/lib/locale/es.d.ts +17 -0
  125. package/lib/locale/es.js +17 -0
  126. package/lib/locale/es.js.map +1 -1
  127. package/lib/locale/et.d.ts +17 -0
  128. package/lib/locale/et.js +17 -0
  129. package/lib/locale/et.js.map +1 -1
  130. package/lib/locale/fa.d.ts +17 -0
  131. package/lib/locale/fa.js +17 -0
  132. package/lib/locale/fa.js.map +1 -1
  133. package/lib/locale/fi.d.ts +17 -0
  134. package/lib/locale/fi.js +17 -0
  135. package/lib/locale/fi.js.map +1 -1
  136. package/lib/locale/fr.d.ts +17 -0
  137. package/lib/locale/fr.js +17 -0
  138. package/lib/locale/fr.js.map +1 -1
  139. package/lib/locale/he.d.ts +17 -0
  140. package/lib/locale/he.js +17 -0
  141. package/lib/locale/he.js.map +1 -1
  142. package/lib/locale/hr.d.ts +17 -0
  143. package/lib/locale/hr.js +17 -0
  144. package/lib/locale/hr.js.map +1 -1
  145. package/lib/locale/hu.d.ts +17 -0
  146. package/lib/locale/hu.js +17 -0
  147. package/lib/locale/hu.js.map +1 -1
  148. package/lib/locale/id.d.ts +17 -0
  149. package/lib/locale/id.js +17 -0
  150. package/lib/locale/id.js.map +1 -1
  151. package/lib/locale/it.d.ts +17 -0
  152. package/lib/locale/it.js +17 -0
  153. package/lib/locale/it.js.map +1 -1
  154. package/lib/locale/ja.d.ts +17 -0
  155. package/lib/locale/ja.js +17 -0
  156. package/lib/locale/ja.js.map +1 -1
  157. package/lib/locale/km.d.ts +17 -0
  158. package/lib/locale/km.js +17 -0
  159. package/lib/locale/km.js.map +1 -1
  160. package/lib/locale/ko.d.ts +17 -0
  161. package/lib/locale/ko.js +17 -0
  162. package/lib/locale/ko.js.map +1 -1
  163. package/lib/locale/lt.d.ts +17 -0
  164. package/lib/locale/lt.js +17 -0
  165. package/lib/locale/lt.js.map +1 -1
  166. package/lib/locale/lv.d.ts +17 -0
  167. package/lib/locale/lv.js +17 -0
  168. package/lib/locale/lv.js.map +1 -1
  169. package/lib/locale/nl.d.ts +17 -0
  170. package/lib/locale/nl.js +17 -0
  171. package/lib/locale/nl.js.map +1 -1
  172. package/lib/locale/no.d.ts +17 -0
  173. package/lib/locale/no.js +17 -0
  174. package/lib/locale/no.js.map +1 -1
  175. package/lib/locale/pl.d.ts +17 -0
  176. package/lib/locale/pl.js +17 -0
  177. package/lib/locale/pl.js.map +1 -1
  178. package/lib/locale/pt.d.ts +17 -0
  179. package/lib/locale/pt.js +17 -0
  180. package/lib/locale/pt.js.map +1 -1
  181. package/lib/locale/ro.d.ts +17 -0
  182. package/lib/locale/ro.js +17 -0
  183. package/lib/locale/ro.js.map +1 -1
  184. package/lib/locale/ru.d.ts +17 -0
  185. package/lib/locale/ru.js +17 -0
  186. package/lib/locale/ru.js.map +1 -1
  187. package/lib/locale/sk.d.ts +17 -0
  188. package/lib/locale/sk.js +17 -0
  189. package/lib/locale/sk.js.map +1 -1
  190. package/lib/locale/sl.d.ts +17 -0
  191. package/lib/locale/sl.js +17 -0
  192. package/lib/locale/sl.js.map +1 -1
  193. package/lib/locale/sr-Cyrl.d.ts +17 -0
  194. package/lib/locale/sr-Cyrl.js +17 -0
  195. package/lib/locale/sr-Cyrl.js.map +1 -1
  196. package/lib/locale/sr-Latn.d.ts +17 -0
  197. package/lib/locale/sr-Latn.js +17 -0
  198. package/lib/locale/sr-Latn.js.map +1 -1
  199. package/lib/locale/sv.d.ts +17 -0
  200. package/lib/locale/sv.js +17 -0
  201. package/lib/locale/sv.js.map +1 -1
  202. package/lib/locale/th.d.ts +17 -0
  203. package/lib/locale/th.js +17 -0
  204. package/lib/locale/th.js.map +1 -1
  205. package/lib/locale/tr.d.ts +17 -0
  206. package/lib/locale/tr.js +17 -0
  207. package/lib/locale/tr.js.map +1 -1
  208. package/lib/locale/uk.d.ts +17 -0
  209. package/lib/locale/uk.js +17 -0
  210. package/lib/locale/uk.js.map +1 -1
  211. package/lib/locale/vi.d.ts +17 -0
  212. package/lib/locale/vi.js +17 -0
  213. package/lib/locale/vi.js.map +1 -1
  214. package/lib/locale/zh-Hans.d.ts +17 -0
  215. package/lib/locale/zh-Hans.js +17 -0
  216. package/lib/locale/zh-Hans.js.map +1 -1
  217. package/lib/locale/zh-Hant.d.ts +17 -0
  218. package/lib/locale/zh-Hant.js +17 -0
  219. package/lib/locale/zh-Hant.js.map +1 -1
  220. package/lib/util/getScrollParent.js +3 -1
  221. package/lib/util/getScrollParent.js.map +1 -1
  222. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"VTreeviewChildren.js","names":["VTreeviewGroup","makeVTreeviewItemProps","VTreeviewItem","VCheckboxBtn","VDivider","VListSubheader","makeDensityProps","IconValue","computed","reactive","ref","toRaw","genericComponent","getIndentLines","pick","propsFactory","renderSlot","makeVTreeviewChildrenProps","fluid","Boolean","disabled","loadChildren","Function","loadingIcon","type","String","default","items","Array","openOnClick","undefined","indeterminateIcon","falseIcon","trueIcon","returnObject","activatable","selectable","selectedColor","selectStrategy","Object","index","Number","isLastGroup","separateRoots","parentIndentLines","indentLinesVariant","path","VTreeviewChildren","name","props","setup","_ref","slots","isLoading","Set","activatorItems","isClickOnOpen","checkChildren","item","length","children","add","value","raw","delete","selectItem","select","isSelected","map","itemProps","loading","has","nextItemHasChildren","at","depth","isLast","treeItemProps","isFirst","hideAction","hideActions","indentLines","leafLinks","variant","slotsWithItem","prepend","slotProps","_createElementVNode","_Fragment","includes","_createVNode","density","isIndeterminate","v","e","stopPropagation","key","internalItem","append","title","subtitle","treeviewGroupProps","filterProps","treeviewChildrenProps","_mergeProps","activator","_ref2","activatorProps","listItemProps","onToggleExpand","onClick","el","node","divider","subheader","leaf"],"sources":["../../../src/components/VTreeview/VTreeviewChildren.tsx"],"sourcesContent":["// Components\nimport { VTreeviewGroup } from './VTreeviewGroup'\nimport { makeVTreeviewItemProps, VTreeviewItem } from './VTreeviewItem'\nimport { VCheckboxBtn } from '@/components/VCheckbox'\nimport { VDivider } from '@/components/VDivider'\nimport { VListSubheader } from '@/components/VList'\n\n// Composables\nimport { makeDensityProps } from '@/composables/density'\nimport { IconValue } from '@/composables/icons'\n\n// Utilities\nimport { computed, reactive, ref, toRaw } from 'vue'\nimport { genericComponent, getIndentLines, pick, propsFactory, renderSlot } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { InternalListItem } from '@/components/VList/VList'\nimport type { VListItemSlots } from '@/components/VList/VListItem'\nimport type { SelectStrategyProp } from '@/composables/nested/nested'\nimport type { GenericProps, IndentLinesVariant, IndentLineType } from '@/util'\n\nexport type VTreeviewChildrenSlots<T> = {\n [K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {\n item: T\n internalItem: InternalListItem<T>\n }\n} & {\n default: never\n item: {\n props: InternalListItem['props']\n item: T\n internalItem: InternalListItem<T>\n }\n divider: { props: InternalListItem['props'] }\n subheader: { props: InternalListItem['props'] }\n}\n\nexport const makeVTreeviewChildrenProps = propsFactory({\n fluid: Boolean,\n disabled: Boolean,\n loadChildren: Function as PropType<(item: unknown) => Promise<void>>,\n loadingIcon: {\n type: String,\n default: '$loading',\n },\n items: Array as PropType<readonly InternalListItem[]>,\n openOnClick: {\n type: Boolean,\n default: undefined,\n },\n indeterminateIcon: {\n type: IconValue,\n default: '$checkboxIndeterminate',\n },\n falseIcon: IconValue,\n trueIcon: IconValue,\n returnObject: Boolean,\n activatable: Boolean,\n selectable: Boolean,\n selectedColor: String,\n selectStrategy: [String, Function, Object] as PropType<SelectStrategyProp>,\n index: Number,\n isLastGroup: Boolean,\n separateRoots: Boolean,\n parentIndentLines: Array as PropType<IndentLineType[]>,\n indentLinesVariant: String as PropType<IndentLinesVariant>,\n path: {\n type: Array as PropType<number[]>,\n default: () => [],\n },\n ...pick(makeVTreeviewItemProps(), ['hideActions']),\n ...makeDensityProps(),\n}, 'VTreeviewChildren')\n\nexport const VTreeviewChildren = genericComponent<new <T extends InternalListItem>(\n props: {\n items?: readonly T[]\n },\n slots: VTreeviewChildrenSlots<T>\n) => GenericProps<typeof props, typeof slots>>()({\n name: 'VTreeviewChildren',\n\n props: makeVTreeviewChildrenProps(),\n\n setup (props, { slots }) {\n const isLoading = reactive(new Set<unknown>())\n const activatorItems = ref<VTreeviewItem[]>([])\n\n const isClickOnOpen = computed(() => (\n !props.disabled && (\n props.openOnClick != null\n ? props.openOnClick\n : props.selectable && !props.activatable\n )))\n\n async function checkChildren (item: InternalListItem) {\n try {\n if (!props.items?.length || !props.loadChildren) return\n\n if (item?.children?.length === 0) {\n isLoading.add(item.value)\n await props.loadChildren(item.raw)\n }\n } finally {\n isLoading.delete(item.value)\n }\n }\n\n function selectItem (select: (value: boolean) => void, isSelected: boolean) {\n if (props.selectable) {\n select(isSelected)\n }\n }\n\n return () => slots.default?.() ?? props.items?.map((item, index, items) => {\n const { children, props: itemProps } = item\n const loading = isLoading.has(item.value)\n const nextItemHasChildren = !!items.at(index + 1)?.children\n\n const depth = props.path?.length ?? 0\n const isLast = items.length - 1 === index\n const treeItemProps = {\n index,\n depth,\n isFirst: index === 0,\n isLast,\n path: [...props.path, index],\n hideAction: props.hideActions,\n }\n\n const indentLines = getIndentLines({\n depth,\n isLast,\n isLastGroup: props.isLastGroup,\n leafLinks: !props.hideActions && !props.fluid,\n separateRoots: props.separateRoots,\n parentIndentLines: props.parentIndentLines,\n variant: props.indentLinesVariant,\n })\n\n const slotsWithItem = {\n prepend: slotProps => (\n <>\n { props.selectable && (!children || (children && !['leaf', 'single-leaf'].includes(props.selectStrategy as string))) && (\n <div>\n <VCheckboxBtn\n key={ item.value }\n modelValue={ slotProps.isSelected }\n disabled={ props.disabled }\n loading={ loading }\n color={ props.selectedColor }\n density={ props.density }\n indeterminate={ slotProps.isIndeterminate }\n indeterminateIcon={ props.indeterminateIcon }\n falseIcon={ props.falseIcon }\n trueIcon={ props.trueIcon }\n onUpdate:modelValue={ v => selectItem(slotProps.select, v) }\n onClick={ (e: PointerEvent) => e.stopPropagation() }\n onKeydown={ (e: KeyboardEvent) => {\n if (!['Enter', 'Space'].includes(e.key)) return\n e.stopPropagation()\n selectItem(slotProps.select, slotProps.isSelected)\n }}\n />\n </div>\n )}\n\n { slots.prepend?.({ ...slotProps, ...treeItemProps, item: item.raw, internalItem: item }) }\n </>\n ),\n append: slots.append\n ? slotProps => slots.append?.({ ...slotProps, ...treeItemProps, item: item.raw, internalItem: item })\n : undefined,\n title: slots.title ? slotProps => slots.title?.({ ...slotProps, item: item.raw, internalItem: item }) : undefined,\n subtitle: slots.subtitle ? slotProps => slots.subtitle?.({ ...slotProps, item: item.raw, internalItem: item }) : undefined,\n } satisfies VTreeviewItem['$props']['$children']\n\n const treeviewGroupProps = VTreeviewGroup.filterProps(itemProps)\n const treeviewChildrenProps = VTreeviewChildren.filterProps({ ...props, ...treeItemProps })\n\n return children ? (\n <VTreeviewGroup\n { ...treeviewGroupProps }\n value={ props.returnObject ? item.raw : treeviewGroupProps?.value }\n rawId={ treeviewGroupProps?.value }\n >\n {{\n activator: ({ props: activatorProps }) => {\n const listItemProps = {\n ...itemProps,\n ...activatorProps,\n value: itemProps?.value,\n onToggleExpand: [() => checkChildren(item), activatorProps.onClick] as any,\n onClick: isClickOnOpen.value\n ? [() => checkChildren(item), activatorProps.onClick] as any\n : () => selectItem(activatorItems.value[index]?.select, !activatorItems.value[index]?.isSelected),\n }\n\n return (\n <VTreeviewItem\n ref={ el => activatorItems.value[index] = el as VTreeviewItem }\n { ...listItemProps }\n hideActions={ props.hideActions }\n indentLines={ indentLines.node }\n value={ props.returnObject ? item.raw : itemProps.value }\n loading={ loading }\n v-slots={ slotsWithItem }\n />\n )\n },\n default: () => (\n <VTreeviewChildren\n { ...treeviewChildrenProps }\n items={ children }\n indentLinesVariant={ props.indentLinesVariant }\n parentIndentLines={ indentLines.children }\n isLastGroup={ nextItemHasChildren }\n returnObject={ props.returnObject }\n v-slots={ slots }\n />\n ),\n }}\n </VTreeviewGroup>\n ) : renderSlot(\n slots.item,\n { props: itemProps, item: item.raw, internalItem: item },\n () => {\n if (item.type === 'divider') {\n return renderSlot(\n slots.divider,\n { props: item.raw },\n () => <VDivider { ...item.props } />,\n )\n }\n if (item.type === 'subheader') {\n return renderSlot(\n slots.subheader,\n { props: item.raw },\n () => <VListSubheader { ...item.props } />,\n )\n }\n return (\n <VTreeviewItem\n { ...itemProps }\n hideActions={ props.hideActions }\n indentLines={ indentLines.leaf }\n value={ props.returnObject ? toRaw(item.raw) : itemProps.value }\n v-slots={ slotsWithItem }\n />\n )\n })\n })\n },\n})\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"VTreeviewChildren.js","names":["VTreeviewGroup","makeVTreeviewItemProps","VTreeviewItem","VCheckboxBtn","VDivider","VListSubheader","makeDensityProps","IconValue","computed","reactive","ref","toRaw","genericComponent","getIndentLines","pick","propsFactory","renderSlot","makeVTreeviewChildrenProps","fluid","Boolean","disabled","loadChildren","Function","loadingIcon","type","String","default","items","Array","openOnClick","undefined","indeterminateIcon","falseIcon","trueIcon","returnObject","activatable","selectable","selectedColor","selectStrategy","Object","index","Number","isLastGroup","separateRoots","parentIndentLines","indentLinesVariant","path","VTreeviewChildren","name","props","setup","_ref","slots","isLoading","Set","activatorItems","isClickOnOpen","checkChildren","item","length","children","add","value","raw","delete","selectItem","select","isSelected","map","itemProps","loading","has","nextItemHasChildren","at","depth","isLast","treeItemProps","isFirst","hideAction","hideActions","indentLines","leafLinks","variant","slotsWithItem","prepend","slotProps","_createElementVNode","_Fragment","includes","_createVNode","density","isIndeterminate","v","e","stopPropagation","key","internalItem","append","title","subtitle","treeviewGroupProps","filterProps","treeviewChildrenProps","_mergeProps","activator","_ref2","activatorProps","listItemProps","onToggleExpand","onClick","header","el","node","divider","subheader","leaf"],"sources":["../../../src/components/VTreeview/VTreeviewChildren.tsx"],"sourcesContent":["// Components\nimport { VTreeviewGroup } from './VTreeviewGroup'\nimport { makeVTreeviewItemProps, VTreeviewItem } from './VTreeviewItem'\nimport { VCheckboxBtn } from '@/components/VCheckbox'\nimport { VDivider } from '@/components/VDivider'\nimport { VListSubheader } from '@/components/VList'\n\n// Composables\nimport { makeDensityProps } from '@/composables/density'\nimport { IconValue } from '@/composables/icons'\n\n// Utilities\nimport { computed, reactive, ref, toRaw } from 'vue'\nimport { genericComponent, getIndentLines, pick, propsFactory, renderSlot } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { InternalListItem } from '@/components/VList/VList'\nimport type { VListItemSlots } from '@/components/VList/VListItem'\nimport type { SelectStrategyProp } from '@/composables/nested/nested'\nimport type { GenericProps, IndentLinesVariant, IndentLineType } from '@/util'\n\nexport type VTreeviewChildrenSlots<T> = {\n [K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {\n item: T\n internalItem: InternalListItem<T>\n }\n} & {\n default: never\n item: {\n props: InternalListItem['props']\n item: T\n internalItem: InternalListItem<T>\n }\n header: {\n props: InternalListItem['props']\n item: T\n internalItem: InternalListItem<T>\n loading: boolean\n }\n divider: { props: InternalListItem['props'] }\n subheader: { props: InternalListItem['props'] }\n}\n\nexport const makeVTreeviewChildrenProps = propsFactory({\n fluid: Boolean,\n disabled: Boolean,\n loadChildren: Function as PropType<(item: unknown) => Promise<void>>,\n loadingIcon: {\n type: String,\n default: '$loading',\n },\n items: Array as PropType<readonly InternalListItem[]>,\n openOnClick: {\n type: Boolean,\n default: undefined,\n },\n indeterminateIcon: {\n type: IconValue,\n default: '$checkboxIndeterminate',\n },\n falseIcon: IconValue,\n trueIcon: IconValue,\n returnObject: Boolean,\n activatable: Boolean,\n selectable: Boolean,\n selectedColor: String,\n selectStrategy: [String, Function, Object] as PropType<SelectStrategyProp>,\n index: Number,\n isLastGroup: Boolean,\n separateRoots: Boolean,\n parentIndentLines: Array as PropType<IndentLineType[]>,\n indentLinesVariant: String as PropType<IndentLinesVariant>,\n path: {\n type: Array as PropType<number[]>,\n default: () => [],\n },\n ...pick(makeVTreeviewItemProps(), ['hideActions']),\n ...makeDensityProps(),\n}, 'VTreeviewChildren')\n\nexport const VTreeviewChildren = genericComponent<new <T extends InternalListItem>(\n props: {\n items?: readonly T[]\n },\n slots: VTreeviewChildrenSlots<T>\n) => GenericProps<typeof props, typeof slots>>()({\n name: 'VTreeviewChildren',\n\n props: makeVTreeviewChildrenProps(),\n\n setup (props, { slots }) {\n const isLoading = reactive(new Set<unknown>())\n const activatorItems = ref<VTreeviewItem[]>([])\n\n const isClickOnOpen = computed(() => (\n !props.disabled && (\n props.openOnClick != null\n ? props.openOnClick\n : props.selectable && !props.activatable\n )))\n\n async function checkChildren (item: InternalListItem) {\n try {\n if (!props.items?.length || !props.loadChildren) return\n\n if (item?.children?.length === 0) {\n isLoading.add(item.value)\n await props.loadChildren(item.raw)\n }\n } finally {\n isLoading.delete(item.value)\n }\n }\n\n function selectItem (select: (value: boolean) => void, isSelected: boolean) {\n if (props.selectable) {\n select(isSelected)\n }\n }\n\n return () => slots.default?.() ?? props.items?.map((item, index, items) => {\n const { children, props: itemProps } = item\n const loading = isLoading.has(item.value)\n const nextItemHasChildren = !!items.at(index + 1)?.children\n\n const depth = props.path?.length ?? 0\n const isLast = items.length - 1 === index\n const treeItemProps = {\n index,\n depth,\n isFirst: index === 0,\n isLast,\n path: [...props.path, index],\n hideAction: props.hideActions,\n }\n\n const indentLines = getIndentLines({\n depth,\n isLast,\n isLastGroup: props.isLastGroup,\n leafLinks: !props.hideActions && !props.fluid,\n separateRoots: props.separateRoots,\n parentIndentLines: props.parentIndentLines,\n variant: props.indentLinesVariant,\n })\n\n const slotsWithItem = {\n prepend: slotProps => (\n <>\n { props.selectable && (!children || (children && !['leaf', 'single-leaf'].includes(props.selectStrategy as string))) && (\n <div>\n <VCheckboxBtn\n key={ item.value }\n modelValue={ slotProps.isSelected }\n disabled={ props.disabled }\n loading={ loading }\n color={ props.selectedColor }\n density={ props.density }\n indeterminate={ slotProps.isIndeterminate }\n indeterminateIcon={ props.indeterminateIcon }\n falseIcon={ props.falseIcon }\n trueIcon={ props.trueIcon }\n onUpdate:modelValue={ v => selectItem(slotProps.select, v) }\n onClick={ (e: PointerEvent) => e.stopPropagation() }\n onKeydown={ (e: KeyboardEvent) => {\n if (!['Enter', 'Space'].includes(e.key)) return\n e.stopPropagation()\n selectItem(slotProps.select, slotProps.isSelected)\n }}\n />\n </div>\n )}\n\n { slots.prepend?.({ ...slotProps, ...treeItemProps, item: item.raw, internalItem: item }) }\n </>\n ),\n append: slots.append\n ? slotProps => slots.append?.({ ...slotProps, ...treeItemProps, item: item.raw, internalItem: item })\n : undefined,\n title: slots.title ? slotProps => slots.title?.({ ...slotProps, item: item.raw, internalItem: item }) : undefined,\n subtitle: slots.subtitle ? slotProps => slots.subtitle?.({ ...slotProps, item: item.raw, internalItem: item }) : undefined,\n } satisfies VTreeviewItem['$props']['$children']\n\n const treeviewGroupProps = VTreeviewGroup.filterProps(itemProps)\n const treeviewChildrenProps = VTreeviewChildren.filterProps({ ...props, ...treeItemProps })\n\n return children ? (\n <VTreeviewGroup\n { ...treeviewGroupProps }\n value={ props.returnObject ? item.raw : treeviewGroupProps?.value }\n rawId={ treeviewGroupProps?.value }\n >\n {{\n activator: ({ props: activatorProps }) => {\n const listItemProps = {\n ...itemProps,\n ...activatorProps,\n value: itemProps?.value,\n onToggleExpand: [() => checkChildren(item), activatorProps.onClick] as any,\n onClick: isClickOnOpen.value\n ? [() => checkChildren(item), activatorProps.onClick] as any\n : () => selectItem(activatorItems.value[index]?.select, !activatorItems.value[index]?.isSelected),\n }\n\n return renderSlot(\n slots.header,\n { props: listItemProps, item: item.raw, internalItem: item, loading },\n () => (\n <VTreeviewItem\n ref={ el => activatorItems.value[index] = el as VTreeviewItem }\n { ...listItemProps }\n hideActions={ props.hideActions }\n indentLines={ indentLines.node }\n value={ props.returnObject ? item.raw : itemProps.value }\n loading={ loading }\n v-slots={ slotsWithItem }\n />\n )\n )\n },\n default: () => (\n <VTreeviewChildren\n { ...treeviewChildrenProps }\n items={ children }\n indentLinesVariant={ props.indentLinesVariant }\n parentIndentLines={ indentLines.children }\n isLastGroup={ nextItemHasChildren }\n returnObject={ props.returnObject }\n v-slots={ slots }\n />\n ),\n }}\n </VTreeviewGroup>\n ) : renderSlot(\n slots.item,\n { props: itemProps, item: item.raw, internalItem: item },\n () => {\n if (item.type === 'divider') {\n return renderSlot(\n slots.divider,\n { props: item.raw },\n () => <VDivider { ...item.props } />,\n )\n }\n if (item.type === 'subheader') {\n return renderSlot(\n slots.subheader,\n { props: item.raw },\n () => <VListSubheader { ...item.props } />,\n )\n }\n return (\n <VTreeviewItem\n { ...itemProps }\n hideActions={ props.hideActions }\n indentLines={ indentLines.leaf }\n value={ props.returnObject ? toRaw(item.raw) : itemProps.value }\n v-slots={ slotsWithItem }\n />\n )\n })\n })\n },\n})\n"],"mappings":"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","ignoreList":[]}
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.9.3-master.2025-07-30";
19
+ export const version = "3.9.3-master.2025-08-01";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2606,41 +2606,30 @@ declare module 'vue' {
2606
2606
  }
2607
2607
  export interface GlobalComponents {
2608
2608
  VApp: typeof import('vuetify/components')['VApp']
2609
- VAlert: typeof import('vuetify/components')['VAlert']
2610
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2609
+ VBanner: typeof import('vuetify/components')['VBanner']
2610
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
2611
+ VBannerText: typeof import('vuetify/components')['VBannerText']
2611
2612
  VAppBar: typeof import('vuetify/components')['VAppBar']
2612
2613
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2613
2614
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2614
2615
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2615
2616
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2616
2617
  VAvatar: typeof import('vuetify/components')['VAvatar']
2617
- VBadge: typeof import('vuetify/components')['VBadge']
2618
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2619
- VBanner: typeof import('vuetify/components')['VBanner']
2620
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
2621
- VBannerText: typeof import('vuetify/components')['VBannerText']
2618
+ VBtn: typeof import('vuetify/components')['VBtn']
2619
+ VAlert: typeof import('vuetify/components')['VAlert']
2620
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2621
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2622
2622
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2623
+ VBadge: typeof import('vuetify/components')['VBadge']
2623
2624
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2624
2625
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2625
2626
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2626
- VBtn: typeof import('vuetify/components')['VBtn']
2627
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2628
- VCarousel: typeof import('vuetify/components')['VCarousel']
2629
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2630
- VChip: typeof import('vuetify/components')['VChip']
2631
2627
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2632
2628
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2633
- VCard: typeof import('vuetify/components')['VCard']
2634
- VCardActions: typeof import('vuetify/components')['VCardActions']
2635
- VCardItem: typeof import('vuetify/components')['VCardItem']
2636
- VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2637
- VCardText: typeof import('vuetify/components')['VCardText']
2638
- VCardTitle: typeof import('vuetify/components')['VCardTitle']
2629
+ VChip: typeof import('vuetify/components')['VChip']
2639
2630
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
2640
- VCode: typeof import('vuetify/components')['VCode']
2641
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2642
2631
  VCombobox: typeof import('vuetify/components')['VCombobox']
2643
- VCounter: typeof import('vuetify/components')['VCounter']
2632
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2644
2633
  VDataTable: typeof import('vuetify/components')['VDataTable']
2645
2634
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2646
2635
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2648,7 +2637,10 @@ declare module 'vue' {
2648
2637
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2649
2638
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2650
2639
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2640
+ VCounter: typeof import('vuetify/components')['VCounter']
2651
2641
  VDialog: typeof import('vuetify/components')['VDialog']
2642
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2643
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2652
2644
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2653
2645
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2654
2646
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -2656,28 +2648,35 @@ declare module 'vue' {
2656
2648
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2657
2649
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2658
2650
  VDivider: typeof import('vuetify/components')['VDivider']
2659
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2651
+ VFab: typeof import('vuetify/components')['VFab']
2660
2652
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2661
2653
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2662
2654
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2663
2655
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2664
- VFileInput: typeof import('vuetify/components')['VFileInput']
2665
- VFab: typeof import('vuetify/components')['VFab']
2666
- VFooter: typeof import('vuetify/components')['VFooter']
2656
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2657
+ VCard: typeof import('vuetify/components')['VCard']
2658
+ VCardActions: typeof import('vuetify/components')['VCardActions']
2659
+ VCardItem: typeof import('vuetify/components')['VCardItem']
2660
+ VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2661
+ VCardText: typeof import('vuetify/components')['VCardText']
2662
+ VCardTitle: typeof import('vuetify/components')['VCardTitle']
2667
2663
  VField: typeof import('vuetify/components')['VField']
2668
2664
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2665
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2666
+ VCode: typeof import('vuetify/components')['VCode']
2667
+ VFooter: typeof import('vuetify/components')['VFooter']
2669
2668
  VIcon: typeof import('vuetify/components')['VIcon']
2670
2669
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2671
2670
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2672
2671
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2673
2672
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2674
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
2675
- VItem: typeof import('vuetify/components')['VItem']
2676
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2677
2673
  VImg: typeof import('vuetify/components')['VImg']
2678
2674
  VInput: typeof import('vuetify/components')['VInput']
2679
- VKbd: typeof import('vuetify/components')['VKbd']
2675
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2676
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
2677
+ VItem: typeof import('vuetify/components')['VItem']
2680
2678
  VLabel: typeof import('vuetify/components')['VLabel']
2679
+ VKbd: typeof import('vuetify/components')['VKbd']
2681
2680
  VList: typeof import('vuetify/components')['VList']
2682
2681
  VListGroup: typeof import('vuetify/components')['VListGroup']
2683
2682
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2687,34 +2686,34 @@ declare module 'vue' {
2687
2686
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2688
2687
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2689
2688
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2690
- VMain: typeof import('vuetify/components')['VMain']
2691
- VMessages: typeof import('vuetify/components')['VMessages']
2692
2689
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2690
+ VMain: typeof import('vuetify/components')['VMain']
2693
2691
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2694
2692
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2693
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2694
+ VMessages: typeof import('vuetify/components')['VMessages']
2695
2695
  VMenu: typeof import('vuetify/components')['VMenu']
2696
2696
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2697
- VOverlay: typeof import('vuetify/components')['VOverlay']
2698
2697
  VPagination: typeof import('vuetify/components')['VPagination']
2699
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2700
- VRating: typeof import('vuetify/components')['VRating']
2701
2698
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2699
+ VRating: typeof import('vuetify/components')['VRating']
2700
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2702
2701
  VSelect: typeof import('vuetify/components')['VSelect']
2702
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2703
2703
  VSheet: typeof import('vuetify/components')['VSheet']
2704
- VSlider: typeof import('vuetify/components')['VSlider']
2705
2704
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2706
2705
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2707
2706
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2708
2707
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2709
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2708
+ VSlider: typeof import('vuetify/components')['VSlider']
2709
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2710
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2710
2711
  VStepper: typeof import('vuetify/components')['VStepper']
2711
2712
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2712
2713
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2713
2714
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2714
2715
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2715
2716
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2716
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2717
- VSwitch: typeof import('vuetify/components')['VSwitch']
2718
2717
  VTable: typeof import('vuetify/components')['VTable']
2719
2718
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2720
2719
  VTab: typeof import('vuetify/components')['VTab']
@@ -2722,43 +2721,43 @@ declare module 'vue' {
2722
2721
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2723
2722
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2724
2723
  VTextField: typeof import('vuetify/components')['VTextField']
2725
- VTextarea: typeof import('vuetify/components')['VTextarea']
2726
- VTimeline: typeof import('vuetify/components')['VTimeline']
2727
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2728
- VTimePicker: typeof import('vuetify/components')['VTimePicker']
2729
- VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2730
- VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2731
2724
  VToolbar: typeof import('vuetify/components')['VToolbar']
2732
2725
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2733
2726
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2734
- VTooltip: typeof import('vuetify/components')['VTooltip']
2727
+ VTimePicker: typeof import('vuetify/components')['VTimePicker']
2728
+ VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2729
+ VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2730
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2731
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2732
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2735
2733
  VWindow: typeof import('vuetify/components')['VWindow']
2736
2734
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2737
2735
  VTreeview: typeof import('vuetify/components')['VTreeview']
2738
2736
  VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
2739
2737
  VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
2740
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2738
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2741
2739
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2742
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2740
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2743
2741
  VForm: typeof import('vuetify/components')['VForm']
2744
- VHover: typeof import('vuetify/components')['VHover']
2742
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2743
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2745
2744
  VContainer: typeof import('vuetify/components')['VContainer']
2746
2745
  VCol: typeof import('vuetify/components')['VCol']
2747
2746
  VRow: typeof import('vuetify/components')['VRow']
2748
2747
  VSpacer: typeof import('vuetify/components')['VSpacer']
2748
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2749
2749
  VLayout: typeof import('vuetify/components')['VLayout']
2750
2750
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2751
2751
  VLazy: typeof import('vuetify/components')['VLazy']
2752
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2753
2752
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2754
2753
  VParallax: typeof import('vuetify/components')['VParallax']
2755
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2756
2754
  VRadio: typeof import('vuetify/components')['VRadio']
2757
2755
  VResponsive: typeof import('vuetify/components')['VResponsive']
2756
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2758
2757
  VSparkline: typeof import('vuetify/components')['VSparkline']
2758
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2759
2759
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2760
2760
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2761
- VValidation: typeof import('vuetify/components')['VValidation']
2762
2761
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2763
2762
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2764
2763
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -2776,32 +2775,33 @@ declare module 'vue' {
2776
2775
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2777
2776
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2778
2777
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2779
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2780
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2781
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2782
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2778
+ VValidation: typeof import('vuetify/components')['VValidation']
2779
+ VHover: typeof import('vuetify/components')['VHover']
2783
2780
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2784
2781
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2785
2782
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2786
2783
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2787
2784
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2788
2785
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2789
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2790
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2791
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2792
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2793
2786
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2794
2787
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2788
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2789
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2790
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2791
+ VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2795
2792
  VPie: typeof import('vuetify/labs/components')['VPie']
2796
2793
  VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2797
2794
  VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2795
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2796
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2797
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2798
2798
  VVideo: typeof import('vuetify/labs/components')['VVideo']
2799
2799
  VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
2800
2800
  VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
2801
2801
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2802
2802
  VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
2803
2803
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2804
- VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2804
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2805
2805
  }
2806
2806
  export interface GlobalDirectives {
2807
2807
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.9.3-master.2025-07-30";
112
+ export const version = "3.9.3-master.2025-08-01";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -1,4 +1,19 @@
1
1
  /* region INPUT */
2
2
  .v-color-input {
3
3
  padding: 0;
4
+ }
5
+ .v-color-input.v-input--density-default .v-color-input__pip {
6
+ --v-avatar-height: 40px;
7
+ }
8
+
9
+ .v-color-input.v-input--density-comfortable .v-color-input__pip {
10
+ --v-avatar-height: 32px;
11
+ }
12
+
13
+ .v-color-input.v-input--density-compact .v-color-input__pip {
14
+ --v-avatar-height: 28px;
15
+ }
16
+
17
+ .v-color-input .v-color-input__pip.v-avatar--variant-text {
18
+ --v-avatar-height: min-content;
4
19
  }