@opentinyvue/vue-icon 3.22.0 → 3.22.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/index.d.ts +5 -1
- package/index.js +236 -231
- package/lib/check.js +9 -3
- package/lib/checked-sur.js +9 -3
- package/lib/ellipsis.js +1 -3
- package/lib/error.js +11 -10
- package/lib/grid-no-data.js +26 -0
- package/lib/halfselect.js +9 -3
- package/lib/help.js +11 -10
- package/lib/success.js +11 -10
- package/lib/warning-triangle.js +11 -10
- package/lib/warning.js +11 -10
- package/package.json +1 -1
- package/src/grid-no-data/index.d.ts +4 -0
package/lib/check.js
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
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
|
"path",
|
|
9
12
|
{
|
|
10
|
-
d: "
|
|
11
|
-
fill: "#
|
|
13
|
+
d: "M16 4c0-2-2-4-4-4H4C2 0 0 2 0 4v8c0 2 2 4 4 4h8c2 0 4-2 4-4V4Z",
|
|
14
|
+
fill: "#fff",
|
|
15
|
+
"fill-rule": "evenodd"
|
|
12
16
|
},
|
|
13
17
|
null,
|
|
14
18
|
-1
|
|
@@ -17,7 +21,9 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
17
21
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
18
22
|
"path",
|
|
19
23
|
{
|
|
20
|
-
d: "
|
|
24
|
+
d: "M16 4c0-2.21-1.8-4-4-4H4C1.79 0 0 1.79 0 4v8c0 2.2 1.79 4 4 4h8c2.2 0 4-1.8 4-4V4Zm-1 0c0-1.66-1.35-3-3-3H4C2.34 1 1 2.34 1 4v8c0 1.65 1.34 3 3 3h8c1.65 0 3-1.35 3-3V4Z",
|
|
25
|
+
fill: "#191919",
|
|
26
|
+
"fill-rule": "evenodd"
|
|
21
27
|
},
|
|
22
28
|
null,
|
|
23
29
|
-1
|
package/lib/checked-sur.js
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
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
|
"path",
|
|
9
12
|
{
|
|
10
|
-
d: "
|
|
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: "#191919",
|
|
15
|
+
"fill-rule": "evenodd"
|
|
11
16
|
},
|
|
12
17
|
null,
|
|
13
18
|
-1
|
|
@@ -16,8 +21,9 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
16
21
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
17
22
|
"path",
|
|
18
23
|
{
|
|
19
|
-
d: "
|
|
20
|
-
fill: "#FFF"
|
|
24
|
+
d: "M13.25 5.17 7.26 11.6c-.29.29-.58.3-.86.02L2.76 8.03a.6.6 0 0 1-.01-.85c.24-.24.61-.24.85 0l3.2 3.15 5.57-5.98a.6.6 0 0 1 .85-.02c.24.22.26.6.03.84Z",
|
|
25
|
+
fill: "#FFF",
|
|
26
|
+
"fill-rule": "evenodd"
|
|
21
27
|
},
|
|
22
28
|
null,
|
|
23
29
|
-1
|
package/lib/ellipsis.js
CHANGED
|
@@ -10,9 +10,7 @@ var _hoisted_1 = {
|
|
|
10
10
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
11
11
|
"path",
|
|
12
12
|
{
|
|
13
|
-
d: "M2.55 7.96v.08c.02.65.55 1.16 1.2 1.16.66 0 1.2-.53 1.2-1.2 0-.66-.54-1.2-1.2-1.2-.65 0-1.18.52-1.2 1.16ZM6.79 8.01c0 .66.53 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.67 0-1.2.53-1.2 1.2ZM11.03 7.96v.08c.02.64.55 1.16 1.2 1.16.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.65 0-1.18.51-1.2 1.16Z"
|
|
14
|
-
fill: "#191919",
|
|
15
|
-
"fill-rule": "evenodd"
|
|
13
|
+
d: "M2.55 7.96v.08c.02.65.55 1.16 1.2 1.16.66 0 1.2-.53 1.2-1.2 0-.66-.54-1.2-1.2-1.2-.65 0-1.18.52-1.2 1.16ZM6.79 8.01c0 .66.53 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.67 0-1.2.53-1.2 1.2ZM11.03 7.96v.08c.02.64.55 1.16 1.2 1.16.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.65 0-1.18.51-1.2 1.16Z"
|
|
16
14
|
},
|
|
17
15
|
null,
|
|
18
16
|
-1
|
package/lib/error.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "路径",
|
|
12
|
+
d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-error-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M10.62 4.9c.13 0 .24.05.34.14.09.09.14.2.14.34s-.05.24-.14.34L8.67 8.01l2.29 2.29c.09.09.14.2.14.34a.476.476 0 0 1-.48.48c-.14 0-.24-.05-.34-.14L7.99 8.69 5.7 10.98c-.09.09-.2.14-.34.14a.476.476 0 0 1-.48-.48c0-.14.05-.24.14-.34l2.29-2.29-2.29-2.29c-.09-.09-.14-.2-.14-.34a.476.476 0 0 1 .48-.48c.14 0 .24.05.34.14l2.29 2.29 2.29-2.29c.09-.09.2-.14.34-.14Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
import { createElementBlock, openBlock, createStaticVNode } from "vue";
|
|
3
|
+
var _hoisted_1 = {
|
|
4
|
+
width: "80",
|
|
5
|
+
height: "80",
|
|
6
|
+
viewBox: "0 0 80 80",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<path fill="none" d="M0 0h80v80H0z"></path><path d="M12.5 24.87h57.18c2.1 0 3.82 1.71 3.82 3.82V70.1c0 2.08-1.69 3.77-3.77 3.77H16.26c-2.08 0-3.76-1.69-3.76-3.77V24.87Z" fill="var(--tv-color-no-data-gary-1)" fill-rule="evenodd"></path><path d="M8.81 25.37H56.5V70.1c0 2.08-1.69 3.77-3.77 3.77H11.26c-2.08 0-3.76-1.79-3.76-3.87V39.5h-7c0-.73 7.59-14.13 8.31-14.13Z" fill="var(--tv-color-no-data-gary-2)" fill-rule="evenodd"></path><path d="M56.29 25.37h13.8c.68 0 1.51-.13 1.85.47l6.77 12.13c.26.45.74 1.15.29 1.4-.15.08-.95 0-1.11 0H66.22c-1.42 0-2.71-.79-3.36-2.05l-6.57-11.95Z" fill="var(--tv-color-no-data-gary-2)" fill-rule="evenodd"></path><path d="M73.61 39.39v30.67c0 2.17-1.76 3.93-3.94 3.93H52.59v-.87h17.08c1.7 0 3.07-1.37 3.07-3.06V39.39h.87Z" fill="var(--tv-color-no-data-border)"></path><path d="M56.92 25v45.06a3.94 3.94 0 0 1-3.94 3.93H10.94A3.94 3.94 0 0 1 7 70.06V39.39h.88v30.67a3.06 3.06 0 0 0 3.06 3.06h42.04a3.06 3.06 0 0 0 3.06-3.06V25.87H10.67V25h46.25Z" fill="var(--tv-color-no-data-border)"></path><path d="M9.43 25c-.6 0-1.15.31-1.46.82L.13 38.64c-.26.42-.13.96.27 1.22.14.09.3.14.46.14h44.82c1.17 0 2.26-.61 2.9-1.62L57.04 25H9.43Zm.22 1h45.52l-7.52 11.81c-.47.74-1.28 1.19-2.14 1.19H1.17l7.75-12.6c.16-.25.43-.4.73-.4Z" fill="var(--tv-color-no-data-border)"></path><path d="M70.75 25c.56 0 1.08.3 1.39.8l7.72 12.72c.25.41.14.95-.25 1.21-.13.09-.28.14-.44.14H66.14c-1.17 0-2.25-.66-2.85-1.73L55.98 25h14.77Zm-.03 1H57.79l6.39 11.71c.43.8 1.22 1.29 2.08 1.29h12.63L71.4 26.39a.802.802 0 0 0-.68-.39Z" fill="var(--tv-color-no-data-border)"></path><rect x="13.5" y="56" rx="1.886" width="14" height="4" fill="var(--tv-color-no-data-brand)"></rect><path d="M23.56 63c.24 0 .44.22.44.5 0 .27-.2.5-.44.5h-9.63c-.24 0-.43-.23-.43-.5 0-.28.19-.5.43-.5h9.63Z" fill="var(--tv-color-no-data-border)"></path><rect x="13.5" y="66" rx=".5" width="5" height="1" fill="var(--tv-color-no-data-border)"></rect><path d="M40 6c.27 0 .5.19.5.44v6.16c0 .25-.23.44-.5.44-.28 0-.51-.19-.51-.44V6.44c0-.25.23-.44.51-.44ZM56.55 8.64c.24.14.34.42.21.63l-3.08 5.34c-.12.21-.42.27-.66.13-.24-.14-.33-.42-.21-.63l3.08-5.34c.12-.21.42-.27.66-.13ZM23.44 8.64c.24-.14.54-.08.66.13l3.08 5.34c.12.21.03.49-.21.63s-.54.08-.66-.13l-3.08-5.34c-.13-.21-.03-.49.21-.63Z" fill="var(--tv-color-no-data-border)"></path>', 12);
|
|
11
|
+
var _hoisted_14 = [_hoisted_2];
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_14));
|
|
14
|
+
}
|
|
15
|
+
var NoData = {
|
|
16
|
+
render
|
|
17
|
+
};
|
|
18
|
+
var index = function index2() {
|
|
19
|
+
return svg({
|
|
20
|
+
name: "IconGridNoData",
|
|
21
|
+
component: NoData
|
|
22
|
+
})();
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
index as default
|
|
26
|
+
};
|
package/lib/halfselect.js
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
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
|
"path",
|
|
9
12
|
{
|
|
10
|
-
d: "
|
|
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: "#191919",
|
|
15
|
+
"fill-rule": "evenodd"
|
|
11
16
|
},
|
|
12
17
|
null,
|
|
13
18
|
-1
|
|
@@ -16,8 +21,9 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
16
21
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
17
22
|
"path",
|
|
18
23
|
{
|
|
19
|
-
d: "
|
|
20
|
-
fill: "#FFF"
|
|
24
|
+
d: "M6 5h4c.55 0 1 .44 1 1v4c0 .55-.45 1-1 1H6c-.56 0-1-.45-1-1V6c0-.56.44-1 1-1Z",
|
|
25
|
+
fill: "#FFF",
|
|
26
|
+
"fill-rule": "evenodd"
|
|
21
27
|
},
|
|
22
28
|
null,
|
|
23
29
|
-1
|
package/lib/help.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "路径",
|
|
12
|
+
d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-icon-control-active)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M7.93 5.71c-.47 0-.87-.39-.87-.87s.4-.84.87-.84.85.38.85.86-.38.85-.85.85Zm-.6 6.79c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h.3v-4h-.08c-.25 0-.45-.18-.49-.41V7c0-.28.22-.5.49-.5h1.08v5h.3c.28 0 .5.22.5.5s-.22.5-.5.5h-1.6Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/lib/success.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "路径",
|
|
12
|
+
d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-success-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M10.38 5.97c.18-.16.46-.16.63 0a.5.5 0 0 1 0 .65L7.73 9.9c-.18.17-.4.26-.63.26s-.46-.09-.65-.26L4.97 8.42a.487.487 0 0 1 0-.64c.18-.16.46-.16.64 0l1.48 1.48 3.28-3.28Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/lib/warning-triangle.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "三角形",
|
|
12
|
+
d: "m8.84 1.5 6.04 11.13c.25.45.07 1.02-.39 1.26-.14.08-.29.12-.45.12H1.95c-.53 0-.95-.42-.95-.94 0-.16.03-.31.11-.44L7.15 1.5c.25-.46.83-.63 1.29-.38.17.08.31.22.4.38Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-warn-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M8 12.01a.749.749 0 1 1 0-1.5c.42 0 .75.33.75.75s-.34.75-.75.75Zm0-7c.28 0 .5.22.5.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5c0-.28.22-.5.5-.5Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/lib/warning.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "三角形",
|
|
12
|
+
d: "m8.84 1.5 6.04 11.13c.25.45.07 1.02-.39 1.26-.14.08-.29.12-.45.12H1.95c-.53 0-.95-.42-.95-.94 0-.16.03-.31.11-.44L7.15 1.5c.25-.46.83-.63 1.29-.38.17.08.31.22.4.38Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-warn-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M8 12.01a.749.749 0 1 1 0-1.5c.42 0 .75.33.75.75s-.34.75-.75.75Zm0-7c.28 0 .5.22.5.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5c0-.28.22-.5.5-.5Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-icon",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.2",
|
|
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",
|
|
@@ -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;
|