@mobileaction/action-kit 1.55.0 → 1.55.1-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.
Files changed (60) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/Localization.stories.d.ts +5 -0
  3. package/dist/action-kit.mjs +174 -175
  4. package/dist/{annotations-PCPCC3R4.js → annotations-QTF5zhY9.js} +1 -1
  5. package/dist/components/app-icon/index.vue.d.ts +3 -3
  6. package/dist/components/app-track-button/index.vue.d.ts +1 -1
  7. package/dist/components/badge/stories/basic.stories.d.ts +2 -2
  8. package/dist/components/badge/stories/blue.stories.d.ts +2 -2
  9. package/dist/components/badge/stories/dark.stories.d.ts +2 -2
  10. package/dist/components/badge/stories/green.stories.d.ts +2 -2
  11. package/dist/components/badge/stories/orange.stories.d.ts +2 -2
  12. package/dist/components/badge/stories/pink.stories.d.ts +2 -2
  13. package/dist/components/badge/stories/purple.stories.d.ts +2 -2
  14. package/dist/components/badge/stories/red.stories.d.ts +2 -2
  15. package/dist/components/badge/stories/teal.stories.d.ts +2 -2
  16. package/dist/components/badge/stories/yellow.stories.d.ts +2 -2
  17. package/dist/components/button/index.vue.d.ts +1 -1
  18. package/dist/components/button/link-button/index.vue.d.ts +1 -1
  19. package/dist/components/button/social-button/index.vue.d.ts +1 -1
  20. package/dist/components/cascader/index.vue.d.ts +1 -1
  21. package/dist/components/cascader/stories/default.stories.d.ts +320 -320
  22. package/dist/components/chart/components/ChartLoadingContainer.vue.d.ts +1 -1
  23. package/dist/components/chart/index.vue.d.ts +0 -1
  24. package/dist/components/checkbox-2/group.vue.d.ts +1 -1
  25. package/dist/components/date-picker-2/index.vue.d.ts +1 -1
  26. package/dist/components/icon-button/components/button.vue.d.ts +1 -1
  27. package/dist/components/icon-button/index.vue.d.ts +2 -2
  28. package/dist/components/modal/index.vue.d.ts +2 -2
  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 +2 -4
  33. package/dist/components/popconfirm-2/index.vue.d.ts +2 -4
  34. package/dist/components/result/stories/constants.d.ts +3 -3
  35. package/dist/components/select/index.vue.d.ts +1 -1
  36. package/dist/components/select-2/index.vue.d.ts +2 -2
  37. package/dist/components/switch/index.vue.d.ts +1 -1
  38. package/dist/components/tag-input/index.vue.d.ts +2 -2
  39. package/dist/components/upload/index.vue.d.ts +8 -4
  40. package/dist/components/watchlist-button/components/button.vue.d.ts +1 -1
  41. package/dist/components/watchlist-button/index.vue.d.ts +1 -1
  42. package/dist/{export-data-9D1Z_Yl0.js → export-data-BPE3CG1o.js} +1 -1
  43. package/dist/{exporting-BsxPu0js.js → exporting-MsyR8r10.js} +1 -1
  44. package/dist/{funnel-vwsEpsKz.js → funnel-DWvk8PDc.js} +1 -1
  45. package/dist/{index-DANsjqzy.js → index-CRAKSW5c.js} +9175 -9080
  46. package/dist/index.d.ts +1 -2
  47. package/dist/locales/index.d.ts +5 -0
  48. package/dist/localization.integration.test.d.ts +1 -0
  49. package/dist/{map-EnUT_hjB.js → map-DLHftKkf.js} +1 -1
  50. package/dist/{offline-exporting-CGMNLhS3.js → offline-exporting-cbLNgNro.js} +1 -1
  51. package/dist/plugins/actionkit.d.ts +34 -0
  52. package/dist/plugins/actionkit.test.d.ts +1 -0
  53. package/dist/{stock-D3GTLg5n.js → stock-BlFkIblD.js} +1 -1
  54. package/dist/style.css +1 -1
  55. package/dist/utils/string.d.ts +1 -0
  56. package/dist/{venn-Crd0VbN4.js → venn-DHDZhfd1.js} +1 -1
  57. package/dist/{wordcloud-B-hSyuoK.js → wordcloud-Z4tT2mhp.js} +1 -1
  58. package/package.json +1 -1
  59. package/dist/composables/config.d.ts +0 -3
  60. package/dist/services/config.d.ts +0 -11
package/dist/index.d.ts CHANGED
@@ -127,7 +127,6 @@ export * from './components/typography/types';
127
127
  export { default as MaUpload } from './components/upload/index.vue';
128
128
  export * from './components/upload/types';
129
129
  export { default as MaWatchlistButton } from './components/watchlist-button/index.vue';
130
- export { useActionKitConfig } from './composables/config';
131
130
  export { maCountry } from './lib/country/country';
132
- export { ActionKitConfig } from './services/config';
131
+ export { useActionKit } from './plugins/actionkit';
133
132
  export { SelectOptGroup as MaSelectOptGroup } from 'ant-design-vue';
@@ -0,0 +1,5 @@
1
+ import chineseLocale from './zh.json';
2
+ import koreanLocale from './ko.json';
3
+ import japaneseLocale from './ja.json';
4
+ import englishLocale from './en.json';
5
+ export { chineseLocale, englishLocale, japaneseLocale, koreanLocale, };
@@ -0,0 +1 @@
1
+ export {};
@@ -1,4 +1,4 @@
1
- import { g as tr } from "./index-DANsjqzy.js";
1
+ import { g as tr } from "./index-CRAKSW5c.js";
2
2
  function ir(ne, Ze) {
3
3
  for (var S = 0; S < Ze.length; S++) {
4
4
  const Y = Ze[S];
@@ -1,4 +1,4 @@
1
- import { g as it } from "./index-DANsjqzy.js";
1
+ import { g as it } from "./index-CRAKSW5c.js";
2
2
  function lt(O, B) {
3
3
  for (var m = 0; m < B.length; m++) {
4
4
  const x = B[m];
@@ -0,0 +1,34 @@
1
+ export declare function useActionKit(): {
2
+ config: {
3
+ locale: {
4
+ language: string;
5
+ total: string;
6
+ itemsPerPage: string;
7
+ page: string;
8
+ dragDrop: string;
9
+ clickToUpload: string;
10
+ or: string;
11
+ uploading: string;
12
+ removeFile: string;
13
+ selectFile: string;
14
+ maxFileSize: string;
15
+ allowedTypes: string;
16
+ ok: string;
17
+ cancel: string;
18
+ confirm: string;
19
+ noData: string;
20
+ loading: string;
21
+ ariaLabel: {
22
+ close: string;
23
+ closeDrawer: string;
24
+ closeModal: string;
25
+ expandModal: string;
26
+ collapseModal: string;
27
+ pagination: string;
28
+ prev: string;
29
+ next: string;
30
+ };
31
+ };
32
+ };
33
+ setLanguage: (lang: string) => void;
34
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -1,4 +1,4 @@
1
- import { g as fa } from "./index-DANsjqzy.js";
1
+ import { g as fa } from "./index-CRAKSW5c.js";
2
2
  function ma(Dt, ee) {
3
3
  for (var H = 0; H < ee.length; H++) {
4
4
  const et = ee[H];