@mobileaction/action-kit 1.55.12 → 1.55.13

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 (29) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/action-kit.mjs +152 -148
  3. package/dist/{annotations-B6qEhZQd.js → annotations-DuhbrYR9.js} +1 -1
  4. package/dist/components/form-2/Form.vue.d.ts +16 -0
  5. package/dist/components/form-2/form-2.test.d.ts +1 -0
  6. package/dist/components/form-2/index.d.ts +2 -0
  7. package/dist/components/form-2/stories/form.stories.d.ts +6 -0
  8. package/dist/components/form-2/types.d.ts +16 -0
  9. package/dist/components/form-item-2/FormItem.vue.d.ts +17 -0
  10. package/dist/components/form-item-2/FormItemLabel.vue.d.ts +13 -0
  11. package/dist/components/form-item-2/FormItemMessage.vue.d.ts +13 -0
  12. package/dist/components/form-item-2/index.d.ts +4 -0
  13. package/dist/components/form-item-2/stories/form-item.stories.d.ts +9 -0
  14. package/dist/components/form-item-2/types.d.ts +111 -0
  15. package/dist/components/select-2/index.vue.d.ts +4 -0
  16. package/dist/{export-data-Qcf4lxTt.js → export-data-BouO-HP7.js} +1 -1
  17. package/dist/{exporting-DC-cErZq.js → exporting-C1JYIVut.js} +1 -1
  18. package/dist/{funnel-CZtLf9B_.js → funnel-CRJhfWv9.js} +1 -1
  19. package/dist/{index-BMJ65LdY.js → index-KdycyCO9.js} +5315 -5205
  20. package/dist/index.d.ts +2 -0
  21. package/dist/{map-CIpGy_Vm.js → map-DqCMPvrU.js} +1 -1
  22. package/dist/message-time-linear-BkaQvXVi.js +47 -0
  23. package/dist/message-time-linear-CtagChBz.js +10 -0
  24. package/dist/{offline-exporting-BXituUv8.js → offline-exporting-Ch7iijjr.js} +1 -1
  25. package/dist/{stock-DosFlgo5.js → stock-B8Y90aVp.js} +1 -1
  26. package/dist/style.css +1 -1
  27. package/dist/{venn-GMrygww-.js → venn-xEEMPF_k.js} +1 -1
  28. package/dist/{wordcloud-CsQoVOzY.js → wordcloud-C2OR86ZD.js} +1 -1
  29. package/package.json +4 -1
package/dist/index.d.ts CHANGED
@@ -42,6 +42,8 @@ export * from './components/empty/types';
42
42
  export { default as MaFormItem } from './components/form-item/index.vue';
43
43
  export * from './components/form/types';
44
44
  export { default as MaForm } from './components/form/index.vue';
45
+ export * from './components/form-2';
46
+ export * from './components/form-item-2';
45
47
  export * from './components/icon/types';
46
48
  export { default as MaIcon } from './components/icon/index.vue';
47
49
  export { default as MaIconButton } from './components/icon-button/index.vue';
@@ -1,4 +1,4 @@
1
- import { g as tr } from "./index-BMJ65LdY.js";
1
+ import { g as tr } from "./index-KdycyCO9.js";
2
2
  function ir(ne, Ze) {
3
3
  for (var S = 0; S < Ze.length; S++) {
4
4
  const Y = Ze[S];
@@ -0,0 +1,47 @@
1
+ import { createElementBlock as t, openBlock as o, createElementVNode as e } from "vue";
2
+ const n = {
3
+ viewBox: "0 0 24 24",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg"
6
+ };
7
+ function i(l, r) {
8
+ return o(), t("svg", n, r[0] || (r[0] = [
9
+ e("path", {
10
+ d: "M22 7.42999V13.43C22 14.93 21.5 16.18 20.62 17.06C19.75 17.93 18.5 18.43 17 18.43V20.56C17 21.36 16.11 21.84 15.45 21.4L11 18.43H8.88C8.96 18.13 9 17.82 9 17.5C9 16.48 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.5 5 13.5C3.88 13.5 2.86 13.96 2.13 14.71C2.04 14.31 2 13.88 2 13.43V7.42999C2 4.42999 4 2.42999 7 2.42999H17C20 2.42999 22 4.42999 22 7.42999Z",
11
+ stroke: "currentColor",
12
+ "stroke-width": "1.5",
13
+ "stroke-miterlimit": "10",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round"
16
+ }, null, -1),
17
+ e("path", {
18
+ d: "M9 17.5C9 18.7 8.47001 19.77 7.64001 20.5C6.93001 21.12 6.01 21.5 5 21.5C2.79 21.5 1 19.71 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z",
19
+ stroke: "currentColor",
20
+ "stroke-width": "1.5",
21
+ "stroke-miterlimit": "10",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, null, -1),
25
+ e("path", {
26
+ d: "M5.25 16.25V17.75L4 18.5",
27
+ stroke: "currentColor",
28
+ "stroke-width": "1.5",
29
+ "stroke-miterlimit": "10",
30
+ "stroke-linecap": "round",
31
+ "stroke-linejoin": "round"
32
+ }, null, -1),
33
+ e("path", {
34
+ d: "M8.5 10.5H15.5",
35
+ stroke: "currentColor",
36
+ "stroke-width": "1.5",
37
+ "stroke-miterlimit": "10",
38
+ "stroke-linecap": "round",
39
+ "stroke-linejoin": "round"
40
+ }, null, -1)
41
+ ]));
42
+ }
43
+ const k = { render: i };
44
+ export {
45
+ k as default,
46
+ i as render
47
+ };
@@ -0,0 +1,10 @@
1
+ const r = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22 7.42999V13.43C22 14.93 21.5 16.18 20.62 17.06C19.75 17.93 18.5 18.43 17 18.43V20.56C17 21.36 16.11 21.84 15.45 21.4L11 18.43H8.88C8.96 18.13 9 17.82 9 17.5C9 16.48 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.5 5 13.5C3.88 13.5 2.86 13.96 2.13 14.71C2.04 14.31 2 13.88 2 13.43V7.42999C2 4.42999 4 2.42999 7 2.42999H17C20 2.42999 22 4.42999 22 7.42999Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M9 17.5C9 18.7 8.47001 19.77 7.64001 20.5C6.93001 21.12 6.01 21.5 5 21.5C2.79 21.5 1 19.71 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M5.25 16.25V17.75L4 18.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8.5 10.5H15.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `;
8
+ export {
9
+ r as default
10
+ };
@@ -1,4 +1,4 @@
1
- import { g as it } from "./index-BMJ65LdY.js";
1
+ import { g as it } from "./index-KdycyCO9.js";
2
2
  function lt(O, B) {
3
3
  for (var m = 0; m < B.length; m++) {
4
4
  const x = B[m];
@@ -1,4 +1,4 @@
1
- import { g as fa } from "./index-BMJ65LdY.js";
1
+ import { g as fa } from "./index-KdycyCO9.js";
2
2
  function ma(Dt, ee) {
3
3
  for (var H = 0; H < ee.length; H++) {
4
4
  const et = ee[H];