@opentinyvue/vue-icon 2.22.2 → 2.23.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 +5 -1
- package/index.js +814 -804
- package/lib/checked-sur.js +1 -1
- package/lib/fullscreen-right.js +21 -5
- package/lib/halfselect.js +1 -1
- package/lib/minscreen-right.js +21 -3
- package/lib/person-history.js +34 -0
- package/lib/pushpin-solid.js +65 -0
- package/lib/pushpin.js +22 -7
- package/package.json +3 -3
- package/src/person-history/index.d.ts +2 -0
- package/src/pushpin-solid/index.d.ts +2 -0
package/lib/checked-sur.js
CHANGED
|
@@ -14,7 +14,7 @@ var render = function render2() {
|
|
|
14
14
|
}, _vm.$listeners), [_c("path", {
|
|
15
15
|
attrs: {
|
|
16
16
|
"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",
|
|
17
|
-
"fill": "
|
|
17
|
+
"fill": "currentColor",
|
|
18
18
|
"fill-rule": "evenodd"
|
|
19
19
|
}
|
|
20
20
|
}), _c("path", {
|
package/lib/fullscreen-right.js
CHANGED
|
@@ -5,16 +5,32 @@ var render = function render2() {
|
|
|
5
5
|
var _c = _vm._self._c || _h;
|
|
6
6
|
return _c("svg", _vm._g({
|
|
7
7
|
attrs: {
|
|
8
|
+
"width": "16",
|
|
9
|
+
"height": "16",
|
|
8
10
|
"viewBox": "0 0 16 16",
|
|
11
|
+
"fill": "none",
|
|
9
12
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
10
13
|
}
|
|
11
|
-
}, _vm.$listeners), [_c("
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
12
15
|
attrs: {
|
|
13
|
-
"
|
|
14
|
-
"clip-rule": "evenodd",
|
|
15
|
-
"fill-rule": "evenodd"
|
|
16
|
+
"id": "fullscreen-right_svg__a"
|
|
16
17
|
}
|
|
17
|
-
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#fff",
|
|
21
|
+
"fill-opacity": "0",
|
|
22
|
+
"d": "M0 0h16v16H0z"
|
|
23
|
+
}
|
|
24
|
+
})])]), _c("g", {
|
|
25
|
+
attrs: {
|
|
26
|
+
"clip-path": "url(#fullscreen-right_svg__a)"
|
|
27
|
+
}
|
|
28
|
+
}, [_c("path", {
|
|
29
|
+
attrs: {
|
|
30
|
+
"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",
|
|
31
|
+
"fill": "#191919"
|
|
32
|
+
}
|
|
33
|
+
})])]);
|
|
18
34
|
};
|
|
19
35
|
var FullscreenRight = {
|
|
20
36
|
render
|
package/lib/halfselect.js
CHANGED
|
@@ -14,7 +14,7 @@ var render = function render2() {
|
|
|
14
14
|
}, _vm.$listeners), [_c("path", {
|
|
15
15
|
attrs: {
|
|
16
16
|
"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",
|
|
17
|
-
"fill": "
|
|
17
|
+
"fill": "currentColor",
|
|
18
18
|
"fill-rule": "evenodd"
|
|
19
19
|
}
|
|
20
20
|
}), _c("path", {
|
package/lib/minscreen-right.js
CHANGED
|
@@ -5,14 +5,32 @@ var render = function render2() {
|
|
|
5
5
|
var _c = _vm._self._c || _h;
|
|
6
6
|
return _c("svg", _vm._g({
|
|
7
7
|
attrs: {
|
|
8
|
+
"width": "16",
|
|
9
|
+
"height": "16",
|
|
8
10
|
"viewBox": "0 0 16 16",
|
|
11
|
+
"fill": "none",
|
|
9
12
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
10
13
|
}
|
|
11
|
-
}, _vm.$listeners), [_c("
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
12
15
|
attrs: {
|
|
13
|
-
"
|
|
16
|
+
"id": "minscreen-right_svg__a"
|
|
14
17
|
}
|
|
15
|
-
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#fff",
|
|
21
|
+
"fill-opacity": "0",
|
|
22
|
+
"d": "M0 0h16v16H0z"
|
|
23
|
+
}
|
|
24
|
+
})])]), _c("g", {
|
|
25
|
+
attrs: {
|
|
26
|
+
"clip-path": "url(#minscreen-right_svg__a)"
|
|
27
|
+
}
|
|
28
|
+
}, [_c("path", {
|
|
29
|
+
attrs: {
|
|
30
|
+
"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",
|
|
31
|
+
"fill": "#191919"
|
|
32
|
+
}
|
|
33
|
+
})])]);
|
|
16
34
|
};
|
|
17
35
|
var MinscreenRight = {
|
|
18
36
|
render
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"width": "22.998",
|
|
9
|
+
"height": "23",
|
|
10
|
+
"viewBox": "0 0 22.998 23",
|
|
11
|
+
"fill": "none",
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("path", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"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",
|
|
17
|
+
"clip-rule": "evenodd",
|
|
18
|
+
"fill": "#191919",
|
|
19
|
+
"fill-rule": "evenodd"
|
|
20
|
+
}
|
|
21
|
+
})]);
|
|
22
|
+
};
|
|
23
|
+
var PersonHistory = {
|
|
24
|
+
render
|
|
25
|
+
};
|
|
26
|
+
var index = function index2() {
|
|
27
|
+
return svg({
|
|
28
|
+
name: "IconPersonHistory",
|
|
29
|
+
component: PersonHistory
|
|
30
|
+
})();
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
index as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"width": "16",
|
|
9
|
+
"height": "16",
|
|
10
|
+
"viewBox": "0 0 16 16",
|
|
11
|
+
"fill": "none",
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"id": "pushpin-solid_svg__a"
|
|
17
|
+
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#fff",
|
|
21
|
+
"fill-opacity": "0",
|
|
22
|
+
"d": "M0 0h16v16H0z"
|
|
23
|
+
}
|
|
24
|
+
})])]), _c("g", {
|
|
25
|
+
attrs: {
|
|
26
|
+
"clip-path": "url(#pushpin-solid_svg__a)"
|
|
27
|
+
}
|
|
28
|
+
}, [_c("mask", {
|
|
29
|
+
attrs: {
|
|
30
|
+
"id": "pushpin-solid_svg__b",
|
|
31
|
+
"mask-type": "alpha",
|
|
32
|
+
"maskUnits": "userSpaceOnUse",
|
|
33
|
+
"x": "0",
|
|
34
|
+
"y": "0",
|
|
35
|
+
"width": "16",
|
|
36
|
+
"height": "16"
|
|
37
|
+
}
|
|
38
|
+
}, [_c("path", {
|
|
39
|
+
attrs: {
|
|
40
|
+
"fill": "#000",
|
|
41
|
+
"d": "M0 0h16v16H0z"
|
|
42
|
+
}
|
|
43
|
+
})]), _c("g", {
|
|
44
|
+
attrs: {
|
|
45
|
+
"mask": "url(#pushpin-solid_svg__b)"
|
|
46
|
+
}
|
|
47
|
+
}, [_c("path", {
|
|
48
|
+
attrs: {
|
|
49
|
+
"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",
|
|
50
|
+
"fill": "#191919"
|
|
51
|
+
}
|
|
52
|
+
})])])]);
|
|
53
|
+
};
|
|
54
|
+
var PushpinSolid = {
|
|
55
|
+
render
|
|
56
|
+
};
|
|
57
|
+
var index = function index2() {
|
|
58
|
+
return svg({
|
|
59
|
+
name: "IconPushpinSolid",
|
|
60
|
+
component: PushpinSolid
|
|
61
|
+
})();
|
|
62
|
+
};
|
|
63
|
+
export {
|
|
64
|
+
index as default
|
|
65
|
+
};
|
package/lib/pushpin.js
CHANGED
|
@@ -5,16 +5,31 @@ var render = function render2() {
|
|
|
5
5
|
var _c = _vm._self._c || _h;
|
|
6
6
|
return _c("svg", _vm._g({
|
|
7
7
|
attrs: {
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
8
|
+
"width": "16",
|
|
9
|
+
"height": "16",
|
|
10
|
+
"viewBox": "0 0 16 16",
|
|
11
|
+
"fill": "none",
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
11
13
|
}
|
|
12
|
-
}, _vm.$listeners), [_c("
|
|
13
|
-
staticClass: "pushpin_svg__st0",
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
14
15
|
attrs: {
|
|
15
|
-
"
|
|
16
|
+
"id": "pushpin_svg__a"
|
|
16
17
|
}
|
|
17
|
-
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#191919",
|
|
21
|
+
"d": "M0 0h16v16H0z"
|
|
22
|
+
}
|
|
23
|
+
})])]), _c("g", {
|
|
24
|
+
attrs: {
|
|
25
|
+
"clip-path": "url(#pushpin_svg__a)"
|
|
26
|
+
}
|
|
27
|
+
}, [_c("path", {
|
|
28
|
+
attrs: {
|
|
29
|
+
"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",
|
|
30
|
+
"fill": "#191919"
|
|
31
|
+
}
|
|
32
|
+
})])]);
|
|
18
33
|
};
|
|
19
34
|
var Pushpin = {
|
|
20
35
|
render
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-icon",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.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": "~2.
|
|
31
|
-
"@opentinyvue/vue-theme": "~3.
|
|
30
|
+
"@opentinyvue/vue-common": "~2.23.0",
|
|
31
|
+
"@opentinyvue/vue-theme": "~3.23.0"
|
|
32
32
|
},
|
|
33
33
|
"module": "./index.js",
|
|
34
34
|
"types": "index.d.ts",
|