color-star-custom-components 0.0.39 → 0.0.40

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.
@@ -234,7 +234,7 @@ const AA = a, V = "data:image/webp;base64,UklGRhQHAABXRUJQVlA4WAoAAAAwAAAAQwAAOw
234
234
  })) : p("", !0)
235
235
  ], 4));
236
236
  }
237
- }), k = /* @__PURE__ */ F(K, [["__scopeId", "data-v-a8706f36"]]), tA = W(k);
237
+ }), k = /* @__PURE__ */ F(K, [["__scopeId", "data-v-e47f7cef"]]), tA = W(k);
238
238
  export {
239
239
  Q as APPLICATION_TYPE,
240
240
  tA as ApplicationIcon,
@@ -1,7 +1,7 @@
1
1
  import { w as s } from "./chunks/index.bCzIhWFw.js";
2
2
  import { useCssVars as u, shallowRef as m, ref as f, watch as d, onMounted as p, createBlock as c, createCommentVNode as y, openBlock as l, unref as v, mergeProps as g, withCtx as b, resolveDynamicComponent as C } from "vue";
3
3
  import { ElIcon as I } from "element-plus";
4
- import { i, g as N } from "./chunks/config.eJ2nTYqc.js";
4
+ import { i, g as N } from "./chunks/config.CgyBKLVa.js";
5
5
  import { _ as h } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
6
6
  import './assets/IconRenderer.css';const w = /* @__PURE__ */ Object.assign({
7
7
  name: "IconRenderer"
package/es/IconSelect.mjs CHANGED
@@ -2,7 +2,7 @@ import { w as M } from "./chunks/index.bCzIhWFw.js";
2
2
  import { useCssVars as $, ref as r, shallowRef as F, computed as P, watch as x, onMounted as R, createBlock as i, openBlock as l, unref as u, withCtx as s, createElementVNode as k, createVNode as I, createElementBlock as d, createSlots as U, resolveDynamicComponent as h, Fragment as V, renderList as D, normalizeClass as j, createCommentVNode as T, createTextVNode as q, markRaw as z } from "vue";
3
3
  import { ElPopover as G, ElInput as H, ElIcon as w } from "element-plus";
4
4
  import { _ as J } from "./chunks/layout.CMmVr85o.js";
5
- import { i as N, g as K, a as Q } from "./chunks/config.eJ2nTYqc.js";
5
+ import { i as N, g as K, a as Q } from "./chunks/config.CgyBKLVa.js";
6
6
  import { _ as W } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
7
7
  import './assets/IconSelect.css';const X = { class: "icon-select-content flex flex-col overflow-hidden" }, Y = {
8
8
  key: 0,
@@ -1 +1 @@
1
- .application-icon-wrapper[data-v-a8706f36]{display:inline-block}.official-badge[data-v-a8706f36]{border-radius:50%;box-shadow:0 1px 3px #0000001f}
1
+ .application-icon-wrapper[data-v-e47f7cef]{display:inline-block}.official-badge[data-v-e47f7cef]{border-radius:50%;box-shadow:0 1px 3px #0000001f}[data-v-e47f7cef] .el-image__inner{width:100%;height:100%}
@@ -0,0 +1,24 @@
1
+ const a = {
2
+ lingyun: "lingyun",
3
+ aibox: "aibox"
4
+ }, o = async (n) => {
5
+ switch (n) {
6
+ case a.lingyun:
7
+ return await import("./global.CnGuevjX.js");
8
+ case a.aibox:
9
+ return await import("./global.tyVW9hXa.js");
10
+ }
11
+ return null;
12
+ }, i = async (n, r) => {
13
+ if (!r) return null;
14
+ try {
15
+ return (await o(n))[r] || null;
16
+ } catch (t) {
17
+ return console.warn(`Failed to load icon ${r} from ${n} library:`, t), null;
18
+ }
19
+ };
20
+ export {
21
+ o as a,
22
+ i as g,
23
+ a as i
24
+ };