@mobileaction/action-kit 1.55.9-beta.2 → 1.55.9-beta.7
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/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 +2 -2
- package/dist/components/button/types.d.ts +3 -4
- 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-2/types.d.ts +2 -1
- package/dist/components/numeric-input/index.vue.d.ts +1 -1
- package/dist/components/popconfirm-2/index.vue.d.ts +1 -1
- package/dist/components/result/stories/constants.d.ts +6 -6
- 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/package.json +1 -1
|
@@ -7,10 +7,10 @@ export declare const TemplateStatusBadge: StoryFn;
|
|
|
7
7
|
export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
8
8
|
meta: Meta<{
|
|
9
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
10
|
-
variant: MaBadgePropVariant;
|
|
11
10
|
size: import("../types").MaBadgePropSize;
|
|
12
|
-
shape: string;
|
|
13
11
|
type: import("../types").MaBadgePropType;
|
|
12
|
+
variant: MaBadgePropVariant;
|
|
13
|
+
shape: string;
|
|
14
14
|
iconAlignment: string;
|
|
15
15
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
16
16
|
P: {};
|
|
@@ -20,20 +20,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
20
20
|
M: {};
|
|
21
21
|
Defaults: {};
|
|
22
22
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
23
|
-
variant: MaBadgePropVariant;
|
|
24
23
|
size: import("../types").MaBadgePropSize;
|
|
25
|
-
shape: string;
|
|
26
24
|
type: import("../types").MaBadgePropType;
|
|
25
|
+
variant: MaBadgePropVariant;
|
|
26
|
+
shape: string;
|
|
27
27
|
iconAlignment: string;
|
|
28
28
|
}>;
|
|
29
29
|
__isFragment?: never;
|
|
30
30
|
__isTeleport?: never;
|
|
31
31
|
__isSuspense?: never;
|
|
32
32
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
33
|
-
variant: MaBadgePropVariant;
|
|
34
33
|
size: import("../types").MaBadgePropSize;
|
|
35
|
-
shape: string;
|
|
36
34
|
type: import("../types").MaBadgePropType;
|
|
35
|
+
variant: MaBadgePropVariant;
|
|
36
|
+
shape: string;
|
|
37
37
|
iconAlignment: string;
|
|
38
38
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
39
39
|
$slots: {
|
|
@@ -42,10 +42,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
42
42
|
})>;
|
|
43
43
|
Default: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
44
44
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
45
|
-
variant: MaBadgePropVariant;
|
|
46
45
|
size: import("../types").MaBadgePropSize;
|
|
47
|
-
shape: string;
|
|
48
46
|
type: import("../types").MaBadgePropType;
|
|
47
|
+
variant: MaBadgePropVariant;
|
|
48
|
+
shape: string;
|
|
49
49
|
iconAlignment: string;
|
|
50
50
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
51
51
|
P: {};
|
|
@@ -55,20 +55,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
55
55
|
M: {};
|
|
56
56
|
Defaults: {};
|
|
57
57
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
58
|
-
variant: MaBadgePropVariant;
|
|
59
58
|
size: import("../types").MaBadgePropSize;
|
|
60
|
-
shape: string;
|
|
61
59
|
type: import("../types").MaBadgePropType;
|
|
60
|
+
variant: MaBadgePropVariant;
|
|
61
|
+
shape: string;
|
|
62
62
|
iconAlignment: string;
|
|
63
63
|
}>;
|
|
64
64
|
__isFragment?: never;
|
|
65
65
|
__isTeleport?: never;
|
|
66
66
|
__isSuspense?: never;
|
|
67
67
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
68
|
-
variant: MaBadgePropVariant;
|
|
69
68
|
size: import("../types").MaBadgePropSize;
|
|
70
|
-
shape: string;
|
|
71
69
|
type: import("../types").MaBadgePropType;
|
|
70
|
+
variant: MaBadgePropVariant;
|
|
71
|
+
shape: string;
|
|
72
72
|
iconAlignment: string;
|
|
73
73
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
74
74
|
$slots: {
|
|
@@ -77,10 +77,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
77
77
|
})>>;
|
|
78
78
|
Primary: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
79
79
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
80
|
-
variant: MaBadgePropVariant;
|
|
81
80
|
size: import("../types").MaBadgePropSize;
|
|
82
|
-
shape: string;
|
|
83
81
|
type: import("../types").MaBadgePropType;
|
|
82
|
+
variant: MaBadgePropVariant;
|
|
83
|
+
shape: string;
|
|
84
84
|
iconAlignment: string;
|
|
85
85
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
86
86
|
P: {};
|
|
@@ -90,20 +90,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
90
90
|
M: {};
|
|
91
91
|
Defaults: {};
|
|
92
92
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
93
|
-
variant: MaBadgePropVariant;
|
|
94
93
|
size: import("../types").MaBadgePropSize;
|
|
95
|
-
shape: string;
|
|
96
94
|
type: import("../types").MaBadgePropType;
|
|
95
|
+
variant: MaBadgePropVariant;
|
|
96
|
+
shape: string;
|
|
97
97
|
iconAlignment: string;
|
|
98
98
|
}>;
|
|
99
99
|
__isFragment?: never;
|
|
100
100
|
__isTeleport?: never;
|
|
101
101
|
__isSuspense?: never;
|
|
102
102
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
103
|
-
variant: MaBadgePropVariant;
|
|
104
103
|
size: import("../types").MaBadgePropSize;
|
|
105
|
-
shape: string;
|
|
106
104
|
type: import("../types").MaBadgePropType;
|
|
105
|
+
variant: MaBadgePropVariant;
|
|
106
|
+
shape: string;
|
|
107
107
|
iconAlignment: string;
|
|
108
108
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
109
109
|
$slots: {
|
|
@@ -112,10 +112,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
112
112
|
})>>;
|
|
113
113
|
Secondary: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
114
114
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
115
|
-
variant: MaBadgePropVariant;
|
|
116
115
|
size: import("../types").MaBadgePropSize;
|
|
117
|
-
shape: string;
|
|
118
116
|
type: import("../types").MaBadgePropType;
|
|
117
|
+
variant: MaBadgePropVariant;
|
|
118
|
+
shape: string;
|
|
119
119
|
iconAlignment: string;
|
|
120
120
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
121
121
|
P: {};
|
|
@@ -125,20 +125,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
125
125
|
M: {};
|
|
126
126
|
Defaults: {};
|
|
127
127
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
128
|
-
variant: MaBadgePropVariant;
|
|
129
128
|
size: import("../types").MaBadgePropSize;
|
|
130
|
-
shape: string;
|
|
131
129
|
type: import("../types").MaBadgePropType;
|
|
130
|
+
variant: MaBadgePropVariant;
|
|
131
|
+
shape: string;
|
|
132
132
|
iconAlignment: string;
|
|
133
133
|
}>;
|
|
134
134
|
__isFragment?: never;
|
|
135
135
|
__isTeleport?: never;
|
|
136
136
|
__isSuspense?: never;
|
|
137
137
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
138
|
-
variant: MaBadgePropVariant;
|
|
139
138
|
size: import("../types").MaBadgePropSize;
|
|
140
|
-
shape: string;
|
|
141
139
|
type: import("../types").MaBadgePropType;
|
|
140
|
+
variant: MaBadgePropVariant;
|
|
141
|
+
shape: string;
|
|
142
142
|
iconAlignment: string;
|
|
143
143
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
144
144
|
$slots: {
|
|
@@ -147,10 +147,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
147
147
|
})>>;
|
|
148
148
|
Line: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
149
149
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
150
|
-
variant: MaBadgePropVariant;
|
|
151
150
|
size: import("../types").MaBadgePropSize;
|
|
152
|
-
shape: string;
|
|
153
151
|
type: import("../types").MaBadgePropType;
|
|
152
|
+
variant: MaBadgePropVariant;
|
|
153
|
+
shape: string;
|
|
154
154
|
iconAlignment: string;
|
|
155
155
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
156
156
|
P: {};
|
|
@@ -160,20 +160,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
160
160
|
M: {};
|
|
161
161
|
Defaults: {};
|
|
162
162
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
163
|
-
variant: MaBadgePropVariant;
|
|
164
163
|
size: import("../types").MaBadgePropSize;
|
|
165
|
-
shape: string;
|
|
166
164
|
type: import("../types").MaBadgePropType;
|
|
165
|
+
variant: MaBadgePropVariant;
|
|
166
|
+
shape: string;
|
|
167
167
|
iconAlignment: string;
|
|
168
168
|
}>;
|
|
169
169
|
__isFragment?: never;
|
|
170
170
|
__isTeleport?: never;
|
|
171
171
|
__isSuspense?: never;
|
|
172
172
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
173
|
-
variant: MaBadgePropVariant;
|
|
174
173
|
size: import("../types").MaBadgePropSize;
|
|
175
|
-
shape: string;
|
|
176
174
|
type: import("../types").MaBadgePropType;
|
|
175
|
+
variant: MaBadgePropVariant;
|
|
176
|
+
shape: string;
|
|
177
177
|
iconAlignment: string;
|
|
178
178
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
179
179
|
$slots: {
|
|
@@ -182,10 +182,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
182
182
|
})>>;
|
|
183
183
|
Dashed: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
184
184
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
185
|
-
variant: MaBadgePropVariant;
|
|
186
185
|
size: import("../types").MaBadgePropSize;
|
|
187
|
-
shape: string;
|
|
188
186
|
type: import("../types").MaBadgePropType;
|
|
187
|
+
variant: MaBadgePropVariant;
|
|
188
|
+
shape: string;
|
|
189
189
|
iconAlignment: string;
|
|
190
190
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
191
191
|
P: {};
|
|
@@ -195,20 +195,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
195
195
|
M: {};
|
|
196
196
|
Defaults: {};
|
|
197
197
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
198
|
-
variant: MaBadgePropVariant;
|
|
199
198
|
size: import("../types").MaBadgePropSize;
|
|
200
|
-
shape: string;
|
|
201
199
|
type: import("../types").MaBadgePropType;
|
|
200
|
+
variant: MaBadgePropVariant;
|
|
201
|
+
shape: string;
|
|
202
202
|
iconAlignment: string;
|
|
203
203
|
}>;
|
|
204
204
|
__isFragment?: never;
|
|
205
205
|
__isTeleport?: never;
|
|
206
206
|
__isSuspense?: never;
|
|
207
207
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
208
|
-
variant: MaBadgePropVariant;
|
|
209
208
|
size: import("../types").MaBadgePropSize;
|
|
210
|
-
shape: string;
|
|
211
209
|
type: import("../types").MaBadgePropType;
|
|
210
|
+
variant: MaBadgePropVariant;
|
|
211
|
+
shape: string;
|
|
212
212
|
iconAlignment: string;
|
|
213
213
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
214
214
|
$slots: {
|
|
@@ -217,10 +217,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
217
217
|
})>>;
|
|
218
218
|
Icon: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
219
219
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
220
|
-
variant: MaBadgePropVariant;
|
|
221
220
|
size: import("../types").MaBadgePropSize;
|
|
222
|
-
shape: string;
|
|
223
221
|
type: import("../types").MaBadgePropType;
|
|
222
|
+
variant: MaBadgePropVariant;
|
|
223
|
+
shape: string;
|
|
224
224
|
iconAlignment: string;
|
|
225
225
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
226
226
|
P: {};
|
|
@@ -230,20 +230,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
230
230
|
M: {};
|
|
231
231
|
Defaults: {};
|
|
232
232
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
233
|
-
variant: MaBadgePropVariant;
|
|
234
233
|
size: import("../types").MaBadgePropSize;
|
|
235
|
-
shape: string;
|
|
236
234
|
type: import("../types").MaBadgePropType;
|
|
235
|
+
variant: MaBadgePropVariant;
|
|
236
|
+
shape: string;
|
|
237
237
|
iconAlignment: string;
|
|
238
238
|
}>;
|
|
239
239
|
__isFragment?: never;
|
|
240
240
|
__isTeleport?: never;
|
|
241
241
|
__isSuspense?: never;
|
|
242
242
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
243
|
-
variant: MaBadgePropVariant;
|
|
244
243
|
size: import("../types").MaBadgePropSize;
|
|
245
|
-
shape: string;
|
|
246
244
|
type: import("../types").MaBadgePropType;
|
|
245
|
+
variant: MaBadgePropVariant;
|
|
246
|
+
shape: string;
|
|
247
247
|
iconAlignment: string;
|
|
248
248
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
249
249
|
$slots: {
|
|
@@ -252,10 +252,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
252
252
|
})>>;
|
|
253
253
|
Square: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
254
254
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
255
|
-
variant: MaBadgePropVariant;
|
|
256
255
|
size: import("../types").MaBadgePropSize;
|
|
257
|
-
shape: string;
|
|
258
256
|
type: import("../types").MaBadgePropType;
|
|
257
|
+
variant: MaBadgePropVariant;
|
|
258
|
+
shape: string;
|
|
259
259
|
iconAlignment: string;
|
|
260
260
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
261
261
|
P: {};
|
|
@@ -265,20 +265,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
265
265
|
M: {};
|
|
266
266
|
Defaults: {};
|
|
267
267
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
268
|
-
variant: MaBadgePropVariant;
|
|
269
268
|
size: import("../types").MaBadgePropSize;
|
|
270
|
-
shape: string;
|
|
271
269
|
type: import("../types").MaBadgePropType;
|
|
270
|
+
variant: MaBadgePropVariant;
|
|
271
|
+
shape: string;
|
|
272
272
|
iconAlignment: string;
|
|
273
273
|
}>;
|
|
274
274
|
__isFragment?: never;
|
|
275
275
|
__isTeleport?: never;
|
|
276
276
|
__isSuspense?: never;
|
|
277
277
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
278
|
-
variant: MaBadgePropVariant;
|
|
279
278
|
size: import("../types").MaBadgePropSize;
|
|
280
|
-
shape: string;
|
|
281
279
|
type: import("../types").MaBadgePropType;
|
|
280
|
+
variant: MaBadgePropVariant;
|
|
281
|
+
shape: string;
|
|
282
282
|
iconAlignment: string;
|
|
283
283
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
284
284
|
$slots: {
|
|
@@ -287,10 +287,10 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
287
287
|
})>>;
|
|
288
288
|
Dot: import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
289
289
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
290
|
-
variant: MaBadgePropVariant;
|
|
291
290
|
size: import("../types").MaBadgePropSize;
|
|
292
|
-
shape: string;
|
|
293
291
|
type: import("../types").MaBadgePropType;
|
|
292
|
+
variant: MaBadgePropVariant;
|
|
293
|
+
shape: string;
|
|
294
294
|
iconAlignment: string;
|
|
295
295
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
296
296
|
P: {};
|
|
@@ -300,20 +300,20 @@ export declare function createVariantStories(variant: MaBadgePropVariant): {
|
|
|
300
300
|
M: {};
|
|
301
301
|
Defaults: {};
|
|
302
302
|
}, Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
303
|
-
variant: MaBadgePropVariant;
|
|
304
303
|
size: import("../types").MaBadgePropSize;
|
|
305
|
-
shape: string;
|
|
306
304
|
type: import("../types").MaBadgePropType;
|
|
305
|
+
variant: MaBadgePropVariant;
|
|
306
|
+
shape: string;
|
|
307
307
|
iconAlignment: string;
|
|
308
308
|
}>;
|
|
309
309
|
__isFragment?: never;
|
|
310
310
|
__isTeleport?: never;
|
|
311
311
|
__isSuspense?: never;
|
|
312
312
|
} & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
313
|
-
variant: MaBadgePropVariant;
|
|
314
313
|
size: import("../types").MaBadgePropSize;
|
|
315
|
-
shape: string;
|
|
316
314
|
type: import("../types").MaBadgePropType;
|
|
315
|
+
variant: MaBadgePropVariant;
|
|
316
|
+
shape: string;
|
|
317
317
|
iconAlignment: string;
|
|
318
318
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
319
319
|
$slots: {
|