@vuetify/nightly 4.0.0-dev-20230427.0 → 4.0.0-dev-20230511.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -23
- package/dist/json/attributes.json +854 -658
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +50 -1
- package/dist/json/web-types.json +1797 -1324
- package/dist/vuetify-labs.css +81 -69
- package/dist/vuetify-labs.d.ts +771 -257
- package/dist/vuetify-labs.esm.js +260 -224
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +259 -223
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +23 -11
- package/dist/vuetify.d.ts +884 -412
- package/dist/vuetify.esm.js +237 -215
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +236 -214
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -645
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +97 -31
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VField/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +48 -3
- package/lib/components/VInput/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VList/VList.mjs +5 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +10 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +18 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +12 -8
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +10 -1
- package/lib/components/VSelect/VSelect.mjs +9 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +24 -24
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VValidation/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/{index.d.ts → index.d.mts} +679 -208
- package/lib/composables/defaults.mjs +15 -3
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/scroll.mjs +18 -19
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +7 -6
- package/lib/labs/VDataTable/VDataTable.mjs +11 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +0 -5
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +7 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/{index.d.ts → index.d.mts} +54 -12
- package/lib/labs/{components.d.ts → components.d.mts} +54 -12
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -6
- /package/lib/components/VAlert/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VApp/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VAvatar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBadge/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBanner/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtn/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCard/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCarousel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChipGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCode/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCounter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDialog/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDivider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VFooter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VForm/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VGrid/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VHover/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VIcon/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VItemGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VKbd/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLabel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLayout/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLazy/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMain/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMenu/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMessages/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VOverlay/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VPagination/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VParallax/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRadio/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRating/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSheet/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTable/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTabs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTimeline/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VToolbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTooltip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VVirtualScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VWindow/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/transitions/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/labs/date/{index.d.ts → index.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
package/dist/vuetify-labs.d.ts
CHANGED
@@ -1,43 +1,10 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, JSXComponent, CSSProperties,
|
2
|
+
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, JSXComponent, CSSProperties, ComponentInternalInstance, ComputedRef, EffectScope, nextTick, DirectiveBinding, WritableComputedRef, Prop, ComponentPublicInstance, InjectionKey, UnwrapRef } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
// @ts-ignore
|
6
6
|
import { RouteLocationRaw } from 'vue-router';
|
7
7
|
|
8
|
-
interface DateAdapter<Date> {
|
9
|
-
date(value?: any): Date | null;
|
10
|
-
format(date: Date, formatString: string): string;
|
11
|
-
startOfMonth(date: Date): Date;
|
12
|
-
endOfMonth(date: Date): Date;
|
13
|
-
startOfYear(date: Date): Date;
|
14
|
-
endOfYear(date: Date): Date;
|
15
|
-
isAfter(date: Date, comparing: Date): boolean;
|
16
|
-
isEqual(date: Date, comparing: Date): boolean;
|
17
|
-
isSameDay(date: Date, comparing: Date): boolean;
|
18
|
-
isSameMonth(date: Date, comparing: Date): boolean;
|
19
|
-
isValid(date: any): boolean;
|
20
|
-
isWithinRange(date: Date, range: [Date, Date]): boolean;
|
21
|
-
addDays(date: Date, amount: number): Date;
|
22
|
-
addMonths(date: Date, amount: number): Date;
|
23
|
-
getYear(date: Date): number;
|
24
|
-
setYear(date: Date, year: number): Date;
|
25
|
-
getDiff(date: Date, comparing: Date | string, unit?: string): number;
|
26
|
-
getWeek(date: Date): number;
|
27
|
-
getWeekArray(date: Date): (Date | null)[][];
|
28
|
-
getWeekdays(): string[];
|
29
|
-
getMonth(date: Date): number;
|
30
|
-
}
|
31
|
-
|
32
|
-
interface DateInstance extends DateAdapter<Date> {
|
33
|
-
locale: string;
|
34
|
-
}
|
35
|
-
type DateOptions = {
|
36
|
-
adapter: {
|
37
|
-
new (locale: string): DateInstance;
|
38
|
-
};
|
39
|
-
};
|
40
|
-
|
41
8
|
interface LocaleMessages {
|
42
9
|
[key: string]: LocaleMessages | string;
|
43
10
|
}
|
@@ -138,6 +105,10 @@ interface DisplayOptions {
|
|
138
105
|
mobileBreakpoint?: number | DisplayBreakpoint;
|
139
106
|
thresholds?: Partial<DisplayThresholds>;
|
140
107
|
}
|
108
|
+
type SSROptions = boolean | {
|
109
|
+
clientWidth: number;
|
110
|
+
clientHeight?: number;
|
111
|
+
};
|
141
112
|
interface DisplayPlatform {
|
142
113
|
android: boolean;
|
143
114
|
ios: boolean;
|
@@ -202,6 +173,26 @@ declare class Box {
|
|
202
173
|
get right(): number;
|
203
174
|
}
|
204
175
|
|
176
|
+
type HSV = {
|
177
|
+
h: number;
|
178
|
+
s: number;
|
179
|
+
v: number;
|
180
|
+
a?: number;
|
181
|
+
};
|
182
|
+
type RGB = {
|
183
|
+
r: number;
|
184
|
+
g: number;
|
185
|
+
b: number;
|
186
|
+
a?: number;
|
187
|
+
};
|
188
|
+
type HSL = {
|
189
|
+
h: number;
|
190
|
+
s: number;
|
191
|
+
l: number;
|
192
|
+
a?: number;
|
193
|
+
};
|
194
|
+
type Color = string | number | HSV | RGB | HSL;
|
195
|
+
|
205
196
|
type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
206
197
|
$children?: (VNodeChild | (T extends {
|
207
198
|
default: infer V;
|
@@ -236,9 +227,39 @@ type DefaultsInstance = undefined | {
|
|
236
227
|
global?: Record<string, unknown>;
|
237
228
|
};
|
238
229
|
type DefaultsOptions = Partial<DefaultsInstance>;
|
239
|
-
declare function useDefaults(props
|
240
|
-
|
241
|
-
|
230
|
+
declare function useDefaults(props?: Record<string, any>, name?: string): Record<string, any>;
|
231
|
+
|
232
|
+
interface DateAdapter<Date> {
|
233
|
+
date(value?: any): Date | null;
|
234
|
+
format(date: Date, formatString: string): string;
|
235
|
+
startOfMonth(date: Date): Date;
|
236
|
+
endOfMonth(date: Date): Date;
|
237
|
+
startOfYear(date: Date): Date;
|
238
|
+
endOfYear(date: Date): Date;
|
239
|
+
isAfter(date: Date, comparing: Date): boolean;
|
240
|
+
isEqual(date: Date, comparing: Date): boolean;
|
241
|
+
isSameDay(date: Date, comparing: Date): boolean;
|
242
|
+
isSameMonth(date: Date, comparing: Date): boolean;
|
243
|
+
isValid(date: any): boolean;
|
244
|
+
isWithinRange(date: Date, range: [Date, Date]): boolean;
|
245
|
+
addDays(date: Date, amount: number): Date;
|
246
|
+
addMonths(date: Date, amount: number): Date;
|
247
|
+
getYear(date: Date): number;
|
248
|
+
setYear(date: Date, year: number): Date;
|
249
|
+
getDiff(date: Date, comparing: Date | string, unit?: string): number;
|
250
|
+
getWeek(date: Date): number;
|
251
|
+
getWeekArray(date: Date): (Date | null)[][];
|
252
|
+
getWeekdays(): string[];
|
253
|
+
getMonth(date: Date): number;
|
254
|
+
}
|
255
|
+
|
256
|
+
interface DateInstance extends DateAdapter<Date> {
|
257
|
+
locale: string;
|
258
|
+
}
|
259
|
+
type DateOptions = {
|
260
|
+
adapter: {
|
261
|
+
new (locale: string): DateInstance;
|
262
|
+
};
|
242
263
|
};
|
243
264
|
|
244
265
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
@@ -726,7 +747,7 @@ interface VuetifyOptions {
|
|
726
747
|
theme?: ThemeOptions;
|
727
748
|
icons?: IconOptions;
|
728
749
|
locale?: LocaleOptions & RtlOptions;
|
729
|
-
ssr?:
|
750
|
+
ssr?: SSROptions;
|
730
751
|
}
|
731
752
|
interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {
|
732
753
|
}
|
@@ -1306,6 +1327,7 @@ declare const VAppBar: {
|
|
1306
1327
|
extended: boolean;
|
1307
1328
|
extensionHeight: string | number;
|
1308
1329
|
floating: boolean;
|
1330
|
+
scrollThreshold: string | number;
|
1309
1331
|
modelValue: boolean;
|
1310
1332
|
}> & Omit<{
|
1311
1333
|
flat: boolean;
|
@@ -1320,6 +1342,7 @@ declare const VAppBar: {
|
|
1320
1342
|
extended: boolean;
|
1321
1343
|
extensionHeight: string | number;
|
1322
1344
|
floating: boolean;
|
1345
|
+
scrollThreshold: string | number;
|
1323
1346
|
modelValue: boolean;
|
1324
1347
|
} & {
|
1325
1348
|
name?: string | undefined;
|
@@ -1333,7 +1356,6 @@ declare const VAppBar: {
|
|
1333
1356
|
theme?: string | undefined;
|
1334
1357
|
rounded?: string | number | boolean | undefined;
|
1335
1358
|
scrollTarget?: string | undefined;
|
1336
|
-
scrollThreshold?: string | number | undefined;
|
1337
1359
|
} & {
|
1338
1360
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1339
1361
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1360,7 +1382,7 @@ declare const VAppBar: {
|
|
1360
1382
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
1361
1383
|
} & {
|
1362
1384
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1363
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "style" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "modelValue">;
|
1385
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "style" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "scrollThreshold" | "modelValue">;
|
1364
1386
|
$attrs: {
|
1365
1387
|
[x: string]: unknown;
|
1366
1388
|
};
|
@@ -1387,6 +1409,7 @@ declare const VAppBar: {
|
|
1387
1409
|
extended: boolean;
|
1388
1410
|
extensionHeight: string | number;
|
1389
1411
|
floating: boolean;
|
1412
|
+
scrollThreshold: string | number;
|
1390
1413
|
modelValue: boolean;
|
1391
1414
|
} & {
|
1392
1415
|
name?: string | undefined;
|
@@ -1400,7 +1423,6 @@ declare const VAppBar: {
|
|
1400
1423
|
theme?: string | undefined;
|
1401
1424
|
rounded?: string | number | boolean | undefined;
|
1402
1425
|
scrollTarget?: string | undefined;
|
1403
|
-
scrollThreshold?: string | number | undefined;
|
1404
1426
|
} & {
|
1405
1427
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1406
1428
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1443,6 +1465,7 @@ declare const VAppBar: {
|
|
1443
1465
|
extended: boolean;
|
1444
1466
|
extensionHeight: string | number;
|
1445
1467
|
floating: boolean;
|
1468
|
+
scrollThreshold: string | number;
|
1446
1469
|
modelValue: boolean;
|
1447
1470
|
}, {}, string> & {
|
1448
1471
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1477,6 +1500,7 @@ declare const VAppBar: {
|
|
1477
1500
|
extended: boolean;
|
1478
1501
|
extensionHeight: string | number;
|
1479
1502
|
floating: boolean;
|
1503
|
+
scrollThreshold: string | number;
|
1480
1504
|
modelValue: boolean;
|
1481
1505
|
} & {
|
1482
1506
|
name?: string | undefined;
|
@@ -1490,7 +1514,6 @@ declare const VAppBar: {
|
|
1490
1514
|
theme?: string | undefined;
|
1491
1515
|
rounded?: string | number | boolean | undefined;
|
1492
1516
|
scrollTarget?: string | undefined;
|
1493
|
-
scrollThreshold?: string | number | undefined;
|
1494
1517
|
} & {
|
1495
1518
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1496
1519
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1534,6 +1557,7 @@ declare const VAppBar: {
|
|
1534
1557
|
extended: boolean;
|
1535
1558
|
extensionHeight: string | number;
|
1536
1559
|
floating: boolean;
|
1560
|
+
scrollThreshold: string | number;
|
1537
1561
|
modelValue: boolean;
|
1538
1562
|
} & {
|
1539
1563
|
name?: string | undefined;
|
@@ -1547,7 +1571,6 @@ declare const VAppBar: {
|
|
1547
1571
|
theme?: string | undefined;
|
1548
1572
|
rounded?: string | number | boolean | undefined;
|
1549
1573
|
scrollTarget?: string | undefined;
|
1550
|
-
scrollThreshold?: string | number | undefined;
|
1551
1574
|
} & {
|
1552
1575
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1553
1576
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1590,6 +1613,7 @@ declare const VAppBar: {
|
|
1590
1613
|
extended: boolean;
|
1591
1614
|
extensionHeight: string | number;
|
1592
1615
|
floating: boolean;
|
1616
|
+
scrollThreshold: string | number;
|
1593
1617
|
modelValue: boolean;
|
1594
1618
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1595
1619
|
height: {
|
@@ -1601,6 +1625,7 @@ declare const VAppBar: {
|
|
1601
1625
|
};
|
1602
1626
|
scrollThreshold: {
|
1603
1627
|
type: (StringConstructor | NumberConstructor)[];
|
1628
|
+
default: number;
|
1604
1629
|
};
|
1605
1630
|
name: {
|
1606
1631
|
type: StringConstructor;
|
@@ -1668,6 +1693,7 @@ declare const VAppBar: {
|
|
1668
1693
|
};
|
1669
1694
|
scrollThreshold: {
|
1670
1695
|
type: (StringConstructor | NumberConstructor)[];
|
1696
|
+
default: number;
|
1671
1697
|
};
|
1672
1698
|
name: {
|
1673
1699
|
type: StringConstructor;
|
@@ -1728,18 +1754,101 @@ declare const VAppBar: {
|
|
1728
1754
|
}>>;
|
1729
1755
|
type VAppBar = InstanceType<typeof VAppBar>;
|
1730
1756
|
|
1757
|
+
interface GroupItem {
|
1758
|
+
id: number;
|
1759
|
+
value: Ref<unknown>;
|
1760
|
+
disabled: Ref<boolean | undefined>;
|
1761
|
+
}
|
1762
|
+
interface GroupProvide {
|
1763
|
+
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
1764
|
+
unregister: (id: number) => void;
|
1765
|
+
select: (id: number, value: boolean) => void;
|
1766
|
+
selected: Ref<Readonly<number[]>>;
|
1767
|
+
isSelected: (id: number) => boolean;
|
1768
|
+
prev: () => void;
|
1769
|
+
next: () => void;
|
1770
|
+
selectedClass: Ref<string | undefined>;
|
1771
|
+
items: ComputedRef<{
|
1772
|
+
id: number;
|
1773
|
+
value: unknown;
|
1774
|
+
disabled: boolean | undefined;
|
1775
|
+
}[]>;
|
1776
|
+
disabled: Ref<boolean | undefined>;
|
1777
|
+
getItemIndex: (value: unknown) => number;
|
1778
|
+
}
|
1779
|
+
interface GroupItemProvide {
|
1780
|
+
id: number;
|
1781
|
+
isSelected: Ref<boolean>;
|
1782
|
+
toggle: () => void;
|
1783
|
+
select: (value: boolean) => void;
|
1784
|
+
selectedClass: Ref<(string | undefined)[] | false>;
|
1785
|
+
value: Ref<unknown>;
|
1786
|
+
disabled: Ref<boolean | undefined>;
|
1787
|
+
group: GroupProvide;
|
1788
|
+
}
|
1789
|
+
|
1790
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
1791
|
+
|
1731
1792
|
declare const VAppBarNavIcon: {
|
1732
1793
|
new (...args: any[]): {
|
1733
1794
|
$: vue.ComponentInternalInstance;
|
1734
1795
|
$data: {};
|
1735
1796
|
$props: Partial<{
|
1797
|
+
symbol: any;
|
1798
|
+
replace: boolean;
|
1799
|
+
flat: boolean;
|
1800
|
+
exact: boolean;
|
1801
|
+
block: boolean;
|
1802
|
+
active: boolean;
|
1736
1803
|
style: vue.StyleValue;
|
1737
|
-
|
1804
|
+
disabled: boolean;
|
1805
|
+
size: string | number;
|
1806
|
+
tag: string;
|
1807
|
+
icon: NonNullable<boolean | IconValue>;
|
1808
|
+
rounded: string | number | boolean;
|
1809
|
+
density: Density;
|
1810
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1811
|
+
stacked: boolean;
|
1812
|
+
ripple: boolean;
|
1738
1813
|
}> & Omit<{
|
1814
|
+
symbol: any;
|
1815
|
+
replace: boolean;
|
1816
|
+
flat: boolean;
|
1817
|
+
exact: boolean;
|
1818
|
+
block: boolean;
|
1739
1819
|
style: vue.StyleValue;
|
1740
|
-
|
1820
|
+
disabled: boolean;
|
1821
|
+
size: string | number;
|
1822
|
+
tag: string;
|
1823
|
+
icon: NonNullable<boolean | IconValue>;
|
1824
|
+
density: Density;
|
1825
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1826
|
+
stacked: boolean;
|
1827
|
+
ripple: boolean;
|
1741
1828
|
} & {
|
1829
|
+
location?: Anchor | undefined;
|
1830
|
+
height?: string | number | undefined;
|
1831
|
+
width?: string | number | undefined;
|
1832
|
+
active?: boolean | undefined;
|
1833
|
+
border?: string | number | boolean | undefined;
|
1834
|
+
color?: string | undefined;
|
1835
|
+
maxHeight?: string | number | undefined;
|
1836
|
+
maxWidth?: string | number | undefined;
|
1837
|
+
minHeight?: string | number | undefined;
|
1838
|
+
minWidth?: string | number | undefined;
|
1839
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
1840
|
+
value?: any;
|
1841
|
+
loading?: string | boolean | undefined;
|
1842
|
+
text?: string | undefined;
|
1742
1843
|
class?: any;
|
1844
|
+
href?: string | undefined;
|
1845
|
+
elevation?: string | number | undefined;
|
1846
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1847
|
+
theme?: string | undefined;
|
1848
|
+
rounded?: string | number | boolean | undefined;
|
1849
|
+
selectedClass?: string | undefined;
|
1850
|
+
prependIcon?: IconValue | undefined;
|
1851
|
+
appendIcon?: IconValue | undefined;
|
1743
1852
|
} & {
|
1744
1853
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1745
1854
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1758,7 +1867,7 @@ declare const VAppBarNavIcon: {
|
|
1758
1867
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
1759
1868
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
1760
1869
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
1761
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "icon">;
|
1870
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "symbol" | "replace" | "flat" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "icon" | "rounded" | "density" | "variant" | "stacked" | "ripple">;
|
1762
1871
|
$attrs: {
|
1763
1872
|
[x: string]: unknown;
|
1764
1873
|
};
|
@@ -1773,10 +1882,44 @@ declare const VAppBarNavIcon: {
|
|
1773
1882
|
$emit: (event: string, ...args: any[]) => void;
|
1774
1883
|
$el: any;
|
1775
1884
|
$options: vue.ComponentOptionsBase<{
|
1885
|
+
symbol: any;
|
1886
|
+
replace: boolean;
|
1887
|
+
flat: boolean;
|
1888
|
+
exact: boolean;
|
1889
|
+
block: boolean;
|
1776
1890
|
style: vue.StyleValue;
|
1777
|
-
|
1891
|
+
disabled: boolean;
|
1892
|
+
size: string | number;
|
1893
|
+
tag: string;
|
1894
|
+
icon: NonNullable<boolean | IconValue>;
|
1895
|
+
density: Density;
|
1896
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1897
|
+
stacked: boolean;
|
1898
|
+
ripple: boolean;
|
1778
1899
|
} & {
|
1900
|
+
location?: Anchor | undefined;
|
1901
|
+
height?: string | number | undefined;
|
1902
|
+
width?: string | number | undefined;
|
1903
|
+
active?: boolean | undefined;
|
1904
|
+
border?: string | number | boolean | undefined;
|
1905
|
+
color?: string | undefined;
|
1906
|
+
maxHeight?: string | number | undefined;
|
1907
|
+
maxWidth?: string | number | undefined;
|
1908
|
+
minHeight?: string | number | undefined;
|
1909
|
+
minWidth?: string | number | undefined;
|
1910
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
1911
|
+
value?: any;
|
1912
|
+
loading?: string | boolean | undefined;
|
1913
|
+
text?: string | undefined;
|
1779
1914
|
class?: any;
|
1915
|
+
href?: string | undefined;
|
1916
|
+
elevation?: string | number | undefined;
|
1917
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1918
|
+
theme?: string | undefined;
|
1919
|
+
rounded?: string | number | boolean | undefined;
|
1920
|
+
selectedClass?: string | undefined;
|
1921
|
+
prependIcon?: IconValue | undefined;
|
1922
|
+
appendIcon?: IconValue | undefined;
|
1780
1923
|
} & {
|
1781
1924
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1782
1925
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1796,8 +1939,22 @@ declare const VAppBarNavIcon: {
|
|
1796
1939
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
1797
1940
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
1798
1941
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1942
|
+
symbol: any;
|
1943
|
+
replace: boolean;
|
1944
|
+
flat: boolean;
|
1945
|
+
exact: boolean;
|
1946
|
+
block: boolean;
|
1947
|
+
active: boolean;
|
1799
1948
|
style: vue.StyleValue;
|
1800
|
-
|
1949
|
+
disabled: boolean;
|
1950
|
+
size: string | number;
|
1951
|
+
tag: string;
|
1952
|
+
icon: NonNullable<boolean | IconValue>;
|
1953
|
+
rounded: string | number | boolean;
|
1954
|
+
density: Density;
|
1955
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1956
|
+
stacked: boolean;
|
1957
|
+
ripple: boolean;
|
1801
1958
|
}, {}, string> & {
|
1802
1959
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1803
1960
|
created?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1819,10 +1976,44 @@ declare const VAppBarNavIcon: {
|
|
1819
1976
|
$nextTick: typeof vue.nextTick;
|
1820
1977
|
$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;
|
1821
1978
|
} & {
|
1979
|
+
symbol: any;
|
1980
|
+
replace: boolean;
|
1981
|
+
flat: boolean;
|
1982
|
+
exact: boolean;
|
1983
|
+
block: boolean;
|
1822
1984
|
style: vue.StyleValue;
|
1823
|
-
|
1985
|
+
disabled: boolean;
|
1986
|
+
size: string | number;
|
1987
|
+
tag: string;
|
1988
|
+
icon: NonNullable<boolean | IconValue>;
|
1989
|
+
density: Density;
|
1990
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1991
|
+
stacked: boolean;
|
1992
|
+
ripple: boolean;
|
1824
1993
|
} & {
|
1994
|
+
location?: Anchor | undefined;
|
1995
|
+
height?: string | number | undefined;
|
1996
|
+
width?: string | number | undefined;
|
1997
|
+
active?: boolean | undefined;
|
1998
|
+
border?: string | number | boolean | undefined;
|
1999
|
+
color?: string | undefined;
|
2000
|
+
maxHeight?: string | number | undefined;
|
2001
|
+
maxWidth?: string | number | undefined;
|
2002
|
+
minHeight?: string | number | undefined;
|
2003
|
+
minWidth?: string | number | undefined;
|
2004
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
2005
|
+
value?: any;
|
2006
|
+
loading?: string | boolean | undefined;
|
2007
|
+
text?: string | undefined;
|
1825
2008
|
class?: any;
|
2009
|
+
href?: string | undefined;
|
2010
|
+
elevation?: string | number | undefined;
|
2011
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
2012
|
+
theme?: string | undefined;
|
2013
|
+
rounded?: string | number | boolean | undefined;
|
2014
|
+
selectedClass?: string | undefined;
|
2015
|
+
prependIcon?: IconValue | undefined;
|
2016
|
+
appendIcon?: IconValue | undefined;
|
1826
2017
|
} & {
|
1827
2018
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1828
2019
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1846,10 +2037,44 @@ declare const VAppBarNavIcon: {
|
|
1846
2037
|
__isTeleport?: undefined;
|
1847
2038
|
__isSuspense?: undefined;
|
1848
2039
|
} & vue.ComponentOptionsBase<{
|
2040
|
+
symbol: any;
|
2041
|
+
replace: boolean;
|
2042
|
+
flat: boolean;
|
2043
|
+
exact: boolean;
|
2044
|
+
block: boolean;
|
1849
2045
|
style: vue.StyleValue;
|
1850
|
-
|
2046
|
+
disabled: boolean;
|
2047
|
+
size: string | number;
|
2048
|
+
tag: string;
|
2049
|
+
icon: NonNullable<boolean | IconValue>;
|
2050
|
+
density: Density;
|
2051
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
2052
|
+
stacked: boolean;
|
2053
|
+
ripple: boolean;
|
1851
2054
|
} & {
|
2055
|
+
location?: Anchor | undefined;
|
2056
|
+
height?: string | number | undefined;
|
2057
|
+
width?: string | number | undefined;
|
2058
|
+
active?: boolean | undefined;
|
2059
|
+
border?: string | number | boolean | undefined;
|
2060
|
+
color?: string | undefined;
|
2061
|
+
maxHeight?: string | number | undefined;
|
2062
|
+
maxWidth?: string | number | undefined;
|
2063
|
+
minHeight?: string | number | undefined;
|
2064
|
+
minWidth?: string | number | undefined;
|
2065
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
2066
|
+
value?: any;
|
2067
|
+
loading?: string | boolean | undefined;
|
2068
|
+
text?: string | undefined;
|
1852
2069
|
class?: any;
|
2070
|
+
href?: string | undefined;
|
2071
|
+
elevation?: string | number | undefined;
|
2072
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
2073
|
+
theme?: string | undefined;
|
2074
|
+
rounded?: string | number | boolean | undefined;
|
2075
|
+
selectedClass?: string | undefined;
|
2076
|
+
prependIcon?: IconValue | undefined;
|
2077
|
+
appendIcon?: IconValue | undefined;
|
1853
2078
|
} & {
|
1854
2079
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1855
2080
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1869,28 +2094,192 @@ declare const VAppBarNavIcon: {
|
|
1869
2094
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
1870
2095
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
1871
2096
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2097
|
+
symbol: any;
|
2098
|
+
replace: boolean;
|
2099
|
+
flat: boolean;
|
2100
|
+
exact: boolean;
|
2101
|
+
block: boolean;
|
2102
|
+
active: boolean;
|
1872
2103
|
style: vue.StyleValue;
|
1873
|
-
|
2104
|
+
disabled: boolean;
|
2105
|
+
size: string | number;
|
2106
|
+
tag: string;
|
2107
|
+
icon: NonNullable<boolean | IconValue>;
|
2108
|
+
rounded: string | number | boolean;
|
2109
|
+
density: Density;
|
2110
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
2111
|
+
stacked: boolean;
|
2112
|
+
ripple: boolean;
|
1874
2113
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2114
|
+
color: StringConstructor;
|
2115
|
+
variant: Omit<Omit<{
|
2116
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2117
|
+
default: string;
|
2118
|
+
validator: (v: any) => boolean;
|
2119
|
+
}, "type" | "default"> & {
|
2120
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
2121
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2122
|
+
}, "type" | "default"> & {
|
2123
|
+
type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
2124
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
2125
|
+
};
|
2126
|
+
theme: StringConstructor;
|
2127
|
+
tag: Omit<{
|
2128
|
+
type: StringConstructor;
|
2129
|
+
default: string;
|
2130
|
+
}, "type" | "default"> & {
|
2131
|
+
type: vue.PropType<string>;
|
2132
|
+
default: string;
|
2133
|
+
};
|
2134
|
+
size: {
|
2135
|
+
type: (StringConstructor | NumberConstructor)[];
|
2136
|
+
default: string;
|
2137
|
+
};
|
2138
|
+
href: StringConstructor;
|
2139
|
+
replace: BooleanConstructor;
|
2140
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
2141
|
+
exact: BooleanConstructor;
|
2142
|
+
rounded: {
|
2143
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2144
|
+
default: undefined;
|
2145
|
+
};
|
2146
|
+
position: {
|
2147
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
2148
|
+
validator: (v: any) => boolean;
|
2149
|
+
};
|
2150
|
+
location: vue.PropType<Anchor>;
|
2151
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
2152
|
+
value: null;
|
2153
|
+
disabled: BooleanConstructor;
|
2154
|
+
selectedClass: StringConstructor;
|
2155
|
+
elevation: {
|
2156
|
+
type: (StringConstructor | NumberConstructor)[];
|
2157
|
+
validator(v: any): boolean;
|
2158
|
+
};
|
2159
|
+
height: (StringConstructor | NumberConstructor)[];
|
2160
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2161
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2162
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2163
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2164
|
+
width: (StringConstructor | NumberConstructor)[];
|
2165
|
+
density: {
|
2166
|
+
type: vue.PropType<Density>;
|
2167
|
+
default: string;
|
2168
|
+
validator: (v: any) => boolean;
|
2169
|
+
};
|
1875
2170
|
class: vue.PropType<any>;
|
1876
2171
|
style: {
|
1877
2172
|
type: vue.PropType<vue.StyleValue>;
|
1878
2173
|
default: null;
|
1879
2174
|
};
|
2175
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2176
|
+
active: {
|
2177
|
+
type: BooleanConstructor;
|
2178
|
+
default: undefined;
|
2179
|
+
};
|
2180
|
+
symbol: {
|
2181
|
+
type: null;
|
2182
|
+
default: vue.InjectionKey<GroupProvide>;
|
2183
|
+
};
|
2184
|
+
flat: BooleanConstructor;
|
1880
2185
|
icon: {
|
1881
|
-
type: vue.PropType<IconValue
|
1882
|
-
default:
|
2186
|
+
type: vue.PropType<NonNullable<boolean | IconValue>>;
|
2187
|
+
default: NonNullable<boolean | IconValue>;
|
1883
2188
|
};
|
2189
|
+
prependIcon: vue.PropType<IconValue>;
|
2190
|
+
appendIcon: vue.PropType<IconValue>;
|
2191
|
+
block: BooleanConstructor;
|
2192
|
+
stacked: BooleanConstructor;
|
2193
|
+
ripple: {
|
2194
|
+
type: BooleanConstructor;
|
2195
|
+
default: boolean;
|
2196
|
+
};
|
2197
|
+
text: StringConstructor;
|
1884
2198
|
}, vue.ExtractPropTypes<{
|
2199
|
+
color: StringConstructor;
|
2200
|
+
variant: Omit<Omit<{
|
2201
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2202
|
+
default: string;
|
2203
|
+
validator: (v: any) => boolean;
|
2204
|
+
}, "type" | "default"> & {
|
2205
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
2206
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2207
|
+
}, "type" | "default"> & {
|
2208
|
+
type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
2209
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
2210
|
+
};
|
2211
|
+
theme: StringConstructor;
|
2212
|
+
tag: Omit<{
|
2213
|
+
type: StringConstructor;
|
2214
|
+
default: string;
|
2215
|
+
}, "type" | "default"> & {
|
2216
|
+
type: vue.PropType<string>;
|
2217
|
+
default: string;
|
2218
|
+
};
|
2219
|
+
size: {
|
2220
|
+
type: (StringConstructor | NumberConstructor)[];
|
2221
|
+
default: string;
|
2222
|
+
};
|
2223
|
+
href: StringConstructor;
|
2224
|
+
replace: BooleanConstructor;
|
2225
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
2226
|
+
exact: BooleanConstructor;
|
2227
|
+
rounded: {
|
2228
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2229
|
+
default: undefined;
|
2230
|
+
};
|
2231
|
+
position: {
|
2232
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
2233
|
+
validator: (v: any) => boolean;
|
2234
|
+
};
|
2235
|
+
location: vue.PropType<Anchor>;
|
2236
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
2237
|
+
value: null;
|
2238
|
+
disabled: BooleanConstructor;
|
2239
|
+
selectedClass: StringConstructor;
|
2240
|
+
elevation: {
|
2241
|
+
type: (StringConstructor | NumberConstructor)[];
|
2242
|
+
validator(v: any): boolean;
|
2243
|
+
};
|
2244
|
+
height: (StringConstructor | NumberConstructor)[];
|
2245
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2246
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2247
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2248
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2249
|
+
width: (StringConstructor | NumberConstructor)[];
|
2250
|
+
density: {
|
2251
|
+
type: vue.PropType<Density>;
|
2252
|
+
default: string;
|
2253
|
+
validator: (v: any) => boolean;
|
2254
|
+
};
|
1885
2255
|
class: vue.PropType<any>;
|
1886
2256
|
style: {
|
1887
2257
|
type: vue.PropType<vue.StyleValue>;
|
1888
2258
|
default: null;
|
1889
2259
|
};
|
2260
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2261
|
+
active: {
|
2262
|
+
type: BooleanConstructor;
|
2263
|
+
default: undefined;
|
2264
|
+
};
|
2265
|
+
symbol: {
|
2266
|
+
type: null;
|
2267
|
+
default: vue.InjectionKey<GroupProvide>;
|
2268
|
+
};
|
2269
|
+
flat: BooleanConstructor;
|
1890
2270
|
icon: {
|
1891
|
-
type: vue.PropType<IconValue
|
1892
|
-
default:
|
2271
|
+
type: vue.PropType<NonNullable<boolean | IconValue>>;
|
2272
|
+
default: NonNullable<boolean | IconValue>;
|
2273
|
+
};
|
2274
|
+
prependIcon: vue.PropType<IconValue>;
|
2275
|
+
appendIcon: vue.PropType<IconValue>;
|
2276
|
+
block: BooleanConstructor;
|
2277
|
+
stacked: BooleanConstructor;
|
2278
|
+
ripple: {
|
2279
|
+
type: BooleanConstructor;
|
2280
|
+
default: boolean;
|
1893
2281
|
};
|
2282
|
+
text: StringConstructor;
|
1894
2283
|
}>>;
|
1895
2284
|
type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
|
1896
2285
|
|
@@ -2042,8 +2431,6 @@ declare const VAppBarTitle: {
|
|
2042
2431
|
}>>;
|
2043
2432
|
type VAppBarTitle = InstanceType<typeof VAppBarTitle>;
|
2044
2433
|
|
2045
|
-
type Density = null | 'default' | 'comfortable' | 'compact';
|
2046
|
-
|
2047
2434
|
declare const allowedTypes: readonly ["success", "info", "warning", "error"];
|
2048
2435
|
type ContextualType = typeof allowedTypes[number];
|
2049
2436
|
declare const VAlert: {
|
@@ -2787,7 +3174,7 @@ declare const VInput: {
|
|
2787
3174
|
appendIcon?: IconValue | undefined;
|
2788
3175
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2789
3176
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2790
|
-
'onUpdate:focused'?: EventProp<[
|
3177
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2791
3178
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2792
3179
|
validationValue?: any;
|
2793
3180
|
hint?: string | undefined;
|
@@ -2849,7 +3236,7 @@ declare const VInput: {
|
|
2849
3236
|
appendIcon?: IconValue | undefined;
|
2850
3237
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2851
3238
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2852
|
-
'onUpdate:focused'?: EventProp<[
|
3239
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2853
3240
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2854
3241
|
validationValue?: any;
|
2855
3242
|
hint?: string | undefined;
|
@@ -2936,7 +3323,7 @@ declare const VInput: {
|
|
2936
3323
|
appendIcon?: IconValue | undefined;
|
2937
3324
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2938
3325
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2939
|
-
'onUpdate:focused'?: EventProp<[
|
3326
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2940
3327
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2941
3328
|
validationValue?: any;
|
2942
3329
|
hint?: string | undefined;
|
@@ -2992,7 +3379,7 @@ declare const VInput: {
|
|
2992
3379
|
appendIcon?: IconValue | undefined;
|
2993
3380
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2994
3381
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2995
|
-
'onUpdate:focused'?: EventProp<[
|
3382
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2996
3383
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2997
3384
|
validationValue?: any;
|
2998
3385
|
hint?: string | undefined;
|
@@ -3038,7 +3425,7 @@ declare const VInput: {
|
|
3038
3425
|
persistentHint: boolean;
|
3039
3426
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3040
3427
|
focused: BooleanConstructor;
|
3041
|
-
'onUpdate:focused': PropType<EventProp<[
|
3428
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3042
3429
|
disabled: BooleanConstructor;
|
3043
3430
|
error: BooleanConstructor;
|
3044
3431
|
errorMessages: {
|
@@ -3088,7 +3475,7 @@ declare const VInput: {
|
|
3088
3475
|
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3089
3476
|
}, vue.ExtractPropTypes<{
|
3090
3477
|
focused: BooleanConstructor;
|
3091
|
-
'onUpdate:focused': PropType<EventProp<[
|
3478
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3092
3479
|
disabled: BooleanConstructor;
|
3093
3480
|
error: BooleanConstructor;
|
3094
3481
|
errorMessages: {
|
@@ -3216,7 +3603,7 @@ declare const VField: {
|
|
3216
3603
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3217
3604
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3218
3605
|
focused: BooleanConstructor;
|
3219
|
-
'onUpdate:focused': PropType<EventProp<[
|
3606
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3220
3607
|
id: StringConstructor;
|
3221
3608
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
3222
3609
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3274,7 +3661,7 @@ declare const VField: {
|
|
3274
3661
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3275
3662
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3276
3663
|
focused: BooleanConstructor;
|
3277
|
-
'onUpdate:focused': PropType<EventProp<[
|
3664
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3278
3665
|
id: StringConstructor;
|
3279
3666
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
3280
3667
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3358,7 +3745,7 @@ declare const VField: {
|
|
3358
3745
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3359
3746
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3360
3747
|
focused: BooleanConstructor;
|
3361
|
-
'onUpdate:focused': PropType<EventProp<[
|
3748
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3362
3749
|
id: StringConstructor;
|
3363
3750
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
3364
3751
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3408,7 +3795,7 @@ declare const VField: {
|
|
3408
3795
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3409
3796
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3410
3797
|
focused: BooleanConstructor;
|
3411
|
-
'onUpdate:focused': PropType<EventProp<[
|
3798
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3412
3799
|
id: StringConstructor;
|
3413
3800
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
3414
3801
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3478,7 +3865,7 @@ declare const VField: {
|
|
3478
3865
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3479
3866
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3480
3867
|
focused: BooleanConstructor;
|
3481
|
-
'onUpdate:focused': PropType<EventProp<[
|
3868
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3482
3869
|
id: StringConstructor;
|
3483
3870
|
}, vue.ExtractPropTypes<{
|
3484
3871
|
theme: StringConstructor;
|
@@ -3520,7 +3907,7 @@ declare const VField: {
|
|
3520
3907
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3521
3908
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3522
3909
|
focused: BooleanConstructor;
|
3523
|
-
'onUpdate:focused': PropType<EventProp<[
|
3910
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3524
3911
|
id: StringConstructor;
|
3525
3912
|
}>>;
|
3526
3913
|
type VField = InstanceType<typeof VField>;
|
@@ -3659,7 +4046,7 @@ declare const VAutocomplete: {
|
|
3659
4046
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3660
4047
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3661
4048
|
focused: BooleanConstructor;
|
3662
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
4049
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3663
4050
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
3664
4051
|
errorMessages: {
|
3665
4052
|
type: vue.PropType<string | string[]>;
|
@@ -4127,7 +4514,7 @@ declare const VAutocomplete: {
|
|
4127
4514
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4128
4515
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4129
4516
|
focused: BooleanConstructor;
|
4130
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
4517
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
4131
4518
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
4132
4519
|
errorMessages: {
|
4133
4520
|
type: vue.PropType<string | string[]>;
|
@@ -4661,7 +5048,7 @@ declare const VAutocomplete: {
|
|
4661
5048
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4662
5049
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4663
5050
|
focused: BooleanConstructor;
|
4664
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
5051
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
4665
5052
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
4666
5053
|
errorMessages: {
|
4667
5054
|
type: vue.PropType<string | string[]>;
|
@@ -5128,7 +5515,7 @@ declare const VAutocomplete: {
|
|
5128
5515
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5129
5516
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5130
5517
|
focused: BooleanConstructor;
|
5131
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
5518
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
5132
5519
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
5133
5520
|
errorMessages: {
|
5134
5521
|
type: vue.PropType<string | string[]>;
|
@@ -5672,7 +6059,7 @@ declare const VAutocomplete: {
|
|
5672
6059
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5673
6060
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5674
6061
|
focused: BooleanConstructor;
|
5675
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
6062
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
5676
6063
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
5677
6064
|
errorMessages: {
|
5678
6065
|
type: vue.PropType<string | string[]>;
|
@@ -6122,7 +6509,7 @@ declare const VAutocomplete: {
|
|
6122
6509
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
6123
6510
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
6124
6511
|
focused: BooleanConstructor;
|
6125
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
6512
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
6126
6513
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
6127
6514
|
errorMessages: {
|
6128
6515
|
type: vue.PropType<string | string[]>;
|
@@ -8670,39 +9057,6 @@ declare const VBreadcrumbsDivider: {
|
|
8670
9057
|
divider: (StringConstructor | NumberConstructor)[];
|
8671
9058
|
}>>;
|
8672
9059
|
|
8673
|
-
interface GroupItem {
|
8674
|
-
id: number;
|
8675
|
-
value: Ref<unknown>;
|
8676
|
-
disabled: Ref<boolean | undefined>;
|
8677
|
-
}
|
8678
|
-
interface GroupProvide {
|
8679
|
-
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
8680
|
-
unregister: (id: number) => void;
|
8681
|
-
select: (id: number, value: boolean) => void;
|
8682
|
-
selected: Ref<Readonly<number[]>>;
|
8683
|
-
isSelected: (id: number) => boolean;
|
8684
|
-
prev: () => void;
|
8685
|
-
next: () => void;
|
8686
|
-
selectedClass: Ref<string | undefined>;
|
8687
|
-
items: ComputedRef<{
|
8688
|
-
id: number;
|
8689
|
-
value: unknown;
|
8690
|
-
disabled: boolean | undefined;
|
8691
|
-
}[]>;
|
8692
|
-
disabled: Ref<boolean | undefined>;
|
8693
|
-
getItemIndex: (value: unknown) => number;
|
8694
|
-
}
|
8695
|
-
interface GroupItemProvide {
|
8696
|
-
id: number;
|
8697
|
-
isSelected: Ref<boolean>;
|
8698
|
-
toggle: () => void;
|
8699
|
-
select: (value: boolean) => void;
|
8700
|
-
selectedClass: Ref<(string | undefined)[] | false>;
|
8701
|
-
value: Ref<unknown>;
|
8702
|
-
disabled: Ref<boolean | undefined>;
|
8703
|
-
group: GroupProvide;
|
8704
|
-
}
|
8705
|
-
|
8706
9060
|
declare const VBtn: {
|
8707
9061
|
new (...args: any[]): {
|
8708
9062
|
$: vue.ComponentInternalInstance;
|
@@ -12509,7 +12863,7 @@ declare const VCheckbox: {
|
|
12509
12863
|
appendIcon?: IconValue | undefined;
|
12510
12864
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12511
12865
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12512
|
-
'onUpdate:focused'?: EventProp<[
|
12866
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12513
12867
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12514
12868
|
validationValue?: any;
|
12515
12869
|
hint?: string | undefined;
|
@@ -12599,7 +12953,7 @@ declare const VCheckbox: {
|
|
12599
12953
|
appendIcon?: IconValue | undefined;
|
12600
12954
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12601
12955
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12602
|
-
'onUpdate:focused'?: EventProp<[
|
12956
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12603
12957
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12604
12958
|
validationValue?: any;
|
12605
12959
|
hint?: string | undefined;
|
@@ -12717,7 +13071,7 @@ declare const VCheckbox: {
|
|
12717
13071
|
appendIcon?: IconValue | undefined;
|
12718
13072
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12719
13073
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12720
|
-
'onUpdate:focused'?: EventProp<[
|
13074
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12721
13075
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12722
13076
|
validationValue?: any;
|
12723
13077
|
hint?: string | undefined;
|
@@ -12797,7 +13151,7 @@ declare const VCheckbox: {
|
|
12797
13151
|
appendIcon?: IconValue | undefined;
|
12798
13152
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12799
13153
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12800
|
-
'onUpdate:focused'?: EventProp<[
|
13154
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12801
13155
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12802
13156
|
validationValue?: any;
|
12803
13157
|
hint?: string | undefined;
|
@@ -12911,7 +13265,7 @@ declare const VCheckbox: {
|
|
12911
13265
|
default: string;
|
12912
13266
|
};
|
12913
13267
|
focused: BooleanConstructor;
|
12914
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
13268
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
12915
13269
|
errorMessages: {
|
12916
13270
|
type: vue.PropType<string | string[]>;
|
12917
13271
|
default: () => never[];
|
@@ -12992,7 +13346,7 @@ declare const VCheckbox: {
|
|
12992
13346
|
default: string;
|
12993
13347
|
};
|
12994
13348
|
focused: BooleanConstructor;
|
12995
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
13349
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
12996
13350
|
errorMessages: {
|
12997
13351
|
type: vue.PropType<string | string[]>;
|
12998
13352
|
default: () => never[];
|
@@ -14387,6 +14741,52 @@ declare const VCode: {
|
|
14387
14741
|
}>>;
|
14388
14742
|
type VCode = InstanceType<typeof VCode>;
|
14389
14743
|
|
14744
|
+
type ColorPickerMode = {
|
14745
|
+
inputProps: Record<string, unknown>;
|
14746
|
+
inputs: {
|
14747
|
+
[key: string]: any;
|
14748
|
+
getValue: (color: any) => number | string;
|
14749
|
+
getColor: (color: any, v: string) => any;
|
14750
|
+
}[];
|
14751
|
+
from: (color: any) => HSV;
|
14752
|
+
to: (color: HSV) => any;
|
14753
|
+
};
|
14754
|
+
declare const modes: {
|
14755
|
+
rgb: {
|
14756
|
+
inputs: {
|
14757
|
+
[key: string]: any;
|
14758
|
+
getValue: (color: any) => number | string;
|
14759
|
+
getColor: (color: any, v: string) => any;
|
14760
|
+
}[];
|
14761
|
+
inputProps: Record<string, unknown>;
|
14762
|
+
from: (color: any) => HSV;
|
14763
|
+
to: (color: HSV) => any;
|
14764
|
+
};
|
14765
|
+
rgba: ColorPickerMode;
|
14766
|
+
hsl: {
|
14767
|
+
inputs: {
|
14768
|
+
[key: string]: any;
|
14769
|
+
getValue: (color: any) => number | string;
|
14770
|
+
getColor: (color: any, v: string) => any;
|
14771
|
+
}[];
|
14772
|
+
inputProps: Record<string, unknown>;
|
14773
|
+
from: (color: any) => HSV;
|
14774
|
+
to: (color: HSV) => any;
|
14775
|
+
};
|
14776
|
+
hsla: ColorPickerMode;
|
14777
|
+
hex: {
|
14778
|
+
inputs: {
|
14779
|
+
label: string;
|
14780
|
+
getValue: (c: string) => string;
|
14781
|
+
getColor: (c: string, v: string) => string;
|
14782
|
+
}[];
|
14783
|
+
inputProps: Record<string, unknown>;
|
14784
|
+
from: (color: any) => HSV;
|
14785
|
+
to: (color: HSV) => any;
|
14786
|
+
};
|
14787
|
+
hexa: ColorPickerMode;
|
14788
|
+
};
|
14789
|
+
|
14390
14790
|
declare const VColorPicker: {
|
14391
14791
|
new (...args: any[]): {
|
14392
14792
|
$: vue.ComponentInternalInstance;
|
@@ -14396,10 +14796,10 @@ declare const VColorPicker: {
|
|
14396
14796
|
style: vue.StyleValue;
|
14397
14797
|
disabled: boolean;
|
14398
14798
|
tag: string;
|
14399
|
-
mode:
|
14799
|
+
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
14400
14800
|
rounded: string | number | boolean;
|
14401
14801
|
dotSize: string | number;
|
14402
|
-
modes:
|
14802
|
+
modes: ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
14403
14803
|
hideCanvas: boolean;
|
14404
14804
|
hideSliders: boolean;
|
14405
14805
|
hideInputs: boolean;
|
@@ -14448,17 +14848,17 @@ declare const VColorPicker: {
|
|
14448
14848
|
hideSliders: BooleanConstructor;
|
14449
14849
|
hideInputs: BooleanConstructor;
|
14450
14850
|
mode: {
|
14451
|
-
type:
|
14851
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14452
14852
|
default: string;
|
14453
14853
|
validator: (v: string) => boolean;
|
14454
14854
|
};
|
14455
14855
|
modes: {
|
14456
|
-
type: PropType<
|
14856
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14457
14857
|
default: () => string[];
|
14458
14858
|
validator: (v: any) => boolean;
|
14459
14859
|
};
|
14460
14860
|
showSwatches: BooleanConstructor;
|
14461
|
-
swatches: PropType<
|
14861
|
+
swatches: PropType<Color[][]>;
|
14462
14862
|
swatchesMaxHeight: {
|
14463
14863
|
type: (StringConstructor | NumberConstructor)[];
|
14464
14864
|
default: number;
|
@@ -14468,7 +14868,7 @@ declare const VColorPicker: {
|
|
14468
14868
|
};
|
14469
14869
|
}>> & {
|
14470
14870
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14471
|
-
"onUpdate:mode"?: ((mode:
|
14871
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14472
14872
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "width" | "style" | "disabled" | "tag" | "mode" | "rounded" | "dotSize" | "modes" | "hideCanvas" | "hideSliders" | "hideInputs" | "showSwatches" | "canvasHeight" | "swatchesMaxHeight">;
|
14473
14873
|
$attrs: {
|
14474
14874
|
[x: string]: unknown;
|
@@ -14481,7 +14881,7 @@ declare const VColorPicker: {
|
|
14481
14881
|
}>;
|
14482
14882
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
14483
14883
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
14484
|
-
$emit: ((event: "update:modelValue", color: any) => void) & ((event: "update:mode", mode:
|
14884
|
+
$emit: ((event: "update:modelValue", color: any) => void) & ((event: "update:mode", mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => void);
|
14485
14885
|
$el: any;
|
14486
14886
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
14487
14887
|
width: {
|
@@ -14525,17 +14925,17 @@ declare const VColorPicker: {
|
|
14525
14925
|
hideSliders: BooleanConstructor;
|
14526
14926
|
hideInputs: BooleanConstructor;
|
14527
14927
|
mode: {
|
14528
|
-
type:
|
14928
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14529
14929
|
default: string;
|
14530
14930
|
validator: (v: string) => boolean;
|
14531
14931
|
};
|
14532
14932
|
modes: {
|
14533
|
-
type: PropType<
|
14933
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14534
14934
|
default: () => string[];
|
14535
14935
|
validator: (v: any) => boolean;
|
14536
14936
|
};
|
14537
14937
|
showSwatches: BooleanConstructor;
|
14538
|
-
swatches: PropType<
|
14938
|
+
swatches: PropType<Color[][]>;
|
14539
14939
|
swatchesMaxHeight: {
|
14540
14940
|
type: (StringConstructor | NumberConstructor)[];
|
14541
14941
|
default: number;
|
@@ -14545,19 +14945,19 @@ declare const VColorPicker: {
|
|
14545
14945
|
};
|
14546
14946
|
}>> & {
|
14547
14947
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14548
|
-
"onUpdate:mode"?: ((mode:
|
14948
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14549
14949
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
14550
14950
|
'update:modelValue': (color: any) => true;
|
14551
|
-
'update:mode': (mode:
|
14951
|
+
'update:mode': (mode: keyof typeof modes) => true;
|
14552
14952
|
}, string, {
|
14553
14953
|
width: NonNullable<string | number>;
|
14554
14954
|
style: vue.StyleValue;
|
14555
14955
|
disabled: boolean;
|
14556
14956
|
tag: string;
|
14557
|
-
mode:
|
14957
|
+
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
14558
14958
|
rounded: string | number | boolean;
|
14559
14959
|
dotSize: string | number;
|
14560
|
-
modes:
|
14960
|
+
modes: ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
14561
14961
|
hideCanvas: boolean;
|
14562
14962
|
hideSliders: boolean;
|
14563
14963
|
hideInputs: boolean;
|
@@ -14626,17 +15026,17 @@ declare const VColorPicker: {
|
|
14626
15026
|
hideSliders: BooleanConstructor;
|
14627
15027
|
hideInputs: BooleanConstructor;
|
14628
15028
|
mode: {
|
14629
|
-
type:
|
15029
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14630
15030
|
default: string;
|
14631
15031
|
validator: (v: string) => boolean;
|
14632
15032
|
};
|
14633
15033
|
modes: {
|
14634
|
-
type: PropType<
|
15034
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14635
15035
|
default: () => string[];
|
14636
15036
|
validator: (v: any) => boolean;
|
14637
15037
|
};
|
14638
15038
|
showSwatches: BooleanConstructor;
|
14639
|
-
swatches: PropType<
|
15039
|
+
swatches: PropType<Color[][]>;
|
14640
15040
|
swatchesMaxHeight: {
|
14641
15041
|
type: (StringConstructor | NumberConstructor)[];
|
14642
15042
|
default: number;
|
@@ -14646,7 +15046,7 @@ declare const VColorPicker: {
|
|
14646
15046
|
};
|
14647
15047
|
}>> & {
|
14648
15048
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14649
|
-
"onUpdate:mode"?: ((mode:
|
15049
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14650
15050
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
14651
15051
|
__isFragment?: undefined;
|
14652
15052
|
__isTeleport?: undefined;
|
@@ -14693,17 +15093,17 @@ declare const VColorPicker: {
|
|
14693
15093
|
hideSliders: BooleanConstructor;
|
14694
15094
|
hideInputs: BooleanConstructor;
|
14695
15095
|
mode: {
|
14696
|
-
type:
|
15096
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14697
15097
|
default: string;
|
14698
15098
|
validator: (v: string) => boolean;
|
14699
15099
|
};
|
14700
15100
|
modes: {
|
14701
|
-
type: PropType<
|
15101
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14702
15102
|
default: () => string[];
|
14703
15103
|
validator: (v: any) => boolean;
|
14704
15104
|
};
|
14705
15105
|
showSwatches: BooleanConstructor;
|
14706
|
-
swatches: PropType<
|
15106
|
+
swatches: PropType<Color[][]>;
|
14707
15107
|
swatchesMaxHeight: {
|
14708
15108
|
type: (StringConstructor | NumberConstructor)[];
|
14709
15109
|
default: number;
|
@@ -14713,19 +15113,19 @@ declare const VColorPicker: {
|
|
14713
15113
|
};
|
14714
15114
|
}>> & {
|
14715
15115
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14716
|
-
"onUpdate:mode"?: ((mode:
|
15116
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14717
15117
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
14718
15118
|
'update:modelValue': (color: any) => true;
|
14719
|
-
'update:mode': (mode:
|
15119
|
+
'update:mode': (mode: keyof typeof modes) => true;
|
14720
15120
|
}, string, {
|
14721
15121
|
width: NonNullable<string | number>;
|
14722
15122
|
style: vue.StyleValue;
|
14723
15123
|
disabled: boolean;
|
14724
15124
|
tag: string;
|
14725
|
-
mode:
|
15125
|
+
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
14726
15126
|
rounded: string | number | boolean;
|
14727
15127
|
dotSize: string | number;
|
14728
|
-
modes:
|
15128
|
+
modes: ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
14729
15129
|
hideCanvas: boolean;
|
14730
15130
|
hideSliders: boolean;
|
14731
15131
|
hideInputs: boolean;
|
@@ -14774,17 +15174,17 @@ declare const VColorPicker: {
|
|
14774
15174
|
hideSliders: BooleanConstructor;
|
14775
15175
|
hideInputs: BooleanConstructor;
|
14776
15176
|
mode: {
|
14777
|
-
type:
|
15177
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14778
15178
|
default: string;
|
14779
15179
|
validator: (v: string) => boolean;
|
14780
15180
|
};
|
14781
15181
|
modes: {
|
14782
|
-
type: PropType<
|
15182
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14783
15183
|
default: () => string[];
|
14784
15184
|
validator: (v: any) => boolean;
|
14785
15185
|
};
|
14786
15186
|
showSwatches: BooleanConstructor;
|
14787
|
-
swatches: PropType<
|
15187
|
+
swatches: PropType<Color[][]>;
|
14788
15188
|
swatchesMaxHeight: {
|
14789
15189
|
type: (StringConstructor | NumberConstructor)[];
|
14790
15190
|
default: number;
|
@@ -14834,17 +15234,17 @@ declare const VColorPicker: {
|
|
14834
15234
|
hideSliders: BooleanConstructor;
|
14835
15235
|
hideInputs: BooleanConstructor;
|
14836
15236
|
mode: {
|
14837
|
-
type:
|
15237
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14838
15238
|
default: string;
|
14839
15239
|
validator: (v: string) => boolean;
|
14840
15240
|
};
|
14841
15241
|
modes: {
|
14842
|
-
type: PropType<
|
15242
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14843
15243
|
default: () => string[];
|
14844
15244
|
validator: (v: any) => boolean;
|
14845
15245
|
};
|
14846
15246
|
showSwatches: BooleanConstructor;
|
14847
|
-
swatches: PropType<
|
15247
|
+
swatches: PropType<Color[][]>;
|
14848
15248
|
swatchesMaxHeight: {
|
14849
15249
|
type: (StringConstructor | NumberConstructor)[];
|
14850
15250
|
default: number;
|
@@ -14989,7 +15389,7 @@ declare const VCombobox: {
|
|
14989
15389
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
14990
15390
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
14991
15391
|
focused: BooleanConstructor;
|
14992
|
-
'onUpdate:focused': PropType<EventProp<[
|
15392
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
14993
15393
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
14994
15394
|
errorMessages: {
|
14995
15395
|
type: PropType<string | string[]>;
|
@@ -15463,7 +15863,7 @@ declare const VCombobox: {
|
|
15463
15863
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
15464
15864
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
15465
15865
|
focused: BooleanConstructor;
|
15466
|
-
'onUpdate:focused': PropType<EventProp<[
|
15866
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
15467
15867
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
15468
15868
|
errorMessages: {
|
15469
15869
|
type: PropType<string | string[]>;
|
@@ -16002,7 +16402,7 @@ declare const VCombobox: {
|
|
16002
16402
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16003
16403
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16004
16404
|
focused: BooleanConstructor;
|
16005
|
-
'onUpdate:focused': PropType<EventProp<[
|
16405
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
16006
16406
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
16007
16407
|
errorMessages: {
|
16008
16408
|
type: PropType<string | string[]>;
|
@@ -16474,7 +16874,7 @@ declare const VCombobox: {
|
|
16474
16874
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16475
16875
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16476
16876
|
focused: BooleanConstructor;
|
16477
|
-
'onUpdate:focused': PropType<EventProp<[
|
16877
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
16478
16878
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
16479
16879
|
errorMessages: {
|
16480
16880
|
type: PropType<string | string[]>;
|
@@ -17023,7 +17423,7 @@ declare const VCombobox: {
|
|
17023
17423
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
17024
17424
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
17025
17425
|
focused: BooleanConstructor;
|
17026
|
-
'onUpdate:focused': PropType<EventProp<[
|
17426
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
17027
17427
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
17028
17428
|
errorMessages: {
|
17029
17429
|
type: PropType<string | string[]>;
|
@@ -17479,7 +17879,7 @@ declare const VCombobox: {
|
|
17479
17879
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
17480
17880
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
17481
17881
|
focused: BooleanConstructor;
|
17482
|
-
'onUpdate:focused': PropType<EventProp<[
|
17882
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
17483
17883
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
17484
17884
|
errorMessages: {
|
17485
17885
|
type: PropType<string | string[]>;
|
@@ -23874,7 +24274,7 @@ declare const VFileInput: {
|
|
23874
24274
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23875
24275
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23876
24276
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23877
|
-
'onUpdate:focused'?: EventProp<[
|
24277
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
23878
24278
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
23879
24279
|
validationValue?: any;
|
23880
24280
|
hint?: string | undefined;
|
@@ -23983,7 +24383,7 @@ declare const VFileInput: {
|
|
23983
24383
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23984
24384
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23985
24385
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23986
|
-
'onUpdate:focused'?: EventProp<[
|
24386
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
23987
24387
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
23988
24388
|
validationValue?: any;
|
23989
24389
|
hint?: string | undefined;
|
@@ -24069,7 +24469,7 @@ declare const VFileInput: {
|
|
24069
24469
|
appendIcon?: IconValue | undefined;
|
24070
24470
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24071
24471
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24072
|
-
'onUpdate:focused'?: EventProp<[
|
24472
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24073
24473
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24074
24474
|
validationValue?: any;
|
24075
24475
|
hint?: string | undefined;
|
@@ -24131,7 +24531,7 @@ declare const VFileInput: {
|
|
24131
24531
|
appendIcon?: IconValue | undefined;
|
24132
24532
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24133
24533
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24134
|
-
'onUpdate:focused'?: EventProp<[
|
24534
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24135
24535
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24136
24536
|
validationValue?: any;
|
24137
24537
|
hint?: string | undefined;
|
@@ -24218,7 +24618,7 @@ declare const VFileInput: {
|
|
24218
24618
|
appendIcon?: IconValue | undefined;
|
24219
24619
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24220
24620
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24221
|
-
'onUpdate:focused'?: EventProp<[
|
24621
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24222
24622
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24223
24623
|
validationValue?: any;
|
24224
24624
|
hint?: string | undefined;
|
@@ -24351,7 +24751,7 @@ declare const VFileInput: {
|
|
24351
24751
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24352
24752
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24353
24753
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24354
|
-
'onUpdate:focused'?: EventProp<[
|
24754
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24355
24755
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24356
24756
|
validationValue?: any;
|
24357
24757
|
hint?: string | undefined;
|
@@ -24437,7 +24837,7 @@ declare const VFileInput: {
|
|
24437
24837
|
appendIcon?: IconValue | undefined;
|
24438
24838
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24439
24839
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24440
|
-
'onUpdate:focused'?: EventProp<[
|
24840
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24441
24841
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24442
24842
|
validationValue?: any;
|
24443
24843
|
hint?: string | undefined;
|
@@ -24499,7 +24899,7 @@ declare const VFileInput: {
|
|
24499
24899
|
appendIcon?: IconValue | undefined;
|
24500
24900
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24501
24901
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24502
|
-
'onUpdate:focused'?: EventProp<[
|
24902
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24503
24903
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24504
24904
|
validationValue?: any;
|
24505
24905
|
hint?: string | undefined;
|
@@ -24586,7 +24986,7 @@ declare const VFileInput: {
|
|
24586
24986
|
appendIcon?: IconValue | undefined;
|
24587
24987
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24588
24988
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24589
|
-
'onUpdate:focused'?: EventProp<[
|
24989
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24590
24990
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24591
24991
|
validationValue?: any;
|
24592
24992
|
hint?: string | undefined;
|
@@ -24667,7 +25067,7 @@ declare const VFileInput: {
|
|
24667
25067
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24668
25068
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24669
25069
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24670
|
-
'onUpdate:focused'?: EventProp<[
|
25070
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24671
25071
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24672
25072
|
validationValue?: any;
|
24673
25073
|
hint?: string | undefined;
|
@@ -24753,7 +25153,7 @@ declare const VFileInput: {
|
|
24753
25153
|
appendIcon?: IconValue | undefined;
|
24754
25154
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24755
25155
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24756
|
-
'onUpdate:focused'?: EventProp<[
|
25156
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24757
25157
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24758
25158
|
validationValue?: any;
|
24759
25159
|
hint?: string | undefined;
|
@@ -24815,7 +25215,7 @@ declare const VFileInput: {
|
|
24815
25215
|
appendIcon?: IconValue | undefined;
|
24816
25216
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24817
25217
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24818
|
-
'onUpdate:focused'?: EventProp<[
|
25218
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24819
25219
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24820
25220
|
validationValue?: any;
|
24821
25221
|
hint?: string | undefined;
|
@@ -24902,7 +25302,7 @@ declare const VFileInput: {
|
|
24902
25302
|
appendIcon?: IconValue | undefined;
|
24903
25303
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24904
25304
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24905
|
-
'onUpdate:focused'?: EventProp<[
|
25305
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24906
25306
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24907
25307
|
validationValue?: any;
|
24908
25308
|
hint?: string | undefined;
|
@@ -25015,7 +25415,7 @@ declare const VFileInput: {
|
|
25015
25415
|
validator: (val: any) => boolean;
|
25016
25416
|
};
|
25017
25417
|
focused: BooleanConstructor;
|
25018
|
-
'onUpdate:focused': PropType<EventProp<[
|
25418
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
25019
25419
|
errorMessages: {
|
25020
25420
|
type: PropType<string | string[]>;
|
25021
25421
|
default: () => never[];
|
@@ -25121,7 +25521,7 @@ declare const VFileInput: {
|
|
25121
25521
|
validator: (val: any) => boolean;
|
25122
25522
|
};
|
25123
25523
|
focused: BooleanConstructor;
|
25124
|
-
'onUpdate:focused': PropType<EventProp<[
|
25524
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
25125
25525
|
errorMessages: {
|
25126
25526
|
type: PropType<string | string[]>;
|
25127
25527
|
default: () => never[];
|
@@ -26944,6 +27344,7 @@ declare const VImg: {
|
|
26944
27344
|
$: vue.ComponentInternalInstance;
|
26945
27345
|
$data: {};
|
26946
27346
|
$props: Partial<{
|
27347
|
+
inline: boolean;
|
26947
27348
|
transition: string | boolean | (vue.TransitionProps & {
|
26948
27349
|
component?: vue.Component | undefined;
|
26949
27350
|
});
|
@@ -26953,6 +27354,7 @@ declare const VImg: {
|
|
26953
27354
|
cover: boolean;
|
26954
27355
|
src: string | srcObject;
|
26955
27356
|
}> & Omit<{
|
27357
|
+
inline: boolean;
|
26956
27358
|
transition: string | boolean | (vue.TransitionProps & {
|
26957
27359
|
component?: vue.Component | undefined;
|
26958
27360
|
});
|
@@ -26962,12 +27364,18 @@ declare const VImg: {
|
|
26962
27364
|
cover: boolean;
|
26963
27365
|
src: string | srcObject;
|
26964
27366
|
} & {
|
27367
|
+
height?: string | number | undefined;
|
26965
27368
|
width?: string | number | undefined;
|
26966
27369
|
aspectRatio?: string | number | undefined;
|
27370
|
+
maxHeight?: string | number | undefined;
|
27371
|
+
maxWidth?: string | number | undefined;
|
27372
|
+
minHeight?: string | number | undefined;
|
27373
|
+
minWidth?: string | number | undefined;
|
26967
27374
|
class?: any;
|
26968
27375
|
alt?: string | undefined;
|
26969
27376
|
sizes?: string | undefined;
|
26970
27377
|
srcset?: string | undefined;
|
27378
|
+
contentClass?: string | undefined;
|
26971
27379
|
gradient?: string | undefined;
|
26972
27380
|
lazySrc?: string | undefined;
|
26973
27381
|
} & {
|
@@ -26992,7 +27400,7 @@ declare const VImg: {
|
|
26992
27400
|
onError?: ((value: string | undefined) => any) | undefined;
|
26993
27401
|
onLoad?: ((value: string | undefined) => any) | undefined;
|
26994
27402
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
26995
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "style" | "eager" | "options" | "cover" | "src">;
|
27403
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "transition" | "style" | "eager" | "options" | "cover" | "src">;
|
26996
27404
|
$attrs: {
|
26997
27405
|
[x: string]: unknown;
|
26998
27406
|
};
|
@@ -27007,6 +27415,7 @@ declare const VImg: {
|
|
27007
27415
|
$emit: ((event: "error", value: string | undefined) => void) & ((event: "load", value: string | undefined) => void) & ((event: "loadstart", value: string | undefined) => void);
|
27008
27416
|
$el: any;
|
27009
27417
|
$options: vue.ComponentOptionsBase<{
|
27418
|
+
inline: boolean;
|
27010
27419
|
transition: string | boolean | (vue.TransitionProps & {
|
27011
27420
|
component?: vue.Component | undefined;
|
27012
27421
|
});
|
@@ -27016,12 +27425,18 @@ declare const VImg: {
|
|
27016
27425
|
cover: boolean;
|
27017
27426
|
src: string | srcObject;
|
27018
27427
|
} & {
|
27428
|
+
height?: string | number | undefined;
|
27019
27429
|
width?: string | number | undefined;
|
27020
27430
|
aspectRatio?: string | number | undefined;
|
27431
|
+
maxHeight?: string | number | undefined;
|
27432
|
+
maxWidth?: string | number | undefined;
|
27433
|
+
minHeight?: string | number | undefined;
|
27434
|
+
minWidth?: string | number | undefined;
|
27021
27435
|
class?: any;
|
27022
27436
|
alt?: string | undefined;
|
27023
27437
|
sizes?: string | undefined;
|
27024
27438
|
srcset?: string | undefined;
|
27439
|
+
contentClass?: string | undefined;
|
27025
27440
|
gradient?: string | undefined;
|
27026
27441
|
lazySrc?: string | undefined;
|
27027
27442
|
} & {
|
@@ -27057,6 +27472,7 @@ declare const VImg: {
|
|
27057
27472
|
load: (value: string | undefined) => true;
|
27058
27473
|
error: (value: string | undefined) => true;
|
27059
27474
|
}, string, {
|
27475
|
+
inline: boolean;
|
27060
27476
|
transition: string | boolean | (vue.TransitionProps & {
|
27061
27477
|
component?: vue.Component | undefined;
|
27062
27478
|
});
|
@@ -27086,6 +27502,7 @@ declare const VImg: {
|
|
27086
27502
|
$nextTick: typeof nextTick;
|
27087
27503
|
$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;
|
27088
27504
|
} & {
|
27505
|
+
inline: boolean;
|
27089
27506
|
transition: string | boolean | (vue.TransitionProps & {
|
27090
27507
|
component?: vue.Component | undefined;
|
27091
27508
|
});
|
@@ -27095,12 +27512,18 @@ declare const VImg: {
|
|
27095
27512
|
cover: boolean;
|
27096
27513
|
src: string | srcObject;
|
27097
27514
|
} & {
|
27515
|
+
height?: string | number | undefined;
|
27098
27516
|
width?: string | number | undefined;
|
27099
27517
|
aspectRatio?: string | number | undefined;
|
27518
|
+
maxHeight?: string | number | undefined;
|
27519
|
+
maxWidth?: string | number | undefined;
|
27520
|
+
minHeight?: string | number | undefined;
|
27521
|
+
minWidth?: string | number | undefined;
|
27100
27522
|
class?: any;
|
27101
27523
|
alt?: string | undefined;
|
27102
27524
|
sizes?: string | undefined;
|
27103
27525
|
srcset?: string | undefined;
|
27526
|
+
contentClass?: string | undefined;
|
27104
27527
|
gradient?: string | undefined;
|
27105
27528
|
lazySrc?: string | undefined;
|
27106
27529
|
} & {
|
@@ -27136,6 +27559,7 @@ declare const VImg: {
|
|
27136
27559
|
__isTeleport?: undefined;
|
27137
27560
|
__isSuspense?: undefined;
|
27138
27561
|
} & vue.ComponentOptionsBase<{
|
27562
|
+
inline: boolean;
|
27139
27563
|
transition: string | boolean | (vue.TransitionProps & {
|
27140
27564
|
component?: vue.Component | undefined;
|
27141
27565
|
});
|
@@ -27145,12 +27569,18 @@ declare const VImg: {
|
|
27145
27569
|
cover: boolean;
|
27146
27570
|
src: string | srcObject;
|
27147
27571
|
} & {
|
27572
|
+
height?: string | number | undefined;
|
27148
27573
|
width?: string | number | undefined;
|
27149
27574
|
aspectRatio?: string | number | undefined;
|
27575
|
+
maxHeight?: string | number | undefined;
|
27576
|
+
maxWidth?: string | number | undefined;
|
27577
|
+
minHeight?: string | number | undefined;
|
27578
|
+
minWidth?: string | number | undefined;
|
27150
27579
|
class?: any;
|
27151
27580
|
alt?: string | undefined;
|
27152
27581
|
sizes?: string | undefined;
|
27153
27582
|
srcset?: string | undefined;
|
27583
|
+
contentClass?: string | undefined;
|
27154
27584
|
gradient?: string | undefined;
|
27155
27585
|
lazySrc?: string | undefined;
|
27156
27586
|
} & {
|
@@ -27186,6 +27616,7 @@ declare const VImg: {
|
|
27186
27616
|
load: (value: string | undefined) => true;
|
27187
27617
|
error: (value: string | undefined) => true;
|
27188
27618
|
}, string, {
|
27619
|
+
inline: boolean;
|
27189
27620
|
transition: string | boolean | (vue.TransitionProps & {
|
27190
27621
|
component?: vue.Component | undefined;
|
27191
27622
|
});
|
@@ -27207,7 +27638,15 @@ declare const VImg: {
|
|
27207
27638
|
type: PropType<vue.StyleValue>;
|
27208
27639
|
default: null;
|
27209
27640
|
};
|
27641
|
+
height: (StringConstructor | NumberConstructor)[];
|
27642
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
27643
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
27644
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
27645
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
27646
|
+
width: (StringConstructor | NumberConstructor)[];
|
27210
27647
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
27648
|
+
contentClass: StringConstructor;
|
27649
|
+
inline: BooleanConstructor;
|
27211
27650
|
alt: StringConstructor;
|
27212
27651
|
cover: BooleanConstructor;
|
27213
27652
|
eager: BooleanConstructor;
|
@@ -27227,7 +27666,6 @@ declare const VImg: {
|
|
27227
27666
|
default: string;
|
27228
27667
|
};
|
27229
27668
|
srcset: StringConstructor;
|
27230
|
-
width: (StringConstructor | NumberConstructor)[];
|
27231
27669
|
}, vue.ExtractPropTypes<{
|
27232
27670
|
transition: {
|
27233
27671
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
@@ -27241,7 +27679,15 @@ declare const VImg: {
|
|
27241
27679
|
type: PropType<vue.StyleValue>;
|
27242
27680
|
default: null;
|
27243
27681
|
};
|
27682
|
+
height: (StringConstructor | NumberConstructor)[];
|
27683
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
27684
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
27685
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
27686
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
27687
|
+
width: (StringConstructor | NumberConstructor)[];
|
27244
27688
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
27689
|
+
contentClass: StringConstructor;
|
27690
|
+
inline: BooleanConstructor;
|
27245
27691
|
alt: StringConstructor;
|
27246
27692
|
cover: BooleanConstructor;
|
27247
27693
|
eager: BooleanConstructor;
|
@@ -27261,7 +27707,6 @@ declare const VImg: {
|
|
27261
27707
|
default: string;
|
27262
27708
|
};
|
27263
27709
|
srcset: StringConstructor;
|
27264
|
-
width: (StringConstructor | NumberConstructor)[];
|
27265
27710
|
}>>;
|
27266
27711
|
type VImg = InstanceType<typeof VImg>;
|
27267
27712
|
|
@@ -28626,6 +29071,7 @@ declare const VListItem: {
|
|
28626
29071
|
rounded?: string | number | boolean | undefined;
|
28627
29072
|
prependIcon?: IconValue | undefined;
|
28628
29073
|
appendIcon?: IconValue | undefined;
|
29074
|
+
baseColor?: string | undefined;
|
28629
29075
|
activeClass?: string | undefined;
|
28630
29076
|
appendAvatar?: string | undefined;
|
28631
29077
|
prependAvatar?: string | undefined;
|
@@ -28702,6 +29148,7 @@ declare const VListItem: {
|
|
28702
29148
|
rounded?: string | number | boolean | undefined;
|
28703
29149
|
prependIcon?: IconValue | undefined;
|
28704
29150
|
appendIcon?: IconValue | undefined;
|
29151
|
+
baseColor?: string | undefined;
|
28705
29152
|
activeClass?: string | undefined;
|
28706
29153
|
appendAvatar?: string | undefined;
|
28707
29154
|
prependAvatar?: string | undefined;
|
@@ -28799,6 +29246,7 @@ declare const VListItem: {
|
|
28799
29246
|
rounded?: string | number | boolean | undefined;
|
28800
29247
|
prependIcon?: IconValue | undefined;
|
28801
29248
|
appendIcon?: IconValue | undefined;
|
29249
|
+
baseColor?: string | undefined;
|
28802
29250
|
activeClass?: string | undefined;
|
28803
29251
|
appendAvatar?: string | undefined;
|
28804
29252
|
prependAvatar?: string | undefined;
|
@@ -28865,6 +29313,7 @@ declare const VListItem: {
|
|
28865
29313
|
rounded?: string | number | boolean | undefined;
|
28866
29314
|
prependIcon?: IconValue | undefined;
|
28867
29315
|
appendIcon?: IconValue | undefined;
|
29316
|
+
baseColor?: string | undefined;
|
28868
29317
|
activeClass?: string | undefined;
|
28869
29318
|
appendAvatar?: string | undefined;
|
28870
29319
|
prependAvatar?: string | undefined;
|
@@ -28961,6 +29410,7 @@ declare const VListItem: {
|
|
28961
29410
|
activeColor: StringConstructor;
|
28962
29411
|
appendAvatar: StringConstructor;
|
28963
29412
|
appendIcon: PropType<IconValue>;
|
29413
|
+
baseColor: StringConstructor;
|
28964
29414
|
disabled: BooleanConstructor;
|
28965
29415
|
lines: PropType<"one" | "two" | "three">;
|
28966
29416
|
link: {
|
@@ -29031,6 +29481,7 @@ declare const VListItem: {
|
|
29031
29481
|
activeColor: StringConstructor;
|
29032
29482
|
appendAvatar: StringConstructor;
|
29033
29483
|
appendIcon: PropType<IconValue>;
|
29484
|
+
baseColor: StringConstructor;
|
29034
29485
|
disabled: BooleanConstructor;
|
29035
29486
|
lines: PropType<"one" | "two" | "three">;
|
29036
29487
|
link: {
|
@@ -29164,6 +29615,7 @@ declare const VList: {
|
|
29164
29615
|
opened: PropType<unknown[]>;
|
29165
29616
|
selected: PropType<unknown[]>;
|
29166
29617
|
mandatory: BooleanConstructor;
|
29618
|
+
baseColor: StringConstructor;
|
29167
29619
|
activeColor: StringConstructor;
|
29168
29620
|
activeClass: StringConstructor;
|
29169
29621
|
bgColor: StringConstructor;
|
@@ -29284,6 +29736,7 @@ declare const VList: {
|
|
29284
29736
|
opened: PropType<unknown[]>;
|
29285
29737
|
selected: PropType<unknown[]>;
|
29286
29738
|
mandatory: BooleanConstructor;
|
29739
|
+
baseColor: StringConstructor;
|
29287
29740
|
activeColor: StringConstructor;
|
29288
29741
|
activeClass: StringConstructor;
|
29289
29742
|
bgColor: StringConstructor;
|
@@ -29437,6 +29890,7 @@ declare const VList: {
|
|
29437
29890
|
opened: PropType<unknown[]>;
|
29438
29891
|
selected: PropType<unknown[]>;
|
29439
29892
|
mandatory: BooleanConstructor;
|
29893
|
+
baseColor: StringConstructor;
|
29440
29894
|
activeColor: StringConstructor;
|
29441
29895
|
activeClass: StringConstructor;
|
29442
29896
|
bgColor: StringConstructor;
|
@@ -29543,6 +29997,7 @@ declare const VList: {
|
|
29543
29997
|
opened: PropType<unknown[]>;
|
29544
29998
|
selected: PropType<unknown[]>;
|
29545
29999
|
mandatory: BooleanConstructor;
|
30000
|
+
baseColor: StringConstructor;
|
29546
30001
|
activeColor: StringConstructor;
|
29547
30002
|
activeClass: StringConstructor;
|
29548
30003
|
bgColor: StringConstructor;
|
@@ -29680,6 +30135,7 @@ declare const VList: {
|
|
29680
30135
|
opened: PropType<unknown[]>;
|
29681
30136
|
selected: PropType<unknown[]>;
|
29682
30137
|
mandatory: BooleanConstructor;
|
30138
|
+
baseColor: StringConstructor;
|
29683
30139
|
activeColor: StringConstructor;
|
29684
30140
|
activeClass: StringConstructor;
|
29685
30141
|
bgColor: StringConstructor;
|
@@ -29765,6 +30221,7 @@ declare const VList: {
|
|
29765
30221
|
opened: PropType<unknown[]>;
|
29766
30222
|
selected: PropType<unknown[]>;
|
29767
30223
|
mandatory: BooleanConstructor;
|
30224
|
+
baseColor: StringConstructor;
|
29768
30225
|
activeColor: StringConstructor;
|
29769
30226
|
activeClass: StringConstructor;
|
29770
30227
|
bgColor: StringConstructor;
|
@@ -29802,6 +30259,7 @@ declare const VListGroup: {
|
|
29802
30259
|
class?: any;
|
29803
30260
|
prependIcon?: IconValue | undefined;
|
29804
30261
|
appendIcon?: IconValue | undefined;
|
30262
|
+
baseColor?: string | undefined;
|
29805
30263
|
activeColor?: string | undefined;
|
29806
30264
|
} & {
|
29807
30265
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29852,6 +30310,7 @@ declare const VListGroup: {
|
|
29852
30310
|
class?: any;
|
29853
30311
|
prependIcon?: IconValue | undefined;
|
29854
30312
|
appendIcon?: IconValue | undefined;
|
30313
|
+
baseColor?: string | undefined;
|
29855
30314
|
activeColor?: string | undefined;
|
29856
30315
|
} & {
|
29857
30316
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29915,6 +30374,7 @@ declare const VListGroup: {
|
|
29915
30374
|
class?: any;
|
29916
30375
|
prependIcon?: IconValue | undefined;
|
29917
30376
|
appendIcon?: IconValue | undefined;
|
30377
|
+
baseColor?: string | undefined;
|
29918
30378
|
activeColor?: string | undefined;
|
29919
30379
|
} & {
|
29920
30380
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29955,6 +30415,7 @@ declare const VListGroup: {
|
|
29955
30415
|
class?: any;
|
29956
30416
|
prependIcon?: IconValue | undefined;
|
29957
30417
|
appendIcon?: IconValue | undefined;
|
30418
|
+
baseColor?: string | undefined;
|
29958
30419
|
activeColor?: string | undefined;
|
29959
30420
|
} & {
|
29960
30421
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29995,6 +30456,7 @@ declare const VListGroup: {
|
|
29995
30456
|
default: null;
|
29996
30457
|
};
|
29997
30458
|
activeColor: StringConstructor;
|
30459
|
+
baseColor: StringConstructor;
|
29998
30460
|
color: StringConstructor;
|
29999
30461
|
collapseIcon: {
|
30000
30462
|
type: vue.PropType<IconValue>;
|
@@ -30021,6 +30483,7 @@ declare const VListGroup: {
|
|
30021
30483
|
default: null;
|
30022
30484
|
};
|
30023
30485
|
activeColor: StringConstructor;
|
30486
|
+
baseColor: StringConstructor;
|
30024
30487
|
color: StringConstructor;
|
30025
30488
|
collapseIcon: {
|
30026
30489
|
type: vue.PropType<IconValue>;
|
@@ -38696,7 +39159,7 @@ declare const VRadioGroup: {
|
|
38696
39159
|
appendIcon?: IconValue | undefined;
|
38697
39160
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38698
39161
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38699
|
-
'onUpdate:focused'?: EventProp<[
|
39162
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38700
39163
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38701
39164
|
validationValue?: any;
|
38702
39165
|
hint?: string | undefined;
|
@@ -38782,7 +39245,7 @@ declare const VRadioGroup: {
|
|
38782
39245
|
appendIcon?: IconValue | undefined;
|
38783
39246
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38784
39247
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38785
|
-
'onUpdate:focused'?: EventProp<[
|
39248
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38786
39249
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38787
39250
|
validationValue?: any;
|
38788
39251
|
hint?: string | undefined;
|
@@ -38896,7 +39359,7 @@ declare const VRadioGroup: {
|
|
38896
39359
|
appendIcon?: IconValue | undefined;
|
38897
39360
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38898
39361
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38899
|
-
'onUpdate:focused'?: EventProp<[
|
39362
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38900
39363
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38901
39364
|
validationValue?: any;
|
38902
39365
|
hint?: string | undefined;
|
@@ -38972,7 +39435,7 @@ declare const VRadioGroup: {
|
|
38972
39435
|
appendIcon?: IconValue | undefined;
|
38973
39436
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38974
39437
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38975
|
-
'onUpdate:focused'?: EventProp<[
|
39438
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38976
39439
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38977
39440
|
validationValue?: any;
|
38978
39441
|
hint?: string | undefined;
|
@@ -39070,7 +39533,7 @@ declare const VRadioGroup: {
|
|
39070
39533
|
default: typeof deepEqual;
|
39071
39534
|
};
|
39072
39535
|
focused: BooleanConstructor;
|
39073
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
39536
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
39074
39537
|
errorMessages: {
|
39075
39538
|
type: vue.PropType<string | string[]>;
|
39076
39539
|
default: () => never[];
|
@@ -39147,7 +39610,7 @@ declare const VRadioGroup: {
|
|
39147
39610
|
default: typeof deepEqual;
|
39148
39611
|
};
|
39149
39612
|
focused: BooleanConstructor;
|
39150
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
39613
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
39151
39614
|
errorMessages: {
|
39152
39615
|
type: vue.PropType<string | string[]>;
|
39153
39616
|
default: () => never[];
|
@@ -39256,7 +39719,7 @@ declare const VRangeSlider: {
|
|
39256
39719
|
appendIcon?: IconValue | undefined;
|
39257
39720
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39258
39721
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39259
|
-
'onUpdate:focused'?: EventProp<[
|
39722
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39260
39723
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39261
39724
|
validationValue?: any;
|
39262
39725
|
hint?: string | undefined;
|
@@ -39344,7 +39807,7 @@ declare const VRangeSlider: {
|
|
39344
39807
|
appendIcon?: IconValue | undefined;
|
39345
39808
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39346
39809
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39347
|
-
'onUpdate:focused'?: EventProp<[
|
39810
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39348
39811
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39349
39812
|
validationValue?: any;
|
39350
39813
|
hint?: string | undefined;
|
@@ -39469,7 +39932,7 @@ declare const VRangeSlider: {
|
|
39469
39932
|
appendIcon?: IconValue | undefined;
|
39470
39933
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39471
39934
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39472
|
-
'onUpdate:focused'?: EventProp<[
|
39935
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39473
39936
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39474
39937
|
validationValue?: any;
|
39475
39938
|
hint?: string | undefined;
|
@@ -39547,7 +40010,7 @@ declare const VRangeSlider: {
|
|
39547
40010
|
appendIcon?: IconValue | undefined;
|
39548
40011
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39549
40012
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39550
|
-
'onUpdate:focused'?: EventProp<[
|
40013
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39551
40014
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39552
40015
|
validationValue?: any;
|
39553
40016
|
hint?: string | undefined;
|
@@ -39685,7 +40148,7 @@ declare const VRangeSlider: {
|
|
39685
40148
|
};
|
39686
40149
|
reverse: BooleanConstructor;
|
39687
40150
|
focused: BooleanConstructor;
|
39688
|
-
'onUpdate:focused': PropType<EventProp<[
|
40151
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
39689
40152
|
errorMessages: {
|
39690
40153
|
type: PropType<string | string[]>;
|
39691
40154
|
default: () => never[];
|
@@ -39792,7 +40255,7 @@ declare const VRangeSlider: {
|
|
39792
40255
|
};
|
39793
40256
|
reverse: BooleanConstructor;
|
39794
40257
|
focused: BooleanConstructor;
|
39795
|
-
'onUpdate:focused': PropType<EventProp<[
|
40258
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
39796
40259
|
errorMessages: {
|
39797
40260
|
type: PropType<string | string[]>;
|
39798
40261
|
default: () => never[];
|
@@ -40216,8 +40679,10 @@ declare const VResponsive: {
|
|
40216
40679
|
$: vue.ComponentInternalInstance;
|
40217
40680
|
$data: {};
|
40218
40681
|
$props: Partial<{
|
40682
|
+
inline: boolean;
|
40219
40683
|
style: vue.StyleValue;
|
40220
40684
|
}> & Omit<{
|
40685
|
+
inline: boolean;
|
40221
40686
|
style: vue.StyleValue;
|
40222
40687
|
} & {
|
40223
40688
|
height?: string | number | undefined;
|
@@ -40241,7 +40706,7 @@ declare const VResponsive: {
|
|
40241
40706
|
} & {
|
40242
40707
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
40243
40708
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
40244
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style">;
|
40709
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "style">;
|
40245
40710
|
$attrs: {
|
40246
40711
|
[x: string]: unknown;
|
40247
40712
|
};
|
@@ -40256,6 +40721,7 @@ declare const VResponsive: {
|
|
40256
40721
|
$emit: (event: string, ...args: any[]) => void;
|
40257
40722
|
$el: any;
|
40258
40723
|
$options: vue.ComponentOptionsBase<{
|
40724
|
+
inline: boolean;
|
40259
40725
|
style: vue.StyleValue;
|
40260
40726
|
} & {
|
40261
40727
|
height?: string | number | undefined;
|
@@ -40280,6 +40746,7 @@ declare const VResponsive: {
|
|
40280
40746
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
40281
40747
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
40282
40748
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
40749
|
+
inline: boolean;
|
40283
40750
|
style: vue.StyleValue;
|
40284
40751
|
}, {}, string> & {
|
40285
40752
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -40302,6 +40769,7 @@ declare const VResponsive: {
|
|
40302
40769
|
$nextTick: typeof vue.nextTick;
|
40303
40770
|
$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;
|
40304
40771
|
} & {
|
40772
|
+
inline: boolean;
|
40305
40773
|
style: vue.StyleValue;
|
40306
40774
|
} & {
|
40307
40775
|
height?: string | number | undefined;
|
@@ -40330,6 +40798,7 @@ declare const VResponsive: {
|
|
40330
40798
|
__isTeleport?: undefined;
|
40331
40799
|
__isSuspense?: undefined;
|
40332
40800
|
} & vue.ComponentOptionsBase<{
|
40801
|
+
inline: boolean;
|
40333
40802
|
style: vue.StyleValue;
|
40334
40803
|
} & {
|
40335
40804
|
height?: string | number | undefined;
|
@@ -40354,6 +40823,7 @@ declare const VResponsive: {
|
|
40354
40823
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
40355
40824
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
40356
40825
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
40826
|
+
inline: boolean;
|
40357
40827
|
style: vue.StyleValue;
|
40358
40828
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
40359
40829
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -40369,6 +40839,7 @@ declare const VResponsive: {
|
|
40369
40839
|
};
|
40370
40840
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
40371
40841
|
contentClass: StringConstructor;
|
40842
|
+
inline: BooleanConstructor;
|
40372
40843
|
}, vue.ExtractPropTypes<{
|
40373
40844
|
height: (StringConstructor | NumberConstructor)[];
|
40374
40845
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
@@ -40383,6 +40854,7 @@ declare const VResponsive: {
|
|
40383
40854
|
};
|
40384
40855
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
40385
40856
|
contentClass: StringConstructor;
|
40857
|
+
inline: BooleanConstructor;
|
40386
40858
|
}>>;
|
40387
40859
|
type VResponsive = InstanceType<typeof VResponsive>;
|
40388
40860
|
|
@@ -40793,7 +41265,7 @@ declare const VSelect: {
|
|
40793
41265
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
40794
41266
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
40795
41267
|
focused: BooleanConstructor;
|
40796
|
-
'onUpdate:focused': PropType<EventProp<[
|
41268
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
40797
41269
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
40798
41270
|
errorMessages: {
|
40799
41271
|
type: PropType<string | string[]>;
|
@@ -41432,7 +41904,7 @@ declare const VSelect: {
|
|
41432
41904
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
41433
41905
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
41434
41906
|
focused: BooleanConstructor;
|
41435
|
-
'onUpdate:focused': PropType<EventProp<[
|
41907
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
41436
41908
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
41437
41909
|
errorMessages: {
|
41438
41910
|
type: PropType<string | string[]>;
|
@@ -42220,7 +42692,7 @@ declare const VSelect: {
|
|
42220
42692
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
42221
42693
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
42222
42694
|
focused: BooleanConstructor;
|
42223
|
-
'onUpdate:focused': PropType<EventProp<[
|
42695
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
42224
42696
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
42225
42697
|
errorMessages: {
|
42226
42698
|
type: PropType<string | string[]>;
|
@@ -42853,7 +43325,7 @@ declare const VSelect: {
|
|
42853
43325
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
42854
43326
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
42855
43327
|
focused: BooleanConstructor;
|
42856
|
-
'onUpdate:focused': PropType<EventProp<[
|
43328
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
42857
43329
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
42858
43330
|
errorMessages: {
|
42859
43331
|
type: PropType<string | string[]>;
|
@@ -43651,7 +44123,7 @@ declare const VSelect: {
|
|
43651
44123
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
43652
44124
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
43653
44125
|
focused: BooleanConstructor;
|
43654
|
-
'onUpdate:focused': PropType<EventProp<[
|
44126
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
43655
44127
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
43656
44128
|
errorMessages: {
|
43657
44129
|
type: PropType<string | string[]>;
|
@@ -44273,7 +44745,7 @@ declare const VSelect: {
|
|
44273
44745
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
44274
44746
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
44275
44747
|
focused: BooleanConstructor;
|
44276
|
-
'onUpdate:focused': PropType<EventProp<[
|
44748
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
44277
44749
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
44278
44750
|
errorMessages: {
|
44279
44751
|
type: PropType<string | string[]>;
|
@@ -45480,7 +45952,7 @@ declare const VSlider: {
|
|
45480
45952
|
appendIcon?: IconValue | undefined;
|
45481
45953
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45482
45954
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45483
|
-
'onUpdate:focused'?: EventProp<[
|
45955
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45484
45956
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45485
45957
|
validationValue?: any;
|
45486
45958
|
hint?: string | undefined;
|
@@ -45567,7 +46039,7 @@ declare const VSlider: {
|
|
45567
46039
|
appendIcon?: IconValue | undefined;
|
45568
46040
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45569
46041
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45570
|
-
'onUpdate:focused'?: EventProp<[
|
46042
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45571
46043
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45572
46044
|
validationValue?: any;
|
45573
46045
|
hint?: string | undefined;
|
@@ -45690,7 +46162,7 @@ declare const VSlider: {
|
|
45690
46162
|
appendIcon?: IconValue | undefined;
|
45691
46163
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45692
46164
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45693
|
-
'onUpdate:focused'?: EventProp<[
|
46165
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45694
46166
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45695
46167
|
validationValue?: any;
|
45696
46168
|
hint?: string | undefined;
|
@@ -45767,7 +46239,7 @@ declare const VSlider: {
|
|
45767
46239
|
appendIcon?: IconValue | undefined;
|
45768
46240
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45769
46241
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45770
|
-
'onUpdate:focused'?: EventProp<[
|
46242
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45771
46243
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45772
46244
|
validationValue?: any;
|
45773
46245
|
hint?: string | undefined;
|
@@ -45842,7 +46314,7 @@ declare const VSlider: {
|
|
45842
46314
|
default: number;
|
45843
46315
|
};
|
45844
46316
|
focused: BooleanConstructor;
|
45845
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
46317
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
45846
46318
|
disabled: BooleanConstructor;
|
45847
46319
|
error: BooleanConstructor;
|
45848
46320
|
errorMessages: {
|
@@ -45948,7 +46420,7 @@ declare const VSlider: {
|
|
45948
46420
|
default: number;
|
45949
46421
|
};
|
45950
46422
|
focused: BooleanConstructor;
|
45951
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
46423
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
45952
46424
|
disabled: BooleanConstructor;
|
45953
46425
|
error: BooleanConstructor;
|
45954
46426
|
errorMessages: {
|
@@ -47728,7 +48200,7 @@ declare const VSwitch: {
|
|
47728
48200
|
appendIcon?: IconValue | undefined;
|
47729
48201
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47730
48202
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47731
|
-
'onUpdate:focused'?: EventProp<[
|
48203
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
47732
48204
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
47733
48205
|
validationValue?: any;
|
47734
48206
|
hint?: string | undefined;
|
@@ -47826,7 +48298,7 @@ declare const VSwitch: {
|
|
47826
48298
|
appendIcon?: IconValue | undefined;
|
47827
48299
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47828
48300
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47829
|
-
'onUpdate:focused'?: EventProp<[
|
48301
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
47830
48302
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
47831
48303
|
validationValue?: any;
|
47832
48304
|
hint?: string | undefined;
|
@@ -47955,7 +48427,7 @@ declare const VSwitch: {
|
|
47955
48427
|
appendIcon?: IconValue | undefined;
|
47956
48428
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47957
48429
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47958
|
-
'onUpdate:focused'?: EventProp<[
|
48430
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
47959
48431
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
47960
48432
|
validationValue?: any;
|
47961
48433
|
hint?: string | undefined;
|
@@ -48043,7 +48515,7 @@ declare const VSwitch: {
|
|
48043
48515
|
appendIcon?: IconValue | undefined;
|
48044
48516
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
48045
48517
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
48046
|
-
'onUpdate:focused'?: EventProp<[
|
48518
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
48047
48519
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
48048
48520
|
validationValue?: any;
|
48049
48521
|
hint?: string | undefined;
|
@@ -48157,7 +48629,7 @@ declare const VSwitch: {
|
|
48157
48629
|
falseValue: null;
|
48158
48630
|
value: null;
|
48159
48631
|
focused: BooleanConstructor;
|
48160
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
48632
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
48161
48633
|
errorMessages: {
|
48162
48634
|
type: vue.PropType<string | string[]>;
|
48163
48635
|
default: () => never[];
|
@@ -48235,7 +48707,7 @@ declare const VSwitch: {
|
|
48235
48707
|
falseValue: null;
|
48236
48708
|
value: null;
|
48237
48709
|
focused: BooleanConstructor;
|
48238
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
48710
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
48239
48711
|
errorMessages: {
|
48240
48712
|
type: vue.PropType<string | string[]>;
|
48241
48713
|
default: () => never[];
|
@@ -49640,7 +50112,7 @@ declare const VTextarea: {
|
|
49640
50112
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49641
50113
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49642
50114
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49643
|
-
'onUpdate:focused'?: EventProp<[
|
50115
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49644
50116
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49645
50117
|
validationValue?: any;
|
49646
50118
|
hint?: string | undefined;
|
@@ -49750,7 +50222,7 @@ declare const VTextarea: {
|
|
49750
50222
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49751
50223
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49752
50224
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49753
|
-
'onUpdate:focused'?: EventProp<[
|
50225
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49754
50226
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49755
50227
|
validationValue?: any;
|
49756
50228
|
hint?: string | undefined;
|
@@ -49834,7 +50306,7 @@ declare const VTextarea: {
|
|
49834
50306
|
appendIcon?: IconValue | undefined;
|
49835
50307
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49836
50308
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49837
|
-
'onUpdate:focused'?: EventProp<[
|
50309
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49838
50310
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49839
50311
|
validationValue?: any;
|
49840
50312
|
hint?: string | undefined;
|
@@ -49896,7 +50368,7 @@ declare const VTextarea: {
|
|
49896
50368
|
appendIcon?: IconValue | undefined;
|
49897
50369
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49898
50370
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49899
|
-
'onUpdate:focused'?: EventProp<[
|
50371
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49900
50372
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49901
50373
|
validationValue?: any;
|
49902
50374
|
hint?: string | undefined;
|
@@ -49983,7 +50455,7 @@ declare const VTextarea: {
|
|
49983
50455
|
appendIcon?: IconValue | undefined;
|
49984
50456
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49985
50457
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49986
|
-
'onUpdate:focused'?: EventProp<[
|
50458
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49987
50459
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49988
50460
|
validationValue?: any;
|
49989
50461
|
hint?: string | undefined;
|
@@ -50117,7 +50589,7 @@ declare const VTextarea: {
|
|
50117
50589
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50118
50590
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50119
50591
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50120
|
-
'onUpdate:focused'?: EventProp<[
|
50592
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50121
50593
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50122
50594
|
validationValue?: any;
|
50123
50595
|
hint?: string | undefined;
|
@@ -50201,7 +50673,7 @@ declare const VTextarea: {
|
|
50201
50673
|
appendIcon?: IconValue | undefined;
|
50202
50674
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50203
50675
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50204
|
-
'onUpdate:focused'?: EventProp<[
|
50676
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50205
50677
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50206
50678
|
validationValue?: any;
|
50207
50679
|
hint?: string | undefined;
|
@@ -50263,7 +50735,7 @@ declare const VTextarea: {
|
|
50263
50735
|
appendIcon?: IconValue | undefined;
|
50264
50736
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50265
50737
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50266
|
-
'onUpdate:focused'?: EventProp<[
|
50738
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50267
50739
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50268
50740
|
validationValue?: any;
|
50269
50741
|
hint?: string | undefined;
|
@@ -50350,7 +50822,7 @@ declare const VTextarea: {
|
|
50350
50822
|
appendIcon?: IconValue | undefined;
|
50351
50823
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50352
50824
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50353
|
-
'onUpdate:focused'?: EventProp<[
|
50825
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50354
50826
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50355
50827
|
validationValue?: any;
|
50356
50828
|
hint?: string | undefined;
|
@@ -50434,7 +50906,7 @@ declare const VTextarea: {
|
|
50434
50906
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50435
50907
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50436
50908
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50437
|
-
'onUpdate:focused'?: EventProp<[
|
50909
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50438
50910
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50439
50911
|
validationValue?: any;
|
50440
50912
|
hint?: string | undefined;
|
@@ -50518,7 +50990,7 @@ declare const VTextarea: {
|
|
50518
50990
|
appendIcon?: IconValue | undefined;
|
50519
50991
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50520
50992
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50521
|
-
'onUpdate:focused'?: EventProp<[
|
50993
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50522
50994
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50523
50995
|
validationValue?: any;
|
50524
50996
|
hint?: string | undefined;
|
@@ -50580,7 +51052,7 @@ declare const VTextarea: {
|
|
50580
51052
|
appendIcon?: IconValue | undefined;
|
50581
51053
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50582
51054
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50583
|
-
'onUpdate:focused'?: EventProp<[
|
51055
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50584
51056
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50585
51057
|
validationValue?: any;
|
50586
51058
|
hint?: string | undefined;
|
@@ -50667,7 +51139,7 @@ declare const VTextarea: {
|
|
50667
51139
|
appendIcon?: IconValue | undefined;
|
50668
51140
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50669
51141
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50670
|
-
'onUpdate:focused'?: EventProp<[
|
51142
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50671
51143
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50672
51144
|
validationValue?: any;
|
50673
51145
|
hint?: string | undefined;
|
@@ -50770,7 +51242,7 @@ declare const VTextarea: {
|
|
50770
51242
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50771
51243
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50772
51244
|
focused: BooleanConstructor;
|
50773
|
-
'onUpdate:focused': PropType<EventProp<[
|
51245
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
50774
51246
|
errorMessages: {
|
50775
51247
|
type: PropType<string | string[]>;
|
50776
51248
|
default: () => never[];
|
@@ -50870,7 +51342,7 @@ declare const VTextarea: {
|
|
50870
51342
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50871
51343
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50872
51344
|
focused: BooleanConstructor;
|
50873
|
-
'onUpdate:focused': PropType<EventProp<[
|
51345
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
50874
51346
|
errorMessages: {
|
50875
51347
|
type: PropType<string | string[]>;
|
50876
51348
|
default: () => never[];
|
@@ -51013,7 +51485,7 @@ declare const VTextField: {
|
|
51013
51485
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51014
51486
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51015
51487
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51016
|
-
'onUpdate:focused'?: EventProp<[
|
51488
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51017
51489
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51018
51490
|
validationValue?: any;
|
51019
51491
|
hint?: string | undefined;
|
@@ -51123,7 +51595,7 @@ declare const VTextField: {
|
|
51123
51595
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51124
51596
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51125
51597
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51126
|
-
'onUpdate:focused'?: EventProp<[
|
51598
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51127
51599
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51128
51600
|
validationValue?: any;
|
51129
51601
|
hint?: string | undefined;
|
@@ -51209,7 +51681,7 @@ declare const VTextField: {
|
|
51209
51681
|
appendIcon?: IconValue | undefined;
|
51210
51682
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51211
51683
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51212
|
-
'onUpdate:focused'?: EventProp<[
|
51684
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51213
51685
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51214
51686
|
validationValue?: any;
|
51215
51687
|
hint?: string | undefined;
|
@@ -51271,7 +51743,7 @@ declare const VTextField: {
|
|
51271
51743
|
appendIcon?: IconValue | undefined;
|
51272
51744
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51273
51745
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51274
|
-
'onUpdate:focused'?: EventProp<[
|
51746
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51275
51747
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51276
51748
|
validationValue?: any;
|
51277
51749
|
hint?: string | undefined;
|
@@ -51358,7 +51830,7 @@ declare const VTextField: {
|
|
51358
51830
|
appendIcon?: IconValue | undefined;
|
51359
51831
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51360
51832
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51361
|
-
'onUpdate:focused'?: EventProp<[
|
51833
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51362
51834
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51363
51835
|
validationValue?: any;
|
51364
51836
|
hint?: string | undefined;
|
@@ -51445,7 +51917,7 @@ declare const VTextField: {
|
|
51445
51917
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51446
51918
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51447
51919
|
focused: BooleanConstructor;
|
51448
|
-
'onUpdate:focused': PropType<EventProp<[
|
51920
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51449
51921
|
id: StringConstructor;
|
51450
51922
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51451
51923
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51503,7 +51975,7 @@ declare const VTextField: {
|
|
51503
51975
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51504
51976
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51505
51977
|
focused: BooleanConstructor;
|
51506
|
-
'onUpdate:focused': PropType<EventProp<[
|
51978
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51507
51979
|
id: StringConstructor;
|
51508
51980
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51509
51981
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51587,7 +52059,7 @@ declare const VTextField: {
|
|
51587
52059
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51588
52060
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51589
52061
|
focused: BooleanConstructor;
|
51590
|
-
'onUpdate:focused': PropType<EventProp<[
|
52062
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51591
52063
|
id: StringConstructor;
|
51592
52064
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51593
52065
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51697,7 +52169,7 @@ declare const VTextField: {
|
|
51697
52169
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51698
52170
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51699
52171
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51700
|
-
'onUpdate:focused'?: EventProp<[
|
52172
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51701
52173
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51702
52174
|
validationValue?: any;
|
51703
52175
|
hint?: string | undefined;
|
@@ -51783,7 +52255,7 @@ declare const VTextField: {
|
|
51783
52255
|
appendIcon?: IconValue | undefined;
|
51784
52256
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51785
52257
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51786
|
-
'onUpdate:focused'?: EventProp<[
|
52258
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51787
52259
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51788
52260
|
validationValue?: any;
|
51789
52261
|
hint?: string | undefined;
|
@@ -51845,7 +52317,7 @@ declare const VTextField: {
|
|
51845
52317
|
appendIcon?: IconValue | undefined;
|
51846
52318
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51847
52319
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51848
|
-
'onUpdate:focused'?: EventProp<[
|
52320
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51849
52321
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51850
52322
|
validationValue?: any;
|
51851
52323
|
hint?: string | undefined;
|
@@ -51932,7 +52404,7 @@ declare const VTextField: {
|
|
51932
52404
|
appendIcon?: IconValue | undefined;
|
51933
52405
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51934
52406
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51935
|
-
'onUpdate:focused'?: EventProp<[
|
52407
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51936
52408
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51937
52409
|
validationValue?: any;
|
51938
52410
|
hint?: string | undefined;
|
@@ -52019,7 +52491,7 @@ declare const VTextField: {
|
|
52019
52491
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52020
52492
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52021
52493
|
focused: BooleanConstructor;
|
52022
|
-
'onUpdate:focused': PropType<EventProp<[
|
52494
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52023
52495
|
id: StringConstructor;
|
52024
52496
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52025
52497
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52077,7 +52549,7 @@ declare const VTextField: {
|
|
52077
52549
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52078
52550
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52079
52551
|
focused: BooleanConstructor;
|
52080
|
-
'onUpdate:focused': PropType<EventProp<[
|
52552
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52081
52553
|
id: StringConstructor;
|
52082
52554
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52083
52555
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52161,7 +52633,7 @@ declare const VTextField: {
|
|
52161
52633
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52162
52634
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52163
52635
|
focused: BooleanConstructor;
|
52164
|
-
'onUpdate:focused': PropType<EventProp<[
|
52636
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52165
52637
|
id: StringConstructor;
|
52166
52638
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52167
52639
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52223,7 +52695,7 @@ declare const VTextField: {
|
|
52223
52695
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52224
52696
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52225
52697
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52226
|
-
'onUpdate:focused'?: EventProp<[
|
52698
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
52227
52699
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
52228
52700
|
validationValue?: any;
|
52229
52701
|
hint?: string | undefined;
|
@@ -52309,7 +52781,7 @@ declare const VTextField: {
|
|
52309
52781
|
appendIcon?: IconValue | undefined;
|
52310
52782
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52311
52783
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52312
|
-
'onUpdate:focused'?: EventProp<[
|
52784
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
52313
52785
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
52314
52786
|
validationValue?: any;
|
52315
52787
|
hint?: string | undefined;
|
@@ -52371,7 +52843,7 @@ declare const VTextField: {
|
|
52371
52843
|
appendIcon?: IconValue | undefined;
|
52372
52844
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52373
52845
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52374
|
-
'onUpdate:focused'?: EventProp<[
|
52846
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
52375
52847
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
52376
52848
|
validationValue?: any;
|
52377
52849
|
hint?: string | undefined;
|
@@ -52458,7 +52930,7 @@ declare const VTextField: {
|
|
52458
52930
|
appendIcon?: IconValue | undefined;
|
52459
52931
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52460
52932
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52461
|
-
'onUpdate:focused'?: EventProp<[
|
52933
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
52462
52934
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
52463
52935
|
validationValue?: any;
|
52464
52936
|
hint?: string | undefined;
|
@@ -52545,7 +53017,7 @@ declare const VTextField: {
|
|
52545
53017
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52546
53018
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52547
53019
|
focused: BooleanConstructor;
|
52548
|
-
'onUpdate:focused': PropType<EventProp<[
|
53020
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52549
53021
|
id: StringConstructor;
|
52550
53022
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52551
53023
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52603,7 +53075,7 @@ declare const VTextField: {
|
|
52603
53075
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52604
53076
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52605
53077
|
focused: BooleanConstructor;
|
52606
|
-
'onUpdate:focused': PropType<EventProp<[
|
53078
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52607
53079
|
id: StringConstructor;
|
52608
53080
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52609
53081
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52687,7 +53159,7 @@ declare const VTextField: {
|
|
52687
53159
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52688
53160
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52689
53161
|
focused: BooleanConstructor;
|
52690
|
-
'onUpdate:focused': PropType<EventProp<[
|
53162
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52691
53163
|
id: StringConstructor;
|
52692
53164
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52693
53165
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52768,7 +53240,7 @@ declare const VTextField: {
|
|
52768
53240
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52769
53241
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52770
53242
|
focused: BooleanConstructor;
|
52771
|
-
'onUpdate:focused': PropType<EventProp<[
|
53243
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52772
53244
|
errorMessages: {
|
52773
53245
|
type: PropType<string | string[]>;
|
52774
53246
|
default: () => never[];
|
@@ -52861,7 +53333,7 @@ declare const VTextField: {
|
|
52861
53333
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52862
53334
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52863
53335
|
focused: BooleanConstructor;
|
52864
|
-
'onUpdate:focused': PropType<EventProp<[
|
53336
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52865
53337
|
errorMessages: {
|
52866
53338
|
type: PropType<string | string[]>;
|
52867
53339
|
default: () => never[];
|
@@ -55591,7 +56063,7 @@ declare const VValidation: {
|
|
55591
56063
|
name?: string | undefined;
|
55592
56064
|
label?: string | undefined;
|
55593
56065
|
modelValue?: any;
|
55594
|
-
'onUpdate:focused'?: EventProp<[
|
56066
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55595
56067
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55596
56068
|
validationValue?: any;
|
55597
56069
|
} & {
|
@@ -55631,7 +56103,7 @@ declare const VValidation: {
|
|
55631
56103
|
name?: string | undefined;
|
55632
56104
|
label?: string | undefined;
|
55633
56105
|
modelValue?: any;
|
55634
|
-
'onUpdate:focused'?: EventProp<[
|
56106
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55635
56107
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55636
56108
|
validationValue?: any;
|
55637
56109
|
} & {
|
@@ -55689,7 +56161,7 @@ declare const VValidation: {
|
|
55689
56161
|
name?: string | undefined;
|
55690
56162
|
label?: string | undefined;
|
55691
56163
|
modelValue?: any;
|
55692
|
-
'onUpdate:focused'?: EventProp<[
|
56164
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55693
56165
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55694
56166
|
validationValue?: any;
|
55695
56167
|
} & {
|
@@ -55721,7 +56193,7 @@ declare const VValidation: {
|
|
55721
56193
|
name?: string | undefined;
|
55722
56194
|
label?: string | undefined;
|
55723
56195
|
modelValue?: any;
|
55724
|
-
'onUpdate:focused'?: EventProp<[
|
56196
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55725
56197
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55726
56198
|
validationValue?: any;
|
55727
56199
|
} & {
|
@@ -55749,7 +56221,7 @@ declare const VValidation: {
|
|
55749
56221
|
rules: ValidationRule[];
|
55750
56222
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
55751
56223
|
focused: BooleanConstructor;
|
55752
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
56224
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
55753
56225
|
disabled: BooleanConstructor;
|
55754
56226
|
error: BooleanConstructor;
|
55755
56227
|
errorMessages: {
|
@@ -55772,7 +56244,7 @@ declare const VValidation: {
|
|
55772
56244
|
validationValue: null;
|
55773
56245
|
}, vue.ExtractPropTypes<{
|
55774
56246
|
focused: BooleanConstructor;
|
55775
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
56247
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
55776
56248
|
disabled: BooleanConstructor;
|
55777
56249
|
error: BooleanConstructor;
|
55778
56250
|
errorMessages: {
|
@@ -59366,6 +59838,7 @@ declare const VDataTable: {
|
|
59366
59838
|
page: string | number;
|
59367
59839
|
headers: DataTableHeader[] | DataTableHeader[][];
|
59368
59840
|
noDataText: string;
|
59841
|
+
loadingText: string;
|
59369
59842
|
sortBy: SortItem[];
|
59370
59843
|
items: any[];
|
59371
59844
|
modelValue: any[];
|
@@ -59392,6 +59865,7 @@ declare const VDataTable: {
|
|
59392
59865
|
page: string | number;
|
59393
59866
|
headers: DataTableHeader[] | DataTableHeader[][];
|
59394
59867
|
noDataText: string;
|
59868
|
+
loadingText: string;
|
59395
59869
|
sortBy: SortItem[];
|
59396
59870
|
items: any[];
|
59397
59871
|
modelValue: any[];
|
@@ -59417,6 +59891,7 @@ declare const VDataTable: {
|
|
59417
59891
|
search?: string | undefined;
|
59418
59892
|
height?: string | number | undefined;
|
59419
59893
|
width?: string | number | undefined;
|
59894
|
+
loading?: string | boolean | undefined;
|
59420
59895
|
customFilter?: FilterFunction | undefined;
|
59421
59896
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
59422
59897
|
filterKeys?: FilterKeys | undefined;
|
@@ -59641,7 +60116,7 @@ declare const VDataTable: {
|
|
59641
60116
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
59642
60117
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
59643
60118
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
59644
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "expanded" | "page" | "headers" | "noDataText" | "sortBy" | "items" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "fixedHeader" | "fixedFooter" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "expandOnClick" | "showExpand" | "itemsPerPage">;
|
60119
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "expanded" | "page" | "headers" | "noDataText" | "loadingText" | "sortBy" | "items" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "fixedHeader" | "fixedFooter" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "expandOnClick" | "showExpand" | "itemsPerPage">;
|
59645
60120
|
$attrs: {
|
59646
60121
|
[x: string]: unknown;
|
59647
60122
|
};
|
@@ -59660,6 +60135,7 @@ declare const VDataTable: {
|
|
59660
60135
|
page: string | number;
|
59661
60136
|
headers: DataTableHeader[] | DataTableHeader[][];
|
59662
60137
|
noDataText: string;
|
60138
|
+
loadingText: string;
|
59663
60139
|
sortBy: SortItem[];
|
59664
60140
|
items: any[];
|
59665
60141
|
modelValue: any[];
|
@@ -59685,6 +60161,7 @@ declare const VDataTable: {
|
|
59685
60161
|
search?: string | undefined;
|
59686
60162
|
height?: string | number | undefined;
|
59687
60163
|
width?: string | number | undefined;
|
60164
|
+
loading?: string | boolean | undefined;
|
59688
60165
|
customFilter?: FilterFunction | undefined;
|
59689
60166
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
59690
60167
|
filterKeys?: FilterKeys | undefined;
|
@@ -59922,6 +60399,7 @@ declare const VDataTable: {
|
|
59922
60399
|
page: string | number;
|
59923
60400
|
headers: DataTableHeader[] | DataTableHeader[][];
|
59924
60401
|
noDataText: string;
|
60402
|
+
loadingText: string;
|
59925
60403
|
sortBy: SortItem[];
|
59926
60404
|
items: any[];
|
59927
60405
|
modelValue: any[];
|
@@ -59968,6 +60446,7 @@ declare const VDataTable: {
|
|
59968
60446
|
page: string | number;
|
59969
60447
|
headers: DataTableHeader[] | DataTableHeader[][];
|
59970
60448
|
noDataText: string;
|
60449
|
+
loadingText: string;
|
59971
60450
|
sortBy: SortItem[];
|
59972
60451
|
items: any[];
|
59973
60452
|
modelValue: any[];
|
@@ -59993,6 +60472,7 @@ declare const VDataTable: {
|
|
59993
60472
|
search?: string | undefined;
|
59994
60473
|
height?: string | number | undefined;
|
59995
60474
|
width?: string | number | undefined;
|
60475
|
+
loading?: string | boolean | undefined;
|
59996
60476
|
customFilter?: FilterFunction | undefined;
|
59997
60477
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
59998
60478
|
filterKeys?: FilterKeys | undefined;
|
@@ -60226,6 +60706,7 @@ declare const VDataTable: {
|
|
60226
60706
|
page: string | number;
|
60227
60707
|
headers: DataTableHeader[] | DataTableHeader[][];
|
60228
60708
|
noDataText: string;
|
60709
|
+
loadingText: string;
|
60229
60710
|
sortBy: SortItem[];
|
60230
60711
|
items: any[];
|
60231
60712
|
modelValue: any[];
|
@@ -60251,6 +60732,7 @@ declare const VDataTable: {
|
|
60251
60732
|
search?: string | undefined;
|
60252
60733
|
height?: string | number | undefined;
|
60253
60734
|
width?: string | number | undefined;
|
60735
|
+
loading?: string | boolean | undefined;
|
60254
60736
|
customFilter?: FilterFunction | undefined;
|
60255
60737
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
60256
60738
|
filterKeys?: FilterKeys | undefined;
|
@@ -60488,6 +60970,7 @@ declare const VDataTable: {
|
|
60488
60970
|
page: string | number;
|
60489
60971
|
headers: DataTableHeader[] | DataTableHeader[][];
|
60490
60972
|
noDataText: string;
|
60973
|
+
loadingText: string;
|
60491
60974
|
sortBy: SortItem[];
|
60492
60975
|
items: any[];
|
60493
60976
|
modelValue: any[];
|
@@ -60557,6 +61040,11 @@ declare const VDataTable: {
|
|
60557
61040
|
width: (StringConstructor | NumberConstructor)[];
|
60558
61041
|
fixedHeader: BooleanConstructor;
|
60559
61042
|
fixedFooter: BooleanConstructor;
|
61043
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
61044
|
+
loadingText: {
|
61045
|
+
type: StringConstructor;
|
61046
|
+
default: string;
|
61047
|
+
};
|
60560
61048
|
'onClick:row': PropType<(e: Event, value: {
|
60561
61049
|
item: DataTableItem;
|
60562
61050
|
}) => void>;
|
@@ -60637,6 +61125,11 @@ declare const VDataTable: {
|
|
60637
61125
|
width: (StringConstructor | NumberConstructor)[];
|
60638
61126
|
fixedHeader: BooleanConstructor;
|
60639
61127
|
fixedFooter: BooleanConstructor;
|
61128
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
61129
|
+
loadingText: {
|
61130
|
+
type: StringConstructor;
|
61131
|
+
default: string;
|
61132
|
+
};
|
60640
61133
|
'onClick:row': PropType<(e: Event, value: {
|
60641
61134
|
item: DataTableItem;
|
60642
61135
|
}) => void>;
|
@@ -60749,6 +61242,7 @@ declare const VDataTableVirtual: {
|
|
60749
61242
|
expanded: string[];
|
60750
61243
|
headers: DataTableHeader[] | DataTableHeader[][];
|
60751
61244
|
noDataText: string;
|
61245
|
+
loadingText: string;
|
60752
61246
|
sortBy: SortItem[];
|
60753
61247
|
items: any[];
|
60754
61248
|
modelValue: any[];
|
@@ -60775,6 +61269,7 @@ declare const VDataTableVirtual: {
|
|
60775
61269
|
expanded: string[];
|
60776
61270
|
headers: DataTableHeader[] | DataTableHeader[][];
|
60777
61271
|
noDataText: string;
|
61272
|
+
loadingText: string;
|
60778
61273
|
sortBy: SortItem[];
|
60779
61274
|
items: any[];
|
60780
61275
|
modelValue: any[];
|
@@ -60801,6 +61296,7 @@ declare const VDataTableVirtual: {
|
|
60801
61296
|
search?: string | undefined;
|
60802
61297
|
height?: string | number | undefined;
|
60803
61298
|
width?: string | number | undefined;
|
61299
|
+
loading?: string | boolean | undefined;
|
60804
61300
|
customFilter?: FilterFunction | undefined;
|
60805
61301
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
60806
61302
|
filterKeys?: FilterKeys | undefined;
|
@@ -61008,7 +61504,7 @@ declare const VDataTableVirtual: {
|
|
61008
61504
|
item: DataTableItem;
|
61009
61505
|
}) => any) | undefined;
|
61010
61506
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
61011
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "expanded" | "headers" | "noDataText" | "sortBy" | "items" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "fixedHeader" | "fixedFooter" | "itemHeight" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "expandOnClick" | "showExpand" | "visibleItems">;
|
61507
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "expanded" | "headers" | "noDataText" | "loadingText" | "sortBy" | "items" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "fixedHeader" | "fixedFooter" | "itemHeight" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "expandOnClick" | "showExpand" | "visibleItems">;
|
61012
61508
|
$attrs: {
|
61013
61509
|
[x: string]: unknown;
|
61014
61510
|
};
|
@@ -61028,6 +61524,7 @@ declare const VDataTableVirtual: {
|
|
61028
61524
|
expanded: string[];
|
61029
61525
|
headers: DataTableHeader[] | DataTableHeader[][];
|
61030
61526
|
noDataText: string;
|
61527
|
+
loadingText: string;
|
61031
61528
|
sortBy: SortItem[];
|
61032
61529
|
items: any[];
|
61033
61530
|
modelValue: any[];
|
@@ -61054,6 +61551,7 @@ declare const VDataTableVirtual: {
|
|
61054
61551
|
search?: string | undefined;
|
61055
61552
|
height?: string | number | undefined;
|
61056
61553
|
width?: string | number | undefined;
|
61554
|
+
loading?: string | boolean | undefined;
|
61057
61555
|
customFilter?: FilterFunction | undefined;
|
61058
61556
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
61059
61557
|
filterKeys?: FilterKeys | undefined;
|
@@ -61274,6 +61772,7 @@ declare const VDataTableVirtual: {
|
|
61274
61772
|
expanded: string[];
|
61275
61773
|
headers: DataTableHeader[] | DataTableHeader[][];
|
61276
61774
|
noDataText: string;
|
61775
|
+
loadingText: string;
|
61277
61776
|
sortBy: SortItem[];
|
61278
61777
|
items: any[];
|
61279
61778
|
modelValue: any[];
|
@@ -61320,6 +61819,7 @@ declare const VDataTableVirtual: {
|
|
61320
61819
|
expanded: string[];
|
61321
61820
|
headers: DataTableHeader[] | DataTableHeader[][];
|
61322
61821
|
noDataText: string;
|
61822
|
+
loadingText: string;
|
61323
61823
|
sortBy: SortItem[];
|
61324
61824
|
items: any[];
|
61325
61825
|
modelValue: any[];
|
@@ -61346,6 +61846,7 @@ declare const VDataTableVirtual: {
|
|
61346
61846
|
search?: string | undefined;
|
61347
61847
|
height?: string | number | undefined;
|
61348
61848
|
width?: string | number | undefined;
|
61849
|
+
loading?: string | boolean | undefined;
|
61349
61850
|
customFilter?: FilterFunction | undefined;
|
61350
61851
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
61351
61852
|
filterKeys?: FilterKeys | undefined;
|
@@ -61561,6 +62062,7 @@ declare const VDataTableVirtual: {
|
|
61561
62062
|
expanded: string[];
|
61562
62063
|
headers: DataTableHeader[] | DataTableHeader[][];
|
61563
62064
|
noDataText: string;
|
62065
|
+
loadingText: string;
|
61564
62066
|
sortBy: SortItem[];
|
61565
62067
|
items: any[];
|
61566
62068
|
modelValue: any[];
|
@@ -61587,6 +62089,7 @@ declare const VDataTableVirtual: {
|
|
61587
62089
|
search?: string | undefined;
|
61588
62090
|
height?: string | number | undefined;
|
61589
62091
|
width?: string | number | undefined;
|
62092
|
+
loading?: string | boolean | undefined;
|
61590
62093
|
customFilter?: FilterFunction | undefined;
|
61591
62094
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
61592
62095
|
filterKeys?: FilterKeys | undefined;
|
@@ -61807,6 +62310,7 @@ declare const VDataTableVirtual: {
|
|
61807
62310
|
expanded: string[];
|
61808
62311
|
headers: DataTableHeader[] | DataTableHeader[][];
|
61809
62312
|
noDataText: string;
|
62313
|
+
loadingText: string;
|
61810
62314
|
sortBy: SortItem[];
|
61811
62315
|
items: any[];
|
61812
62316
|
modelValue: any[];
|
@@ -61905,6 +62409,11 @@ declare const VDataTableVirtual: {
|
|
61905
62409
|
width: (StringConstructor | NumberConstructor)[];
|
61906
62410
|
fixedHeader: BooleanConstructor;
|
61907
62411
|
fixedFooter: BooleanConstructor;
|
62412
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
62413
|
+
loadingText: {
|
62414
|
+
type: StringConstructor;
|
62415
|
+
default: string;
|
62416
|
+
};
|
61908
62417
|
'onClick:row': vue.PropType<(e: Event, value: {
|
61909
62418
|
item: DataTableItem;
|
61910
62419
|
}) => void>;
|
@@ -61985,6 +62494,11 @@ declare const VDataTableVirtual: {
|
|
61985
62494
|
width: (StringConstructor | NumberConstructor)[];
|
61986
62495
|
fixedHeader: BooleanConstructor;
|
61987
62496
|
fixedFooter: BooleanConstructor;
|
62497
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
62498
|
+
loadingText: {
|
62499
|
+
type: StringConstructor;
|
62500
|
+
default: string;
|
62501
|
+
};
|
61988
62502
|
'onClick:row': vue.PropType<(e: Event, value: {
|
61989
62503
|
item: DataTableItem;
|
61990
62504
|
}) => void>;
|
@@ -63225,16 +63739,16 @@ declare const VDataTableServer: {
|
|
63225
63739
|
width: (StringConstructor | NumberConstructor)[];
|
63226
63740
|
fixedHeader: BooleanConstructor;
|
63227
63741
|
fixedFooter: BooleanConstructor;
|
63228
|
-
'onClick:row': vue.PropType<(e: Event, value: {
|
63229
|
-
item: DataTableItem;
|
63230
|
-
}) => void>;
|
63231
|
-
search: StringConstructor;
|
63232
|
-
color: StringConstructor;
|
63233
63742
|
loading: (StringConstructor | BooleanConstructor)[];
|
63234
63743
|
loadingText: {
|
63235
63744
|
type: StringConstructor;
|
63236
63745
|
default: string;
|
63237
63746
|
};
|
63747
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
63748
|
+
item: DataTableItem;
|
63749
|
+
}) => void>;
|
63750
|
+
search: StringConstructor;
|
63751
|
+
color: StringConstructor;
|
63238
63752
|
itemsLength: {
|
63239
63753
|
type: (StringConstructor | NumberConstructor)[];
|
63240
63754
|
required: true;
|
@@ -63307,16 +63821,16 @@ declare const VDataTableServer: {
|
|
63307
63821
|
width: (StringConstructor | NumberConstructor)[];
|
63308
63822
|
fixedHeader: BooleanConstructor;
|
63309
63823
|
fixedFooter: BooleanConstructor;
|
63310
|
-
'onClick:row': vue.PropType<(e: Event, value: {
|
63311
|
-
item: DataTableItem;
|
63312
|
-
}) => void>;
|
63313
|
-
search: StringConstructor;
|
63314
|
-
color: StringConstructor;
|
63315
63824
|
loading: (StringConstructor | BooleanConstructor)[];
|
63316
63825
|
loadingText: {
|
63317
63826
|
type: StringConstructor;
|
63318
63827
|
default: string;
|
63319
63828
|
};
|
63829
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
63830
|
+
item: DataTableItem;
|
63831
|
+
}) => void>;
|
63832
|
+
search: StringConstructor;
|
63833
|
+
color: StringConstructor;
|
63320
63834
|
itemsLength: {
|
63321
63835
|
type: (StringConstructor | NumberConstructor)[];
|
63322
63836
|
required: true;
|