@mobileaction/action-kit 1.58.9 → 1.58.11

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 (49) hide show
  1. package/dist/action-kit.mjs +183 -176
  2. package/dist/{annotations-Baw0yXCC.js → annotations-DM2A5eMO.js} +1 -1
  3. package/dist/components/chatbot/components/MaChatbotInputArea.vue.d.ts +2 -2
  4. package/dist/components/chatbot/composables/useMessages.d.ts +1 -0
  5. package/dist/components/chatbot/index.vue.d.ts +1 -0
  6. package/dist/components/chatbot/types.d.ts +3 -1
  7. package/dist/components/input-2/MaInputBase.vue.d.ts +32 -0
  8. package/dist/components/input-2/composables/useInput.d.ts +22 -0
  9. package/dist/components/input-2/currency-input/MaCurrencyInput.test.d.ts +1 -0
  10. package/dist/components/input-2/currency-input/MaCurrencyInput.vue.d.ts +40 -0
  11. package/dist/components/input-2/currency-input/useCurrencyFormatter.d.ts +13 -0
  12. package/dist/components/input-2/currency-input/useCurrencyFormatter.test.d.ts +1 -0
  13. package/dist/components/input-2/index.d.ts +8 -0
  14. package/dist/components/input-2/number-input/MaNumberInput.test.d.ts +1 -0
  15. package/dist/components/input-2/number-input/MaNumberInput.vue.d.ts +43 -0
  16. package/dist/components/input-2/number-input/useNumberFormatter.d.ts +14 -0
  17. package/dist/components/input-2/password-input/MaPasswordInput.test.d.ts +1 -0
  18. package/dist/components/input-2/password-input/MaPasswordInput.vue.d.ts +41 -0
  19. package/dist/components/input-2/stories/MaCurrencyInput.stories.d.ts +11 -0
  20. package/dist/components/input-2/stories/MaNumberInput.stories.d.ts +11 -0
  21. package/dist/components/input-2/stories/MaPasswordInput.stories.d.ts +9 -0
  22. package/dist/components/input-2/stories/MaTextInput.stories.d.ts +9 -0
  23. package/dist/components/input-2/stories/MaTextarea.stories.d.ts +10 -0
  24. package/dist/components/input-2/text-input/MaTextInput.test.d.ts +1 -0
  25. package/dist/components/input-2/text-input/MaTextInput.vue.d.ts +41 -0
  26. package/dist/components/input-2/textarea/MaTextarea.test.d.ts +1 -0
  27. package/dist/components/input-2/textarea/MaTextarea.vue.d.ts +43 -0
  28. package/dist/components/input-2/types.d.ts +100 -0
  29. package/dist/components/input-2/utils/numericUtils.d.ts +23 -0
  30. package/dist/components/input-2/utils/numericUtils.test.d.ts +1 -0
  31. package/dist/components/select-2/index.vue.d.ts +20 -53
  32. package/dist/components/select-2/types.d.ts +49 -6
  33. package/dist/config/plugin.d.ts +3 -0
  34. package/dist/{export-data-CHBWocBK.js → export-data-CqSgvfSB.js} +1 -1
  35. package/dist/{exporting-BmQ-eEA6.js → exporting-DT_T9PYA.js} +1 -1
  36. package/dist/{funnel-ZZcGZSdl.js → funnel-BCr5S0Yc.js} +1 -1
  37. package/dist/index-B52EWw0h.js +25092 -0
  38. package/dist/index.d.ts +1 -0
  39. package/dist/locales/types.d.ts +3 -0
  40. package/dist/{map-ZimsgPGQ.js → map-BCotpnQj.js} +1 -1
  41. package/dist/{offline-exporting-CeAVFWWj.js → offline-exporting-ZD4LRbP1.js} +1 -1
  42. package/dist/resize-CXC_ucKO.js +21 -0
  43. package/dist/resize-CulZQfki.js +7 -0
  44. package/dist/{stock-7BRIP4ok.js → stock-BOILhy1M.js} +1 -1
  45. package/dist/style.css +1 -1
  46. package/dist/{venn-BDvaFEeb.js → venn-Clyt7boD.js} +1 -1
  47. package/dist/{wordcloud-CUIRTJOT.js → wordcloud-6uCpertT.js} +1 -1
  48. package/package.json +1 -1
  49. package/dist/index-fIdl3uI2.js +0 -24119
package/dist/index.d.ts CHANGED
@@ -70,6 +70,7 @@ export * from './components/device-preview/types';
70
70
  export { default as MaInputNumber } from './components/input-number/index.vue';
71
71
  export * from './components/input/types';
72
72
  export { default as MaInput } from './components/input/index.vue';
73
+ export * from './components/input-2';
73
74
  export * from './components/keyword-input/types';
74
75
  export { default as MaKeywordInput } from './components/keyword-input/index.vue';
75
76
  export { default as MaMenuItem } from './components/menu/components/MenuItem.vue';
@@ -11,6 +11,9 @@ export interface ActionKitLocaleAriaOptions {
11
11
  goNextPage?: string;
12
12
  actionSheet?: string;
13
13
  closeActionSheet?: string;
14
+ clearInput?: string;
15
+ showPassword?: string;
16
+ hidePassword?: string;
14
17
  }
15
18
  export interface ActionKitChatbotLocaleOptions {
16
19
  senderUser?: string;
@@ -1,4 +1,4 @@
1
- import { g as ar } from "./index-fIdl3uI2.js";
1
+ import { g as ar } from "./index-B52EWw0h.js";
2
2
  function nr(ne, $e) {
3
3
  for (var S = 0; S < $e.length; S++) {
4
4
  const Y = $e[S];
@@ -1,4 +1,4 @@
1
- import { g as ae } from "./index-fIdl3uI2.js";
1
+ import { g as ae } from "./index-B52EWw0h.js";
2
2
  function ie(S, N) {
3
3
  for (var w = 0; w < N.length; w++) {
4
4
  const x = N[w];
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const n = {
3
+ width: "12",
4
+ height: "12",
5
+ viewBox: "0 0 12 12",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ };
9
+ function l(s, e) {
10
+ return t(), o("svg", n, e[0] || (e[0] = [
11
+ r("path", {
12
+ d: "M9.11111 2L2 9.11111M10 6.44444L6.44444 10",
13
+ stroke: "currentColor"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const c = { render: l };
18
+ export {
19
+ c as default,
20
+ l as render
21
+ };
@@ -0,0 +1,7 @@
1
+ const t = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.11111 2L2 9.11111M10 6.44444L6.44444 10" stroke="currentColor"/>
3
+ </svg>
4
+ `;
5
+ export {
6
+ t as default
7
+ };
@@ -1,4 +1,4 @@
1
- import { g as va } from "./index-fIdl3uI2.js";
1
+ import { g as va } from "./index-B52EWw0h.js";
2
2
  function ya(Ct, ee) {
3
3
  for (var X = 0; X < ee.length; X++) {
4
4
  const tt = ee[X];