iking-web-ui-pro 0.2.21 → 0.2.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.
Files changed (60) hide show
  1. package/dist/IKExpandCollapse/ik.index.es.js +79 -73
  2. package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
  3. package/dist/IKExpandCollapse/style.css +1 -1
  4. package/dist/IKPreviewFile/ik.index.es.js +302 -296
  5. package/dist/IKPreviewFile/ik.index.umd.js +16 -16
  6. package/dist/IKPreviewFile/style.css +1 -1
  7. package/dist/IKVerticalStepBar/ik.index.es.js +130 -124
  8. package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
  9. package/dist/IKVerticalStepBar/style.css +1 -1
  10. package/dist/IkApprovalProcessDetail/ik.index.es.js +306 -300
  11. package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
  12. package/dist/IkApprovalProcessDetail/style.css +1 -1
  13. package/dist/IkBaseDialog/ik.index.es.js +117 -111
  14. package/dist/IkBaseDialog/ik.index.umd.js +1 -1
  15. package/dist/IkBaseDialog/style.css +1 -1
  16. package/dist/IkBtnSetting/ik.index.es.js +242 -236
  17. package/dist/IkBtnSetting/ik.index.umd.js +1 -1
  18. package/dist/IkBtnSetting/style.css +1 -1
  19. package/dist/IkCollapseCard/ik.index.es.js +83 -77
  20. package/dist/IkCollapseCard/ik.index.umd.js +1 -1
  21. package/dist/IkCollapseCard/style.css +1 -1
  22. package/dist/IkDescription/ik.index.es.js +434 -428
  23. package/dist/IkDescription/ik.index.umd.js +1 -1
  24. package/dist/IkDescription/style.css +1 -1
  25. package/dist/IkDetailPreviewFiles/ik.index.es.js +308 -302
  26. package/dist/IkDetailPreviewFiles/ik.index.umd.js +1 -1
  27. package/dist/IkDetailPreviewFiles/style.css +1 -1
  28. package/dist/IkIconPicker/ik.index.es.js +140 -134
  29. package/dist/IkIconPicker/ik.index.umd.js +1 -1
  30. package/dist/IkIconPicker/style.css +1 -1
  31. package/dist/IkMonacoEditor/ik.index.es.js +383 -377
  32. package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
  33. package/dist/IkMonacoEditor/style.css +1 -1
  34. package/dist/IkPageFull/ik.index.es.js +1135 -1129
  35. package/dist/IkPageFull/ik.index.umd.js +2 -2
  36. package/dist/IkPageFull/style.css +1 -1
  37. package/dist/IkPreviewFileDialog/ik.index.es.js +588 -582
  38. package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
  39. package/dist/IkPreviewFileDialog/style.css +1 -1
  40. package/dist/IkSchedule/ik.index.es.js +2960 -2954
  41. package/dist/IkSchedule/ik.index.umd.js +1 -1
  42. package/dist/IkSchedule/style.css +1 -1
  43. package/dist/IkSideText/ik.index.es.js +111 -105
  44. package/dist/IkSideText/ik.index.umd.js +1 -1
  45. package/dist/IkSideText/style.css +1 -1
  46. package/dist/IkSvgIcon/ik.index.es.js +74 -68
  47. package/dist/IkSvgIcon/ik.index.umd.js +1 -1
  48. package/dist/IkSvgIcon/style.css +1 -1
  49. package/dist/IkUploadFile/ik.index.es.js +720 -714
  50. package/dist/IkUploadFile/ik.index.umd.js +1 -1
  51. package/dist/IkUploadFile/style.css +1 -1
  52. package/dist/IkUploadImage/ik.index.es.js +223 -217
  53. package/dist/IkUploadImage/ik.index.umd.js +1 -1
  54. package/dist/IkUploadImage/style.css +1 -1
  55. package/dist/index.es.js +5502 -5496
  56. package/dist/index.umd.js +78 -78
  57. package/dist/src/components/IkSvgIcon/index.d.ts +6 -2
  58. package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +6 -2
  59. package/dist/style.css +1 -1
  60. package/package.json +1 -1
