color-star-custom-components 0.0.15 → 0.0.16

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.
Files changed (73) hide show
  1. package/es/CustomSelect.mjs +1 -1
  2. package/es/IconRenderer.mjs +1 -1
  3. package/es/IconSelect.mjs +1 -1
  4. package/es/SearchBar.mjs +23 -26
  5. package/es/TreeShowSelect.mjs +26 -28
  6. package/es/assets/SearchBar.css +1 -1
  7. package/es/assets/TreeShowSelect.css +1 -1
  8. package/es/chunks/BatchImport.B5inubHt.js +173 -0
  9. package/es/chunks/CustomSelect.DvKTT1Kn.js +5 -0
  10. package/es/chunks/CustomTitle.BBrGK8vA.js +5 -0
  11. package/es/chunks/FileList.CLb0j2ca.js +5 -0
  12. package/es/chunks/GlassProxy.Dek3zo-k.js +176 -0
  13. package/es/chunks/IconEmpty.DoCNu0jY.js +5 -0
  14. package/es/chunks/IconRenderer.DbLSQXFZ.js +60 -0
  15. package/es/chunks/IconSelect.DjNvTfvM.js +162 -0
  16. package/es/chunks/SearchBar.Dw1qAtAa.js +582 -0
  17. package/es/chunks/TreeSelect.BkF207wh.js +5 -0
  18. package/es/chunks/TreeShowSelect.DuVWWk73.js +87 -0
  19. package/es/chunks/UploadFile.Cll5_hce.js +5 -0
  20. package/es/chunks/_plugin-vue_export-helper.BgwWMokO.js +6 -0
  21. package/es/chunks/chunk.CWVlkNTZ.js +18 -0
  22. package/es/chunks/config.SfJn1-ON.js +24 -0
  23. package/es/chunks/config.j-piuAWF.js +24 -0
  24. package/es/chunks/config.t_HHFoB9.js +18 -0
  25. package/es/chunks/global.31sZWaXJ.js +15282 -0
  26. package/es/chunks/global.BEeKea4u.js +1955 -0
  27. package/es/chunks/global.ChqJEry4.js +7973 -0
  28. package/es/chunks/global.CnGuevjX.js +8168 -0
  29. package/es/chunks/layout.4utLpDo3.js +120 -0
  30. package/es/chunks/layout.84FMC7pU.js +121 -0
  31. package/es/chunks/layout.BsFtxlIJ.js +31 -0
  32. package/es/chunks/layout.C5pEEv-d.js +207 -0
  33. package/es/chunks/layout.CokqBzin.js +338 -0
  34. package/es/chunks/layout.Dix22XYV.js +113 -0
  35. package/es/chunks/layout.FqoRQKdx.js +59 -0
  36. package/es/chunks/utils.BFFtVZUp.js +10 -0
  37. package/es/index.mjs +1 -1
  38. package/lib/CustomSelect.js +1 -1
  39. package/lib/IconRenderer.js +1 -1
  40. package/lib/IconSelect.js +1 -1
  41. package/lib/SearchBar.js +1 -1
  42. package/lib/TreeShowSelect.js +1 -1
  43. package/lib/assets/SearchBar.css +1 -1
  44. package/lib/assets/TreeShowSelect.css +1 -1
  45. package/lib/chunks/BatchImport.Be1Oddwm.js +1 -0
  46. package/lib/chunks/CustomSelect.qmizu8jb.js +1 -0
  47. package/lib/chunks/CustomTitle.C_V_RLwQ.js +1 -0
  48. package/lib/chunks/FileList.DK7Iz3hw.js +1 -0
  49. package/lib/chunks/GlassProxy.BurTd4Wo.js +1 -0
  50. package/lib/chunks/IconEmpty.MspO8cAH.js +1 -0
  51. package/lib/chunks/IconRenderer.CepZVN9N.js +1 -0
  52. package/lib/chunks/IconSelect.GFCG4dmy.js +1 -0
  53. package/lib/chunks/SearchBar.C1eP9H7z.js +1 -0
  54. package/lib/chunks/TreeSelect.CKdd24_v.js +1 -0
  55. package/lib/chunks/TreeShowSelect.D06Kgg9y.js +1 -0
  56. package/lib/chunks/UploadFile.FAeNJfgq.js +1 -0
  57. package/lib/chunks/_plugin-vue_export-helper.Bgn9wawX.js +1 -0
  58. package/lib/chunks/chunk.D6xVHP8F.js +1 -0
  59. package/lib/chunks/config.CQdd5R1R.js +1 -0
  60. package/lib/chunks/config.x7rWDsG1.js +1 -0
  61. package/lib/chunks/global.BwmaGr1r.js +1 -0
  62. package/lib/chunks/global.C-GuAavy.js +1 -0
  63. package/lib/chunks/global.CCgRKoj5.js +1 -0
  64. package/lib/chunks/layout.0C5st371.js +1 -0
  65. package/lib/chunks/layout.966lkT12.js +1 -0
  66. package/lib/chunks/layout.C4airLP9.js +1 -0
  67. package/lib/chunks/layout.ChiWtlly.js +1 -0
  68. package/lib/chunks/layout.DF2j_cdu.js +1 -0
  69. package/lib/chunks/layout.DjMFll_s.js +1 -0
  70. package/lib/chunks/layout.DutPtWqI.js +1 -0
  71. package/lib/chunks/utils.a5Y3RKNY.js +1 -0
  72. package/lib/index.js +1 -1
  73. package/package.json +8 -8
