@vuetify/nightly 3.9.3-master.2025-08-03 → 3.9.3-master.2025-08-05
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 +7 -6
- package/dist/json/attributes.json +3159 -3171
- package/dist/json/importMap-labs.json +42 -42
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +1 -4
- package/dist/json/web-types.json +5928 -6047
- package/dist/vuetify-labs.cjs +30 -71
- package/dist/vuetify-labs.css +3504 -3503
- package/dist/vuetify-labs.d.ts +86 -160
- package/dist/vuetify-labs.esm.js +30 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +26 -70
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4352 -4351
- package/dist/vuetify.d.ts +81 -132
- package/dist/vuetify.esm.js +26 -70
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +26 -70
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +245 -251
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
- 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.d.ts +4 -6
- package/lib/components/VDataTable/VDataTable.js +1 -1
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +11 -14
- package/lib/components/VDataTable/VDataTableRows.js +0 -9
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +2 -4
- package/lib/components/VDataTable/VDataTableServer.js +1 -1
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +2 -4
- 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 +5 -13
- package/lib/components/VDataTable/composables/group.js +5 -11
- package/lib/components/VDataTable/composables/group.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/types.d.ts +1 -7
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +0 -25
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -25
- package/lib/components/VOverlay/scrollStrategies.js +7 -7
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +2 -20
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -7
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -12
- package/lib/composables/calendar.js +1 -5
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +1 -1
- package/lib/composables/date/adapters/string.js +2 -2
- package/lib/composables/date/adapters/string.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +5 -25
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -25
- package/lib/labs/VDateInput/VDateInput.d.ts +0 -25
- package/lib/labs/VVideo/VVideo.css +3 -3
- package/lib/labs/VVideo/VVideo.d.ts +10 -0
- package/lib/labs/VVideo/VVideo.js +4 -1
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +2 -2
- package/lib/labs/VVideo/_variables.scss +3 -2
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -39,7 +39,7 @@ interface DateAdapter<T = unknown> {
|
|
39
39
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
40
40
|
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
41
41
|
getWeekdays(firstDayOfWeek?: number | string, weekdayFormat?: 'long' | 'short' | 'narrow'): string[];
|
42
|
-
getWeek(date: T, firstDayOfWeek?: number | string,
|
42
|
+
getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
|
43
43
|
getMonth(date: T): number;
|
44
44
|
setMonth(date: T, month: number): T;
|
45
45
|
getDate(date: T): number;
|
@@ -919,15 +919,7 @@ interface Group<T = any> {
|
|
919
919
|
id: string;
|
920
920
|
key: string;
|
921
921
|
value: any;
|
922
|
-
items: readonly (T | Group<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>)[];
|
922
|
+
items: readonly (T | Group<T>)[];
|
931
923
|
}
|
932
924
|
declare function provideGroupBy(options: {
|
933
925
|
groupBy: Ref<readonly SortItem[]>;
|
@@ -938,7 +930,7 @@ declare function provideGroupBy(options: {
|
|
938
930
|
toggleGroup: (group: Group) => void;
|
939
931
|
opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
|
940
932
|
groupBy: Ref<readonly SortItem[], readonly SortItem[]>;
|
941
|
-
extractRows: <T extends GroupableItem>(items: readonly (T | Group<T>
|
933
|
+
extractRows: <T extends GroupableItem>(items: readonly (T | Group<T>)[]) => T[];
|
942
934
|
isGroupOpen: (group: Group) => boolean;
|
943
935
|
};
|
944
936
|
|
@@ -1043,12 +1035,6 @@ type GroupHeaderSlot = {
|
|
1043
1035
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
1044
1036
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
1045
1037
|
};
|
1046
|
-
type GroupSummarySlot = {
|
1047
|
-
index: number;
|
1048
|
-
item: GroupSummary;
|
1049
|
-
columns: InternalDataTableHeader[];
|
1050
|
-
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
1051
|
-
};
|
1052
1038
|
type ItemSlotBase<T> = {
|
1053
1039
|
index: number;
|
1054
1040
|
item: T;
|
@@ -37976,7 +37962,7 @@ type VDataIteratorSlotProps<T> = {
|
|
37976
37962
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
37977
37963
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
37978
37964
|
items: readonly DataIteratorItem<T>[];
|
37979
|
-
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>
|
37965
|
+
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
|
37980
37966
|
};
|
37981
37967
|
type VDataIteratorSlots<T> = {
|
37982
37968
|
default: VDataIteratorSlotProps<T>;
|
@@ -38969,7 +38955,6 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
|
|
38969
38955
|
};
|
38970
38956
|
loading: never;
|
38971
38957
|
'group-header': GroupHeaderSlot;
|
38972
|
-
'group-summary': GroupSummarySlot;
|
38973
38958
|
'no-data': never;
|
38974
38959
|
'expanded-row': ItemSlot$1<T>;
|
38975
38960
|
};
|
@@ -38984,7 +38969,7 @@ declare const VDataTableRows: {
|
|
38984
38969
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38985
38970
|
cellProps?: CellProps<any> | undefined;
|
38986
38971
|
rowProps?: RowProps<any> | undefined;
|
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-
|
38972
|
+
}, {}, 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, {
|
38988
38973
|
mobile: boolean | null;
|
38989
38974
|
noDataText: string;
|
38990
38975
|
loadingText: string;
|
@@ -39019,7 +39004,6 @@ declare const VDataTableRows: {
|
|
39019
39004
|
}) => vue.VNode[];
|
39020
39005
|
loading: () => vue.VNode[];
|
39021
39006
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39022
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39023
39007
|
'no-data': () => vue.VNode[];
|
39024
39008
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
39025
39009
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -39058,7 +39042,7 @@ declare const VDataTableRows: {
|
|
39058
39042
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
39059
39043
|
cellProps?: CellProps<any> | undefined;
|
39060
39044
|
rowProps?: RowProps<any> | undefined;
|
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-
|
39045
|
+
}, {}, 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, {
|
39062
39046
|
mobile: boolean | null;
|
39063
39047
|
noDataText: string;
|
39064
39048
|
loadingText: string;
|
@@ -39093,11 +39077,10 @@ declare const VDataTableRows: {
|
|
39093
39077
|
}) => vue.VNode[];
|
39094
39078
|
loading: () => vue.VNode[];
|
39095
39079
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39096
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39097
39080
|
'no-data': () => vue.VNode[];
|
39098
39081
|
'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
|
39099
39082
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
39100
|
-
items?: readonly (DataTableItem<T> | Group<T>
|
39083
|
+
items?: readonly (DataTableItem<T> | Group<T>)[];
|
39101
39084
|
}, slots: VDataTableRowsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
39102
39085
|
mobile: {
|
39103
39086
|
type: PropType<boolean | null>;
|
@@ -39111,7 +39094,7 @@ declare const VDataTableRows: {
|
|
39111
39094
|
};
|
39112
39095
|
hideNoData: BooleanConstructor;
|
39113
39096
|
items: {
|
39114
|
-
type: PropType<readonly (DataTableItem | Group
|
39097
|
+
type: PropType<readonly (DataTableItem | Group)[]>;
|
39115
39098
|
default: () => never[];
|
39116
39099
|
};
|
39117
39100
|
noDataText: {
|
@@ -39133,7 +39116,7 @@ declare const VDataTableRows: {
|
|
39133
39116
|
};
|
39134
39117
|
hideNoData: BooleanConstructor;
|
39135
39118
|
items: {
|
39136
|
-
type: PropType<readonly (DataTableItem | Group
|
39119
|
+
type: PropType<readonly (DataTableItem | Group)[]>;
|
39137
39120
|
default: () => never[];
|
39138
39121
|
};
|
39139
39122
|
noDataText: {
|
@@ -39164,7 +39147,7 @@ type VDataTableSlotProps<T> = {
|
|
39164
39147
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
39165
39148
|
items: readonly T[];
|
39166
39149
|
internalItems: readonly DataTableItem[];
|
39167
|
-
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>>
|
39150
|
+
groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>>)[];
|
39168
39151
|
columns: InternalDataTableHeader[];
|
39169
39152
|
headers: InternalDataTableHeader[][];
|
39170
39153
|
};
|
@@ -39263,7 +39246,7 @@ declare const VDataTable: {
|
|
39263
39246
|
'update:groupBy': (value: any) => true;
|
39264
39247
|
'update:expanded': (value: any) => true;
|
39265
39248
|
'update:currentItems': (value: any) => true;
|
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-
|
39249
|
+
}, "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, {
|
39267
39250
|
page: string | number;
|
39268
39251
|
expanded: readonly string[];
|
39269
39252
|
style: vue.StyleValue;
|
@@ -39342,7 +39325,6 @@ declare const VDataTable: {
|
|
39342
39325
|
}) => vue.VNode[];
|
39343
39326
|
loading: () => vue.VNode[];
|
39344
39327
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39345
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39346
39328
|
'no-data': () => vue.VNode[];
|
39347
39329
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
39348
39330
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -39569,7 +39551,7 @@ declare const VDataTable: {
|
|
39569
39551
|
'update:groupBy': (value: any) => true;
|
39570
39552
|
'update:expanded': (value: any) => true;
|
39571
39553
|
'update:currentItems': (value: any) => true;
|
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-
|
39554
|
+
}, "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, {
|
39573
39555
|
page: string | number;
|
39574
39556
|
expanded: readonly string[];
|
39575
39557
|
style: vue.StyleValue;
|
@@ -39648,7 +39630,6 @@ declare const VDataTable: {
|
|
39648
39630
|
}) => vue.VNode[];
|
39649
39631
|
loading: () => vue.VNode[];
|
39650
39632
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
39651
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
39652
39633
|
'no-data': () => vue.VNode[];
|
39653
39634
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
39654
39635
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40350,7 +40331,7 @@ declare const VDataTableVirtual: {
|
|
40350
40331
|
'update:options': (value: any) => true;
|
40351
40332
|
'update:groupBy': (value: any) => true;
|
40352
40333
|
'update:expanded': (value: any) => true;
|
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-
|
40334
|
+
}, "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, {
|
40354
40335
|
expanded: readonly string[];
|
40355
40336
|
style: vue.StyleValue;
|
40356
40337
|
mobile: boolean | null;
|
@@ -40415,7 +40396,6 @@ declare const VDataTableVirtual: {
|
|
40415
40396
|
}) => vue.VNode[];
|
40416
40397
|
loading: () => vue.VNode[];
|
40417
40398
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40418
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40419
40399
|
'no-data': () => vue.VNode[];
|
40420
40400
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40421
40401
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40588,7 +40568,7 @@ declare const VDataTableVirtual: {
|
|
40588
40568
|
'update:options': (value: any) => true;
|
40589
40569
|
'update:groupBy': (value: any) => true;
|
40590
40570
|
'update:expanded': (value: any) => true;
|
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-
|
40571
|
+
}, "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, {
|
40592
40572
|
expanded: readonly string[];
|
40593
40573
|
style: vue.StyleValue;
|
40594
40574
|
mobile: boolean | null;
|
@@ -40653,7 +40633,6 @@ declare const VDataTableVirtual: {
|
|
40653
40633
|
}) => vue.VNode[];
|
40654
40634
|
loading: () => vue.VNode[];
|
40655
40635
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
40656
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
40657
40636
|
'no-data': () => vue.VNode[];
|
40658
40637
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
40659
40638
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -40994,7 +40973,7 @@ declare const VDataTableServer: {
|
|
40994
40973
|
'update:options': (options: any) => true;
|
40995
40974
|
'update:expanded': (options: any) => true;
|
40996
40975
|
'update:groupBy': (value: any) => true;
|
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-
|
40976
|
+
}, "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, {
|
40998
40977
|
page: string | number;
|
40999
40978
|
expanded: readonly string[];
|
41000
40979
|
style: vue.StyleValue;
|
@@ -41071,7 +41050,6 @@ declare const VDataTableServer: {
|
|
41071
41050
|
}) => vue.VNode[];
|
41072
41051
|
loading: () => vue.VNode[];
|
41073
41052
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
41074
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
41075
41053
|
'no-data': () => vue.VNode[];
|
41076
41054
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
41077
41055
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -41285,7 +41263,7 @@ declare const VDataTableServer: {
|
|
41285
41263
|
'update:options': (options: any) => true;
|
41286
41264
|
'update:expanded': (options: any) => true;
|
41287
41265
|
'update:groupBy': (value: any) => true;
|
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-
|
41266
|
+
}, "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, {
|
41289
41267
|
page: string | number;
|
41290
41268
|
expanded: readonly string[];
|
41291
41269
|
style: vue.StyleValue;
|
@@ -41362,7 +41340,6 @@ declare const VDataTableServer: {
|
|
41362
41340
|
}) => vue.VNode[];
|
41363
41341
|
loading: () => vue.VNode[];
|
41364
41342
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
41365
|
-
'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
|
41366
41343
|
'no-data': () => vue.VNode[];
|
41367
41344
|
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
41368
41345
|
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
@@ -41898,7 +41875,6 @@ declare const VDatePickerMonth: {
|
|
41898
41875
|
year?: string | number | undefined;
|
41899
41876
|
modelValue?: unknown[] | undefined;
|
41900
41877
|
firstDayOfWeek?: string | number | undefined;
|
41901
|
-
firstDayOfYear?: string | number | undefined;
|
41902
41878
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
41903
41879
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
41904
41880
|
} & {
|
@@ -41946,7 +41922,6 @@ declare const VDatePickerMonth: {
|
|
41946
41922
|
weekdays: CalendarWeekdays[];
|
41947
41923
|
weeksInMonth: "static" | "dynamic";
|
41948
41924
|
firstDayOfWeek: string | number;
|
41949
|
-
firstDayOfYear: string | number;
|
41950
41925
|
hideWeekdays: boolean;
|
41951
41926
|
showWeek: boolean;
|
41952
41927
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -41982,7 +41957,6 @@ declare const VDatePickerMonth: {
|
|
41982
41957
|
year?: string | number | undefined;
|
41983
41958
|
modelValue?: unknown[] | undefined;
|
41984
41959
|
firstDayOfWeek?: string | number | undefined;
|
41985
|
-
firstDayOfYear?: string | number | undefined;
|
41986
41960
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
41987
41961
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
41988
41962
|
} & {
|
@@ -42026,7 +42000,6 @@ declare const VDatePickerMonth: {
|
|
42026
42000
|
weekdays: CalendarWeekdays[];
|
42027
42001
|
weeksInMonth: "static" | "dynamic";
|
42028
42002
|
firstDayOfWeek: string | number;
|
42029
|
-
firstDayOfYear: string | number;
|
42030
42003
|
hideWeekdays: boolean;
|
42031
42004
|
showWeek: boolean;
|
42032
42005
|
}>;
|
@@ -42051,7 +42024,6 @@ declare const VDatePickerMonth: {
|
|
42051
42024
|
year?: string | number | undefined;
|
42052
42025
|
modelValue?: unknown[] | undefined;
|
42053
42026
|
firstDayOfWeek?: string | number | undefined;
|
42054
|
-
firstDayOfYear?: string | number | undefined;
|
42055
42027
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
42056
42028
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
42057
42029
|
} & {
|
@@ -42099,7 +42071,6 @@ declare const VDatePickerMonth: {
|
|
42099
42071
|
weekdays: CalendarWeekdays[];
|
42100
42072
|
weeksInMonth: "static" | "dynamic";
|
42101
42073
|
firstDayOfWeek: string | number;
|
42102
|
-
firstDayOfYear: string | number;
|
42103
42074
|
hideWeekdays: boolean;
|
42104
42075
|
showWeek: boolean;
|
42105
42076
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -42133,10 +42104,6 @@ declare const VDatePickerMonth: {
|
|
42133
42104
|
type: (StringConstructor | NumberConstructor)[];
|
42134
42105
|
default: undefined;
|
42135
42106
|
};
|
42136
|
-
firstDayOfYear: {
|
42137
|
-
type: (StringConstructor | NumberConstructor)[];
|
42138
|
-
default: undefined;
|
42139
|
-
};
|
42140
42107
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
42141
42108
|
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
42142
42109
|
color: StringConstructor;
|
@@ -42174,10 +42141,6 @@ declare const VDatePickerMonth: {
|
|
42174
42141
|
type: (StringConstructor | NumberConstructor)[];
|
42175
42142
|
default: undefined;
|
42176
42143
|
};
|
42177
|
-
firstDayOfYear: {
|
42178
|
-
type: (StringConstructor | NumberConstructor)[];
|
42179
|
-
default: undefined;
|
42180
|
-
};
|
42181
42144
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
42182
42145
|
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
42183
42146
|
color: StringConstructor;
|
@@ -42992,7 +42955,6 @@ declare const VDatePicker: {
|
|
42992
42955
|
controlHeight?: string | number | undefined;
|
42993
42956
|
headerColor?: string | undefined;
|
42994
42957
|
firstDayOfWeek?: string | number | undefined;
|
42995
|
-
firstDayOfYear?: string | number | undefined;
|
42996
42958
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
42997
42959
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
42998
42960
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -43028,7 +42990,6 @@ declare const VDatePicker: {
|
|
43028
42990
|
weekdays: CalendarWeekdays[];
|
43029
42991
|
weeksInMonth: "static" | "dynamic";
|
43030
42992
|
firstDayOfWeek: string | number;
|
43031
|
-
firstDayOfYear: string | number;
|
43032
42993
|
hideWeekdays: boolean;
|
43033
42994
|
showWeek: boolean;
|
43034
42995
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -43125,7 +43086,6 @@ declare const VDatePicker: {
|
|
43125
43086
|
controlHeight?: string | number | undefined;
|
43126
43087
|
headerColor?: string | undefined;
|
43127
43088
|
firstDayOfWeek?: string | number | undefined;
|
43128
|
-
firstDayOfYear?: string | number | undefined;
|
43129
43089
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
43130
43090
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
43131
43091
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -43156,7 +43116,6 @@ declare const VDatePicker: {
|
|
43156
43116
|
weekdays: CalendarWeekdays[];
|
43157
43117
|
weeksInMonth: "static" | "dynamic";
|
43158
43118
|
firstDayOfWeek: string | number;
|
43159
|
-
firstDayOfYear: string | number;
|
43160
43119
|
hideWeekdays: boolean;
|
43161
43120
|
showWeek: boolean;
|
43162
43121
|
}>;
|
@@ -43209,7 +43168,6 @@ declare const VDatePicker: {
|
|
43209
43168
|
controlHeight?: string | number | undefined;
|
43210
43169
|
headerColor?: string | undefined;
|
43211
43170
|
firstDayOfWeek?: string | number | undefined;
|
43212
|
-
firstDayOfYear?: string | number | undefined;
|
43213
43171
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
43214
43172
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
43215
43173
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -43245,7 +43203,6 @@ declare const VDatePicker: {
|
|
43245
43203
|
weekdays: CalendarWeekdays[];
|
43246
43204
|
weeksInMonth: "static" | "dynamic";
|
43247
43205
|
firstDayOfWeek: string | number;
|
43248
|
-
firstDayOfYear: string | number;
|
43249
43206
|
hideWeekdays: boolean;
|
43250
43207
|
showWeek: boolean;
|
43251
43208
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -43361,10 +43318,6 @@ declare const VDatePicker: {
|
|
43361
43318
|
type: (StringConstructor | NumberConstructor)[];
|
43362
43319
|
default: undefined;
|
43363
43320
|
};
|
43364
|
-
firstDayOfYear: {
|
43365
|
-
type: (StringConstructor | NumberConstructor)[];
|
43366
|
-
default: undefined;
|
43367
|
-
};
|
43368
43321
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
43369
43322
|
weekdayFormat: vue.PropType<"long" | "short" | "narrow" | undefined>;
|
43370
43323
|
hideWeekdays: BooleanConstructor;
|
@@ -43473,10 +43426,6 @@ declare const VDatePicker: {
|
|
43473
43426
|
type: (StringConstructor | NumberConstructor)[];
|
43474
43427
|
default: undefined;
|
43475
43428
|
};
|
43476
|
-
firstDayOfYear: {
|
43477
|
-
type: (StringConstructor | NumberConstructor)[];
|
43478
|
-
default: undefined;
|
43479
|
-
};
|
43480
43429
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
43481
43430
|
weekdayFormat: vue.PropType<"long" | "short" | "narrow" | undefined>;
|
43482
43431
|
hideWeekdays: BooleanConstructor;
|
@@ -96536,7 +96485,6 @@ declare const VCalendar: {
|
|
96536
96485
|
events?: any[] | undefined;
|
96537
96486
|
modelValue?: unknown[] | undefined;
|
96538
96487
|
firstDayOfWeek?: string | number | undefined;
|
96539
|
-
firstDayOfYear?: string | number | undefined;
|
96540
96488
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
96541
96489
|
displayValue?: unknown;
|
96542
96490
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
@@ -96740,7 +96688,6 @@ declare const VCalendar: {
|
|
96740
96688
|
weekdays: CalendarWeekdays[];
|
96741
96689
|
weeksInMonth: "static" | "dynamic";
|
96742
96690
|
firstDayOfWeek: string | number;
|
96743
|
-
firstDayOfYear: string | number;
|
96744
96691
|
intervalDivisions: number;
|
96745
96692
|
intervalDuration: number;
|
96746
96693
|
intervalHeight: number;
|
@@ -96840,7 +96787,6 @@ declare const VCalendar: {
|
|
96840
96787
|
events?: any[] | undefined;
|
96841
96788
|
modelValue?: unknown[] | undefined;
|
96842
96789
|
firstDayOfWeek?: string | number | undefined;
|
96843
|
-
firstDayOfYear?: string | number | undefined;
|
96844
96790
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
96845
96791
|
displayValue?: unknown;
|
96846
96792
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
@@ -97039,7 +96985,6 @@ declare const VCalendar: {
|
|
97039
96985
|
weekdays: CalendarWeekdays[];
|
97040
96986
|
weeksInMonth: "static" | "dynamic";
|
97041
96987
|
firstDayOfWeek: string | number;
|
97042
|
-
firstDayOfYear: string | number;
|
97043
96988
|
intervalDivisions: number;
|
97044
96989
|
intervalDuration: number;
|
97045
96990
|
intervalHeight: number;
|
@@ -97080,7 +97025,6 @@ declare const VCalendar: {
|
|
97080
97025
|
events?: any[] | undefined;
|
97081
97026
|
modelValue?: unknown[] | undefined;
|
97082
97027
|
firstDayOfWeek?: string | number | undefined;
|
97083
|
-
firstDayOfYear?: string | number | undefined;
|
97084
97028
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
97085
97029
|
displayValue?: unknown;
|
97086
97030
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
@@ -97284,7 +97228,6 @@ declare const VCalendar: {
|
|
97284
97228
|
weekdays: CalendarWeekdays[];
|
97285
97229
|
weeksInMonth: "static" | "dynamic";
|
97286
97230
|
firstDayOfWeek: string | number;
|
97287
|
-
firstDayOfYear: string | number;
|
97288
97231
|
intervalDivisions: number;
|
97289
97232
|
intervalDuration: number;
|
97290
97233
|
intervalHeight: number;
|
@@ -97437,10 +97380,6 @@ declare const VCalendar: {
|
|
97437
97380
|
type: (StringConstructor | NumberConstructor)[];
|
97438
97381
|
default: undefined;
|
97439
97382
|
};
|
97440
|
-
firstDayOfYear: {
|
97441
|
-
type: (StringConstructor | NumberConstructor)[];
|
97442
|
-
default: undefined;
|
97443
|
-
};
|
97444
97383
|
weekdayFormat: vue.PropType<"long" | "short" | "narrow" | undefined>;
|
97445
97384
|
hideHeader: BooleanConstructor;
|
97446
97385
|
hideWeekNumber: BooleanConstructor;
|
@@ -97532,10 +97471,6 @@ declare const VCalendar: {
|
|
97532
97471
|
type: (StringConstructor | NumberConstructor)[];
|
97533
97472
|
default: undefined;
|
97534
97473
|
};
|
97535
|
-
firstDayOfYear: {
|
97536
|
-
type: (StringConstructor | NumberConstructor)[];
|
97537
|
-
default: undefined;
|
97538
|
-
};
|
97539
97474
|
weekdayFormat: vue.PropType<"long" | "short" | "narrow" | undefined>;
|
97540
97475
|
hideHeader: BooleanConstructor;
|
97541
97476
|
hideWeekNumber: BooleanConstructor;
|
@@ -99373,7 +99308,6 @@ declare const VDateInput: {
|
|
99373
99308
|
counterValue?: number | ((value: any) => number) | undefined;
|
99374
99309
|
modelModifiers?: Record<string, boolean> | undefined;
|
99375
99310
|
firstDayOfWeek?: string | number | undefined;
|
99376
|
-
firstDayOfYear?: string | number | undefined;
|
99377
99311
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
99378
99312
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
99379
99313
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -101413,7 +101347,6 @@ declare const VDateInput: {
|
|
101413
101347
|
weekdays: CalendarWeekdays[];
|
101414
101348
|
weeksInMonth: "static" | "dynamic";
|
101415
101349
|
firstDayOfWeek: string | number;
|
101416
|
-
firstDayOfYear: string | number;
|
101417
101350
|
hideWeekdays: boolean;
|
101418
101351
|
showWeek: boolean;
|
101419
101352
|
displayFormat: string | ((date: unknown) => any);
|
@@ -101549,7 +101482,6 @@ declare const VDateInput: {
|
|
101549
101482
|
counterValue?: number | ((value: any) => number) | undefined;
|
101550
101483
|
modelModifiers?: Record<string, boolean> | undefined;
|
101551
101484
|
firstDayOfWeek?: string | number | undefined;
|
101552
|
-
firstDayOfYear?: string | number | undefined;
|
101553
101485
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
101554
101486
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
101555
101487
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -103583,7 +103515,6 @@ declare const VDateInput: {
|
|
103583
103515
|
weekdays: CalendarWeekdays[];
|
103584
103516
|
weeksInMonth: "static" | "dynamic";
|
103585
103517
|
firstDayOfWeek: string | number;
|
103586
|
-
firstDayOfYear: string | number;
|
103587
103518
|
hideWeekdays: boolean;
|
103588
103519
|
showWeek: boolean;
|
103589
103520
|
displayFormat: string | ((date: unknown) => any);
|
@@ -103698,7 +103629,6 @@ declare const VDateInput: {
|
|
103698
103629
|
counterValue?: number | ((value: any) => number) | undefined;
|
103699
103630
|
modelModifiers?: Record<string, boolean> | undefined;
|
103700
103631
|
firstDayOfWeek?: string | number | undefined;
|
103701
|
-
firstDayOfYear?: string | number | undefined;
|
103702
103632
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
103703
103633
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
103704
103634
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -105738,7 +105668,6 @@ declare const VDateInput: {
|
|
105738
105668
|
weekdays: CalendarWeekdays[];
|
105739
105669
|
weeksInMonth: "static" | "dynamic";
|
105740
105670
|
firstDayOfWeek: string | number;
|
105741
|
-
firstDayOfYear: string | number;
|
105742
105671
|
hideWeekdays: boolean;
|
105743
105672
|
showWeek: boolean;
|
105744
105673
|
displayFormat: string | ((date: unknown) => any);
|
@@ -105865,10 +105794,6 @@ declare const VDateInput: {
|
|
105865
105794
|
type: (StringConstructor | NumberConstructor)[];
|
105866
105795
|
default: undefined;
|
105867
105796
|
};
|
105868
|
-
firstDayOfYear: {
|
105869
|
-
type: (StringConstructor | NumberConstructor)[];
|
105870
|
-
default: undefined;
|
105871
|
-
};
|
105872
105797
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
105873
105798
|
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
105874
105799
|
hideWeekdays: BooleanConstructor;
|
@@ -106108,10 +106033,6 @@ declare const VDateInput: {
|
|
106108
106033
|
type: (StringConstructor | NumberConstructor)[];
|
106109
106034
|
default: undefined;
|
106110
106035
|
};
|
106111
|
-
firstDayOfYear: {
|
106112
|
-
type: (StringConstructor | NumberConstructor)[];
|
106113
|
-
default: undefined;
|
106114
|
-
};
|
106115
106036
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
106116
106037
|
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
106117
106038
|
hideWeekdays: BooleanConstructor;
|
@@ -119506,6 +119427,7 @@ declare const VVideo: {
|
|
119506
119427
|
type?: string | undefined;
|
119507
119428
|
height?: string | number | undefined;
|
119508
119429
|
width?: string | number | undefined;
|
119430
|
+
aspectRatio?: string | number | undefined;
|
119509
119431
|
backgroundColor?: string | undefined;
|
119510
119432
|
color?: string | undefined;
|
119511
119433
|
maxHeight?: string | number | undefined;
|
@@ -120455,6 +120377,7 @@ declare const VVideo: {
|
|
120455
120377
|
type?: string | undefined;
|
120456
120378
|
height?: string | number | undefined;
|
120457
120379
|
width?: string | number | undefined;
|
120380
|
+
aspectRatio?: string | number | undefined;
|
120458
120381
|
backgroundColor?: string | undefined;
|
120459
120382
|
color?: string | undefined;
|
120460
120383
|
maxHeight?: string | number | undefined;
|
@@ -121389,6 +121312,7 @@ declare const VVideo: {
|
|
121389
121312
|
type?: string | undefined;
|
121390
121313
|
height?: string | number | undefined;
|
121391
121314
|
width?: string | number | undefined;
|
121315
|
+
aspectRatio?: string | number | undefined;
|
121392
121316
|
backgroundColor?: string | undefined;
|
121393
121317
|
color?: string | undefined;
|
121394
121318
|
maxHeight?: string | number | undefined;
|
@@ -122350,6 +122274,7 @@ declare const VVideo: {
|
|
122350
122274
|
type: PropType<vue.StyleValue>;
|
122351
122275
|
default: null;
|
122352
122276
|
};
|
122277
|
+
aspectRatio: (StringConstructor | NumberConstructor)[];
|
122353
122278
|
autoplay: BooleanConstructor;
|
122354
122279
|
muted: BooleanConstructor;
|
122355
122280
|
eager: BooleanConstructor;
|
@@ -122421,6 +122346,7 @@ declare const VVideo: {
|
|
122421
122346
|
type: PropType<vue.StyleValue>;
|
122422
122347
|
default: null;
|
122423
122348
|
};
|
122349
|
+
aspectRatio: (StringConstructor | NumberConstructor)[];
|
122424
122350
|
autoplay: BooleanConstructor;
|
122425
122351
|
muted: BooleanConstructor;
|
122426
122352
|
eager: BooleanConstructor;
|
@@ -122860,7 +122786,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
122860
122786
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
122861
122787
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
122862
122788
|
getWeekdays: (firstDayOfWeek?: number | string, weekdayFormat?: "long" | "short" | "narrow") => string[];
|
122863
|
-
getWeek: (date: unknown, firstDayOfWeek?: number | string,
|
122789
|
+
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
|
122864
122790
|
getMonth: (date: unknown) => number;
|
122865
122791
|
setMonth: (date: unknown, month: number) => unknown;
|
122866
122792
|
getDate: (date: unknown) => number;
|
@@ -122919,35 +122845,42 @@ declare module 'vue' {
|
|
122919
122845
|
VAppBar: VAppBar
|
122920
122846
|
VAppBarNavIcon: VAppBarNavIcon
|
122921
122847
|
VAppBarTitle: VAppBarTitle
|
122922
|
-
VAvatar: VAvatar
|
122923
122848
|
VBadge: VBadge
|
122924
122849
|
VAutocomplete: VAutocomplete
|
122925
|
-
|
122926
|
-
VBannerActions: VBannerActions
|
122927
|
-
VBannerText: VBannerText
|
122928
|
-
VBottomNavigation: VBottomNavigation
|
122929
|
-
VBottomSheet: VBottomSheet
|
122850
|
+
VAvatar: VAvatar
|
122930
122851
|
VBreadcrumbs: VBreadcrumbs
|
122931
122852
|
VBreadcrumbsItem: VBreadcrumbsItem
|
122932
122853
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
122933
|
-
VBtnToggle: VBtnToggle
|
122934
122854
|
VBtn: VBtn
|
122855
|
+
VBtnGroup: VBtnGroup
|
122856
|
+
VBottomSheet: VBottomSheet
|
122857
|
+
VBottomNavigation: VBottomNavigation
|
122935
122858
|
VCard: VCard
|
122936
122859
|
VCardActions: VCardActions
|
122937
122860
|
VCardItem: VCardItem
|
122938
122861
|
VCardSubtitle: VCardSubtitle
|
122939
122862
|
VCardText: VCardText
|
122940
122863
|
VCardTitle: VCardTitle
|
122941
|
-
|
122942
|
-
VCheckboxBtn: VCheckboxBtn
|
122864
|
+
VBtnToggle: VBtnToggle
|
122943
122865
|
VChip: VChip
|
122866
|
+
VCarousel: VCarousel
|
122867
|
+
VCarouselItem: VCarouselItem
|
122944
122868
|
VCode: VCode
|
122869
|
+
VBanner: VBanner
|
122870
|
+
VBannerActions: VBannerActions
|
122871
|
+
VBannerText: VBannerText
|
122945
122872
|
VChipGroup: VChipGroup
|
122946
|
-
VCombobox: VCombobox
|
122947
122873
|
VColorPicker: VColorPicker
|
122948
|
-
|
122949
|
-
|
122874
|
+
VCombobox: VCombobox
|
122875
|
+
VCheckbox: VCheckbox
|
122876
|
+
VCheckboxBtn: VCheckboxBtn
|
122950
122877
|
VCounter: VCounter
|
122878
|
+
VDatePicker: VDatePicker
|
122879
|
+
VDatePickerControls: VDatePickerControls
|
122880
|
+
VDatePickerHeader: VDatePickerHeader
|
122881
|
+
VDatePickerMonth: VDatePickerMonth
|
122882
|
+
VDatePickerMonths: VDatePickerMonths
|
122883
|
+
VDatePickerYears: VDatePickerYears
|
122951
122884
|
VDataTable: VDataTable
|
122952
122885
|
VDataTableHeaders: VDataTableHeaders
|
122953
122886
|
VDataTableFooter: VDataTableFooter
|
@@ -122955,21 +122888,14 @@ declare module 'vue' {
|
|
122955
122888
|
VDataTableRow: VDataTableRow
|
122956
122889
|
VDataTableVirtual: VDataTableVirtual
|
122957
122890
|
VDataTableServer: VDataTableServer
|
122958
|
-
VDatePicker: VDatePicker
|
122959
|
-
VDatePickerControls: VDatePickerControls
|
122960
|
-
VDatePickerHeader: VDatePickerHeader
|
122961
|
-
VDatePickerMonth: VDatePickerMonth
|
122962
|
-
VDatePickerMonths: VDatePickerMonths
|
122963
|
-
VDatePickerYears: VDatePickerYears
|
122964
122891
|
VDialog: VDialog
|
122965
|
-
VEmptyState: VEmptyState
|
122966
|
-
VBtnGroup: VBtnGroup
|
122967
122892
|
VDivider: VDivider
|
122968
122893
|
VExpansionPanels: VExpansionPanels
|
122969
122894
|
VExpansionPanel: VExpansionPanel
|
122970
122895
|
VExpansionPanelText: VExpansionPanelText
|
122971
122896
|
VExpansionPanelTitle: VExpansionPanelTitle
|
122972
|
-
|
122897
|
+
VField: VField
|
122898
|
+
VFieldLabel: VFieldLabel
|
122973
122899
|
VFooter: VFooter
|
122974
122900
|
VFileInput: VFileInput
|
122975
122901
|
VIcon: VIcon
|
@@ -122978,13 +122904,11 @@ declare module 'vue' {
|
|
122978
122904
|
VLigatureIcon: VLigatureIcon
|
122979
122905
|
VClassIcon: VClassIcon
|
122980
122906
|
VImg: VImg
|
122981
|
-
|
122982
|
-
VFieldLabel: VFieldLabel
|
122983
|
-
VKbd: VKbd
|
122907
|
+
VInput: VInput
|
122984
122908
|
VInfiniteScroll: VInfiniteScroll
|
122985
122909
|
VItemGroup: VItemGroup
|
122986
122910
|
VItem: VItem
|
122987
|
-
|
122911
|
+
VKbd: VKbd
|
122988
122912
|
VLabel: VLabel
|
122989
122913
|
VList: VList
|
122990
122914
|
VListGroup: VListGroup
|
@@ -122995,70 +122919,72 @@ declare module 'vue' {
|
|
122995
122919
|
VListItemSubtitle: VListItemSubtitle
|
122996
122920
|
VListItemTitle: VListItemTitle
|
122997
122921
|
VListSubheader: VListSubheader
|
122998
|
-
VMain: VMain
|
122999
122922
|
VMessages: VMessages
|
123000
|
-
VMenu: VMenu
|
123001
122923
|
VNavigationDrawer: VNavigationDrawer
|
123002
|
-
|
123003
|
-
|
122924
|
+
VMain: VMain
|
122925
|
+
VMenu: VMenu
|
123004
122926
|
VNumberInput: VNumberInput
|
122927
|
+
VOverlay: VOverlay
|
122928
|
+
VOtpInput: VOtpInput
|
123005
122929
|
VPagination: VPagination
|
122930
|
+
VProgressCircular: VProgressCircular
|
123006
122931
|
VProgressLinear: VProgressLinear
|
123007
122932
|
VRadioGroup: VRadioGroup
|
123008
|
-
VProgressCircular: VProgressCircular
|
123009
|
-
VRating: VRating
|
123010
122933
|
VSelect: VSelect
|
123011
|
-
|
123012
|
-
|
122934
|
+
VRating: VRating
|
122935
|
+
VSelectionControl: VSelectionControl
|
123013
122936
|
VSelectionControlGroup: VSelectionControlGroup
|
123014
|
-
VSlider: VSlider
|
123015
|
-
VSnackbar: VSnackbar
|
123016
122937
|
VSheet: VSheet
|
123017
122938
|
VSkeletonLoader: VSkeletonLoader
|
123018
|
-
|
122939
|
+
VSnackbar: VSnackbar
|
122940
|
+
VSlideGroup: VSlideGroup
|
122941
|
+
VSlideGroupItem: VSlideGroupItem
|
123019
122942
|
VSwitch: VSwitch
|
122943
|
+
VSlider: VSlider
|
122944
|
+
VStepper: VStepper
|
122945
|
+
VStepperActions: VStepperActions
|
122946
|
+
VStepperHeader: VStepperHeader
|
122947
|
+
VStepperItem: VStepperItem
|
122948
|
+
VStepperWindow: VStepperWindow
|
122949
|
+
VStepperWindowItem: VStepperWindowItem
|
123020
122950
|
VSystemBar: VSystemBar
|
123021
|
-
VTable: VTable
|
123022
|
-
VTextarea: VTextarea
|
123023
122951
|
VTab: VTab
|
123024
122952
|
VTabs: VTabs
|
123025
122953
|
VTabsWindow: VTabsWindow
|
123026
122954
|
VTabsWindowItem: VTabsWindowItem
|
122955
|
+
VTextarea: VTextarea
|
122956
|
+
VTextField: VTextField
|
122957
|
+
VToolbar: VToolbar
|
122958
|
+
VToolbarTitle: VToolbarTitle
|
122959
|
+
VToolbarItems: VToolbarItems
|
122960
|
+
VTable: VTable
|
123027
122961
|
VTimeline: VTimeline
|
123028
122962
|
VTimelineItem: VTimelineItem
|
123029
|
-
VTooltip: VTooltip
|
123030
122963
|
VTimePicker: VTimePicker
|
123031
122964
|
VTimePickerClock: VTimePickerClock
|
123032
122965
|
VTimePickerControls: VTimePickerControls
|
123033
|
-
|
123034
|
-
VToolbar: VToolbar
|
123035
|
-
VToolbarTitle: VToolbarTitle
|
123036
|
-
VToolbarItems: VToolbarItems
|
122966
|
+
VTooltip: VTooltip
|
123037
122967
|
VTreeview: VTreeview
|
123038
122968
|
VTreeviewItem: VTreeviewItem
|
123039
122969
|
VTreeviewGroup: VTreeviewGroup
|
123040
122970
|
VWindow: VWindow
|
123041
122971
|
VWindowItem: VWindowItem
|
122972
|
+
VEmptyState: VEmptyState
|
122973
|
+
VConfirmEdit: VConfirmEdit
|
123042
122974
|
VDataIterator: VDataIterator
|
123043
122975
|
VDefaultsProvider: VDefaultsProvider
|
123044
|
-
VHover: VHover
|
123045
122976
|
VForm: VForm
|
123046
122977
|
VContainer: VContainer
|
123047
122978
|
VCol: VCol
|
123048
122979
|
VRow: VRow
|
123049
122980
|
VSpacer: VSpacer
|
122981
|
+
VHover: VHover
|
123050
122982
|
VLayout: VLayout
|
123051
122983
|
VLayoutItem: VLayoutItem
|
123052
|
-
VStepper: VStepper
|
123053
|
-
VStepperActions: VStepperActions
|
123054
|
-
VStepperHeader: VStepperHeader
|
123055
|
-
VStepperItem: VStepperItem
|
123056
|
-
VStepperWindow: VStepperWindow
|
123057
|
-
VStepperWindowItem: VStepperWindowItem
|
123058
122984
|
VLazy: VLazy
|
123059
|
-
VLocaleProvider: VLocaleProvider
|
123060
122985
|
VNoSsr: VNoSsr
|
123061
122986
|
VParallax: VParallax
|
122987
|
+
VLocaleProvider: VLocaleProvider
|
123062
122988
|
VRadio: VRadio
|
123063
122989
|
VRangeSlider: VRangeSlider
|
123064
122990
|
VResponsive: VResponsive
|
@@ -123068,6 +122994,7 @@ declare module 'vue' {
|
|
123068
122994
|
VThemeProvider: VThemeProvider
|
123069
122995
|
VValidation: VValidation
|
123070
122996
|
VVirtualScroll: VVirtualScroll
|
122997
|
+
VFab: VFab
|
123071
122998
|
VFabTransition: VFabTransition
|
123072
122999
|
VDialogBottomTransition: VDialogBottomTransition
|
123073
123000
|
VDialogTopTransition: VDialogTopTransition
|
@@ -123084,32 +123011,31 @@ declare module 'vue' {
|
|
123084
123011
|
VExpandTransition: VExpandTransition
|
123085
123012
|
VExpandXTransition: VExpandXTransition
|
123086
123013
|
VDialogTransition: VDialogTransition
|
123087
|
-
|
123014
|
+
VColorInput: VColorInput
|
123015
|
+
VCalendar: VCalendar
|
123016
|
+
VCalendarDay: VCalendarDay
|
123017
|
+
VCalendarHeader: VCalendarHeader
|
123018
|
+
VCalendarInterval: VCalendarInterval
|
123019
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
123020
|
+
VCalendarMonthDay: VCalendarMonthDay
|
123088
123021
|
VIconBtn: VIconBtn
|
123089
|
-
VFileUpload: VFileUpload
|
123090
|
-
VFileUploadItem: VFileUploadItem
|
123091
123022
|
VStepperVertical: VStepperVertical
|
123092
123023
|
VStepperVerticalItem: VStepperVerticalItem
|
123093
123024
|
VStepperVerticalActions: VStepperVerticalActions
|
123025
|
+
VFileUpload: VFileUpload
|
123026
|
+
VFileUploadItem: VFileUploadItem
|
123094
123027
|
VPicker: VPicker
|
123095
123028
|
VPickerTitle: VPickerTitle
|
123096
123029
|
VVideo: VVideo
|
123097
123030
|
VVideoControls: VVideoControls
|
123098
123031
|
VVideoVolume: VVideoVolume
|
123032
|
+
VPie: VPie
|
123033
|
+
VPieSegment: VPieSegment
|
123034
|
+
VPieTooltip: VPieTooltip
|
123099
123035
|
VHotkey: VHotkey
|
123100
123036
|
VDateInput: VDateInput
|
123101
123037
|
VMaskInput: VMaskInput
|
123102
123038
|
VPullToRefresh: VPullToRefresh
|
123103
|
-
VColorInput: VColorInput
|
123104
|
-
VPie: VPie
|
123105
|
-
VPieSegment: VPieSegment
|
123106
|
-
VPieTooltip: VPieTooltip
|
123107
|
-
VCalendar: VCalendar
|
123108
|
-
VCalendarDay: VCalendarDay
|
123109
|
-
VCalendarHeader: VCalendarHeader
|
123110
|
-
VCalendarInterval: VCalendarInterval
|
123111
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
123112
|
-
VCalendarMonthDay: VCalendarMonthDay
|
123113
123039
|
}
|
123114
123040
|
export interface GlobalDirectives {
|
123115
123041
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|