vuetify 3.7.0 → 3.7.2
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 +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ref, ComponentPublicInstance,
|
|
1
|
+
import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
|
|
2
2
|
|
|
3
3
|
interface LocaleMessages {
|
|
4
4
|
[key: string]: LocaleMessages | string;
|
|
@@ -141,6 +141,9 @@ interface OnColors {
|
|
|
141
141
|
'on-info': string;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
type JSXComponent<Props = any> = {
|
|
145
|
+
new (): ComponentPublicInstance<Props>;
|
|
146
|
+
} | FunctionalComponent<Props>;
|
|
144
147
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
145
148
|
declare const IconValue: PropType<IconValue>;
|
|
146
149
|
interface IconAliases {
|
package/lib/blueprints/md1.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ref, ComponentPublicInstance,
|
|
1
|
+
import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
|
|
2
2
|
|
|
3
3
|
interface LocaleMessages {
|
|
4
4
|
[key: string]: LocaleMessages | string;
|
|
@@ -141,6 +141,9 @@ interface OnColors {
|
|
|
141
141
|
'on-info': string;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
type JSXComponent<Props = any> = {
|
|
145
|
+
new (): ComponentPublicInstance<Props>;
|
|
146
|
+
} | FunctionalComponent<Props>;
|
|
144
147
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
145
148
|
declare const IconValue: PropType<IconValue>;
|
|
146
149
|
interface IconAliases {
|
package/lib/blueprints/md2.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ref, ComponentPublicInstance,
|
|
1
|
+
import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
|
|
2
2
|
|
|
3
3
|
interface LocaleMessages {
|
|
4
4
|
[key: string]: LocaleMessages | string;
|
|
@@ -141,6 +141,9 @@ interface OnColors {
|
|
|
141
141
|
'on-info': string;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
type JSXComponent<Props = any> = {
|
|
145
|
+
new (): ComponentPublicInstance<Props>;
|
|
146
|
+
} | FunctionalComponent<Props>;
|
|
144
147
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
145
148
|
declare const IconValue: PropType<IconValue>;
|
|
146
149
|
interface IconAliases {
|
package/lib/blueprints/md3.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ref, ComponentPublicInstance,
|
|
1
|
+
import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
|
|
2
2
|
|
|
3
3
|
interface LocaleMessages {
|
|
4
4
|
[key: string]: LocaleMessages | string;
|
|
@@ -141,6 +141,9 @@ interface OnColors {
|
|
|
141
141
|
'on-info': string;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
type JSXComponent<Props = any> = {
|
|
145
|
+
new (): ComponentPublicInstance<Props>;
|
|
146
|
+
} | FunctionalComponent<Props>;
|
|
144
147
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
145
148
|
declare const IconValue: PropType<IconValue>;
|
|
146
149
|
interface IconAliases {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
|
|
3
3
|
|
|
4
4
|
type ClassValue = any;
|
|
5
5
|
|
|
@@ -18,6 +18,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
18
18
|
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
|
19
19
|
type Variant = typeof allowedVariants[number];
|
|
20
20
|
|
|
21
|
+
type JSXComponent<Props = any> = {
|
|
22
|
+
new (): ComponentPublicInstance<Props>;
|
|
23
|
+
} | FunctionalComponent<Props>;
|
|
21
24
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
22
25
|
declare const IconValue: PropType<IconValue>;
|
|
23
26
|
|
|
@@ -48,12 +51,12 @@ declare const VAlert: {
|
|
|
48
51
|
maxWidth?: string | number | undefined;
|
|
49
52
|
minHeight?: string | number | undefined;
|
|
50
53
|
minWidth?: string | number | undefined;
|
|
51
|
-
position?: "fixed" | "absolute" | "
|
|
54
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
52
55
|
title?: string | undefined;
|
|
53
56
|
text?: string | undefined;
|
|
54
57
|
class?: any;
|
|
55
|
-
elevation?: string | number | undefined;
|
|
56
58
|
theme?: string | undefined;
|
|
59
|
+
elevation?: string | number | undefined;
|
|
57
60
|
rounded?: string | number | boolean | undefined;
|
|
58
61
|
} & {
|
|
59
62
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -115,12 +118,12 @@ declare const VAlert: {
|
|
|
115
118
|
maxWidth?: string | number | undefined;
|
|
116
119
|
minHeight?: string | number | undefined;
|
|
117
120
|
minWidth?: string | number | undefined;
|
|
118
|
-
position?: "fixed" | "absolute" | "
|
|
121
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
119
122
|
title?: string | undefined;
|
|
120
123
|
text?: string | undefined;
|
|
121
124
|
class?: any;
|
|
122
|
-
elevation?: string | number | undefined;
|
|
123
125
|
theme?: string | undefined;
|
|
126
|
+
elevation?: string | number | undefined;
|
|
124
127
|
rounded?: string | number | boolean | undefined;
|
|
125
128
|
} & {
|
|
126
129
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -208,12 +211,12 @@ declare const VAlert: {
|
|
|
208
211
|
maxWidth?: string | number | undefined;
|
|
209
212
|
minHeight?: string | number | undefined;
|
|
210
213
|
minWidth?: string | number | undefined;
|
|
211
|
-
position?: "fixed" | "absolute" | "
|
|
214
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
212
215
|
title?: string | undefined;
|
|
213
216
|
text?: string | undefined;
|
|
214
217
|
class?: any;
|
|
215
|
-
elevation?: string | number | undefined;
|
|
216
218
|
theme?: string | undefined;
|
|
219
|
+
elevation?: string | number | undefined;
|
|
217
220
|
rounded?: string | number | boolean | undefined;
|
|
218
221
|
} & {
|
|
219
222
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -289,12 +292,12 @@ declare const VAlert: {
|
|
|
289
292
|
maxWidth?: string | number | undefined;
|
|
290
293
|
minHeight?: string | number | undefined;
|
|
291
294
|
minWidth?: string | number | undefined;
|
|
292
|
-
position?: "fixed" | "absolute" | "
|
|
295
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
293
296
|
title?: string | undefined;
|
|
294
297
|
text?: string | undefined;
|
|
295
298
|
class?: any;
|
|
296
|
-
elevation?: string | number | undefined;
|
|
297
299
|
theme?: string | undefined;
|
|
300
|
+
elevation?: string | number | undefined;
|
|
298
301
|
rounded?: string | number | boolean | undefined;
|
|
299
302
|
} & {
|
|
300
303
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -375,7 +378,7 @@ declare const VAlert: {
|
|
|
375
378
|
};
|
|
376
379
|
tile: BooleanConstructor;
|
|
377
380
|
position: {
|
|
378
|
-
type: PropType<"fixed" | "absolute" | "
|
|
381
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
379
382
|
validator: (v: any) => boolean;
|
|
380
383
|
};
|
|
381
384
|
location: PropType<Anchor | null>;
|
|
@@ -449,7 +452,7 @@ declare const VAlert: {
|
|
|
449
452
|
};
|
|
450
453
|
tile: BooleanConstructor;
|
|
451
454
|
position: {
|
|
452
|
-
type: PropType<"fixed" | "absolute" | "
|
|
455
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
453
456
|
validator: (v: any) => boolean;
|
|
454
457
|
};
|
|
455
458
|
location: PropType<Anchor | null>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType, DirectiveBinding,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, DirectiveBinding, ComponentPublicInstance, FunctionalComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
|
|
@@ -42,8 +42,8 @@ declare const VAppBar: {
|
|
|
42
42
|
title?: string | undefined;
|
|
43
43
|
image?: string | undefined;
|
|
44
44
|
class?: any;
|
|
45
|
-
elevation?: string | number | undefined;
|
|
46
45
|
theme?: string | undefined;
|
|
46
|
+
elevation?: string | number | undefined;
|
|
47
47
|
rounded?: string | number | boolean | undefined;
|
|
48
48
|
scrollTarget?: string | undefined;
|
|
49
49
|
} & {
|
|
@@ -98,8 +98,8 @@ declare const VAppBar: {
|
|
|
98
98
|
title?: string | undefined;
|
|
99
99
|
image?: string | undefined;
|
|
100
100
|
class?: any;
|
|
101
|
-
elevation?: string | number | undefined;
|
|
102
101
|
theme?: string | undefined;
|
|
102
|
+
elevation?: string | number | undefined;
|
|
103
103
|
rounded?: string | number | boolean | undefined;
|
|
104
104
|
scrollTarget?: string | undefined;
|
|
105
105
|
} & {
|
|
@@ -183,8 +183,8 @@ declare const VAppBar: {
|
|
|
183
183
|
title?: string | undefined;
|
|
184
184
|
image?: string | undefined;
|
|
185
185
|
class?: any;
|
|
186
|
-
elevation?: string | number | undefined;
|
|
187
186
|
theme?: string | undefined;
|
|
187
|
+
elevation?: string | number | undefined;
|
|
188
188
|
rounded?: string | number | boolean | undefined;
|
|
189
189
|
scrollTarget?: string | undefined;
|
|
190
190
|
} & {
|
|
@@ -258,8 +258,8 @@ declare const VAppBar: {
|
|
|
258
258
|
title?: string | undefined;
|
|
259
259
|
image?: string | undefined;
|
|
260
260
|
class?: any;
|
|
261
|
-
elevation?: string | number | undefined;
|
|
262
261
|
theme?: string | undefined;
|
|
262
|
+
elevation?: string | number | undefined;
|
|
263
263
|
rounded?: string | number | boolean | undefined;
|
|
264
264
|
scrollTarget?: string | undefined;
|
|
265
265
|
} & {
|
|
@@ -466,6 +466,9 @@ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'v
|
|
|
466
466
|
};
|
|
467
467
|
}
|
|
468
468
|
|
|
469
|
+
type JSXComponent<Props = any> = {
|
|
470
|
+
new (): ComponentPublicInstance<Props>;
|
|
471
|
+
} | FunctionalComponent<Props>;
|
|
469
472
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
470
473
|
declare const IconValue: PropType<IconValue>;
|
|
471
474
|
|
|
@@ -530,15 +533,15 @@ declare const VAppBarNavIcon: {
|
|
|
530
533
|
maxWidth?: string | number | undefined;
|
|
531
534
|
minHeight?: string | number | undefined;
|
|
532
535
|
minWidth?: string | number | undefined;
|
|
533
|
-
position?: "fixed" | "absolute" | "
|
|
536
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
534
537
|
value?: any;
|
|
535
538
|
loading?: string | boolean | undefined;
|
|
536
539
|
text?: string | undefined;
|
|
537
540
|
class?: any;
|
|
541
|
+
theme?: string | undefined;
|
|
542
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
538
543
|
href?: string | undefined;
|
|
539
544
|
elevation?: string | number | undefined;
|
|
540
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
541
|
-
theme?: string | undefined;
|
|
542
545
|
rounded?: string | number | boolean | undefined;
|
|
543
546
|
baseColor?: string | undefined;
|
|
544
547
|
selectedClass?: string | undefined;
|
|
@@ -594,15 +597,15 @@ declare const VAppBarNavIcon: {
|
|
|
594
597
|
maxWidth?: string | number | undefined;
|
|
595
598
|
minHeight?: string | number | undefined;
|
|
596
599
|
minWidth?: string | number | undefined;
|
|
597
|
-
position?: "fixed" | "absolute" | "
|
|
600
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
598
601
|
value?: any;
|
|
599
602
|
loading?: string | boolean | undefined;
|
|
600
603
|
text?: string | undefined;
|
|
601
604
|
class?: any;
|
|
605
|
+
theme?: string | undefined;
|
|
606
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
602
607
|
href?: string | undefined;
|
|
603
608
|
elevation?: string | number | undefined;
|
|
604
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
605
|
-
theme?: string | undefined;
|
|
606
609
|
rounded?: string | number | boolean | undefined;
|
|
607
610
|
baseColor?: string | undefined;
|
|
608
611
|
selectedClass?: string | undefined;
|
|
@@ -692,15 +695,15 @@ declare const VAppBarNavIcon: {
|
|
|
692
695
|
maxWidth?: string | number | undefined;
|
|
693
696
|
minHeight?: string | number | undefined;
|
|
694
697
|
minWidth?: string | number | undefined;
|
|
695
|
-
position?: "fixed" | "absolute" | "
|
|
698
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
696
699
|
value?: any;
|
|
697
700
|
loading?: string | boolean | undefined;
|
|
698
701
|
text?: string | undefined;
|
|
699
702
|
class?: any;
|
|
703
|
+
theme?: string | undefined;
|
|
704
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
700
705
|
href?: string | undefined;
|
|
701
706
|
elevation?: string | number | undefined;
|
|
702
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
703
|
-
theme?: string | undefined;
|
|
704
707
|
rounded?: string | number | boolean | undefined;
|
|
705
708
|
baseColor?: string | undefined;
|
|
706
709
|
selectedClass?: string | undefined;
|
|
@@ -782,15 +785,15 @@ declare const VAppBarNavIcon: {
|
|
|
782
785
|
maxWidth?: string | number | undefined;
|
|
783
786
|
minHeight?: string | number | undefined;
|
|
784
787
|
minWidth?: string | number | undefined;
|
|
785
|
-
position?: "fixed" | "absolute" | "
|
|
788
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
786
789
|
value?: any;
|
|
787
790
|
loading?: string | boolean | undefined;
|
|
788
791
|
text?: string | undefined;
|
|
789
792
|
class?: any;
|
|
793
|
+
theme?: string | undefined;
|
|
794
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
790
795
|
href?: string | undefined;
|
|
791
796
|
elevation?: string | number | undefined;
|
|
792
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
793
|
-
theme?: string | undefined;
|
|
794
797
|
rounded?: string | number | boolean | undefined;
|
|
795
798
|
baseColor?: string | undefined;
|
|
796
799
|
selectedClass?: string | undefined;
|
|
@@ -877,7 +880,7 @@ declare const VAppBarNavIcon: {
|
|
|
877
880
|
};
|
|
878
881
|
tile: BooleanConstructor;
|
|
879
882
|
position: {
|
|
880
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
883
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
881
884
|
validator: (v: any) => boolean;
|
|
882
885
|
};
|
|
883
886
|
location: vue.PropType<Anchor | null>;
|
|
@@ -967,7 +970,7 @@ declare const VAppBarNavIcon: {
|
|
|
967
970
|
};
|
|
968
971
|
tile: BooleanConstructor;
|
|
969
972
|
position: {
|
|
970
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
973
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
971
974
|
validator: (v: any) => boolean;
|
|
972
975
|
};
|
|
973
976
|
location: vue.PropType<Anchor | null>;
|