vuetify 3.4.9 → 3.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +17 -9
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +2541 -2499
- package/dist/vuetify-labs.css +2049 -2017
- package/dist/vuetify-labs.d.ts +1325 -142
- package/dist/vuetify-labs.esm.js +354 -298
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +354 -298
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +909 -900
- package/dist/vuetify.d.ts +1303 -120
- package/dist/vuetify.esm.js +351 -287
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +351 -287
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +765 -767
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +2 -2
- package/lib/components/VAppBar/VAppBar.css +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +0 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VAvatar/VAvatar.css +2 -2
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
- package/lib/components/VBtn/VBtn.css +4 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +21 -5
- package/lib/components/VBtnGroup/VBtnGroup.css +1 -1
- package/lib/components/VCard/VCard.css +5 -5
- package/lib/components/VCarousel/index.d.mts +5 -5
- package/lib/components/VChip/VChip.css +2 -2
- package/lib/components/VChip/VChip.mjs +2 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +3 -3
- package/lib/components/VCombobox/VCombobox.css +2 -2
- package/lib/components/VCombobox/VCombobox.mjs +15 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +2 -2
- package/lib/components/VCombobox/_variables.scss +2 -0
- package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +7 -1
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +1 -1
- package/lib/components/VDataTable/VDataTableFooter.css +9 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs +33 -30
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
- package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +5 -0
- package/lib/components/VDataTable/composables/paginate.mjs +6 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +7 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +82 -0
- package/lib/components/VDialog/VDialog.css +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.css +1 -1
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VFileInput/index.d.mts +3 -3
- package/lib/components/VFooter/VFooter.css +1 -1
- package/lib/components/VForm/index.d.mts +21 -21
- package/lib/components/VImg/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +1 -1
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.mjs +7 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +6 -2
- package/lib/components/VList/VListItem.sass +4 -0
- package/lib/components/VList/_variables.scss +2 -0
- package/lib/components/VMenu/VMenu.css +1 -1
- package/lib/components/VMenu/index.d.mts +6 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -2
- package/lib/components/VNavigationDrawer/index.d.mts +3 -3
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +0 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +1 -4
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +10 -10
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +2 -2
- package/lib/components/VSelect/VSelect.css +1 -1
- package/lib/components/VSelect/VSelect.mjs +15 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +3 -3
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSlideGroup/index.d.mts +3 -3
- package/lib/components/VSlider/VSliderThumb.mjs +4 -3
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +2 -2
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VStepper/VStepper.css +3 -3
- package/lib/components/VSwitch/VSwitch.css +2 -2
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VTabs/VTab.css +2 -2
- package/lib/components/VTabs/VTab.mjs +6 -6
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +2 -2
- package/lib/components/VTabs/index.d.mts +1102 -3
- package/lib/components/VTextField/index.d.mts +6 -6
- package/lib/components/VTextarea/index.d.mts +3 -3
- package/lib/components/VTimeline/VTimeline.css +1 -1
- package/lib/components/VToolbar/VToolbar.css +2 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.mjs +0 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +6 -6
- package/lib/components/VWindow/VWindow.mjs +2 -2
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +0 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +1268 -85
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -2
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -8
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/delay.mjs +19 -18
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs +1 -0
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/locale.mjs +46 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +35 -35
- package/lib/labs/VCalendar/VCalendar.mjs +4 -8
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +23 -0
- package/lib/labs/VCalendar/VCalendarDay.sass +24 -1
- package/lib/labs/VCalendar/index.d.mts +11 -11
- package/lib/labs/VPicker/VPicker.css +1 -1
- package/lib/labs/components.d.mts +11 -11
- package/lib/locale/cs.mjs +1 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/index.d.mts +1 -45
- package/lib/locale/index.mjs +0 -43
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/nl.mjs +2 -2
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/pt.mjs +17 -17
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/sk.mjs +22 -22
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/styles/main.css +103 -103
- package/lib/styles/settings/_elevations.scss +1 -1
- package/lib/styles/settings/_utilities.scss +1 -0
- package/lib/util/helpers.mjs +9 -43
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +13 -12
- package/lib/components/VDatePicker/utils.mjs +0 -69
- package/lib/components/VDatePicker/utils.mjs.map +0 -1
- package/lib/util/dateTimeUtils.mjs +0 -115
- package/lib/util/dateTimeUtils.mjs.map +0 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -723,9 +723,9 @@ declare function useValidation(props: ValidationProps, name?: string, id?: Maybe
|
|
|
723
723
|
isDirty: vue.ComputedRef<boolean>;
|
|
724
724
|
isDisabled: vue.ComputedRef<boolean>;
|
|
725
725
|
isReadonly: vue.ComputedRef<boolean>;
|
|
726
|
-
isPristine: vue.
|
|
726
|
+
isPristine: vue.ShallowRef<boolean>;
|
|
727
727
|
isValid: vue.ComputedRef<boolean | null>;
|
|
728
|
-
isValidating: vue.
|
|
728
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
729
729
|
reset: () => void;
|
|
730
730
|
resetValidation: () => void;
|
|
731
731
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -8968,10 +8968,12 @@ declare const VBtn: {
|
|
|
8968
8968
|
"onGroup:selected"?: ((val: {
|
|
8969
8969
|
value: boolean;
|
|
8970
8970
|
}) => any) | undefined;
|
|
8971
|
-
}, {
|
|
8971
|
+
}, {
|
|
8972
|
+
group: GroupItemProvide | null;
|
|
8973
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
8972
8974
|
'group:selected': (val: {
|
|
8973
8975
|
value: boolean;
|
|
8974
|
-
}) =>
|
|
8976
|
+
}) => true;
|
|
8975
8977
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
8976
8978
|
symbol: any;
|
|
8977
8979
|
replace: boolean;
|
|
@@ -9139,7 +9141,9 @@ declare const VBtn: {
|
|
|
9139
9141
|
"onGroup:selected"?: ((val: {
|
|
9140
9142
|
value: boolean;
|
|
9141
9143
|
}) => any) | undefined;
|
|
9142
|
-
}, {
|
|
9144
|
+
}, {
|
|
9145
|
+
group: GroupItemProvide | null;
|
|
9146
|
+
}, {}, {}, {}, {
|
|
9143
9147
|
symbol: any;
|
|
9144
9148
|
replace: boolean;
|
|
9145
9149
|
flat: boolean;
|
|
@@ -9226,10 +9230,12 @@ declare const VBtn: {
|
|
|
9226
9230
|
"onGroup:selected"?: ((val: {
|
|
9227
9231
|
value: boolean;
|
|
9228
9232
|
}) => any) | undefined;
|
|
9229
|
-
}, {
|
|
9233
|
+
}, {
|
|
9234
|
+
group: GroupItemProvide | null;
|
|
9235
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
9230
9236
|
'group:selected': (val: {
|
|
9231
9237
|
value: boolean;
|
|
9232
|
-
}) =>
|
|
9238
|
+
}) => true;
|
|
9233
9239
|
}, string, {
|
|
9234
9240
|
symbol: any;
|
|
9235
9241
|
replace: boolean;
|
|
@@ -11135,7 +11141,7 @@ type ControlProps = {
|
|
|
11135
11141
|
icon: IconValue;
|
|
11136
11142
|
class: string;
|
|
11137
11143
|
onClick: () => void;
|
|
11138
|
-
|
|
11144
|
+
'aria-label': string;
|
|
11139
11145
|
};
|
|
11140
11146
|
declare const VWindow: {
|
|
11141
11147
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
@@ -11494,7 +11500,7 @@ declare const VCarousel: {
|
|
|
11494
11500
|
icon: IconValue;
|
|
11495
11501
|
class: string;
|
|
11496
11502
|
onClick: () => void;
|
|
11497
|
-
|
|
11503
|
+
'aria-label': string;
|
|
11498
11504
|
};
|
|
11499
11505
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11500
11506
|
[key: string]: any;
|
|
@@ -11504,7 +11510,7 @@ declare const VCarousel: {
|
|
|
11504
11510
|
icon: IconValue;
|
|
11505
11511
|
class: string;
|
|
11506
11512
|
onClick: () => void;
|
|
11507
|
-
|
|
11513
|
+
'aria-label': string;
|
|
11508
11514
|
};
|
|
11509
11515
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11510
11516
|
[key: string]: any;
|
|
@@ -11636,7 +11642,7 @@ declare const VCarousel: {
|
|
|
11636
11642
|
icon: IconValue;
|
|
11637
11643
|
class: string;
|
|
11638
11644
|
onClick: () => void;
|
|
11639
|
-
|
|
11645
|
+
'aria-label': string;
|
|
11640
11646
|
};
|
|
11641
11647
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11642
11648
|
[key: string]: any;
|
|
@@ -11646,7 +11652,7 @@ declare const VCarousel: {
|
|
|
11646
11652
|
icon: IconValue;
|
|
11647
11653
|
class: string;
|
|
11648
11654
|
onClick: () => void;
|
|
11649
|
-
|
|
11655
|
+
'aria-label': string;
|
|
11650
11656
|
};
|
|
11651
11657
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11652
11658
|
[key: string]: any;
|
|
@@ -11871,9 +11877,9 @@ declare const VImg: {
|
|
|
11871
11877
|
onLoad?: ((value: string | undefined) => any) | undefined;
|
|
11872
11878
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
11873
11879
|
}, {
|
|
11874
|
-
currentSrc: vue.
|
|
11880
|
+
currentSrc: vue.ShallowRef<string>;
|
|
11875
11881
|
image: vue.Ref<HTMLImageElement | undefined>;
|
|
11876
|
-
state: vue.
|
|
11882
|
+
state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
|
|
11877
11883
|
naturalWidth: vue.ShallowRef<number | undefined>;
|
|
11878
11884
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
|
11879
11885
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -12014,9 +12020,9 @@ declare const VImg: {
|
|
|
12014
12020
|
onLoad?: ((value: string | undefined) => any) | undefined;
|
|
12015
12021
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
12016
12022
|
}, {
|
|
12017
|
-
currentSrc: vue.
|
|
12023
|
+
currentSrc: vue.ShallowRef<string>;
|
|
12018
12024
|
image: vue.Ref<HTMLImageElement | undefined>;
|
|
12019
|
-
state: vue.
|
|
12025
|
+
state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
|
|
12020
12026
|
naturalWidth: vue.ShallowRef<number | undefined>;
|
|
12021
12027
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
|
12022
12028
|
}, {}, {}, {}, {
|
|
@@ -12086,9 +12092,9 @@ declare const VImg: {
|
|
|
12086
12092
|
onLoad?: ((value: string | undefined) => any) | undefined;
|
|
12087
12093
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
12088
12094
|
}, {
|
|
12089
|
-
currentSrc: vue.
|
|
12095
|
+
currentSrc: vue.ShallowRef<string>;
|
|
12090
12096
|
image: vue.Ref<HTMLImageElement | undefined>;
|
|
12091
|
-
state: vue.
|
|
12097
|
+
state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
|
|
12092
12098
|
naturalWidth: vue.ShallowRef<number | undefined>;
|
|
12093
12099
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
|
12094
12100
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -12884,7 +12890,7 @@ declare const VSelectionControl: {
|
|
|
12884
12890
|
trueValue?: any;
|
|
12885
12891
|
falseValue?: any;
|
|
12886
12892
|
} & {}, {
|
|
12887
|
-
isFocused:
|
|
12893
|
+
isFocused: vue.ShallowRef<boolean>;
|
|
12888
12894
|
input: Ref<HTMLInputElement | undefined>;
|
|
12889
12895
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
12890
12896
|
'update:modelValue': (value: any) => boolean;
|
|
@@ -12972,7 +12978,7 @@ declare const VSelectionControl: {
|
|
|
12972
12978
|
trueValue?: any;
|
|
12973
12979
|
falseValue?: any;
|
|
12974
12980
|
} & {}, {
|
|
12975
|
-
isFocused:
|
|
12981
|
+
isFocused: vue.ShallowRef<boolean>;
|
|
12976
12982
|
input: Ref<HTMLInputElement | undefined>;
|
|
12977
12983
|
}, {}, {}, {}, {
|
|
12978
12984
|
inline: boolean;
|
|
@@ -13014,7 +13020,7 @@ declare const VSelectionControl: {
|
|
|
13014
13020
|
trueValue?: any;
|
|
13015
13021
|
falseValue?: any;
|
|
13016
13022
|
} & {}, {
|
|
13017
|
-
isFocused:
|
|
13023
|
+
isFocused: vue.ShallowRef<boolean>;
|
|
13018
13024
|
input: Ref<HTMLInputElement | undefined>;
|
|
13019
13025
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
13020
13026
|
'update:modelValue': (value: any) => boolean;
|
|
@@ -18036,7 +18042,7 @@ declare function provideGroupBy(options: {
|
|
|
18036
18042
|
}): {
|
|
18037
18043
|
sortByWithGroups: vue.ComputedRef<SortItem[]>;
|
|
18038
18044
|
toggleGroup: (group: Group) => void;
|
|
18039
|
-
opened: Ref<Set<string
|
|
18045
|
+
opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>>;
|
|
18040
18046
|
groupBy: Ref<readonly SortItem[]>;
|
|
18041
18047
|
extractRows: <T extends GroupableItem<any>>(items: readonly (T | Group<T>)[]) => T[];
|
|
18042
18048
|
isGroupOpen: (group: Group) => boolean;
|
|
@@ -18237,6 +18243,7 @@ declare const VDataIterator: {
|
|
|
18237
18243
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18238
18244
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18239
18245
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18246
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18240
18247
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
18241
18248
|
'update:modelValue': (value: any[]) => boolean;
|
|
18242
18249
|
'update:groupBy': (value: any) => boolean;
|
|
@@ -18245,6 +18252,7 @@ declare const VDataIterator: {
|
|
|
18245
18252
|
'update:sortBy': (value: any) => boolean;
|
|
18246
18253
|
'update:options': (value: any) => boolean;
|
|
18247
18254
|
'update:expanded': (value: any) => boolean;
|
|
18255
|
+
'update:currentItems': (value: any) => boolean;
|
|
18248
18256
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
18249
18257
|
page: string | number;
|
|
18250
18258
|
loading: boolean;
|
|
@@ -18301,6 +18309,7 @@ declare const VDataIterator: {
|
|
|
18301
18309
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18302
18310
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18303
18311
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18312
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18304
18313
|
}, {
|
|
18305
18314
|
page: string | number;
|
|
18306
18315
|
loading: boolean;
|
|
@@ -18400,6 +18409,7 @@ declare const VDataIterator: {
|
|
|
18400
18409
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18401
18410
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18402
18411
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18412
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18403
18413
|
}, {}, {}, {}, {}, {
|
|
18404
18414
|
page: string | number;
|
|
18405
18415
|
loading: boolean;
|
|
@@ -18483,6 +18493,7 @@ declare const VDataIterator: {
|
|
|
18483
18493
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18484
18494
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18485
18495
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18496
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18486
18497
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
18487
18498
|
'update:modelValue': (value: any[]) => boolean;
|
|
18488
18499
|
'update:groupBy': (value: any) => boolean;
|
|
@@ -18491,6 +18502,7 @@ declare const VDataIterator: {
|
|
|
18491
18502
|
'update:sortBy': (value: any) => boolean;
|
|
18492
18503
|
'update:options': (value: any) => boolean;
|
|
18493
18504
|
'update:expanded': (value: any) => boolean;
|
|
18505
|
+
'update:currentItems': (value: any) => boolean;
|
|
18494
18506
|
}, string, {
|
|
18495
18507
|
page: string | number;
|
|
18496
18508
|
loading: boolean;
|
|
@@ -19124,6 +19136,7 @@ declare const VDataTable: {
|
|
|
19124
19136
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19125
19137
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19126
19138
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19139
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19127
19140
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
19128
19141
|
'update:modelValue': (value: any[]) => boolean;
|
|
19129
19142
|
'update:page': (value: number) => boolean;
|
|
@@ -19132,6 +19145,7 @@ declare const VDataTable: {
|
|
|
19132
19145
|
'update:options': (value: any) => boolean;
|
|
19133
19146
|
'update:groupBy': (value: any) => boolean;
|
|
19134
19147
|
'update:expanded': (value: any) => boolean;
|
|
19148
|
+
'update:currentItems': (value: any) => boolean;
|
|
19135
19149
|
}, "$children" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "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 & {
|
|
19136
19150
|
page: string | number;
|
|
19137
19151
|
style: vue.StyleValue;
|
|
@@ -19214,6 +19228,7 @@ declare const VDataTable: {
|
|
|
19214
19228
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19215
19229
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19216
19230
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19231
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19217
19232
|
}, {
|
|
19218
19233
|
page: string | number;
|
|
19219
19234
|
style: vue.StyleValue;
|
|
@@ -19470,6 +19485,7 @@ declare const VDataTable: {
|
|
|
19470
19485
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19471
19486
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19472
19487
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19488
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19473
19489
|
}, {}, {}, {}, {}, {
|
|
19474
19490
|
page: string | number;
|
|
19475
19491
|
style: vue.StyleValue;
|
|
@@ -19599,6 +19615,7 @@ declare const VDataTable: {
|
|
|
19599
19615
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19600
19616
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19601
19617
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19618
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19602
19619
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
19603
19620
|
'update:modelValue': (value: any[]) => boolean;
|
|
19604
19621
|
'update:page': (value: number) => boolean;
|
|
@@ -19607,6 +19624,7 @@ declare const VDataTable: {
|
|
|
19607
19624
|
'update:options': (value: any) => boolean;
|
|
19608
19625
|
'update:groupBy': (value: any) => boolean;
|
|
19609
19626
|
'update:expanded': (value: any) => boolean;
|
|
19627
|
+
'update:currentItems': (value: any) => boolean;
|
|
19610
19628
|
}, "$children" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "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, {
|
|
19611
19629
|
page: string | number;
|
|
19612
19630
|
style: vue.StyleValue;
|
|
@@ -22642,6 +22660,7 @@ declare const VDatePicker: {
|
|
|
22642
22660
|
modeIcon: string;
|
|
22643
22661
|
viewMode: "month" | "year" | "months";
|
|
22644
22662
|
showAdjacentMonths: boolean;
|
|
22663
|
+
weekdays: number[];
|
|
22645
22664
|
hideWeekdays: boolean;
|
|
22646
22665
|
showWeek: boolean;
|
|
22647
22666
|
hideHeader: boolean;
|
|
@@ -22690,6 +22709,7 @@ declare const VDatePicker: {
|
|
|
22690
22709
|
modeIcon: string;
|
|
22691
22710
|
viewMode: "month" | "year" | "months";
|
|
22692
22711
|
showAdjacentMonths: boolean;
|
|
22712
|
+
weekdays: number[];
|
|
22693
22713
|
hideWeekdays: boolean;
|
|
22694
22714
|
showWeek: boolean;
|
|
22695
22715
|
hideHeader: boolean;
|
|
@@ -22735,6 +22755,7 @@ declare const VDatePicker: {
|
|
|
22735
22755
|
modeIcon: string;
|
|
22736
22756
|
viewMode: "month" | "year" | "months";
|
|
22737
22757
|
showAdjacentMonths: boolean;
|
|
22758
|
+
weekdays: number[];
|
|
22738
22759
|
hideWeekdays: boolean;
|
|
22739
22760
|
showWeek: boolean;
|
|
22740
22761
|
hideHeader: boolean;
|
|
@@ -22773,6 +22794,7 @@ declare const VDatePicker: {
|
|
|
22773
22794
|
modeIcon: string;
|
|
22774
22795
|
viewMode: "month" | "year" | "months";
|
|
22775
22796
|
showAdjacentMonths: boolean;
|
|
22797
|
+
weekdays: number[];
|
|
22776
22798
|
hideWeekdays: boolean;
|
|
22777
22799
|
showWeek: boolean;
|
|
22778
22800
|
hideHeader: boolean;
|
|
@@ -22818,6 +22840,7 @@ declare const VDatePicker: {
|
|
|
22818
22840
|
modeIcon: string;
|
|
22819
22841
|
viewMode: "month" | "year" | "months";
|
|
22820
22842
|
showAdjacentMonths: boolean;
|
|
22843
|
+
weekdays: number[];
|
|
22821
22844
|
hideWeekdays: boolean;
|
|
22822
22845
|
showWeek: boolean;
|
|
22823
22846
|
hideHeader: boolean;
|
|
@@ -22837,6 +22860,7 @@ declare const VDatePicker: {
|
|
|
22837
22860
|
modeIcon: string;
|
|
22838
22861
|
viewMode: "month" | "year" | "months";
|
|
22839
22862
|
showAdjacentMonths: boolean;
|
|
22863
|
+
weekdays: number[];
|
|
22840
22864
|
hideWeekdays: boolean;
|
|
22841
22865
|
showWeek: boolean;
|
|
22842
22866
|
hideHeader: boolean;
|
|
@@ -22887,6 +22911,7 @@ declare const VDatePicker: {
|
|
|
22887
22911
|
modeIcon: string;
|
|
22888
22912
|
viewMode: "month" | "year" | "months";
|
|
22889
22913
|
showAdjacentMonths: boolean;
|
|
22914
|
+
weekdays: number[];
|
|
22890
22915
|
hideWeekdays: boolean;
|
|
22891
22916
|
showWeek: boolean;
|
|
22892
22917
|
hideHeader: boolean;
|
|
@@ -22962,6 +22987,23 @@ declare const VDatePicker: {
|
|
|
22962
22987
|
month: (StringConstructor | NumberConstructor)[];
|
|
22963
22988
|
showAdjacentMonths: BooleanConstructor;
|
|
22964
22989
|
year: (StringConstructor | NumberConstructor)[];
|
|
22990
|
+
weekdays: {
|
|
22991
|
+
type: {
|
|
22992
|
+
(arrayLength: number): number[];
|
|
22993
|
+
(...items: number[]): number[];
|
|
22994
|
+
new (arrayLength: number): number[];
|
|
22995
|
+
new (...items: number[]): number[];
|
|
22996
|
+
isArray(arg: any): arg is any[];
|
|
22997
|
+
readonly prototype: any[];
|
|
22998
|
+
from<T_1>(arrayLike: ArrayLike<T_1>): T_1[];
|
|
22999
|
+
from<T_2, U>(arrayLike: ArrayLike<T_2>, mapfn: (v: T_2, k: number) => U, thisArg?: any): U[];
|
|
23000
|
+
from<T_3>(iterable: Iterable<T_3> | ArrayLike<T_3>): T_3[];
|
|
23001
|
+
from<T_4, U_1>(iterable: Iterable<T_4> | ArrayLike<T_4>, mapfn: (v: T_4, k: number) => U_1, thisArg?: any): U_1[];
|
|
23002
|
+
of<T_5>(...items: T_5[]): T_5[];
|
|
23003
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
23004
|
+
};
|
|
23005
|
+
default: () => number[];
|
|
23006
|
+
};
|
|
22965
23007
|
hideWeekdays: BooleanConstructor;
|
|
22966
23008
|
multiple: BooleanConstructor;
|
|
22967
23009
|
showWeek: BooleanConstructor;
|
|
@@ -23038,6 +23080,23 @@ declare const VDatePicker: {
|
|
|
23038
23080
|
month: (StringConstructor | NumberConstructor)[];
|
|
23039
23081
|
showAdjacentMonths: BooleanConstructor;
|
|
23040
23082
|
year: (StringConstructor | NumberConstructor)[];
|
|
23083
|
+
weekdays: {
|
|
23084
|
+
type: {
|
|
23085
|
+
(arrayLength: number): number[];
|
|
23086
|
+
(...items: number[]): number[];
|
|
23087
|
+
new (arrayLength: number): number[];
|
|
23088
|
+
new (...items: number[]): number[];
|
|
23089
|
+
isArray(arg: any): arg is any[];
|
|
23090
|
+
readonly prototype: any[];
|
|
23091
|
+
from<T_1>(arrayLike: ArrayLike<T_1>): T_1[];
|
|
23092
|
+
from<T_2, U>(arrayLike: ArrayLike<T_2>, mapfn: (v: T_2, k: number) => U, thisArg?: any): U[];
|
|
23093
|
+
from<T_3>(iterable: Iterable<T_3> | ArrayLike<T_3>): T_3[];
|
|
23094
|
+
from<T_4, U_1>(iterable: Iterable<T_4> | ArrayLike<T_4>, mapfn: (v: T_4, k: number) => U_1, thisArg?: any): U_1[];
|
|
23095
|
+
of<T_5>(...items: T_5[]): T_5[];
|
|
23096
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
23097
|
+
};
|
|
23098
|
+
default: () => number[];
|
|
23099
|
+
};
|
|
23041
23100
|
hideWeekdays: BooleanConstructor;
|
|
23042
23101
|
multiple: BooleanConstructor;
|
|
23043
23102
|
showWeek: BooleanConstructor;
|
|
@@ -23427,6 +23486,7 @@ declare const VDatePickerMonth: {
|
|
|
23427
23486
|
disabled: boolean;
|
|
23428
23487
|
multiple: boolean;
|
|
23429
23488
|
showAdjacentMonths: boolean;
|
|
23489
|
+
weekdays: number[];
|
|
23430
23490
|
hideWeekdays: boolean;
|
|
23431
23491
|
showWeek: boolean;
|
|
23432
23492
|
} & {
|
|
@@ -23477,6 +23537,7 @@ declare const VDatePickerMonth: {
|
|
|
23477
23537
|
disabled: boolean;
|
|
23478
23538
|
multiple: boolean;
|
|
23479
23539
|
showAdjacentMonths: boolean;
|
|
23540
|
+
weekdays: number[];
|
|
23480
23541
|
hideWeekdays: boolean;
|
|
23481
23542
|
showWeek: boolean;
|
|
23482
23543
|
} & {
|
|
@@ -23523,6 +23584,7 @@ declare const VDatePickerMonth: {
|
|
|
23523
23584
|
disabled: boolean;
|
|
23524
23585
|
multiple: boolean;
|
|
23525
23586
|
showAdjacentMonths: boolean;
|
|
23587
|
+
weekdays: number[];
|
|
23526
23588
|
hideWeekdays: boolean;
|
|
23527
23589
|
showWeek: boolean;
|
|
23528
23590
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -23546,6 +23608,7 @@ declare const VDatePickerMonth: {
|
|
|
23546
23608
|
disabled: boolean;
|
|
23547
23609
|
multiple: boolean;
|
|
23548
23610
|
showAdjacentMonths: boolean;
|
|
23611
|
+
weekdays: number[];
|
|
23549
23612
|
hideWeekdays: boolean;
|
|
23550
23613
|
showWeek: boolean;
|
|
23551
23614
|
} & {
|
|
@@ -23592,6 +23655,7 @@ declare const VDatePickerMonth: {
|
|
|
23592
23655
|
disabled: boolean;
|
|
23593
23656
|
multiple: boolean;
|
|
23594
23657
|
showAdjacentMonths: boolean;
|
|
23658
|
+
weekdays: number[];
|
|
23595
23659
|
hideWeekdays: boolean;
|
|
23596
23660
|
showWeek: boolean;
|
|
23597
23661
|
}>;
|
|
@@ -23602,6 +23666,7 @@ declare const VDatePickerMonth: {
|
|
|
23602
23666
|
disabled: boolean;
|
|
23603
23667
|
multiple: boolean;
|
|
23604
23668
|
showAdjacentMonths: boolean;
|
|
23669
|
+
weekdays: number[];
|
|
23605
23670
|
hideWeekdays: boolean;
|
|
23606
23671
|
showWeek: boolean;
|
|
23607
23672
|
} & {
|
|
@@ -23652,6 +23717,7 @@ declare const VDatePickerMonth: {
|
|
|
23652
23717
|
disabled: boolean;
|
|
23653
23718
|
multiple: boolean;
|
|
23654
23719
|
showAdjacentMonths: boolean;
|
|
23720
|
+
weekdays: number[];
|
|
23655
23721
|
hideWeekdays: boolean;
|
|
23656
23722
|
showWeek: boolean;
|
|
23657
23723
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -23674,6 +23740,23 @@ declare const VDatePickerMonth: {
|
|
|
23674
23740
|
min: vue.PropType<unknown>;
|
|
23675
23741
|
showAdjacentMonths: BooleanConstructor;
|
|
23676
23742
|
year: (StringConstructor | NumberConstructor)[];
|
|
23743
|
+
weekdays: {
|
|
23744
|
+
type: {
|
|
23745
|
+
(arrayLength: number): number[];
|
|
23746
|
+
(...items: number[]): number[];
|
|
23747
|
+
new (arrayLength: number): number[];
|
|
23748
|
+
new (...items: number[]): number[];
|
|
23749
|
+
isArray(arg: any): arg is any[];
|
|
23750
|
+
readonly prototype: any[];
|
|
23751
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
23752
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
23753
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
23754
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
23755
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
23756
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
23757
|
+
};
|
|
23758
|
+
default: () => number[];
|
|
23759
|
+
};
|
|
23677
23760
|
color: StringConstructor;
|
|
23678
23761
|
hideWeekdays: BooleanConstructor;
|
|
23679
23762
|
multiple: BooleanConstructor;
|
|
@@ -23688,6 +23771,23 @@ declare const VDatePickerMonth: {
|
|
|
23688
23771
|
min: vue.PropType<unknown>;
|
|
23689
23772
|
showAdjacentMonths: BooleanConstructor;
|
|
23690
23773
|
year: (StringConstructor | NumberConstructor)[];
|
|
23774
|
+
weekdays: {
|
|
23775
|
+
type: {
|
|
23776
|
+
(arrayLength: number): number[];
|
|
23777
|
+
(...items: number[]): number[];
|
|
23778
|
+
new (arrayLength: number): number[];
|
|
23779
|
+
new (...items: number[]): number[];
|
|
23780
|
+
isArray(arg: any): arg is any[];
|
|
23781
|
+
readonly prototype: any[];
|
|
23782
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
23783
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
23784
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
23785
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
23786
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
23787
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
23788
|
+
};
|
|
23789
|
+
default: () => number[];
|
|
23790
|
+
};
|
|
23691
23791
|
color: StringConstructor;
|
|
23692
23792
|
hideWeekdays: BooleanConstructor;
|
|
23693
23793
|
multiple: BooleanConstructor;
|
|
@@ -24850,7 +24950,7 @@ declare const VDialog: {
|
|
|
24850
24950
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
24851
24951
|
localTop: vue.ComputedRef<boolean>;
|
|
24852
24952
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
24853
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
24953
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
24854
24954
|
'update:modelValue': (value: boolean) => boolean;
|
|
24855
24955
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
24856
24956
|
absolute: boolean;
|
|
@@ -25497,7 +25597,7 @@ declare const VDialog: {
|
|
|
25497
25597
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
25498
25598
|
localTop: vue.ComputedRef<boolean>;
|
|
25499
25599
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
25500
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
25600
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
25501
25601
|
absolute: boolean;
|
|
25502
25602
|
location: Anchor;
|
|
25503
25603
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
|
@@ -26048,7 +26148,7 @@ declare const VDialog: {
|
|
|
26048
26148
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
26049
26149
|
localTop: vue.ComputedRef<boolean>;
|
|
26050
26150
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
26051
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
26151
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
26052
26152
|
'update:modelValue': (value: boolean) => boolean;
|
|
26053
26153
|
}, string, {
|
|
26054
26154
|
absolute: boolean;
|
|
@@ -27774,7 +27874,7 @@ declare const VFileInput: {
|
|
|
27774
27874
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
27775
27875
|
modelValue?: unknown;
|
|
27776
27876
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
27777
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
27877
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
27778
27878
|
'click:control': (e: MouseEvent) => true;
|
|
27779
27879
|
'mousedown:control': (e: MouseEvent) => true;
|
|
27780
27880
|
'update:focused': (focused: boolean) => true;
|
|
@@ -28340,7 +28440,7 @@ declare const VFileInput: {
|
|
|
28340
28440
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
28341
28441
|
modelValue?: unknown;
|
|
28342
28442
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
28343
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
28443
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
|
|
28344
28444
|
flat: boolean;
|
|
28345
28445
|
reverse: boolean;
|
|
28346
28446
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -28730,7 +28830,7 @@ declare const VFileInput: {
|
|
|
28730
28830
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
28731
28831
|
modelValue?: unknown;
|
|
28732
28832
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
28733
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
28833
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28734
28834
|
'click:control': (e: MouseEvent) => true;
|
|
28735
28835
|
'mousedown:control': (e: MouseEvent) => true;
|
|
28736
28836
|
'update:focused': (focused: boolean) => true;
|
|
@@ -29285,7 +29385,7 @@ declare const VForm: {
|
|
|
29285
29385
|
}[]>;
|
|
29286
29386
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29287
29387
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29288
|
-
isValidating: vue.
|
|
29388
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29289
29389
|
isValid: vue.Ref<boolean | null> & {
|
|
29290
29390
|
readonly externalValue: boolean | null;
|
|
29291
29391
|
};
|
|
@@ -29314,7 +29414,7 @@ declare const VForm: {
|
|
|
29314
29414
|
}[]>;
|
|
29315
29415
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29316
29416
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29317
|
-
isValidating: vue.
|
|
29417
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29318
29418
|
isValid: vue.Ref<boolean | null> & {
|
|
29319
29419
|
readonly externalValue: boolean | null;
|
|
29320
29420
|
};
|
|
@@ -29344,7 +29444,7 @@ declare const VForm: {
|
|
|
29344
29444
|
}[]>;
|
|
29345
29445
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29346
29446
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29347
|
-
isValidating: vue.
|
|
29447
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29348
29448
|
isValid: vue.Ref<boolean | null> & {
|
|
29349
29449
|
readonly externalValue: boolean | null;
|
|
29350
29450
|
};
|
|
@@ -29375,7 +29475,7 @@ declare const VForm: {
|
|
|
29375
29475
|
}[]>;
|
|
29376
29476
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29377
29477
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29378
|
-
isValidating: vue.
|
|
29478
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29379
29479
|
isValid: vue.Ref<boolean | null> & {
|
|
29380
29480
|
readonly externalValue: boolean | null;
|
|
29381
29481
|
};
|
|
@@ -29407,7 +29507,7 @@ declare const VForm: {
|
|
|
29407
29507
|
}[]>;
|
|
29408
29508
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29409
29509
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29410
|
-
isValidating: vue.
|
|
29510
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29411
29511
|
isValid: vue.Ref<boolean | null> & {
|
|
29412
29512
|
readonly externalValue: boolean | null;
|
|
29413
29513
|
};
|
|
@@ -29449,7 +29549,7 @@ declare const VForm: {
|
|
|
29449
29549
|
}[]>;
|
|
29450
29550
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29451
29551
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29452
|
-
isValidating: vue.
|
|
29552
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29453
29553
|
isValid: vue.Ref<boolean | null> & {
|
|
29454
29554
|
readonly externalValue: boolean | null;
|
|
29455
29555
|
};
|
|
@@ -29478,7 +29578,7 @@ declare const VForm: {
|
|
|
29478
29578
|
}[]>;
|
|
29479
29579
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29480
29580
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29481
|
-
isValidating: vue.
|
|
29581
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29482
29582
|
isValid: vue.Ref<boolean | null> & {
|
|
29483
29583
|
readonly externalValue: boolean | null;
|
|
29484
29584
|
};
|
|
@@ -29508,7 +29608,7 @@ declare const VForm: {
|
|
|
29508
29608
|
}[]>;
|
|
29509
29609
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29510
29610
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29511
|
-
isValidating: vue.
|
|
29611
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29512
29612
|
isValid: vue.Ref<boolean | null> & {
|
|
29513
29613
|
readonly externalValue: boolean | null;
|
|
29514
29614
|
};
|
|
@@ -29539,7 +29639,7 @@ declare const VForm: {
|
|
|
29539
29639
|
}[]>;
|
|
29540
29640
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29541
29641
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29542
|
-
isValidating: vue.
|
|
29642
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29543
29643
|
isValid: vue.Ref<boolean | null> & {
|
|
29544
29644
|
readonly externalValue: boolean | null;
|
|
29545
29645
|
};
|
|
@@ -29579,7 +29679,7 @@ declare const VForm: {
|
|
|
29579
29679
|
}[]>;
|
|
29580
29680
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29581
29681
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29582
|
-
isValidating: vue.
|
|
29682
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29583
29683
|
isValid: vue.Ref<boolean | null> & {
|
|
29584
29684
|
readonly externalValue: boolean | null;
|
|
29585
29685
|
};
|
|
@@ -29628,7 +29728,7 @@ declare const VForm: {
|
|
|
29628
29728
|
}[]>;
|
|
29629
29729
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29630
29730
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29631
|
-
isValidating: vue.
|
|
29731
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29632
29732
|
isValid: vue.Ref<boolean | null> & {
|
|
29633
29733
|
readonly externalValue: boolean | null;
|
|
29634
29734
|
};
|
|
@@ -29657,7 +29757,7 @@ declare const VForm: {
|
|
|
29657
29757
|
}[]>;
|
|
29658
29758
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29659
29759
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29660
|
-
isValidating: vue.
|
|
29760
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29661
29761
|
isValid: vue.Ref<boolean | null> & {
|
|
29662
29762
|
readonly externalValue: boolean | null;
|
|
29663
29763
|
};
|
|
@@ -29687,7 +29787,7 @@ declare const VForm: {
|
|
|
29687
29787
|
}[]>;
|
|
29688
29788
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29689
29789
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29690
|
-
isValidating: vue.
|
|
29790
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29691
29791
|
isValid: vue.Ref<boolean | null> & {
|
|
29692
29792
|
readonly externalValue: boolean | null;
|
|
29693
29793
|
};
|
|
@@ -29718,7 +29818,7 @@ declare const VForm: {
|
|
|
29718
29818
|
}[]>;
|
|
29719
29819
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29720
29820
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29721
|
-
isValidating: vue.
|
|
29821
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29722
29822
|
isValid: vue.Ref<boolean | null> & {
|
|
29723
29823
|
readonly externalValue: boolean | null;
|
|
29724
29824
|
};
|
|
@@ -29750,7 +29850,7 @@ declare const VForm: {
|
|
|
29750
29850
|
}[]>;
|
|
29751
29851
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29752
29852
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29753
|
-
isValidating: vue.
|
|
29853
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29754
29854
|
isValid: vue.Ref<boolean | null> & {
|
|
29755
29855
|
readonly externalValue: boolean | null;
|
|
29756
29856
|
};
|
|
@@ -29800,7 +29900,7 @@ declare const VForm: {
|
|
|
29800
29900
|
}[]>;
|
|
29801
29901
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29802
29902
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29803
|
-
isValidating: vue.
|
|
29903
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29804
29904
|
isValid: vue.Ref<boolean | null> & {
|
|
29805
29905
|
readonly externalValue: boolean | null;
|
|
29806
29906
|
};
|
|
@@ -29829,7 +29929,7 @@ declare const VForm: {
|
|
|
29829
29929
|
}[]>;
|
|
29830
29930
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29831
29931
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29832
|
-
isValidating: vue.
|
|
29932
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29833
29933
|
isValid: vue.Ref<boolean | null> & {
|
|
29834
29934
|
readonly externalValue: boolean | null;
|
|
29835
29935
|
};
|
|
@@ -29859,7 +29959,7 @@ declare const VForm: {
|
|
|
29859
29959
|
}[]>;
|
|
29860
29960
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29861
29961
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29862
|
-
isValidating: vue.
|
|
29962
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29863
29963
|
isValid: vue.Ref<boolean | null> & {
|
|
29864
29964
|
readonly externalValue: boolean | null;
|
|
29865
29965
|
};
|
|
@@ -29890,7 +29990,7 @@ declare const VForm: {
|
|
|
29890
29990
|
}[]>;
|
|
29891
29991
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29892
29992
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29893
|
-
isValidating: vue.
|
|
29993
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29894
29994
|
isValid: vue.Ref<boolean | null> & {
|
|
29895
29995
|
readonly externalValue: boolean | null;
|
|
29896
29996
|
};
|
|
@@ -29922,7 +30022,7 @@ declare const VForm: {
|
|
|
29922
30022
|
}[]>;
|
|
29923
30023
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29924
30024
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29925
|
-
isValidating: vue.
|
|
30025
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29926
30026
|
isValid: vue.Ref<boolean | null> & {
|
|
29927
30027
|
readonly externalValue: boolean | null;
|
|
29928
30028
|
};
|
|
@@ -29961,7 +30061,7 @@ declare const VForm: {
|
|
|
29961
30061
|
}[]>;
|
|
29962
30062
|
isDisabled: vue.ComputedRef<boolean>;
|
|
29963
30063
|
isReadonly: vue.ComputedRef<boolean>;
|
|
29964
|
-
isValidating: vue.
|
|
30064
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
29965
30065
|
isValid: vue.Ref<boolean | null> & {
|
|
29966
30066
|
readonly externalValue: boolean | null;
|
|
29967
30067
|
};
|
|
@@ -35192,7 +35292,7 @@ declare const VMenu: {
|
|
|
35192
35292
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
35193
35293
|
}, {
|
|
35194
35294
|
id: vue.ComputedRef<string>;
|
|
35195
|
-
ΨopenChildren: vue.
|
|
35295
|
+
ΨopenChildren: vue.ShallowRef<number>;
|
|
35196
35296
|
} & Omit<Omit<{
|
|
35197
35297
|
$: vue.ComponentInternalInstance;
|
|
35198
35298
|
$data: {};
|
|
@@ -35630,7 +35730,7 @@ declare const VMenu: {
|
|
|
35630
35730
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
35631
35731
|
localTop: vue.ComputedRef<boolean>;
|
|
35632
35732
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
35633
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
35733
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
35634
35734
|
'update:modelValue': (value: boolean) => boolean;
|
|
35635
35735
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
35636
35736
|
location: Anchor;
|
|
@@ -35834,7 +35934,7 @@ declare const VMenu: {
|
|
|
35834
35934
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
35835
35935
|
}, {
|
|
35836
35936
|
id: vue.ComputedRef<string>;
|
|
35837
|
-
ΨopenChildren: vue.
|
|
35937
|
+
ΨopenChildren: vue.ShallowRef<number>;
|
|
35838
35938
|
} & Omit<Omit<{
|
|
35839
35939
|
$: vue.ComponentInternalInstance;
|
|
35840
35940
|
$data: {};
|
|
@@ -36272,7 +36372,7 @@ declare const VMenu: {
|
|
|
36272
36372
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
36273
36373
|
localTop: vue.ComputedRef<boolean>;
|
|
36274
36374
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
36275
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
36375
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
36276
36376
|
location: Anchor;
|
|
36277
36377
|
origin: "auto" | Anchor | "overlap";
|
|
36278
36378
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
@@ -36383,7 +36483,7 @@ declare const VMenu: {
|
|
|
36383
36483
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
36384
36484
|
}, {
|
|
36385
36485
|
id: vue.ComputedRef<string>;
|
|
36386
|
-
ΨopenChildren: vue.
|
|
36486
|
+
ΨopenChildren: vue.ShallowRef<number>;
|
|
36387
36487
|
} & Omit<Omit<{
|
|
36388
36488
|
$: vue.ComponentInternalInstance;
|
|
36389
36489
|
$data: {};
|
|
@@ -36821,7 +36921,7 @@ declare const VMenu: {
|
|
|
36821
36921
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
36822
36922
|
localTop: vue.ComputedRef<boolean>;
|
|
36823
36923
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
36824
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
36924
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
36825
36925
|
'update:modelValue': (value: boolean) => boolean;
|
|
36826
36926
|
}, string, {
|
|
36827
36927
|
location: Anchor;
|
|
@@ -37150,7 +37250,7 @@ declare const VNavigationDrawer: {
|
|
|
37150
37250
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
37151
37251
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
37152
37252
|
}, {
|
|
37153
|
-
isStuck: vue.
|
|
37253
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
|
37154
37254
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
37155
37255
|
'update:modelValue': (val: boolean) => true;
|
|
37156
37256
|
'update:rail': (val: boolean) => true;
|
|
@@ -37295,7 +37395,7 @@ declare const VNavigationDrawer: {
|
|
|
37295
37395
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
37296
37396
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
37297
37397
|
}, {
|
|
37298
|
-
isStuck: vue.
|
|
37398
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
|
37299
37399
|
}, {}, {}, {}, {
|
|
37300
37400
|
absolute: boolean;
|
|
37301
37401
|
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
@@ -37371,7 +37471,7 @@ declare const VNavigationDrawer: {
|
|
|
37371
37471
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
37372
37472
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
37373
37473
|
}, {
|
|
37374
|
-
isStuck: vue.
|
|
37474
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
|
37375
37475
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
37376
37476
|
'update:modelValue': (val: boolean) => true;
|
|
37377
37477
|
'update:rail': (val: boolean) => true;
|
|
@@ -38573,8 +38673,8 @@ type ControlSlot = {
|
|
|
38573
38673
|
icon: IconValue;
|
|
38574
38674
|
onClick: (e: Event) => void;
|
|
38575
38675
|
disabled: boolean;
|
|
38576
|
-
|
|
38577
|
-
|
|
38676
|
+
'aria-label': string;
|
|
38677
|
+
'aria-disabled': boolean;
|
|
38578
38678
|
};
|
|
38579
38679
|
declare const VPagination: {
|
|
38580
38680
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
@@ -44680,7 +44780,7 @@ declare const VSlideGroup: {
|
|
|
44680
44780
|
} & {}, {
|
|
44681
44781
|
selected: vue.Ref<readonly number[]>;
|
|
44682
44782
|
scrollTo: (location: 'prev' | 'next') => void;
|
|
44683
|
-
scrollOffset: vue.
|
|
44783
|
+
scrollOffset: vue.ShallowRef<number>;
|
|
44684
44784
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
|
44685
44785
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
44686
44786
|
'update:modelValue': (value: any) => boolean;
|
|
@@ -44749,7 +44849,7 @@ declare const VSlideGroup: {
|
|
|
44749
44849
|
} & {}, {
|
|
44750
44850
|
selected: vue.Ref<readonly number[]>;
|
|
44751
44851
|
scrollTo: (location: 'prev' | 'next') => void;
|
|
44752
|
-
scrollOffset: vue.
|
|
44852
|
+
scrollOffset: vue.ShallowRef<number>;
|
|
44753
44853
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
|
44754
44854
|
}, {}, {}, {}, {
|
|
44755
44855
|
symbol: any;
|
|
@@ -44786,7 +44886,7 @@ declare const VSlideGroup: {
|
|
|
44786
44886
|
} & {}, {
|
|
44787
44887
|
selected: vue.Ref<readonly number[]>;
|
|
44788
44888
|
scrollTo: (location: 'prev' | 'next') => void;
|
|
44789
|
-
scrollOffset: vue.
|
|
44889
|
+
scrollOffset: vue.ShallowRef<number>;
|
|
44790
44890
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
|
44791
44891
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
44792
44892
|
'update:modelValue': (value: any) => boolean;
|
|
@@ -46435,7 +46535,7 @@ declare const VSnackbar: {
|
|
|
46435
46535
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
46436
46536
|
localTop: vue.ComputedRef<boolean>;
|
|
46437
46537
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
46438
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
46538
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
46439
46539
|
'update:modelValue': (v: boolean) => boolean;
|
|
46440
46540
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
46441
46541
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -47078,7 +47178,7 @@ declare const VSnackbar: {
|
|
|
47078
47178
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
47079
47179
|
localTop: vue.ComputedRef<boolean>;
|
|
47080
47180
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
47081
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
47181
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
47082
47182
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
47083
47183
|
absolute: boolean;
|
|
47084
47184
|
location: Anchor;
|
|
@@ -47623,7 +47723,7 @@ declare const VSnackbar: {
|
|
|
47623
47723
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
47624
47724
|
localTop: vue.ComputedRef<boolean>;
|
|
47625
47725
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
47626
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
47726
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
47627
47727
|
'update:modelValue': (v: boolean) => boolean;
|
|
47628
47728
|
}, string, {
|
|
47629
47729
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -50739,33 +50839,330 @@ declare const VTab: {
|
|
|
50739
50839
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50740
50840
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50741
50841
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50742
|
-
},
|
|
50842
|
+
}, Omit<Omit<{
|
|
50843
|
+
$: vue.ComponentInternalInstance;
|
|
50844
|
+
$data: {};
|
|
50845
|
+
$props: Partial<{
|
|
50846
|
+
symbol: any;
|
|
50847
|
+
replace: boolean;
|
|
50848
|
+
flat: boolean;
|
|
50849
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50850
|
+
exact: boolean;
|
|
50851
|
+
block: boolean;
|
|
50852
|
+
active: boolean;
|
|
50853
|
+
style: vue.StyleValue;
|
|
50854
|
+
disabled: boolean;
|
|
50855
|
+
size: string | number;
|
|
50856
|
+
tag: string;
|
|
50857
|
+
rounded: string | number | boolean;
|
|
50858
|
+
density: Density;
|
|
50859
|
+
slim: boolean;
|
|
50860
|
+
stacked: boolean;
|
|
50861
|
+
ripple: boolean | {
|
|
50862
|
+
class: string;
|
|
50863
|
+
} | undefined;
|
|
50864
|
+
}> & Omit<{
|
|
50865
|
+
symbol: any;
|
|
50866
|
+
replace: boolean;
|
|
50867
|
+
flat: boolean;
|
|
50868
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50869
|
+
exact: boolean;
|
|
50870
|
+
block: boolean;
|
|
50871
|
+
style: vue.StyleValue;
|
|
50872
|
+
disabled: boolean;
|
|
50873
|
+
size: string | number;
|
|
50874
|
+
tag: string;
|
|
50875
|
+
density: Density;
|
|
50876
|
+
slim: boolean;
|
|
50877
|
+
stacked: boolean;
|
|
50878
|
+
ripple: boolean | {
|
|
50879
|
+
class: string;
|
|
50880
|
+
} | undefined;
|
|
50881
|
+
location?: Anchor | undefined;
|
|
50882
|
+
height?: string | number | undefined;
|
|
50883
|
+
width?: string | number | undefined;
|
|
50884
|
+
active?: boolean | undefined;
|
|
50885
|
+
border?: string | number | boolean | undefined;
|
|
50886
|
+
color?: string | undefined;
|
|
50887
|
+
maxHeight?: string | number | undefined;
|
|
50888
|
+
maxWidth?: string | number | undefined;
|
|
50889
|
+
minHeight?: string | number | undefined;
|
|
50890
|
+
minWidth?: string | number | undefined;
|
|
50891
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
50892
|
+
value?: any;
|
|
50893
|
+
loading?: string | boolean | undefined;
|
|
50894
|
+
text?: string | undefined;
|
|
50895
|
+
class?: any;
|
|
50896
|
+
icon?: boolean | IconValue | undefined;
|
|
50897
|
+
href?: string | undefined;
|
|
50898
|
+
elevation?: string | number | undefined;
|
|
50899
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
50900
|
+
theme?: string | undefined;
|
|
50901
|
+
rounded?: string | number | boolean | undefined;
|
|
50902
|
+
selectedClass?: string | undefined;
|
|
50903
|
+
prependIcon?: IconValue | undefined;
|
|
50904
|
+
appendIcon?: IconValue | undefined;
|
|
50905
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
50906
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
50907
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
50908
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
50909
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
50910
|
+
};
|
|
50911
|
+
'v-slots'?: {
|
|
50912
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50913
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
50914
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
50915
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
50916
|
+
} | undefined;
|
|
50917
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50918
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50919
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50920
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50921
|
+
"onGroup:selected"?: ((val: {
|
|
50922
|
+
value: boolean;
|
|
50923
|
+
}) => any) | undefined;
|
|
50924
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
50925
|
+
symbol: any;
|
|
50926
|
+
replace: boolean;
|
|
50927
|
+
flat: boolean;
|
|
50928
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50929
|
+
exact: boolean;
|
|
50930
|
+
block: boolean;
|
|
50931
|
+
style: vue.StyleValue;
|
|
50932
|
+
disabled: boolean;
|
|
50933
|
+
size: string | number;
|
|
50934
|
+
tag: string;
|
|
50935
|
+
density: Density;
|
|
50936
|
+
slim: boolean;
|
|
50937
|
+
stacked: boolean;
|
|
50938
|
+
ripple: boolean | {
|
|
50939
|
+
class: string;
|
|
50940
|
+
} | undefined;
|
|
50941
|
+
} & {
|
|
50942
|
+
location?: Anchor | undefined;
|
|
50943
|
+
height?: string | number | undefined;
|
|
50944
|
+
width?: string | number | undefined;
|
|
50945
|
+
active?: boolean | undefined;
|
|
50946
|
+
border?: string | number | boolean | undefined;
|
|
50947
|
+
color?: string | undefined;
|
|
50948
|
+
maxHeight?: string | number | undefined;
|
|
50949
|
+
maxWidth?: string | number | undefined;
|
|
50950
|
+
minHeight?: string | number | undefined;
|
|
50951
|
+
minWidth?: string | number | undefined;
|
|
50952
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
50953
|
+
value?: any;
|
|
50954
|
+
loading?: string | boolean | undefined;
|
|
50955
|
+
text?: string | undefined;
|
|
50956
|
+
class?: any;
|
|
50957
|
+
icon?: boolean | IconValue | undefined;
|
|
50958
|
+
href?: string | undefined;
|
|
50959
|
+
elevation?: string | number | undefined;
|
|
50960
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
50961
|
+
theme?: string | undefined;
|
|
50962
|
+
rounded?: string | number | boolean | undefined;
|
|
50963
|
+
selectedClass?: string | undefined;
|
|
50964
|
+
prependIcon?: IconValue | undefined;
|
|
50965
|
+
appendIcon?: IconValue | undefined;
|
|
50966
|
+
} & {
|
|
50967
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
50968
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
50969
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
50970
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
50971
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
50972
|
+
};
|
|
50973
|
+
'v-slots'?: {
|
|
50974
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50975
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
50976
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
50977
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
50978
|
+
} | undefined;
|
|
50979
|
+
} & {
|
|
50980
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50981
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50982
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50983
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50984
|
+
} & {
|
|
50985
|
+
"onGroup:selected"?: ((val: {
|
|
50986
|
+
value: boolean;
|
|
50987
|
+
}) => any) | undefined;
|
|
50988
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple">;
|
|
50989
|
+
$attrs: {
|
|
50990
|
+
[x: string]: unknown;
|
|
50991
|
+
};
|
|
50992
|
+
$refs: {
|
|
50993
|
+
[x: string]: unknown;
|
|
50994
|
+
};
|
|
50995
|
+
$slots: Readonly<{
|
|
50996
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50997
|
+
[key: string]: any;
|
|
50998
|
+
}>[]) | undefined;
|
|
50999
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51000
|
+
[key: string]: any;
|
|
51001
|
+
}>[]) | undefined;
|
|
51002
|
+
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51003
|
+
[key: string]: any;
|
|
51004
|
+
}>[]) | undefined;
|
|
51005
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51006
|
+
[key: string]: any;
|
|
51007
|
+
}>[]) | undefined;
|
|
51008
|
+
}>;
|
|
51009
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51010
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51011
|
+
$emit: (event: "group:selected", val: {
|
|
51012
|
+
value: boolean;
|
|
51013
|
+
}) => void;
|
|
51014
|
+
$el: any;
|
|
51015
|
+
$options: vue.ComponentOptionsBase<{
|
|
51016
|
+
symbol: any;
|
|
51017
|
+
replace: boolean;
|
|
51018
|
+
flat: boolean;
|
|
51019
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51020
|
+
exact: boolean;
|
|
51021
|
+
block: boolean;
|
|
51022
|
+
style: vue.StyleValue;
|
|
51023
|
+
disabled: boolean;
|
|
51024
|
+
size: string | number;
|
|
51025
|
+
tag: string;
|
|
51026
|
+
density: Density;
|
|
51027
|
+
slim: boolean;
|
|
51028
|
+
stacked: boolean;
|
|
51029
|
+
ripple: boolean | {
|
|
51030
|
+
class: string;
|
|
51031
|
+
} | undefined;
|
|
51032
|
+
} & {
|
|
51033
|
+
location?: Anchor | undefined;
|
|
51034
|
+
height?: string | number | undefined;
|
|
51035
|
+
width?: string | number | undefined;
|
|
51036
|
+
active?: boolean | undefined;
|
|
51037
|
+
border?: string | number | boolean | undefined;
|
|
51038
|
+
color?: string | undefined;
|
|
51039
|
+
maxHeight?: string | number | undefined;
|
|
51040
|
+
maxWidth?: string | number | undefined;
|
|
51041
|
+
minHeight?: string | number | undefined;
|
|
51042
|
+
minWidth?: string | number | undefined;
|
|
51043
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51044
|
+
value?: any;
|
|
51045
|
+
loading?: string | boolean | undefined;
|
|
51046
|
+
text?: string | undefined;
|
|
51047
|
+
class?: any;
|
|
51048
|
+
icon?: boolean | IconValue | undefined;
|
|
51049
|
+
href?: string | undefined;
|
|
51050
|
+
elevation?: string | number | undefined;
|
|
51051
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51052
|
+
theme?: string | undefined;
|
|
51053
|
+
rounded?: string | number | boolean | undefined;
|
|
51054
|
+
selectedClass?: string | undefined;
|
|
51055
|
+
prependIcon?: IconValue | undefined;
|
|
51056
|
+
appendIcon?: IconValue | undefined;
|
|
51057
|
+
} & {
|
|
51058
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51059
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51060
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51061
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51062
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51063
|
+
};
|
|
51064
|
+
'v-slots'?: {
|
|
51065
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51066
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51067
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51068
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51069
|
+
} | undefined;
|
|
51070
|
+
} & {
|
|
51071
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51072
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51073
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51074
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51075
|
+
} & {
|
|
51076
|
+
"onGroup:selected"?: ((val: {
|
|
51077
|
+
value: boolean;
|
|
51078
|
+
}) => any) | undefined;
|
|
51079
|
+
}, {
|
|
51080
|
+
group: GroupItemProvide | null;
|
|
51081
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
51082
|
+
'group:selected': (val: {
|
|
51083
|
+
value: boolean;
|
|
51084
|
+
}) => true;
|
|
51085
|
+
}, string, {
|
|
51086
|
+
symbol: any;
|
|
51087
|
+
replace: boolean;
|
|
51088
|
+
flat: boolean;
|
|
51089
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51090
|
+
exact: boolean;
|
|
51091
|
+
block: boolean;
|
|
51092
|
+
active: boolean;
|
|
51093
|
+
style: vue.StyleValue;
|
|
51094
|
+
disabled: boolean;
|
|
51095
|
+
size: string | number;
|
|
51096
|
+
tag: string;
|
|
51097
|
+
rounded: string | number | boolean;
|
|
51098
|
+
density: Density;
|
|
51099
|
+
slim: boolean;
|
|
51100
|
+
stacked: boolean;
|
|
51101
|
+
ripple: boolean | {
|
|
51102
|
+
class: string;
|
|
51103
|
+
} | undefined;
|
|
51104
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
51105
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51106
|
+
[key: string]: any;
|
|
51107
|
+
}>[];
|
|
51108
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51109
|
+
[key: string]: any;
|
|
51110
|
+
}>[];
|
|
51111
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51112
|
+
[key: string]: any;
|
|
51113
|
+
}>[];
|
|
51114
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51115
|
+
[key: string]: any;
|
|
51116
|
+
}>[];
|
|
51117
|
+
}>>> & {
|
|
51118
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
51119
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
51120
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
51121
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51122
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
51123
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
51124
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
51125
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
51126
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
51127
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
51128
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
51129
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51130
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51131
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51132
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
51133
|
+
};
|
|
51134
|
+
$forceUpdate: () => void;
|
|
51135
|
+
$nextTick: typeof vue.nextTick;
|
|
51136
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
51137
|
+
} & Omit<{
|
|
51138
|
+
symbol: any;
|
|
50743
51139
|
replace: boolean;
|
|
50744
|
-
|
|
50745
|
-
variant: NonNullable<
|
|
51140
|
+
flat: boolean;
|
|
51141
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50746
51142
|
exact: boolean;
|
|
50747
|
-
|
|
51143
|
+
block: boolean;
|
|
50748
51144
|
style: vue.StyleValue;
|
|
50749
51145
|
disabled: boolean;
|
|
50750
51146
|
size: string | number;
|
|
50751
51147
|
tag: string;
|
|
50752
51148
|
density: Density;
|
|
50753
|
-
selectedClass: string;
|
|
50754
51149
|
slim: boolean;
|
|
50755
51150
|
stacked: boolean;
|
|
50756
51151
|
ripple: boolean | {
|
|
50757
51152
|
class: string;
|
|
50758
51153
|
} | undefined;
|
|
50759
|
-
hideSlider: boolean;
|
|
50760
51154
|
} & {
|
|
51155
|
+
location?: Anchor | undefined;
|
|
50761
51156
|
height?: string | number | undefined;
|
|
50762
51157
|
width?: string | number | undefined;
|
|
51158
|
+
active?: boolean | undefined;
|
|
50763
51159
|
border?: string | number | boolean | undefined;
|
|
50764
51160
|
color?: string | undefined;
|
|
50765
51161
|
maxHeight?: string | number | undefined;
|
|
50766
51162
|
maxWidth?: string | number | undefined;
|
|
50767
51163
|
minHeight?: string | number | undefined;
|
|
50768
51164
|
minWidth?: string | number | undefined;
|
|
51165
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
50769
51166
|
value?: any;
|
|
50770
51167
|
loading?: string | boolean | undefined;
|
|
50771
51168
|
text?: string | undefined;
|
|
@@ -50776,9 +51173,9 @@ declare const VTab: {
|
|
|
50776
51173
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
50777
51174
|
theme?: string | undefined;
|
|
50778
51175
|
rounded?: string | number | boolean | undefined;
|
|
51176
|
+
selectedClass?: string | undefined;
|
|
50779
51177
|
prependIcon?: IconValue | undefined;
|
|
50780
51178
|
appendIcon?: IconValue | undefined;
|
|
50781
|
-
sliderColor?: string | undefined;
|
|
50782
51179
|
} & {
|
|
50783
51180
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
50784
51181
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -50797,46 +51194,13 @@ declare const VTab: {
|
|
|
50797
51194
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50798
51195
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50799
51196
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50800
|
-
}
|
|
50801
|
-
|
|
50802
|
-
|
|
50803
|
-
|
|
50804
|
-
|
|
50805
|
-
|
|
50806
|
-
|
|
50807
|
-
disabled: boolean;
|
|
50808
|
-
size: string | number;
|
|
50809
|
-
tag: string;
|
|
50810
|
-
rounded: string | number | boolean;
|
|
50811
|
-
density: Density;
|
|
50812
|
-
selectedClass: string;
|
|
50813
|
-
slim: boolean;
|
|
50814
|
-
stacked: boolean;
|
|
50815
|
-
ripple: boolean | {
|
|
50816
|
-
class: string;
|
|
50817
|
-
} | undefined;
|
|
50818
|
-
hideSlider: boolean;
|
|
50819
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
50820
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50821
|
-
[key: string]: any;
|
|
50822
|
-
}>[];
|
|
50823
|
-
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50824
|
-
[key: string]: any;
|
|
50825
|
-
}>[];
|
|
50826
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50827
|
-
[key: string]: any;
|
|
50828
|
-
}>[];
|
|
50829
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50830
|
-
[key: string]: any;
|
|
50831
|
-
}>[];
|
|
50832
|
-
}>>, {
|
|
50833
|
-
P: {};
|
|
50834
|
-
B: {};
|
|
50835
|
-
D: {};
|
|
50836
|
-
C: {};
|
|
50837
|
-
M: {};
|
|
50838
|
-
Defaults: {};
|
|
50839
|
-
}, {
|
|
51197
|
+
} & {
|
|
51198
|
+
"onGroup:selected"?: ((val: {
|
|
51199
|
+
value: boolean;
|
|
51200
|
+
}) => any) | undefined;
|
|
51201
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
|
51202
|
+
group: GroupItemProvide | null;
|
|
51203
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
50840
51204
|
replace: boolean;
|
|
50841
51205
|
fixed: boolean;
|
|
50842
51206
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
@@ -50894,7 +51258,465 @@ declare const VTab: {
|
|
|
50894
51258
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50895
51259
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50896
51260
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50897
|
-
}, {
|
|
51261
|
+
}, {
|
|
51262
|
+
replace: boolean;
|
|
51263
|
+
fixed: boolean;
|
|
51264
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
51265
|
+
exact: boolean;
|
|
51266
|
+
direction: "horizontal" | "vertical";
|
|
51267
|
+
style: vue.StyleValue;
|
|
51268
|
+
disabled: boolean;
|
|
51269
|
+
size: string | number;
|
|
51270
|
+
tag: string;
|
|
51271
|
+
rounded: string | number | boolean;
|
|
51272
|
+
density: Density;
|
|
51273
|
+
selectedClass: string;
|
|
51274
|
+
slim: boolean;
|
|
51275
|
+
stacked: boolean;
|
|
51276
|
+
ripple: boolean | {
|
|
51277
|
+
class: string;
|
|
51278
|
+
} | undefined;
|
|
51279
|
+
hideSlider: boolean;
|
|
51280
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
51281
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51282
|
+
[key: string]: any;
|
|
51283
|
+
}>[];
|
|
51284
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51285
|
+
[key: string]: any;
|
|
51286
|
+
}>[];
|
|
51287
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51288
|
+
[key: string]: any;
|
|
51289
|
+
}>[];
|
|
51290
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51291
|
+
[key: string]: any;
|
|
51292
|
+
}>[];
|
|
51293
|
+
}>>, {
|
|
51294
|
+
P: {};
|
|
51295
|
+
B: {};
|
|
51296
|
+
D: {};
|
|
51297
|
+
C: {};
|
|
51298
|
+
M: {};
|
|
51299
|
+
Defaults: {};
|
|
51300
|
+
}, {
|
|
51301
|
+
replace: boolean;
|
|
51302
|
+
fixed: boolean;
|
|
51303
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
51304
|
+
exact: boolean;
|
|
51305
|
+
direction: "horizontal" | "vertical";
|
|
51306
|
+
style: vue.StyleValue;
|
|
51307
|
+
disabled: boolean;
|
|
51308
|
+
size: string | number;
|
|
51309
|
+
tag: string;
|
|
51310
|
+
density: Density;
|
|
51311
|
+
selectedClass: string;
|
|
51312
|
+
slim: boolean;
|
|
51313
|
+
stacked: boolean;
|
|
51314
|
+
ripple: boolean | {
|
|
51315
|
+
class: string;
|
|
51316
|
+
} | undefined;
|
|
51317
|
+
hideSlider: boolean;
|
|
51318
|
+
} & {
|
|
51319
|
+
height?: string | number | undefined;
|
|
51320
|
+
width?: string | number | undefined;
|
|
51321
|
+
border?: string | number | boolean | undefined;
|
|
51322
|
+
color?: string | undefined;
|
|
51323
|
+
maxHeight?: string | number | undefined;
|
|
51324
|
+
maxWidth?: string | number | undefined;
|
|
51325
|
+
minHeight?: string | number | undefined;
|
|
51326
|
+
minWidth?: string | number | undefined;
|
|
51327
|
+
value?: any;
|
|
51328
|
+
loading?: string | boolean | undefined;
|
|
51329
|
+
text?: string | undefined;
|
|
51330
|
+
class?: any;
|
|
51331
|
+
icon?: boolean | IconValue | undefined;
|
|
51332
|
+
href?: string | undefined;
|
|
51333
|
+
elevation?: string | number | undefined;
|
|
51334
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51335
|
+
theme?: string | undefined;
|
|
51336
|
+
rounded?: string | number | boolean | undefined;
|
|
51337
|
+
prependIcon?: IconValue | undefined;
|
|
51338
|
+
appendIcon?: IconValue | undefined;
|
|
51339
|
+
sliderColor?: string | undefined;
|
|
51340
|
+
} & {
|
|
51341
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51342
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51343
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51344
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51345
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51346
|
+
};
|
|
51347
|
+
'v-slots'?: {
|
|
51348
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51349
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51350
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51351
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51352
|
+
} | undefined;
|
|
51353
|
+
} & {
|
|
51354
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51355
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51356
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51357
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51358
|
+
}, Omit<Omit<{
|
|
51359
|
+
$: vue.ComponentInternalInstance;
|
|
51360
|
+
$data: {};
|
|
51361
|
+
$props: Partial<{
|
|
51362
|
+
symbol: any;
|
|
51363
|
+
replace: boolean;
|
|
51364
|
+
flat: boolean;
|
|
51365
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51366
|
+
exact: boolean;
|
|
51367
|
+
block: boolean;
|
|
51368
|
+
active: boolean;
|
|
51369
|
+
style: vue.StyleValue;
|
|
51370
|
+
disabled: boolean;
|
|
51371
|
+
size: string | number;
|
|
51372
|
+
tag: string;
|
|
51373
|
+
rounded: string | number | boolean;
|
|
51374
|
+
density: Density;
|
|
51375
|
+
slim: boolean;
|
|
51376
|
+
stacked: boolean;
|
|
51377
|
+
ripple: boolean | {
|
|
51378
|
+
class: string;
|
|
51379
|
+
} | undefined;
|
|
51380
|
+
}> & Omit<{
|
|
51381
|
+
symbol: any;
|
|
51382
|
+
replace: boolean;
|
|
51383
|
+
flat: boolean;
|
|
51384
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51385
|
+
exact: boolean;
|
|
51386
|
+
block: boolean;
|
|
51387
|
+
style: vue.StyleValue;
|
|
51388
|
+
disabled: boolean;
|
|
51389
|
+
size: string | number;
|
|
51390
|
+
tag: string;
|
|
51391
|
+
density: Density;
|
|
51392
|
+
slim: boolean;
|
|
51393
|
+
stacked: boolean;
|
|
51394
|
+
ripple: boolean | {
|
|
51395
|
+
class: string;
|
|
51396
|
+
} | undefined;
|
|
51397
|
+
location?: Anchor | undefined;
|
|
51398
|
+
height?: string | number | undefined;
|
|
51399
|
+
width?: string | number | undefined;
|
|
51400
|
+
active?: boolean | undefined;
|
|
51401
|
+
border?: string | number | boolean | undefined;
|
|
51402
|
+
color?: string | undefined;
|
|
51403
|
+
maxHeight?: string | number | undefined;
|
|
51404
|
+
maxWidth?: string | number | undefined;
|
|
51405
|
+
minHeight?: string | number | undefined;
|
|
51406
|
+
minWidth?: string | number | undefined;
|
|
51407
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51408
|
+
value?: any;
|
|
51409
|
+
loading?: string | boolean | undefined;
|
|
51410
|
+
text?: string | undefined;
|
|
51411
|
+
class?: any;
|
|
51412
|
+
icon?: boolean | IconValue | undefined;
|
|
51413
|
+
href?: string | undefined;
|
|
51414
|
+
elevation?: string | number | undefined;
|
|
51415
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51416
|
+
theme?: string | undefined;
|
|
51417
|
+
rounded?: string | number | boolean | undefined;
|
|
51418
|
+
selectedClass?: string | undefined;
|
|
51419
|
+
prependIcon?: IconValue | undefined;
|
|
51420
|
+
appendIcon?: IconValue | undefined;
|
|
51421
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51422
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51423
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51424
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51425
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51426
|
+
};
|
|
51427
|
+
'v-slots'?: {
|
|
51428
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51429
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51430
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51431
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51432
|
+
} | undefined;
|
|
51433
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51434
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51435
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51436
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51437
|
+
"onGroup:selected"?: ((val: {
|
|
51438
|
+
value: boolean;
|
|
51439
|
+
}) => any) | undefined;
|
|
51440
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
51441
|
+
symbol: any;
|
|
51442
|
+
replace: boolean;
|
|
51443
|
+
flat: boolean;
|
|
51444
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51445
|
+
exact: boolean;
|
|
51446
|
+
block: boolean;
|
|
51447
|
+
style: vue.StyleValue;
|
|
51448
|
+
disabled: boolean;
|
|
51449
|
+
size: string | number;
|
|
51450
|
+
tag: string;
|
|
51451
|
+
density: Density;
|
|
51452
|
+
slim: boolean;
|
|
51453
|
+
stacked: boolean;
|
|
51454
|
+
ripple: boolean | {
|
|
51455
|
+
class: string;
|
|
51456
|
+
} | undefined;
|
|
51457
|
+
} & {
|
|
51458
|
+
location?: Anchor | undefined;
|
|
51459
|
+
height?: string | number | undefined;
|
|
51460
|
+
width?: string | number | undefined;
|
|
51461
|
+
active?: boolean | undefined;
|
|
51462
|
+
border?: string | number | boolean | undefined;
|
|
51463
|
+
color?: string | undefined;
|
|
51464
|
+
maxHeight?: string | number | undefined;
|
|
51465
|
+
maxWidth?: string | number | undefined;
|
|
51466
|
+
minHeight?: string | number | undefined;
|
|
51467
|
+
minWidth?: string | number | undefined;
|
|
51468
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51469
|
+
value?: any;
|
|
51470
|
+
loading?: string | boolean | undefined;
|
|
51471
|
+
text?: string | undefined;
|
|
51472
|
+
class?: any;
|
|
51473
|
+
icon?: boolean | IconValue | undefined;
|
|
51474
|
+
href?: string | undefined;
|
|
51475
|
+
elevation?: string | number | undefined;
|
|
51476
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51477
|
+
theme?: string | undefined;
|
|
51478
|
+
rounded?: string | number | boolean | undefined;
|
|
51479
|
+
selectedClass?: string | undefined;
|
|
51480
|
+
prependIcon?: IconValue | undefined;
|
|
51481
|
+
appendIcon?: IconValue | undefined;
|
|
51482
|
+
} & {
|
|
51483
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51484
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51485
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51486
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51487
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51488
|
+
};
|
|
51489
|
+
'v-slots'?: {
|
|
51490
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51491
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51492
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51493
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51494
|
+
} | undefined;
|
|
51495
|
+
} & {
|
|
51496
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51497
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51498
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51499
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51500
|
+
} & {
|
|
51501
|
+
"onGroup:selected"?: ((val: {
|
|
51502
|
+
value: boolean;
|
|
51503
|
+
}) => any) | undefined;
|
|
51504
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple">;
|
|
51505
|
+
$attrs: {
|
|
51506
|
+
[x: string]: unknown;
|
|
51507
|
+
};
|
|
51508
|
+
$refs: {
|
|
51509
|
+
[x: string]: unknown;
|
|
51510
|
+
};
|
|
51511
|
+
$slots: Readonly<{
|
|
51512
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51513
|
+
[key: string]: any;
|
|
51514
|
+
}>[]) | undefined;
|
|
51515
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51516
|
+
[key: string]: any;
|
|
51517
|
+
}>[]) | undefined;
|
|
51518
|
+
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51519
|
+
[key: string]: any;
|
|
51520
|
+
}>[]) | undefined;
|
|
51521
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51522
|
+
[key: string]: any;
|
|
51523
|
+
}>[]) | undefined;
|
|
51524
|
+
}>;
|
|
51525
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51526
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51527
|
+
$emit: (event: "group:selected", val: {
|
|
51528
|
+
value: boolean;
|
|
51529
|
+
}) => void;
|
|
51530
|
+
$el: any;
|
|
51531
|
+
$options: vue.ComponentOptionsBase<{
|
|
51532
|
+
symbol: any;
|
|
51533
|
+
replace: boolean;
|
|
51534
|
+
flat: boolean;
|
|
51535
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51536
|
+
exact: boolean;
|
|
51537
|
+
block: boolean;
|
|
51538
|
+
style: vue.StyleValue;
|
|
51539
|
+
disabled: boolean;
|
|
51540
|
+
size: string | number;
|
|
51541
|
+
tag: string;
|
|
51542
|
+
density: Density;
|
|
51543
|
+
slim: boolean;
|
|
51544
|
+
stacked: boolean;
|
|
51545
|
+
ripple: boolean | {
|
|
51546
|
+
class: string;
|
|
51547
|
+
} | undefined;
|
|
51548
|
+
} & {
|
|
51549
|
+
location?: Anchor | undefined;
|
|
51550
|
+
height?: string | number | undefined;
|
|
51551
|
+
width?: string | number | undefined;
|
|
51552
|
+
active?: boolean | undefined;
|
|
51553
|
+
border?: string | number | boolean | undefined;
|
|
51554
|
+
color?: string | undefined;
|
|
51555
|
+
maxHeight?: string | number | undefined;
|
|
51556
|
+
maxWidth?: string | number | undefined;
|
|
51557
|
+
minHeight?: string | number | undefined;
|
|
51558
|
+
minWidth?: string | number | undefined;
|
|
51559
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51560
|
+
value?: any;
|
|
51561
|
+
loading?: string | boolean | undefined;
|
|
51562
|
+
text?: string | undefined;
|
|
51563
|
+
class?: any;
|
|
51564
|
+
icon?: boolean | IconValue | undefined;
|
|
51565
|
+
href?: string | undefined;
|
|
51566
|
+
elevation?: string | number | undefined;
|
|
51567
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51568
|
+
theme?: string | undefined;
|
|
51569
|
+
rounded?: string | number | boolean | undefined;
|
|
51570
|
+
selectedClass?: string | undefined;
|
|
51571
|
+
prependIcon?: IconValue | undefined;
|
|
51572
|
+
appendIcon?: IconValue | undefined;
|
|
51573
|
+
} & {
|
|
51574
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51575
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51576
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51577
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51578
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51579
|
+
};
|
|
51580
|
+
'v-slots'?: {
|
|
51581
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51582
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51583
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51584
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51585
|
+
} | undefined;
|
|
51586
|
+
} & {
|
|
51587
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51588
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51589
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51590
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51591
|
+
} & {
|
|
51592
|
+
"onGroup:selected"?: ((val: {
|
|
51593
|
+
value: boolean;
|
|
51594
|
+
}) => any) | undefined;
|
|
51595
|
+
}, {
|
|
51596
|
+
group: GroupItemProvide | null;
|
|
51597
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
51598
|
+
'group:selected': (val: {
|
|
51599
|
+
value: boolean;
|
|
51600
|
+
}) => true;
|
|
51601
|
+
}, string, {
|
|
51602
|
+
symbol: any;
|
|
51603
|
+
replace: boolean;
|
|
51604
|
+
flat: boolean;
|
|
51605
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51606
|
+
exact: boolean;
|
|
51607
|
+
block: boolean;
|
|
51608
|
+
active: boolean;
|
|
51609
|
+
style: vue.StyleValue;
|
|
51610
|
+
disabled: boolean;
|
|
51611
|
+
size: string | number;
|
|
51612
|
+
tag: string;
|
|
51613
|
+
rounded: string | number | boolean;
|
|
51614
|
+
density: Density;
|
|
51615
|
+
slim: boolean;
|
|
51616
|
+
stacked: boolean;
|
|
51617
|
+
ripple: boolean | {
|
|
51618
|
+
class: string;
|
|
51619
|
+
} | undefined;
|
|
51620
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
51621
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51622
|
+
[key: string]: any;
|
|
51623
|
+
}>[];
|
|
51624
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51625
|
+
[key: string]: any;
|
|
51626
|
+
}>[];
|
|
51627
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51628
|
+
[key: string]: any;
|
|
51629
|
+
}>[];
|
|
51630
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51631
|
+
[key: string]: any;
|
|
51632
|
+
}>[];
|
|
51633
|
+
}>>> & {
|
|
51634
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
51635
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
51636
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
51637
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51638
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
51639
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
51640
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
51641
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
51642
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
51643
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
51644
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
51645
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51646
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51647
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51648
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
51649
|
+
};
|
|
51650
|
+
$forceUpdate: () => void;
|
|
51651
|
+
$nextTick: typeof vue.nextTick;
|
|
51652
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
51653
|
+
} & Omit<{
|
|
51654
|
+
symbol: any;
|
|
51655
|
+
replace: boolean;
|
|
51656
|
+
flat: boolean;
|
|
51657
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51658
|
+
exact: boolean;
|
|
51659
|
+
block: boolean;
|
|
51660
|
+
style: vue.StyleValue;
|
|
51661
|
+
disabled: boolean;
|
|
51662
|
+
size: string | number;
|
|
51663
|
+
tag: string;
|
|
51664
|
+
density: Density;
|
|
51665
|
+
slim: boolean;
|
|
51666
|
+
stacked: boolean;
|
|
51667
|
+
ripple: boolean | {
|
|
51668
|
+
class: string;
|
|
51669
|
+
} | undefined;
|
|
51670
|
+
} & {
|
|
51671
|
+
location?: Anchor | undefined;
|
|
51672
|
+
height?: string | number | undefined;
|
|
51673
|
+
width?: string | number | undefined;
|
|
51674
|
+
active?: boolean | undefined;
|
|
51675
|
+
border?: string | number | boolean | undefined;
|
|
51676
|
+
color?: string | undefined;
|
|
51677
|
+
maxHeight?: string | number | undefined;
|
|
51678
|
+
maxWidth?: string | number | undefined;
|
|
51679
|
+
minHeight?: string | number | undefined;
|
|
51680
|
+
minWidth?: string | number | undefined;
|
|
51681
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51682
|
+
value?: any;
|
|
51683
|
+
loading?: string | boolean | undefined;
|
|
51684
|
+
text?: string | undefined;
|
|
51685
|
+
class?: any;
|
|
51686
|
+
icon?: boolean | IconValue | undefined;
|
|
51687
|
+
href?: string | undefined;
|
|
51688
|
+
elevation?: string | number | undefined;
|
|
51689
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51690
|
+
theme?: string | undefined;
|
|
51691
|
+
rounded?: string | number | boolean | undefined;
|
|
51692
|
+
selectedClass?: string | undefined;
|
|
51693
|
+
prependIcon?: IconValue | undefined;
|
|
51694
|
+
appendIcon?: IconValue | undefined;
|
|
51695
|
+
} & {
|
|
51696
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51697
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51698
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51699
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51700
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51701
|
+
};
|
|
51702
|
+
'v-slots'?: {
|
|
51703
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51704
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51705
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51706
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51707
|
+
} | undefined;
|
|
51708
|
+
} & {
|
|
51709
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51710
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51711
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51712
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51713
|
+
} & {
|
|
51714
|
+
"onGroup:selected"?: ((val: {
|
|
51715
|
+
value: boolean;
|
|
51716
|
+
}) => any) | undefined;
|
|
51717
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
|
51718
|
+
group: GroupItemProvide | null;
|
|
51719
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
|
50898
51720
|
replace: boolean;
|
|
50899
51721
|
fixed: boolean;
|
|
50900
51722
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
@@ -50975,7 +51797,368 @@ declare const VTab: {
|
|
|
50975
51797
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50976
51798
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50977
51799
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50978
|
-
},
|
|
51800
|
+
}, Omit<Omit<{
|
|
51801
|
+
$: vue.ComponentInternalInstance;
|
|
51802
|
+
$data: {};
|
|
51803
|
+
$props: Partial<{
|
|
51804
|
+
symbol: any;
|
|
51805
|
+
replace: boolean;
|
|
51806
|
+
flat: boolean;
|
|
51807
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51808
|
+
exact: boolean;
|
|
51809
|
+
block: boolean;
|
|
51810
|
+
active: boolean;
|
|
51811
|
+
style: vue.StyleValue;
|
|
51812
|
+
disabled: boolean;
|
|
51813
|
+
size: string | number;
|
|
51814
|
+
tag: string;
|
|
51815
|
+
rounded: string | number | boolean;
|
|
51816
|
+
density: Density;
|
|
51817
|
+
slim: boolean;
|
|
51818
|
+
stacked: boolean;
|
|
51819
|
+
ripple: boolean | {
|
|
51820
|
+
class: string;
|
|
51821
|
+
} | undefined;
|
|
51822
|
+
}> & Omit<{
|
|
51823
|
+
symbol: any;
|
|
51824
|
+
replace: boolean;
|
|
51825
|
+
flat: boolean;
|
|
51826
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51827
|
+
exact: boolean;
|
|
51828
|
+
block: boolean;
|
|
51829
|
+
style: vue.StyleValue;
|
|
51830
|
+
disabled: boolean;
|
|
51831
|
+
size: string | number;
|
|
51832
|
+
tag: string;
|
|
51833
|
+
density: Density;
|
|
51834
|
+
slim: boolean;
|
|
51835
|
+
stacked: boolean;
|
|
51836
|
+
ripple: boolean | {
|
|
51837
|
+
class: string;
|
|
51838
|
+
} | undefined;
|
|
51839
|
+
location?: Anchor | undefined;
|
|
51840
|
+
height?: string | number | undefined;
|
|
51841
|
+
width?: string | number | undefined;
|
|
51842
|
+
active?: boolean | undefined;
|
|
51843
|
+
border?: string | number | boolean | undefined;
|
|
51844
|
+
color?: string | undefined;
|
|
51845
|
+
maxHeight?: string | number | undefined;
|
|
51846
|
+
maxWidth?: string | number | undefined;
|
|
51847
|
+
minHeight?: string | number | undefined;
|
|
51848
|
+
minWidth?: string | number | undefined;
|
|
51849
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51850
|
+
value?: any;
|
|
51851
|
+
loading?: string | boolean | undefined;
|
|
51852
|
+
text?: string | undefined;
|
|
51853
|
+
class?: any;
|
|
51854
|
+
icon?: boolean | IconValue | undefined;
|
|
51855
|
+
href?: string | undefined;
|
|
51856
|
+
elevation?: string | number | undefined;
|
|
51857
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51858
|
+
theme?: string | undefined;
|
|
51859
|
+
rounded?: string | number | boolean | undefined;
|
|
51860
|
+
selectedClass?: string | undefined;
|
|
51861
|
+
prependIcon?: IconValue | undefined;
|
|
51862
|
+
appendIcon?: IconValue | undefined;
|
|
51863
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51864
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51865
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51866
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51867
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51868
|
+
};
|
|
51869
|
+
'v-slots'?: {
|
|
51870
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51871
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51872
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51873
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51874
|
+
} | undefined;
|
|
51875
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51876
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51877
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51878
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51879
|
+
"onGroup:selected"?: ((val: {
|
|
51880
|
+
value: boolean;
|
|
51881
|
+
}) => any) | undefined;
|
|
51882
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
51883
|
+
symbol: any;
|
|
51884
|
+
replace: boolean;
|
|
51885
|
+
flat: boolean;
|
|
51886
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51887
|
+
exact: boolean;
|
|
51888
|
+
block: boolean;
|
|
51889
|
+
style: vue.StyleValue;
|
|
51890
|
+
disabled: boolean;
|
|
51891
|
+
size: string | number;
|
|
51892
|
+
tag: string;
|
|
51893
|
+
density: Density;
|
|
51894
|
+
slim: boolean;
|
|
51895
|
+
stacked: boolean;
|
|
51896
|
+
ripple: boolean | {
|
|
51897
|
+
class: string;
|
|
51898
|
+
} | undefined;
|
|
51899
|
+
} & {
|
|
51900
|
+
location?: Anchor | undefined;
|
|
51901
|
+
height?: string | number | undefined;
|
|
51902
|
+
width?: string | number | undefined;
|
|
51903
|
+
active?: boolean | undefined;
|
|
51904
|
+
border?: string | number | boolean | undefined;
|
|
51905
|
+
color?: string | undefined;
|
|
51906
|
+
maxHeight?: string | number | undefined;
|
|
51907
|
+
maxWidth?: string | number | undefined;
|
|
51908
|
+
minHeight?: string | number | undefined;
|
|
51909
|
+
minWidth?: string | number | undefined;
|
|
51910
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51911
|
+
value?: any;
|
|
51912
|
+
loading?: string | boolean | undefined;
|
|
51913
|
+
text?: string | undefined;
|
|
51914
|
+
class?: any;
|
|
51915
|
+
icon?: boolean | IconValue | undefined;
|
|
51916
|
+
href?: string | undefined;
|
|
51917
|
+
elevation?: string | number | undefined;
|
|
51918
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51919
|
+
theme?: string | undefined;
|
|
51920
|
+
rounded?: string | number | boolean | undefined;
|
|
51921
|
+
selectedClass?: string | undefined;
|
|
51922
|
+
prependIcon?: IconValue | undefined;
|
|
51923
|
+
appendIcon?: IconValue | undefined;
|
|
51924
|
+
} & {
|
|
51925
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51926
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51927
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51928
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51929
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51930
|
+
};
|
|
51931
|
+
'v-slots'?: {
|
|
51932
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51933
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51934
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51935
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51936
|
+
} | undefined;
|
|
51937
|
+
} & {
|
|
51938
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51939
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51940
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51941
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51942
|
+
} & {
|
|
51943
|
+
"onGroup:selected"?: ((val: {
|
|
51944
|
+
value: boolean;
|
|
51945
|
+
}) => any) | undefined;
|
|
51946
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple">;
|
|
51947
|
+
$attrs: {
|
|
51948
|
+
[x: string]: unknown;
|
|
51949
|
+
};
|
|
51950
|
+
$refs: {
|
|
51951
|
+
[x: string]: unknown;
|
|
51952
|
+
};
|
|
51953
|
+
$slots: Readonly<{
|
|
51954
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51955
|
+
[key: string]: any;
|
|
51956
|
+
}>[]) | undefined;
|
|
51957
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51958
|
+
[key: string]: any;
|
|
51959
|
+
}>[]) | undefined;
|
|
51960
|
+
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51961
|
+
[key: string]: any;
|
|
51962
|
+
}>[]) | undefined;
|
|
51963
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51964
|
+
[key: string]: any;
|
|
51965
|
+
}>[]) | undefined;
|
|
51966
|
+
}>;
|
|
51967
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51968
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51969
|
+
$emit: (event: "group:selected", val: {
|
|
51970
|
+
value: boolean;
|
|
51971
|
+
}) => void;
|
|
51972
|
+
$el: any;
|
|
51973
|
+
$options: vue.ComponentOptionsBase<{
|
|
51974
|
+
symbol: any;
|
|
51975
|
+
replace: boolean;
|
|
51976
|
+
flat: boolean;
|
|
51977
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51978
|
+
exact: boolean;
|
|
51979
|
+
block: boolean;
|
|
51980
|
+
style: vue.StyleValue;
|
|
51981
|
+
disabled: boolean;
|
|
51982
|
+
size: string | number;
|
|
51983
|
+
tag: string;
|
|
51984
|
+
density: Density;
|
|
51985
|
+
slim: boolean;
|
|
51986
|
+
stacked: boolean;
|
|
51987
|
+
ripple: boolean | {
|
|
51988
|
+
class: string;
|
|
51989
|
+
} | undefined;
|
|
51990
|
+
} & {
|
|
51991
|
+
location?: Anchor | undefined;
|
|
51992
|
+
height?: string | number | undefined;
|
|
51993
|
+
width?: string | number | undefined;
|
|
51994
|
+
active?: boolean | undefined;
|
|
51995
|
+
border?: string | number | boolean | undefined;
|
|
51996
|
+
color?: string | undefined;
|
|
51997
|
+
maxHeight?: string | number | undefined;
|
|
51998
|
+
maxWidth?: string | number | undefined;
|
|
51999
|
+
minHeight?: string | number | undefined;
|
|
52000
|
+
minWidth?: string | number | undefined;
|
|
52001
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
52002
|
+
value?: any;
|
|
52003
|
+
loading?: string | boolean | undefined;
|
|
52004
|
+
text?: string | undefined;
|
|
52005
|
+
class?: any;
|
|
52006
|
+
icon?: boolean | IconValue | undefined;
|
|
52007
|
+
href?: string | undefined;
|
|
52008
|
+
elevation?: string | number | undefined;
|
|
52009
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
52010
|
+
theme?: string | undefined;
|
|
52011
|
+
rounded?: string | number | boolean | undefined;
|
|
52012
|
+
selectedClass?: string | undefined;
|
|
52013
|
+
prependIcon?: IconValue | undefined;
|
|
52014
|
+
appendIcon?: IconValue | undefined;
|
|
52015
|
+
} & {
|
|
52016
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
52017
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
52018
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
52019
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
52020
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
52021
|
+
};
|
|
52022
|
+
'v-slots'?: {
|
|
52023
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
52024
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
52025
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
52026
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
52027
|
+
} | undefined;
|
|
52028
|
+
} & {
|
|
52029
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
52030
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
52031
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
52032
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
52033
|
+
} & {
|
|
52034
|
+
"onGroup:selected"?: ((val: {
|
|
52035
|
+
value: boolean;
|
|
52036
|
+
}) => any) | undefined;
|
|
52037
|
+
}, {
|
|
52038
|
+
group: GroupItemProvide | null;
|
|
52039
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
52040
|
+
'group:selected': (val: {
|
|
52041
|
+
value: boolean;
|
|
52042
|
+
}) => true;
|
|
52043
|
+
}, string, {
|
|
52044
|
+
symbol: any;
|
|
52045
|
+
replace: boolean;
|
|
52046
|
+
flat: boolean;
|
|
52047
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
52048
|
+
exact: boolean;
|
|
52049
|
+
block: boolean;
|
|
52050
|
+
active: boolean;
|
|
52051
|
+
style: vue.StyleValue;
|
|
52052
|
+
disabled: boolean;
|
|
52053
|
+
size: string | number;
|
|
52054
|
+
tag: string;
|
|
52055
|
+
rounded: string | number | boolean;
|
|
52056
|
+
density: Density;
|
|
52057
|
+
slim: boolean;
|
|
52058
|
+
stacked: boolean;
|
|
52059
|
+
ripple: boolean | {
|
|
52060
|
+
class: string;
|
|
52061
|
+
} | undefined;
|
|
52062
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
52063
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
52064
|
+
[key: string]: any;
|
|
52065
|
+
}>[];
|
|
52066
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
52067
|
+
[key: string]: any;
|
|
52068
|
+
}>[];
|
|
52069
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
52070
|
+
[key: string]: any;
|
|
52071
|
+
}>[];
|
|
52072
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
52073
|
+
[key: string]: any;
|
|
52074
|
+
}>[];
|
|
52075
|
+
}>>> & {
|
|
52076
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
52077
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
52078
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
52079
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
52080
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
52081
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
52082
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
52083
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
52084
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
52085
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
52086
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
52087
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
52088
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
52089
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
52090
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
52091
|
+
};
|
|
52092
|
+
$forceUpdate: () => void;
|
|
52093
|
+
$nextTick: typeof vue.nextTick;
|
|
52094
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
52095
|
+
} & Omit<{
|
|
52096
|
+
symbol: any;
|
|
52097
|
+
replace: boolean;
|
|
52098
|
+
flat: boolean;
|
|
52099
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
52100
|
+
exact: boolean;
|
|
52101
|
+
block: boolean;
|
|
52102
|
+
style: vue.StyleValue;
|
|
52103
|
+
disabled: boolean;
|
|
52104
|
+
size: string | number;
|
|
52105
|
+
tag: string;
|
|
52106
|
+
density: Density;
|
|
52107
|
+
slim: boolean;
|
|
52108
|
+
stacked: boolean;
|
|
52109
|
+
ripple: boolean | {
|
|
52110
|
+
class: string;
|
|
52111
|
+
} | undefined;
|
|
52112
|
+
} & {
|
|
52113
|
+
location?: Anchor | undefined;
|
|
52114
|
+
height?: string | number | undefined;
|
|
52115
|
+
width?: string | number | undefined;
|
|
52116
|
+
active?: boolean | undefined;
|
|
52117
|
+
border?: string | number | boolean | undefined;
|
|
52118
|
+
color?: string | undefined;
|
|
52119
|
+
maxHeight?: string | number | undefined;
|
|
52120
|
+
maxWidth?: string | number | undefined;
|
|
52121
|
+
minHeight?: string | number | undefined;
|
|
52122
|
+
minWidth?: string | number | undefined;
|
|
52123
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
52124
|
+
value?: any;
|
|
52125
|
+
loading?: string | boolean | undefined;
|
|
52126
|
+
text?: string | undefined;
|
|
52127
|
+
class?: any;
|
|
52128
|
+
icon?: boolean | IconValue | undefined;
|
|
52129
|
+
href?: string | undefined;
|
|
52130
|
+
elevation?: string | number | undefined;
|
|
52131
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
52132
|
+
theme?: string | undefined;
|
|
52133
|
+
rounded?: string | number | boolean | undefined;
|
|
52134
|
+
selectedClass?: string | undefined;
|
|
52135
|
+
prependIcon?: IconValue | undefined;
|
|
52136
|
+
appendIcon?: IconValue | undefined;
|
|
52137
|
+
} & {
|
|
52138
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
52139
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
52140
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
52141
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
52142
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
52143
|
+
};
|
|
52144
|
+
'v-slots'?: {
|
|
52145
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
52146
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
52147
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
52148
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
52149
|
+
} | undefined;
|
|
52150
|
+
} & {
|
|
52151
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
52152
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
52153
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
52154
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
52155
|
+
} & {
|
|
52156
|
+
"onGroup:selected"?: ((val: {
|
|
52157
|
+
value: boolean;
|
|
52158
|
+
}) => any) | undefined;
|
|
52159
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
|
52160
|
+
group: GroupItemProvide | null;
|
|
52161
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
50979
52162
|
replace: boolean;
|
|
50980
52163
|
fixed: boolean;
|
|
50981
52164
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
@@ -51731,7 +52914,7 @@ declare const VTextarea: {
|
|
|
51731
52914
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
51732
52915
|
modelValue?: unknown;
|
|
51733
52916
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
51734
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
52917
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
51735
52918
|
'click:control': (e: MouseEvent) => true;
|
|
51736
52919
|
'mousedown:control': (e: MouseEvent) => true;
|
|
51737
52920
|
'update:focused': (focused: boolean) => true;
|
|
@@ -52263,7 +53446,7 @@ declare const VTextarea: {
|
|
|
52263
53446
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
52264
53447
|
modelValue?: unknown;
|
|
52265
53448
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
52266
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
53449
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
|
|
52267
53450
|
flat: boolean;
|
|
52268
53451
|
reverse: boolean;
|
|
52269
53452
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -52640,7 +53823,7 @@ declare const VTextarea: {
|
|
|
52640
53823
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
52641
53824
|
modelValue?: unknown;
|
|
52642
53825
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
52643
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
53826
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
52644
53827
|
'click:control': (e: MouseEvent) => true;
|
|
52645
53828
|
'mousedown:control': (e: MouseEvent) => true;
|
|
52646
53829
|
'update:focused': (focused: boolean) => true;
|
|
@@ -53279,7 +54462,7 @@ declare const VTextField: {
|
|
|
53279
54462
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
53280
54463
|
modelValue?: unknown;
|
|
53281
54464
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
53282
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
54465
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
53283
54466
|
$: vue.ComponentInternalInstance;
|
|
53284
54467
|
$data: {};
|
|
53285
54468
|
$props: Partial<{
|
|
@@ -53529,7 +54712,7 @@ declare const VTextField: {
|
|
|
53529
54712
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
53530
54713
|
modelValue?: unknown;
|
|
53531
54714
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
53532
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "
|
|
54715
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
53533
54716
|
'click:control': (e: MouseEvent) => true;
|
|
53534
54717
|
'mousedown:control': (e: MouseEvent) => true;
|
|
53535
54718
|
'update:focused': (focused: boolean) => true;
|
|
@@ -54064,7 +55247,7 @@ declare const VTextField: {
|
|
|
54064
55247
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
54065
55248
|
modelValue?: unknown;
|
|
54066
55249
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
54067
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
55250
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
54068
55251
|
$: vue.ComponentInternalInstance;
|
|
54069
55252
|
$data: {};
|
|
54070
55253
|
$props: Partial<{
|
|
@@ -54314,7 +55497,7 @@ declare const VTextField: {
|
|
|
54314
55497
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
54315
55498
|
modelValue?: unknown;
|
|
54316
55499
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
54317
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "
|
|
55500
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
|
|
54318
55501
|
flat: boolean;
|
|
54319
55502
|
reverse: boolean;
|
|
54320
55503
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -54690,7 +55873,7 @@ declare const VTextField: {
|
|
|
54690
55873
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
54691
55874
|
modelValue?: unknown;
|
|
54692
55875
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
54693
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "
|
|
55876
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
54694
55877
|
$: vue.ComponentInternalInstance;
|
|
54695
55878
|
$data: {};
|
|
54696
55879
|
$props: Partial<{
|
|
@@ -54940,7 +56123,7 @@ declare const VTextField: {
|
|
|
54940
56123
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
54941
56124
|
modelValue?: unknown;
|
|
54942
56125
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
54943
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "
|
|
56126
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
54944
56127
|
'click:control': (e: MouseEvent) => true;
|
|
54945
56128
|
'mousedown:control': (e: MouseEvent) => true;
|
|
54946
56129
|
'update:focused': (focused: boolean) => true;
|
|
@@ -56616,7 +57799,7 @@ declare const VTooltip: {
|
|
|
56616
57799
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
56617
57800
|
localTop: vue.ComputedRef<boolean>;
|
|
56618
57801
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
56619
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
57802
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
56620
57803
|
'update:modelValue': (value: boolean) => boolean;
|
|
56621
57804
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
56622
57805
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -57248,7 +58431,7 @@ declare const VTooltip: {
|
|
|
57248
58431
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
57249
58432
|
localTop: vue.ComputedRef<boolean>;
|
|
57250
58433
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
57251
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
58434
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
57252
58435
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
57253
58436
|
location: NonNullable<Anchor>;
|
|
57254
58437
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
|
@@ -57789,7 +58972,7 @@ declare const VTooltip: {
|
|
|
57789
58972
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
57790
58973
|
localTop: vue.ComputedRef<boolean>;
|
|
57791
58974
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
57792
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "
|
|
58975
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
57793
58976
|
'update:modelValue': (value: boolean) => boolean;
|
|
57794
58977
|
}, string, {
|
|
57795
58978
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -58132,9 +59315,9 @@ declare const VValidation: {
|
|
|
58132
59315
|
isDirty: vue.ComputedRef<boolean>;
|
|
58133
59316
|
isDisabled: vue.ComputedRef<boolean>;
|
|
58134
59317
|
isReadonly: vue.ComputedRef<boolean>;
|
|
58135
|
-
isPristine: vue.
|
|
59318
|
+
isPristine: vue.ShallowRef<boolean>;
|
|
58136
59319
|
isValid: vue.ComputedRef<boolean | null>;
|
|
58137
|
-
isValidating: vue.
|
|
59320
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
58138
59321
|
reset: () => void;
|
|
58139
59322
|
resetValidation: () => void;
|
|
58140
59323
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -58211,9 +59394,9 @@ declare const VValidation: {
|
|
|
58211
59394
|
isDirty: vue.ComputedRef<boolean>;
|
|
58212
59395
|
isDisabled: vue.ComputedRef<boolean>;
|
|
58213
59396
|
isReadonly: vue.ComputedRef<boolean>;
|
|
58214
|
-
isPristine: vue.
|
|
59397
|
+
isPristine: vue.ShallowRef<boolean>;
|
|
58215
59398
|
isValid: vue.ComputedRef<boolean | null>;
|
|
58216
|
-
isValidating: vue.
|
|
59399
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
58217
59400
|
reset: () => void;
|
|
58218
59401
|
resetValidation: () => void;
|
|
58219
59402
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -60815,6 +61998,7 @@ declare const VCalendar: {
|
|
|
60815
61998
|
prevIcon: string;
|
|
60816
61999
|
viewMode: "day" | "month" | "week";
|
|
60817
62000
|
showAdjacentMonths: boolean;
|
|
62001
|
+
weekdays: number[];
|
|
60818
62002
|
hideHeader: boolean;
|
|
60819
62003
|
intervalDivisions: number;
|
|
60820
62004
|
intervalDuration: number;
|
|
@@ -60824,7 +62008,6 @@ declare const VCalendar: {
|
|
|
60824
62008
|
hideDayHeader: boolean;
|
|
60825
62009
|
intervals: number;
|
|
60826
62010
|
hideWeekNumber: boolean;
|
|
60827
|
-
weekdays: number[];
|
|
60828
62011
|
} & {
|
|
60829
62012
|
max?: unknown;
|
|
60830
62013
|
min?: unknown;
|
|
@@ -60922,6 +62105,7 @@ declare const VCalendar: {
|
|
|
60922
62105
|
prevIcon: string;
|
|
60923
62106
|
viewMode: "day" | "month" | "week";
|
|
60924
62107
|
showAdjacentMonths: boolean;
|
|
62108
|
+
weekdays: number[];
|
|
60925
62109
|
hideHeader: boolean;
|
|
60926
62110
|
intervalDivisions: number;
|
|
60927
62111
|
intervalDuration: number;
|
|
@@ -60931,7 +62115,6 @@ declare const VCalendar: {
|
|
|
60931
62115
|
hideDayHeader: boolean;
|
|
60932
62116
|
intervals: number;
|
|
60933
62117
|
hideWeekNumber: boolean;
|
|
60934
|
-
weekdays: number[];
|
|
60935
62118
|
} & {
|
|
60936
62119
|
max?: unknown;
|
|
60937
62120
|
min?: unknown;
|
|
@@ -60970,6 +62153,7 @@ declare const VCalendar: {
|
|
|
60970
62153
|
prevIcon: string;
|
|
60971
62154
|
viewMode: "day" | "month" | "week";
|
|
60972
62155
|
showAdjacentMonths: boolean;
|
|
62156
|
+
weekdays: number[];
|
|
60973
62157
|
hideHeader: boolean;
|
|
60974
62158
|
intervalDivisions: number;
|
|
60975
62159
|
intervalDuration: number;
|
|
@@ -60979,7 +62163,6 @@ declare const VCalendar: {
|
|
|
60979
62163
|
hideDayHeader: boolean;
|
|
60980
62164
|
intervals: number;
|
|
60981
62165
|
hideWeekNumber: boolean;
|
|
60982
|
-
weekdays: number[];
|
|
60983
62166
|
}, true, {}, vue.SlotsType<Partial<{
|
|
60984
62167
|
header: (arg: {
|
|
60985
62168
|
title: string;
|
|
@@ -61001,6 +62184,7 @@ declare const VCalendar: {
|
|
|
61001
62184
|
prevIcon: string;
|
|
61002
62185
|
viewMode: "day" | "month" | "week";
|
|
61003
62186
|
showAdjacentMonths: boolean;
|
|
62187
|
+
weekdays: number[];
|
|
61004
62188
|
hideHeader: boolean;
|
|
61005
62189
|
intervalDivisions: number;
|
|
61006
62190
|
intervalDuration: number;
|
|
@@ -61010,7 +62194,6 @@ declare const VCalendar: {
|
|
|
61010
62194
|
hideDayHeader: boolean;
|
|
61011
62195
|
intervals: number;
|
|
61012
62196
|
hideWeekNumber: boolean;
|
|
61013
|
-
weekdays: number[];
|
|
61014
62197
|
} & {
|
|
61015
62198
|
max?: unknown;
|
|
61016
62199
|
min?: unknown;
|
|
@@ -61104,6 +62287,7 @@ declare const VCalendar: {
|
|
|
61104
62287
|
prevIcon: string;
|
|
61105
62288
|
viewMode: "day" | "month" | "week";
|
|
61106
62289
|
showAdjacentMonths: boolean;
|
|
62290
|
+
weekdays: number[];
|
|
61107
62291
|
hideHeader: boolean;
|
|
61108
62292
|
intervalDivisions: number;
|
|
61109
62293
|
intervalDuration: number;
|
|
@@ -61113,7 +62297,6 @@ declare const VCalendar: {
|
|
|
61113
62297
|
hideDayHeader: boolean;
|
|
61114
62298
|
intervals: number;
|
|
61115
62299
|
hideWeekNumber: boolean;
|
|
61116
|
-
weekdays: number[];
|
|
61117
62300
|
}>;
|
|
61118
62301
|
__isFragment?: undefined;
|
|
61119
62302
|
__isTeleport?: undefined;
|
|
@@ -61126,6 +62309,7 @@ declare const VCalendar: {
|
|
|
61126
62309
|
prevIcon: string;
|
|
61127
62310
|
viewMode: "day" | "month" | "week";
|
|
61128
62311
|
showAdjacentMonths: boolean;
|
|
62312
|
+
weekdays: number[];
|
|
61129
62313
|
hideHeader: boolean;
|
|
61130
62314
|
intervalDivisions: number;
|
|
61131
62315
|
intervalDuration: number;
|
|
@@ -61135,7 +62319,6 @@ declare const VCalendar: {
|
|
|
61135
62319
|
hideDayHeader: boolean;
|
|
61136
62320
|
intervals: number;
|
|
61137
62321
|
hideWeekNumber: boolean;
|
|
61138
|
-
weekdays: number[];
|
|
61139
62322
|
} & {
|
|
61140
62323
|
max?: unknown;
|
|
61141
62324
|
min?: unknown;
|
|
@@ -61233,6 +62416,7 @@ declare const VCalendar: {
|
|
|
61233
62416
|
prevIcon: string;
|
|
61234
62417
|
viewMode: "day" | "month" | "week";
|
|
61235
62418
|
showAdjacentMonths: boolean;
|
|
62419
|
+
weekdays: number[];
|
|
61236
62420
|
hideHeader: boolean;
|
|
61237
62421
|
intervalDivisions: number;
|
|
61238
62422
|
intervalDuration: number;
|
|
@@ -61242,7 +62426,6 @@ declare const VCalendar: {
|
|
|
61242
62426
|
hideDayHeader: boolean;
|
|
61243
62427
|
intervals: number;
|
|
61244
62428
|
hideWeekNumber: boolean;
|
|
61245
|
-
weekdays: number[];
|
|
61246
62429
|
}, {}, string, vue.SlotsType<Partial<{
|
|
61247
62430
|
header: (arg: {
|
|
61248
62431
|
title: string;
|
|
@@ -61320,8 +62503,6 @@ declare const VCalendar: {
|
|
|
61320
62503
|
min: vue.PropType<unknown>;
|
|
61321
62504
|
showAdjacentMonths: BooleanConstructor;
|
|
61322
62505
|
year: (StringConstructor | NumberConstructor)[];
|
|
61323
|
-
hideHeader: BooleanConstructor;
|
|
61324
|
-
hideWeekNumber: BooleanConstructor;
|
|
61325
62506
|
weekdays: {
|
|
61326
62507
|
type: {
|
|
61327
62508
|
(arrayLength: number): number[];
|
|
@@ -61339,6 +62520,8 @@ declare const VCalendar: {
|
|
|
61339
62520
|
};
|
|
61340
62521
|
default: () => number[];
|
|
61341
62522
|
};
|
|
62523
|
+
hideHeader: BooleanConstructor;
|
|
62524
|
+
hideWeekNumber: BooleanConstructor;
|
|
61342
62525
|
}, vue.ExtractPropTypes<{
|
|
61343
62526
|
nextIcon: {
|
|
61344
62527
|
type: StringConstructor;
|
|
@@ -61410,8 +62593,6 @@ declare const VCalendar: {
|
|
|
61410
62593
|
min: vue.PropType<unknown>;
|
|
61411
62594
|
showAdjacentMonths: BooleanConstructor;
|
|
61412
62595
|
year: (StringConstructor | NumberConstructor)[];
|
|
61413
|
-
hideHeader: BooleanConstructor;
|
|
61414
|
-
hideWeekNumber: BooleanConstructor;
|
|
61415
62596
|
weekdays: {
|
|
61416
62597
|
type: {
|
|
61417
62598
|
(arrayLength: number): number[];
|
|
@@ -61429,6 +62610,8 @@ declare const VCalendar: {
|
|
|
61429
62610
|
};
|
|
61430
62611
|
default: () => number[];
|
|
61431
62612
|
};
|
|
62613
|
+
hideHeader: BooleanConstructor;
|
|
62614
|
+
hideWeekNumber: BooleanConstructor;
|
|
61432
62615
|
}>>;
|
|
61433
62616
|
type VCalendar = InstanceType<typeof VCalendar>;
|
|
61434
62617
|
|