@mobileaction/action-kit 1.55.9-beta.1 → 1.55.9-beta.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/action-kit.mjs +1 -1
- package/dist/{annotations-DzwRKOiX.js → annotations-CJvReGEj.js} +1 -1
- package/dist/components/alert/index.vue.d.ts +1 -1
- package/dist/components/badge/index.vue.d.ts +2 -2
- package/dist/components/badge/stories/basic.stories.d.ts +121 -121
- package/dist/components/badge/stories/blue.stories.d.ts +121 -121
- package/dist/components/badge/stories/constants.d.ts +54 -54
- package/dist/components/badge/stories/dark.stories.d.ts +121 -121
- package/dist/components/badge/stories/green.stories.d.ts +121 -121
- package/dist/components/badge/stories/orange.stories.d.ts +121 -121
- package/dist/components/badge/stories/pink.stories.d.ts +121 -121
- package/dist/components/badge/stories/purple.stories.d.ts +121 -121
- package/dist/components/badge/stories/red.stories.d.ts +121 -121
- package/dist/components/badge/stories/teal.stories.d.ts +121 -121
- package/dist/components/badge/stories/yellow.stories.d.ts +121 -121
- package/dist/components/button/index.vue.d.ts +6 -20
- package/dist/components/button/link-button/index.vue.d.ts +4 -16
- package/dist/components/button/social-button/index.vue.d.ts +3 -13
- package/dist/components/button/types.d.ts +43 -0
- package/dist/components/cascader/index.vue.d.ts +1 -1
- package/dist/components/cascader/stories/default.stories.d.ts +320 -320
- package/dist/components/date-picker-2/index.vue.d.ts +1 -1
- package/dist/components/empty/index.vue.d.ts +1 -1
- package/dist/components/modal/types.d.ts +1 -1
- package/dist/components/modal-2/MaConfirmModal.vue.d.ts +3 -1
- package/dist/components/modal-2/types.d.ts +4 -9
- package/dist/components/numeric-input/index.vue.d.ts +1 -1
- package/dist/components/popconfirm/index.vue.d.ts +1 -1
- package/dist/components/popconfirm-2/index.vue.d.ts +2 -2
- package/dist/components/result/stories/constants.d.ts +9 -9
- package/dist/components/select/index.vue.d.ts +1 -1
- package/dist/components/select-2/index.vue.d.ts +1 -1
- package/dist/components/tree/index.vue.d.ts +1 -1
- package/dist/components/upload/index.vue.d.ts +1 -1
- package/dist/{export-data-CogMIKLw.js → export-data-Bc66-x65.js} +1 -1
- package/dist/{exporting-BC5gPbRD.js → exporting-BtRF11xJ.js} +1 -1
- package/dist/{funnel-DCKPuShR.js → funnel-D5wllcfK.js} +1 -1
- package/dist/{index-B3BnsEOn.js → index-BeRY2xCE.js} +2840 -2847
- package/dist/index.d.ts +0 -2
- package/dist/{map-BuUu2S2x.js → map-DCQ-fAeN.js} +1 -1
- package/dist/{offline-exporting-Dl3qVzLd.js → offline-exporting-De8jDkav.js} +1 -1
- package/dist/{stock-CgmqjadN.js → stock-CC5igHH2.js} +1 -1
- package/dist/{venn-DAfzV8Ud.js → venn-CN4OD4vD.js} +1 -1
- package/dist/{wordcloud-Dpd1_4HN.js → wordcloud-DMFxV2pu.js} +1 -1
- package/package.json +1 -1
- package/dist/components/button/link-button/types.d.ts +0 -4
- package/dist/components/button/social-button/types.d.ts +0 -4
|
@@ -4,10 +4,10 @@ declare const _default: {
|
|
|
4
4
|
includeStories?: RegExp | string[];
|
|
5
5
|
excludeStories?: RegExp | string[];
|
|
6
6
|
component?: Omit<import("vue").ConcreteComponent<Partial<{
|
|
7
|
-
size: import("../types").MaBadgePropSize;
|
|
8
|
-
type: import("../types").MaBadgePropType;
|
|
9
7
|
variant: import("../types").MaBadgePropVariant;
|
|
8
|
+
size: import("../types").MaBadgePropSize;
|
|
10
9
|
shape: string;
|
|
10
|
+
type: import("../types").MaBadgePropType;
|
|
11
11
|
iconAlignment: string;
|
|
12
12
|
}> & Omit<{
|
|
13
13
|
readonly type?: import("../types").MaBadgePropType;
|
|
@@ -16,16 +16,16 @@ declare const _default: {
|
|
|
16
16
|
readonly shape?: string;
|
|
17
17
|
readonly icon?: string;
|
|
18
18
|
readonly iconAlignment?: string;
|
|
19
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
19
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "size" | "shape" | "type" | "iconAlignment"> & {
|
|
20
20
|
default?: ((props: {}) => any) | import("vue").VNodeChild;
|
|
21
21
|
}>, "props">;
|
|
22
22
|
subcomponents?: Record<string, Omit<import("vue").ConcreteComponent<any>, "props">>;
|
|
23
23
|
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
24
24
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
25
|
-
size: import("../types").MaBadgePropSize;
|
|
26
|
-
type: import("../types").MaBadgePropType;
|
|
27
25
|
variant: import("../types").MaBadgePropVariant;
|
|
26
|
+
size: import("../types").MaBadgePropSize;
|
|
28
27
|
shape: string;
|
|
28
|
+
type: import("../types").MaBadgePropType;
|
|
29
29
|
iconAlignment: string;
|
|
30
30
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
31
31
|
P: {};
|
|
@@ -35,20 +35,20 @@ declare const _default: {
|
|
|
35
35
|
M: {};
|
|
36
36
|
Defaults: {};
|
|
37
37
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
38
|
-
size: import("../types").MaBadgePropSize;
|
|
39
|
-
type: import("../types").MaBadgePropType;
|
|
40
38
|
variant: import("../types").MaBadgePropVariant;
|
|
39
|
+
size: import("../types").MaBadgePropSize;
|
|
41
40
|
shape: string;
|
|
41
|
+
type: import("../types").MaBadgePropType;
|
|
42
42
|
iconAlignment: string;
|
|
43
43
|
}>;
|
|
44
44
|
__isFragment?: never;
|
|
45
45
|
__isTeleport?: never;
|
|
46
46
|
__isSuspense?: never;
|
|
47
47
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
48
|
-
size: import("../types").MaBadgePropSize;
|
|
49
|
-
type: import("../types").MaBadgePropType;
|
|
50
48
|
variant: import("../types").MaBadgePropVariant;
|
|
49
|
+
size: import("../types").MaBadgePropSize;
|
|
51
50
|
shape: string;
|
|
51
|
+
type: import("../types").MaBadgePropType;
|
|
52
52
|
iconAlignment: string;
|
|
53
53
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
54
54
|
$slots: {
|
|
@@ -57,10 +57,10 @@ declare const _default: {
|
|
|
57
57
|
})>>;
|
|
58
58
|
globals?: import("storybook/internal/csf").Globals;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
|
|
60
|
-
size?: import("../types").MaBadgePropSize;
|
|
61
|
-
type?: import("../types").MaBadgePropType;
|
|
62
60
|
variant?: import("../types").MaBadgePropVariant;
|
|
61
|
+
size?: import("../types").MaBadgePropSize;
|
|
63
62
|
shape?: string;
|
|
63
|
+
type?: import("../types").MaBadgePropType;
|
|
64
64
|
iconAlignment?: string;
|
|
65
65
|
key?: PropertyKey;
|
|
66
66
|
style?: unknown;
|
|
@@ -77,10 +77,10 @@ declare const _default: {
|
|
|
77
77
|
onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
|
78
78
|
default?: ((props: {}) => any) | import("vue").VNodeChild;
|
|
79
79
|
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
|
|
80
|
-
size?: import("../types").MaBadgePropSize;
|
|
81
|
-
type?: import("../types").MaBadgePropType;
|
|
82
80
|
variant?: import("../types").MaBadgePropVariant;
|
|
81
|
+
size?: import("../types").MaBadgePropSize;
|
|
83
82
|
shape?: string;
|
|
83
|
+
type?: import("../types").MaBadgePropType;
|
|
84
84
|
iconAlignment?: string;
|
|
85
85
|
key?: PropertyKey;
|
|
86
86
|
style?: unknown;
|
|
@@ -100,10 +100,10 @@ declare const _default: {
|
|
|
100
100
|
parameters?: import("@storybook/vue3-vite").Parameters;
|
|
101
101
|
args?: Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
102
102
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
103
|
-
size: import("../types").MaBadgePropSize;
|
|
104
|
-
type: import("../types").MaBadgePropType;
|
|
105
103
|
variant: import("../types").MaBadgePropVariant;
|
|
104
|
+
size: import("../types").MaBadgePropSize;
|
|
106
105
|
shape: string;
|
|
106
|
+
type: import("../types").MaBadgePropType;
|
|
107
107
|
iconAlignment: string;
|
|
108
108
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
109
109
|
P: {};
|
|
@@ -113,20 +113,20 @@ declare const _default: {
|
|
|
113
113
|
M: {};
|
|
114
114
|
Defaults: {};
|
|
115
115
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
116
|
-
size: import("../types").MaBadgePropSize;
|
|
117
|
-
type: import("../types").MaBadgePropType;
|
|
118
116
|
variant: import("../types").MaBadgePropVariant;
|
|
117
|
+
size: import("../types").MaBadgePropSize;
|
|
119
118
|
shape: string;
|
|
119
|
+
type: import("../types").MaBadgePropType;
|
|
120
120
|
iconAlignment: string;
|
|
121
121
|
}>;
|
|
122
122
|
__isFragment?: never;
|
|
123
123
|
__isTeleport?: never;
|
|
124
124
|
__isSuspense?: never;
|
|
125
125
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
126
|
-
size: import("../types").MaBadgePropSize;
|
|
127
|
-
type: import("../types").MaBadgePropType;
|
|
128
126
|
variant: import("../types").MaBadgePropVariant;
|
|
127
|
+
size: import("../types").MaBadgePropSize;
|
|
129
128
|
shape: string;
|
|
129
|
+
type: import("../types").MaBadgePropType;
|
|
130
130
|
iconAlignment: string;
|
|
131
131
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
132
132
|
$slots: {
|
|
@@ -135,10 +135,10 @@ declare const _default: {
|
|
|
135
135
|
})>>;
|
|
136
136
|
argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
137
137
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
138
|
-
size: import("../types").MaBadgePropSize;
|
|
139
|
-
type: import("../types").MaBadgePropType;
|
|
140
138
|
variant: import("../types").MaBadgePropVariant;
|
|
139
|
+
size: import("../types").MaBadgePropSize;
|
|
141
140
|
shape: string;
|
|
141
|
+
type: import("../types").MaBadgePropType;
|
|
142
142
|
iconAlignment: string;
|
|
143
143
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
144
144
|
P: {};
|
|
@@ -148,20 +148,20 @@ declare const _default: {
|
|
|
148
148
|
M: {};
|
|
149
149
|
Defaults: {};
|
|
150
150
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
151
|
-
size: import("../types").MaBadgePropSize;
|
|
152
|
-
type: import("../types").MaBadgePropType;
|
|
153
151
|
variant: import("../types").MaBadgePropVariant;
|
|
152
|
+
size: import("../types").MaBadgePropSize;
|
|
154
153
|
shape: string;
|
|
154
|
+
type: import("../types").MaBadgePropType;
|
|
155
155
|
iconAlignment: string;
|
|
156
156
|
}>;
|
|
157
157
|
__isFragment?: never;
|
|
158
158
|
__isTeleport?: never;
|
|
159
159
|
__isSuspense?: never;
|
|
160
160
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
161
|
-
size: import("../types").MaBadgePropSize;
|
|
162
|
-
type: import("../types").MaBadgePropType;
|
|
163
161
|
variant: import("../types").MaBadgePropVariant;
|
|
162
|
+
size: import("../types").MaBadgePropSize;
|
|
164
163
|
shape: string;
|
|
164
|
+
type: import("../types").MaBadgePropType;
|
|
165
165
|
iconAlignment: string;
|
|
166
166
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
167
167
|
$slots: {
|
|
@@ -170,10 +170,10 @@ declare const _default: {
|
|
|
170
170
|
})>>>;
|
|
171
171
|
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
172
172
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
173
|
-
size: import("../types").MaBadgePropSize;
|
|
174
|
-
type: import("../types").MaBadgePropType;
|
|
175
173
|
variant: import("../types").MaBadgePropVariant;
|
|
174
|
+
size: import("../types").MaBadgePropSize;
|
|
176
175
|
shape: string;
|
|
176
|
+
type: import("../types").MaBadgePropType;
|
|
177
177
|
iconAlignment: string;
|
|
178
178
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
179
179
|
P: {};
|
|
@@ -183,20 +183,20 @@ declare const _default: {
|
|
|
183
183
|
M: {};
|
|
184
184
|
Defaults: {};
|
|
185
185
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
186
|
-
size: import("../types").MaBadgePropSize;
|
|
187
|
-
type: import("../types").MaBadgePropType;
|
|
188
186
|
variant: import("../types").MaBadgePropVariant;
|
|
187
|
+
size: import("../types").MaBadgePropSize;
|
|
189
188
|
shape: string;
|
|
189
|
+
type: import("../types").MaBadgePropType;
|
|
190
190
|
iconAlignment: string;
|
|
191
191
|
}>;
|
|
192
192
|
__isFragment?: never;
|
|
193
193
|
__isTeleport?: never;
|
|
194
194
|
__isSuspense?: never;
|
|
195
195
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
196
|
-
size: import("../types").MaBadgePropSize;
|
|
197
|
-
type: import("../types").MaBadgePropType;
|
|
198
196
|
variant: import("../types").MaBadgePropVariant;
|
|
197
|
+
size: import("../types").MaBadgePropSize;
|
|
199
198
|
shape: string;
|
|
199
|
+
type: import("../types").MaBadgePropType;
|
|
200
200
|
iconAlignment: string;
|
|
201
201
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
202
202
|
$slots: {
|
|
@@ -204,10 +204,10 @@ declare const _default: {
|
|
|
204
204
|
};
|
|
205
205
|
})>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
206
206
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
207
|
-
size: import("../types").MaBadgePropSize;
|
|
208
|
-
type: import("../types").MaBadgePropType;
|
|
209
207
|
variant: import("../types").MaBadgePropVariant;
|
|
208
|
+
size: import("../types").MaBadgePropSize;
|
|
210
209
|
shape: string;
|
|
210
|
+
type: import("../types").MaBadgePropType;
|
|
211
211
|
iconAlignment: string;
|
|
212
212
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
213
213
|
P: {};
|
|
@@ -217,20 +217,20 @@ declare const _default: {
|
|
|
217
217
|
M: {};
|
|
218
218
|
Defaults: {};
|
|
219
219
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
220
|
-
size: import("../types").MaBadgePropSize;
|
|
221
|
-
type: import("../types").MaBadgePropType;
|
|
222
220
|
variant: import("../types").MaBadgePropVariant;
|
|
221
|
+
size: import("../types").MaBadgePropSize;
|
|
223
222
|
shape: string;
|
|
223
|
+
type: import("../types").MaBadgePropType;
|
|
224
224
|
iconAlignment: string;
|
|
225
225
|
}>;
|
|
226
226
|
__isFragment?: never;
|
|
227
227
|
__isTeleport?: never;
|
|
228
228
|
__isSuspense?: never;
|
|
229
229
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
230
|
-
size: import("../types").MaBadgePropSize;
|
|
231
|
-
type: import("../types").MaBadgePropType;
|
|
232
230
|
variant: import("../types").MaBadgePropVariant;
|
|
231
|
+
size: import("../types").MaBadgePropSize;
|
|
233
232
|
shape: string;
|
|
233
|
+
type: import("../types").MaBadgePropType;
|
|
234
234
|
iconAlignment: string;
|
|
235
235
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
236
236
|
$slots: {
|
|
@@ -239,10 +239,10 @@ declare const _default: {
|
|
|
239
239
|
})>>[];
|
|
240
240
|
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
241
241
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
242
|
-
size: import("../types").MaBadgePropSize;
|
|
243
|
-
type: import("../types").MaBadgePropType;
|
|
244
242
|
variant: import("../types").MaBadgePropVariant;
|
|
243
|
+
size: import("../types").MaBadgePropSize;
|
|
245
244
|
shape: string;
|
|
245
|
+
type: import("../types").MaBadgePropType;
|
|
246
246
|
iconAlignment: string;
|
|
247
247
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
248
248
|
P: {};
|
|
@@ -252,20 +252,20 @@ declare const _default: {
|
|
|
252
252
|
M: {};
|
|
253
253
|
Defaults: {};
|
|
254
254
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
255
|
-
size: import("../types").MaBadgePropSize;
|
|
256
|
-
type: import("../types").MaBadgePropType;
|
|
257
255
|
variant: import("../types").MaBadgePropVariant;
|
|
256
|
+
size: import("../types").MaBadgePropSize;
|
|
258
257
|
shape: string;
|
|
258
|
+
type: import("../types").MaBadgePropType;
|
|
259
259
|
iconAlignment: string;
|
|
260
260
|
}>;
|
|
261
261
|
__isFragment?: never;
|
|
262
262
|
__isTeleport?: never;
|
|
263
263
|
__isSuspense?: never;
|
|
264
264
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
265
|
-
size: import("../types").MaBadgePropSize;
|
|
266
|
-
type: import("../types").MaBadgePropType;
|
|
267
265
|
variant: import("../types").MaBadgePropVariant;
|
|
266
|
+
size: import("../types").MaBadgePropSize;
|
|
268
267
|
shape: string;
|
|
268
|
+
type: import("../types").MaBadgePropType;
|
|
269
269
|
iconAlignment: string;
|
|
270
270
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
271
271
|
$slots: {
|
|
@@ -273,10 +273,10 @@ declare const _default: {
|
|
|
273
273
|
};
|
|
274
274
|
})>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
275
275
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
276
|
-
size: import("../types").MaBadgePropSize;
|
|
277
|
-
type: import("../types").MaBadgePropType;
|
|
278
276
|
variant: import("../types").MaBadgePropVariant;
|
|
277
|
+
size: import("../types").MaBadgePropSize;
|
|
279
278
|
shape: string;
|
|
279
|
+
type: import("../types").MaBadgePropType;
|
|
280
280
|
iconAlignment: string;
|
|
281
281
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
282
282
|
P: {};
|
|
@@ -286,20 +286,20 @@ declare const _default: {
|
|
|
286
286
|
M: {};
|
|
287
287
|
Defaults: {};
|
|
288
288
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
289
|
-
size: import("../types").MaBadgePropSize;
|
|
290
|
-
type: import("../types").MaBadgePropType;
|
|
291
289
|
variant: import("../types").MaBadgePropVariant;
|
|
290
|
+
size: import("../types").MaBadgePropSize;
|
|
292
291
|
shape: string;
|
|
292
|
+
type: import("../types").MaBadgePropType;
|
|
293
293
|
iconAlignment: string;
|
|
294
294
|
}>;
|
|
295
295
|
__isFragment?: never;
|
|
296
296
|
__isTeleport?: never;
|
|
297
297
|
__isSuspense?: never;
|
|
298
298
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
299
|
-
size: import("../types").MaBadgePropSize;
|
|
300
|
-
type: import("../types").MaBadgePropType;
|
|
301
299
|
variant: import("../types").MaBadgePropVariant;
|
|
300
|
+
size: import("../types").MaBadgePropSize;
|
|
302
301
|
shape: string;
|
|
302
|
+
type: import("../types").MaBadgePropType;
|
|
303
303
|
iconAlignment: string;
|
|
304
304
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
305
305
|
$slots: {
|
|
@@ -308,10 +308,10 @@ declare const _default: {
|
|
|
308
308
|
})>>[];
|
|
309
309
|
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
310
310
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
311
|
-
size: import("../types").MaBadgePropSize;
|
|
312
|
-
type: import("../types").MaBadgePropType;
|
|
313
311
|
variant: import("../types").MaBadgePropVariant;
|
|
312
|
+
size: import("../types").MaBadgePropSize;
|
|
314
313
|
shape: string;
|
|
314
|
+
type: import("../types").MaBadgePropType;
|
|
315
315
|
iconAlignment: string;
|
|
316
316
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
317
317
|
P: {};
|
|
@@ -321,20 +321,20 @@ declare const _default: {
|
|
|
321
321
|
M: {};
|
|
322
322
|
Defaults: {};
|
|
323
323
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
324
|
-
size: import("../types").MaBadgePropSize;
|
|
325
|
-
type: import("../types").MaBadgePropType;
|
|
326
324
|
variant: import("../types").MaBadgePropVariant;
|
|
325
|
+
size: import("../types").MaBadgePropSize;
|
|
327
326
|
shape: string;
|
|
327
|
+
type: import("../types").MaBadgePropType;
|
|
328
328
|
iconAlignment: string;
|
|
329
329
|
}>;
|
|
330
330
|
__isFragment?: never;
|
|
331
331
|
__isTeleport?: never;
|
|
332
332
|
__isSuspense?: never;
|
|
333
333
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
334
|
-
size: import("../types").MaBadgePropSize;
|
|
335
|
-
type: import("../types").MaBadgePropType;
|
|
336
334
|
variant: import("../types").MaBadgePropVariant;
|
|
335
|
+
size: import("../types").MaBadgePropSize;
|
|
337
336
|
shape: string;
|
|
337
|
+
type: import("../types").MaBadgePropType;
|
|
338
338
|
iconAlignment: string;
|
|
339
339
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
340
340
|
$slots: {
|
|
@@ -342,10 +342,10 @@ declare const _default: {
|
|
|
342
342
|
};
|
|
343
343
|
})>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
344
344
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
345
|
-
size: import("../types").MaBadgePropSize;
|
|
346
|
-
type: import("../types").MaBadgePropType;
|
|
347
345
|
variant: import("../types").MaBadgePropVariant;
|
|
346
|
+
size: import("../types").MaBadgePropSize;
|
|
348
347
|
shape: string;
|
|
348
|
+
type: import("../types").MaBadgePropType;
|
|
349
349
|
iconAlignment: string;
|
|
350
350
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
351
351
|
P: {};
|
|
@@ -355,20 +355,20 @@ declare const _default: {
|
|
|
355
355
|
M: {};
|
|
356
356
|
Defaults: {};
|
|
357
357
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
358
|
-
size: import("../types").MaBadgePropSize;
|
|
359
|
-
type: import("../types").MaBadgePropType;
|
|
360
358
|
variant: import("../types").MaBadgePropVariant;
|
|
359
|
+
size: import("../types").MaBadgePropSize;
|
|
361
360
|
shape: string;
|
|
361
|
+
type: import("../types").MaBadgePropType;
|
|
362
362
|
iconAlignment: string;
|
|
363
363
|
}>;
|
|
364
364
|
__isFragment?: never;
|
|
365
365
|
__isTeleport?: never;
|
|
366
366
|
__isSuspense?: never;
|
|
367
367
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
368
|
-
size: import("../types").MaBadgePropSize;
|
|
369
|
-
type: import("../types").MaBadgePropType;
|
|
370
368
|
variant: import("../types").MaBadgePropVariant;
|
|
369
|
+
size: import("../types").MaBadgePropSize;
|
|
371
370
|
shape: string;
|
|
371
|
+
type: import("../types").MaBadgePropType;
|
|
372
372
|
iconAlignment: string;
|
|
373
373
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
374
374
|
$slots: {
|
|
@@ -377,10 +377,10 @@ declare const _default: {
|
|
|
377
377
|
})>>[];
|
|
378
378
|
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
379
379
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
380
|
-
size: import("../types").MaBadgePropSize;
|
|
381
|
-
type: import("../types").MaBadgePropType;
|
|
382
380
|
variant: import("../types").MaBadgePropVariant;
|
|
381
|
+
size: import("../types").MaBadgePropSize;
|
|
383
382
|
shape: string;
|
|
383
|
+
type: import("../types").MaBadgePropType;
|
|
384
384
|
iconAlignment: string;
|
|
385
385
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
386
386
|
P: {};
|
|
@@ -390,20 +390,20 @@ declare const _default: {
|
|
|
390
390
|
M: {};
|
|
391
391
|
Defaults: {};
|
|
392
392
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
393
|
-
size: import("../types").MaBadgePropSize;
|
|
394
|
-
type: import("../types").MaBadgePropType;
|
|
395
393
|
variant: import("../types").MaBadgePropVariant;
|
|
394
|
+
size: import("../types").MaBadgePropSize;
|
|
396
395
|
shape: string;
|
|
396
|
+
type: import("../types").MaBadgePropType;
|
|
397
397
|
iconAlignment: string;
|
|
398
398
|
}>;
|
|
399
399
|
__isFragment?: never;
|
|
400
400
|
__isTeleport?: never;
|
|
401
401
|
__isSuspense?: never;
|
|
402
402
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
403
|
-
size: import("../types").MaBadgePropSize;
|
|
404
|
-
type: import("../types").MaBadgePropType;
|
|
405
403
|
variant: import("../types").MaBadgePropVariant;
|
|
404
|
+
size: import("../types").MaBadgePropSize;
|
|
406
405
|
shape: string;
|
|
406
|
+
type: import("../types").MaBadgePropType;
|
|
407
407
|
iconAlignment: string;
|
|
408
408
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
409
409
|
$slots: {
|
|
@@ -413,10 +413,10 @@ declare const _default: {
|
|
|
413
413
|
tags?: import("storybook/internal/csf").Tag[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
415
415
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
416
|
-
size: import("../types").MaBadgePropSize;
|
|
417
|
-
type: import("../types").MaBadgePropType;
|
|
418
416
|
variant: import("../types").MaBadgePropVariant;
|
|
417
|
+
size: import("../types").MaBadgePropSize;
|
|
419
418
|
shape: string;
|
|
419
|
+
type: import("../types").MaBadgePropType;
|
|
420
420
|
iconAlignment: string;
|
|
421
421
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
422
422
|
P: {};
|
|
@@ -426,20 +426,20 @@ declare const _default: {
|
|
|
426
426
|
M: {};
|
|
427
427
|
Defaults: {};
|
|
428
428
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
429
|
-
size: import("../types").MaBadgePropSize;
|
|
430
|
-
type: import("../types").MaBadgePropType;
|
|
431
429
|
variant: import("../types").MaBadgePropVariant;
|
|
430
|
+
size: import("../types").MaBadgePropSize;
|
|
432
431
|
shape: string;
|
|
432
|
+
type: import("../types").MaBadgePropType;
|
|
433
433
|
iconAlignment: string;
|
|
434
434
|
}>;
|
|
435
435
|
__isFragment?: never;
|
|
436
436
|
__isTeleport?: never;
|
|
437
437
|
__isSuspense?: never;
|
|
438
438
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
439
|
-
size: import("../types").MaBadgePropSize;
|
|
440
|
-
type: import("../types").MaBadgePropType;
|
|
441
439
|
variant: import("../types").MaBadgePropVariant;
|
|
440
|
+
size: import("../types").MaBadgePropSize;
|
|
442
441
|
shape: string;
|
|
442
|
+
type: import("../types").MaBadgePropType;
|
|
443
443
|
iconAlignment: string;
|
|
444
444
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
445
445
|
$slots: {
|
|
@@ -453,10 +453,10 @@ declare const _default: {
|
|
|
453
453
|
export default _default;
|
|
454
454
|
export declare const Default: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
455
455
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
456
|
-
size: import("../types").MaBadgePropSize;
|
|
457
|
-
type: import("../types").MaBadgePropType;
|
|
458
456
|
variant: import("../types").MaBadgePropVariant;
|
|
457
|
+
size: import("../types").MaBadgePropSize;
|
|
459
458
|
shape: string;
|
|
459
|
+
type: import("../types").MaBadgePropType;
|
|
460
460
|
iconAlignment: string;
|
|
461
461
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
462
462
|
P: {};
|
|
@@ -466,20 +466,20 @@ export declare const Default: import("storybook/internal/csf").StoryAnnotations<
|
|
|
466
466
|
M: {};
|
|
467
467
|
Defaults: {};
|
|
468
468
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
469
|
-
size: import("../types").MaBadgePropSize;
|
|
470
|
-
type: import("../types").MaBadgePropType;
|
|
471
469
|
variant: import("../types").MaBadgePropVariant;
|
|
470
|
+
size: import("../types").MaBadgePropSize;
|
|
472
471
|
shape: string;
|
|
472
|
+
type: import("../types").MaBadgePropType;
|
|
473
473
|
iconAlignment: string;
|
|
474
474
|
}>;
|
|
475
475
|
__isFragment?: never;
|
|
476
476
|
__isTeleport?: never;
|
|
477
477
|
__isSuspense?: never;
|
|
478
478
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
479
|
-
size: import("../types").MaBadgePropSize;
|
|
480
|
-
type: import("../types").MaBadgePropType;
|
|
481
479
|
variant: import("../types").MaBadgePropVariant;
|
|
480
|
+
size: import("../types").MaBadgePropSize;
|
|
482
481
|
shape: string;
|
|
482
|
+
type: import("../types").MaBadgePropType;
|
|
483
483
|
iconAlignment: string;
|
|
484
484
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
485
485
|
$slots: {
|
|
@@ -488,10 +488,10 @@ export declare const Default: import("storybook/internal/csf").StoryAnnotations<
|
|
|
488
488
|
})>>;
|
|
489
489
|
export declare const Primary: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
490
490
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
491
|
-
size: import("../types").MaBadgePropSize;
|
|
492
|
-
type: import("../types").MaBadgePropType;
|
|
493
491
|
variant: import("../types").MaBadgePropVariant;
|
|
492
|
+
size: import("../types").MaBadgePropSize;
|
|
494
493
|
shape: string;
|
|
494
|
+
type: import("../types").MaBadgePropType;
|
|
495
495
|
iconAlignment: string;
|
|
496
496
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
497
497
|
P: {};
|
|
@@ -501,20 +501,20 @@ export declare const Primary: import("storybook/internal/csf").StoryAnnotations<
|
|
|
501
501
|
M: {};
|
|
502
502
|
Defaults: {};
|
|
503
503
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
504
|
-
size: import("../types").MaBadgePropSize;
|
|
505
|
-
type: import("../types").MaBadgePropType;
|
|
506
504
|
variant: import("../types").MaBadgePropVariant;
|
|
505
|
+
size: import("../types").MaBadgePropSize;
|
|
507
506
|
shape: string;
|
|
507
|
+
type: import("../types").MaBadgePropType;
|
|
508
508
|
iconAlignment: string;
|
|
509
509
|
}>;
|
|
510
510
|
__isFragment?: never;
|
|
511
511
|
__isTeleport?: never;
|
|
512
512
|
__isSuspense?: never;
|
|
513
513
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
514
|
-
size: import("../types").MaBadgePropSize;
|
|
515
|
-
type: import("../types").MaBadgePropType;
|
|
516
514
|
variant: import("../types").MaBadgePropVariant;
|
|
515
|
+
size: import("../types").MaBadgePropSize;
|
|
517
516
|
shape: string;
|
|
517
|
+
type: import("../types").MaBadgePropType;
|
|
518
518
|
iconAlignment: string;
|
|
519
519
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
520
520
|
$slots: {
|
|
@@ -523,10 +523,10 @@ export declare const Primary: import("storybook/internal/csf").StoryAnnotations<
|
|
|
523
523
|
})>>;
|
|
524
524
|
export declare const Secondary: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
525
525
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
526
|
-
size: import("../types").MaBadgePropSize;
|
|
527
|
-
type: import("../types").MaBadgePropType;
|
|
528
526
|
variant: import("../types").MaBadgePropVariant;
|
|
527
|
+
size: import("../types").MaBadgePropSize;
|
|
529
528
|
shape: string;
|
|
529
|
+
type: import("../types").MaBadgePropType;
|
|
530
530
|
iconAlignment: string;
|
|
531
531
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
532
532
|
P: {};
|
|
@@ -536,20 +536,20 @@ export declare const Secondary: import("storybook/internal/csf").StoryAnnotation
|
|
|
536
536
|
M: {};
|
|
537
537
|
Defaults: {};
|
|
538
538
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
539
|
-
size: import("../types").MaBadgePropSize;
|
|
540
|
-
type: import("../types").MaBadgePropType;
|
|
541
539
|
variant: import("../types").MaBadgePropVariant;
|
|
540
|
+
size: import("../types").MaBadgePropSize;
|
|
542
541
|
shape: string;
|
|
542
|
+
type: import("../types").MaBadgePropType;
|
|
543
543
|
iconAlignment: string;
|
|
544
544
|
}>;
|
|
545
545
|
__isFragment?: never;
|
|
546
546
|
__isTeleport?: never;
|
|
547
547
|
__isSuspense?: never;
|
|
548
548
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
549
|
-
size: import("../types").MaBadgePropSize;
|
|
550
|
-
type: import("../types").MaBadgePropType;
|
|
551
549
|
variant: import("../types").MaBadgePropVariant;
|
|
550
|
+
size: import("../types").MaBadgePropSize;
|
|
552
551
|
shape: string;
|
|
552
|
+
type: import("../types").MaBadgePropType;
|
|
553
553
|
iconAlignment: string;
|
|
554
554
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
555
555
|
$slots: {
|
|
@@ -558,10 +558,10 @@ export declare const Secondary: import("storybook/internal/csf").StoryAnnotation
|
|
|
558
558
|
})>>;
|
|
559
559
|
export declare const Line: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
560
560
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
561
|
-
size: import("../types").MaBadgePropSize;
|
|
562
|
-
type: import("../types").MaBadgePropType;
|
|
563
561
|
variant: import("../types").MaBadgePropVariant;
|
|
562
|
+
size: import("../types").MaBadgePropSize;
|
|
564
563
|
shape: string;
|
|
564
|
+
type: import("../types").MaBadgePropType;
|
|
565
565
|
iconAlignment: string;
|
|
566
566
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
567
567
|
P: {};
|
|
@@ -571,20 +571,20 @@ export declare const Line: import("storybook/internal/csf").StoryAnnotations<imp
|
|
|
571
571
|
M: {};
|
|
572
572
|
Defaults: {};
|
|
573
573
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
574
|
-
size: import("../types").MaBadgePropSize;
|
|
575
|
-
type: import("../types").MaBadgePropType;
|
|
576
574
|
variant: import("../types").MaBadgePropVariant;
|
|
575
|
+
size: import("../types").MaBadgePropSize;
|
|
577
576
|
shape: string;
|
|
577
|
+
type: import("../types").MaBadgePropType;
|
|
578
578
|
iconAlignment: string;
|
|
579
579
|
}>;
|
|
580
580
|
__isFragment?: never;
|
|
581
581
|
__isTeleport?: never;
|
|
582
582
|
__isSuspense?: never;
|
|
583
583
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
584
|
-
size: import("../types").MaBadgePropSize;
|
|
585
|
-
type: import("../types").MaBadgePropType;
|
|
586
584
|
variant: import("../types").MaBadgePropVariant;
|
|
585
|
+
size: import("../types").MaBadgePropSize;
|
|
587
586
|
shape: string;
|
|
587
|
+
type: import("../types").MaBadgePropType;
|
|
588
588
|
iconAlignment: string;
|
|
589
589
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
590
590
|
$slots: {
|
|
@@ -593,10 +593,10 @@ export declare const Line: import("storybook/internal/csf").StoryAnnotations<imp
|
|
|
593
593
|
})>>;
|
|
594
594
|
export declare const Dashed: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
595
595
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
596
|
-
size: import("../types").MaBadgePropSize;
|
|
597
|
-
type: import("../types").MaBadgePropType;
|
|
598
596
|
variant: import("../types").MaBadgePropVariant;
|
|
597
|
+
size: import("../types").MaBadgePropSize;
|
|
599
598
|
shape: string;
|
|
599
|
+
type: import("../types").MaBadgePropType;
|
|
600
600
|
iconAlignment: string;
|
|
601
601
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
602
602
|
P: {};
|
|
@@ -606,20 +606,20 @@ export declare const Dashed: import("storybook/internal/csf").StoryAnnotations<i
|
|
|
606
606
|
M: {};
|
|
607
607
|
Defaults: {};
|
|
608
608
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
609
|
-
size: import("../types").MaBadgePropSize;
|
|
610
|
-
type: import("../types").MaBadgePropType;
|
|
611
609
|
variant: import("../types").MaBadgePropVariant;
|
|
610
|
+
size: import("../types").MaBadgePropSize;
|
|
612
611
|
shape: string;
|
|
612
|
+
type: import("../types").MaBadgePropType;
|
|
613
613
|
iconAlignment: string;
|
|
614
614
|
}>;
|
|
615
615
|
__isFragment?: never;
|
|
616
616
|
__isTeleport?: never;
|
|
617
617
|
__isSuspense?: never;
|
|
618
618
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
619
|
-
size: import("../types").MaBadgePropSize;
|
|
620
|
-
type: import("../types").MaBadgePropType;
|
|
621
619
|
variant: import("../types").MaBadgePropVariant;
|
|
620
|
+
size: import("../types").MaBadgePropSize;
|
|
622
621
|
shape: string;
|
|
622
|
+
type: import("../types").MaBadgePropType;
|
|
623
623
|
iconAlignment: string;
|
|
624
624
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
625
625
|
$slots: {
|
|
@@ -628,10 +628,10 @@ export declare const Dashed: import("storybook/internal/csf").StoryAnnotations<i
|
|
|
628
628
|
})>>;
|
|
629
629
|
export declare const Icon: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
630
630
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
631
|
-
size: import("../types").MaBadgePropSize;
|
|
632
|
-
type: import("../types").MaBadgePropType;
|
|
633
631
|
variant: import("../types").MaBadgePropVariant;
|
|
632
|
+
size: import("../types").MaBadgePropSize;
|
|
634
633
|
shape: string;
|
|
634
|
+
type: import("../types").MaBadgePropType;
|
|
635
635
|
iconAlignment: string;
|
|
636
636
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
637
637
|
P: {};
|
|
@@ -641,20 +641,20 @@ export declare const Icon: import("storybook/internal/csf").StoryAnnotations<imp
|
|
|
641
641
|
M: {};
|
|
642
642
|
Defaults: {};
|
|
643
643
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
644
|
-
size: import("../types").MaBadgePropSize;
|
|
645
|
-
type: import("../types").MaBadgePropType;
|
|
646
644
|
variant: import("../types").MaBadgePropVariant;
|
|
645
|
+
size: import("../types").MaBadgePropSize;
|
|
647
646
|
shape: string;
|
|
647
|
+
type: import("../types").MaBadgePropType;
|
|
648
648
|
iconAlignment: string;
|
|
649
649
|
}>;
|
|
650
650
|
__isFragment?: never;
|
|
651
651
|
__isTeleport?: never;
|
|
652
652
|
__isSuspense?: never;
|
|
653
653
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
654
|
-
size: import("../types").MaBadgePropSize;
|
|
655
|
-
type: import("../types").MaBadgePropType;
|
|
656
654
|
variant: import("../types").MaBadgePropVariant;
|
|
655
|
+
size: import("../types").MaBadgePropSize;
|
|
657
656
|
shape: string;
|
|
657
|
+
type: import("../types").MaBadgePropType;
|
|
658
658
|
iconAlignment: string;
|
|
659
659
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
660
660
|
$slots: {
|
|
@@ -663,10 +663,10 @@ export declare const Icon: import("storybook/internal/csf").StoryAnnotations<imp
|
|
|
663
663
|
})>>;
|
|
664
664
|
export declare const Square: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
665
665
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
666
|
-
size: import("../types").MaBadgePropSize;
|
|
667
|
-
type: import("../types").MaBadgePropType;
|
|
668
666
|
variant: import("../types").MaBadgePropVariant;
|
|
667
|
+
size: import("../types").MaBadgePropSize;
|
|
669
668
|
shape: string;
|
|
669
|
+
type: import("../types").MaBadgePropType;
|
|
670
670
|
iconAlignment: string;
|
|
671
671
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
672
672
|
P: {};
|
|
@@ -676,20 +676,20 @@ export declare const Square: import("storybook/internal/csf").StoryAnnotations<i
|
|
|
676
676
|
M: {};
|
|
677
677
|
Defaults: {};
|
|
678
678
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
679
|
-
size: import("../types").MaBadgePropSize;
|
|
680
|
-
type: import("../types").MaBadgePropType;
|
|
681
679
|
variant: import("../types").MaBadgePropVariant;
|
|
680
|
+
size: import("../types").MaBadgePropSize;
|
|
682
681
|
shape: string;
|
|
682
|
+
type: import("../types").MaBadgePropType;
|
|
683
683
|
iconAlignment: string;
|
|
684
684
|
}>;
|
|
685
685
|
__isFragment?: never;
|
|
686
686
|
__isTeleport?: never;
|
|
687
687
|
__isSuspense?: never;
|
|
688
688
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
689
|
-
size: import("../types").MaBadgePropSize;
|
|
690
|
-
type: import("../types").MaBadgePropType;
|
|
691
689
|
variant: import("../types").MaBadgePropVariant;
|
|
690
|
+
size: import("../types").MaBadgePropSize;
|
|
692
691
|
shape: string;
|
|
692
|
+
type: import("../types").MaBadgePropType;
|
|
693
693
|
iconAlignment: string;
|
|
694
694
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
695
695
|
$slots: {
|
|
@@ -698,10 +698,10 @@ export declare const Square: import("storybook/internal/csf").StoryAnnotations<i
|
|
|
698
698
|
})>>;
|
|
699
699
|
export declare const Dot: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
|
|
700
700
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
701
|
-
size: import("../types").MaBadgePropSize;
|
|
702
|
-
type: import("../types").MaBadgePropType;
|
|
703
701
|
variant: import("../types").MaBadgePropVariant;
|
|
702
|
+
size: import("../types").MaBadgePropSize;
|
|
704
703
|
shape: string;
|
|
704
|
+
type: import("../types").MaBadgePropType;
|
|
705
705
|
iconAlignment: string;
|
|
706
706
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
707
707
|
P: {};
|
|
@@ -711,20 +711,20 @@ export declare const Dot: import("storybook/internal/csf").StoryAnnotations<impo
|
|
|
711
711
|
M: {};
|
|
712
712
|
Defaults: {};
|
|
713
713
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
714
|
-
size: import("../types").MaBadgePropSize;
|
|
715
|
-
type: import("../types").MaBadgePropType;
|
|
716
714
|
variant: import("../types").MaBadgePropVariant;
|
|
715
|
+
size: import("../types").MaBadgePropSize;
|
|
717
716
|
shape: string;
|
|
717
|
+
type: import("../types").MaBadgePropType;
|
|
718
718
|
iconAlignment: string;
|
|
719
719
|
}>;
|
|
720
720
|
__isFragment?: never;
|
|
721
721
|
__isTeleport?: never;
|
|
722
722
|
__isSuspense?: never;
|
|
723
723
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
724
|
-
size: import("../types").MaBadgePropSize;
|
|
725
|
-
type: import("../types").MaBadgePropType;
|
|
726
724
|
variant: import("../types").MaBadgePropVariant;
|
|
725
|
+
size: import("../types").MaBadgePropSize;
|
|
727
726
|
shape: string;
|
|
727
|
+
type: import("../types").MaBadgePropType;
|
|
728
728
|
iconAlignment: string;
|
|
729
729
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
730
730
|
$slots: {
|