@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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 +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -287,16 +287,16 @@ type VClassIcon = InstanceType<typeof VClassIcon>;
|
|
287
287
|
declare const VIcon: {
|
288
288
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
289
289
|
end: boolean;
|
290
|
-
style: vue.StyleValue;
|
291
|
-
size: string | number;
|
292
290
|
start: boolean;
|
291
|
+
style: vue.StyleValue;
|
293
292
|
disabled: boolean;
|
293
|
+
size: string | number;
|
294
294
|
tag: string;
|
295
295
|
} & {
|
296
|
-
class?: any;
|
297
|
-
theme?: string | undefined;
|
298
296
|
color?: string | undefined;
|
297
|
+
class?: any;
|
299
298
|
icon?: IconValue | undefined;
|
299
|
+
theme?: string | undefined;
|
300
300
|
} & {
|
301
301
|
$children?: vue.VNodeChild | {
|
302
302
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -308,16 +308,16 @@ declare const VIcon: {
|
|
308
308
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
309
309
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
310
310
|
end: boolean;
|
311
|
-
style: vue.StyleValue;
|
312
|
-
size: string | number;
|
313
311
|
start: boolean;
|
312
|
+
style: vue.StyleValue;
|
314
313
|
disabled: boolean;
|
314
|
+
size: string | number;
|
315
315
|
tag: string;
|
316
316
|
} & {
|
317
|
-
class?: any;
|
318
|
-
theme?: string | undefined;
|
319
317
|
color?: string | undefined;
|
318
|
+
class?: any;
|
320
319
|
icon?: IconValue | undefined;
|
320
|
+
theme?: string | undefined;
|
321
321
|
} & {
|
322
322
|
$children?: vue.VNodeChild | {
|
323
323
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -329,10 +329,10 @@ declare const VIcon: {
|
|
329
329
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
330
330
|
}, {
|
331
331
|
end: boolean;
|
332
|
-
style: vue.StyleValue;
|
333
|
-
size: string | number;
|
334
332
|
start: boolean;
|
333
|
+
style: vue.StyleValue;
|
335
334
|
disabled: boolean;
|
335
|
+
size: string | number;
|
336
336
|
tag: string;
|
337
337
|
}, true, {}, vue.SlotsType<Partial<{
|
338
338
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -347,16 +347,16 @@ declare const VIcon: {
|
|
347
347
|
Defaults: {};
|
348
348
|
}, {
|
349
349
|
end: boolean;
|
350
|
-
style: vue.StyleValue;
|
351
|
-
size: string | number;
|
352
350
|
start: boolean;
|
351
|
+
style: vue.StyleValue;
|
353
352
|
disabled: boolean;
|
353
|
+
size: string | number;
|
354
354
|
tag: string;
|
355
355
|
} & {
|
356
|
-
class?: any;
|
357
|
-
theme?: string | undefined;
|
358
356
|
color?: string | undefined;
|
357
|
+
class?: any;
|
359
358
|
icon?: IconValue | undefined;
|
359
|
+
theme?: string | undefined;
|
360
360
|
} & {
|
361
361
|
$children?: vue.VNodeChild | {
|
362
362
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -368,10 +368,10 @@ declare const VIcon: {
|
|
368
368
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
369
369
|
}, {}, {}, {}, {}, {
|
370
370
|
end: boolean;
|
371
|
-
style: vue.StyleValue;
|
372
|
-
size: string | number;
|
373
371
|
start: boolean;
|
372
|
+
style: vue.StyleValue;
|
374
373
|
disabled: boolean;
|
374
|
+
size: string | number;
|
375
375
|
tag: string;
|
376
376
|
}>;
|
377
377
|
__isFragment?: undefined;
|
@@ -379,16 +379,16 @@ declare const VIcon: {
|
|
379
379
|
__isSuspense?: undefined;
|
380
380
|
} & vue.ComponentOptionsBase<{
|
381
381
|
end: boolean;
|
382
|
-
style: vue.StyleValue;
|
383
|
-
size: string | number;
|
384
382
|
start: boolean;
|
383
|
+
style: vue.StyleValue;
|
385
384
|
disabled: boolean;
|
385
|
+
size: string | number;
|
386
386
|
tag: string;
|
387
387
|
} & {
|
388
|
-
class?: any;
|
389
|
-
theme?: string | undefined;
|
390
388
|
color?: string | undefined;
|
389
|
+
class?: any;
|
391
390
|
icon?: IconValue | undefined;
|
391
|
+
theme?: string | undefined;
|
392
392
|
} & {
|
393
393
|
$children?: vue.VNodeChild | {
|
394
394
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -400,10 +400,10 @@ declare const VIcon: {
|
|
400
400
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
401
401
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
402
402
|
end: boolean;
|
403
|
-
style: vue.StyleValue;
|
404
|
-
size: string | number;
|
405
403
|
start: boolean;
|
404
|
+
style: vue.StyleValue;
|
406
405
|
disabled: boolean;
|
406
|
+
size: string | number;
|
407
407
|
tag: string;
|
408
408
|
}, {}, string, vue.SlotsType<Partial<{
|
409
409
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -414,7 +414,7 @@ declare const VIcon: {
|
|
414
414
|
tag: Omit<{
|
415
415
|
type: StringConstructor;
|
416
416
|
default: string;
|
417
|
-
}, "
|
417
|
+
}, "type" | "default"> & {
|
418
418
|
type: vue.PropType<string>;
|
419
419
|
default: string;
|
420
420
|
};
|
@@ -437,7 +437,7 @@ declare const VIcon: {
|
|
437
437
|
tag: Omit<{
|
438
438
|
type: StringConstructor;
|
439
439
|
default: string;
|
440
|
-
}, "
|
440
|
+
}, "type" | "default"> & {
|
441
441
|
type: vue.PropType<string>;
|
442
442
|
default: string;
|
443
443
|
};
|
@@ -13,38 +13,38 @@ interface srcObject {
|
|
13
13
|
}
|
14
14
|
declare const VImg: {
|
15
15
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
16
|
-
|
17
|
-
src: string | srcObject;
|
18
|
-
options: IntersectionObserverInit;
|
16
|
+
inline: boolean;
|
19
17
|
absolute: boolean;
|
20
18
|
transition: string | boolean | (vue.TransitionProps & {
|
21
19
|
component?: vue.Component | undefined;
|
22
20
|
});
|
21
|
+
style: vue.StyleValue;
|
23
22
|
eager: boolean;
|
24
|
-
|
23
|
+
options: IntersectionObserverInit;
|
25
24
|
cover: boolean;
|
25
|
+
src: string | srcObject;
|
26
26
|
tile: boolean;
|
27
27
|
} & {
|
28
|
-
class?: any;
|
29
|
-
width?: string | number | undefined;
|
30
28
|
height?: string | number | undefined;
|
29
|
+
width?: string | number | undefined;
|
30
|
+
aspectRatio?: string | number | undefined;
|
31
31
|
color?: string | undefined;
|
32
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
33
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
34
|
-
sizes?: string | undefined;
|
35
|
-
position?: string | undefined;
|
36
|
-
rounded?: string | number | boolean | undefined;
|
37
|
-
contentClass?: any;
|
38
32
|
maxHeight?: string | number | undefined;
|
39
33
|
maxWidth?: string | number | undefined;
|
40
34
|
minHeight?: string | number | undefined;
|
41
35
|
minWidth?: string | number | undefined;
|
42
|
-
|
43
|
-
alt?: string | undefined;
|
36
|
+
position?: string | undefined;
|
44
37
|
draggable?: boolean | "false" | "true" | undefined;
|
38
|
+
class?: any;
|
39
|
+
alt?: string | undefined;
|
40
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
41
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
42
|
+
sizes?: string | undefined;
|
43
|
+
srcset?: string | undefined;
|
44
|
+
rounded?: string | number | boolean | undefined;
|
45
|
+
contentClass?: any;
|
45
46
|
gradient?: string | undefined;
|
46
47
|
lazySrc?: string | undefined;
|
47
|
-
srcset?: string | undefined;
|
48
48
|
} & {
|
49
49
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
50
50
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -70,7 +70,7 @@ declare const VImg: {
|
|
70
70
|
}, {
|
71
71
|
currentSrc: vue.ShallowRef<string>;
|
72
72
|
image: vue.Ref<HTMLImageElement | undefined>;
|
73
|
-
state: vue.ShallowRef<"
|
73
|
+
state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
|
74
74
|
naturalWidth: vue.ShallowRef<number | undefined>;
|
75
75
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
76
76
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -78,38 +78,38 @@ declare const VImg: {
|
|
78
78
|
load: (value: string | undefined) => true;
|
79
79
|
error: (value: string | undefined) => true;
|
80
80
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
81
|
-
|
82
|
-
src: string | srcObject;
|
83
|
-
options: IntersectionObserverInit;
|
81
|
+
inline: boolean;
|
84
82
|
absolute: boolean;
|
85
83
|
transition: string | boolean | (vue.TransitionProps & {
|
86
84
|
component?: vue.Component | undefined;
|
87
85
|
});
|
86
|
+
style: vue.StyleValue;
|
88
87
|
eager: boolean;
|
89
|
-
|
88
|
+
options: IntersectionObserverInit;
|
90
89
|
cover: boolean;
|
90
|
+
src: string | srcObject;
|
91
91
|
tile: boolean;
|
92
92
|
} & {
|
93
|
-
class?: any;
|
94
|
-
width?: string | number | undefined;
|
95
93
|
height?: string | number | undefined;
|
94
|
+
width?: string | number | undefined;
|
95
|
+
aspectRatio?: string | number | undefined;
|
96
96
|
color?: string | undefined;
|
97
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
98
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
99
|
-
sizes?: string | undefined;
|
100
|
-
position?: string | undefined;
|
101
|
-
rounded?: string | number | boolean | undefined;
|
102
|
-
contentClass?: any;
|
103
97
|
maxHeight?: string | number | undefined;
|
104
98
|
maxWidth?: string | number | undefined;
|
105
99
|
minHeight?: string | number | undefined;
|
106
100
|
minWidth?: string | number | undefined;
|
107
|
-
|
108
|
-
alt?: string | undefined;
|
101
|
+
position?: string | undefined;
|
109
102
|
draggable?: boolean | "false" | "true" | undefined;
|
103
|
+
class?: any;
|
104
|
+
alt?: string | undefined;
|
105
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
106
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
107
|
+
sizes?: string | undefined;
|
108
|
+
srcset?: string | undefined;
|
109
|
+
rounded?: string | number | boolean | undefined;
|
110
|
+
contentClass?: any;
|
110
111
|
gradient?: string | undefined;
|
111
112
|
lazySrc?: string | undefined;
|
112
|
-
srcset?: string | undefined;
|
113
113
|
} & {
|
114
114
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
115
115
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -133,19 +133,19 @@ declare const VImg: {
|
|
133
133
|
onLoad?: ((value: string | undefined) => any) | undefined;
|
134
134
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
135
135
|
}, {
|
136
|
-
|
137
|
-
src: string | srcObject;
|
138
|
-
options: IntersectionObserverInit;
|
136
|
+
inline: boolean;
|
139
137
|
absolute: boolean;
|
140
138
|
transition: string | boolean | (vue.TransitionProps & {
|
141
139
|
component?: vue.Component | undefined;
|
142
140
|
});
|
141
|
+
style: vue.StyleValue;
|
142
|
+
draggable: boolean | "false" | "true";
|
143
143
|
eager: boolean;
|
144
|
-
|
145
|
-
inline: boolean;
|
144
|
+
options: IntersectionObserverInit;
|
146
145
|
cover: boolean;
|
146
|
+
src: string | srcObject;
|
147
|
+
rounded: string | number | boolean;
|
147
148
|
tile: boolean;
|
148
|
-
draggable: boolean | "false" | "true";
|
149
149
|
}, true, {}, vue.SlotsType<Partial<{
|
150
150
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
151
151
|
[key: string]: any;
|
@@ -167,38 +167,38 @@ declare const VImg: {
|
|
167
167
|
M: {};
|
168
168
|
Defaults: {};
|
169
169
|
}, {
|
170
|
-
|
171
|
-
src: string | srcObject;
|
172
|
-
options: IntersectionObserverInit;
|
170
|
+
inline: boolean;
|
173
171
|
absolute: boolean;
|
174
172
|
transition: string | boolean | (vue.TransitionProps & {
|
175
173
|
component?: vue.Component | undefined;
|
176
174
|
});
|
175
|
+
style: vue.StyleValue;
|
177
176
|
eager: boolean;
|
178
|
-
|
177
|
+
options: IntersectionObserverInit;
|
179
178
|
cover: boolean;
|
179
|
+
src: string | srcObject;
|
180
180
|
tile: boolean;
|
181
181
|
} & {
|
182
|
-
class?: any;
|
183
|
-
width?: string | number | undefined;
|
184
182
|
height?: string | number | undefined;
|
183
|
+
width?: string | number | undefined;
|
184
|
+
aspectRatio?: string | number | undefined;
|
185
185
|
color?: string | undefined;
|
186
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
187
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
188
|
-
sizes?: string | undefined;
|
189
|
-
position?: string | undefined;
|
190
|
-
rounded?: string | number | boolean | undefined;
|
191
|
-
contentClass?: any;
|
192
186
|
maxHeight?: string | number | undefined;
|
193
187
|
maxWidth?: string | number | undefined;
|
194
188
|
minHeight?: string | number | undefined;
|
195
189
|
minWidth?: string | number | undefined;
|
196
|
-
|
197
|
-
alt?: string | undefined;
|
190
|
+
position?: string | undefined;
|
198
191
|
draggable?: boolean | "false" | "true" | undefined;
|
192
|
+
class?: any;
|
193
|
+
alt?: string | undefined;
|
194
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
195
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
196
|
+
sizes?: string | undefined;
|
197
|
+
srcset?: string | undefined;
|
198
|
+
rounded?: string | number | boolean | undefined;
|
199
|
+
contentClass?: any;
|
199
200
|
gradient?: string | undefined;
|
200
201
|
lazySrc?: string | undefined;
|
201
|
-
srcset?: string | undefined;
|
202
202
|
} & {
|
203
203
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
204
204
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -224,60 +224,60 @@ declare const VImg: {
|
|
224
224
|
}, {
|
225
225
|
currentSrc: vue.ShallowRef<string>;
|
226
226
|
image: vue.Ref<HTMLImageElement | undefined>;
|
227
|
-
state: vue.ShallowRef<"
|
227
|
+
state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
|
228
228
|
naturalWidth: vue.ShallowRef<number | undefined>;
|
229
229
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
230
230
|
}, {}, {}, {}, {
|
231
|
-
|
232
|
-
src: string | srcObject;
|
233
|
-
options: IntersectionObserverInit;
|
231
|
+
inline: boolean;
|
234
232
|
absolute: boolean;
|
235
233
|
transition: string | boolean | (vue.TransitionProps & {
|
236
234
|
component?: vue.Component | undefined;
|
237
235
|
});
|
236
|
+
style: vue.StyleValue;
|
237
|
+
draggable: boolean | "false" | "true";
|
238
238
|
eager: boolean;
|
239
|
-
|
240
|
-
inline: boolean;
|
239
|
+
options: IntersectionObserverInit;
|
241
240
|
cover: boolean;
|
241
|
+
src: string | srcObject;
|
242
|
+
rounded: string | number | boolean;
|
242
243
|
tile: boolean;
|
243
|
-
draggable: boolean | "false" | "true";
|
244
244
|
}>;
|
245
245
|
__isFragment?: undefined;
|
246
246
|
__isTeleport?: undefined;
|
247
247
|
__isSuspense?: undefined;
|
248
248
|
} & vue.ComponentOptionsBase<{
|
249
|
-
|
250
|
-
src: string | srcObject;
|
251
|
-
options: IntersectionObserverInit;
|
249
|
+
inline: boolean;
|
252
250
|
absolute: boolean;
|
253
251
|
transition: string | boolean | (vue.TransitionProps & {
|
254
252
|
component?: vue.Component | undefined;
|
255
253
|
});
|
254
|
+
style: vue.StyleValue;
|
256
255
|
eager: boolean;
|
257
|
-
|
256
|
+
options: IntersectionObserverInit;
|
258
257
|
cover: boolean;
|
258
|
+
src: string | srcObject;
|
259
259
|
tile: boolean;
|
260
260
|
} & {
|
261
|
-
class?: any;
|
262
|
-
width?: string | number | undefined;
|
263
261
|
height?: string | number | undefined;
|
262
|
+
width?: string | number | undefined;
|
263
|
+
aspectRatio?: string | number | undefined;
|
264
264
|
color?: string | undefined;
|
265
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
266
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
267
|
-
sizes?: string | undefined;
|
268
|
-
position?: string | undefined;
|
269
|
-
rounded?: string | number | boolean | undefined;
|
270
|
-
contentClass?: any;
|
271
265
|
maxHeight?: string | number | undefined;
|
272
266
|
maxWidth?: string | number | undefined;
|
273
267
|
minHeight?: string | number | undefined;
|
274
268
|
minWidth?: string | number | undefined;
|
275
|
-
|
276
|
-
alt?: string | undefined;
|
269
|
+
position?: string | undefined;
|
277
270
|
draggable?: boolean | "false" | "true" | undefined;
|
271
|
+
class?: any;
|
272
|
+
alt?: string | undefined;
|
273
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
274
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
275
|
+
sizes?: string | undefined;
|
276
|
+
srcset?: string | undefined;
|
277
|
+
rounded?: string | number | boolean | undefined;
|
278
|
+
contentClass?: any;
|
278
279
|
gradient?: string | undefined;
|
279
280
|
lazySrc?: string | undefined;
|
280
|
-
srcset?: string | undefined;
|
281
281
|
} & {
|
282
282
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
283
283
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -303,7 +303,7 @@ declare const VImg: {
|
|
303
303
|
}, {
|
304
304
|
currentSrc: vue.ShallowRef<string>;
|
305
305
|
image: vue.Ref<HTMLImageElement | undefined>;
|
306
|
-
state: vue.ShallowRef<"
|
306
|
+
state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
|
307
307
|
naturalWidth: vue.ShallowRef<number | undefined>;
|
308
308
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
309
309
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -311,19 +311,19 @@ declare const VImg: {
|
|
311
311
|
load: (value: string | undefined) => true;
|
312
312
|
error: (value: string | undefined) => true;
|
313
313
|
}, string, {
|
314
|
-
|
315
|
-
src: string | srcObject;
|
316
|
-
options: IntersectionObserverInit;
|
314
|
+
inline: boolean;
|
317
315
|
absolute: boolean;
|
318
316
|
transition: string | boolean | (vue.TransitionProps & {
|
319
317
|
component?: vue.Component | undefined;
|
320
318
|
});
|
319
|
+
style: vue.StyleValue;
|
320
|
+
draggable: boolean | "false" | "true";
|
321
321
|
eager: boolean;
|
322
|
-
|
323
|
-
inline: boolean;
|
322
|
+
options: IntersectionObserverInit;
|
324
323
|
cover: boolean;
|
324
|
+
src: string | srcObject;
|
325
|
+
rounded: string | number | boolean;
|
325
326
|
tile: boolean;
|
326
|
-
draggable: boolean | "false" | "true";
|
327
327
|
}, {}, string, vue.SlotsType<Partial<{
|
328
328
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
329
329
|
[key: string]: any;
|
@@ -346,7 +346,7 @@ declare const VImg: {
|
|
346
346
|
validator: (val: unknown) => boolean;
|
347
347
|
};
|
348
348
|
rounded: {
|
349
|
-
type: (StringConstructor |
|
349
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
350
350
|
default: undefined;
|
351
351
|
};
|
352
352
|
tile: BooleanConstructor;
|
@@ -389,7 +389,7 @@ declare const VImg: {
|
|
389
389
|
default: string;
|
390
390
|
};
|
391
391
|
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
392
|
-
referrerpolicy: PropType<"origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "
|
392
|
+
referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
393
393
|
srcset: StringConstructor;
|
394
394
|
position: StringConstructor;
|
395
395
|
}, vue.ExtractPropTypes<{
|
@@ -401,7 +401,7 @@ declare const VImg: {
|
|
401
401
|
validator: (val: unknown) => boolean;
|
402
402
|
};
|
403
403
|
rounded: {
|
404
|
-
type: (StringConstructor |
|
404
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
405
405
|
default: undefined;
|
406
406
|
};
|
407
407
|
tile: BooleanConstructor;
|
@@ -444,7 +444,7 @@ declare const VImg: {
|
|
444
444
|
default: string;
|
445
445
|
};
|
446
446
|
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
447
|
-
referrerpolicy: PropType<"origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "
|
447
|
+
referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
448
448
|
srcset: StringConstructor;
|
449
449
|
position: StringConstructor;
|
450
450
|
}>>;
|
@@ -13,21 +13,21 @@ type InfiniteScrollSlot = {
|
|
13
13
|
};
|
14
14
|
declare const VInfiniteScroll: {
|
15
15
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
16
|
+
direction: "horizontal" | "vertical";
|
17
|
+
tag: string;
|
16
18
|
mode: "manual" | "intersect";
|
17
19
|
side: InfiniteScrollSide;
|
18
|
-
tag: string;
|
19
|
-
direction: "horizontal" | "vertical";
|
20
20
|
loadMoreText: string;
|
21
21
|
emptyText: string;
|
22
22
|
} & {
|
23
|
-
width?: string | number | undefined;
|
24
23
|
height?: string | number | undefined;
|
24
|
+
width?: string | number | undefined;
|
25
25
|
color?: string | undefined;
|
26
|
+
margin?: string | number | undefined;
|
26
27
|
maxHeight?: string | number | undefined;
|
27
28
|
maxWidth?: string | number | undefined;
|
28
29
|
minHeight?: string | number | undefined;
|
29
30
|
minWidth?: string | number | undefined;
|
30
|
-
margin?: string | number | undefined;
|
31
31
|
} & {
|
32
32
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
33
33
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -60,21 +60,21 @@ declare const VInfiniteScroll: {
|
|
60
60
|
done: (status: InfiniteScrollStatus) => void;
|
61
61
|
}) => true;
|
62
62
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
63
|
+
direction: "horizontal" | "vertical";
|
64
|
+
tag: string;
|
63
65
|
mode: "manual" | "intersect";
|
64
66
|
side: InfiniteScrollSide;
|
65
|
-
tag: string;
|
66
|
-
direction: "horizontal" | "vertical";
|
67
67
|
loadMoreText: string;
|
68
68
|
emptyText: string;
|
69
69
|
} & {
|
70
|
-
width?: string | number | undefined;
|
71
70
|
height?: string | number | undefined;
|
71
|
+
width?: string | number | undefined;
|
72
72
|
color?: string | undefined;
|
73
|
+
margin?: string | number | undefined;
|
73
74
|
maxHeight?: string | number | undefined;
|
74
75
|
maxWidth?: string | number | undefined;
|
75
76
|
minHeight?: string | number | undefined;
|
76
77
|
minWidth?: string | number | undefined;
|
77
|
-
margin?: string | number | undefined;
|
78
78
|
} & {
|
79
79
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
80
80
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -102,10 +102,10 @@ declare const VInfiniteScroll: {
|
|
102
102
|
done: (status: InfiniteScrollStatus) => void;
|
103
103
|
}) => any) | undefined;
|
104
104
|
}, {
|
105
|
+
direction: "horizontal" | "vertical";
|
106
|
+
tag: string;
|
105
107
|
mode: "manual" | "intersect";
|
106
108
|
side: InfiniteScrollSide;
|
107
|
-
tag: string;
|
108
|
-
direction: "horizontal" | "vertical";
|
109
109
|
loadMoreText: string;
|
110
110
|
emptyText: string;
|
111
111
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -132,21 +132,21 @@ declare const VInfiniteScroll: {
|
|
132
132
|
M: {};
|
133
133
|
Defaults: {};
|
134
134
|
}, {
|
135
|
+
direction: "horizontal" | "vertical";
|
136
|
+
tag: string;
|
135
137
|
mode: "manual" | "intersect";
|
136
138
|
side: InfiniteScrollSide;
|
137
|
-
tag: string;
|
138
|
-
direction: "horizontal" | "vertical";
|
139
139
|
loadMoreText: string;
|
140
140
|
emptyText: string;
|
141
141
|
} & {
|
142
|
-
width?: string | number | undefined;
|
143
142
|
height?: string | number | undefined;
|
143
|
+
width?: string | number | undefined;
|
144
144
|
color?: string | undefined;
|
145
|
+
margin?: string | number | undefined;
|
145
146
|
maxHeight?: string | number | undefined;
|
146
147
|
maxWidth?: string | number | undefined;
|
147
148
|
minHeight?: string | number | undefined;
|
148
149
|
minWidth?: string | number | undefined;
|
149
|
-
margin?: string | number | undefined;
|
150
150
|
} & {
|
151
151
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
152
152
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -174,10 +174,10 @@ declare const VInfiniteScroll: {
|
|
174
174
|
done: (status: InfiniteScrollStatus) => void;
|
175
175
|
}) => any) | undefined;
|
176
176
|
}, {}, {}, {}, {}, {
|
177
|
+
direction: "horizontal" | "vertical";
|
178
|
+
tag: string;
|
177
179
|
mode: "manual" | "intersect";
|
178
180
|
side: InfiniteScrollSide;
|
179
|
-
tag: string;
|
180
|
-
direction: "horizontal" | "vertical";
|
181
181
|
loadMoreText: string;
|
182
182
|
emptyText: string;
|
183
183
|
}>;
|
@@ -185,21 +185,21 @@ declare const VInfiniteScroll: {
|
|
185
185
|
__isTeleport?: undefined;
|
186
186
|
__isSuspense?: undefined;
|
187
187
|
} & vue.ComponentOptionsBase<{
|
188
|
+
direction: "horizontal" | "vertical";
|
189
|
+
tag: string;
|
188
190
|
mode: "manual" | "intersect";
|
189
191
|
side: InfiniteScrollSide;
|
190
|
-
tag: string;
|
191
|
-
direction: "horizontal" | "vertical";
|
192
192
|
loadMoreText: string;
|
193
193
|
emptyText: string;
|
194
194
|
} & {
|
195
|
-
width?: string | number | undefined;
|
196
195
|
height?: string | number | undefined;
|
196
|
+
width?: string | number | undefined;
|
197
197
|
color?: string | undefined;
|
198
|
+
margin?: string | number | undefined;
|
198
199
|
maxHeight?: string | number | undefined;
|
199
200
|
maxWidth?: string | number | undefined;
|
200
201
|
minHeight?: string | number | undefined;
|
201
202
|
minWidth?: string | number | undefined;
|
202
|
-
margin?: string | number | undefined;
|
203
203
|
} & {
|
204
204
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
205
205
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -232,10 +232,10 @@ declare const VInfiniteScroll: {
|
|
232
232
|
done: (status: InfiniteScrollStatus) => void;
|
233
233
|
}) => true;
|
234
234
|
}, string, {
|
235
|
+
direction: "horizontal" | "vertical";
|
236
|
+
tag: string;
|
235
237
|
mode: "manual" | "intersect";
|
236
238
|
side: InfiniteScrollSide;
|
237
|
-
tag: string;
|
238
|
-
direction: "horizontal" | "vertical";
|
239
239
|
loadMoreText: string;
|
240
240
|
emptyText: string;
|
241
241
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -126,18 +126,18 @@
|
|
126
126
|
.v-input--hide-spin-buttons input[type=number] {
|
127
127
|
-moz-appearance: textfield;
|
128
128
|
}
|
129
|
-
.v-input--plain-underlined
|
130
|
-
.v-input--plain-underlined
|
129
|
+
.v-input--plain-underlined .v-input__prepend,
|
130
|
+
.v-input--plain-underlined .v-input__append {
|
131
131
|
align-items: flex-start;
|
132
132
|
}
|
133
|
-
.v-input--density-default.v-input--plain-underlined
|
133
|
+
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
134
134
|
padding-top: calc(var(--v-input-padding-top) + 4px);
|
135
135
|
}
|
136
136
|
|
137
|
-
.v-input--density-comfortable.v-input--plain-underlined
|
137
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
138
138
|
padding-top: calc(var(--v-input-padding-top) + 2px);
|
139
139
|
}
|
140
140
|
|
141
|
-
.v-input--density-compact.v-input--plain-underlined
|
141
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
142
142
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
143
143
|
}
|
@@ -17,7 +17,10 @@ import { EventProp, genericComponent, getUid, only, propsFactory, useRender } fr
|
|
17
17
|
export const makeVInputProps = propsFactory({
|
18
18
|
id: String,
|
19
19
|
appendIcon: IconValue,
|
20
|
-
centerAffix:
|
20
|
+
centerAffix: {
|
21
|
+
type: Boolean,
|
22
|
+
default: true
|
23
|
+
},
|
21
24
|
prependIcon: IconValue,
|
22
25
|
hideDetails: [Boolean, String],
|
23
26
|
hideSpinButtons: Boolean,
|