@vuetify/nightly 3.7.0-master.2024-08-21 → 3.7.0-master.2024-08-26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +12 -1
- package/dist/vuetify-labs.css +2915 -2915
- package/dist/vuetify-labs.d.ts +1845 -36
- package/dist/vuetify-labs.esm.js +7 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +704 -704
- package/dist/vuetify.d.ts +400 -70
- package/dist/vuetify.esm.js +7 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +45 -3
- package/lib/components/VCombobox/index.d.mts +45 -3
- package/lib/components/VDialog/VDialog.mjs +2 -0
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +42 -3
- package/lib/components/VFileInput/index.d.mts +27 -3
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VMenu/index.d.mts +45 -3
- package/lib/components/VSelect/index.d.mts +45 -3
- package/lib/components/VSnackbar/index.d.mts +36 -3
- package/lib/components/VTabs/index.d.mts +15 -3
- package/lib/components/VTextField/index.d.mts +33 -3
- package/lib/components/VTextarea/index.d.mts +27 -3
- package/lib/components/VTooltip/index.d.mts +36 -3
- package/lib/components/index.d.mts +357 -27
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VNumberInput/index.d.mts +2273 -794
- package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
- package/lib/labs/components.d.mts +2293 -781
- package/package.json +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
package/lib/components/index.mjs
CHANGED
@@ -17,7 +17,7 @@ export * from "./VCheckbox/index.mjs";
|
|
17
17
|
export * from "./VChip/index.mjs";
|
18
18
|
export * from "./VChipGroup/index.mjs";
|
19
19
|
export * from "./VCode/index.mjs";
|
20
|
-
export * from "./VColorPicker/index.mjs";
|
20
|
+
export * from "./VColorPicker/index.mjs";
|
21
21
|
export * from "./VCombobox/index.mjs";
|
22
22
|
export * from "./VConfirmEdit/index.mjs";
|
23
23
|
export * from "./VCounter/index.mjs";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/components/index.ts"],"sourcesContent":["export * from './VApp'\nexport * from './VAppBar'\nexport * from './VAlert'\nexport * from './VAutocomplete'\nexport * from './VAvatar'\nexport * from './VBadge'\nexport * from './VBanner'\nexport * from './VBottomNavigation'\nexport * from './VBottomSheet'\nexport * from './VBreadcrumbs'\nexport * from './VBtn'\nexport * from './VBtnGroup'\nexport * from './VBtnToggle'\n// export * from './VCalendar'\nexport * from './VCard'\nexport * from './VCarousel'\nexport * from './VCheckbox'\nexport * from './VChip'\nexport * from './VChipGroup'\nexport * from './VCode'\nexport * from './VColorPicker'\
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/components/index.ts"],"sourcesContent":["export * from './VApp'\nexport * from './VAppBar'\nexport * from './VAlert'\nexport * from './VAutocomplete'\nexport * from './VAvatar'\nexport * from './VBadge'\nexport * from './VBanner'\nexport * from './VBottomNavigation'\nexport * from './VBottomSheet'\nexport * from './VBreadcrumbs'\nexport * from './VBtn'\nexport * from './VBtnGroup'\nexport * from './VBtnToggle'\n// export * from './VCalendar'\nexport * from './VCard'\nexport * from './VCarousel'\nexport * from './VCheckbox'\nexport * from './VChip'\nexport * from './VChipGroup'\nexport * from './VCode'\nexport * from './VColorPicker'\nexport * from './VCombobox'\nexport * from './VConfirmEdit'\nexport * from './VCounter'\nexport * from './VDataIterator'\nexport * from './VDataTable'\nexport * from './VDatePicker'\nexport * from './VDefaultsProvider'\nexport * from './VDialog'\nexport * from './VDivider'\nexport * from './VEmptyState'\nexport * from './VExpansionPanel'\nexport * from './VFab'\nexport * from './VField'\nexport * from './VFileInput'\nexport * from './VFooter'\nexport * from './VForm'\nexport * from './VGrid'\nexport * from './VHover'\nexport * from './VIcon'\nexport * from './VImg'\nexport * from './VInfiniteScroll'\nexport * from './VInput'\nexport * from './VItemGroup'\nexport * from './VKbd'\nexport * from './VLabel'\nexport * from './VLayout'\nexport * from './VLazy'\nexport * from './VList'\nexport * from './VLocaleProvider'\nexport * from './VMain'\nexport * from './VMenu'\nexport * from './VMessages'\nexport * from './VNavigationDrawer'\nexport * from './VNoSsr'\nexport * from './VOtpInput'\n// export * from './VOverflowBtn'\nexport * from './VOverlay'\nexport * from './VPagination'\nexport * from './VParallax'\nexport * from './VProgressCircular'\nexport * from './VProgressLinear'\nexport * from './VRadio'\nexport * from './VRadioGroup'\nexport * from './VRangeSlider'\nexport * from './VRating'\nexport * from './VResponsive'\nexport * from './VSelect'\nexport * from './VSelectionControl'\nexport * from './VSelectionControlGroup'\nexport * from './VSheet'\nexport * from './VSkeletonLoader'\nexport * from './VSlideGroup'\nexport * from './VSlider'\nexport * from './VSnackbar'\nexport * from './VSparkline'\nexport * from './VSpeedDial'\nexport * from './VStepper'\nexport * from './VSwitch'\nexport * from './VSystemBar'\nexport * from './VTabs'\nexport * from './VTable'\nexport * from './VTextarea'\nexport * from './VTextField'\nexport * from './VThemeProvider'\nexport * from './VTimeline'\n// export * from './VTimePicker'\nexport * from './VToolbar'\nexport * from './VTooltip'\n// export * from './VTreeview'\nexport * from './VValidation'\nexport * from './VVirtualScroll'\nexport * from './VWindow'\nexport * from './transitions'\n"],"mappings":";;;;;;;;;;;;wCAaA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uCA2CA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uCA8BA;AAAA;AAAA,sCAGA;AAAA;AAAA;AAAA;AAAA","ignoreList":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"forwardRefs.mjs","names":["Refs","Symbol","getDescriptor","obj","key","currentObj","descriptor","Reflect","getOwnPropertyDescriptor","Object","getPrototypeOf","undefined","forwardRefs","target","_len","arguments","length","refs","Array","_key","Proxy","get","has","startsWith","ref","value","val","bind","set","_","setupState","childRefs","queue","slice","shift","push"],"sources":["../../src/composables/forwardRefs.ts"],"sourcesContent":["// Types\nimport type { ComponentPublicInstance, Ref, UnwrapRef } from 'vue'\nimport type { UnionToIntersection } from '@/util'\n\nconst Refs = Symbol('Forwarded refs')\n\n/** Omit properties starting with P */\ntype OmitPrefix
|
1
|
+
{"version":3,"file":"forwardRefs.mjs","names":["Refs","Symbol","getDescriptor","obj","key","currentObj","descriptor","Reflect","getOwnPropertyDescriptor","Object","getPrototypeOf","undefined","forwardRefs","target","_len","arguments","length","refs","Array","_key","Proxy","get","has","startsWith","ref","value","val","bind","set","_","setupState","childRefs","queue","slice","shift","push"],"sources":["../../src/composables/forwardRefs.ts"],"sourcesContent":["// Types\nimport type { ComponentOptionsBase, ComponentPublicInstance, Ref, UnwrapRef } from 'vue'\nimport type { UnionToIntersection } from '@/util'\n\nconst Refs = Symbol('Forwarded refs')\n\n/** Omit properties starting with P */\ntype OmitPrefix<\n T,\n P extends string,\n E = Extract<keyof T, `${P}${any}`>,\n> = [E] extends [never] ? T : Omit<T, `${P}${any}`>\ntype OmitPrivate<T> = OmitPrefix<T, '$'>\n\n/** Omit keyof $props from T */\ntype OmitProps<T> = T extends { $props: any } ? Omit<T, keyof T['$props']> : T\n\nfunction getDescriptor (obj: any, key: PropertyKey) {\n let currentObj = obj\n while (currentObj) {\n const descriptor = Reflect.getOwnPropertyDescriptor(currentObj, key)\n if (descriptor) return descriptor\n currentObj = Object.getPrototypeOf(currentObj)\n }\n return undefined\n}\n\nexport function forwardRefs<\n T extends {},\n U extends Ref<HTMLElement | Omit<ComponentPublicInstance, '$emit' | '$slots'> | undefined>[],\n UU = { [K in keyof U]: NonNullable<UnwrapRef<U[K]>> }[number],\n UC = { [K in keyof U]: OmitPrivate<OmitProps<NonNullable<UnwrapRef<U[K]>>>> }[number],\n R = T & UnionToIntersection<UC> & {\n _allExposed: T | (\n UU extends { $options: infer O }\n ? O extends ComponentOptionsBase<any, infer E, any, any, any, any, any, any>\n ? E\n : never\n : never\n )\n }\n> (target: T, ...refs: U): R {\n (target as any)[Refs] = refs\n\n return new Proxy(target, {\n get (target, key) {\n if (Reflect.has(target, key)) {\n return Reflect.get(target, key)\n }\n\n // Skip internal properties\n if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return\n\n for (const ref of refs) {\n if (ref.value && Reflect.has(ref.value, key)) {\n const val = Reflect.get(ref.value, key)\n return typeof val === 'function'\n ? val.bind(ref.value)\n : val\n }\n }\n },\n has (target, key) {\n if (Reflect.has(target, key)) {\n return true\n }\n\n // Skip internal properties\n if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return false\n\n for (const ref of refs) {\n if (ref.value && Reflect.has(ref.value, key)) {\n return true\n }\n }\n return false\n },\n set (target, key, value) {\n if (Reflect.has(target, key)) {\n return Reflect.set(target, key, value)\n }\n\n // Skip internal properties\n if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return false\n\n for (const ref of refs) {\n if (ref.value && Reflect.has(ref.value, key)) {\n return Reflect.set(ref.value, key, value)\n }\n }\n\n return false\n },\n getOwnPropertyDescriptor (target, key) {\n const descriptor = Reflect.getOwnPropertyDescriptor(target, key)\n if (descriptor) return descriptor\n\n // Skip internal properties\n if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return\n\n // Check each ref's own properties\n for (const ref of refs) {\n if (!ref.value) continue\n const descriptor = getDescriptor(ref.value, key) ?? ('_' in ref.value ? getDescriptor(ref.value._?.setupState, key) : undefined)\n if (descriptor) return descriptor\n }\n\n // Recursive search up each ref's prototype\n for (const ref of refs) {\n const childRefs = ref.value && (ref.value as any)[Refs]\n if (!childRefs) continue\n const queue = childRefs.slice()\n while (queue.length) {\n const ref = queue.shift()\n const descriptor = getDescriptor(ref.value, key)\n if (descriptor) return descriptor\n const childRefs = ref.value && (ref.value as any)[Refs]\n if (childRefs) queue.push(...childRefs)\n }\n }\n\n return undefined\n },\n }) as any\n}\n"],"mappings":"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","ignoreList":[]}
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.0-master.2024-08-
|
19
|
+
export const version = "3.7.0-master.2024-08-26";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -486,42 +486,41 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
+
VApp: typeof import('vuetify/components')['VApp']
|
490
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
491
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
492
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
489
493
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
494
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
495
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
-
|
493
|
-
|
496
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
497
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
498
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
499
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
494
500
|
VBanner: typeof import('vuetify/components')['VBanner']
|
495
501
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
496
502
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
497
|
-
VApp: typeof import('vuetify/components')['VApp']
|
498
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
499
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
500
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
501
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
502
503
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
503
504
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
504
505
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
506
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
507
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
506
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
509
|
-
|
507
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
509
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
510
510
|
VCard: typeof import('vuetify/components')['VCard']
|
511
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
512
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
513
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
514
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
515
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
516
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
518
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
519
516
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
520
517
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
518
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
519
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
520
|
+
VChip: typeof import('vuetify/components')['VChip']
|
521
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
521
522
|
VCode: typeof import('vuetify/components')['VCode']
|
522
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
523
523
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
525
524
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
526
525
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
527
526
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -535,28 +534,29 @@ declare module 'vue' {
|
|
535
534
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
535
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
536
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
537
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
538
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
538
539
|
VDivider: typeof import('vuetify/components')['VDivider']
|
539
540
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
540
541
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
541
542
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
542
543
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
543
544
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
544
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
545
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
546
545
|
VField: typeof import('vuetify/components')['VField']
|
547
546
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
547
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
548
|
+
VFab: typeof import('vuetify/components')['VFab']
|
549
|
+
VImg: typeof import('vuetify/components')['VImg']
|
548
550
|
VIcon: typeof import('vuetify/components')['VIcon']
|
549
551
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
550
552
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
551
553
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
552
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
553
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
554
|
-
VFab: typeof import('vuetify/components')['VFab']
|
555
555
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
556
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
557
|
+
VInput: typeof import('vuetify/components')['VInput']
|
556
558
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
557
559
|
VItem: typeof import('vuetify/components')['VItem']
|
558
|
-
VInput: typeof import('vuetify/components')['VInput']
|
559
|
-
VImg: typeof import('vuetify/components')['VImg']
|
560
560
|
VList: typeof import('vuetify/components')['VList']
|
561
561
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
562
562
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -566,65 +566,65 @@ declare module 'vue' {
|
|
566
566
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
567
567
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
568
568
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
569
|
-
VMain: typeof import('vuetify/components')['VMain']
|
570
569
|
VKbd: typeof import('vuetify/components')['VKbd']
|
571
570
|
VLabel: typeof import('vuetify/components')['VLabel']
|
572
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
573
571
|
VMenu: typeof import('vuetify/components')['VMenu']
|
572
|
+
VMain: typeof import('vuetify/components')['VMain']
|
574
573
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
574
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
575
575
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
576
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
577
|
VPagination: typeof import('vuetify/components')['VPagination']
|
577
|
-
|
578
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
578
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
579
579
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
580
580
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
581
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
581
583
|
VRating: typeof import('vuetify/components')['VRating']
|
582
584
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
583
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
584
585
|
VSheet: typeof import('vuetify/components')['VSheet']
|
586
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
585
587
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
586
588
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
587
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
588
589
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
589
590
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
590
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
591
591
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
592
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
593
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
594
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
595
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
596
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
598
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
599
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
600
|
-
VTable: typeof import('vuetify/components')['VTable']
|
601
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
602
597
|
VTab: typeof import('vuetify/components')['VTab']
|
603
598
|
VTabs: typeof import('vuetify/components')['VTabs']
|
604
599
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
605
600
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
602
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
603
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
604
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
|
+
VTable: typeof import('vuetify/components')['VTable']
|
606
606
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
607
607
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
608
608
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
609
609
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
610
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
612
610
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
611
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
614
|
-
|
612
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
615
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
617
|
VForm: typeof import('vuetify/components')['VForm']
|
618
|
+
VHover: typeof import('vuetify/components')['VHover']
|
618
619
|
VContainer: typeof import('vuetify/components')['VContainer']
|
619
620
|
VCol: typeof import('vuetify/components')['VCol']
|
620
621
|
VRow: typeof import('vuetify/components')['VRow']
|
621
622
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
|
-
VHover: typeof import('vuetify/components')['VHover']
|
623
623
|
VLazy: typeof import('vuetify/components')['VLazy']
|
624
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
625
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
626
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
626
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
627
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
628
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
630
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
@@ -652,22 +652,22 @@ declare module 'vue' {
|
|
652
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
653
653
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
654
654
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
655
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
655
656
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
656
657
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
657
658
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
658
659
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
659
660
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
660
661
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
661
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
662
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
663
663
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
664
664
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
665
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
666
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
667
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
668
665
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
669
666
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
670
667
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
668
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
671
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
672
672
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
673
673
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|