@codemonster-ru/vueiconify 0.7.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/LICENSE.md +21 -0
- package/dist/index.css +1 -0
- package/dist/index.ts.mjs +344 -0
- package/dist/index.ts.umd.js +2 -0
- package/dist/lib/components/bars.vue.d.ts +2 -0
- package/dist/lib/components/check.vue.d.ts +2 -0
- package/dist/lib/components/chevronDown.vue.d.ts +2 -0
- package/dist/lib/components/chevronLeft.vue.d.ts +2 -0
- package/dist/lib/components/chevronRight.vue.d.ts +2 -0
- package/dist/lib/components/chevronUp.vue.d.ts +2 -0
- package/dist/lib/components/circleHalf.vue.d.ts +2 -0
- package/dist/lib/components/circleNotch.vue.d.ts +2 -0
- package/dist/lib/components/house.vue.d.ts +2 -0
- package/dist/lib/components/icon.vue.d.ts +25 -0
- package/dist/lib/components/magnifyingGlass.vue.d.ts +2 -0
- package/dist/lib/components/moon.vue.d.ts +2 -0
- package/dist/lib/components/rotateRight.vue.d.ts +2 -0
- package/dist/lib/components/sun.vue.d.ts +2 -0
- package/dist/lib/components/user.vue.d.ts +2 -0
- package/dist/lib/icons.json.d.ts +20 -0
- package/dist/lib/index.d.ts +29 -0
- package/package.json +56 -0
- package/readme.md +7 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024-present Kirill Kolesnikov
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.cm-icon_animations_spin[data-v-e8b1cecb]{animation-name:cm-spin-e8b1cecb;animation-delay:0s;animation-duration:2s;animation-direction:normal;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes cm-spin-e8b1cecb{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
import { openBlock as n, createElementBlock as l, createStaticVNode as h, createElementVNode as o, defineComponent as _, computed as f, defineAsyncComponent as a, createBlock as d, resolveDynamicComponent as v, normalizeClass as g } from "vue";
|
|
2
|
+
import './index.css';const r = (t, e) => {
|
|
3
|
+
const i = t.__vccOpts || t;
|
|
4
|
+
for (const [c, s] of e)
|
|
5
|
+
i[c] = s;
|
|
6
|
+
return i;
|
|
7
|
+
}, m = {}, p = {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 512 512",
|
|
10
|
+
fill: "none",
|
|
11
|
+
width: "16",
|
|
12
|
+
height: "16"
|
|
13
|
+
};
|
|
14
|
+
function w(t, e) {
|
|
15
|
+
return n(), l("svg", p, e[0] || (e[0] = [
|
|
16
|
+
h('<circle fill="currentColor" cx="256" cy="256" r="128"></circle><rect fill="currentColor" y="240.03" width="96" height="31.94"></rect><rect fill="currentColor" x="416" y="240.03" width="96" height="31.94"></rect><rect fill="currentColor" x="239.95" width="32.1" height="96"></rect><polygon fill="currentColor" points="240 416 272 416 272 512 240.06 512 240 416"></polygon><rect fill="currentColor" x="93.09" y="60.96" width="31.94" height="96" transform="translate(-45.1 109.03) rotate(-45)"></rect><rect fill="currentColor" x="355.02" y="92.75" width="96" height="32.1" transform="translate(41.11 316.85) rotate(-45)"></rect><polygon fill="currentColor" points="357.08 380.39 379.71 357.76 447.59 425.65 425 448.23 357.08 380.39"></polygon><polygon fill="currentColor" points="131.75 357.04 154.37 379.67 86.49 447.55 63.9 424.96 131.75 357.04"></polygon>', 9)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const C = /* @__PURE__ */ r(m, [["render", w]]), b = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20
|
+
__proto__: null,
|
|
21
|
+
default: C
|
|
22
|
+
}, Symbol.toStringTag, { value: "Module" })), y = {}, $ = {
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
viewBox: "0 0 512 512",
|
|
25
|
+
fill: "none",
|
|
26
|
+
width: "16",
|
|
27
|
+
height: "16"
|
|
28
|
+
};
|
|
29
|
+
function x(t, e) {
|
|
30
|
+
return n(), l("svg", $, e[0] || (e[0] = [
|
|
31
|
+
o("path", {
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
d: "m352,448c-123.71,0-224-100.29-224-224,0-107.81,76.16-197.81,177.61-219.18-16.05-3.15-32.64-4.82-49.61-4.82C114.62,0,0,114.62,0,256s114.62,256,256,256c75.54,0,143.44-32.73,190.3-84.77-28.66,13.32-60.61,20.77-94.3,20.77Z"
|
|
34
|
+
}, null, -1)
|
|
35
|
+
]));
|
|
36
|
+
}
|
|
37
|
+
const S = /* @__PURE__ */ r(y, [["render", x]]), O = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
38
|
+
__proto__: null,
|
|
39
|
+
default: S
|
|
40
|
+
}, Symbol.toStringTag, { value: "Module" })), P = {}, j = {
|
|
41
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
+
viewBox: "0 0 512 512",
|
|
43
|
+
fill: "none",
|
|
44
|
+
width: "16",
|
|
45
|
+
height: "16"
|
|
46
|
+
};
|
|
47
|
+
function M(t, e) {
|
|
48
|
+
return n(), l("svg", j, e[0] || (e[0] = [
|
|
49
|
+
o("path", {
|
|
50
|
+
fill: "currentColor",
|
|
51
|
+
d: "M32,160h448c32.5,0,31.5-32,31.5-32s0-32-31.5-32H32c-32.5,0-31.5,32-31.5,32S-0.5,160,32,160z"
|
|
52
|
+
}, null, -1),
|
|
53
|
+
o("path", {
|
|
54
|
+
fill: "currentColor",
|
|
55
|
+
d: "M32,288h448c32.5,0,31.5-32,31.5-32s0-32-31.5-32H32c-32.5,0-31.5,32-31.5,32S-0.5,288,32,288z"
|
|
56
|
+
}, null, -1),
|
|
57
|
+
o("path", {
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
d: "M32,415.5h448c32.5,0,31.5-32,31.5-32s0-32-31.5-32H32c-32.5,0-31.5,32-31.5,32S-0.5,415.5,32,415.5z"
|
|
60
|
+
}, null, -1)
|
|
61
|
+
]));
|
|
62
|
+
}
|
|
63
|
+
const z = /* @__PURE__ */ r(P, [["render", M]]), B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
64
|
+
__proto__: null,
|
|
65
|
+
default: z
|
|
66
|
+
}, Symbol.toStringTag, { value: "Module" })), T = {}, I = {
|
|
67
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
68
|
+
viewBox: "0 0 512 512",
|
|
69
|
+
fill: "none",
|
|
70
|
+
width: "16",
|
|
71
|
+
height: "16"
|
|
72
|
+
};
|
|
73
|
+
function L(t, e) {
|
|
74
|
+
return n(), l("svg", I, e[0] || (e[0] = [
|
|
75
|
+
o("path", {
|
|
76
|
+
fill: "currentColor",
|
|
77
|
+
d: "m33,512h447c21.33,1,32-10.67,32-35,0-128-106.67-189-192-189h-128C106.67,288,0,352,0,480c-.11,21.99,11.33,32.21,33,32Z"
|
|
78
|
+
}, null, -1),
|
|
79
|
+
o("circle", {
|
|
80
|
+
fill: "currentColor",
|
|
81
|
+
cx: "256",
|
|
82
|
+
cy: "127",
|
|
83
|
+
r: "127"
|
|
84
|
+
}, null, -1)
|
|
85
|
+
]));
|
|
86
|
+
}
|
|
87
|
+
const Z = /* @__PURE__ */ r(T, [["render", L]]), k = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
88
|
+
__proto__: null,
|
|
89
|
+
default: Z
|
|
90
|
+
}, Symbol.toStringTag, { value: "Module" })), R = {}, H = {
|
|
91
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
92
|
+
viewBox: "0 0 512 512",
|
|
93
|
+
fill: "none",
|
|
94
|
+
width: "16",
|
|
95
|
+
height: "16"
|
|
96
|
+
};
|
|
97
|
+
function N(t, e) {
|
|
98
|
+
return n(), l("svg", H, e[0] || (e[0] = [
|
|
99
|
+
o("path", {
|
|
100
|
+
fill: "currentColor",
|
|
101
|
+
d: "m220.45,16.12c18.29-17.75,38.39-24.95,64,0l208.5,192.5c20.88,21.19,15,47-17,47l-31.5.5v224c.04,21.44-10.88,32.07-32.32,32.32h-63.85c-21.36-.51-31.86-11.38-32.07-32.07v-128.25c.21-21.63-10.58-32.08-31.88-31.88h-63.88c-21.48-.1-32.04,10.63-31.94,31.94v127.94c-.11,21.25-10.59,31.95-31.77,31.77h-64c-22.05.21-32.5-10.69-32.03-32.03v-223.74l-31.76-.5c-33,0-37-26.88-16-47L220.45,16.12Z"
|
|
102
|
+
}, null, -1)
|
|
103
|
+
]));
|
|
104
|
+
}
|
|
105
|
+
const D = /* @__PURE__ */ r(R, [["render", N]]), U = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
106
|
+
__proto__: null,
|
|
107
|
+
default: D
|
|
108
|
+
}, Symbol.toStringTag, { value: "Module" })), G = {}, E = {
|
|
109
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
110
|
+
viewBox: "0 0 512 512",
|
|
111
|
+
fill: "none",
|
|
112
|
+
width: "16",
|
|
113
|
+
height: "16"
|
|
114
|
+
};
|
|
115
|
+
function V(t, e) {
|
|
116
|
+
return n(), l("svg", E, e[0] || (e[0] = [
|
|
117
|
+
o("path", {
|
|
118
|
+
fill: "currentColor",
|
|
119
|
+
d: "m496.36,59.31c15.08-15.08,15.08-32.92,0-48s-24.92-15.08-40,0L192.33,275.63,56.57,139.87c-15.08-15.08-30.17-15.09-45.25,0-15.08,15.08-15.09,30.17,0,45.25l158.39,158.39c15.08,15.08,30.17,15.09,45.25,0L496.36,59.31Z"
|
|
120
|
+
}, null, -1)
|
|
121
|
+
]));
|
|
122
|
+
}
|
|
123
|
+
const q = /* @__PURE__ */ r(G, [["render", V]]), A = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
124
|
+
__proto__: null,
|
|
125
|
+
default: q
|
|
126
|
+
}, Symbol.toStringTag, { value: "Module" })), F = {}, J = {
|
|
127
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
128
|
+
viewBox: "0 0 512 512",
|
|
129
|
+
fill: "none",
|
|
130
|
+
width: "16",
|
|
131
|
+
height: "16"
|
|
132
|
+
};
|
|
133
|
+
function K(t, e) {
|
|
134
|
+
return n(), l("svg", J, e[0] || (e[0] = [
|
|
135
|
+
o("g", null, [
|
|
136
|
+
o("path", { d: "m256,507c-67.04,0-130.08-26.11-177.48-73.52S5,323.04,5,256,31.11,125.92,78.52,78.52,188.96,5,256,5s130.08,26.11,177.48,73.52,73.52,110.44,73.52,177.48-26.11,130.08-73.52,177.48-110.44,73.52-177.48,73.52Z" }),
|
|
137
|
+
o("path", {
|
|
138
|
+
fill: "currentColor",
|
|
139
|
+
d: "m256,10c33.21,0,65.43,6.5,95.75,19.33,29.29,12.39,55.6,30.13,78.2,52.72s40.33,48.9,52.72,78.2c12.82,30.32,19.33,62.54,19.33,95.75s-6.5,65.43-19.33,95.75c-12.39,29.29-30.13,55.6-52.72,78.2s-48.9,40.33-78.2,52.72c-30.32,12.82-62.54,19.33-95.75,19.33s-65.43-6.5-95.75-19.33c-29.29-12.39-55.6-30.13-78.2-52.72s-40.33-48.9-52.72-78.2c-12.82-30.32-19.33-62.54-19.33-95.75s6.5-65.43,19.33-95.75c12.39-29.29,30.13-55.6,52.72-78.2s48.9-40.33,78.2-52.72c30.32-12.82,62.54-19.33,95.75-19.33m0-10C114.62,0,0,114.62,0,256s114.62,256,256,256,256-114.62,256-256S397.38,0,256,0h0Z"
|
|
140
|
+
})
|
|
141
|
+
], -1),
|
|
142
|
+
o("path", {
|
|
143
|
+
fill: "currentColor",
|
|
144
|
+
d: "m257.5,9.5v495C102.44,488.3,21.16,410.81,8.5,248.5,16.5,128.5,98.26,27.89,257.5,9.5Z"
|
|
145
|
+
}, null, -1)
|
|
146
|
+
]));
|
|
147
|
+
}
|
|
148
|
+
const Q = /* @__PURE__ */ r(F, [["render", K]]), W = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
149
|
+
__proto__: null,
|
|
150
|
+
default: Q
|
|
151
|
+
}, Symbol.toStringTag, { value: "Module" })), X = {}, Y = {
|
|
152
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
153
|
+
viewBox: "0 0 512 512",
|
|
154
|
+
fill: "none",
|
|
155
|
+
width: "16",
|
|
156
|
+
height: "16"
|
|
157
|
+
};
|
|
158
|
+
function e1(t, e) {
|
|
159
|
+
return n(), l("svg", Y, e[0] || (e[0] = [
|
|
160
|
+
o("path", {
|
|
161
|
+
fill: "currentColor",
|
|
162
|
+
d: "m256,480c-119.85,0-217.71-94.12-223.71-212.48C25.72,137.84,131.42,29.08,261.23,32.06c58.54,1.34,111.52,25.16,150.69,63.15.02.02.06.02.08,0l22.54-22.54s.02-.06,0-.08C384.4,23.77,314.35-4.69,237.7.64,111.85,9.39,10.68,109.56.81,235.33c-11.82,150.71,106.97,276.67,255.19,276.67,94.72,0,197.27-90.53,208-112,8-16-16-24-24.17-16-17.03,16.67-107.72,96-183.83,96Z"
|
|
163
|
+
}, null, -1),
|
|
164
|
+
o("path", {
|
|
165
|
+
fill: "currentColor",
|
|
166
|
+
d: "m487,139.34V43.37c0-10.38-12.55-15.58-19.9-8.24l-95.97,95.97c-7.34,7.34-2.14,19.9,8.24,19.9h95.97c6.44,0,11.66-5.22,11.66-11.66Z"
|
|
167
|
+
}, null, -1)
|
|
168
|
+
]));
|
|
169
|
+
}
|
|
170
|
+
const t1 = /* @__PURE__ */ r(X, [["render", e1]]), o1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
171
|
+
__proto__: null,
|
|
172
|
+
default: t1
|
|
173
|
+
}, Symbol.toStringTag, { value: "Module" })), n1 = {}, r1 = {
|
|
174
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
175
|
+
viewBox: "0 0 512 512",
|
|
176
|
+
fill: "none",
|
|
177
|
+
width: "16",
|
|
178
|
+
height: "16"
|
|
179
|
+
};
|
|
180
|
+
function l1(t, e) {
|
|
181
|
+
return n(), l("svg", r1, e[0] || (e[0] = [
|
|
182
|
+
o("path", {
|
|
183
|
+
fill: "currentColor",
|
|
184
|
+
d: "M279.6 158.3l168.1 168.1c16.1 16.1-.1 32.5-.1 32.5s-16 15.4-31.9-.5L256.1 198.8l-160 160c-16 16-31.5-.5-31.5-.5s-16.5-15.5-.5-31.5l168.5-168.5c16-16 31-16 47 0z"
|
|
185
|
+
}, null, -1)
|
|
186
|
+
]));
|
|
187
|
+
}
|
|
188
|
+
const c1 = /* @__PURE__ */ r(n1, [["render", l1]]), s1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
189
|
+
__proto__: null,
|
|
190
|
+
default: c1
|
|
191
|
+
}, Symbol.toStringTag, { value: "Module" })), i1 = {}, u1 = {
|
|
192
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
193
|
+
viewBox: "0 0 512 512",
|
|
194
|
+
fill: "none",
|
|
195
|
+
width: "16",
|
|
196
|
+
height: "16"
|
|
197
|
+
};
|
|
198
|
+
function f1(t, e) {
|
|
199
|
+
return n(), l("svg", u1, e[0] || (e[0] = [
|
|
200
|
+
o("path", {
|
|
201
|
+
fill: "currentColor",
|
|
202
|
+
d: "M232.4,353.7L64.3,185.6c-16.1-16.1,0.1-32.5,0.1-32.5s16-15.4,31.9,0.5l159.6,159.6l160-160 c16-16,31.5,0.5,31.5,0.5s16.5,15.5,0.5,31.5c-13,13-168.5,168.5-168.5,168.5C263.4,369.7,248.4,369.7,232.4,353.7z"
|
|
203
|
+
}, null, -1)
|
|
204
|
+
]));
|
|
205
|
+
}
|
|
206
|
+
const h1 = /* @__PURE__ */ r(i1, [["render", f1]]), _1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
207
|
+
__proto__: null,
|
|
208
|
+
default: h1
|
|
209
|
+
}, Symbol.toStringTag, { value: "Module" })), a1 = {}, d1 = {
|
|
210
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
211
|
+
viewBox: "0 0 512 512",
|
|
212
|
+
fill: "none",
|
|
213
|
+
width: "16",
|
|
214
|
+
height: "16"
|
|
215
|
+
};
|
|
216
|
+
function v1(t, e) {
|
|
217
|
+
return n(), l("svg", d1, e[0] || (e[0] = [
|
|
218
|
+
o("path", {
|
|
219
|
+
fill: "currentColor",
|
|
220
|
+
d: "M158.3,232.4L326.4,64.3c16.1-16.1,32.5,0.1,32.5,0.1s15.4,16-0.5,31.9L198.8,255.9l160,160 c16,16-0.5,31.5-0.5,31.5s-15.5,16.5-31.5,0.5c-13-13-168.5-168.5-168.5-168.5C142.3,263.4,142.3,248.4,158.3,232.4z"
|
|
221
|
+
}, null, -1)
|
|
222
|
+
]));
|
|
223
|
+
}
|
|
224
|
+
const g1 = /* @__PURE__ */ r(a1, [["render", v1]]), m1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
225
|
+
__proto__: null,
|
|
226
|
+
default: g1
|
|
227
|
+
}, Symbol.toStringTag, { value: "Module" })), p1 = {}, w1 = {
|
|
228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
229
|
+
viewBox: "0 0 512 512",
|
|
230
|
+
fill: "none",
|
|
231
|
+
width: "16",
|
|
232
|
+
height: "16"
|
|
233
|
+
};
|
|
234
|
+
function C1(t, e) {
|
|
235
|
+
return n(), l("svg", w1, e[0] || (e[0] = [
|
|
236
|
+
o("path", {
|
|
237
|
+
fill: "currentColor",
|
|
238
|
+
d: "M353.7,279.6L185.6,447.7c-16.1,16.1-32.5-0.1-32.5-0.1s-15.4-16,0.5-31.9l159.6-159.6l-160-160 c-16-16,0.5-31.5,0.5-31.5s15.5-16.5,31.5-0.5c13,13,168.5,168.5,168.5,168.5C369.7,248.6,369.7,263.6,353.7,279.6z"
|
|
239
|
+
}, null, -1)
|
|
240
|
+
]));
|
|
241
|
+
}
|
|
242
|
+
const b1 = /* @__PURE__ */ r(p1, [["render", C1]]), y1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
243
|
+
__proto__: null,
|
|
244
|
+
default: b1
|
|
245
|
+
}, Symbol.toStringTag, { value: "Module" })), $1 = {}, x1 = {
|
|
246
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
247
|
+
viewBox: "0 0 512 512",
|
|
248
|
+
fill: "none",
|
|
249
|
+
width: "16",
|
|
250
|
+
height: "16"
|
|
251
|
+
};
|
|
252
|
+
function S1(t, e) {
|
|
253
|
+
return n(), l("svg", x1, e[0] || (e[0] = [
|
|
254
|
+
o("path", {
|
|
255
|
+
fill: "currentColor",
|
|
256
|
+
d: "m484,508c5.66,5.66,18.34,5.66,24,0,5.66-5.66,5.66-18.34,0-24l-171.29-168.5-22.63,22.63,169.91,169.87Z"
|
|
257
|
+
}, null, -1),
|
|
258
|
+
o("path", {
|
|
259
|
+
fill: "currentColor",
|
|
260
|
+
d: "m327.76,56.24c-74.98-74.98-196.55-74.98-271.53,0s-74.98,196.55,0,271.53c74.98,74.98,196.55,74.98,271.53,0,74.98-74.98,74.98-196.55,0-271.53Zm-22.63,248.9c-62.48,62.48-163.79,62.48-226.27,0s-62.48-163.79,0-226.27,163.79-62.48,226.27,0,62.48,163.79,0,226.27Z"
|
|
261
|
+
}, null, -1)
|
|
262
|
+
]));
|
|
263
|
+
}
|
|
264
|
+
const O1 = /* @__PURE__ */ r($1, [["render", S1]]), P1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
265
|
+
__proto__: null,
|
|
266
|
+
default: O1
|
|
267
|
+
}, Symbol.toStringTag, { value: "Module" })), j1 = {}, M1 = {
|
|
268
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
269
|
+
viewBox: "0 0 512 512",
|
|
270
|
+
fill: "none",
|
|
271
|
+
width: "16",
|
|
272
|
+
height: "16"
|
|
273
|
+
};
|
|
274
|
+
function z1(t, e) {
|
|
275
|
+
return n(), l("svg", M1, e[0] || (e[0] = [
|
|
276
|
+
o("path", {
|
|
277
|
+
fill: "currentColor",
|
|
278
|
+
d: "m345.37.69c-5.57-1.85-11.6,1.15-13.47,6.72l-3.4,10.11c-1.88,5.58,1.12,11.63,6.71,13.51l-.46-.15c84.86,31.87,145.26,113.74,145.26,209.74,0,123.71-100.29,224-224,224S32,364.33,32,240.62c0-96.23,60.69-178.26,145.87-209.97l-.94.3c5.6-1.82,8.67-7.84,6.85-13.44l-3.3-10.14c-1.81-5.56-7.74-8.61-13.31-6.88C69.58,36.6,0,130.47,0,240.62c0,141.38,114.62,256,256,256s256-114.62,256-256c0-109.94-69.32-203.66-166.63-239.92Z"
|
|
279
|
+
}, null, -1)
|
|
280
|
+
]));
|
|
281
|
+
}
|
|
282
|
+
const B1 = /* @__PURE__ */ r(j1, [["render", z1]]), T1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
283
|
+
__proto__: null,
|
|
284
|
+
default: B1
|
|
285
|
+
}, Symbol.toStringTag, { value: "Module" })), I1 = (t, e, i) => {
|
|
286
|
+
const c = t[e];
|
|
287
|
+
return c ? typeof c == "function" ? c() : Promise.resolve(c) : new Promise((s, u) => {
|
|
288
|
+
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
289
|
+
u.bind(
|
|
290
|
+
null,
|
|
291
|
+
new Error(
|
|
292
|
+
"Unknown variable dynamic import: " + e + (e.split("/").length !== i ? ". Note that variables only represent file names one level deep." : "")
|
|
293
|
+
)
|
|
294
|
+
)
|
|
295
|
+
);
|
|
296
|
+
});
|
|
297
|
+
}, L1 = ["bars", "check", "chevronDown", "chevronLeft", "chevronRight", "chevronUp", "circleHalf", "circleNotch", "house", "magnifyingGlass", "moon", "rotateRight", "sun", "user"], Z1 = {
|
|
298
|
+
list: L1
|
|
299
|
+
}, k1 = /* @__PURE__ */ _({
|
|
300
|
+
__name: "icon",
|
|
301
|
+
props: {
|
|
302
|
+
icon: {
|
|
303
|
+
type: String,
|
|
304
|
+
default: "moon",
|
|
305
|
+
validator: (t) => Z1.list.indexOf(t) > -1
|
|
306
|
+
},
|
|
307
|
+
spin: {
|
|
308
|
+
type: Boolean,
|
|
309
|
+
default: !1
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
setup(t) {
|
|
313
|
+
const e = t, i = f(() => {
|
|
314
|
+
const s = e.icon;
|
|
315
|
+
return a(() => I1(/* @__PURE__ */ Object.assign({ "./bars.vue": () => Promise.resolve().then(() => B), "./check.vue": () => Promise.resolve().then(() => A), "./chevronDown.vue": () => Promise.resolve().then(() => _1), "./chevronLeft.vue": () => Promise.resolve().then(() => m1), "./chevronRight.vue": () => Promise.resolve().then(() => y1), "./chevronUp.vue": () => Promise.resolve().then(() => s1), "./circleHalf.vue": () => Promise.resolve().then(() => W), "./circleNotch.vue": () => Promise.resolve().then(() => T1), "./house.vue": () => Promise.resolve().then(() => U), "./icon.vue": () => Promise.resolve().then(() => H1), "./magnifyingGlass.vue": () => Promise.resolve().then(() => P1), "./moon.vue": () => Promise.resolve().then(() => O), "./rotateRight.vue": () => Promise.resolve().then(() => o1), "./sun.vue": () => Promise.resolve().then(() => b), "./user.vue": () => Promise.resolve().then(() => k) }), `./${s}.vue`, 2));
|
|
316
|
+
}), c = f(() => {
|
|
317
|
+
let s = ["cm-icon"];
|
|
318
|
+
return e.spin && s.push("cm-icon_animations_spin"), s;
|
|
319
|
+
});
|
|
320
|
+
return (s, u) => (n(), d(v(i.value), {
|
|
321
|
+
class: g(c.value)
|
|
322
|
+
}, null, 8, ["class"]));
|
|
323
|
+
}
|
|
324
|
+
}), R1 = /* @__PURE__ */ r(k1, [["__scopeId", "data-v-e8b1cecb"]]), H1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
325
|
+
__proto__: null,
|
|
326
|
+
default: R1
|
|
327
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
328
|
+
export {
|
|
329
|
+
z as CmBarsIcon,
|
|
330
|
+
q as CmCheckIcon,
|
|
331
|
+
h1 as CmChevronDownIcon,
|
|
332
|
+
g1 as CmChevronLeftIcon,
|
|
333
|
+
b1 as CmChevronRightIcon,
|
|
334
|
+
c1 as CmChevronUpIcon,
|
|
335
|
+
Q as CmCircleHalf,
|
|
336
|
+
B1 as CmCircleNotch,
|
|
337
|
+
D as CmHouseIcon,
|
|
338
|
+
R1 as CmIcon,
|
|
339
|
+
O1 as CmMagnifyingGlass,
|
|
340
|
+
S as CmMoonIcon,
|
|
341
|
+
t1 as CmRotateRight,
|
|
342
|
+
C as CmSunIcon,
|
|
343
|
+
Z as CmUserIcon
|
|
344
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(function(o,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(o=typeof globalThis<"u"?globalThis:o||self,e(o.index={},o.Vue))})(this,function(o,e){"use strict";var s=document.createElement("style");s.textContent=`.cm-icon_animations_spin[data-v-e8b1cecb]{animation-name:cm-spin-e8b1cecb;animation-delay:0s;animation-duration:2s;animation-direction:normal;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes cm-spin-e8b1cecb{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
|
2
|
+
/*$vite$:1*/`,document.head.appendChild(s);const r=(n,t)=>{const i=n.__vccOpts||n;for(const[l,c]of t)i[l]=c;return i},x={},S={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function k(n,t){return e.openBlock(),e.createElementBlock("svg",S,t[0]||(t[0]=[e.createStaticVNode('<circle fill="currentColor" cx="256" cy="256" r="128"></circle><rect fill="currentColor" y="240.03" width="96" height="31.94"></rect><rect fill="currentColor" x="416" y="240.03" width="96" height="31.94"></rect><rect fill="currentColor" x="239.95" width="32.1" height="96"></rect><polygon fill="currentColor" points="240 416 272 416 272 512 240.06 512 240 416"></polygon><rect fill="currentColor" x="93.09" y="60.96" width="31.94" height="96" transform="translate(-45.1 109.03) rotate(-45)"></rect><rect fill="currentColor" x="355.02" y="92.75" width="96" height="32.1" transform="translate(41.11 316.85) rotate(-45)"></rect><polygon fill="currentColor" points="357.08 380.39 379.71 357.76 447.59 425.65 425 448.23 357.08 380.39"></polygon><polygon fill="currentColor" points="131.75 357.04 154.37 379.67 86.49 447.55 63.9 424.96 131.75 357.04"></polygon>',9)]))}const a=r(x,[["render",k]]),E=Object.freeze(Object.defineProperty({__proto__:null,default:a},Symbol.toStringTag,{value:"Module"})),O={},j={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function P(n,t){return e.openBlock(),e.createElementBlock("svg",j,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"m352,448c-123.71,0-224-100.29-224-224,0-107.81,76.16-197.81,177.61-219.18-16.05-3.15-32.64-4.82-49.61-4.82C114.62,0,0,114.62,0,256s114.62,256,256,256c75.54,0,143.44-32.73,190.3-84.77-28.66,13.32-60.61,20.77-94.3,20.77Z"},null,-1)]))}const d=r(O,[["render",P]]),N=Object.freeze(Object.defineProperty({__proto__:null,default:d},Symbol.toStringTag,{value:"Module"})),M={},V={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function z(n,t){return e.openBlock(),e.createElementBlock("svg",V,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M32,160h448c32.5,0,31.5-32,31.5-32s0-32-31.5-32H32c-32.5,0-31.5,32-31.5,32S-0.5,160,32,160z"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"M32,288h448c32.5,0,31.5-32,31.5-32s0-32-31.5-32H32c-32.5,0-31.5,32-31.5,32S-0.5,288,32,288z"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"M32,415.5h448c32.5,0,31.5-32,31.5-32s0-32-31.5-32H32c-32.5,0-31.5,32-31.5,32S-0.5,415.5,32,415.5z"},null,-1)]))}const f=r(M,[["render",z]]),T=Object.freeze(Object.defineProperty({__proto__:null,default:f},Symbol.toStringTag,{value:"Module"})),I={},L={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function Z(n,t){return e.openBlock(),e.createElementBlock("svg",L,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"m33,512h447c21.33,1,32-10.67,32-35,0-128-106.67-189-192-189h-128C106.67,288,0,352,0,480c-.11,21.99,11.33,32.21,33,32Z"},null,-1),e.createElementVNode("circle",{fill:"currentColor",cx:"256",cy:"127",r:"127"},null,-1)]))}const m=r(I,[["render",Z]]),R=Object.freeze(Object.defineProperty({__proto__:null,default:m},Symbol.toStringTag,{value:"Module"})),H={},D={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function U(n,t){return e.openBlock(),e.createElementBlock("svg",D,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"m220.45,16.12c18.29-17.75,38.39-24.95,64,0l208.5,192.5c20.88,21.19,15,47-17,47l-31.5.5v224c.04,21.44-10.88,32.07-32.32,32.32h-63.85c-21.36-.51-31.86-11.38-32.07-32.07v-128.25c.21-21.63-10.58-32.08-31.88-31.88h-63.88c-21.48-.1-32.04,10.63-31.94,31.94v127.94c-.11,21.25-10.59,31.95-31.77,31.77h-64c-22.05.21-32.5-10.69-32.03-32.03v-223.74l-31.76-.5c-33,0-37-26.88-16-47L220.45,16.12Z"},null,-1)]))}const _=r(H,[["render",U]]),G=Object.freeze(Object.defineProperty({__proto__:null,default:_},Symbol.toStringTag,{value:"Module"})),q={},A={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function F(n,t){return e.openBlock(),e.createElementBlock("svg",A,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"m496.36,59.31c15.08-15.08,15.08-32.92,0-48s-24.92-15.08-40,0L192.33,275.63,56.57,139.87c-15.08-15.08-30.17-15.09-45.25,0-15.08,15.08-15.09,30.17,0,45.25l158.39,158.39c15.08,15.08,30.17,15.09,45.25,0L496.36,59.31Z"},null,-1)]))}const h=r(q,[["render",F]]),J=Object.freeze(Object.defineProperty({__proto__:null,default:h},Symbol.toStringTag,{value:"Module"})),K={},Q={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function W(n,t){return e.openBlock(),e.createElementBlock("svg",Q,t[0]||(t[0]=[e.createElementVNode("g",null,[e.createElementVNode("path",{d:"m256,507c-67.04,0-130.08-26.11-177.48-73.52S5,323.04,5,256,31.11,125.92,78.52,78.52,188.96,5,256,5s130.08,26.11,177.48,73.52,73.52,110.44,73.52,177.48-26.11,130.08-73.52,177.48-110.44,73.52-177.48,73.52Z"}),e.createElementVNode("path",{fill:"currentColor",d:"m256,10c33.21,0,65.43,6.5,95.75,19.33,29.29,12.39,55.6,30.13,78.2,52.72s40.33,48.9,52.72,78.2c12.82,30.32,19.33,62.54,19.33,95.75s-6.5,65.43-19.33,95.75c-12.39,29.29-30.13,55.6-52.72,78.2s-48.9,40.33-78.2,52.72c-30.32,12.82-62.54,19.33-95.75,19.33s-65.43-6.5-95.75-19.33c-29.29-12.39-55.6-30.13-78.2-52.72s-40.33-48.9-52.72-78.2c-12.82-30.32-19.33-62.54-19.33-95.75s6.5-65.43,19.33-95.75c12.39-29.29,30.13-55.6,52.72-78.2s48.9-40.33,78.2-52.72c30.32-12.82,62.54-19.33,95.75-19.33m0-10C114.62,0,0,114.62,0,256s114.62,256,256,256,256-114.62,256-256S397.38,0,256,0h0Z"})],-1),e.createElementVNode("path",{fill:"currentColor",d:"m257.5,9.5v495C102.44,488.3,21.16,410.81,8.5,248.5,16.5,128.5,98.26,27.89,257.5,9.5Z"},null,-1)]))}const u=r(K,[["render",W]]),X=Object.freeze(Object.defineProperty({__proto__:null,default:u},Symbol.toStringTag,{value:"Module"})),Y={},ee={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function te(n,t){return e.openBlock(),e.createElementBlock("svg",ee,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"m256,480c-119.85,0-217.71-94.12-223.71-212.48C25.72,137.84,131.42,29.08,261.23,32.06c58.54,1.34,111.52,25.16,150.69,63.15.02.02.06.02.08,0l22.54-22.54s.02-.06,0-.08C384.4,23.77,314.35-4.69,237.7.64,111.85,9.39,10.68,109.56.81,235.33c-11.82,150.71,106.97,276.67,255.19,276.67,94.72,0,197.27-90.53,208-112,8-16-16-24-24.17-16-17.03,16.67-107.72,96-183.83,96Z"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"m487,139.34V43.37c0-10.38-12.55-15.58-19.9-8.24l-95.97,95.97c-7.34,7.34-2.14,19.9,8.24,19.9h95.97c6.44,0,11.66-5.22,11.66-11.66Z"},null,-1)]))}const g=r(Y,[["render",te]]),ne=Object.freeze(Object.defineProperty({__proto__:null,default:g},Symbol.toStringTag,{value:"Module"})),oe={},re={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function le(n,t){return e.openBlock(),e.createElementBlock("svg",re,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M279.6 158.3l168.1 168.1c16.1 16.1-.1 32.5-.1 32.5s-16 15.4-31.9-.5L256.1 198.8l-160 160c-16 16-31.5-.5-31.5-.5s-16.5-15.5-.5-31.5l168.5-168.5c16-16 31-16 47 0z"},null,-1)]))}const p=r(oe,[["render",le]]),ce=Object.freeze(Object.defineProperty({__proto__:null,default:p},Symbol.toStringTag,{value:"Module"})),ie={},se={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function ae(n,t){return e.openBlock(),e.createElementBlock("svg",se,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M232.4,353.7L64.3,185.6c-16.1-16.1,0.1-32.5,0.1-32.5s16-15.4,31.9,0.5l159.6,159.6l160-160 c16-16,31.5,0.5,31.5,0.5s16.5,15.5,0.5,31.5c-13,13-168.5,168.5-168.5,168.5C263.4,369.7,248.4,369.7,232.4,353.7z"},null,-1)]))}const w=r(ie,[["render",ae]]),de=Object.freeze(Object.defineProperty({__proto__:null,default:w},Symbol.toStringTag,{value:"Module"})),fe={},me={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function _e(n,t){return e.openBlock(),e.createElementBlock("svg",me,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M158.3,232.4L326.4,64.3c16.1-16.1,32.5,0.1,32.5,0.1s15.4,16-0.5,31.9L198.8,255.9l160,160 c16,16-0.5,31.5-0.5,31.5s-15.5,16.5-31.5,0.5c-13-13-168.5-168.5-168.5-168.5C142.3,263.4,142.3,248.4,158.3,232.4z"},null,-1)]))}const v=r(fe,[["render",_e]]),he=Object.freeze(Object.defineProperty({__proto__:null,default:v},Symbol.toStringTag,{value:"Module"})),ue={},ge={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function pe(n,t){return e.openBlock(),e.createElementBlock("svg",ge,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M353.7,279.6L185.6,447.7c-16.1,16.1-32.5-0.1-32.5-0.1s-15.4-16,0.5-31.9l159.6-159.6l-160-160 c-16-16,0.5-31.5,0.5-31.5s15.5-16.5,31.5-0.5c13,13,168.5,168.5,168.5,168.5C369.7,248.6,369.7,263.6,353.7,279.6z"},null,-1)]))}const b=r(ue,[["render",pe]]),we=Object.freeze(Object.defineProperty({__proto__:null,default:b},Symbol.toStringTag,{value:"Module"})),ve={},be={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function Ce(n,t){return e.openBlock(),e.createElementBlock("svg",be,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"m484,508c5.66,5.66,18.34,5.66,24,0,5.66-5.66,5.66-18.34,0-24l-171.29-168.5-22.63,22.63,169.91,169.87Z"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"m327.76,56.24c-74.98-74.98-196.55-74.98-271.53,0s-74.98,196.55,0,271.53c74.98,74.98,196.55,74.98,271.53,0,74.98-74.98,74.98-196.55,0-271.53Zm-22.63,248.9c-62.48,62.48-163.79,62.48-226.27,0s-62.48-163.79,0-226.27,163.79-62.48,226.27,0,62.48,163.79,0,226.27Z"},null,-1)]))}const C=r(ve,[["render",Ce]]),ye=Object.freeze(Object.defineProperty({__proto__:null,default:C},Symbol.toStringTag,{value:"Module"})),$e={},Be={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"none",width:"16",height:"16"};function xe(n,t){return e.openBlock(),e.createElementBlock("svg",Be,t[0]||(t[0]=[e.createElementVNode("path",{fill:"currentColor",d:"m345.37.69c-5.57-1.85-11.6,1.15-13.47,6.72l-3.4,10.11c-1.88,5.58,1.12,11.63,6.71,13.51l-.46-.15c84.86,31.87,145.26,113.74,145.26,209.74,0,123.71-100.29,224-224,224S32,364.33,32,240.62c0-96.23,60.69-178.26,145.87-209.97l-.94.3c5.6-1.82,8.67-7.84,6.85-13.44l-3.3-10.14c-1.81-5.56-7.74-8.61-13.31-6.88C69.58,36.6,0,130.47,0,240.62c0,141.38,114.62,256,256,256s256-114.62,256-256c0-109.94-69.32-203.66-166.63-239.92Z"},null,-1)]))}const y=r($e,[["render",xe]]),Se=Object.freeze(Object.defineProperty({__proto__:null,default:y},Symbol.toStringTag,{value:"Module"})),ke=(n,t,i)=>{const l=n[t];return l?typeof l=="function"?l():Promise.resolve(l):new Promise((c,B)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(B.bind(null,new Error("Unknown variable dynamic import: "+t+(t.split("/").length!==i?". Note that variables only represent file names one level deep.":""))))})},Ee={list:["bars","check","chevronDown","chevronLeft","chevronRight","chevronUp","circleHalf","circleNotch","house","magnifyingGlass","moon","rotateRight","sun","user"]},$=r(e.defineComponent({__name:"icon",props:{icon:{type:String,default:"moon",validator:n=>Ee.list.indexOf(n)>-1},spin:{type:Boolean,default:!1}},setup(n){const t=n,i=e.computed(()=>{const c=t.icon;return e.defineAsyncComponent(()=>ke(Object.assign({"./bars.vue":()=>Promise.resolve().then(()=>T),"./check.vue":()=>Promise.resolve().then(()=>J),"./chevronDown.vue":()=>Promise.resolve().then(()=>de),"./chevronLeft.vue":()=>Promise.resolve().then(()=>he),"./chevronRight.vue":()=>Promise.resolve().then(()=>we),"./chevronUp.vue":()=>Promise.resolve().then(()=>ce),"./circleHalf.vue":()=>Promise.resolve().then(()=>X),"./circleNotch.vue":()=>Promise.resolve().then(()=>Se),"./house.vue":()=>Promise.resolve().then(()=>G),"./icon.vue":()=>Promise.resolve().then(()=>Oe),"./magnifyingGlass.vue":()=>Promise.resolve().then(()=>ye),"./moon.vue":()=>Promise.resolve().then(()=>N),"./rotateRight.vue":()=>Promise.resolve().then(()=>ne),"./sun.vue":()=>Promise.resolve().then(()=>E),"./user.vue":()=>Promise.resolve().then(()=>R)}),`./${c}.vue`,2))}),l=e.computed(()=>{let c=["cm-icon"];return t.spin&&c.push("cm-icon_animations_spin"),c});return(c,B)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.value),{class:e.normalizeClass(l.value)},null,8,["class"]))}}),[["__scopeId","data-v-e8b1cecb"]]),Oe=Object.freeze(Object.defineProperty({__proto__:null,default:$},Symbol.toStringTag,{value:"Module"}));o.CmBarsIcon=f,o.CmCheckIcon=h,o.CmChevronDownIcon=w,o.CmChevronLeftIcon=v,o.CmChevronRightIcon=b,o.CmChevronUpIcon=p,o.CmCircleHalf=u,o.CmCircleNotch=y,o.CmHouseIcon=_,o.CmIcon=$,o.CmMagnifyingGlass=C,o.CmMoonIcon=d,o.CmRotateRight=g,o.CmSunIcon=a,o.CmUserIcon=m,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
icon: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
validator: (value: string) => boolean;
|
|
6
|
+
};
|
|
7
|
+
spin: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
icon: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
validator: (value: string) => boolean;
|
|
16
|
+
};
|
|
17
|
+
spin: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {
|
|
22
|
+
icon: string;
|
|
23
|
+
spin: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"list": [
|
|
3
|
+
"bars",
|
|
4
|
+
"check",
|
|
5
|
+
"chevronDown",
|
|
6
|
+
"chevronLeft",
|
|
7
|
+
"chevronRight",
|
|
8
|
+
"chevronUp",
|
|
9
|
+
"circleHalf",
|
|
10
|
+
"circleNotch",
|
|
11
|
+
"house",
|
|
12
|
+
"magnifyingGlass",
|
|
13
|
+
"moon",
|
|
14
|
+
"rotateRight",
|
|
15
|
+
"sun",
|
|
16
|
+
"user"
|
|
17
|
+
]
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export * from './components/sun.vue';
|
|
2
|
+
export { default as CmSunIcon } from './components/sun.vue';
|
|
3
|
+
export * from './components/moon.vue';
|
|
4
|
+
export { default as CmMoonIcon } from './components/moon.vue';
|
|
5
|
+
export * from './components/bars.vue';
|
|
6
|
+
export { default as CmBarsIcon } from './components/bars.vue';
|
|
7
|
+
export * from './components/user.vue';
|
|
8
|
+
export { default as CmUserIcon } from './components/user.vue';
|
|
9
|
+
export * from './components/house.vue';
|
|
10
|
+
export { default as CmHouseIcon } from './components/house.vue';
|
|
11
|
+
export * from './components/check.vue';
|
|
12
|
+
export { default as CmCheckIcon } from './components/check.vue';
|
|
13
|
+
export * from './components/circleHalf.vue';
|
|
14
|
+
export { default as CmCircleHalf } from './components/circleHalf.vue';
|
|
15
|
+
export * from './components/rotateRight.vue';
|
|
16
|
+
export { default as CmRotateRight } from './components/rotateRight.vue';
|
|
17
|
+
export * from './components/chevronUp.vue';
|
|
18
|
+
export { default as CmChevronUpIcon } from './components/chevronUp.vue';
|
|
19
|
+
export * from './components/chevronDown.vue';
|
|
20
|
+
export { default as CmChevronDownIcon } from './components/chevronDown.vue';
|
|
21
|
+
export * from './components/chevronLeft.vue';
|
|
22
|
+
export { default as CmChevronLeftIcon } from './components/chevronLeft.vue';
|
|
23
|
+
export * from './components/chevronRight.vue';
|
|
24
|
+
export { default as CmChevronRightIcon } from './components/chevronRight.vue';
|
|
25
|
+
export * from './components/magnifyingGlass.vue';
|
|
26
|
+
export { default as CmMagnifyingGlass } from './components/magnifyingGlass.vue';
|
|
27
|
+
export * from './components/circleNotch.vue';
|
|
28
|
+
export { default as CmCircleNotch } from './components/circleNotch.vue';
|
|
29
|
+
export { default as CmIcon } from './components/icon.vue';
|
package/package.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@codemonster-ru/vueiconify",
|
|
3
|
+
"version": "0.7.0",
|
|
4
|
+
"description": "Open source vue icon library.",
|
|
5
|
+
"keywords": [],
|
|
6
|
+
"homepage": "https://vueiconify.com/",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/codemonster-ru/vueiconify.git"
|
|
10
|
+
},
|
|
11
|
+
"author": "Kirill Kolesnikov",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"main": "./dist/index.ts.umd.js",
|
|
14
|
+
"module": "./dist/index.ts.mjs",
|
|
15
|
+
"types": "./dist/lib/index.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": {
|
|
19
|
+
"types": "./dist/lib/index.d.ts",
|
|
20
|
+
"default": "./dist/index.ts.mjs"
|
|
21
|
+
},
|
|
22
|
+
"require": {
|
|
23
|
+
"types": "./dist/lib/index.d.ts",
|
|
24
|
+
"default": "./dist/index.ts.umd.js"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"files": [
|
|
29
|
+
"dist"
|
|
30
|
+
],
|
|
31
|
+
"scripts": {
|
|
32
|
+
"dev": "vite dev --force --mode development",
|
|
33
|
+
"build": "vite build --mode production"
|
|
34
|
+
},
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"vue": "^3.0.0"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@types/node": "^20.14.10",
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
41
|
+
"@vitejs/plugin-vue": "^5.0.5",
|
|
42
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
43
|
+
"eslint": "^8.57.0",
|
|
44
|
+
"eslint-config-prettier": "^9.1.0",
|
|
45
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
46
|
+
"eslint-plugin-vue": "^9.27.0",
|
|
47
|
+
"prettier": "^3.3.2",
|
|
48
|
+
"sass": "^1.77.8",
|
|
49
|
+
"typescript": "^5.5.3",
|
|
50
|
+
"vite": "^6.0.11",
|
|
51
|
+
"vite-plugin-dts": "^4.5.0",
|
|
52
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
53
|
+
"vue": "^3.5.12",
|
|
54
|
+
"vue-tsc": "^2.0.21"
|
|
55
|
+
}
|
|
56
|
+
}
|