@vipl520/dk-ui 1.0.28 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +701 -413
- package/dist/index.min.js +8 -8
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +8 -8
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +701 -413
- package/dist/web-types.json +1 -1
- package/es/page-diy/index.d.ts +1 -0
- package/es/page-diy/index.mjs +4 -0
- package/es/page-diy/index.mjs.map +1 -1
- package/es/page-diy/src/components/forms/DkEventCreateInput.vue.d.ts +36 -0
- package/es/page-diy/src/components/forms/DkEventCreateInput.vue.mjs +7 -0
- package/es/page-diy/src/components/forms/DkEventCreateInput.vue.mjs.map +1 -0
- package/es/page-diy/src/components/forms/DkEventCreateInput.vue2.mjs +81 -0
- package/es/page-diy/src/components/forms/DkEventCreateInput.vue2.mjs.map +1 -0
- package/es/page-diy/src/components/forms/DkEventSelectInput.vue.d.ts +38 -0
- package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs +165 -0
- package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs.map +1 -0
- package/es/page-diy/src/config/rule/web/common/DkViewDialog.d.ts +14 -0
- package/es/page-diy/src/config/rule/web/common/DkViewDialog.mjs +3 -9
- package/es/page-diy/src/config/rule/web/common/DkViewDialog.mjs.map +1 -1
- package/es/page-diy/src/config/rule/web/common/index.d.ts +28 -0
- package/es/page-diy/src/config/rule/web/index.d.ts +28 -0
- package/es/page-diy/src/page-diy.vue.d.ts +2 -0
- package/es/page-diy/src/page-diy.vue.mjs +3 -0
- package/es/page-diy/src/page-diy.vue.mjs.map +1 -1
- package/es/page-diy/src/props.mjs +1 -1
- package/es/page-diy/src/props.mjs.map +1 -1
- package/es/page-diy/src/utils/bus.d.ts +2 -0
- package/es/page-diy/src/utils/eventData.d.ts +32 -0
- package/es/page-diy/src/utils/eventData.mjs +51 -0
- package/es/page-diy/src/utils/eventData.mjs.map +1 -0
- package/es/page-diy/src/views/web/DkViewDialog.vue.d.ts +9 -0
- package/es/page-diy/src/views/web/DkViewDialog.vue.mjs +3 -1
- package/es/page-diy/src/views/web/DkViewDialog.vue.mjs.map +1 -1
- package/lib/page-diy/index.d.ts +1 -0
- package/lib/page-diy/index.js +4 -0
- package/lib/page-diy/index.js.map +1 -1
- package/lib/page-diy/src/components/forms/DkEventCreateInput.vue.d.ts +36 -0
- package/lib/page-diy/src/components/forms/DkEventCreateInput.vue.js +11 -0
- package/lib/page-diy/src/components/forms/DkEventCreateInput.vue.js.map +1 -0
- package/lib/page-diy/src/components/forms/DkEventCreateInput.vue2.js +85 -0
- package/lib/page-diy/src/components/forms/DkEventCreateInput.vue2.js.map +1 -0
- package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.d.ts +38 -0
- package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js +169 -0
- package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js.map +1 -0
- package/lib/page-diy/src/config/rule/web/common/DkViewDialog.d.ts +14 -0
- package/lib/page-diy/src/config/rule/web/common/DkViewDialog.js +3 -9
- package/lib/page-diy/src/config/rule/web/common/DkViewDialog.js.map +1 -1
- package/lib/page-diy/src/config/rule/web/common/index.d.ts +28 -0
- package/lib/page-diy/src/config/rule/web/index.d.ts +28 -0
- package/lib/page-diy/src/page-diy.vue.d.ts +2 -0
- package/lib/page-diy/src/page-diy.vue.js +3 -0
- package/lib/page-diy/src/page-diy.vue.js.map +1 -1
- package/lib/page-diy/src/props.js +1 -1
- package/lib/page-diy/src/props.js.map +1 -1
- package/lib/page-diy/src/utils/bus.d.ts +2 -0
- package/lib/page-diy/src/utils/eventData.d.ts +32 -0
- package/lib/page-diy/src/utils/eventData.js +55 -0
- package/lib/page-diy/src/utils/eventData.js.map +1 -0
- package/lib/page-diy/src/views/web/DkViewDialog.vue.d.ts +9 -0
- package/lib/page-diy/src/views/web/DkViewDialog.vue.js +2 -0
- package/lib/page-diy/src/views/web/DkViewDialog.vue.js.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -762,12 +762,12 @@
|
|
|
762
762
|
}
|
|
763
763
|
};
|
|
764
764
|
|
|
765
|
-
const _hoisted_1$
|
|
766
|
-
const __default__$
|
|
765
|
+
const _hoisted_1$V = { class: "mr-10px bg-black" };
|
|
766
|
+
const __default__$M = require$$0.defineComponent({
|
|
767
767
|
name: "DkTest"
|
|
768
768
|
});
|
|
769
|
-
var _sfc_main$
|
|
770
|
-
...__default__$
|
|
769
|
+
var _sfc_main$1b = /* @__PURE__ */ require$$0.defineComponent({
|
|
770
|
+
...__default__$M,
|
|
771
771
|
props: testProps,
|
|
772
772
|
setup(__props) {
|
|
773
773
|
createNamespace("test");
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
}),
|
|
795
795
|
require$$0.createElementVNode(
|
|
796
796
|
"div",
|
|
797
|
-
_hoisted_1$
|
|
797
|
+
_hoisted_1$V,
|
|
798
798
|
require$$0.toDisplayString(_ctx.test),
|
|
799
799
|
1
|
|
800
800
|
/* TEXT */
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
return target;
|
|
816
816
|
};
|
|
817
817
|
|
|
818
|
-
var _Test = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
818
|
+
var _Test = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\test\\src\\test.vue"]]);
|
|
819
819
|
|
|
820
820
|
const Test = withInstall(_Test);
|
|
821
821
|
|
|
@@ -9876,14 +9876,14 @@
|
|
|
9876
9876
|
}
|
|
9877
9877
|
};
|
|
9878
9878
|
|
|
9879
|
-
const _hoisted_1$
|
|
9880
|
-
const _hoisted_2$
|
|
9881
|
-
const _hoisted_3$
|
|
9882
|
-
const __default__$
|
|
9879
|
+
const _hoisted_1$U = { key: 1 };
|
|
9880
|
+
const _hoisted_2$G = { class: "collapse-title" };
|
|
9881
|
+
const _hoisted_3$u = { class: "_dk-group-handle" };
|
|
9882
|
+
const __default__$L = require$$0.defineComponent({
|
|
9883
9883
|
name: "DkGroup"
|
|
9884
9884
|
});
|
|
9885
|
-
var _sfc_main$
|
|
9886
|
-
...__default__$
|
|
9885
|
+
var _sfc_main$1a = /* @__PURE__ */ require$$0.defineComponent({
|
|
9886
|
+
...__default__$L,
|
|
9887
9887
|
props: groupProps,
|
|
9888
9888
|
emits: [
|
|
9889
9889
|
"update:modelValue",
|
|
@@ -10133,7 +10133,7 @@
|
|
|
10133
10133
|
_: 1
|
|
10134
10134
|
/* STABLE */
|
|
10135
10135
|
})) : require$$0.createCommentVNode("v-if", true),
|
|
10136
|
-
data.sort.length === 0 ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
10136
|
+
data.sort.length === 0 ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$U, [
|
|
10137
10137
|
(require$$0.openBlock(), require$$0.createBlock(_component_el_button, {
|
|
10138
10138
|
key: "a_def",
|
|
10139
10139
|
style: { "width": "100%" },
|
|
@@ -10159,7 +10159,7 @@
|
|
|
10159
10159
|
name: index
|
|
10160
10160
|
}, {
|
|
10161
10161
|
title: require$$0.withCtx(() => [
|
|
10162
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
10162
|
+
require$$0.createElementVNode("div", _hoisted_2$G, [
|
|
10163
10163
|
require$$0.createVNode(_component_dk_icon, {
|
|
10164
10164
|
icon: "Rank",
|
|
10165
10165
|
class: "collapse-title-rank"
|
|
@@ -10189,7 +10189,7 @@
|
|
|
10189
10189
|
onEmitEvent: (name, ...args) => emitEvent(name, args, index),
|
|
10190
10190
|
"onUpdate:api": ($f) => add$f(index, $f)
|
|
10191
10191
|
}, null, 8, ["model-value", "rule", "option", "onUpdate:modelValue", "onEmitEvent", "onUpdate:api"])),
|
|
10192
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
10192
|
+
require$$0.createElementVNode("div", _hoisted_3$u, [
|
|
10193
10193
|
require$$0.createVNode(
|
|
10194
10194
|
_component_el_button_group,
|
|
10195
10195
|
null,
|
|
@@ -10230,7 +10230,7 @@
|
|
|
10230
10230
|
}
|
|
10231
10231
|
});
|
|
10232
10232
|
|
|
10233
|
-
var _Group = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10233
|
+
var _Group = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\group\\src\\group.vue"]]);
|
|
10234
10234
|
|
|
10235
10235
|
const Group = withInstall(_Group);
|
|
10236
10236
|
|
|
@@ -10354,14 +10354,14 @@
|
|
|
10354
10354
|
}
|
|
10355
10355
|
};
|
|
10356
10356
|
|
|
10357
|
-
const _hoisted_1$
|
|
10358
|
-
const _hoisted_2$
|
|
10359
|
-
const _hoisted_3$
|
|
10360
|
-
const __default__$
|
|
10357
|
+
const _hoisted_1$T = { key: 0 };
|
|
10358
|
+
const _hoisted_2$F = { key: 1 };
|
|
10359
|
+
const _hoisted_3$t = { class: "text-center" };
|
|
10360
|
+
const __default__$K = require$$0.defineComponent({
|
|
10361
10361
|
name: "DkTinyEditor"
|
|
10362
10362
|
});
|
|
10363
|
-
var _sfc_main$
|
|
10364
|
-
...__default__$
|
|
10363
|
+
var _sfc_main$19 = /* @__PURE__ */ require$$0.defineComponent({
|
|
10364
|
+
...__default__$K,
|
|
10365
10365
|
props: tinyEditorProps,
|
|
10366
10366
|
emits: ["input", "update:modelValue", "change"],
|
|
10367
10367
|
setup(__props, { emit }) {
|
|
@@ -10453,7 +10453,7 @@
|
|
|
10453
10453
|
class: "dk-tiny-editor"
|
|
10454
10454
|
},
|
|
10455
10455
|
[
|
|
10456
|
-
showDialog.value ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
10456
|
+
showDialog.value ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$T, [
|
|
10457
10457
|
require$$0.createVNode(require$$0.unref(Editor), {
|
|
10458
10458
|
ref_key: "editorRef",
|
|
10459
10459
|
ref: editorRef,
|
|
@@ -10463,7 +10463,7 @@
|
|
|
10463
10463
|
"tinymce-script-src": tinymceSrc.value,
|
|
10464
10464
|
onDblclick: ondblclick
|
|
10465
10465
|
}, null, 8, ["modelValue", "init", "tinymce-script-src"])
|
|
10466
|
-
])) : (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$
|
|
10466
|
+
])) : (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$F, [
|
|
10467
10467
|
require$$0.createVNode(_component_el_button, {
|
|
10468
10468
|
type: "primary",
|
|
10469
10469
|
plain: "",
|
|
@@ -10487,7 +10487,7 @@
|
|
|
10487
10487
|
width: "900px"
|
|
10488
10488
|
}, {
|
|
10489
10489
|
footer: require$$0.withCtx(() => [
|
|
10490
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
10490
|
+
require$$0.createElementVNode("div", _hoisted_3$t, [
|
|
10491
10491
|
require$$0.createVNode(_component_el_button, {
|
|
10492
10492
|
type: "primary",
|
|
10493
10493
|
style: { "width": "200px" },
|
|
@@ -10536,7 +10536,7 @@
|
|
|
10536
10536
|
}
|
|
10537
10537
|
});
|
|
10538
10538
|
|
|
10539
|
-
var _TinyEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10539
|
+
var _TinyEditor = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\tiny-editor\\src\\tiny-editor.vue"]]);
|
|
10540
10540
|
|
|
10541
10541
|
const TinyEditor = withInstall(_TinyEditor);
|
|
10542
10542
|
|
|
@@ -10565,11 +10565,11 @@
|
|
|
10565
10565
|
}
|
|
10566
10566
|
};
|
|
10567
10567
|
|
|
10568
|
-
const __default__$
|
|
10568
|
+
const __default__$J = require$$0.defineComponent({
|
|
10569
10569
|
name: "DkIcon"
|
|
10570
10570
|
});
|
|
10571
|
-
var _sfc_main$
|
|
10572
|
-
...__default__$
|
|
10571
|
+
var _sfc_main$18 = /* @__PURE__ */ require$$0.defineComponent({
|
|
10572
|
+
...__default__$J,
|
|
10573
10573
|
props: iconProps,
|
|
10574
10574
|
setup(__props) {
|
|
10575
10575
|
const props = __props;
|
|
@@ -10635,7 +10635,7 @@
|
|
|
10635
10635
|
}
|
|
10636
10636
|
});
|
|
10637
10637
|
|
|
10638
|
-
var _Icon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10638
|
+
var _Icon = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon\\src\\icon.vue"]]);
|
|
10639
10639
|
|
|
10640
10640
|
const Icon = withInstall(_Icon);
|
|
10641
10641
|
|
|
@@ -10650,15 +10650,15 @@
|
|
|
10650
10650
|
colorFormat: makeStringProp("hex")
|
|
10651
10651
|
};
|
|
10652
10652
|
|
|
10653
|
-
const _hoisted_1$
|
|
10653
|
+
const _hoisted_1$S = {
|
|
10654
10654
|
style: { "display": "flex" },
|
|
10655
10655
|
class: "dk-color-input"
|
|
10656
10656
|
};
|
|
10657
|
-
const __default__$
|
|
10657
|
+
const __default__$I = require$$0.defineComponent({
|
|
10658
10658
|
name: "DkColorInput"
|
|
10659
10659
|
});
|
|
10660
|
-
var _sfc_main$
|
|
10661
|
-
...__default__$
|
|
10660
|
+
var _sfc_main$17 = /* @__PURE__ */ require$$0.defineComponent({
|
|
10661
|
+
...__default__$I,
|
|
10662
10662
|
props: colorInputProps,
|
|
10663
10663
|
emits: ["input", "update:modelValue", "change"],
|
|
10664
10664
|
setup(__props, { emit }) {
|
|
@@ -10682,7 +10682,7 @@
|
|
|
10682
10682
|
return (_ctx, _cache) => {
|
|
10683
10683
|
const _component_el_input = require$$0.resolveComponent("el-input");
|
|
10684
10684
|
const _component_el_color_picker = require$$0.resolveComponent("el-color-picker");
|
|
10685
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
10685
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$S, [
|
|
10686
10686
|
require$$0.createVNode(_component_el_input, {
|
|
10687
10687
|
modelValue: data.value,
|
|
10688
10688
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => data.value = $event),
|
|
@@ -10701,7 +10701,7 @@
|
|
|
10701
10701
|
}
|
|
10702
10702
|
});
|
|
10703
10703
|
|
|
10704
|
-
var _ColorInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10704
|
+
var _ColorInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\color-input\\src\\color-input.vue"]]);
|
|
10705
10705
|
|
|
10706
10706
|
const ColorInput = withInstall(_ColorInput);
|
|
10707
10707
|
|
|
@@ -10714,9 +10714,9 @@
|
|
|
10714
10714
|
}
|
|
10715
10715
|
};
|
|
10716
10716
|
|
|
10717
|
-
const _hoisted_1$
|
|
10718
|
-
const _hoisted_2$
|
|
10719
|
-
const _hoisted_3$
|
|
10717
|
+
const _hoisted_1$R = { class: "hot-area-content" };
|
|
10718
|
+
const _hoisted_2$E = { class: "hot-area-draggable" };
|
|
10719
|
+
const _hoisted_3$s = {
|
|
10720
10720
|
class: "hot-item-content",
|
|
10721
10721
|
style: { "position": "relative", "width": "100%", "height": "100%", "background": "#0003" }
|
|
10722
10722
|
};
|
|
@@ -10732,11 +10732,11 @@
|
|
|
10732
10732
|
-1
|
|
10733
10733
|
/* HOISTED */
|
|
10734
10734
|
);
|
|
10735
|
-
const __default__$
|
|
10735
|
+
const __default__$H = require$$0.defineComponent({
|
|
10736
10736
|
name: "HotAreaContent"
|
|
10737
10737
|
});
|
|
10738
|
-
var _sfc_main$
|
|
10739
|
-
...__default__$
|
|
10738
|
+
var _sfc_main$16 = /* @__PURE__ */ require$$0.defineComponent({
|
|
10739
|
+
...__default__$H,
|
|
10740
10740
|
props: {
|
|
10741
10741
|
hotDataValue: {
|
|
10742
10742
|
default: () => {
|
|
@@ -10830,8 +10830,8 @@
|
|
|
10830
10830
|
const _component_el_button = require$$0.resolveComponent("el-button");
|
|
10831
10831
|
const _component_el_input = require$$0.resolveComponent("el-input");
|
|
10832
10832
|
const _component_el_form = require$$0.resolveComponent("el-form");
|
|
10833
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
10834
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
10833
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$R, [
|
|
10834
|
+
require$$0.createElementVNode("div", _hoisted_2$E, [
|
|
10835
10835
|
hotData.background ? (require$$0.openBlock(), require$$0.createElementBlock(
|
|
10836
10836
|
"div",
|
|
10837
10837
|
{
|
|
@@ -10874,7 +10874,7 @@
|
|
|
10874
10874
|
default: require$$0.withCtx(() => [
|
|
10875
10875
|
require$$0.createElementVNode(
|
|
10876
10876
|
"div",
|
|
10877
|
-
_hoisted_3$
|
|
10877
|
+
_hoisted_3$s,
|
|
10878
10878
|
require$$0.toDisplayString(key + 1),
|
|
10879
10879
|
1
|
|
10880
10880
|
/* TEXT */
|
|
@@ -10972,15 +10972,15 @@
|
|
|
10972
10972
|
}
|
|
10973
10973
|
});
|
|
10974
10974
|
|
|
10975
|
-
var HotAreaContent = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10975
|
+
var HotAreaContent = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\hot-area-input\\src\\component\\hot-area-content.vue"]]);
|
|
10976
10976
|
|
|
10977
|
-
const _hoisted_1$
|
|
10978
|
-
const _hoisted_2$
|
|
10979
|
-
const __default__$
|
|
10977
|
+
const _hoisted_1$Q = { class: "dk-hot-area-input" };
|
|
10978
|
+
const _hoisted_2$D = { class: "text-center" };
|
|
10979
|
+
const __default__$G = require$$0.defineComponent({
|
|
10980
10980
|
name: "DkHotAreaInput"
|
|
10981
10981
|
});
|
|
10982
|
-
var _sfc_main$
|
|
10983
|
-
...__default__$
|
|
10982
|
+
var _sfc_main$15 = /* @__PURE__ */ require$$0.defineComponent({
|
|
10983
|
+
...__default__$G,
|
|
10984
10984
|
props: hotAreaInputProps,
|
|
10985
10985
|
setup(__props) {
|
|
10986
10986
|
const props = __props;
|
|
@@ -10989,7 +10989,7 @@
|
|
|
10989
10989
|
return (_ctx, _cache) => {
|
|
10990
10990
|
const _component_el_button = require$$0.resolveComponent("el-button");
|
|
10991
10991
|
const _component_dk_dialog = require$$0.resolveComponent("dk-dialog");
|
|
10992
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
10992
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$Q, [
|
|
10993
10993
|
require$$0.createVNode(_component_el_button, {
|
|
10994
10994
|
type: "primary",
|
|
10995
10995
|
onClick: _cache[0] || (_cache[0] = ($event) => dialog.value = true)
|
|
@@ -11007,7 +11007,7 @@
|
|
|
11007
11007
|
title: "\u8BBE\u7F6E\u70ED\u533A"
|
|
11008
11008
|
}, {
|
|
11009
11009
|
footer: require$$0.withCtx(() => [
|
|
11010
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
11010
|
+
require$$0.createElementVNode("div", _hoisted_2$D, [
|
|
11011
11011
|
require$$0.createVNode(_component_el_button, {
|
|
11012
11012
|
size: "default",
|
|
11013
11013
|
style: { "width": "200px" },
|
|
@@ -11033,7 +11033,7 @@
|
|
|
11033
11033
|
}
|
|
11034
11034
|
});
|
|
11035
11035
|
|
|
11036
|
-
var _HotAreaInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11036
|
+
var _HotAreaInput = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\hot-area-input\\src\\hot-area-input.vue"]]);
|
|
11037
11037
|
|
|
11038
11038
|
const HotAreaInput = withInstall(_HotAreaInput);
|
|
11039
11039
|
|
|
@@ -11070,13 +11070,13 @@
|
|
|
11070
11070
|
}
|
|
11071
11071
|
};
|
|
11072
11072
|
|
|
11073
|
-
const _hoisted_1$
|
|
11074
|
-
const _hoisted_2$
|
|
11075
|
-
const __default__$
|
|
11073
|
+
const _hoisted_1$P = { class: "flex justify-between items-center relative" };
|
|
11074
|
+
const _hoisted_2$C = { class: "flex justify-between items-center absolute top-[50%] right-0 translate-y-[-50%]" };
|
|
11075
|
+
const __default__$F = require$$0.defineComponent({
|
|
11076
11076
|
name: "DkDialog"
|
|
11077
11077
|
});
|
|
11078
|
-
var _sfc_main$
|
|
11079
|
-
...__default__$
|
|
11078
|
+
var _sfc_main$14 = /* @__PURE__ */ require$$0.defineComponent({
|
|
11079
|
+
...__default__$F,
|
|
11080
11080
|
props: dialogProps,
|
|
11081
11081
|
setup(__props) {
|
|
11082
11082
|
const props = __props;
|
|
@@ -11141,7 +11141,7 @@
|
|
|
11141
11141
|
}), require$$0.createSlots({
|
|
11142
11142
|
header: require$$0.withCtx(({ close }) => [
|
|
11143
11143
|
require$$0.renderSlot(_ctx.$slots, "header", {}, () => [
|
|
11144
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
11144
|
+
require$$0.createElementVNode("div", _hoisted_1$P, [
|
|
11145
11145
|
require$$0.createElementVNode(
|
|
11146
11146
|
"span",
|
|
11147
11147
|
null,
|
|
@@ -11149,7 +11149,7 @@
|
|
|
11149
11149
|
1
|
|
11150
11150
|
/* TEXT */
|
|
11151
11151
|
),
|
|
11152
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
11152
|
+
require$$0.createElementVNode("div", _hoisted_2$C, [
|
|
11153
11153
|
_ctx.fullscreen ? (require$$0.openBlock(), require$$0.createBlock(_component_dk_icon, {
|
|
11154
11154
|
key: 0,
|
|
11155
11155
|
class: "cursor-pointer is-hover mr-10px",
|
|
@@ -11195,7 +11195,7 @@
|
|
|
11195
11195
|
}
|
|
11196
11196
|
});
|
|
11197
11197
|
|
|
11198
|
-
var _Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11198
|
+
var _Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\dialog\\src\\dialog.vue"]]);
|
|
11199
11199
|
|
|
11200
11200
|
const Dialog = withInstall(_Dialog);
|
|
11201
11201
|
|
|
@@ -11299,12 +11299,12 @@
|
|
|
11299
11299
|
};
|
|
11300
11300
|
var _config = config;
|
|
11301
11301
|
|
|
11302
|
-
const _hoisted_1$
|
|
11303
|
-
const __default__$
|
|
11302
|
+
const _hoisted_1$O = { key: 1 };
|
|
11303
|
+
const __default__$E = require$$0.defineComponent({
|
|
11304
11304
|
name: "DkForm"
|
|
11305
11305
|
});
|
|
11306
|
-
var _sfc_main$
|
|
11307
|
-
...__default__$
|
|
11306
|
+
var _sfc_main$13 = /* @__PURE__ */ require$$0.defineComponent({
|
|
11307
|
+
...__default__$E,
|
|
11308
11308
|
props: formProps,
|
|
11309
11309
|
emits: ["submit", "fail", "update:modelValue"],
|
|
11310
11310
|
setup(__props, { expose: __expose, emit }) {
|
|
@@ -11532,7 +11532,7 @@
|
|
|
11532
11532
|
]),
|
|
11533
11533
|
_: 3
|
|
11534
11534
|
/* FORWARDED */
|
|
11535
|
-
}, 16, ["modelValue", "title", "width", "default-fullscreen"])) : (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
11535
|
+
}, 16, ["modelValue", "title", "width", "default-fullscreen"])) : (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$O, [
|
|
11536
11536
|
require$$0.createElementVNode(
|
|
11537
11537
|
"div",
|
|
11538
11538
|
{
|
|
@@ -11584,11 +11584,11 @@
|
|
|
11584
11584
|
}
|
|
11585
11585
|
});
|
|
11586
11586
|
|
|
11587
|
-
var _Form = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11587
|
+
var _Form = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\form\\src\\form.vue"]]);
|
|
11588
11588
|
|
|
11589
11589
|
const Form = withInstall(_Form);
|
|
11590
11590
|
|
|
11591
|
-
const _hoisted_1$
|
|
11591
|
+
const _hoisted_1$N = {
|
|
11592
11592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11593
11593
|
version: "1.1",
|
|
11594
11594
|
x: "0px",
|
|
@@ -11597,7 +11597,7 @@
|
|
|
11597
11597
|
style: { "enable-background": "new 0 0 512 512" },
|
|
11598
11598
|
"xml:space": "preserve"
|
|
11599
11599
|
};
|
|
11600
|
-
const _hoisted_2$
|
|
11600
|
+
const _hoisted_2$B = /* @__PURE__ */ require$$0.createElementVNode(
|
|
11601
11601
|
"path",
|
|
11602
11602
|
{
|
|
11603
11603
|
fill: "#E2E5E7",
|
|
@@ -11607,7 +11607,7 @@
|
|
|
11607
11607
|
-1
|
|
11608
11608
|
/* HOISTED */
|
|
11609
11609
|
);
|
|
11610
|
-
const _hoisted_3$
|
|
11610
|
+
const _hoisted_3$r = /* @__PURE__ */ require$$0.createElementVNode(
|
|
11611
11611
|
"path",
|
|
11612
11612
|
{
|
|
11613
11613
|
fill: "#B0B7BD",
|
|
@@ -11667,11 +11667,11 @@
|
|
|
11667
11667
|
"font-family": "Verdana, Helvetica, Arial, sans-serif",
|
|
11668
11668
|
"font-size": "124"
|
|
11669
11669
|
};
|
|
11670
|
-
const __default__$
|
|
11670
|
+
const __default__$D = require$$0.defineComponent({
|
|
11671
11671
|
name: "DkFileIcon"
|
|
11672
11672
|
});
|
|
11673
|
-
var _sfc_main$
|
|
11674
|
-
...__default__$
|
|
11673
|
+
var _sfc_main$12 = /* @__PURE__ */ require$$0.defineComponent({
|
|
11674
|
+
...__default__$D,
|
|
11675
11675
|
props: {
|
|
11676
11676
|
type: {
|
|
11677
11677
|
default: 0,
|
|
@@ -11741,10 +11741,10 @@
|
|
|
11741
11741
|
return colorList[index];
|
|
11742
11742
|
};
|
|
11743
11743
|
return (_ctx, _cache) => {
|
|
11744
|
-
return require$$0.openBlock(), require$$0.createElementBlock("svg", _hoisted_1$
|
|
11744
|
+
return require$$0.openBlock(), require$$0.createElementBlock("svg", _hoisted_1$N, [
|
|
11745
11745
|
require$$0.createElementVNode("g", null, [
|
|
11746
|
-
_hoisted_2$
|
|
11747
|
-
_hoisted_3$
|
|
11746
|
+
_hoisted_2$B,
|
|
11747
|
+
_hoisted_3$r,
|
|
11748
11748
|
_hoisted_4$l,
|
|
11749
11749
|
require$$0.createElementVNode(
|
|
11750
11750
|
"path",
|
|
@@ -11776,7 +11776,7 @@
|
|
|
11776
11776
|
}
|
|
11777
11777
|
});
|
|
11778
11778
|
|
|
11779
|
-
var DkFileIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11779
|
+
var DkFileIcon = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment\\src\\file-icon.vue"]]);
|
|
11780
11780
|
|
|
11781
11781
|
const attachmentProps = {
|
|
11782
11782
|
type: {
|
|
@@ -11790,9 +11790,9 @@
|
|
|
11790
11790
|
}
|
|
11791
11791
|
};
|
|
11792
11792
|
|
|
11793
|
-
const _hoisted_1$
|
|
11794
|
-
const _hoisted_2$
|
|
11795
|
-
const _hoisted_3$
|
|
11793
|
+
const _hoisted_1$M = { class: "dk-attachment attachment" };
|
|
11794
|
+
const _hoisted_2$A = { class: "attachment-header flex justify-between pt-5px pb-5px" };
|
|
11795
|
+
const _hoisted_3$q = { class: "header-form z" };
|
|
11796
11796
|
const _hoisted_4$k = { class: "header-button y" };
|
|
11797
11797
|
const _hoisted_5$e = /* @__PURE__ */ require$$0.createElementVNode(
|
|
11798
11798
|
"i",
|
|
@@ -11841,11 +11841,11 @@
|
|
|
11841
11841
|
key: 1,
|
|
11842
11842
|
style: { "display": "flex", "align-items": "center", "justify-content": "center", "height": "340px" }
|
|
11843
11843
|
};
|
|
11844
|
-
const __default__$
|
|
11844
|
+
const __default__$C = require$$0.defineComponent({
|
|
11845
11845
|
name: "DkAttachment"
|
|
11846
11846
|
});
|
|
11847
|
-
var _sfc_main
|
|
11848
|
-
...__default__$
|
|
11847
|
+
var _sfc_main$11 = /* @__PURE__ */ require$$0.defineComponent({
|
|
11848
|
+
...__default__$C,
|
|
11849
11849
|
props: attachmentProps,
|
|
11850
11850
|
setup(__props, { expose: __expose }) {
|
|
11851
11851
|
const props = __props;
|
|
@@ -12045,10 +12045,10 @@
|
|
|
12045
12045
|
const _component_el_empty = require$$0.resolveComponent("el-empty");
|
|
12046
12046
|
const _component_dk_form = require$$0.resolveComponent("dk-form");
|
|
12047
12047
|
const _directive_loading = require$$0.resolveDirective("loading");
|
|
12048
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
12048
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$M, [
|
|
12049
12049
|
require$$0.createCommentVNode(" \u9876\u90E8"),
|
|
12050
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
12051
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
12050
|
+
require$$0.createElementVNode("div", _hoisted_2$A, [
|
|
12051
|
+
require$$0.createElementVNode("div", _hoisted_3$q, [
|
|
12052
12052
|
require$$0.createVNode(_component_el_input, {
|
|
12053
12053
|
modelValue: searchFileName.value,
|
|
12054
12054
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchFileName.value = $event),
|
|
@@ -12355,7 +12355,7 @@
|
|
|
12355
12355
|
}
|
|
12356
12356
|
});
|
|
12357
12357
|
|
|
12358
|
-
var _Attachment = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
12358
|
+
var _Attachment = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment\\src\\attachment.vue"]]);
|
|
12359
12359
|
|
|
12360
12360
|
const Attachment = withInstall(_Attachment);
|
|
12361
12361
|
|
|
@@ -12367,12 +12367,12 @@
|
|
|
12367
12367
|
}
|
|
12368
12368
|
};
|
|
12369
12369
|
|
|
12370
|
-
const _hoisted_1$
|
|
12371
|
-
const __default__$
|
|
12370
|
+
const _hoisted_1$L = { class: "text-center m2" };
|
|
12371
|
+
const __default__$B = require$$0.defineComponent({
|
|
12372
12372
|
name: "DkAttachmentDialog"
|
|
12373
12373
|
});
|
|
12374
|
-
var _sfc_main$
|
|
12375
|
-
...__default__$
|
|
12374
|
+
var _sfc_main$10 = /* @__PURE__ */ require$$0.defineComponent({
|
|
12375
|
+
...__default__$B,
|
|
12376
12376
|
props: attachmentDialogProps,
|
|
12377
12377
|
emits: ["confirm"],
|
|
12378
12378
|
setup(__props, { expose: __expose, emit }) {
|
|
@@ -12420,7 +12420,7 @@
|
|
|
12420
12420
|
ref: attachment,
|
|
12421
12421
|
type: _type.value
|
|
12422
12422
|
}, null, 8, ["type"]),
|
|
12423
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
12423
|
+
require$$0.createElementVNode("div", _hoisted_1$L, [
|
|
12424
12424
|
require$$0.createVNode(_component_el_button, {
|
|
12425
12425
|
type: "primary",
|
|
12426
12426
|
onClick: _cache[0] || (_cache[0] = ($event) => confirm())
|
|
@@ -12449,7 +12449,7 @@
|
|
|
12449
12449
|
}
|
|
12450
12450
|
});
|
|
12451
12451
|
|
|
12452
|
-
var _AttachmentDialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12452
|
+
var _AttachmentDialog = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\attachment-dialog\\src\\attachment-dialog.vue"]]);
|
|
12453
12453
|
|
|
12454
12454
|
const AttachmentDialog = withInstall(_AttachmentDialog);
|
|
12455
12455
|
|
|
@@ -12468,15 +12468,15 @@
|
|
|
12468
12468
|
accept: { type: String, default: "" }
|
|
12469
12469
|
};
|
|
12470
12470
|
|
|
12471
|
-
const _hoisted_1$
|
|
12472
|
-
const _hoisted_2$
|
|
12473
|
-
const _hoisted_3$
|
|
12471
|
+
const _hoisted_1$K = { class: "show m-t-5px" };
|
|
12472
|
+
const _hoisted_2$z = { class: "image-error" };
|
|
12473
|
+
const _hoisted_3$p = { class: "image-slot" };
|
|
12474
12474
|
const _hoisted_4$j = { class: "no-image" };
|
|
12475
|
-
const __default__$
|
|
12475
|
+
const __default__$A = require$$0.defineComponent({
|
|
12476
12476
|
name: "DkFileInput"
|
|
12477
12477
|
});
|
|
12478
|
-
var _sfc_main
|
|
12479
|
-
...__default__$
|
|
12478
|
+
var _sfc_main$$ = /* @__PURE__ */ require$$0.defineComponent({
|
|
12479
|
+
...__default__$A,
|
|
12480
12480
|
props: fileInputProps,
|
|
12481
12481
|
emits: ["input", "update:modelValue", "change"],
|
|
12482
12482
|
setup(__props, { emit }) {
|
|
@@ -12550,7 +12550,7 @@
|
|
|
12550
12550
|
/* STABLE */
|
|
12551
12551
|
}, 8, ["modelValue", "placeholder"]),
|
|
12552
12552
|
require$$0.createCommentVNode("\u9009\u62E9\u7684\u662F\u56FE\u7247"),
|
|
12553
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
12553
|
+
require$$0.createElementVNode("div", _hoisted_1$K, [
|
|
12554
12554
|
_ctx.type === 1 ? (require$$0.openBlock(), require$$0.createBlock(_component_el_image, {
|
|
12555
12555
|
key: 0,
|
|
12556
12556
|
src: input.value,
|
|
@@ -12560,7 +12560,7 @@
|
|
|
12560
12560
|
"preview-src-list": [input.value]
|
|
12561
12561
|
}, {
|
|
12562
12562
|
error: require$$0.withCtx(() => [
|
|
12563
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
12563
|
+
require$$0.createElementVNode("div", _hoisted_2$z, [
|
|
12564
12564
|
require$$0.createVNode(_component_dk_icon, { icon: "Picture" })
|
|
12565
12565
|
])
|
|
12566
12566
|
]),
|
|
@@ -12607,7 +12607,7 @@
|
|
|
12607
12607
|
style: { "width": "100%", "height": "100%" }
|
|
12608
12608
|
}, {
|
|
12609
12609
|
error: require$$0.withCtx(() => [
|
|
12610
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
12610
|
+
require$$0.createElementVNode("div", _hoisted_3$p, [
|
|
12611
12611
|
require$$0.createElementVNode("div", _hoisted_4$j, [
|
|
12612
12612
|
require$$0.createVNode(_component_el_icon, null, {
|
|
12613
12613
|
default: require$$0.withCtx(() => [
|
|
@@ -12696,7 +12696,7 @@
|
|
|
12696
12696
|
}
|
|
12697
12697
|
});
|
|
12698
12698
|
|
|
12699
|
-
var _FileInput = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
12699
|
+
var _FileInput = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\file-input\\src\\file-input.vue"]]);
|
|
12700
12700
|
|
|
12701
12701
|
const FileInput = withInstall(_FileInput);
|
|
12702
12702
|
|
|
@@ -12708,11 +12708,11 @@
|
|
|
12708
12708
|
accept: { type: String, default: "" }
|
|
12709
12709
|
};
|
|
12710
12710
|
|
|
12711
|
-
const __default__$
|
|
12711
|
+
const __default__$z = require$$0.defineComponent({
|
|
12712
12712
|
name: "DkImageInput"
|
|
12713
12713
|
});
|
|
12714
|
-
var _sfc_main$
|
|
12715
|
-
...__default__$
|
|
12714
|
+
var _sfc_main$_ = /* @__PURE__ */ require$$0.defineComponent({
|
|
12715
|
+
...__default__$z,
|
|
12716
12716
|
props: imageInputProps,
|
|
12717
12717
|
emits: ["input", "update:modelValue", "change"],
|
|
12718
12718
|
setup(__props, { emit }) {
|
|
@@ -12748,7 +12748,7 @@
|
|
|
12748
12748
|
}
|
|
12749
12749
|
});
|
|
12750
12750
|
|
|
12751
|
-
var _ImageInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12751
|
+
var _ImageInput = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\image-input\\src\\image-input.vue"]]);
|
|
12752
12752
|
|
|
12753
12753
|
const ImageInput = withInstall(_ImageInput);
|
|
12754
12754
|
|
|
@@ -12760,11 +12760,11 @@
|
|
|
12760
12760
|
accept: { type: String, default: "" }
|
|
12761
12761
|
};
|
|
12762
12762
|
|
|
12763
|
-
const __default__$
|
|
12763
|
+
const __default__$y = require$$0.defineComponent({
|
|
12764
12764
|
name: "DkAudioInput"
|
|
12765
12765
|
});
|
|
12766
|
-
var _sfc_main$
|
|
12767
|
-
...__default__$
|
|
12766
|
+
var _sfc_main$Z = /* @__PURE__ */ require$$0.defineComponent({
|
|
12767
|
+
...__default__$y,
|
|
12768
12768
|
props: audioInputProps,
|
|
12769
12769
|
emits: ["input", "update:modelValue", "change"],
|
|
12770
12770
|
setup(__props, { emit }) {
|
|
@@ -12800,7 +12800,7 @@
|
|
|
12800
12800
|
}
|
|
12801
12801
|
});
|
|
12802
12802
|
|
|
12803
|
-
var _AudioInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12803
|
+
var _AudioInput = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\audio-input\\src\\audio-input.vue"]]);
|
|
12804
12804
|
|
|
12805
12805
|
const AudioInput = withInstall(_AudioInput);
|
|
12806
12806
|
|
|
@@ -12812,11 +12812,11 @@
|
|
|
12812
12812
|
accept: { type: String, default: "" }
|
|
12813
12813
|
};
|
|
12814
12814
|
|
|
12815
|
-
const __default__$
|
|
12815
|
+
const __default__$x = require$$0.defineComponent({
|
|
12816
12816
|
name: "DkVideoInput"
|
|
12817
12817
|
});
|
|
12818
|
-
var _sfc_main$
|
|
12819
|
-
...__default__$
|
|
12818
|
+
var _sfc_main$Y = /* @__PURE__ */ require$$0.defineComponent({
|
|
12819
|
+
...__default__$x,
|
|
12820
12820
|
props: videoInputProps,
|
|
12821
12821
|
emits: ["input", "update:modelValue", "change"],
|
|
12822
12822
|
setup(__props, { emit }) {
|
|
@@ -12852,7 +12852,7 @@
|
|
|
12852
12852
|
}
|
|
12853
12853
|
});
|
|
12854
12854
|
|
|
12855
|
-
var _VideoInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12855
|
+
var _VideoInput = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\video-input\\src\\video-input.vue"]]);
|
|
12856
12856
|
|
|
12857
12857
|
const VideoInput = withInstall(_VideoInput);
|
|
12858
12858
|
|
|
@@ -12865,14 +12865,14 @@
|
|
|
12865
12865
|
accept: { default: "", type: String }
|
|
12866
12866
|
};
|
|
12867
12867
|
|
|
12868
|
-
const _hoisted_1$
|
|
12869
|
-
const _hoisted_2$
|
|
12870
|
-
const _hoisted_3$
|
|
12871
|
-
const __default__$
|
|
12868
|
+
const _hoisted_1$J = { class: "dk-image-list" };
|
|
12869
|
+
const _hoisted_2$y = ["onClick"];
|
|
12870
|
+
const _hoisted_3$o = { key: 0 };
|
|
12871
|
+
const __default__$w = require$$0.defineComponent({
|
|
12872
12872
|
name: "DkFileListInput"
|
|
12873
12873
|
});
|
|
12874
|
-
var _sfc_main$
|
|
12875
|
-
...__default__$
|
|
12874
|
+
var _sfc_main$X = /* @__PURE__ */ require$$0.defineComponent({
|
|
12875
|
+
...__default__$w,
|
|
12876
12876
|
props: fileListInputProps,
|
|
12877
12877
|
emits: ["input", "update:modelValue", "change"],
|
|
12878
12878
|
setup(__props, { emit }) {
|
|
@@ -12930,7 +12930,7 @@
|
|
|
12930
12930
|
class: require$$0.normalizeClass(require$$0.unref(bem)())
|
|
12931
12931
|
},
|
|
12932
12932
|
[
|
|
12933
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
12933
|
+
require$$0.createElementVNode("div", _hoisted_1$J, [
|
|
12934
12934
|
require$$0.createElementVNode("ul", null, [
|
|
12935
12935
|
(require$$0.openBlock(true), require$$0.createElementBlock(
|
|
12936
12936
|
require$$0.Fragment,
|
|
@@ -12967,7 +12967,7 @@
|
|
|
12967
12967
|
_: 1
|
|
12968
12968
|
/* STABLE */
|
|
12969
12969
|
})
|
|
12970
|
-
], 8, _hoisted_2$
|
|
12970
|
+
], 8, _hoisted_2$y)) : require$$0.createCommentVNode("v-if", true)
|
|
12971
12971
|
],
|
|
12972
12972
|
4
|
|
12973
12973
|
/* STYLE */
|
|
@@ -12977,7 +12977,7 @@
|
|
|
12977
12977
|
128
|
|
12978
12978
|
/* KEYED_FRAGMENT */
|
|
12979
12979
|
)),
|
|
12980
|
-
_ctx.limit > input.value.length && !_ctx.disabled ? (require$$0.openBlock(), require$$0.createElementBlock("li", _hoisted_3$
|
|
12980
|
+
_ctx.limit > input.value.length && !_ctx.disabled ? (require$$0.openBlock(), require$$0.createElementBlock("li", _hoisted_3$o, [
|
|
12981
12981
|
require$$0.createElementVNode(
|
|
12982
12982
|
"div",
|
|
12983
12983
|
{
|
|
@@ -13014,7 +13014,7 @@
|
|
|
13014
13014
|
}
|
|
13015
13015
|
});
|
|
13016
13016
|
|
|
13017
|
-
var _FileListInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13017
|
+
var _FileListInput = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\file-list-input\\src\\file-list-input.vue"]]);
|
|
13018
13018
|
|
|
13019
13019
|
const FileListInput = withInstall(_FileListInput);
|
|
13020
13020
|
|
|
@@ -13026,11 +13026,11 @@
|
|
|
13026
13026
|
accept: { default: "", type: String }
|
|
13027
13027
|
};
|
|
13028
13028
|
|
|
13029
|
-
const __default__$
|
|
13029
|
+
const __default__$v = require$$0.defineComponent({
|
|
13030
13030
|
name: "DkImageListInput"
|
|
13031
13031
|
});
|
|
13032
|
-
var _sfc_main$
|
|
13033
|
-
...__default__$
|
|
13032
|
+
var _sfc_main$W = /* @__PURE__ */ require$$0.defineComponent({
|
|
13033
|
+
...__default__$v,
|
|
13034
13034
|
props: imageListInputProps,
|
|
13035
13035
|
emits: ["input", "update:modelValue", "change"],
|
|
13036
13036
|
setup(__props, { emit }) {
|
|
@@ -13067,7 +13067,7 @@
|
|
|
13067
13067
|
}
|
|
13068
13068
|
});
|
|
13069
13069
|
|
|
13070
|
-
var _ImageListInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13070
|
+
var _ImageListInput = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\image-list-input\\src\\image-list-input.vue"]]);
|
|
13071
13071
|
|
|
13072
13072
|
const ImageListInput = withInstall(_ImageListInput);
|
|
13073
13073
|
|
|
@@ -13079,11 +13079,11 @@
|
|
|
13079
13079
|
accept: { default: "", type: String }
|
|
13080
13080
|
};
|
|
13081
13081
|
|
|
13082
|
-
const __default__$
|
|
13082
|
+
const __default__$u = require$$0.defineComponent({
|
|
13083
13083
|
name: "DkAudioListInput"
|
|
13084
13084
|
});
|
|
13085
|
-
var _sfc_main$
|
|
13086
|
-
...__default__$
|
|
13085
|
+
var _sfc_main$V = /* @__PURE__ */ require$$0.defineComponent({
|
|
13086
|
+
...__default__$u,
|
|
13087
13087
|
props: audioListInputProps,
|
|
13088
13088
|
emits: ["input", "update:modelValue", "change"],
|
|
13089
13089
|
setup(__props, { emit }) {
|
|
@@ -13120,7 +13120,7 @@
|
|
|
13120
13120
|
}
|
|
13121
13121
|
});
|
|
13122
13122
|
|
|
13123
|
-
var _AudioListInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13123
|
+
var _AudioListInput = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\audio-list-input\\src\\audio-list-input.vue"]]);
|
|
13124
13124
|
|
|
13125
13125
|
const AudioListInput = withInstall(_AudioListInput);
|
|
13126
13126
|
|
|
@@ -13132,11 +13132,11 @@
|
|
|
13132
13132
|
accept: { default: "", type: String }
|
|
13133
13133
|
};
|
|
13134
13134
|
|
|
13135
|
-
const __default__$
|
|
13135
|
+
const __default__$t = require$$0.defineComponent({
|
|
13136
13136
|
name: "DkVideoListInput"
|
|
13137
13137
|
});
|
|
13138
|
-
var _sfc_main$
|
|
13139
|
-
...__default__$
|
|
13138
|
+
var _sfc_main$U = /* @__PURE__ */ require$$0.defineComponent({
|
|
13139
|
+
...__default__$t,
|
|
13140
13140
|
props: videoListInputProps,
|
|
13141
13141
|
emits: ["input", "update:modelValue", "change"],
|
|
13142
13142
|
setup(__props, { emit }) {
|
|
@@ -13173,7 +13173,7 @@
|
|
|
13173
13173
|
}
|
|
13174
13174
|
});
|
|
13175
13175
|
|
|
13176
|
-
var _VideoListInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13176
|
+
var _VideoListInput = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\video-list-input\\src\\video-list-input.vue"]]);
|
|
13177
13177
|
|
|
13178
13178
|
const VideoListInput = withInstall(_VideoListInput);
|
|
13179
13179
|
|
|
@@ -13233,18 +13233,18 @@
|
|
|
13233
13233
|
});
|
|
13234
13234
|
}
|
|
13235
13235
|
|
|
13236
|
-
const _hoisted_1$
|
|
13237
|
-
const _hoisted_2$
|
|
13236
|
+
const _hoisted_1$I = { class: "dk-icon-content" };
|
|
13237
|
+
const _hoisted_2$x = {
|
|
13238
13238
|
key: 0,
|
|
13239
13239
|
class: "text-center",
|
|
13240
13240
|
style: { "font-size": "12px", "color": "#999" }
|
|
13241
13241
|
};
|
|
13242
|
-
const _hoisted_3$
|
|
13243
|
-
const __default__$
|
|
13242
|
+
const _hoisted_3$n = { class: "search-icon" };
|
|
13243
|
+
const __default__$s = require$$0.defineComponent({
|
|
13244
13244
|
name: "DkIconContent"
|
|
13245
13245
|
});
|
|
13246
|
-
var _sfc_main$
|
|
13247
|
-
...__default__$
|
|
13246
|
+
var _sfc_main$T = /* @__PURE__ */ require$$0.defineComponent({
|
|
13247
|
+
...__default__$s,
|
|
13248
13248
|
props: iconContentProps,
|
|
13249
13249
|
emits: ["choose"],
|
|
13250
13250
|
setup(__props, { expose: __expose, emit }) {
|
|
@@ -13342,7 +13342,7 @@
|
|
|
13342
13342
|
const _component_el_tabs = require$$0.resolveComponent("el-tabs");
|
|
13343
13343
|
const _component_el_button = require$$0.resolveComponent("el-button");
|
|
13344
13344
|
const _component_el_input = require$$0.resolveComponent("el-input");
|
|
13345
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
13345
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$I, [
|
|
13346
13346
|
require$$0.createVNode(_component_el_tabs, {
|
|
13347
13347
|
modelValue: activeName.value,
|
|
13348
13348
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => activeName.value = $event)
|
|
@@ -13437,7 +13437,7 @@
|
|
|
13437
13437
|
128
|
|
13438
13438
|
/* KEYED_FRAGMENT */
|
|
13439
13439
|
)),
|
|
13440
|
-
!searchIcon.value ? (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_2$
|
|
13440
|
+
!searchIcon.value ? (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_2$x, "\u5F53\u524D\u663E\u793A\u5DF2\u7F13\u5B58\u7684\u56FE\u6807")) : require$$0.createCommentVNode("v-if", true)
|
|
13441
13441
|
],
|
|
13442
13442
|
64
|
|
13443
13443
|
/* STABLE_FRAGMENT */
|
|
@@ -13453,7 +13453,7 @@
|
|
|
13453
13453
|
_: 1
|
|
13454
13454
|
/* STABLE */
|
|
13455
13455
|
}, 8, ["modelValue"]),
|
|
13456
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
13456
|
+
require$$0.createElementVNode("div", _hoisted_3$n, [
|
|
13457
13457
|
require$$0.createVNode(_component_el_input, {
|
|
13458
13458
|
modelValue: searchIcon.value,
|
|
13459
13459
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => searchIcon.value = $event),
|
|
@@ -13476,14 +13476,14 @@
|
|
|
13476
13476
|
}
|
|
13477
13477
|
});
|
|
13478
13478
|
|
|
13479
|
-
var _IconContent = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13479
|
+
var _IconContent = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-content.vue"]]);
|
|
13480
13480
|
|
|
13481
|
-
const _hoisted_1$
|
|
13482
|
-
const __default__$
|
|
13481
|
+
const _hoisted_1$H = { class: "text-center m2" };
|
|
13482
|
+
const __default__$r = require$$0.defineComponent({
|
|
13483
13483
|
name: "DkIconDialog"
|
|
13484
13484
|
});
|
|
13485
|
-
var _sfc_main$
|
|
13486
|
-
...__default__$
|
|
13485
|
+
var _sfc_main$S = /* @__PURE__ */ require$$0.defineComponent({
|
|
13486
|
+
...__default__$r,
|
|
13487
13487
|
props: iconDialogProps,
|
|
13488
13488
|
emits: ["choose", "confirm"],
|
|
13489
13489
|
setup(__props, { expose: __expose, emit }) {
|
|
@@ -13517,7 +13517,7 @@
|
|
|
13517
13517
|
class: "dk-icon-dialog"
|
|
13518
13518
|
}, {
|
|
13519
13519
|
footer: require$$0.withCtx(() => [
|
|
13520
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
13520
|
+
require$$0.createElementVNode("div", _hoisted_1$H, [
|
|
13521
13521
|
require$$0.createVNode(_component_el_button, {
|
|
13522
13522
|
type: "primary",
|
|
13523
13523
|
onClick: confirm
|
|
@@ -13556,17 +13556,17 @@
|
|
|
13556
13556
|
}
|
|
13557
13557
|
});
|
|
13558
13558
|
|
|
13559
|
-
var _IconDialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13559
|
+
var _IconDialog = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-dialog.vue"]]);
|
|
13560
13560
|
|
|
13561
|
-
const _hoisted_1$
|
|
13561
|
+
const _hoisted_1$G = {
|
|
13562
13562
|
key: 0,
|
|
13563
13563
|
class: "show m-t-5px"
|
|
13564
13564
|
};
|
|
13565
|
-
const __default__$
|
|
13565
|
+
const __default__$q = require$$0.defineComponent({
|
|
13566
13566
|
name: "DkIconInput"
|
|
13567
13567
|
});
|
|
13568
|
-
var _sfc_main$
|
|
13569
|
-
...__default__$
|
|
13568
|
+
var _sfc_main$R = /* @__PURE__ */ require$$0.defineComponent({
|
|
13569
|
+
...__default__$q,
|
|
13570
13570
|
props: iconInputProps,
|
|
13571
13571
|
emits: ["input", "update:modelValue", "change"],
|
|
13572
13572
|
setup(__props, { emit }) {
|
|
@@ -13634,7 +13634,7 @@
|
|
|
13634
13634
|
/* STABLE */
|
|
13635
13635
|
}, 8, ["modelValue", "placeholder"]),
|
|
13636
13636
|
require$$0.createCommentVNode("\u9009\u62E9\u7684\u662F\u56FE\u7247"),
|
|
13637
|
-
props.preview ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
13637
|
+
props.preview ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$G, [
|
|
13638
13638
|
require$$0.createVNode(_component_dk_icon, {
|
|
13639
13639
|
icon: input.value ? input.value : "fluent:document-none-24-regular",
|
|
13640
13640
|
class: "icon rd-4px cursor-pointer",
|
|
@@ -13673,7 +13673,7 @@
|
|
|
13673
13673
|
}
|
|
13674
13674
|
});
|
|
13675
13675
|
|
|
13676
|
-
var _IconInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13676
|
+
var _IconInput = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\icon-input\\src\\icon-input.vue"]]);
|
|
13677
13677
|
|
|
13678
13678
|
const IconInput = withInstall(_IconInput);
|
|
13679
13679
|
const IconContent = withInstall(_IconContent);
|
|
@@ -13770,16 +13770,16 @@
|
|
|
13770
13770
|
}
|
|
13771
13771
|
};
|
|
13772
13772
|
|
|
13773
|
-
const _hoisted_1$
|
|
13774
|
-
const _hoisted_2$
|
|
13773
|
+
const _hoisted_1$F = { class: "dk-style-input" };
|
|
13774
|
+
const _hoisted_2$w = {
|
|
13775
13775
|
key: 0,
|
|
13776
13776
|
class: "p-5px"
|
|
13777
13777
|
};
|
|
13778
|
-
const __default__$
|
|
13778
|
+
const __default__$p = require$$0.defineComponent({
|
|
13779
13779
|
name: "DkStyleInput"
|
|
13780
13780
|
});
|
|
13781
|
-
var _sfc_main$
|
|
13782
|
-
...__default__$
|
|
13781
|
+
var _sfc_main$Q = /* @__PURE__ */ require$$0.defineComponent({
|
|
13782
|
+
...__default__$p,
|
|
13783
13783
|
props: styleInputProps,
|
|
13784
13784
|
emits: ["update:modelValue"],
|
|
13785
13785
|
setup(__props, { emit }) {
|
|
@@ -13831,8 +13831,8 @@
|
|
|
13831
13831
|
return (_ctx, _cache) => {
|
|
13832
13832
|
const _component_el_collapse_item = require$$0.resolveComponent("el-collapse-item");
|
|
13833
13833
|
const _component_el_collapse = require$$0.resolveComponent("el-collapse");
|
|
13834
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
13835
|
-
!loading.value ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$
|
|
13834
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$F, [
|
|
13835
|
+
!loading.value ? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$w, [
|
|
13836
13836
|
require$$0.createVNode(_component_el_collapse, {
|
|
13837
13837
|
modelValue: activeNames.value,
|
|
13838
13838
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => activeNames.value = $event)
|
|
@@ -13878,7 +13878,7 @@
|
|
|
13878
13878
|
}
|
|
13879
13879
|
});
|
|
13880
13880
|
|
|
13881
|
-
var _StyleInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13881
|
+
var _StyleInput = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-input\\src\\style-input.vue"]]);
|
|
13882
13882
|
|
|
13883
13883
|
const StyleInput = withInstall(_StyleInput);
|
|
13884
13884
|
|
|
@@ -13918,12 +13918,12 @@
|
|
|
13918
13918
|
}
|
|
13919
13919
|
};
|
|
13920
13920
|
|
|
13921
|
-
const _hoisted_1$
|
|
13922
|
-
const __default__$
|
|
13921
|
+
const _hoisted_1$E = ["onMousedown"];
|
|
13922
|
+
const __default__$o = require$$0.defineComponent({
|
|
13923
13923
|
name: "DkBoxSizeInput"
|
|
13924
13924
|
});
|
|
13925
|
-
var _sfc_main$
|
|
13926
|
-
...__default__$
|
|
13925
|
+
var _sfc_main$P = /* @__PURE__ */ require$$0.defineComponent({
|
|
13926
|
+
...__default__$o,
|
|
13927
13927
|
props: boxSizeInputProps,
|
|
13928
13928
|
emits: ["update:modelValue"],
|
|
13929
13929
|
setup(__props, { emit }) {
|
|
@@ -14160,7 +14160,7 @@
|
|
|
14160
14160
|
_: 2
|
|
14161
14161
|
/* DYNAMIC */
|
|
14162
14162
|
}, 1032, ["content", "disabled"])
|
|
14163
|
-
], 40, _hoisted_1$
|
|
14163
|
+
], 40, _hoisted_1$E)
|
|
14164
14164
|
]),
|
|
14165
14165
|
key: "0"
|
|
14166
14166
|
} : void 0
|
|
@@ -14258,7 +14258,7 @@
|
|
|
14258
14258
|
}
|
|
14259
14259
|
});
|
|
14260
14260
|
|
|
14261
|
-
var _BoxSizeInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14261
|
+
var _BoxSizeInput = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\box-size-input\\src\\box-size-input.vue"]]);
|
|
14262
14262
|
|
|
14263
14263
|
const BoxSizeInput = withInstall(_BoxSizeInput);
|
|
14264
14264
|
|
|
@@ -14386,9 +14386,9 @@
|
|
|
14386
14386
|
}
|
|
14387
14387
|
];
|
|
14388
14388
|
|
|
14389
|
-
const _hoisted_1$
|
|
14390
|
-
const _hoisted_2$
|
|
14391
|
-
const _hoisted_3$
|
|
14389
|
+
const _hoisted_1$D = { class: "dk-style-box-input" };
|
|
14390
|
+
const _hoisted_2$v = { class: "header" };
|
|
14391
|
+
const _hoisted_3$m = { class: "items-center" };
|
|
14392
14392
|
const _hoisted_4$i = { class: "float-right cursor-pointer" };
|
|
14393
14393
|
const _hoisted_5$d = { class: "name-header-operations" };
|
|
14394
14394
|
const _hoisted_6$a = { class: "name-header-operations" };
|
|
@@ -14433,11 +14433,11 @@
|
|
|
14433
14433
|
-1
|
|
14434
14434
|
/* HOISTED */
|
|
14435
14435
|
);
|
|
14436
|
-
const __default__$
|
|
14436
|
+
const __default__$n = require$$0.defineComponent({
|
|
14437
14437
|
name: "DkStyleBoxInput"
|
|
14438
14438
|
});
|
|
14439
|
-
var _sfc_main$
|
|
14440
|
-
...__default__$
|
|
14439
|
+
var _sfc_main$O = /* @__PURE__ */ require$$0.defineComponent({
|
|
14440
|
+
...__default__$n,
|
|
14441
14441
|
props: styleBoxInputProps,
|
|
14442
14442
|
emits: ["update:modelValue"],
|
|
14443
14443
|
setup(__props, { emit }) {
|
|
@@ -14675,7 +14675,7 @@
|
|
|
14675
14675
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
14676
14676
|
const _component_el_popover = require$$0.resolveComponent("el-popover");
|
|
14677
14677
|
const _component_el_tooltip = require$$0.resolveComponent("el-tooltip");
|
|
14678
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
14678
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$D, [
|
|
14679
14679
|
require$$0.createElementVNode(
|
|
14680
14680
|
"div",
|
|
14681
14681
|
{
|
|
@@ -14686,8 +14686,8 @@
|
|
|
14686
14686
|
4
|
|
14687
14687
|
/* STYLE */
|
|
14688
14688
|
),
|
|
14689
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
14690
|
-
require$$0.createElementVNode("label", _hoisted_3$
|
|
14689
|
+
require$$0.createElementVNode("div", _hoisted_2$v, [
|
|
14690
|
+
require$$0.createElementVNode("label", _hoisted_3$m, [
|
|
14691
14691
|
require$$0.createTextVNode(" \u5185\u5916\u8FB9\u8DDD | \u9AD8\u5BBD "),
|
|
14692
14692
|
require$$0.createVNode(_component_el_popover, {
|
|
14693
14693
|
ref: "popover",
|
|
@@ -14991,7 +14991,7 @@
|
|
|
14991
14991
|
}
|
|
14992
14992
|
});
|
|
14993
14993
|
|
|
14994
|
-
var _StyleBoxInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14994
|
+
var _StyleBoxInput = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-box-input\\src\\style-box-input.vue"]]);
|
|
14995
14995
|
|
|
14996
14996
|
const StyleBoxInput = withInstall(_StyleBoxInput);
|
|
14997
14997
|
|
|
@@ -15002,9 +15002,9 @@
|
|
|
15002
15002
|
}
|
|
15003
15003
|
};
|
|
15004
15004
|
|
|
15005
|
-
const _hoisted_1$
|
|
15006
|
-
const _hoisted_2$
|
|
15007
|
-
const _hoisted_3$
|
|
15005
|
+
const _hoisted_1$C = { class: "dk-style-font-input" };
|
|
15006
|
+
const _hoisted_2$u = { style: { "display": "flex", "flex-flow": "row wrap" } };
|
|
15007
|
+
const _hoisted_3$l = { class: "m-b-5px" };
|
|
15008
15008
|
const _hoisted_4$h = {
|
|
15009
15009
|
style: { "width": "100px" },
|
|
15010
15010
|
class: "m-b-5px"
|
|
@@ -15016,11 +15016,11 @@
|
|
|
15016
15016
|
const _hoisted_6$9 = { class: "m-r-5px m-b-5px" };
|
|
15017
15017
|
const _hoisted_7$9 = { class: "m-r-5px m-b-5px" };
|
|
15018
15018
|
const _hoisted_8$7 = { class: "m-b-5px" };
|
|
15019
|
-
const __default__$
|
|
15019
|
+
const __default__$m = require$$0.defineComponent({
|
|
15020
15020
|
name: "DkStyleFontInput"
|
|
15021
15021
|
});
|
|
15022
|
-
var _sfc_main$
|
|
15023
|
-
...__default__$
|
|
15022
|
+
var _sfc_main$N = /* @__PURE__ */ require$$0.defineComponent({
|
|
15023
|
+
...__default__$m,
|
|
15024
15024
|
props: styleFontInputProps,
|
|
15025
15025
|
emits: ["update:modelValue"],
|
|
15026
15026
|
setup(__props, { emit }) {
|
|
@@ -15092,9 +15092,9 @@
|
|
|
15092
15092
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
15093
15093
|
const _component_el_radio_button = require$$0.resolveComponent("el-radio-button");
|
|
15094
15094
|
const _component_el_radio_group = require$$0.resolveComponent("el-radio-group");
|
|
15095
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
15095
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$C, [
|
|
15096
15096
|
require$$0.createCommentVNode(" \u989C\u8272\u3001\u5B57\u53F7\u3001\u7C97\u7EC6\u3001\u98CE\u683C\u3001\u88C5\u9970"),
|
|
15097
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
15097
|
+
require$$0.createElementVNode("div", _hoisted_2$u, [
|
|
15098
15098
|
require$$0.createVNode(_component_el_tooltip, {
|
|
15099
15099
|
placement: "top-end",
|
|
15100
15100
|
trigger: "hover",
|
|
@@ -15118,7 +15118,7 @@
|
|
|
15118
15118
|
}, 8, ["disabled"])
|
|
15119
15119
|
]),
|
|
15120
15120
|
default: require$$0.withCtx(() => [
|
|
15121
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
15121
|
+
require$$0.createElementVNode("div", _hoisted_3$l, [
|
|
15122
15122
|
require$$0.createVNode(_component_el_color_picker, {
|
|
15123
15123
|
modelValue: styles.color,
|
|
15124
15124
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => styles.color = $event)
|
|
@@ -15450,7 +15450,7 @@
|
|
|
15450
15450
|
}
|
|
15451
15451
|
});
|
|
15452
15452
|
|
|
15453
|
-
var _StyleFontInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15453
|
+
var _StyleFontInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-font-input\\src\\style-font-input.vue"]]);
|
|
15454
15454
|
|
|
15455
15455
|
const StyleFontInput = withInstall(_StyleFontInput);
|
|
15456
15456
|
|
|
@@ -15462,17 +15462,17 @@
|
|
|
15462
15462
|
}
|
|
15463
15463
|
};
|
|
15464
15464
|
|
|
15465
|
-
const _hoisted_1$
|
|
15466
|
-
const _hoisted_2$
|
|
15465
|
+
const _hoisted_1$B = { class: "border-box" };
|
|
15466
|
+
const _hoisted_2$t = {
|
|
15467
15467
|
style: { "width": "100%" },
|
|
15468
15468
|
class: "m-l-20px"
|
|
15469
15469
|
};
|
|
15470
|
-
const _hoisted_3$
|
|
15471
|
-
const __default__$
|
|
15470
|
+
const _hoisted_3$k = { style: { "display": "flex" } };
|
|
15471
|
+
const __default__$l = require$$0.defineComponent({
|
|
15472
15472
|
name: "DkStyleBorderInput"
|
|
15473
15473
|
});
|
|
15474
|
-
var _sfc_main$
|
|
15475
|
-
...__default__$
|
|
15474
|
+
var _sfc_main$M = /* @__PURE__ */ require$$0.defineComponent({
|
|
15475
|
+
...__default__$l,
|
|
15476
15476
|
props: styleBorderInputProps,
|
|
15477
15477
|
emits: ["update:modelValue"],
|
|
15478
15478
|
setup(__props, { emit }) {
|
|
@@ -15648,7 +15648,7 @@
|
|
|
15648
15648
|
class: require$$0.normalizeClass(["dk-style-border-input", require$$0.unref(width).value < 400 ? "mini" : ""])
|
|
15649
15649
|
},
|
|
15650
15650
|
[
|
|
15651
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
15651
|
+
require$$0.createElementVNode("div", _hoisted_1$B, [
|
|
15652
15652
|
(require$$0.openBlock(), require$$0.createElementBlock(
|
|
15653
15653
|
require$$0.Fragment,
|
|
15654
15654
|
null,
|
|
@@ -15666,7 +15666,7 @@
|
|
|
15666
15666
|
/* STABLE_FRAGMENT */
|
|
15667
15667
|
))
|
|
15668
15668
|
]),
|
|
15669
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
15669
|
+
require$$0.createElementVNode("div", _hoisted_2$t, [
|
|
15670
15670
|
require$$0.createCommentVNode(" \u6837\u5F0F\u3001\u5BBD\u5EA6\u3001\u989C\u8272"),
|
|
15671
15671
|
require$$0.createVNode(_component_el_form, {
|
|
15672
15672
|
"label-width": "50px",
|
|
@@ -15699,7 +15699,7 @@
|
|
|
15699
15699
|
}, 8, ["disabled"])
|
|
15700
15700
|
]),
|
|
15701
15701
|
default: require$$0.withCtx(() => [
|
|
15702
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
15702
|
+
require$$0.createElementVNode("div", _hoisted_3$k, [
|
|
15703
15703
|
require$$0.createVNode(_component_el_slider, {
|
|
15704
15704
|
modelValue: form[position.value].borderWidth,
|
|
15705
15705
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => form[position.value].borderWidth = $event),
|
|
@@ -15910,7 +15910,7 @@
|
|
|
15910
15910
|
}
|
|
15911
15911
|
});
|
|
15912
15912
|
|
|
15913
|
-
var _StyleBorderInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15913
|
+
var _StyleBorderInput = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-border-input\\src\\style-border-input.vue"]]);
|
|
15914
15914
|
|
|
15915
15915
|
const StyleBorderInput = withInstall(_StyleBorderInput);
|
|
15916
15916
|
|
|
@@ -15924,12 +15924,12 @@
|
|
|
15924
15924
|
}
|
|
15925
15925
|
};
|
|
15926
15926
|
|
|
15927
|
-
const _hoisted_1$
|
|
15928
|
-
const __default__$
|
|
15927
|
+
const _hoisted_1$A = { class: "dk-style-background-input" };
|
|
15928
|
+
const __default__$k = require$$0.defineComponent({
|
|
15929
15929
|
name: "DkStyleBackgroundInput"
|
|
15930
15930
|
});
|
|
15931
|
-
var _sfc_main$
|
|
15932
|
-
...__default__$
|
|
15931
|
+
var _sfc_main$L = /* @__PURE__ */ require$$0.defineComponent({
|
|
15932
|
+
...__default__$k,
|
|
15933
15933
|
props: styleBackgroundInputProps,
|
|
15934
15934
|
emits: ["update:modelValue"],
|
|
15935
15935
|
setup(__props, { emit }) {
|
|
@@ -15975,7 +15975,7 @@
|
|
|
15975
15975
|
return (_ctx, _cache) => {
|
|
15976
15976
|
const _component_el_color_picker = require$$0.resolveComponent("el-color-picker");
|
|
15977
15977
|
const _component_dk_image_input = require$$0.resolveComponent("dk-image-input");
|
|
15978
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
15978
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$A, [
|
|
15979
15979
|
require$$0.createVNode(_component_el_color_picker, {
|
|
15980
15980
|
modelValue: form.backgroundColor,
|
|
15981
15981
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.backgroundColor = $event),
|
|
@@ -15990,7 +15990,7 @@
|
|
|
15990
15990
|
}
|
|
15991
15991
|
});
|
|
15992
15992
|
|
|
15993
|
-
var _StyleBackgroundInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15993
|
+
var _StyleBackgroundInput = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-background-input\\src\\style-background-input.vue"]]);
|
|
15994
15994
|
|
|
15995
15995
|
const StyleBackgroundInput = withInstall(_StyleBackgroundInput);
|
|
15996
15996
|
|
|
@@ -16006,16 +16006,16 @@
|
|
|
16006
16006
|
}
|
|
16007
16007
|
};
|
|
16008
16008
|
|
|
16009
|
-
const _hoisted_1$
|
|
16010
|
-
const _hoisted_2$
|
|
16009
|
+
const _hoisted_1$z = { class: "dk-style-shadow-input" };
|
|
16010
|
+
const _hoisted_2$s = {
|
|
16011
16011
|
key: 1,
|
|
16012
16012
|
class: "shadow-list"
|
|
16013
16013
|
};
|
|
16014
|
-
const __default__$
|
|
16014
|
+
const __default__$j = require$$0.defineComponent({
|
|
16015
16015
|
name: "DkStyleShadowInput"
|
|
16016
16016
|
});
|
|
16017
|
-
var _sfc_main$
|
|
16018
|
-
...__default__$
|
|
16017
|
+
var _sfc_main$K = /* @__PURE__ */ require$$0.defineComponent({
|
|
16018
|
+
...__default__$j,
|
|
16019
16019
|
props: shadowInputProps,
|
|
16020
16020
|
emits: ["update:modelValue"],
|
|
16021
16021
|
setup(__props, { emit }) {
|
|
@@ -16058,7 +16058,7 @@
|
|
|
16058
16058
|
const _component_el_popover = require$$0.resolveComponent("el-popover");
|
|
16059
16059
|
const _component_el_input = require$$0.resolveComponent("el-input");
|
|
16060
16060
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
16061
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
16061
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$z, [
|
|
16062
16062
|
_ctx.type === "collapse" ? (require$$0.openBlock(), require$$0.createBlock(_component_el_collapse, {
|
|
16063
16063
|
key: 0,
|
|
16064
16064
|
modelValue: activeName.value,
|
|
@@ -16091,7 +16091,7 @@
|
|
|
16091
16091
|
]),
|
|
16092
16092
|
_: 1
|
|
16093
16093
|
/* STABLE */
|
|
16094
|
-
}, 8, ["modelValue"])) : (require$$0.openBlock(), require$$0.createElementBlock("ul", _hoisted_2$
|
|
16094
|
+
}, 8, ["modelValue"])) : (require$$0.openBlock(), require$$0.createElementBlock("ul", _hoisted_2$s, [
|
|
16095
16095
|
(require$$0.openBlock(true), require$$0.createElementBlock(
|
|
16096
16096
|
require$$0.Fragment,
|
|
16097
16097
|
null,
|
|
@@ -16164,11 +16164,11 @@
|
|
|
16164
16164
|
}
|
|
16165
16165
|
});
|
|
16166
16166
|
|
|
16167
|
-
var _StyleShadowInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16167
|
+
var _StyleShadowInput = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-shadow-input\\src\\style-shadow-input.vue"]]);
|
|
16168
16168
|
|
|
16169
|
-
const _hoisted_1$
|
|
16170
|
-
const _hoisted_2$
|
|
16171
|
-
const _hoisted_3$
|
|
16169
|
+
const _hoisted_1$y = { class: "shadow-content-shortcut" };
|
|
16170
|
+
const _hoisted_2$r = { class: "default-css m-b-10px" };
|
|
16171
|
+
const _hoisted_3$j = /* @__PURE__ */ require$$0.createElementVNode(
|
|
16172
16172
|
"div",
|
|
16173
16173
|
{ class: "m-b-10px" },
|
|
16174
16174
|
"\u5E38\u7528\u6837\u5F0F",
|
|
@@ -16185,11 +16185,11 @@
|
|
|
16185
16185
|
const _hoisted_5$b = [
|
|
16186
16186
|
_hoisted_4$g
|
|
16187
16187
|
];
|
|
16188
|
-
const __default__$
|
|
16188
|
+
const __default__$i = require$$0.defineComponent({
|
|
16189
16189
|
name: "DkStyleShadowContent"
|
|
16190
16190
|
});
|
|
16191
|
-
var _sfc_main$
|
|
16192
|
-
...__default__$
|
|
16191
|
+
var _sfc_main$J = /* @__PURE__ */ require$$0.defineComponent({
|
|
16192
|
+
...__default__$i,
|
|
16193
16193
|
props: {
|
|
16194
16194
|
boxSize: {
|
|
16195
16195
|
default: 180,
|
|
@@ -16545,9 +16545,9 @@
|
|
|
16545
16545
|
_: 1
|
|
16546
16546
|
/* STABLE */
|
|
16547
16547
|
}, 8, ["size"]),
|
|
16548
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
16549
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
16550
|
-
_hoisted_3$
|
|
16548
|
+
require$$0.createElementVNode("div", _hoisted_1$y, [
|
|
16549
|
+
require$$0.createElementVNode("div", _hoisted_2$r, [
|
|
16550
|
+
_hoisted_3$j,
|
|
16551
16551
|
(require$$0.openBlock(true), require$$0.createElementBlock(
|
|
16552
16552
|
require$$0.Fragment,
|
|
16553
16553
|
null,
|
|
@@ -16648,7 +16648,7 @@
|
|
|
16648
16648
|
}
|
|
16649
16649
|
});
|
|
16650
16650
|
|
|
16651
|
-
var _StyleShadowContent = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16651
|
+
var _StyleShadowContent = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-shadow-input\\src\\style-shadow-content.vue"]]);
|
|
16652
16652
|
|
|
16653
16653
|
const StyleShadowInput = withInstall(_StyleShadowInput);
|
|
16654
16654
|
const StyleShadowContent = withInstall(_StyleShadowContent);
|
|
@@ -16662,13 +16662,13 @@
|
|
|
16662
16662
|
}
|
|
16663
16663
|
};
|
|
16664
16664
|
|
|
16665
|
-
const _hoisted_1$
|
|
16666
|
-
const _hoisted_2$
|
|
16667
|
-
const __default__$
|
|
16665
|
+
const _hoisted_1$x = { class: "m-t-10px" };
|
|
16666
|
+
const _hoisted_2$q = ["onClick"];
|
|
16667
|
+
const __default__$h = require$$0.defineComponent({
|
|
16668
16668
|
name: "DkStylePositionInput"
|
|
16669
16669
|
});
|
|
16670
|
-
var _sfc_main$
|
|
16671
|
-
...__default__$
|
|
16670
|
+
var _sfc_main$I = /* @__PURE__ */ require$$0.defineComponent({
|
|
16671
|
+
...__default__$h,
|
|
16672
16672
|
props: stylePositionInputProps,
|
|
16673
16673
|
emits: ["update:modelValue"],
|
|
16674
16674
|
setup(__props, { emit }) {
|
|
@@ -16816,7 +16816,7 @@
|
|
|
16816
16816
|
/* STABLE */
|
|
16817
16817
|
})
|
|
16818
16818
|
]),
|
|
16819
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
16819
|
+
require$$0.createElementVNode("div", _hoisted_1$x, [
|
|
16820
16820
|
require$$0.createVNode(_component_el_row, { gutter: 20 }, {
|
|
16821
16821
|
default: require$$0.withCtx(() => [
|
|
16822
16822
|
(require$$0.openBlock(), require$$0.createElementBlock(
|
|
@@ -16843,7 +16843,7 @@
|
|
|
16843
16843
|
require$$0.createElementVNode("span", {
|
|
16844
16844
|
style: require$$0.normalizeStyle([{ "cursor": "pointer" }, form.value[item.value] ? "color:var(--el-color-primary)" : ""]),
|
|
16845
16845
|
onClick: ($event) => form.value[item.value] = ""
|
|
16846
|
-
}, require$$0.toDisplayString(item.label) + "\uFF1A", 13, _hoisted_2$
|
|
16846
|
+
}, require$$0.toDisplayString(item.label) + "\uFF1A", 13, _hoisted_2$q)
|
|
16847
16847
|
]),
|
|
16848
16848
|
_: 2
|
|
16849
16849
|
/* DYNAMIC */
|
|
@@ -16884,7 +16884,7 @@
|
|
|
16884
16884
|
}
|
|
16885
16885
|
});
|
|
16886
16886
|
|
|
16887
|
-
var _StylePositionInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16887
|
+
var _StylePositionInput = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-position-input\\src\\style-position-input.vue"]]);
|
|
16888
16888
|
|
|
16889
16889
|
const StylePositionInput = withInstall(_StylePositionInput);
|
|
16890
16890
|
|
|
@@ -16922,11 +16922,11 @@
|
|
|
16922
16922
|
}
|
|
16923
16923
|
};
|
|
16924
16924
|
|
|
16925
|
-
const __default__$
|
|
16925
|
+
const __default__$g = require$$0.defineComponent({
|
|
16926
16926
|
name: "DkStyleNumberInput"
|
|
16927
16927
|
});
|
|
16928
|
-
var _sfc_main$
|
|
16929
|
-
...__default__$
|
|
16928
|
+
var _sfc_main$H = /* @__PURE__ */ require$$0.defineComponent({
|
|
16929
|
+
...__default__$g,
|
|
16930
16930
|
props: styleNumberInputProps,
|
|
16931
16931
|
emits: ["input", "update:modelValue"],
|
|
16932
16932
|
setup(__props, { emit }) {
|
|
@@ -17086,7 +17086,7 @@
|
|
|
17086
17086
|
}
|
|
17087
17087
|
});
|
|
17088
17088
|
|
|
17089
|
-
var _StyleNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17089
|
+
var _StyleNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\style-number-input\\src\\style-number-input.vue"]]);
|
|
17090
17090
|
|
|
17091
17091
|
const StyleNumberInput = withInstall(_StyleNumberInput);
|
|
17092
17092
|
|
|
@@ -17831,9 +17831,9 @@
|
|
|
17831
17831
|
}
|
|
17832
17832
|
});
|
|
17833
17833
|
|
|
17834
|
-
const _hoisted_1$
|
|
17835
|
-
const _hoisted_2$
|
|
17836
|
-
const _hoisted_3$
|
|
17834
|
+
const _hoisted_1$w = { class: "preview-phone" };
|
|
17835
|
+
const _hoisted_2$p = { class: "phone" };
|
|
17836
|
+
const _hoisted_3$i = { class: "phone-header" };
|
|
17837
17837
|
const _hoisted_4$f = { class: "phone-header-top" };
|
|
17838
17838
|
const _hoisted_5$a = { class: "phone-time" };
|
|
17839
17839
|
const _hoisted_6$8 = /* @__PURE__ */ require$$0.createElementVNode(
|
|
@@ -17861,11 +17861,11 @@
|
|
|
17861
17861
|
/* HOISTED */
|
|
17862
17862
|
);
|
|
17863
17863
|
const _hoisted_12$3 = { class: "phone-title-icon" };
|
|
17864
|
-
const __default__$
|
|
17864
|
+
const __default__$f = require$$0.defineComponent({
|
|
17865
17865
|
name: "PreviewPhone"
|
|
17866
17866
|
});
|
|
17867
|
-
var _sfc_main$
|
|
17868
|
-
...__default__$
|
|
17867
|
+
var _sfc_main$G = /* @__PURE__ */ require$$0.defineComponent({
|
|
17868
|
+
...__default__$f,
|
|
17869
17869
|
props: {
|
|
17870
17870
|
value: {
|
|
17871
17871
|
default: "",
|
|
@@ -17950,9 +17950,9 @@
|
|
|
17950
17950
|
const _component_el_form_item = require$$0.resolveComponent("el-form-item");
|
|
17951
17951
|
const _component_el_slider = require$$0.resolveComponent("el-slider");
|
|
17952
17952
|
const _component_el_popover = require$$0.resolveComponent("el-popover");
|
|
17953
|
-
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
17954
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
17955
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
17953
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$w, [
|
|
17954
|
+
require$$0.createElementVNode("div", _hoisted_2$p, [
|
|
17955
|
+
require$$0.createElementVNode("div", _hoisted_3$i, [
|
|
17956
17956
|
require$$0.createElementVNode("div", _hoisted_4$f, [
|
|
17957
17957
|
require$$0.createElementVNode("div", _hoisted_5$a, [
|
|
17958
17958
|
require$$0.createElementVNode(
|
|
@@ -18167,7 +18167,7 @@
|
|
|
18167
18167
|
}
|
|
18168
18168
|
});
|
|
18169
18169
|
|
|
18170
|
-
var PreviewPhone = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18170
|
+
var PreviewPhone = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\PreviewPhone.vue"]]);
|
|
18171
18171
|
|
|
18172
18172
|
const label$o = "\u6D77\u62A5";
|
|
18173
18173
|
const name$o = "dk-poster-btn";
|
|
@@ -18724,7 +18724,8 @@
|
|
|
18724
18724
|
return {
|
|
18725
18725
|
type: name$k,
|
|
18726
18726
|
props: {
|
|
18727
|
-
title: "\u901A\u77E5"
|
|
18727
|
+
title: "\u901A\u77E5",
|
|
18728
|
+
listen: ""
|
|
18728
18729
|
},
|
|
18729
18730
|
showStyle: true,
|
|
18730
18731
|
fixed: true
|
|
@@ -18732,14 +18733,7 @@
|
|
|
18732
18733
|
},
|
|
18733
18734
|
props() {
|
|
18734
18735
|
return [
|
|
18735
|
-
|
|
18736
|
-
// {
|
|
18737
|
-
// type: 'DkEventCreateInput',
|
|
18738
|
-
// field: 'listen',
|
|
18739
|
-
// title: '监听事件',
|
|
18740
|
-
// value: '',
|
|
18741
|
-
// props: { label: '弹窗组件' },
|
|
18742
|
-
// },
|
|
18736
|
+
{ type: "DkEventCreateInput", field: "listen", title: "\u76D1\u542C\u4E8B\u4EF6", value: "", props: { label: "\u5F39\u7A97\u7EC4\u4EF6" } },
|
|
18743
18737
|
{ type: "input", field: "title", title: "\u5F39\u7A97\u6807\u9898", value: "\u901A\u77E5" },
|
|
18744
18738
|
{
|
|
18745
18739
|
type: "dk-tiny-editor",
|
|
@@ -21239,7 +21233,7 @@
|
|
|
21239
21233
|
// DIY 类型 分别为:web(网页)、min(小程序)
|
|
21240
21234
|
type: {
|
|
21241
21235
|
type: String,
|
|
21242
|
-
default: "
|
|
21236
|
+
default: "web"
|
|
21243
21237
|
},
|
|
21244
21238
|
menu: {
|
|
21245
21239
|
type: Object,
|
|
@@ -21274,7 +21268,7 @@
|
|
|
21274
21268
|
// 'menu', 'height', 'config', 'mask', 'locale', 'loading'
|
|
21275
21269
|
};
|
|
21276
21270
|
|
|
21277
|
-
const _sfc_main$
|
|
21271
|
+
const _sfc_main$F = {
|
|
21278
21272
|
name: 'DkMinVideo',
|
|
21279
21273
|
props: {
|
|
21280
21274
|
poster: {
|
|
@@ -21316,15 +21310,15 @@
|
|
|
21316
21310
|
methods: {},
|
|
21317
21311
|
};
|
|
21318
21312
|
|
|
21319
|
-
const _hoisted_1$
|
|
21313
|
+
const _hoisted_1$v = {
|
|
21320
21314
|
style: {"position":"relative"},
|
|
21321
21315
|
class: "dk-video-content"
|
|
21322
21316
|
};
|
|
21323
|
-
const _hoisted_2$
|
|
21324
|
-
const _hoisted_3$
|
|
21317
|
+
const _hoisted_2$o = { class: "video-preview" };
|
|
21318
|
+
const _hoisted_3$h = { key: 0 };
|
|
21325
21319
|
const _hoisted_4$e = { key: 1 };
|
|
21326
21320
|
|
|
21327
|
-
function _sfc_render$
|
|
21321
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21328
21322
|
const _component_el_image = require$$0.resolveComponent("el-image");
|
|
21329
21323
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
21330
21324
|
|
|
@@ -21332,7 +21326,7 @@
|
|
|
21332
21326
|
class: "dk-view-video",
|
|
21333
21327
|
style: require$$0.normalizeStyle($options._style)
|
|
21334
21328
|
}, [
|
|
21335
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
21329
|
+
require$$0.createElementVNode("div", _hoisted_1$v, [
|
|
21336
21330
|
($props.poster)
|
|
21337
21331
|
? (require$$0.openBlock(), require$$0.createBlock(_component_el_image, {
|
|
21338
21332
|
key: 0,
|
|
@@ -21341,21 +21335,21 @@
|
|
|
21341
21335
|
class: "poster"
|
|
21342
21336
|
}, null, 8 /* PROPS */, ["src"]))
|
|
21343
21337
|
: require$$0.createCommentVNode("v-if", true),
|
|
21344
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
21338
|
+
require$$0.createElementVNode("div", _hoisted_2$o, [
|
|
21345
21339
|
require$$0.createVNode(_component_dk_icon, {
|
|
21346
21340
|
icon: "VideoPlay",
|
|
21347
21341
|
size: 24
|
|
21348
21342
|
}),
|
|
21349
21343
|
(!$props.videoPath)
|
|
21350
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_3$
|
|
21344
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_3$h, "请选择或者上传您的视频!!!"))
|
|
21351
21345
|
: (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_4$e, "当前不支持预览,请到实际页面查看!!!!"))
|
|
21352
21346
|
])
|
|
21353
21347
|
])
|
|
21354
21348
|
], 4 /* STYLE */))
|
|
21355
21349
|
}
|
|
21356
|
-
var DkMinVideo = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21350
|
+
var DkMinVideo = /*#__PURE__*/_export_sfc(_sfc_main$F, [['render',_sfc_render$n],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\min\\DkMinVideo.vue"]]);
|
|
21357
21351
|
|
|
21358
|
-
const _sfc_main$
|
|
21352
|
+
const _sfc_main$E = {
|
|
21359
21353
|
name: 'DkMinSwiperImage',
|
|
21360
21354
|
props: {
|
|
21361
21355
|
value: {
|
|
@@ -21398,12 +21392,12 @@
|
|
|
21398
21392
|
methods: {},
|
|
21399
21393
|
};
|
|
21400
21394
|
|
|
21401
|
-
const _hoisted_1$
|
|
21395
|
+
const _hoisted_1$u = {
|
|
21402
21396
|
key: 0,
|
|
21403
21397
|
class: "swipe-title"
|
|
21404
21398
|
};
|
|
21405
21399
|
|
|
21406
|
-
function _sfc_render$
|
|
21400
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21407
21401
|
const _component_van_image = require$$0.resolveComponent("van-image");
|
|
21408
21402
|
const _component_van_swipe_item = require$$0.resolveComponent("van-swipe-item");
|
|
21409
21403
|
const _component_van_swipe = require$$0.resolveComponent("van-swipe");
|
|
@@ -21424,7 +21418,7 @@
|
|
|
21424
21418
|
height: $props.height
|
|
21425
21419
|
}, null, 8 /* PROPS */, ["src", "height"]),
|
|
21426
21420
|
($props.showTitle)
|
|
21427
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
21421
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$u, require$$0.toDisplayString(item.title), 1 /* TEXT */))
|
|
21428
21422
|
: require$$0.createCommentVNode("v-if", true)
|
|
21429
21423
|
]),
|
|
21430
21424
|
_: 2 /* DYNAMIC */
|
|
@@ -21434,9 +21428,9 @@
|
|
|
21434
21428
|
_: 1 /* STABLE */
|
|
21435
21429
|
}, 8 /* PROPS */, ["autoplay", "style"]))
|
|
21436
21430
|
}
|
|
21437
|
-
var DkMinSwiperImage = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21431
|
+
var DkMinSwiperImage = /*#__PURE__*/_export_sfc(_sfc_main$E, [['render',_sfc_render$m],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\min\\DkMinSwiperImage.vue"]]);
|
|
21438
21432
|
|
|
21439
|
-
const _sfc_main$
|
|
21433
|
+
const _sfc_main$D = {
|
|
21440
21434
|
name: 'DkMinTitle',
|
|
21441
21435
|
props: {
|
|
21442
21436
|
type: { default: '0', type: String },
|
|
@@ -21458,14 +21452,14 @@
|
|
|
21458
21452
|
methods: {},
|
|
21459
21453
|
};
|
|
21460
21454
|
|
|
21461
|
-
const _hoisted_1$
|
|
21462
|
-
const _hoisted_2$
|
|
21455
|
+
const _hoisted_1$t = { class: "dk-min-title" };
|
|
21456
|
+
const _hoisted_2$n = {
|
|
21463
21457
|
key: 1,
|
|
21464
21458
|
style: {"display":"flex","align-items":"flex-end","justify-content":"space-between"}
|
|
21465
21459
|
};
|
|
21466
21460
|
|
|
21467
|
-
function _sfc_render$
|
|
21468
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
21461
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21462
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$t, [
|
|
21469
21463
|
($props.type === '0')
|
|
21470
21464
|
? (require$$0.openBlock(), require$$0.createElementBlock("div", {
|
|
21471
21465
|
key: 0,
|
|
@@ -21473,7 +21467,7 @@
|
|
|
21473
21467
|
}, [
|
|
21474
21468
|
require$$0.createElementVNode("span", null, require$$0.toDisplayString($props.title), 1 /* TEXT */)
|
|
21475
21469
|
], 4 /* STYLE */))
|
|
21476
|
-
: (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$
|
|
21470
|
+
: (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$n, [
|
|
21477
21471
|
require$$0.createElementVNode("div", null, [
|
|
21478
21472
|
require$$0.createElementVNode("span", {
|
|
21479
21473
|
style: require$$0.normalizeStyle({ color: $props.color })
|
|
@@ -21491,9 +21485,9 @@
|
|
|
21491
21485
|
]))
|
|
21492
21486
|
]))
|
|
21493
21487
|
}
|
|
21494
|
-
var DkMinTitle = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21488
|
+
var DkMinTitle = /*#__PURE__*/_export_sfc(_sfc_main$D, [['render',_sfc_render$l],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\min\\DkMinTitle.vue"]]);
|
|
21495
21489
|
|
|
21496
|
-
const _sfc_main$
|
|
21490
|
+
const _sfc_main$C = {
|
|
21497
21491
|
name: 'DkMinBlank',
|
|
21498
21492
|
props: {
|
|
21499
21493
|
height: {
|
|
@@ -21509,14 +21503,14 @@
|
|
|
21509
21503
|
methods: {},
|
|
21510
21504
|
};
|
|
21511
21505
|
|
|
21512
|
-
function _sfc_render$
|
|
21506
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21513
21507
|
return (require$$0.openBlock(), require$$0.createElementBlock("div", {
|
|
21514
21508
|
style: require$$0.normalizeStyle([{ height: $props.height + 'px' }, {"width":"100%"}])
|
|
21515
21509
|
}, null, 4 /* STYLE */))
|
|
21516
21510
|
}
|
|
21517
|
-
var DkMinBlank = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21511
|
+
var DkMinBlank = /*#__PURE__*/_export_sfc(_sfc_main$C, [['render',_sfc_render$k],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\min\\DkMinBlank.vue"]]);
|
|
21518
21512
|
|
|
21519
|
-
const _sfc_main$
|
|
21513
|
+
const _sfc_main$B = {
|
|
21520
21514
|
name: 'DkMinTextarea',
|
|
21521
21515
|
props: {
|
|
21522
21516
|
textarea: {
|
|
@@ -21532,14 +21526,14 @@
|
|
|
21532
21526
|
methods: {},
|
|
21533
21527
|
};
|
|
21534
21528
|
|
|
21535
|
-
const _hoisted_1$
|
|
21529
|
+
const _hoisted_1$s = ["innerHTML"];
|
|
21536
21530
|
|
|
21537
|
-
function _sfc_render$
|
|
21538
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", { innerHTML: $props.textarea }, null, 8 /* PROPS */, _hoisted_1$
|
|
21531
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21532
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", { innerHTML: $props.textarea }, null, 8 /* PROPS */, _hoisted_1$s))
|
|
21539
21533
|
}
|
|
21540
|
-
var DkMinTextarea = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21534
|
+
var DkMinTextarea = /*#__PURE__*/_export_sfc(_sfc_main$B, [['render',_sfc_render$j],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\min\\DkMinTextarea.vue"]]);
|
|
21541
21535
|
|
|
21542
|
-
const _sfc_main$
|
|
21536
|
+
const _sfc_main$A = {
|
|
21543
21537
|
name: 'DkMinHotArea',
|
|
21544
21538
|
props: {
|
|
21545
21539
|
hotData: {
|
|
@@ -21624,23 +21618,23 @@
|
|
|
21624
21618
|
},
|
|
21625
21619
|
};
|
|
21626
21620
|
|
|
21627
|
-
const _hoisted_1$
|
|
21621
|
+
const _hoisted_1$r = {
|
|
21628
21622
|
ref: "el",
|
|
21629
21623
|
class: "dk-min-area"
|
|
21630
21624
|
};
|
|
21631
|
-
const _hoisted_2$
|
|
21625
|
+
const _hoisted_2$m = ["src"];
|
|
21632
21626
|
|
|
21633
|
-
function _sfc_render$
|
|
21627
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21634
21628
|
const _component_el_empty = require$$0.resolveComponent("el-empty");
|
|
21635
21629
|
|
|
21636
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
21630
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$r, [
|
|
21637
21631
|
($props.hotData.background)
|
|
21638
21632
|
? (require$$0.openBlock(), require$$0.createElementBlock("img", {
|
|
21639
21633
|
key: 0,
|
|
21640
21634
|
src: $props.hotData.background,
|
|
21641
21635
|
alt: "",
|
|
21642
21636
|
style: {"width":"100%"}
|
|
21643
|
-
}, null, 8 /* PROPS */, _hoisted_2$
|
|
21637
|
+
}, null, 8 /* PROPS */, _hoisted_2$m))
|
|
21644
21638
|
: (require$$0.openBlock(), require$$0.createBlock(_component_el_empty, {
|
|
21645
21639
|
key: 1,
|
|
21646
21640
|
description: "请上传背景图"
|
|
@@ -21659,7 +21653,7 @@
|
|
|
21659
21653
|
}), 128 /* KEYED_FRAGMENT */))
|
|
21660
21654
|
], 512 /* NEED_PATCH */))
|
|
21661
21655
|
}
|
|
21662
|
-
var DkMinHotArea = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21656
|
+
var DkMinHotArea = /*#__PURE__*/_export_sfc(_sfc_main$A, [['render',_sfc_render$i],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\min\\DkMinHotArea.vue"]]);
|
|
21663
21657
|
|
|
21664
21658
|
const views$1 = {
|
|
21665
21659
|
DkMinVideo,
|
|
@@ -21670,7 +21664,7 @@
|
|
|
21670
21664
|
DkMinHotArea
|
|
21671
21665
|
};
|
|
21672
21666
|
|
|
21673
|
-
const _sfc_main$
|
|
21667
|
+
const _sfc_main$z = {
|
|
21674
21668
|
name: 'DkViewBulletChat',
|
|
21675
21669
|
props: {
|
|
21676
21670
|
bgColor: { default: '', type: String },
|
|
@@ -21693,9 +21687,9 @@
|
|
|
21693
21687
|
methods: {},
|
|
21694
21688
|
};
|
|
21695
21689
|
|
|
21696
|
-
const _hoisted_1$
|
|
21697
|
-
const _hoisted_2$
|
|
21698
|
-
const _hoisted_3$
|
|
21690
|
+
const _hoisted_1$q = { class: "bullet-content" };
|
|
21691
|
+
const _hoisted_2$l = ["src"];
|
|
21692
|
+
const _hoisted_3$g = { class: "over" };
|
|
21699
21693
|
const _hoisted_4$d = /*#__PURE__*/require$$0.createElementVNode("div", { class: "bullet-content" }, [
|
|
21700
21694
|
/*#__PURE__*/require$$0.createElementVNode("span", { class: "over" }, "当前数据由事件传入")
|
|
21701
21695
|
], -1 /* HOISTED */);
|
|
@@ -21703,7 +21697,7 @@
|
|
|
21703
21697
|
_hoisted_4$d
|
|
21704
21698
|
];
|
|
21705
21699
|
|
|
21706
|
-
function _sfc_render$
|
|
21700
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21707
21701
|
const _component_van_swipe_item = require$$0.resolveComponent("van-swipe-item");
|
|
21708
21702
|
const _component_van_swipe = require$$0.resolveComponent("van-swipe");
|
|
21709
21703
|
|
|
@@ -21720,15 +21714,15 @@
|
|
|
21720
21714
|
(require$$0.openBlock(true), require$$0.createElementBlock(require$$0.Fragment, null, require$$0.renderList($props.bulletData, (item, key) => {
|
|
21721
21715
|
return (require$$0.openBlock(), require$$0.createBlock(_component_van_swipe_item, { key: key }, {
|
|
21722
21716
|
default: require$$0.withCtx(() => [
|
|
21723
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
21717
|
+
require$$0.createElementVNode("div", _hoisted_1$q, [
|
|
21724
21718
|
(item.avatar)
|
|
21725
21719
|
? (require$$0.openBlock(), require$$0.createElementBlock("img", {
|
|
21726
21720
|
key: 0,
|
|
21727
21721
|
src: item.avatar,
|
|
21728
21722
|
alt: ""
|
|
21729
|
-
}, null, 8 /* PROPS */, _hoisted_2$
|
|
21723
|
+
}, null, 8 /* PROPS */, _hoisted_2$l))
|
|
21730
21724
|
: require$$0.createCommentVNode("v-if", true),
|
|
21731
|
-
require$$0.createElementVNode("span", _hoisted_3$
|
|
21725
|
+
require$$0.createElementVNode("span", _hoisted_3$g, require$$0.toDisplayString(item.text), 1 /* TEXT */)
|
|
21732
21726
|
])
|
|
21733
21727
|
]),
|
|
21734
21728
|
_: 2 /* DYNAMIC */
|
|
@@ -21743,9 +21737,9 @@
|
|
|
21743
21737
|
style: require$$0.normalizeStyle([{"display":"flex"}, { background: $props.bgColor, color: $props.textColor }])
|
|
21744
21738
|
}, _hoisted_5$9, 4 /* STYLE */))
|
|
21745
21739
|
}
|
|
21746
|
-
var DkViewBulletChat = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21740
|
+
var DkViewBulletChat = /*#__PURE__*/_export_sfc(_sfc_main$z, [['render',_sfc_render$h],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewBulletChat.vue"]]);
|
|
21747
21741
|
|
|
21748
|
-
const _sfc_main$
|
|
21742
|
+
const _sfc_main$y = {
|
|
21749
21743
|
name: 'DkViewCell',
|
|
21750
21744
|
props: {
|
|
21751
21745
|
groups: {
|
|
@@ -21763,7 +21757,7 @@
|
|
|
21763
21757
|
methods: {},
|
|
21764
21758
|
};
|
|
21765
21759
|
|
|
21766
|
-
function _sfc_render$
|
|
21760
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21767
21761
|
const _component_van_cell = require$$0.resolveComponent("van-cell");
|
|
21768
21762
|
const _component_van_cell_group = require$$0.resolveComponent("van-cell-group");
|
|
21769
21763
|
|
|
@@ -21780,9 +21774,9 @@
|
|
|
21780
21774
|
_: 1 /* STABLE */
|
|
21781
21775
|
}))
|
|
21782
21776
|
}
|
|
21783
|
-
var DkViewCell = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21777
|
+
var DkViewCell = /*#__PURE__*/_export_sfc(_sfc_main$y, [['render',_sfc_render$g],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewCell.vue"]]);
|
|
21784
21778
|
|
|
21785
|
-
const _sfc_main$
|
|
21779
|
+
const _sfc_main$x = {
|
|
21786
21780
|
name: 'DkViewCommonBtn',
|
|
21787
21781
|
props: {
|
|
21788
21782
|
posterData: {
|
|
@@ -21852,12 +21846,12 @@
|
|
|
21852
21846
|
methods: {},
|
|
21853
21847
|
};
|
|
21854
21848
|
|
|
21855
|
-
const _hoisted_1$
|
|
21856
|
-
const _hoisted_2$
|
|
21849
|
+
const _hoisted_1$p = { class: "dk-view-common-btn" };
|
|
21850
|
+
const _hoisted_2$k = {
|
|
21857
21851
|
key: 0,
|
|
21858
21852
|
class: "btn"
|
|
21859
21853
|
};
|
|
21860
|
-
const _hoisted_3$
|
|
21854
|
+
const _hoisted_3$f = {
|
|
21861
21855
|
key: 1,
|
|
21862
21856
|
class: "f-btn"
|
|
21863
21857
|
};
|
|
@@ -21867,13 +21861,13 @@
|
|
|
21867
21861
|
};
|
|
21868
21862
|
const _hoisted_5$8 = ["src", "width"];
|
|
21869
21863
|
|
|
21870
|
-
function _sfc_render$
|
|
21864
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21871
21865
|
const _component_van_button = require$$0.resolveComponent("van-button");
|
|
21872
21866
|
const _component_van_icon = require$$0.resolveComponent("van-icon");
|
|
21873
21867
|
|
|
21874
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
21868
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$p, [
|
|
21875
21869
|
($props.type === 'btn')
|
|
21876
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$
|
|
21870
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$k, [
|
|
21877
21871
|
require$$0.createVNode(_component_van_button, {
|
|
21878
21872
|
type: "primary",
|
|
21879
21873
|
block: $props.block,
|
|
@@ -21888,7 +21882,7 @@
|
|
|
21888
21882
|
_: 1 /* STABLE */
|
|
21889
21883
|
}, 8 /* PROPS */, ["block", "round", "size", "color", "icon"])
|
|
21890
21884
|
]))
|
|
21891
|
-
: (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_3$
|
|
21885
|
+
: (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_3$f, [
|
|
21892
21886
|
($props.img)
|
|
21893
21887
|
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_4$c, [
|
|
21894
21888
|
require$$0.createElementVNode("img", {
|
|
@@ -21913,12 +21907,13 @@
|
|
|
21913
21907
|
]))
|
|
21914
21908
|
]))
|
|
21915
21909
|
}
|
|
21916
|
-
var DkViewCommonBtn = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21910
|
+
var DkViewCommonBtn = /*#__PURE__*/_export_sfc(_sfc_main$x, [['render',_sfc_render$f],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewCommonBtn.vue"]]);
|
|
21917
21911
|
|
|
21918
|
-
const _sfc_main$
|
|
21912
|
+
const _sfc_main$w = {
|
|
21919
21913
|
name: 'DkViewDialog',
|
|
21920
21914
|
props: {
|
|
21921
21915
|
title: { default: '标题', type: String },
|
|
21916
|
+
listen: { default: '', type: String },
|
|
21922
21917
|
show: { default: false, type: Boolean },
|
|
21923
21918
|
content: { default: '', type: String },
|
|
21924
21919
|
confirmText: { default: '确定', type: String },
|
|
@@ -21948,15 +21943,16 @@
|
|
|
21948
21943
|
},
|
|
21949
21944
|
};
|
|
21950
21945
|
|
|
21951
|
-
const _hoisted_1$
|
|
21952
|
-
const _hoisted_2$
|
|
21953
|
-
const _hoisted_3$
|
|
21946
|
+
const _hoisted_1$o = { class: "dk-view-dialog" };
|
|
21947
|
+
const _hoisted_2$j = /*#__PURE__*/require$$0.createElementVNode("div", { class: "preview" }, "点击预览可以查看弹窗效果", -1 /* HOISTED */);
|
|
21948
|
+
const _hoisted_3$e = ["innerHTML"];
|
|
21954
21949
|
|
|
21955
|
-
function _sfc_render$
|
|
21950
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21956
21951
|
const _component_van_dialog = require$$0.resolveComponent("van-dialog");
|
|
21957
21952
|
|
|
21958
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
21959
|
-
_hoisted_2$
|
|
21953
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$o, [
|
|
21954
|
+
_hoisted_2$j,
|
|
21955
|
+
require$$0.createTextVNode(" " + require$$0.toDisplayString(_ctx.$props) + " ", 1 /* TEXT */),
|
|
21960
21956
|
($data.showDialog)
|
|
21961
21957
|
? (require$$0.openBlock(), require$$0.createBlock(_component_van_dialog, {
|
|
21962
21958
|
key: 0,
|
|
@@ -21971,16 +21967,16 @@
|
|
|
21971
21967
|
require$$0.createElementVNode("div", {
|
|
21972
21968
|
style: {"padding":"10px"},
|
|
21973
21969
|
innerHTML: $props.content
|
|
21974
|
-
}, null, 8 /* PROPS */, _hoisted_3$
|
|
21970
|
+
}, null, 8 /* PROPS */, _hoisted_3$e)
|
|
21975
21971
|
]),
|
|
21976
21972
|
_: 1 /* STABLE */
|
|
21977
21973
|
}, 8 /* PROPS */, ["show", "title"]))
|
|
21978
21974
|
: require$$0.createCommentVNode("v-if", true)
|
|
21979
21975
|
]))
|
|
21980
21976
|
}
|
|
21981
|
-
var DkViewDialog = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
21977
|
+
var DkViewDialog = /*#__PURE__*/_export_sfc(_sfc_main$w, [['render',_sfc_render$e],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewDialog.vue"]]);
|
|
21982
21978
|
|
|
21983
|
-
const _sfc_main$
|
|
21979
|
+
const _sfc_main$v = {
|
|
21984
21980
|
name: 'DkViewGridCellList',
|
|
21985
21981
|
props: {
|
|
21986
21982
|
value: {
|
|
@@ -22058,18 +22054,18 @@
|
|
|
22058
22054
|
methods: {},
|
|
22059
22055
|
};
|
|
22060
22056
|
|
|
22061
|
-
const _hoisted_1$
|
|
22057
|
+
const _hoisted_1$n = {
|
|
22062
22058
|
key: 0,
|
|
22063
22059
|
class: "cell"
|
|
22064
22060
|
};
|
|
22065
|
-
const _hoisted_2$
|
|
22066
|
-
const _hoisted_3$
|
|
22061
|
+
const _hoisted_2$i = ["src", "alt", "width", "height"];
|
|
22062
|
+
const _hoisted_3$d = {
|
|
22067
22063
|
key: 1,
|
|
22068
22064
|
class: "grid"
|
|
22069
22065
|
};
|
|
22070
22066
|
const _hoisted_4$b = ["src", "width", "height", "alt"];
|
|
22071
22067
|
|
|
22072
|
-
function _sfc_render$
|
|
22068
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22073
22069
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
22074
22070
|
const _component_van_cell = require$$0.resolveComponent("van-cell");
|
|
22075
22071
|
const _component_van_cell_group = require$$0.resolveComponent("van-cell-group");
|
|
@@ -22077,7 +22073,7 @@
|
|
|
22077
22073
|
const _component_van_grid = require$$0.resolveComponent("van-grid");
|
|
22078
22074
|
|
|
22079
22075
|
return ($props.type === 'cell')
|
|
22080
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
22076
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$n, [
|
|
22081
22077
|
require$$0.createVNode(_component_van_cell_group, null, {
|
|
22082
22078
|
default: require$$0.withCtx(() => [
|
|
22083
22079
|
(require$$0.openBlock(true), require$$0.createElementBlock(require$$0.Fragment, null, require$$0.renderList($props.gridCellList, (item, key) => {
|
|
@@ -22096,7 +22092,7 @@
|
|
|
22096
22092
|
borderRadius: $props.imgRadius + 'px',
|
|
22097
22093
|
marginRight: $props.imgTextGutter + 'px',
|
|
22098
22094
|
})
|
|
22099
|
-
}, null, 12 /* STYLE, PROPS */, _hoisted_2$
|
|
22095
|
+
}, null, 12 /* STYLE, PROPS */, _hoisted_2$i)
|
|
22100
22096
|
]),
|
|
22101
22097
|
title: require$$0.withCtx(() => [
|
|
22102
22098
|
require$$0.createElementVNode("span", {
|
|
@@ -22117,7 +22113,7 @@
|
|
|
22117
22113
|
_: 1 /* STABLE */
|
|
22118
22114
|
})
|
|
22119
22115
|
]))
|
|
22120
|
-
: (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_3$
|
|
22116
|
+
: (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_3$d, [
|
|
22121
22117
|
require$$0.createVNode(_component_van_grid, {
|
|
22122
22118
|
square: $props.square,
|
|
22123
22119
|
direction: $props.direction,
|
|
@@ -22158,9 +22154,9 @@
|
|
|
22158
22154
|
}, 8 /* PROPS */, ["square", "direction", "gutter", "clickable", "border", "column-num"])
|
|
22159
22155
|
]))
|
|
22160
22156
|
}
|
|
22161
|
-
var DkViewGridCellList = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22157
|
+
var DkViewGridCellList = /*#__PURE__*/_export_sfc(_sfc_main$v, [['render',_sfc_render$d],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewGridCellList.vue"]]);
|
|
22162
22158
|
|
|
22163
|
-
const _sfc_main$
|
|
22159
|
+
const _sfc_main$u = {
|
|
22164
22160
|
name: 'DkViewImage',
|
|
22165
22161
|
props: {
|
|
22166
22162
|
value: { default: '', type: String },
|
|
@@ -22197,9 +22193,9 @@
|
|
|
22197
22193
|
methods: {},
|
|
22198
22194
|
};
|
|
22199
22195
|
|
|
22200
|
-
const _hoisted_1$
|
|
22196
|
+
const _hoisted_1$m = { key: 0 };
|
|
22201
22197
|
|
|
22202
|
-
function _sfc_render$
|
|
22198
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22203
22199
|
const _component_van_image = require$$0.resolveComponent("van-image");
|
|
22204
22200
|
const _component_el_empty = require$$0.resolveComponent("el-empty");
|
|
22205
22201
|
|
|
@@ -22228,15 +22224,15 @@
|
|
|
22228
22224
|
], 4 /* STYLE */))
|
|
22229
22225
|
}), 128 /* KEYED_FRAGMENT */)),
|
|
22230
22226
|
($props.imageList.length <= 0)
|
|
22231
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
22227
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$m, [
|
|
22232
22228
|
require$$0.createVNode(_component_el_empty, { description: "请添加图片数据" })
|
|
22233
22229
|
]))
|
|
22234
22230
|
: require$$0.createCommentVNode("v-if", true)
|
|
22235
22231
|
], 2 /* CLASS */))
|
|
22236
22232
|
}
|
|
22237
|
-
var DkViewImage = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22233
|
+
var DkViewImage = /*#__PURE__*/_export_sfc(_sfc_main$u, [['render',_sfc_render$c],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewImage.vue"]]);
|
|
22238
22234
|
|
|
22239
|
-
const _sfc_main$
|
|
22235
|
+
const _sfc_main$t = {
|
|
22240
22236
|
name: 'DkViewMusic',
|
|
22241
22237
|
props: {
|
|
22242
22238
|
musicPath: { default: '', type: String },
|
|
@@ -22268,23 +22264,23 @@
|
|
|
22268
22264
|
methods: {},
|
|
22269
22265
|
};
|
|
22270
22266
|
|
|
22271
|
-
const _hoisted_1$
|
|
22272
|
-
const _hoisted_2$
|
|
22273
|
-
const _hoisted_3$
|
|
22267
|
+
const _hoisted_1$l = { class: "dk-view-music" };
|
|
22268
|
+
const _hoisted_2$h = { key: 0 };
|
|
22269
|
+
const _hoisted_3$c = ["src"];
|
|
22274
22270
|
|
|
22275
|
-
function _sfc_render$
|
|
22271
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22276
22272
|
const _component_van_icon = require$$0.resolveComponent("van-icon");
|
|
22277
22273
|
|
|
22278
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
22274
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$l, [
|
|
22279
22275
|
($props.iconType === 'image')
|
|
22280
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$
|
|
22276
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_2$h, [
|
|
22281
22277
|
require$$0.createElementVNode("img", {
|
|
22282
22278
|
src: $props.imgUrl,
|
|
22283
22279
|
width: "100%",
|
|
22284
22280
|
style: require$$0.normalizeStyle($options._style),
|
|
22285
22281
|
class: require$$0.normalizeClass([$props.rotation, "dk-music-img"]),
|
|
22286
22282
|
alt: ""
|
|
22287
|
-
}, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_3$
|
|
22283
|
+
}, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_3$c)
|
|
22288
22284
|
]))
|
|
22289
22285
|
: (require$$0.openBlock(), require$$0.createBlock(_component_van_icon, {
|
|
22290
22286
|
key: 1,
|
|
@@ -22294,10 +22290,10 @@
|
|
|
22294
22290
|
}, null, 8 /* PROPS */, ["class", "style"]))
|
|
22295
22291
|
]))
|
|
22296
22292
|
}
|
|
22297
|
-
var DkViewMusic = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22293
|
+
var DkViewMusic = /*#__PURE__*/_export_sfc(_sfc_main$t, [['render',_sfc_render$b],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewMusic.vue"]]);
|
|
22298
22294
|
|
|
22299
22295
|
// TODO 可以后期增加配置背景色等参数
|
|
22300
|
-
const _sfc_main$
|
|
22296
|
+
const _sfc_main$s = {
|
|
22301
22297
|
name: 'DkViewNavBar',
|
|
22302
22298
|
props: {
|
|
22303
22299
|
title: {
|
|
@@ -22337,7 +22333,7 @@
|
|
|
22337
22333
|
methods: {},
|
|
22338
22334
|
};
|
|
22339
22335
|
|
|
22340
|
-
function _sfc_render$
|
|
22336
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22341
22337
|
const _component_van_nav_bar = require$$0.resolveComponent("van-nav-bar");
|
|
22342
22338
|
|
|
22343
22339
|
return (require$$0.openBlock(), require$$0.createElementBlock("div", null, [
|
|
@@ -22350,9 +22346,9 @@
|
|
|
22350
22346
|
}, null, 8 /* PROPS */, ["title", "left-text", "right-text", "left-arrow", "border"])
|
|
22351
22347
|
]))
|
|
22352
22348
|
}
|
|
22353
|
-
var DkViewNavBar = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22349
|
+
var DkViewNavBar = /*#__PURE__*/_export_sfc(_sfc_main$s, [['render',_sfc_render$a],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewNavBar.vue"]]);
|
|
22354
22350
|
|
|
22355
|
-
const _sfc_main$
|
|
22351
|
+
const _sfc_main$r = {
|
|
22356
22352
|
name: 'DkViewNoticeBar',
|
|
22357
22353
|
props: {
|
|
22358
22354
|
leftIcon: { default: '', type: String },
|
|
@@ -22370,7 +22366,7 @@
|
|
|
22370
22366
|
methods: {},
|
|
22371
22367
|
};
|
|
22372
22368
|
|
|
22373
|
-
function _sfc_render$
|
|
22369
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22374
22370
|
const _component_van_notice_bar = require$$0.resolveComponent("van-notice-bar");
|
|
22375
22371
|
|
|
22376
22372
|
return (require$$0.openBlock(), require$$0.createElementBlock("div", null, [
|
|
@@ -22383,9 +22379,9 @@
|
|
|
22383
22379
|
}, null, 8 /* PROPS */, ["speed", "left-icon", "text", "color", "background"])
|
|
22384
22380
|
]))
|
|
22385
22381
|
}
|
|
22386
|
-
var DkViewNoticeBar = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22382
|
+
var DkViewNoticeBar = /*#__PURE__*/_export_sfc(_sfc_main$r, [['render',_sfc_render$9],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewNoticeBar.vue"]]);
|
|
22387
22383
|
|
|
22388
|
-
const _sfc_main$
|
|
22384
|
+
const _sfc_main$q = {
|
|
22389
22385
|
name: 'DkViewSwipe',
|
|
22390
22386
|
props: {
|
|
22391
22387
|
value: {
|
|
@@ -22424,7 +22420,7 @@
|
|
|
22424
22420
|
methods: {},
|
|
22425
22421
|
};
|
|
22426
22422
|
|
|
22427
|
-
function _sfc_render$
|
|
22423
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22428
22424
|
const _component_van_image = require$$0.resolveComponent("van-image");
|
|
22429
22425
|
const _component_van_swipe_item = require$$0.resolveComponent("van-swipe-item");
|
|
22430
22426
|
const _component_van_swipe = require$$0.resolveComponent("van-swipe");
|
|
@@ -22453,9 +22449,9 @@
|
|
|
22453
22449
|
_: 1 /* STABLE */
|
|
22454
22450
|
}, 8 /* PROPS */, ["autoplay", "style"]))
|
|
22455
22451
|
}
|
|
22456
|
-
var DkViewSwipe = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22452
|
+
var DkViewSwipe = /*#__PURE__*/_export_sfc(_sfc_main$q, [['render',_sfc_render$8],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewSwipe.vue"]]);
|
|
22457
22453
|
|
|
22458
|
-
const _sfc_main$
|
|
22454
|
+
const _sfc_main$p = {
|
|
22459
22455
|
name: 'DkViewTabbar',
|
|
22460
22456
|
props: {
|
|
22461
22457
|
tabBars: {
|
|
@@ -22484,14 +22480,14 @@
|
|
|
22484
22480
|
methods: {},
|
|
22485
22481
|
};
|
|
22486
22482
|
|
|
22487
|
-
const _hoisted_1$
|
|
22488
|
-
const _hoisted_2$
|
|
22483
|
+
const _hoisted_1$k = { class: "dk-view-tabbar" };
|
|
22484
|
+
const _hoisted_2$g = ["src"];
|
|
22489
22485
|
|
|
22490
|
-
function _sfc_render$
|
|
22486
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22491
22487
|
const _component_van_tabbar_item = require$$0.resolveComponent("van-tabbar-item");
|
|
22492
22488
|
const _component_van_tabbar = require$$0.resolveComponent("van-tabbar");
|
|
22493
22489
|
|
|
22494
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
22490
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$k, [
|
|
22495
22491
|
require$$0.createVNode(_component_van_tabbar, {
|
|
22496
22492
|
modelValue: $data.tmpActive,
|
|
22497
22493
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (($data.tmpActive) = $event)),
|
|
@@ -22520,7 +22516,7 @@
|
|
|
22520
22516
|
require$$0.createElementVNode("img", {
|
|
22521
22517
|
src: item.imgIcon,
|
|
22522
22518
|
alt: ""
|
|
22523
|
-
}, null, 8 /* PROPS */, _hoisted_2$
|
|
22519
|
+
}, null, 8 /* PROPS */, _hoisted_2$g)
|
|
22524
22520
|
]),
|
|
22525
22521
|
key: "0"
|
|
22526
22522
|
}
|
|
@@ -22532,9 +22528,9 @@
|
|
|
22532
22528
|
}, 8 /* PROPS */, ["modelValue", "active-color", "inactive-color", "style"])
|
|
22533
22529
|
]))
|
|
22534
22530
|
}
|
|
22535
|
-
var DkViewTabbar = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22531
|
+
var DkViewTabbar = /*#__PURE__*/_export_sfc(_sfc_main$p, [['render',_sfc_render$7],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewTabbar.vue"]]);
|
|
22536
22532
|
|
|
22537
|
-
const _sfc_main$
|
|
22533
|
+
const _sfc_main$o = {
|
|
22538
22534
|
name: 'DkViewTextarea',
|
|
22539
22535
|
props: {
|
|
22540
22536
|
textarea: {
|
|
@@ -22550,14 +22546,14 @@
|
|
|
22550
22546
|
methods: {},
|
|
22551
22547
|
};
|
|
22552
22548
|
|
|
22553
|
-
const _hoisted_1$
|
|
22549
|
+
const _hoisted_1$j = ["innerHTML"];
|
|
22554
22550
|
|
|
22555
|
-
function _sfc_render$
|
|
22556
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", { innerHTML: $props.textarea }, null, 8 /* PROPS */, _hoisted_1$
|
|
22551
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22552
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", { innerHTML: $props.textarea }, null, 8 /* PROPS */, _hoisted_1$j))
|
|
22557
22553
|
}
|
|
22558
|
-
var DkViewTextarea = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22554
|
+
var DkViewTextarea = /*#__PURE__*/_export_sfc(_sfc_main$o, [['render',_sfc_render$6],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewTextarea.vue"]]);
|
|
22559
22555
|
|
|
22560
|
-
const _sfc_main$
|
|
22556
|
+
const _sfc_main$n = {
|
|
22561
22557
|
name: 'DkViewTitle',
|
|
22562
22558
|
props: {
|
|
22563
22559
|
title: { default: '标题', type: String },
|
|
@@ -22587,15 +22583,15 @@
|
|
|
22587
22583
|
methods: {},
|
|
22588
22584
|
};
|
|
22589
22585
|
|
|
22590
|
-
const _hoisted_1$
|
|
22591
|
-
const _hoisted_2$
|
|
22586
|
+
const _hoisted_1$i = { class: "dk-view-title" };
|
|
22587
|
+
const _hoisted_2$f = { class: "title-left" };
|
|
22592
22588
|
|
|
22593
|
-
function _sfc_render$
|
|
22589
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22594
22590
|
const _component_van_icon = require$$0.resolveComponent("van-icon");
|
|
22595
22591
|
const _component_van_image = require$$0.resolveComponent("van-image");
|
|
22596
22592
|
|
|
22597
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
22598
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
22593
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$i, [
|
|
22594
|
+
require$$0.createElementVNode("div", _hoisted_2$f, [
|
|
22599
22595
|
($props.prefix === 'icon')
|
|
22600
22596
|
? (require$$0.openBlock(), require$$0.createBlock(_component_van_icon, {
|
|
22601
22597
|
key: 0,
|
|
@@ -22640,9 +22636,9 @@
|
|
|
22640
22636
|
: require$$0.createCommentVNode("v-if", true)
|
|
22641
22637
|
]))
|
|
22642
22638
|
}
|
|
22643
|
-
var DkViewTitle = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22639
|
+
var DkViewTitle = /*#__PURE__*/_export_sfc(_sfc_main$n, [['render',_sfc_render$5],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewTitle.vue"]]);
|
|
22644
22640
|
|
|
22645
|
-
const _sfc_main$
|
|
22641
|
+
const _sfc_main$m = {
|
|
22646
22642
|
name: 'DkViewVideo',
|
|
22647
22643
|
props: {
|
|
22648
22644
|
poster: {
|
|
@@ -22684,15 +22680,15 @@
|
|
|
22684
22680
|
methods: {},
|
|
22685
22681
|
};
|
|
22686
22682
|
|
|
22687
|
-
const _hoisted_1$
|
|
22683
|
+
const _hoisted_1$h = {
|
|
22688
22684
|
style: {"position":"relative"},
|
|
22689
22685
|
class: "dk-video-content"
|
|
22690
22686
|
};
|
|
22691
|
-
const _hoisted_2$
|
|
22692
|
-
const _hoisted_3$
|
|
22687
|
+
const _hoisted_2$e = { class: "video-preview" };
|
|
22688
|
+
const _hoisted_3$b = { key: 0 };
|
|
22693
22689
|
const _hoisted_4$a = { key: 1 };
|
|
22694
22690
|
|
|
22695
|
-
function _sfc_render$
|
|
22691
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22696
22692
|
const _component_el_image = require$$0.resolveComponent("el-image");
|
|
22697
22693
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
22698
22694
|
|
|
@@ -22700,7 +22696,7 @@
|
|
|
22700
22696
|
class: "dk-view-video",
|
|
22701
22697
|
style: require$$0.normalizeStyle($options._style)
|
|
22702
22698
|
}, [
|
|
22703
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
22699
|
+
require$$0.createElementVNode("div", _hoisted_1$h, [
|
|
22704
22700
|
($props.poster)
|
|
22705
22701
|
? (require$$0.openBlock(), require$$0.createBlock(_component_el_image, {
|
|
22706
22702
|
key: 0,
|
|
@@ -22709,19 +22705,19 @@
|
|
|
22709
22705
|
class: "poster"
|
|
22710
22706
|
}, null, 8 /* PROPS */, ["src"]))
|
|
22711
22707
|
: require$$0.createCommentVNode("v-if", true),
|
|
22712
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
22708
|
+
require$$0.createElementVNode("div", _hoisted_2$e, [
|
|
22713
22709
|
require$$0.createVNode(_component_dk_icon, {
|
|
22714
22710
|
icon: "VideoPlay",
|
|
22715
22711
|
size: 24
|
|
22716
22712
|
}),
|
|
22717
22713
|
(!$props.videoPath)
|
|
22718
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_3$
|
|
22714
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_3$b, "请选择或者上传您的视频"))
|
|
22719
22715
|
: (require$$0.openBlock(), require$$0.createElementBlock("p", _hoisted_4$a, "当前不支持预览,请到实际页面查看"))
|
|
22720
22716
|
])
|
|
22721
22717
|
])
|
|
22722
22718
|
], 4 /* STYLE */))
|
|
22723
22719
|
}
|
|
22724
|
-
var DkViewVideo = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
22720
|
+
var DkViewVideo = /*#__PURE__*/_export_sfc(_sfc_main$m, [['render',_sfc_render$4],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\views\\web\\DkViewVideo.vue"]]);
|
|
22725
22721
|
|
|
22726
22722
|
const views = {
|
|
22727
22723
|
DkViewBulletChat,
|
|
@@ -22786,7 +22782,7 @@
|
|
|
22786
22782
|
});
|
|
22787
22783
|
}
|
|
22788
22784
|
|
|
22789
|
-
const _sfc_main$
|
|
22785
|
+
const _sfc_main$l = {
|
|
22790
22786
|
name: 'DiyCloud',
|
|
22791
22787
|
props: {
|
|
22792
22788
|
pageName: {
|
|
@@ -22910,9 +22906,9 @@
|
|
|
22910
22906
|
},
|
|
22911
22907
|
};
|
|
22912
22908
|
|
|
22913
|
-
const _hoisted_1$
|
|
22914
|
-
const _hoisted_2$
|
|
22915
|
-
const _hoisted_3$
|
|
22909
|
+
const _hoisted_1$g = { class: "diy-cloud" };
|
|
22910
|
+
const _hoisted_2$d = { class: "diy-header" };
|
|
22911
|
+
const _hoisted_3$a = { class: "diy-search" };
|
|
22916
22912
|
const _hoisted_4$9 = { class: "diy-content" };
|
|
22917
22913
|
const _hoisted_5$7 = {
|
|
22918
22914
|
key: 0,
|
|
@@ -22943,7 +22939,7 @@
|
|
|
22943
22939
|
};
|
|
22944
22940
|
const _hoisted_14$2 = { class: "diy-footer" };
|
|
22945
22941
|
|
|
22946
|
-
function _sfc_render$
|
|
22942
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22947
22943
|
const _component_el_option = require$$0.resolveComponent("el-option");
|
|
22948
22944
|
const _component_el_select = require$$0.resolveComponent("el-select");
|
|
22949
22945
|
const _component_el_button = require$$0.resolveComponent("el-button");
|
|
@@ -22956,9 +22952,9 @@
|
|
|
22956
22952
|
const _component_dk_form = require$$0.resolveComponent("dk-form");
|
|
22957
22953
|
const _directive_loading = require$$0.resolveDirective("loading");
|
|
22958
22954
|
|
|
22959
|
-
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
22960
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
22961
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
22955
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$g, [
|
|
22956
|
+
require$$0.createElementVNode("div", _hoisted_2$d, [
|
|
22957
|
+
require$$0.createElementVNode("div", _hoisted_3$a, [
|
|
22962
22958
|
require$$0.createVNode(_component_el_select, {
|
|
22963
22959
|
modelValue: $data.search.state,
|
|
22964
22960
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (($data.search.state) = $event)),
|
|
@@ -23191,7 +23187,56 @@
|
|
|
23191
23187
|
}, null, 8 /* PROPS */, ["form-data", "onSubmit"])
|
|
23192
23188
|
]))
|
|
23193
23189
|
}
|
|
23194
|
-
var DiyCloud = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
23190
|
+
var DiyCloud = /*#__PURE__*/_export_sfc(_sfc_main$l, [['render',_sfc_render$3],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\DiyCloud.vue"]]);
|
|
23191
|
+
|
|
23192
|
+
class EventData {
|
|
23193
|
+
events = [];
|
|
23194
|
+
constructor() {
|
|
23195
|
+
}
|
|
23196
|
+
// 添加单个事件数据
|
|
23197
|
+
addEvent(data) {
|
|
23198
|
+
this.events.push({
|
|
23199
|
+
id: data.id,
|
|
23200
|
+
label: data.label,
|
|
23201
|
+
value: data.value
|
|
23202
|
+
});
|
|
23203
|
+
}
|
|
23204
|
+
// 批量添加事件数据
|
|
23205
|
+
addEvents(dataList) {
|
|
23206
|
+
this.events.push(
|
|
23207
|
+
...dataList.map((data) => ({
|
|
23208
|
+
id: data.id,
|
|
23209
|
+
label: data.label,
|
|
23210
|
+
value: data.value
|
|
23211
|
+
}))
|
|
23212
|
+
);
|
|
23213
|
+
}
|
|
23214
|
+
// 获取所有事件数据
|
|
23215
|
+
getAllEvents() {
|
|
23216
|
+
return this.events;
|
|
23217
|
+
}
|
|
23218
|
+
// 根据id获取事件数据
|
|
23219
|
+
getEventById(id) {
|
|
23220
|
+
return this.events.find((event) => event.id === id);
|
|
23221
|
+
}
|
|
23222
|
+
// 删除指定id的事件数据
|
|
23223
|
+
removeEventById(id) {
|
|
23224
|
+
const index = this.events.findIndex((event) => event.id === id);
|
|
23225
|
+
if (index !== -1) {
|
|
23226
|
+
this.events.splice(index, 1);
|
|
23227
|
+
}
|
|
23228
|
+
}
|
|
23229
|
+
// 删除指定id的事件数据
|
|
23230
|
+
removeEventByLabel(label) {
|
|
23231
|
+
const index = this.events.findIndex((event) => event.label === label);
|
|
23232
|
+
if (index !== -1) {
|
|
23233
|
+
this.events.splice(index, 1);
|
|
23234
|
+
}
|
|
23235
|
+
}
|
|
23236
|
+
removeAllEvent() {
|
|
23237
|
+
this.events = [];
|
|
23238
|
+
}
|
|
23239
|
+
}
|
|
23195
23240
|
|
|
23196
23241
|
designerForm.register({
|
|
23197
23242
|
name: 'help',
|
|
@@ -23208,7 +23253,7 @@
|
|
|
23208
23253
|
},
|
|
23209
23254
|
});
|
|
23210
23255
|
|
|
23211
|
-
const _sfc_main$
|
|
23256
|
+
const _sfc_main$k = require$$0.defineComponent({
|
|
23212
23257
|
name: 'DkPageDiy',
|
|
23213
23258
|
components: {
|
|
23214
23259
|
DiyCloud,
|
|
@@ -23223,6 +23268,7 @@
|
|
|
23223
23268
|
const fcx = require$$0.ref({ active: null });
|
|
23224
23269
|
require$$0.provide('fcx', fcx);
|
|
23225
23270
|
require$$0.provide('diy', vm);
|
|
23271
|
+
const eventData = new EventData();
|
|
23226
23272
|
const config = require$$0.toRef(props, 'config', {});
|
|
23227
23273
|
// 区别小程序和网页
|
|
23228
23274
|
const ruleList = props.type === 'web' ? webRuleList : minRuleList;
|
|
@@ -24235,6 +24281,7 @@
|
|
|
24235
24281
|
...methods,
|
|
24236
24282
|
countObj,
|
|
24237
24283
|
diyTree,
|
|
24284
|
+
eventData,
|
|
24238
24285
|
}
|
|
24239
24286
|
},
|
|
24240
24287
|
created() {
|
|
@@ -24245,9 +24292,9 @@
|
|
|
24245
24292
|
},
|
|
24246
24293
|
});
|
|
24247
24294
|
|
|
24248
|
-
const _hoisted_1$
|
|
24249
|
-
const _hoisted_2$
|
|
24250
|
-
const _hoisted_3$
|
|
24295
|
+
const _hoisted_1$f = { class: "_fc-l-groups" };
|
|
24296
|
+
const _hoisted_2$c = { class: "_fc-l-title" };
|
|
24297
|
+
const _hoisted_3$9 = { class: "_fc-l-icon" };
|
|
24251
24298
|
const _hoisted_4$8 = { class: "_fc-l-name" };
|
|
24252
24299
|
const _hoisted_5$6 = {
|
|
24253
24300
|
key: 0,
|
|
@@ -24257,7 +24304,7 @@
|
|
|
24257
24304
|
const _hoisted_6$6 = /*#__PURE__*/require$$0.createElementVNode("span", null, "结构", -1 /* HOISTED */);
|
|
24258
24305
|
const _hoisted_7$6 = { key: 0 };
|
|
24259
24306
|
|
|
24260
|
-
function _sfc_render$
|
|
24307
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24261
24308
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
24262
24309
|
const _component_draggable = require$$0.resolveComponent("draggable");
|
|
24263
24310
|
const _component_el_tree = require$$0.resolveComponent("el-tree");
|
|
@@ -24281,13 +24328,13 @@
|
|
|
24281
24328
|
style: require$$0.normalizeStyle(_ctx.leftAside.style)
|
|
24282
24329
|
}, {
|
|
24283
24330
|
default: require$$0.withCtx(() => [
|
|
24284
|
-
require$$0.createElementVNode("div", _hoisted_1$
|
|
24331
|
+
require$$0.createElementVNode("div", _hoisted_1$f, [
|
|
24285
24332
|
(require$$0.openBlock(true), require$$0.createElementBlock(require$$0.Fragment, null, require$$0.renderList(_ctx.menuList, (item, index) => {
|
|
24286
24333
|
return (require$$0.openBlock(), require$$0.createElementBlock("div", {
|
|
24287
24334
|
key: index,
|
|
24288
24335
|
class: "_fc-l-group"
|
|
24289
24336
|
}, [
|
|
24290
|
-
require$$0.createElementVNode("h4", _hoisted_2$
|
|
24337
|
+
require$$0.createElementVNode("h4", _hoisted_2$c, require$$0.toDisplayString(item.title), 1 /* TEXT */),
|
|
24291
24338
|
require$$0.createVNode(_component_draggable, {
|
|
24292
24339
|
group: { name: 'default', pull: 'clone', put: false },
|
|
24293
24340
|
sort: false,
|
|
@@ -24301,7 +24348,7 @@
|
|
|
24301
24348
|
key: element.id,
|
|
24302
24349
|
class: require$$0.normalizeClass(["_fc-l-item", element.count - (_ctx.countObj[element.name] || 0) <= 0 ? 'not-drag' : ''])
|
|
24303
24350
|
}, [
|
|
24304
|
-
require$$0.createElementVNode("div", _hoisted_3$
|
|
24351
|
+
require$$0.createElementVNode("div", _hoisted_3$9, [
|
|
24305
24352
|
require$$0.createVNode(_component_dk_icon, {
|
|
24306
24353
|
icon: element.icon,
|
|
24307
24354
|
size: 24
|
|
@@ -24556,10 +24603,10 @@
|
|
|
24556
24603
|
_: 3 /* FORWARDED */
|
|
24557
24604
|
}))
|
|
24558
24605
|
}
|
|
24559
|
-
var _PageDiy = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
24606
|
+
var _PageDiy = /*#__PURE__*/_export_sfc(_sfc_main$k, [['render',_sfc_render$2],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\page-diy.vue"]]);
|
|
24560
24607
|
|
|
24561
24608
|
let uni = 1;
|
|
24562
|
-
const _sfc_main$
|
|
24609
|
+
const _sfc_main$j = require$$0.defineComponent({
|
|
24563
24610
|
name: 'DragTool',
|
|
24564
24611
|
props: {
|
|
24565
24612
|
dragBtn: {
|
|
@@ -24628,13 +24675,13 @@
|
|
|
24628
24675
|
},
|
|
24629
24676
|
});
|
|
24630
24677
|
|
|
24631
|
-
const _hoisted_1$
|
|
24678
|
+
const _hoisted_1$e = {
|
|
24632
24679
|
key: 0,
|
|
24633
24680
|
class: "drag-mask"
|
|
24634
24681
|
};
|
|
24635
|
-
const _hoisted_2$
|
|
24682
|
+
const _hoisted_2$b = { class: "drag-r" };
|
|
24636
24683
|
|
|
24637
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24684
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24638
24685
|
const _component_dk_icon = require$$0.resolveComponent("dk-icon");
|
|
24639
24686
|
|
|
24640
24687
|
return (require$$0.openBlock(), require$$0.createElementBlock("div", {
|
|
@@ -24643,9 +24690,9 @@
|
|
|
24643
24690
|
onClick: _cache[4] || (_cache[4] = require$$0.withModifiers((...args) => (_ctx.active && _ctx.active(...args)), ["stop"]))
|
|
24644
24691
|
}, [
|
|
24645
24692
|
(_ctx.mask)
|
|
24646
|
-
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$
|
|
24693
|
+
? (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$e))
|
|
24647
24694
|
: require$$0.createCommentVNode("v-if", true),
|
|
24648
|
-
require$$0.createElementVNode("div", _hoisted_2$
|
|
24695
|
+
require$$0.createElementVNode("div", _hoisted_2$b, [
|
|
24649
24696
|
require$$0.createElementVNode("div", {
|
|
24650
24697
|
class: "drag-btn",
|
|
24651
24698
|
title: "添加当前组件",
|
|
@@ -24681,9 +24728,9 @@
|
|
|
24681
24728
|
require$$0.renderSlot(_ctx.$slots, "default")
|
|
24682
24729
|
], 6 /* CLASS, STYLE */))
|
|
24683
24730
|
}
|
|
24684
|
-
var DragTool = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
24731
|
+
var DragTool = /*#__PURE__*/_export_sfc(_sfc_main$j, [['render',_sfc_render$1],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\DragTool.vue"]]);
|
|
24685
24732
|
|
|
24686
|
-
const _sfc_main$
|
|
24733
|
+
const _sfc_main$i = require$$0.defineComponent({
|
|
24687
24734
|
name: 'DragBox',
|
|
24688
24735
|
props: ['rule', 'tag', 'formCreateInject'],
|
|
24689
24736
|
render(ctx) {
|
|
@@ -24713,7 +24760,246 @@
|
|
|
24713
24760
|
})
|
|
24714
24761
|
},
|
|
24715
24762
|
});
|
|
24716
|
-
var DragBox = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
24763
|
+
var DragBox = /*#__PURE__*/_export_sfc(_sfc_main$i, [['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\DragBox.vue"]]);
|
|
24764
|
+
|
|
24765
|
+
const __default__$e = require$$0.defineComponent({
|
|
24766
|
+
name: "DkEventCreateInput"
|
|
24767
|
+
});
|
|
24768
|
+
var _sfc_main$h = /* @__PURE__ */ require$$0.defineComponent({
|
|
24769
|
+
...__default__$e,
|
|
24770
|
+
props: {
|
|
24771
|
+
modelValue: {
|
|
24772
|
+
default: "",
|
|
24773
|
+
type: String
|
|
24774
|
+
},
|
|
24775
|
+
placeholder: {
|
|
24776
|
+
default: "",
|
|
24777
|
+
type: String
|
|
24778
|
+
},
|
|
24779
|
+
label: {
|
|
24780
|
+
default: "",
|
|
24781
|
+
type: String
|
|
24782
|
+
}
|
|
24783
|
+
},
|
|
24784
|
+
emits: ["input", "update:modelValue", "change"],
|
|
24785
|
+
setup(__props, { emit }) {
|
|
24786
|
+
const props = __props;
|
|
24787
|
+
const data = require$$0.ref(props.modelValue || "");
|
|
24788
|
+
require$$0.watch(
|
|
24789
|
+
() => props.modelValue,
|
|
24790
|
+
(val) => {
|
|
24791
|
+
data.value = val;
|
|
24792
|
+
}
|
|
24793
|
+
);
|
|
24794
|
+
require$$0.watch(
|
|
24795
|
+
() => data.value,
|
|
24796
|
+
(val) => {
|
|
24797
|
+
emit("change", val);
|
|
24798
|
+
emit("update:modelValue", val);
|
|
24799
|
+
emit("input", val);
|
|
24800
|
+
}
|
|
24801
|
+
);
|
|
24802
|
+
const randomString = (e) => {
|
|
24803
|
+
e = e || 32;
|
|
24804
|
+
const t = "ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz2345678";
|
|
24805
|
+
const a = t.length;
|
|
24806
|
+
let n = "";
|
|
24807
|
+
for (let i = 0; i < e; i++) {
|
|
24808
|
+
n += t.charAt(Math.floor(Math.random() * a));
|
|
24809
|
+
}
|
|
24810
|
+
return n;
|
|
24811
|
+
};
|
|
24812
|
+
const onClick = () => {
|
|
24813
|
+
data.value = randomString(6);
|
|
24814
|
+
};
|
|
24815
|
+
return (_ctx, _cache) => {
|
|
24816
|
+
const _component_el_button = require$$0.resolveComponent("el-button");
|
|
24817
|
+
const _component_el_input = require$$0.resolveComponent("el-input");
|
|
24818
|
+
return require$$0.openBlock(), require$$0.createElementBlock("div", null, [
|
|
24819
|
+
require$$0.createVNode(_component_el_input, {
|
|
24820
|
+
modelValue: data.value,
|
|
24821
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => data.value = $event),
|
|
24822
|
+
placeholder: __props.placeholder,
|
|
24823
|
+
clearable: ""
|
|
24824
|
+
}, {
|
|
24825
|
+
append: require$$0.withCtx(() => [
|
|
24826
|
+
require$$0.createVNode(_component_el_button, { onClick }, {
|
|
24827
|
+
default: require$$0.withCtx(() => [
|
|
24828
|
+
require$$0.createTextVNode("\u968F\u673A")
|
|
24829
|
+
]),
|
|
24830
|
+
_: 1
|
|
24831
|
+
/* STABLE */
|
|
24832
|
+
})
|
|
24833
|
+
]),
|
|
24834
|
+
_: 1
|
|
24835
|
+
/* STABLE */
|
|
24836
|
+
}, 8, ["modelValue", "placeholder"])
|
|
24837
|
+
]);
|
|
24838
|
+
};
|
|
24839
|
+
}
|
|
24840
|
+
});
|
|
24841
|
+
|
|
24842
|
+
var DkEventCreateInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\forms\\DkEventCreateInput.vue"]]);
|
|
24843
|
+
|
|
24844
|
+
const _sfc_main$g = {
|
|
24845
|
+
name: 'DkEventSelectInput',
|
|
24846
|
+
inject: ['diy'],
|
|
24847
|
+
props: {
|
|
24848
|
+
modelValue: {
|
|
24849
|
+
default: '',
|
|
24850
|
+
type: String,
|
|
24851
|
+
},
|
|
24852
|
+
placeholder: {
|
|
24853
|
+
default: '',
|
|
24854
|
+
type: String,
|
|
24855
|
+
},
|
|
24856
|
+
},
|
|
24857
|
+
emits: ['update:modelValue'],
|
|
24858
|
+
data() {
|
|
24859
|
+
return {
|
|
24860
|
+
data: '',
|
|
24861
|
+
loading: false,
|
|
24862
|
+
eventData: [],
|
|
24863
|
+
}
|
|
24864
|
+
},
|
|
24865
|
+
computed: {
|
|
24866
|
+
EventData() {
|
|
24867
|
+
return this.diy.proxy.eventData
|
|
24868
|
+
},
|
|
24869
|
+
children() {
|
|
24870
|
+
return this.diy.proxy.children
|
|
24871
|
+
},
|
|
24872
|
+
},
|
|
24873
|
+
watch: {
|
|
24874
|
+
data() {
|
|
24875
|
+
this.$emit('update:modelValue', this.data);
|
|
24876
|
+
},
|
|
24877
|
+
},
|
|
24878
|
+
mounted() {
|
|
24879
|
+
this.data = this.modelValue || '';
|
|
24880
|
+
this.updateEvent();
|
|
24881
|
+
},
|
|
24882
|
+
methods: {
|
|
24883
|
+
updateEvent() {
|
|
24884
|
+
this.loading = true;
|
|
24885
|
+
this.EventData.removeAllEvent();
|
|
24886
|
+
this.onUpdateEvent();
|
|
24887
|
+
this.loading = false;
|
|
24888
|
+
},
|
|
24889
|
+
onClick() {
|
|
24890
|
+
this.data = this.randomString(10);
|
|
24891
|
+
},
|
|
24892
|
+
randomString(e) {
|
|
24893
|
+
e = e || 32;
|
|
24894
|
+
const t = 'ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz2345678';
|
|
24895
|
+
const a = t.length;
|
|
24896
|
+
let n = '';
|
|
24897
|
+
for (let i = 0; i < e; i++) {
|
|
24898
|
+
n += t.charAt(Math.floor(Math.random() * a));
|
|
24899
|
+
}
|
|
24900
|
+
return n
|
|
24901
|
+
},
|
|
24902
|
+
// 更新事件
|
|
24903
|
+
onUpdateEvent() {
|
|
24904
|
+
console.log('children', this.children);
|
|
24905
|
+
for (let i = 0; i < this.children.length; i++) {
|
|
24906
|
+
if (this.children[i].children.length > 0) {
|
|
24907
|
+
// 当前节点
|
|
24908
|
+
const children = this.children[i].children[0];
|
|
24909
|
+
// 当前节点的props数据
|
|
24910
|
+
const propsData = children.props;
|
|
24911
|
+
// 当前节点的配置数据
|
|
24912
|
+
const config = children.config.config;
|
|
24913
|
+
const isEvent = config.event || false;
|
|
24914
|
+
if (isEvent) {
|
|
24915
|
+
// 表单配置数据
|
|
24916
|
+
const eventProps = config.props();
|
|
24917
|
+
this.findDkEventCreateInput(eventProps, propsData).forEach((item) => {
|
|
24918
|
+
const data = {
|
|
24919
|
+
id: children._id,
|
|
24920
|
+
label: item.props?.label || config.label,
|
|
24921
|
+
value: propsData[item.field],
|
|
24922
|
+
};
|
|
24923
|
+
if (data.value && data.id && data.label) {
|
|
24924
|
+
this.EventData.addEvent(data);
|
|
24925
|
+
}
|
|
24926
|
+
});
|
|
24927
|
+
}
|
|
24928
|
+
}
|
|
24929
|
+
}
|
|
24930
|
+
this.eventData = this.EventData.getAllEvents();
|
|
24931
|
+
},
|
|
24932
|
+
// 寻找事件
|
|
24933
|
+
findDkEventCreateInput(data, propsData) {
|
|
24934
|
+
console.log('findDkEventCreateInput', data);
|
|
24935
|
+
const result = [];
|
|
24936
|
+
data.forEach((element) => {
|
|
24937
|
+
if (element.children) {
|
|
24938
|
+
result.push(...this.findDkEventCreateInput(element.children));
|
|
24939
|
+
}
|
|
24940
|
+
if (element.control && Array.isArray(element.control)) {
|
|
24941
|
+
element.control.forEach((control) => {
|
|
24942
|
+
if (control.rule.length > 0) {
|
|
24943
|
+
result.push(...this.findDkEventCreateInput(control.rule));
|
|
24944
|
+
}
|
|
24945
|
+
});
|
|
24946
|
+
}
|
|
24947
|
+
if (element.type === 'DkEventCreateInput') {
|
|
24948
|
+
result.push(element);
|
|
24949
|
+
}
|
|
24950
|
+
});
|
|
24951
|
+
return result
|
|
24952
|
+
},
|
|
24953
|
+
},
|
|
24954
|
+
};
|
|
24955
|
+
|
|
24956
|
+
const _hoisted_1$d = { style: {"display":"flex"} };
|
|
24957
|
+
const _hoisted_2$a = { style: {"float":"left"} };
|
|
24958
|
+
const _hoisted_3$8 = { style: {"float":"right","color":"#8492a6","font-size":"13px"} };
|
|
24959
|
+
|
|
24960
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24961
|
+
const _component_el_option = require$$0.resolveComponent("el-option");
|
|
24962
|
+
const _component_el_select = require$$0.resolveComponent("el-select");
|
|
24963
|
+
const _component_el_button = require$$0.resolveComponent("el-button");
|
|
24964
|
+
|
|
24965
|
+
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$d, [
|
|
24966
|
+
require$$0.createVNode(_component_el_select, {
|
|
24967
|
+
modelValue: $data.data,
|
|
24968
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (($data.data) = $event)),
|
|
24969
|
+
placeholder: "请选择要触发事件",
|
|
24970
|
+
style: {"width":"100%"},
|
|
24971
|
+
"allow-create": "",
|
|
24972
|
+
filterable: ""
|
|
24973
|
+
}, {
|
|
24974
|
+
default: require$$0.withCtx(() => [
|
|
24975
|
+
(require$$0.openBlock(true), require$$0.createElementBlock(require$$0.Fragment, null, require$$0.renderList($data.eventData, (item) => {
|
|
24976
|
+
return (require$$0.openBlock(), require$$0.createBlock(_component_el_option, {
|
|
24977
|
+
key: item.value,
|
|
24978
|
+
label: item.label + '(' + item.value + ')',
|
|
24979
|
+
value: item.value
|
|
24980
|
+
}, {
|
|
24981
|
+
default: require$$0.withCtx(() => [
|
|
24982
|
+
require$$0.createElementVNode("span", _hoisted_2$a, require$$0.toDisplayString(item.label), 1 /* TEXT */),
|
|
24983
|
+
require$$0.createElementVNode("span", _hoisted_3$8, require$$0.toDisplayString(item.value), 1 /* TEXT */)
|
|
24984
|
+
]),
|
|
24985
|
+
_: 2 /* DYNAMIC */
|
|
24986
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label", "value"]))
|
|
24987
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
24988
|
+
]),
|
|
24989
|
+
_: 1 /* STABLE */
|
|
24990
|
+
}, 8 /* PROPS */, ["modelValue"]),
|
|
24991
|
+
require$$0.createVNode(_component_el_button, {
|
|
24992
|
+
loading: $data.loading,
|
|
24993
|
+
onClick: $options.updateEvent
|
|
24994
|
+
}, {
|
|
24995
|
+
default: require$$0.withCtx(() => [
|
|
24996
|
+
require$$0.createTextVNode("刷新")
|
|
24997
|
+
]),
|
|
24998
|
+
_: 1 /* STABLE */
|
|
24999
|
+
}, 8 /* PROPS */, ["loading", "onClick"])
|
|
25000
|
+
]))
|
|
25001
|
+
}
|
|
25002
|
+
var DkEventSelectInput = /*#__PURE__*/_export_sfc(_sfc_main$g, [['render',_sfc_render],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\forms\\DkEventSelectInput.vue"]]);
|
|
24717
25003
|
|
|
24718
25004
|
const addComponent = (id, component) => {
|
|
24719
25005
|
designerForm.component(id, component);
|
|
@@ -24722,6 +25008,8 @@
|
|
|
24722
25008
|
designerForm.component("Draggable", draggableComponent);
|
|
24723
25009
|
designerForm.component("DragTool", DragTool);
|
|
24724
25010
|
designerForm.component("DragBox", DragBox);
|
|
25011
|
+
designerForm.component("DkEventCreateInput", DkEventCreateInput);
|
|
25012
|
+
designerForm.component("DkEventSelectInput", DkEventSelectInput);
|
|
24725
25013
|
designerForm.register("_fc", {
|
|
24726
25014
|
init(fc, rule) {
|
|
24727
25015
|
rule._id = uniqueId();
|