@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
|
@@ -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
|
-
size: import("../types").MaBadgePropSize;
|
|
11
|
-
type: import("../types").MaBadgePropType;
|
|
12
10
|
variant: MaBadgePropVariant;
|
|
11
|
+
size: import("../types").MaBadgePropSize;
|
|
13
12
|
shape: string;
|
|
13
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
24
|
-
type: import("../types").MaBadgePropType;
|
|
25
23
|
variant: MaBadgePropVariant;
|
|
24
|
+
size: import("../types").MaBadgePropSize;
|
|
26
25
|
shape: string;
|
|
26
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
34
|
-
type: import("../types").MaBadgePropType;
|
|
35
33
|
variant: MaBadgePropVariant;
|
|
34
|
+
size: import("../types").MaBadgePropSize;
|
|
36
35
|
shape: string;
|
|
36
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
46
|
-
type: import("../types").MaBadgePropType;
|
|
47
45
|
variant: MaBadgePropVariant;
|
|
46
|
+
size: import("../types").MaBadgePropSize;
|
|
48
47
|
shape: string;
|
|
48
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
59
|
-
type: import("../types").MaBadgePropType;
|
|
60
58
|
variant: MaBadgePropVariant;
|
|
59
|
+
size: import("../types").MaBadgePropSize;
|
|
61
60
|
shape: string;
|
|
61
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
69
|
-
type: import("../types").MaBadgePropType;
|
|
70
68
|
variant: MaBadgePropVariant;
|
|
69
|
+
size: import("../types").MaBadgePropSize;
|
|
71
70
|
shape: string;
|
|
71
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
81
|
-
type: import("../types").MaBadgePropType;
|
|
82
80
|
variant: MaBadgePropVariant;
|
|
81
|
+
size: import("../types").MaBadgePropSize;
|
|
83
82
|
shape: string;
|
|
83
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
94
|
-
type: import("../types").MaBadgePropType;
|
|
95
93
|
variant: MaBadgePropVariant;
|
|
94
|
+
size: import("../types").MaBadgePropSize;
|
|
96
95
|
shape: string;
|
|
96
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
104
|
-
type: import("../types").MaBadgePropType;
|
|
105
103
|
variant: MaBadgePropVariant;
|
|
104
|
+
size: import("../types").MaBadgePropSize;
|
|
106
105
|
shape: string;
|
|
106
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
116
|
-
type: import("../types").MaBadgePropType;
|
|
117
115
|
variant: MaBadgePropVariant;
|
|
116
|
+
size: import("../types").MaBadgePropSize;
|
|
118
117
|
shape: string;
|
|
118
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
129
|
-
type: import("../types").MaBadgePropType;
|
|
130
128
|
variant: MaBadgePropVariant;
|
|
129
|
+
size: import("../types").MaBadgePropSize;
|
|
131
130
|
shape: string;
|
|
131
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
139
|
-
type: import("../types").MaBadgePropType;
|
|
140
138
|
variant: MaBadgePropVariant;
|
|
139
|
+
size: import("../types").MaBadgePropSize;
|
|
141
140
|
shape: string;
|
|
141
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
151
|
-
type: import("../types").MaBadgePropType;
|
|
152
150
|
variant: MaBadgePropVariant;
|
|
151
|
+
size: import("../types").MaBadgePropSize;
|
|
153
152
|
shape: string;
|
|
153
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
164
|
-
type: import("../types").MaBadgePropType;
|
|
165
163
|
variant: MaBadgePropVariant;
|
|
164
|
+
size: import("../types").MaBadgePropSize;
|
|
166
165
|
shape: string;
|
|
166
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
174
|
-
type: import("../types").MaBadgePropType;
|
|
175
173
|
variant: MaBadgePropVariant;
|
|
174
|
+
size: import("../types").MaBadgePropSize;
|
|
176
175
|
shape: string;
|
|
176
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
186
|
-
type: import("../types").MaBadgePropType;
|
|
187
185
|
variant: MaBadgePropVariant;
|
|
186
|
+
size: import("../types").MaBadgePropSize;
|
|
188
187
|
shape: string;
|
|
188
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
199
|
-
type: import("../types").MaBadgePropType;
|
|
200
198
|
variant: MaBadgePropVariant;
|
|
199
|
+
size: import("../types").MaBadgePropSize;
|
|
201
200
|
shape: string;
|
|
201
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
209
|
-
type: import("../types").MaBadgePropType;
|
|
210
208
|
variant: MaBadgePropVariant;
|
|
209
|
+
size: import("../types").MaBadgePropSize;
|
|
211
210
|
shape: string;
|
|
211
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
221
|
-
type: import("../types").MaBadgePropType;
|
|
222
220
|
variant: MaBadgePropVariant;
|
|
221
|
+
size: import("../types").MaBadgePropSize;
|
|
223
222
|
shape: string;
|
|
223
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
234
|
-
type: import("../types").MaBadgePropType;
|
|
235
233
|
variant: MaBadgePropVariant;
|
|
234
|
+
size: import("../types").MaBadgePropSize;
|
|
236
235
|
shape: string;
|
|
236
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
244
|
-
type: import("../types").MaBadgePropType;
|
|
245
243
|
variant: MaBadgePropVariant;
|
|
244
|
+
size: import("../types").MaBadgePropSize;
|
|
246
245
|
shape: string;
|
|
246
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
256
|
-
type: import("../types").MaBadgePropType;
|
|
257
255
|
variant: MaBadgePropVariant;
|
|
256
|
+
size: import("../types").MaBadgePropSize;
|
|
258
257
|
shape: string;
|
|
258
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
269
|
-
type: import("../types").MaBadgePropType;
|
|
270
268
|
variant: MaBadgePropVariant;
|
|
269
|
+
size: import("../types").MaBadgePropSize;
|
|
271
270
|
shape: string;
|
|
271
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
279
|
-
type: import("../types").MaBadgePropType;
|
|
280
278
|
variant: MaBadgePropVariant;
|
|
279
|
+
size: import("../types").MaBadgePropSize;
|
|
281
280
|
shape: string;
|
|
281
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
291
|
-
type: import("../types").MaBadgePropType;
|
|
292
290
|
variant: MaBadgePropVariant;
|
|
291
|
+
size: import("../types").MaBadgePropSize;
|
|
293
292
|
shape: string;
|
|
293
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
304
|
-
type: import("../types").MaBadgePropType;
|
|
305
303
|
variant: MaBadgePropVariant;
|
|
304
|
+
size: import("../types").MaBadgePropSize;
|
|
306
305
|
shape: string;
|
|
306
|
+
type: import("../types").MaBadgePropType;
|
|
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
|
-
size: import("../types").MaBadgePropSize;
|
|
314
|
-
type: import("../types").MaBadgePropType;
|
|
315
313
|
variant: MaBadgePropVariant;
|
|
314
|
+
size: import("../types").MaBadgePropSize;
|
|
316
315
|
shape: string;
|
|
316
|
+
type: import("../types").MaBadgePropType;
|
|
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: {
|