yxuse 3.0.21 → 3.0.22
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/lib/api.cjs.js +1 -1
- package/lib/api.es.js +8 -6
- package/lib/components.cjs.js +1 -1
- package/lib/components.es.js +14 -11
- package/lib/directives.cjs.js +1 -1
- package/lib/directives.es.js +2 -2
- package/lib/hooks.cjs.js +1 -0
- package/lib/hooks.es.js +5 -0
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs2.js +40 -1
- package/lib/index.cjs2.js.gz +0 -0
- package/lib/index.cjs3.js +1 -3
- package/lib/index.cjs4.js +1 -1
- package/lib/index.cjs5.js +1 -1
- package/lib/index.cjs6.js +3 -40
- package/lib/index.cjs6.js.gz +0 -0
- package/lib/index.cjs7.js +1 -0
- package/lib/index.cjs8.js +1 -0
- package/lib/index.es.js +15 -13
- package/lib/index.es2.js +8103 -34
- package/lib/index.es2.js.gz +0 -0
- package/lib/index.es3.js +117 -1653
- package/lib/index.es4.js +38 -20
- package/lib/index.es5.js +310 -132
- package/lib/index.es5.js.gz +0 -0
- package/lib/index.es6.js +1557 -7792
- package/lib/index.es6.js.gz +0 -0
- package/lib/index.es7.js +13 -0
- package/lib/index.es8.js +24 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/theme.cjs.js +1 -1
- package/lib/theme.es.js +12 -11
- package/lib/utils.cjs.js +1 -1
- package/lib/utils.es.js +2 -2
- package/lib/yxIcon.cjs.js +1 -0
- package/lib/yxIcon.es.js +43 -0
- package/package.json +11 -5
- package/types/api/index.d.ts +2 -1
- package/types/api/modules/assets/index.d.ts +3 -0
- package/types/components/YxFormV2/index.d.ts +3 -0
- package/types/components/YxFormV2/index.vue.d.ts +46 -0
- package/types/components/YxFormV2/type.d.ts +54 -0
- package/types/components/YxUpload/index.d.ts +3 -0
- package/types/components/YxUpload/index.vue.d.ts +16 -0
- package/types/components/YxUpload/type.d.ts +6 -0
- package/types/components/index.d.ts +2 -0
- package/types/components/type.d.ts +1 -0
- package/types/hooks/index.d.ts +1 -0
- package/types/hooks/useTime/index.d.ts +3 -0
- package/types/index.d.ts +6 -3
- package/types/translate/index.d.ts +1 -0
- package/types/yxIcon/index.d.ts +5 -0
- package/types/yxi18n/index.d.ts +4 -0
- package/lib/data.cjs.js +0 -1
- package/lib/data.cjs.js.gz +0 -0
- package/lib/data.es.js +0 -75
- package/lib/data.es.js.gz +0 -0
- package/lib/icons.cjs.js +0 -1
- package/lib/icons.es.js +0 -7
- package/lib/index.cjs3.js.gz +0 -0
- package/lib/index.es3.js.gz +0 -0
package/lib/data.es.js
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as t, createElementVNode as e, createStaticVNode as s } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 1024 1024"
|
|
6
|
-
}, d = /* @__PURE__ */ e("path", {
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
"stroke-linecap": "round",
|
|
9
|
-
"stroke-linejoin": "round",
|
|
10
|
-
"stroke-width": "32.582",
|
|
11
|
-
d: "m540.549 209.766 202.007 108.916c23.583 12.722 23.583 49.028 0 61.75L540.549 489.349c-17.998 9.619-39.098 9.619-57.096 0L281.446 380.432c-23.583-12.722-23.583-49.028 0-61.75l202.007-108.916c17.998-9.62 39.098-9.62 57.096 0ZM251.655 453.971l187.733 94.022c23.273 11.791 38.167 35.685 38.167 61.75v177.494c0 25.755-26.996 42.201-49.958 30.72l-187.734-94.022c-23.272-11.792-38.167-35.685-38.167-61.751V484.691c0-25.755 26.996-42.201 49.959-30.72ZM772.344 453.971 584.61 547.993c-23.272 11.791-38.167 35.685-38.167 61.75v177.494c0 25.755 26.996 42.201 49.959 30.72l187.733-94.022c23.273-11.792 38.168-35.685 38.168-61.751V484.691c0-25.755-26.997-42.201-49.959-30.72Z"
|
|
12
|
-
}, null, -1), c = [
|
|
13
|
-
d
|
|
14
|
-
];
|
|
15
|
-
function l(r, i) {
|
|
16
|
-
return o(), t("svg", n, c);
|
|
17
|
-
}
|
|
18
|
-
const p = { render: l }, v = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
19
|
-
__proto__: null,
|
|
20
|
-
default: p,
|
|
21
|
-
render: l
|
|
22
|
-
}, Symbol.toStringTag, { value: "Module" })), u = {
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
width: "1163",
|
|
25
|
-
height: "1108",
|
|
26
|
-
fill: "none"
|
|
27
|
-
}, h = /* @__PURE__ */ s('<g filter="url(#a)"><rect width="1024" height="1024" x="74" fill="url(#b)" rx="128"></rect><rect width="1024" height="1024" x="74" fill="url(#c)" fill-opacity=".2" rx="128" style="mix-blend-mode:soft-light;"></rect></g><g filter="url(#d)"><g filter="url(#e)"><path fill="#fff" d="M325.839 365.211h136.023l-12.954-78.807s-18.353-17.273-55.057-17.273c-36.705 0-55.057 17.273-55.057 17.273l-12.955 78.807Z"></path></g><g filter="url(#f)"><path fill="#fff" d="M621.09 365.211H485.067l12.955-78.807s18.352-17.273 55.057-17.273c36.704 0 55.056 17.273 55.056 17.273l12.955 78.807Z"></path></g><g filter="url(#g)"><rect width="716.8" height="435.2" x="223.439" y="314.011" fill="#fff" rx="128"></rect></g><g filter="url(#h)"><rect width="550.4" height="281.6" x="300.239" y="390.811" fill="url(#i)" rx="51.2"></rect></g><g filter="url(#j)"><circle cx="389.839" cy="493.211" r="25.6" fill="#0047FF"></circle><circle cx="389.839" cy="493.211" r="25.6" fill="url(#k)"></circle><circle cx="389.839" cy="493.211" r="25.6" fill="url(#l)" fill-opacity=".7"></circle></g><circle cx="389.839" cy="493.211" r="34.687" stroke="#1F295B" stroke-width="18.173"></circle><g filter="url(#m)"><circle cx="492.239" cy="493.211" r="25.6" fill="#0047FF"></circle><circle cx="492.239" cy="493.211" r="25.6" fill="url(#n)"></circle><circle cx="492.239" cy="493.211" r="25.6" fill="url(#o)" fill-opacity=".7"></circle></g><circle cx="492.239" cy="493.211" r="34.687" stroke="#1F295B" stroke-width="18.173"></circle><g filter="url(#p)"><circle cx="594.639" cy="493.211" r="25.6" fill="#0047FF"></circle><circle cx="594.639" cy="493.211" r="25.6" fill="url(#q)"></circle><circle cx="594.639" cy="493.211" r="25.6" fill="url(#r)" fill-opacity=".7"></circle></g><circle cx="594.639" cy="493.211" r="34.687" stroke="#1F295B" stroke-width="18.173"></circle></g><defs><linearGradient id="b" x1="586" x2="586" y1="0" y2="1024" gradientUnits="userSpaceOnUse"><stop stop-color="#CDE7FF"></stop><stop offset="1" stop-color="#C1E1FF"></stop></linearGradient><linearGradient id="c" x1="586" x2="586" y1="0" y2="1024" gradientUnits="userSpaceOnUse"><stop offset=".328" stop-color="#fff"></stop><stop offset="1" stop-opacity=".1"></stop></linearGradient><linearGradient id="i" x1="300.239" x2="300.239" y1="390.811" y2="672.411" gradientUnits="userSpaceOnUse"><stop stop-color="#181927"></stop><stop offset="1" stop-color="#1D2433"></stop></linearGradient><linearGradient id="k" x1="387.408" x2="387.408" y1="449.224" y2="507.433" gradientUnits="userSpaceOnUse"><stop offset=".005" stop-color="#fff" stop-opacity=".08"></stop><stop offset=".085" stop-opacity=".08"></stop><stop offset=".337" stop-color="#fff" stop-opacity=".1"></stop><stop offset=".661" stop-color="#fff" stop-opacity=".1"></stop><stop offset="1" stop-opacity=".1"></stop></linearGradient><linearGradient id="l" x1="387.372" x2="387.372" y1="467.611" y2="518.811" gradientUnits="userSpaceOnUse"><stop stop-color="#526EFF"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient><linearGradient id="n" x1="489.808" x2="489.808" y1="449.224" y2="507.433" gradientUnits="userSpaceOnUse"><stop offset=".005" stop-color="#fff" stop-opacity=".08"></stop><stop offset=".085" stop-opacity=".08"></stop><stop offset=".337" stop-color="#fff" stop-opacity=".1"></stop><stop offset=".661" stop-color="#fff" stop-opacity=".1"></stop><stop offset="1" stop-opacity=".1"></stop></linearGradient><linearGradient id="o" x1="489.772" x2="489.772" y1="467.611" y2="518.811" gradientUnits="userSpaceOnUse"><stop stop-color="#526EFF"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient><linearGradient id="q" x1="592.208" x2="592.208" y1="449.224" y2="507.433" gradientUnits="userSpaceOnUse"><stop offset=".005" stop-color="#fff" stop-opacity=".08"></stop><stop offset=".085" stop-opacity=".08"></stop><stop offset=".337" stop-color="#fff" stop-opacity=".1"></stop><stop offset=".661" stop-color="#fff" stop-opacity=".1"></stop><stop offset="1" stop-opacity=".1"></stop></linearGradient><linearGradient id="r" x1="592.172" x2="592.172" y1="467.611" y2="518.811" gradientUnits="userSpaceOnUse"><stop stop-color="#526EFF"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient><filter id="a" width="1039.98" height="1039.98" x="66.008" y="-7.992" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dx="7.992" dy="7.992"></feOffset><feGaussianBlur stdDeviation="3.996"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dx="-7.992" dy="-7.992"></feOffset><feGaussianBlur stdDeviation="3.996"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"></feColorMatrix><feBlend in2="effect1_innerShadow_1530_9259" result="effect2_innerShadow_1530_9259"></feBlend></filter><filter id="d" width="1156.3" height="868.38" x="7.85" y="180.881" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="105.9"></feOffset><feGaussianBlur stdDeviation="97.075"></feGaussianBlur><feColorMatrix values="0 0 0 0 0.00190973 0 0 0 0 0.0475522 0 0 0 0 0.458333 0 0 0 0.4 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1530_9259"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_1530_9259" result="shape"></feBlend></filter><filter id="e" width="524.323" height="484.38" x="131.689" y="180.881" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="105.9"></feOffset><feGaussianBlur stdDeviation="97.075"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0.0450001 0 0 0 0 0.45 0 0 0 0.05 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1530_9259"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_1530_9259" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-26.221"></feOffset><feGaussianBlur stdDeviation="9.833"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0 0 0 0 0 0.266333 0 0 0 0 0.783333 0 0 0 0.3 0"></feColorMatrix><feBlend in2="shape" result="effect2_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-26.475"></feOffset><feGaussianBlur stdDeviation="17.65"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.766667 0 0 0 0 0.93 0 0 0 0 1 0 0 0 0.4 0"></feColorMatrix><feBlend in2="effect2_innerShadow_1530_9259" result="effect3_innerShadow_1530_9259"></feBlend></filter><filter id="f" width="136.023" height="115.746" x="485.067" y="249.465" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-26.221"></feOffset><feGaussianBlur stdDeviation="9.833"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0 0 0 0 0 0.266333 0 0 0 0 0.783333 0 0 0 0.3 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_1530_9259"></feBlend></filter><filter id="g" width="1162.24" height="880.64" x=".719" y="226.579" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="135.288"></feOffset><feGaussianBlur stdDeviation="111.36"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0.0825001 0 0 0 0 0.825 0 0 0 0.43 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1530_9259"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_1530_9259" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-33.498"></feOffset><feGaussianBlur stdDeviation="12.562"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.413957 0 0 0 0 0.502592 0 0 0 0 0.730512 0 0 0 0.8 0"></feColorMatrix><feBlend in2="shape" result="effect2_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-33.822"></feOffset><feGaussianBlur stdDeviation="22.548"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.95 0 0 0 0 0.985 0 0 0 0 1 0 0 0 0.4 0"></feColorMatrix><feBlend in2="effect2_innerShadow_1530_9259" result="effect3_innerShadow_1530_9259"></feBlend></filter><filter id="h" width="550.4" height="320.317" x="300.239" y="377.7" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="25.607"></feOffset><feGaussianBlur stdDeviation="12.803"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.188333 0 0 0 0 0.399267 0 0 0 0 0.941667 0 0 0 0.31 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-13.111"></feOffset><feGaussianBlur stdDeviation="6.555"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.0807292 0 0 0 0 0.101146 0 0 0 0 0.208333 0 0 0 0.8 0"></feColorMatrix><feBlend in2="effect1_innerShadow_1530_9259" result="effect2_innerShadow_1530_9259"></feBlend></filter><filter id="j" width="87.546" height="133.434" x="346.066" y="410.106" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-39.332"></feOffset><feGaussianBlur stdDeviation="32.777"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.575 0 0 0 0 1 0 0 0 0 0.949 0 0 0 1 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-13.111"></feOffset><feGaussianBlur stdDeviation="13.111"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0"></feColorMatrix><feBlend in2="effect1_innerShadow_1530_9259" result="effect2_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="6.555"></feOffset><feGaussianBlur stdDeviation="13.111"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0"></feColorMatrix><feBlend in2="effect2_innerShadow_1530_9259" result="effect3_innerShadow_1530_9259"></feBlend></filter><filter id="m" width="87.546" height="133.434" x="448.466" y="410.106" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-39.332"></feOffset><feGaussianBlur stdDeviation="32.777"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.575 0 0 0 0 1 0 0 0 0 0.949 0 0 0 1 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-13.111"></feOffset><feGaussianBlur stdDeviation="13.111"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0"></feColorMatrix><feBlend in2="effect1_innerShadow_1530_9259" result="effect2_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="6.555"></feOffset><feGaussianBlur stdDeviation="13.111"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0"></feColorMatrix><feBlend in2="effect2_innerShadow_1530_9259" result="effect3_innerShadow_1530_9259"></feBlend></filter><filter id="p" width="87.546" height="133.434" x="550.866" y="410.106" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-39.332"></feOffset><feGaussianBlur stdDeviation="32.777"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.575 0 0 0 0 1 0 0 0 0 0.949 0 0 0 1 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-13.111"></feOffset><feGaussianBlur stdDeviation="13.111"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0"></feColorMatrix><feBlend in2="effect1_innerShadow_1530_9259" result="effect2_innerShadow_1530_9259"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="6.555"></feOffset><feGaussianBlur stdDeviation="13.111"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0"></feColorMatrix><feBlend in2="effect2_innerShadow_1530_9259" result="effect3_innerShadow_1530_9259"></feBlend></filter></defs>', 3), x = [
|
|
28
|
-
h
|
|
29
|
-
];
|
|
30
|
-
function f(r, i) {
|
|
31
|
-
return o(), t("svg", u, x);
|
|
32
|
-
}
|
|
33
|
-
const _ = { render: f }, G = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34
|
-
__proto__: null,
|
|
35
|
-
default: _,
|
|
36
|
-
render: f
|
|
37
|
-
}, Symbol.toStringTag, { value: "Module" })), B = {
|
|
38
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
-
fill: "none",
|
|
40
|
-
viewBox: "0 0 1025 1025"
|
|
41
|
-
}, C = /* @__PURE__ */ e("path", {
|
|
42
|
-
stroke: "#000",
|
|
43
|
-
"stroke-linejoin": "round",
|
|
44
|
-
"stroke-width": "51.2",
|
|
45
|
-
d: "M348.067 351.649a230.401 230.401 0 0 1 97.552-170.522l75.611-52.928 67.125 52.862a230.399 230.399 0 0 1 87.132 162.782l28.6 360.356h-384l27.98-352.55ZM379.162 802.95c-7.831 27.108 20.517 50.462 45.625 37.586 14.688-7.532 32.692-2.737 41.688 11.103l10.878 16.735c15.763 24.251 51.664 23.028 65.741-2.239l1.168-2.097c8.25-14.807 25.233-22.454 41.788-18.815l14.144 3.108c28.987 6.371 53.936-21.147 44.762-49.374l-1.373-4.225c-5.142-15.82-19.885-26.531-36.52-26.531H416.346c-16.078 0-30.217 10.633-34.679 26.079l-2.505 8.67Z"
|
|
46
|
-
}, null, -1), y = /* @__PURE__ */ e("path", {
|
|
47
|
-
stroke: "#000",
|
|
48
|
-
"stroke-linejoin": "round",
|
|
49
|
-
"stroke-width": "51.2",
|
|
50
|
-
d: "M804.403 685c26.21 0 44.718-25.678 36.429-50.543l-17.603-52.811a38.397 38.397 0 0 0-14.11-19.104L684.88 473.8l19.2 211.2h100.323ZM219.758 685c-26.211 0-44.718-25.678-36.43-50.543l17.604-52.811a38.397 38.397 0 0 1 14.11-19.104L339.281 473.8 320.08 685H219.758Z"
|
|
51
|
-
}, null, -1), g = /* @__PURE__ */ e("circle", {
|
|
52
|
-
cx: "512.081",
|
|
53
|
-
cy: "396.999",
|
|
54
|
-
r: "76.8",
|
|
55
|
-
stroke: "#000",
|
|
56
|
-
"stroke-linejoin": "round",
|
|
57
|
-
"stroke-width": "51.2"
|
|
58
|
-
}, null, -1), M = [
|
|
59
|
-
C,
|
|
60
|
-
y,
|
|
61
|
-
g
|
|
62
|
-
];
|
|
63
|
-
function a(r, i) {
|
|
64
|
-
return o(), t("svg", B, M);
|
|
65
|
-
}
|
|
66
|
-
const m = { render: a }, k = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
67
|
-
__proto__: null,
|
|
68
|
-
default: m,
|
|
69
|
-
render: a
|
|
70
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
71
|
-
export {
|
|
72
|
-
v as C,
|
|
73
|
-
k as a,
|
|
74
|
-
G as d
|
|
75
|
-
};
|
package/lib/data.es.js.gz
DELETED
|
Binary file
|
package/lib/icons.cjs.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./data.cjs.js");require("vue");exports.Component=e.Component;exports.Data=e.data;exports.Device=e.device;
|
package/lib/icons.es.js
DELETED
package/lib/index.cjs3.js.gz
DELETED
|
Binary file
|
package/lib/index.es3.js.gz
DELETED
|
Binary file
|