@mobileaction/action-kit 1.59.0-beta.20260824072801 → 1.59.1
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-BotVbqYk.js +1275 -0
- package/dist/components/badge/stories/basic.stories.d.ts +2 -2
- package/dist/components/badge/stories/blue.stories.d.ts +2 -2
- package/dist/components/badge/stories/dark.stories.d.ts +2 -2
- package/dist/components/badge/stories/green.stories.d.ts +2 -2
- package/dist/components/badge/stories/orange.stories.d.ts +2 -2
- package/dist/components/badge/stories/pink.stories.d.ts +2 -2
- package/dist/components/badge/stories/purple.stories.d.ts +2 -2
- package/dist/components/badge/stories/red.stories.d.ts +2 -2
- package/dist/components/badge/stories/teal.stories.d.ts +2 -2
- package/dist/components/badge/stories/yellow.stories.d.ts +2 -2
- package/dist/components/cascader/stories/default.stories.d.ts +16 -16
- package/dist/export-data-BR_-2Q3f.js +332 -0
- package/dist/exporting-DR0s0ify.js +601 -0
- package/dist/funnel-DL7kiG31.js +134 -0
- package/dist/{index-6Py-WZ9e.js → index-CBkR2AwI.js} +2355 -2349
- package/dist/map-CMb83okh.js +1731 -0
- package/dist/offline-exporting-YDP5IlMX.js +192 -0
- package/dist/stock-CBVAQBFc.js +2054 -0
- package/dist/venn-D6eKe_-O.js +453 -0
- package/dist/wordcloud-t7GdM2hM.js +227 -0
- package/package.json +30 -15
- package/dist/annotations-DSkf_ftr.js +0 -1496
- package/dist/export-data-DCTe5P_S.js +0 -404
- package/dist/exporting-DQGEobM-.js +0 -739
- package/dist/funnel-CqFEWYxB.js +0 -201
- package/dist/map-DAB70ark.js +0 -1928
- package/dist/offline-exporting-aCzMDQAJ.js +0 -203
- package/dist/stock-CYJWuEFp.js +0 -2216
- package/dist/venn-Dec0FzLN.js +0 -498
- package/dist/wordcloud-CjsQdxnL.js +0 -268
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
};
|
|
57
57
|
})>>;
|
|
58
|
-
globals?: import("storybook/internal/csf").Globals
|
|
58
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
59
59
|
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
60
60
|
size?: import("../types").MaBadgePropSize;
|
|
61
61
|
type?: import("../types").MaBadgePropType;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
default?: (props: {}) => any;
|
|
411
411
|
};
|
|
412
412
|
})>>;
|
|
413
|
-
tags?:
|
|
413
|
+
tags?: string[];
|
|
414
414
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").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
416
|
size: import("../types").MaBadgePropSize;
|
|
@@ -509,7 +509,7 @@ export declare const Default: {
|
|
|
509
509
|
}) => any;
|
|
510
510
|
};
|
|
511
511
|
})>>;
|
|
512
|
-
tags?:
|
|
512
|
+
tags?: string[];
|
|
513
513
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
514
514
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
515
515
|
onChange?: (...args: any[]) => any;
|
|
@@ -619,7 +619,7 @@ export declare const Default: {
|
|
|
619
619
|
}) => any;
|
|
620
620
|
};
|
|
621
621
|
})>>;
|
|
622
|
-
globals?: import("storybook/internal/csf").Globals
|
|
622
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
623
623
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
624
624
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
625
625
|
onChange?: (...args: any[]) => any;
|
|
@@ -1230,7 +1230,7 @@ export declare const Multiple: {
|
|
|
1230
1230
|
}) => any;
|
|
1231
1231
|
};
|
|
1232
1232
|
})>>;
|
|
1233
|
-
tags?:
|
|
1233
|
+
tags?: string[];
|
|
1234
1234
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
1235
1235
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
1236
1236
|
onChange?: (...args: any[]) => any;
|
|
@@ -1340,7 +1340,7 @@ export declare const Multiple: {
|
|
|
1340
1340
|
}) => any;
|
|
1341
1341
|
};
|
|
1342
1342
|
})>>;
|
|
1343
|
-
globals?: import("storybook/internal/csf").Globals
|
|
1343
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
1344
1344
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
1345
1345
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
1346
1346
|
onChange?: (...args: any[]) => any;
|
|
@@ -1950,7 +1950,7 @@ export declare const Medium: {
|
|
|
1950
1950
|
}) => any;
|
|
1951
1951
|
};
|
|
1952
1952
|
})>>;
|
|
1953
|
-
tags?:
|
|
1953
|
+
tags?: string[];
|
|
1954
1954
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
1955
1955
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
1956
1956
|
onChange?: (...args: any[]) => any;
|
|
@@ -2060,7 +2060,7 @@ export declare const Medium: {
|
|
|
2060
2060
|
}) => any;
|
|
2061
2061
|
};
|
|
2062
2062
|
})>>;
|
|
2063
|
-
globals?: import("storybook/internal/csf").Globals
|
|
2063
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
2064
2064
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
2065
2065
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
2066
2066
|
onChange?: (...args: any[]) => any;
|
|
@@ -2670,7 +2670,7 @@ export declare const Large: {
|
|
|
2670
2670
|
}) => any;
|
|
2671
2671
|
};
|
|
2672
2672
|
})>>;
|
|
2673
|
-
tags?:
|
|
2673
|
+
tags?: string[];
|
|
2674
2674
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
2675
2675
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
2676
2676
|
onChange?: (...args: any[]) => any;
|
|
@@ -2780,7 +2780,7 @@ export declare const Large: {
|
|
|
2780
2780
|
}) => any;
|
|
2781
2781
|
};
|
|
2782
2782
|
})>>;
|
|
2783
|
-
globals?: import("storybook/internal/csf").Globals
|
|
2783
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
2784
2784
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
2785
2785
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
2786
2786
|
onChange?: (...args: any[]) => any;
|
|
@@ -3390,7 +3390,7 @@ export declare const Disabled: {
|
|
|
3390
3390
|
}) => any;
|
|
3391
3391
|
};
|
|
3392
3392
|
})>>;
|
|
3393
|
-
tags?:
|
|
3393
|
+
tags?: string[];
|
|
3394
3394
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
3395
3395
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
3396
3396
|
onChange?: (...args: any[]) => any;
|
|
@@ -3500,7 +3500,7 @@ export declare const Disabled: {
|
|
|
3500
3500
|
}) => any;
|
|
3501
3501
|
};
|
|
3502
3502
|
})>>;
|
|
3503
|
-
globals?: import("storybook/internal/csf").Globals
|
|
3503
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
3504
3504
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
3505
3505
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
3506
3506
|
onChange?: (...args: any[]) => any;
|
|
@@ -4110,7 +4110,7 @@ export declare const HasError: {
|
|
|
4110
4110
|
}) => any;
|
|
4111
4111
|
};
|
|
4112
4112
|
})>>;
|
|
4113
|
-
tags?:
|
|
4113
|
+
tags?: string[];
|
|
4114
4114
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
4115
4115
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
4116
4116
|
onChange?: (...args: any[]) => any;
|
|
@@ -4220,7 +4220,7 @@ export declare const HasError: {
|
|
|
4220
4220
|
}) => any;
|
|
4221
4221
|
};
|
|
4222
4222
|
})>>;
|
|
4223
|
-
globals?: import("storybook/internal/csf").Globals
|
|
4223
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
4224
4224
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
4225
4225
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
4226
4226
|
onChange?: (...args: any[]) => any;
|
|
@@ -4831,7 +4831,7 @@ export declare const AllowClear: {
|
|
|
4831
4831
|
}) => any;
|
|
4832
4832
|
};
|
|
4833
4833
|
})>>;
|
|
4834
|
-
tags?:
|
|
4834
|
+
tags?: string[];
|
|
4835
4835
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
4836
4836
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
4837
4837
|
onChange?: (...args: any[]) => any;
|
|
@@ -4941,7 +4941,7 @@ export declare const AllowClear: {
|
|
|
4941
4941
|
}) => any;
|
|
4942
4942
|
};
|
|
4943
4943
|
})>>;
|
|
4944
|
-
globals?: import("storybook/internal/csf").Globals
|
|
4944
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
4945
4945
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
4946
4946
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
4947
4947
|
onChange?: (...args: any[]) => any;
|
|
@@ -5555,7 +5555,7 @@ export declare const WithOptionIcon: {
|
|
|
5555
5555
|
}) => any;
|
|
5556
5556
|
};
|
|
5557
5557
|
})>>;
|
|
5558
|
-
tags?:
|
|
5558
|
+
tags?: string[];
|
|
5559
5559
|
mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
5560
5560
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
5561
5561
|
onChange?: (...args: any[]) => any;
|
|
@@ -5665,7 +5665,7 @@ export declare const WithOptionIcon: {
|
|
|
5665
5665
|
}) => any;
|
|
5666
5666
|
};
|
|
5667
5667
|
})>>;
|
|
5668
|
-
globals?: import("storybook/internal/csf").Globals
|
|
5668
|
+
globals?: Partial<import("storybook/internal/csf").Globals>;
|
|
5669
5669
|
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
5670
5670
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
|
|
5671
5671
|
onChange?: (...args: any[]) => any;
|