@vipl520/dk-ui 1.0.74 → 1.0.76

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. package/dist/attributes.json +8 -0
  2. package/dist/index.js +357 -190
  3. package/dist/index.min.js +5 -5
  4. package/dist/index.min.js.map +1 -1
  5. package/dist/index.min.mjs +5 -5
  6. package/dist/index.min.mjs.map +1 -1
  7. package/dist/index.mjs +356 -191
  8. package/dist/tags.json +7 -0
  9. package/dist/web-types.json +35 -1
  10. package/es/index.d.ts +1 -0
  11. package/es/index.mjs +5 -1
  12. package/es/index.mjs.map +1 -1
  13. package/es/page-diy/style/cube-image.scss +71 -71
  14. package/es/page-diy/style/index.scss +1 -1
  15. package/es/style-custom-input/index.d.ts +18 -0
  16. package/es/style-custom-input/index.mjs +8 -0
  17. package/es/style-custom-input/index.mjs.map +1 -0
  18. package/es/style-custom-input/src/props.d.ts +8 -0
  19. package/es/style-custom-input/src/props.mjs +9 -0
  20. package/es/style-custom-input/src/props.mjs.map +1 -0
  21. package/es/style-custom-input/src/style-custom-input.vue.d.ts +17 -0
  22. package/es/style-custom-input/src/style-custom-input.vue.mjs +7 -0
  23. package/es/style-custom-input/src/style-custom-input.vue.mjs.map +1 -0
  24. package/es/style-custom-input/src/style-custom-input.vue2.mjs +138 -0
  25. package/es/style-custom-input/src/style-custom-input.vue2.mjs.map +1 -0
  26. package/es/style-custom-input/style/index.css +0 -0
  27. package/es/style-custom-input/style/index.scss +5 -0
  28. package/es/style-input/src/default.mjs +7 -0
  29. package/es/style-input/src/default.mjs.map +1 -1
  30. package/es/style-input/src/style-input.vue2.mjs +20 -8
  31. package/es/style-input/src/style-input.vue2.mjs.map +1 -1
  32. package/lib/index.d.ts +1 -0
  33. package/lib/index.js +50 -44
  34. package/lib/index.js.map +1 -1
  35. package/lib/page-diy/style/cube-image.scss +71 -71
  36. package/lib/page-diy/style/index.scss +1 -1
  37. package/lib/style-custom-input/index.d.ts +18 -0
  38. package/lib/style-custom-input/index.js +14 -0
  39. package/lib/style-custom-input/index.js.map +1 -0
  40. package/lib/style-custom-input/src/props.d.ts +8 -0
  41. package/lib/style-custom-input/src/props.js +11 -0
  42. package/lib/style-custom-input/src/props.js.map +1 -0
  43. package/lib/style-custom-input/src/style-custom-input.vue.d.ts +17 -0
  44. package/lib/style-custom-input/src/style-custom-input.vue.js +11 -0
  45. package/lib/style-custom-input/src/style-custom-input.vue.js.map +1 -0
  46. package/lib/style-custom-input/src/style-custom-input.vue2.js +142 -0
  47. package/lib/style-custom-input/src/style-custom-input.vue2.js.map +1 -0
  48. package/lib/style-custom-input/style/index.css +0 -0
  49. package/lib/style-custom-input/style/index.scss +5 -0
  50. package/lib/style-input/src/default.js +7 -0
  51. package/lib/style-input/src/default.js.map +1 -1
  52. package/lib/style-input/src/style-input.vue2.js +20 -8
  53. package/lib/style-input/src/style-input.vue2.js.map +1 -1
  54. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1669,12 +1669,12 @@ const testProps = {
1669
1669
  }
1670
1670
  };
1671
1671
 