@@ -1,13 +1,13 @@
1
- import { defineComponent as B, computed as q, resolveComponent as b, openBlock as c, createElementBlock as l, normalizeClass as h, normalizeStyle as r, createCommentVNode as V, createElementVNode as v, createBlock as t, withCtx as f, createTextVNode as O, toDisplayString as D, mergeModels as G, useModel as A, ref as x, watch as E, unref as p, withModifiers as H, createVNode as z, Fragment as C, renderList as S } from "vue";
1
+ import { defineComponent as V, computed as C, resolveComponent as x, openBlock as i, createElementBlock as s, withModifiers as q, normalizeClass as p, normalizeStyle as y, createCommentVNode as T, createElementVNode as z, createBlock as g, withCtx as h, createTextVNode as D, toDisplayString as G, mergeModels as A, useModel as E, ref as k, watch as H, unref as b, createVNode as j, Fragment as S, renderList as B } from "vue";
2
2
  import { ikColor as P, _ as U } from "iking-utils-pro";
3
- const T = (a, s) => {
4
- if (a.install = (e) => {
5
- for (const i of [a, ...Object.values(s ?? {})])
6
- e.component(i.name, i);
7
- }, s)
8
- for (const [e, i] of Object.entries(s))
9
- a[e] = i;
10
- return a;
3
+ const M = (d, m) => {
4
+ if (d.install = (o) => {
5
+ for (const e of [d, ...Object.values(m ?? {})])
6
+ o.component(e.name, e);
7
+ }, m)
8
+ for (const [o, e] of Object.entries(m))
9
+ d[o] = e;
10
+ return d;
11
11
  }, W = "4383166", X = "中台-双色图标", Y = "iconfont", F = "iksvg_", K = "", Q = [
12
12
  {
13
13
  icon_id: "40615013",
@@ -2544,11 +2544,11 @@ const T = (a, s) => {
2544
2544
  css_prefix_text: ie,
2545
2545
  description: ce,
2546
2546
  glyphs: oe
2547
- }, M = (a, s) => {
2548
- const e = a.__vccOpts || a;
2549
- for (const [i, d] of s)
2550
- e[i] = d;
2551
- return e;
2547
+ }, N = (d, m) => {
2548
+ const o = d.__vccOpts || d;
2549
+ for (const [e, a] of m)
2550
+ o[e] = a;
2551
+ return o;
2552
2552
  }, de = {
2553
2553
  key: 0,
2554
2554
  class: "ik-svg-icon ik-icon-span inline-block inline-flex justify-center box-content line-height-[0]"
@@ -2560,7 +2560,7 @@ const T = (a, s) => {
2560
2560
  key: 1,
2561
2561
  class: "h-[1em] w-[1em]",
2562
2562
  "aria-hidden": "true"
2563
- }, me = ["xlink:href"], te = ["src"], fe = /* @__PURE__ */ B({
2563
+ }, me = ["xlink:href"], te = ["src"], fe = /* @__PURE__ */ V({
2564
2564
  name: "IkSvgIcon",
2565
2565
  __name: "index",
2566
2566
  props: {
@@ -2586,11 +2586,12 @@ const T = (a, s) => {
2586
2586
  warning: { type: Boolean },
2587
2587
  width: {}
2588
2588
  },
2589
- setup(a) {
2590
- const s = a, e = q(() => s), i = q(() => {
2589
+ emits: ["click"],
2590
+ setup(d, { emit: m }) {
2591
+ const o = d, e = C(() => o), a = C(() => {
2591
2592
  const { name: n } = e.value;
2592
2593
  return /^http?:\/\//.test(n) ? "img" : /i-[^:]+:[^:]+/.test(n) ? "unocss" : n != null && n.startsWith("iksig") ? "iksig" : n != null && n.includes(":") ? "iconify" : n != null && n.startsWith("iksvg") ? "svg" : "i";
2593
- }), d = q(() => {
2594
+ }), t = C(() => {
2594
2595
  const n = [];
2595
2596
  if (e.value.flip)
2596
2597
  switch (e.value.flip) {
@@ -2605,27 +2606,30 @@ const T = (a, s) => {
2605
2606
  break;
2606
2607
  }
2607
2608
  e.value.rotate && n.push(`rotate(${e.value.rotate % 360}deg)`);
2608
- const g = {
2609
+ const f = {
2609
2610
  ...e.value.color && { color: e.value.color },
2610
2611
  ...e.value.size && { fontSize: typeof e.value.size == "number" ? `${e.value.size}px` : e.value.size },
2611
2612
  ...n.length && { transform: n.join(" ") },
2612
2613
  padding: e.value.showBg || e.value.bg ? e.value.padding : 0,
2613
- ...e.value.color && i.value !== "iksig" ? {
2614
+ ...e.value.color && a.value !== "iksig" ? {
2614
2615
  "--ik-color-icon-dark": e.value.color,
2615
2616
  "--ik-color-icon-light": e.value.colorLight || P.setOpacity(e.value.color, e.value.opacity)
2616
2617
  } : {}
2617
2618
  };
2618
- return e.value.width && (g.width = g.height = typeof e.value.width == "number" ? `${e.value.width}px` : e.value.width), g;
2619
- });
2620
- return (n, g) => {
2621
- const k = b("el-tooltip"), j = b("el-button");
2622
- return e.value.tableIconType === "icon" || !e.value.tableIconType ? (c(), l("span", de, [
2623
- e.value.notip || !e.value.title ? (c(), l(
2619
+ return e.value.width && (f.width = f.height = typeof e.value.width == "number" ? `${e.value.width}px` : e.value.width), f;
2620
+ }), I = m, r = (n) => {
2621
+ e.value.disabled || I("click", n);
2622
+ };
2623
+ return (n, f) => {
2624
+ const w = x("el-tooltip"), l = x("el-button");
2625
+ return e.value.tableIconType === "icon" || !e.value.tableIconType ? (i(), s("span", de, [
2626
+ e.value.notip || !e.value.title ? (i(), s(
2624
2627
  "i",
2625
2628
  {
2626
2629
  key: 0,
2627
- class: h(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
2628
- [n.name]: i.value === "unocss",
2630
+ onClick: q(r, ["stop"]),
2631
+ class: p(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
2632
+ [n.name]: a.value === "unocss",
2629
2633
  "show-bg": e.value.showBg || e.value.bg,
2630
2634
  default: e.value.size === "default",
2631
2635
  small: e.value.size === "small",
@@ -2637,34 +2641,34 @@ const T = (a, s) => {
2637
2641
  active: e.value.active,
2638
2642
  disabled: e.value.disabled
2639
2643
  }]),
2640
- style: r(d.value)
2644
+ style: y(t.value)
2641
2645
  },
2642
2646
  [
2643
- V(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
2644
- i.value === "iksig" ? (c(), l(
2647
+ T(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
2648
+ a.value === "iksig" ? (i(), s(
2645
2649
  "i",
2646
2650
  {
2647
2651
  key: 0,
2648
- class: h(`iksig ${e.value.name}`),
2649
- style: r(d.value)
2652
+ class: p(`iksig ${e.value.name}`),
2653
+ style: y(t.value)
2650
2654
  },
2651
2655
  null,
2652
2656
  6
2653
2657
  /* CLASS, STYLE */
2654
- )) : i.value === "svg" ? (c(), l("svg", ue, [
2655
- v("use", {
2658
+ )) : a.value === "svg" ? (i(), s("svg", ue, [
2659
+ z("use", {
2656
2660
  "xlink:href": `#${e.value.name}`
2657
2661
  }, null, 8, _e)
2658
- ])) : i.value === "img" ? (c(), l("img", {
2662
+ ])) : a.value === "img" ? (i(), s("img", {
2659
2663
  key: 2,
2660
2664
  src: e.value.name,
2661
2665
  class: "h-[1em] w-[1em]"
2662
- }, null, 8, le)) : (c(), l(
2666
+ }, null, 8, le)) : (i(), s(
2663
2667
  "i",
2664
2668
  {
2665
2669
  key: 3,
2666
- class: h(e.value.name),
2667
- style: r(d.value)
2670
+ class: p(e.value.name),
2671
+ style: y(t.value)
2668
2672
  },
2669
2673
  null,
2670
2674
  6
@@ -2673,17 +2677,17 @@ const T = (a, s) => {
2673
2677
  ],
2674
2678
  6
2675
2679
  /* CLASS, STYLE */
2676
- )) : (c(), t(k, {
2680
+ )) : (i(), g(w, {
2677
2681
  key: 1,
2678
2682
  content: e.value.title,
2679
2683
  placement: "top"
2680
2684
  }, {
2681
- default: f(() => [
2682
- v(
2685
+ default: h(() => [
2686
+ z(
2683
2687
  "i",
2684
2688
  {
2685
- class: h(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
2686
- [n.name]: i.value === "unocss",
2689
+ class: p(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
2690
+ [n.name]: a.value === "unocss",
2687
2691
  "show-bg": e.value.showBg || e.value.bg,
2688
2692
  default: e.value.size === "default",
2689
2693
  small: e.value.size === "small",
@@ -2694,33 +2698,34 @@ const T = (a, s) => {
2694
2698
  error: e.value.error || e.value.type === "error",
2695
2699
  active: e.value.active
2696
2700
  }]),
2697
- style: r(d.value)
2701
+ onClick: q(r, ["stop"]),
2702
+ style: y(t.value)
2698
2703
  },
2699
2704
  [
2700
- i.value === "iksig" ? (c(), l(
2705
+ a.value === "iksig" ? (i(), s(
2701
2706
  "i",
2702
2707
  {
2703
2708
  key: 0,
2704
- class: h(`iksig ${e.value.name}`),
2705
- style: r(d.value)
2709
+ class: p(`iksig ${e.value.name}`),
2710
+ style: y(t.value)
2706
2711
  },
2707
2712
  null,
2708
2713
  6
2709
2714
  /* CLASS, STYLE */
2710
- )) : i.value === "svg" ? (c(), l("svg", se, [
2711
- v("use", {
2715
+ )) : a.value === "svg" ? (i(), s("svg", se, [
2716
+ z("use", {
2712
2717
  "xlink:href": `#${e.value.name}`
2713
2718
  }, null, 8, me)
2714
- ])) : i.value === "img" ? (c(), l("img", {
2719
+ ])) : a.value === "img" ? (i(), s("img", {
2715
2720
  key: 2,
2716
2721
  src: e.value.name,
2717
2722
  class: "h-[1em] w-[1em]"
2718
- }, null, 8, te)) : (c(), l(
2723
+ }, null, 8, te)) : (i(), s(
2719
2724
  "i",
2720
2725
  {
2721
2726
  key: 3,
2722
- class: h(e.value.name),
2723
- style: r(d.value)
2727
+ class: p(e.value.name),
2728
+ style: y(t.value)
2724
2729
  },
2725
2730
  null,
2726
2731
  6
@@ -2734,13 +2739,14 @@ const T = (a, s) => {
2734
2739
  _: 1
2735
2740
  /* STABLE */
2736
2741
  }, 8, ["content"]))
2737
- ])) : (c(), t(j, {
2742
+ ])) : (i(), g(l, {
2738
2743
  key: 1,
2739
- type: ["warning", "error"].includes(e.value.type) ? "danger" : ""
2744
+ type: ["warning", "error"].includes(e.value.type) ? "danger" : "",
2745
+ onClick: q(r, ["stop"])
2740
2746
  }, {
2741
- default: f(() => [
2742
- O(
2743
- D(e.value.title),
2747
+ default: h(() => [
2748
+ D(
2749
+ G(e.value.title),
2744
2750
  1
2745
2751
  /* TEXT */
2746
2752
  )
@@ -2751,9 +2757,9 @@ const T = (a, s) => {
2751
2757
  };
2752
2758
  }
2753
2759
  });
2754
- const ge = /* @__PURE__ */ M(fe, [["__scopeId", "data-v-a7ec508a"]]), y = T(ge), he = { class: "icon-list" }, re = { class: "icon-list" }, pe = /* @__PURE__ */ B({
2760
+ const ge = /* @__PURE__ */ N(fe, [["__scopeId", "data-v-4a1004b9"]]), v = M(ge), he = { class: "icon-list" }, re = { class: "icon-list" }, pe = /* @__PURE__ */ V({
2755
2761
  __name: "index",
2756
- props: /* @__PURE__ */ G({
2762
+ props: /* @__PURE__ */ A({
2757
2763
  icon: {
2758
2764
  type: Object,
2759
2765
  default: () => ({
@@ -2773,52 +2779,52 @@ const ge = /* @__PURE__ */ M(fe, [["__scopeId", "data-v-a7ec508a"]]), y = T(ge),
2773
2779
  modelModifiers: {}
2774
2780
  }),
2775
2781
  emits: ["update:modelValue"],
2776
- setup(a) {
2777
- const s = a, e = A(a, "modelValue");
2778
- x(!1);
2779
- let i = {};
2780
- const d = x({}), n = x(null);
2781
- function g() {
2782
- const m = s.icon.icon, u = s.icon.iconSingle;
2783
- i = {
2784
- double: m.glyphs.map((_) => ({
2782
+ setup(d) {
2783
+ const m = d, o = E(d, "modelValue");
2784
+ k(!1);
2785
+ let e = {};
2786
+ const a = k({}), t = k(null);
2787
+ function I() {
2788
+ const l = m.icon.icon, u = m.icon.iconSingle;
2789
+ e = {
2790
+ double: l.glyphs.map((_) => ({
2785
2791
  ..._,
2786
- class: `${m.css_prefix_text}${_.font_class}`
2792
+ class: `${l.css_prefix_text}${_.font_class}`
2787
2793
  })),
2788
2794
  single: u.glyphs.map((_) => ({
2789
2795
  ..._,
2790
2796
  class: `${u.css_prefix_text}${_.font_class}`
2791
2797
  }))
2792
- }, d.value = U.cloneDeep(i);
2798
+ }, a.value = U.cloneDeep(e);
2793
2799
  }
2794
- g();
2795
- function k(m) {
2796
- e.value = m.class;
2800
+ I();
2801
+ function r(l) {
2802
+ o.value = l.class;
2797
2803
  }
2798
- function j() {
2799
- e.value = "";
2804
+ function n() {
2805
+ o.value = "";
2800
2806
  }
2801
- const w = x("");
2802
- E(w, (m) => {
2803
- d.value = {
2804
- single: i.single.filter((u) => {
2807
+ const f = k("");
2808
+ H(f, (l) => {
2809
+ a.value = {
2810
+ single: e.single.filter((u) => {
2805
2811
  var _;
2806
- return (_ = u.name) == null ? void 0 : _.includes(m);
2812
+ return (_ = u.name) == null ? void 0 : _.includes(l);
2807
2813
  }),
2808
- double: i.double.filter((u) => {
2814
+ double: e.double.filter((u) => {
2809
2815
  var _;
2810
- return (_ = u.name) == null ? void 0 : _.includes(m);
2816
+ return (_ = u.name) == null ? void 0 : _.includes(l);
2811
2817
  })
2812
2818
  };
2813
2819
  });
2814
- const I = x("double");
2815
- return (m, u) => {
2816
- const _ = b("el-input"), $ = b("el-tab-pane"), N = b("el-tabs"), J = b("el-popover");
2817
- return c(), t(
2818
- J,
2820
+ const w = k("double");
2821
+ return (l, u) => {
2822
+ const _ = x("el-input"), $ = x("el-tab-pane"), J = x("el-tabs"), L = x("el-popover");
2823
+ return i(), g(
2824
+ L,
2819
2825
  {
2820
2826
  ref_key: "target",
2821
- ref: n,
2827
+ ref: t,
2822
2828
  title: "",
2823
2829
  "hide-after": 0,
2824
2830
  "popper-class": "icon-picker-pop",
@@ -2826,65 +2832,65 @@ const ge = /* @__PURE__ */ M(fe, [["__scopeId", "data-v-a7ec508a"]]), y = T(ge),
2826
2832
  trigger: "click"
2827
2833
  },
2828
2834
  {
2829
- reference: f(() => [
2830
- v("div", {
2835
+ reference: h(() => [
2836
+ z("div", {
2831
2837
  class: "icon-picker-header font-size-[var(--ik-margin-m-28)] line-height-[0]",
2832
2838
  onClick: u[2] || (u[2] = //@ts-ignore
2833
- (...o) => m.handChooseIcon && m.handChooseIcon(...o))
2839
+ (...c) => l.handChooseIcon && l.handChooseIcon(...c))
2834
2840
  }, [
2835
- e.value ? (c(), t(p(y), {
2841
+ o.value ? (i(), g(b(v), {
2836
2842
  key: 0,
2837
- name: e.value,
2838
- size: a.size
2839
- }, null, 8, ["name", "size"])) : (c(), t(p(y), {
2843
+ name: o.value,
2844
+ size: d.size
2845
+ }, null, 8, ["name", "size"])) : (i(), g(b(v), {
2840
2846
  key: 1,
2841
2847
  name: "iksvg_guanbibeifen",
2842
- size: a.size
2848
+ size: d.size
2843
2849
  }, null, 8, ["size"])),
2844
- e.value ? (c(), t(p(y), {
2850
+ o.value ? (i(), g(b(v), {
2845
2851
  key: 2,
2846
2852
  title: "删除图标",
2847
2853
  name: "iksvg_guanbi",
2848
2854
  error: "",
2849
2855
  class: "icon-delete",
2850
- onClick: H(j, ["stop"])
2851
- })) : V("v-if", !0)
2856
+ onClick: q(n, ["stop"])
2857
+ })) : T("v-if", !0)
2852
2858
  ])
2853
2859
  ]),
2854
- default: f(() => [
2855
- z(_, {
2856
- modelValue: w.value,
2857
- "onUpdate:modelValue": u[0] || (u[0] = (o) => w.value = o),
2860
+ default: h(() => [
2861
+ j(_, {
2862
+ modelValue: f.value,
2863
+ "onUpdate:modelValue": u[0] || (u[0] = (c) => f.value = c),
2858
2864
  clearable: "",
2859
2865
  placeholder: "输入图标名称检索"
2860
2866
  }, {
2861
- suffix: f(() => [
2862
- z(p(y), { name: "iksvg_sousuo-daohang" })
2867
+ suffix: h(() => [
2868
+ j(b(v), { name: "iksvg_sousuo-daohang" })
2863
2869
  ]),
2864
2870
  _: 1
2865
2871
  /* STABLE */
2866
2872
  }, 8, ["modelValue"]),
2867
- z(N, {
2868
- modelValue: I.value,
2869
- "onUpdate:modelValue": u[1] || (u[1] = (o) => I.value = o)
2873
+ j(J, {
2874
+ modelValue: w.value,
2875
+ "onUpdate:modelValue": u[1] || (u[1] = (c) => w.value = c)
2870
2876
  }, {
2871
- default: f(() => [
2872
- z($, {
2877
+ default: h(() => [
2878
+ j($, {
2873
2879
  label: "双色图标",
2874
2880
  name: "double"
2875
2881
  }, {
2876
- default: f(() => [
2877
- v("div", he, [
2878
- (c(!0), l(
2879
- C,
2882
+ default: h(() => [
2883
+ z("div", he, [
2884
+ (i(!0), s(
2885
+ S,
2880
2886
  null,
2881
- S(d.value.double, (o) => (c(), t(p(y), {
2882
- key: o.name,
2883
- primary: o.class === e.value,
2887
+ B(a.value.double, (c) => (i(), g(b(v), {
2888
+ key: c.name,
2889
+ primary: c.class === o.value,
2884
2890
  size: 20,
2885
- title: o.name,
2886
- name: o.class,
2887
- onClick: (L) => k(o)
2891
+ title: c.name,
2892
+ name: c.class,
2893
+ onClick: (O) => r(c)
2888
2894
  }, null, 8, ["primary", "title", "name", "onClick"]))),
2889
2895
  128
2890
2896
  /* KEYED_FRAGMENT */
@@ -2894,22 +2900,22 @@ const ge = /* @__PURE__ */ M(fe, [["__scopeId", "data-v-a7ec508a"]]), y = T(ge),
2894
2900
  _: 1
2895
2901
  /* STABLE */
2896
2902
  }),
2897
- z($, {
2903
+ j($, {
2898
2904
  label: "单色图标",
2899
2905
  name: "single"
2900
2906
  }, {
2901
- default: f(() => [
2902
- v("div", re, [
2903
- (c(!0), l(
2904
- C,
2907
+ default: h(() => [
2908
+ z("div", re, [
2909
+ (i(!0), s(
2910
+ S,
2905
2911
  null,
2906
- S(d.value.single, (o) => (c(), t(p(y), {
2907
- key: o.name,
2908
- primary: o.class === e.value,
2912
+ B(a.value.single, (c) => (i(), g(b(v), {
2913
+ key: c.name,
2914
+ primary: c.class === o.value,
2909
2915
  size: 20,
2910
- title: o.name,
2911
- name: o.class,
2912
- onClick: (L) => k(o)
2916
+ title: c.name,
2917
+ name: c.class,
2918
+ onClick: (O) => r(c)
2913
2919
  }, null, 8, ["primary", "title", "name", "onClick"]))),
2914
2920
  128
2915
2921
  /* KEYED_FRAGMENT */
@@ -2933,7 +2939,7 @@ const ge = /* @__PURE__ */ M(fe, [["__scopeId", "data-v-a7ec508a"]]), y = T(ge),
2933
2939
  };
2934
2940
  }
2935
2941
  });
2936
- const ye = /* @__PURE__ */ M(pe, [["__scopeId", "data-v-bb8396c3"]]), xe = T(ye);
2942
+ const ye = /* @__PURE__ */ N(pe, [["__scopeId", "data-v-bb8396c3"]]), xe = M(ye);
2937
2943
  export {
2938
2944
  xe as IkIconPicker,
2939
2945
  xe as default