@vuetify/nightly 3.7.0-master.2024-08-22 → 3.7.0-master.2024-08-27
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 +140 -140
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2335 -2335
- package/dist/vuetify-labs.d.ts +1839 -36
- package/dist/vuetify-labs.esm.js +12 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +12 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4054 -4054
- package/dist/vuetify.d.ts +394 -70
- package/dist/vuetify.esm.js +12 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +12 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1058 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +45 -3
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- 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 +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/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- 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-27";
|
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,40 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VApp: typeof import('vuetify/components')['VApp']
|
490
489
|
VAlert: typeof import('vuetify/components')['VAlert']
|
491
490
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
491
|
+
VApp: typeof import('vuetify/components')['VApp']
|
492
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
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
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
495
497
|
VBanner: typeof import('vuetify/components')['VBanner']
|
496
498
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
497
499
|
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
500
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
505
501
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
506
502
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
503
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
507
504
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
505
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
506
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
507
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
508
|
VCard: typeof import('vuetify/components')['VCard']
|
509
509
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
510
510
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
511
511
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
512
512
|
VCardText: typeof import('vuetify/components')['VCardText']
|
513
513
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
514
|
-
|
515
|
-
VChip: typeof import('vuetify/components')['VChip']
|
514
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
516
515
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
516
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
518
|
-
VCode: typeof import('vuetify/components')['VCode']
|
519
517
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
520
518
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
519
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
522
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
523
520
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
|
-
|
521
|
+
VChip: typeof import('vuetify/components')['VChip']
|
522
|
+
VCode: typeof import('vuetify/components')['VCode']
|
525
523
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
526
524
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
527
525
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -530,6 +528,10 @@ declare module 'vue' {
|
|
530
528
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
531
529
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
532
530
|
VDialog: typeof import('vuetify/components')['VDialog']
|
531
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
532
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
533
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
534
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
533
535
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
534
536
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
535
537
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -540,25 +542,25 @@ declare module 'vue' {
|
|
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
|
-
|
544
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
545
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
545
546
|
VFooter: typeof import('vuetify/components')['VFooter']
|
546
|
-
VFab: typeof import('vuetify/components')['VFab']
|
547
547
|
VField: typeof import('vuetify/components')['VField']
|
548
548
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
549
|
-
VImg: typeof import('vuetify/components')['VImg']
|
550
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
551
549
|
VIcon: typeof import('vuetify/components')['VIcon']
|
552
550
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
553
551
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
554
552
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
555
553
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
556
|
-
|
554
|
+
VFab: typeof import('vuetify/components')['VFab']
|
557
555
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
556
|
+
VImg: typeof import('vuetify/components')['VImg']
|
558
557
|
VLabel: typeof import('vuetify/components')['VLabel']
|
559
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
560
558
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
561
559
|
VItem: typeof import('vuetify/components')['VItem']
|
560
|
+
VInput: typeof import('vuetify/components')['VInput']
|
561
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
562
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
563
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
562
564
|
VList: typeof import('vuetify/components')['VList']
|
563
565
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
564
566
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -569,24 +571,22 @@ declare module 'vue' {
|
|
569
571
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
572
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
571
573
|
VMain: typeof import('vuetify/components')['VMain']
|
572
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
573
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
574
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
577
574
|
VPagination: typeof import('vuetify/components')['VPagination']
|
575
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
578
576
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
578
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
579
579
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
580
580
|
VRating: typeof import('vuetify/components')['VRating']
|
581
581
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
582
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
583
582
|
VSelect: typeof import('vuetify/components')['VSelect']
|
584
583
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
585
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
586
584
|
VSheet: typeof import('vuetify/components')['VSheet']
|
585
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
587
586
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
588
587
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
588
|
VSlider: typeof import('vuetify/components')['VSlider']
|
589
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
590
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
591
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
592
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -594,25 +594,27 @@ declare module 'vue' {
|
|
594
594
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
595
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
596
596
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
|
+
VTable: typeof import('vuetify/components')['VTable']
|
598
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
599
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
600
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
601
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
602
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
603
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
597
604
|
VTab: typeof import('vuetify/components')['VTab']
|
598
605
|
VTabs: typeof import('vuetify/components')['VTabs']
|
599
606
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
600
607
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
-
|
602
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
608
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
603
609
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
604
610
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
605
611
|
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
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
610
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
611
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
612
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
613
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
614
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
615
616
|
VForm: typeof import('vuetify/components')['VForm']
|
617
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
616
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
617
619
|
VCol: typeof import('vuetify/components')['VCol']
|
618
620
|
VRow: typeof import('vuetify/components')['VRow']
|
@@ -623,13 +625,14 @@ declare module 'vue' {
|
|
623
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
624
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
625
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
626
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
627
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
628
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
629
630
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
631
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
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,24 +650,21 @@ 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
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
651
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
652
|
-
VTable: typeof import('vuetify/components')['VTable']
|
653
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
654
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
655
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
656
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
657
656
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
658
657
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
659
658
|
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
659
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
664
660
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
665
661
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
662
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
666
663
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
664
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
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']
|