@gct-paas/core-web 0.1.4-dev.12 → 0.1.4-dev.14
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/dist/de_DE-CYotlhMS.js +1 -0
- package/dist/en_US-DjLwq3RF.js +1 -0
- package/dist/es_ES-0UhVFVHw.js +1 -0
- package/dist/fr_FR-Xgsbf3iG.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/ja_JP-3aUbzjBv.js +1 -0
- package/dist/loader.esm.min.js +1 -0
- package/dist/monaco-editor-DKwtDu2R.js +1 -0
- package/dist/objectSpread2-BL8YUfIz.js +1 -0
- package/dist/pt_PT-BzMPT58e.js +1 -0
- package/dist/ru_RU-BRHq1RXx.js +1 -0
- package/dist/tr_TR-CPqM558w.js +1 -0
- package/dist/useMonacoEditor-DrIqFqr0.js +1 -0
- package/dist/vi_VN-BOKGrWoY.js +1 -0
- package/dist/zh_CN-upOsz50m.js +1 -0
- package/dist/zh_TW-jlmatmAz.js +1 -0
- package/es/components/UserPick/index.d.ts +46 -0
- package/es/components/UserPick/index.mjs +113 -0
- package/es/components/UserPick/src/components/dept-item.vue.d.ts +11 -0
- package/es/components/UserPick/src/components/dept-item.vue.mjs +7 -0
- package/es/components/UserPick/src/components/dept-item.vue_vue_type_script_setup_true_lang.mjs +32 -0
- package/es/components/UserPick/src/components/dept-item.vue_vue_type_style_index_0_scoped_075b8ce7_lang.css +3 -0
- package/es/components/UserPick/src/components/user-item.vue.d.ts +11 -0
- package/es/components/UserPick/src/components/user-item.vue.mjs +7 -0
- package/es/components/UserPick/src/components/user-item.vue_vue_type_script_setup_true_lang.mjs +33 -0
- package/es/components/UserPick/src/components/user-item.vue_vue_type_style_index_0_scoped_1456f8b9_lang.css +3 -0
- package/es/components/UserPick/src/hooks.d.ts +1 -0
- package/es/components/UserPick/src/hooks.mjs +94 -0
- package/es/components/UserPick/src/user-pick.vue.d.ts +17 -0
- package/es/components/UserPick/src/user-pick.vue.mjs +7 -0
- package/es/components/UserPick/src/user-pick.vue_vue_type_script_setup_true_lang.mjs +280 -0
- package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_081b9663_lang.css +39 -0
- package/es/components/field-upload/index.d.ts +2 -0
- package/es/components/field-upload/index.mjs +7 -0
- package/es/components/field-upload/src/FieldUpload.vue.d.ts +37 -0
- package/es/components/field-upload/src/FieldUpload.vue.mjs +5 -0
- package/es/components/field-upload/src/FieldUpload.vue_vue_type_script_setup_true_name_FieldUpload_lang.mjs +111 -0
- package/es/components/field-upload/src/components/base-upload.vue.d.ts +21 -0
- package/es/components/field-upload/src/components/base-upload.vue.mjs +7 -0
- package/es/components/field-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +227 -0
- package/es/components/field-upload/src/components/base-upload.vue_vue_type_style_index_0_scoped_f53b6ac6_lang.css +76 -0
- package/es/components/field-upload/src/components/file-list.vue.d.ts +17 -0
- package/es/components/field-upload/src/components/file-list.vue.mjs +7 -0
- package/es/components/field-upload/src/components/file-list.vue_vue_type_script_setup_true_name_fileList_lang.mjs +129 -0
- package/es/components/field-upload/src/components/file-list.vue_vue_type_style_index_0_scoped_3918aad0_lang.css +129 -0
- package/es/components/field-upload/src/components/upload-design.vue.d.ts +5 -0
- package/es/components/field-upload/src/components/upload-design.vue.mjs +7 -0
- package/es/components/field-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +43 -0
- package/es/components/field-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_1e5189c1_lang.css +43 -0
- package/es/components/field-upload/src/hooks/hooks.d.ts +4 -0
- package/es/components/field-upload/src/hooks/hooks.mjs +47 -0
- package/es/components/field-upload/src/types/index.d.ts +42 -0
- package/es/components/field-upload/src/types/index.mjs +24 -0
- package/es/components/image-upload/index.d.ts +2 -0
- package/es/components/image-upload/index.mjs +7 -0
- package/es/components/image-upload/src/ImageUpload.vue.d.ts +32 -0
- package/es/components/image-upload/src/ImageUpload.vue.mjs +5 -0
- package/es/components/image-upload/src/ImageUpload.vue_vue_type_script_setup_true_name_ImageUpload_lang.mjs +74 -0
- package/es/components/image-upload/src/components/base-upload.vue.d.ts +24 -0
- package/es/components/image-upload/src/components/base-upload.vue.mjs +8 -0
- package/es/components/image-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +209 -0
- package/es/components/image-upload/src/components/base-upload.vue_vue_type_style_index_0_scoped_3248e630_lang.css +73 -0
- package/es/components/image-upload/src/components/base-upload.vue_vue_type_style_index_1_lang.css +3 -0
- package/es/components/image-upload/src/components/upload-design.vue.d.ts +6 -0
- package/es/components/image-upload/src/components/upload-design.vue.mjs +7 -0
- package/es/components/image-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +33 -0
- package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_575d3a1a_lang.css +33 -0
- package/es/components/image-upload/src/hooks/hooks.d.ts +2 -0
- package/es/components/image-upload/src/types/index.d.ts +34 -0
- package/es/components/image-upload/src/types/index.mjs +8 -0
- package/es/components/index.d.ts +5 -1
- package/es/components/index.mjs +3 -0
- package/es/create-app-vue.mjs +2 -0
- package/es/hooks/index.d.ts +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/useFile.mjs +22 -0
- package/es/hooks/useLocale.d.ts +365 -1
- package/es/hooks/useLocale.mjs +20 -24
- package/es/index.d.ts +1 -0
- package/es/index.mjs +12 -6
- package/es/loader.d.ts +1 -0
- package/es/loader.mjs +92 -0
- package/es/modules/Cropper/index.mjs +11 -0
- package/es/modules/Cropper/src/CopperFreeModal.vue.mjs +7 -0
- package/es/modules/Cropper/src/CopperFreeModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +299 -0
- package/es/modules/Cropper/src/CopperFreeModal.vue_vue_type_style_index_0_scoped_28afc2ab_lang.css +48 -0
- package/es/modules/Cropper/src/CopperModal.vue.mjs +7 -0
- package/es/modules/Cropper/src/CopperModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +283 -0
- package/es/modules/Cropper/src/CopperModal.vue_vue_type_style_index_0_scoped_f42f8311_lang.css +71 -0
- package/es/modules/Cropper/src/Cropper.vue.d.ts +3 -3
- package/es/modules/Cropper/src/Cropper.vue.mjs +25 -0
- package/es/modules/Cropper/src/Cropper.vue_vue_type_script_lang.mjs +173 -0
- package/es/modules/Cropper/src/Cropper.vue_vue_type_style_index_0_lang.css +4 -0
- package/es/modules/Cropper/src/CropperAvatar.vue.mjs +7 -0
- package/es/modules/Cropper/src/CropperAvatar.vue_vue_type_script_setup_true_name_CropperAvatar_lang.mjs +116 -0
- package/es/modules/Cropper/src/CropperAvatar.vue_vue_type_style_index_0_scoped_66052c52_lang.css +39 -0
- package/es/modules/Cropper/src/CropperFree.vue.mjs +7 -0
- package/es/modules/Cropper/src/CropperFree.vue_vue_type_script_setup_true_name_CropperPhoto_lang.mjs +166 -0
- package/es/modules/Cropper/src/CropperFree.vue_vue_type_style_index_0_scoped_dc019220_lang.css +83 -0
- package/es/modules/code-editor/index.d.ts +3 -3
- package/es/modules/code-editor/monaco-editor.vue.d.ts +1 -1
- package/es/modules/code-editor/monaco-editor.vue.mjs +2 -2
- package/es/modules/code-editor/monaco-editor.vue_vue_type_script_setup_true_name_code-editor_lang.mjs +4 -3
- package/es/modules/code-editor/{monaco-editor.vue_vue_type_style_index_0_scoped_254c9227_lang.css → monaco-editor.vue_vue_type_style_index_0_scoped_ccf22884_lang.css} +9 -9
- package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +1 -1
- package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +1 -1
- package/es/modules/global-modal/src/BasicModal.vue.d.ts +2 -2
- package/package.json +7 -14
- package/dist/index.esm.min.js +0 -9864
- package/dist/monaco-editor-BHuf3IVH.js +0 -280
- package/dist/useMonacoEditor-CfhCBaPa.js +0 -2852
- /package/es/{modules/Cropper/hooks → hooks}/useFile.d.ts +0 -0
- /package/es/modules/gct-table/editor/{gct-table-text/gct-table-text.css → gct-table-date/gct-table-date.css} +0 -0
|
@@ -1,280 +0,0 @@
|
|
|
1
|
-
import { p as e, r as t, s as n } from "./useMonacoEditor-CfhCBaPa.js";
|
|
2
|
-
import { computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createTextVNode as c, createVNode as l, defineComponent as u, normalizeClass as ee, normalizeStyle as d, onMounted as f, onUnmounted as p, openBlock as m, ref as h, renderSlot as g, resolveComponent as _, toDisplayString as v, unref as y, watch as te, withCtx as b } from "vue";
|
|
3
|
-
import { ClearOutlined as x, CloudDownloadOutlined as S, DownCircleOutlined as C, FormatPainterOutlined as ne, RobotOutlined as re, SearchOutlined as ie, UpCircleOutlined as w } from "@ant-design/icons-vue";
|
|
4
|
-
import { format as ae } from "sql-formatter";
|
|
5
|
-
//#region src/modules/code-editor/monaco-editor.vue?vue&type=script&setup=true&name=code-editor&lang.ts
|
|
6
|
-
var T = { class: "hex-monaco-editor m-e w-full h-full overflow-hidden" }, E = { class: "m-e-main" }, D = /* @__PURE__ */ e(/* @__PURE__ */ u({
|
|
7
|
-
__name: "monaco-editor",
|
|
8
|
-
props: {
|
|
9
|
-
value: { default: "" },
|
|
10
|
-
title: { default: "" },
|
|
11
|
-
language: { default: "typescript" },
|
|
12
|
-
theme: { default: t.DARK },
|
|
13
|
-
readonly: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: !1
|
|
16
|
-
},
|
|
17
|
-
direction: { default: "bottom" },
|
|
18
|
-
gapVal: { default: 20 }
|
|
19
|
-
},
|
|
20
|
-
emits: [
|
|
21
|
-
"update:value",
|
|
22
|
-
"change",
|
|
23
|
-
"editor-mounted",
|
|
24
|
-
"blur",
|
|
25
|
-
"focus",
|
|
26
|
-
"chat-bot-click"
|
|
27
|
-
],
|
|
28
|
-
setup(e, { expose: u, emit: D }) {
|
|
29
|
-
let O = e, k = h(!1), A = null;
|
|
30
|
-
te(() => O.language, async (e) => {
|
|
31
|
-
N && N.getModel() && A && A.editor.setModelLanguage(N.getModel(), e);
|
|
32
|
-
});
|
|
33
|
-
let j = D, M = h(), N, P = h(!0), F = h(!1), I = h(!1), L = h(!1), R = h(!1), z = r(() => ({
|
|
34
|
-
color: I.value ? "#000" : "#fff",
|
|
35
|
-
marginRight: O.gapVal + "px"
|
|
36
|
-
}));
|
|
37
|
-
O.theme === t.VS && (I.value = !0);
|
|
38
|
-
let B = {
|
|
39
|
-
value: O.value ?? "",
|
|
40
|
-
language: O.language,
|
|
41
|
-
automaticLayout: !0,
|
|
42
|
-
theme: O.theme,
|
|
43
|
-
readOnly: O.readonly,
|
|
44
|
-
wordWrap: P.value ? "on" : "off",
|
|
45
|
-
scrollBeyondLastLine: !1,
|
|
46
|
-
minimap: { enabled: !0 },
|
|
47
|
-
tabSize: 2,
|
|
48
|
-
autoClosingBrackets: "always",
|
|
49
|
-
autoClosingDelete: "always",
|
|
50
|
-
autoClosingOvertype: "always",
|
|
51
|
-
autoClosingQuotes: "always",
|
|
52
|
-
comments: {
|
|
53
|
-
ignoreEmptyLines: !0,
|
|
54
|
-
insertSpace: !0
|
|
55
|
-
},
|
|
56
|
-
columnSelection: !1,
|
|
57
|
-
folding: !0,
|
|
58
|
-
fixedOverflowWidgets: !0,
|
|
59
|
-
hover: {
|
|
60
|
-
sticky: !0,
|
|
61
|
-
above: !1
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
async function V() {
|
|
65
|
-
A = await n.loadMonaco(), $(), U(), O.value && Z();
|
|
66
|
-
}
|
|
67
|
-
async function H() {
|
|
68
|
-
await _api.apaas.basicConfig.getAiRagEnabled() == 1 ? R.value = !0 : R.value = !1;
|
|
69
|
-
}
|
|
70
|
-
function U() {
|
|
71
|
-
if (!A) {
|
|
72
|
-
console.warn("[MonacoEditor] Monaco editor is not available for initEditor");
|
|
73
|
-
return;
|
|
74
|
-
}
|
|
75
|
-
N = A.editor.create(M.value, B), O.direction === "bottom" ? Y() : O.direction === "top" && J(), N.onDidChangeModelContent(() => {
|
|
76
|
-
j("change", G()), j("update:value", G());
|
|
77
|
-
}), N.onDidBlurEditorText(() => {
|
|
78
|
-
j("blur", G()), j("update:value", G());
|
|
79
|
-
}), N.onDidFocusEditorText(() => {
|
|
80
|
-
j("focus");
|
|
81
|
-
}), k.value = !0, j("editor-mounted", N);
|
|
82
|
-
}
|
|
83
|
-
function W(e) {
|
|
84
|
-
N.setValue(e), j("change", G()), j("update:value", G());
|
|
85
|
-
}
|
|
86
|
-
function G() {
|
|
87
|
-
return N.getValue();
|
|
88
|
-
}
|
|
89
|
-
function K() {
|
|
90
|
-
if (!A) return console.warn("[MonacoEditor] Monaco editor is not available for getEditorMarkers"), [];
|
|
91
|
-
let e = N.getModel();
|
|
92
|
-
return e ? A.editor.getModelMarkers({ resource: e.uri }) : [];
|
|
93
|
-
}
|
|
94
|
-
function q() {
|
|
95
|
-
if (!A) {
|
|
96
|
-
console.warn("[MonacoEditor] Monaco editor is not available for findByKeyword");
|
|
97
|
-
return;
|
|
98
|
-
}
|
|
99
|
-
try {
|
|
100
|
-
N.focus(), N.setSelection(new A.Range(1, 9999, 1, 1e4)), N.trigger("", "actions.find", null);
|
|
101
|
-
} catch (e) {
|
|
102
|
-
console.error(e);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
function J() {
|
|
106
|
-
N.setScrollPosition({ scrollTop: 0 });
|
|
107
|
-
}
|
|
108
|
-
function Y() {
|
|
109
|
-
N.revealLine(N.getModel().getLineCount());
|
|
110
|
-
}
|
|
111
|
-
function oe() {
|
|
112
|
-
P.value = !P.value, P.value ? N.updateOptions({ wordWrap: "on" }) : N.updateOptions({ wordWrap: "off" });
|
|
113
|
-
}
|
|
114
|
-
function se() {
|
|
115
|
-
I.value = !I.value, I.value ? N.updateOptions({ theme: "vs" }) : N.updateOptions({ theme: "vs-dark" });
|
|
116
|
-
}
|
|
117
|
-
function ce() {
|
|
118
|
-
M.value.fullscreenElement ? (M.value.exitFullscreen(), F.value = !1) : (M.value.requestFullscreen(), F.value = !0);
|
|
119
|
-
}
|
|
120
|
-
function X() {
|
|
121
|
-
le(O.title, N.getValue());
|
|
122
|
-
}
|
|
123
|
-
function le(e, t) {
|
|
124
|
-
let n = window.URL || window.webkitURL || window, r = new Blob([t]), i = document.createEvent("MouseEvents");
|
|
125
|
-
i.initMouseEvent("click", !0, !1, window, 0, 0, 0, 0, 0, !1, !1, !1, !1, 0, null);
|
|
126
|
-
let a = document.createElementNS("http://www.w3.org/1999/xhtml", "a");
|
|
127
|
-
a.href = n.createObjectURL(r), a.download = e, a.dispatchEvent(i);
|
|
128
|
-
}
|
|
129
|
-
function Z() {
|
|
130
|
-
if (O.language == "sql") {
|
|
131
|
-
let e = ae(G());
|
|
132
|
-
N.setValue(e);
|
|
133
|
-
} else N.getAction("editor.action.formatDocument").run();
|
|
134
|
-
let e = G();
|
|
135
|
-
j("change", e), j("update:value", e);
|
|
136
|
-
}
|
|
137
|
-
function ue() {
|
|
138
|
-
W("");
|
|
139
|
-
}
|
|
140
|
-
function Q() {
|
|
141
|
-
L.value = !L.value, j("chat-bot-click");
|
|
142
|
-
}
|
|
143
|
-
function $() {
|
|
144
|
-
N && N.dispose();
|
|
145
|
-
}
|
|
146
|
-
function de() {
|
|
147
|
-
return N;
|
|
148
|
-
}
|
|
149
|
-
f(() => {
|
|
150
|
-
V();
|
|
151
|
-
}), p(() => {
|
|
152
|
-
$();
|
|
153
|
-
});
|
|
154
|
-
function fe(e) {
|
|
155
|
-
let t = N.getModel();
|
|
156
|
-
if (!t) return;
|
|
157
|
-
let n = t.getFullModelRange();
|
|
158
|
-
N.executeEdits("setValue", [{
|
|
159
|
-
range: n,
|
|
160
|
-
text: e,
|
|
161
|
-
forceMoveMarkers: !1
|
|
162
|
-
}]), j("change", G()), j("update:value", G());
|
|
163
|
-
}
|
|
164
|
-
function pe() {
|
|
165
|
-
return N.getValue();
|
|
166
|
-
}
|
|
167
|
-
function me() {
|
|
168
|
-
let e = N.getSelection();
|
|
169
|
-
if (e) {
|
|
170
|
-
let t = N.getModel()?.getValueInRange(e), n = e.startLineNumber, r = e.startColumn, i = e.endLineNumber, a = e.endColumn, o = {
|
|
171
|
-
startLineNumber: 1,
|
|
172
|
-
startColumn: 1,
|
|
173
|
-
endLineNumber: n,
|
|
174
|
-
endColumn: r
|
|
175
|
-
}, s = N.getModel().getValueInRange(o), c = {
|
|
176
|
-
startLineNumber: i,
|
|
177
|
-
startColumn: a,
|
|
178
|
-
endLineNumber: N.getModel().getLineCount(),
|
|
179
|
-
endColumn: N.getModel().getLineMaxColumn(N.getModel().getLineCount())
|
|
180
|
-
};
|
|
181
|
-
return {
|
|
182
|
-
text: t,
|
|
183
|
-
textBefore: s,
|
|
184
|
-
textAfter: N.getModel().getValueInRange(c)
|
|
185
|
-
};
|
|
186
|
-
}
|
|
187
|
-
return {};
|
|
188
|
-
}
|
|
189
|
-
return H(), u({
|
|
190
|
-
isMonacoReady: k,
|
|
191
|
-
reload(e) {
|
|
192
|
-
if (N == null) {
|
|
193
|
-
console.warn("[MonacoEditor] Monaco editor is not available for reload");
|
|
194
|
-
return;
|
|
195
|
-
}
|
|
196
|
-
N.setValue(e || "");
|
|
197
|
-
},
|
|
198
|
-
getMonacoEditor: de,
|
|
199
|
-
setEditorContent: W,
|
|
200
|
-
getEditorContent: G,
|
|
201
|
-
scrollToTop: J,
|
|
202
|
-
scrollToBottom: Y,
|
|
203
|
-
setEditorWordWrap: oe,
|
|
204
|
-
setEditorTheme: se,
|
|
205
|
-
handleFullScreenClick: ce,
|
|
206
|
-
handleDownloadLogClick: X,
|
|
207
|
-
getEditorMarkers: K,
|
|
208
|
-
handleFormatCodeClick: Z,
|
|
209
|
-
getValue: pe,
|
|
210
|
-
setValue: fe,
|
|
211
|
-
getSelectCode: me,
|
|
212
|
-
isChatBotActive: L,
|
|
213
|
-
handleChatBotClick: Q
|
|
214
|
-
}), (t, n) => {
|
|
215
|
-
let r = _("a-col"), u = _("a-row");
|
|
216
|
-
return m(), o("div", T, [
|
|
217
|
-
g(t.$slots, "header", {}, void 0, !0),
|
|
218
|
-
s("div", E, [l(u, {
|
|
219
|
-
class: "m-e-main_toolbar w-full flex",
|
|
220
|
-
type: "flex",
|
|
221
|
-
justify: "space-between",
|
|
222
|
-
style: d(I.value ? "background-color: #fff; box-shadow: 0px 2px 5px #ddd;" : "background-color: #1e1e1e; box-shadow: 0px 2px 5px #111;")
|
|
223
|
-
}, {
|
|
224
|
-
default: b(() => [l(r, {
|
|
225
|
-
class: "m-e-main_toolbar_left flex-1",
|
|
226
|
-
style: d(I.value ? "color: #000" : "color: #fff")
|
|
227
|
-
}, {
|
|
228
|
-
default: b(() => [s("span", null, [g(t.$slots, "title", {}, () => [c(v(e.title), 1)], !0)])]),
|
|
229
|
-
_: 3
|
|
230
|
-
}, 8, ["style"]), l(r, {
|
|
231
|
-
class: "m-e-main_toolbar_right",
|
|
232
|
-
style: d(z.value)
|
|
233
|
-
}, {
|
|
234
|
-
default: b(() => [
|
|
235
|
-
l(y(ie), {
|
|
236
|
-
class: "icon",
|
|
237
|
-
onClick: q
|
|
238
|
-
}),
|
|
239
|
-
l(y(w), {
|
|
240
|
-
class: "icon",
|
|
241
|
-
onClick: J
|
|
242
|
-
}),
|
|
243
|
-
l(y(C), {
|
|
244
|
-
class: "icon",
|
|
245
|
-
onClick: Y
|
|
246
|
-
}),
|
|
247
|
-
l(y(ne), {
|
|
248
|
-
class: "icon",
|
|
249
|
-
onClick: Z
|
|
250
|
-
}),
|
|
251
|
-
l(y(S), {
|
|
252
|
-
class: "icon",
|
|
253
|
-
onClick: X
|
|
254
|
-
}),
|
|
255
|
-
l(y(x), {
|
|
256
|
-
class: "icon",
|
|
257
|
-
onClick: ue
|
|
258
|
-
}),
|
|
259
|
-
R.value ? (m(), i(y(re), {
|
|
260
|
-
key: 0,
|
|
261
|
-
title: "聊天机器人",
|
|
262
|
-
class: ee(["icon", { "icon-active": L.value }]),
|
|
263
|
-
onClick: Q
|
|
264
|
-
}, null, 8, ["class"])) : a("", !0)
|
|
265
|
-
]),
|
|
266
|
-
_: 1
|
|
267
|
-
}, 8, ["style"])]),
|
|
268
|
-
_: 3
|
|
269
|
-
}, 8, ["style"]), s("div", {
|
|
270
|
-
ref_key: "Editor",
|
|
271
|
-
ref: M,
|
|
272
|
-
class: "m-e-main_container"
|
|
273
|
-
}, null, 512)]),
|
|
274
|
-
g(t.$slots, "footer", {}, void 0, !0)
|
|
275
|
-
]);
|
|
276
|
-
};
|
|
277
|
-
}
|
|
278
|
-
}), [["__scopeId", "data-v-254c9227"]]);
|
|
279
|
-
//#endregion
|
|
280
|
-
export { D as default };
|