@opentinyvue/vue-icon 3.22.2 → 3.24.0
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/index.d.ts +9 -1
- package/index.js +814 -804
- package/lib/checked-sur.js +1 -1
- package/lib/fullscreen-right.js +23 -7
- package/lib/halfselect.js +1 -1
- package/lib/minscreen-right.js +23 -5
- package/lib/person-history.js +37 -0
- package/lib/pushpin-solid.js +61 -0
- package/lib/pushpin.js +23 -9
- package/package.json +3 -3
- package/src/person-history/index.d.ts +4 -0
- package/src/pushpin-solid/index.d.ts +4 -0
package/lib/checked-sur.js
CHANGED
|
@@ -11,7 +11,7 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
11
11
|
"path",
|
|
12
12
|
{
|
|
13
13
|
d: "M4 16h8c2.2 0 4-1.8 4-4V4c0-2.21-1.8-4-4-4H4C1.79 0 0 1.79 0 4v8c0 2.2 1.79 4 4 4Zm3.26-4.38 5.99-6.43a.6.6 0 1 0-.88-.82L6.8 10.35 3.6 7.19a.6.6 0 1 0-.84.86l3.64 3.59c.28.28.57.26.86-.02Z",
|
|
14
|
-
fill: "
|
|
14
|
+
fill: "currentColor",
|
|
15
15
|
"fill-rule": "evenodd"
|
|
16
16
|
},
|
|
17
17
|
null,
|
package/lib/fullscreen-right.js
CHANGED
|
@@ -1,23 +1,39 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
4
6
|
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
5
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6
9
|
};
|
|
7
10
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
8
|
-
"
|
|
11
|
+
"defs",
|
|
12
|
+
null,
|
|
13
|
+
[/* @__PURE__ */ createElementVNode("clipPath", {
|
|
14
|
+
id: "fullscreen-right_svg__a"
|
|
15
|
+
}, [/* @__PURE__ */ createElementVNode("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
"fill-opacity": "0",
|
|
18
|
+
d: "M0 0h16v16H0z"
|
|
19
|
+
})])],
|
|
20
|
+
-1
|
|
21
|
+
/* HOISTED */
|
|
22
|
+
);
|
|
23
|
+
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
24
|
+
"g",
|
|
9
25
|
{
|
|
10
|
-
|
|
11
|
-
"clip-rule": "evenodd",
|
|
12
|
-
"fill-rule": "evenodd"
|
|
26
|
+
"clip-path": "url(#fullscreen-right_svg__a)"
|
|
13
27
|
},
|
|
14
|
-
|
|
28
|
+
[/* @__PURE__ */ createElementVNode("path", {
|
|
29
|
+
d: "M9 3.5c-.28 0-.5.22-.5.5 0 .27.22.5.5.5h1.81L8.31 7c-.18.16-.21.44-.06.65.21.18.57.25.76.06l2.49-2.49V7c0 .24.16.44.41.49.27 0 .59-.23.59-.5V4.4c0-.5-.41-.9-.91-.9H9ZM7.68 8.28a.501.501 0 0 0-.7 0L4.5 10.77V9c0-.25-.17-.45-.42-.5-.27 0-.58.23-.58.5v2.6c0 .5.4.9.9.9H7c.27 0 .5-.22.5-.5 0-.27-.23-.5-.5-.5H5.18L7.68 9c.16-.19.16-.52 0-.72ZM4 2.5h8c.83 0 1.5.66 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5H4c-.84 0-1.5-.67-1.5-1.5V4c0-.84.66-1.5 1.5-1.5Zm0-1C2.61 1.5 1.5 2.61 1.5 4v8c0 1.38 1.11 2.5 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5V4c0-1.39-1.12-2.5-2.5-2.5H4Z"
|
|
30
|
+
})],
|
|
15
31
|
-1
|
|
16
32
|
/* HOISTED */
|
|
17
33
|
);
|
|
18
|
-
var
|
|
34
|
+
var _hoisted_4 = [_hoisted_2, _hoisted_3];
|
|
19
35
|
function render(_ctx, _cache) {
|
|
20
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(
|
|
36
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
|
|
21
37
|
}
|
|
22
38
|
var FullscreenRight = {
|
|
23
39
|
render
|
package/lib/halfselect.js
CHANGED
|
@@ -11,7 +11,7 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
11
11
|
"path",
|
|
12
12
|
{
|
|
13
13
|
d: "M4 0h8c2.2 0 4 1.79 4 4v8c0 2.2-1.8 4-4 4H4c-2.21 0-4-1.8-4-4V4c0-2.21 1.79-4 4-4Zm6 5H6c-.56 0-1 .44-1 1v4c0 .55.44 1 1 1h4c.55 0 1-.45 1-1V6c0-.56-.45-1-1-1Z",
|
|
14
|
-
fill: "
|
|
14
|
+
fill: "currentColor",
|
|
15
15
|
"fill-rule": "evenodd"
|
|
16
16
|
},
|
|
17
17
|
null,
|
package/lib/minscreen-right.js
CHANGED
|
@@ -1,21 +1,39 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
4
6
|
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
5
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6
9
|
};
|
|
7
10
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
8
|
-
"
|
|
11
|
+
"defs",
|
|
12
|
+
null,
|
|
13
|
+
[/* @__PURE__ */ createElementVNode("clipPath", {
|
|
14
|
+
id: "minscreen-right_svg__a"
|
|
15
|
+
}, [/* @__PURE__ */ createElementVNode("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
"fill-opacity": "0",
|
|
18
|
+
d: "M0 0h16v16H0z"
|
|
19
|
+
})])],
|
|
20
|
+
-1
|
|
21
|
+
/* HOISTED */
|
|
22
|
+
);
|
|
23
|
+
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
24
|
+
"g",
|
|
9
25
|
{
|
|
10
|
-
|
|
26
|
+
"clip-path": "url(#minscreen-right_svg__a)"
|
|
11
27
|
},
|
|
12
|
-
|
|
28
|
+
[/* @__PURE__ */ createElementVNode("path", {
|
|
29
|
+
d: "M11.66 7.85c.27 0 .5-.21.5-.5 0-.27-.23-.5-.5-.5H9.84l2.5-2.51a.49.49 0 0 0 .06-.65c-.18-.19-.55-.25-.74-.06l-2.5 2.5V4.35c0-.24-.17-.44-.41-.5-.28 0-.59.23-.59.5V7c0 .5.4.9.9.9l2.6-.05Zm-8 4.49c.17.19.49.21.67.02l2.5-2.5v1.78c0 .24.17.44.42.5.27 0 .58-.23.58-.5V9c0-.5-.4-.91-.9-.91h-2.6c-.27 0-.5.23-.5.5 0 .29.23.5.5.5h1.82l-2.5 2.51c-.16.2-.15.56.01.74ZM4 2.5h8c.83 0 1.5.66 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5H4c-.84 0-1.5-.67-1.5-1.5V4c0-.84.66-1.5 1.5-1.5Zm0-1C2.61 1.5 1.5 2.61 1.5 4v8c0 1.38 1.11 2.5 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5V4c0-1.39-1.12-2.5-2.5-2.5H4Z"
|
|
30
|
+
})],
|
|
13
31
|
-1
|
|
14
32
|
/* HOISTED */
|
|
15
33
|
);
|
|
16
|
-
var
|
|
34
|
+
var _hoisted_4 = [_hoisted_2, _hoisted_3];
|
|
17
35
|
function render(_ctx, _cache) {
|
|
18
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(
|
|
36
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
|
|
19
37
|
}
|
|
20
38
|
var MinscreenRight = {
|
|
21
39
|
render
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
var _hoisted_1 = {
|
|
4
|
+
width: "22.998",
|
|
5
|
+
height: "23",
|
|
6
|
+
viewBox: "0 0 22.998 23",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
d: "M16.081 6.238q.003-.103.003-.207c0-.822-.089-1.57-.265-2.245-.197-.753-.5-1.4-.91-1.942a4.415 4.415 0 0 0-.727-.757 4.427 4.427 0 0 0-.978-.605C12.496.161 11.678 0 10.75 0 9.82 0 9.003.16 8.296.482a4.432 4.432 0 0 0-.978.605l-.008.006q-.399.328-.72.751c-.409.542-.712 1.19-.91 1.942a8.869 8.869 0 0 0-.264 2.245l.002.207a1.96 1.96 0 0 0-.16.257 2.239 2.239 0 0 0-.218.65 2.667 2.667 0 0 0-.038.319c-.02.36.033.723.16 1.09a2.881 2.881 0 0 0 .614 1.03c.199.213.416.378.65.496.144.252.3.49.47.713.18.255.37.564.449.766a.948.948 0 0 1 .082.39.313.313 0 0 1-.025.107c-.06.078-.197.215-.339.287-.136.07-.326.152-.57.25-.156.062-.419.162-.788.3-.76.284-1.34.514-1.745.69-.709.31-1.31.624-1.802.944-1.146.747-1.834 1.602-2.062 2.566a3.193 3.193 0 0 0-.085.749c0 .13-.002.32-.006.57-.007.439-.006.758.003.957.017.367.065.675.144.922.097.303.246.552.448.745.042.04.085.077.131.112.275.193.664.336 1.063.352h8.418A8.022 8.022 0 0 1 9.18 20l-7.339.001q-.15-.008-.198-.044c-.02-.015-.041-.056-.062-.123a2.205 2.205 0 0 1-.075-.534 16.047 16.047 0 0 1-.002-.864c.005-.258.007-.457.007-.594 0-.088.006-.174.019-.26.043-.284.16-.557.35-.82.244-.334.61-.66 1.097-.978.422-.275.95-.55 1.582-.825.38-.166.937-.386 1.672-.66.379-.143.652-.247.818-.313.286-.114.517-.216.694-.306.346-.176.618-.394.816-.654.106-.14.19-.288.25-.446.065-.168.103-.347.115-.536.038-.606-.21-1.285-.747-2.039L8.1 9.9a5.052 5.052 0 0 1-.473-.753.739.739 0 0 0-.445-.374.742.742 0 0 1-.312-.214 1.354 1.354 0 0 1-.29-.493c-.08-.23-.101-.45-.064-.657.028-.154.079-.263.154-.328a.74.74 0 0 0 .259-.612 7.444 7.444 0 0 1-.013-.424c0-.694.072-1.328.216-1.878.147-.561.365-1.033.655-1.417.127-.168.269-.319.425-.453Q9.14 1.5 10.75 1.5q1.61 0 2.538.796c.156.134.297.285.425.453.29.384.508.856.655 1.417.144.55.216 1.172.216 1.865 0 .146-.005.292-.013.437a.739.739 0 0 0 .26.613c.075.065.126.174.153.327.037.207.016.426-.064.657a1.455 1.455 0 0 1-.156.322 8.04 8.04 0 0 1 1.662-.135 2.735 2.735 0 0 0 .035-1.108q-.064-.352-.22-.65a1.994 1.994 0 0 0-.16-.256ZM9.498 16.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Zm1.5 0a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0Zm4.474-3.9c.42 0 .75.33.75.75v3.065l2.462 1.397c.366.207.49.657.283 1.023a.743.743 0 0 1-1.023.282l-2.843-1.613q-.088-.05-.157-.119-.07-.068-.12-.156-.051-.087-.077-.182-.025-.094-.025-.195V13.1c0-.42.33-.75.75-.75Z",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
fill: "#191919",
|
|
16
|
+
"fill-rule": "evenodd"
|
|
17
|
+
},
|
|
18
|
+
null,
|
|
19
|
+
-1
|
|
20
|
+
/* HOISTED */
|
|
21
|
+
);
|
|
22
|
+
var _hoisted_3 = [_hoisted_2];
|
|
23
|
+
function render(_ctx, _cache) {
|
|
24
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
|
|
25
|
+
}
|
|
26
|
+
var PersonHistory = {
|
|
27
|
+
render
|
|
28
|
+
};
|
|
29
|
+
var index = function index2() {
|
|
30
|
+
return svg({
|
|
31
|
+
name: "IconPersonHistory",
|
|
32
|
+
component: PersonHistory
|
|
33
|
+
})();
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
index as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
var _hoisted_1 = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
11
|
+
"defs",
|
|
12
|
+
null,
|
|
13
|
+
[/* @__PURE__ */ createElementVNode("clipPath", {
|
|
14
|
+
id: "pushpin-solid_svg__a"
|
|
15
|
+
}, [/* @__PURE__ */ createElementVNode("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
"fill-opacity": "0",
|
|
18
|
+
d: "M0 0h16v16H0z"
|
|
19
|
+
})])],
|
|
20
|
+
-1
|
|
21
|
+
/* HOISTED */
|
|
22
|
+
);
|
|
23
|
+
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
24
|
+
"g",
|
|
25
|
+
{
|
|
26
|
+
"clip-path": "url(#pushpin-solid_svg__a)"
|
|
27
|
+
},
|
|
28
|
+
[/* @__PURE__ */ createElementVNode("mask", {
|
|
29
|
+
id: "pushpin-solid_svg__b",
|
|
30
|
+
"mask-type": "alpha",
|
|
31
|
+
maskUnits: "userSpaceOnUse",
|
|
32
|
+
x: "0",
|
|
33
|
+
y: "0",
|
|
34
|
+
width: "16",
|
|
35
|
+
height: "16"
|
|
36
|
+
}, [/* @__PURE__ */ createElementVNode("path", {
|
|
37
|
+
d: "M0 0h16v16H0z"
|
|
38
|
+
})]), /* @__PURE__ */ createElementVNode("g", {
|
|
39
|
+
mask: "url(#pushpin-solid_svg__b)"
|
|
40
|
+
}, [/* @__PURE__ */ createElementVNode("path", {
|
|
41
|
+
d: "M10.68 1.86c.42-.35 1.04-.32 1.42.06l1.97 1.97c.38.38.41 1 .06 1.41L11.3 8.66l.38.38c.38.38.4.97.08 1.39l-2.02 2.02c-.41.41-1.08.41-1.49 0l-2.01-2.01-3.32 3.33c-.2.2-.52.2-.71 0-.2-.19-.2-.51 0-.71l3.33-3.32-2.01-2.02c-.39-.38-.41-.99-.07-1.41l1.99-2c.41-.41 1.08-.41 1.49 0l.38.38 3.36-2.83Z"
|
|
42
|
+
})])],
|
|
43
|
+
-1
|
|
44
|
+
/* HOISTED */
|
|
45
|
+
);
|
|
46
|
+
var _hoisted_4 = [_hoisted_2, _hoisted_3];
|
|
47
|
+
function render(_ctx, _cache) {
|
|
48
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
|
|
49
|
+
}
|
|
50
|
+
var PushpinSolid = {
|
|
51
|
+
render
|
|
52
|
+
};
|
|
53
|
+
var index = function index2() {
|
|
54
|
+
return svg({
|
|
55
|
+
name: "IconPushpinSolid",
|
|
56
|
+
component: PushpinSolid
|
|
57
|
+
})();
|
|
58
|
+
};
|
|
59
|
+
export {
|
|
60
|
+
index as default
|
|
61
|
+
};
|
package/lib/pushpin.js
CHANGED
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
7
9
|
};
|
|
8
10
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
9
|
-
"
|
|
11
|
+
"defs",
|
|
12
|
+
null,
|
|
13
|
+
[/* @__PURE__ */ createElementVNode("clipPath", {
|
|
14
|
+
id: "pushpin_svg__a"
|
|
15
|
+
}, [/* @__PURE__ */ createElementVNode("path", {
|
|
16
|
+
d: "M0 0h16v16H0z"
|
|
17
|
+
})])],
|
|
18
|
+
-1
|
|
19
|
+
/* HOISTED */
|
|
20
|
+
);
|
|
21
|
+
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
22
|
+
"g",
|
|
10
23
|
{
|
|
11
|
-
|
|
12
|
-
d: "M7.1 3.9v1.3l.7.5 5 4 .7.6.9-.3c.7-.2 1.4-.3 2.1-.3.8 0 1.5.1 2.2.4.4.1.8.3 1.2.6l-4 4-1 1-.3.3-4 4c-.4-.7-.7-1.5-.8-2.3-.2-1.1-.1-2.2.2-3.3l.3-.9-.6-.7-4-5-.4-.7H4l3.1-3.2zm.4-2.4c-.2 0-.4.1-.6.2L1.8 6.9c-.4.3-.3.9.1 1.2.7.5 1.6.7 2.4.7h.1l4 5c-.9 2.7-.4 5.7 1.5 8 .2.2.4.3.6.3.2 0 .4-.1.6-.2L16 17l5.2 5.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1L17 15.9l4.8-4.8c.3-.3.3-.9-.1-1.2C20.3 8.6 18.4 8 16.5 8c-.9 0-1.8.1-2.6.4l-5-4c0-.9-.2-1.8-.7-2.6-.2-.2-.5-.3-.7-.3z"
|
|
24
|
+
"clip-path": "url(#pushpin_svg__a)"
|
|
13
25
|
},
|
|
14
|
-
|
|
26
|
+
[/* @__PURE__ */ createElementVNode("path", {
|
|
27
|
+
d: "M10.68 1.86c.42-.35 1.04-.32 1.42.06l1.97 1.97c.38.38.41 1 .06 1.41L11.3 8.66l.38.38c.38.38.4.97.08 1.39l-.08.09-1.93 1.93c-.41.41-1.08.41-1.49 0l-2.01-2.01-3.32 3.33c-.2.2-.52.2-.71 0-.2-.19-.2-.51 0-.71l3.33-3.32-2.01-2.02c-.39-.38-.41-.99-.07-1.41l.07-.07 1.92-1.93c.41-.41 1.08-.41 1.49 0l.38.38 3.35-2.83Zm.67.76L7.27 6.05 6.24 5.02a.048.048 0 0 0-.07 0L4.24 6.95c-.02.02-.02.05 0 .07l4.73 4.73c.02.01.05.01.07 0l1.93-1.93c.02-.02.02-.05 0-.07L9.94 8.72l3.42-4.06c.02-.02.02-.05 0-.07l-2.01-1.97Z"
|
|
28
|
+
})],
|
|
15
29
|
-1
|
|
16
30
|
/* HOISTED */
|
|
17
31
|
);
|
|
18
|
-
var
|
|
32
|
+
var _hoisted_4 = [_hoisted_2, _hoisted_3];
|
|
19
33
|
function render(_ctx, _cache) {
|
|
20
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(
|
|
34
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
|
|
21
35
|
}
|
|
22
36
|
var Pushpin = {
|
|
23
37
|
render
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-icon",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"type": "module",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@opentinyvue/vue-common": "~3.
|
|
31
|
-
"@opentinyvue/vue-theme": "~3.
|
|
30
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
31
|
+
"@opentinyvue/vue-theme": "~3.24.0"
|
|
32
32
|
},
|
|
33
33
|
"module": "./index.js",
|
|
34
34
|
"types": "index.d.ts",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}>, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}>, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>>;
|
|
4
|
+
export default _default;
|