vuetify 3.1.10 → 3.1.11
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 +203 -27
- package/dist/json/importMap.json +98 -98
- package/dist/json/tags.json +46 -2
- package/dist/json/web-types.json +481 -49
- package/dist/vuetify-labs.css +224 -204
- package/dist/vuetify-labs.d.ts +56923 -14294
- package/dist/vuetify-labs.esm.js +121 -129
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +121 -129
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +47 -39
- package/dist/vuetify.d.ts +55374 -15927
- package/dist/vuetify.esm.js +118 -129
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +118 -129
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -642
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +509 -83
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +40 -39
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +831 -147
- package/lib/components/VChip/index.d.ts +473 -75
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +2 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/index.d.ts +131 -22
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +8 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +1 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1263 -81
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55131 -15681
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +32 -35
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4176 -1016
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4212 -1026
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +12 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -1,12 +1,149 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { JSXComponent, PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
|
|
3
|
+
|
|
4
|
+
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
6
|
+
}
|
|
3
7
|
|
|
4
8
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
5
9
|
|
|
6
10
|
type IconValue = string | JSXComponent;
|
|
7
11
|
declare const IconValue: PropType<IconValue>;
|
|
8
12
|
|
|
9
|
-
declare const VAvatar:
|
|
13
|
+
declare const VAvatar: {
|
|
14
|
+
new (...args: any[]): {
|
|
15
|
+
$: vue.ComponentInternalInstance;
|
|
16
|
+
$data: {};
|
|
17
|
+
$props: Partial<{
|
|
18
|
+
end: boolean;
|
|
19
|
+
start: boolean;
|
|
20
|
+
size: string | number;
|
|
21
|
+
tag: string;
|
|
22
|
+
rounded: string | number | boolean;
|
|
23
|
+
density: Density;
|
|
24
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
25
|
+
}> & Omit<{
|
|
26
|
+
end: boolean;
|
|
27
|
+
start: boolean;
|
|
28
|
+
size: string | number;
|
|
29
|
+
tag: string;
|
|
30
|
+
density: Density;
|
|
31
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
32
|
+
} & {
|
|
33
|
+
color?: string | undefined;
|
|
34
|
+
image?: string | undefined;
|
|
35
|
+
icon?: IconValue | undefined;
|
|
36
|
+
theme?: string | undefined;
|
|
37
|
+
rounded?: string | number | boolean | undefined;
|
|
38
|
+
} & {
|
|
39
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
40
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
41
|
+
};
|
|
42
|
+
$slots?: {
|
|
43
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
44
|
+
} | undefined;
|
|
45
|
+
'v-slots'?: {
|
|
46
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
47
|
+
} | undefined;
|
|
48
|
+
} & {
|
|
49
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "end" | "start" | "size" | "tag" | "rounded" | "density" | "variant">;
|
|
51
|
+
$attrs: {
|
|
52
|
+
[x: string]: unknown;
|
|
53
|
+
};
|
|
54
|
+
$refs: {
|
|
55
|
+
[x: string]: unknown;
|
|
56
|
+
};
|
|
57
|
+
$slots: Readonly<{
|
|
58
|
+
[name: string]: vue.Slot | undefined;
|
|
59
|
+
}>;
|
|
60
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
61
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
62
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
63
|
+
$el: any;
|
|
64
|
+
$options: vue.ComponentOptionsBase<{
|
|
65
|
+
end: boolean;
|
|
66
|
+
start: boolean;
|
|
67
|
+
size: string | number;
|
|
68
|
+
tag: string;
|
|
69
|
+
density: Density;
|
|
70
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
71
|
+
} & {
|
|
72
|
+
color?: string | undefined;
|
|
73
|
+
image?: string | undefined;
|
|
74
|
+
icon?: IconValue | undefined;
|
|
75
|
+
theme?: string | undefined;
|
|
76
|
+
rounded?: string | number | boolean | undefined;
|
|
77
|
+
} & {
|
|
78
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
79
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
80
|
+
};
|
|
81
|
+
$slots?: {
|
|
82
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
83
|
+
} | undefined;
|
|
84
|
+
'v-slots'?: {
|
|
85
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
} & {
|
|
88
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
89
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
90
|
+
end: boolean;
|
|
91
|
+
start: boolean;
|
|
92
|
+
size: string | number;
|
|
93
|
+
tag: string;
|
|
94
|
+
rounded: string | number | boolean;
|
|
95
|
+
density: Density;
|
|
96
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
97
|
+
}, {}, string> & {
|
|
98
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
99
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
100
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
101
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
102
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
103
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
104
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
105
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
106
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
107
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
108
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
109
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
110
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
111
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
112
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
113
|
+
};
|
|
114
|
+
$forceUpdate: () => void;
|
|
115
|
+
$nextTick: typeof vue.nextTick;
|
|
116
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
117
|
+
} & {
|
|
118
|
+
end: boolean;
|
|
119
|
+
start: boolean;
|
|
120
|
+
size: string | number;
|
|
121
|
+
tag: string;
|
|
122
|
+
density: Density;
|
|
123
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
124
|
+
} & {
|
|
125
|
+
color?: string | undefined;
|
|
126
|
+
image?: string | undefined;
|
|
127
|
+
icon?: IconValue | undefined;
|
|
128
|
+
theme?: string | undefined;
|
|
129
|
+
rounded?: string | number | boolean | undefined;
|
|
130
|
+
} & {
|
|
131
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
132
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
133
|
+
};
|
|
134
|
+
$slots?: {
|
|
135
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
136
|
+
} | undefined;
|
|
137
|
+
'v-slots'?: {
|
|
138
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
139
|
+
} | undefined;
|
|
140
|
+
} & {
|
|
141
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
142
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
143
|
+
__isFragment?: undefined;
|
|
144
|
+
__isTeleport?: undefined;
|
|
145
|
+
__isSuspense?: undefined;
|
|
146
|
+
} & vue.ComponentOptionsBase<{
|
|
10
147
|
end: boolean;
|
|
11
148
|
start: boolean;
|
|
12
149
|
size: string | number;
|
|
@@ -31,32 +168,7 @@ declare const VAvatar: vue.DefineComponent<{
|
|
|
31
168
|
} | undefined;
|
|
32
169
|
} & {
|
|
33
170
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
34
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string,
|
|
35
|
-
end: boolean;
|
|
36
|
-
start: boolean;
|
|
37
|
-
size: string | number;
|
|
38
|
-
tag: string;
|
|
39
|
-
density: Density;
|
|
40
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
41
|
-
} & {
|
|
42
|
-
color?: string | undefined;
|
|
43
|
-
image?: string | undefined;
|
|
44
|
-
icon?: IconValue | undefined;
|
|
45
|
-
theme?: string | undefined;
|
|
46
|
-
rounded?: string | number | boolean | undefined;
|
|
47
|
-
} & {
|
|
48
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
49
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
50
|
-
};
|
|
51
|
-
$slots?: {
|
|
52
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
53
|
-
} | undefined;
|
|
54
|
-
'v-slots'?: {
|
|
55
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
56
|
-
} | undefined;
|
|
57
|
-
} & {
|
|
58
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
59
|
-
}, {
|
|
171
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
60
172
|
end: boolean;
|
|
61
173
|
start: boolean;
|
|
62
174
|
size: string | number;
|
|
@@ -64,7 +176,71 @@ declare const VAvatar: vue.DefineComponent<{
|
|
|
64
176
|
rounded: string | number | boolean;
|
|
65
177
|
density: Density;
|
|
66
178
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
67
|
-
}
|
|
179
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
180
|
+
color: StringConstructor;
|
|
181
|
+
variant: Omit<{
|
|
182
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
183
|
+
default: string;
|
|
184
|
+
validator: (v: any) => boolean;
|
|
185
|
+
}, "type" | "default"> & {
|
|
186
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
187
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
188
|
+
};
|
|
189
|
+
theme: StringConstructor;
|
|
190
|
+
tag: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
194
|
+
size: {
|
|
195
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
196
|
+
default: string;
|
|
197
|
+
};
|
|
198
|
+
rounded: {
|
|
199
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
200
|
+
default: undefined;
|
|
201
|
+
};
|
|
202
|
+
density: {
|
|
203
|
+
type: vue.PropType<Density>;
|
|
204
|
+
default: string;
|
|
205
|
+
validator: (v: any) => boolean;
|
|
206
|
+
};
|
|
207
|
+
start: BooleanConstructor;
|
|
208
|
+
end: BooleanConstructor;
|
|
209
|
+
icon: vue.PropType<IconValue>;
|
|
210
|
+
image: StringConstructor;
|
|
211
|
+
}, vue.ExtractPropTypes<{
|
|
212
|
+
color: StringConstructor;
|
|
213
|
+
variant: Omit<{
|
|
214
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
215
|
+
default: string;
|
|
216
|
+
validator: (v: any) => boolean;
|
|
217
|
+
}, "type" | "default"> & {
|
|
218
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
219
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
220
|
+
};
|
|
221
|
+
theme: StringConstructor;
|
|
222
|
+
tag: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
226
|
+
size: {
|
|
227
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
228
|
+
default: string;
|
|
229
|
+
};
|
|
230
|
+
rounded: {
|
|
231
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
232
|
+
default: undefined;
|
|
233
|
+
};
|
|
234
|
+
density: {
|
|
235
|
+
type: vue.PropType<Density>;
|
|
236
|
+
default: string;
|
|
237
|
+
validator: (v: any) => boolean;
|
|
238
|
+
};
|
|
239
|
+
start: BooleanConstructor;
|
|
240
|
+
end: BooleanConstructor;
|
|
241
|
+
icon: vue.PropType<IconValue>;
|
|
242
|
+
image: StringConstructor;
|
|
243
|
+
}>>;
|
|
68
244
|
type VAvatar = InstanceType<typeof VAvatar>;
|
|
69
245
|
|
|
70
246
|
export { VAvatar };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { JSXComponent, PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
|
|
3
3
|
|
|
4
4
|
declare const block: readonly ["top", "bottom"];
|
|
5
5
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
@@ -7,48 +7,196 @@ type Tblock = typeof block[number];
|
|
|
7
7
|
type Tinline = typeof inline[number];
|
|
8
8
|
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
9
9
|
|
|
10
|
+
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
11
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
12
|
+
}
|
|
13
|
+
|
|
10
14
|
type IconValue = string | JSXComponent;
|
|
11
15
|
declare const IconValue: PropType<IconValue>;
|
|
12
16
|
|
|
13
|
-
declare const VBadge:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
17
|
+
declare const VBadge: {
|
|
18
|
+
new (...args: any[]): {
|
|
19
|
+
$: vue.ComponentInternalInstance;
|
|
20
|
+
$data: {};
|
|
21
|
+
$props: Partial<{
|
|
22
|
+
inline: boolean;
|
|
23
|
+
location: NonNullable<Anchor>;
|
|
24
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
25
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
26
|
+
})>;
|
|
27
|
+
label: string;
|
|
28
|
+
tag: string;
|
|
29
|
+
dot: boolean;
|
|
30
|
+
rounded: string | number | boolean;
|
|
31
|
+
floating: boolean;
|
|
32
|
+
modelValue: boolean;
|
|
33
|
+
bordered: boolean;
|
|
34
|
+
}> & Omit<{
|
|
35
|
+
inline: boolean;
|
|
36
|
+
location: NonNullable<Anchor>;
|
|
37
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
38
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
39
|
+
})>;
|
|
40
|
+
label: string;
|
|
41
|
+
tag: string;
|
|
42
|
+
dot: boolean;
|
|
43
|
+
floating: boolean;
|
|
44
|
+
modelValue: boolean;
|
|
45
|
+
bordered: boolean;
|
|
46
|
+
} & {
|
|
47
|
+
max?: string | number | undefined;
|
|
48
|
+
color?: string | undefined;
|
|
49
|
+
content?: string | number | undefined;
|
|
50
|
+
icon?: IconValue | undefined;
|
|
51
|
+
theme?: string | undefined;
|
|
52
|
+
rounded?: string | number | boolean | undefined;
|
|
53
|
+
offsetX?: string | number | undefined;
|
|
54
|
+
offsetY?: string | number | undefined;
|
|
55
|
+
textColor?: string | undefined;
|
|
56
|
+
} & {
|
|
57
|
+
$children?: {} | vue.VNodeChild | {
|
|
58
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
59
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
60
|
+
};
|
|
61
|
+
$slots?: {
|
|
62
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
63
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
64
|
+
} | undefined;
|
|
65
|
+
'v-slots'?: {
|
|
66
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
67
|
+
badge?: false | (() => vue.VNodeChild) | undefined;
|
|
68
|
+
} | undefined;
|
|
69
|
+
} & {
|
|
70
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71
|
+
"v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
|
|
72
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "location" | "transition" | "label" | "tag" | "dot" | "rounded" | "floating" | "modelValue" | "bordered">;
|
|
73
|
+
$attrs: {
|
|
74
|
+
[x: string]: unknown;
|
|
75
|
+
};
|
|
76
|
+
$refs: {
|
|
77
|
+
[x: string]: unknown;
|
|
78
|
+
};
|
|
79
|
+
$slots: Readonly<{
|
|
80
|
+
[name: string]: vue.Slot | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
83
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
84
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
85
|
+
$el: any;
|
|
86
|
+
$options: vue.ComponentOptionsBase<{
|
|
87
|
+
inline: boolean;
|
|
88
|
+
location: NonNullable<Anchor>;
|
|
89
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
90
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
91
|
+
})>;
|
|
92
|
+
label: string;
|
|
93
|
+
tag: string;
|
|
94
|
+
dot: boolean;
|
|
95
|
+
floating: boolean;
|
|
96
|
+
modelValue: boolean;
|
|
97
|
+
bordered: boolean;
|
|
98
|
+
} & {
|
|
99
|
+
max?: string | number | undefined;
|
|
100
|
+
color?: string | undefined;
|
|
101
|
+
content?: string | number | undefined;
|
|
102
|
+
icon?: IconValue | undefined;
|
|
103
|
+
theme?: string | undefined;
|
|
104
|
+
rounded?: string | number | boolean | undefined;
|
|
105
|
+
offsetX?: string | number | undefined;
|
|
106
|
+
offsetY?: string | number | undefined;
|
|
107
|
+
textColor?: string | undefined;
|
|
108
|
+
} & {
|
|
109
|
+
$children?: {} | vue.VNodeChild | {
|
|
110
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
111
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
112
|
+
};
|
|
113
|
+
$slots?: {
|
|
114
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
115
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
116
|
+
} | undefined;
|
|
117
|
+
'v-slots'?: {
|
|
118
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
119
|
+
badge?: false | (() => vue.VNodeChild) | undefined;
|
|
120
|
+
} | undefined;
|
|
121
|
+
} & {
|
|
122
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
123
|
+
"v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
|
|
124
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
125
|
+
inline: boolean;
|
|
126
|
+
location: NonNullable<Anchor>;
|
|
127
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
128
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
129
|
+
})>;
|
|
130
|
+
label: string;
|
|
131
|
+
tag: string;
|
|
132
|
+
dot: boolean;
|
|
133
|
+
rounded: string | number | boolean;
|
|
134
|
+
floating: boolean;
|
|
135
|
+
modelValue: boolean;
|
|
136
|
+
bordered: boolean;
|
|
137
|
+
}, {}, string> & {
|
|
138
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
139
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
140
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
141
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
142
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
143
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
144
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
145
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
146
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
147
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
148
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
149
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
150
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
151
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
152
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
153
|
+
};
|
|
154
|
+
$forceUpdate: () => void;
|
|
155
|
+
$nextTick: typeof vue.nextTick;
|
|
156
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
157
|
+
} & {
|
|
158
|
+
inline: boolean;
|
|
159
|
+
location: NonNullable<Anchor>;
|
|
160
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
161
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
162
|
+
})>;
|
|
163
|
+
label: string;
|
|
164
|
+
tag: string;
|
|
165
|
+
dot: boolean;
|
|
166
|
+
floating: boolean;
|
|
167
|
+
modelValue: boolean;
|
|
168
|
+
bordered: boolean;
|
|
169
|
+
} & {
|
|
170
|
+
max?: string | number | undefined;
|
|
171
|
+
color?: string | undefined;
|
|
172
|
+
content?: string | number | undefined;
|
|
173
|
+
icon?: IconValue | undefined;
|
|
174
|
+
theme?: string | undefined;
|
|
175
|
+
rounded?: string | number | boolean | undefined;
|
|
176
|
+
offsetX?: string | number | undefined;
|
|
177
|
+
offsetY?: string | number | undefined;
|
|
178
|
+
textColor?: string | undefined;
|
|
179
|
+
} & {
|
|
180
|
+
$children?: {} | vue.VNodeChild | {
|
|
181
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
182
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
183
|
+
};
|
|
184
|
+
$slots?: {
|
|
185
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
186
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
187
|
+
} | undefined;
|
|
188
|
+
'v-slots'?: {
|
|
189
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
190
|
+
badge?: false | (() => vue.VNodeChild) | undefined;
|
|
191
|
+
} | undefined;
|
|
192
|
+
} & {
|
|
193
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
194
|
+
"v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
|
|
195
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
196
|
+
__isFragment?: undefined;
|
|
197
|
+
__isTeleport?: undefined;
|
|
198
|
+
__isSuspense?: undefined;
|
|
199
|
+
} & vue.ComponentOptionsBase<{
|
|
52
200
|
inline: boolean;
|
|
53
201
|
location: NonNullable<Anchor>;
|
|
54
202
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
@@ -86,7 +234,7 @@ declare const VBadge: vue.DefineComponent<{
|
|
|
86
234
|
} & {
|
|
87
235
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
88
236
|
"v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
|
|
89
|
-
}, {
|
|
237
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
90
238
|
inline: boolean;
|
|
91
239
|
location: NonNullable<Anchor>;
|
|
92
240
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
@@ -99,7 +247,101 @@ declare const VBadge: vue.DefineComponent<{
|
|
|
99
247
|
floating: boolean;
|
|
100
248
|
modelValue: boolean;
|
|
101
249
|
bordered: boolean;
|
|
102
|
-
}
|
|
250
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
251
|
+
transition: Omit<{
|
|
252
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
253
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
254
|
+
})>;
|
|
255
|
+
default: string;
|
|
256
|
+
validator: (val: unknown) => boolean;
|
|
257
|
+
}, "type" | "default"> & {
|
|
258
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
259
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
260
|
+
})>>;
|
|
261
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
262
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
263
|
+
})>;
|
|
264
|
+
};
|
|
265
|
+
theme: StringConstructor;
|
|
266
|
+
tag: {
|
|
267
|
+
type: StringConstructor;
|
|
268
|
+
default: string;
|
|
269
|
+
};
|
|
270
|
+
rounded: {
|
|
271
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
272
|
+
default: undefined;
|
|
273
|
+
};
|
|
274
|
+
location: {
|
|
275
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
276
|
+
default: NonNullable<Anchor>;
|
|
277
|
+
};
|
|
278
|
+
bordered: BooleanConstructor;
|
|
279
|
+
color: StringConstructor;
|
|
280
|
+
content: (StringConstructor | NumberConstructor)[];
|
|
281
|
+
dot: BooleanConstructor;
|
|
282
|
+
floating: BooleanConstructor;
|
|
283
|
+
icon: vue.PropType<IconValue>;
|
|
284
|
+
inline: BooleanConstructor;
|
|
285
|
+
label: {
|
|
286
|
+
type: StringConstructor;
|
|
287
|
+
default: string;
|
|
288
|
+
};
|
|
289
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
290
|
+
modelValue: {
|
|
291
|
+
type: BooleanConstructor;
|
|
292
|
+
default: boolean;
|
|
293
|
+
};
|
|
294
|
+
offsetX: (StringConstructor | NumberConstructor)[];
|
|
295
|
+
offsetY: (StringConstructor | NumberConstructor)[];
|
|
296
|
+
textColor: StringConstructor;
|
|
297
|
+
}, vue.ExtractPropTypes<{
|
|
298
|
+
transition: Omit<{
|
|
299
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
300
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
301
|
+
})>;
|
|
302
|
+
default: string;
|
|
303
|
+
validator: (val: unknown) => boolean;
|
|
304
|
+
}, "type" | "default"> & {
|
|
305
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
306
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
307
|
+
})>>;
|
|
308
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
309
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
310
|
+
})>;
|
|
311
|
+
};
|
|
312
|
+
theme: StringConstructor;
|
|
313
|
+
tag: {
|
|
314
|
+
type: StringConstructor;
|
|
315
|
+
default: string;
|
|
316
|
+
};
|
|
317
|
+
rounded: {
|
|
318
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
319
|
+
default: undefined;
|
|
320
|
+
};
|
|
321
|
+
location: {
|
|
322
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
323
|
+
default: NonNullable<Anchor>;
|
|
324
|
+
};
|
|
325
|
+
bordered: BooleanConstructor;
|
|
326
|
+
color: StringConstructor;
|
|
327
|
+
content: (StringConstructor | NumberConstructor)[];
|
|
328
|
+
dot: BooleanConstructor;
|
|
329
|
+
floating: BooleanConstructor;
|
|
330
|
+
icon: vue.PropType<IconValue>;
|
|
331
|
+
inline: BooleanConstructor;
|
|
332
|
+
label: {
|
|
333
|
+
type: StringConstructor;
|
|
334
|
+
default: string;
|
|
335
|
+
};
|
|
336
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
337
|
+
modelValue: {
|
|
338
|
+
type: BooleanConstructor;
|
|
339
|
+
default: boolean;
|
|
340
|
+
};
|
|
341
|
+
offsetX: (StringConstructor | NumberConstructor)[];
|
|
342
|
+
offsetY: (StringConstructor | NumberConstructor)[];
|
|
343
|
+
textColor: StringConstructor;
|
|
344
|
+
}>>;
|
|
103
345
|
type VBadge = InstanceType<typeof VBadge>;
|
|
104
346
|
|
|
105
347
|
export { VBadge };
|