@mobileaction/action-kit 1.55.7 → 1.55.9-beta.0

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/Localization.stories.d.ts +5 -0
  3. package/dist/action-kit.mjs +186 -181
  4. package/dist/{annotations-CLJlwbx-.js → annotations-DzwRKOiX.js} +1 -1
  5. package/dist/components/app-icon/index.vue.d.ts +3 -3
  6. package/dist/components/badge/stories/basic.stories.d.ts +2 -2
  7. package/dist/components/badge/stories/blue.stories.d.ts +2 -2
  8. package/dist/components/badge/stories/dark.stories.d.ts +2 -2
  9. package/dist/components/badge/stories/green.stories.d.ts +2 -2
  10. package/dist/components/badge/stories/orange.stories.d.ts +2 -2
  11. package/dist/components/badge/stories/pink.stories.d.ts +2 -2
  12. package/dist/components/badge/stories/purple.stories.d.ts +2 -2
  13. package/dist/components/badge/stories/red.stories.d.ts +2 -2
  14. package/dist/components/badge/stories/teal.stories.d.ts +2 -2
  15. package/dist/components/badge/stories/yellow.stories.d.ts +2 -2
  16. package/dist/components/cascader/index.vue.d.ts +1 -1
  17. package/dist/components/cascader/stories/default.stories.d.ts +320 -320
  18. package/dist/components/chart/components/ChartLoadingContainer.vue.d.ts +9 -0
  19. package/dist/components/chart/index.vue.d.ts +0 -1
  20. package/dist/components/checkbox-2/group.vue.d.ts +1 -1
  21. package/dist/components/date-picker-2/index.vue.d.ts +4 -2
  22. package/dist/components/date-picker-2/types.d.ts +12 -2
  23. package/dist/components/drawer/index.vue.d.ts +5 -99
  24. package/dist/components/drawer/stories/drawer.stories.d.ts +0 -1
  25. package/dist/components/drawer/types.d.ts +103 -0
  26. package/dist/components/icon-button/index.vue.d.ts +1 -1
  27. package/dist/components/modal-2/MaConfirmModal.vue.d.ts +1 -1
  28. package/dist/components/modal-2/MaModal.vue.d.ts +1 -1
  29. package/dist/components/numeric-input/components/singleNumericInput.vue.d.ts +1 -1
  30. package/dist/components/numeric-input/index.vue.d.ts +1 -1
  31. package/dist/components/pagination/index.vue.d.ts +2 -2
  32. package/dist/components/popconfirm/index.vue.d.ts +0 -2
  33. package/dist/components/popconfirm-2/index.vue.d.ts +0 -2
  34. package/dist/components/select/index.vue.d.ts +1 -1
  35. package/dist/components/select-2/index.vue.d.ts +1 -1
  36. package/dist/components/tag-input/index.vue.d.ts +2 -2
  37. package/dist/components/upload/index.vue.d.ts +8 -4
  38. package/dist/config/constants.d.ts +1 -0
  39. package/dist/config/index.d.ts +4 -0
  40. package/dist/config/plugin.d.ts +37 -0
  41. package/dist/config/use-action-kit.d.ts +2 -0
  42. package/dist/{export-data-BUddfJJd.js → export-data-CogMIKLw.js} +1 -1
  43. package/dist/{exporting-BlQKbXuo.js → exporting-BC5gPbRD.js} +1 -1
  44. package/dist/{funnel-oEm837od.js → funnel-DCKPuShR.js} +1 -1
  45. package/dist/{index-Dc_jRkes.js → index-B3BnsEOn.js} +9059 -8945
  46. package/dist/index.d.ts +2 -2
  47. package/dist/locales/config-localization.test.d.ts +1 -0
  48. package/dist/locales/index.d.ts +5 -0
  49. package/dist/{map-BfSzsjTz.js → map-BuUu2S2x.js} +1 -1
  50. package/dist/{offline-exporting-QZkZqW3m.js → offline-exporting-Dl3qVzLd.js} +1 -1
  51. package/dist/{stock-Dj5soS4-.js → stock-CgmqjadN.js} +1 -1
  52. package/dist/style.css +1 -1
  53. package/dist/utils/string.d.ts +1 -0
  54. package/dist/{venn--iT4Z_lX.js → venn-DAfzV8Ud.js} +1 -1
  55. package/dist/{wordcloud-CKB-F3Gd.js → wordcloud-Dpd1_4HN.js} +1 -1
  56. package/package.json +1 -1
  57. package/dist/composables/config.d.ts +0 -3
  58. 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;
@@ -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>;