1672
- const _hoisted_1$11 = { class: "mr-10px bg-black" };
1673
- const __default__$R = defineComponent({
1672
+ const _hoisted_1$12 = { class: "mr-10px bg-black" };
1673
+ const __default__$S = defineComponent({
1674
1674
  name: "DkTest"
1675
1675
  });
1676
- var _sfc_main$1l = /* @__PURE__ */ defineComponent({
1677
- ...__default__$R,
1676
+ var _sfc_main$1m = /* @__PURE__ */ defineComponent({
1677
+ ...__default__$S,
1678
1678
  props: testProps,
1679
1679
  emits: ["onChooseUrl"],
1680
1680
  setup(__props, { emit }) {
@@ -1712,7 +1712,7 @@ var _sfc_main$1l = /* @__PURE__ */ defineComponent({
1712
1712
  }),
1713
1713
  createElementVNode(
1714
1714
  "div",
1715
- _hoisted_1$11,
1715
+ _hoisted_1$12,
1716
1716
  toDisplayString(_ctx.test),
1717
1717
  1
1718
1718
  /* TEXT */
@@ -1733,7 +1733,7 @@ var _export_sfc = (sfc, props) => {
1733
1733
  return target;
1734
1734
  };
1735
1735
 
1736
- var _Test = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\test\\src\\test.vue"]]);
1736
+ var _Test = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\test\\src\\test.vue"]]);
1737
1737
 
1738
1738
  const Test = withInstall(_Test);
1739
1739
 
@@ -1887,14 +1887,14 @@ const groupProps = {
1887
1887
  }
1888
1888
  };
1889
1889
 
1890
- const _hoisted_1$10 = { key: 1 };
1890
+ const _hoisted_1$11 = { key: 1 };
1891
1891
  const _hoisted_2$N = { class: "collapse-title" };
1892
1892
  const _hoisted_3$B = { class: "_dk-group-handle" };
1893
- const __default__$Q = defineComponent({
1893
+ const __default__$R = defineComponent({
1894
1894
  name: "DkGroup"
1895
1895
  });
1896
- var _sfc_main$1k = /* @__PURE__ */ defineComponent({
1897
- ...__default__$Q,
1896
+ var _sfc_main$1l = /* @__PURE__ */ defineComponent({
1897
+ ...__default__$R,
1898
1898
  props: groupProps,
1899
1899
  emits: ["update:modelValue", "change", "itemMounted", "remove", "add"],
1900
1900
  setup(__props, { emit }) {
@@ -2138,7 +2138,7 @@ var _sfc_main$1k = /* @__PURE__ */ defineComponent({
2138
2138
  _: 1
2139
2139
  /* STABLE */
2140
2140
  })) : createCommentVNode("v-if", true),
2141
- data.sort.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$10, [
2141
+ data.sort.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$11, [
2142
2142
  (openBlock(), createBlock(_component_el_button, {
2143
2143
  key: "a_def",
2144
2144
  style: { "width": "100%" },
@@ -2248,7 +2248,7 @@ var _sfc_main$1k = /* @__PURE__ */ defineComponent({
2248
2248
  }
2249
2249
  });
2250
2250
 
2251
- var _Group = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\group\\src\\group.vue"]]);
2251
+ var _Group = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\group\\src\\group.vue"]]);
2252
2252
 
2253
2253
  const Group = withInstall(_Group);
2254
2254
 
@@ -2372,14 +2372,14 @@ const tinyEditorProps = {
2372
2372
  }
2373
2373
  };
2374
2374
 
2375
- const _hoisted_1$$ = { key: 0 };
2375
+ const _hoisted_1$10 = { key: 0 };
2376
2376
  const _hoisted_2$M = { key: 1 };
2377
2377
  const _hoisted_3$A = { class: "text-center" };
2378
- const __default__$P = defineComponent({
2378
+ const __default__$Q = defineComponent({
2379
2379
  name: "DkTinyEditor"
2380
2380
  });
2381
- var _sfc_main$1j = /* @__PURE__ */ defineComponent({
2382
- ...__default__$P,
2381
+ var _sfc_main$1k = /* @__PURE__ */ defineComponent({
2382
+ ...__default__$Q,
2383
2383
  props: tinyEditorProps,
2384
2384
  emits: ["input", "update:modelValue", "change"],
2385
2385
  setup(__props, { emit }) {
@@ -2474,7 +2474,7 @@ var _sfc_main$1j = /* @__PURE__ */ defineComponent({
2474
2474
  class: "dk-tiny-editor"
2475
2475
  },
2476
2476
  [
2477
- showDialog.value ? (openBlock(), createElementBlock("div", _hoisted_1$$, [
2477
+ showDialog.value ? (openBlock(), createElementBlock("div", _hoisted_1$10, [
2478
2478
  createVNode(unref(Editor), {
2479
2479
  ref_key: "editorRef",
2480
2480
  ref: editorRef,
@@ -2558,7 +2558,7 @@ var _sfc_main$1j = /* @__PURE__ */ defineComponent({
2558
2558
  }
2559
2559
  });
2560
2560
 
2561
- var _TinyEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\tiny-editor\\src\\tiny-editor.vue"]]);
2561
+ var _TinyEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\tiny-editor\\src\\tiny-editor.vue"]]);
2562
2562
 
2563
2563
  const TinyEditor = withInstall(_TinyEditor);
2564
2564
 
@@ -2587,11 +2587,11 @@ const iconProps = {
2587
2587
  }
2588
2588
  };
2589
2589
 
2590
- const __default__$O = defineComponent({
2590
+ const __default__$P = defineComponent({
2591
2591
  name: "DkIcon"
2592
2592
  });
2593
- var _sfc_main$1i = /* @__PURE__ */ defineComponent({
2594
- ...__default__$O,
2593
+ var _sfc_main$1j = /* @__PURE__ */ defineComponent({
2594
+ ...__default__$P,
2595
2595
  props: iconProps,
2596
2596
  setup(__props) {
2597
2597
  const props = __props;
@@ -2657,7 +2657,7 @@ var _sfc_main$1i = /* @__PURE__ */ defineComponent({
2657
2657
  }
2658
2658
  });
2659
2659
 
2660
- var _Icon = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon\\src\\icon.vue"]]);
2660
+ var _Icon = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon\\src\\icon.vue"]]);
2661
2661
 
2662
2662
  const Icon = withInstall(_Icon);
2663
2663
 
@@ -2673,15 +2673,15 @@ const colorInputProps = {
2673
2673
  teleported: { default: true, type: Boolean }
2674
2674
  };
2675
2675
 
2676
- const _hoisted_1$_ = {
2676
+ const _hoisted_1$$ = {
2677
2677
  style: { "display": "flex" },
2678
2678
  class: "dk-color-input"
2679
2679
  };
2680
- const __default__$N = defineComponent({
2680
+ const __default__$O = defineComponent({
2681
2681
  name: "DkColorInput"
2682
2682
  });
2683
- var _sfc_main$1h = /* @__PURE__ */ defineComponent({
2684
- ...__default__$N,
2683
+ var _sfc_main$1i = /* @__PURE__ */ defineComponent({
2684
+ ...__default__$O,
2685
2685
  props: colorInputProps,
2686
2686
  emits: ["input", "update:modelValue", "change"],
2687
2687
  setup(__props, { emit }) {
@@ -2705,7 +2705,7 @@ var _sfc_main$1h = /* @__PURE__ */ defineComponent({
2705
2705
  return (_ctx, _cache) => {
2706
2706
  const _component_el_color_picker = resolveComponent("el-color-picker");
2707
2707
  const _component_el_input = resolveComponent("el-input");
2708
- return openBlock(), createElementBlock("div", _hoisted_1$_, [
2708
+ return openBlock(), createElementBlock("div", _hoisted_1$$, [
2709
2709
  createVNode(_component_el_color_picker, {
2710
2710
  modelValue: data.value,
2711
2711
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => data.value = $event),
@@ -2725,7 +2725,7 @@ var _sfc_main$1h = /* @__PURE__ */ defineComponent({
2725
2725
  }
2726
2726
  });
2727
2727
 
2728
- var _ColorInput = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\color-input\\src\\color-input.vue"]]);
2728
+ var _ColorInput = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\color-input\\src\\color-input.vue"]]);
2729
2729
 
2730
2730
  const ColorInput = withInstall(_ColorInput);
2731
2731
 
@@ -2738,7 +2738,7 @@ const hotAreaInputProps = {
2738
2738
  }
2739
2739
  };
2740
2740
 
2741
- const _hoisted_1$Z = { class: "hot-area-content" };
2741
+ const _hoisted_1$_ = { class: "hot-area-content" };
2742
2742
  const _hoisted_2$L = { class: "hot-area-draggable" };
2743
2743
  const _hoisted_3$z = {
2744
2744
  class: "hot-item-content",
@@ -2757,11 +2757,11 @@ const _hoisted_6$g = /* @__PURE__ */ createElementVNode(
2757
2757
  /* HOISTED */
2758
2758
  );
2759
2759
  const _hoisted_7$g = { style: { "display": "flex", "justify-content": "space-between", "width": "100%" } };
2760
- const __default__$M = defineComponent({
2760
+ const __default__$N = defineComponent({
2761
2761
  name: "HotAreaContent"
2762
2762
  });
2763
- var _sfc_main$1g = /* @__PURE__ */ defineComponent({
2764
- ...__default__$M,
2763
+ var _sfc_main$1h = /* @__PURE__ */ defineComponent({
2764
+ ...__default__$N,
2765
2765
  props: {
2766
2766
  hotDataValue: {
2767
2767
  default: () => {
@@ -2856,7 +2856,7 @@ var _sfc_main$1g = /* @__PURE__ */ defineComponent({
2856
2856
  const _component_dk_icon = resolveComponent("dk-icon");
2857
2857
  const _component_el_button = resolveComponent("el-button");
2858
2858
  const _component_el_form = resolveComponent("el-form");
2859
- return openBlock(), createElementBlock("div", _hoisted_1$Z, [
2859
+ return openBlock(), createElementBlock("div", _hoisted_1$_, [
2860
2860
  createElementVNode("div", _hoisted_2$L, [
2861
2861
  hotData.background ? (openBlock(), createElementBlock(
2862
2862
  "div",
@@ -2998,15 +2998,15 @@ var _sfc_main$1g = /* @__PURE__ */ defineComponent({
2998
2998
  }
2999
2999
  });
3000
3000
 
3001
- var HotAreaContent = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\hot-area-input\\src\\component\\hot-area-content.vue"]]);
3001
+ var HotAreaContent = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\hot-area-input\\src\\component\\hot-area-content.vue"]]);
3002
3002
 
3003
- const _hoisted_1$Y = { class: "dk-hot-area-input" };
3003
+ const _hoisted_1$Z = { class: "dk-hot-area-input" };
3004
3004
  const _hoisted_2$K = { class: "text-center" };
3005
- const __default__$L = defineComponent({
3005
+ const __default__$M = defineComponent({
3006
3006
  name: "DkHotAreaInput"
3007
3007
  });
3008
- var _sfc_main$1f = /* @__PURE__ */ defineComponent({
3009
- ...__default__$L,
3008
+ var _sfc_main$1g = /* @__PURE__ */ defineComponent({
3009
+ ...__default__$M,
3010
3010
  props: hotAreaInputProps,
3011
3011
  setup(__props) {
3012
3012
  const props = __props;
@@ -3015,7 +3015,7 @@ var _sfc_main$1f = /* @__PURE__ */ defineComponent({
3015
3015
  return (_ctx, _cache) => {
3016
3016
  const _component_el_button = resolveComponent("el-button");
3017
3017
  const _component_dk_dialog = resolveComponent("dk-dialog");
3018
- return openBlock(), createElementBlock("div", _hoisted_1$Y, [
3018
+ return openBlock(), createElementBlock("div", _hoisted_1$Z, [
3019
3019
  createVNode(_component_el_button, {
3020
3020
  type: "primary",
3021
3021
  onClick: _cache[0] || (_cache[0] = ($event) => dialog.value = true)
@@ -3059,7 +3059,7 @@ var _sfc_main$1f = /* @__PURE__ */ defineComponent({
3059
3059
  }
3060
3060
  });
3061
3061
 
3062
- var _HotAreaInput = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\hot-area-input\\src\\hot-area-input.vue"]]);
3062
+ var _HotAreaInput = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\hot-area-input\\src\\hot-area-input.vue"]]);
3063
3063
 
3064
3064
  const HotAreaInput = withInstall(_HotAreaInput);
3065
3065
 
@@ -3096,13 +3096,13 @@ const dialogProps = {
3096
3096
  }
3097
3097
  };
3098
3098
 
3099
- const _hoisted_1$X = { class: "flex justify-between items-center relative" };
3099
+ const _hoisted_1$Y = { class: "flex justify-between items-center relative" };
3100
3100
  const _hoisted_2$J = { class: "flex justify-between items-center absolute top-[50%] right-0 translate-y-[-50%]" };
3101
- const __default__$K = defineComponent({
3101
+ const __default__$L = defineComponent({
3102
3102
  name: "DkDialog"
3103
3103
  });
3104
- var _sfc_main$1e = /* @__PURE__ */ defineComponent({
3105
- ...__default__$K,
3104
+ var _sfc_main$1f = /* @__PURE__ */ defineComponent({
3105
+ ...__default__$L,
3106
3106
  props: dialogProps,
3107
3107
  setup(__props) {
3108
3108
  const props = __props;
@@ -3167,7 +3167,7 @@ var _sfc_main$1e = /* @__PURE__ */ defineComponent({
3167
3167
  }), createSlots({
3168
3168
  header: withCtx(({ close }) => [
3169
3169
  renderSlot(_ctx.$slots, "header", {}, () => [
3170
- createElementVNode("div", _hoisted_1$X, [
3170
+ createElementVNode("div", _hoisted_1$Y, [
3171
3171
  createElementVNode(
3172
3172
  "span",
3173
3173
  null,
@@ -3221,7 +3221,7 @@ var _sfc_main$1e = /* @__PURE__ */ defineComponent({
3221
3221
  }
3222
3222
  });
3223
3223
 
3224
- var _Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\dialog\\src\\dialog.vue"]]);
3224
+ var _Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\dialog\\src\\dialog.vue"]]);
3225
3225
 
3226
3226
  const Dialog = withInstall(_Dialog);
3227
3227
 
@@ -3321,12 +3321,12 @@ const config = {
3321
3321
  };
3322
3322
  var _config = config;
3323
3323
 
3324
- const _hoisted_1$W = { key: 1 };
3325
- const __default__$J = defineComponent({
3324
+ const _hoisted_1$X = { key: 1 };
3325
+ const __default__$K = defineComponent({
3326
3326
  name: "DkForm"
3327
3327
  });
3328
- var _sfc_main$1d = /* @__PURE__ */ defineComponent({
3329
- ...__default__$J,
3328
+ var _sfc_main$1e = /* @__PURE__ */ defineComponent({
3329
+ ...__default__$K,
3330
3330
  props: formProps,
3331
3331
  emits: ["submit", "fail", "update:modelValue"],
3332
3332
  setup(__props, { expose: __expose, emit }) {
@@ -3578,7 +3578,7 @@ var _sfc_main$1d = /* @__PURE__ */ defineComponent({
3578
3578
  ]),
3579
3579
  _: 3
3580
3580
  /* FORWARDED */
3581
- }, 16, ["modelValue", "title", "width", "default-fullscreen", "draggable"])) : (openBlock(), createElementBlock("div", _hoisted_1$W, [
3581
+ }, 16, ["modelValue", "title", "width", "default-fullscreen", "draggable"])) : (openBlock(), createElementBlock("div", _hoisted_1$X, [
3582
3582
  createElementVNode(
3583
3583
  "div",
3584
3584
  {
@@ -3630,11 +3630,11 @@ var _sfc_main$1d = /* @__PURE__ */ defineComponent({
3630
3630
  }
3631
3631
  });
3632
3632
 
3633
- var _Form = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\form\\src\\form.vue"]]);
3633
+ var _Form = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\form\\src\\form.vue"]]);
3634
3634
 
3635
3635
  const Form = withInstall(_Form);
3636
3636
 
3637
- const _hoisted_1$V = {
3637
+ const _hoisted_1$W = {
3638
3638
  xmlns: "http://www.w3.org/2000/svg",
3639
3639
  version: "1.1",
3640
3640
  x: "0px",
@@ -3713,11 +3713,11 @@ const _hoisted_9$a = {
3713
3713
  "font-family": "Verdana, Helvetica, Arial, sans-serif",
3714
3714
  "font-size": "124"
3715
3715
  };
3716
- const __default__$I = defineComponent({
3716
+ const __default__$J = defineComponent({
3717
3717
  name: "DkFileIcon"
3718
3718
  });
3719
- var _sfc_main$1c = /* @__PURE__ */ defineComponent({
3720
- ...__default__$I,
3719
+ var _sfc_main$1d = /* @__PURE__ */ defineComponent({
3720
+ ...__default__$J,
3721
3721
  props: {
3722
3722
  type: {
3723
3723
  default: 0,
@@ -3787,7 +3787,7 @@ var _sfc_main$1c = /* @__PURE__ */ defineComponent({
3787
3787
  return colorList[index];
3788
3788
  };
3789
3789
  return (_ctx, _cache) => {
3790
- return openBlock(), createElementBlock("svg", _hoisted_1$V, [
3790
+ return openBlock(), createElementBlock("svg", _hoisted_1$W, [
3791
3791
  createElementVNode("g", null, [
3792
3792
  _hoisted_2$I,
3793
3793
  _hoisted_3$y,
@@ -3822,7 +3822,7 @@ var _sfc_main$1c = /* @__PURE__ */ defineComponent({
3822
3822
  }
3823
3823
  });
3824
3824
 
3825
- var DkFileIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment\\src\\file-icon.vue"]]);
3825
+ var DkFileIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment\\src\\file-icon.vue"]]);
3826
3826
 
3827
3827
  const attachmentProps = {
3828
3828
  type: {
@@ -3836,7 +3836,7 @@ const attachmentProps = {
3836
3836
  }
3837
3837
  };
3838
3838
 
3839
- const _hoisted_1$U = { class: "dk-attachment attachment" };
3839
+ const _hoisted_1$V = { class: "dk-attachment attachment" };
3840
3840
  const _hoisted_2$H = { class: "attachment-header flex justify-between pt-5px pb-5px" };
3841
3841
  const _hoisted_3$x = { class: "header-form z" };
3842
3842
  const _hoisted_4$m = { class: "header-button y" };
@@ -3887,11 +3887,11 @@ const _hoisted_24 = {
3887
3887
  key: 1,
3888
3888
  style: { "display": "flex", "align-items": "center", "justify-content": "center", "height": "340px" }
3889
3889
  };
3890
- const __default__$H = defineComponent({
3890
+ const __default__$I = defineComponent({
3891
3891
  name: "DkAttachment"
3892
3892
  });
3893
- var _sfc_main$1b = /* @__PURE__ */ defineComponent({
3894
- ...__default__$H,
3893
+ var _sfc_main$1c = /* @__PURE__ */ defineComponent({
3894
+ ...__default__$I,
3895
3895
  props: attachmentProps,
3896
3896
  setup(__props, { expose: __expose }) {
3897
3897
  const props = __props;
@@ -4091,7 +4091,7 @@ var _sfc_main$1b = /* @__PURE__ */ defineComponent({
4091
4091
  const _component_el_empty = resolveComponent("el-empty");
4092
4092
  const _component_dk_form = resolveComponent("dk-form");
4093
4093
  const _directive_loading = resolveDirective("loading");
4094
- return openBlock(), createElementBlock("div", _hoisted_1$U, [
4094
+ return openBlock(), createElementBlock("div", _hoisted_1$V, [
4095
4095
  createCommentVNode(" \u9876\u90E8"),
4096
4096
  createElementVNode("div", _hoisted_2$H, [
4097
4097
  createElementVNode("div", _hoisted_3$x, [
@@ -4407,7 +4407,7 @@ var _sfc_main$1b = /* @__PURE__ */ defineComponent({
4407
4407
  }
4408
4408
  });
4409
4409
 
4410
- var _Attachment = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment\\src\\attachment.vue"]]);
4410
+ var _Attachment = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment\\src\\attachment.vue"]]);
4411
4411
 
4412
4412
  const Attachment = withInstall(_Attachment);
4413
4413
 
@@ -4423,12 +4423,12 @@ const attachmentDialogProps = {
4423
4423
  }
4424
4424
  };
4425
4425
 
4426
- const _hoisted_1$T = { class: "text-center m2" };
4427
- const __default__$G = defineComponent({
4426
+ const _hoisted_1$U = { class: "text-center m2" };
4427
+ const __default__$H = defineComponent({
4428
4428
  name: "DkAttachmentDialog"
4429
4429
  });
4430
- var _sfc_main$1a = /* @__PURE__ */ defineComponent({
4431
- ...__default__$G,
4430
+ var _sfc_main$1b = /* @__PURE__ */ defineComponent({
4431
+ ...__default__$H,
4432
4432
  props: attachmentDialogProps,
4433
4433
  emits: ["confirm"],
4434
4434
  setup(__props, { expose: __expose, emit }) {
@@ -4477,7 +4477,7 @@ var _sfc_main$1a = /* @__PURE__ */ defineComponent({
4477
4477
  ref: attachment,
4478
4478
  type: _type.value
4479
4479
  }, null, 8, ["type"]),
4480
- createElementVNode("div", _hoisted_1$T, [
4480
+ createElementVNode("div", _hoisted_1$U, [
4481
4481
  createVNode(_component_el_button, {
4482
4482
  type: "primary",
4483
4483
  size: "default",
@@ -4508,7 +4508,7 @@ var _sfc_main$1a = /* @__PURE__ */ defineComponent({
4508
4508
  }
4509
4509
  });
4510
4510
 
4511
- var _AttachmentDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment-dialog\\src\\attachment-dialog.vue"]]);
4511
+ var _AttachmentDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment-dialog\\src\\attachment-dialog.vue"]]);
4512
4512
 
4513
4513
  const AttachmentDialog = withInstall(_AttachmentDialog);
4514
4514
 
@@ -4527,15 +4527,15 @@ const fileInputProps = {
4527
4527
  accept: { type: String, default: "" }
4528
4528
  };
4529
4529
 
4530
- const _hoisted_1$S = { class: "show m-t-5px" };
4530
+ const _hoisted_1$T = { class: "show m-t-5px" };
4531
4531
  const _hoisted_2$G = { class: "image-error" };
4532
4532
  const _hoisted_3$w = { class: "image-slot" };
4533
4533
  const _hoisted_4$l = { class: "no-image" };
4534
- const __default__$F = defineComponent({
4534
+ const __default__$G = defineComponent({
4535
4535
  name: "DkFileInput"
4536
4536
  });
4537
- var _sfc_main$19 = /* @__PURE__ */ defineComponent({
4538
- ...__default__$F,
4537
+ var _sfc_main$1a = /* @__PURE__ */ defineComponent({
4538
+ ...__default__$G,
4539
4539
  props: fileInputProps,
4540
4540
  emits: ["input", "update:modelValue", "change"],
4541
4541
  setup(__props, { emit }) {
@@ -4609,7 +4609,7 @@ var _sfc_main$19 = /* @__PURE__ */ defineComponent({
4609
4609
  /* STABLE */
4610
4610
  }, 8, ["modelValue", "placeholder"]),
4611
4611
  createCommentVNode("\u9009\u62E9\u7684\u662F\u56FE\u7247"),
4612
- createElementVNode("div", _hoisted_1$S, [
4612
+ createElementVNode("div", _hoisted_1$T, [
4613
4613
  _ctx.type === 1 ? (openBlock(), createBlock(_component_el_image, {
4614
4614
  key: 0,
4615
4615
  src: input.value,
@@ -4755,7 +4755,7 @@ var _sfc_main$19 = /* @__PURE__ */ defineComponent({
4755
4755
  }
4756
4756
  });
4757
4757
 
4758
- var _FileInput = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\file-input\\src\\file-input.vue"]]);
4758
+ var _FileInput = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\file-input\\src\\file-input.vue"]]);
4759
4759
 
4760
4760
  const FileInput = withInstall(_FileInput);
4761
4761
 
@@ -4767,11 +4767,11 @@ const imageInputProps = {
4767
4767
  accept: { type: String, default: "" }
4768
4768
  };
4769
4769
 
4770
- const __default__$E = defineComponent({
4770
+ const __default__$F = defineComponent({
4771
4771
  name: "DkImageInput"
4772
4772
  });
4773
- var _sfc_main$18 = /* @__PURE__ */ defineComponent({
4774
- ...__default__$E,
4773
+ var _sfc_main$19 = /* @__PURE__ */ defineComponent({
4774
+ ...__default__$F,
4775
4775
  props: imageInputProps,
4776
4776
  emits: ["input", "update:modelValue", "change"],
4777
4777
  setup(__props, { emit }) {
@@ -4807,7 +4807,7 @@ var _sfc_main$18 = /* @__PURE__ */ defineComponent({
4807
4807
  }
4808
4808
  });
4809
4809
 
4810
- var _ImageInput = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\image-input\\src\\image-input.vue"]]);
4810
+ var _ImageInput = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\image-input\\src\\image-input.vue"]]);
4811
4811
 
4812
4812
  const ImageInput = withInstall(_ImageInput);
4813
4813
 
@@ -4819,11 +4819,11 @@ const audioInputProps = {
4819
4819
  accept: { type: String, default: "" }
4820
4820
  };
4821
4821
 
4822
- const __default__$D = defineComponent({
4822
+ const __default__$E = defineComponent({
4823
4823
  name: "DkAudioInput"
4824
4824
  });
4825
- var _sfc_main$17 = /* @__PURE__ */ defineComponent({
4826
- ...__default__$D,
4825
+ var _sfc_main$18 = /* @__PURE__ */ defineComponent({
4826
+ ...__default__$E,
4827
4827
  props: audioInputProps,
4828
4828
  emits: ["input", "update:modelValue", "change"],
4829
4829
  setup(__props, { emit }) {
@@ -4859,7 +4859,7 @@ var _sfc_main$17 = /* @__PURE__ */ defineComponent({
4859
4859
  }
4860
4860
  });
4861
4861
 
4862
- var _AudioInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\audio-input\\src\\audio-input.vue"]]);
4862
+ var _AudioInput = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\audio-input\\src\\audio-input.vue"]]);
4863
4863
 
4864
4864
  const AudioInput = withInstall(_AudioInput);
4865
4865
 
@@ -4871,11 +4871,11 @@ const videoInputProps = {
4871
4871
  accept: { type: String, default: "" }
4872
4872
  };
4873
4873
 
4874
- const __default__$C = defineComponent({
4874
+ const __default__$D = defineComponent({
4875
4875
  name: "DkVideoInput"
4876
4876
  });
4877
- var _sfc_main$16 = /* @__PURE__ */ defineComponent({
4878
- ...__default__$C,
4877
+ var _sfc_main$17 = /* @__PURE__ */ defineComponent({
4878
+ ...__default__$D,
4879
4879
  props: videoInputProps,
4880
4880
  emits: ["input", "update:modelValue", "change"],
4881
4881
  setup(__props, { emit }) {
@@ -4911,7 +4911,7 @@ var _sfc_main$16 = /* @__PURE__ */ defineComponent({
4911
4911
  }
4912
4912
  });
4913
4913
 
4914
- var _VideoInput = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\video-input\\src\\video-input.vue"]]);
4914
+ var _VideoInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\video-input\\src\\video-input.vue"]]);
4915
4915
 
4916
4916
  const VideoInput = withInstall(_VideoInput);
4917
4917
 
@@ -4924,14 +4924,14 @@ const fileListInputProps = {
4924
4924
  accept: { default: "", type: String }
4925
4925
  };
4926
4926
 
4927
- const _hoisted_1$R = { class: "dk-image-list" };
4927
+ const _hoisted_1$S = { class: "dk-image-list" };
4928
4928
  const _hoisted_2$F = ["onClick"];
4929
4929
  const _hoisted_3$v = { key: 0 };
4930
- const __default__$B = defineComponent({
4930
+ const __default__$C = defineComponent({
4931
4931
  name: "DkFileListInput"
4932
4932
  });
4933
- var _sfc_main$15 = /* @__PURE__ */ defineComponent({
4934
- ...__default__$B,
4933
+ var _sfc_main$16 = /* @__PURE__ */ defineComponent({
4934
+ ...__default__$C,
4935
4935
  props: fileListInputProps,
4936
4936
  emits: ["input", "update:modelValue", "change"],
4937
4937
  setup(__props, { emit }) {
@@ -4989,7 +4989,7 @@ var _sfc_main$15 = /* @__PURE__ */ defineComponent({
4989
4989
  class: normalizeClass(unref(bem)())
4990
4990
  },
4991
4991
  [
4992
- createElementVNode("div", _hoisted_1$R, [
4992
+ createElementVNode("div", _hoisted_1$S, [
4993
4993
  createElementVNode("ul", null, [
4994
4994
  (openBlock(true), createElementBlock(
4995
4995
  Fragment,
@@ -5073,7 +5073,7 @@ var _sfc_main$15 = /* @__PURE__ */ defineComponent({
5073
5073
  }
5074
5074
  });
5075
5075
 
5076
- var _FileListInput = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\file-list-input\\src\\file-list-input.vue"]]);
5076
+ var _FileListInput = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\file-list-input\\src\\file-list-input.vue"]]);
5077
5077
 
5078
5078
  const FileListInput = withInstall(_FileListInput);
5079
5079
 
@@ -5085,11 +5085,11 @@ const imageListInputProps = {
5085
5085
  accept: { default: "", type: String }
5086
5086
  };
5087
5087
 
5088
- const __default__$A = defineComponent({
5088
+ const __default__$B = defineComponent({
5089
5089
  name: "DkImageListInput"
5090
5090
  });
5091
- var _sfc_main$14 = /* @__PURE__ */ defineComponent({
5092
- ...__default__$A,
5091
+ var _sfc_main$15 = /* @__PURE__ */ defineComponent({
5092
+ ...__default__$B,
5093
5093
  props: imageListInputProps,
5094
5094
  emits: ["input", "update:modelValue", "change"],
5095
5095
  setup(__props, { emit }) {
@@ -5126,7 +5126,7 @@ var _sfc_main$14 = /* @__PURE__ */ defineComponent({
5126
5126
  }
5127
5127
  });
5128
5128
 
5129
- var _ImageListInput = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\image-list-input\\src\\image-list-input.vue"]]);
5129
+ var _ImageListInput = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\image-list-input\\src\\image-list-input.vue"]]);
5130
5130
 
5131
5131
  const ImageListInput = withInstall(_ImageListInput);
5132
5132
 
@@ -5138,11 +5138,11 @@ const audioListInputProps = {
5138
5138
  accept: { default: "", type: String }
5139
5139
  };
5140
5140
 
5141
- const __default__$z = defineComponent({
5141
+ const __default__$A = defineComponent({
5142
5142
  name: "DkAudioListInput"
5143
5143
  });
5144
- var _sfc_main$13 = /* @__PURE__ */ defineComponent({
5145
- ...__default__$z,
5144
+ var _sfc_main$14 = /* @__PURE__ */ defineComponent({
5145
+ ...__default__$A,
5146
5146
  props: audioListInputProps,
5147
5147
  emits: ["input", "update:modelValue", "change"],
5148
5148
  setup(__props, { emit }) {
@@ -5179,7 +5179,7 @@ var _sfc_main$13 = /* @__PURE__ */ defineComponent({
5179
5179
  }
5180
5180
  });
5181
5181
 
5182
- var _AudioListInput = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\audio-list-input\\src\\audio-list-input.vue"]]);
5182
+ var _AudioListInput = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\audio-list-input\\src\\audio-list-input.vue"]]);
5183
5183
 
5184
5184
  const AudioListInput = withInstall(_AudioListInput);
5185
5185
 
@@ -5191,11 +5191,11 @@ const videoListInputProps = {
5191
5191
  accept: { default: "", type: String }
5192
5192
  };
5193
5193
 
5194
- const __default__$y = defineComponent({
5194
+ const __default__$z = defineComponent({
5195
5195
  name: "DkVideoListInput"
5196
5196
  });
5197
- var _sfc_main$12 = /* @__PURE__ */ defineComponent({
5198
- ...__default__$y,
5197
+ var _sfc_main$13 = /* @__PURE__ */ defineComponent({
5198
+ ...__default__$z,
5199
5199
  props: videoListInputProps,
5200
5200
  emits: ["input", "update:modelValue", "change"],
5201
5201
  setup(__props, { emit }) {
@@ -5232,7 +5232,7 @@ var _sfc_main$12 = /* @__PURE__ */ defineComponent({
5232
5232
  }
5233
5233
  });
5234
5234
 
5235
- var _VideoListInput = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\video-list-input\\src\\video-list-input.vue"]]);
5235
+ var _VideoListInput = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\video-list-input\\src\\video-list-input.vue"]]);
5236
5236
 
5237
5237
  const VideoListInput = withInstall(_VideoListInput);
5238
5238
 
@@ -5292,18 +5292,18 @@ function getIcons(query) {
5292
5292
  });
5293
5293
  }
5294
5294
 
5295
- const _hoisted_1$Q = { class: "dk-icon-content" };
5295
+ const _hoisted_1$R = { class: "dk-icon-content" };
5296
5296
  const _hoisted_2$E = {
5297
5297
  key: 0,
5298
5298
  class: "text-center",
5299
5299
  style: { "font-size": "12px", "color": "#999" }
5300
5300
  };
5301
5301
  const _hoisted_3$u = { class: "search-icon" };
5302
- const __default__$x = defineComponent({
5302
+ const __default__$y = defineComponent({
5303
5303
  name: "DkIconContent"
5304
5304
  });
5305
- var _sfc_main$11 = /* @__PURE__ */ defineComponent({
5306
- ...__default__$x,
5305
+ var _sfc_main$12 = /* @__PURE__ */ defineComponent({
5306
+ ...__default__$y,
5307
5307
  props: iconContentProps,
5308
5308
  emits: ["choose"],
5309
5309
  setup(__props, { expose: __expose, emit }) {
@@ -5401,7 +5401,7 @@ var _sfc_main$11 = /* @__PURE__ */ defineComponent({
5401
5401
  const _component_el_tabs = resolveComponent("el-tabs");
5402
5402
  const _component_el_button = resolveComponent("el-button");
5403
5403
  const _component_el_input = resolveComponent("el-input");
5404
- return openBlock(), createElementBlock("div", _hoisted_1$Q, [
5404
+ return openBlock(), createElementBlock("div", _hoisted_1$R, [
5405
5405
  createVNode(_component_el_tabs, {
5406
5406
  modelValue: activeName.value,
5407
5407
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => activeName.value = $event)
@@ -5535,14 +5535,14 @@ var _sfc_main$11 = /* @__PURE__ */ defineComponent({
5535
5535
  }
5536
5536
  });
5537
5537
 
5538
- var _IconContent = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-content.vue"]]);
5538
+ var _IconContent = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-content.vue"]]);
5539
5539
 
5540
- const _hoisted_1$P = { class: "text-center m2" };
5541
- const __default__$w = defineComponent({
5540
+ const _hoisted_1$Q = { class: "text-center m2" };
5541
+ const __default__$x = defineComponent({
5542
5542
  name: "DkIconDialog"
5543
5543
  });
5544
- var _sfc_main$10 = /* @__PURE__ */ defineComponent({
5545
- ...__default__$w,
5544
+ var _sfc_main$11 = /* @__PURE__ */ defineComponent({
5545
+ ...__default__$x,
5546
5546
  props: iconDialogProps,
5547
5547
  emits: ["choose", "confirm"],
5548
5548
  setup(__props, { expose: __expose, emit }) {
@@ -5576,7 +5576,7 @@ var _sfc_main$10 = /* @__PURE__ */ defineComponent({
5576
5576
  class: "dk-icon-dialog"
5577
5577
  }, {
5578
5578
  footer: withCtx(() => [
5579
- createElementVNode("div", _hoisted_1$P, [
5579
+ createElementVNode("div", _hoisted_1$Q, [
5580
5580
  createVNode(_component_el_button, {
5581
5581
  type: "primary",
5582
5582
  onClick: confirm
@@ -5615,17 +5615,17 @@ var _sfc_main$10 = /* @__PURE__ */ defineComponent({
5615
5615
  }
5616
5616
  });
5617
5617
 
5618
- var _IconDialog = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-dialog.vue"]]);
5618
+ var _IconDialog = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-dialog.vue"]]);
5619
5619
 
5620
- const _hoisted_1$O = {
5620
+ const _hoisted_1$P = {
5621
5621
  key: 0,
5622
5622
  class: "show m-t-5px"
5623
5623
  };
5624
- const __default__$v = defineComponent({
5624
+ const __default__$w = defineComponent({
5625
5625
  name: "DkIconInput"
5626
5626
  });
5627
- var _sfc_main$$ = /* @__PURE__ */ defineComponent({
5628
- ...__default__$v,
5627
+ var _sfc_main$10 = /* @__PURE__ */ defineComponent({
5628
+ ...__default__$w,
5629
5629
  props: iconInputProps,
5630
5630
  emits: ["input", "update:modelValue", "change"],
5631
5631
  setup(__props, { emit }) {
@@ -5693,7 +5693,7 @@ var _sfc_main$$ = /* @__PURE__ */ defineComponent({
5693
5693
  /* STABLE */
5694
5694
  }, 8, ["modelValue", "placeholder"]),
5695
5695
  createCommentVNode("\u9009\u62E9\u7684\u662F\u56FE\u7247"),
5696
- props.preview ? (openBlock(), createElementBlock("div", _hoisted_1$O, [
5696
+ props.preview ? (openBlock(), createElementBlock("div", _hoisted_1$P, [
5697
5697
  createVNode(_component_dk_icon, {
5698
5698
  icon: input.value ? input.value : "fluent:document-none-24-regular",
5699
5699
  class: "icon rd-4px cursor-pointer",
@@ -5732,7 +5732,7 @@ var _sfc_main$$ = /* @__PURE__ */ defineComponent({
5732
5732
  }
5733
5733
  });
5734
5734
 
5735
- var _IconInput = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-input.vue"]]);
5735
+ var _IconInput = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-input.vue"]]);
5736
5736
 
5737
5737
  const IconInput = withInstall(_IconInput);
5738
5738
  const IconContent = withInstall(_IconContent);
@@ -5801,6 +5801,13 @@ const defaultConfig = [
5801
5801
  props: {},
5802
5802
  value: {},
5803
5803
  params: ["boxShadow"]
5804
+ },
5805
+ {
5806
+ name: "DkStyleCustomInput",
5807
+ title: "\u81EA\u5B9A\u4E49",
5808
+ props: {},
5809
+ value: {},
5810
+ params: []
5804
5811
  }
5805
5812
  // {
5806
5813
  // name: 'DkStylePositionInput',
@@ -5856,17 +5863,17 @@ const styleInputProps = {
5856
5863
  }
5857
5864
  };
5858
5865
 
5859
- const _hoisted_1$N = { class: "dk-style-input" };
5866
+ const _hoisted_1$O = { class: "dk-style-input" };
5860
5867
  const _hoisted_2$D = {
5861
5868
  key: 0,
5862
5869
  class: "p-5px"
5863
5870
  };
5864
5871
  const _hoisted_3$t = { key: 1 };
5865
- const __default__$u = defineComponent({
5872
+ const __default__$v = defineComponent({
5866
5873
  name: "DkStyleInput"
5867
5874
  });
5868
- var _sfc_main$_ = /* @__PURE__ */ defineComponent({
5869
- ...__default__$u,
5875
+ var _sfc_main$$ = /* @__PURE__ */ defineComponent({
5876
+ ...__default__$v,
5870
5877
  props: styleInputProps,
5871
5878
  emits: ["update:modelValue"],
5872
5879
  setup(__props, { emit }) {
@@ -5886,21 +5893,33 @@ var _sfc_main$_ = /* @__PURE__ */ defineComponent({
5886
5893
  };
5887
5894
  const _components = ref([]);
5888
5895
  const init = () => {
5896
+ const usedParams = /* @__PURE__ */ new Set();
5889
5897
  _components.value = props.components.filter((item) => {
5890
5898
  return !props.hideComponents.includes(item.name);
5891
5899
  });
5892
5900
  const obj = {};
5893
5901
  _components.value.forEach((item) => {
5894
- const params = item.params;
5895
- const paramsObj = {};
5896
- Object.keys(params).forEach((key) => {
5897
- const param = params[key];
5898
- if (props.modelValue[param]) {
5899
- paramsObj[param] = props.modelValue[param];
5902
+ if (item.name !== "DkStyleCustomInput") {
5903
+ const paramsObj = {};
5904
+ item.params.forEach((param) => {
5905
+ if (props.modelValue[param] !== void 0) {
5906
+ paramsObj[param] = props.modelValue[param];
5907
+ usedParams.add(param);
5908
+ }
5909
+ });
5910
+ obj[item.name] = paramsObj;
5911
+ }
5912
+ });
5913
+ const customComponent = _components.value.find((item) => item.name === "DkStyleCustomInput");
5914
+ if (customComponent) {
5915
+ const customParamsObj = {};
5916
+ Object.keys(props.modelValue).forEach((key) => {
5917
+ if (!usedParams.has(key)) {
5918
+ customParamsObj[key] = props.modelValue[key];
5900
5919
  }
5901
5920
  });
5902
- obj[item.name] = paramsObj;
5903
- });
5921
+ obj[customComponent.name] = customParamsObj;
5922
+ }
5904
5923
  values.value = obj;
5905
5924
  loading.value = false;
5906
5925
  };
@@ -5921,7 +5940,7 @@ var _sfc_main$_ = /* @__PURE__ */ defineComponent({
5921
5940
  const _component_el_collapse = resolveComponent("el-collapse");
5922
5941
  const _component_el_button = resolveComponent("el-button");
5923
5942
  const _component_el_drawer = resolveComponent("el-drawer");
5924
- return openBlock(), createElementBlock("div", _hoisted_1$N, [
5943
+ return openBlock(), createElementBlock("div", _hoisted_1$O, [
5925
5944
  !loading.value ? (openBlock(), createElementBlock("div", _hoisted_2$D, [
5926
5945
  !props.isDrawer ? (openBlock(), createBlock(_component_el_collapse, {
5927
5946
  key: 0,
@@ -6035,7 +6054,7 @@ var _sfc_main$_ = /* @__PURE__ */ defineComponent({
6035
6054
  }
6036
6055
  });
6037
6056
 
6038
- var _StyleInput = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-input\\src\\style-input.vue"]]);
6057
+ var _StyleInput = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-input\\src\\style-input.vue"]]);
6039
6058
 
6040
6059
  const StyleInput = withInstall(_StyleInput);
6041
6060
 
@@ -6075,13 +6094,13 @@ const boxSizeInputProps = {
6075
6094
  }
6076
6095
  };
6077
6096
 
6078
- const _hoisted_1$M = ["onMousedown"];
6097
+ const _hoisted_1$N = ["onMousedown"];
6079
6098
  const _hoisted_2$C = { style: { "display": "flex" } };
6080
- const __default__$t = defineComponent({
6099
+ const __default__$u = defineComponent({
6081
6100
  name: "DkBoxSizeInput"
6082
6101
  });
6083
- var _sfc_main$Z = /* @__PURE__ */ defineComponent({
6084
- ...__default__$t,
6102
+ var _sfc_main$_ = /* @__PURE__ */ defineComponent({
6103
+ ...__default__$u,
6085
6104
  props: boxSizeInputProps,
6086
6105
  emits: ["update:modelValue"],
6087
6106
  setup(__props, { emit }) {
@@ -6314,7 +6333,7 @@ var _sfc_main$Z = /* @__PURE__ */ defineComponent({
6314
6333
  _: 2
6315
6334
  /* DYNAMIC */
6316
6335
  }, 1032, ["content", "disabled"])
6317
- ], 40, _hoisted_1$M)
6336
+ ], 40, _hoisted_1$N)
6318
6337
  ]),
6319
6338
  key: "0"
6320
6339
  } : void 0
@@ -6416,7 +6435,7 @@ var _sfc_main$Z = /* @__PURE__ */ defineComponent({
6416
6435
  }
6417
6436
  });
6418
6437
 
6419
- var _BoxSizeInput = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\box-size-input\\src\\box-size-input.vue"]]);
6438
+ var _BoxSizeInput = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\box-size-input\\src\\box-size-input.vue"]]);
6420
6439
 
6421
6440
  const BoxSizeInput = withInstall(_BoxSizeInput);
6422
6441
 
@@ -6544,7 +6563,7 @@ const paddings = [
6544
6563
  }
6545
6564
  ];
6546
6565
 
6547
- const _hoisted_1$L = { class: "dk-style-box-input" };
6566
+ const _hoisted_1$M = { class: "dk-style-box-input" };
6548
6567
  const _hoisted_2$B = { class: "header" };
6549
6568
  const _hoisted_3$s = { class: "flex items-center justify-between" };
6550
6569
  const _hoisted_4$k = { class: "items-center" };
@@ -6594,11 +6613,11 @@ const _hoisted_23 = {
6594
6613
  key: 0,
6595
6614
  class: "flex items-center justify-between"
6596
6615
  };
6597
- const __default__$s = defineComponent({
6616
+ const __default__$t = defineComponent({
6598
6617
  name: "DkStyleBoxInput"
6599
6618
  });
6600
- var _sfc_main$Y = /* @__PURE__ */ defineComponent({
6601
- ...__default__$s,
6619
+ var _sfc_main$Z = /* @__PURE__ */ defineComponent({
6620
+ ...__default__$t,
6602
6621
  props: styleBoxInputProps,
6603
6622
  emits: ["update:modelValue", "change"],
6604
6623
  setup(__props, { emit }) {
@@ -6874,7 +6893,7 @@ var _sfc_main$Y = /* @__PURE__ */ defineComponent({
6874
6893
  const _component_el_switch = resolveComponent("el-switch");
6875
6894
  const _component_el_tooltip = resolveComponent("el-tooltip");
6876
6895
  const _component_el_input = resolveComponent("el-input");
6877
- return openBlock(), createElementBlock("div", _hoisted_1$L, [
6896
+ return openBlock(), createElementBlock("div", _hoisted_1$M, [
6878
6897
  createElementVNode(
6879
6898
  "div",
6880
6899
  {
@@ -7285,7 +7304,7 @@ var _sfc_main$Y = /* @__PURE__ */ defineComponent({
7285
7304
  }
7286
7305
  });
7287
7306
 
7288
- var _StyleBoxInput = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-box-input\\src\\style-box-input.vue"]]);
7307
+ var _StyleBoxInput = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-box-input\\src\\style-box-input.vue"]]);
7289
7308
 
7290
7309
  const StyleBoxInput = withInstall(_StyleBoxInput);
7291
7310
 
@@ -7296,7 +7315,7 @@ const styleFontInputProps = {
7296
7315
  }
7297
7316
  };
7298
7317
 
7299
- const _hoisted_1$K = { class: "dk-style-font-input" };
7318
+ const _hoisted_1$L = { class: "dk-style-font-input" };
7300
7319
  const _hoisted_2$A = { style: { "display": "flex", "flex-flow": "wrap", "align-items": "center" } };
7301
7320
  const _hoisted_3$r = { class: "m-b-5px" };
7302
7321
  const _hoisted_4$j = {
@@ -7309,11 +7328,11 @@ const _hoisted_5$e = {
7309
7328
  };
7310
7329
  const _hoisted_6$c = { class: "m-r-5px m-b-5px" };
7311
7330
  const _hoisted_7$c = { class: "m-b-5px" };
7312
- const __default__$r = defineComponent({
7331
+ const __default__$s = defineComponent({
7313
7332
  name: "DkStyleFontInput"
7314
7333
  });
7315
- var _sfc_main$X = /* @__PURE__ */ defineComponent({
7316
- ...__default__$r,
7334
+ var _sfc_main$Y = /* @__PURE__ */ defineComponent({
7335
+ ...__default__$s,
7317
7336
  props: styleFontInputProps,
7318
7337
  emits: ["update:modelValue", "change"],
7319
7338
  setup(__props, { emit }) {
@@ -7379,7 +7398,7 @@ var _sfc_main$X = /* @__PURE__ */ defineComponent({
7379
7398
  const _component_el_select = resolveComponent("el-select");
7380
7399
  const _component_dk_icon = resolveComponent("dk-icon");
7381
7400
  const _component_el_button_group = resolveComponent("el-button-group");
7382
- return openBlock(), createElementBlock("div", _hoisted_1$K, [
7401
+ return openBlock(), createElementBlock("div", _hoisted_1$L, [
7383
7402
  createCommentVNode(" \u989C\u8272\u3001\u5B57\u53F7\u3001\u7C97\u7EC6\u3001\u98CE\u683C\u3001\u88C5\u9970"),
7384
7403
  createElementVNode("div", _hoisted_2$A, [
7385
7404
  createVNode(_component_el_tooltip, {
@@ -7560,7 +7579,7 @@ var _sfc_main$X = /* @__PURE__ */ defineComponent({
7560
7579
  }
7561
7580
  });
7562
7581
 
7563
- var _StyleFontInput = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-font-input\\src\\style-font-input.vue"]]);
7582
+ var _StyleFontInput = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-font-input\\src\\style-font-input.vue"]]);
7564
7583
 
7565
7584
  const StyleFontInput = withInstall(_StyleFontInput);
7566
7585
 
@@ -7572,17 +7591,17 @@ const styleBorderInputProps = {
7572
7591
  }
7573
7592
  };
7574
7593
 
7575
- const _hoisted_1$J = { class: "border-box" };
7594
+ const _hoisted_1$K = { class: "border-box" };
7576
7595
  const _hoisted_2$z = {
7577
7596
  style: { "width": "100%" },
7578
7597
  class: "m-l-20px"
7579
7598
  };
7580
7599
  const _hoisted_3$q = { style: { "display": "flex", "width": "100%" } };
7581
- const __default__$q = defineComponent({
7600
+ const __default__$r = defineComponent({
7582
7601
  name: "DkStyleBorderInput"
7583
7602
  });
7584
- var _sfc_main$W = /* @__PURE__ */ defineComponent({
7585
- ...__default__$q,
7603
+ var _sfc_main$X = /* @__PURE__ */ defineComponent({
7604
+ ...__default__$r,
7586
7605
  props: styleBorderInputProps,
7587
7606
  emits: ["update:modelValue", "change"],
7588
7607
  setup(__props, { emit }) {
@@ -7759,7 +7778,7 @@ var _sfc_main$W = /* @__PURE__ */ defineComponent({
7759
7778
  class: normalizeClass(["dk-style-border-input", unref(width) < 400 ? "mini" : ""])
7760
7779
  },
7761
7780
  [
7762
- createElementVNode("div", _hoisted_1$J, [
7781
+ createElementVNode("div", _hoisted_1$K, [
7763
7782
  (openBlock(), createElementBlock(
7764
7783
  Fragment,
7765
7784
  null,
@@ -8037,7 +8056,7 @@ var _sfc_main$W = /* @__PURE__ */ defineComponent({
8037
8056
  }
8038
8057
  });
8039
8058
 
8040
- var _StyleBorderInput = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-border-input\\src\\style-border-input.vue"]]);
8059
+ var _StyleBorderInput = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-border-input\\src\\style-border-input.vue"]]);
8041
8060
 
8042
8061
  const StyleBorderInput = withInstall(_StyleBorderInput);
8043
8062
 
@@ -8051,12 +8070,12 @@ const styleBackgroundInputProps = {
8051
8070
  }
8052
8071
  };
8053
8072
 
8054
- const _hoisted_1$I = { class: "dk-style-background-input" };
8055
- const __default__$p = defineComponent({
8073
+ const _hoisted_1$J = { class: "dk-style-background-input" };
8074
+ const __default__$q = defineComponent({
8056
8075
  name: "DkStyleBackgroundInput"
8057
8076
  });
8058
- var _sfc_main$V = /* @__PURE__ */ defineComponent({
8059
- ...__default__$p,
8077
+ var _sfc_main$W = /* @__PURE__ */ defineComponent({
8078
+ ...__default__$q,
8060
8079
  props: styleBackgroundInputProps,
8061
8080
  emits: ["update:modelValue", "change"],
8062
8081
  setup(__props, { emit }) {
@@ -8103,7 +8122,7 @@ var _sfc_main$V = /* @__PURE__ */ defineComponent({
8103
8122
  return (_ctx, _cache) => {
8104
8123
  const _component_el_color_picker = resolveComponent("el-color-picker");
8105
8124
  const _component_dk_image_input = resolveComponent("dk-image-input");
8106
- return openBlock(), createElementBlock("div", _hoisted_1$I, [
8125
+ return openBlock(), createElementBlock("div", _hoisted_1$J, [
8107
8126
  createVNode(_component_el_color_picker, {
8108
8127
  modelValue: form.backgroundColor,
8109
8128
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.backgroundColor = $event),
@@ -8118,7 +8137,7 @@ var _sfc_main$V = /* @__PURE__ */ defineComponent({
8118
8137
  }
8119
8138
  });
8120
8139
 
8121
- var _StyleBackgroundInput = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-background-input\\src\\style-background-input.vue"]]);
8140
+ var _StyleBackgroundInput = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-background-input\\src\\style-background-input.vue"]]);
8122
8141
 
8123
8142
  const StyleBackgroundInput = withInstall(_StyleBackgroundInput);
8124
8143
 
@@ -8134,16 +8153,16 @@ const shadowInputProps = {
8134
8153
  }
8135
8154
  };
8136
8155
 
8137
- const _hoisted_1$H = { class: "dk-style-shadow-input" };
8156
+ const _hoisted_1$I = { class: "dk-style-shadow-input" };
8138
8157
  const _hoisted_2$y = {
8139
8158
  key: 1,
8140
8159
  class: "shadow-list"
8141
8160
  };
8142
- const __default__$o = defineComponent({
8161
+ const __default__$p = defineComponent({
8143
8162
  name: "DkStyleShadowInput"
8144
8163
  });
8145
- var _sfc_main$U = /* @__PURE__ */ defineComponent({
8146
- ...__default__$o,
8164
+ var _sfc_main$V = /* @__PURE__ */ defineComponent({
8165
+ ...__default__$p,
8147
8166
  props: shadowInputProps,
8148
8167
  emits: ["update:modelValue", "change"],
8149
8168
  setup(__props, { emit }) {
@@ -8187,7 +8206,7 @@ var _sfc_main$U = /* @__PURE__ */ defineComponent({
8187
8206
  const _component_el_popover = resolveComponent("el-popover");
8188
8207
  const _component_el_input = resolveComponent("el-input");
8189
8208
  const _component_dk_icon = resolveComponent("dk-icon");
8190
- return openBlock(), createElementBlock("div", _hoisted_1$H, [
8209
+ return openBlock(), createElementBlock("div", _hoisted_1$I, [
8191
8210
  _ctx.type === "collapse" ? (openBlock(), createBlock(_component_el_collapse, {
8192
8211
  key: 0,
8193
8212
  modelValue: activeName.value,
@@ -8293,9 +8312,9 @@ var _sfc_main$U = /* @__PURE__ */ defineComponent({
8293
8312
  }
8294
8313
  });
8295
8314
 
8296
- var _StyleShadowInput = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-shadow-input\\src\\style-shadow-input.vue"]]);
8315
+ var _StyleShadowInput = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-shadow-input\\src\\style-shadow-input.vue"]]);
8297
8316
 
8298
- const _hoisted_1$G = { class: "flex" };
8317
+ const _hoisted_1$H = { class: "flex" };
8299
8318
  const _hoisted_2$x = { class: "flex" };
8300
8319
  const _hoisted_3$p = { class: "flex" };
8301
8320
  const _hoisted_4$i = { class: "flex" };
@@ -8318,11 +8337,11 @@ const _hoisted_8$8 = /* @__PURE__ */ createElementVNode(
8318
8337
  const _hoisted_9$7 = [
8319
8338
  _hoisted_8$8
8320
8339
  ];
8321
- const __default__$n = defineComponent({
8340
+ const __default__$o = defineComponent({
8322
8341
  name: "DkStyleShadowContent"
8323
8342
  });
8324
- var _sfc_main$T = /* @__PURE__ */ defineComponent({
8325
- ...__default__$n,
8343
+ var _sfc_main$U = /* @__PURE__ */ defineComponent({
8344
+ ...__default__$o,
8326
8345
  props: {
8327
8346
  boxSize: {
8328
8347
  default: 180,
@@ -8513,7 +8532,7 @@ var _sfc_main$T = /* @__PURE__ */ defineComponent({
8513
8532
  }),
8514
8533
  createVNode(_component_el_form_item, { label: "x\u8F74" }, {
8515
8534
  default: withCtx(() => [
8516
- createElementVNode("div", _hoisted_1$G, [
8535
+ createElementVNode("div", _hoisted_1$H, [
8517
8536
  createVNode(_component_el_input, {
8518
8537
  modelValue: form.x,
8519
8538
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => form.x = $event),
@@ -8763,7 +8782,7 @@ var _sfc_main$T = /* @__PURE__ */ defineComponent({
8763
8782
  }
8764
8783
  });
8765
8784
 
8766
- var _StyleShadowContent = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-shadow-input\\src\\style-shadow-content.vue"]]);
8785
+ var _StyleShadowContent = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-shadow-input\\src\\style-shadow-content.vue"]]);
8767
8786
 
8768
8787
  const StyleShadowInput = withInstall(_StyleShadowInput);
8769
8788
  const StyleShadowContent = withInstall(_StyleShadowContent);
@@ -8777,13 +8796,13 @@ const stylePositionInputProps = {
8777
8796
  }
8778
8797
  };
8779
8798
 
8780
- const _hoisted_1$F = { class: "m-t-10px" };
8799
+ const _hoisted_1$G = { class: "m-t-10px" };
8781
8800
  const _hoisted_2$w = ["onClick"];
8782
- const __default__$m = defineComponent({
8801
+ const __default__$n = defineComponent({
8783
8802
  name: "DkStylePositionInput"
8784
8803
  });
8785
- var _sfc_main$S = /* @__PURE__ */ defineComponent({
8786
- ...__default__$m,
8804
+ var _sfc_main$T = /* @__PURE__ */ defineComponent({
8805
+ ...__default__$n,
8787
8806
  props: stylePositionInputProps,
8788
8807
  emits: ["update:modelValue"],
8789
8808
  setup(__props, { emit }) {
@@ -8931,7 +8950,7 @@ var _sfc_main$S = /* @__PURE__ */ defineComponent({
8931
8950
  /* STABLE */
8932
8951
  })
8933
8952
  ]),
8934
- createElementVNode("div", _hoisted_1$F, [
8953
+ createElementVNode("div", _hoisted_1$G, [
8935
8954
  createVNode(_component_el_row, { gutter: 20 }, {
8936
8955
  default: withCtx(() => [
8937
8956
  (openBlock(), createElementBlock(
@@ -8999,7 +9018,7 @@ var _sfc_main$S = /* @__PURE__ */ defineComponent({
8999
9018
  }
9000
9019
  });
9001
9020
 
9002
- var _StylePositionInput = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-position-input\\src\\style-position-input.vue"]]);
9021
+ var _StylePositionInput = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-position-input\\src\\style-position-input.vue"]]);
9003
9022
 
9004
9023
  const StylePositionInput = withInstall(_StylePositionInput);
9005
9024
 
@@ -9037,11 +9056,11 @@ const styleNumberInputProps = {
9037
9056
  }
9038
9057
  };
9039
9058
 
9040
- const __default__$l = defineComponent({
9059
+ const __default__$m = defineComponent({
9041
9060
  name: "DkStyleNumberInput"
9042
9061
  });
9043
- var _sfc_main$R = /* @__PURE__ */ defineComponent({
9044
- ...__default__$l,
9062
+ var _sfc_main$S = /* @__PURE__ */ defineComponent({
9063
+ ...__default__$m,
9045
9064
  props: styleNumberInputProps,
9046
9065
  emits: ["input", "update:modelValue"],
9047
9066
  setup(__props, { emit }) {
@@ -9201,10 +9220,154 @@ var _sfc_main$R = /* @__PURE__ */ defineComponent({
9201
9220
  }
9202
9221
  });
9203
9222
 
9204
- var _StyleNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-number-input\\src\\style-number-input.vue"]]);
9223
+ var _StyleNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-number-input\\src\\style-number-input.vue"]]);
9205
9224
 
9206
9225
  const StyleNumberInput = withInstall(_StyleNumberInput);
9207
9226
 
9227
+ const styleCustomInputProps = {
9228
+ modelValue: {
9229
+ type: Object,
9230
+ default: () => ({})
9231
+ }
9232
+ };
9233
+
9234
+ const _hoisted_1$F = { style: {} };
9235
+ const __default__$l = defineComponent({
9236
+ name: "DkStyleCustomInput"
9237
+ });
9238
+ var _sfc_main$R = /* @__PURE__ */ defineComponent({
9239
+ ...__default__$l,
9240
+ props: styleCustomInputProps,
9241
+ emits: ["update:modelValue", "change"],
9242
+ setup(__props, { emit }) {
9243
+ const props = __props;
9244
+ const column = [
9245
+ { label: "\u952E\u540D", key: "label" },
9246
+ { label: "\u503C", key: "value" }
9247
+ ];
9248
+ const tidyModelValue = () => {
9249
+ return Object.keys(props.modelValue || {}).map((label) => {
9250
+ return { label, value: props.modelValue[label] };
9251
+ });
9252
+ };
9253
+ const styles = reactive(tidyModelValue());
9254
+ const onInput = (item) => {
9255
+ const flag = column.every((v) => {
9256
+ return item[v.key] !== void 0 && item[v.key] !== "" && item[v.key] !== null;
9257
+ });
9258
+ console.log("f", flag);
9259
+ if (flag) {
9260
+ input();
9261
+ }
9262
+ };
9263
+ const tidyValue = () => {
9264
+ const obj = {};
9265
+ styles.forEach((v) => {
9266
+ if (v.label && v.value) {
9267
+ obj[v.label] = v.value;
9268
+ }
9269
+ });
9270
+ return obj;
9271
+ };
9272
+ const input = () => {
9273
+ const value = tidyValue();
9274
+ emit("update:modelValue", value);
9275
+ emit("change", value);
9276
+ };
9277
+ const del = (idx) => {
9278
+ styles.splice(idx, 1);
9279
+ input();
9280
+ };
9281
+ const add = () => {
9282
+ styles.push(
9283
+ column.reduce((initial, v) => {
9284
+ initial[v.key] = "";
9285
+ return initial;
9286
+ }, {})
9287
+ );
9288
+ };
9289
+ return (_ctx, _cache) => {
9290
+ const _component_el_input = resolveComponent("el-input");
9291
+ const _component_el_table_column = resolveComponent("el-table-column");
9292
+ const _component_dk_icon = resolveComponent("dk-icon");
9293
+ const _component_el_table = resolveComponent("el-table");
9294
+ const _component_el_button = resolveComponent("el-button");
9295
+ return openBlock(), createElementBlock("div", null, [
9296
+ createVNode(_component_el_table, {
9297
+ data: styles,
9298
+ border: "",
9299
+ size: "small",
9300
+ style: { "width": "100%" }
9301
+ }, {
9302
+ default: withCtx(() => [
9303
+ (openBlock(), createElementBlock(
9304
+ Fragment,
9305
+ null,
9306
+ renderList(column, (col, idx) => {
9307
+ return createVNode(_component_el_table_column, {
9308
+ key: col.label + idx,
9309
+ label: col.label
9310
+ }, {
9311
+ default: withCtx((scope) => [
9312
+ createVNode(_component_el_input, {
9313
+ size: "small",
9314
+ "model-value": scope.row[col.key] || "",
9315
+ "onUpdate:modelValue": (n) => scope.row[col.key] = n,
9316
+ onInput: ($event) => onInput(scope.row)
9317
+ }, null, 8, ["model-value", "onUpdate:modelValue", "onInput"])
9318
+ ]),
9319
+ _: 2
9320
+ /* DYNAMIC */
9321
+ }, 1032, ["label"]);
9322
+ }),
9323
+ 64
9324
+ /* STABLE_FRAGMENT */
9325
+ )),
9326
+ createVNode(_component_el_table_column, {
9327
+ width: "70",
9328
+ align: "center",
9329
+ fixed: "right",
9330
+ label: "\u64CD\u4F5C"
9331
+ }, {
9332
+ default: withCtx((scope) => [
9333
+ createVNode(_component_dk_icon, {
9334
+ icon: "Delete",
9335
+ onClick: ($event) => del(scope.$index)
9336
+ }, null, 8, ["onClick"])
9337
+ ]),
9338
+ _: 1
9339
+ /* STABLE */
9340
+ })
9341
+ ]),
9342
+ _: 1
9343
+ /* STABLE */
9344
+ }, 8, ["data"]),
9345
+ createElementVNode("div", _hoisted_1$F, [
9346
+ createVNode(_component_el_button, {
9347
+ circle: "",
9348
+ type: "primary",
9349
+ link: "",
9350
+ size: "small",
9351
+ style: { "margin-left": "20px" },
9352
+ onClick: _cache[0] || (_cache[0] = ($event) => add())
9353
+ }, {
9354
+ default: withCtx(() => [
9355
+ createVNode(_component_dk_icon, { icon: "CirclePlusFilled" }),
9356
+ createTextVNode(" \u6DFB\u52A0 ")
9357
+ ]),
9358
+ _: 1
9359
+ /* STABLE */
9360
+ })
9361
+ ])
9362
+ ]);
9363
+ };
9364
+ }
9365
+ });
9366
+
9367
+ var _StyleCustomInput = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-custom-input\\src\\style-custom-input.vue"]]);
9368
+
9369
+ const StyleCustomInput = withInstall(_StyleCustomInput);
9370
+
9208
9371
  function $set(target, field, value) {
9209
9372
  target[field] = value;
9210
9373
  }
@@ -29631,6 +29794,8 @@ const components = [
29631
29794
  StyleNumberInput,
29632
29795
  // 动画配置
29633
29796
  StyleAnimationInput,
29797
+ // 自定义样式
29798
+ StyleCustomInput,
29634
29799
  // 动画class选择
29635
29800
  AnimateSelect,
29636
29801
  // 数据表格
@@ -29667,4 +29832,4 @@ var index = {
29667
29832
  install
29668
29833
  };
29669
29834
 
29670
- export { AnimateSelect, Attachment, AttachmentDialog, AudioInput, AudioListInput, BoxSizeInput, ColorInput, FileInput, FileListInput, Form, Group, HotAreaInput, Icon, IconContent, IconDialog, IconInput, ImageInput, ImageListInput, PageDiy, Poster, PosterInput, Select, StyleAnimationInput, StyleBackgroundInput, StyleBorderInput, StyleBoxInput, StyleFontInput, StyleInput, StyleNumberInput, StylePositionInput, StyleShadowContent, StyleShadowInput, Table, Test, TinyEditor, UniIcon, UniIconInput, UrlInput, VideoInput, VideoListInput, animateSelectProps, attachmentDialogProps, attachmentProps, audioInputProps, audioListInputProps, boxSizeInputProps, colorInputProps, index as default, fileInputProps, fileListInputProps, formProps, groupProps, hotAreaInputProps, iconContentProps, iconDialogProps, iconInputProps, iconProps, imageInputProps, imageListInputProps, install, pageDiyProps, posterInputProps, selectProps, shadowInputProps, styleAnimationInputProps, styleBackgroundInputProps, styleBorderInputProps, styleBoxInputProps, styleFontInputProps, styleInputProps, styleNumberInputProps, stylePositionInputProps, tableProps, testProps, tinyEditorProps, uniIconInputProps, uniIconProps, urlInputProps, videoInputProps, videoListInputProps };
29835
+ export { AnimateSelect, Attachment, AttachmentDialog, AudioInput, AudioListInput, BoxSizeInput, ColorInput, FileInput, FileListInput, Form, Group, HotAreaInput, Icon, IconContent, IconDialog, IconInput, ImageInput, ImageListInput, PageDiy, Poster, PosterInput, Select, StyleAnimationInput, StyleBackgroundInput, StyleBorderInput, StyleBoxInput, StyleCustomInput, StyleFontInput, StyleInput, StyleNumberInput, StylePositionInput, StyleShadowContent, StyleShadowInput, Table, Test, TinyEditor, UniIcon, UniIconInput, UrlInput, VideoInput, VideoListInput, animateSelectProps, attachmentDialogProps, attachmentProps, audioInputProps, audioListInputProps, boxSizeInputProps, colorInputProps, index as default, fileInputProps, fileListInputProps, formProps, groupProps, hotAreaInputProps, iconContentProps, iconDialogProps, iconInputProps, iconProps, imageInputProps, imageListInputProps, install, pageDiyProps, posterInputProps, selectProps, shadowInputProps, styleAnimationInputProps, styleBackgroundInputProps, styleBorderInputProps, styleBoxInputProps, styleCustomInputProps, styleFontInputProps, styleInputProps, styleNumberInputProps, stylePositionInputProps, tableProps, testProps, tinyEditorProps, uniIconInputProps, uniIconProps, urlInputProps, videoInputProps, videoListInputProps };