@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-labs.d.ts
CHANGED
@@ -919,7 +919,15 @@ interface Group<T = any> {
|
|
919
919
|
id: string;
|
920
920
|
key: string;
|
921
921
|
value: any;
|
922
|
-
items: readonly (T | Group<T>)[];
|
922
|
+
items: readonly (T | Group<T> | GroupSummary<T>)[];
|
923
|
+
}
|
924
|
+
interface GroupSummary<T = any> {
|
925
|
+
type: 'group-summary';
|
926
|
+
depth: number;
|
927
|
+
id: string;
|
928
|
+
key: string;
|
929
|
+
value: any;
|
930
|
+
items: readonly (T | Group<T> | GroupSummary<T>)[];
|
923
931
|
}
|
924
932
|
declare function provideGroupBy(options: {
|
925
933
|
groupBy: Ref<readonly SortItem[]>;
|
@@ -930,7 +938,7 @@ declare function provideGroupBy(options: {
|
|
930
938
|
toggleGroup: (group: Group) => void;
|
931
939
|
opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
|
932
940
|
groupBy: Ref<readonly SortItem[], readonly SortItem[]>;
|
933
|
-
extractRows: <T extends GroupableItem>(items: readonly (T | Group<T>)[]) => T[];
|
941
|
+
extractRows: <T extends GroupableItem>(items: readonly (T | Group<T> | GroupSummary<T>)[]) => T[];
|
934
942
|
isGroupOpen: (group: Group) => boolean;
|
935
943
|
};
|
936
944
|
|
@@ -1035,6 +1043,12 @@ type GroupHeaderSlot = {
|
|
1035
1043
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
1036
1044
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
1037
1045
|
};
|
1046
|
+
type GroupSummarySlot = {
|
1047
|
+
index: number;
|
1048
|
+
item: GroupSummary;
|
1049
|
+
columns: InternalDataTableHeader[];
|
1050
|
+
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
1051
|
+
};
|
1038
1052
|
type ItemSlotBase<T> = {
|
1039
1053
|
index: number;
|
1040
1054
|
item: T;
|
@@ -3392,7 +3406,6 @@ interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {
|
|
3392
3406
|
declare const VApp: {
|
3393
3407
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
3394
3408
|
style: vue.StyleValue;
|
3395
|
-
fullHeight: boolean;
|
3396
3409
|
} & {
|
3397
3410
|
class?: any;
|
3398
3411
|
theme?: string | undefined;
|
@@ -3430,7 +3443,6 @@ declare const VApp: {
|
|
3430
3443
|
theme: ThemeInstance;
|
3431
3444
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
3432
3445
|
style: vue.StyleValue;
|
3433
|
-
fullHeight: boolean;
|
3434
3446
|
}, true, {}, vue.SlotsType<Partial<{
|
3435
3447
|
default: () => vue.VNode[];
|
3436
3448
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -3442,7 +3454,6 @@ declare const VApp: {
|
|
3442
3454
|
Defaults: {};
|
3443
3455
|
}, {
|
3444
3456
|
style: vue.StyleValue;
|
3445
|
-
fullHeight: boolean;
|
3446
3457
|
} & {
|
3447
3458
|
class?: any;
|
3448
3459
|
theme?: string | undefined;
|
@@ -3480,14 +3491,12 @@ declare const VApp: {
|
|
3480
3491
|
theme: ThemeInstance;
|
3481
3492
|
}, {}, {}, {}, {
|
3482
3493
|
style: vue.StyleValue;
|
3483
|
-
fullHeight: boolean;
|
3484
3494
|
}>;
|
3485
3495
|
__isFragment?: never;
|
3486
3496
|
__isTeleport?: never;
|
3487
3497
|
__isSuspense?: never;
|
3488
3498
|
} & vue.ComponentOptionsBase<{
|
3489
3499
|
style: vue.StyleValue;
|
3490
|
-
fullHeight: boolean;
|
3491
3500
|
} & {
|
3492
3501
|
class?: any;
|
3493
3502
|
theme?: string | undefined;
|
@@ -3525,16 +3534,11 @@ declare const VApp: {
|
|
3525
3534
|
theme: ThemeInstance;
|
3526
3535
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
3527
3536
|
style: vue.StyleValue;
|
3528
|
-
fullHeight: boolean;
|
3529
3537
|
}, {}, string, vue.SlotsType<Partial<{
|
3530
3538
|
default: () => vue.VNode[];
|
3531
3539
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3532
3540
|
theme: StringConstructor;
|
3533
3541
|
overlaps: vue.Prop<string[]>;
|
3534
|
-
fullHeight: {
|
3535
|
-
type: vue.PropType<boolean>;
|
3536
|
-
default: boolean;
|
3537
|
-
};
|
3538
3542
|
class: vue.PropType<ClassValue>;
|
3539
3543
|
style: {
|
3540
3544
|
type: vue.PropType<vue.StyleValue>;
|
@@ -3543,10 +3547,6 @@ declare const VApp: {
|
|
3543
3547
|
}, vue.ExtractPropTypes<{
|
3544
3548
|
theme: StringConstructor;
|
3545
3549
|
overlaps: vue.Prop<string[]>;
|
3546
|
-
fullHeight: {
|
3547
|
-
type: vue.PropType<boolean>;
|
3548
|
-
default: boolean;
|
3549
|
-
};
|
3550
3550
|
class: vue.PropType<ClassValue>;
|
3551
3551
|
style: {
|
3552
3552
|
type: vue.PropType<vue.StyleValue>;
|
@@ -29199,6 +29199,7 @@ declare const modes: {
|
|
29199
29199
|
label: string;
|
29200
29200
|
getValue: (c: string) => string;
|
29201
29201
|
getColor: (c: string, v: string) => string;
|
29202
|
+
localeKey: string;
|
29202
29203
|
}[];
|
29203
29204
|
inputProps: Record<string, unknown>;
|
29204
29205
|
from: (color: any) => HSV;
|
@@ -37975,7 +37976,7 @@ type VDataIteratorSlotProps<T> = {
|
|
37975
37976
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
37976
37977
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
37977
37978
|
items: readonly DataIteratorItem<T>[];
|
37978
|
-
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
|
37979
|
+
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>> | GroupSummary<DataIteratorItem<T>>)[];
|
37979
37980
|
};
|
37980
37981
|
type VDataIteratorSlots<T> = {
|
37981
37982
|
default: VDataIteratorSlotProps<T>;
|
@@ -38968,6 +38969,7 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
|
|
38968
38969
|
};
|
38969
38970
|
loading: never;
|
38970
38971
|
'group-header': GroupHeaderSlot;
|
38972
|
+
'group-summary': GroupSummarySlot;
|
38971
38973
|
'no-data': never;
|
38972
38974
|
'expanded-row': ItemSlot$1<T>;
|
38973
38975
|
};
|
@@ -38982,7 +38984,7 @@ declare const VDataTableRows: {
|
|
38982
38984
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38983
38985
|
cellProps?: CellProps<any> | undefined;
|
38984
38986
|
rowProps?: RowProps<any> | undefined;
|
38985
|
-
}, {}, 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, {
|
38987
|
+
}, {}, 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, {
|
38986
38988
|
mobile: boolean | null;
|
38987
38989
|
noDataText: string;
|
38988
38990
|
loadingText: string;
|
@@ -39017,6 +39019,7 @@ declare const VDataTableRows: {
|
|
39017
39019
|
}) => vue.VNode[];
|
39018
39020
|
loading: () => vue.VNode[];
|
39019
39021
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39022
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39020
39023
|
'no-data': () => vue.VNode[];
|
39021
39024
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
39022
39025
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -39055,7 +39058,7 @@ declare const VDataTableRows: {
|
|
39055
39058
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
39056
39059
|
cellProps?: CellProps<any> | undefined;
|
39057
39060
|
rowProps?: RowProps<any> | undefined;
|
39058
|
-
}, {}, 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, {
|
39061
|
+
}, {}, 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, {
|
39059
39062
|
mobile: boolean | null;
|
39060
39063
|
noDataText: string;
|
39061
39064
|
loadingText: string;
|
@@ -39090,10 +39093,11 @@ declare const VDataTableRows: {
|
|
39090
39093
|
}) => vue.VNode[];
|
39091
39094
|
loading: () => vue.VNode[];
|
39092
39095
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39096
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39093
39097
|
'no-data': () => vue.VNode[];
|
39094
39098
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
39095
39099
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
39096
|
-
items?: readonly (DataTableItem<T> | Group<T>)[];
|
39100
|
+
items?: readonly (DataTableItem<T> | Group<T> | GroupSummary<T>)[];
|
39097
39101
|
}, slots: VDataTableRowsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
39098
39102
|
mobile: {
|
39099
39103
|
type: PropType<boolean | null>;
|
@@ -39107,7 +39111,7 @@ declare const VDataTableRows: {
|
|
39107
39111
|
};
|
39108
39112
|
hideNoData: BooleanConstructor;
|
39109
39113
|
items: {
|
39110
|
-
type: PropType<readonly (DataTableItem | Group)[]>;
|
39114
|
+
type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
|
39111
39115
|
default: () => never[];
|
39112
39116
|
};
|
39113
39117
|
noDataText: {
|
@@ -39129,7 +39133,7 @@ declare const VDataTableRows: {
|
|
39129
39133
|
};
|
39130
39134
|
hideNoData: BooleanConstructor;
|
39131
39135
|
items: {
|
39132
|
-
type: PropType<readonly (DataTableItem | Group)[]>;
|
39136
|
+
type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
|
39133
39137
|
default: () => never[];
|
39134
39138
|
};
|
39135
39139
|
noDataText: {
|
@@ -39160,7 +39164,7 @@ type VDataTableSlotProps<T> = {
|
|
39160
39164
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
39161
39165
|
items: readonly T[];
|
39162
39166
|
internalItems: readonly DataTableItem[];
|
39163
|
-
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>>)[];
|
39167
|
+
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>> | GroupSummary<DataTableItem<T>>)[];
|
39164
39168
|
columns: InternalDataTableHeader[];
|
39165
39169
|
headers: InternalDataTableHeader[][];
|
39166
39170
|
};
|
@@ -39259,7 +39263,7 @@ declare const VDataTable: {
|
|
39259
39263
|
'update:groupBy': (value: any) => true;
|
39260
39264
|
'update:expanded': (value: any) => true;
|
39261
39265
|
'update:currentItems': (value: any) => true;
|
39262
|
-
}, "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, {
|
39266
|
+
}, "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, {
|
39263
39267
|
page: string | number;
|
39264
39268
|
expanded: readonly string[];
|
39265
39269
|
style: vue.StyleValue;
|
@@ -39338,6 +39342,7 @@ declare const VDataTable: {
|
|
39338
39342
|
}) => vue.VNode[];
|
39339
39343
|
loading: () => vue.VNode[];
|
39340
39344
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39345
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39341
39346
|
'no-data': () => vue.VNode[];
|
39342
39347
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
39343
39348
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -39564,7 +39569,7 @@ declare const VDataTable: {
|
|
39564
39569
|
'update:groupBy': (value: any) => true;
|
39565
39570
|
'update:expanded': (value: any) => true;
|
39566
39571
|
'update:currentItems': (value: any) => true;
|
39567
|
-
}, "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, {
|
39572
|
+
}, "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, {
|
39568
39573
|
page: string | number;
|
39569
39574
|
expanded: readonly string[];
|
39570
39575
|
style: vue.StyleValue;
|
@@ -39643,6 +39648,7 @@ declare const VDataTable: {
|
|
39643
39648
|
}) => vue.VNode[];
|
39644
39649
|
loading: () => vue.VNode[];
|
39645
39650
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39651
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39646
39652
|
'no-data': () => vue.VNode[];
|
39647
39653
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
39648
39654
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40344,7 +40350,7 @@ declare const VDataTableVirtual: {
|
|
40344
40350
|
'update:options': (value: any) => true;
|
40345
40351
|
'update:groupBy': (value: any) => true;
|
40346
40352
|
'update:expanded': (value: any) => true;
|
40347
|
-
}, "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, {
|
40353
|
+
}, "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, {
|
40348
40354
|
expanded: readonly string[];
|
40349
40355
|
style: vue.StyleValue;
|
40350
40356
|
mobile: boolean | null;
|
@@ -40409,6 +40415,7 @@ declare const VDataTableVirtual: {
|
|
40409
40415
|
}) => vue.VNode[];
|
40410
40416
|
loading: () => vue.VNode[];
|
40411
40417
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40418
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40412
40419
|
'no-data': () => vue.VNode[];
|
40413
40420
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40414
40421
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40581,7 +40588,7 @@ declare const VDataTableVirtual: {
|
|
40581
40588
|
'update:options': (value: any) => true;
|
40582
40589
|
'update:groupBy': (value: any) => true;
|
40583
40590
|
'update:expanded': (value: any) => true;
|
40584
|
-
}, "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, {
|
40591
|
+
}, "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, {
|
40585
40592
|
expanded: readonly string[];
|
40586
40593
|
style: vue.StyleValue;
|
40587
40594
|
mobile: boolean | null;
|
@@ -40646,6 +40653,7 @@ declare const VDataTableVirtual: {
|
|
40646
40653
|
}) => vue.VNode[];
|
40647
40654
|
loading: () => vue.VNode[];
|
40648
40655
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40656
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40649
40657
|
'no-data': () => vue.VNode[];
|
40650
40658
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40651
40659
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40986,7 +40994,7 @@ declare const VDataTableServer: {
|
|
40986
40994
|
'update:options': (options: any) => true;
|
40987
40995
|
'update:expanded': (options: any) => true;
|
40988
40996
|
'update:groupBy': (value: any) => true;
|
40989
|
-
}, "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, {
|
40997
|
+
}, "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, {
|
40990
40998
|
page: string | number;
|
40991
40999
|
expanded: readonly string[];
|
40992
41000
|
style: vue.StyleValue;
|
@@ -41063,6 +41071,7 @@ declare const VDataTableServer: {
|
|
41063
41071
|
}) => vue.VNode[];
|
41064
41072
|
loading: () => vue.VNode[];
|
41065
41073
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
41074
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
41066
41075
|
'no-data': () => vue.VNode[];
|
41067
41076
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
41068
41077
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -41276,7 +41285,7 @@ declare const VDataTableServer: {
|
|
41276
41285
|
'update:options': (options: any) => true;
|
41277
41286
|
'update:expanded': (options: any) => true;
|
41278
41287
|
'update:groupBy': (value: any) => true;
|
41279
|
-
}, "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, {
|
41288
|
+
}, "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, {
|
41280
41289
|
page: string | number;
|
41281
41290
|
expanded: readonly string[];
|
41282
41291
|
style: vue.StyleValue;
|
@@ -41353,6 +41362,7 @@ declare const VDataTableServer: {
|
|
41353
41362
|
}) => vue.VNode[];
|
41354
41363
|
loading: () => vue.VNode[];
|
41355
41364
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
41365
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
41356
41366
|
'no-data': () => vue.VNode[];
|
41357
41367
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
41358
41368
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -98095,6 +98105,8 @@ type VColorInputActionsSlot = {
|
|
98095
98105
|
cancel: () => void;
|
98096
98106
|
isPristine: boolean;
|
98097
98107
|
};
|
98108
|
+
declare const availablePipLocations: readonly ["prepend", "prepend-inner", "append", "append-inner"];
|
98109
|
+
type PipLocation = typeof availablePipLocations[number];
|
98098
98110
|
declare const VColorInput: {
|
98099
98111
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
98100
98112
|
flat: boolean;
|
@@ -98142,8 +98154,11 @@ declare const VColorInput: {
|
|
98142
98154
|
cancelText: string;
|
98143
98155
|
okText: string;
|
98144
98156
|
hideActions: boolean;
|
98145
|
-
|
98157
|
+
hidePip: boolean;
|
98158
|
+
colorPip: boolean;
|
98146
98159
|
pipIcon: string;
|
98160
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98161
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98147
98162
|
} & {
|
98148
98163
|
name?: string | undefined;
|
98149
98164
|
location?: Anchor | null | undefined;
|
@@ -98317,8 +98332,11 @@ declare const VColorInput: {
|
|
98317
98332
|
cancelText: string;
|
98318
98333
|
okText: string;
|
98319
98334
|
hideActions: boolean;
|
98320
|
-
|
98335
|
+
hidePip: boolean;
|
98336
|
+
colorPip: boolean;
|
98321
98337
|
pipIcon: string;
|
98338
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98339
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98322
98340
|
}, true, {}, vue.SlotsType<Partial<{
|
98323
98341
|
message: (arg: VMessageSlot) => vue.VNode[];
|
98324
98342
|
clear: (arg: DefaultInputSlot & {
|
@@ -98390,8 +98408,11 @@ declare const VColorInput: {
|
|
98390
98408
|
cancelText: string;
|
98391
98409
|
okText: string;
|
98392
98410
|
hideActions: boolean;
|
98393
|
-
|
98411
|
+
hidePip: boolean;
|
98412
|
+
colorPip: boolean;
|
98394
98413
|
pipIcon: string;
|
98414
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98415
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98395
98416
|
} & {
|
98396
98417
|
name?: string | undefined;
|
98397
98418
|
location?: Anchor | null | undefined;
|
@@ -98563,8 +98584,11 @@ declare const VColorInput: {
|
|
98563
98584
|
cancelText: string;
|
98564
98585
|
okText: string;
|
98565
98586
|
hideActions: boolean;
|
98566
|
-
|
98587
|
+
hidePip: boolean;
|
98588
|
+
colorPip: boolean;
|
98567
98589
|
pipIcon: string;
|
98590
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98591
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98568
98592
|
}>;
|
98569
98593
|
__isFragment?: never;
|
98570
98594
|
__isTeleport?: never;
|
@@ -98615,8 +98639,11 @@ declare const VColorInput: {
|
|
98615
98639
|
cancelText: string;
|
98616
98640
|
okText: string;
|
98617
98641
|
hideActions: boolean;
|
98618
|
-
|
98642
|
+
hidePip: boolean;
|
98643
|
+
colorPip: boolean;
|
98619
98644
|
pipIcon: string;
|
98645
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98646
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98620
98647
|
} & {
|
98621
98648
|
name?: string | undefined;
|
98622
98649
|
location?: Anchor | null | undefined;
|
@@ -98790,8 +98817,11 @@ declare const VColorInput: {
|
|
98790
98817
|
cancelText: string;
|
98791
98818
|
okText: string;
|
98792
98819
|
hideActions: boolean;
|
98793
|
-
|
98820
|
+
hidePip: boolean;
|
98821
|
+
colorPip: boolean;
|
98794
98822
|
pipIcon: string;
|
98823
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98824
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98795
98825
|
}, {}, string, vue.SlotsType<Partial<{
|
98796
98826
|
message: (arg: VMessageSlot) => vue.VNode[];
|
98797
98827
|
clear: (arg: DefaultInputSlot & {
|
@@ -98811,7 +98841,7 @@ declare const VColorInput: {
|
|
98811
98841
|
actions: (arg: VColorInputActionsSlot) => vue.VNode[];
|
98812
98842
|
default: () => vue.VNode[];
|
98813
98843
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
98814
|
-
location:
|
98844
|
+
location: PropType<Anchor | null>;
|
98815
98845
|
height: (StringConstructor | NumberConstructor)[];
|
98816
98846
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
98817
98847
|
color: StringConstructor;
|
@@ -98820,23 +98850,23 @@ declare const VColorInput: {
|
|
98820
98850
|
minHeight: (StringConstructor | NumberConstructor)[];
|
98821
98851
|
minWidth: (StringConstructor | NumberConstructor)[];
|
98822
98852
|
position: {
|
98823
|
-
type:
|
98853
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
98824
98854
|
validator: (v: any) => boolean;
|
98825
98855
|
};
|
98826
98856
|
style: {
|
98827
|
-
type:
|
98857
|
+
type: PropType<vue.StyleValue>;
|
98828
98858
|
default: null;
|
98829
98859
|
};
|
98830
98860
|
title: StringConstructor;
|
98831
98861
|
disabled: BooleanConstructor;
|
98832
|
-
class:
|
98862
|
+
class: PropType<ClassValue>;
|
98833
98863
|
theme: StringConstructor;
|
98834
98864
|
tag: {
|
98835
|
-
type:
|
98865
|
+
type: PropType<string | JSXComponent>;
|
98836
98866
|
default: string;
|
98837
98867
|
};
|
98838
98868
|
mode: {
|
98839
|
-
type:
|
98869
|
+
type: PropType<keyof typeof modes>;
|
98840
98870
|
default: string;
|
98841
98871
|
validator: (v: string) => boolean;
|
98842
98872
|
};
|
@@ -98846,7 +98876,7 @@ declare const VColorInput: {
|
|
98846
98876
|
validator(v: any): boolean;
|
98847
98877
|
};
|
98848
98878
|
modelValue: {
|
98849
|
-
type:
|
98879
|
+
type: PropType<Record<string, unknown> | string | undefined | null>;
|
98850
98880
|
};
|
98851
98881
|
rounded: {
|
98852
98882
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -98860,13 +98890,13 @@ declare const VColorInput: {
|
|
98860
98890
|
default: number;
|
98861
98891
|
};
|
98862
98892
|
modes: {
|
98863
|
-
type:
|
98893
|
+
type: PropType<readonly (keyof typeof modes)[]>;
|
98864
98894
|
default: () => string[];
|
98865
98895
|
validator: (v: any) => boolean;
|
98866
98896
|
};
|
98867
|
-
swatches:
|
98897
|
+
swatches: PropType<vue.DeepReadonly<Color[][]>>;
|
98868
98898
|
hideHeader: {
|
98869
|
-
type:
|
98899
|
+
type: PropType<boolean>;
|
98870
98900
|
default: boolean;
|
98871
98901
|
};
|
98872
98902
|
canvasHeight: {
|
@@ -98882,10 +98912,10 @@ declare const VColorInput: {
|
|
98882
98912
|
default: number;
|
98883
98913
|
};
|
98884
98914
|
loading: (StringConstructor | BooleanConstructor)[];
|
98885
|
-
appendInnerIcon:
|
98915
|
+
appendInnerIcon: PropType<IconValue>;
|
98886
98916
|
clearable: BooleanConstructor;
|
98887
98917
|
clearIcon: {
|
98888
|
-
type:
|
98918
|
+
type: PropType<IconValue>;
|
98889
98919
|
default: string;
|
98890
98920
|
};
|
98891
98921
|
active: BooleanConstructor;
|
@@ -98902,21 +98932,21 @@ declare const VColorInput: {
|
|
98902
98932
|
iconColor: (StringConstructor | BooleanConstructor)[];
|
98903
98933
|
label: StringConstructor;
|
98904
98934
|
persistentClear: BooleanConstructor;
|
98905
|
-
prependInnerIcon:
|
98935
|
+
prependInnerIcon: PropType<IconValue>;
|
98906
98936
|
reverse: BooleanConstructor;
|
98907
98937
|
singleLine: BooleanConstructor;
|
98908
98938
|
variant: {
|
98909
|
-
type:
|
98939
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
98910
98940
|
default: string;
|
98911
98941
|
validator: (v: any) => boolean;
|
98912
98942
|
};
|
98913
|
-
'onClick:clear':
|
98914
|
-
'onClick:appendInner':
|
98915
|
-
'onClick:prependInner':
|
98943
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
98944
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
98945
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
98916
98946
|
focused: BooleanConstructor;
|
98917
|
-
'onUpdate:focused':
|
98947
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
98918
98948
|
errorMessages: {
|
98919
|
-
type:
|
98949
|
+
type: PropType<string | readonly string[] | null>;
|
98920
98950
|
default: () => never[];
|
98921
98951
|
};
|
98922
98952
|
maxErrors: {
|
@@ -98925,42 +98955,42 @@ declare const VColorInput: {
|
|
98925
98955
|
};
|
98926
98956
|
name: StringConstructor;
|
98927
98957
|
readonly: {
|
98928
|
-
type:
|
98958
|
+
type: PropType<boolean | null>;
|
98929
98959
|
default: null;
|
98930
98960
|
};
|
98931
98961
|
rules: {
|
98932
|
-
type:
|
98962
|
+
type: PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
|
98933
98963
|
default: () => never[];
|
98934
98964
|
};
|
98935
|
-
validateOn:
|
98965
|
+
validateOn: PropType<ValidationProps["validateOn"]>;
|
98936
98966
|
validationValue: null;
|
98937
98967
|
width: (StringConstructor | NumberConstructor)[];
|
98938
98968
|
density: {
|
98939
|
-
type:
|
98969
|
+
type: PropType<Density>;
|
98940
98970
|
default: string;
|
98941
98971
|
validator: (v: any) => boolean;
|
98942
98972
|
};
|
98943
98973
|
id: StringConstructor;
|
98944
|
-
appendIcon:
|
98945
|
-
prependIcon:
|
98946
|
-
hideDetails:
|
98974
|
+
appendIcon: PropType<IconValue>;
|
98975
|
+
prependIcon: PropType<IconValue>;
|
98976
|
+
hideDetails: PropType<boolean | "auto">;
|
98947
98977
|
hideSpinButtons: BooleanConstructor;
|
98948
98978
|
hint: StringConstructor;
|
98949
98979
|
persistentHint: BooleanConstructor;
|
98950
98980
|
messages: {
|
98951
|
-
type:
|
98981
|
+
type: PropType<string | readonly string[]>;
|
98952
98982
|
default: () => never[];
|
98953
98983
|
};
|
98954
98984
|
direction: {
|
98955
|
-
type:
|
98985
|
+
type: PropType<"horizontal" | "vertical">;
|
98956
98986
|
default: string;
|
98957
98987
|
validator: (v: any) => boolean;
|
98958
98988
|
};
|
98959
|
-
'onClick:prepend':
|
98960
|
-
'onClick:append':
|
98989
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
98990
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
98961
98991
|
autofocus: BooleanConstructor;
|
98962
98992
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
98963
|
-
counterValue:
|
98993
|
+
counterValue: PropType<number | ((value: any) => number)>;
|
98964
98994
|
prefix: StringConstructor;
|
98965
98995
|
placeholder: StringConstructor;
|
98966
98996
|
persistentPlaceholder: BooleanConstructor;
|
@@ -98971,7 +99001,7 @@ declare const VColorInput: {
|
|
98971
99001
|
type: StringConstructor;
|
98972
99002
|
default: string;
|
98973
99003
|
};
|
98974
|
-
modelModifiers:
|
99004
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
98975
99005
|
cancelText: {
|
98976
99006
|
type: StringConstructor;
|
98977
99007
|
default: string;
|
@@ -98981,13 +99011,23 @@ declare const VColorInput: {
|
|
98981
99011
|
default: string;
|
98982
99012
|
};
|
98983
99013
|
hideActions: BooleanConstructor;
|
98984
|
-
|
99014
|
+
hidePip: BooleanConstructor;
|
99015
|
+
colorPip: BooleanConstructor;
|
98985
99016
|
pipIcon: {
|
98986
99017
|
type: StringConstructor;
|
98987
99018
|
default: string;
|
98988
99019
|
};
|
99020
|
+
pipLocation: {
|
99021
|
+
type: PropType<PipLocation>;
|
99022
|
+
default: string;
|
99023
|
+
validator: (v: any) => boolean;
|
99024
|
+
};
|
99025
|
+
pipVariant: {
|
99026
|
+
type: PropType<VAvatar["$props"]["variant"]>;
|
99027
|
+
default: string;
|
99028
|
+
};
|
98989
99029
|
}, vue.ExtractPropTypes<{
|
98990
|
-
location:
|
99030
|
+
location: PropType<Anchor | null>;
|
98991
99031
|
height: (StringConstructor | NumberConstructor)[];
|
98992
99032
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
98993
99033
|
color: StringConstructor;
|
@@ -98996,23 +99036,23 @@ declare const VColorInput: {
|
|
98996
99036
|
minHeight: (StringConstructor | NumberConstructor)[];
|
98997
99037
|
minWidth: (StringConstructor | NumberConstructor)[];
|
98998
99038
|
position: {
|
98999
|
-
type:
|
99039
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
99000
99040
|
validator: (v: any) => boolean;
|
99001
99041
|
};
|
99002
99042
|
style: {
|
99003
|
-
type:
|
99043
|
+
type: PropType<vue.StyleValue>;
|
99004
99044
|
default: null;
|
99005
99045
|
};
|
99006
99046
|
title: StringConstructor;
|
99007
99047
|
disabled: BooleanConstructor;
|
99008
|
-
class:
|
99048
|
+
class: PropType<ClassValue>;
|
99009
99049
|
theme: StringConstructor;
|
99010
99050
|
tag: {
|
99011
|
-
type:
|
99051
|
+
type: PropType<string | JSXComponent>;
|
99012
99052
|
default: string;
|
99013
99053
|
};
|
99014
99054
|
mode: {
|
99015
|
-
type:
|
99055
|
+
type: PropType<keyof typeof modes>;
|
99016
99056
|
default: string;
|
99017
99057
|
validator: (v: string) => boolean;
|
99018
99058
|
};
|
@@ -99022,7 +99062,7 @@ declare const VColorInput: {
|
|
99022
99062
|
validator(v: any): boolean;
|
99023
99063
|
};
|
99024
99064
|
modelValue: {
|
99025
|
-
type:
|
99065
|
+
type: PropType<Record<string, unknown> | string | undefined | null>;
|
99026
99066
|
};
|
99027
99067
|
rounded: {
|
99028
99068
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -99036,13 +99076,13 @@ declare const VColorInput: {
|
|
99036
99076
|
default: number;
|
99037
99077
|
};
|
99038
99078
|
modes: {
|
99039
|
-
type:
|
99079
|
+
type: PropType<readonly (keyof typeof modes)[]>;
|
99040
99080
|
default: () => string[];
|
99041
99081
|
validator: (v: any) => boolean;
|
99042
99082
|
};
|
99043
|
-
swatches:
|
99083
|
+
swatches: PropType<vue.DeepReadonly<Color[][]>>;
|
99044
99084
|
hideHeader: {
|
99045
|
-
type:
|
99085
|
+
type: PropType<boolean>;
|
99046
99086
|
default: boolean;
|
99047
99087
|
};
|
99048
99088
|
canvasHeight: {
|
@@ -99058,10 +99098,10 @@ declare const VColorInput: {
|
|
99058
99098
|
default: number;
|
99059
99099
|
};
|
99060
99100
|
loading: (StringConstructor | BooleanConstructor)[];
|
99061
|
-
appendInnerIcon:
|
99101
|
+
appendInnerIcon: PropType<IconValue>;
|
99062
99102
|
clearable: BooleanConstructor;
|
99063
99103
|
clearIcon: {
|
99064
|
-
type:
|
99104
|
+
type: PropType<IconValue>;
|
99065
99105
|
default: string;
|
99066
99106
|
};
|
99067
99107
|
active: BooleanConstructor;
|
@@ -99078,21 +99118,21 @@ declare const VColorInput: {
|
|
99078
99118
|
iconColor: (StringConstructor | BooleanConstructor)[];
|
99079
99119
|
label: StringConstructor;
|
99080
99120
|
persistentClear: BooleanConstructor;
|
99081
|
-
prependInnerIcon:
|
99121
|
+
prependInnerIcon: PropType<IconValue>;
|
99082
99122
|
reverse: BooleanConstructor;
|
99083
99123
|
singleLine: BooleanConstructor;
|
99084
99124
|
variant: {
|
99085
|
-
type:
|
99125
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
99086
99126
|
default: string;
|
99087
99127
|
validator: (v: any) => boolean;
|
99088
99128
|
};
|
99089
|
-
'onClick:clear':
|
99090
|
-
'onClick:appendInner':
|
99091
|
-
'onClick:prependInner':
|
99129
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
99130
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
99131
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
99092
99132
|
focused: BooleanConstructor;
|
99093
|
-
'onUpdate:focused':
|
99133
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
99094
99134
|
errorMessages: {
|
99095
|
-
type:
|
99135
|
+
type: PropType<string | readonly string[] | null>;
|
99096
99136
|
default: () => never[];
|
99097
99137
|
};
|
99098
99138
|
maxErrors: {
|
@@ -99101,42 +99141,42 @@ declare const VColorInput: {
|
|
99101
99141
|
};
|
99102
99142
|
name: StringConstructor;
|
99103
99143
|
readonly: {
|
99104
|
-
type:
|
99144
|
+
type: PropType<boolean | null>;
|
99105
99145
|
default: null;
|
99106
99146
|
};
|
99107
99147
|
rules: {
|
99108
|
-
type:
|
99148
|
+
type: PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
|
99109
99149
|
default: () => never[];
|
99110
99150
|
};
|
99111
|
-
validateOn:
|
99151
|
+
validateOn: PropType<ValidationProps["validateOn"]>;
|
99112
99152
|
validationValue: null;
|
99113
99153
|
width: (StringConstructor | NumberConstructor)[];
|
99114
99154
|
density: {
|
99115
|
-
type:
|
99155
|
+
type: PropType<Density>;
|
99116
99156
|
default: string;
|
99117
99157
|
validator: (v: any) => boolean;
|
99118
99158
|
};
|
99119
99159
|
id: StringConstructor;
|
99120
|
-
appendIcon:
|
99121
|
-
prependIcon:
|
99122
|
-
hideDetails:
|
99160
|
+
appendIcon: PropType<IconValue>;
|
99161
|
+
prependIcon: PropType<IconValue>;
|
99162
|
+
hideDetails: PropType<boolean | "auto">;
|
99123
99163
|
hideSpinButtons: BooleanConstructor;
|
99124
99164
|
hint: StringConstructor;
|
99125
99165
|
persistentHint: BooleanConstructor;
|
99126
99166
|
messages: {
|
99127
|
-
type:
|
99167
|
+
type: PropType<string | readonly string[]>;
|
99128
99168
|
default: () => never[];
|
99129
99169
|
};
|
99130
99170
|
direction: {
|
99131
|
-
type:
|
99171
|
+
type: PropType<"horizontal" | "vertical">;
|
99132
99172
|
default: string;
|
99133
99173
|
validator: (v: any) => boolean;
|
99134
99174
|
};
|
99135
|
-
'onClick:prepend':
|
99136
|
-
'onClick:append':
|
99175
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
99176
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
99137
99177
|
autofocus: BooleanConstructor;
|
99138
99178
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
99139
|
-
counterValue:
|
99179
|
+
counterValue: PropType<number | ((value: any) => number)>;
|
99140
99180
|
prefix: StringConstructor;
|
99141
99181
|
placeholder: StringConstructor;
|
99142
99182
|
persistentPlaceholder: BooleanConstructor;
|
@@ -99147,7 +99187,7 @@ declare const VColorInput: {
|
|
99147
99187
|
type: StringConstructor;
|
99148
99188
|
default: string;
|
99149
99189
|
};
|
99150
|
-
modelModifiers:
|
99190
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
99151
99191
|
cancelText: {
|
99152
99192
|
type: StringConstructor;
|
99153
99193
|
default: string;
|
@@ -99157,11 +99197,21 @@ declare const VColorInput: {
|
|
99157
99197
|
default: string;
|
99158
99198
|
};
|
99159
99199
|
hideActions: BooleanConstructor;
|
99160
|
-
|
99200
|
+
hidePip: BooleanConstructor;
|
99201
|
+
colorPip: BooleanConstructor;
|
99161
99202
|
pipIcon: {
|
99162
99203
|
type: StringConstructor;
|
99163
99204
|
default: string;
|
99164
99205
|
};
|
99206
|
+
pipLocation: {
|
99207
|
+
type: PropType<PipLocation>;
|
99208
|
+
default: string;
|
99209
|
+
validator: (v: any) => boolean;
|
99210
|
+
};
|
99211
|
+
pipVariant: {
|
99212
|
+
type: PropType<VAvatar["$props"]["variant"]>;
|
99213
|
+
default: string;
|
99214
|
+
};
|
99165
99215
|
}>>;
|
99166
99216
|
type VColorInput = InstanceType<typeof VColorInput>;
|
99167
99217
|
|
@@ -122808,41 +122858,30 @@ declare module 'vue' {
|
|
122808
122858
|
}
|
122809
122859
|
export interface GlobalComponents {
|
122810
122860
|
VApp: VApp
|
122811
|
-
|
122812
|
-
|
122861
|
+
VBanner: VBanner
|
122862
|
+
VBannerActions: VBannerActions
|
122863
|
+
VBannerText: VBannerText
|
122813
122864
|
VAppBar: VAppBar
|
122814
122865
|
VAppBarNavIcon: VAppBarNavIcon
|
122815
122866
|
VAppBarTitle: VAppBarTitle
|
122816
122867
|
VAutocomplete: VAutocomplete
|
122817
122868
|
VBottomNavigation: VBottomNavigation
|
122818
122869
|
VAvatar: VAvatar
|
122819
|
-
|
122820
|
-
|
122821
|
-
|
122822
|
-
|
122823
|
-
VBannerText: VBannerText
|
122870
|
+
VBtn: VBtn
|
122871
|
+
VAlert: VAlert
|
122872
|
+
VAlertTitle: VAlertTitle
|
122873
|
+
VBtnGroup: VBtnGroup
|
122824
122874
|
VBtnToggle: VBtnToggle
|
122875
|
+
VBadge: VBadge
|
122825
122876
|
VBreadcrumbs: VBreadcrumbs
|
122826
122877
|
VBreadcrumbsItem: VBreadcrumbsItem
|
122827
122878
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
122828
|
-
VBtn: VBtn
|
122829
|
-
VBtnGroup: VBtnGroup
|
122830
|
-
VCarousel: VCarousel
|
122831
|
-
VCarouselItem: VCarouselItem
|
122832
|
-
VChip: VChip
|
122833
122879
|
VCheckbox: VCheckbox
|
122834
122880
|
VCheckboxBtn: VCheckboxBtn
|
122835
|
-
|
122836
|
-
VCardActions: VCardActions
|
122837
|
-
VCardItem: VCardItem
|
122838
|
-
VCardSubtitle: VCardSubtitle
|
122839
|
-
VCardText: VCardText
|
122840
|
-
VCardTitle: VCardTitle
|
122881
|
+
VChip: VChip
|
122841
122882
|
VChipGroup: VChipGroup
|
122842
|
-
VCode: VCode
|
122843
|
-
VColorPicker: VColorPicker
|
122844
122883
|
VCombobox: VCombobox
|
122845
|
-
|
122884
|
+
VColorPicker: VColorPicker
|
122846
122885
|
VDataTable: VDataTable
|
122847
122886
|
VDataTableHeaders: VDataTableHeaders
|
122848
122887
|
VDataTableFooter: VDataTableFooter
|
@@ -122850,7 +122889,10 @@ declare module 'vue' {
|
|
122850
122889
|
VDataTableRow: VDataTableRow
|
122851
122890
|
VDataTableVirtual: VDataTableVirtual
|
122852
122891
|
VDataTableServer: VDataTableServer
|
122892
|
+
VCounter: VCounter
|
122853
122893
|
VDialog: VDialog
|
122894
|
+
VCarousel: VCarousel
|
122895
|
+
VCarouselItem: VCarouselItem
|
122854
122896
|
VDatePicker: VDatePicker
|
122855
122897
|
VDatePickerControls: VDatePickerControls
|
122856
122898
|
VDatePickerHeader: VDatePickerHeader
|
@@ -122858,28 +122900,35 @@ declare module 'vue' {
|
|
122858
122900
|
VDatePickerMonths: VDatePickerMonths
|
122859
122901
|
VDatePickerYears: VDatePickerYears
|
122860
122902
|
VDivider: VDivider
|
122861
|
-
|
122903
|
+
VFab: VFab
|
122862
122904
|
VExpansionPanels: VExpansionPanels
|
122863
122905
|
VExpansionPanel: VExpansionPanel
|
122864
122906
|
VExpansionPanelText: VExpansionPanelText
|
122865
122907
|
VExpansionPanelTitle: VExpansionPanelTitle
|
122866
|
-
|
122867
|
-
|
122868
|
-
|
122908
|
+
VBottomSheet: VBottomSheet
|
122909
|
+
VCard: VCard
|
122910
|
+
VCardActions: VCardActions
|
122911
|
+
VCardItem: VCardItem
|
122912
|
+
VCardSubtitle: VCardSubtitle
|
122913
|
+
VCardText: VCardText
|
122914
|
+
VCardTitle: VCardTitle
|
122869
122915
|
VField: VField
|
122870
122916
|
VFieldLabel: VFieldLabel
|
122917
|
+
VFileInput: VFileInput
|
122918
|
+
VCode: VCode
|
122919
|
+
VFooter: VFooter
|
122871
122920
|
VIcon: VIcon
|
122872
122921
|
VComponentIcon: VComponentIcon
|
122873
122922
|
VSvgIcon: VSvgIcon
|
122874
122923
|
VLigatureIcon: VLigatureIcon
|
122875
122924
|
VClassIcon: VClassIcon
|
122876
|
-
VItemGroup: VItemGroup
|
122877
|
-
VItem: VItem
|
122878
|
-
VInfiniteScroll: VInfiniteScroll
|
122879
122925
|
VImg: VImg
|
122880
122926
|
VInput: VInput
|
122881
|
-
|
122927
|
+
VInfiniteScroll: VInfiniteScroll
|
122928
|
+
VItemGroup: VItemGroup
|
122929
|
+
VItem: VItem
|
122882
122930
|
VLabel: VLabel
|
122931
|
+
VKbd: VKbd
|
122883
122932
|
VList: VList
|
122884
122933
|
VListGroup: VListGroup
|
122885
122934
|
VListImg: VListImg
|
@@ -122889,34 +122938,34 @@ declare module 'vue' {
|
|
122889
122938
|
VListItemSubtitle: VListItemSubtitle
|
122890
122939
|
VListItemTitle: VListItemTitle
|
122891
122940
|
VListSubheader: VListSubheader
|
122892
|
-
VMain: VMain
|
122893
|
-
VMessages: VMessages
|
122894
122941
|
VNavigationDrawer: VNavigationDrawer
|
122942
|
+
VMain: VMain
|
122895
122943
|
VOtpInput: VOtpInput
|
122896
122944
|
VNumberInput: VNumberInput
|
122945
|
+
VOverlay: VOverlay
|
122946
|
+
VMessages: VMessages
|
122897
122947
|
VMenu: VMenu
|
122898
122948
|
VProgressLinear: VProgressLinear
|
122899
|
-
VOverlay: VOverlay
|
122900
122949
|
VPagination: VPagination
|
122901
|
-
VProgressCircular: VProgressCircular
|
122902
|
-
VRating: VRating
|
122903
122950
|
VRadioGroup: VRadioGroup
|
122951
|
+
VRating: VRating
|
122952
|
+
VProgressCircular: VProgressCircular
|
122904
122953
|
VSelect: VSelect
|
122954
|
+
VSelectionControl: VSelectionControl
|
122905
122955
|
VSheet: VSheet
|
122906
|
-
VSlider: VSlider
|
122907
122956
|
VSkeletonLoader: VSkeletonLoader
|
122908
122957
|
VSelectionControlGroup: VSelectionControlGroup
|
122909
122958
|
VSlideGroup: VSlideGroup
|
122910
122959
|
VSlideGroupItem: VSlideGroupItem
|
122911
|
-
|
122960
|
+
VSlider: VSlider
|
122961
|
+
VSnackbar: VSnackbar
|
122962
|
+
VSwitch: VSwitch
|
122912
122963
|
VStepper: VStepper
|
122913
122964
|
VStepperActions: VStepperActions
|
122914
122965
|
VStepperHeader: VStepperHeader
|
122915
122966
|
VStepperItem: VStepperItem
|
122916
122967
|
VStepperWindow: VStepperWindow
|
122917
122968
|
VStepperWindowItem: VStepperWindowItem
|
122918
|
-
VSnackbar: VSnackbar
|
122919
|
-
VSwitch: VSwitch
|
122920
122969
|
VTable: VTable
|
122921
122970
|
VSystemBar: VSystemBar
|
122922
122971
|
VTab: VTab
|
@@ -122924,43 +122973,43 @@ declare module 'vue' {
|
|
122924
122973
|
VTabsWindow: VTabsWindow
|
122925
122974
|
VTabsWindowItem: VTabsWindowItem
|
122926
122975
|
VTextField: VTextField
|
122927
|
-
VTextarea: VTextarea
|
122928
|
-
VTimeline: VTimeline
|
122929
|
-
VTimelineItem: VTimelineItem
|
122930
|
-
VTimePicker: VTimePicker
|
122931
|
-
VTimePickerClock: VTimePickerClock
|
122932
|
-
VTimePickerControls: VTimePickerControls
|
122933
122976
|
VToolbar: VToolbar
|
122934
122977
|
VToolbarTitle: VToolbarTitle
|
122935
122978
|
VToolbarItems: VToolbarItems
|
122936
|
-
|
122979
|
+
VTimePicker: VTimePicker
|
122980
|
+
VTimePickerClock: VTimePickerClock
|
122981
|
+
VTimePickerControls: VTimePickerControls
|
122982
|
+
VTextarea: VTextarea
|
122983
|
+
VTimeline: VTimeline
|
122984
|
+
VTimelineItem: VTimelineItem
|
122937
122985
|
VWindow: VWindow
|
122938
122986
|
VWindowItem: VWindowItem
|
122939
122987
|
VTreeview: VTreeview
|
122940
122988
|
VTreeviewItem: VTreeviewItem
|
122941
122989
|
VTreeviewGroup: VTreeviewGroup
|
122942
|
-
|
122990
|
+
VTooltip: VTooltip
|
122943
122991
|
VDataIterator: VDataIterator
|
122944
|
-
|
122992
|
+
VConfirmEdit: VConfirmEdit
|
122945
122993
|
VForm: VForm
|
122946
|
-
|
122994
|
+
VEmptyState: VEmptyState
|
122995
|
+
VDefaultsProvider: VDefaultsProvider
|
122947
122996
|
VContainer: VContainer
|
122948
122997
|
VCol: VCol
|
122949
122998
|
VRow: VRow
|
122950
122999
|
VSpacer: VSpacer
|
123000
|
+
VLocaleProvider: VLocaleProvider
|
122951
123001
|
VLayout: VLayout
|
122952
123002
|
VLayoutItem: VLayoutItem
|
122953
123003
|
VLazy: VLazy
|
122954
|
-
VLocaleProvider: VLocaleProvider
|
122955
123004
|
VNoSsr: VNoSsr
|
122956
123005
|
VParallax: VParallax
|
122957
|
-
VRangeSlider: VRangeSlider
|
122958
123006
|
VRadio: VRadio
|
122959
123007
|
VResponsive: VResponsive
|
123008
|
+
VRangeSlider: VRangeSlider
|
122960
123009
|
VSparkline: VSparkline
|
123010
|
+
VSnackbarQueue: VSnackbarQueue
|
122961
123011
|
VSpeedDial: VSpeedDial
|
122962
123012
|
VThemeProvider: VThemeProvider
|
122963
|
-
VValidation: VValidation
|
122964
123013
|
VVirtualScroll: VVirtualScroll
|
122965
123014
|
VFabTransition: VFabTransition
|
122966
123015
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -122978,32 +123027,33 @@ declare module 'vue' {
|
|
122978
123027
|
VExpandTransition: VExpandTransition
|
122979
123028
|
VExpandXTransition: VExpandXTransition
|
122980
123029
|
VDialogTransition: VDialogTransition
|
122981
|
-
|
122982
|
-
|
122983
|
-
VFileUpload: VFileUpload
|
122984
|
-
VFileUploadItem: VFileUploadItem
|
123030
|
+
VValidation: VValidation
|
123031
|
+
VHover: VHover
|
122985
123032
|
VCalendar: VCalendar
|
122986
123033
|
VCalendarDay: VCalendarDay
|
122987
123034
|
VCalendarHeader: VCalendarHeader
|
122988
123035
|
VCalendarInterval: VCalendarInterval
|
122989
123036
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
122990
123037
|
VCalendarMonthDay: VCalendarMonthDay
|
122991
|
-
VIconBtn: VIconBtn
|
122992
|
-
VStepperVertical: VStepperVertical
|
122993
|
-
VStepperVerticalItem: VStepperVerticalItem
|
122994
|
-
VStepperVerticalActions: VStepperVerticalActions
|
122995
123038
|
VPicker: VPicker
|
122996
123039
|
VPickerTitle: VPickerTitle
|
123040
|
+
VFileUpload: VFileUpload
|
123041
|
+
VFileUploadItem: VFileUploadItem
|
123042
|
+
VIconBtn: VIconBtn
|
123043
|
+
VHotkey: VHotkey
|
122997
123044
|
VPie: VPie
|
122998
123045
|
VPieSegment: VPieSegment
|
122999
123046
|
VPieTooltip: VPieTooltip
|
123047
|
+
VStepperVertical: VStepperVertical
|
123048
|
+
VStepperVerticalItem: VStepperVerticalItem
|
123049
|
+
VStepperVerticalActions: VStepperVerticalActions
|
123000
123050
|
VVideo: VVideo
|
123001
123051
|
VVideoControls: VVideoControls
|
123002
123052
|
VVideoVolume: VVideoVolume
|
123003
123053
|
VDateInput: VDateInput
|
123004
123054
|
VMaskInput: VMaskInput
|
123005
123055
|
VPullToRefresh: VPullToRefresh
|
123006
|
-
|
123056
|
+
VColorInput: VColorInput
|
123007
123057
|
}
|
123008
123058
|
export interface GlobalDirectives {
|
123009
123059
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|