@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -15,7 +15,7 @@ export type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {
|
|
15
15
|
};
|
16
16
|
};
|
17
17
|
};
|
18
|
-
export type SnackbarMessage = Omit<VSnackbar['$props'], 'modelValue' | 'onUpdate:modelValue' | 'activator' | 'activatorProps' | 'closeDelay' | 'openDelay' | 'openOnClick' | 'openOnFocus' | 'openOnHover' | '$children' | 'v-slots' | `v-slot:${string}` | keyof VNodeProps>;
|
18
|
+
export type SnackbarMessage = string | Omit<VSnackbar['$props'], 'modelValue' | 'onUpdate:modelValue' | 'activator' | 'activatorProps' | 'closeDelay' | 'openDelay' | 'openOnClick' | 'openOnFocus' | 'openOnHover' | '$children' | 'v-slots' | `v-slot:${string}` | keyof VNodeProps>;
|
19
19
|
export declare const makeVSnackbarQueueProps: <Defaults extends {
|
20
20
|
variant?: unknown;
|
21
21
|
offset?: unknown;
|
@@ -43,13 +43,12 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
|
|
43
43
|
theme?: unknown;
|
44
44
|
vertical?: unknown;
|
45
45
|
timer?: unknown;
|
46
|
+
locationStrategy?: unknown;
|
46
47
|
rounded?: unknown;
|
47
|
-
contentClass?: unknown;
|
48
48
|
tile?: unknown;
|
49
|
-
activator?: unknown;
|
50
|
-
locationStrategy?: unknown;
|
51
49
|
closeDelay?: unknown;
|
52
50
|
openDelay?: unknown;
|
51
|
+
activator?: unknown;
|
53
52
|
activatorProps?: unknown;
|
54
53
|
openOnClick?: unknown;
|
55
54
|
openOnHover?: unknown;
|
@@ -57,6 +56,7 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
|
|
57
56
|
closeOnContentClick?: unknown;
|
58
57
|
closeOnBack?: unknown;
|
59
58
|
contained?: unknown;
|
59
|
+
contentClass?: unknown;
|
60
60
|
contentProps?: unknown;
|
61
61
|
attach?: unknown;
|
62
62
|
multiLine?: unknown;
|
@@ -246,6 +246,18 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
|
|
246
246
|
type: PropType<unknown extends Defaults["timer"] ? string | boolean : string | boolean | Defaults["timer"]>;
|
247
247
|
default: unknown extends Defaults["timer"] ? string | boolean : NonNullable<string | boolean> | Defaults["timer"];
|
248
248
|
};
|
249
|
+
locationStrategy: unknown extends Defaults["locationStrategy"] ? {
|
250
|
+
type: PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
251
|
+
default: string;
|
252
|
+
validator: (val: any) => boolean;
|
253
|
+
} : Omit<{
|
254
|
+
type: PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
255
|
+
default: string;
|
256
|
+
validator: (val: any) => boolean;
|
257
|
+
}, "type" | "default"> & {
|
258
|
+
type: PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction | Defaults["locationStrategy"]>;
|
259
|
+
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction> | Defaults["locationStrategy"];
|
260
|
+
};
|
249
261
|
rounded: unknown extends Defaults["rounded"] ? {
|
250
262
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
251
263
|
default: undefined;
|
@@ -256,38 +268,10 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
|
|
256
268
|
type: PropType<unknown extends Defaults["rounded"] ? string | number | boolean : string | number | boolean | Defaults["rounded"]>;
|
257
269
|
default: unknown extends Defaults["rounded"] ? string | number | boolean : NonNullable<string | number | boolean> | Defaults["rounded"];
|
258
270
|
};
|
259
|
-
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
260
|
-
type: PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
261
|
-
default: unknown extends Defaults["contentClass"] ? any : any;
|
262
|
-
};
|
263
271
|
tile: unknown extends Defaults["tile"] ? BooleanConstructor : {
|
264
272
|
type: PropType<unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"]>;
|
265
273
|
default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
|
266
274
|
};
|
267
|
-
activator: unknown extends Defaults["activator"] ? PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
268
|
-
type: PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
269
|
-
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
270
|
-
};
|
271
|
-
locationStrategy: unknown extends Defaults["locationStrategy"] ? {
|
272
|
-
type: PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
273
|
-
default: string;
|
274
|
-
validator: (val: any) => boolean;
|
275
|
-
} : Omit<{
|
276
|
-
type: PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
277
|
-
default: string;
|
278
|
-
validator: (val: any) => boolean;
|
279
|
-
}, "type" | "default"> & {
|
280
|
-
type: PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
281
|
-
updateLocation: (e?: Event) => void;
|
282
|
-
}) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
283
|
-
updateLocation: (e?: Event) => void;
|
284
|
-
}) | Defaults["locationStrategy"]>;
|
285
|
-
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
286
|
-
updateLocation: (e?: Event) => void;
|
287
|
-
}) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
288
|
-
updateLocation: (e?: Event) => void;
|
289
|
-
})> | Defaults["locationStrategy"];
|
290
|
-
};
|
291
275
|
closeDelay: unknown extends Defaults["closeDelay"] ? (StringConstructor | NumberConstructor)[] : {
|
292
276
|
type: PropType<unknown extends Defaults["closeDelay"] ? string | number : string | number | Defaults["closeDelay"]>;
|
293
277
|
default: unknown extends Defaults["closeDelay"] ? string | number : NonNullable<string | number> | Defaults["closeDelay"];
|
@@ -296,6 +280,10 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
|
|
296
280
|
type: PropType<unknown extends Defaults["openDelay"] ? string | number : string | number | Defaults["openDelay"]>;
|
297
281
|
default: unknown extends Defaults["openDelay"] ? string | number : NonNullable<string | number> | Defaults["openDelay"];
|
298
282
|
};
|
283
|
+
activator: unknown extends Defaults["activator"] ? PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
284
|
+
type: PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
285
|
+
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
286
|
+
};
|
299
287
|
activatorProps: unknown extends Defaults["activatorProps"] ? {
|
300
288
|
type: PropType<Record<string, any>>;
|
301
289
|
default: () => {};
|
@@ -348,6 +336,10 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
|
|
348
336
|
type: PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
349
337
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
350
338
|
};
|
339
|
+
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
340
|
+
type: PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
341
|
+
default: unknown extends Defaults["contentClass"] ? any : any;
|
342
|
+
};
|
351
343
|
contentProps: unknown extends Defaults["contentProps"] ? null : {
|
352
344
|
type: PropType<unknown extends Defaults["contentProps"] ? any : any>;
|
353
345
|
default: unknown extends Defaults["contentProps"] ? any : any;
|
@@ -375,14 +367,14 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
|
|
375
367
|
default: unknown extends Defaults["closeText"] ? string : string | Defaults["closeText"];
|
376
368
|
};
|
377
369
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
378
|
-
type: PropType<readonly
|
370
|
+
type: PropType<readonly SnackbarMessage[]>;
|
379
371
|
default: () => never[];
|
380
372
|
} : Omit<{
|
381
|
-
type: PropType<readonly
|
373
|
+
type: PropType<readonly SnackbarMessage[]>;
|
382
374
|
default: () => never[];
|
383
375
|
}, "type" | "default"> & {
|
384
|
-
type: PropType<unknown extends Defaults["modelValue"] ? readonly
|
385
|
-
default: unknown extends Defaults["modelValue"] ? readonly
|
376
|
+
type: PropType<unknown extends Defaults["modelValue"] ? readonly SnackbarMessage[] : readonly SnackbarMessage[] | Defaults["modelValue"]>;
|
377
|
+
default: unknown extends Defaults["modelValue"] ? readonly SnackbarMessage[] : readonly SnackbarMessage[] | Defaults["modelValue"];
|
386
378
|
};
|
387
379
|
};
|
388
380
|
export declare const VSnackbarQueue: {
|
@@ -400,17 +392,15 @@ export declare const VSnackbarQueue: {
|
|
400
392
|
disabled: boolean;
|
401
393
|
timeout: string | number;
|
402
394
|
vertical: boolean;
|
395
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
403
396
|
tile: boolean;
|
404
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
405
|
-
updateLocation: (e?: Event) => void;
|
406
|
-
});
|
407
397
|
activatorProps: Record<string, any>;
|
408
398
|
openOnHover: boolean;
|
409
399
|
closeOnContentClick: boolean;
|
410
400
|
closeOnBack: boolean;
|
411
401
|
contained: boolean;
|
412
|
-
closeText: string;
|
413
402
|
multiLine: boolean;
|
403
|
+
closeText: string;
|
414
404
|
} & {
|
415
405
|
offset?: string | number | number[] | undefined;
|
416
406
|
height?: string | number | undefined;
|
@@ -428,18 +418,18 @@ export declare const VSnackbarQueue: {
|
|
428
418
|
theme?: string | undefined;
|
429
419
|
timer?: string | boolean | undefined;
|
430
420
|
rounded?: string | number | boolean | undefined;
|
431
|
-
contentClass?: any;
|
432
|
-
closable?: string | boolean | undefined;
|
433
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
434
421
|
closeDelay?: string | number | undefined;
|
435
422
|
openDelay?: string | number | undefined;
|
423
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
436
424
|
openOnClick?: boolean | undefined;
|
437
425
|
openOnFocus?: boolean | undefined;
|
426
|
+
contentClass?: any;
|
438
427
|
contentProps?: any;
|
439
428
|
attach?: string | boolean | Element | undefined;
|
429
|
+
closable?: string | boolean | undefined;
|
440
430
|
} & {}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
441
|
-
'update:modelValue': (val:
|
442
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
431
|
+
'update:modelValue': (val: SnackbarMessage[]) => true;
|
432
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:text">, VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
443
433
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
444
434
|
absolute: boolean;
|
445
435
|
location: import("../../util/index.js").Anchor;
|
@@ -453,11 +443,9 @@ export declare const VSnackbarQueue: {
|
|
453
443
|
disabled: boolean;
|
454
444
|
timeout: string | number;
|
455
445
|
vertical: boolean;
|
446
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
456
447
|
rounded: string | number | boolean;
|
457
448
|
tile: boolean;
|
458
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
459
|
-
updateLocation: (e?: Event) => void;
|
460
|
-
});
|
461
449
|
activatorProps: Record<string, any>;
|
462
450
|
openOnClick: boolean;
|
463
451
|
openOnHover: boolean;
|
@@ -465,17 +453,17 @@ export declare const VSnackbarQueue: {
|
|
465
453
|
closeOnContentClick: boolean;
|
466
454
|
closeOnBack: boolean;
|
467
455
|
contained: boolean;
|
468
|
-
closeText: string;
|
469
456
|
multiLine: boolean;
|
457
|
+
closeText: string;
|
470
458
|
}, true, {}, import("vue").SlotsType<Partial<{
|
471
459
|
default: (arg: {
|
472
|
-
item:
|
460
|
+
item: SnackbarMessage;
|
473
461
|
}) => import("vue").VNode[];
|
474
462
|
text: (arg: {
|
475
|
-
item:
|
463
|
+
item: SnackbarMessage;
|
476
464
|
}) => import("vue").VNode[];
|
477
465
|
actions: (arg: {
|
478
|
-
item:
|
466
|
+
item: SnackbarMessage;
|
479
467
|
props: {
|
480
468
|
onClick: () => void;
|
481
469
|
};
|
@@ -501,17 +489,15 @@ export declare const VSnackbarQueue: {
|
|
501
489
|
disabled: boolean;
|
502
490
|
timeout: string | number;
|
503
491
|
vertical: boolean;
|
492
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
504
493
|
tile: boolean;
|
505
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
506
|
-
updateLocation: (e?: Event) => void;
|
507
|
-
});
|
508
494
|
activatorProps: Record<string, any>;
|
509
495
|
openOnHover: boolean;
|
510
496
|
closeOnContentClick: boolean;
|
511
497
|
closeOnBack: boolean;
|
512
498
|
contained: boolean;
|
513
|
-
closeText: string;
|
514
499
|
multiLine: boolean;
|
500
|
+
closeText: string;
|
515
501
|
} & {
|
516
502
|
offset?: string | number | number[] | undefined;
|
517
503
|
height?: string | number | undefined;
|
@@ -529,15 +515,15 @@ export declare const VSnackbarQueue: {
|
|
529
515
|
theme?: string | undefined;
|
530
516
|
timer?: string | boolean | undefined;
|
531
517
|
rounded?: string | number | boolean | undefined;
|
532
|
-
contentClass?: any;
|
533
|
-
closable?: string | boolean | undefined;
|
534
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
535
518
|
closeDelay?: string | number | undefined;
|
536
519
|
openDelay?: string | number | undefined;
|
520
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
537
521
|
openOnClick?: boolean | undefined;
|
538
522
|
openOnFocus?: boolean | undefined;
|
523
|
+
contentClass?: any;
|
539
524
|
contentProps?: any;
|
540
525
|
attach?: string | boolean | Element | undefined;
|
526
|
+
closable?: string | boolean | undefined;
|
541
527
|
} & {}, {}, {}, {}, {}, {
|
542
528
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
543
529
|
absolute: boolean;
|
@@ -552,11 +538,9 @@ export declare const VSnackbarQueue: {
|
|
552
538
|
disabled: boolean;
|
553
539
|
timeout: string | number;
|
554
540
|
vertical: boolean;
|
541
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
555
542
|
rounded: string | number | boolean;
|
556
543
|
tile: boolean;
|
557
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
558
|
-
updateLocation: (e?: Event) => void;
|
559
|
-
});
|
560
544
|
activatorProps: Record<string, any>;
|
561
545
|
openOnClick: boolean;
|
562
546
|
openOnHover: boolean;
|
@@ -564,8 +548,8 @@ export declare const VSnackbarQueue: {
|
|
564
548
|
closeOnContentClick: boolean;
|
565
549
|
closeOnBack: boolean;
|
566
550
|
contained: boolean;
|
567
|
-
closeText: string;
|
568
551
|
multiLine: boolean;
|
552
|
+
closeText: string;
|
569
553
|
}>;
|
570
554
|
__isFragment?: never;
|
571
555
|
__isTeleport?: never;
|
@@ -584,17 +568,15 @@ export declare const VSnackbarQueue: {
|
|
584
568
|
disabled: boolean;
|
585
569
|
timeout: string | number;
|
586
570
|
vertical: boolean;
|
571
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
587
572
|
tile: boolean;
|
588
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
589
|
-
updateLocation: (e?: Event) => void;
|
590
|
-
});
|
591
573
|
activatorProps: Record<string, any>;
|
592
574
|
openOnHover: boolean;
|
593
575
|
closeOnContentClick: boolean;
|
594
576
|
closeOnBack: boolean;
|
595
577
|
contained: boolean;
|
596
|
-
closeText: string;
|
597
578
|
multiLine: boolean;
|
579
|
+
closeText: string;
|
598
580
|
} & {
|
599
581
|
offset?: string | number | number[] | undefined;
|
600
582
|
height?: string | number | undefined;
|
@@ -612,18 +594,18 @@ export declare const VSnackbarQueue: {
|
|
612
594
|
theme?: string | undefined;
|
613
595
|
timer?: string | boolean | undefined;
|
614
596
|
rounded?: string | number | boolean | undefined;
|
615
|
-
contentClass?: any;
|
616
|
-
closable?: string | boolean | undefined;
|
617
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
618
597
|
closeDelay?: string | number | undefined;
|
619
598
|
openDelay?: string | number | undefined;
|
599
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
620
600
|
openOnClick?: boolean | undefined;
|
621
601
|
openOnFocus?: boolean | undefined;
|
602
|
+
contentClass?: any;
|
622
603
|
contentProps?: any;
|
623
604
|
attach?: string | boolean | Element | undefined;
|
605
|
+
closable?: string | boolean | undefined;
|
624
606
|
} & {}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
625
|
-
'update:modelValue': (val:
|
626
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
607
|
+
'update:modelValue': (val: SnackbarMessage[]) => true;
|
608
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:text">, string, {
|
627
609
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
628
610
|
absolute: boolean;
|
629
611
|
location: import("../../util/index.js").Anchor;
|
@@ -637,11 +619,9 @@ export declare const VSnackbarQueue: {
|
|
637
619
|
disabled: boolean;
|
638
620
|
timeout: string | number;
|
639
621
|
vertical: boolean;
|
622
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
640
623
|
rounded: string | number | boolean;
|
641
624
|
tile: boolean;
|
642
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
643
|
-
updateLocation: (e?: Event) => void;
|
644
|
-
});
|
645
625
|
activatorProps: Record<string, any>;
|
646
626
|
openOnClick: boolean;
|
647
627
|
openOnHover: boolean;
|
@@ -649,22 +629,22 @@ export declare const VSnackbarQueue: {
|
|
649
629
|
closeOnContentClick: boolean;
|
650
630
|
closeOnBack: boolean;
|
651
631
|
contained: boolean;
|
652
|
-
closeText: string;
|
653
632
|
multiLine: boolean;
|
633
|
+
closeText: string;
|
654
634
|
}, {}, string, import("vue").SlotsType<Partial<{
|
655
635
|
default: (arg: {
|
656
|
-
item:
|
636
|
+
item: SnackbarMessage;
|
657
637
|
}) => import("vue").VNode[];
|
658
638
|
text: (arg: {
|
659
|
-
item:
|
639
|
+
item: SnackbarMessage;
|
660
640
|
}) => import("vue").VNode[];
|
661
641
|
actions: (arg: {
|
662
|
-
item:
|
642
|
+
item: SnackbarMessage;
|
663
643
|
props: {
|
664
644
|
onClick: () => void;
|
665
645
|
};
|
666
646
|
}) => import("vue").VNode[];
|
667
|
-
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T extends readonly
|
647
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T extends readonly SnackbarMessage[]>(props: {
|
668
648
|
modelValue?: T;
|
669
649
|
"onUpdate:modelValue"?: (val: T) => void;
|
670
650
|
}, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
|
@@ -729,20 +709,19 @@ export declare const VSnackbarQueue: {
|
|
729
709
|
theme: StringConstructor;
|
730
710
|
vertical: BooleanConstructor;
|
731
711
|
timer: (StringConstructor | BooleanConstructor)[];
|
732
|
-
rounded: {
|
733
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
734
|
-
default: undefined;
|
735
|
-
};
|
736
|
-
contentClass: null;
|
737
|
-
tile: BooleanConstructor;
|
738
|
-
activator: PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
739
712
|
locationStrategy: {
|
740
713
|
type: PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
741
714
|
default: string;
|
742
715
|
validator: (val: any) => boolean;
|
743
716
|
};
|
717
|
+
rounded: {
|
718
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
719
|
+
default: undefined;
|
720
|
+
};
|
721
|
+
tile: BooleanConstructor;
|
744
722
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
745
723
|
openDelay: (StringConstructor | NumberConstructor)[];
|
724
|
+
activator: PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
746
725
|
activatorProps: {
|
747
726
|
type: PropType<Record<string, any>>;
|
748
727
|
default: () => {};
|
@@ -762,6 +741,7 @@ export declare const VSnackbarQueue: {
|
|
762
741
|
default: boolean;
|
763
742
|
};
|
764
743
|
contained: BooleanConstructor;
|
744
|
+
contentClass: null;
|
765
745
|
contentProps: null;
|
766
746
|
attach: PropType<boolean | string | Element>;
|
767
747
|
multiLine: BooleanConstructor;
|
@@ -771,7 +751,7 @@ export declare const VSnackbarQueue: {
|
|
771
751
|
default: string;
|
772
752
|
};
|
773
753
|
modelValue: {
|
774
|
-
type: PropType<readonly
|
754
|
+
type: PropType<readonly SnackbarMessage[]>;
|
775
755
|
default: () => never[];
|
776
756
|
};
|
777
757
|
}, import("vue").ExtractPropTypes<{
|
@@ -836,20 +816,19 @@ export declare const VSnackbarQueue: {
|
|
836
816
|
theme: StringConstructor;
|
837
817
|
vertical: BooleanConstructor;
|
838
818
|
timer: (StringConstructor | BooleanConstructor)[];
|
839
|
-
rounded: {
|
840
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
841
|
-
default: undefined;
|
842
|
-
};
|
843
|
-
contentClass: null;
|
844
|
-
tile: BooleanConstructor;
|
845
|
-
activator: PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
846
819
|
locationStrategy: {
|
847
820
|
type: PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
848
821
|
default: string;
|
849
822
|
validator: (val: any) => boolean;
|
850
823
|
};
|
824
|
+
rounded: {
|
825
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
826
|
+
default: undefined;
|
827
|
+
};
|
828
|
+
tile: BooleanConstructor;
|
851
829
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
852
830
|
openDelay: (StringConstructor | NumberConstructor)[];
|
831
|
+
activator: PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
853
832
|
activatorProps: {
|
854
833
|
type: PropType<Record<string, any>>;
|
855
834
|
default: () => {};
|
@@ -869,6 +848,7 @@ export declare const VSnackbarQueue: {
|
|
869
848
|
default: boolean;
|
870
849
|
};
|
871
850
|
contained: BooleanConstructor;
|
851
|
+
contentClass: null;
|
872
852
|
contentProps: null;
|
873
853
|
attach: PropType<boolean | string | Element>;
|
874
854
|
multiLine: BooleanConstructor;
|
@@ -878,7 +858,7 @@ export declare const VSnackbarQueue: {
|
|
878
858
|
default: string;
|
879
859
|
};
|
880
860
|
modelValue: {
|
881
|
-
type: PropType<readonly
|
861
|
+
type: PropType<readonly SnackbarMessage[]>;
|
882
862
|
default: () => never[];
|
883
863
|
};
|
884
864
|
}>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VSnackbarQueue.js","names":["VBtn","VDefaultsProvider","makeVSnackbarProps","VSnackbar","useLocale","computed","nextTick","shallowRef","watch","genericComponent","omit","propsFactory","useRender","makeVSnackbarQueueProps","closable","Boolean","String","closeText","type","default","modelValue","Array","VSnackbarQueue","name","props","emits","val","setup","_ref","emit","slots","t","isActive","isVisible","current","length","oldVal","value","showNext","onAfterLeave","undefined","next","rest","text","onClickClose","btnProps","color","hasActions","actions","_","snackbarProps","filterProps","_createVNode","_Fragment","item","_mergeProps","$event","onClick"],"sources":["../../../src/components/VSnackbarQueue/VSnackbarQueue.tsx"],"sourcesContent":["// Components\nimport { VBtn } from '@/components/VBtn'\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { makeVSnackbarProps, VSnackbar } from '@/components/VSnackbar/VSnackbar'\n\n// Composables\nimport { useLocale } from '@/composables/locale'\n\n// Utilities\nimport { computed, nextTick, shallowRef, watch } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType, VNodeProps } from 'vue'\nimport type { GenericProps } from '@/util'\n\nexport type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {\n default: { item: T }\n text: { item: T }\n actions: {\n item: T\n props: {\n onClick: () => void\n }\n }\n}\n\nexport type SnackbarMessage = Omit<\n VSnackbar['$props'],\n | 'modelValue'\n | 'onUpdate:modelValue'\n | 'activator'\n | 'activatorProps'\n | 'closeDelay'\n | 'openDelay'\n | 'openOnClick'\n | 'openOnFocus'\n | 'openOnHover'\n | '$children'\n | 'v-slots'\n | `v-slot:${string}`\n | keyof VNodeProps\n>\n\nexport const makeVSnackbarQueueProps = propsFactory({\n // TODO: Port this to Snackbar on dev\n closable: [Boolean, String],\n closeText: {\n type: String,\n default: '$vuetify.dismiss',\n },\n modelValue: {\n type: Array as PropType<readonly
|
1
|
+
{"version":3,"file":"VSnackbarQueue.js","names":["VBtn","VDefaultsProvider","makeVSnackbarProps","VSnackbar","useLocale","computed","nextTick","shallowRef","watch","genericComponent","omit","propsFactory","useRender","makeVSnackbarQueueProps","closable","Boolean","String","closeText","type","default","modelValue","Array","VSnackbarQueue","name","props","emits","val","setup","_ref","emit","slots","t","isActive","isVisible","current","length","oldVal","value","showNext","onAfterLeave","undefined","next","rest","text","onClickClose","btnProps","color","hasActions","actions","_","snackbarProps","filterProps","_createVNode","_Fragment","item","_mergeProps","$event","onClick"],"sources":["../../../src/components/VSnackbarQueue/VSnackbarQueue.tsx"],"sourcesContent":["// Components\nimport { VBtn } from '@/components/VBtn'\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { makeVSnackbarProps, VSnackbar } from '@/components/VSnackbar/VSnackbar'\n\n// Composables\nimport { useLocale } from '@/composables/locale'\n\n// Utilities\nimport { computed, nextTick, shallowRef, watch } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType, VNodeProps } from 'vue'\nimport type { GenericProps } from '@/util'\n\nexport type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {\n default: { item: T }\n text: { item: T }\n actions: {\n item: T\n props: {\n onClick: () => void\n }\n }\n}\n\nexport type SnackbarMessage = string | Omit<\n VSnackbar['$props'],\n | 'modelValue'\n | 'onUpdate:modelValue'\n | 'activator'\n | 'activatorProps'\n | 'closeDelay'\n | 'openDelay'\n | 'openOnClick'\n | 'openOnFocus'\n | 'openOnHover'\n | '$children'\n | 'v-slots'\n | `v-slot:${string}`\n | keyof VNodeProps\n>\n\nexport const makeVSnackbarQueueProps = propsFactory({\n // TODO: Port this to Snackbar on dev\n closable: [Boolean, String],\n closeText: {\n type: String,\n default: '$vuetify.dismiss',\n },\n modelValue: {\n type: Array as PropType<readonly SnackbarMessage[]>,\n default: () => [],\n },\n\n ...omit(makeVSnackbarProps(), ['modelValue']),\n}, 'VSnackbarQueue')\n\nexport const VSnackbarQueue = genericComponent<new <T extends readonly SnackbarMessage[]> (\n props: {\n modelValue?: T\n 'onUpdate:modelValue'?: (val: T) => void\n },\n slots: VSnackbarQueueSlots<T[number]>,\n) => GenericProps<typeof props, typeof slots>>()({\n name: 'VSnackbarQueue',\n\n props: makeVSnackbarQueueProps(),\n\n emits: {\n 'update:modelValue': (val: SnackbarMessage[]) => true,\n },\n\n setup (props, { emit, slots }) {\n const { t } = useLocale()\n\n const isActive = shallowRef(false)\n const isVisible = shallowRef(false)\n const current = shallowRef<Exclude<SnackbarMessage, string>>()\n\n watch(() => props.modelValue.length, (val, oldVal) => {\n if (!isVisible.value && val > oldVal) {\n showNext()\n }\n })\n watch(isActive, val => {\n if (val) isVisible.value = true\n })\n\n function onAfterLeave () {\n if (props.modelValue.length) {\n showNext()\n } else {\n current.value = undefined\n isVisible.value = false\n }\n }\n function showNext () {\n const [next, ...rest] = props.modelValue\n emit('update:modelValue', rest)\n current.value = typeof next === 'string' ? { text: next } : next\n nextTick(() => {\n isActive.value = true\n })\n }\n function onClickClose () {\n isActive.value = false\n }\n\n const btnProps = computed(() => ({\n color: typeof props.closable === 'string' ? props.closable : undefined,\n text: t(props.closeText),\n }))\n\n useRender(() => {\n const hasActions = !!(props.closable || slots.actions)\n const { modelValue: _, ...snackbarProps } = VSnackbar.filterProps(props as any)\n\n return (\n <>\n { isVisible.value && !!current.value && (\n slots.default\n ? (\n <VDefaultsProvider defaults={{ VSnackbar: current.value }}>\n { slots.default({ item: current.value }) }\n </VDefaultsProvider>\n ) : (\n <VSnackbar\n { ...snackbarProps }\n { ...current.value }\n v-model={ isActive.value }\n onAfterLeave={ onAfterLeave }\n >\n {{\n text: slots.text ? () => slots.text?.({ item: current.value! }) : undefined,\n actions: hasActions ? () => (\n <>\n { !slots.actions ? (\n <VBtn\n { ...btnProps.value }\n onClick={ onClickClose }\n />\n ) : (\n <VDefaultsProvider\n defaults={{\n VBtn: btnProps.value,\n }}\n >\n { slots.actions({\n item: current.value!,\n props: { onClick: onClickClose },\n })}\n </VDefaultsProvider>\n )}\n </>\n ) : undefined,\n }}\n </VSnackbar>\n )\n )}\n </>\n )\n })\n },\n})\n\nexport type VSnackbarQueue = InstanceType<typeof VSnackbarQueue>\n"],"mappings":"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","ignoreList":[]}
|
@@ -202,8 +202,8 @@ export declare const VBarline: {
|
|
202
202
|
padding: string | number;
|
203
203
|
labels: import("./util/line.js").SparklineItem[];
|
204
204
|
modelValue: import("./util/line.js").SparklineItem[];
|
205
|
-
gradient: string[];
|
206
205
|
itemValue: string;
|
206
|
+
gradient: string[];
|
207
207
|
autoDraw: boolean;
|
208
208
|
autoDrawEasing: string;
|
209
209
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -245,8 +245,8 @@ export declare const VBarline: {
|
|
245
245
|
padding: string | number;
|
246
246
|
labels: import("./util/line.js").SparklineItem[];
|
247
247
|
modelValue: import("./util/line.js").SparklineItem[];
|
248
|
-
gradient: string[];
|
249
248
|
itemValue: string;
|
249
|
+
gradient: string[];
|
250
250
|
autoDraw: boolean;
|
251
251
|
autoDrawEasing: string;
|
252
252
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -273,8 +273,8 @@ export declare const VBarline: {
|
|
273
273
|
padding: string | number;
|
274
274
|
labels: import("./util/line.js").SparklineItem[];
|
275
275
|
modelValue: import("./util/line.js").SparklineItem[];
|
276
|
-
gradient: string[];
|
277
276
|
itemValue: string;
|
277
|
+
gradient: string[];
|
278
278
|
autoDraw: boolean;
|
279
279
|
autoDrawEasing: string;
|
280
280
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -316,8 +316,8 @@ export declare const VBarline: {
|
|
316
316
|
padding: string | number;
|
317
317
|
labels: import("./util/line.js").SparklineItem[];
|
318
318
|
modelValue: import("./util/line.js").SparklineItem[];
|
319
|
-
gradient: string[];
|
320
319
|
itemValue: string;
|
320
|
+
gradient: string[];
|
321
321
|
autoDraw: boolean;
|
322
322
|
autoDrawEasing: string;
|
323
323
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -335,8 +335,8 @@ export declare const VBarline: {
|
|
335
335
|
padding: string | number;
|
336
336
|
labels: import("./util/line.js").SparklineItem[];
|
337
337
|
modelValue: import("./util/line.js").SparklineItem[];
|
338
|
-
gradient: string[];
|
339
338
|
itemValue: string;
|
339
|
+
gradient: string[];
|
340
340
|
autoDraw: boolean;
|
341
341
|
autoDrawEasing: string;
|
342
342
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -378,8 +378,8 @@ export declare const VBarline: {
|
|
378
378
|
padding: string | number;
|
379
379
|
labels: import("./util/line.js").SparklineItem[];
|
380
380
|
modelValue: import("./util/line.js").SparklineItem[];
|
381
|
-
gradient: string[];
|
382
381
|
itemValue: string;
|
382
|
+
gradient: string[];
|
383
383
|
autoDraw: boolean;
|
384
384
|
autoDrawEasing: string;
|
385
385
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -202,8 +202,8 @@ export declare const VSparkline: {
|
|
202
202
|
padding: string | number;
|
203
203
|
labels: import("./util/line.js").SparklineItem[];
|
204
204
|
modelValue: import("./util/line.js").SparklineItem[];
|
205
|
-
gradient: string[];
|
206
205
|
itemValue: string;
|
206
|
+
gradient: string[];
|
207
207
|
autoDraw: boolean;
|
208
208
|
autoDrawEasing: string;
|
209
209
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -247,8 +247,8 @@ export declare const VSparkline: {
|
|
247
247
|
padding: string | number;
|
248
248
|
labels: import("./util/line.js").SparklineItem[];
|
249
249
|
modelValue: import("./util/line.js").SparklineItem[];
|
250
|
-
gradient: string[];
|
251
250
|
itemValue: string;
|
251
|
+
gradient: string[];
|
252
252
|
autoDraw: boolean;
|
253
253
|
autoDrawEasing: string;
|
254
254
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -277,8 +277,8 @@ export declare const VSparkline: {
|
|
277
277
|
padding: string | number;
|
278
278
|
labels: import("./util/line.js").SparklineItem[];
|
279
279
|
modelValue: import("./util/line.js").SparklineItem[];
|
280
|
-
gradient: string[];
|
281
280
|
itemValue: string;
|
281
|
+
gradient: string[];
|
282
282
|
autoDraw: boolean;
|
283
283
|
autoDrawEasing: string;
|
284
284
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -322,8 +322,8 @@ export declare const VSparkline: {
|
|
322
322
|
padding: string | number;
|
323
323
|
labels: import("./util/line.js").SparklineItem[];
|
324
324
|
modelValue: import("./util/line.js").SparklineItem[];
|
325
|
-
gradient: string[];
|
326
325
|
itemValue: string;
|
326
|
+
gradient: string[];
|
327
327
|
autoDraw: boolean;
|
328
328
|
autoDrawEasing: string;
|
329
329
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -343,8 +343,8 @@ export declare const VSparkline: {
|
|
343
343
|
padding: string | number;
|
344
344
|
labels: import("./util/line.js").SparklineItem[];
|
345
345
|
modelValue: import("./util/line.js").SparklineItem[];
|
346
|
-
gradient: string[];
|
347
346
|
itemValue: string;
|
347
|
+
gradient: string[];
|
348
348
|
autoDraw: boolean;
|
349
349
|
autoDrawEasing: string;
|
350
350
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -388,8 +388,8 @@ export declare const VSparkline: {
|
|
388
388
|
padding: string | number;
|
389
389
|
labels: import("./util/line.js").SparklineItem[];
|
390
390
|
modelValue: import("./util/line.js").SparklineItem[];
|
391
|
-
gradient: string[];
|
392
391
|
itemValue: string;
|
392
|
+
gradient: string[];
|
393
393
|
autoDraw: boolean;
|
394
394
|
autoDrawEasing: string;
|
395
395
|
gradientDirection: "left" | "top" | "bottom" | "right";
|