vuetify 3.6.7 → 3.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +48 -16
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +130 -59
- package/dist/vuetify-labs.css +2341 -2261
- package/dist/vuetify-labs.d.ts +715 -1581
- package/dist/vuetify-labs.esm.js +266 -141
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +265 -140
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1610 -1530
- package/dist/vuetify.d.ts +605 -1317
- package/dist/vuetify.esm.js +144 -103
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +143 -102
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +335 -330
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +58 -56
- package/lib/blueprints/md1.d.mts +58 -56
- package/lib/blueprints/md2.d.mts +58 -56
- package/lib/blueprints/md3.d.mts +58 -56
- package/lib/components/VAutocomplete/VAutocomplete.mjs +17 -14
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +102 -336
- package/lib/components/VBanner/VBanner.css +1 -0
- package/lib/components/VBanner/VBanner.sass +1 -0
- package/lib/components/VBanner/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +7 -11
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +102 -336
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.css +2 -2
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/components/VEmptyState/_variables.scss +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +36 -36
- package/lib/components/VExpansionPanel/shared.mjs +4 -0
- package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
- package/lib/components/VFab/VFab.mjs +4 -7
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/index.d.mts +46 -49
- package/lib/components/VList/VList.mjs +4 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +54 -66
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +102 -336
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +1 -1
- package/lib/components/VStepper/VStepper.mjs +19 -5
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +3 -0
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VStepper/VStepperWindow.mjs +2 -2
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +43 -9
- package/lib/components/VStepper/shared.mjs +4 -0
- package/lib/components/VStepper/shared.mjs.map +1 -0
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/index.d.mts +417 -1128
- package/lib/composables/defaults.mjs +3 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +154 -155
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +43 -9
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +4 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +83 -12
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +116 -300
- package/lib/labs/components.d.mts +3408 -3558
- package/lib/styles/main.css +76 -0
- package/lib/styles/settings/_utilities.scss +5 -1
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -103,6 +103,29 @@ type InternalDateOptions = {
|
|
|
103
103
|
type DateOptions = Partial<InternalDateOptions>;
|
|
104
104
|
declare function useDate(): DateInstance;
|
|
105
105
|
|
|
106
|
+
declare const block: readonly ["top", "bottom"];
|
|
107
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
|
108
|
+
type Tblock = typeof block[number];
|
|
109
|
+
type Tinline = typeof inline[number];
|
|
110
|
+
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
111
|
+
|
|
112
|
+
declare class Box {
|
|
113
|
+
x: number;
|
|
114
|
+
y: number;
|
|
115
|
+
width: number;
|
|
116
|
+
height: number;
|
|
117
|
+
constructor({ x, y, width, height }: {
|
|
118
|
+
x: number;
|
|
119
|
+
y: number;
|
|
120
|
+
width: number;
|
|
121
|
+
height: number;
|
|
122
|
+
});
|
|
123
|
+
get top(): number;
|
|
124
|
+
get bottom(): number;
|
|
125
|
+
get left(): number;
|
|
126
|
+
get right(): number;
|
|
127
|
+
}
|
|
128
|
+
|
|
106
129
|
type DeepPartial<T> = T extends object ? {
|
|
107
130
|
[P in keyof T]?: DeepPartial<T[P]>;
|
|
108
131
|
} : T;
|
|
@@ -161,116 +184,6 @@ interface ThemeInstance {
|
|
|
161
184
|
}
|
|
162
185
|
declare function useTheme(): ThemeInstance;
|
|
163
186
|
|
|
164
|
-
declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
165
|
-
type Breakpoint = typeof breakpoints[number];
|
|
166
|
-
type DisplayBreakpoint = 'xs' | Breakpoint;
|
|
167
|
-
type DisplayThresholds = {
|
|
168
|
-
[key in DisplayBreakpoint]: number;
|
|
169
|
-
};
|
|
170
|
-
interface DisplayProps {
|
|
171
|
-
mobile?: boolean | null;
|
|
172
|
-
mobileBreakpoint?: number | DisplayBreakpoint;
|
|
173
|
-
}
|
|
174
|
-
interface DisplayOptions {
|
|
175
|
-
mobileBreakpoint?: number | DisplayBreakpoint;
|
|
176
|
-
thresholds?: Partial<DisplayThresholds>;
|
|
177
|
-
}
|
|
178
|
-
type SSROptions = boolean | {
|
|
179
|
-
clientWidth: number;
|
|
180
|
-
clientHeight?: number;
|
|
181
|
-
};
|
|
182
|
-
interface DisplayPlatform {
|
|
183
|
-
android: boolean;
|
|
184
|
-
ios: boolean;
|
|
185
|
-
cordova: boolean;
|
|
186
|
-
electron: boolean;
|
|
187
|
-
chrome: boolean;
|
|
188
|
-
edge: boolean;
|
|
189
|
-
firefox: boolean;
|
|
190
|
-
opera: boolean;
|
|
191
|
-
win: boolean;
|
|
192
|
-
mac: boolean;
|
|
193
|
-
linux: boolean;
|
|
194
|
-
touch: boolean;
|
|
195
|
-
ssr: boolean;
|
|
196
|
-
}
|
|
197
|
-
interface DisplayInstance {
|
|
198
|
-
xs: Ref<boolean>;
|
|
199
|
-
sm: Ref<boolean>;
|
|
200
|
-
md: Ref<boolean>;
|
|
201
|
-
lg: Ref<boolean>;
|
|
202
|
-
xl: Ref<boolean>;
|
|
203
|
-
xxl: Ref<boolean>;
|
|
204
|
-
smAndUp: Ref<boolean>;
|
|
205
|
-
mdAndUp: Ref<boolean>;
|
|
206
|
-
lgAndUp: Ref<boolean>;
|
|
207
|
-
xlAndUp: Ref<boolean>;
|
|
208
|
-
smAndDown: Ref<boolean>;
|
|
209
|
-
mdAndDown: Ref<boolean>;
|
|
210
|
-
lgAndDown: Ref<boolean>;
|
|
211
|
-
xlAndDown: Ref<boolean>;
|
|
212
|
-
name: Ref<DisplayBreakpoint>;
|
|
213
|
-
height: Ref<number>;
|
|
214
|
-
width: Ref<number>;
|
|
215
|
-
mobile: Ref<boolean>;
|
|
216
|
-
mobileBreakpoint: Ref<number | DisplayBreakpoint>;
|
|
217
|
-
platform: Ref<DisplayPlatform>;
|
|
218
|
-
thresholds: Ref<DisplayThresholds>;
|
|
219
|
-
update(): void;
|
|
220
|
-
}
|
|
221
|
-
declare function useDisplay(props?: DisplayProps, name?: string): {
|
|
222
|
-
displayClasses: vue.ComputedRef<{
|
|
223
|
-
[x: string]: boolean;
|
|
224
|
-
}>;
|
|
225
|
-
mobile: vue.ComputedRef<boolean>;
|
|
226
|
-
xs: Ref<boolean>;
|
|
227
|
-
sm: Ref<boolean>;
|
|
228
|
-
md: Ref<boolean>;
|
|
229
|
-
lg: Ref<boolean>;
|
|
230
|
-
xl: Ref<boolean>;
|
|
231
|
-
xxl: Ref<boolean>;
|
|
232
|
-
smAndUp: Ref<boolean>;
|
|
233
|
-
mdAndUp: Ref<boolean>;
|
|
234
|
-
lgAndUp: Ref<boolean>;
|
|
235
|
-
xlAndUp: Ref<boolean>;
|
|
236
|
-
smAndDown: Ref<boolean>;
|
|
237
|
-
mdAndDown: Ref<boolean>;
|
|
238
|
-
lgAndDown: Ref<boolean>;
|
|
239
|
-
xlAndDown: Ref<boolean>;
|
|
240
|
-
name: Ref<DisplayBreakpoint>;
|
|
241
|
-
height: Ref<number>;
|
|
242
|
-
width: Ref<number>;
|
|
243
|
-
mobileBreakpoint: Ref<number | DisplayBreakpoint>;
|
|
244
|
-
platform: Ref<DisplayPlatform>;
|
|
245
|
-
thresholds: Ref<DisplayThresholds>;
|
|
246
|
-
/** @internal */
|
|
247
|
-
ssr: boolean;
|
|
248
|
-
update(): void;
|
|
249
|
-
};
|
|
250
|
-
|
|
251
|
-
declare const block: readonly ["top", "bottom"];
|
|
252
|
-
declare const inline: readonly ["start", "end", "left", "right"];
|
|
253
|
-
type Tblock = typeof block[number];
|
|
254
|
-
type Tinline = typeof inline[number];
|
|
255
|
-
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
256
|
-
|
|
257
|
-
declare class Box {
|
|
258
|
-
x: number;
|
|
259
|
-
y: number;
|
|
260
|
-
width: number;
|
|
261
|
-
height: number;
|
|
262
|
-
constructor({ x, y, width, height }: {
|
|
263
|
-
x: number;
|
|
264
|
-
y: number;
|
|
265
|
-
width: number;
|
|
266
|
-
height: number;
|
|
267
|
-
});
|
|
268
|
-
get top(): number;
|
|
269
|
-
get bottom(): number;
|
|
270
|
-
get left(): number;
|
|
271
|
-
get right(): number;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
187
|
type HSV = {
|
|
275
188
|
h: number;
|
|
276
189
|
s: number;
|
|
@@ -318,31 +231,6 @@ type TemplateRef = {
|
|
|
318
231
|
readonly el: HTMLElement | undefined;
|
|
319
232
|
};
|
|
320
233
|
|
|
321
|
-
type DefaultsInstance = undefined | {
|
|
322
|
-
[key: string]: undefined | Record<string, unknown>;
|
|
323
|
-
global?: Record<string, unknown>;
|
|
324
|
-
};
|
|
325
|
-
type DefaultsOptions = Partial<DefaultsInstance>;
|
|
326
|
-
declare function useDefaults<T extends Record<string, any>>(props: T, name?: string): T;
|
|
327
|
-
declare function useDefaults(props?: undefined, name?: string): Record<string, any>;
|
|
328
|
-
|
|
329
|
-
interface GoToInstance {
|
|
330
|
-
rtl: Ref<boolean>;
|
|
331
|
-
options: GoToOptions;
|
|
332
|
-
}
|
|
333
|
-
interface GoToOptions {
|
|
334
|
-
container: ComponentPublicInstance | HTMLElement | string;
|
|
335
|
-
duration: number;
|
|
336
|
-
layout: boolean;
|
|
337
|
-
offset: number;
|
|
338
|
-
easing: string | ((t: number) => number);
|
|
339
|
-
patterns: Record<string, (t: number) => number>;
|
|
340
|
-
}
|
|
341
|
-
declare function useGoTo(_options?: Partial<GoToOptions>): {
|
|
342
|
-
(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
|
343
|
-
horizontal(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
|
344
|
-
};
|
|
345
|
-
|
|
346
234
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
347
235
|
declare const IconValue: PropType<IconValue>;
|
|
348
236
|
interface IconAliases {
|
|
@@ -392,11 +280,12 @@ type IconComponent = JSXComponent<IconProps>;
|
|
|
392
280
|
interface IconSet {
|
|
393
281
|
component: IconComponent;
|
|
394
282
|
}
|
|
395
|
-
type
|
|
396
|
-
defaultSet
|
|
397
|
-
aliases
|
|
398
|
-
sets
|
|
283
|
+
type InternalIconOptions = {
|
|
284
|
+
defaultSet: string;
|
|
285
|
+
aliases: Partial<IconAliases>;
|
|
286
|
+
sets: Record<string, IconSet>;
|
|
399
287
|
};
|
|
288
|
+
type IconOptions = Partial<InternalIconOptions>;
|
|
400
289
|
declare const VComponentIcon: {
|
|
401
290
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
402
291
|
tag: string;
|
|
@@ -674,6 +563,119 @@ declare const VClassIcon: {
|
|
|
674
563
|
}>>;
|
|
675
564
|
type VClassIcon = InstanceType<typeof VClassIcon>;
|
|
676
565
|
|
|
566
|
+
interface GoToInstance {
|
|
567
|
+
rtl: Ref<boolean>;
|
|
568
|
+
options: InternalGoToOptions;
|
|
569
|
+
}
|
|
570
|
+
interface InternalGoToOptions {
|
|
571
|
+
container: ComponentPublicInstance | HTMLElement | string;
|
|
572
|
+
duration: number;
|
|
573
|
+
layout: boolean;
|
|
574
|
+
offset: number;
|
|
575
|
+
easing: string | ((t: number) => number);
|
|
576
|
+
patterns: Record<string, (t: number) => number>;
|
|
577
|
+
}
|
|
578
|
+
type GoToOptions = Partial<InternalGoToOptions>;
|
|
579
|
+
declare function useGoTo(_options?: GoToOptions): {
|
|
580
|
+
(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
|
581
|
+
horizontal(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
|
582
|
+
};
|
|
583
|
+
|
|
584
|
+
declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
585
|
+
type Breakpoint = typeof breakpoints[number];
|
|
586
|
+
type DisplayBreakpoint = 'xs' | Breakpoint;
|
|
587
|
+
type DisplayThresholds = {
|
|
588
|
+
[key in DisplayBreakpoint]: number;
|
|
589
|
+
};
|
|
590
|
+
interface DisplayProps {
|
|
591
|
+
mobile?: boolean | null;
|
|
592
|
+
mobileBreakpoint?: number | DisplayBreakpoint;
|
|
593
|
+
}
|
|
594
|
+
interface DisplayOptions {
|
|
595
|
+
mobileBreakpoint?: number | DisplayBreakpoint;
|
|
596
|
+
thresholds?: Partial<DisplayThresholds>;
|
|
597
|
+
}
|
|
598
|
+
type SSROptions = boolean | {
|
|
599
|
+
clientWidth: number;
|
|
600
|
+
clientHeight?: number;
|
|
601
|
+
};
|
|
602
|
+
interface DisplayPlatform {
|
|
603
|
+
android: boolean;
|
|
604
|
+
ios: boolean;
|
|
605
|
+
cordova: boolean;
|
|
606
|
+
electron: boolean;
|
|
607
|
+
chrome: boolean;
|
|
608
|
+
edge: boolean;
|
|
609
|
+
firefox: boolean;
|
|
610
|
+
opera: boolean;
|
|
611
|
+
win: boolean;
|
|
612
|
+
mac: boolean;
|
|
613
|
+
linux: boolean;
|
|
614
|
+
touch: boolean;
|
|
615
|
+
ssr: boolean;
|
|
616
|
+
}
|
|
617
|
+
interface DisplayInstance {
|
|
618
|
+
xs: Ref<boolean>;
|
|
619
|
+
sm: Ref<boolean>;
|
|
620
|
+
md: Ref<boolean>;
|
|
621
|
+
lg: Ref<boolean>;
|
|
622
|
+
xl: Ref<boolean>;
|
|
623
|
+
xxl: Ref<boolean>;
|
|
624
|
+
smAndUp: Ref<boolean>;
|
|
625
|
+
mdAndUp: Ref<boolean>;
|
|
626
|
+
lgAndUp: Ref<boolean>;
|
|
627
|
+
xlAndUp: Ref<boolean>;
|
|
628
|
+
smAndDown: Ref<boolean>;
|
|
629
|
+
mdAndDown: Ref<boolean>;
|
|
630
|
+
lgAndDown: Ref<boolean>;
|
|
631
|
+
xlAndDown: Ref<boolean>;
|
|
632
|
+
name: Ref<DisplayBreakpoint>;
|
|
633
|
+
height: Ref<number>;
|
|
634
|
+
width: Ref<number>;
|
|
635
|
+
mobile: Ref<boolean>;
|
|
636
|
+
mobileBreakpoint: Ref<number | DisplayBreakpoint>;
|
|
637
|
+
platform: Ref<DisplayPlatform>;
|
|
638
|
+
thresholds: Ref<DisplayThresholds>;
|
|
639
|
+
update(): void;
|
|
640
|
+
}
|
|
641
|
+
declare function useDisplay(props?: DisplayProps, name?: string): {
|
|
642
|
+
displayClasses: vue.ComputedRef<{
|
|
643
|
+
[x: string]: boolean;
|
|
644
|
+
}>;
|
|
645
|
+
mobile: vue.ComputedRef<boolean>;
|
|
646
|
+
xs: Ref<boolean>;
|
|
647
|
+
sm: Ref<boolean>;
|
|
648
|
+
md: Ref<boolean>;
|
|
649
|
+
lg: Ref<boolean>;
|
|
650
|
+
xl: Ref<boolean>;
|
|
651
|
+
xxl: Ref<boolean>;
|
|
652
|
+
smAndUp: Ref<boolean>;
|
|
653
|
+
mdAndUp: Ref<boolean>;
|
|
654
|
+
lgAndUp: Ref<boolean>;
|
|
655
|
+
xlAndUp: Ref<boolean>;
|
|
656
|
+
smAndDown: Ref<boolean>;
|
|
657
|
+
mdAndDown: Ref<boolean>;
|
|
658
|
+
lgAndDown: Ref<boolean>;
|
|
659
|
+
xlAndDown: Ref<boolean>;
|
|
660
|
+
name: Ref<DisplayBreakpoint>;
|
|
661
|
+
height: Ref<number>;
|
|
662
|
+
width: Ref<number>;
|
|
663
|
+
mobileBreakpoint: Ref<number | DisplayBreakpoint>;
|
|
664
|
+
platform: Ref<DisplayPlatform>;
|
|
665
|
+
thresholds: Ref<DisplayThresholds>;
|
|
666
|
+
/** @internal */
|
|
667
|
+
ssr: boolean;
|
|
668
|
+
update(): void;
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
type DefaultsInstance = undefined | {
|
|
672
|
+
[key: string]: undefined | Record<string, unknown>;
|
|
673
|
+
global?: Record<string, unknown>;
|
|
674
|
+
};
|
|
675
|
+
type DefaultsOptions = Partial<DefaultsInstance>;
|
|
676
|
+
declare function useDefaults<T extends Record<string, any>>(props: T, name?: string): T;
|
|
677
|
+
declare function useDefaults(props?: undefined, name?: string): Record<string, any>;
|
|
678
|
+
|
|
677
679
|
type Position = 'top' | 'left' | 'right' | 'bottom';
|
|
678
680
|
interface Layer {
|
|
679
681
|
top: number;
|
|
@@ -4279,6 +4281,8 @@ declare const VListItem: {
|
|
|
4279
4281
|
} & {
|
|
4280
4282
|
onClick?: ((e: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
4281
4283
|
}, {
|
|
4284
|
+
activate: (activated: boolean, e?: Event | undefined) => void;
|
|
4285
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
4282
4286
|
isGroupActivator: boolean | undefined;
|
|
4283
4287
|
isSelected: vue.ComputedRef<boolean>;
|
|
4284
4288
|
list: {
|
|
@@ -4463,6 +4467,8 @@ declare const VListItem: {
|
|
|
4463
4467
|
} & {
|
|
4464
4468
|
onClick?: ((e: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
4465
4469
|
}, {
|
|
4470
|
+
activate: (activated: boolean, e?: Event | undefined) => void;
|
|
4471
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
4466
4472
|
isGroupActivator: boolean | undefined;
|
|
4467
4473
|
isSelected: vue.ComputedRef<boolean>;
|
|
4468
4474
|
list: {
|
|
@@ -4559,6 +4565,8 @@ declare const VListItem: {
|
|
|
4559
4565
|
} & {
|
|
4560
4566
|
onClick?: ((e: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
4561
4567
|
}, {
|
|
4568
|
+
activate: (activated: boolean, e?: Event | undefined) => void;
|
|
4569
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
4562
4570
|
isGroupActivator: boolean | undefined;
|
|
4563
4571
|
isSelected: vue.ComputedRef<boolean>;
|
|
4564
4572
|
list: {
|
|
@@ -4969,16 +4977,6 @@ declare const VAutocomplete: {
|
|
|
4969
4977
|
collapseIcon?: string | undefined;
|
|
4970
4978
|
expandIcon?: string | undefined;
|
|
4971
4979
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
4972
|
-
"onClick:open"?: ((value: {
|
|
4973
|
-
id: unknown;
|
|
4974
|
-
value: boolean;
|
|
4975
|
-
path: unknown[];
|
|
4976
|
-
}) => any) | undefined;
|
|
4977
|
-
"onClick:select"?: ((value: {
|
|
4978
|
-
id: unknown;
|
|
4979
|
-
value: boolean;
|
|
4980
|
-
path: unknown[];
|
|
4981
|
-
}) => any) | undefined;
|
|
4982
4980
|
"onClick:activate"?: ((value: {
|
|
4983
4981
|
id: unknown;
|
|
4984
4982
|
value: boolean;
|
|
@@ -5025,16 +5023,6 @@ declare const VAutocomplete: {
|
|
|
5025
5023
|
expandIcon?: string | undefined;
|
|
5026
5024
|
} & {
|
|
5027
5025
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
5028
|
-
"onClick:open"?: ((value: {
|
|
5029
|
-
id: unknown;
|
|
5030
|
-
value: boolean;
|
|
5031
|
-
path: unknown[];
|
|
5032
|
-
}) => any) | undefined;
|
|
5033
|
-
"onClick:select"?: ((value: {
|
|
5034
|
-
id: unknown;
|
|
5035
|
-
value: boolean;
|
|
5036
|
-
path: unknown[];
|
|
5037
|
-
}) => any) | undefined;
|
|
5038
5026
|
"onClick:activate"?: ((value: {
|
|
5039
5027
|
id: unknown;
|
|
5040
5028
|
value: boolean;
|
|
@@ -5048,6 +5036,16 @@ declare const VAutocomplete: {
|
|
|
5048
5036
|
itemProps?: SelectItemKey<any>;
|
|
5049
5037
|
selected?: unknown;
|
|
5050
5038
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
5039
|
+
'onClick:open'?: ((value: {
|
|
5040
|
+
id: unknown;
|
|
5041
|
+
value: boolean;
|
|
5042
|
+
path: unknown[];
|
|
5043
|
+
}) => void) | undefined;
|
|
5044
|
+
'onClick:select'?: ((value: {
|
|
5045
|
+
id: unknown;
|
|
5046
|
+
value: boolean;
|
|
5047
|
+
path: unknown[];
|
|
5048
|
+
}) => void) | undefined;
|
|
5051
5049
|
opened?: unknown;
|
|
5052
5050
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
5053
5051
|
} & {
|
|
@@ -5055,20 +5053,10 @@ declare const VAutocomplete: {
|
|
|
5055
5053
|
title?: ((arg: ListItemTitleSlot & {
|
|
5056
5054
|
item: any;
|
|
5057
5055
|
}) => vue.VNodeChild) | undefined;
|
|
5058
|
-
prepend?: ((arg: {
|
|
5059
|
-
isActive: boolean;
|
|
5060
|
-
isSelected: boolean;
|
|
5061
|
-
isIndeterminate: boolean;
|
|
5062
|
-
select: (value: boolean) => void;
|
|
5063
|
-
} & {
|
|
5056
|
+
prepend?: ((arg: ListItemSlot & {
|
|
5064
5057
|
item: any;
|
|
5065
5058
|
}) => vue.VNodeChild) | undefined;
|
|
5066
|
-
append?: ((arg: {
|
|
5067
|
-
isActive: boolean;
|
|
5068
|
-
isSelected: boolean;
|
|
5069
|
-
isIndeterminate: boolean;
|
|
5070
|
-
select: (value: boolean) => void;
|
|
5071
|
-
} & {
|
|
5059
|
+
append?: ((arg: ListItemSlot & {
|
|
5072
5060
|
item: any;
|
|
5073
5061
|
}) => vue.VNodeChild) | undefined;
|
|
5074
5062
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -5108,20 +5096,10 @@ declare const VAutocomplete: {
|
|
|
5108
5096
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
5109
5097
|
item: any;
|
|
5110
5098
|
}) => vue.VNodeChild) | undefined;
|
|
5111
|
-
prepend?: false | ((arg: {
|
|
5112
|
-
isActive: boolean;
|
|
5113
|
-
isSelected: boolean;
|
|
5114
|
-
isIndeterminate: boolean;
|
|
5115
|
-
select: (value: boolean) => void;
|
|
5116
|
-
} & {
|
|
5099
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
5117
5100
|
item: any;
|
|
5118
5101
|
}) => vue.VNodeChild) | undefined;
|
|
5119
|
-
append?: false | ((arg: {
|
|
5120
|
-
isActive: boolean;
|
|
5121
|
-
isSelected: boolean;
|
|
5122
|
-
isIndeterminate: boolean;
|
|
5123
|
-
select: (value: boolean) => void;
|
|
5124
|
-
} & {
|
|
5102
|
+
append?: false | ((arg: ListItemSlot & {
|
|
5125
5103
|
item: any;
|
|
5126
5104
|
}) => vue.VNodeChild) | undefined;
|
|
5127
5105
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -5161,20 +5139,10 @@ declare const VAutocomplete: {
|
|
|
5161
5139
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
5162
5140
|
item: any;
|
|
5163
5141
|
}) => vue.VNodeChild) | undefined;
|
|
5164
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
5165
|
-
isActive: boolean;
|
|
5166
|
-
isSelected: boolean;
|
|
5167
|
-
isIndeterminate: boolean;
|
|
5168
|
-
select: (value: boolean) => void;
|
|
5169
|
-
} & {
|
|
5142
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
5170
5143
|
item: any;
|
|
5171
5144
|
}) => vue.VNodeChild) | undefined;
|
|
5172
|
-
"v-slot:append"?: false | ((arg: {
|
|
5173
|
-
isActive: boolean;
|
|
5174
|
-
isSelected: boolean;
|
|
5175
|
-
isIndeterminate: boolean;
|
|
5176
|
-
select: (value: boolean) => void;
|
|
5177
|
-
} & {
|
|
5145
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
5178
5146
|
item: any;
|
|
5179
5147
|
}) => vue.VNodeChild) | undefined;
|
|
5180
5148
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -5549,16 +5517,6 @@ declare const VAutocomplete: {
|
|
|
5549
5517
|
collapseIcon?: string | undefined;
|
|
5550
5518
|
expandIcon?: string | undefined;
|
|
5551
5519
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
5552
|
-
"onClick:open"?: ((value: {
|
|
5553
|
-
id: unknown;
|
|
5554
|
-
value: boolean;
|
|
5555
|
-
path: unknown[];
|
|
5556
|
-
}) => any) | undefined;
|
|
5557
|
-
"onClick:select"?: ((value: {
|
|
5558
|
-
id: unknown;
|
|
5559
|
-
value: boolean;
|
|
5560
|
-
path: unknown[];
|
|
5561
|
-
}) => any) | undefined;
|
|
5562
5520
|
"onClick:activate"?: ((value: {
|
|
5563
5521
|
id: unknown;
|
|
5564
5522
|
value: boolean;
|
|
@@ -5605,16 +5563,6 @@ declare const VAutocomplete: {
|
|
|
5605
5563
|
expandIcon?: string | undefined;
|
|
5606
5564
|
} & {
|
|
5607
5565
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
5608
|
-
"onClick:open"?: ((value: {
|
|
5609
|
-
id: unknown;
|
|
5610
|
-
value: boolean;
|
|
5611
|
-
path: unknown[];
|
|
5612
|
-
}) => any) | undefined;
|
|
5613
|
-
"onClick:select"?: ((value: {
|
|
5614
|
-
id: unknown;
|
|
5615
|
-
value: boolean;
|
|
5616
|
-
path: unknown[];
|
|
5617
|
-
}) => any) | undefined;
|
|
5618
5566
|
"onClick:activate"?: ((value: {
|
|
5619
5567
|
id: unknown;
|
|
5620
5568
|
value: boolean;
|
|
@@ -5628,6 +5576,16 @@ declare const VAutocomplete: {
|
|
|
5628
5576
|
itemProps?: SelectItemKey<any>;
|
|
5629
5577
|
selected?: unknown;
|
|
5630
5578
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
5579
|
+
'onClick:open'?: ((value: {
|
|
5580
|
+
id: unknown;
|
|
5581
|
+
value: boolean;
|
|
5582
|
+
path: unknown[];
|
|
5583
|
+
}) => void) | undefined;
|
|
5584
|
+
'onClick:select'?: ((value: {
|
|
5585
|
+
id: unknown;
|
|
5586
|
+
value: boolean;
|
|
5587
|
+
path: unknown[];
|
|
5588
|
+
}) => void) | undefined;
|
|
5631
5589
|
opened?: unknown;
|
|
5632
5590
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
5633
5591
|
} & {
|
|
@@ -5635,20 +5593,10 @@ declare const VAutocomplete: {
|
|
|
5635
5593
|
title?: ((arg: ListItemTitleSlot & {
|
|
5636
5594
|
item: any;
|
|
5637
5595
|
}) => vue.VNodeChild) | undefined;
|
|
5638
|
-
prepend?: ((arg: {
|
|
5639
|
-
isActive: boolean;
|
|
5640
|
-
isSelected: boolean;
|
|
5641
|
-
isIndeterminate: boolean;
|
|
5642
|
-
select: (value: boolean) => void;
|
|
5643
|
-
} & {
|
|
5596
|
+
prepend?: ((arg: ListItemSlot & {
|
|
5644
5597
|
item: any;
|
|
5645
5598
|
}) => vue.VNodeChild) | undefined;
|
|
5646
|
-
append?: ((arg: {
|
|
5647
|
-
isActive: boolean;
|
|
5648
|
-
isSelected: boolean;
|
|
5649
|
-
isIndeterminate: boolean;
|
|
5650
|
-
select: (value: boolean) => void;
|
|
5651
|
-
} & {
|
|
5599
|
+
append?: ((arg: ListItemSlot & {
|
|
5652
5600
|
item: any;
|
|
5653
5601
|
}) => vue.VNodeChild) | undefined;
|
|
5654
5602
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -5688,20 +5636,10 @@ declare const VAutocomplete: {
|
|
|
5688
5636
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
5689
5637
|
item: any;
|
|
5690
5638
|
}) => vue.VNodeChild) | undefined;
|
|
5691
|
-
prepend?: false | ((arg: {
|
|
5692
|
-
isActive: boolean;
|
|
5693
|
-
isSelected: boolean;
|
|
5694
|
-
isIndeterminate: boolean;
|
|
5695
|
-
select: (value: boolean) => void;
|
|
5696
|
-
} & {
|
|
5639
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
5697
5640
|
item: any;
|
|
5698
5641
|
}) => vue.VNodeChild) | undefined;
|
|
5699
|
-
append?: false | ((arg: {
|
|
5700
|
-
isActive: boolean;
|
|
5701
|
-
isSelected: boolean;
|
|
5702
|
-
isIndeterminate: boolean;
|
|
5703
|
-
select: (value: boolean) => void;
|
|
5704
|
-
} & {
|
|
5642
|
+
append?: false | ((arg: ListItemSlot & {
|
|
5705
5643
|
item: any;
|
|
5706
5644
|
}) => vue.VNodeChild) | undefined;
|
|
5707
5645
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -5741,20 +5679,10 @@ declare const VAutocomplete: {
|
|
|
5741
5679
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
5742
5680
|
item: any;
|
|
5743
5681
|
}) => vue.VNodeChild) | undefined;
|
|
5744
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
5745
|
-
isActive: boolean;
|
|
5746
|
-
isSelected: boolean;
|
|
5747
|
-
isIndeterminate: boolean;
|
|
5748
|
-
select: (value: boolean) => void;
|
|
5749
|
-
} & {
|
|
5682
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
5750
5683
|
item: any;
|
|
5751
5684
|
}) => vue.VNodeChild) | undefined;
|
|
5752
|
-
"v-slot:append"?: false | ((arg: {
|
|
5753
|
-
isActive: boolean;
|
|
5754
|
-
isSelected: boolean;
|
|
5755
|
-
isIndeterminate: boolean;
|
|
5756
|
-
select: (value: boolean) => void;
|
|
5757
|
-
} & {
|
|
5685
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
5758
5686
|
item: any;
|
|
5759
5687
|
}) => vue.VNodeChild) | undefined;
|
|
5760
5688
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -6243,16 +6171,6 @@ declare const VAutocomplete: {
|
|
|
6243
6171
|
collapseIcon?: string | undefined;
|
|
6244
6172
|
expandIcon?: string | undefined;
|
|
6245
6173
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
6246
|
-
"onClick:open"?: ((value: {
|
|
6247
|
-
id: unknown;
|
|
6248
|
-
value: boolean;
|
|
6249
|
-
path: unknown[];
|
|
6250
|
-
}) => any) | undefined;
|
|
6251
|
-
"onClick:select"?: ((value: {
|
|
6252
|
-
id: unknown;
|
|
6253
|
-
value: boolean;
|
|
6254
|
-
path: unknown[];
|
|
6255
|
-
}) => any) | undefined;
|
|
6256
6174
|
"onClick:activate"?: ((value: {
|
|
6257
6175
|
id: unknown;
|
|
6258
6176
|
value: boolean;
|
|
@@ -6299,16 +6217,6 @@ declare const VAutocomplete: {
|
|
|
6299
6217
|
expandIcon?: string | undefined;
|
|
6300
6218
|
} & {
|
|
6301
6219
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
6302
|
-
"onClick:open"?: ((value: {
|
|
6303
|
-
id: unknown;
|
|
6304
|
-
value: boolean;
|
|
6305
|
-
path: unknown[];
|
|
6306
|
-
}) => any) | undefined;
|
|
6307
|
-
"onClick:select"?: ((value: {
|
|
6308
|
-
id: unknown;
|
|
6309
|
-
value: boolean;
|
|
6310
|
-
path: unknown[];
|
|
6311
|
-
}) => any) | undefined;
|
|
6312
6220
|
"onClick:activate"?: ((value: {
|
|
6313
6221
|
id: unknown;
|
|
6314
6222
|
value: boolean;
|
|
@@ -6322,6 +6230,16 @@ declare const VAutocomplete: {
|
|
|
6322
6230
|
itemProps?: SelectItemKey<any>;
|
|
6323
6231
|
selected?: unknown;
|
|
6324
6232
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
6233
|
+
'onClick:open'?: ((value: {
|
|
6234
|
+
id: unknown;
|
|
6235
|
+
value: boolean;
|
|
6236
|
+
path: unknown[];
|
|
6237
|
+
}) => void) | undefined;
|
|
6238
|
+
'onClick:select'?: ((value: {
|
|
6239
|
+
id: unknown;
|
|
6240
|
+
value: boolean;
|
|
6241
|
+
path: unknown[];
|
|
6242
|
+
}) => void) | undefined;
|
|
6325
6243
|
opened?: unknown;
|
|
6326
6244
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
6327
6245
|
} & {
|
|
@@ -6329,20 +6247,10 @@ declare const VAutocomplete: {
|
|
|
6329
6247
|
title?: ((arg: ListItemTitleSlot & {
|
|
6330
6248
|
item: any;
|
|
6331
6249
|
}) => vue.VNodeChild) | undefined;
|
|
6332
|
-
prepend?: ((arg: {
|
|
6333
|
-
isActive: boolean;
|
|
6334
|
-
isSelected: boolean;
|
|
6335
|
-
isIndeterminate: boolean;
|
|
6336
|
-
select: (value: boolean) => void;
|
|
6337
|
-
} & {
|
|
6250
|
+
prepend?: ((arg: ListItemSlot & {
|
|
6338
6251
|
item: any;
|
|
6339
6252
|
}) => vue.VNodeChild) | undefined;
|
|
6340
|
-
append?: ((arg: {
|
|
6341
|
-
isActive: boolean;
|
|
6342
|
-
isSelected: boolean;
|
|
6343
|
-
isIndeterminate: boolean;
|
|
6344
|
-
select: (value: boolean) => void;
|
|
6345
|
-
} & {
|
|
6253
|
+
append?: ((arg: ListItemSlot & {
|
|
6346
6254
|
item: any;
|
|
6347
6255
|
}) => vue.VNodeChild) | undefined;
|
|
6348
6256
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -6382,20 +6290,10 @@ declare const VAutocomplete: {
|
|
|
6382
6290
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
6383
6291
|
item: any;
|
|
6384
6292
|
}) => vue.VNodeChild) | undefined;
|
|
6385
|
-
prepend?: false | ((arg: {
|
|
6386
|
-
isActive: boolean;
|
|
6387
|
-
isSelected: boolean;
|
|
6388
|
-
isIndeterminate: boolean;
|
|
6389
|
-
select: (value: boolean) => void;
|
|
6390
|
-
} & {
|
|
6293
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
6391
6294
|
item: any;
|
|
6392
6295
|
}) => vue.VNodeChild) | undefined;
|
|
6393
|
-
append?: false | ((arg: {
|
|
6394
|
-
isActive: boolean;
|
|
6395
|
-
isSelected: boolean;
|
|
6396
|
-
isIndeterminate: boolean;
|
|
6397
|
-
select: (value: boolean) => void;
|
|
6398
|
-
} & {
|
|
6296
|
+
append?: false | ((arg: ListItemSlot & {
|
|
6399
6297
|
item: any;
|
|
6400
6298
|
}) => vue.VNodeChild) | undefined;
|
|
6401
6299
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -6435,20 +6333,10 @@ declare const VAutocomplete: {
|
|
|
6435
6333
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
6436
6334
|
item: any;
|
|
6437
6335
|
}) => vue.VNodeChild) | undefined;
|
|
6438
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
6439
|
-
isActive: boolean;
|
|
6440
|
-
isSelected: boolean;
|
|
6441
|
-
isIndeterminate: boolean;
|
|
6442
|
-
select: (value: boolean) => void;
|
|
6443
|
-
} & {
|
|
6336
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
6444
6337
|
item: any;
|
|
6445
6338
|
}) => vue.VNodeChild) | undefined;
|
|
6446
|
-
"v-slot:append"?: false | ((arg: {
|
|
6447
|
-
isActive: boolean;
|
|
6448
|
-
isSelected: boolean;
|
|
6449
|
-
isIndeterminate: boolean;
|
|
6450
|
-
select: (value: boolean) => void;
|
|
6451
|
-
} & {
|
|
6339
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
6452
6340
|
item: any;
|
|
6453
6341
|
}) => vue.VNodeChild) | undefined;
|
|
6454
6342
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -6872,16 +6760,6 @@ declare const VAutocomplete: {
|
|
|
6872
6760
|
collapseIcon?: string | undefined;
|
|
6873
6761
|
expandIcon?: string | undefined;
|
|
6874
6762
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
6875
|
-
"onClick:open"?: ((value: {
|
|
6876
|
-
id: unknown;
|
|
6877
|
-
value: boolean;
|
|
6878
|
-
path: unknown[];
|
|
6879
|
-
}) => any) | undefined;
|
|
6880
|
-
"onClick:select"?: ((value: {
|
|
6881
|
-
id: unknown;
|
|
6882
|
-
value: boolean;
|
|
6883
|
-
path: unknown[];
|
|
6884
|
-
}) => any) | undefined;
|
|
6885
6763
|
"onClick:activate"?: ((value: {
|
|
6886
6764
|
id: unknown;
|
|
6887
6765
|
value: boolean;
|
|
@@ -6928,16 +6806,6 @@ declare const VAutocomplete: {
|
|
|
6928
6806
|
expandIcon?: string | undefined;
|
|
6929
6807
|
} & {
|
|
6930
6808
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
6931
|
-
"onClick:open"?: ((value: {
|
|
6932
|
-
id: unknown;
|
|
6933
|
-
value: boolean;
|
|
6934
|
-
path: unknown[];
|
|
6935
|
-
}) => any) | undefined;
|
|
6936
|
-
"onClick:select"?: ((value: {
|
|
6937
|
-
id: unknown;
|
|
6938
|
-
value: boolean;
|
|
6939
|
-
path: unknown[];
|
|
6940
|
-
}) => any) | undefined;
|
|
6941
6809
|
"onClick:activate"?: ((value: {
|
|
6942
6810
|
id: unknown;
|
|
6943
6811
|
value: boolean;
|
|
@@ -6951,6 +6819,16 @@ declare const VAutocomplete: {
|
|
|
6951
6819
|
itemProps?: SelectItemKey<any>;
|
|
6952
6820
|
selected?: unknown;
|
|
6953
6821
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
6822
|
+
'onClick:open'?: ((value: {
|
|
6823
|
+
id: unknown;
|
|
6824
|
+
value: boolean;
|
|
6825
|
+
path: unknown[];
|
|
6826
|
+
}) => void) | undefined;
|
|
6827
|
+
'onClick:select'?: ((value: {
|
|
6828
|
+
id: unknown;
|
|
6829
|
+
value: boolean;
|
|
6830
|
+
path: unknown[];
|
|
6831
|
+
}) => void) | undefined;
|
|
6954
6832
|
opened?: unknown;
|
|
6955
6833
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
6956
6834
|
} & {
|
|
@@ -6958,20 +6836,10 @@ declare const VAutocomplete: {
|
|
|
6958
6836
|
title?: ((arg: ListItemTitleSlot & {
|
|
6959
6837
|
item: any;
|
|
6960
6838
|
}) => vue.VNodeChild) | undefined;
|
|
6961
|
-
prepend?: ((arg: {
|
|
6962
|
-
isActive: boolean;
|
|
6963
|
-
isSelected: boolean;
|
|
6964
|
-
isIndeterminate: boolean;
|
|
6965
|
-
select: (value: boolean) => void;
|
|
6966
|
-
} & {
|
|
6839
|
+
prepend?: ((arg: ListItemSlot & {
|
|
6967
6840
|
item: any;
|
|
6968
6841
|
}) => vue.VNodeChild) | undefined;
|
|
6969
|
-
append?: ((arg: {
|
|
6970
|
-
isActive: boolean;
|
|
6971
|
-
isSelected: boolean;
|
|
6972
|
-
isIndeterminate: boolean;
|
|
6973
|
-
select: (value: boolean) => void;
|
|
6974
|
-
} & {
|
|
6842
|
+
append?: ((arg: ListItemSlot & {
|
|
6975
6843
|
item: any;
|
|
6976
6844
|
}) => vue.VNodeChild) | undefined;
|
|
6977
6845
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -7011,20 +6879,10 @@ declare const VAutocomplete: {
|
|
|
7011
6879
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
7012
6880
|
item: any;
|
|
7013
6881
|
}) => vue.VNodeChild) | undefined;
|
|
7014
|
-
prepend?: false | ((arg: {
|
|
7015
|
-
isActive: boolean;
|
|
7016
|
-
isSelected: boolean;
|
|
7017
|
-
isIndeterminate: boolean;
|
|
7018
|
-
select: (value: boolean) => void;
|
|
7019
|
-
} & {
|
|
6882
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
7020
6883
|
item: any;
|
|
7021
6884
|
}) => vue.VNodeChild) | undefined;
|
|
7022
|
-
append?: false | ((arg: {
|
|
7023
|
-
isActive: boolean;
|
|
7024
|
-
isSelected: boolean;
|
|
7025
|
-
isIndeterminate: boolean;
|
|
7026
|
-
select: (value: boolean) => void;
|
|
7027
|
-
} & {
|
|
6885
|
+
append?: false | ((arg: ListItemSlot & {
|
|
7028
6886
|
item: any;
|
|
7029
6887
|
}) => vue.VNodeChild) | undefined;
|
|
7030
6888
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -7064,20 +6922,10 @@ declare const VAutocomplete: {
|
|
|
7064
6922
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
7065
6923
|
item: any;
|
|
7066
6924
|
}) => vue.VNodeChild) | undefined;
|
|
7067
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
7068
|
-
isActive: boolean;
|
|
7069
|
-
isSelected: boolean;
|
|
7070
|
-
isIndeterminate: boolean;
|
|
7071
|
-
select: (value: boolean) => void;
|
|
7072
|
-
} & {
|
|
6925
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
7073
6926
|
item: any;
|
|
7074
6927
|
}) => vue.VNodeChild) | undefined;
|
|
7075
|
-
"v-slot:append"?: false | ((arg: {
|
|
7076
|
-
isActive: boolean;
|
|
7077
|
-
isSelected: boolean;
|
|
7078
|
-
isIndeterminate: boolean;
|
|
7079
|
-
select: (value: boolean) => void;
|
|
7080
|
-
} & {
|
|
6928
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
7081
6929
|
item: any;
|
|
7082
6930
|
}) => vue.VNodeChild) | undefined;
|
|
7083
6931
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -7702,16 +7550,6 @@ declare const VAutocomplete: {
|
|
|
7702
7550
|
collapseIcon?: string | undefined;
|
|
7703
7551
|
expandIcon?: string | undefined;
|
|
7704
7552
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
7705
|
-
"onClick:open"?: ((value: {
|
|
7706
|
-
id: unknown;
|
|
7707
|
-
value: boolean;
|
|
7708
|
-
path: unknown[];
|
|
7709
|
-
}) => any) | undefined;
|
|
7710
|
-
"onClick:select"?: ((value: {
|
|
7711
|
-
id: unknown;
|
|
7712
|
-
value: boolean;
|
|
7713
|
-
path: unknown[];
|
|
7714
|
-
}) => any) | undefined;
|
|
7715
7553
|
"onClick:activate"?: ((value: {
|
|
7716
7554
|
id: unknown;
|
|
7717
7555
|
value: boolean;
|
|
@@ -7758,16 +7596,6 @@ declare const VAutocomplete: {
|
|
|
7758
7596
|
expandIcon?: string | undefined;
|
|
7759
7597
|
} & {
|
|
7760
7598
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
7761
|
-
"onClick:open"?: ((value: {
|
|
7762
|
-
id: unknown;
|
|
7763
|
-
value: boolean;
|
|
7764
|
-
path: unknown[];
|
|
7765
|
-
}) => any) | undefined;
|
|
7766
|
-
"onClick:select"?: ((value: {
|
|
7767
|
-
id: unknown;
|
|
7768
|
-
value: boolean;
|
|
7769
|
-
path: unknown[];
|
|
7770
|
-
}) => any) | undefined;
|
|
7771
7599
|
"onClick:activate"?: ((value: {
|
|
7772
7600
|
id: unknown;
|
|
7773
7601
|
value: boolean;
|
|
@@ -7781,6 +7609,16 @@ declare const VAutocomplete: {
|
|
|
7781
7609
|
itemProps?: SelectItemKey<any>;
|
|
7782
7610
|
selected?: unknown;
|
|
7783
7611
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
7612
|
+
'onClick:open'?: ((value: {
|
|
7613
|
+
id: unknown;
|
|
7614
|
+
value: boolean;
|
|
7615
|
+
path: unknown[];
|
|
7616
|
+
}) => void) | undefined;
|
|
7617
|
+
'onClick:select'?: ((value: {
|
|
7618
|
+
id: unknown;
|
|
7619
|
+
value: boolean;
|
|
7620
|
+
path: unknown[];
|
|
7621
|
+
}) => void) | undefined;
|
|
7784
7622
|
opened?: unknown;
|
|
7785
7623
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
7786
7624
|
} & {
|
|
@@ -7788,20 +7626,10 @@ declare const VAutocomplete: {
|
|
|
7788
7626
|
title?: ((arg: ListItemTitleSlot & {
|
|
7789
7627
|
item: any;
|
|
7790
7628
|
}) => vue.VNodeChild) | undefined;
|
|
7791
|
-
prepend?: ((arg: {
|
|
7792
|
-
isActive: boolean;
|
|
7793
|
-
isSelected: boolean;
|
|
7794
|
-
isIndeterminate: boolean;
|
|
7795
|
-
select: (value: boolean) => void;
|
|
7796
|
-
} & {
|
|
7629
|
+
prepend?: ((arg: ListItemSlot & {
|
|
7797
7630
|
item: any;
|
|
7798
7631
|
}) => vue.VNodeChild) | undefined;
|
|
7799
|
-
append?: ((arg: {
|
|
7800
|
-
isActive: boolean;
|
|
7801
|
-
isSelected: boolean;
|
|
7802
|
-
isIndeterminate: boolean;
|
|
7803
|
-
select: (value: boolean) => void;
|
|
7804
|
-
} & {
|
|
7632
|
+
append?: ((arg: ListItemSlot & {
|
|
7805
7633
|
item: any;
|
|
7806
7634
|
}) => vue.VNodeChild) | undefined;
|
|
7807
7635
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -7841,20 +7669,10 @@ declare const VAutocomplete: {
|
|
|
7841
7669
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
7842
7670
|
item: any;
|
|
7843
7671
|
}) => vue.VNodeChild) | undefined;
|
|
7844
|
-
prepend?: false | ((arg: {
|
|
7845
|
-
isActive: boolean;
|
|
7846
|
-
isSelected: boolean;
|
|
7847
|
-
isIndeterminate: boolean;
|
|
7848
|
-
select: (value: boolean) => void;
|
|
7849
|
-
} & {
|
|
7672
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
7850
7673
|
item: any;
|
|
7851
7674
|
}) => vue.VNodeChild) | undefined;
|
|
7852
|
-
append?: false | ((arg: {
|
|
7853
|
-
isActive: boolean;
|
|
7854
|
-
isSelected: boolean;
|
|
7855
|
-
isIndeterminate: boolean;
|
|
7856
|
-
select: (value: boolean) => void;
|
|
7857
|
-
} & {
|
|
7675
|
+
append?: false | ((arg: ListItemSlot & {
|
|
7858
7676
|
item: any;
|
|
7859
7677
|
}) => vue.VNodeChild) | undefined;
|
|
7860
7678
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -7894,20 +7712,10 @@ declare const VAutocomplete: {
|
|
|
7894
7712
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
7895
7713
|
item: any;
|
|
7896
7714
|
}) => vue.VNodeChild) | undefined;
|
|
7897
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
7898
|
-
isActive: boolean;
|
|
7899
|
-
isSelected: boolean;
|
|
7900
|
-
isIndeterminate: boolean;
|
|
7901
|
-
select: (value: boolean) => void;
|
|
7902
|
-
} & {
|
|
7715
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
7903
7716
|
item: any;
|
|
7904
7717
|
}) => vue.VNodeChild) | undefined;
|
|
7905
|
-
"v-slot:append"?: false | ((arg: {
|
|
7906
|
-
isActive: boolean;
|
|
7907
|
-
isSelected: boolean;
|
|
7908
|
-
isIndeterminate: boolean;
|
|
7909
|
-
select: (value: boolean) => void;
|
|
7910
|
-
} & {
|
|
7718
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
7911
7719
|
item: any;
|
|
7912
7720
|
}) => vue.VNodeChild) | undefined;
|
|
7913
7721
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -8386,16 +8194,6 @@ declare const VAutocomplete: {
|
|
|
8386
8194
|
collapseIcon?: string | undefined;
|
|
8387
8195
|
expandIcon?: string | undefined;
|
|
8388
8196
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
8389
|
-
"onClick:open"?: ((value: {
|
|
8390
|
-
id: unknown;
|
|
8391
|
-
value: boolean;
|
|
8392
|
-
path: unknown[];
|
|
8393
|
-
}) => any) | undefined;
|
|
8394
|
-
"onClick:select"?: ((value: {
|
|
8395
|
-
id: unknown;
|
|
8396
|
-
value: boolean;
|
|
8397
|
-
path: unknown[];
|
|
8398
|
-
}) => any) | undefined;
|
|
8399
8197
|
"onClick:activate"?: ((value: {
|
|
8400
8198
|
id: unknown;
|
|
8401
8199
|
value: boolean;
|
|
@@ -8442,16 +8240,6 @@ declare const VAutocomplete: {
|
|
|
8442
8240
|
expandIcon?: string | undefined;
|
|
8443
8241
|
} & {
|
|
8444
8242
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
8445
|
-
"onClick:open"?: ((value: {
|
|
8446
|
-
id: unknown;
|
|
8447
|
-
value: boolean;
|
|
8448
|
-
path: unknown[];
|
|
8449
|
-
}) => any) | undefined;
|
|
8450
|
-
"onClick:select"?: ((value: {
|
|
8451
|
-
id: unknown;
|
|
8452
|
-
value: boolean;
|
|
8453
|
-
path: unknown[];
|
|
8454
|
-
}) => any) | undefined;
|
|
8455
8243
|
"onClick:activate"?: ((value: {
|
|
8456
8244
|
id: unknown;
|
|
8457
8245
|
value: boolean;
|
|
@@ -8465,6 +8253,16 @@ declare const VAutocomplete: {
|
|
|
8465
8253
|
itemProps?: SelectItemKey<any>;
|
|
8466
8254
|
selected?: unknown;
|
|
8467
8255
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
8256
|
+
'onClick:open'?: ((value: {
|
|
8257
|
+
id: unknown;
|
|
8258
|
+
value: boolean;
|
|
8259
|
+
path: unknown[];
|
|
8260
|
+
}) => void) | undefined;
|
|
8261
|
+
'onClick:select'?: ((value: {
|
|
8262
|
+
id: unknown;
|
|
8263
|
+
value: boolean;
|
|
8264
|
+
path: unknown[];
|
|
8265
|
+
}) => void) | undefined;
|
|
8468
8266
|
opened?: unknown;
|
|
8469
8267
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
8470
8268
|
} & {
|
|
@@ -8472,20 +8270,10 @@ declare const VAutocomplete: {
|
|
|
8472
8270
|
title?: ((arg: ListItemTitleSlot & {
|
|
8473
8271
|
item: any;
|
|
8474
8272
|
}) => vue.VNodeChild) | undefined;
|
|
8475
|
-
prepend?: ((arg: {
|
|
8476
|
-
isActive: boolean;
|
|
8477
|
-
isSelected: boolean;
|
|
8478
|
-
isIndeterminate: boolean;
|
|
8479
|
-
select: (value: boolean) => void;
|
|
8480
|
-
} & {
|
|
8273
|
+
prepend?: ((arg: ListItemSlot & {
|
|
8481
8274
|
item: any;
|
|
8482
8275
|
}) => vue.VNodeChild) | undefined;
|
|
8483
|
-
append?: ((arg: {
|
|
8484
|
-
isActive: boolean;
|
|
8485
|
-
isSelected: boolean;
|
|
8486
|
-
isIndeterminate: boolean;
|
|
8487
|
-
select: (value: boolean) => void;
|
|
8488
|
-
} & {
|
|
8276
|
+
append?: ((arg: ListItemSlot & {
|
|
8489
8277
|
item: any;
|
|
8490
8278
|
}) => vue.VNodeChild) | undefined;
|
|
8491
8279
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -8525,20 +8313,10 @@ declare const VAutocomplete: {
|
|
|
8525
8313
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
8526
8314
|
item: any;
|
|
8527
8315
|
}) => vue.VNodeChild) | undefined;
|
|
8528
|
-
prepend?: false | ((arg: {
|
|
8529
|
-
isActive: boolean;
|
|
8530
|
-
isSelected: boolean;
|
|
8531
|
-
isIndeterminate: boolean;
|
|
8532
|
-
select: (value: boolean) => void;
|
|
8533
|
-
} & {
|
|
8316
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
8534
8317
|
item: any;
|
|
8535
8318
|
}) => vue.VNodeChild) | undefined;
|
|
8536
|
-
append?: false | ((arg: {
|
|
8537
|
-
isActive: boolean;
|
|
8538
|
-
isSelected: boolean;
|
|
8539
|
-
isIndeterminate: boolean;
|
|
8540
|
-
select: (value: boolean) => void;
|
|
8541
|
-
} & {
|
|
8319
|
+
append?: false | ((arg: ListItemSlot & {
|
|
8542
8320
|
item: any;
|
|
8543
8321
|
}) => vue.VNodeChild) | undefined;
|
|
8544
8322
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -8578,20 +8356,10 @@ declare const VAutocomplete: {
|
|
|
8578
8356
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
8579
8357
|
item: any;
|
|
8580
8358
|
}) => vue.VNodeChild) | undefined;
|
|
8581
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
8582
|
-
isActive: boolean;
|
|
8583
|
-
isSelected: boolean;
|
|
8584
|
-
isIndeterminate: boolean;
|
|
8585
|
-
select: (value: boolean) => void;
|
|
8586
|
-
} & {
|
|
8359
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
8587
8360
|
item: any;
|
|
8588
8361
|
}) => vue.VNodeChild) | undefined;
|
|
8589
|
-
"v-slot:append"?: false | ((arg: {
|
|
8590
|
-
isActive: boolean;
|
|
8591
|
-
isSelected: boolean;
|
|
8592
|
-
isIndeterminate: boolean;
|
|
8593
|
-
select: (value: boolean) => void;
|
|
8594
|
-
} & {
|
|
8362
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
8595
8363
|
item: any;
|
|
8596
8364
|
}) => vue.VNodeChild) | undefined;
|
|
8597
8365
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -18821,16 +18589,6 @@ declare const VCombobox: {
|
|
|
18821
18589
|
collapseIcon?: string | undefined;
|
|
18822
18590
|
expandIcon?: string | undefined;
|
|
18823
18591
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
18824
|
-
"onClick:open"?: ((value: {
|
|
18825
|
-
id: unknown;
|
|
18826
|
-
value: boolean;
|
|
18827
|
-
path: unknown[];
|
|
18828
|
-
}) => any) | undefined;
|
|
18829
|
-
"onClick:select"?: ((value: {
|
|
18830
|
-
id: unknown;
|
|
18831
|
-
value: boolean;
|
|
18832
|
-
path: unknown[];
|
|
18833
|
-
}) => any) | undefined;
|
|
18834
18592
|
"onClick:activate"?: ((value: {
|
|
18835
18593
|
id: unknown;
|
|
18836
18594
|
value: boolean;
|
|
@@ -18877,16 +18635,6 @@ declare const VCombobox: {
|
|
|
18877
18635
|
expandIcon?: string | undefined;
|
|
18878
18636
|
} & {
|
|
18879
18637
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
18880
|
-
"onClick:open"?: ((value: {
|
|
18881
|
-
id: unknown;
|
|
18882
|
-
value: boolean;
|
|
18883
|
-
path: unknown[];
|
|
18884
|
-
}) => any) | undefined;
|
|
18885
|
-
"onClick:select"?: ((value: {
|
|
18886
|
-
id: unknown;
|
|
18887
|
-
value: boolean;
|
|
18888
|
-
path: unknown[];
|
|
18889
|
-
}) => any) | undefined;
|
|
18890
18638
|
"onClick:activate"?: ((value: {
|
|
18891
18639
|
id: unknown;
|
|
18892
18640
|
value: boolean;
|
|
@@ -18900,6 +18648,16 @@ declare const VCombobox: {
|
|
|
18900
18648
|
itemProps?: SelectItemKey<any>;
|
|
18901
18649
|
selected?: unknown;
|
|
18902
18650
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
18651
|
+
'onClick:open'?: ((value: {
|
|
18652
|
+
id: unknown;
|
|
18653
|
+
value: boolean;
|
|
18654
|
+
path: unknown[];
|
|
18655
|
+
}) => void) | undefined;
|
|
18656
|
+
'onClick:select'?: ((value: {
|
|
18657
|
+
id: unknown;
|
|
18658
|
+
value: boolean;
|
|
18659
|
+
path: unknown[];
|
|
18660
|
+
}) => void) | undefined;
|
|
18903
18661
|
opened?: unknown;
|
|
18904
18662
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
18905
18663
|
} & {
|
|
@@ -18907,20 +18665,10 @@ declare const VCombobox: {
|
|
|
18907
18665
|
title?: ((arg: ListItemTitleSlot & {
|
|
18908
18666
|
item: any;
|
|
18909
18667
|
}) => vue.VNodeChild) | undefined;
|
|
18910
|
-
prepend?: ((arg: {
|
|
18911
|
-
isActive: boolean;
|
|
18912
|
-
isSelected: boolean;
|
|
18913
|
-
isIndeterminate: boolean;
|
|
18914
|
-
select: (value: boolean) => void;
|
|
18915
|
-
} & {
|
|
18668
|
+
prepend?: ((arg: ListItemSlot & {
|
|
18916
18669
|
item: any;
|
|
18917
18670
|
}) => vue.VNodeChild) | undefined;
|
|
18918
|
-
append?: ((arg: {
|
|
18919
|
-
isActive: boolean;
|
|
18920
|
-
isSelected: boolean;
|
|
18921
|
-
isIndeterminate: boolean;
|
|
18922
|
-
select: (value: boolean) => void;
|
|
18923
|
-
} & {
|
|
18671
|
+
append?: ((arg: ListItemSlot & {
|
|
18924
18672
|
item: any;
|
|
18925
18673
|
}) => vue.VNodeChild) | undefined;
|
|
18926
18674
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -18960,20 +18708,10 @@ declare const VCombobox: {
|
|
|
18960
18708
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
18961
18709
|
item: any;
|
|
18962
18710
|
}) => vue.VNodeChild) | undefined;
|
|
18963
|
-
prepend?: false | ((arg: {
|
|
18964
|
-
isActive: boolean;
|
|
18965
|
-
isSelected: boolean;
|
|
18966
|
-
isIndeterminate: boolean;
|
|
18967
|
-
select: (value: boolean) => void;
|
|
18968
|
-
} & {
|
|
18711
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
18969
18712
|
item: any;
|
|
18970
18713
|
}) => vue.VNodeChild) | undefined;
|
|
18971
|
-
append?: false | ((arg: {
|
|
18972
|
-
isActive: boolean;
|
|
18973
|
-
isSelected: boolean;
|
|
18974
|
-
isIndeterminate: boolean;
|
|
18975
|
-
select: (value: boolean) => void;
|
|
18976
|
-
} & {
|
|
18714
|
+
append?: false | ((arg: ListItemSlot & {
|
|
18977
18715
|
item: any;
|
|
18978
18716
|
}) => vue.VNodeChild) | undefined;
|
|
18979
18717
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -19013,20 +18751,10 @@ declare const VCombobox: {
|
|
|
19013
18751
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
19014
18752
|
item: any;
|
|
19015
18753
|
}) => vue.VNodeChild) | undefined;
|
|
19016
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
19017
|
-
isActive: boolean;
|
|
19018
|
-
isSelected: boolean;
|
|
19019
|
-
isIndeterminate: boolean;
|
|
19020
|
-
select: (value: boolean) => void;
|
|
19021
|
-
} & {
|
|
18754
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
19022
18755
|
item: any;
|
|
19023
18756
|
}) => vue.VNodeChild) | undefined;
|
|
19024
|
-
"v-slot:append"?: false | ((arg: {
|
|
19025
|
-
isActive: boolean;
|
|
19026
|
-
isSelected: boolean;
|
|
19027
|
-
isIndeterminate: boolean;
|
|
19028
|
-
select: (value: boolean) => void;
|
|
19029
|
-
} & {
|
|
18757
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
19030
18758
|
item: any;
|
|
19031
18759
|
}) => vue.VNodeChild) | undefined;
|
|
19032
18760
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -19401,16 +19129,6 @@ declare const VCombobox: {
|
|
|
19401
19129
|
collapseIcon?: string | undefined;
|
|
19402
19130
|
expandIcon?: string | undefined;
|
|
19403
19131
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
19404
|
-
"onClick:open"?: ((value: {
|
|
19405
|
-
id: unknown;
|
|
19406
|
-
value: boolean;
|
|
19407
|
-
path: unknown[];
|
|
19408
|
-
}) => any) | undefined;
|
|
19409
|
-
"onClick:select"?: ((value: {
|
|
19410
|
-
id: unknown;
|
|
19411
|
-
value: boolean;
|
|
19412
|
-
path: unknown[];
|
|
19413
|
-
}) => any) | undefined;
|
|
19414
19132
|
"onClick:activate"?: ((value: {
|
|
19415
19133
|
id: unknown;
|
|
19416
19134
|
value: boolean;
|
|
@@ -19457,16 +19175,6 @@ declare const VCombobox: {
|
|
|
19457
19175
|
expandIcon?: string | undefined;
|
|
19458
19176
|
} & {
|
|
19459
19177
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
19460
|
-
"onClick:open"?: ((value: {
|
|
19461
|
-
id: unknown;
|
|
19462
|
-
value: boolean;
|
|
19463
|
-
path: unknown[];
|
|
19464
|
-
}) => any) | undefined;
|
|
19465
|
-
"onClick:select"?: ((value: {
|
|
19466
|
-
id: unknown;
|
|
19467
|
-
value: boolean;
|
|
19468
|
-
path: unknown[];
|
|
19469
|
-
}) => any) | undefined;
|
|
19470
19178
|
"onClick:activate"?: ((value: {
|
|
19471
19179
|
id: unknown;
|
|
19472
19180
|
value: boolean;
|
|
@@ -19480,6 +19188,16 @@ declare const VCombobox: {
|
|
|
19480
19188
|
itemProps?: SelectItemKey<any>;
|
|
19481
19189
|
selected?: unknown;
|
|
19482
19190
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
19191
|
+
'onClick:open'?: ((value: {
|
|
19192
|
+
id: unknown;
|
|
19193
|
+
value: boolean;
|
|
19194
|
+
path: unknown[];
|
|
19195
|
+
}) => void) | undefined;
|
|
19196
|
+
'onClick:select'?: ((value: {
|
|
19197
|
+
id: unknown;
|
|
19198
|
+
value: boolean;
|
|
19199
|
+
path: unknown[];
|
|
19200
|
+
}) => void) | undefined;
|
|
19483
19201
|
opened?: unknown;
|
|
19484
19202
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
19485
19203
|
} & {
|
|
@@ -19487,20 +19205,10 @@ declare const VCombobox: {
|
|
|
19487
19205
|
title?: ((arg: ListItemTitleSlot & {
|
|
19488
19206
|
item: any;
|
|
19489
19207
|
}) => vue.VNodeChild) | undefined;
|
|
19490
|
-
prepend?: ((arg: {
|
|
19491
|
-
isActive: boolean;
|
|
19492
|
-
isSelected: boolean;
|
|
19493
|
-
isIndeterminate: boolean;
|
|
19494
|
-
select: (value: boolean) => void;
|
|
19495
|
-
} & {
|
|
19208
|
+
prepend?: ((arg: ListItemSlot & {
|
|
19496
19209
|
item: any;
|
|
19497
19210
|
}) => vue.VNodeChild) | undefined;
|
|
19498
|
-
append?: ((arg: {
|
|
19499
|
-
isActive: boolean;
|
|
19500
|
-
isSelected: boolean;
|
|
19501
|
-
isIndeterminate: boolean;
|
|
19502
|
-
select: (value: boolean) => void;
|
|
19503
|
-
} & {
|
|
19211
|
+
append?: ((arg: ListItemSlot & {
|
|
19504
19212
|
item: any;
|
|
19505
19213
|
}) => vue.VNodeChild) | undefined;
|
|
19506
19214
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -19540,20 +19248,10 @@ declare const VCombobox: {
|
|
|
19540
19248
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
19541
19249
|
item: any;
|
|
19542
19250
|
}) => vue.VNodeChild) | undefined;
|
|
19543
|
-
prepend?: false | ((arg: {
|
|
19544
|
-
isActive: boolean;
|
|
19545
|
-
isSelected: boolean;
|
|
19546
|
-
isIndeterminate: boolean;
|
|
19547
|
-
select: (value: boolean) => void;
|
|
19548
|
-
} & {
|
|
19251
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
19549
19252
|
item: any;
|
|
19550
19253
|
}) => vue.VNodeChild) | undefined;
|
|
19551
|
-
append?: false | ((arg: {
|
|
19552
|
-
isActive: boolean;
|
|
19553
|
-
isSelected: boolean;
|
|
19554
|
-
isIndeterminate: boolean;
|
|
19555
|
-
select: (value: boolean) => void;
|
|
19556
|
-
} & {
|
|
19254
|
+
append?: false | ((arg: ListItemSlot & {
|
|
19557
19255
|
item: any;
|
|
19558
19256
|
}) => vue.VNodeChild) | undefined;
|
|
19559
19257
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -19593,20 +19291,10 @@ declare const VCombobox: {
|
|
|
19593
19291
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
19594
19292
|
item: any;
|
|
19595
19293
|
}) => vue.VNodeChild) | undefined;
|
|
19596
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
19597
|
-
isActive: boolean;
|
|
19598
|
-
isSelected: boolean;
|
|
19599
|
-
isIndeterminate: boolean;
|
|
19600
|
-
select: (value: boolean) => void;
|
|
19601
|
-
} & {
|
|
19294
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
19602
19295
|
item: any;
|
|
19603
19296
|
}) => vue.VNodeChild) | undefined;
|
|
19604
|
-
"v-slot:append"?: false | ((arg: {
|
|
19605
|
-
isActive: boolean;
|
|
19606
|
-
isSelected: boolean;
|
|
19607
|
-
isIndeterminate: boolean;
|
|
19608
|
-
select: (value: boolean) => void;
|
|
19609
|
-
} & {
|
|
19297
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
19610
19298
|
item: any;
|
|
19611
19299
|
}) => vue.VNodeChild) | undefined;
|
|
19612
19300
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -20095,16 +19783,6 @@ declare const VCombobox: {
|
|
|
20095
19783
|
collapseIcon?: string | undefined;
|
|
20096
19784
|
expandIcon?: string | undefined;
|
|
20097
19785
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
20098
|
-
"onClick:open"?: ((value: {
|
|
20099
|
-
id: unknown;
|
|
20100
|
-
value: boolean;
|
|
20101
|
-
path: unknown[];
|
|
20102
|
-
}) => any) | undefined;
|
|
20103
|
-
"onClick:select"?: ((value: {
|
|
20104
|
-
id: unknown;
|
|
20105
|
-
value: boolean;
|
|
20106
|
-
path: unknown[];
|
|
20107
|
-
}) => any) | undefined;
|
|
20108
19786
|
"onClick:activate"?: ((value: {
|
|
20109
19787
|
id: unknown;
|
|
20110
19788
|
value: boolean;
|
|
@@ -20151,16 +19829,6 @@ declare const VCombobox: {
|
|
|
20151
19829
|
expandIcon?: string | undefined;
|
|
20152
19830
|
} & {
|
|
20153
19831
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
20154
|
-
"onClick:open"?: ((value: {
|
|
20155
|
-
id: unknown;
|
|
20156
|
-
value: boolean;
|
|
20157
|
-
path: unknown[];
|
|
20158
|
-
}) => any) | undefined;
|
|
20159
|
-
"onClick:select"?: ((value: {
|
|
20160
|
-
id: unknown;
|
|
20161
|
-
value: boolean;
|
|
20162
|
-
path: unknown[];
|
|
20163
|
-
}) => any) | undefined;
|
|
20164
19832
|
"onClick:activate"?: ((value: {
|
|
20165
19833
|
id: unknown;
|
|
20166
19834
|
value: boolean;
|
|
@@ -20174,6 +19842,16 @@ declare const VCombobox: {
|
|
|
20174
19842
|
itemProps?: SelectItemKey<any>;
|
|
20175
19843
|
selected?: unknown;
|
|
20176
19844
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
19845
|
+
'onClick:open'?: ((value: {
|
|
19846
|
+
id: unknown;
|
|
19847
|
+
value: boolean;
|
|
19848
|
+
path: unknown[];
|
|
19849
|
+
}) => void) | undefined;
|
|
19850
|
+
'onClick:select'?: ((value: {
|
|
19851
|
+
id: unknown;
|
|
19852
|
+
value: boolean;
|
|
19853
|
+
path: unknown[];
|
|
19854
|
+
}) => void) | undefined;
|
|
20177
19855
|
opened?: unknown;
|
|
20178
19856
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
20179
19857
|
} & {
|
|
@@ -20181,20 +19859,10 @@ declare const VCombobox: {
|
|
|
20181
19859
|
title?: ((arg: ListItemTitleSlot & {
|
|
20182
19860
|
item: any;
|
|
20183
19861
|
}) => vue.VNodeChild) | undefined;
|
|
20184
|
-
prepend?: ((arg: {
|
|
20185
|
-
isActive: boolean;
|
|
20186
|
-
isSelected: boolean;
|
|
20187
|
-
isIndeterminate: boolean;
|
|
20188
|
-
select: (value: boolean) => void;
|
|
20189
|
-
} & {
|
|
19862
|
+
prepend?: ((arg: ListItemSlot & {
|
|
20190
19863
|
item: any;
|
|
20191
19864
|
}) => vue.VNodeChild) | undefined;
|
|
20192
|
-
append?: ((arg: {
|
|
20193
|
-
isActive: boolean;
|
|
20194
|
-
isSelected: boolean;
|
|
20195
|
-
isIndeterminate: boolean;
|
|
20196
|
-
select: (value: boolean) => void;
|
|
20197
|
-
} & {
|
|
19865
|
+
append?: ((arg: ListItemSlot & {
|
|
20198
19866
|
item: any;
|
|
20199
19867
|
}) => vue.VNodeChild) | undefined;
|
|
20200
19868
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -20234,20 +19902,10 @@ declare const VCombobox: {
|
|
|
20234
19902
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
20235
19903
|
item: any;
|
|
20236
19904
|
}) => vue.VNodeChild) | undefined;
|
|
20237
|
-
prepend?: false | ((arg: {
|
|
20238
|
-
isActive: boolean;
|
|
20239
|
-
isSelected: boolean;
|
|
20240
|
-
isIndeterminate: boolean;
|
|
20241
|
-
select: (value: boolean) => void;
|
|
20242
|
-
} & {
|
|
19905
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
20243
19906
|
item: any;
|
|
20244
19907
|
}) => vue.VNodeChild) | undefined;
|
|
20245
|
-
append?: false | ((arg: {
|
|
20246
|
-
isActive: boolean;
|
|
20247
|
-
isSelected: boolean;
|
|
20248
|
-
isIndeterminate: boolean;
|
|
20249
|
-
select: (value: boolean) => void;
|
|
20250
|
-
} & {
|
|
19908
|
+
append?: false | ((arg: ListItemSlot & {
|
|
20251
19909
|
item: any;
|
|
20252
19910
|
}) => vue.VNodeChild) | undefined;
|
|
20253
19911
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -20287,20 +19945,10 @@ declare const VCombobox: {
|
|
|
20287
19945
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
20288
19946
|
item: any;
|
|
20289
19947
|
}) => vue.VNodeChild) | undefined;
|
|
20290
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
20291
|
-
isActive: boolean;
|
|
20292
|
-
isSelected: boolean;
|
|
20293
|
-
isIndeterminate: boolean;
|
|
20294
|
-
select: (value: boolean) => void;
|
|
20295
|
-
} & {
|
|
19948
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
20296
19949
|
item: any;
|
|
20297
19950
|
}) => vue.VNodeChild) | undefined;
|
|
20298
|
-
"v-slot:append"?: false | ((arg: {
|
|
20299
|
-
isActive: boolean;
|
|
20300
|
-
isSelected: boolean;
|
|
20301
|
-
isIndeterminate: boolean;
|
|
20302
|
-
select: (value: boolean) => void;
|
|
20303
|
-
} & {
|
|
19951
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
20304
19952
|
item: any;
|
|
20305
19953
|
}) => vue.VNodeChild) | undefined;
|
|
20306
19954
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -20724,16 +20372,6 @@ declare const VCombobox: {
|
|
|
20724
20372
|
collapseIcon?: string | undefined;
|
|
20725
20373
|
expandIcon?: string | undefined;
|
|
20726
20374
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
20727
|
-
"onClick:open"?: ((value: {
|
|
20728
|
-
id: unknown;
|
|
20729
|
-
value: boolean;
|
|
20730
|
-
path: unknown[];
|
|
20731
|
-
}) => any) | undefined;
|
|
20732
|
-
"onClick:select"?: ((value: {
|
|
20733
|
-
id: unknown;
|
|
20734
|
-
value: boolean;
|
|
20735
|
-
path: unknown[];
|
|
20736
|
-
}) => any) | undefined;
|
|
20737
20375
|
"onClick:activate"?: ((value: {
|
|
20738
20376
|
id: unknown;
|
|
20739
20377
|
value: boolean;
|
|
@@ -20780,16 +20418,6 @@ declare const VCombobox: {
|
|
|
20780
20418
|
expandIcon?: string | undefined;
|
|
20781
20419
|
} & {
|
|
20782
20420
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
20783
|
-
"onClick:open"?: ((value: {
|
|
20784
|
-
id: unknown;
|
|
20785
|
-
value: boolean;
|
|
20786
|
-
path: unknown[];
|
|
20787
|
-
}) => any) | undefined;
|
|
20788
|
-
"onClick:select"?: ((value: {
|
|
20789
|
-
id: unknown;
|
|
20790
|
-
value: boolean;
|
|
20791
|
-
path: unknown[];
|
|
20792
|
-
}) => any) | undefined;
|
|
20793
20421
|
"onClick:activate"?: ((value: {
|
|
20794
20422
|
id: unknown;
|
|
20795
20423
|
value: boolean;
|
|
@@ -20803,6 +20431,16 @@ declare const VCombobox: {
|
|
|
20803
20431
|
itemProps?: SelectItemKey<any>;
|
|
20804
20432
|
selected?: unknown;
|
|
20805
20433
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
20434
|
+
'onClick:open'?: ((value: {
|
|
20435
|
+
id: unknown;
|
|
20436
|
+
value: boolean;
|
|
20437
|
+
path: unknown[];
|
|
20438
|
+
}) => void) | undefined;
|
|
20439
|
+
'onClick:select'?: ((value: {
|
|
20440
|
+
id: unknown;
|
|
20441
|
+
value: boolean;
|
|
20442
|
+
path: unknown[];
|
|
20443
|
+
}) => void) | undefined;
|
|
20806
20444
|
opened?: unknown;
|
|
20807
20445
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
20808
20446
|
} & {
|
|
@@ -20810,20 +20448,10 @@ declare const VCombobox: {
|
|
|
20810
20448
|
title?: ((arg: ListItemTitleSlot & {
|
|
20811
20449
|
item: any;
|
|
20812
20450
|
}) => vue.VNodeChild) | undefined;
|
|
20813
|
-
prepend?: ((arg: {
|
|
20814
|
-
isActive: boolean;
|
|
20815
|
-
isSelected: boolean;
|
|
20816
|
-
isIndeterminate: boolean;
|
|
20817
|
-
select: (value: boolean) => void;
|
|
20818
|
-
} & {
|
|
20451
|
+
prepend?: ((arg: ListItemSlot & {
|
|
20819
20452
|
item: any;
|
|
20820
20453
|
}) => vue.VNodeChild) | undefined;
|
|
20821
|
-
append?: ((arg: {
|
|
20822
|
-
isActive: boolean;
|
|
20823
|
-
isSelected: boolean;
|
|
20824
|
-
isIndeterminate: boolean;
|
|
20825
|
-
select: (value: boolean) => void;
|
|
20826
|
-
} & {
|
|
20454
|
+
append?: ((arg: ListItemSlot & {
|
|
20827
20455
|
item: any;
|
|
20828
20456
|
}) => vue.VNodeChild) | undefined;
|
|
20829
20457
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -20863,20 +20491,10 @@ declare const VCombobox: {
|
|
|
20863
20491
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
20864
20492
|
item: any;
|
|
20865
20493
|
}) => vue.VNodeChild) | undefined;
|
|
20866
|
-
prepend?: false | ((arg: {
|
|
20867
|
-
isActive: boolean;
|
|
20868
|
-
isSelected: boolean;
|
|
20869
|
-
isIndeterminate: boolean;
|
|
20870
|
-
select: (value: boolean) => void;
|
|
20871
|
-
} & {
|
|
20494
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
20872
20495
|
item: any;
|
|
20873
20496
|
}) => vue.VNodeChild) | undefined;
|
|
20874
|
-
append?: false | ((arg: {
|
|
20875
|
-
isActive: boolean;
|
|
20876
|
-
isSelected: boolean;
|
|
20877
|
-
isIndeterminate: boolean;
|
|
20878
|
-
select: (value: boolean) => void;
|
|
20879
|
-
} & {
|
|
20497
|
+
append?: false | ((arg: ListItemSlot & {
|
|
20880
20498
|
item: any;
|
|
20881
20499
|
}) => vue.VNodeChild) | undefined;
|
|
20882
20500
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -20916,20 +20534,10 @@ declare const VCombobox: {
|
|
|
20916
20534
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
20917
20535
|
item: any;
|
|
20918
20536
|
}) => vue.VNodeChild) | undefined;
|
|
20919
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
20920
|
-
isActive: boolean;
|
|
20921
|
-
isSelected: boolean;
|
|
20922
|
-
isIndeterminate: boolean;
|
|
20923
|
-
select: (value: boolean) => void;
|
|
20924
|
-
} & {
|
|
20537
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
20925
20538
|
item: any;
|
|
20926
20539
|
}) => vue.VNodeChild) | undefined;
|
|
20927
|
-
"v-slot:append"?: false | ((arg: {
|
|
20928
|
-
isActive: boolean;
|
|
20929
|
-
isSelected: boolean;
|
|
20930
|
-
isIndeterminate: boolean;
|
|
20931
|
-
select: (value: boolean) => void;
|
|
20932
|
-
} & {
|
|
20540
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
20933
20541
|
item: any;
|
|
20934
20542
|
}) => vue.VNodeChild) | undefined;
|
|
20935
20543
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -21560,16 +21168,6 @@ declare const VCombobox: {
|
|
|
21560
21168
|
collapseIcon?: string | undefined;
|
|
21561
21169
|
expandIcon?: string | undefined;
|
|
21562
21170
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
21563
|
-
"onClick:open"?: ((value: {
|
|
21564
|
-
id: unknown;
|
|
21565
|
-
value: boolean;
|
|
21566
|
-
path: unknown[];
|
|
21567
|
-
}) => any) | undefined;
|
|
21568
|
-
"onClick:select"?: ((value: {
|
|
21569
|
-
id: unknown;
|
|
21570
|
-
value: boolean;
|
|
21571
|
-
path: unknown[];
|
|
21572
|
-
}) => any) | undefined;
|
|
21573
21171
|
"onClick:activate"?: ((value: {
|
|
21574
21172
|
id: unknown;
|
|
21575
21173
|
value: boolean;
|
|
@@ -21616,16 +21214,6 @@ declare const VCombobox: {
|
|
|
21616
21214
|
expandIcon?: string | undefined;
|
|
21617
21215
|
} & {
|
|
21618
21216
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
21619
|
-
"onClick:open"?: ((value: {
|
|
21620
|
-
id: unknown;
|
|
21621
|
-
value: boolean;
|
|
21622
|
-
path: unknown[];
|
|
21623
|
-
}) => any) | undefined;
|
|
21624
|
-
"onClick:select"?: ((value: {
|
|
21625
|
-
id: unknown;
|
|
21626
|
-
value: boolean;
|
|
21627
|
-
path: unknown[];
|
|
21628
|
-
}) => any) | undefined;
|
|
21629
21217
|
"onClick:activate"?: ((value: {
|
|
21630
21218
|
id: unknown;
|
|
21631
21219
|
value: boolean;
|
|
@@ -21639,6 +21227,16 @@ declare const VCombobox: {
|
|
|
21639
21227
|
itemProps?: SelectItemKey<any>;
|
|
21640
21228
|
selected?: unknown;
|
|
21641
21229
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
21230
|
+
'onClick:open'?: ((value: {
|
|
21231
|
+
id: unknown;
|
|
21232
|
+
value: boolean;
|
|
21233
|
+
path: unknown[];
|
|
21234
|
+
}) => void) | undefined;
|
|
21235
|
+
'onClick:select'?: ((value: {
|
|
21236
|
+
id: unknown;
|
|
21237
|
+
value: boolean;
|
|
21238
|
+
path: unknown[];
|
|
21239
|
+
}) => void) | undefined;
|
|
21642
21240
|
opened?: unknown;
|
|
21643
21241
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
21644
21242
|
} & {
|
|
@@ -21646,20 +21244,10 @@ declare const VCombobox: {
|
|
|
21646
21244
|
title?: ((arg: ListItemTitleSlot & {
|
|
21647
21245
|
item: any;
|
|
21648
21246
|
}) => vue.VNodeChild) | undefined;
|
|
21649
|
-
prepend?: ((arg: {
|
|
21650
|
-
isActive: boolean;
|
|
21651
|
-
isSelected: boolean;
|
|
21652
|
-
isIndeterminate: boolean;
|
|
21653
|
-
select: (value: boolean) => void;
|
|
21654
|
-
} & {
|
|
21247
|
+
prepend?: ((arg: ListItemSlot & {
|
|
21655
21248
|
item: any;
|
|
21656
21249
|
}) => vue.VNodeChild) | undefined;
|
|
21657
|
-
append?: ((arg: {
|
|
21658
|
-
isActive: boolean;
|
|
21659
|
-
isSelected: boolean;
|
|
21660
|
-
isIndeterminate: boolean;
|
|
21661
|
-
select: (value: boolean) => void;
|
|
21662
|
-
} & {
|
|
21250
|
+
append?: ((arg: ListItemSlot & {
|
|
21663
21251
|
item: any;
|
|
21664
21252
|
}) => vue.VNodeChild) | undefined;
|
|
21665
21253
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -21699,20 +21287,10 @@ declare const VCombobox: {
|
|
|
21699
21287
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
21700
21288
|
item: any;
|
|
21701
21289
|
}) => vue.VNodeChild) | undefined;
|
|
21702
|
-
prepend?: false | ((arg: {
|
|
21703
|
-
isActive: boolean;
|
|
21704
|
-
isSelected: boolean;
|
|
21705
|
-
isIndeterminate: boolean;
|
|
21706
|
-
select: (value: boolean) => void;
|
|
21707
|
-
} & {
|
|
21290
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
21708
21291
|
item: any;
|
|
21709
21292
|
}) => vue.VNodeChild) | undefined;
|
|
21710
|
-
append?: false | ((arg: {
|
|
21711
|
-
isActive: boolean;
|
|
21712
|
-
isSelected: boolean;
|
|
21713
|
-
isIndeterminate: boolean;
|
|
21714
|
-
select: (value: boolean) => void;
|
|
21715
|
-
} & {
|
|
21293
|
+
append?: false | ((arg: ListItemSlot & {
|
|
21716
21294
|
item: any;
|
|
21717
21295
|
}) => vue.VNodeChild) | undefined;
|
|
21718
21296
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -21752,20 +21330,10 @@ declare const VCombobox: {
|
|
|
21752
21330
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
21753
21331
|
item: any;
|
|
21754
21332
|
}) => vue.VNodeChild) | undefined;
|
|
21755
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
21756
|
-
isActive: boolean;
|
|
21757
|
-
isSelected: boolean;
|
|
21758
|
-
isIndeterminate: boolean;
|
|
21759
|
-
select: (value: boolean) => void;
|
|
21760
|
-
} & {
|
|
21333
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
21761
21334
|
item: any;
|
|
21762
21335
|
}) => vue.VNodeChild) | undefined;
|
|
21763
|
-
"v-slot:append"?: false | ((arg: {
|
|
21764
|
-
isActive: boolean;
|
|
21765
|
-
isSelected: boolean;
|
|
21766
|
-
isIndeterminate: boolean;
|
|
21767
|
-
select: (value: boolean) => void;
|
|
21768
|
-
} & {
|
|
21336
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
21769
21337
|
item: any;
|
|
21770
21338
|
}) => vue.VNodeChild) | undefined;
|
|
21771
21339
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -22253,16 +21821,6 @@ declare const VCombobox: {
|
|
|
22253
21821
|
collapseIcon?: string | undefined;
|
|
22254
21822
|
expandIcon?: string | undefined;
|
|
22255
21823
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
22256
|
-
"onClick:open"?: ((value: {
|
|
22257
|
-
id: unknown;
|
|
22258
|
-
value: boolean;
|
|
22259
|
-
path: unknown[];
|
|
22260
|
-
}) => any) | undefined;
|
|
22261
|
-
"onClick:select"?: ((value: {
|
|
22262
|
-
id: unknown;
|
|
22263
|
-
value: boolean;
|
|
22264
|
-
path: unknown[];
|
|
22265
|
-
}) => any) | undefined;
|
|
22266
21824
|
"onClick:activate"?: ((value: {
|
|
22267
21825
|
id: unknown;
|
|
22268
21826
|
value: boolean;
|
|
@@ -22309,16 +21867,6 @@ declare const VCombobox: {
|
|
|
22309
21867
|
expandIcon?: string | undefined;
|
|
22310
21868
|
} & {
|
|
22311
21869
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
22312
|
-
"onClick:open"?: ((value: {
|
|
22313
|
-
id: unknown;
|
|
22314
|
-
value: boolean;
|
|
22315
|
-
path: unknown[];
|
|
22316
|
-
}) => any) | undefined;
|
|
22317
|
-
"onClick:select"?: ((value: {
|
|
22318
|
-
id: unknown;
|
|
22319
|
-
value: boolean;
|
|
22320
|
-
path: unknown[];
|
|
22321
|
-
}) => any) | undefined;
|
|
22322
21870
|
"onClick:activate"?: ((value: {
|
|
22323
21871
|
id: unknown;
|
|
22324
21872
|
value: boolean;
|
|
@@ -22332,6 +21880,16 @@ declare const VCombobox: {
|
|
|
22332
21880
|
itemProps?: SelectItemKey<any>;
|
|
22333
21881
|
selected?: unknown;
|
|
22334
21882
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
21883
|
+
'onClick:open'?: ((value: {
|
|
21884
|
+
id: unknown;
|
|
21885
|
+
value: boolean;
|
|
21886
|
+
path: unknown[];
|
|
21887
|
+
}) => void) | undefined;
|
|
21888
|
+
'onClick:select'?: ((value: {
|
|
21889
|
+
id: unknown;
|
|
21890
|
+
value: boolean;
|
|
21891
|
+
path: unknown[];
|
|
21892
|
+
}) => void) | undefined;
|
|
22335
21893
|
opened?: unknown;
|
|
22336
21894
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
22337
21895
|
} & {
|
|
@@ -22339,20 +21897,10 @@ declare const VCombobox: {
|
|
|
22339
21897
|
title?: ((arg: ListItemTitleSlot & {
|
|
22340
21898
|
item: any;
|
|
22341
21899
|
}) => vue.VNodeChild) | undefined;
|
|
22342
|
-
prepend?: ((arg: {
|
|
22343
|
-
isActive: boolean;
|
|
22344
|
-
isSelected: boolean;
|
|
22345
|
-
isIndeterminate: boolean;
|
|
22346
|
-
select: (value: boolean) => void;
|
|
22347
|
-
} & {
|
|
21900
|
+
prepend?: ((arg: ListItemSlot & {
|
|
22348
21901
|
item: any;
|
|
22349
21902
|
}) => vue.VNodeChild) | undefined;
|
|
22350
|
-
append?: ((arg: {
|
|
22351
|
-
isActive: boolean;
|
|
22352
|
-
isSelected: boolean;
|
|
22353
|
-
isIndeterminate: boolean;
|
|
22354
|
-
select: (value: boolean) => void;
|
|
22355
|
-
} & {
|
|
21903
|
+
append?: ((arg: ListItemSlot & {
|
|
22356
21904
|
item: any;
|
|
22357
21905
|
}) => vue.VNodeChild) | undefined;
|
|
22358
21906
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -22392,20 +21940,10 @@ declare const VCombobox: {
|
|
|
22392
21940
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
22393
21941
|
item: any;
|
|
22394
21942
|
}) => vue.VNodeChild) | undefined;
|
|
22395
|
-
prepend?: false | ((arg: {
|
|
22396
|
-
isActive: boolean;
|
|
22397
|
-
isSelected: boolean;
|
|
22398
|
-
isIndeterminate: boolean;
|
|
22399
|
-
select: (value: boolean) => void;
|
|
22400
|
-
} & {
|
|
21943
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
22401
21944
|
item: any;
|
|
22402
21945
|
}) => vue.VNodeChild) | undefined;
|
|
22403
|
-
append?: false | ((arg: {
|
|
22404
|
-
isActive: boolean;
|
|
22405
|
-
isSelected: boolean;
|
|
22406
|
-
isIndeterminate: boolean;
|
|
22407
|
-
select: (value: boolean) => void;
|
|
22408
|
-
} & {
|
|
21946
|
+
append?: false | ((arg: ListItemSlot & {
|
|
22409
21947
|
item: any;
|
|
22410
21948
|
}) => vue.VNodeChild) | undefined;
|
|
22411
21949
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -22445,20 +21983,10 @@ declare const VCombobox: {
|
|
|
22445
21983
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
22446
21984
|
item: any;
|
|
22447
21985
|
}) => vue.VNodeChild) | undefined;
|
|
22448
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
22449
|
-
isActive: boolean;
|
|
22450
|
-
isSelected: boolean;
|
|
22451
|
-
isIndeterminate: boolean;
|
|
22452
|
-
select: (value: boolean) => void;
|
|
22453
|
-
} & {
|
|
21986
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
22454
21987
|
item: any;
|
|
22455
21988
|
}) => vue.VNodeChild) | undefined;
|
|
22456
|
-
"v-slot:append"?: false | ((arg: {
|
|
22457
|
-
isActive: boolean;
|
|
22458
|
-
isSelected: boolean;
|
|
22459
|
-
isIndeterminate: boolean;
|
|
22460
|
-
select: (value: boolean) => void;
|
|
22461
|
-
} & {
|
|
21989
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
22462
21990
|
item: any;
|
|
22463
21991
|
}) => vue.VNodeChild) | undefined;
|
|
22464
21992
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -34072,7 +33600,6 @@ declare const VFab: {
|
|
|
34072
33600
|
appear: boolean;
|
|
34073
33601
|
density: Density;
|
|
34074
33602
|
extended: boolean;
|
|
34075
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
34076
33603
|
slim: boolean;
|
|
34077
33604
|
stacked: boolean;
|
|
34078
33605
|
ripple: boolean | {
|
|
@@ -34100,6 +33627,7 @@ declare const VFab: {
|
|
|
34100
33627
|
minHeight?: string | number | undefined;
|
|
34101
33628
|
minWidth?: string | number | undefined;
|
|
34102
33629
|
elevation?: string | number | undefined;
|
|
33630
|
+
location?: Anchor | undefined;
|
|
34103
33631
|
baseColor?: string | undefined;
|
|
34104
33632
|
selectedClass?: string | undefined;
|
|
34105
33633
|
prependIcon?: IconValue | undefined;
|
|
@@ -34142,7 +33670,6 @@ declare const VFab: {
|
|
|
34142
33670
|
appear: boolean;
|
|
34143
33671
|
density: Density;
|
|
34144
33672
|
extended: boolean;
|
|
34145
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
34146
33673
|
slim: boolean;
|
|
34147
33674
|
stacked: boolean;
|
|
34148
33675
|
ripple: boolean | {
|
|
@@ -34170,6 +33697,7 @@ declare const VFab: {
|
|
|
34170
33697
|
minHeight?: string | number | undefined;
|
|
34171
33698
|
minWidth?: string | number | undefined;
|
|
34172
33699
|
elevation?: string | number | undefined;
|
|
33700
|
+
location?: Anchor | undefined;
|
|
34173
33701
|
baseColor?: string | undefined;
|
|
34174
33702
|
selectedClass?: string | undefined;
|
|
34175
33703
|
prependIcon?: IconValue | undefined;
|
|
@@ -34211,7 +33739,6 @@ declare const VFab: {
|
|
|
34211
33739
|
appear: boolean;
|
|
34212
33740
|
density: Density;
|
|
34213
33741
|
extended: boolean;
|
|
34214
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
34215
33742
|
slim: boolean;
|
|
34216
33743
|
stacked: boolean;
|
|
34217
33744
|
ripple: boolean | {
|
|
@@ -34254,7 +33781,6 @@ declare const VFab: {
|
|
|
34254
33781
|
appear: boolean;
|
|
34255
33782
|
density: Density;
|
|
34256
33783
|
extended: boolean;
|
|
34257
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
34258
33784
|
slim: boolean;
|
|
34259
33785
|
stacked: boolean;
|
|
34260
33786
|
ripple: boolean | {
|
|
@@ -34282,6 +33808,7 @@ declare const VFab: {
|
|
|
34282
33808
|
minHeight?: string | number | undefined;
|
|
34283
33809
|
minWidth?: string | number | undefined;
|
|
34284
33810
|
elevation?: string | number | undefined;
|
|
33811
|
+
location?: Anchor | undefined;
|
|
34285
33812
|
baseColor?: string | undefined;
|
|
34286
33813
|
selectedClass?: string | undefined;
|
|
34287
33814
|
prependIcon?: IconValue | undefined;
|
|
@@ -34323,7 +33850,6 @@ declare const VFab: {
|
|
|
34323
33850
|
appear: boolean;
|
|
34324
33851
|
density: Density;
|
|
34325
33852
|
extended: boolean;
|
|
34326
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
34327
33853
|
slim: boolean;
|
|
34328
33854
|
stacked: boolean;
|
|
34329
33855
|
ripple: boolean | {
|
|
@@ -34359,7 +33885,6 @@ declare const VFab: {
|
|
|
34359
33885
|
appear: boolean;
|
|
34360
33886
|
density: Density;
|
|
34361
33887
|
extended: boolean;
|
|
34362
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
34363
33888
|
slim: boolean;
|
|
34364
33889
|
stacked: boolean;
|
|
34365
33890
|
ripple: boolean | {
|
|
@@ -34387,6 +33912,7 @@ declare const VFab: {
|
|
|
34387
33912
|
minHeight?: string | number | undefined;
|
|
34388
33913
|
minWidth?: string | number | undefined;
|
|
34389
33914
|
elevation?: string | number | undefined;
|
|
33915
|
+
location?: Anchor | undefined;
|
|
34390
33916
|
baseColor?: string | undefined;
|
|
34391
33917
|
selectedClass?: string | undefined;
|
|
34392
33918
|
prependIcon?: IconValue | undefined;
|
|
@@ -34430,7 +33956,6 @@ declare const VFab: {
|
|
|
34430
33956
|
appear: boolean;
|
|
34431
33957
|
density: Density;
|
|
34432
33958
|
extended: boolean;
|
|
34433
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
34434
33959
|
slim: boolean;
|
|
34435
33960
|
stacked: boolean;
|
|
34436
33961
|
ripple: boolean | {
|
|
@@ -34443,19 +33968,20 @@ declare const VFab: {
|
|
|
34443
33968
|
}>[];
|
|
34444
33969
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
34445
33970
|
transition: Omit<{
|
|
34446
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
33971
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
34447
33972
|
component?: vue.Component | undefined;
|
|
34448
33973
|
})>;
|
|
34449
33974
|
default: string;
|
|
34450
33975
|
validator: (val: unknown) => boolean;
|
|
34451
33976
|
}, "default" | "type"> & {
|
|
34452
|
-
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33977
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
34453
33978
|
component?: vue.Component | undefined;
|
|
34454
33979
|
})>>;
|
|
34455
33980
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
34456
33981
|
component?: vue.Component | undefined;
|
|
34457
33982
|
})>;
|
|
34458
33983
|
};
|
|
33984
|
+
location: vue.PropType<Anchor>;
|
|
34459
33985
|
name: {
|
|
34460
33986
|
type: StringConstructor;
|
|
34461
33987
|
};
|
|
@@ -34470,9 +33996,9 @@ declare const VFab: {
|
|
|
34470
33996
|
};
|
|
34471
33997
|
flat: BooleanConstructor;
|
|
34472
33998
|
replace: BooleanConstructor;
|
|
34473
|
-
class: PropType<any>;
|
|
33999
|
+
class: vue.PropType<any>;
|
|
34474
34000
|
style: {
|
|
34475
|
-
type: PropType<vue.StyleValue>;
|
|
34001
|
+
type: vue.PropType<vue.StyleValue>;
|
|
34476
34002
|
default: null;
|
|
34477
34003
|
};
|
|
34478
34004
|
size: {
|
|
@@ -34487,7 +34013,7 @@ declare const VFab: {
|
|
|
34487
34013
|
type: BooleanConstructor;
|
|
34488
34014
|
default: undefined;
|
|
34489
34015
|
}, "default" | "type"> & {
|
|
34490
|
-
type: PropType<boolean>;
|
|
34016
|
+
type: vue.PropType<boolean>;
|
|
34491
34017
|
default: boolean;
|
|
34492
34018
|
};
|
|
34493
34019
|
theme: StringConstructor;
|
|
@@ -34498,15 +34024,15 @@ declare const VFab: {
|
|
|
34498
34024
|
type: StringConstructor;
|
|
34499
34025
|
default: string;
|
|
34500
34026
|
}, "default" | "type"> & {
|
|
34501
|
-
type: PropType<string>;
|
|
34027
|
+
type: vue.PropType<string>;
|
|
34502
34028
|
default: string;
|
|
34503
34029
|
};
|
|
34504
34030
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
34505
|
-
icon: PropType<boolean | IconValue>;
|
|
34506
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
|
34031
|
+
icon: vue.PropType<boolean | IconValue>;
|
|
34032
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
34507
34033
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
34508
34034
|
position: {
|
|
34509
|
-
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
34035
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
34510
34036
|
validator: (v: any) => boolean;
|
|
34511
34037
|
};
|
|
34512
34038
|
readonly: BooleanConstructor;
|
|
@@ -34515,11 +34041,11 @@ declare const VFab: {
|
|
|
34515
34041
|
default: undefined;
|
|
34516
34042
|
};
|
|
34517
34043
|
variant: Omit<{
|
|
34518
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34044
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34519
34045
|
default: string;
|
|
34520
34046
|
validator: (v: any) => boolean;
|
|
34521
34047
|
}, "default" | "type"> & {
|
|
34522
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
34048
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
34523
34049
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34524
34050
|
};
|
|
34525
34051
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
@@ -34534,18 +34060,18 @@ declare const VFab: {
|
|
|
34534
34060
|
validator(v: any): boolean;
|
|
34535
34061
|
};
|
|
34536
34062
|
density: {
|
|
34537
|
-
type: PropType<Density>;
|
|
34063
|
+
type: vue.PropType<Density>;
|
|
34538
34064
|
default: string;
|
|
34539
34065
|
validator: (v: any) => boolean;
|
|
34540
34066
|
};
|
|
34541
34067
|
baseColor: StringConstructor;
|
|
34542
34068
|
selectedClass: StringConstructor;
|
|
34543
|
-
prependIcon: PropType<IconValue>;
|
|
34544
|
-
appendIcon: PropType<IconValue>;
|
|
34069
|
+
prependIcon: vue.PropType<IconValue>;
|
|
34070
|
+
appendIcon: vue.PropType<IconValue>;
|
|
34545
34071
|
slim: BooleanConstructor;
|
|
34546
34072
|
stacked: BooleanConstructor;
|
|
34547
34073
|
ripple: {
|
|
34548
|
-
type: PropType<boolean | {
|
|
34074
|
+
type: vue.PropType<boolean | {
|
|
34549
34075
|
class: string;
|
|
34550
34076
|
} | undefined>;
|
|
34551
34077
|
default: boolean;
|
|
@@ -34554,10 +34080,6 @@ declare const VFab: {
|
|
|
34554
34080
|
appear: BooleanConstructor;
|
|
34555
34081
|
extended: BooleanConstructor;
|
|
34556
34082
|
layout: BooleanConstructor;
|
|
34557
|
-
location: {
|
|
34558
|
-
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
34559
|
-
default: string;
|
|
34560
|
-
};
|
|
34561
34083
|
offset: BooleanConstructor;
|
|
34562
34084
|
modelValue: {
|
|
34563
34085
|
type: BooleanConstructor;
|
|
@@ -34565,19 +34087,20 @@ declare const VFab: {
|
|
|
34565
34087
|
};
|
|
34566
34088
|
}, vue.ExtractPropTypes<{
|
|
34567
34089
|
transition: Omit<{
|
|
34568
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
34090
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
34569
34091
|
component?: vue.Component | undefined;
|
|
34570
34092
|
})>;
|
|
34571
34093
|
default: string;
|
|
34572
34094
|
validator: (val: unknown) => boolean;
|
|
34573
34095
|
}, "default" | "type"> & {
|
|
34574
|
-
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
34096
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
34575
34097
|
component?: vue.Component | undefined;
|
|
34576
34098
|
})>>;
|
|
34577
34099
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
34578
34100
|
component?: vue.Component | undefined;
|
|
34579
34101
|
})>;
|
|
34580
34102
|
};
|
|
34103
|
+
location: vue.PropType<Anchor>;
|
|
34581
34104
|
name: {
|
|
34582
34105
|
type: StringConstructor;
|
|
34583
34106
|
};
|
|
@@ -34592,9 +34115,9 @@ declare const VFab: {
|
|
|
34592
34115
|
};
|
|
34593
34116
|
flat: BooleanConstructor;
|
|
34594
34117
|
replace: BooleanConstructor;
|
|
34595
|
-
class: PropType<any>;
|
|
34118
|
+
class: vue.PropType<any>;
|
|
34596
34119
|
style: {
|
|
34597
|
-
type: PropType<vue.StyleValue>;
|
|
34120
|
+
type: vue.PropType<vue.StyleValue>;
|
|
34598
34121
|
default: null;
|
|
34599
34122
|
};
|
|
34600
34123
|
size: {
|
|
@@ -34609,7 +34132,7 @@ declare const VFab: {
|
|
|
34609
34132
|
type: BooleanConstructor;
|
|
34610
34133
|
default: undefined;
|
|
34611
34134
|
}, "default" | "type"> & {
|
|
34612
|
-
type: PropType<boolean>;
|
|
34135
|
+
type: vue.PropType<boolean>;
|
|
34613
34136
|
default: boolean;
|
|
34614
34137
|
};
|
|
34615
34138
|
theme: StringConstructor;
|
|
@@ -34620,15 +34143,15 @@ declare const VFab: {
|
|
|
34620
34143
|
type: StringConstructor;
|
|
34621
34144
|
default: string;
|
|
34622
34145
|
}, "default" | "type"> & {
|
|
34623
|
-
type: PropType<string>;
|
|
34146
|
+
type: vue.PropType<string>;
|
|
34624
34147
|
default: string;
|
|
34625
34148
|
};
|
|
34626
34149
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
34627
|
-
icon: PropType<boolean | IconValue>;
|
|
34628
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
|
34150
|
+
icon: vue.PropType<boolean | IconValue>;
|
|
34151
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
34629
34152
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
34630
34153
|
position: {
|
|
34631
|
-
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
34154
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
34632
34155
|
validator: (v: any) => boolean;
|
|
34633
34156
|
};
|
|
34634
34157
|
readonly: BooleanConstructor;
|
|
@@ -34637,11 +34160,11 @@ declare const VFab: {
|
|
|
34637
34160
|
default: undefined;
|
|
34638
34161
|
};
|
|
34639
34162
|
variant: Omit<{
|
|
34640
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34163
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34641
34164
|
default: string;
|
|
34642
34165
|
validator: (v: any) => boolean;
|
|
34643
34166
|
}, "default" | "type"> & {
|
|
34644
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
34167
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
34645
34168
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34646
34169
|
};
|
|
34647
34170
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
@@ -34656,18 +34179,18 @@ declare const VFab: {
|
|
|
34656
34179
|
validator(v: any): boolean;
|
|
34657
34180
|
};
|
|
34658
34181
|
density: {
|
|
34659
|
-
type: PropType<Density>;
|
|
34182
|
+
type: vue.PropType<Density>;
|
|
34660
34183
|
default: string;
|
|
34661
34184
|
validator: (v: any) => boolean;
|
|
34662
34185
|
};
|
|
34663
34186
|
baseColor: StringConstructor;
|
|
34664
34187
|
selectedClass: StringConstructor;
|
|
34665
|
-
prependIcon: PropType<IconValue>;
|
|
34666
|
-
appendIcon: PropType<IconValue>;
|
|
34188
|
+
prependIcon: vue.PropType<IconValue>;
|
|
34189
|
+
appendIcon: vue.PropType<IconValue>;
|
|
34667
34190
|
slim: BooleanConstructor;
|
|
34668
34191
|
stacked: BooleanConstructor;
|
|
34669
34192
|
ripple: {
|
|
34670
|
-
type: PropType<boolean | {
|
|
34193
|
+
type: vue.PropType<boolean | {
|
|
34671
34194
|
class: string;
|
|
34672
34195
|
} | undefined>;
|
|
34673
34196
|
default: boolean;
|
|
@@ -34676,10 +34199,6 @@ declare const VFab: {
|
|
|
34676
34199
|
appear: BooleanConstructor;
|
|
34677
34200
|
extended: BooleanConstructor;
|
|
34678
34201
|
layout: BooleanConstructor;
|
|
34679
|
-
location: {
|
|
34680
|
-
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
34681
|
-
default: string;
|
|
34682
|
-
};
|
|
34683
34202
|
offset: BooleanConstructor;
|
|
34684
34203
|
modelValue: {
|
|
34685
34204
|
type: BooleanConstructor;
|
|
@@ -40291,16 +39810,6 @@ declare const VList: {
|
|
|
40291
39810
|
expandIcon?: string | undefined;
|
|
40292
39811
|
} & {
|
|
40293
39812
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
40294
|
-
"onClick:open"?: ((value: {
|
|
40295
|
-
id: unknown;
|
|
40296
|
-
value: boolean;
|
|
40297
|
-
path: unknown[];
|
|
40298
|
-
}) => any) | undefined;
|
|
40299
|
-
"onClick:select"?: ((value: {
|
|
40300
|
-
id: unknown;
|
|
40301
|
-
value: boolean;
|
|
40302
|
-
path: unknown[];
|
|
40303
|
-
}) => any) | undefined;
|
|
40304
39813
|
"onClick:activate"?: ((value: {
|
|
40305
39814
|
id: unknown;
|
|
40306
39815
|
value: boolean;
|
|
@@ -40331,7 +39840,7 @@ declare const VList: {
|
|
|
40331
39840
|
value: boolean;
|
|
40332
39841
|
path: unknown[];
|
|
40333
39842
|
}) => boolean;
|
|
40334
|
-
}, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:append" | "selected" | "opened" | "v-slot:subtitle" | "v-slot:header" | "v-slot:divider" | "v-slot:item" | "v-slot:subheader" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
39843
|
+
}, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:append" | "selected" | "opened" | "click:open" | "click:select" | "v-slot:subtitle" | "v-slot:header" | "v-slot:divider" | "v-slot:item" | "v-slot:subheader" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
40335
39844
|
style: vue.StyleValue;
|
|
40336
39845
|
nav: boolean;
|
|
40337
39846
|
disabled: boolean;
|
|
@@ -40372,16 +39881,6 @@ declare const VList: {
|
|
|
40372
39881
|
expandIcon?: string | undefined;
|
|
40373
39882
|
} & {
|
|
40374
39883
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
40375
|
-
"onClick:open"?: ((value: {
|
|
40376
|
-
id: unknown;
|
|
40377
|
-
value: boolean;
|
|
40378
|
-
path: unknown[];
|
|
40379
|
-
}) => any) | undefined;
|
|
40380
|
-
"onClick:select"?: ((value: {
|
|
40381
|
-
id: unknown;
|
|
40382
|
-
value: boolean;
|
|
40383
|
-
path: unknown[];
|
|
40384
|
-
}) => any) | undefined;
|
|
40385
39884
|
"onClick:activate"?: ((value: {
|
|
40386
39885
|
id: unknown;
|
|
40387
39886
|
value: boolean;
|
|
@@ -40412,22 +39911,12 @@ declare const VList: {
|
|
|
40412
39911
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40413
39912
|
[key: string]: any;
|
|
40414
39913
|
}>[];
|
|
40415
|
-
prepend: (arg: {
|
|
40416
|
-
isActive: boolean;
|
|
40417
|
-
isSelected: boolean;
|
|
40418
|
-
isIndeterminate: boolean;
|
|
40419
|
-
select: (value: boolean) => void;
|
|
40420
|
-
} & {
|
|
39914
|
+
prepend: (arg: ListItemSlot & {
|
|
40421
39915
|
item: any;
|
|
40422
39916
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40423
39917
|
[key: string]: any;
|
|
40424
39918
|
}>[];
|
|
40425
|
-
append: (arg: {
|
|
40426
|
-
isActive: boolean;
|
|
40427
|
-
isSelected: boolean;
|
|
40428
|
-
isIndeterminate: boolean;
|
|
40429
|
-
select: (value: boolean) => void;
|
|
40430
|
-
} & {
|
|
39919
|
+
append: (arg: ListItemSlot & {
|
|
40431
39920
|
item: any;
|
|
40432
39921
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40433
39922
|
[key: string]: any;
|
|
@@ -40524,16 +40013,6 @@ declare const VList: {
|
|
|
40524
40013
|
expandIcon?: string | undefined;
|
|
40525
40014
|
} & {
|
|
40526
40015
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
40527
|
-
"onClick:open"?: ((value: {
|
|
40528
|
-
id: unknown;
|
|
40529
|
-
value: boolean;
|
|
40530
|
-
path: unknown[];
|
|
40531
|
-
}) => any) | undefined;
|
|
40532
|
-
"onClick:select"?: ((value: {
|
|
40533
|
-
id: unknown;
|
|
40534
|
-
value: boolean;
|
|
40535
|
-
path: unknown[];
|
|
40536
|
-
}) => any) | undefined;
|
|
40537
40016
|
"onClick:activate"?: ((value: {
|
|
40538
40017
|
id: unknown;
|
|
40539
40018
|
value: boolean;
|
|
@@ -40609,16 +40088,6 @@ declare const VList: {
|
|
|
40609
40088
|
expandIcon?: string | undefined;
|
|
40610
40089
|
} & {
|
|
40611
40090
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
40612
|
-
"onClick:open"?: ((value: {
|
|
40613
|
-
id: unknown;
|
|
40614
|
-
value: boolean;
|
|
40615
|
-
path: unknown[];
|
|
40616
|
-
}) => any) | undefined;
|
|
40617
|
-
"onClick:select"?: ((value: {
|
|
40618
|
-
id: unknown;
|
|
40619
|
-
value: boolean;
|
|
40620
|
-
path: unknown[];
|
|
40621
|
-
}) => any) | undefined;
|
|
40622
40091
|
"onClick:activate"?: ((value: {
|
|
40623
40092
|
id: unknown;
|
|
40624
40093
|
value: boolean;
|
|
@@ -40649,7 +40118,7 @@ declare const VList: {
|
|
|
40649
40118
|
value: boolean;
|
|
40650
40119
|
path: unknown[];
|
|
40651
40120
|
}) => boolean;
|
|
40652
|
-
}, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:append" | "selected" | "opened" | "v-slot:subtitle" | "v-slot:header" | "v-slot:divider" | "v-slot:item" | "v-slot:subheader" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, string, {
|
|
40121
|
+
}, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:append" | "selected" | "opened" | "click:open" | "click:select" | "v-slot:subtitle" | "v-slot:header" | "v-slot:divider" | "v-slot:item" | "v-slot:subheader" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, string, {
|
|
40653
40122
|
style: vue.StyleValue;
|
|
40654
40123
|
nav: boolean;
|
|
40655
40124
|
disabled: boolean;
|
|
@@ -40674,22 +40143,12 @@ declare const VList: {
|
|
|
40674
40143
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40675
40144
|
[key: string]: any;
|
|
40676
40145
|
}>[];
|
|
40677
|
-
prepend: (arg: {
|
|
40678
|
-
isActive: boolean;
|
|
40679
|
-
isSelected: boolean;
|
|
40680
|
-
isIndeterminate: boolean;
|
|
40681
|
-
select: (value: boolean) => void;
|
|
40682
|
-
} & {
|
|
40146
|
+
prepend: (arg: ListItemSlot & {
|
|
40683
40147
|
item: any;
|
|
40684
40148
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40685
40149
|
[key: string]: any;
|
|
40686
40150
|
}>[];
|
|
40687
|
-
append: (arg: {
|
|
40688
|
-
isActive: boolean;
|
|
40689
|
-
isSelected: boolean;
|
|
40690
|
-
isIndeterminate: boolean;
|
|
40691
|
-
select: (value: boolean) => void;
|
|
40692
|
-
} & {
|
|
40151
|
+
append: (arg: ListItemSlot & {
|
|
40693
40152
|
item: any;
|
|
40694
40153
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40695
40154
|
[key: string]: any;
|
|
@@ -40746,6 +40205,16 @@ declare const VList: {
|
|
|
40746
40205
|
itemProps?: SelectItemKey<ItemType$1<T>>;
|
|
40747
40206
|
selected?: S | undefined;
|
|
40748
40207
|
'onUpdate:selected'?: ((value: S) => void) | undefined;
|
|
40208
|
+
'onClick:open'?: ((value: {
|
|
40209
|
+
id: unknown;
|
|
40210
|
+
value: boolean;
|
|
40211
|
+
path: unknown[];
|
|
40212
|
+
}) => void) | undefined;
|
|
40213
|
+
'onClick:select'?: ((value: {
|
|
40214
|
+
id: unknown;
|
|
40215
|
+
value: boolean;
|
|
40216
|
+
path: unknown[];
|
|
40217
|
+
}) => void) | undefined;
|
|
40749
40218
|
opened?: O | undefined;
|
|
40750
40219
|
'onUpdate:opened'?: ((value: O) => void) | undefined;
|
|
40751
40220
|
}, slots: VListChildrenSlots<ItemType$1<T>>) => GenericProps<{
|
|
@@ -40756,6 +40225,16 @@ declare const VList: {
|
|
|
40756
40225
|
itemProps?: SelectItemKey<ItemType$1<T>>;
|
|
40757
40226
|
selected?: S | undefined;
|
|
40758
40227
|
'onUpdate:selected'?: ((value: S) => void) | undefined;
|
|
40228
|
+
'onClick:open'?: ((value: {
|
|
40229
|
+
id: unknown;
|
|
40230
|
+
value: boolean;
|
|
40231
|
+
path: unknown[];
|
|
40232
|
+
}) => void) | undefined;
|
|
40233
|
+
'onClick:select'?: ((value: {
|
|
40234
|
+
id: unknown;
|
|
40235
|
+
value: boolean;
|
|
40236
|
+
path: unknown[];
|
|
40237
|
+
}) => void) | undefined;
|
|
40759
40238
|
opened?: O | undefined;
|
|
40760
40239
|
'onUpdate:opened'?: ((value: O) => void) | undefined;
|
|
40761
40240
|
}, VListChildrenSlots<ItemType$1<T>>>) & FilterPropsOptions<{
|
|
@@ -40856,6 +40335,17 @@ declare const VList: {
|
|
|
40856
40335
|
};
|
|
40857
40336
|
slim: BooleanConstructor;
|
|
40858
40337
|
nav: BooleanConstructor;
|
|
40338
|
+
'onClick:open': PropType<(args_0: {
|
|
40339
|
+
id: unknown;
|
|
40340
|
+
value: boolean;
|
|
40341
|
+
path: unknown[];
|
|
40342
|
+
}) => void>;
|
|
40343
|
+
'onClick:select': PropType<(args_0: {
|
|
40344
|
+
id: unknown;
|
|
40345
|
+
value: boolean;
|
|
40346
|
+
path: unknown[];
|
|
40347
|
+
}) => void>;
|
|
40348
|
+
'onUpdate:opened': PropType<() => void>;
|
|
40859
40349
|
}, vue.ExtractPropTypes<{
|
|
40860
40350
|
color: StringConstructor;
|
|
40861
40351
|
variant: Omit<{
|
|
@@ -40954,6 +40444,17 @@ declare const VList: {
|
|
|
40954
40444
|
};
|
|
40955
40445
|
slim: BooleanConstructor;
|
|
40956
40446
|
nav: BooleanConstructor;
|
|
40447
|
+
'onClick:open': PropType<(args_0: {
|
|
40448
|
+
id: unknown;
|
|
40449
|
+
value: boolean;
|
|
40450
|
+
path: unknown[];
|
|
40451
|
+
}) => void>;
|
|
40452
|
+
'onClick:select': PropType<(args_0: {
|
|
40453
|
+
id: unknown;
|
|
40454
|
+
value: boolean;
|
|
40455
|
+
path: unknown[];
|
|
40456
|
+
}) => void>;
|
|
40457
|
+
'onUpdate:opened': PropType<() => void>;
|
|
40957
40458
|
}>>;
|
|
40958
40459
|
type VList = InstanceType<typeof VList>;
|
|
40959
40460
|
|
|
@@ -49738,16 +49239,6 @@ declare const VSelect: {
|
|
|
49738
49239
|
collapseIcon?: string | undefined;
|
|
49739
49240
|
expandIcon?: string | undefined;
|
|
49740
49241
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
49741
|
-
"onClick:open"?: ((value: {
|
|
49742
|
-
id: unknown;
|
|
49743
|
-
value: boolean;
|
|
49744
|
-
path: unknown[];
|
|
49745
|
-
}) => any) | undefined;
|
|
49746
|
-
"onClick:select"?: ((value: {
|
|
49747
|
-
id: unknown;
|
|
49748
|
-
value: boolean;
|
|
49749
|
-
path: unknown[];
|
|
49750
|
-
}) => any) | undefined;
|
|
49751
49242
|
"onClick:activate"?: ((value: {
|
|
49752
49243
|
id: unknown;
|
|
49753
49244
|
value: boolean;
|
|
@@ -49794,16 +49285,6 @@ declare const VSelect: {
|
|
|
49794
49285
|
expandIcon?: string | undefined;
|
|
49795
49286
|
} & {
|
|
49796
49287
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
49797
|
-
"onClick:open"?: ((value: {
|
|
49798
|
-
id: unknown;
|
|
49799
|
-
value: boolean;
|
|
49800
|
-
path: unknown[];
|
|
49801
|
-
}) => any) | undefined;
|
|
49802
|
-
"onClick:select"?: ((value: {
|
|
49803
|
-
id: unknown;
|
|
49804
|
-
value: boolean;
|
|
49805
|
-
path: unknown[];
|
|
49806
|
-
}) => any) | undefined;
|
|
49807
49288
|
"onClick:activate"?: ((value: {
|
|
49808
49289
|
id: unknown;
|
|
49809
49290
|
value: boolean;
|
|
@@ -49817,6 +49298,16 @@ declare const VSelect: {
|
|
|
49817
49298
|
itemProps?: SelectItemKey<any>;
|
|
49818
49299
|
selected?: unknown;
|
|
49819
49300
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
49301
|
+
'onClick:open'?: ((value: {
|
|
49302
|
+
id: unknown;
|
|
49303
|
+
value: boolean;
|
|
49304
|
+
path: unknown[];
|
|
49305
|
+
}) => void) | undefined;
|
|
49306
|
+
'onClick:select'?: ((value: {
|
|
49307
|
+
id: unknown;
|
|
49308
|
+
value: boolean;
|
|
49309
|
+
path: unknown[];
|
|
49310
|
+
}) => void) | undefined;
|
|
49820
49311
|
opened?: unknown;
|
|
49821
49312
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
49822
49313
|
} & {
|
|
@@ -49824,20 +49315,10 @@ declare const VSelect: {
|
|
|
49824
49315
|
title?: ((arg: ListItemTitleSlot & {
|
|
49825
49316
|
item: any;
|
|
49826
49317
|
}) => vue.VNodeChild) | undefined;
|
|
49827
|
-
prepend?: ((arg: {
|
|
49828
|
-
isActive: boolean;
|
|
49829
|
-
isSelected: boolean;
|
|
49830
|
-
isIndeterminate: boolean;
|
|
49831
|
-
select: (value: boolean) => void;
|
|
49832
|
-
} & {
|
|
49318
|
+
prepend?: ((arg: ListItemSlot & {
|
|
49833
49319
|
item: any;
|
|
49834
49320
|
}) => vue.VNodeChild) | undefined;
|
|
49835
|
-
append?: ((arg: {
|
|
49836
|
-
isActive: boolean;
|
|
49837
|
-
isSelected: boolean;
|
|
49838
|
-
isIndeterminate: boolean;
|
|
49839
|
-
select: (value: boolean) => void;
|
|
49840
|
-
} & {
|
|
49321
|
+
append?: ((arg: ListItemSlot & {
|
|
49841
49322
|
item: any;
|
|
49842
49323
|
}) => vue.VNodeChild) | undefined;
|
|
49843
49324
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -49877,20 +49358,10 @@ declare const VSelect: {
|
|
|
49877
49358
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
49878
49359
|
item: any;
|
|
49879
49360
|
}) => vue.VNodeChild) | undefined;
|
|
49880
|
-
prepend?: false | ((arg: {
|
|
49881
|
-
isActive: boolean;
|
|
49882
|
-
isSelected: boolean;
|
|
49883
|
-
isIndeterminate: boolean;
|
|
49884
|
-
select: (value: boolean) => void;
|
|
49885
|
-
} & {
|
|
49361
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
49886
49362
|
item: any;
|
|
49887
49363
|
}) => vue.VNodeChild) | undefined;
|
|
49888
|
-
append?: false | ((arg: {
|
|
49889
|
-
isActive: boolean;
|
|
49890
|
-
isSelected: boolean;
|
|
49891
|
-
isIndeterminate: boolean;
|
|
49892
|
-
select: (value: boolean) => void;
|
|
49893
|
-
} & {
|
|
49364
|
+
append?: false | ((arg: ListItemSlot & {
|
|
49894
49365
|
item: any;
|
|
49895
49366
|
}) => vue.VNodeChild) | undefined;
|
|
49896
49367
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -49930,20 +49401,10 @@ declare const VSelect: {
|
|
|
49930
49401
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
49931
49402
|
item: any;
|
|
49932
49403
|
}) => vue.VNodeChild) | undefined;
|
|
49933
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
49934
|
-
isActive: boolean;
|
|
49935
|
-
isSelected: boolean;
|
|
49936
|
-
isIndeterminate: boolean;
|
|
49937
|
-
select: (value: boolean) => void;
|
|
49938
|
-
} & {
|
|
49404
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
49939
49405
|
item: any;
|
|
49940
49406
|
}) => vue.VNodeChild) | undefined;
|
|
49941
|
-
"v-slot:append"?: false | ((arg: {
|
|
49942
|
-
isActive: boolean;
|
|
49943
|
-
isSelected: boolean;
|
|
49944
|
-
isIndeterminate: boolean;
|
|
49945
|
-
select: (value: boolean) => void;
|
|
49946
|
-
} & {
|
|
49407
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
49947
49408
|
item: any;
|
|
49948
49409
|
}) => vue.VNodeChild) | undefined;
|
|
49949
49410
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -50310,16 +49771,6 @@ declare const VSelect: {
|
|
|
50310
49771
|
collapseIcon?: string | undefined;
|
|
50311
49772
|
expandIcon?: string | undefined;
|
|
50312
49773
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
50313
|
-
"onClick:open"?: ((value: {
|
|
50314
|
-
id: unknown;
|
|
50315
|
-
value: boolean;
|
|
50316
|
-
path: unknown[];
|
|
50317
|
-
}) => any) | undefined;
|
|
50318
|
-
"onClick:select"?: ((value: {
|
|
50319
|
-
id: unknown;
|
|
50320
|
-
value: boolean;
|
|
50321
|
-
path: unknown[];
|
|
50322
|
-
}) => any) | undefined;
|
|
50323
49774
|
"onClick:activate"?: ((value: {
|
|
50324
49775
|
id: unknown;
|
|
50325
49776
|
value: boolean;
|
|
@@ -50366,16 +49817,6 @@ declare const VSelect: {
|
|
|
50366
49817
|
expandIcon?: string | undefined;
|
|
50367
49818
|
} & {
|
|
50368
49819
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
50369
|
-
"onClick:open"?: ((value: {
|
|
50370
|
-
id: unknown;
|
|
50371
|
-
value: boolean;
|
|
50372
|
-
path: unknown[];
|
|
50373
|
-
}) => any) | undefined;
|
|
50374
|
-
"onClick:select"?: ((value: {
|
|
50375
|
-
id: unknown;
|
|
50376
|
-
value: boolean;
|
|
50377
|
-
path: unknown[];
|
|
50378
|
-
}) => any) | undefined;
|
|
50379
49820
|
"onClick:activate"?: ((value: {
|
|
50380
49821
|
id: unknown;
|
|
50381
49822
|
value: boolean;
|
|
@@ -50389,6 +49830,16 @@ declare const VSelect: {
|
|
|
50389
49830
|
itemProps?: SelectItemKey<any>;
|
|
50390
49831
|
selected?: unknown;
|
|
50391
49832
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
49833
|
+
'onClick:open'?: ((value: {
|
|
49834
|
+
id: unknown;
|
|
49835
|
+
value: boolean;
|
|
49836
|
+
path: unknown[];
|
|
49837
|
+
}) => void) | undefined;
|
|
49838
|
+
'onClick:select'?: ((value: {
|
|
49839
|
+
id: unknown;
|
|
49840
|
+
value: boolean;
|
|
49841
|
+
path: unknown[];
|
|
49842
|
+
}) => void) | undefined;
|
|
50392
49843
|
opened?: unknown;
|
|
50393
49844
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
50394
49845
|
} & {
|
|
@@ -50396,20 +49847,10 @@ declare const VSelect: {
|
|
|
50396
49847
|
title?: ((arg: ListItemTitleSlot & {
|
|
50397
49848
|
item: any;
|
|
50398
49849
|
}) => vue.VNodeChild) | undefined;
|
|
50399
|
-
prepend?: ((arg: {
|
|
50400
|
-
isActive: boolean;
|
|
50401
|
-
isSelected: boolean;
|
|
50402
|
-
isIndeterminate: boolean;
|
|
50403
|
-
select: (value: boolean) => void;
|
|
50404
|
-
} & {
|
|
49850
|
+
prepend?: ((arg: ListItemSlot & {
|
|
50405
49851
|
item: any;
|
|
50406
49852
|
}) => vue.VNodeChild) | undefined;
|
|
50407
|
-
append?: ((arg: {
|
|
50408
|
-
isActive: boolean;
|
|
50409
|
-
isSelected: boolean;
|
|
50410
|
-
isIndeterminate: boolean;
|
|
50411
|
-
select: (value: boolean) => void;
|
|
50412
|
-
} & {
|
|
49853
|
+
append?: ((arg: ListItemSlot & {
|
|
50413
49854
|
item: any;
|
|
50414
49855
|
}) => vue.VNodeChild) | undefined;
|
|
50415
49856
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -50449,20 +49890,10 @@ declare const VSelect: {
|
|
|
50449
49890
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
50450
49891
|
item: any;
|
|
50451
49892
|
}) => vue.VNodeChild) | undefined;
|
|
50452
|
-
prepend?: false | ((arg: {
|
|
50453
|
-
isActive: boolean;
|
|
50454
|
-
isSelected: boolean;
|
|
50455
|
-
isIndeterminate: boolean;
|
|
50456
|
-
select: (value: boolean) => void;
|
|
50457
|
-
} & {
|
|
49893
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
50458
49894
|
item: any;
|
|
50459
49895
|
}) => vue.VNodeChild) | undefined;
|
|
50460
|
-
append?: false | ((arg: {
|
|
50461
|
-
isActive: boolean;
|
|
50462
|
-
isSelected: boolean;
|
|
50463
|
-
isIndeterminate: boolean;
|
|
50464
|
-
select: (value: boolean) => void;
|
|
50465
|
-
} & {
|
|
49896
|
+
append?: false | ((arg: ListItemSlot & {
|
|
50466
49897
|
item: any;
|
|
50467
49898
|
}) => vue.VNodeChild) | undefined;
|
|
50468
49899
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -50502,20 +49933,10 @@ declare const VSelect: {
|
|
|
50502
49933
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
50503
49934
|
item: any;
|
|
50504
49935
|
}) => vue.VNodeChild) | undefined;
|
|
50505
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
50506
|
-
isActive: boolean;
|
|
50507
|
-
isSelected: boolean;
|
|
50508
|
-
isIndeterminate: boolean;
|
|
50509
|
-
select: (value: boolean) => void;
|
|
50510
|
-
} & {
|
|
49936
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
50511
49937
|
item: any;
|
|
50512
49938
|
}) => vue.VNodeChild) | undefined;
|
|
50513
|
-
"v-slot:append"?: false | ((arg: {
|
|
50514
|
-
isActive: boolean;
|
|
50515
|
-
isSelected: boolean;
|
|
50516
|
-
isIndeterminate: boolean;
|
|
50517
|
-
select: (value: boolean) => void;
|
|
50518
|
-
} & {
|
|
49939
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
50519
49940
|
item: any;
|
|
50520
49941
|
}) => vue.VNodeChild) | undefined;
|
|
50521
49942
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -50995,16 +50416,6 @@ declare const VSelect: {
|
|
|
50995
50416
|
collapseIcon?: string | undefined;
|
|
50996
50417
|
expandIcon?: string | undefined;
|
|
50997
50418
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
50998
|
-
"onClick:open"?: ((value: {
|
|
50999
|
-
id: unknown;
|
|
51000
|
-
value: boolean;
|
|
51001
|
-
path: unknown[];
|
|
51002
|
-
}) => any) | undefined;
|
|
51003
|
-
"onClick:select"?: ((value: {
|
|
51004
|
-
id: unknown;
|
|
51005
|
-
value: boolean;
|
|
51006
|
-
path: unknown[];
|
|
51007
|
-
}) => any) | undefined;
|
|
51008
50419
|
"onClick:activate"?: ((value: {
|
|
51009
50420
|
id: unknown;
|
|
51010
50421
|
value: boolean;
|
|
@@ -51051,16 +50462,6 @@ declare const VSelect: {
|
|
|
51051
50462
|
expandIcon?: string | undefined;
|
|
51052
50463
|
} & {
|
|
51053
50464
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
51054
|
-
"onClick:open"?: ((value: {
|
|
51055
|
-
id: unknown;
|
|
51056
|
-
value: boolean;
|
|
51057
|
-
path: unknown[];
|
|
51058
|
-
}) => any) | undefined;
|
|
51059
|
-
"onClick:select"?: ((value: {
|
|
51060
|
-
id: unknown;
|
|
51061
|
-
value: boolean;
|
|
51062
|
-
path: unknown[];
|
|
51063
|
-
}) => any) | undefined;
|
|
51064
50465
|
"onClick:activate"?: ((value: {
|
|
51065
50466
|
id: unknown;
|
|
51066
50467
|
value: boolean;
|
|
@@ -51074,6 +50475,16 @@ declare const VSelect: {
|
|
|
51074
50475
|
itemProps?: SelectItemKey<any>;
|
|
51075
50476
|
selected?: unknown;
|
|
51076
50477
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
50478
|
+
'onClick:open'?: ((value: {
|
|
50479
|
+
id: unknown;
|
|
50480
|
+
value: boolean;
|
|
50481
|
+
path: unknown[];
|
|
50482
|
+
}) => void) | undefined;
|
|
50483
|
+
'onClick:select'?: ((value: {
|
|
50484
|
+
id: unknown;
|
|
50485
|
+
value: boolean;
|
|
50486
|
+
path: unknown[];
|
|
50487
|
+
}) => void) | undefined;
|
|
51077
50488
|
opened?: unknown;
|
|
51078
50489
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
51079
50490
|
} & {
|
|
@@ -51081,20 +50492,10 @@ declare const VSelect: {
|
|
|
51081
50492
|
title?: ((arg: ListItemTitleSlot & {
|
|
51082
50493
|
item: any;
|
|
51083
50494
|
}) => vue.VNodeChild) | undefined;
|
|
51084
|
-
prepend?: ((arg: {
|
|
51085
|
-
isActive: boolean;
|
|
51086
|
-
isSelected: boolean;
|
|
51087
|
-
isIndeterminate: boolean;
|
|
51088
|
-
select: (value: boolean) => void;
|
|
51089
|
-
} & {
|
|
50495
|
+
prepend?: ((arg: ListItemSlot & {
|
|
51090
50496
|
item: any;
|
|
51091
50497
|
}) => vue.VNodeChild) | undefined;
|
|
51092
|
-
append?: ((arg: {
|
|
51093
|
-
isActive: boolean;
|
|
51094
|
-
isSelected: boolean;
|
|
51095
|
-
isIndeterminate: boolean;
|
|
51096
|
-
select: (value: boolean) => void;
|
|
51097
|
-
} & {
|
|
50498
|
+
append?: ((arg: ListItemSlot & {
|
|
51098
50499
|
item: any;
|
|
51099
50500
|
}) => vue.VNodeChild) | undefined;
|
|
51100
50501
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -51134,20 +50535,10 @@ declare const VSelect: {
|
|
|
51134
50535
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
51135
50536
|
item: any;
|
|
51136
50537
|
}) => vue.VNodeChild) | undefined;
|
|
51137
|
-
prepend?: false | ((arg: {
|
|
51138
|
-
isActive: boolean;
|
|
51139
|
-
isSelected: boolean;
|
|
51140
|
-
isIndeterminate: boolean;
|
|
51141
|
-
select: (value: boolean) => void;
|
|
51142
|
-
} & {
|
|
50538
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
51143
50539
|
item: any;
|
|
51144
50540
|
}) => vue.VNodeChild) | undefined;
|
|
51145
|
-
append?: false | ((arg: {
|
|
51146
|
-
isActive: boolean;
|
|
51147
|
-
isSelected: boolean;
|
|
51148
|
-
isIndeterminate: boolean;
|
|
51149
|
-
select: (value: boolean) => void;
|
|
51150
|
-
} & {
|
|
50541
|
+
append?: false | ((arg: ListItemSlot & {
|
|
51151
50542
|
item: any;
|
|
51152
50543
|
}) => vue.VNodeChild) | undefined;
|
|
51153
50544
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -51187,20 +50578,10 @@ declare const VSelect: {
|
|
|
51187
50578
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
51188
50579
|
item: any;
|
|
51189
50580
|
}) => vue.VNodeChild) | undefined;
|
|
51190
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
51191
|
-
isActive: boolean;
|
|
51192
|
-
isSelected: boolean;
|
|
51193
|
-
isIndeterminate: boolean;
|
|
51194
|
-
select: (value: boolean) => void;
|
|
51195
|
-
} & {
|
|
50581
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
51196
50582
|
item: any;
|
|
51197
50583
|
}) => vue.VNodeChild) | undefined;
|
|
51198
|
-
"v-slot:append"?: false | ((arg: {
|
|
51199
|
-
isActive: boolean;
|
|
51200
|
-
isSelected: boolean;
|
|
51201
|
-
isIndeterminate: boolean;
|
|
51202
|
-
select: (value: boolean) => void;
|
|
51203
|
-
} & {
|
|
50584
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
51204
50585
|
item: any;
|
|
51205
50586
|
}) => vue.VNodeChild) | undefined;
|
|
51206
50587
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -51615,16 +50996,6 @@ declare const VSelect: {
|
|
|
51615
50996
|
collapseIcon?: string | undefined;
|
|
51616
50997
|
expandIcon?: string | undefined;
|
|
51617
50998
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
51618
|
-
"onClick:open"?: ((value: {
|
|
51619
|
-
id: unknown;
|
|
51620
|
-
value: boolean;
|
|
51621
|
-
path: unknown[];
|
|
51622
|
-
}) => any) | undefined;
|
|
51623
|
-
"onClick:select"?: ((value: {
|
|
51624
|
-
id: unknown;
|
|
51625
|
-
value: boolean;
|
|
51626
|
-
path: unknown[];
|
|
51627
|
-
}) => any) | undefined;
|
|
51628
50999
|
"onClick:activate"?: ((value: {
|
|
51629
51000
|
id: unknown;
|
|
51630
51001
|
value: boolean;
|
|
@@ -51671,16 +51042,6 @@ declare const VSelect: {
|
|
|
51671
51042
|
expandIcon?: string | undefined;
|
|
51672
51043
|
} & {
|
|
51673
51044
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
51674
|
-
"onClick:open"?: ((value: {
|
|
51675
|
-
id: unknown;
|
|
51676
|
-
value: boolean;
|
|
51677
|
-
path: unknown[];
|
|
51678
|
-
}) => any) | undefined;
|
|
51679
|
-
"onClick:select"?: ((value: {
|
|
51680
|
-
id: unknown;
|
|
51681
|
-
value: boolean;
|
|
51682
|
-
path: unknown[];
|
|
51683
|
-
}) => any) | undefined;
|
|
51684
51045
|
"onClick:activate"?: ((value: {
|
|
51685
51046
|
id: unknown;
|
|
51686
51047
|
value: boolean;
|
|
@@ -51694,6 +51055,16 @@ declare const VSelect: {
|
|
|
51694
51055
|
itemProps?: SelectItemKey<any>;
|
|
51695
51056
|
selected?: unknown;
|
|
51696
51057
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
51058
|
+
'onClick:open'?: ((value: {
|
|
51059
|
+
id: unknown;
|
|
51060
|
+
value: boolean;
|
|
51061
|
+
path: unknown[];
|
|
51062
|
+
}) => void) | undefined;
|
|
51063
|
+
'onClick:select'?: ((value: {
|
|
51064
|
+
id: unknown;
|
|
51065
|
+
value: boolean;
|
|
51066
|
+
path: unknown[];
|
|
51067
|
+
}) => void) | undefined;
|
|
51697
51068
|
opened?: unknown;
|
|
51698
51069
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
51699
51070
|
} & {
|
|
@@ -51701,20 +51072,10 @@ declare const VSelect: {
|
|
|
51701
51072
|
title?: ((arg: ListItemTitleSlot & {
|
|
51702
51073
|
item: any;
|
|
51703
51074
|
}) => vue.VNodeChild) | undefined;
|
|
51704
|
-
prepend?: ((arg: {
|
|
51705
|
-
isActive: boolean;
|
|
51706
|
-
isSelected: boolean;
|
|
51707
|
-
isIndeterminate: boolean;
|
|
51708
|
-
select: (value: boolean) => void;
|
|
51709
|
-
} & {
|
|
51075
|
+
prepend?: ((arg: ListItemSlot & {
|
|
51710
51076
|
item: any;
|
|
51711
51077
|
}) => vue.VNodeChild) | undefined;
|
|
51712
|
-
append?: ((arg: {
|
|
51713
|
-
isActive: boolean;
|
|
51714
|
-
isSelected: boolean;
|
|
51715
|
-
isIndeterminate: boolean;
|
|
51716
|
-
select: (value: boolean) => void;
|
|
51717
|
-
} & {
|
|
51078
|
+
append?: ((arg: ListItemSlot & {
|
|
51718
51079
|
item: any;
|
|
51719
51080
|
}) => vue.VNodeChild) | undefined;
|
|
51720
51081
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -51754,20 +51115,10 @@ declare const VSelect: {
|
|
|
51754
51115
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
51755
51116
|
item: any;
|
|
51756
51117
|
}) => vue.VNodeChild) | undefined;
|
|
51757
|
-
prepend?: false | ((arg: {
|
|
51758
|
-
isActive: boolean;
|
|
51759
|
-
isSelected: boolean;
|
|
51760
|
-
isIndeterminate: boolean;
|
|
51761
|
-
select: (value: boolean) => void;
|
|
51762
|
-
} & {
|
|
51118
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
51763
51119
|
item: any;
|
|
51764
51120
|
}) => vue.VNodeChild) | undefined;
|
|
51765
|
-
append?: false | ((arg: {
|
|
51766
|
-
isActive: boolean;
|
|
51767
|
-
isSelected: boolean;
|
|
51768
|
-
isIndeterminate: boolean;
|
|
51769
|
-
select: (value: boolean) => void;
|
|
51770
|
-
} & {
|
|
51121
|
+
append?: false | ((arg: ListItemSlot & {
|
|
51771
51122
|
item: any;
|
|
51772
51123
|
}) => vue.VNodeChild) | undefined;
|
|
51773
51124
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -51807,20 +51158,10 @@ declare const VSelect: {
|
|
|
51807
51158
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
51808
51159
|
item: any;
|
|
51809
51160
|
}) => vue.VNodeChild) | undefined;
|
|
51810
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
51811
|
-
isActive: boolean;
|
|
51812
|
-
isSelected: boolean;
|
|
51813
|
-
isIndeterminate: boolean;
|
|
51814
|
-
select: (value: boolean) => void;
|
|
51815
|
-
} & {
|
|
51161
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
51816
51162
|
item: any;
|
|
51817
51163
|
}) => vue.VNodeChild) | undefined;
|
|
51818
|
-
"v-slot:append"?: false | ((arg: {
|
|
51819
|
-
isActive: boolean;
|
|
51820
|
-
isSelected: boolean;
|
|
51821
|
-
isIndeterminate: boolean;
|
|
51822
|
-
select: (value: boolean) => void;
|
|
51823
|
-
} & {
|
|
51164
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
51824
51165
|
item: any;
|
|
51825
51166
|
}) => vue.VNodeChild) | undefined;
|
|
51826
51167
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -52444,16 +51785,6 @@ declare const VSelect: {
|
|
|
52444
51785
|
collapseIcon?: string | undefined;
|
|
52445
51786
|
expandIcon?: string | undefined;
|
|
52446
51787
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
52447
|
-
"onClick:open"?: ((value: {
|
|
52448
|
-
id: unknown;
|
|
52449
|
-
value: boolean;
|
|
52450
|
-
path: unknown[];
|
|
52451
|
-
}) => any) | undefined;
|
|
52452
|
-
"onClick:select"?: ((value: {
|
|
52453
|
-
id: unknown;
|
|
52454
|
-
value: boolean;
|
|
52455
|
-
path: unknown[];
|
|
52456
|
-
}) => any) | undefined;
|
|
52457
51788
|
"onClick:activate"?: ((value: {
|
|
52458
51789
|
id: unknown;
|
|
52459
51790
|
value: boolean;
|
|
@@ -52500,16 +51831,6 @@ declare const VSelect: {
|
|
|
52500
51831
|
expandIcon?: string | undefined;
|
|
52501
51832
|
} & {
|
|
52502
51833
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
52503
|
-
"onClick:open"?: ((value: {
|
|
52504
|
-
id: unknown;
|
|
52505
|
-
value: boolean;
|
|
52506
|
-
path: unknown[];
|
|
52507
|
-
}) => any) | undefined;
|
|
52508
|
-
"onClick:select"?: ((value: {
|
|
52509
|
-
id: unknown;
|
|
52510
|
-
value: boolean;
|
|
52511
|
-
path: unknown[];
|
|
52512
|
-
}) => any) | undefined;
|
|
52513
51834
|
"onClick:activate"?: ((value: {
|
|
52514
51835
|
id: unknown;
|
|
52515
51836
|
value: boolean;
|
|
@@ -52523,6 +51844,16 @@ declare const VSelect: {
|
|
|
52523
51844
|
itemProps?: SelectItemKey<any>;
|
|
52524
51845
|
selected?: unknown;
|
|
52525
51846
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
51847
|
+
'onClick:open'?: ((value: {
|
|
51848
|
+
id: unknown;
|
|
51849
|
+
value: boolean;
|
|
51850
|
+
path: unknown[];
|
|
51851
|
+
}) => void) | undefined;
|
|
51852
|
+
'onClick:select'?: ((value: {
|
|
51853
|
+
id: unknown;
|
|
51854
|
+
value: boolean;
|
|
51855
|
+
path: unknown[];
|
|
51856
|
+
}) => void) | undefined;
|
|
52526
51857
|
opened?: unknown;
|
|
52527
51858
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
52528
51859
|
} & {
|
|
@@ -52530,20 +51861,10 @@ declare const VSelect: {
|
|
|
52530
51861
|
title?: ((arg: ListItemTitleSlot & {
|
|
52531
51862
|
item: any;
|
|
52532
51863
|
}) => vue.VNodeChild) | undefined;
|
|
52533
|
-
prepend?: ((arg: {
|
|
52534
|
-
isActive: boolean;
|
|
52535
|
-
isSelected: boolean;
|
|
52536
|
-
isIndeterminate: boolean;
|
|
52537
|
-
select: (value: boolean) => void;
|
|
52538
|
-
} & {
|
|
51864
|
+
prepend?: ((arg: ListItemSlot & {
|
|
52539
51865
|
item: any;
|
|
52540
51866
|
}) => vue.VNodeChild) | undefined;
|
|
52541
|
-
append?: ((arg: {
|
|
52542
|
-
isActive: boolean;
|
|
52543
|
-
isSelected: boolean;
|
|
52544
|
-
isIndeterminate: boolean;
|
|
52545
|
-
select: (value: boolean) => void;
|
|
52546
|
-
} & {
|
|
51867
|
+
append?: ((arg: ListItemSlot & {
|
|
52547
51868
|
item: any;
|
|
52548
51869
|
}) => vue.VNodeChild) | undefined;
|
|
52549
51870
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -52583,20 +51904,10 @@ declare const VSelect: {
|
|
|
52583
51904
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
52584
51905
|
item: any;
|
|
52585
51906
|
}) => vue.VNodeChild) | undefined;
|
|
52586
|
-
prepend?: false | ((arg: {
|
|
52587
|
-
isActive: boolean;
|
|
52588
|
-
isSelected: boolean;
|
|
52589
|
-
isIndeterminate: boolean;
|
|
52590
|
-
select: (value: boolean) => void;
|
|
52591
|
-
} & {
|
|
51907
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
52592
51908
|
item: any;
|
|
52593
51909
|
}) => vue.VNodeChild) | undefined;
|
|
52594
|
-
append?: false | ((arg: {
|
|
52595
|
-
isActive: boolean;
|
|
52596
|
-
isSelected: boolean;
|
|
52597
|
-
isIndeterminate: boolean;
|
|
52598
|
-
select: (value: boolean) => void;
|
|
52599
|
-
} & {
|
|
51910
|
+
append?: false | ((arg: ListItemSlot & {
|
|
52600
51911
|
item: any;
|
|
52601
51912
|
}) => vue.VNodeChild) | undefined;
|
|
52602
51913
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -52636,20 +51947,10 @@ declare const VSelect: {
|
|
|
52636
51947
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
52637
51948
|
item: any;
|
|
52638
51949
|
}) => vue.VNodeChild) | undefined;
|
|
52639
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
52640
|
-
isActive: boolean;
|
|
52641
|
-
isSelected: boolean;
|
|
52642
|
-
isIndeterminate: boolean;
|
|
52643
|
-
select: (value: boolean) => void;
|
|
52644
|
-
} & {
|
|
51950
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
52645
51951
|
item: any;
|
|
52646
51952
|
}) => vue.VNodeChild) | undefined;
|
|
52647
|
-
"v-slot:append"?: false | ((arg: {
|
|
52648
|
-
isActive: boolean;
|
|
52649
|
-
isSelected: boolean;
|
|
52650
|
-
isIndeterminate: boolean;
|
|
52651
|
-
select: (value: boolean) => void;
|
|
52652
|
-
} & {
|
|
51953
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
52653
51954
|
item: any;
|
|
52654
51955
|
}) => vue.VNodeChild) | undefined;
|
|
52655
51956
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -53116,16 +52417,6 @@ declare const VSelect: {
|
|
|
53116
52417
|
collapseIcon?: string | undefined;
|
|
53117
52418
|
expandIcon?: string | undefined;
|
|
53118
52419
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
53119
|
-
"onClick:open"?: ((value: {
|
|
53120
|
-
id: unknown;
|
|
53121
|
-
value: boolean;
|
|
53122
|
-
path: unknown[];
|
|
53123
|
-
}) => any) | undefined;
|
|
53124
|
-
"onClick:select"?: ((value: {
|
|
53125
|
-
id: unknown;
|
|
53126
|
-
value: boolean;
|
|
53127
|
-
path: unknown[];
|
|
53128
|
-
}) => any) | undefined;
|
|
53129
52420
|
"onClick:activate"?: ((value: {
|
|
53130
52421
|
id: unknown;
|
|
53131
52422
|
value: boolean;
|
|
@@ -53172,16 +52463,6 @@ declare const VSelect: {
|
|
|
53172
52463
|
expandIcon?: string | undefined;
|
|
53173
52464
|
} & {
|
|
53174
52465
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
53175
|
-
"onClick:open"?: ((value: {
|
|
53176
|
-
id: unknown;
|
|
53177
|
-
value: boolean;
|
|
53178
|
-
path: unknown[];
|
|
53179
|
-
}) => any) | undefined;
|
|
53180
|
-
"onClick:select"?: ((value: {
|
|
53181
|
-
id: unknown;
|
|
53182
|
-
value: boolean;
|
|
53183
|
-
path: unknown[];
|
|
53184
|
-
}) => any) | undefined;
|
|
53185
52466
|
"onClick:activate"?: ((value: {
|
|
53186
52467
|
id: unknown;
|
|
53187
52468
|
value: boolean;
|
|
@@ -53195,6 +52476,16 @@ declare const VSelect: {
|
|
|
53195
52476
|
itemProps?: SelectItemKey<any>;
|
|
53196
52477
|
selected?: unknown;
|
|
53197
52478
|
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
|
52479
|
+
'onClick:open'?: ((value: {
|
|
52480
|
+
id: unknown;
|
|
52481
|
+
value: boolean;
|
|
52482
|
+
path: unknown[];
|
|
52483
|
+
}) => void) | undefined;
|
|
52484
|
+
'onClick:select'?: ((value: {
|
|
52485
|
+
id: unknown;
|
|
52486
|
+
value: boolean;
|
|
52487
|
+
path: unknown[];
|
|
52488
|
+
}) => void) | undefined;
|
|
53198
52489
|
opened?: unknown;
|
|
53199
52490
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
|
53200
52491
|
} & {
|
|
@@ -53202,20 +52493,10 @@ declare const VSelect: {
|
|
|
53202
52493
|
title?: ((arg: ListItemTitleSlot & {
|
|
53203
52494
|
item: any;
|
|
53204
52495
|
}) => vue.VNodeChild) | undefined;
|
|
53205
|
-
prepend?: ((arg: {
|
|
53206
|
-
isActive: boolean;
|
|
53207
|
-
isSelected: boolean;
|
|
53208
|
-
isIndeterminate: boolean;
|
|
53209
|
-
select: (value: boolean) => void;
|
|
53210
|
-
} & {
|
|
52496
|
+
prepend?: ((arg: ListItemSlot & {
|
|
53211
52497
|
item: any;
|
|
53212
52498
|
}) => vue.VNodeChild) | undefined;
|
|
53213
|
-
append?: ((arg: {
|
|
53214
|
-
isActive: boolean;
|
|
53215
|
-
isSelected: boolean;
|
|
53216
|
-
isIndeterminate: boolean;
|
|
53217
|
-
select: (value: boolean) => void;
|
|
53218
|
-
} & {
|
|
52499
|
+
append?: ((arg: ListItemSlot & {
|
|
53219
52500
|
item: any;
|
|
53220
52501
|
}) => vue.VNodeChild) | undefined;
|
|
53221
52502
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
|
@@ -53255,20 +52536,10 @@ declare const VSelect: {
|
|
|
53255
52536
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
53256
52537
|
item: any;
|
|
53257
52538
|
}) => vue.VNodeChild) | undefined;
|
|
53258
|
-
prepend?: false | ((arg: {
|
|
53259
|
-
isActive: boolean;
|
|
53260
|
-
isSelected: boolean;
|
|
53261
|
-
isIndeterminate: boolean;
|
|
53262
|
-
select: (value: boolean) => void;
|
|
53263
|
-
} & {
|
|
52539
|
+
prepend?: false | ((arg: ListItemSlot & {
|
|
53264
52540
|
item: any;
|
|
53265
52541
|
}) => vue.VNodeChild) | undefined;
|
|
53266
|
-
append?: false | ((arg: {
|
|
53267
|
-
isActive: boolean;
|
|
53268
|
-
isSelected: boolean;
|
|
53269
|
-
isIndeterminate: boolean;
|
|
53270
|
-
select: (value: boolean) => void;
|
|
53271
|
-
} & {
|
|
52542
|
+
append?: false | ((arg: ListItemSlot & {
|
|
53272
52543
|
item: any;
|
|
53273
52544
|
}) => vue.VNodeChild) | undefined;
|
|
53274
52545
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -53308,20 +52579,10 @@ declare const VSelect: {
|
|
|
53308
52579
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
53309
52580
|
item: any;
|
|
53310
52581
|
}) => vue.VNodeChild) | undefined;
|
|
53311
|
-
"v-slot:prepend"?: false | ((arg: {
|
|
53312
|
-
isActive: boolean;
|
|
53313
|
-
isSelected: boolean;
|
|
53314
|
-
isIndeterminate: boolean;
|
|
53315
|
-
select: (value: boolean) => void;
|
|
53316
|
-
} & {
|
|
52582
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
|
53317
52583
|
item: any;
|
|
53318
52584
|
}) => vue.VNodeChild) | undefined;
|
|
53319
|
-
"v-slot:append"?: false | ((arg: {
|
|
53320
|
-
isActive: boolean;
|
|
53321
|
-
isSelected: boolean;
|
|
53322
|
-
isIndeterminate: boolean;
|
|
53323
|
-
select: (value: boolean) => void;
|
|
53324
|
-
} & {
|
|
52585
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
|
53325
52586
|
item: any;
|
|
53326
52587
|
}) => vue.VNodeChild) | undefined;
|
|
53327
52588
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
|
@@ -58818,7 +58079,7 @@ declare const VStepper: {
|
|
|
58818
58079
|
style: vue.StyleValue;
|
|
58819
58080
|
disabled: boolean;
|
|
58820
58081
|
tag: string;
|
|
58821
|
-
mobile: boolean;
|
|
58082
|
+
mobile: boolean | null;
|
|
58822
58083
|
items: readonly StepperItem[];
|
|
58823
58084
|
mandatory: NonNullable<boolean | "force">;
|
|
58824
58085
|
multiple: boolean;
|
|
@@ -58838,6 +58099,7 @@ declare const VStepper: {
|
|
|
58838
58099
|
height?: string | number | undefined;
|
|
58839
58100
|
theme?: string | undefined;
|
|
58840
58101
|
color?: string | undefined;
|
|
58102
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
58841
58103
|
border?: string | number | boolean | undefined;
|
|
58842
58104
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
58843
58105
|
modelValue?: any;
|
|
@@ -58850,6 +58112,9 @@ declare const VStepper: {
|
|
|
58850
58112
|
location?: Anchor | undefined;
|
|
58851
58113
|
max?: number | undefined;
|
|
58852
58114
|
bgColor?: string | undefined;
|
|
58115
|
+
completeIcon?: string | undefined;
|
|
58116
|
+
editIcon?: string | undefined;
|
|
58117
|
+
errorIcon?: string | undefined;
|
|
58853
58118
|
} & {
|
|
58854
58119
|
$children?: vue.VNodeChild | {
|
|
58855
58120
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -58904,7 +58169,7 @@ declare const VStepper: {
|
|
|
58904
58169
|
style: vue.StyleValue;
|
|
58905
58170
|
disabled: boolean;
|
|
58906
58171
|
tag: string;
|
|
58907
|
-
mobile: boolean;
|
|
58172
|
+
mobile: boolean | null;
|
|
58908
58173
|
items: readonly StepperItem[];
|
|
58909
58174
|
mandatory: NonNullable<boolean | "force">;
|
|
58910
58175
|
multiple: boolean;
|
|
@@ -58924,6 +58189,7 @@ declare const VStepper: {
|
|
|
58924
58189
|
height?: string | number | undefined;
|
|
58925
58190
|
theme?: string | undefined;
|
|
58926
58191
|
color?: string | undefined;
|
|
58192
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
58927
58193
|
border?: string | number | boolean | undefined;
|
|
58928
58194
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
58929
58195
|
modelValue?: any;
|
|
@@ -58936,6 +58202,9 @@ declare const VStepper: {
|
|
|
58936
58202
|
location?: Anchor | undefined;
|
|
58937
58203
|
max?: number | undefined;
|
|
58938
58204
|
bgColor?: string | undefined;
|
|
58205
|
+
completeIcon?: string | undefined;
|
|
58206
|
+
editIcon?: string | undefined;
|
|
58207
|
+
errorIcon?: string | undefined;
|
|
58939
58208
|
} & {
|
|
58940
58209
|
$children?: vue.VNodeChild | {
|
|
58941
58210
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -58985,7 +58254,7 @@ declare const VStepper: {
|
|
|
58985
58254
|
style: vue.StyleValue;
|
|
58986
58255
|
disabled: boolean;
|
|
58987
58256
|
tag: string;
|
|
58988
|
-
mobile: boolean;
|
|
58257
|
+
mobile: boolean | null;
|
|
58989
58258
|
modelValue: any;
|
|
58990
58259
|
rounded: string | number | boolean;
|
|
58991
58260
|
items: readonly StepperItem[];
|
|
@@ -59050,7 +58319,7 @@ declare const VStepper: {
|
|
|
59050
58319
|
style: vue.StyleValue;
|
|
59051
58320
|
disabled: boolean;
|
|
59052
58321
|
tag: string;
|
|
59053
|
-
mobile: boolean;
|
|
58322
|
+
mobile: boolean | null;
|
|
59054
58323
|
items: readonly StepperItem[];
|
|
59055
58324
|
mandatory: NonNullable<boolean | "force">;
|
|
59056
58325
|
multiple: boolean;
|
|
@@ -59070,6 +58339,7 @@ declare const VStepper: {
|
|
|
59070
58339
|
height?: string | number | undefined;
|
|
59071
58340
|
theme?: string | undefined;
|
|
59072
58341
|
color?: string | undefined;
|
|
58342
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
59073
58343
|
border?: string | number | boolean | undefined;
|
|
59074
58344
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
59075
58345
|
modelValue?: any;
|
|
@@ -59082,6 +58352,9 @@ declare const VStepper: {
|
|
|
59082
58352
|
location?: Anchor | undefined;
|
|
59083
58353
|
max?: number | undefined;
|
|
59084
58354
|
bgColor?: string | undefined;
|
|
58355
|
+
completeIcon?: string | undefined;
|
|
58356
|
+
editIcon?: string | undefined;
|
|
58357
|
+
errorIcon?: string | undefined;
|
|
59085
58358
|
} & {
|
|
59086
58359
|
$children?: vue.VNodeChild | {
|
|
59087
58360
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -59134,7 +58407,7 @@ declare const VStepper: {
|
|
|
59134
58407
|
style: vue.StyleValue;
|
|
59135
58408
|
disabled: boolean;
|
|
59136
58409
|
tag: string;
|
|
59137
|
-
mobile: boolean;
|
|
58410
|
+
mobile: boolean | null;
|
|
59138
58411
|
modelValue: any;
|
|
59139
58412
|
rounded: string | number | boolean;
|
|
59140
58413
|
items: readonly StepperItem[];
|
|
@@ -59159,7 +58432,7 @@ declare const VStepper: {
|
|
|
59159
58432
|
style: vue.StyleValue;
|
|
59160
58433
|
disabled: boolean;
|
|
59161
58434
|
tag: string;
|
|
59162
|
-
mobile: boolean;
|
|
58435
|
+
mobile: boolean | null;
|
|
59163
58436
|
items: readonly StepperItem[];
|
|
59164
58437
|
mandatory: NonNullable<boolean | "force">;
|
|
59165
58438
|
multiple: boolean;
|
|
@@ -59179,6 +58452,7 @@ declare const VStepper: {
|
|
|
59179
58452
|
height?: string | number | undefined;
|
|
59180
58453
|
theme?: string | undefined;
|
|
59181
58454
|
color?: string | undefined;
|
|
58455
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
59182
58456
|
border?: string | number | boolean | undefined;
|
|
59183
58457
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
59184
58458
|
modelValue?: any;
|
|
@@ -59191,6 +58465,9 @@ declare const VStepper: {
|
|
|
59191
58465
|
location?: Anchor | undefined;
|
|
59192
58466
|
max?: number | undefined;
|
|
59193
58467
|
bgColor?: string | undefined;
|
|
58468
|
+
completeIcon?: string | undefined;
|
|
58469
|
+
editIcon?: string | undefined;
|
|
58470
|
+
errorIcon?: string | undefined;
|
|
59194
58471
|
} & {
|
|
59195
58472
|
$children?: vue.VNodeChild | {
|
|
59196
58473
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -59245,7 +58522,7 @@ declare const VStepper: {
|
|
|
59245
58522
|
style: vue.StyleValue;
|
|
59246
58523
|
disabled: boolean;
|
|
59247
58524
|
tag: string;
|
|
59248
|
-
mobile: boolean;
|
|
58525
|
+
mobile: boolean | null;
|
|
59249
58526
|
modelValue: any;
|
|
59250
58527
|
rounded: string | number | boolean;
|
|
59251
58528
|
items: readonly StepperItem[];
|
|
@@ -59354,9 +58631,17 @@ declare const VStepper: {
|
|
|
59354
58631
|
default: string;
|
|
59355
58632
|
};
|
|
59356
58633
|
disabled: BooleanConstructor;
|
|
58634
|
+
mobile: {
|
|
58635
|
+
type: PropType<boolean | null>;
|
|
58636
|
+
default: boolean;
|
|
58637
|
+
};
|
|
58638
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
59357
58639
|
altLabels: BooleanConstructor;
|
|
59358
58640
|
bgColor: StringConstructor;
|
|
58641
|
+
completeIcon: StringConstructor;
|
|
58642
|
+
editIcon: StringConstructor;
|
|
59359
58643
|
editable: BooleanConstructor;
|
|
58644
|
+
errorIcon: StringConstructor;
|
|
59360
58645
|
hideActions: BooleanConstructor;
|
|
59361
58646
|
items: {
|
|
59362
58647
|
type: PropType<readonly StepperItem[]>;
|
|
@@ -59370,7 +58655,6 @@ declare const VStepper: {
|
|
|
59370
58655
|
type: StringConstructor;
|
|
59371
58656
|
default: string;
|
|
59372
58657
|
};
|
|
59373
|
-
mobile: BooleanConstructor;
|
|
59374
58658
|
nonLinear: BooleanConstructor;
|
|
59375
58659
|
flat: BooleanConstructor;
|
|
59376
58660
|
}, vue.ExtractPropTypes<{
|
|
@@ -59429,9 +58713,17 @@ declare const VStepper: {
|
|
|
59429
58713
|
default: string;
|
|
59430
58714
|
};
|
|
59431
58715
|
disabled: BooleanConstructor;
|
|
58716
|
+
mobile: {
|
|
58717
|
+
type: PropType<boolean | null>;
|
|
58718
|
+
default: boolean;
|
|
58719
|
+
};
|
|
58720
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
59432
58721
|
altLabels: BooleanConstructor;
|
|
59433
58722
|
bgColor: StringConstructor;
|
|
58723
|
+
completeIcon: StringConstructor;
|
|
58724
|
+
editIcon: StringConstructor;
|
|
59434
58725
|
editable: BooleanConstructor;
|
|
58726
|
+
errorIcon: StringConstructor;
|
|
59435
58727
|
hideActions: BooleanConstructor;
|
|
59436
58728
|
items: {
|
|
59437
58729
|
type: PropType<readonly StepperItem[]>;
|
|
@@ -59445,7 +58737,6 @@ declare const VStepper: {
|
|
|
59445
58737
|
type: StringConstructor;
|
|
59446
58738
|
default: string;
|
|
59447
58739
|
};
|
|
59448
|
-
mobile: BooleanConstructor;
|
|
59449
58740
|
nonLinear: BooleanConstructor;
|
|
59450
58741
|
flat: BooleanConstructor;
|
|
59451
58742
|
}>>;
|
|
@@ -77298,7 +76589,7 @@ declare const VStepperVertical: {
|
|
|
77298
76589
|
style: vue.StyleValue;
|
|
77299
76590
|
disabled: boolean;
|
|
77300
76591
|
tag: string;
|
|
77301
|
-
mobile: boolean;
|
|
76592
|
+
mobile: boolean | null;
|
|
77302
76593
|
readonly: boolean;
|
|
77303
76594
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
77304
76595
|
items: readonly StepperItem[];
|
|
@@ -77327,12 +76618,16 @@ declare const VStepperVertical: {
|
|
|
77327
76618
|
value?: any;
|
|
77328
76619
|
theme?: string | undefined;
|
|
77329
76620
|
color?: string | undefined;
|
|
76621
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
77330
76622
|
modelValue?: any;
|
|
77331
76623
|
rounded?: string | number | boolean | undefined;
|
|
77332
76624
|
elevation?: string | number | undefined;
|
|
77333
76625
|
max?: number | undefined;
|
|
77334
76626
|
selectedClass?: string | undefined;
|
|
77335
76627
|
bgColor?: string | undefined;
|
|
76628
|
+
completeIcon?: string | undefined;
|
|
76629
|
+
editIcon?: string | undefined;
|
|
76630
|
+
errorIcon?: string | undefined;
|
|
77336
76631
|
} & {
|
|
77337
76632
|
$children?: vue.VNodeChild | {
|
|
77338
76633
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -77386,7 +76681,7 @@ declare const VStepperVertical: {
|
|
|
77386
76681
|
style: vue.StyleValue;
|
|
77387
76682
|
disabled: boolean;
|
|
77388
76683
|
tag: string;
|
|
77389
|
-
mobile: boolean;
|
|
76684
|
+
mobile: boolean | null;
|
|
77390
76685
|
readonly: boolean;
|
|
77391
76686
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
77392
76687
|
items: readonly StepperItem[];
|
|
@@ -77415,12 +76710,16 @@ declare const VStepperVertical: {
|
|
|
77415
76710
|
value?: any;
|
|
77416
76711
|
theme?: string | undefined;
|
|
77417
76712
|
color?: string | undefined;
|
|
76713
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
77418
76714
|
modelValue?: any;
|
|
77419
76715
|
rounded?: string | number | boolean | undefined;
|
|
77420
76716
|
elevation?: string | number | undefined;
|
|
77421
76717
|
max?: number | undefined;
|
|
77422
76718
|
selectedClass?: string | undefined;
|
|
77423
76719
|
bgColor?: string | undefined;
|
|
76720
|
+
completeIcon?: string | undefined;
|
|
76721
|
+
editIcon?: string | undefined;
|
|
76722
|
+
errorIcon?: string | undefined;
|
|
77424
76723
|
} & {
|
|
77425
76724
|
$children?: vue.VNodeChild | {
|
|
77426
76725
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -77472,7 +76771,7 @@ declare const VStepperVertical: {
|
|
|
77472
76771
|
style: vue.StyleValue;
|
|
77473
76772
|
disabled: boolean;
|
|
77474
76773
|
tag: string;
|
|
77475
|
-
mobile: boolean;
|
|
76774
|
+
mobile: boolean | null;
|
|
77476
76775
|
readonly: boolean;
|
|
77477
76776
|
modelValue: any;
|
|
77478
76777
|
rounded: string | number | boolean;
|
|
@@ -77541,7 +76840,7 @@ declare const VStepperVertical: {
|
|
|
77541
76840
|
style: vue.StyleValue;
|
|
77542
76841
|
disabled: boolean;
|
|
77543
76842
|
tag: string;
|
|
77544
|
-
mobile: boolean;
|
|
76843
|
+
mobile: boolean | null;
|
|
77545
76844
|
readonly: boolean;
|
|
77546
76845
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
77547
76846
|
items: readonly StepperItem[];
|
|
@@ -77570,12 +76869,16 @@ declare const VStepperVertical: {
|
|
|
77570
76869
|
value?: any;
|
|
77571
76870
|
theme?: string | undefined;
|
|
77572
76871
|
color?: string | undefined;
|
|
76872
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
77573
76873
|
modelValue?: any;
|
|
77574
76874
|
rounded?: string | number | boolean | undefined;
|
|
77575
76875
|
elevation?: string | number | undefined;
|
|
77576
76876
|
max?: number | undefined;
|
|
77577
76877
|
selectedClass?: string | undefined;
|
|
77578
76878
|
bgColor?: string | undefined;
|
|
76879
|
+
completeIcon?: string | undefined;
|
|
76880
|
+
editIcon?: string | undefined;
|
|
76881
|
+
errorIcon?: string | undefined;
|
|
77579
76882
|
} & {
|
|
77580
76883
|
$children?: vue.VNodeChild | {
|
|
77581
76884
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -77627,7 +76930,7 @@ declare const VStepperVertical: {
|
|
|
77627
76930
|
style: vue.StyleValue;
|
|
77628
76931
|
disabled: boolean;
|
|
77629
76932
|
tag: string;
|
|
77630
|
-
mobile: boolean;
|
|
76933
|
+
mobile: boolean | null;
|
|
77631
76934
|
readonly: boolean;
|
|
77632
76935
|
modelValue: any;
|
|
77633
76936
|
rounded: string | number | boolean;
|
|
@@ -77660,7 +76963,7 @@ declare const VStepperVertical: {
|
|
|
77660
76963
|
style: vue.StyleValue;
|
|
77661
76964
|
disabled: boolean;
|
|
77662
76965
|
tag: string;
|
|
77663
|
-
mobile: boolean;
|
|
76966
|
+
mobile: boolean | null;
|
|
77664
76967
|
readonly: boolean;
|
|
77665
76968
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
77666
76969
|
items: readonly StepperItem[];
|
|
@@ -77689,12 +76992,16 @@ declare const VStepperVertical: {
|
|
|
77689
76992
|
value?: any;
|
|
77690
76993
|
theme?: string | undefined;
|
|
77691
76994
|
color?: string | undefined;
|
|
76995
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
77692
76996
|
modelValue?: any;
|
|
77693
76997
|
rounded?: string | number | boolean | undefined;
|
|
77694
76998
|
elevation?: string | number | undefined;
|
|
77695
76999
|
max?: number | undefined;
|
|
77696
77000
|
selectedClass?: string | undefined;
|
|
77697
77001
|
bgColor?: string | undefined;
|
|
77002
|
+
completeIcon?: string | undefined;
|
|
77003
|
+
editIcon?: string | undefined;
|
|
77004
|
+
errorIcon?: string | undefined;
|
|
77698
77005
|
} & {
|
|
77699
77006
|
$children?: vue.VNodeChild | {
|
|
77700
77007
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -77748,7 +77055,7 @@ declare const VStepperVertical: {
|
|
|
77748
77055
|
style: vue.StyleValue;
|
|
77749
77056
|
disabled: boolean;
|
|
77750
77057
|
tag: string;
|
|
77751
|
-
mobile: boolean;
|
|
77058
|
+
mobile: boolean | null;
|
|
77752
77059
|
readonly: boolean;
|
|
77753
77060
|
modelValue: any;
|
|
77754
77061
|
rounded: string | number | boolean;
|
|
@@ -77869,8 +77176,16 @@ declare const VStepperVertical: {
|
|
|
77869
77176
|
};
|
|
77870
77177
|
hideActions: BooleanConstructor;
|
|
77871
77178
|
focusable: BooleanConstructor;
|
|
77179
|
+
mobile: {
|
|
77180
|
+
type: vue.PropType<boolean | null>;
|
|
77181
|
+
default: boolean;
|
|
77182
|
+
};
|
|
77183
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
77872
77184
|
altLabels: BooleanConstructor;
|
|
77185
|
+
completeIcon: StringConstructor;
|
|
77186
|
+
editIcon: StringConstructor;
|
|
77873
77187
|
editable: BooleanConstructor;
|
|
77188
|
+
errorIcon: StringConstructor;
|
|
77874
77189
|
items: {
|
|
77875
77190
|
type: vue.PropType<readonly StepperItem[]>;
|
|
77876
77191
|
default: () => never[];
|
|
@@ -77883,7 +77198,6 @@ declare const VStepperVertical: {
|
|
|
77883
77198
|
type: StringConstructor;
|
|
77884
77199
|
default: string;
|
|
77885
77200
|
};
|
|
77886
|
-
mobile: BooleanConstructor;
|
|
77887
77201
|
nonLinear: BooleanConstructor;
|
|
77888
77202
|
prevText: {
|
|
77889
77203
|
type: StringConstructor;
|
|
@@ -77957,8 +77271,16 @@ declare const VStepperVertical: {
|
|
|
77957
77271
|
};
|
|
77958
77272
|
hideActions: BooleanConstructor;
|
|
77959
77273
|
focusable: BooleanConstructor;
|
|
77274
|
+
mobile: {
|
|
77275
|
+
type: vue.PropType<boolean | null>;
|
|
77276
|
+
default: boolean;
|
|
77277
|
+
};
|
|
77278
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
77960
77279
|
altLabels: BooleanConstructor;
|
|
77280
|
+
completeIcon: StringConstructor;
|
|
77281
|
+
editIcon: StringConstructor;
|
|
77961
77282
|
editable: BooleanConstructor;
|
|
77283
|
+
errorIcon: StringConstructor;
|
|
77962
77284
|
items: {
|
|
77963
77285
|
type: vue.PropType<readonly StepperItem[]>;
|
|
77964
77286
|
default: () => never[];
|
|
@@ -77971,7 +77293,6 @@ declare const VStepperVertical: {
|
|
|
77971
77293
|
type: StringConstructor;
|
|
77972
77294
|
default: string;
|
|
77973
77295
|
};
|
|
77974
|
-
mobile: BooleanConstructor;
|
|
77975
77296
|
nonLinear: BooleanConstructor;
|
|
77976
77297
|
prevText: {
|
|
77977
77298
|
type: StringConstructor;
|
|
@@ -80497,9 +79818,20 @@ declare const VTreeview: {
|
|
|
80497
79818
|
activeClass?: string | undefined;
|
|
80498
79819
|
opened?: any;
|
|
80499
79820
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
79821
|
+
'onUpdate:opened'?: (() => void) | undefined;
|
|
80500
79822
|
activeColor?: string | undefined;
|
|
80501
79823
|
customFilter?: FilterFunction | undefined;
|
|
80502
79824
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
79825
|
+
'onClick:open'?: ((args_0: {
|
|
79826
|
+
id: unknown;
|
|
79827
|
+
value: boolean;
|
|
79828
|
+
path: unknown[];
|
|
79829
|
+
}) => void) | undefined;
|
|
79830
|
+
'onClick:select'?: ((args_0: {
|
|
79831
|
+
id: unknown;
|
|
79832
|
+
value: boolean;
|
|
79833
|
+
path: unknown[];
|
|
79834
|
+
}) => void) | undefined;
|
|
80503
79835
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80504
79836
|
} & {
|
|
80505
79837
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -80580,9 +79912,20 @@ declare const VTreeview: {
|
|
|
80580
79912
|
activeClass?: string | undefined;
|
|
80581
79913
|
opened?: any;
|
|
80582
79914
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
79915
|
+
'onUpdate:opened'?: (() => void) | undefined;
|
|
80583
79916
|
activeColor?: string | undefined;
|
|
80584
79917
|
customFilter?: FilterFunction | undefined;
|
|
80585
79918
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
79919
|
+
'onClick:open'?: ((args_0: {
|
|
79920
|
+
id: unknown;
|
|
79921
|
+
value: boolean;
|
|
79922
|
+
path: unknown[];
|
|
79923
|
+
}) => void) | undefined;
|
|
79924
|
+
'onClick:select'?: ((args_0: {
|
|
79925
|
+
id: unknown;
|
|
79926
|
+
value: boolean;
|
|
79927
|
+
path: unknown[];
|
|
79928
|
+
}) => void) | undefined;
|
|
80586
79929
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80587
79930
|
} & {
|
|
80588
79931
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -80633,22 +79976,12 @@ declare const VTreeview: {
|
|
|
80633
79976
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80634
79977
|
[key: string]: any;
|
|
80635
79978
|
}>[];
|
|
80636
|
-
prepend: (arg: {
|
|
80637
|
-
isActive: boolean;
|
|
80638
|
-
isSelected: boolean;
|
|
80639
|
-
isIndeterminate: boolean;
|
|
80640
|
-
select: (value: boolean) => void;
|
|
80641
|
-
} & {
|
|
79979
|
+
prepend: (arg: ListItemSlot & {
|
|
80642
79980
|
item: unknown;
|
|
80643
79981
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80644
79982
|
[key: string]: any;
|
|
80645
79983
|
}>[];
|
|
80646
|
-
append: (arg: {
|
|
80647
|
-
isActive: boolean;
|
|
80648
|
-
isSelected: boolean;
|
|
80649
|
-
isIndeterminate: boolean;
|
|
80650
|
-
select: (value: boolean) => void;
|
|
80651
|
-
} & {
|
|
79984
|
+
append: (arg: ListItemSlot & {
|
|
80652
79985
|
item: unknown;
|
|
80653
79986
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80654
79987
|
[key: string]: any;
|
|
@@ -80753,9 +80086,20 @@ declare const VTreeview: {
|
|
|
80753
80086
|
activeClass?: string | undefined;
|
|
80754
80087
|
opened?: any;
|
|
80755
80088
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
80089
|
+
'onUpdate:opened'?: (() => void) | undefined;
|
|
80756
80090
|
activeColor?: string | undefined;
|
|
80757
80091
|
customFilter?: FilterFunction | undefined;
|
|
80758
80092
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
80093
|
+
'onClick:open'?: ((args_0: {
|
|
80094
|
+
id: unknown;
|
|
80095
|
+
value: boolean;
|
|
80096
|
+
path: unknown[];
|
|
80097
|
+
}) => void) | undefined;
|
|
80098
|
+
'onClick:select'?: ((args_0: {
|
|
80099
|
+
id: unknown;
|
|
80100
|
+
value: boolean;
|
|
80101
|
+
path: unknown[];
|
|
80102
|
+
}) => void) | undefined;
|
|
80759
80103
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80760
80104
|
} & {
|
|
80761
80105
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -80855,9 +80199,20 @@ declare const VTreeview: {
|
|
|
80855
80199
|
activeClass?: string | undefined;
|
|
80856
80200
|
opened?: any;
|
|
80857
80201
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
80202
|
+
'onUpdate:opened'?: (() => void) | undefined;
|
|
80858
80203
|
activeColor?: string | undefined;
|
|
80859
80204
|
customFilter?: FilterFunction | undefined;
|
|
80860
80205
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
80206
|
+
'onClick:open'?: ((args_0: {
|
|
80207
|
+
id: unknown;
|
|
80208
|
+
value: boolean;
|
|
80209
|
+
path: unknown[];
|
|
80210
|
+
}) => void) | undefined;
|
|
80211
|
+
'onClick:select'?: ((args_0: {
|
|
80212
|
+
id: unknown;
|
|
80213
|
+
value: boolean;
|
|
80214
|
+
path: unknown[];
|
|
80215
|
+
}) => void) | undefined;
|
|
80861
80216
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80862
80217
|
} & {
|
|
80863
80218
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -80924,22 +80279,12 @@ declare const VTreeview: {
|
|
|
80924
80279
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80925
80280
|
[key: string]: any;
|
|
80926
80281
|
}>[];
|
|
80927
|
-
prepend: (arg: {
|
|
80928
|
-
isActive: boolean;
|
|
80929
|
-
isSelected: boolean;
|
|
80930
|
-
isIndeterminate: boolean;
|
|
80931
|
-
select: (value: boolean) => void;
|
|
80932
|
-
} & {
|
|
80282
|
+
prepend: (arg: ListItemSlot & {
|
|
80933
80283
|
item: unknown;
|
|
80934
80284
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80935
80285
|
[key: string]: any;
|
|
80936
80286
|
}>[];
|
|
80937
|
-
append: (arg: {
|
|
80938
|
-
isActive: boolean;
|
|
80939
|
-
isSelected: boolean;
|
|
80940
|
-
isIndeterminate: boolean;
|
|
80941
|
-
select: (value: boolean) => void;
|
|
80942
|
-
} & {
|
|
80287
|
+
append: (arg: ListItemSlot & {
|
|
80943
80288
|
item: unknown;
|
|
80944
80289
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80945
80290
|
[key: string]: any;
|
|
@@ -81070,6 +80415,7 @@ declare const VTreeview: {
|
|
|
81070
80415
|
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
|
81071
80416
|
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
|
81072
80417
|
};
|
|
80418
|
+
'onUpdate:opened': vue.PropType<() => void>;
|
|
81073
80419
|
activeColor: StringConstructor;
|
|
81074
80420
|
collapseIcon: {
|
|
81075
80421
|
type: vue.PropType<string>;
|
|
@@ -81100,6 +80446,16 @@ declare const VTreeview: {
|
|
|
81100
80446
|
type: vue.PropType<SelectItemKey>;
|
|
81101
80447
|
default: string;
|
|
81102
80448
|
};
|
|
80449
|
+
'onClick:open': vue.PropType<(args_0: {
|
|
80450
|
+
id: unknown;
|
|
80451
|
+
value: boolean;
|
|
80452
|
+
path: unknown[];
|
|
80453
|
+
}) => void>;
|
|
80454
|
+
'onClick:select': vue.PropType<(args_0: {
|
|
80455
|
+
id: unknown;
|
|
80456
|
+
value: boolean;
|
|
80457
|
+
path: unknown[];
|
|
80458
|
+
}) => void>;
|
|
81103
80459
|
itemType: {
|
|
81104
80460
|
type: StringConstructor;
|
|
81105
80461
|
default: string;
|
|
@@ -81200,6 +80556,7 @@ declare const VTreeview: {
|
|
|
81200
80556
|
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
|
81201
80557
|
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
|
81202
80558
|
};
|
|
80559
|
+
'onUpdate:opened': vue.PropType<() => void>;
|
|
81203
80560
|
activeColor: StringConstructor;
|
|
81204
80561
|
collapseIcon: {
|
|
81205
80562
|
type: vue.PropType<string>;
|
|
@@ -81230,6 +80587,16 @@ declare const VTreeview: {
|
|
|
81230
80587
|
type: vue.PropType<SelectItemKey>;
|
|
81231
80588
|
default: string;
|
|
81232
80589
|
};
|
|
80590
|
+
'onClick:open': vue.PropType<(args_0: {
|
|
80591
|
+
id: unknown;
|
|
80592
|
+
value: boolean;
|
|
80593
|
+
path: unknown[];
|
|
80594
|
+
}) => void>;
|
|
80595
|
+
'onClick:select': vue.PropType<(args_0: {
|
|
80596
|
+
id: unknown;
|
|
80597
|
+
value: boolean;
|
|
80598
|
+
path: unknown[];
|
|
80599
|
+
}) => void>;
|
|
81233
80600
|
itemType: {
|
|
81234
80601
|
type: StringConstructor;
|
|
81235
80602
|
default: string;
|
|
@@ -81304,73 +80671,23 @@ declare const VTreeviewItem: {
|
|
|
81304
80671
|
toggleIcon?: IconValue | undefined;
|
|
81305
80672
|
} & {
|
|
81306
80673
|
$children?: vue.VNodeChild | {
|
|
81307
|
-
prepend?: ((arg:
|
|
81308
|
-
|
|
81309
|
-
|
|
81310
|
-
isIndeterminate: boolean;
|
|
81311
|
-
select: (value: boolean) => void;
|
|
81312
|
-
}) => vue.VNodeChild) | undefined;
|
|
81313
|
-
append?: ((arg: {
|
|
81314
|
-
isActive: boolean;
|
|
81315
|
-
isSelected: boolean;
|
|
81316
|
-
isIndeterminate: boolean;
|
|
81317
|
-
select: (value: boolean) => void;
|
|
81318
|
-
}) => vue.VNodeChild) | undefined;
|
|
81319
|
-
default?: ((arg: {
|
|
81320
|
-
isActive: boolean;
|
|
81321
|
-
isSelected: boolean;
|
|
81322
|
-
isIndeterminate: boolean;
|
|
81323
|
-
select: (value: boolean) => void;
|
|
81324
|
-
}) => vue.VNodeChild) | undefined;
|
|
80674
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80675
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80676
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81325
80677
|
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81326
80678
|
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81327
|
-
} | ((arg:
|
|
81328
|
-
isActive: boolean;
|
|
81329
|
-
isSelected: boolean;
|
|
81330
|
-
isIndeterminate: boolean;
|
|
81331
|
-
select: (value: boolean) => void;
|
|
81332
|
-
}) => vue.VNodeChild);
|
|
80679
|
+
} | ((arg: ListItemSlot) => vue.VNodeChild);
|
|
81333
80680
|
'v-slots'?: {
|
|
81334
|
-
prepend?: false | ((arg:
|
|
81335
|
-
|
|
81336
|
-
|
|
81337
|
-
isIndeterminate: boolean;
|
|
81338
|
-
select: (value: boolean) => void;
|
|
81339
|
-
}) => vue.VNodeChild) | undefined;
|
|
81340
|
-
append?: false | ((arg: {
|
|
81341
|
-
isActive: boolean;
|
|
81342
|
-
isSelected: boolean;
|
|
81343
|
-
isIndeterminate: boolean;
|
|
81344
|
-
select: (value: boolean) => void;
|
|
81345
|
-
}) => vue.VNodeChild) | undefined;
|
|
81346
|
-
default?: false | ((arg: {
|
|
81347
|
-
isActive: boolean;
|
|
81348
|
-
isSelected: boolean;
|
|
81349
|
-
isIndeterminate: boolean;
|
|
81350
|
-
select: (value: boolean) => void;
|
|
81351
|
-
}) => vue.VNodeChild) | undefined;
|
|
80681
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80682
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80683
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81352
80684
|
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81353
80685
|
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81354
80686
|
} | undefined;
|
|
81355
80687
|
} & {
|
|
81356
|
-
"v-slot:prepend"?: false | ((arg:
|
|
81357
|
-
|
|
81358
|
-
|
|
81359
|
-
isIndeterminate: boolean;
|
|
81360
|
-
select: (value: boolean) => void;
|
|
81361
|
-
}) => vue.VNodeChild) | undefined;
|
|
81362
|
-
"v-slot:append"?: false | ((arg: {
|
|
81363
|
-
isActive: boolean;
|
|
81364
|
-
isSelected: boolean;
|
|
81365
|
-
isIndeterminate: boolean;
|
|
81366
|
-
select: (value: boolean) => void;
|
|
81367
|
-
}) => vue.VNodeChild) | undefined;
|
|
81368
|
-
"v-slot:default"?: false | ((arg: {
|
|
81369
|
-
isActive: boolean;
|
|
81370
|
-
isSelected: boolean;
|
|
81371
|
-
isIndeterminate: boolean;
|
|
81372
|
-
select: (value: boolean) => void;
|
|
81373
|
-
}) => vue.VNodeChild) | undefined;
|
|
80688
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80689
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80690
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81374
80691
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81375
80692
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81376
80693
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -81421,73 +80738,23 @@ declare const VTreeviewItem: {
|
|
|
81421
80738
|
toggleIcon?: IconValue | undefined;
|
|
81422
80739
|
} & {
|
|
81423
80740
|
$children?: vue.VNodeChild | {
|
|
81424
|
-
prepend?: ((arg:
|
|
81425
|
-
|
|
81426
|
-
|
|
81427
|
-
isIndeterminate: boolean;
|
|
81428
|
-
select: (value: boolean) => void;
|
|
81429
|
-
}) => vue.VNodeChild) | undefined;
|
|
81430
|
-
append?: ((arg: {
|
|
81431
|
-
isActive: boolean;
|
|
81432
|
-
isSelected: boolean;
|
|
81433
|
-
isIndeterminate: boolean;
|
|
81434
|
-
select: (value: boolean) => void;
|
|
81435
|
-
}) => vue.VNodeChild) | undefined;
|
|
81436
|
-
default?: ((arg: {
|
|
81437
|
-
isActive: boolean;
|
|
81438
|
-
isSelected: boolean;
|
|
81439
|
-
isIndeterminate: boolean;
|
|
81440
|
-
select: (value: boolean) => void;
|
|
81441
|
-
}) => vue.VNodeChild) | undefined;
|
|
80741
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80742
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80743
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81442
80744
|
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81443
80745
|
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81444
|
-
} | ((arg:
|
|
81445
|
-
isActive: boolean;
|
|
81446
|
-
isSelected: boolean;
|
|
81447
|
-
isIndeterminate: boolean;
|
|
81448
|
-
select: (value: boolean) => void;
|
|
81449
|
-
}) => vue.VNodeChild);
|
|
80746
|
+
} | ((arg: ListItemSlot) => vue.VNodeChild);
|
|
81450
80747
|
'v-slots'?: {
|
|
81451
|
-
prepend?: false | ((arg:
|
|
81452
|
-
|
|
81453
|
-
|
|
81454
|
-
isIndeterminate: boolean;
|
|
81455
|
-
select: (value: boolean) => void;
|
|
81456
|
-
}) => vue.VNodeChild) | undefined;
|
|
81457
|
-
append?: false | ((arg: {
|
|
81458
|
-
isActive: boolean;
|
|
81459
|
-
isSelected: boolean;
|
|
81460
|
-
isIndeterminate: boolean;
|
|
81461
|
-
select: (value: boolean) => void;
|
|
81462
|
-
}) => vue.VNodeChild) | undefined;
|
|
81463
|
-
default?: false | ((arg: {
|
|
81464
|
-
isActive: boolean;
|
|
81465
|
-
isSelected: boolean;
|
|
81466
|
-
isIndeterminate: boolean;
|
|
81467
|
-
select: (value: boolean) => void;
|
|
81468
|
-
}) => vue.VNodeChild) | undefined;
|
|
80748
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80749
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80750
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81469
80751
|
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81470
80752
|
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81471
80753
|
} | undefined;
|
|
81472
80754
|
} & {
|
|
81473
|
-
"v-slot:prepend"?: false | ((arg:
|
|
81474
|
-
|
|
81475
|
-
|
|
81476
|
-
isIndeterminate: boolean;
|
|
81477
|
-
select: (value: boolean) => void;
|
|
81478
|
-
}) => vue.VNodeChild) | undefined;
|
|
81479
|
-
"v-slot:append"?: false | ((arg: {
|
|
81480
|
-
isActive: boolean;
|
|
81481
|
-
isSelected: boolean;
|
|
81482
|
-
isIndeterminate: boolean;
|
|
81483
|
-
select: (value: boolean) => void;
|
|
81484
|
-
}) => vue.VNodeChild) | undefined;
|
|
81485
|
-
"v-slot:default"?: false | ((arg: {
|
|
81486
|
-
isActive: boolean;
|
|
81487
|
-
isSelected: boolean;
|
|
81488
|
-
isIndeterminate: boolean;
|
|
81489
|
-
select: (value: boolean) => void;
|
|
81490
|
-
}) => vue.VNodeChild) | undefined;
|
|
80755
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80756
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80757
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81491
80758
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81492
80759
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81493
80760
|
}, {
|
|
@@ -81509,28 +80776,13 @@ declare const VTreeviewItem: {
|
|
|
81509
80776
|
class: string;
|
|
81510
80777
|
} | undefined;
|
|
81511
80778
|
}, true, {}, vue.SlotsType<Partial<{
|
|
81512
|
-
prepend: (arg: {
|
|
81513
|
-
isActive: boolean;
|
|
81514
|
-
isSelected: boolean;
|
|
81515
|
-
isIndeterminate: boolean;
|
|
81516
|
-
select: (value: boolean) => void;
|
|
81517
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80779
|
+
prepend: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
81518
80780
|
[key: string]: any;
|
|
81519
80781
|
}>[];
|
|
81520
|
-
append: (arg: {
|
|
81521
|
-
isActive: boolean;
|
|
81522
|
-
isSelected: boolean;
|
|
81523
|
-
isIndeterminate: boolean;
|
|
81524
|
-
select: (value: boolean) => void;
|
|
81525
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80782
|
+
append: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
81526
80783
|
[key: string]: any;
|
|
81527
80784
|
}>[];
|
|
81528
|
-
default: (arg: {
|
|
81529
|
-
isActive: boolean;
|
|
81530
|
-
isSelected: boolean;
|
|
81531
|
-
isIndeterminate: boolean;
|
|
81532
|
-
select: (value: boolean) => void;
|
|
81533
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80785
|
+
default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
81534
80786
|
[key: string]: any;
|
|
81535
80787
|
}>[];
|
|
81536
80788
|
title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -81594,73 +80846,23 @@ declare const VTreeviewItem: {
|
|
|
81594
80846
|
toggleIcon?: IconValue | undefined;
|
|
81595
80847
|
} & {
|
|
81596
80848
|
$children?: vue.VNodeChild | {
|
|
81597
|
-
prepend?: ((arg:
|
|
81598
|
-
|
|
81599
|
-
|
|
81600
|
-
isIndeterminate: boolean;
|
|
81601
|
-
select: (value: boolean) => void;
|
|
81602
|
-
}) => vue.VNodeChild) | undefined;
|
|
81603
|
-
append?: ((arg: {
|
|
81604
|
-
isActive: boolean;
|
|
81605
|
-
isSelected: boolean;
|
|
81606
|
-
isIndeterminate: boolean;
|
|
81607
|
-
select: (value: boolean) => void;
|
|
81608
|
-
}) => vue.VNodeChild) | undefined;
|
|
81609
|
-
default?: ((arg: {
|
|
81610
|
-
isActive: boolean;
|
|
81611
|
-
isSelected: boolean;
|
|
81612
|
-
isIndeterminate: boolean;
|
|
81613
|
-
select: (value: boolean) => void;
|
|
81614
|
-
}) => vue.VNodeChild) | undefined;
|
|
80849
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80850
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80851
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81615
80852
|
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81616
80853
|
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81617
|
-
} | ((arg:
|
|
81618
|
-
isActive: boolean;
|
|
81619
|
-
isSelected: boolean;
|
|
81620
|
-
isIndeterminate: boolean;
|
|
81621
|
-
select: (value: boolean) => void;
|
|
81622
|
-
}) => vue.VNodeChild);
|
|
80854
|
+
} | ((arg: ListItemSlot) => vue.VNodeChild);
|
|
81623
80855
|
'v-slots'?: {
|
|
81624
|
-
prepend?: false | ((arg:
|
|
81625
|
-
|
|
81626
|
-
|
|
81627
|
-
isIndeterminate: boolean;
|
|
81628
|
-
select: (value: boolean) => void;
|
|
81629
|
-
}) => vue.VNodeChild) | undefined;
|
|
81630
|
-
append?: false | ((arg: {
|
|
81631
|
-
isActive: boolean;
|
|
81632
|
-
isSelected: boolean;
|
|
81633
|
-
isIndeterminate: boolean;
|
|
81634
|
-
select: (value: boolean) => void;
|
|
81635
|
-
}) => vue.VNodeChild) | undefined;
|
|
81636
|
-
default?: false | ((arg: {
|
|
81637
|
-
isActive: boolean;
|
|
81638
|
-
isSelected: boolean;
|
|
81639
|
-
isIndeterminate: boolean;
|
|
81640
|
-
select: (value: boolean) => void;
|
|
81641
|
-
}) => vue.VNodeChild) | undefined;
|
|
80856
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80857
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80858
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81642
80859
|
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81643
80860
|
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81644
80861
|
} | undefined;
|
|
81645
80862
|
} & {
|
|
81646
|
-
"v-slot:prepend"?: false | ((arg:
|
|
81647
|
-
|
|
81648
|
-
|
|
81649
|
-
isIndeterminate: boolean;
|
|
81650
|
-
select: (value: boolean) => void;
|
|
81651
|
-
}) => vue.VNodeChild) | undefined;
|
|
81652
|
-
"v-slot:append"?: false | ((arg: {
|
|
81653
|
-
isActive: boolean;
|
|
81654
|
-
isSelected: boolean;
|
|
81655
|
-
isIndeterminate: boolean;
|
|
81656
|
-
select: (value: boolean) => void;
|
|
81657
|
-
}) => vue.VNodeChild) | undefined;
|
|
81658
|
-
"v-slot:default"?: false | ((arg: {
|
|
81659
|
-
isActive: boolean;
|
|
81660
|
-
isSelected: boolean;
|
|
81661
|
-
isIndeterminate: boolean;
|
|
81662
|
-
select: (value: boolean) => void;
|
|
81663
|
-
}) => vue.VNodeChild) | undefined;
|
|
80863
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80864
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80865
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81664
80866
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81665
80867
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81666
80868
|
}, {}, {}, {}, {}, {
|
|
@@ -81733,73 +80935,23 @@ declare const VTreeviewItem: {
|
|
|
81733
80935
|
toggleIcon?: IconValue | undefined;
|
|
81734
80936
|
} & {
|
|
81735
80937
|
$children?: vue.VNodeChild | {
|
|
81736
|
-
prepend?: ((arg:
|
|
81737
|
-
|
|
81738
|
-
|
|
81739
|
-
isIndeterminate: boolean;
|
|
81740
|
-
select: (value: boolean) => void;
|
|
81741
|
-
}) => vue.VNodeChild) | undefined;
|
|
81742
|
-
append?: ((arg: {
|
|
81743
|
-
isActive: boolean;
|
|
81744
|
-
isSelected: boolean;
|
|
81745
|
-
isIndeterminate: boolean;
|
|
81746
|
-
select: (value: boolean) => void;
|
|
81747
|
-
}) => vue.VNodeChild) | undefined;
|
|
81748
|
-
default?: ((arg: {
|
|
81749
|
-
isActive: boolean;
|
|
81750
|
-
isSelected: boolean;
|
|
81751
|
-
isIndeterminate: boolean;
|
|
81752
|
-
select: (value: boolean) => void;
|
|
81753
|
-
}) => vue.VNodeChild) | undefined;
|
|
80938
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80939
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80940
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81754
80941
|
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81755
80942
|
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81756
|
-
} | ((arg:
|
|
81757
|
-
isActive: boolean;
|
|
81758
|
-
isSelected: boolean;
|
|
81759
|
-
isIndeterminate: boolean;
|
|
81760
|
-
select: (value: boolean) => void;
|
|
81761
|
-
}) => vue.VNodeChild);
|
|
80943
|
+
} | ((arg: ListItemSlot) => vue.VNodeChild);
|
|
81762
80944
|
'v-slots'?: {
|
|
81763
|
-
prepend?: false | ((arg:
|
|
81764
|
-
|
|
81765
|
-
|
|
81766
|
-
isIndeterminate: boolean;
|
|
81767
|
-
select: (value: boolean) => void;
|
|
81768
|
-
}) => vue.VNodeChild) | undefined;
|
|
81769
|
-
append?: false | ((arg: {
|
|
81770
|
-
isActive: boolean;
|
|
81771
|
-
isSelected: boolean;
|
|
81772
|
-
isIndeterminate: boolean;
|
|
81773
|
-
select: (value: boolean) => void;
|
|
81774
|
-
}) => vue.VNodeChild) | undefined;
|
|
81775
|
-
default?: false | ((arg: {
|
|
81776
|
-
isActive: boolean;
|
|
81777
|
-
isSelected: boolean;
|
|
81778
|
-
isIndeterminate: boolean;
|
|
81779
|
-
select: (value: boolean) => void;
|
|
81780
|
-
}) => vue.VNodeChild) | undefined;
|
|
80945
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80946
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80947
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81781
80948
|
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81782
80949
|
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81783
80950
|
} | undefined;
|
|
81784
80951
|
} & {
|
|
81785
|
-
"v-slot:prepend"?: false | ((arg:
|
|
81786
|
-
|
|
81787
|
-
|
|
81788
|
-
isIndeterminate: boolean;
|
|
81789
|
-
select: (value: boolean) => void;
|
|
81790
|
-
}) => vue.VNodeChild) | undefined;
|
|
81791
|
-
"v-slot:append"?: false | ((arg: {
|
|
81792
|
-
isActive: boolean;
|
|
81793
|
-
isSelected: boolean;
|
|
81794
|
-
isIndeterminate: boolean;
|
|
81795
|
-
select: (value: boolean) => void;
|
|
81796
|
-
}) => vue.VNodeChild) | undefined;
|
|
81797
|
-
"v-slot:default"?: false | ((arg: {
|
|
81798
|
-
isActive: boolean;
|
|
81799
|
-
isSelected: boolean;
|
|
81800
|
-
isIndeterminate: boolean;
|
|
81801
|
-
select: (value: boolean) => void;
|
|
81802
|
-
}) => vue.VNodeChild) | undefined;
|
|
80952
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80953
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
80954
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
81803
80955
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
81804
80956
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
81805
80957
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -81821,28 +80973,13 @@ declare const VTreeviewItem: {
|
|
|
81821
80973
|
class: string;
|
|
81822
80974
|
} | undefined;
|
|
81823
80975
|
}, {}, string, vue.SlotsType<Partial<{
|
|
81824
|
-
prepend: (arg: {
|
|
81825
|
-
isActive: boolean;
|
|
81826
|
-
isSelected: boolean;
|
|
81827
|
-
isIndeterminate: boolean;
|
|
81828
|
-
select: (value: boolean) => void;
|
|
81829
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80976
|
+
prepend: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
81830
80977
|
[key: string]: any;
|
|
81831
80978
|
}>[];
|
|
81832
|
-
append: (arg: {
|
|
81833
|
-
isActive: boolean;
|
|
81834
|
-
isSelected: boolean;
|
|
81835
|
-
isIndeterminate: boolean;
|
|
81836
|
-
select: (value: boolean) => void;
|
|
81837
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80979
|
+
append: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
81838
80980
|
[key: string]: any;
|
|
81839
80981
|
}>[];
|
|
81840
|
-
default: (arg: {
|
|
81841
|
-
isActive: boolean;
|
|
81842
|
-
isSelected: boolean;
|
|
81843
|
-
isIndeterminate: boolean;
|
|
81844
|
-
select: (value: boolean) => void;
|
|
81845
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
80982
|
+
default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
81846
80983
|
[key: string]: any;
|
|
81847
80984
|
}>[];
|
|
81848
80985
|
title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -82632,7 +81769,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
|
82632
81769
|
theme: ThemeInstance & {
|
|
82633
81770
|
install: (app: vue.App<any>) => void;
|
|
82634
81771
|
};
|
|
82635
|
-
icons:
|
|
81772
|
+
icons: InternalIconOptions;
|
|
82636
81773
|
locale: {
|
|
82637
81774
|
isRtl: vue.Ref<boolean>;
|
|
82638
81775
|
rtl: vue.Ref<Record<string, boolean>>;
|
|
@@ -82693,10 +81830,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
|
82693
81830
|
setMinutes: (date: unknown, minutes: number) => unknown;
|
|
82694
81831
|
};
|
|
82695
81832
|
};
|
|
82696
|
-
goTo:
|
|
82697
|
-
rtl: vue.Ref<boolean>;
|
|
82698
|
-
options: Record<string, any>;
|
|
82699
|
-
};
|
|
81833
|
+
goTo: GoToInstance;
|
|
82700
81834
|
};
|
|
82701
81835
|
|
|
82702
81836
|
export { type DateInstance, type DefaultsInstance, type DisplayBreakpoint, type DisplayInstance, type DisplayThresholds, type GoToInstance, type IconAliases, type IconOptions, type IconProps, type IconSet, type LocaleInstance, type LocaleMessages, type LocaleOptions, type RtlInstance, type RtlOptions, type SubmitEventPromise, type ThemeDefinition, type ThemeInstance, index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|