@vuetify/nightly 3.9.3-master.2025-07-30 → 3.9.3-master.2025-08-01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -3
- package/dist/json/attributes.json +2099 -2091
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +4 -2
- package/dist/json/web-types.json +3784 -3672
- package/dist/vuetify-labs.cjs +193 -96
- package/dist/vuetify-labs.css +5517 -5496
- package/dist/vuetify-labs.d.ts +211 -161
- package/dist/vuetify-labs.esm.js +193 -96
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +193 -96
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +171 -89
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2952 -2946
- package/dist/vuetify.d.ts +99 -89
- package/dist/vuetify.esm.js +171 -89
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +171 -89
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +228 -227
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/VApp.d.ts +0 -25
- package/lib/components/VApp/VApp.js +3 -3
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +5 -0
- package/lib/components/VColorPicker/VColorPickerEdit.js +8 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -0
- package/lib/components/VColorPicker/VColorPickerPreview.js +8 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/util/index.d.ts +1 -0
- package/lib/components/VColorPicker/util/index.js +20 -10
- package/lib/components/VColorPicker/util/index.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.js +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
- package/lib/components/VDataIterator/VDataIterator.js +1 -1
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +2 -1
- package/lib/components/VDataTable/VDataTable.d.ts +6 -4
- package/lib/components/VDataTable/VDataTable.js +1 -1
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +14 -11
- package/lib/components/VDataTable/VDataTableRows.js +9 -0
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +4 -2
- package/lib/components/VDataTable/VDataTableServer.js +1 -1
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -2
- package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/group.d.ts +13 -5
- package/lib/components/VDataTable/composables/group.js +11 -5
- package/lib/components/VDataTable/composables/group.js.map +1 -1
- package/lib/components/VDataTable/composables/headers.js +53 -42
- package/lib/components/VDataTable/composables/headers.js.map +1 -1
- package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
- package/lib/components/VDataTable/composables/paginate.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +1 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +7 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +2 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VTable/VTable.css +2 -2
- package/lib/components/VTable/VTable.js +32 -20
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +4 -4
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +20 -2
- package/lib/components/VTreeview/VTreeviewChildren.js +7 -2
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.css +15 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +287 -215
- package/lib/labs/VColorInput/VColorInput.js +23 -8
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.sass +8 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VVideo/VVideoControls.js +1 -1
- package/lib/labs/VVideo/VVideoControls.js.map +1 -1
- package/lib/labs/VVideo/VVideoVolume.js +1 -1
- package/lib/labs/VVideo/VVideoVolume.js.map +1 -1
- package/lib/locale/af.d.ts +17 -0
- package/lib/locale/af.js +17 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +17 -0
- package/lib/locale/ar.js +17 -0
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +17 -0
- package/lib/locale/az.js +17 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +17 -0
- package/lib/locale/bg.js +17 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +17 -0
- package/lib/locale/ca.js +17 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +17 -0
- package/lib/locale/ckb.js +17 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +17 -0
- package/lib/locale/cs.js +17 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +17 -0
- package/lib/locale/da.js +17 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +17 -0
- package/lib/locale/de.js +17 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +17 -0
- package/lib/locale/el.js +17 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +17 -0
- package/lib/locale/en.js +17 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +17 -0
- package/lib/locale/es.js +17 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +17 -0
- package/lib/locale/et.js +17 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +17 -0
- package/lib/locale/fa.js +17 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +17 -0
- package/lib/locale/fi.js +17 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +17 -0
- package/lib/locale/fr.js +17 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +17 -0
- package/lib/locale/he.js +17 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +17 -0
- package/lib/locale/hr.js +17 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +17 -0
- package/lib/locale/hu.js +17 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +17 -0
- package/lib/locale/id.js +17 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +17 -0
- package/lib/locale/it.js +17 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +17 -0
- package/lib/locale/ja.js +17 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +17 -0
- package/lib/locale/km.js +17 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +17 -0
- package/lib/locale/ko.js +17 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +17 -0
- package/lib/locale/lt.js +17 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +17 -0
- package/lib/locale/lv.js +17 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +17 -0
- package/lib/locale/nl.js +17 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +17 -0
- package/lib/locale/no.js +17 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +17 -0
- package/lib/locale/pl.js +17 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +17 -0
- package/lib/locale/pt.js +17 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +17 -0
- package/lib/locale/ro.js +17 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +17 -0
- package/lib/locale/ru.js +17 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +17 -0
- package/lib/locale/sk.js +17 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +17 -0
- package/lib/locale/sl.js +17 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +17 -0
- package/lib/locale/sr-Cyrl.js +17 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +17 -0
- package/lib/locale/sr-Latn.js +17 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +17 -0
- package/lib/locale/sv.js +17 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +17 -0
- package/lib/locale/th.js +17 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +17 -0
- package/lib/locale/tr.js +17 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +17 -0
- package/lib/locale/uk.js +17 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +17 -0
- package/lib/locale/vi.js +17 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +17 -0
- package/lib/locale/zh-Hans.js +17 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +17 -0
- package/lib/locale/zh-Hant.js +17 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/util/getScrollParent.js +3 -1
- package/lib/util/getScrollParent.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -878,7 +878,15 @@ interface Group<T = any> {
|
|
878
878
|
id: string;
|
879
879
|
key: string;
|
880
880
|
value: any;
|
881
|
-
items: readonly (T | Group<T>)[];
|
881
|
+
items: readonly (T | Group<T> | GroupSummary<T>)[];
|
882
|
+
}
|
883
|
+
interface GroupSummary<T = any> {
|
884
|
+
type: 'group-summary';
|
885
|
+
depth: number;
|
886
|
+
id: string;
|
887
|
+
key: string;
|
888
|
+
value: any;
|
889
|
+
items: readonly (T | Group<T> | GroupSummary<T>)[];
|
882
890
|
}
|
883
891
|
declare function provideGroupBy(options: {
|
884
892
|
groupBy: Ref<readonly SortItem[]>;
|
@@ -889,7 +897,7 @@ declare function provideGroupBy(options: {
|
|
889
897
|
toggleGroup: (group: Group) => void;
|
890
898
|
opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
|
891
899
|
groupBy: Ref<readonly SortItem[], readonly SortItem[]>;
|
892
|
-
extractRows: <T extends GroupableItem>(items: readonly (T | Group<T>)[]) => T[];
|
900
|
+
extractRows: <T extends GroupableItem>(items: readonly (T | Group<T> | GroupSummary<T>)[]) => T[];
|
893
901
|
isGroupOpen: (group: Group) => boolean;
|
894
902
|
};
|
895
903
|
|
@@ -994,6 +1002,12 @@ type GroupHeaderSlot = {
|
|
994
1002
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
995
1003
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
996
1004
|
};
|
1005
|
+
type GroupSummarySlot = {
|
1006
|
+
index: number;
|
1007
|
+
item: GroupSummary;
|
1008
|
+
columns: InternalDataTableHeader[];
|
1009
|
+
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
1010
|
+
};
|
997
1011
|
type ItemSlotBase<T> = {
|
998
1012
|
index: number;
|
999
1013
|
item: T;
|
@@ -3394,7 +3408,6 @@ declare namespace index_d$2 {
|
|
3394
3408
|
declare const VApp: {
|
3395
3409
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
3396
3410
|
style: vue.StyleValue;
|
3397
|
-
fullHeight: boolean;
|
3398
3411
|
} & {
|
3399
3412
|
class?: any;
|
3400
3413
|
theme?: string | undefined;
|
@@ -3432,7 +3445,6 @@ declare const VApp: {
|
|
3432
3445
|
theme: ThemeInstance;
|
3433
3446
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
3434
3447
|
style: vue.StyleValue;
|
3435
|
-
fullHeight: boolean;
|
3436
3448
|
}, true, {}, vue.SlotsType<Partial<{
|
3437
3449
|
default: () => vue.VNode[];
|
3438
3450
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -3444,7 +3456,6 @@ declare const VApp: {
|
|
3444
3456
|
Defaults: {};
|
3445
3457
|
}, {
|
3446
3458
|
style: vue.StyleValue;
|
3447
|
-
fullHeight: boolean;
|
3448
3459
|
} & {
|
3449
3460
|
class?: any;
|
3450
3461
|
theme?: string | undefined;
|
@@ -3482,14 +3493,12 @@ declare const VApp: {
|
|
3482
3493
|
theme: ThemeInstance;
|
3483
3494
|
}, {}, {}, {}, {
|
3484
3495
|
style: vue.StyleValue;
|
3485
|
-
fullHeight: boolean;
|
3486
3496
|
}>;
|
3487
3497
|
__isFragment?: never;
|
3488
3498
|
__isTeleport?: never;
|
3489
3499
|
__isSuspense?: never;
|
3490
3500
|
} & vue.ComponentOptionsBase<{
|
3491
3501
|
style: vue.StyleValue;
|
3492
|
-
fullHeight: boolean;
|
3493
3502
|
} & {
|
3494
3503
|
class?: any;
|
3495
3504
|
theme?: string | undefined;
|
@@ -3527,16 +3536,11 @@ declare const VApp: {
|
|
3527
3536
|
theme: ThemeInstance;
|
3528
3537
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
3529
3538
|
style: vue.StyleValue;
|
3530
|
-
fullHeight: boolean;
|
3531
3539
|
}, {}, string, vue.SlotsType<Partial<{
|
3532
3540
|
default: () => vue.VNode[];
|
3533
3541
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3534
3542
|
theme: StringConstructor;
|
3535
3543
|
overlaps: vue.Prop<string[]>;
|
3536
|
-
fullHeight: {
|
3537
|
-
type: vue.PropType<boolean>;
|
3538
|
-
default: boolean;
|
3539
|
-
};
|
3540
3544
|
class: vue.PropType<ClassValue>;
|
3541
3545
|
style: {
|
3542
3546
|
type: vue.PropType<vue.StyleValue>;
|
@@ -3545,10 +3549,6 @@ declare const VApp: {
|
|
3545
3549
|
}, vue.ExtractPropTypes<{
|
3546
3550
|
theme: StringConstructor;
|
3547
3551
|
overlaps: vue.Prop<string[]>;
|
3548
|
-
fullHeight: {
|
3549
|
-
type: vue.PropType<boolean>;
|
3550
|
-
default: boolean;
|
3551
|
-
};
|
3552
3552
|
class: vue.PropType<ClassValue>;
|
3553
3553
|
style: {
|
3554
3554
|
type: vue.PropType<vue.StyleValue>;
|
@@ -28843,6 +28843,7 @@ declare const modes: {
|
|
28843
28843
|
label: string;
|
28844
28844
|
getValue: (c: string) => string;
|
28845
28845
|
getColor: (c: string, v: string) => string;
|
28846
|
+
localeKey: string;
|
28846
28847
|
}[];
|
28847
28848
|
inputProps: Record<string, unknown>;
|
28848
28849
|
from: (color: any) => HSV;
|
@@ -37619,7 +37620,7 @@ type VDataIteratorSlotProps<T> = {
|
|
37619
37620
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
37620
37621
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
37621
37622
|
items: readonly DataIteratorItem<T>[];
|
37622
|
-
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
|
37623
|
+
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>> | GroupSummary<DataIteratorItem<T>>)[];
|
37623
37624
|
};
|
37624
37625
|
type VDataIteratorSlots<T> = {
|
37625
37626
|
default: VDataIteratorSlotProps<T>;
|
@@ -38612,6 +38613,7 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
|
|
38612
38613
|
};
|
38613
38614
|
loading: never;
|
38614
38615
|
'group-header': GroupHeaderSlot;
|
38616
|
+
'group-summary': GroupSummarySlot;
|
38615
38617
|
'no-data': never;
|
38616
38618
|
'expanded-row': ItemSlot$1<T>;
|
38617
38619
|
};
|
@@ -38626,7 +38628,7 @@ declare const VDataTableRows: {
|
|
38626
38628
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38627
38629
|
cellProps?: CellProps<any> | undefined;
|
38628
38630
|
rowProps?: RowProps<any> | undefined;
|
38629
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
38631
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
38630
38632
|
mobile: boolean | null;
|
38631
38633
|
noDataText: string;
|
38632
38634
|
loadingText: string;
|
@@ -38661,6 +38663,7 @@ declare const VDataTableRows: {
|
|
38661
38663
|
}) => vue.VNode[];
|
38662
38664
|
loading: () => vue.VNode[];
|
38663
38665
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
38666
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
38664
38667
|
'no-data': () => vue.VNode[];
|
38665
38668
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
38666
38669
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -38699,7 +38702,7 @@ declare const VDataTableRows: {
|
|
38699
38702
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38700
38703
|
cellProps?: CellProps<any> | undefined;
|
38701
38704
|
rowProps?: RowProps<any> | undefined;
|
38702
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, string, {
|
38705
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row">, string, {
|
38703
38706
|
mobile: boolean | null;
|
38704
38707
|
noDataText: string;
|
38705
38708
|
loadingText: string;
|
@@ -38734,10 +38737,11 @@ declare const VDataTableRows: {
|
|
38734
38737
|
}) => vue.VNode[];
|
38735
38738
|
loading: () => vue.VNode[];
|
38736
38739
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
38740
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
38737
38741
|
'no-data': () => vue.VNode[];
|
38738
38742
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
38739
38743
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
38740
|
-
items?: readonly (DataTableItem<T> | Group<T>)[];
|
38744
|
+
items?: readonly (DataTableItem<T> | Group<T> | GroupSummary<T>)[];
|
38741
38745
|
}, slots: VDataTableRowsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
38742
38746
|
mobile: {
|
38743
38747
|
type: PropType<boolean | null>;
|
@@ -38751,7 +38755,7 @@ declare const VDataTableRows: {
|
|
38751
38755
|
};
|
38752
38756
|
hideNoData: BooleanConstructor;
|
38753
38757
|
items: {
|
38754
|
-
type: PropType<readonly (DataTableItem | Group)[]>;
|
38758
|
+
type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
|
38755
38759
|
default: () => never[];
|
38756
38760
|
};
|
38757
38761
|
noDataText: {
|
@@ -38773,7 +38777,7 @@ declare const VDataTableRows: {
|
|
38773
38777
|
};
|
38774
38778
|
hideNoData: BooleanConstructor;
|
38775
38779
|
items: {
|
38776
|
-
type: PropType<readonly (DataTableItem | Group)[]>;
|
38780
|
+
type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
|
38777
38781
|
default: () => never[];
|
38778
38782
|
};
|
38779
38783
|
noDataText: {
|
@@ -38804,7 +38808,7 @@ type VDataTableSlotProps<T> = {
|
|
38804
38808
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
38805
38809
|
items: readonly T[];
|
38806
38810
|
internalItems: readonly DataTableItem[];
|
38807
|
-
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>>)[];
|
38811
|
+
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>> | GroupSummary<DataTableItem<T>>)[];
|
38808
38812
|
columns: InternalDataTableHeader[];
|
38809
38813
|
headers: InternalDataTableHeader[][];
|
38810
38814
|
};
|
@@ -38903,7 +38907,7 @@ declare const VDataTable: {
|
|
38903
38907
|
'update:groupBy': (value: any) => true;
|
38904
38908
|
'update:expanded': (value: any) => true;
|
38905
38909
|
'update:currentItems': (value: any) => true;
|
38906
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
38910
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
38907
38911
|
page: string | number;
|
38908
38912
|
expanded: readonly string[];
|
38909
38913
|
style: vue.StyleValue;
|
@@ -38982,6 +38986,7 @@ declare const VDataTable: {
|
|
38982
38986
|
}) => vue.VNode[];
|
38983
38987
|
loading: () => vue.VNode[];
|
38984
38988
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
38989
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
38985
38990
|
'no-data': () => vue.VNode[];
|
38986
38991
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
38987
38992
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -39208,7 +39213,7 @@ declare const VDataTable: {
|
|
39208
39213
|
'update:groupBy': (value: any) => true;
|
39209
39214
|
'update:expanded': (value: any) => true;
|
39210
39215
|
'update:currentItems': (value: any) => true;
|
39211
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
39216
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
39212
39217
|
page: string | number;
|
39213
39218
|
expanded: readonly string[];
|
39214
39219
|
style: vue.StyleValue;
|
@@ -39287,6 +39292,7 @@ declare const VDataTable: {
|
|
39287
39292
|
}) => vue.VNode[];
|
39288
39293
|
loading: () => vue.VNode[];
|
39289
39294
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39295
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39290
39296
|
'no-data': () => vue.VNode[];
|
39291
39297
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
39292
39298
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -39988,7 +39994,7 @@ declare const VDataTableVirtual: {
|
|
39988
39994
|
'update:options': (value: any) => true;
|
39989
39995
|
'update:groupBy': (value: any) => true;
|
39990
39996
|
'update:expanded': (value: any) => true;
|
39991
|
-
}, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
39997
|
+
}, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
39992
39998
|
expanded: readonly string[];
|
39993
39999
|
style: vue.StyleValue;
|
39994
40000
|
mobile: boolean | null;
|
@@ -40053,6 +40059,7 @@ declare const VDataTableVirtual: {
|
|
40053
40059
|
}) => vue.VNode[];
|
40054
40060
|
loading: () => vue.VNode[];
|
40055
40061
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40062
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40056
40063
|
'no-data': () => vue.VNode[];
|
40057
40064
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40058
40065
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40225,7 +40232,7 @@ declare const VDataTableVirtual: {
|
|
40225
40232
|
'update:options': (value: any) => true;
|
40226
40233
|
'update:groupBy': (value: any) => true;
|
40227
40234
|
'update:expanded': (value: any) => true;
|
40228
|
-
}, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
|
40235
|
+
}, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
|
40229
40236
|
expanded: readonly string[];
|
40230
40237
|
style: vue.StyleValue;
|
40231
40238
|
mobile: boolean | null;
|
@@ -40290,6 +40297,7 @@ declare const VDataTableVirtual: {
|
|
40290
40297
|
}) => vue.VNode[];
|
40291
40298
|
loading: () => vue.VNode[];
|
40292
40299
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40300
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40293
40301
|
'no-data': () => vue.VNode[];
|
40294
40302
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40295
40303
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40630,7 +40638,7 @@ declare const VDataTableServer: {
|
|
40630
40638
|
'update:options': (options: any) => true;
|
40631
40639
|
'update:expanded': (options: any) => true;
|
40632
40640
|
'update:groupBy': (value: any) => true;
|
40633
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
40641
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
40634
40642
|
page: string | number;
|
40635
40643
|
expanded: readonly string[];
|
40636
40644
|
style: vue.StyleValue;
|
@@ -40707,6 +40715,7 @@ declare const VDataTableServer: {
|
|
40707
40715
|
}) => vue.VNode[];
|
40708
40716
|
loading: () => vue.VNode[];
|
40709
40717
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40718
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40710
40719
|
'no-data': () => vue.VNode[];
|
40711
40720
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40712
40721
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40920,7 +40929,7 @@ declare const VDataTableServer: {
|
|
40920
40929
|
'update:options': (options: any) => true;
|
40921
40930
|
'update:expanded': (options: any) => true;
|
40922
40931
|
'update:groupBy': (value: any) => true;
|
40923
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
40932
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
40924
40933
|
page: string | number;
|
40925
40934
|
expanded: readonly string[];
|
40926
40935
|
style: vue.StyleValue;
|
@@ -40997,6 +41006,7 @@ declare const VDataTableServer: {
|
|
40997
41006
|
}) => vue.VNode[];
|
40998
41007
|
loading: () => vue.VNode[];
|
40999
41008
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
41009
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
41000
41010
|
'no-data': () => vue.VNode[];
|
41001
41011
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
41002
41012
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -95377,41 +95387,30 @@ declare module 'vue' {
|
|
95377
95387
|
}
|
95378
95388
|
export interface GlobalComponents {
|
95379
95389
|
VApp: VApp
|
95380
|
-
|
95381
|
-
|
95390
|
+
VBanner: VBanner
|
95391
|
+
VBannerActions: VBannerActions
|
95392
|
+
VBannerText: VBannerText
|
95382
95393
|
VAppBar: VAppBar
|
95383
95394
|
VAppBarNavIcon: VAppBarNavIcon
|
95384
95395
|
VAppBarTitle: VAppBarTitle
|
95385
95396
|
VAutocomplete: VAutocomplete
|
95386
95397
|
VBottomNavigation: VBottomNavigation
|
95387
95398
|
VAvatar: VAvatar
|
95388
|
-
|
95389
|
-
|
95390
|
-
|
95391
|
-
|
95392
|
-
VBannerText: VBannerText
|
95399
|
+
VBtn: VBtn
|
95400
|
+
VAlert: VAlert
|
95401
|
+
VAlertTitle: VAlertTitle
|
95402
|
+
VBtnGroup: VBtnGroup
|
95393
95403
|
VBtnToggle: VBtnToggle
|
95404
|
+
VBadge: VBadge
|
95394
95405
|
VBreadcrumbs: VBreadcrumbs
|
95395
95406
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95396
95407
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95397
|
-
VBtn: VBtn
|
95398
|
-
VBtnGroup: VBtnGroup
|
95399
|
-
VCarousel: VCarousel
|
95400
|
-
VCarouselItem: VCarouselItem
|
95401
|
-
VChip: VChip
|
95402
95408
|
VCheckbox: VCheckbox
|
95403
95409
|
VCheckboxBtn: VCheckboxBtn
|
95404
|
-
|
95405
|
-
VCardActions: VCardActions
|
95406
|
-
VCardItem: VCardItem
|
95407
|
-
VCardSubtitle: VCardSubtitle
|
95408
|
-
VCardText: VCardText
|
95409
|
-
VCardTitle: VCardTitle
|
95410
|
+
VChip: VChip
|
95410
95411
|
VChipGroup: VChipGroup
|
95411
|
-
VCode: VCode
|
95412
|
-
VColorPicker: VColorPicker
|
95413
95412
|
VCombobox: VCombobox
|
95414
|
-
|
95413
|
+
VColorPicker: VColorPicker
|
95415
95414
|
VDataTable: VDataTable
|
95416
95415
|
VDataTableHeaders: VDataTableHeaders
|
95417
95416
|
VDataTableFooter: VDataTableFooter
|
@@ -95419,7 +95418,10 @@ declare module 'vue' {
|
|
95419
95418
|
VDataTableRow: VDataTableRow
|
95420
95419
|
VDataTableVirtual: VDataTableVirtual
|
95421
95420
|
VDataTableServer: VDataTableServer
|
95421
|
+
VCounter: VCounter
|
95422
95422
|
VDialog: VDialog
|
95423
|
+
VCarousel: VCarousel
|
95424
|
+
VCarouselItem: VCarouselItem
|
95423
95425
|
VDatePicker: VDatePicker
|
95424
95426
|
VDatePickerControls: VDatePickerControls
|
95425
95427
|
VDatePickerHeader: VDatePickerHeader
|
@@ -95427,28 +95429,35 @@ declare module 'vue' {
|
|
95427
95429
|
VDatePickerMonths: VDatePickerMonths
|
95428
95430
|
VDatePickerYears: VDatePickerYears
|
95429
95431
|
VDivider: VDivider
|
95430
|
-
|
95432
|
+
VFab: VFab
|
95431
95433
|
VExpansionPanels: VExpansionPanels
|
95432
95434
|
VExpansionPanel: VExpansionPanel
|
95433
95435
|
VExpansionPanelText: VExpansionPanelText
|
95434
95436
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95435
|
-
|
95436
|
-
|
95437
|
-
|
95437
|
+
VBottomSheet: VBottomSheet
|
95438
|
+
VCard: VCard
|
95439
|
+
VCardActions: VCardActions
|
95440
|
+
VCardItem: VCardItem
|
95441
|
+
VCardSubtitle: VCardSubtitle
|
95442
|
+
VCardText: VCardText
|
95443
|
+
VCardTitle: VCardTitle
|
95438
95444
|
VField: VField
|
95439
95445
|
VFieldLabel: VFieldLabel
|
95446
|
+
VFileInput: VFileInput
|
95447
|
+
VCode: VCode
|
95448
|
+
VFooter: VFooter
|
95440
95449
|
VIcon: VIcon
|
95441
95450
|
VComponentIcon: VComponentIcon
|
95442
95451
|
VSvgIcon: VSvgIcon
|
95443
95452
|
VLigatureIcon: VLigatureIcon
|
95444
95453
|
VClassIcon: VClassIcon
|
95445
|
-
VItemGroup: VItemGroup
|
95446
|
-
VItem: VItem
|
95447
|
-
VInfiniteScroll: VInfiniteScroll
|
95448
95454
|
VImg: VImg
|
95449
95455
|
VInput: VInput
|
95450
|
-
|
95456
|
+
VInfiniteScroll: VInfiniteScroll
|
95457
|
+
VItemGroup: VItemGroup
|
95458
|
+
VItem: VItem
|
95451
95459
|
VLabel: VLabel
|
95460
|
+
VKbd: VKbd
|
95452
95461
|
VList: VList
|
95453
95462
|
VListGroup: VListGroup
|
95454
95463
|
VListImg: VListImg
|
@@ -95458,34 +95467,34 @@ declare module 'vue' {
|
|
95458
95467
|
VListItemSubtitle: VListItemSubtitle
|
95459
95468
|
VListItemTitle: VListItemTitle
|
95460
95469
|
VListSubheader: VListSubheader
|
95461
|
-
VMain: VMain
|
95462
|
-
VMessages: VMessages
|
95463
95470
|
VNavigationDrawer: VNavigationDrawer
|
95471
|
+
VMain: VMain
|
95464
95472
|
VOtpInput: VOtpInput
|
95465
95473
|
VNumberInput: VNumberInput
|
95474
|
+
VOverlay: VOverlay
|
95475
|
+
VMessages: VMessages
|
95466
95476
|
VMenu: VMenu
|
95467
95477
|
VProgressLinear: VProgressLinear
|
95468
|
-
VOverlay: VOverlay
|
95469
95478
|
VPagination: VPagination
|
95470
|
-
VProgressCircular: VProgressCircular
|
95471
|
-
VRating: VRating
|
95472
95479
|
VRadioGroup: VRadioGroup
|
95480
|
+
VRating: VRating
|
95481
|
+
VProgressCircular: VProgressCircular
|
95473
95482
|
VSelect: VSelect
|
95483
|
+
VSelectionControl: VSelectionControl
|
95474
95484
|
VSheet: VSheet
|
95475
|
-
VSlider: VSlider
|
95476
95485
|
VSkeletonLoader: VSkeletonLoader
|
95477
95486
|
VSelectionControlGroup: VSelectionControlGroup
|
95478
95487
|
VSlideGroup: VSlideGroup
|
95479
95488
|
VSlideGroupItem: VSlideGroupItem
|
95480
|
-
|
95489
|
+
VSlider: VSlider
|
95490
|
+
VSnackbar: VSnackbar
|
95491
|
+
VSwitch: VSwitch
|
95481
95492
|
VStepper: VStepper
|
95482
95493
|
VStepperActions: VStepperActions
|
95483
95494
|
VStepperHeader: VStepperHeader
|
95484
95495
|
VStepperItem: VStepperItem
|
95485
95496
|
VStepperWindow: VStepperWindow
|
95486
95497
|
VStepperWindowItem: VStepperWindowItem
|
95487
|
-
VSnackbar: VSnackbar
|
95488
|
-
VSwitch: VSwitch
|
95489
95498
|
VTable: VTable
|
95490
95499
|
VSystemBar: VSystemBar
|
95491
95500
|
VTab: VTab
|
@@ -95493,43 +95502,43 @@ declare module 'vue' {
|
|
95493
95502
|
VTabsWindow: VTabsWindow
|
95494
95503
|
VTabsWindowItem: VTabsWindowItem
|
95495
95504
|
VTextField: VTextField
|
95496
|
-
VTextarea: VTextarea
|
95497
|
-
VTimeline: VTimeline
|
95498
|
-
VTimelineItem: VTimelineItem
|
95499
|
-
VTimePicker: VTimePicker
|
95500
|
-
VTimePickerClock: VTimePickerClock
|
95501
|
-
VTimePickerControls: VTimePickerControls
|
95502
95505
|
VToolbar: VToolbar
|
95503
95506
|
VToolbarTitle: VToolbarTitle
|
95504
95507
|
VToolbarItems: VToolbarItems
|
95505
|
-
|
95508
|
+
VTimePicker: VTimePicker
|
95509
|
+
VTimePickerClock: VTimePickerClock
|
95510
|
+
VTimePickerControls: VTimePickerControls
|
95511
|
+
VTextarea: VTextarea
|
95512
|
+
VTimeline: VTimeline
|
95513
|
+
VTimelineItem: VTimelineItem
|
95506
95514
|
VWindow: VWindow
|
95507
95515
|
VWindowItem: VWindowItem
|
95508
95516
|
VTreeview: VTreeview
|
95509
95517
|
VTreeviewItem: VTreeviewItem
|
95510
95518
|
VTreeviewGroup: VTreeviewGroup
|
95511
|
-
|
95519
|
+
VTooltip: VTooltip
|
95512
95520
|
VDataIterator: VDataIterator
|
95513
|
-
|
95521
|
+
VConfirmEdit: VConfirmEdit
|
95514
95522
|
VForm: VForm
|
95515
|
-
|
95523
|
+
VEmptyState: VEmptyState
|
95524
|
+
VDefaultsProvider: VDefaultsProvider
|
95516
95525
|
VContainer: VContainer
|
95517
95526
|
VCol: VCol
|
95518
95527
|
VRow: VRow
|
95519
95528
|
VSpacer: VSpacer
|
95529
|
+
VLocaleProvider: VLocaleProvider
|
95520
95530
|
VLayout: VLayout
|
95521
95531
|
VLayoutItem: VLayoutItem
|
95522
95532
|
VLazy: VLazy
|
95523
|
-
VLocaleProvider: VLocaleProvider
|
95524
95533
|
VNoSsr: VNoSsr
|
95525
95534
|
VParallax: VParallax
|
95526
|
-
VRangeSlider: VRangeSlider
|
95527
95535
|
VRadio: VRadio
|
95528
95536
|
VResponsive: VResponsive
|
95537
|
+
VRangeSlider: VRangeSlider
|
95529
95538
|
VSparkline: VSparkline
|
95539
|
+
VSnackbarQueue: VSnackbarQueue
|
95530
95540
|
VSpeedDial: VSpeedDial
|
95531
95541
|
VThemeProvider: VThemeProvider
|
95532
|
-
VValidation: VValidation
|
95533
95542
|
VVirtualScroll: VVirtualScroll
|
95534
95543
|
VFabTransition: VFabTransition
|
95535
95544
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -95547,32 +95556,33 @@ declare module 'vue' {
|
|
95547
95556
|
VExpandTransition: VExpandTransition
|
95548
95557
|
VExpandXTransition: VExpandXTransition
|
95549
95558
|
VDialogTransition: VDialogTransition
|
95550
|
-
|
95551
|
-
|
95552
|
-
VFileUpload: VFileUpload
|
95553
|
-
VFileUploadItem: VFileUploadItem
|
95559
|
+
VValidation: VValidation
|
95560
|
+
VHover: VHover
|
95554
95561
|
VCalendar: VCalendar
|
95555
95562
|
VCalendarDay: VCalendarDay
|
95556
95563
|
VCalendarHeader: VCalendarHeader
|
95557
95564
|
VCalendarInterval: VCalendarInterval
|
95558
95565
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95559
95566
|
VCalendarMonthDay: VCalendarMonthDay
|
95560
|
-
VIconBtn: VIconBtn
|
95561
|
-
VStepperVertical: VStepperVertical
|
95562
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95563
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95564
95567
|
VPicker: VPicker
|
95565
95568
|
VPickerTitle: VPickerTitle
|
95569
|
+
VFileUpload: VFileUpload
|
95570
|
+
VFileUploadItem: VFileUploadItem
|
95571
|
+
VIconBtn: VIconBtn
|
95572
|
+
VHotkey: VHotkey
|
95566
95573
|
VPie: VPie
|
95567
95574
|
VPieSegment: VPieSegment
|
95568
95575
|
VPieTooltip: VPieTooltip
|
95576
|
+
VStepperVertical: VStepperVertical
|
95577
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95578
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95569
95579
|
VVideo: VVideo
|
95570
95580
|
VVideoControls: VVideoControls
|
95571
95581
|
VVideoVolume: VVideoVolume
|
95572
95582
|
VDateInput: VDateInput
|
95573
95583
|
VMaskInput: VMaskInput
|
95574
95584
|
VPullToRefresh: VPullToRefresh
|
95575
|
-
|
95585
|
+
VColorInput: VColorInput
|
95576
95586
|
}
|
95577
95587
|
export interface GlobalDirectives {
|
95578
95588
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|