ranui 0.1.8 → 0.1.10-alpha.1
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/dist/_commonjs-dynamic-modules-DLbDWi6a.js +12 -0
- package/dist/arrow-down-C9jBUUt3.js +30 -0
- package/dist/assets/image/failImage.d.ts +2 -0
- package/dist/button.js +7 -0
- package/dist/checkbox.js +7 -0
- package/dist/colorpicker.js +13 -0
- package/dist/{colz-746223ab.js → colz-CRDozfZA.js} +1 -5
- package/dist/components/button/index.d.ts +38 -1
- package/dist/components/checkbox/index.d.ts +27 -0
- package/dist/components/colorpicker/index.d.ts +122 -0
- package/dist/components/content/index.d.ts +15 -0
- package/dist/components/input/index.d.ts +208 -1
- package/dist/components/message/index.d.ts +2 -0
- package/dist/components/option/index.d.ts +2 -1
- package/dist/components/player/index.d.ts +207 -493
- package/dist/components/popover/index.d.ts +39 -0
- package/dist/components/preview/docx.d.ts +1 -1
- package/dist/components/preview/index.d.ts +2 -0
- package/dist/components/preview/pptx/process_pptx.d.ts +1 -1
- package/dist/components/progress/index.d.ts +11 -5
- package/dist/components/radar/index.d.ts +1 -1
- package/dist/components/scratch/index.d.ts +23 -0
- package/dist/components/select/index.d.ts +18 -6
- package/dist/components/tab/index.d.ts +5 -0
- package/dist/components/tabpane/index.d.ts +5 -0
- package/dist/content.js +6 -0
- package/dist/docx-ajDUtnbM.js +3665 -0
- package/dist/global-DOfcrQ2N.js +4 -0
- package/dist/icon.js +6 -0
- package/dist/iconShadowless.js +6 -0
- package/dist/image.js +4 -0
- package/dist/index-0fvHQjmN.js +298 -0
- package/dist/{index-f6d6982d.js → index-BLepXisd.js} +101 -84
- package/dist/{index-b2be6bef.js → index-BOoNI-Al.js} +904 -1078
- package/dist/index-BPBRPxND.js +195 -0
- package/dist/{index-b90299ca.js → index-BpOERe9M.js} +1 -1
- package/dist/index-Bv6Z6rIe.js +498 -0
- package/dist/index-ByJ7zZdQ.js +65641 -0
- package/dist/{index-5975bbc0.js → index-C1x9Popy.js} +1 -1
- package/dist/index-CCNK5H8T.js +103 -0
- package/dist/{index-a1a53af6.js → index-CD09p_mF.js} +7 -31
- package/dist/index-CFnsLnrb.js +496 -0
- package/dist/{index-a43b144f.js → index-CJZp9lE4.js} +29 -50
- package/dist/{index-57492b9b.js → index-CSnBqUsQ.js} +48 -1
- package/dist/index-CWWI8SHO.js +206 -0
- package/dist/{index-7b8840f9.js → index-CZlEoE62.js} +220 -1010
- package/dist/index-CbyMC6Yz.js +59 -0
- package/dist/index-CiBVH-oH.js +258 -0
- package/dist/{index-0e7229ea.js → index-DUMmFdJ7.js} +9 -21
- package/dist/{index-aea75a9f.js → index-Du-Biu-I.js} +1 -1
- package/dist/index-EnzWG8R0.js +521 -0
- package/dist/index-F2RO3OU4.js +501 -0
- package/dist/{index-7f513a14.js → index-GavQwMDL.js} +11 -29
- package/dist/{index-48653b79.js → index-suip9eAw.js} +2 -2
- package/dist/index.d.ts +18 -14
- package/dist/index.js +23 -19
- package/dist/info-circle-fill-CFeVMdci.js +4 -0
- package/dist/input.js +6 -0
- package/dist/inputShadowless.js +6 -0
- package/dist/jszip.min-Ca6PjkYs.js +2674 -0
- package/dist/message.js +5 -0
- package/dist/modal.js +4 -0
- package/dist/{components/option/index.js → option.js} +3 -6
- package/dist/{pdf-bdb7818a.js → pdf-B2a6ll8f.js} +1 -1
- package/dist/player.js +8 -0
- package/dist/popover.js +6 -0
- package/dist/preview.js +7 -0
- package/dist/progress.js +7 -0
- package/dist/radar.js +6 -0
- package/dist/select.js +10 -0
- package/dist/selectShadowless.js +10 -0
- package/dist/{umd/components/image → shadowless/icon}/index.d.ts +1 -0
- package/dist/shadowless/input/index.d.ts +210 -0
- package/dist/{umd/components → shadowless}/select/index.d.ts +19 -11
- package/dist/shadowless/shadowless/index.js +14 -0
- package/dist/shadowless.d.ts +3 -0
- package/dist/skeleton.js +4 -0
- package/dist/sprite-CH2zLtZy.js +141 -0
- package/dist/style.css +1 -1
- package/dist/tab.js +6 -0
- package/dist/tabpane.js +4 -0
- package/dist/tsconfig.json +29 -0
- package/dist/umd/index.umd.cjs +21 -32
- package/dist/umd/shadowless/shadowless.umd.cjs +1 -0
- package/dist/umd/shadowless/style.css +1 -0
- package/dist/umd/style.css +1 -1
- package/dist/utils/color.d.ts +52 -0
- package/dist/utils/index.d.ts +9 -1
- package/dist/utils-BMBEcoPj.js +356 -0
- package/dist/vite.config.d.ts +1 -0
- package/package.json +61 -39
- package/readme.md +14 -14
- package/typings.d.ts +101 -0
- package/dist/components/button/index.js +0 -7
- package/dist/components/icon/index.js +0 -6
- package/dist/components/image/index.js +0 -4
- package/dist/components/input/index.js +0 -5
- package/dist/components/message/index.js +0 -4
- package/dist/components/modal/index.js +0 -4
- package/dist/components/player/index.js +0 -11
- package/dist/components/preview/index.js +0 -8
- package/dist/components/progress/index.js +0 -8
- package/dist/components/radar/index.js +0 -7
- package/dist/components/select/index.js +0 -11
- package/dist/components/skeleton/index.js +0 -4
- package/dist/components/tab/index.js +0 -7
- package/dist/components/tabpane/index.js +0 -4
- package/dist/docx-c5d02d8c.js +0 -21
- package/dist/index-183517e7.js +0 -265
- package/dist/index-4d873a42.js +0 -195
- package/dist/index-a216f328.js +0 -662
- package/dist/index-d2d69b06.js +0 -225
- package/dist/index-ecaed5cc.js +0 -439
- package/dist/info-circle-fill-90ec9aa9.js +0 -14
- package/dist/umd/build/config.d.ts +0 -3
- package/dist/umd/build/config.umd.d.ts +0 -2
- package/dist/umd/components/button/index.d.ts +0 -2
- package/dist/umd/components/form/index.d.ts +0 -2
- package/dist/umd/components/icon/index.d.ts +0 -2
- package/dist/umd/components/input/index.d.ts +0 -2
- package/dist/umd/components/message/index.d.ts +0 -14
- package/dist/umd/components/modal/index.d.ts +0 -2
- package/dist/umd/components/option/index.d.ts +0 -2
- package/dist/umd/components/player/index.d.ts +0 -524
- package/dist/umd/components/preview/colz.d.ts +0 -72
- package/dist/umd/components/preview/docx.d.ts +0 -8
- package/dist/umd/components/preview/excel/excel.d.ts +0 -2
- package/dist/umd/components/preview/excel/index.d.ts +0 -1
- package/dist/umd/components/preview/excel/media.d.ts +0 -37
- package/dist/umd/components/preview/index.d.ts +0 -6
- package/dist/umd/components/preview/pdf.d.ts +0 -1
- package/dist/umd/components/preview/pptx/index.d.ts +0 -16
- package/dist/umd/components/preview/pptx/process_pptx.d.ts +0 -23
- package/dist/umd/components/preview/pptx/t_xml.d.ts +0 -1
- package/dist/umd/components/preview/pptx/worker.d.ts +0 -1
- package/dist/umd/components/progress/index.d.ts +0 -36
- package/dist/umd/components/radar/index.d.ts +0 -2
- package/dist/umd/components/skeleton/index.d.ts +0 -2
- package/dist/umd/components/tab/index.d.ts +0 -403
- package/dist/umd/components/tabpane/index.d.ts +0 -347
- package/dist/umd/index.d.ts +0 -14
- package/dist/umd/playwright.config.d.ts +0 -9
- package/dist/umd/plugins/auto-import-file.d.ts +0 -0
- package/dist/umd/plugins/load-style.d.ts +0 -6
- package/dist/umd/plugins/load-svg.d.ts +0 -9
- package/dist/umd/tests/button.spec.d.ts +0 -1
- package/dist/umd/utils/image.d.ts +0 -32
- package/dist/umd/utils/index.d.ts +0 -64
- package/dist/umd/utils/math.d.ts +0 -26
- package/dist/umd/utils/tween.d.ts +0 -21
- package/dist/umd/vite.config.d.ts +0 -6
- package/dist/vendor-f71e6f68.js +0 -92126
- /package/dist/{add-user-b2bed3e7.js → add-user-BN1JlY7e.js} +0 -0
- /package/dist/{book-b11a68eb.js → book-nTEFXU2x.js} +0 -0
- /package/dist/{umd/build/config.es.d.ts → build/config.sha.d.ts} +0 -0
- /package/dist/{check-circle-fill-dc284144.js → check-circle-fill-B_pd8ZSs.js} +0 -0
- /package/dist/{check-circle-74bd09c3.js → check-circle-szyAJiap.js} +0 -0
- /package/dist/{close-20925345.js → close-CFnkhudp.js} +0 -0
- /package/dist/{close-circle-720c18be.js → close-circle-CwmuN2C6.js} +0 -0
- /package/dist/{close-circle-fill-238a66b1.js → close-circle-fill-jSqPPw9i.js} +0 -0
- /package/dist/{eye-5e742329.js → eye-D_mEt17f.js} +0 -0
- /package/dist/{eye-close-3874f1ae.js → eye-close-BVr3NJtg.js} +0 -0
- /package/dist/{home-c4a05e8b.js → home-BUQ4USMk.js} +0 -0
- /package/dist/{index-8e1e2573.js → index-CQTJoWhb.js} +0 -0
- /package/dist/{info-circle-5826decc.js → info-circle-COnL5bTJ.js} +0 -0
- /package/dist/{loading-09ca52df.js → loading-Dcc5RApI.js} +0 -0
- /package/dist/{lock-1d2487c9.js → lock-Cr7BnmWN.js} +0 -0
- /package/dist/{message-b2bfdea7.js → message-D36_Zo2l.js} +0 -0
- /package/dist/{power-off-6ade5a91.js → power-off-lQRbiBak.js} +0 -0
- /package/dist/{preview-b291aea8.js → preview-CJbz9GjO.js} +0 -0
- /package/dist/{setting-1e5ccb6d.js → setting-DemlgzVC.js} +0 -0
- /package/dist/{team-ca6a12e1.js → team-tl4NJXPC.js} +0 -0
- /package/dist/{unlock-f56086fd.js → unlock-CeU74z9n.js} +0 -0
- /package/dist/{user-5c01e665.js → user-B-eVXwuk.js} +0 -0
- /package/dist/{warning-circle-035e025c.js → warning-circle-DDUgEDIv.js} +0 -0
- /package/dist/{warning-circle-fill-d17c37c9.js → warning-circle-fill-lODUKz0i.js} +0 -0
package/dist/image.js
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
7
|
+
import { _ as __variableDynamicImportRuntimeHelper, s as str2Xml } from "./arrow-down-C9jBUUt3.js";
|
|
8
|
+
import "./utils-BMBEcoPj.js";
|
|
9
|
+
const f7170ee498e0dd32cbdcb63fba8f75cc = ".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:inline-flex}:host([spin]){animation-name:rotate;animation-duration:1.4s;animation-timing-function:linear;animation-iteration-count:infinite}.ran-icon{display:flex;align-items:center;justify-content:center}@keyframes rotate{to{transform:rotate(360deg)}}";
|
|
10
|
+
const X_LINKS_NS = "http://www.w3.org/1999/xlink";
|
|
11
|
+
const X_LINK_HREF = "xlink:href";
|
|
12
|
+
function Custom() {
|
|
13
|
+
if (typeof window !== "undefined" && !customElements.get("r-icon")) {
|
|
14
|
+
class RIcon extends HTMLElement {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
__publicField(this, "_icon");
|
|
18
|
+
__publicField(this, "_div");
|
|
19
|
+
/**
|
|
20
|
+
* @description: 本地加载 icon
|
|
21
|
+
*/
|
|
22
|
+
__publicField(this, "loadLocal", () => {
|
|
23
|
+
return new Promise((resolve, reject) => {
|
|
24
|
+
__variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "../../assets/icons/add-user.svg": () => import("./add-user-BN1JlY7e.js"), "../../assets/icons/arrow-down.svg": () => import("./arrow-down-C9jBUUt3.js").then((n) => n.a), "../../assets/icons/book.svg": () => import("./book-nTEFXU2x.js"), "../../assets/icons/check-circle-fill.svg": () => import("./check-circle-fill-B_pd8ZSs.js"), "../../assets/icons/check-circle.svg": () => import("./check-circle-szyAJiap.js"), "../../assets/icons/close-circle-fill.svg": () => import("./close-circle-fill-jSqPPw9i.js"), "../../assets/icons/close-circle.svg": () => import("./close-circle-CwmuN2C6.js"), "../../assets/icons/close.svg": () => import("./close-CFnkhudp.js"), "../../assets/icons/eye-close.svg": () => import("./eye-close-BVr3NJtg.js"), "../../assets/icons/eye.svg": () => import("./eye-D_mEt17f.js"), "../../assets/icons/home.svg": () => import("./home-BUQ4USMk.js"), "../../assets/icons/info-circle-fill.svg": () => import("./info-circle-fill-CFeVMdci.js"), "../../assets/icons/info-circle.svg": () => import("./info-circle-COnL5bTJ.js"), "../../assets/icons/loading.svg": () => import("./loading-Dcc5RApI.js"), "../../assets/icons/lock.svg": () => import("./lock-Cr7BnmWN.js"), "../../assets/icons/message.svg": () => import("./message-D36_Zo2l.js"), "../../assets/icons/power-off.svg": () => import("./power-off-lQRbiBak.js"), "../../assets/icons/preview.svg": () => import("./preview-CJbz9GjO.js"), "../../assets/icons/setting.svg": () => import("./setting-DemlgzVC.js"), "../../assets/icons/sprite.svg": () => import("./sprite-CH2zLtZy.js"), "../../assets/icons/team.svg": () => import("./team-tl4NJXPC.js"), "../../assets/icons/unlock.svg": () => import("./unlock-CeU74z9n.js"), "../../assets/icons/user.svg": () => import("./user-B-eVXwuk.js"), "../../assets/icons/warning-circle-fill.svg": () => import("./warning-circle-fill-lODUKz0i.js"), "../../assets/icons/warning-circle.svg": () => import("./warning-circle-DDUgEDIv.js") }), `../../assets/icons/${this.name}.svg`).then((result) => {
|
|
25
|
+
if (result && result.default && result.default._identification) {
|
|
26
|
+
const { data } = result.default;
|
|
27
|
+
this._icon && this._div.removeChild(this._icon);
|
|
28
|
+
this._icon = str2Xml(data, "image/svg+xml");
|
|
29
|
+
if (this._icon) {
|
|
30
|
+
this._div.appendChild(this._icon);
|
|
31
|
+
this.setSize();
|
|
32
|
+
this.setColor();
|
|
33
|
+
resolve();
|
|
34
|
+
}
|
|
35
|
+
} else {
|
|
36
|
+
this.loadNs();
|
|
37
|
+
reject(`
|
|
38
|
+
couldn't be loaded by r-icon, message: ${this.name} icon is undefined`);
|
|
39
|
+
}
|
|
40
|
+
}).catch((error) => {
|
|
41
|
+
this.loadNs();
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
/**
|
|
46
|
+
* @description: NS 加载 icon
|
|
47
|
+
*/
|
|
48
|
+
__publicField(this, "loadNs", () => {
|
|
49
|
+
if (this._icon && this._div) {
|
|
50
|
+
this._div.removeChild(this._icon);
|
|
51
|
+
}
|
|
52
|
+
this._icon = document.createElement("svg");
|
|
53
|
+
this._icon.setAttribute("class", "icon");
|
|
54
|
+
this._icon.setAttribute("viewBox", "0 0 1024 1024");
|
|
55
|
+
this._icon.setAttribute("width", "100");
|
|
56
|
+
this._icon.setAttribute("height", "100");
|
|
57
|
+
const use = document.createElementNS(X_LINKS_NS, "use");
|
|
58
|
+
use.setAttributeNS(X_LINKS_NS, X_LINK_HREF, `../../assets/iconfont/icon.svg#icon-${this.name}`);
|
|
59
|
+
this._icon.appendChild(use);
|
|
60
|
+
this._div.appendChild(this._icon);
|
|
61
|
+
});
|
|
62
|
+
/**
|
|
63
|
+
* @description: 根据 name 属性加载对应的 svg
|
|
64
|
+
*/
|
|
65
|
+
__publicField(this, "setIcon", async () => {
|
|
66
|
+
if (this.name) {
|
|
67
|
+
this.loadLocal();
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
/**
|
|
71
|
+
* @description: 设置 icon 的大小
|
|
72
|
+
*/
|
|
73
|
+
__publicField(this, "setSize", () => {
|
|
74
|
+
if (this._icon && this.size) {
|
|
75
|
+
this._icon.setAttribute("width", this.size);
|
|
76
|
+
this._icon.setAttribute("height", this.size);
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
/**
|
|
80
|
+
* @description: 设置 icon 的颜色
|
|
81
|
+
*/
|
|
82
|
+
__publicField(this, "setColor", () => {
|
|
83
|
+
if (this._icon) {
|
|
84
|
+
this.color ? this._icon.setAttribute("fill", this.color) : this._icon.setAttribute("fill", "currentColor");
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
/**
|
|
88
|
+
* @description: 设置是否旋转和旋转的速度
|
|
89
|
+
*/
|
|
90
|
+
__publicField(this, "setSpin", () => {
|
|
91
|
+
if (this.spin) {
|
|
92
|
+
this.style.setProperty("animation-duration", `${this.spin}s`);
|
|
93
|
+
}
|
|
94
|
+
});
|
|
95
|
+
this._div = document.createElement("div");
|
|
96
|
+
this._div.setAttribute("class", "ran-icon");
|
|
97
|
+
this._div.setAttribute("part", "ran-icon");
|
|
98
|
+
const shadowRoot = this.attachShadow({ mode: "closed" });
|
|
99
|
+
const F7170EE498E0DD32CBDCB63FBA8F75CC = document.createElement("style");
|
|
100
|
+
F7170EE498E0DD32CBDCB63FBA8F75CC.textContent = f7170ee498e0dd32cbdcb63fba8f75cc;
|
|
101
|
+
shadowRoot.appendChild(F7170EE498E0DD32CBDCB63FBA8F75CC);
|
|
102
|
+
shadowRoot.appendChild(this._div);
|
|
103
|
+
}
|
|
104
|
+
static get observedAttributes() {
|
|
105
|
+
return ["name", "size", "color", "spin"];
|
|
106
|
+
}
|
|
107
|
+
get name() {
|
|
108
|
+
return this.getAttribute("name");
|
|
109
|
+
}
|
|
110
|
+
set name(value) {
|
|
111
|
+
if (value)
|
|
112
|
+
this.setAttribute("name", value);
|
|
113
|
+
}
|
|
114
|
+
get size() {
|
|
115
|
+
return this.getAttribute("size");
|
|
116
|
+
}
|
|
117
|
+
set size(value) {
|
|
118
|
+
if (value)
|
|
119
|
+
this.setAttribute("size", value);
|
|
120
|
+
}
|
|
121
|
+
get color() {
|
|
122
|
+
return this.getAttribute("color");
|
|
123
|
+
}
|
|
124
|
+
set color(value) {
|
|
125
|
+
if (value)
|
|
126
|
+
this.setAttribute("color", value);
|
|
127
|
+
}
|
|
128
|
+
get spin() {
|
|
129
|
+
return this.getAttribute("spin");
|
|
130
|
+
}
|
|
131
|
+
set spin(value) {
|
|
132
|
+
if (value != null)
|
|
133
|
+
this.setAttribute("spin", value);
|
|
134
|
+
}
|
|
135
|
+
connectedCallback() {
|
|
136
|
+
this.setIcon();
|
|
137
|
+
}
|
|
138
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
139
|
+
if (newValue !== oldValue) {
|
|
140
|
+
if (name === "name")
|
|
141
|
+
this.setIcon();
|
|
142
|
+
if (name === "size")
|
|
143
|
+
this.setSize();
|
|
144
|
+
if (name === "color")
|
|
145
|
+
this.setColor();
|
|
146
|
+
if (name === "spin")
|
|
147
|
+
this.setSpin();
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
customElements.define("r-icon", RIcon);
|
|
152
|
+
}
|
|
153
|
+
if (typeof window !== "undefined" && !customElements.get("ra-icon")) {
|
|
154
|
+
class RaIcon extends HTMLElement {
|
|
155
|
+
constructor() {
|
|
156
|
+
super();
|
|
157
|
+
__publicField(this, "_icon");
|
|
158
|
+
__publicField(this, "_div");
|
|
159
|
+
/**
|
|
160
|
+
* @description: 本地加载 icon
|
|
161
|
+
*/
|
|
162
|
+
__publicField(this, "loadLocal", () => {
|
|
163
|
+
return new Promise((resolve, reject) => {
|
|
164
|
+
__variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "../../assets/icons/add-user.svg": () => import("./add-user-BN1JlY7e.js"), "../../assets/icons/arrow-down.svg": () => import("./arrow-down-C9jBUUt3.js").then((n) => n.a), "../../assets/icons/book.svg": () => import("./book-nTEFXU2x.js"), "../../assets/icons/check-circle-fill.svg": () => import("./check-circle-fill-B_pd8ZSs.js"), "../../assets/icons/check-circle.svg": () => import("./check-circle-szyAJiap.js"), "../../assets/icons/close-circle-fill.svg": () => import("./close-circle-fill-jSqPPw9i.js"), "../../assets/icons/close-circle.svg": () => import("./close-circle-CwmuN2C6.js"), "../../assets/icons/close.svg": () => import("./close-CFnkhudp.js"), "../../assets/icons/eye-close.svg": () => import("./eye-close-BVr3NJtg.js"), "../../assets/icons/eye.svg": () => import("./eye-D_mEt17f.js"), "../../assets/icons/home.svg": () => import("./home-BUQ4USMk.js"), "../../assets/icons/info-circle-fill.svg": () => import("./info-circle-fill-CFeVMdci.js"), "../../assets/icons/info-circle.svg": () => import("./info-circle-COnL5bTJ.js"), "../../assets/icons/loading.svg": () => import("./loading-Dcc5RApI.js"), "../../assets/icons/lock.svg": () => import("./lock-Cr7BnmWN.js"), "../../assets/icons/message.svg": () => import("./message-D36_Zo2l.js"), "../../assets/icons/power-off.svg": () => import("./power-off-lQRbiBak.js"), "../../assets/icons/preview.svg": () => import("./preview-CJbz9GjO.js"), "../../assets/icons/setting.svg": () => import("./setting-DemlgzVC.js"), "../../assets/icons/sprite.svg": () => import("./sprite-CH2zLtZy.js"), "../../assets/icons/team.svg": () => import("./team-tl4NJXPC.js"), "../../assets/icons/unlock.svg": () => import("./unlock-CeU74z9n.js"), "../../assets/icons/user.svg": () => import("./user-B-eVXwuk.js"), "../../assets/icons/warning-circle-fill.svg": () => import("./warning-circle-fill-lODUKz0i.js"), "../../assets/icons/warning-circle.svg": () => import("./warning-circle-DDUgEDIv.js") }), `../../assets/icons/${this.name}.svg`).then((result) => {
|
|
165
|
+
if (result && result.default && result.default._identification) {
|
|
166
|
+
const { data } = result.default;
|
|
167
|
+
this._icon && this._div.removeChild(this._icon);
|
|
168
|
+
this._icon = str2Xml(data, "image/svg+xml");
|
|
169
|
+
if (this._icon) {
|
|
170
|
+
this._div.appendChild(this._icon);
|
|
171
|
+
this.setSize();
|
|
172
|
+
this.setColor();
|
|
173
|
+
resolve();
|
|
174
|
+
}
|
|
175
|
+
} else {
|
|
176
|
+
this.loadNs();
|
|
177
|
+
reject(`
|
|
178
|
+
couldn't be loaded by r-icon, message: ${this.name} icon is undefined`);
|
|
179
|
+
}
|
|
180
|
+
}).catch((error) => {
|
|
181
|
+
this.loadNs();
|
|
182
|
+
});
|
|
183
|
+
});
|
|
184
|
+
});
|
|
185
|
+
/**
|
|
186
|
+
* @description: NS 加载 icon
|
|
187
|
+
*/
|
|
188
|
+
__publicField(this, "loadNs", () => {
|
|
189
|
+
if (this._icon && this._div) {
|
|
190
|
+
this._div.removeChild(this._icon);
|
|
191
|
+
}
|
|
192
|
+
this._icon = document.createElement("svg");
|
|
193
|
+
this._icon.setAttribute("class", "icon");
|
|
194
|
+
this._icon.setAttribute("viewBox", "0 0 1024 1024");
|
|
195
|
+
this._icon.setAttribute("width", "100");
|
|
196
|
+
this._icon.setAttribute("height", "100");
|
|
197
|
+
const use = document.createElementNS(X_LINKS_NS, "use");
|
|
198
|
+
use.setAttributeNS(X_LINKS_NS, X_LINK_HREF, `../../assets/iconfont/icon.svg#icon-${this.name}`);
|
|
199
|
+
this._icon.appendChild(use);
|
|
200
|
+
this._div.appendChild(this._icon);
|
|
201
|
+
});
|
|
202
|
+
/**
|
|
203
|
+
* @description: 根据 name 属性加载对应的 svg
|
|
204
|
+
*/
|
|
205
|
+
__publicField(this, "setIcon", async () => {
|
|
206
|
+
if (this.name) {
|
|
207
|
+
this.loadLocal();
|
|
208
|
+
}
|
|
209
|
+
});
|
|
210
|
+
/**
|
|
211
|
+
* @description: 设置 icon 的大小
|
|
212
|
+
*/
|
|
213
|
+
__publicField(this, "setSize", () => {
|
|
214
|
+
if (this._icon && this.size) {
|
|
215
|
+
this._icon.setAttribute("width", this.size);
|
|
216
|
+
this._icon.setAttribute("height", this.size);
|
|
217
|
+
}
|
|
218
|
+
});
|
|
219
|
+
/**
|
|
220
|
+
* @description: 设置 icon 的颜色
|
|
221
|
+
*/
|
|
222
|
+
__publicField(this, "setColor", () => {
|
|
223
|
+
if (this._icon) {
|
|
224
|
+
this.color ? this._icon.setAttribute("fill", this.color) : this._icon.setAttribute("fill", "currentColor");
|
|
225
|
+
}
|
|
226
|
+
});
|
|
227
|
+
/**
|
|
228
|
+
* @description: 设置是否旋转和旋转的速度
|
|
229
|
+
*/
|
|
230
|
+
__publicField(this, "setSpin", () => {
|
|
231
|
+
if (this.spin) {
|
|
232
|
+
this.style.setProperty("animation-duration", `${this.spin}s`);
|
|
233
|
+
}
|
|
234
|
+
});
|
|
235
|
+
this._div = document.createElement("div");
|
|
236
|
+
this._div.setAttribute("class", "ran-icon");
|
|
237
|
+
this._div.setAttribute("part", "ran-icon");
|
|
238
|
+
}
|
|
239
|
+
static get observedAttributes() {
|
|
240
|
+
return ["name", "size", "color", "spin"];
|
|
241
|
+
}
|
|
242
|
+
get name() {
|
|
243
|
+
return this.getAttribute("name");
|
|
244
|
+
}
|
|
245
|
+
set name(value) {
|
|
246
|
+
if (value)
|
|
247
|
+
this.setAttribute("name", value);
|
|
248
|
+
}
|
|
249
|
+
get size() {
|
|
250
|
+
return this.getAttribute("size");
|
|
251
|
+
}
|
|
252
|
+
set size(value) {
|
|
253
|
+
if (value)
|
|
254
|
+
this.setAttribute("size", value);
|
|
255
|
+
}
|
|
256
|
+
get color() {
|
|
257
|
+
return this.getAttribute("color");
|
|
258
|
+
}
|
|
259
|
+
set color(value) {
|
|
260
|
+
if (value)
|
|
261
|
+
this.setAttribute("color", value);
|
|
262
|
+
}
|
|
263
|
+
get spin() {
|
|
264
|
+
return this.getAttribute("spin");
|
|
265
|
+
}
|
|
266
|
+
set spin(value) {
|
|
267
|
+
if (value != null)
|
|
268
|
+
this.setAttribute("spin", value);
|
|
269
|
+
}
|
|
270
|
+
connectedCallback() {
|
|
271
|
+
this.appendChild(this._div);
|
|
272
|
+
this.setIcon();
|
|
273
|
+
}
|
|
274
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
275
|
+
if (newValue !== oldValue) {
|
|
276
|
+
if (name === "name")
|
|
277
|
+
this.setIcon();
|
|
278
|
+
if (name === "size")
|
|
279
|
+
this.setSize();
|
|
280
|
+
if (name === "color")
|
|
281
|
+
this.setColor();
|
|
282
|
+
if (name === "spin")
|
|
283
|
+
this.setSpin();
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
customElements.define("ra-icon", RaIcon);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
const index = Custom();
|
|
291
|
+
const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
292
|
+
__proto__: null,
|
|
293
|
+
default: index
|
|
294
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
295
|
+
export {
|
|
296
|
+
index as a,
|
|
297
|
+
index$1 as i
|
|
298
|
+
};
|