vuetify 3.1.9 → 3.1.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 +203 -27
- package/dist/json/importMap.json +92 -92
- package/dist/json/tags.json +46 -2
- package/dist/json/web-types.json +481 -49
- package/dist/vuetify-labs.css +167 -147
- package/dist/vuetify-labs.d.ts +56923 -14294
- package/dist/vuetify-labs.esm.js +136 -152
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +136 -152
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +76 -68
- package/dist/vuetify.d.ts +54804 -15357
- package/dist/vuetify.esm.js +133 -152
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +133 -152
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +667 -669
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +509 -83
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +40 -39
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +831 -147
- package/lib/components/VChip/index.d.ts +473 -75
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +2 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/index.d.ts +131 -22
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +15 -23
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +8 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +1 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1263 -81
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55131 -15681
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.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.ts +31 -34
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4176 -1016
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4212 -1026
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +12 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
|
|
2
3
|
|
|
3
4
|
declare const block: readonly ["top", "bottom"];
|
|
4
5
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
@@ -6,57 +7,237 @@ type Tblock = typeof block[number];
|
|
|
6
7
|
type Tinline = typeof inline[number];
|
|
7
8
|
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
10
|
+
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
11
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
declare const VProgressLinear: {
|
|
15
|
+
new (...args: any[]): {
|
|
16
|
+
$: vue.ComponentInternalInstance;
|
|
17
|
+
$data: {};
|
|
18
|
+
$props: Partial<{
|
|
19
|
+
reverse: boolean;
|
|
20
|
+
max: string | number;
|
|
21
|
+
absolute: boolean;
|
|
22
|
+
location: NonNullable<Anchor>;
|
|
23
|
+
height: string | number;
|
|
24
|
+
active: boolean;
|
|
25
|
+
tag: string;
|
|
26
|
+
indeterminate: boolean;
|
|
27
|
+
rounded: string | number | boolean;
|
|
28
|
+
modelValue: string | number;
|
|
29
|
+
clickable: boolean;
|
|
30
|
+
stream: boolean;
|
|
31
|
+
striped: boolean;
|
|
32
|
+
roundedBar: boolean;
|
|
33
|
+
bufferValue: string | number;
|
|
34
|
+
}> & Omit<{
|
|
35
|
+
reverse: boolean;
|
|
36
|
+
max: string | number;
|
|
37
|
+
absolute: boolean;
|
|
38
|
+
location: NonNullable<Anchor>;
|
|
39
|
+
height: string | number;
|
|
40
|
+
active: boolean;
|
|
41
|
+
tag: string;
|
|
42
|
+
indeterminate: boolean;
|
|
43
|
+
modelValue: string | number;
|
|
44
|
+
clickable: boolean;
|
|
45
|
+
stream: boolean;
|
|
46
|
+
striped: boolean;
|
|
47
|
+
roundedBar: boolean;
|
|
48
|
+
bufferValue: string | number;
|
|
49
|
+
} & {
|
|
50
|
+
color?: string | undefined;
|
|
51
|
+
theme?: string | undefined;
|
|
52
|
+
rounded?: string | number | boolean | undefined;
|
|
53
|
+
bgColor?: string | undefined;
|
|
54
|
+
bgOpacity?: string | number | undefined;
|
|
55
|
+
} & {
|
|
56
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
57
|
+
value: number;
|
|
58
|
+
buffer: number;
|
|
59
|
+
}) => vue.VNodeChild) | {
|
|
60
|
+
default?: ((args_0: {
|
|
61
|
+
value: number;
|
|
62
|
+
buffer: number;
|
|
63
|
+
}) => vue.VNodeChild) | undefined;
|
|
64
|
+
};
|
|
65
|
+
$slots?: {
|
|
66
|
+
default?: ((args_0: {
|
|
67
|
+
value: number;
|
|
68
|
+
buffer: number;
|
|
69
|
+
}) => vue.VNodeChild) | undefined;
|
|
70
|
+
} | undefined;
|
|
71
|
+
'v-slots'?: {
|
|
72
|
+
default?: false | ((args_0: {
|
|
73
|
+
value: number;
|
|
74
|
+
buffer: number;
|
|
75
|
+
}) => vue.VNodeChild) | undefined;
|
|
76
|
+
} | undefined;
|
|
77
|
+
} & {
|
|
78
|
+
"v-slot:default"?: false | ((args_0: {
|
|
79
|
+
value: number;
|
|
80
|
+
buffer: number;
|
|
81
|
+
}) => vue.VNodeChild) | undefined;
|
|
82
|
+
} & {
|
|
83
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
84
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "max" | "absolute" | "location" | "height" | "active" | "tag" | "indeterminate" | "rounded" | "modelValue" | "clickable" | "stream" | "striped" | "roundedBar" | "bufferValue">;
|
|
85
|
+
$attrs: {
|
|
86
|
+
[x: string]: unknown;
|
|
87
|
+
};
|
|
88
|
+
$refs: {
|
|
89
|
+
[x: string]: unknown;
|
|
90
|
+
};
|
|
91
|
+
$slots: Readonly<{
|
|
92
|
+
[name: string]: vue.Slot | undefined;
|
|
93
|
+
}>;
|
|
94
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
95
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
96
|
+
$emit: (event: "update:modelValue", value: number) => void;
|
|
97
|
+
$el: any;
|
|
98
|
+
$options: vue.ComponentOptionsBase<{
|
|
99
|
+
reverse: boolean;
|
|
100
|
+
max: string | number;
|
|
101
|
+
absolute: boolean;
|
|
102
|
+
location: NonNullable<Anchor>;
|
|
103
|
+
height: string | number;
|
|
104
|
+
active: boolean;
|
|
105
|
+
tag: string;
|
|
106
|
+
indeterminate: boolean;
|
|
107
|
+
modelValue: string | number;
|
|
108
|
+
clickable: boolean;
|
|
109
|
+
stream: boolean;
|
|
110
|
+
striped: boolean;
|
|
111
|
+
roundedBar: boolean;
|
|
112
|
+
bufferValue: string | number;
|
|
113
|
+
} & {
|
|
114
|
+
color?: string | undefined;
|
|
115
|
+
theme?: string | undefined;
|
|
116
|
+
rounded?: string | number | boolean | undefined;
|
|
117
|
+
bgColor?: string | undefined;
|
|
118
|
+
bgOpacity?: string | number | undefined;
|
|
119
|
+
} & {
|
|
120
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
121
|
+
value: number;
|
|
122
|
+
buffer: number;
|
|
123
|
+
}) => vue.VNodeChild) | {
|
|
124
|
+
default?: ((args_0: {
|
|
125
|
+
value: number;
|
|
126
|
+
buffer: number;
|
|
127
|
+
}) => vue.VNodeChild) | undefined;
|
|
128
|
+
};
|
|
129
|
+
$slots?: {
|
|
130
|
+
default?: ((args_0: {
|
|
131
|
+
value: number;
|
|
132
|
+
buffer: number;
|
|
133
|
+
}) => vue.VNodeChild) | undefined;
|
|
134
|
+
} | undefined;
|
|
135
|
+
'v-slots'?: {
|
|
136
|
+
default?: false | ((args_0: {
|
|
137
|
+
value: number;
|
|
138
|
+
buffer: number;
|
|
139
|
+
}) => vue.VNodeChild) | undefined;
|
|
140
|
+
} | undefined;
|
|
141
|
+
} & {
|
|
142
|
+
"v-slot:default"?: false | ((args_0: {
|
|
143
|
+
value: number;
|
|
144
|
+
buffer: number;
|
|
145
|
+
}) => vue.VNodeChild) | undefined;
|
|
146
|
+
} & {
|
|
147
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
148
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
149
|
+
'update:modelValue': (value: number) => boolean;
|
|
150
|
+
}, string, {
|
|
151
|
+
reverse: boolean;
|
|
152
|
+
max: string | number;
|
|
153
|
+
absolute: boolean;
|
|
154
|
+
location: NonNullable<Anchor>;
|
|
155
|
+
height: string | number;
|
|
156
|
+
active: boolean;
|
|
157
|
+
tag: string;
|
|
158
|
+
indeterminate: boolean;
|
|
159
|
+
rounded: string | number | boolean;
|
|
160
|
+
modelValue: string | number;
|
|
161
|
+
clickable: boolean;
|
|
162
|
+
stream: boolean;
|
|
163
|
+
striped: boolean;
|
|
164
|
+
roundedBar: boolean;
|
|
165
|
+
bufferValue: string | number;
|
|
166
|
+
}, {}, string> & {
|
|
167
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
168
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
169
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
170
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
171
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
172
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
173
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
174
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
175
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
176
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
177
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
178
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
179
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
180
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
181
|
+
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;
|
|
182
|
+
};
|
|
183
|
+
$forceUpdate: () => void;
|
|
184
|
+
$nextTick: typeof vue.nextTick;
|
|
185
|
+
$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;
|
|
186
|
+
} & {
|
|
187
|
+
reverse: boolean;
|
|
188
|
+
max: string | number;
|
|
189
|
+
absolute: boolean;
|
|
190
|
+
location: NonNullable<Anchor>;
|
|
191
|
+
height: string | number;
|
|
192
|
+
active: boolean;
|
|
193
|
+
tag: string;
|
|
194
|
+
indeterminate: boolean;
|
|
195
|
+
modelValue: string | number;
|
|
196
|
+
clickable: boolean;
|
|
197
|
+
stream: boolean;
|
|
198
|
+
striped: boolean;
|
|
199
|
+
roundedBar: boolean;
|
|
200
|
+
bufferValue: string | number;
|
|
201
|
+
} & {
|
|
202
|
+
color?: string | undefined;
|
|
203
|
+
theme?: string | undefined;
|
|
204
|
+
rounded?: string | number | boolean | undefined;
|
|
205
|
+
bgColor?: string | undefined;
|
|
206
|
+
bgOpacity?: string | number | undefined;
|
|
207
|
+
} & {
|
|
208
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
42
209
|
value: number;
|
|
43
210
|
buffer: number;
|
|
44
|
-
}) => vue.VNodeChild) |
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
211
|
+
}) => vue.VNodeChild) | {
|
|
212
|
+
default?: ((args_0: {
|
|
213
|
+
value: number;
|
|
214
|
+
buffer: number;
|
|
215
|
+
}) => vue.VNodeChild) | undefined;
|
|
216
|
+
};
|
|
217
|
+
$slots?: {
|
|
218
|
+
default?: ((args_0: {
|
|
219
|
+
value: number;
|
|
220
|
+
buffer: number;
|
|
221
|
+
}) => vue.VNodeChild) | undefined;
|
|
222
|
+
} | undefined;
|
|
223
|
+
'v-slots'?: {
|
|
224
|
+
default?: false | ((args_0: {
|
|
225
|
+
value: number;
|
|
226
|
+
buffer: number;
|
|
227
|
+
}) => vue.VNodeChild) | undefined;
|
|
228
|
+
} | undefined;
|
|
229
|
+
} & {
|
|
230
|
+
"v-slot:default"?: false | ((args_0: {
|
|
48
231
|
value: number;
|
|
49
232
|
buffer: number;
|
|
50
233
|
}) => vue.VNodeChild) | undefined;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
'update:modelValue': (value: number) => boolean;
|
|
59
|
-
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
234
|
+
} & {
|
|
235
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
236
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
237
|
+
__isFragment?: undefined;
|
|
238
|
+
__isTeleport?: undefined;
|
|
239
|
+
__isSuspense?: undefined;
|
|
240
|
+
} & vue.ComponentOptionsBase<{
|
|
60
241
|
reverse: boolean;
|
|
61
242
|
max: string | number;
|
|
62
243
|
absolute: boolean;
|
|
@@ -106,7 +287,9 @@ declare const VProgressLinear: vue.DefineComponent<{
|
|
|
106
287
|
}) => vue.VNodeChild) | undefined;
|
|
107
288
|
} & {
|
|
108
289
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
109
|
-
}, {
|
|
290
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
291
|
+
'update:modelValue': (value: number) => boolean;
|
|
292
|
+
}, string, {
|
|
110
293
|
reverse: boolean;
|
|
111
294
|
max: string | number;
|
|
112
295
|
absolute: boolean;
|
|
@@ -122,7 +305,95 @@ declare const VProgressLinear: vue.DefineComponent<{
|
|
|
122
305
|
striped: boolean;
|
|
123
306
|
roundedBar: boolean;
|
|
124
307
|
bufferValue: string | number;
|
|
125
|
-
}
|
|
308
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
309
|
+
theme: StringConstructor;
|
|
310
|
+
tag: {
|
|
311
|
+
type: StringConstructor;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
rounded: {
|
|
315
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
316
|
+
default: undefined;
|
|
317
|
+
};
|
|
318
|
+
location: {
|
|
319
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
320
|
+
default: NonNullable<Anchor>;
|
|
321
|
+
};
|
|
322
|
+
absolute: BooleanConstructor;
|
|
323
|
+
active: {
|
|
324
|
+
type: BooleanConstructor;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
327
|
+
bgColor: StringConstructor;
|
|
328
|
+
bgOpacity: (StringConstructor | NumberConstructor)[];
|
|
329
|
+
bufferValue: {
|
|
330
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
331
|
+
default: number;
|
|
332
|
+
};
|
|
333
|
+
clickable: BooleanConstructor;
|
|
334
|
+
color: StringConstructor;
|
|
335
|
+
height: {
|
|
336
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
337
|
+
default: number;
|
|
338
|
+
};
|
|
339
|
+
indeterminate: BooleanConstructor;
|
|
340
|
+
max: {
|
|
341
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
342
|
+
default: number;
|
|
343
|
+
};
|
|
344
|
+
modelValue: {
|
|
345
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
346
|
+
default: number;
|
|
347
|
+
};
|
|
348
|
+
reverse: BooleanConstructor;
|
|
349
|
+
stream: BooleanConstructor;
|
|
350
|
+
striped: BooleanConstructor;
|
|
351
|
+
roundedBar: BooleanConstructor;
|
|
352
|
+
}, vue.ExtractPropTypes<{
|
|
353
|
+
theme: StringConstructor;
|
|
354
|
+
tag: {
|
|
355
|
+
type: StringConstructor;
|
|
356
|
+
default: string;
|
|
357
|
+
};
|
|
358
|
+
rounded: {
|
|
359
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
360
|
+
default: undefined;
|
|
361
|
+
};
|
|
362
|
+
location: {
|
|
363
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
364
|
+
default: NonNullable<Anchor>;
|
|
365
|
+
};
|
|
366
|
+
absolute: BooleanConstructor;
|
|
367
|
+
active: {
|
|
368
|
+
type: BooleanConstructor;
|
|
369
|
+
default: boolean;
|
|
370
|
+
};
|
|
371
|
+
bgColor: StringConstructor;
|
|
372
|
+
bgOpacity: (StringConstructor | NumberConstructor)[];
|
|
373
|
+
bufferValue: {
|
|
374
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
375
|
+
default: number;
|
|
376
|
+
};
|
|
377
|
+
clickable: BooleanConstructor;
|
|
378
|
+
color: StringConstructor;
|
|
379
|
+
height: {
|
|
380
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
381
|
+
default: number;
|
|
382
|
+
};
|
|
383
|
+
indeterminate: BooleanConstructor;
|
|
384
|
+
max: {
|
|
385
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
386
|
+
default: number;
|
|
387
|
+
};
|
|
388
|
+
modelValue: {
|
|
389
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
390
|
+
default: number;
|
|
391
|
+
};
|
|
392
|
+
reverse: BooleanConstructor;
|
|
393
|
+
stream: BooleanConstructor;
|
|
394
|
+
striped: BooleanConstructor;
|
|
395
|
+
roundedBar: BooleanConstructor;
|
|
396
|
+
}>>;
|
|
126
397
|
type VProgressLinear = InstanceType<typeof VProgressLinear>;
|
|
127
398
|
|
|
128
399
|
export { VProgressLinear };
|