@mobileaction/action-kit 1.55.15-beta.1 → 1.55.15-beta.2

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 (31) hide show
  1. package/dist/action-kit.mjs +42 -43
  2. package/dist/{annotations-LxzqniTI.js → annotations-DZeg52_7.js} +1 -1
  3. package/dist/components/modal-2/types.d.ts +5 -1
  4. package/dist/components/tree/index.vue.d.ts +0 -3
  5. package/dist/components/tree/types.d.ts +0 -3
  6. package/dist/{export-data-CphGdXaF.js → export-data-B8cTdBgs.js} +1 -1
  7. package/dist/{exporting-E0VAVzhX.js → exporting-BAX4KeK0.js} +1 -1
  8. package/dist/{funnel-DFDlSz25.js → funnel-Cew4DSSs.js} +1 -1
  9. package/dist/index-C3iHtFtD.js +22128 -0
  10. package/dist/index.d.ts +0 -8
  11. package/dist/layout-sidebar-BoWEW322.js +28 -0
  12. package/dist/layout-sidebar-C4BhNJ7G.js +5 -0
  13. package/dist/{map-Dch9WXEV.js → map-BdAlOgKL.js} +1 -1
  14. package/dist/{offline-exporting-DopJAIrf.js → offline-exporting-DZHZoASQ.js} +1 -1
  15. package/dist/{stock-CpcmZS7E.js → stock-Cwscyd-g.js} +1 -1
  16. package/dist/style.css +1 -1
  17. package/dist/{venn-D3u6bkPY.js → venn-DmT00okf.js} +1 -1
  18. package/dist/{wordcloud-6hI2Wt6E.js → wordcloud-CPdNSYKJ.js} +1 -1
  19. package/package.json +1 -1
  20. package/dist/components/tree-2/components/tree-node.vue.d.ts +0 -24
  21. package/dist/components/tree-2/composables/use-tree-keyboard.d.ts +0 -23
  22. package/dist/components/tree-2/composables/use-tree-selection.d.ts +0 -15
  23. package/dist/components/tree-2/index.vue.d.ts +0 -64
  24. package/dist/components/tree-2/stories/constants.d.ts +0 -8
  25. package/dist/components/tree-2/stories/default.stories.d.ts +0 -16
  26. package/dist/components/tree-2/stories/group-checkbox-control.stories.d.ts +0 -9
  27. package/dist/components/tree-2/stories/tree-with-select.stories.d.ts +0 -7
  28. package/dist/components/tree-2/stories/useTreeData.d.ts +0 -5
  29. package/dist/components/tree-2/tree-2.test.d.ts +0 -1
  30. package/dist/components/tree-2/types.d.ts +0 -35
  31. package/dist/index-xWImgBcx.js +0 -22659
package/dist/index.d.ts CHANGED
@@ -123,16 +123,8 @@ export * from './components/tooltip/types';
123
123
  export { default as MaTooltip } from './components/tooltip/index.vue';
124
124
  export { default as MaTrackButton } from './components/track-button/index.vue';
125
125
  export * from './components/track-button/types';
126
- /**
127
- * @deprecated MaTree is deprecated. Use MaTree2 instead.
128
- */
129
126
  export { default as MaTree } from './components/tree/index.vue';
130
- /**
131
- * @deprecated Tree types are deprecated. Use types from './components/tree-2/types' instead.
132
- */
133
127
  export * from './components/tree/types';
134
- export * from './components/tree-2/types';
135
- export { default as MaTree2 } from './components/tree-2/index.vue';
136
128
  export { default as MaTypography } from './components/typography/index.vue';
137
129
  export * from './components/upload/types';
138
130
  export * from './components/typography/types';
@@ -0,0 +1,28 @@
1
+ import { createElementBlock as o, openBlock as n, createElementVNode as e } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "24",
5
+ height: "24",
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ stroke: "currentColor",
9
+ "stroke-width": "2",
10
+ "stroke-linecap": "round",
11
+ "stroke-linejoin": "round"
12
+ };
13
+ function l(a, t) {
14
+ return n(), o("svg", r, t[0] || (t[0] = [
15
+ e("path", {
16
+ stroke: "none",
17
+ d: "M0 0h24v24H0z",
18
+ fill: "none"
19
+ }, null, -1),
20
+ e("path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12" }, null, -1),
21
+ e("path", { d: "M9 4l0 16" }, null, -1)
22
+ ]));
23
+ }
24
+ const i = { render: l };
25
+ export {
26
+ i as default,
27
+ l as render
28
+ };
@@ -0,0 +1,5 @@
1
+ const o = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12" /><path d="M9 4l0 16" /></svg>
2
+ `;
3
+ export {
4
+ o as default
5
+ };
@@ -1,4 +1,4 @@
1
- import { g as tr } from "./index-xWImgBcx.js";
1
+ import { g as tr } from "./index-C3iHtFtD.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-xWImgBcx.js";
1
+ import { g as it } from "./index-C3iHtFtD.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-xWImgBcx.js";
1
+ import { g as fa } from "./index-C3iHtFtD.js";
2
2
  function ma(Dt, ee) {
3
3
  for (var H = 0; H < ee.length; H++) {
4
4
  const et = ee[H];