vat-form 1.0.10 → 1.0.11
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/designer.es.js +42 -81
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +93 -93
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -46924,38 +46924,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46924
46924
|
]),
|
|
46925
46925
|
_: 1
|
|
46926
46926
|
}, 8, ["disabled", "title", "onClick"]),
|
|
46927
|
-
createVNode(_component_el_button_group, { style: { "margin-left": "20px" } },
|
|
46928
|
-
default: withCtx(() => [
|
|
46929
|
-
createVNode(_component_el_button, {
|
|
46930
|
-
type: $options.layoutType === "PC" ? "info" : "",
|
|
46931
|
-
onClick: _cache[0] || (_cache[0] = ($event) => $options.changeLayoutType("PC"))
|
|
46932
|
-
}, {
|
|
46933
|
-
default: withCtx(() => [
|
|
46934
|
-
createTextVNode(toDisplayString(_ctx.i18nt("designer.toolbar.pcLayout")), 1)
|
|
46935
|
-
]),
|
|
46936
|
-
_: 1
|
|
46937
|
-
}, 8, ["type"]),
|
|
46938
|
-
createVNode(_component_el_button, {
|
|
46939
|
-
type: $options.layoutType === "Pad" ? "info" : "",
|
|
46940
|
-
onClick: _cache[1] || (_cache[1] = ($event) => $options.changeLayoutType("Pad"))
|
|
46941
|
-
}, {
|
|
46942
|
-
default: withCtx(() => [
|
|
46943
|
-
createTextVNode(toDisplayString(_ctx.i18nt("designer.toolbar.padLayout")), 1)
|
|
46944
|
-
]),
|
|
46945
|
-
_: 1
|
|
46946
|
-
}, 8, ["type"]),
|
|
46947
|
-
createVNode(_component_el_button, {
|
|
46948
|
-
type: $options.layoutType === "H5" ? "info" : "",
|
|
46949
|
-
onClick: _cache[2] || (_cache[2] = ($event) => $options.changeLayoutType("H5"))
|
|
46950
|
-
}, {
|
|
46951
|
-
default: withCtx(() => [
|
|
46952
|
-
createTextVNode(toDisplayString(_ctx.i18nt("designer.toolbar.mobileLayout")), 1)
|
|
46953
|
-
]),
|
|
46954
|
-
_: 1
|
|
46955
|
-
}, 8, ["type"])
|
|
46956
|
-
]),
|
|
46957
|
-
_: 1
|
|
46958
|
-
}),
|
|
46927
|
+
createVNode(_component_el_button_group, { style: { "margin-left": "20px" } }),
|
|
46959
46928
|
createVNode(_component_el_button, {
|
|
46960
46929
|
style: { "margin-left": "20px" },
|
|
46961
46930
|
title: _ctx.i18nt("designer.toolbar.nodeTreeHint"),
|
|
@@ -46971,7 +46940,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46971
46940
|
title: _ctx.i18nt("designer.toolbar.nodeTreeTitle"),
|
|
46972
46941
|
direction: "ltr",
|
|
46973
46942
|
modelValue: $data.showNodeTreeDrawerFlag,
|
|
46974
|
-
"onUpdate:modelValue": _cache[
|
|
46943
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.showNodeTreeDrawerFlag = $event),
|
|
46975
46944
|
modal: true,
|
|
46976
46945
|
size: 280,
|
|
46977
46946
|
"destroy-on-close": true,
|
|
@@ -47074,7 +47043,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47074
47043
|
createVNode(_component_el_dialog, {
|
|
47075
47044
|
title: _ctx.i18nt("designer.toolbar.preview"),
|
|
47076
47045
|
modelValue: $data.showPreviewDialogFlag,
|
|
47077
|
-
"onUpdate:modelValue": _cache[
|
|
47046
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.showPreviewDialogFlag = $event),
|
|
47078
47047
|
"show-close": true,
|
|
47079
47048
|
"close-on-click-modal": false,
|
|
47080
47049
|
"close-on-press-escape": false,
|
|
@@ -47124,7 +47093,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47124
47093
|
_: 1
|
|
47125
47094
|
}, 8, ["onClick"]),
|
|
47126
47095
|
createVNode(_component_el_button, {
|
|
47127
|
-
onClick: _cache[
|
|
47096
|
+
onClick: _cache[1] || (_cache[1] = ($event) => $data.showPreviewDialogFlag = false)
|
|
47128
47097
|
}, {
|
|
47129
47098
|
default: withCtx(() => [
|
|
47130
47099
|
createTextVNode(toDisplayString(_ctx.i18nt("designer.hint.closePreview")), 1)
|
|
@@ -47166,7 +47135,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47166
47135
|
createVNode(_component_el_dialog, {
|
|
47167
47136
|
title: _ctx.i18nt("designer.toolbar.importJson"),
|
|
47168
47137
|
modelValue: $data.showImportJsonDialogFlag,
|
|
47169
|
-
"onUpdate:modelValue": _cache[
|
|
47138
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.showImportJsonDialogFlag = $event),
|
|
47170
47139
|
"show-close": true,
|
|
47171
47140
|
class: "drag-dialog small-padding-dialog",
|
|
47172
47141
|
"append-to-body": true,
|
|
@@ -47187,7 +47156,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47187
47156
|
_: 1
|
|
47188
47157
|
}, 8, ["onClick"]),
|
|
47189
47158
|
createVNode(_component_el_button, {
|
|
47190
|
-
onClick: _cache[
|
|
47159
|
+
onClick: _cache[4] || (_cache[4] = ($event) => $data.showImportJsonDialogFlag = false)
|
|
47191
47160
|
}, {
|
|
47192
47161
|
default: withCtx(() => [
|
|
47193
47162
|
createTextVNode(toDisplayString(_ctx.i18nt("designer.hint.cancel")), 1)
|
|
@@ -47207,7 +47176,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47207
47176
|
mode: "json",
|
|
47208
47177
|
readonly: false,
|
|
47209
47178
|
modelValue: $data.importTemplate,
|
|
47210
|
-
"onUpdate:modelValue": _cache[
|
|
47179
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.importTemplate = $event)
|
|
47211
47180
|
}, null, 8, ["modelValue"])
|
|
47212
47181
|
]),
|
|
47213
47182
|
_: 1
|
|
@@ -47219,7 +47188,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47219
47188
|
createVNode(_component_el_dialog, {
|
|
47220
47189
|
title: _ctx.i18nt("designer.toolbar.exportJson"),
|
|
47221
47190
|
modelValue: $data.showExportJsonDialogFlag,
|
|
47222
|
-
"onUpdate:modelValue": _cache[
|
|
47191
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $data.showExportJsonDialogFlag = $event),
|
|
47223
47192
|
"show-close": true,
|
|
47224
47193
|
class: "drag-dialog small-padding-dialog",
|
|
47225
47194
|
center: "",
|
|
@@ -47248,7 +47217,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47248
47217
|
_: 1
|
|
47249
47218
|
}, 8, ["onClick"]),
|
|
47250
47219
|
createVNode(_component_el_button, {
|
|
47251
|
-
onClick: _cache[
|
|
47220
|
+
onClick: _cache[7] || (_cache[7] = ($event) => $data.showExportJsonDialogFlag = false)
|
|
47252
47221
|
}, {
|
|
47253
47222
|
default: withCtx(() => [
|
|
47254
47223
|
createTextVNode(toDisplayString(_ctx.i18nt("designer.hint.closePreview")), 1)
|
|
@@ -47262,7 +47231,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47262
47231
|
mode: "json",
|
|
47263
47232
|
readonly: true,
|
|
47264
47233
|
modelValue: $data.jsonContent,
|
|
47265
|
-
"onUpdate:modelValue": _cache[
|
|
47234
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $data.jsonContent = $event)
|
|
47266
47235
|
}, null, 8, ["modelValue"])
|
|
47267
47236
|
]),
|
|
47268
47237
|
_: 1
|
|
@@ -47274,7 +47243,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47274
47243
|
createVNode(_component_el_dialog, {
|
|
47275
47244
|
title: _ctx.i18nt("designer.toolbar.exportCode"),
|
|
47276
47245
|
modelValue: $data.showExportCodeDialogFlag,
|
|
47277
|
-
"onUpdate:modelValue": _cache[
|
|
47246
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => $data.showExportCodeDialogFlag = $event),
|
|
47278
47247
|
"show-close": true,
|
|
47279
47248
|
class: "drag-dialog small-padding-dialog",
|
|
47280
47249
|
center: "",
|
|
@@ -47321,7 +47290,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47321
47290
|
_: 1
|
|
47322
47291
|
}, 8, ["onClick"]),
|
|
47323
47292
|
createVNode(_component_el_button, {
|
|
47324
|
-
onClick: _cache[
|
|
47293
|
+
onClick: _cache[12] || (_cache[12] = ($event) => $data.showExportCodeDialogFlag = false)
|
|
47325
47294
|
}, {
|
|
47326
47295
|
default: withCtx(() => [
|
|
47327
47296
|
createTextVNode(toDisplayString(_ctx.i18nt("designer.hint.closePreview")), 1)
|
|
@@ -47335,7 +47304,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47335
47304
|
type: "border-card",
|
|
47336
47305
|
class: "no-box-shadow no-padding",
|
|
47337
47306
|
modelValue: $data.activeCodeTab,
|
|
47338
|
-
"onUpdate:modelValue": _cache[
|
|
47307
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => $data.activeCodeTab = $event)
|
|
47339
47308
|
}, {
|
|
47340
47309
|
default: withCtx(() => [
|
|
47341
47310
|
createVNode(_component_el_tab_pane, {
|
|
@@ -47347,7 +47316,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47347
47316
|
mode: "html",
|
|
47348
47317
|
readonly: true,
|
|
47349
47318
|
modelValue: $data.vueCode,
|
|
47350
|
-
"onUpdate:modelValue": _cache[
|
|
47319
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $data.vueCode = $event),
|
|
47351
47320
|
"user-worker": false
|
|
47352
47321
|
}, null, 8, ["modelValue"])
|
|
47353
47322
|
]),
|
|
@@ -47362,7 +47331,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47362
47331
|
mode: "html",
|
|
47363
47332
|
readonly: true,
|
|
47364
47333
|
modelValue: $data.htmlCode,
|
|
47365
|
-
"onUpdate:modelValue": _cache[
|
|
47334
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => $data.htmlCode = $event),
|
|
47366
47335
|
"user-worker": false
|
|
47367
47336
|
}, null, 8, ["modelValue"])
|
|
47368
47337
|
]),
|
|
@@ -47381,7 +47350,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47381
47350
|
createVNode(_component_el_dialog, {
|
|
47382
47351
|
title: _ctx.i18nt("designer.hint.exportFormData"),
|
|
47383
47352
|
modelValue: $data.showFormDataDialogFlag,
|
|
47384
|
-
"onUpdate:modelValue": _cache[
|
|
47353
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => $data.showFormDataDialogFlag = $event),
|
|
47385
47354
|
"show-close": true,
|
|
47386
47355
|
class: "nested-drag-dialog dialog-title-light-bg",
|
|
47387
47356
|
center: "",
|
|
@@ -47410,7 +47379,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47410
47379
|
_: 1
|
|
47411
47380
|
}, 8, ["onClick"]),
|
|
47412
47381
|
createVNode(_component_el_button, {
|
|
47413
|
-
onClick: _cache[
|
|
47382
|
+
onClick: _cache[15] || (_cache[15] = ($event) => $data.showFormDataDialogFlag = false)
|
|
47414
47383
|
}, {
|
|
47415
47384
|
default: withCtx(() => [
|
|
47416
47385
|
createTextVNode(toDisplayString(_ctx.i18nt("designer.hint.closePreview")), 1)
|
|
@@ -47425,7 +47394,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47425
47394
|
mode: "json",
|
|
47426
47395
|
readonly: true,
|
|
47427
47396
|
modelValue: $data.formDataJson,
|
|
47428
|
-
"onUpdate:modelValue": _cache[
|
|
47397
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => $data.formDataJson = $event)
|
|
47429
47398
|
}, null, 8, ["modelValue"])
|
|
47430
47399
|
])
|
|
47431
47400
|
]),
|
|
@@ -47439,7 +47408,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47439
47408
|
key: 0,
|
|
47440
47409
|
title: _ctx.i18nt("designer.toolbar.generateSFC"),
|
|
47441
47410
|
modelValue: $data.showExportSFCDialogFlag,
|
|
47442
|
-
"onUpdate:modelValue": _cache[
|
|
47411
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => $data.showExportSFCDialogFlag = $event),
|
|
47443
47412
|
"append-to-body": "",
|
|
47444
47413
|
"show-close": true,
|
|
47445
47414
|
class: "drag-dialog small-padding-dialog",
|
|
@@ -47486,7 +47455,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47486
47455
|
_: 1
|
|
47487
47456
|
}, 8, ["onClick"]),
|
|
47488
47457
|
createVNode(_component_el_button, {
|
|
47489
|
-
onClick: _cache[
|
|
47458
|
+
onClick: _cache[20] || (_cache[20] = ($event) => $data.showExportSFCDialogFlag = false)
|
|
47490
47459
|
}, {
|
|
47491
47460
|
default: withCtx(() => [
|
|
47492
47461
|
createTextVNode(toDisplayString(_ctx.i18nt("designer.hint.closePreview")), 1)
|
|
@@ -47500,7 +47469,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47500
47469
|
type: "border-card",
|
|
47501
47470
|
class: "no-box-shadow no-padding",
|
|
47502
47471
|
modelValue: $data.activeSFCTab,
|
|
47503
|
-
"onUpdate:modelValue": _cache[
|
|
47472
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => $data.activeSFCTab = $event)
|
|
47504
47473
|
}, {
|
|
47505
47474
|
default: withCtx(() => [
|
|
47506
47475
|
createVNode(_component_el_tab_pane, {
|
|
@@ -47512,7 +47481,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47512
47481
|
mode: "html",
|
|
47513
47482
|
readonly: true,
|
|
47514
47483
|
modelValue: $data.sfcCode,
|
|
47515
|
-
"onUpdate:modelValue": _cache[
|
|
47484
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => $data.sfcCode = $event),
|
|
47516
47485
|
"user-worker": false
|
|
47517
47486
|
}, null, 8, ["modelValue"])
|
|
47518
47487
|
]),
|
|
@@ -47527,7 +47496,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47527
47496
|
mode: "html",
|
|
47528
47497
|
readonly: true,
|
|
47529
47498
|
modelValue: $data.sfcCodeV3,
|
|
47530
|
-
"onUpdate:modelValue": _cache[
|
|
47499
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => $data.sfcCodeV3 = $event),
|
|
47531
47500
|
"user-worker": false
|
|
47532
47501
|
}, null, 8, ["modelValue"])
|
|
47533
47502
|
]),
|
|
@@ -47544,7 +47513,7 @@ function _sfc_render$2A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47544
47513
|
]) : createCommentVNode("", true)
|
|
47545
47514
|
]);
|
|
47546
47515
|
}
|
|
47547
|
-
var ToolbarPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$2A, [["render", _sfc_render$2A], ["__scopeId", "data-v-
|
|
47516
|
+
var ToolbarPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$2A, [["render", _sfc_render$2A], ["__scopeId", "data-v-a971fb10"]]);
|
|
47548
47517
|
const _sfc_main$2z = {
|
|
47549
47518
|
name: "allowCreate-editor",
|
|
47550
47519
|
mixins: [i18n$1],
|
|
@@ -56093,7 +56062,6 @@ function createDesigner(vueInstance) {
|
|
|
56093
56062
|
initDesigner(resetFormJson) {
|
|
56094
56063
|
this.widgetList = [];
|
|
56095
56064
|
this.formConfig = deepClone(defaultFormConfig);
|
|
56096
|
-
console.info(`%cVariantForm %cVer${VARIANT_FORM_VERSION} %chttps://www.yuque.com/visualdev/vform3`, "color:#409EFF;font-size: 22px;font-weight:bolder", "color:#999;font-size: 12px", "color:#333");
|
|
56097
56065
|
if (!resetFormJson) {
|
|
56098
56066
|
this.initHistoryData();
|
|
56099
56067
|
}
|
|
@@ -56847,7 +56815,6 @@ function createDesigner(vueInstance) {
|
|
|
56847
56815
|
}
|
|
56848
56816
|
};
|
|
56849
56817
|
}
|
|
56850
|
-
var _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWdJREFUeNrsmjFuwjAUhp8jxJQBujQH4ABhYmaDU7Sdu/QIcIKKE0APwM7GEQgLU/dmo0N3178SI0Qx2KpQ8sJ7kpUojsn/2S/JrxeImhRa64lpe13fgLbJsWZVCu+Yzdq0lMlcZ0qpPnai8sAbI/GI1K6EXYG92XSYZfy3WYWuBdAc71kDoFquzo+MaLHx+6H1S9iYNCF6Hxf7w/n180c9otcBUdz+2xdxmOnVJ9Fyd74v4pIu2RdzAFcIgAAIgABUG62qBTz3/c57jGsK8JRKClVgC3I/E+cygPIUEgABEAABEIDGADjrQvlP0XzfkqFjQgMlld7DiXiEC4DF7F8qbMGvbPPbXBjWGMUqBIphoWO8zBzE+1bmQgMpZ8X4XuN4jDyFBEAABEAA7g8giRkDwAPhE9PNzNx/jFmWh5u4c2aO7WdWm0Izhvfv7JBC5SrAVrH9qwGVB6ZYmjqnDTRa8Y2IXwEGAI1dAiVnUcUMAAAAAElFTkSuQmCC";
|
|
56851
56818
|
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
56852
56819
|
const _sfc_main$c = {
|
|
56853
56820
|
name: "VFormDesigner",
|
|
@@ -56873,17 +56840,17 @@ const _sfc_main$c = {
|
|
|
56873
56840
|
type: Object,
|
|
56874
56841
|
default: () => {
|
|
56875
56842
|
return {
|
|
56876
|
-
languageMenu:
|
|
56877
|
-
externalLink:
|
|
56878
|
-
formTemplates:
|
|
56879
|
-
eventCollapse:
|
|
56843
|
+
languageMenu: false,
|
|
56844
|
+
externalLink: false,
|
|
56845
|
+
formTemplates: false,
|
|
56846
|
+
eventCollapse: false,
|
|
56880
56847
|
widgetNameReadonly: false,
|
|
56881
56848
|
clearDesignerButton: true,
|
|
56882
56849
|
previewFormButton: true,
|
|
56883
|
-
importJsonButton:
|
|
56884
|
-
exportJsonButton:
|
|
56885
|
-
exportCodeButton:
|
|
56886
|
-
generateSFCButton:
|
|
56850
|
+
importJsonButton: false,
|
|
56851
|
+
exportJsonButton: false,
|
|
56852
|
+
exportCodeButton: false,
|
|
56853
|
+
generateSFCButton: false,
|
|
56887
56854
|
toolbarMaxWidth: 450,
|
|
56888
56855
|
toolbarMinWidth: 300,
|
|
56889
56856
|
presetCssCode: "",
|
|
@@ -57089,7 +57056,7 @@ const _sfc_main$c = {
|
|
|
57089
57056
|
}
|
|
57090
57057
|
};
|
|
57091
57058
|
const _hoisted_1$b = { class: "float-left main-title" };
|
|
57092
|
-
const _hoisted_2$a = { class: "
|
|
57059
|
+
const _hoisted_2$a = { class: "bold" };
|
|
57093
57060
|
const _hoisted_3$9 = { class: "float-right external-link" };
|
|
57094
57061
|
const _hoisted_4$2 = { class: "el-dropdown-link" };
|
|
57095
57062
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -57111,13 +57078,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57111
57078
|
createVNode(_component_el_header, { class: "main-header" }, {
|
|
57112
57079
|
default: withCtx(() => [
|
|
57113
57080
|
createElementVNode("div", _hoisted_1$b, [
|
|
57114
|
-
createElementVNode("
|
|
57115
|
-
src: _imports_0,
|
|
57116
|
-
onClick: _cache[0] || (_cache[0] = (...args) => $options.openHome && $options.openHome(...args))
|
|
57117
|
-
}),
|
|
57118
|
-
_cache[5] || (_cache[5] = createElementVNode("span", { class: "bold" }, "VForm 3", -1)),
|
|
57119
|
-
createTextVNode(" " + toDisplayString(_ctx.i18nt("application.productTitle")) + " ", 1),
|
|
57120
|
-
createElementVNode("span", _hoisted_2$a, "Ver " + toDisplayString($data.vFormVersion), 1)
|
|
57081
|
+
createElementVNode("span", _hoisted_2$a, toDisplayString(_ctx.i18nt("application.productTitle")), 1)
|
|
57121
57082
|
]),
|
|
57122
57083
|
createElementVNode("div", _hoisted_3$9, [
|
|
57123
57084
|
$options.showLink("languageMenu") ? (openBlock(), createBlock(_component_el_dropdown, {
|
|
@@ -57155,7 +57116,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57155
57116
|
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
57156
57117
|
key: 1,
|
|
57157
57118
|
href: "javascript:void(0)",
|
|
57158
|
-
onClick: _cache[
|
|
57119
|
+
onClick: _cache[0] || (_cache[0] = (ev) => $options.openUrl(ev, $data.gitUrl)),
|
|
57159
57120
|
target: "_blank"
|
|
57160
57121
|
}, [
|
|
57161
57122
|
createVNode(_component_svg_icon, { "icon-class": "github" }),
|
|
@@ -57164,7 +57125,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57164
57125
|
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
57165
57126
|
key: 2,
|
|
57166
57127
|
href: "javascript:void(0)",
|
|
57167
|
-
onClick: _cache[
|
|
57128
|
+
onClick: _cache[1] || (_cache[1] = (ev) => $options.openUrl(ev, $data.docUrl)),
|
|
57168
57129
|
target: "_blank"
|
|
57169
57130
|
}, [
|
|
57170
57131
|
createVNode(_component_svg_icon, { "icon-class": "document" }),
|
|
@@ -57173,17 +57134,17 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57173
57134
|
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
57174
57135
|
key: 3,
|
|
57175
57136
|
href: "javascript:void(0)",
|
|
57176
|
-
onClick: _cache[
|
|
57137
|
+
onClick: _cache[2] || (_cache[2] = (ev) => $options.openUrl(ev, $data.chatUrl)),
|
|
57177
57138
|
target: "_blank"
|
|
57178
57139
|
}, toDisplayString(_ctx.i18nt("application.qqGroup")), 1)) : createCommentVNode("", true),
|
|
57179
57140
|
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
57180
57141
|
key: 4,
|
|
57181
57142
|
href: "javascript:void(0)",
|
|
57182
|
-
onClick: _cache[
|
|
57143
|
+
onClick: _cache[3] || (_cache[3] = (ev) => $options.openUrl(ev, $data.subScribeUrl)),
|
|
57183
57144
|
target: "_blank"
|
|
57184
57145
|
}, [
|
|
57185
57146
|
createTextVNode(toDisplayString(_ctx.i18nt("application.subscription")), 1),
|
|
57186
|
-
_cache[
|
|
57147
|
+
_cache[4] || (_cache[4] = createElementVNode("i", { class: "el-icon-top-right" }, null, -1))
|
|
57187
57148
|
])) : createCommentVNode("", true)
|
|
57188
57149
|
])
|
|
57189
57150
|
]),
|
|
@@ -57259,7 +57220,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57259
57220
|
_: 3
|
|
57260
57221
|
});
|
|
57261
57222
|
}
|
|
57262
|
-
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-
|
|
57223
|
+
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-0b16f7aa"]]);
|
|
57263
57224
|
var vuedraggable_umd = { exports: {} };
|
|
57264
57225
|
/**!
|
|
57265
57226
|
* Sortable 1.14.0
|
|
@@ -63183,13 +63144,13 @@ function registerIcon(app) {
|
|
|
63183
63144
|
if (typeof window !== "undefined") {
|
|
63184
63145
|
let loadSvg = function() {
|
|
63185
63146
|
var body = document.body;
|
|
63186
|
-
var svgDom = document.getElementById("
|
|
63147
|
+
var svgDom = document.getElementById("__svg__icons__dom__1766543971399__");
|
|
63187
63148
|
if (!svgDom) {
|
|
63188
63149
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
63189
63150
|
svgDom.style.position = "absolute";
|
|
63190
63151
|
svgDom.style.width = "0";
|
|
63191
63152
|
svgDom.style.height = "0";
|
|
63192
|
-
svgDom.id = "
|
|
63153
|
+
svgDom.id = "__svg__icons__dom__1766543971399__";
|
|
63193
63154
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
63194
63155
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
63195
63156
|
}
|