@vuetify/nightly 3.9.3-master.2025-07-30 → 3.9.3-master.2025-07-31
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 +22 -3
- package/dist/json/attributes.json +3339 -3327
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +6197 -6075
- package/dist/vuetify-labs.cjs +161 -73
- package/dist/vuetify-labs.css +5656 -5635
- package/dist/vuetify-labs.d.ts +207 -143
- package/dist/vuetify-labs.esm.js +161 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +161 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +139 -66
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4033 -4027
- package/dist/vuetify.d.ts +95 -71
- package/dist/vuetify.esm.js +139 -66
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +139 -66
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +226 -226
- package/dist/vuetify.min.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.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 +56 -56
- 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;
|
@@ -29199,6 +29213,7 @@ declare const modes: {
|
|
29199
29213
|
label: string;
|
29200
29214
|
getValue: (c: string) => string;
|
29201
29215
|
getColor: (c: string, v: string) => string;
|
29216
|
+
localeKey: string;
|
29202
29217
|
}[];
|
29203
29218
|
inputProps: Record<string, unknown>;
|
29204
29219
|
from: (color: any) => HSV;
|
@@ -37975,7 +37990,7 @@ type VDataIteratorSlotProps<T> = {
|
|
37975
37990
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
37976
37991
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
37977
37992
|
items: readonly DataIteratorItem<T>[];
|
37978
|
-
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
|
37993
|
+
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>> | GroupSummary<DataIteratorItem<T>>)[];
|
37979
37994
|
};
|
37980
37995
|
type VDataIteratorSlots<T> = {
|
37981
37996
|
default: VDataIteratorSlotProps<T>;
|
@@ -38968,6 +38983,7 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
|
|
38968
38983
|
};
|
38969
38984
|
loading: never;
|
38970
38985
|
'group-header': GroupHeaderSlot;
|
38986
|
+
'group-summary': GroupSummarySlot;
|
38971
38987
|
'no-data': never;
|
38972
38988
|
'expanded-row': ItemSlot$1<T>;
|
38973
38989
|
};
|
@@ -38982,7 +38998,7 @@ declare const VDataTableRows: {
|
|
38982
38998
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38983
38999
|
cellProps?: CellProps<any> | undefined;
|
38984
39000
|
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, {
|
39001
|
+
}, {}, 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
39002
|
mobile: boolean | null;
|
38987
39003
|
noDataText: string;
|
38988
39004
|
loadingText: string;
|
@@ -39017,6 +39033,7 @@ declare const VDataTableRows: {
|
|
39017
39033
|
}) => vue.VNode[];
|
39018
39034
|
loading: () => vue.VNode[];
|
39019
39035
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39036
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39020
39037
|
'no-data': () => vue.VNode[];
|
39021
39038
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
39022
39039
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -39055,7 +39072,7 @@ declare const VDataTableRows: {
|
|
39055
39072
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
39056
39073
|
cellProps?: CellProps<any> | undefined;
|
39057
39074
|
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, {
|
39075
|
+
}, {}, 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
39076
|
mobile: boolean | null;
|
39060
39077
|
noDataText: string;
|
39061
39078
|
loadingText: string;
|
@@ -39090,10 +39107,11 @@ declare const VDataTableRows: {
|
|
39090
39107
|
}) => vue.VNode[];
|
39091
39108
|
loading: () => vue.VNode[];
|
39092
39109
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39110
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39093
39111
|
'no-data': () => vue.VNode[];
|
39094
39112
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
39095
39113
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
39096
|
-
items?: readonly (DataTableItem<T> | Group<T>)[];
|
39114
|
+
items?: readonly (DataTableItem<T> | Group<T> | GroupSummary<T>)[];
|
39097
39115
|
}, slots: VDataTableRowsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
39098
39116
|
mobile: {
|
39099
39117
|
type: PropType<boolean | null>;
|
@@ -39107,7 +39125,7 @@ declare const VDataTableRows: {
|
|
39107
39125
|
};
|
39108
39126
|
hideNoData: BooleanConstructor;
|
39109
39127
|
items: {
|
39110
|
-
type: PropType<readonly (DataTableItem | Group)[]>;
|
39128
|
+
type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
|
39111
39129
|
default: () => never[];
|
39112
39130
|
};
|
39113
39131
|
noDataText: {
|
@@ -39129,7 +39147,7 @@ declare const VDataTableRows: {
|
|
39129
39147
|
};
|
39130
39148
|
hideNoData: BooleanConstructor;
|
39131
39149
|
items: {
|
39132
|
-
type: PropType<readonly (DataTableItem | Group)[]>;
|
39150
|
+
type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
|
39133
39151
|
default: () => never[];
|
39134
39152
|
};
|
39135
39153
|
noDataText: {
|
@@ -39160,7 +39178,7 @@ type VDataTableSlotProps<T> = {
|
|
39160
39178
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
39161
39179
|
items: readonly T[];
|
39162
39180
|
internalItems: readonly DataTableItem[];
|
39163
|
-
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>>)[];
|
39181
|
+
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>> | GroupSummary<DataTableItem<T>>)[];
|
39164
39182
|
columns: InternalDataTableHeader[];
|
39165
39183
|
headers: InternalDataTableHeader[][];
|
39166
39184
|
};
|
@@ -39259,7 +39277,7 @@ declare const VDataTable: {
|
|
39259
39277
|
'update:groupBy': (value: any) => true;
|
39260
39278
|
'update:expanded': (value: any) => true;
|
39261
39279
|
'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, {
|
39280
|
+
}, "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
39281
|
page: string | number;
|
39264
39282
|
expanded: readonly string[];
|
39265
39283
|
style: vue.StyleValue;
|
@@ -39338,6 +39356,7 @@ declare const VDataTable: {
|
|
39338
39356
|
}) => vue.VNode[];
|
39339
39357
|
loading: () => vue.VNode[];
|
39340
39358
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39359
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39341
39360
|
'no-data': () => vue.VNode[];
|
39342
39361
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
39343
39362
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -39564,7 +39583,7 @@ declare const VDataTable: {
|
|
39564
39583
|
'update:groupBy': (value: any) => true;
|
39565
39584
|
'update:expanded': (value: any) => true;
|
39566
39585
|
'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, {
|
39586
|
+
}, "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
39587
|
page: string | number;
|
39569
39588
|
expanded: readonly string[];
|
39570
39589
|
style: vue.StyleValue;
|
@@ -39643,6 +39662,7 @@ declare const VDataTable: {
|
|
39643
39662
|
}) => vue.VNode[];
|
39644
39663
|
loading: () => vue.VNode[];
|
39645
39664
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39665
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39646
39666
|
'no-data': () => vue.VNode[];
|
39647
39667
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
39648
39668
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40344,7 +40364,7 @@ declare const VDataTableVirtual: {
|
|
40344
40364
|
'update:options': (value: any) => true;
|
40345
40365
|
'update:groupBy': (value: any) => true;
|
40346
40366
|
'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, {
|
40367
|
+
}, "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
40368
|
expanded: readonly string[];
|
40349
40369
|
style: vue.StyleValue;
|
40350
40370
|
mobile: boolean | null;
|
@@ -40409,6 +40429,7 @@ declare const VDataTableVirtual: {
|
|
40409
40429
|
}) => vue.VNode[];
|
40410
40430
|
loading: () => vue.VNode[];
|
40411
40431
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40432
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40412
40433
|
'no-data': () => vue.VNode[];
|
40413
40434
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40414
40435
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40581,7 +40602,7 @@ declare const VDataTableVirtual: {
|
|
40581
40602
|
'update:options': (value: any) => true;
|
40582
40603
|
'update:groupBy': (value: any) => true;
|
40583
40604
|
'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, {
|
40605
|
+
}, "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
40606
|
expanded: readonly string[];
|
40586
40607
|
style: vue.StyleValue;
|
40587
40608
|
mobile: boolean | null;
|
@@ -40646,6 +40667,7 @@ declare const VDataTableVirtual: {
|
|
40646
40667
|
}) => vue.VNode[];
|
40647
40668
|
loading: () => vue.VNode[];
|
40648
40669
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40670
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40649
40671
|
'no-data': () => vue.VNode[];
|
40650
40672
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40651
40673
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40986,7 +41008,7 @@ declare const VDataTableServer: {
|
|
40986
41008
|
'update:options': (options: any) => true;
|
40987
41009
|
'update:expanded': (options: any) => true;
|
40988
41010
|
'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, {
|
41011
|
+
}, "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
41012
|
page: string | number;
|
40991
41013
|
expanded: readonly string[];
|
40992
41014
|
style: vue.StyleValue;
|
@@ -41063,6 +41085,7 @@ declare const VDataTableServer: {
|
|
41063
41085
|
}) => vue.VNode[];
|
41064
41086
|
loading: () => vue.VNode[];
|
41065
41087
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
41088
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
41066
41089
|
'no-data': () => vue.VNode[];
|
41067
41090
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
41068
41091
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -41276,7 +41299,7 @@ declare const VDataTableServer: {
|
|
41276
41299
|
'update:options': (options: any) => true;
|
41277
41300
|
'update:expanded': (options: any) => true;
|
41278
41301
|
'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, {
|
41302
|
+
}, "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
41303
|
page: string | number;
|
41281
41304
|
expanded: readonly string[];
|
41282
41305
|
style: vue.StyleValue;
|
@@ -41353,6 +41376,7 @@ declare const VDataTableServer: {
|
|
41353
41376
|
}) => vue.VNode[];
|
41354
41377
|
loading: () => vue.VNode[];
|
41355
41378
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
41379
|
+
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
41356
41380
|
'no-data': () => vue.VNode[];
|
41357
41381
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
41358
41382
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -98095,6 +98119,8 @@ type VColorInputActionsSlot = {
|
|
98095
98119
|
cancel: () => void;
|
98096
98120
|
isPristine: boolean;
|
98097
98121
|
};
|
98122
|
+
declare const availablePipLocations: readonly ["prepend", "prepend-inner", "append", "append-inner"];
|
98123
|
+
type PipLocation = typeof availablePipLocations[number];
|
98098
98124
|
declare const VColorInput: {
|
98099
98125
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
98100
98126
|
flat: boolean;
|
@@ -98142,8 +98168,11 @@ declare const VColorInput: {
|
|
98142
98168
|
cancelText: string;
|
98143
98169
|
okText: string;
|
98144
98170
|
hideActions: boolean;
|
98145
|
-
|
98171
|
+
hidePip: boolean;
|
98172
|
+
colorPip: boolean;
|
98146
98173
|
pipIcon: string;
|
98174
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98175
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98147
98176
|
} & {
|
98148
98177
|
name?: string | undefined;
|
98149
98178
|
location?: Anchor | null | undefined;
|
@@ -98317,8 +98346,11 @@ declare const VColorInput: {
|
|
98317
98346
|
cancelText: string;
|
98318
98347
|
okText: string;
|
98319
98348
|
hideActions: boolean;
|
98320
|
-
|
98349
|
+
hidePip: boolean;
|
98350
|
+
colorPip: boolean;
|
98321
98351
|
pipIcon: string;
|
98352
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98353
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98322
98354
|
}, true, {}, vue.SlotsType<Partial<{
|
98323
98355
|
message: (arg: VMessageSlot) => vue.VNode[];
|
98324
98356
|
clear: (arg: DefaultInputSlot & {
|
@@ -98390,8 +98422,11 @@ declare const VColorInput: {
|
|
98390
98422
|
cancelText: string;
|
98391
98423
|
okText: string;
|
98392
98424
|
hideActions: boolean;
|
98393
|
-
|
98425
|
+
hidePip: boolean;
|
98426
|
+
colorPip: boolean;
|
98394
98427
|
pipIcon: string;
|
98428
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98429
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98395
98430
|
} & {
|
98396
98431
|
name?: string | undefined;
|
98397
98432
|
location?: Anchor | null | undefined;
|
@@ -98563,8 +98598,11 @@ declare const VColorInput: {
|
|
98563
98598
|
cancelText: string;
|
98564
98599
|
okText: string;
|
98565
98600
|
hideActions: boolean;
|
98566
|
-
|
98601
|
+
hidePip: boolean;
|
98602
|
+
colorPip: boolean;
|
98567
98603
|
pipIcon: string;
|
98604
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98605
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98568
98606
|
}>;
|
98569
98607
|
__isFragment?: never;
|
98570
98608
|
__isTeleport?: never;
|
@@ -98615,8 +98653,11 @@ declare const VColorInput: {
|
|
98615
98653
|
cancelText: string;
|
98616
98654
|
okText: string;
|
98617
98655
|
hideActions: boolean;
|
98618
|
-
|
98656
|
+
hidePip: boolean;
|
98657
|
+
colorPip: boolean;
|
98619
98658
|
pipIcon: string;
|
98659
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98660
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98620
98661
|
} & {
|
98621
98662
|
name?: string | undefined;
|
98622
98663
|
location?: Anchor | null | undefined;
|
@@ -98790,8 +98831,11 @@ declare const VColorInput: {
|
|
98790
98831
|
cancelText: string;
|
98791
98832
|
okText: string;
|
98792
98833
|
hideActions: boolean;
|
98793
|
-
|
98834
|
+
hidePip: boolean;
|
98835
|
+
colorPip: boolean;
|
98794
98836
|
pipIcon: string;
|
98837
|
+
pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
|
98838
|
+
pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
98795
98839
|
}, {}, string, vue.SlotsType<Partial<{
|
98796
98840
|
message: (arg: VMessageSlot) => vue.VNode[];
|
98797
98841
|
clear: (arg: DefaultInputSlot & {
|
@@ -98811,7 +98855,7 @@ declare const VColorInput: {
|
|
98811
98855
|
actions: (arg: VColorInputActionsSlot) => vue.VNode[];
|
98812
98856
|
default: () => vue.VNode[];
|
98813
98857
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
98814
|
-
location:
|
98858
|
+
location: PropType<Anchor | null>;
|
98815
98859
|
height: (StringConstructor | NumberConstructor)[];
|
98816
98860
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
98817
98861
|
color: StringConstructor;
|
@@ -98820,23 +98864,23 @@ declare const VColorInput: {
|
|
98820
98864
|
minHeight: (StringConstructor | NumberConstructor)[];
|
98821
98865
|
minWidth: (StringConstructor | NumberConstructor)[];
|
98822
98866
|
position: {
|
98823
|
-
type:
|
98867
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
98824
98868
|
validator: (v: any) => boolean;
|
98825
98869
|
};
|
98826
98870
|
style: {
|
98827
|
-
type:
|
98871
|
+
type: PropType<vue.StyleValue>;
|
98828
98872
|
default: null;
|
98829
98873
|
};
|
98830
98874
|
title: StringConstructor;
|
98831
98875
|
disabled: BooleanConstructor;
|
98832
|
-
class:
|
98876
|
+
class: PropType<ClassValue>;
|
98833
98877
|
theme: StringConstructor;
|
98834
98878
|
tag: {
|
98835
|
-
type:
|
98879
|
+
type: PropType<string | JSXComponent>;
|
98836
98880
|
default: string;
|
98837
98881
|
};
|
98838
98882
|
mode: {
|
98839
|
-
type:
|
98883
|
+
type: PropType<keyof typeof modes>;
|
98840
98884
|
default: string;
|
98841
98885
|
validator: (v: string) => boolean;
|
98842
98886
|
};
|
@@ -98846,7 +98890,7 @@ declare const VColorInput: {
|
|
98846
98890
|
validator(v: any): boolean;
|
98847
98891
|
};
|
98848
98892
|
modelValue: {
|
98849
|
-
type:
|
98893
|
+
type: PropType<Record<string, unknown> | string | undefined | null>;
|
98850
98894
|
};
|
98851
98895
|
rounded: {
|
98852
98896
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -98860,13 +98904,13 @@ declare const VColorInput: {
|
|
98860
98904
|
default: number;
|
98861
98905
|
};
|
98862
98906
|
modes: {
|
98863
|
-
type:
|
98907
|
+
type: PropType<readonly (keyof typeof modes)[]>;
|
98864
98908
|
default: () => string[];
|
98865
98909
|
validator: (v: any) => boolean;
|
98866
98910
|
};
|
98867
|
-
swatches:
|
98911
|
+
swatches: PropType<vue.DeepReadonly<Color[][]>>;
|
98868
98912
|
hideHeader: {
|
98869
|
-
type:
|
98913
|
+
type: PropType<boolean>;
|
98870
98914
|
default: boolean;
|
98871
98915
|
};
|
98872
98916
|
canvasHeight: {
|
@@ -98882,10 +98926,10 @@ declare const VColorInput: {
|
|
98882
98926
|
default: number;
|
98883
98927
|
};
|
98884
98928
|
loading: (StringConstructor | BooleanConstructor)[];
|
98885
|
-
appendInnerIcon:
|
98929
|
+
appendInnerIcon: PropType<IconValue>;
|
98886
98930
|
clearable: BooleanConstructor;
|
98887
98931
|
clearIcon: {
|
98888
|
-
type:
|
98932
|
+
type: PropType<IconValue>;
|
98889
98933
|
default: string;
|
98890
98934
|
};
|
98891
98935
|
active: BooleanConstructor;
|
@@ -98902,21 +98946,21 @@ declare const VColorInput: {
|
|
98902
98946
|
iconColor: (StringConstructor | BooleanConstructor)[];
|
98903
98947
|
label: StringConstructor;
|
98904
98948
|
persistentClear: BooleanConstructor;
|
98905
|
-
prependInnerIcon:
|
98949
|
+
prependInnerIcon: PropType<IconValue>;
|
98906
98950
|
reverse: BooleanConstructor;
|
98907
98951
|
singleLine: BooleanConstructor;
|
98908
98952
|
variant: {
|
98909
|
-
type:
|
98953
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
98910
98954
|
default: string;
|
98911
98955
|
validator: (v: any) => boolean;
|
98912
98956
|
};
|
98913
|
-
'onClick:clear':
|
98914
|
-
'onClick:appendInner':
|
98915
|
-
'onClick:prependInner':
|
98957
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
98958
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
98959
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
98916
98960
|
focused: BooleanConstructor;
|
98917
|
-
'onUpdate:focused':
|
98961
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
98918
98962
|
errorMessages: {
|
98919
|
-
type:
|
98963
|
+
type: PropType<string | readonly string[] | null>;
|
98920
98964
|
default: () => never[];
|
98921
98965
|
};
|
98922
98966
|
maxErrors: {
|
@@ -98925,42 +98969,42 @@ declare const VColorInput: {
|
|
98925
98969
|
};
|
98926
98970
|
name: StringConstructor;
|
98927
98971
|
readonly: {
|
98928
|
-
type:
|
98972
|
+
type: PropType<boolean | null>;
|
98929
98973
|
default: null;
|
98930
98974
|
};
|
98931
98975
|
rules: {
|
98932
|
-
type:
|
98976
|
+
type: PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
|
98933
98977
|
default: () => never[];
|
98934
98978
|
};
|
98935
|
-
validateOn:
|
98979
|
+
validateOn: PropType<ValidationProps["validateOn"]>;
|
98936
98980
|
validationValue: null;
|
98937
98981
|
width: (StringConstructor | NumberConstructor)[];
|
98938
98982
|
density: {
|
98939
|
-
type:
|
98983
|
+
type: PropType<Density>;
|
98940
98984
|
default: string;
|
98941
98985
|
validator: (v: any) => boolean;
|
98942
98986
|
};
|
98943
98987
|
id: StringConstructor;
|
98944
|
-
appendIcon:
|
98945
|
-
prependIcon:
|
98946
|
-
hideDetails:
|
98988
|
+
appendIcon: PropType<IconValue>;
|
98989
|
+
prependIcon: PropType<IconValue>;
|
98990
|
+
hideDetails: PropType<boolean | "auto">;
|
98947
98991
|
hideSpinButtons: BooleanConstructor;
|
98948
98992
|
hint: StringConstructor;
|
98949
98993
|
persistentHint: BooleanConstructor;
|
98950
98994
|
messages: {
|
98951
|
-
type:
|
98995
|
+
type: PropType<string | readonly string[]>;
|
98952
98996
|
default: () => never[];
|
98953
98997
|
};
|
98954
98998
|
direction: {
|
98955
|
-
type:
|
98999
|
+
type: PropType<"horizontal" | "vertical">;
|
98956
99000
|
default: string;
|
98957
99001
|
validator: (v: any) => boolean;
|
98958
99002
|
};
|
98959
|
-
'onClick:prepend':
|
98960
|
-
'onClick:append':
|
99003
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
99004
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
98961
99005
|
autofocus: BooleanConstructor;
|
98962
99006
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
98963
|
-
counterValue:
|
99007
|
+
counterValue: PropType<number | ((value: any) => number)>;
|
98964
99008
|
prefix: StringConstructor;
|
98965
99009
|
placeholder: StringConstructor;
|
98966
99010
|
persistentPlaceholder: BooleanConstructor;
|
@@ -98971,7 +99015,7 @@ declare const VColorInput: {
|
|
98971
99015
|
type: StringConstructor;
|
98972
99016
|
default: string;
|
98973
99017
|
};
|
98974
|
-
modelModifiers:
|
99018
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
98975
99019
|
cancelText: {
|
98976
99020
|
type: StringConstructor;
|
98977
99021
|
default: string;
|
@@ -98981,13 +99025,23 @@ declare const VColorInput: {
|
|
98981
99025
|
default: string;
|
98982
99026
|
};
|
98983
99027
|
hideActions: BooleanConstructor;
|
98984
|
-
|
99028
|
+
hidePip: BooleanConstructor;
|
99029
|
+
colorPip: BooleanConstructor;
|
98985
99030
|
pipIcon: {
|
98986
99031
|
type: StringConstructor;
|
98987
99032
|
default: string;
|
98988
99033
|
};
|
99034
|
+
pipLocation: {
|
99035
|
+
type: PropType<PipLocation>;
|
99036
|
+
default: string;
|
99037
|
+
validator: (v: any) => boolean;
|
99038
|
+
};
|
99039
|
+
pipVariant: {
|
99040
|
+
type: PropType<VAvatar["$props"]["variant"]>;
|
99041
|
+
default: string;
|
99042
|
+
};
|
98989
99043
|
}, vue.ExtractPropTypes<{
|
98990
|
-
location:
|
99044
|
+
location: PropType<Anchor | null>;
|
98991
99045
|
height: (StringConstructor | NumberConstructor)[];
|
98992
99046
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
98993
99047
|
color: StringConstructor;
|
@@ -98996,23 +99050,23 @@ declare const VColorInput: {
|
|
98996
99050
|
minHeight: (StringConstructor | NumberConstructor)[];
|
98997
99051
|
minWidth: (StringConstructor | NumberConstructor)[];
|
98998
99052
|
position: {
|
98999
|
-
type:
|
99053
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
99000
99054
|
validator: (v: any) => boolean;
|
99001
99055
|
};
|
99002
99056
|
style: {
|
99003
|
-
type:
|
99057
|
+
type: PropType<vue.StyleValue>;
|
99004
99058
|
default: null;
|
99005
99059
|
};
|
99006
99060
|
title: StringConstructor;
|
99007
99061
|
disabled: BooleanConstructor;
|
99008
|
-
class:
|
99062
|
+
class: PropType<ClassValue>;
|
99009
99063
|
theme: StringConstructor;
|
99010
99064
|
tag: {
|
99011
|
-
type:
|
99065
|
+
type: PropType<string | JSXComponent>;
|
99012
99066
|
default: string;
|
99013
99067
|
};
|
99014
99068
|
mode: {
|
99015
|
-
type:
|
99069
|
+
type: PropType<keyof typeof modes>;
|
99016
99070
|
default: string;
|
99017
99071
|
validator: (v: string) => boolean;
|
99018
99072
|
};
|
@@ -99022,7 +99076,7 @@ declare const VColorInput: {
|
|
99022
99076
|
validator(v: any): boolean;
|
99023
99077
|
};
|
99024
99078
|
modelValue: {
|
99025
|
-
type:
|
99079
|
+
type: PropType<Record<string, unknown> | string | undefined | null>;
|
99026
99080
|
};
|
99027
99081
|
rounded: {
|
99028
99082
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -99036,13 +99090,13 @@ declare const VColorInput: {
|
|
99036
99090
|
default: number;
|
99037
99091
|
};
|
99038
99092
|
modes: {
|
99039
|
-
type:
|
99093
|
+
type: PropType<readonly (keyof typeof modes)[]>;
|
99040
99094
|
default: () => string[];
|
99041
99095
|
validator: (v: any) => boolean;
|
99042
99096
|
};
|
99043
|
-
swatches:
|
99097
|
+
swatches: PropType<vue.DeepReadonly<Color[][]>>;
|
99044
99098
|
hideHeader: {
|
99045
|
-
type:
|
99099
|
+
type: PropType<boolean>;
|
99046
99100
|
default: boolean;
|
99047
99101
|
};
|
99048
99102
|
canvasHeight: {
|
@@ -99058,10 +99112,10 @@ declare const VColorInput: {
|
|
99058
99112
|
default: number;
|
99059
99113
|
};
|
99060
99114
|
loading: (StringConstructor | BooleanConstructor)[];
|
99061
|
-
appendInnerIcon:
|
99115
|
+
appendInnerIcon: PropType<IconValue>;
|
99062
99116
|
clearable: BooleanConstructor;
|
99063
99117
|
clearIcon: {
|
99064
|
-
type:
|
99118
|
+
type: PropType<IconValue>;
|
99065
99119
|
default: string;
|
99066
99120
|
};
|
99067
99121
|
active: BooleanConstructor;
|
@@ -99078,21 +99132,21 @@ declare const VColorInput: {
|
|
99078
99132
|
iconColor: (StringConstructor | BooleanConstructor)[];
|
99079
99133
|
label: StringConstructor;
|
99080
99134
|
persistentClear: BooleanConstructor;
|
99081
|
-
prependInnerIcon:
|
99135
|
+
prependInnerIcon: PropType<IconValue>;
|
99082
99136
|
reverse: BooleanConstructor;
|
99083
99137
|
singleLine: BooleanConstructor;
|
99084
99138
|
variant: {
|
99085
|
-
type:
|
99139
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
99086
99140
|
default: string;
|
99087
99141
|
validator: (v: any) => boolean;
|
99088
99142
|
};
|
99089
|
-
'onClick:clear':
|
99090
|
-
'onClick:appendInner':
|
99091
|
-
'onClick:prependInner':
|
99143
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
99144
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
99145
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
99092
99146
|
focused: BooleanConstructor;
|
99093
|
-
'onUpdate:focused':
|
99147
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
99094
99148
|
errorMessages: {
|
99095
|
-
type:
|
99149
|
+
type: PropType<string | readonly string[] | null>;
|
99096
99150
|
default: () => never[];
|
99097
99151
|
};
|
99098
99152
|
maxErrors: {
|
@@ -99101,42 +99155,42 @@ declare const VColorInput: {
|
|
99101
99155
|
};
|
99102
99156
|
name: StringConstructor;
|
99103
99157
|
readonly: {
|
99104
|
-
type:
|
99158
|
+
type: PropType<boolean | null>;
|
99105
99159
|
default: null;
|
99106
99160
|
};
|
99107
99161
|
rules: {
|
99108
|
-
type:
|
99162
|
+
type: PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
|
99109
99163
|
default: () => never[];
|
99110
99164
|
};
|
99111
|
-
validateOn:
|
99165
|
+
validateOn: PropType<ValidationProps["validateOn"]>;
|
99112
99166
|
validationValue: null;
|
99113
99167
|
width: (StringConstructor | NumberConstructor)[];
|
99114
99168
|
density: {
|
99115
|
-
type:
|
99169
|
+
type: PropType<Density>;
|
99116
99170
|
default: string;
|
99117
99171
|
validator: (v: any) => boolean;
|
99118
99172
|
};
|
99119
99173
|
id: StringConstructor;
|
99120
|
-
appendIcon:
|
99121
|
-
prependIcon:
|
99122
|
-
hideDetails:
|
99174
|
+
appendIcon: PropType<IconValue>;
|
99175
|
+
prependIcon: PropType<IconValue>;
|
99176
|
+
hideDetails: PropType<boolean | "auto">;
|
99123
99177
|
hideSpinButtons: BooleanConstructor;
|
99124
99178
|
hint: StringConstructor;
|
99125
99179
|
persistentHint: BooleanConstructor;
|
99126
99180
|
messages: {
|
99127
|
-
type:
|
99181
|
+
type: PropType<string | readonly string[]>;
|
99128
99182
|
default: () => never[];
|
99129
99183
|
};
|
99130
99184
|
direction: {
|
99131
|
-
type:
|
99185
|
+
type: PropType<"horizontal" | "vertical">;
|
99132
99186
|
default: string;
|
99133
99187
|
validator: (v: any) => boolean;
|
99134
99188
|
};
|
99135
|
-
'onClick:prepend':
|
99136
|
-
'onClick:append':
|
99189
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
99190
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
99137
99191
|
autofocus: BooleanConstructor;
|
99138
99192
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
99139
|
-
counterValue:
|
99193
|
+
counterValue: PropType<number | ((value: any) => number)>;
|
99140
99194
|
prefix: StringConstructor;
|
99141
99195
|
placeholder: StringConstructor;
|
99142
99196
|
persistentPlaceholder: BooleanConstructor;
|
@@ -99147,7 +99201,7 @@ declare const VColorInput: {
|
|
99147
99201
|
type: StringConstructor;
|
99148
99202
|
default: string;
|
99149
99203
|
};
|
99150
|
-
modelModifiers:
|
99204
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
99151
99205
|
cancelText: {
|
99152
99206
|
type: StringConstructor;
|
99153
99207
|
default: string;
|
@@ -99157,11 +99211,21 @@ declare const VColorInput: {
|
|
99157
99211
|
default: string;
|
99158
99212
|
};
|
99159
99213
|
hideActions: BooleanConstructor;
|
99160
|
-
|
99214
|
+
hidePip: BooleanConstructor;
|
99215
|
+
colorPip: BooleanConstructor;
|
99161
99216
|
pipIcon: {
|
99162
99217
|
type: StringConstructor;
|
99163
99218
|
default: string;
|
99164
99219
|
};
|
99220
|
+
pipLocation: {
|
99221
|
+
type: PropType<PipLocation>;
|
99222
|
+
default: string;
|
99223
|
+
validator: (v: any) => boolean;
|
99224
|
+
};
|
99225
|
+
pipVariant: {
|
99226
|
+
type: PropType<VAvatar["$props"]["variant"]>;
|
99227
|
+
default: string;
|
99228
|
+
};
|
99165
99229
|
}>>;
|
99166
99230
|
type VColorInput = InstanceType<typeof VColorInput>;
|
99167
99231
|
|
@@ -122810,76 +122874,76 @@ declare module 'vue' {
|
|
122810
122874
|
VApp: VApp
|
122811
122875
|
VAlert: VAlert
|
122812
122876
|
VAlertTitle: VAlertTitle
|
122877
|
+
VAutocomplete: VAutocomplete
|
122813
122878
|
VAppBar: VAppBar
|
122814
122879
|
VAppBarNavIcon: VAppBarNavIcon
|
122815
122880
|
VAppBarTitle: VAppBarTitle
|
122816
|
-
VAutocomplete: VAutocomplete
|
122817
|
-
VBottomNavigation: VBottomNavigation
|
122818
122881
|
VAvatar: VAvatar
|
122819
|
-
VBadge: VBadge
|
122820
|
-
VBottomSheet: VBottomSheet
|
122821
122882
|
VBanner: VBanner
|
122822
122883
|
VBannerActions: VBannerActions
|
122823
122884
|
VBannerText: VBannerText
|
122885
|
+
VBadge: VBadge
|
122824
122886
|
VBtnToggle: VBtnToggle
|
122825
122887
|
VBreadcrumbs: VBreadcrumbs
|
122826
122888
|
VBreadcrumbsItem: VBreadcrumbsItem
|
122827
122889
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
122828
122890
|
VBtn: VBtn
|
122829
122891
|
VBtnGroup: VBtnGroup
|
122830
|
-
|
122831
|
-
|
122832
|
-
VChip: VChip
|
122833
|
-
VCheckbox: VCheckbox
|
122834
|
-
VCheckboxBtn: VCheckboxBtn
|
122892
|
+
VBottomSheet: VBottomSheet
|
122893
|
+
VBottomNavigation: VBottomNavigation
|
122835
122894
|
VCard: VCard
|
122836
122895
|
VCardActions: VCardActions
|
122837
122896
|
VCardItem: VCardItem
|
122838
122897
|
VCardSubtitle: VCardSubtitle
|
122839
122898
|
VCardText: VCardText
|
122840
122899
|
VCardTitle: VCardTitle
|
122900
|
+
VCarousel: VCarousel
|
122901
|
+
VCarouselItem: VCarouselItem
|
122902
|
+
VCheckbox: VCheckbox
|
122903
|
+
VCheckboxBtn: VCheckboxBtn
|
122904
|
+
VChip: VChip
|
122841
122905
|
VChipGroup: VChipGroup
|
122842
122906
|
VCode: VCode
|
122843
|
-
VColorPicker: VColorPicker
|
122844
|
-
VCombobox: VCombobox
|
122845
|
-
VCounter: VCounter
|
122846
|
-
VDataTable: VDataTable
|
122847
|
-
VDataTableHeaders: VDataTableHeaders
|
122848
|
-
VDataTableFooter: VDataTableFooter
|
122849
|
-
VDataTableRows: VDataTableRows
|
122850
|
-
VDataTableRow: VDataTableRow
|
122851
|
-
VDataTableVirtual: VDataTableVirtual
|
122852
|
-
VDataTableServer: VDataTableServer
|
122853
|
-
VDialog: VDialog
|
122854
122907
|
VDatePicker: VDatePicker
|
122855
122908
|
VDatePickerControls: VDatePickerControls
|
122856
122909
|
VDatePickerHeader: VDatePickerHeader
|
122857
122910
|
VDatePickerMonth: VDatePickerMonth
|
122858
122911
|
VDatePickerMonths: VDatePickerMonths
|
122859
122912
|
VDatePickerYears: VDatePickerYears
|
122913
|
+
VColorPicker: VColorPicker
|
122914
|
+
VCombobox: VCombobox
|
122915
|
+
VCounter: VCounter
|
122860
122916
|
VDivider: VDivider
|
122861
|
-
VEmptyState: VEmptyState
|
122862
122917
|
VExpansionPanels: VExpansionPanels
|
122863
122918
|
VExpansionPanel: VExpansionPanel
|
122864
122919
|
VExpansionPanelText: VExpansionPanelText
|
122865
122920
|
VExpansionPanelTitle: VExpansionPanelTitle
|
122866
|
-
|
122921
|
+
VDialog: VDialog
|
122922
|
+
VDataTable: VDataTable
|
122923
|
+
VDataTableHeaders: VDataTableHeaders
|
122924
|
+
VDataTableFooter: VDataTableFooter
|
122925
|
+
VDataTableRows: VDataTableRows
|
122926
|
+
VDataTableRow: VDataTableRow
|
122927
|
+
VDataTableVirtual: VDataTableVirtual
|
122928
|
+
VDataTableServer: VDataTableServer
|
122867
122929
|
VFab: VFab
|
122868
|
-
|
122930
|
+
VEmptyState: VEmptyState
|
122869
122931
|
VField: VField
|
122870
122932
|
VFieldLabel: VFieldLabel
|
122933
|
+
VFooter: VFooter
|
122934
|
+
VFileInput: VFileInput
|
122935
|
+
VImg: VImg
|
122871
122936
|
VIcon: VIcon
|
122872
122937
|
VComponentIcon: VComponentIcon
|
122873
122938
|
VSvgIcon: VSvgIcon
|
122874
122939
|
VLigatureIcon: VLigatureIcon
|
122875
122940
|
VClassIcon: VClassIcon
|
122876
|
-
VItemGroup: VItemGroup
|
122877
|
-
VItem: VItem
|
122878
122941
|
VInfiniteScroll: VInfiniteScroll
|
122879
|
-
VImg: VImg
|
122880
|
-
VInput: VInput
|
122881
122942
|
VKbd: VKbd
|
122882
122943
|
VLabel: VLabel
|
122944
|
+
VInput: VInput
|
122945
|
+
VItemGroup: VItemGroup
|
122946
|
+
VItem: VItem
|
122883
122947
|
VList: VList
|
122884
122948
|
VListGroup: VListGroup
|
122885
122949
|
VListImg: VListImg
|
@@ -122891,72 +122955,73 @@ declare module 'vue' {
|
|
122891
122955
|
VListSubheader: VListSubheader
|
122892
122956
|
VMain: VMain
|
122893
122957
|
VMessages: VMessages
|
122894
|
-
VNavigationDrawer: VNavigationDrawer
|
122895
|
-
VOtpInput: VOtpInput
|
122896
|
-
VNumberInput: VNumberInput
|
122897
122958
|
VMenu: VMenu
|
122898
|
-
VProgressLinear: VProgressLinear
|
122899
|
-
VOverlay: VOverlay
|
122900
122959
|
VPagination: VPagination
|
122960
|
+
VOverlay: VOverlay
|
122961
|
+
VNavigationDrawer: VNavigationDrawer
|
122962
|
+
VNumberInput: VNumberInput
|
122963
|
+
VOtpInput: VOtpInput
|
122901
122964
|
VProgressCircular: VProgressCircular
|
122902
|
-
|
122965
|
+
VProgressLinear: VProgressLinear
|
122903
122966
|
VRadioGroup: VRadioGroup
|
122967
|
+
VRating: VRating
|
122904
122968
|
VSelect: VSelect
|
122969
|
+
VSelectionControlGroup: VSelectionControlGroup
|
122970
|
+
VSelectionControl: VSelectionControl
|
122905
122971
|
VSheet: VSheet
|
122906
|
-
VSlider: VSlider
|
122907
122972
|
VSkeletonLoader: VSkeletonLoader
|
122908
|
-
VSelectionControlGroup: VSelectionControlGroup
|
122909
122973
|
VSlideGroup: VSlideGroup
|
122910
122974
|
VSlideGroupItem: VSlideGroupItem
|
122911
|
-
|
122975
|
+
VSlider: VSlider
|
122976
|
+
VSnackbar: VSnackbar
|
122912
122977
|
VStepper: VStepper
|
122913
122978
|
VStepperActions: VStepperActions
|
122914
122979
|
VStepperHeader: VStepperHeader
|
122915
122980
|
VStepperItem: VStepperItem
|
122916
122981
|
VStepperWindow: VStepperWindow
|
122917
122982
|
VStepperWindowItem: VStepperWindowItem
|
122918
|
-
VSnackbar: VSnackbar
|
122919
122983
|
VSwitch: VSwitch
|
122920
|
-
VTable: VTable
|
122921
|
-
VSystemBar: VSystemBar
|
122922
122984
|
VTab: VTab
|
122923
122985
|
VTabs: VTabs
|
122924
122986
|
VTabsWindow: VTabsWindow
|
122925
122987
|
VTabsWindowItem: VTabsWindowItem
|
122926
|
-
|
122988
|
+
VSystemBar: VSystemBar
|
122927
122989
|
VTextarea: VTextarea
|
122928
|
-
|
122929
|
-
|
122990
|
+
VTextField: VTextField
|
122991
|
+
VTable: VTable
|
122930
122992
|
VTimePicker: VTimePicker
|
122931
122993
|
VTimePickerClock: VTimePickerClock
|
122932
122994
|
VTimePickerControls: VTimePickerControls
|
122933
122995
|
VToolbar: VToolbar
|
122934
122996
|
VToolbarTitle: VToolbarTitle
|
122935
122997
|
VToolbarItems: VToolbarItems
|
122998
|
+
VTimeline: VTimeline
|
122999
|
+
VTimelineItem: VTimelineItem
|
122936
123000
|
VTooltip: VTooltip
|
122937
|
-
VWindow: VWindow
|
122938
|
-
VWindowItem: VWindowItem
|
122939
123001
|
VTreeview: VTreeview
|
122940
123002
|
VTreeviewItem: VTreeviewItem
|
122941
123003
|
VTreeviewGroup: VTreeviewGroup
|
123004
|
+
VWindow: VWindow
|
123005
|
+
VWindowItem: VWindowItem
|
122942
123006
|
VConfirmEdit: VConfirmEdit
|
122943
123007
|
VDataIterator: VDataIterator
|
122944
123008
|
VDefaultsProvider: VDefaultsProvider
|
122945
123009
|
VForm: VForm
|
122946
|
-
VHover: VHover
|
122947
123010
|
VContainer: VContainer
|
122948
123011
|
VCol: VCol
|
122949
123012
|
VRow: VRow
|
122950
123013
|
VSpacer: VSpacer
|
123014
|
+
VHover: VHover
|
123015
|
+
VLazy: VLazy
|
122951
123016
|
VLayout: VLayout
|
122952
123017
|
VLayoutItem: VLayoutItem
|
122953
|
-
VLazy: VLazy
|
122954
123018
|
VLocaleProvider: VLocaleProvider
|
122955
123019
|
VNoSsr: VNoSsr
|
122956
123020
|
VParallax: VParallax
|
122957
|
-
VRangeSlider: VRangeSlider
|
122958
123021
|
VRadio: VRadio
|
123022
|
+
VRangeSlider: VRangeSlider
|
122959
123023
|
VResponsive: VResponsive
|
123024
|
+
VSnackbarQueue: VSnackbarQueue
|
122960
123025
|
VSparkline: VSparkline
|
122961
123026
|
VSpeedDial: VSpeedDial
|
122962
123027
|
VThemeProvider: VThemeProvider
|
@@ -122978,10 +123043,7 @@ declare module 'vue' {
|
|
122978
123043
|
VExpandTransition: VExpandTransition
|
122979
123044
|
VExpandXTransition: VExpandXTransition
|
122980
123045
|
VDialogTransition: VDialogTransition
|
122981
|
-
VSnackbarQueue: VSnackbarQueue
|
122982
123046
|
VColorInput: VColorInput
|
122983
|
-
VFileUpload: VFileUpload
|
122984
|
-
VFileUploadItem: VFileUploadItem
|
122985
123047
|
VCalendar: VCalendar
|
122986
123048
|
VCalendarDay: VCalendarDay
|
122987
123049
|
VCalendarHeader: VCalendarHeader
|
@@ -122989,21 +123051,23 @@ declare module 'vue' {
|
|
122989
123051
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
122990
123052
|
VCalendarMonthDay: VCalendarMonthDay
|
122991
123053
|
VIconBtn: VIconBtn
|
122992
|
-
VStepperVertical: VStepperVertical
|
122993
|
-
VStepperVerticalItem: VStepperVerticalItem
|
122994
|
-
VStepperVerticalActions: VStepperVerticalActions
|
122995
|
-
VPicker: VPicker
|
122996
|
-
VPickerTitle: VPickerTitle
|
122997
123054
|
VPie: VPie
|
122998
123055
|
VPieSegment: VPieSegment
|
122999
123056
|
VPieTooltip: VPieTooltip
|
123057
|
+
VFileUpload: VFileUpload
|
123058
|
+
VFileUploadItem: VFileUploadItem
|
123059
|
+
VPicker: VPicker
|
123060
|
+
VPickerTitle: VPickerTitle
|
123061
|
+
VHotkey: VHotkey
|
123062
|
+
VStepperVertical: VStepperVertical
|
123063
|
+
VStepperVerticalItem: VStepperVerticalItem
|
123064
|
+
VStepperVerticalActions: VStepperVerticalActions
|
123000
123065
|
VVideo: VVideo
|
123001
123066
|
VVideoControls: VVideoControls
|
123002
123067
|
VVideoVolume: VVideoVolume
|
123003
123068
|
VDateInput: VDateInput
|
123004
123069
|
VMaskInput: VMaskInput
|
123005
123070
|
VPullToRefresh: VPullToRefresh
|
123006
|
-
VHotkey: VHotkey
|
123007
123071
|
}
|
123008
123072
|
export interface GlobalDirectives {
|
123009
123073
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|