vat-form 1.0.12 → 1.0.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.
|
@@ -3695,6 +3695,12 @@ const _sfc_main$38 = {
|
|
|
3695
3695
|
});
|
|
3696
3696
|
},
|
|
3697
3697
|
methods: {
|
|
3698
|
+
showToolButton(configName) {
|
|
3699
|
+
if (this.designerConfig[configName] === void 0) {
|
|
3700
|
+
return true;
|
|
3701
|
+
}
|
|
3702
|
+
return !!this.designerConfig[configName];
|
|
3703
|
+
},
|
|
3698
3704
|
isBanned(wName) {
|
|
3699
3705
|
return this.getBannedWidgets().indexOf(wName) > -1;
|
|
3700
3706
|
},
|
|
@@ -3939,7 +3945,8 @@ function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3939
3945
|
]),
|
|
3940
3946
|
_: 1
|
|
3941
3947
|
}, 8, ["title"]),
|
|
3942
|
-
|
|
3948
|
+
$options.showToolButton("isShowCustomExtensionFields") ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
3949
|
+
key: 0,
|
|
3943
3950
|
name: "4",
|
|
3944
3951
|
title: _ctx.i18nt("designer.customFieldTitle")
|
|
3945
3952
|
}, {
|
|
@@ -3973,7 +3980,7 @@ function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3973
3980
|
}, 8, ["list", "move", "clone"])
|
|
3974
3981
|
]),
|
|
3975
3982
|
_: 1
|
|
3976
|
-
}, 8, ["title"])
|
|
3983
|
+
}, 8, ["title"])) : createCommentVNode("", true)
|
|
3977
3984
|
]),
|
|
3978
3985
|
_: 1
|
|
3979
3986
|
}, 8, ["modelValue"])
|
|
@@ -4046,7 +4053,7 @@ function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4046
4053
|
_: 1
|
|
4047
4054
|
}, 8, ["style"]);
|
|
4048
4055
|
}
|
|
4049
|
-
var WidgetPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$38, [["render", _sfc_render$38], ["__scopeId", "data-v-
|
|
4056
|
+
var WidgetPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$38, [["render", _sfc_render$38], ["__scopeId", "data-v-66490236"]]);
|
|
4050
4057
|
var emitter = {
|
|
4051
4058
|
data() {
|
|
4052
4059
|
return {
|
|
@@ -56843,7 +56850,7 @@ const _sfc_main$c = {
|
|
|
56843
56850
|
languageMenu: false,
|
|
56844
56851
|
externalLink: false,
|
|
56845
56852
|
formTemplates: false,
|
|
56846
|
-
eventCollapse:
|
|
56853
|
+
eventCollapse: true,
|
|
56847
56854
|
widgetNameReadonly: false,
|
|
56848
56855
|
clearDesignerButton: true,
|
|
56849
56856
|
previewFormButton: true,
|
|
@@ -56851,6 +56858,7 @@ const _sfc_main$c = {
|
|
|
56851
56858
|
exportJsonButton: false,
|
|
56852
56859
|
exportCodeButton: false,
|
|
56853
56860
|
generateSFCButton: false,
|
|
56861
|
+
isShowCustomExtensionFields: false,
|
|
56854
56862
|
toolbarMaxWidth: 450,
|
|
56855
56863
|
toolbarMinWidth: 300,
|
|
56856
56864
|
presetCssCode: "",
|
|
@@ -57220,7 +57228,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57220
57228
|
_: 3
|
|
57221
57229
|
});
|
|
57222
57230
|
}
|
|
57223
|
-
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-
|
|
57231
|
+
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-a4dd20c8"]]);
|
|
57224
57232
|
var vuedraggable_umd = { exports: {} };
|
|
57225
57233
|
/**!
|
|
57226
57234
|
* Sortable 1.14.0
|
|
@@ -63144,13 +63152,13 @@ function registerIcon(app) {
|
|
|
63144
63152
|
if (typeof window !== "undefined") {
|
|
63145
63153
|
let loadSvg = function() {
|
|
63146
63154
|
var body = document.body;
|
|
63147
|
-
var svgDom = document.getElementById("
|
|
63155
|
+
var svgDom = document.getElementById("__svg__icons__dom__1766627815983__");
|
|
63148
63156
|
if (!svgDom) {
|
|
63149
63157
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
63150
63158
|
svgDom.style.position = "absolute";
|
|
63151
63159
|
svgDom.style.width = "0";
|
|
63152
63160
|
svgDom.style.height = "0";
|
|
63153
|
-
svgDom.id = "
|
|
63161
|
+
svgDom.id = "__svg__icons__dom__1766627815983__";
|
|
63154
63162
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
63155
63163
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
63156
63164
|
}
|