@vuetify/nightly 3.8.3-master.2025-05-05 → 3.8.4-master.2025-05-07
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -35
- package/dist/json/attributes.json +3324 -3324
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6199 -6199
- package/dist/vuetify-labs.cjs +54 -44
- package/dist/vuetify-labs.css +3363 -3359
- package/dist/vuetify-labs.d.ts +98 -98
- package/dist/vuetify-labs.esm.js +54 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +54 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +33 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4003 -3999
- package/dist/vuetify.d.ts +127 -127
- package/dist/vuetify.esm.js +33 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +33 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +17 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.js +5 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VCombobox/VCombobox.d.ts +3 -3
- package/lib/components/VDataTable/VDataTable.d.ts +110 -110
- package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +55 -55
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +55 -55
- package/lib/components/VDataTable/composables/headers.d.ts +75 -75
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.js +21 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +4 -0
- package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +3 -3
- package/lib/components/VTabs/VTabs.d.ts +6 -6
- package/lib/components/transitions/dialog-transition.js +3 -3
- package/lib/components/transitions/dialog-transition.js.map +1 -1
- package/lib/entry-bundler.d.ts +6 -6
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +9 -9
- package/lib/labs/VFileUpload/VFileUpload.js +19 -31
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +6 -6
@@ -263,6 +263,7 @@ export declare const makeVTabsProps: <Defaults extends {
|
|
263
263
|
export declare const VTabs: {
|
264
264
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
265
265
|
symbol: any;
|
266
|
+
grow: boolean;
|
266
267
|
direction: "horizontal" | "vertical";
|
267
268
|
style: import("vue").StyleValue;
|
268
269
|
mobile: boolean | null;
|
@@ -276,7 +277,6 @@ export declare const VTabs: {
|
|
276
277
|
centerActive: boolean;
|
277
278
|
nextIcon: import("../../composables/icons.js").IconValue;
|
278
279
|
prevIcon: import("../../composables/icons.js").IconValue;
|
279
|
-
grow: boolean;
|
280
280
|
hideSlider: boolean;
|
281
281
|
alignTabs: "center" | "end" | "start" | "title";
|
282
282
|
fixedTabs: boolean;
|
@@ -296,6 +296,7 @@ export declare const VTabs: {
|
|
296
296
|
'update:modelValue': (v: unknown) => true;
|
297
297
|
}, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
298
298
|
symbol: any;
|
299
|
+
grow: boolean;
|
299
300
|
height: string | number;
|
300
301
|
direction: "horizontal" | "vertical";
|
301
302
|
style: import("vue").StyleValue;
|
@@ -311,7 +312,6 @@ export declare const VTabs: {
|
|
311
312
|
centerActive: boolean;
|
312
313
|
nextIcon: import("../../composables/icons.js").IconValue;
|
313
314
|
prevIcon: import("../../composables/icons.js").IconValue;
|
314
|
-
grow: boolean;
|
315
315
|
hideSlider: boolean;
|
316
316
|
alignTabs: "center" | "end" | "start" | "title";
|
317
317
|
fixedTabs: boolean;
|
@@ -331,6 +331,7 @@ export declare const VTabs: {
|
|
331
331
|
Defaults: {};
|
332
332
|
}, {
|
333
333
|
symbol: any;
|
334
|
+
grow: boolean;
|
334
335
|
direction: "horizontal" | "vertical";
|
335
336
|
style: import("vue").StyleValue;
|
336
337
|
mobile: boolean | null;
|
@@ -344,7 +345,6 @@ export declare const VTabs: {
|
|
344
345
|
centerActive: boolean;
|
345
346
|
nextIcon: import("../../composables/icons.js").IconValue;
|
346
347
|
prevIcon: import("../../composables/icons.js").IconValue;
|
347
|
-
grow: boolean;
|
348
348
|
hideSlider: boolean;
|
349
349
|
alignTabs: "center" | "end" | "start" | "title";
|
350
350
|
fixedTabs: boolean;
|
@@ -362,6 +362,7 @@ export declare const VTabs: {
|
|
362
362
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
363
363
|
}, {}, {}, {}, {}, {
|
364
364
|
symbol: any;
|
365
|
+
grow: boolean;
|
365
366
|
height: string | number;
|
366
367
|
direction: "horizontal" | "vertical";
|
367
368
|
style: import("vue").StyleValue;
|
@@ -377,7 +378,6 @@ export declare const VTabs: {
|
|
377
378
|
centerActive: boolean;
|
378
379
|
nextIcon: import("../../composables/icons.js").IconValue;
|
379
380
|
prevIcon: import("../../composables/icons.js").IconValue;
|
380
|
-
grow: boolean;
|
381
381
|
hideSlider: boolean;
|
382
382
|
alignTabs: "center" | "end" | "start" | "title";
|
383
383
|
fixedTabs: boolean;
|
@@ -387,6 +387,7 @@ export declare const VTabs: {
|
|
387
387
|
__isSuspense?: never;
|
388
388
|
} & import("vue").ComponentOptionsBase<{
|
389
389
|
symbol: any;
|
390
|
+
grow: boolean;
|
390
391
|
direction: "horizontal" | "vertical";
|
391
392
|
style: import("vue").StyleValue;
|
392
393
|
mobile: boolean | null;
|
@@ -400,7 +401,6 @@ export declare const VTabs: {
|
|
400
401
|
centerActive: boolean;
|
401
402
|
nextIcon: import("../../composables/icons.js").IconValue;
|
402
403
|
prevIcon: import("../../composables/icons.js").IconValue;
|
403
|
-
grow: boolean;
|
404
404
|
hideSlider: boolean;
|
405
405
|
alignTabs: "center" | "end" | "start" | "title";
|
406
406
|
fixedTabs: boolean;
|
@@ -420,6 +420,7 @@ export declare const VTabs: {
|
|
420
420
|
'update:modelValue': (v: unknown) => true;
|
421
421
|
}, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, string, {
|
422
422
|
symbol: any;
|
423
|
+
grow: boolean;
|
423
424
|
height: string | number;
|
424
425
|
direction: "horizontal" | "vertical";
|
425
426
|
style: import("vue").StyleValue;
|
@@ -435,7 +436,6 @@ export declare const VTabs: {
|
|
435
436
|
centerActive: boolean;
|
436
437
|
nextIcon: import("../../composables/icons.js").IconValue;
|
437
438
|
prevIcon: import("../../composables/icons.js").IconValue;
|
438
|
-
grow: boolean;
|
439
439
|
hideSlider: boolean;
|
440
440
|
alignTabs: "center" | "end" | "start" | "title";
|
441
441
|
fixedTabs: boolean;
|
@@ -60,10 +60,10 @@ export const VDialogTransition = genericComponent()({
|
|
60
60
|
async onLeave(el, done) {
|
61
61
|
await new Promise(resolve => requestAnimationFrame(resolve));
|
62
62
|
let dimensions;
|
63
|
-
if (!Array.isArray(props.target)
|
64
|
-
dimensions = saved.get(el);
|
65
|
-
} else {
|
63
|
+
if (!saved.has(el) || Array.isArray(props.target) || props.target.offsetParent || props.target.getClientRects().length) {
|
66
64
|
dimensions = getDimensions(props.target, el);
|
65
|
+
} else {
|
66
|
+
dimensions = saved.get(el);
|
67
67
|
}
|
68
68
|
const {
|
69
69
|
x,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dialog-transition.js","names":["Transition","mergeProps","_mergeProps","createVNode","_createVNode","acceleratedEasing","animate","deceleratedEasing","genericComponent","nullifyTransforms","propsFactory","standardEasing","getTargetBox","makeVDialogTransitionProps","target","Object","Array","saved","WeakMap","VDialogTransition","name","props","setup","_ref","slots","functions","onBeforeEnter","el","style","pointerEvents","visibility","onEnter","done","Promise","resolve","requestAnimationFrame","dimensions","getDimensions","x","y","sx","sy","speed","set","animation","transform","opacity","duration","easing","getChildren","forEach","offset","finished","then","onAfterEnter","removeProperty","onBeforeLeave","onLeave","isArray","offsetParent","has","get","onAfterLeave","els","querySelector","children","targetBox","elBox","originX","originY","getComputedStyle","transformOrigin","split","map","v","parseFloat","anchorSide","anchorOffset","getPropertyValue","offsetX","left","width","offsetY","top","height","tsx","tsy","maxs","Math","max","asa","window","innerWidth","innerHeight","min"],"sources":["../../../src/components/transitions/dialog-transition.tsx"],"sourcesContent":["// Utilities\nimport { Transition } from 'vue'\nimport {\n acceleratedEasing,\n animate,\n deceleratedEasing,\n genericComponent,\n nullifyTransforms,\n propsFactory,\n standardEasing,\n} from '@/util'\nimport { getTargetBox } from '@/util/box'\n\n// Types\nimport type { PropType } from 'vue'\n\nexport const makeVDialogTransitionProps = propsFactory({\n target: [Object, Array] as PropType<HTMLElement | [x: number, y: number]>,\n}, 'v-dialog-transition')\n\nconst saved = new WeakMap<Element, Dimensions>()\n\nexport const VDialogTransition = genericComponent()({\n name: 'VDialogTransition',\n\n props: makeVDialogTransitionProps(),\n\n setup (props, { slots }) {\n const functions = {\n onBeforeEnter (el: Element) {\n (el as HTMLElement).style.pointerEvents = 'none'\n ;(el as HTMLElement).style.visibility = 'hidden'\n },\n async onEnter (el: Element, done: () => void) {\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n ;(el as HTMLElement).style.visibility = ''\n\n const dimensions = getDimensions(props.target!, el as HTMLElement)\n const { x, y, sx, sy, speed } = dimensions\n saved.set(el, dimensions)\n\n const animation = animate(el, [\n { transform: `translate(${x}px, ${y}px) scale(${sx}, ${sy})`, opacity: 0 },\n {},\n ], {\n duration: 225 * speed,\n easing: deceleratedEasing,\n })\n getChildren(el)?.forEach(el => {\n animate(el, [\n { opacity: 0 },\n { opacity: 0, offset: 0.33 },\n {},\n ], {\n duration: 225 * 2 * speed,\n easing: standardEasing,\n })\n })\n animation.finished.then(() => done())\n },\n onAfterEnter (el: Element) {\n (el as HTMLElement).style.removeProperty('pointer-events')\n },\n onBeforeLeave (el: Element) {\n (el as HTMLElement).style.pointerEvents = 'none'\n },\n async onLeave (el: Element, done: () => void) {\n await new Promise(resolve => requestAnimationFrame(resolve))\n\n let dimensions\n if (!Array.isArray(props.target) && !props.target!.offsetParent && saved.has(el)) {\n dimensions = saved.get(el)!\n } else {\n dimensions = getDimensions(props.target!, el as HTMLElement)\n }\n const { x, y, sx, sy, speed } = dimensions\n\n const animation = animate(el, [\n {},\n { transform: `translate(${x}px, ${y}px) scale(${sx}, ${sy})`, opacity: 0 },\n ], {\n duration: 125 * speed,\n easing: acceleratedEasing,\n })\n animation.finished.then(() => done())\n getChildren(el)?.forEach(el => {\n animate(el, [\n {},\n { opacity: 0, offset: 0.2 },\n { opacity: 0 },\n ], {\n duration: 125 * 2 * speed,\n easing: standardEasing,\n })\n })\n },\n onAfterLeave (el: Element) {\n (el as HTMLElement).style.removeProperty('pointer-events')\n },\n }\n\n return () => {\n return props.target\n ? (\n <Transition\n name=\"dialog-transition\"\n { ...functions }\n css={ false }\n v-slots={ slots }\n />\n )\n : <Transition name=\"dialog-transition\" v-slots={ slots } />\n }\n },\n})\n\n/** Animatable children (card, sheet, list) */\nfunction getChildren (el: Element) {\n const els = el.querySelector(':scope > .v-card, :scope > .v-sheet, :scope > .v-list')?.children\n return els && [...els]\n}\n\ntype Dimensions = {\n x: number\n y: number\n sx: number\n sy: number\n speed: number\n}\n\nfunction getDimensions (target: HTMLElement | [x: number, y: number], el: HTMLElement): Dimensions {\n const targetBox = getTargetBox(target)\n const elBox = nullifyTransforms(el)\n const [originX, originY] = getComputedStyle(el).transformOrigin.split(' ').map(v => parseFloat(v))\n\n const [anchorSide, anchorOffset] = getComputedStyle(el).getPropertyValue('--v-overlay-anchor-origin').split(' ')\n\n let offsetX = targetBox.left + targetBox.width / 2\n if (anchorSide === 'left' || anchorOffset === 'left') {\n offsetX -= targetBox.width / 2\n } else if (anchorSide === 'right' || anchorOffset === 'right') {\n offsetX += targetBox.width / 2\n }\n\n let offsetY = targetBox.top + targetBox.height / 2\n if (anchorSide === 'top' || anchorOffset === 'top') {\n offsetY -= targetBox.height / 2\n } else if (anchorSide === 'bottom' || anchorOffset === 'bottom') {\n offsetY += targetBox.height / 2\n }\n\n const tsx = targetBox.width / elBox.width\n const tsy = targetBox.height / elBox.height\n const maxs = Math.max(1, tsx, tsy)\n const sx = tsx / maxs || 0\n const sy = tsy / maxs || 0\n\n // Animate elements larger than 12% of the screen area up to 1.5x slower\n const asa = (elBox.width * elBox.height) / (window.innerWidth * window.innerHeight)\n const speed = asa > 0.12\n ? Math.min(1.5, (asa - 0.12) * 10 + 1)\n : 1\n\n return {\n x: offsetX - (originX + elBox.left),\n y: offsetY - (originY + elBox.top),\n sx,\n sy,\n speed,\n }\n}\n\nexport type VDialogTransition = InstanceType<typeof VDialogTransition>\n"],"mappings":"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","ignoreList":[]}
|
1
|
+
{"version":3,"file":"dialog-transition.js","names":["Transition","mergeProps","_mergeProps","createVNode","_createVNode","acceleratedEasing","animate","deceleratedEasing","genericComponent","nullifyTransforms","propsFactory","standardEasing","getTargetBox","makeVDialogTransitionProps","target","Object","Array","saved","WeakMap","VDialogTransition","name","props","setup","_ref","slots","functions","onBeforeEnter","el","style","pointerEvents","visibility","onEnter","done","Promise","resolve","requestAnimationFrame","dimensions","getDimensions","x","y","sx","sy","speed","set","animation","transform","opacity","duration","easing","getChildren","forEach","offset","finished","then","onAfterEnter","removeProperty","onBeforeLeave","onLeave","has","isArray","offsetParent","getClientRects","length","get","onAfterLeave","els","querySelector","children","targetBox","elBox","originX","originY","getComputedStyle","transformOrigin","split","map","v","parseFloat","anchorSide","anchorOffset","getPropertyValue","offsetX","left","width","offsetY","top","height","tsx","tsy","maxs","Math","max","asa","window","innerWidth","innerHeight","min"],"sources":["../../../src/components/transitions/dialog-transition.tsx"],"sourcesContent":["// Utilities\nimport { Transition } from 'vue'\nimport {\n acceleratedEasing,\n animate,\n deceleratedEasing,\n genericComponent,\n nullifyTransforms,\n propsFactory,\n standardEasing,\n} from '@/util'\nimport { getTargetBox } from '@/util/box'\n\n// Types\nimport type { PropType } from 'vue'\n\nexport const makeVDialogTransitionProps = propsFactory({\n target: [Object, Array] as PropType<HTMLElement | [x: number, y: number]>,\n}, 'v-dialog-transition')\n\nconst saved = new WeakMap<Element, Dimensions>()\n\nexport const VDialogTransition = genericComponent()({\n name: 'VDialogTransition',\n\n props: makeVDialogTransitionProps(),\n\n setup (props, { slots }) {\n const functions = {\n onBeforeEnter (el: Element) {\n (el as HTMLElement).style.pointerEvents = 'none'\n ;(el as HTMLElement).style.visibility = 'hidden'\n },\n async onEnter (el: Element, done: () => void) {\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n ;(el as HTMLElement).style.visibility = ''\n\n const dimensions = getDimensions(props.target!, el as HTMLElement)\n const { x, y, sx, sy, speed } = dimensions\n saved.set(el, dimensions)\n\n const animation = animate(el, [\n { transform: `translate(${x}px, ${y}px) scale(${sx}, ${sy})`, opacity: 0 },\n {},\n ], {\n duration: 225 * speed,\n easing: deceleratedEasing,\n })\n getChildren(el)?.forEach(el => {\n animate(el, [\n { opacity: 0 },\n { opacity: 0, offset: 0.33 },\n {},\n ], {\n duration: 225 * 2 * speed,\n easing: standardEasing,\n })\n })\n animation.finished.then(() => done())\n },\n onAfterEnter (el: Element) {\n (el as HTMLElement).style.removeProperty('pointer-events')\n },\n onBeforeLeave (el: Element) {\n (el as HTMLElement).style.pointerEvents = 'none'\n },\n async onLeave (el: Element, done: () => void) {\n await new Promise(resolve => requestAnimationFrame(resolve))\n\n let dimensions\n if (\n !saved.has(el) ||\n Array.isArray(props.target) ||\n props.target!.offsetParent ||\n props.target!.getClientRects().length\n ) {\n dimensions = getDimensions(props.target!, el as HTMLElement)\n } else {\n dimensions = saved.get(el)!\n }\n const { x, y, sx, sy, speed } = dimensions\n\n const animation = animate(el, [\n {},\n { transform: `translate(${x}px, ${y}px) scale(${sx}, ${sy})`, opacity: 0 },\n ], {\n duration: 125 * speed,\n easing: acceleratedEasing,\n })\n animation.finished.then(() => done())\n getChildren(el)?.forEach(el => {\n animate(el, [\n {},\n { opacity: 0, offset: 0.2 },\n { opacity: 0 },\n ], {\n duration: 125 * 2 * speed,\n easing: standardEasing,\n })\n })\n },\n onAfterLeave (el: Element) {\n (el as HTMLElement).style.removeProperty('pointer-events')\n },\n }\n\n return () => {\n return props.target\n ? (\n <Transition\n name=\"dialog-transition\"\n { ...functions }\n css={ false }\n v-slots={ slots }\n />\n )\n : <Transition name=\"dialog-transition\" v-slots={ slots } />\n }\n },\n})\n\n/** Animatable children (card, sheet, list) */\nfunction getChildren (el: Element) {\n const els = el.querySelector(':scope > .v-card, :scope > .v-sheet, :scope > .v-list')?.children\n return els && [...els]\n}\n\ntype Dimensions = {\n x: number\n y: number\n sx: number\n sy: number\n speed: number\n}\n\nfunction getDimensions (target: HTMLElement | [x: number, y: number], el: HTMLElement): Dimensions {\n const targetBox = getTargetBox(target)\n const elBox = nullifyTransforms(el)\n const [originX, originY] = getComputedStyle(el).transformOrigin.split(' ').map(v => parseFloat(v))\n\n const [anchorSide, anchorOffset] = getComputedStyle(el).getPropertyValue('--v-overlay-anchor-origin').split(' ')\n\n let offsetX = targetBox.left + targetBox.width / 2\n if (anchorSide === 'left' || anchorOffset === 'left') {\n offsetX -= targetBox.width / 2\n } else if (anchorSide === 'right' || anchorOffset === 'right') {\n offsetX += targetBox.width / 2\n }\n\n let offsetY = targetBox.top + targetBox.height / 2\n if (anchorSide === 'top' || anchorOffset === 'top') {\n offsetY -= targetBox.height / 2\n } else if (anchorSide === 'bottom' || anchorOffset === 'bottom') {\n offsetY += targetBox.height / 2\n }\n\n const tsx = targetBox.width / elBox.width\n const tsy = targetBox.height / elBox.height\n const maxs = Math.max(1, tsx, tsy)\n const sx = tsx / maxs || 0\n const sy = tsy / maxs || 0\n\n // Animate elements larger than 12% of the screen area up to 1.5x slower\n const asa = (elBox.width * elBox.height) / (window.innerWidth * window.innerHeight)\n const speed = asa > 0.12\n ? Math.min(1.5, (asa - 0.12) * 10 + 1)\n : 1\n\n return {\n x: offsetX - (originX + elBox.left),\n y: offsetY - (originY + elBox.top),\n sx,\n sy,\n speed,\n }\n}\n\nexport type VDialogTransition = InstanceType<typeof VDialogTransition>\n"],"mappings":"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","ignoreList":[]}
|
package/lib/entry-bundler.d.ts
CHANGED
@@ -6,9 +6,9 @@ export declare const createVuetify: {
|
|
6
6
|
(options?: VuetifyOptions): {
|
7
7
|
install: (app: import("vue").App) => void;
|
8
8
|
unmount: () => void;
|
9
|
-
defaults: import("vue").Ref<import("./
|
10
|
-
display: import("./
|
11
|
-
theme: import("./
|
9
|
+
defaults: import("vue").Ref<import("./types.js").DefaultsInstance, import("./types.js").DefaultsInstance>;
|
10
|
+
display: import("./types.js").DisplayInstance;
|
11
|
+
theme: import("./types.js").ThemeInstance & {
|
12
12
|
install: (app: import("vue").App) => void;
|
13
13
|
};
|
14
14
|
icons: import("./composables/icons.js").InternalIconOptions;
|
@@ -17,12 +17,12 @@ export declare const createVuetify: {
|
|
17
17
|
rtl: import("vue").Ref<Record<string, boolean>>;
|
18
18
|
rtlClasses: import("vue").Ref<string>;
|
19
19
|
name: string;
|
20
|
-
messages: import("vue").Ref<import("./
|
20
|
+
messages: import("vue").Ref<import("./types.js").LocaleMessages>;
|
21
21
|
current: import("vue").Ref<string>;
|
22
22
|
fallback: import("vue").Ref<string>;
|
23
23
|
t: (key: string, ...params: unknown[]) => string;
|
24
24
|
n: (value: number) => string;
|
25
|
-
provide: (props: import("./
|
25
|
+
provide: (props: import("./types.js").LocaleOptions) => import("./types.js").LocaleInstance;
|
26
26
|
};
|
27
27
|
date: {
|
28
28
|
options: import("./composables/date/date.js").InternalDateOptions;
|
@@ -73,7 +73,7 @@ export declare const createVuetify: {
|
|
73
73
|
setMinutes: (date: unknown, minutes: number) => unknown;
|
74
74
|
};
|
75
75
|
};
|
76
|
-
goTo: import("./
|
76
|
+
goTo: import("./types.js").GoToInstance;
|
77
77
|
};
|
78
78
|
version: string;
|
79
79
|
};
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.8.
|
19
|
+
export const version = "3.8.4-master.2025-05-07";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2537,42 +2537,39 @@ declare module 'vue' {
|
|
2537
2537
|
$children?: VNodeChild
|
2538
2538
|
}
|
2539
2539
|
export interface GlobalComponents {
|
2540
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2540
2541
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2541
2542
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2542
2543
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2543
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2544
2544
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2545
2545
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2546
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2547
2546
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2547
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2548
2548
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2549
2549
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2550
2550
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2551
|
-
|
2551
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2552
2552
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2553
2553
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2554
2554
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2555
|
-
|
2555
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2556
2556
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2557
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2558
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2559
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2560
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2561
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2562
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2563
2557
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2564
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2565
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2566
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2567
2558
|
VCard: typeof import('vuetify/components')['VCard']
|
2568
2559
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2569
2560
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2570
2561
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2571
2562
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2572
2563
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2564
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2565
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2566
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2567
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2568
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2569
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2570
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2573
2571
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2574
|
-
|
2575
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2572
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2576
2573
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2577
2574
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2578
2575
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2580,36 +2577,41 @@ declare module 'vue' {
|
|
2580
2577
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2581
2578
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2582
2579
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2580
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2581
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2582
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2583
2583
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2584
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2584
2585
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2585
2586
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2586
2587
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2587
2588
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2588
2589
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2589
2590
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2590
|
-
|
2591
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2592
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2593
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2591
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2594
2592
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2595
2593
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2596
2594
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2597
2595
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2598
|
-
|
2599
|
-
|
2596
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2597
|
+
VField: typeof import('vuetify/components')['VField']
|
2598
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2600
2599
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2601
|
-
|
2600
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2601
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2602
2602
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2603
2603
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2604
2604
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2605
2605
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2606
2606
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2607
2607
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2608
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2609
2608
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2610
2609
|
VItem: typeof import('vuetify/components')['VItem']
|
2611
|
-
|
2610
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2612
2611
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2612
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2613
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2614
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2613
2615
|
VList: typeof import('vuetify/components')['VList']
|
2614
2616
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2615
2617
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2619,47 +2621,44 @@ declare module 'vue' {
|
|
2619
2621
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2620
2622
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2621
2623
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2622
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2623
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2624
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2625
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2626
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2627
2624
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2628
|
-
|
2625
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2629
2626
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2630
|
-
|
2627
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2631
2628
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2629
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2630
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2632
2631
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2633
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2634
2632
|
VRating: typeof import('vuetify/components')['VRating']
|
2635
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2636
2633
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2637
2634
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2635
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2636
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2637
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2638
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2638
2639
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2640
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2641
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2639
2642
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2640
2643
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2641
2644
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2642
2645
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2643
2646
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2644
2647
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2645
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2646
2648
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2647
2649
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2648
|
-
|
2649
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2650
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2651
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2650
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2652
2651
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2653
2652
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2654
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2655
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2656
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2657
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2658
2653
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2659
2654
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2660
2655
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2656
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2657
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2658
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2661
2659
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2662
2660
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2661
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2663
2662
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2664
2663
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2665
2664
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
@@ -2669,24 +2668,21 @@ declare module 'vue' {
|
|
2669
2668
|
VRow: typeof import('vuetify/components')['VRow']
|
2670
2669
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2671
2670
|
VHover: typeof import('vuetify/components')['VHover']
|
2672
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2673
2671
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2674
2672
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2673
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2675
2674
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2676
2675
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2677
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
2678
2676
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2677
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
2679
2678
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2680
2679
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2681
2680
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2682
2681
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2683
2682
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2684
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2685
2683
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2686
|
-
|
2687
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2684
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2688
2685
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2689
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2690
2686
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2691
2687
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2692
2688
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2703,27 +2699,31 @@ declare module 'vue' {
|
|
2703
2699
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2704
2700
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2705
2701
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2702
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2703
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2704
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2705
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2706
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2707
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2708
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2706
2709
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2707
2710
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2708
2711
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2709
2712
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2710
2713
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2711
2714
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2712
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2713
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2714
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2715
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2716
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2717
2715
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2718
2716
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2719
2717
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2720
|
-
|
2721
|
-
|
2722
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2718
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2719
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2723
2720
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2724
2721
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2725
2722
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2726
|
-
|
2723
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2724
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2725
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2727
2726
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2727
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2728
2728
|
}
|
2729
2729
|
}
|
package/lib/framework.js
CHANGED
@@ -102,7 +102,7 @@ export declare const makeVCalendarProps: <Defaults extends {
|
|
102
102
|
from<T, U_1>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U_1, thisArg?: any): U_1[];
|
103
103
|
of<T>(...items: T[]): T[];
|
104
104
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
105
|
-
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
105
|
+
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U_2, thisArg?: any): Promise<Awaited<U_2>[]>;
|
106
106
|
readonly [Symbol.species]: ArrayConstructor;
|
107
107
|
} : {
|
108
108
|
type: import("vue").PropType<unknown extends Defaults["events"] ? any[] : any[] | Defaults["events"]>;
|
@@ -1144,7 +1144,7 @@ export declare const VCalendar: {
|
|
1144
1144
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1145
1145
|
of<T>(...items: T[]): T[];
|
1146
1146
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
1147
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
1147
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
1148
1148
|
readonly [Symbol.species]: ArrayConstructor;
|
1149
1149
|
};
|
1150
1150
|
intervalDivisions: {
|
@@ -1234,7 +1234,7 @@ export declare const VCalendar: {
|
|
1234
1234
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1235
1235
|
of<T>(...items: T[]): T[];
|
1236
1236
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
1237
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
1237
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
1238
1238
|
readonly [Symbol.species]: ArrayConstructor;
|
1239
1239
|
};
|
1240
1240
|
intervalDivisions: {
|
@@ -41,7 +41,7 @@ export declare const makeVCalendarDayProps: <Defaults extends {
|
|
41
41
|
from<T, U_1>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U_1, thisArg?: any): U_1[];
|
42
42
|
of<T>(...items: T[]): T[];
|
43
43
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
44
|
-
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
44
|
+
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U_2, thisArg?: any): Promise<Awaited<U_2>[]>;
|
45
45
|
readonly [Symbol.species]: ArrayConstructor;
|
46
46
|
} : {
|
47
47
|
type: import("vue").PropType<unknown extends Defaults["events"] ? any[] : any[] | Defaults["events"]>;
|
@@ -551,7 +551,7 @@ export declare const VCalendarDay: {
|
|
551
551
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
552
552
|
of<T>(...items: T[]): T[];
|
553
553
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
554
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
554
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
555
555
|
readonly [Symbol.species]: ArrayConstructor;
|
556
556
|
};
|
557
557
|
intervalDivisions: {
|
@@ -598,7 +598,7 @@ export declare const VCalendarDay: {
|
|
598
598
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
599
599
|
of<T>(...items: T[]): T[];
|
600
600
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
601
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
601
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
602
602
|
readonly [Symbol.species]: ArrayConstructor;
|
603
603
|
};
|
604
604
|
intervalDivisions: {
|
@@ -56,7 +56,7 @@ export declare const makeVCalendarIntervalProps: <Defaults extends {
|
|
56
56
|
from<T, U_1>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U_1, thisArg?: any): U_1[];
|
57
57
|
of<T>(...items: T[]): T[];
|
58
58
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
59
|
-
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
59
|
+
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U_2, thisArg?: any): Promise<Awaited<U_2>[]>;
|
60
60
|
readonly [Symbol.species]: ArrayConstructor;
|
61
61
|
} : {
|
62
62
|
type: import("vue").PropType<unknown extends Defaults["events"] ? any[] : any[] | Defaults["events"]>;
|
@@ -382,7 +382,7 @@ export declare const VCalendarInterval: {
|
|
382
382
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
383
383
|
of<T>(...items: T[]): T[];
|
384
384
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
385
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
385
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
386
386
|
readonly [Symbol.species]: ArrayConstructor;
|
387
387
|
};
|
388
388
|
intervalDivisions: {
|
@@ -428,7 +428,7 @@ export declare const VCalendarInterval: {
|
|
428
428
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
429
429
|
of<T>(...items: T[]): T[];
|
430
430
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
431
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
431
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
432
432
|
readonly [Symbol.species]: ArrayConstructor;
|
433
433
|
};
|
434
434
|
intervalDivisions: {
|
@@ -55,7 +55,7 @@ export declare const makeVCalendarMonthDayProps: <Defaults extends {
|
|
55
55
|
from<T, U_1>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U_1, thisArg?: any): U_1[];
|
56
56
|
of<T>(...items: T[]): T[];
|
57
57
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
58
|
-
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
58
|
+
fromAsync<T, U_2>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U_2, thisArg?: any): Promise<Awaited<U_2>[]>;
|
59
59
|
readonly [Symbol.species]: ArrayConstructor;
|
60
60
|
} : {
|
61
61
|
type: PropType<unknown extends Defaults["events"] ? any[] : any[] | Defaults["events"]>;
|
@@ -283,7 +283,7 @@ export declare const VCalendarMonthDay: {
|
|
283
283
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
284
284
|
of<T>(...items: T[]): T[];
|
285
285
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
286
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
286
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
287
287
|
readonly [Symbol.species]: ArrayConstructor;
|
288
288
|
};
|
289
289
|
title: (StringConstructor | NumberConstructor)[];
|
@@ -307,7 +307,7 @@ export declare const VCalendarMonthDay: {
|
|
307
307
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
308
308
|
of<T>(...items: T[]): T[];
|
309
309
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
310
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
310
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
311
311
|
readonly [Symbol.species]: ArrayConstructor;
|
312
312
|
};
|
313
313
|
title: (StringConstructor | NumberConstructor)[];
|