@vuetify/nightly 3.7.0-master.2024-08-22 → 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 +20 -20
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2811 -2811
- package/dist/vuetify-labs.d.ts +1839 -36
- package/dist/vuetify-labs.esm.js +5 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1493 -1493
- package/dist/vuetify.d.ts +404 -80
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- 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/index.d.mts +36 -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 +351 -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 +53 -53
- 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
@@ -487,41 +487,46 @@ declare module 'vue' {
|
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
489
|
VApp: typeof import('vuetify/components')['VApp']
|
490
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
490
491
|
VAlert: typeof import('vuetify/components')['VAlert']
|
491
492
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
492
493
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
493
494
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
494
495
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
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']
|
495
500
|
VBanner: typeof import('vuetify/components')['VBanner']
|
496
501
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
497
502
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
498
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
499
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
500
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
503
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
504
503
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
505
504
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
506
505
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
507
|
-
|
506
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
509
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
508
510
|
VCard: typeof import('vuetify/components')['VCard']
|
509
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
510
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
511
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
512
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
513
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
514
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
515
|
-
VChip: typeof import('vuetify/components')['VChip']
|
516
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
518
|
-
VCode: typeof import('vuetify/components')['VCode']
|
519
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
520
516
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
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']
|
522
521
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
522
|
+
VCode: typeof import('vuetify/components')['VCode']
|
523
523
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
|
-
|
524
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
525
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
526
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
527
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
528
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
529
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
525
530
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
526
531
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
527
532
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -529,34 +534,27 @@ declare module 'vue' {
|
|
529
534
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
530
535
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
531
536
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
537
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
532
538
|
VDialog: typeof import('vuetify/components')['VDialog']
|
533
|
-
|
534
|
-
|
535
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
536
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
537
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
538
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
539
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
540
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
539
541
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
540
542
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
541
543
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
542
544
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
543
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
544
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
545
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
546
|
-
VFab: typeof import('vuetify/components')['VFab']
|
547
545
|
VField: typeof import('vuetify/components')['VField']
|
548
546
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
549
|
-
VImg: typeof import('vuetify/components')['VImg']
|
550
547
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
548
|
+
VFab: typeof import('vuetify/components')['VFab']
|
549
|
+
VImg: typeof import('vuetify/components')['VImg']
|
551
550
|
VIcon: typeof import('vuetify/components')['VIcon']
|
552
551
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
553
552
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
554
553
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
555
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
556
|
-
VInput: typeof import('vuetify/components')['VInput']
|
557
555
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
558
|
-
|
559
|
-
|
556
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
557
|
+
VInput: typeof import('vuetify/components')['VInput']
|
560
558
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
561
559
|
VItem: typeof import('vuetify/components')['VItem']
|
562
560
|
VList: typeof import('vuetify/components')['VList']
|
@@ -568,68 +566,73 @@ declare module 'vue' {
|
|
568
566
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
567
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
568
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
569
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
570
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
571
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
571
572
|
VMain: typeof import('vuetify/components')['VMain']
|
573
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
572
574
|
VMessages: typeof import('vuetify/components')['VMessages']
|
573
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
574
575
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
576
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
577
577
|
VPagination: typeof import('vuetify/components')['VPagination']
|
578
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
578
579
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
580
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
579
581
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
580
583
|
VRating: typeof import('vuetify/components')['VRating']
|
581
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
582
584
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
583
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
584
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
585
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
586
585
|
VSheet: typeof import('vuetify/components')['VSheet']
|
586
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
587
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
588
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
587
589
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
588
590
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
590
591
|
VStepper: typeof import('vuetify/components')['VStepper']
|
591
592
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
592
593
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
593
594
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
594
595
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
595
596
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
596
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
597
|
VTab: typeof import('vuetify/components')['VTab']
|
598
598
|
VTabs: typeof import('vuetify/components')['VTabs']
|
599
599
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
600
600
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
602
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']
|
603
606
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
604
607
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
605
608
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
606
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
607
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
608
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
609
609
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
610
610
|
VWindow: typeof import('vuetify/components')['VWindow']
|
611
611
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
612
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
612
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
613
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
614
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
615
617
|
VForm: typeof import('vuetify/components')['VForm']
|
618
|
+
VHover: typeof import('vuetify/components')['VHover']
|
616
619
|
VContainer: typeof import('vuetify/components')['VContainer']
|
617
620
|
VCol: typeof import('vuetify/components')['VCol']
|
618
621
|
VRow: typeof import('vuetify/components')['VRow']
|
619
622
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
620
|
-
VHover: typeof import('vuetify/components')['VHover']
|
621
623
|
VLazy: typeof import('vuetify/components')['VLazy']
|
622
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
623
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
624
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
625
626
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
627
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
628
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
626
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
627
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
628
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
629
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
630
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
631
|
-
|
633
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
632
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
633
636
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
634
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
635
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -647,9 +650,8 @@ declare module 'vue' {
|
|
647
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
648
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
649
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
650
|
-
|
651
|
-
|
652
|
-
VTable: typeof import('vuetify/components')['VTable']
|
653
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
654
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
653
655
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
654
656
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
655
657
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
@@ -657,19 +659,17 @@ declare module 'vue' {
|
|
657
659
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
658
660
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
659
661
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
660
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
661
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
662
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
663
662
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
664
663
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
665
664
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
666
|
-
|
667
|
-
|
665
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
666
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
667
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
668
668
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
669
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
670
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
672
671
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
672
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
673
673
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
674
674
|
}
|
675
675
|
}
|