@mobileaction/action-kit 1.55.8 → 1.55.9-beta.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/CHANGELOG.md +7 -0
- package/dist/Localization.stories.d.ts +5 -0
- package/dist/action-kit.mjs +186 -181
- package/dist/{annotations-BUw14W2j.js → annotations-DzwRKOiX.js} +1 -1
- package/dist/components/app-icon/index.vue.d.ts +3 -3
- 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/index.vue.d.ts +1 -1
- package/dist/components/cascader/stories/default.stories.d.ts +320 -320
- package/dist/components/chart/components/ChartLoadingContainer.vue.d.ts +9 -0
- package/dist/components/chart/index.vue.d.ts +0 -1
- package/dist/components/checkbox-2/group.vue.d.ts +1 -1
- package/dist/components/date-picker-2/index.vue.d.ts +2 -2
- package/dist/components/date-picker-2/types.d.ts +2 -2
- package/dist/components/icon-button/index.vue.d.ts +1 -1
- package/dist/components/numeric-input/components/singleNumericInput.vue.d.ts +1 -1
- package/dist/components/numeric-input/index.vue.d.ts +1 -1
- package/dist/components/pagination/index.vue.d.ts +2 -2
- package/dist/components/popconfirm/index.vue.d.ts +0 -2
- package/dist/components/popconfirm-2/index.vue.d.ts +0 -2
- package/dist/components/select/index.vue.d.ts +1 -1
- package/dist/components/select-2/index.vue.d.ts +1 -1
- package/dist/components/tag-input/index.vue.d.ts +2 -2
- package/dist/components/upload/index.vue.d.ts +8 -4
- package/dist/config/constants.d.ts +1 -0
- package/dist/config/index.d.ts +4 -0
- package/dist/config/plugin.d.ts +37 -0
- package/dist/config/use-action-kit.d.ts +2 -0
- package/dist/{export-data-PHyrS0OQ.js → export-data-CogMIKLw.js} +1 -1
- package/dist/{exporting-CwyRo4jc.js → exporting-BC5gPbRD.js} +1 -1
- package/dist/{funnel-DSqKqADc.js → funnel-DCKPuShR.js} +1 -1
- package/dist/{index-U9Sur8Rv.js → index-B3BnsEOn.js} +9237 -9132
- package/dist/index.d.ts +2 -2
- package/dist/locales/config-localization.test.d.ts +1 -0
- package/dist/locales/index.d.ts +5 -0
- package/dist/{map-Bjr2fA0p.js → map-BuUu2S2x.js} +1 -1
- package/dist/{offline-exporting-BvjBuD0T.js → offline-exporting-Dl3qVzLd.js} +1 -1
- package/dist/{stock-f17wbqTD.js → stock-CgmqjadN.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/string.d.ts +1 -0
- package/dist/{venn-DbZJyziV.js → venn-DAfzV8Ud.js} +1 -1
- package/dist/{wordcloud-DfSPvQ3j.js → wordcloud-Dpd1_4HN.js} +1 -1
- package/package.json +1 -1
- package/dist/composables/config.d.ts +0 -3
- package/dist/services/config.d.ts +0 -11
|
@@ -62,10 +62,10 @@ declare const _default: {
|
|
|
62
62
|
variant?: import("../types").MaBadgePropVariant;
|
|
63
63
|
shape?: string;
|
|
64
64
|
iconAlignment?: string;
|
|
65
|
+
key?: PropertyKey;
|
|
65
66
|
style?: unknown;
|
|
66
67
|
readonly icon?: string;
|
|
67
68
|
class?: unknown;
|
|
68
|
-
key?: PropertyKey;
|
|
69
69
|
ref?: import("vue").VNodeRef;
|
|
70
70
|
ref_for?: boolean;
|
|
71
71
|
ref_key?: string;
|
|
@@ -82,10 +82,10 @@ declare const _default: {
|
|
|
82
82
|
variant?: import("../types").MaBadgePropVariant;
|
|
83
83
|
shape?: string;
|
|
84
84
|
iconAlignment?: string;
|
|
85
|
+
key?: PropertyKey;
|
|
85
86
|
style?: unknown;
|
|
86
87
|
readonly icon?: string;
|
|
87
88
|
class?: unknown;
|
|
88
|
-
key?: PropertyKey;
|
|
89
89
|
ref?: import("vue").VNodeRef;
|
|
90
90
|
ref_for?: boolean;
|
|
91
91
|
ref_key?: string;
|
|
@@ -31,8 +31,8 @@ declare const __VLS_component: import("vue").DefineComponent<MaCascaderProps, {}
|
|
|
31
31
|
onChange?: (...args: any[]) => any;
|
|
32
32
|
"onUpdate:value"?: (...args: any[]) => any;
|
|
33
33
|
}>, {
|
|
34
|
-
size: CascaderSize;
|
|
35
34
|
value: CascaderValue;
|
|
35
|
+
size: CascaderSize;
|
|
36
36
|
itemsText: string;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|