@@ -0,0 +1,176 @@
1
+ import { t as withInstall } from "./utils.BFFtVZUp.js";
2
+ import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper.BgwWMokO.js";
3
+ import { computed, createCommentVNode, createElementBlock, createElementVNode, nextTick, normalizeClass, normalizeStyle, onMounted, onUnmounted, openBlock, ref, renderSlot, watch } from "vue";
4
+ import '../assets/GlassProxy.css';var _hoisted_1 = ["width", "height"], _hoisted_2 = ["width", "height"], _hoisted_3 = ["width", "height"], _hoisted_4 = ["scale"], _hoisted_5 = ["stdDeviation"];
5
+ const GlassProxy = withInstall(/* @__PURE__ */ _plugin_vue_export_helper_default(/* @__PURE__ */ Object.assign({ name: "GlassProxy" }, {
6
+ __name: "layout",
7
+ props: {
8
+ cornerRadius: {
9
+ type: Number,
10
+ default: 16
11
+ },
12
+ saturation: {
13
+ type: Number,
14
+ default: 100
15
+ },
16
+ blurAmount: {
17
+ type: Number,
18
+ default: 0
19
+ },
20
+ displacementScale: {
21
+ type: Number,
22
+ default: 20
23
+ },
24
+ padding: {
25
+ type: String,
26
+ default: "0"
27
+ },
28
+ customClass: {
29
+ type: String,
30
+ default: ""
31
+ },
32
+ background: {
33
+ type: String,
34
+ default: "transparent"
35
+ },
36
+ enableLiquidEffect: {
37
+ type: Boolean,
38
+ default: !0
39
+ }
40
+ },
41
+ setup(t) {
42
+ let r = t, b = `liquid-filter-${Math.random().toString(36).substr(2, 9)}`, x = ref(null), S = ref(null), C = ref(100), w = ref(100), T = null;
43
+ function E(t, r, i) {
44
+ return i = Math.max(0, Math.min(1, (i - t) / (r - t))), i * i * (3 - 2 * i);
45
+ }
46
+ function D(t, r) {
47
+ return Math.sqrt(t * t + r * r);
48
+ }
49
+ function O(t, r, i, a, o) {
50
+ let s = Math.abs(t) - i + o, c = Math.abs(r) - a + o;
51
+ return Math.min(Math.max(s, c), 0) + D(Math.max(s, 0), Math.max(c, 0)) - o;
52
+ }
53
+ let k = () => {
54
+ if (!x.value || !S.value || !r.enableLiquidEffect) return;
55
+ let t = x.value.getBoundingClientRect(), i = Math.floor(t.width), a = Math.floor(t.height);
56
+ if (i === 0 || a === 0) return;
57
+ C.value = i, w.value = a;
58
+ let o = window.devicePixelRatio || 1, s = Math.floor(i * o), c = Math.floor(a * o), l = document.createElement("canvas");
59
+ l.width = s, l.height = c;
60
+ let u = l.getContext("2d");
61
+ if (!u) return;
62
+ let d = u.createImageData(s, c), f = d.data, p = s / c, m = (p > 1 ? .5 * p : .5) - .02, h = (p > 1 ? .5 : .5 / p) - .02, g = Math.min(s, c), _ = r.cornerRadius * o / g;
63
+ for (let t = 0; t < s * c; t++) {
64
+ let r = t % s, i = Math.floor(t / s), a = r / s, o = i / c, l = a - .5, u = o - .5;
65
+ p > 1 ? l *= p : u /= p;
66
+ let d = E(.2, 0, O(l, u, m, h, _)), g = 127.5 + l * d * 255, v = 127.5 + u * d * 255, y = t * 4;
67
+ f[y] = g, f[y + 1] = v, f[y + 2] = 0, f[y + 3] = 255;
68
+ }
69
+ u.putImageData(d, 0, 0), S.value.setAttribute("href", l.toDataURL("image/png", 1));
70
+ }, A = computed(() => ({
71
+ padding: r.padding,
72
+ borderRadius: `${r.cornerRadius}px`,
73
+ position: "relative",
74
+ display: "block",
75
+ boxSizing: "border-box"
76
+ })), j = computed(() => ({
77
+ position: "absolute",
78
+ top: 0,
79
+ left: 0,
80
+ width: "100%",
81
+ height: "100%",
82
+ borderRadius: `${r.cornerRadius}px`,
83
+ background: r.background,
84
+ backdropFilter: `blur(10px) saturate(${r.saturation / 100})`,
85
+ boxShadow: "0 8px 32px 0 rgba(31, 38, 135, 0.07)",
86
+ zIndex: 0,
87
+ transform: "translateZ(0)"
88
+ })), M = computed(() => ({
89
+ position: "absolute",
90
+ top: 0,
91
+ left: 0,
92
+ width: "100%",
93
+ height: "100%",
94
+ borderRadius: `${r.cornerRadius}px`,
95
+ background: "transparent",
96
+ backdropFilter: "blur(12px)",
97
+ boxShadow: "0 4px 12px rgba(0,0,0,0.05)",
98
+ zIndex: 0
99
+ })), N = computed(() => ({
100
+ borderRadius: `${r.cornerRadius}px`,
101
+ "--corner-radius": `${r.cornerRadius}px`
102
+ }));
103
+ return onMounted(() => {
104
+ r.enableLiquidEffect && nextTick(() => {
105
+ k(), x.value && (T = new ResizeObserver(() => {
106
+ requestAnimationFrame(k);
107
+ }), T.observe(x.value));
108
+ });
109
+ }), onUnmounted(() => {
110
+ T && T.disconnect();
111
+ }), watch(() => r.enableLiquidEffect, (t) => {
112
+ t && nextTick(k);
113
+ }), (i, c) => (openBlock(), createElementBlock("div", {
114
+ ref_key: "containerRef",
115
+ ref: x,
116
+ class: normalizeClass(["aibox-glass-proxy", t.customClass]),
117
+ style: normalizeStyle(A.value)
118
+ }, [
119
+ t.enableLiquidEffect ? (openBlock(), createElementBlock("svg", {
120
+ key: 0,
121
+ class: "glass-svg-defs",
122
+ width: C.value,
123
+ height: w.value,
124
+ style: normalizeStyle({
125
+ position: "absolute",
126
+ pointerEvents: "none",
127
+ zIndex: -1,
128
+ top: 0,
129
+ left: 0,
130
+ clipPath: `inset(0 round ${r.cornerRadius}px)`
131
+ })
132
+ }, [createElementVNode("defs", null, [createElementVNode("filter", {
133
+ id: b,
134
+ filterUnits: "userSpaceOnUse",
135
+ x: "0",
136
+ y: "0",
137
+ width: C.value,
138
+ height: w.value,
139
+ "color-interpolation-filters": "sRGB"
140
+ }, [
141
+ createElementVNode("feImage", {
142
+ ref_key: "feImageRef",
143
+ ref: S,
144
+ result: "DISPLACEMENT_MAP",
145
+ width: C.value,
146
+ height: w.value,
147
+ preserveAspectRatio: "none",
148
+ "image-rendering": "optimizeQuality"
149
+ }, null, 8, _hoisted_3),
150
+ createElementVNode("feDisplacementMap", {
151
+ in: "SourceGraphic",
152
+ in2: "DISPLACEMENT_MAP",
153
+ scale: t.displacementScale,
154
+ xChannelSelector: "R",
155
+ yChannelSelector: "G"
156
+ }, null, 8, _hoisted_4),
157
+ createElementVNode("feGaussianBlur", { stdDeviation: t.blurAmount }, null, 8, _hoisted_5)
158
+ ], 8, _hoisted_2)])], 12, _hoisted_1)) : createCommentVNode("", !0),
159
+ t.enableLiquidEffect ? (openBlock(), createElementBlock("div", {
160
+ key: 1,
161
+ class: "glass-liquid-bg",
162
+ style: normalizeStyle(j.value)
163
+ }, null, 4)) : (openBlock(), createElementBlock("div", {
164
+ key: 2,
165
+ class: "glass-fallback-bg",
166
+ style: normalizeStyle(M.value)
167
+ }, null, 4)),
168
+ createElementVNode("div", {
169
+ class: "glass-content-layer",
170
+ style: normalizeStyle(N.value)
171
+ }, [renderSlot(i.$slots, "default", {}, void 0, !0)], 4)
172
+ ], 6));
173
+ }
174
+ }), [["__scopeId", "data-v-f301f72e"]]));
175
+ var GlassProxy_default = GlassProxy;
176
+ export { GlassProxy_default as n, GlassProxy as t };
@@ -0,0 +1,5 @@
1
+ import { t as withInstall } from "./utils.BFFtVZUp.js";
2
+ import { t as layout_default } from "./layout.FqoRQKdx.js";
3
+ const IconEmpty = withInstall(layout_default);
4
+ var IconEmpty_default = IconEmpty;
5
+ export { IconEmpty_default as n, IconEmpty as t };
@@ -0,0 +1,60 @@
1
+ import { t as withInstall } from "./utils.BFFtVZUp.js";
2
+ import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper.BgwWMokO.js";
3
+ import { r as iconLibraryMap, t as getIconComponent } from "./config.t_HHFoB9.js";
4
+ import { createBlock, createCommentVNode, mergeProps, onMounted, openBlock, ref, resolveDynamicComponent, shallowRef, unref, useCssVars, watch, withCtx } from "vue";
5
+ import { ElIcon } from "element-plus";
6
+ import '../assets/IconRenderer.css';const IconRenderer = withInstall(/* @__PURE__ */ _plugin_vue_export_helper_default(/* @__PURE__ */ Object.assign({ name: "IconRenderer" }, {
7
+ __name: "layout",
8
+ props: {
9
+ iconName: {
10
+ type: String,
11
+ default: ""
12
+ },
13
+ iconLibrary: {
14
+ type: String,
15
+ default: iconLibraryMap.lingyun,
16
+ validator: (e) => Object.values(iconLibraryMap).includes(e)
17
+ },
18
+ size: {
19
+ type: Number,
20
+ default: 16
21
+ },
22
+ color: {
23
+ type: String,
24
+ default: ""
25
+ }
26
+ },
27
+ setup(e) {
28
+ useCssVars((m) => ({ c078896a: e.color }));
29
+ let m = e, h = shallowRef(null), _ = ref(!1), v = async () => {
30
+ if (!m.iconName) {
31
+ h.value = null;
32
+ return;
33
+ }
34
+ if (!_.value) {
35
+ _.value = !0;
36
+ try {
37
+ h.value = await getIconComponent(m.iconLibrary, m.iconName);
38
+ } catch (e) {
39
+ console.error("Failed to load icon component:", e), h.value = null;
40
+ } finally {
41
+ _.value = !1;
42
+ }
43
+ }
44
+ };
45
+ return watch(() => [m.iconLibrary, m.iconName], () => {
46
+ v();
47
+ }, { immediate: !1 }), onMounted(() => {
48
+ v();
49
+ }), (m, g) => e.iconName && h.value ? (openBlock(), createBlock(unref(ElIcon), mergeProps({
50
+ key: 0,
51
+ size: e.size,
52
+ color: e.color
53
+ }, m.$attrs), {
54
+ default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(h.value)))]),
55
+ _: 1
56
+ }, 16, ["size", "color"])) : createCommentVNode("", !0);
57
+ }
58
+ }), [["__scopeId", "data-v-563503ea"]]));
59
+ var IconRenderer_default = IconRenderer;
60
+ export { IconRenderer_default as n, IconRenderer as t };
@@ -0,0 +1,162 @@
1
+ import { t as withInstall } from "./utils.BFFtVZUp.js";
2
+ import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper.BgwWMokO.js";
3
+ import { t as layout_default$1 } from "./layout.FqoRQKdx.js";
4
+ import { n as getIconLibrary, r as iconLibraryMap, t as getIconComponent } from "./config.t_HHFoB9.js";
5
+ import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createTextVNode, createVNode, markRaw, normalizeClass, onMounted, openBlock, ref, renderList, resolveDynamicComponent, shallowRef, unref, useCssVars, watch, withCtx } from "vue";
6
+ import { ElIcon, ElInput, ElPopover } from "element-plus";
7
+ import '../assets/IconSelect.css';var _hoisted_1 = { class: "icon-select-content flex flex-col overflow-hidden" }, _hoisted_2 = {
8
+ key: 0,
9
+ class: "no-data flex items-center justify-center w-full"
10
+ }, _hoisted_3 = {
11
+ key: 1,
12
+ class: "icon-select-grid overflow-y-auto display-grid"
13
+ }, _hoisted_4 = {
14
+ key: 0,
15
+ class: "loading-text flex items-center justify-center w-full"
16
+ }, _hoisted_5 = ["title", "onClick"];
17
+ const IconSelect = withInstall(/* @__PURE__ */ _plugin_vue_export_helper_default(/* @__PURE__ */ Object.assign({ name: "IconSelect" }, {
18
+ __name: "layout",
19
+ props: {
20
+ modelValue: {
21
+ type: String,
22
+ default: ""
23
+ },
24
+ placeholder: {
25
+ type: String,
26
+ default: "请选择图标"
27
+ },
28
+ width: {
29
+ type: Number,
30
+ default: 520
31
+ },
32
+ iconSize: {
33
+ type: Number,
34
+ default: 62
35
+ },
36
+ library: {
37
+ type: String,
38
+ default: iconLibraryMap.lingyun,
39
+ validator: (c) => Object.values(iconLibraryMap).includes(c)
40
+ },
41
+ iconSearch: {
42
+ type: Object,
43
+ default: null
44
+ },
45
+ iconAdd: {
46
+ type: Object,
47
+ default: null
48
+ },
49
+ iconEmpty: {
50
+ type: Object,
51
+ default: null
52
+ },
53
+ iconColor: {
54
+ type: String,
55
+ default: ""
56
+ }
57
+ },
58
+ emits: ["update:modelValue"],
59
+ setup(c, { emit: M }) {
60
+ useCssVars((M) => ({ v051e54a2: c.iconColor }));
61
+ let P = c, F = M, I = ref(!1), L = ref(""), R = ref(P.modelValue), z = ref(null), B = ref([]), V = ref(!1), H = shallowRef({
62
+ IconSearch: null,
63
+ IconAdd: null
64
+ }), U = async (c) => {
65
+ let M = c === "search" ? P.iconSearch : P.iconAdd;
66
+ if (M) return M;
67
+ try {
68
+ return (await import("color-message-lingyun-vue"))[c === "search" ? "IconSearch" : "IconAdd"];
69
+ } catch {
70
+ return console.warn(`color-message-lingyun-vue not found, ${c} icon will not be displayed`), null;
71
+ }
72
+ }, W = async () => {
73
+ let [c, M] = await Promise.all([U("search"), U("add")]);
74
+ return {
75
+ IconSearch: c,
76
+ IconAdd: M
77
+ };
78
+ }, G = async () => {
79
+ V.value = !0;
80
+ try {
81
+ let c = await getIconLibrary(P.library);
82
+ B.value = Object.entries(c).filter(([c]) => c.toLowerCase() && !["default", "icons"]?.includes(c)).map(([c, M]) => ({
83
+ name: c,
84
+ component: markRaw(M)
85
+ }));
86
+ } catch (c) {
87
+ console.error("Failed to load icons:", c), B.value = [];
88
+ } finally {
89
+ V.value = !1;
90
+ }
91
+ }, K = computed(() => L.value ? B.value.filter((c) => c.name.toLowerCase().includes(L.value.toLowerCase())) : B.value), q = async () => {
92
+ if (!R.value) {
93
+ z.value = null;
94
+ return;
95
+ }
96
+ let c = await getIconComponent(P.library, R.value);
97
+ z.value = c ? markRaw(c) : null;
98
+ }, J = (c) => {
99
+ R.value = c.name, F("update:modelValue", c.name), I.value = !1;
100
+ };
101
+ return watch(() => P.modelValue, (c) => {
102
+ R.value = c, q();
103
+ }), watch(() => P.library, () => {
104
+ G(), q();
105
+ }), watch(() => R.value, () => {
106
+ q();
107
+ }), onMounted(async () => {
108
+ H.value = await W(), G(), q();
109
+ }), (M, N) => (openBlock(), createBlock(unref(ElPopover), {
110
+ visible: I.value,
111
+ "onUpdate:visible": N[1] ||= (c) => I.value = c,
112
+ placement: "bottom-start",
113
+ width: c.width,
114
+ trigger: "click"
115
+ }, {
116
+ reference: withCtx(() => [createElementVNode("div", { class: normalizeClass(["flex items-center pointer radius-16 justify-center w-icon-item", {
117
+ "select-icon-box bg-fcfdff text-202434 fz-14 flex-col": !z.value,
118
+ "icon-item": R.value
119
+ }]) }, [z.value ? (openBlock(), createBlock(unref(ElIcon), {
120
+ key: 0,
121
+ size: c.iconSize
122
+ }, {
123
+ default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(z.value)))]),
124
+ _: 1
125
+ }, 8, ["size"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [H.value.IconAdd ? (openBlock(), createBlock(unref(ElIcon), {
126
+ key: 0,
127
+ size: 16
128
+ }, {
129
+ default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(H.value.IconAdd)))]),
130
+ _: 1
131
+ })) : createCommentVNode("", !0), N[2] ||= createTextVNode(" 上传 ", -1)], 64))], 2)]),
132
+ default: withCtx(() => [createElementVNode("div", _hoisted_1, [createVNode(unref(ElInput), {
133
+ class: "mg-b-12",
134
+ modelValue: L.value,
135
+ "onUpdate:modelValue": N[0] ||= (c) => L.value = c,
136
+ placeholder: "搜索图标",
137
+ clearable: ""
138
+ }, createSlots({ _: 2 }, [H.value.IconSearch ? {
139
+ name: "prefix",
140
+ fn: withCtx(() => [createVNode(unref(ElIcon), { size: 16 }, {
141
+ default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(H.value.IconSearch)))]),
142
+ _: 1
143
+ })]),
144
+ key: "0"
145
+ } : void 0]), 1032, ["modelValue"]), K.value.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2, [createVNode(layout_default$1, {
146
+ icon: c.iconEmpty,
147
+ text: "未找到相关图标"
148
+ }, null, 8, ["icon"])])) : (openBlock(), createElementBlock("div", _hoisted_3, [V.value ? (openBlock(), createElementBlock("div", _hoisted_4, " 加载中... ")) : (openBlock(!0), createElementBlock(Fragment, { key: 1 }, renderList(K.value, (c) => (openBlock(), createElementBlock("div", {
149
+ key: c.name,
150
+ class: normalizeClass(["icon-item radius-8 justify-center items-center pointer flex w-icon-item", { active: R.value === c.name }]),
151
+ title: c.name,
152
+ onClick: (M) => J(c)
153
+ }, [createVNode(unref(ElIcon), { size: 50 }, {
154
+ default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(c.component)))]),
155
+ _: 2
156
+ }, 1024)], 10, _hoisted_5))), 128))]))])]),
157
+ _: 1
158
+ }, 8, ["visible", "width"]));
159
+ }
160
+ }), [["__scopeId", "data-v-4106dcd4"]]));
161
+ var IconSelect_default = IconSelect;
162
+ export { IconSelect_default as n, IconSelect as t };