@mobileaction/action-kit 1.55.15-beta.0 → 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.
- package/dist/action-kit.mjs +42 -43
- package/dist/{annotations-QVkNTTFF.js → annotations-DZeg52_7.js} +1 -1
- package/dist/components/modal-2/types.d.ts +5 -1
- package/dist/components/tree/index.vue.d.ts +0 -3
- package/dist/components/tree/types.d.ts +0 -3
- package/dist/{export-data-Lm2poI7D.js → export-data-B8cTdBgs.js} +1 -1
- package/dist/{exporting-CSPe1csb.js → exporting-BAX4KeK0.js} +1 -1
- package/dist/{funnel-BfPd77mS.js → funnel-Cew4DSSs.js} +1 -1
- package/dist/index-C3iHtFtD.js +22128 -0
- package/dist/index.d.ts +0 -8
- package/dist/layout-sidebar-BoWEW322.js +28 -0
- package/dist/layout-sidebar-C4BhNJ7G.js +5 -0
- package/dist/{map-DTV1d8cr.js → map-BdAlOgKL.js} +1 -1
- package/dist/{offline-exporting-n5cUOpa1.js → offline-exporting-DZHZoASQ.js} +1 -1
- package/dist/{stock-00k1b3LI.js → stock-Cwscyd-g.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{venn-Dw5-t9yi.js → venn-DmT00okf.js} +1 -1
- package/dist/{wordcloud-CTlyr8LL.js → wordcloud-CPdNSYKJ.js} +1 -1
- package/package.json +1 -1
- package/dist/components/tree-2/components/tree-node.vue.d.ts +0 -24
- package/dist/components/tree-2/composables/use-tree-keyboard.d.ts +0 -23
- package/dist/components/tree-2/composables/use-tree-selection.d.ts +0 -15
- package/dist/components/tree-2/index.vue.d.ts +0 -60
- package/dist/components/tree-2/stories/constants.d.ts +0 -8
- package/dist/components/tree-2/stories/default.stories.d.ts +0 -16
- package/dist/components/tree-2/stories/tree-with-select.stories.d.ts +0 -7
- package/dist/components/tree-2/stories/useTreeData.d.ts +0 -5
- package/dist/components/tree-2/tree-2.test.d.ts +0 -1
- package/dist/components/tree-2/types.d.ts +0 -33
- package/dist/index-D7JZMzcq.js +0 -22637
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
|
+
};
|