form-custom-test 3.0.55 → 3.0.56
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 +18 -7
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +4 -4
- package/dist/render.es.js +18 -7
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +3 -3
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -27270,6 +27270,7 @@ const _sfc_main$2L = {
|
|
|
27270
27270
|
return foundSFRef.getSubFormValues(needValidation);
|
|
27271
27271
|
},
|
|
27272
27272
|
disableForm() {
|
|
27273
|
+
console.log("disableForm", this.widgetRefList);
|
|
27273
27274
|
let wNameList = Object.keys(this.widgetRefList);
|
|
27274
27275
|
wNameList.forEach((wName) => {
|
|
27275
27276
|
let foundW = this.getWidgetRef(wName);
|
|
@@ -27506,7 +27507,7 @@ function _sfc_render$2L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27506
27507
|
_: 3
|
|
27507
27508
|
}, 8, ["label-position", "size", "class", "label-width", "model"]);
|
|
27508
27509
|
}
|
|
27509
|
-
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2L, [["render", _sfc_render$2L], ["__scopeId", "data-v-
|
|
27510
|
+
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2L, [["render", _sfc_render$2L], ["__scopeId", "data-v-1a5c4f64"]]);
|
|
27510
27511
|
var ace$2 = { exports: {} };
|
|
27511
27512
|
(function(module, exports) {
|
|
27512
27513
|
(function() {
|
|
@@ -68032,13 +68033,13 @@ function registerIcon(app) {
|
|
|
68032
68033
|
if (typeof window !== "undefined") {
|
|
68033
68034
|
let loadSvg = function() {
|
|
68034
68035
|
var body = document.body;
|
|
68035
|
-
var svgDom = document.getElementById("
|
|
68036
|
+
var svgDom = document.getElementById("__svg__icons__dom__1773376414327__");
|
|
68036
68037
|
if (!svgDom) {
|
|
68037
68038
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68038
68039
|
svgDom.style.position = "absolute";
|
|
68039
68040
|
svgDom.style.width = "0";
|
|
68040
68041
|
svgDom.style.height = "0";
|
|
68041
|
-
svgDom.id = "
|
|
68042
|
+
svgDom.id = "__svg__icons__dom__1773376414327__";
|
|
68042
68043
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68043
68044
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68044
68045
|
}
|
|
@@ -76432,6 +76433,11 @@ const _sfc_main$3 = {
|
|
|
76432
76433
|
},
|
|
76433
76434
|
customClass() {
|
|
76434
76435
|
return this.widget.options.customClass || "";
|
|
76436
|
+
},
|
|
76437
|
+
tableMaxHeight() {
|
|
76438
|
+
var _a2, _b2;
|
|
76439
|
+
const v = (_b2 = (_a2 = this.widget) == null ? void 0 : _a2.options) == null ? void 0 : _b2.maxHeight;
|
|
76440
|
+
return v !== void 0 && v !== null && v !== "" ? v : void 0;
|
|
76435
76441
|
}
|
|
76436
76442
|
},
|
|
76437
76443
|
created() {
|
|
@@ -76539,7 +76545,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76539
76545
|
border: $props.widget.options.border,
|
|
76540
76546
|
stripe: $props.widget.options.stripe,
|
|
76541
76547
|
size: $props.widget.options.size,
|
|
76542
|
-
"max-height": $
|
|
76548
|
+
"max-height": $options.tableMaxHeight,
|
|
76543
76549
|
style: { "width": "100%" }
|
|
76544
76550
|
}, {
|
|
76545
76551
|
empty: withCtx(() => [
|
|
@@ -76625,7 +76631,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76625
76631
|
_: 1
|
|
76626
76632
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
76627
76633
|
}
|
|
76628
|
-
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-
|
|
76634
|
+
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-03a3b831"]]);
|
|
76629
76635
|
var subTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
76630
76636
|
const _sfc_main$2 = {
|
|
76631
76637
|
name: "sub-table-item",
|
|
@@ -76665,6 +76671,11 @@ const _sfc_main$2 = {
|
|
|
76665
76671
|
"label-center-align": this.widget.options.labelAlign === "center",
|
|
76666
76672
|
"label-right-align": this.widget.options.labelAlign === "right"
|
|
76667
76673
|
};
|
|
76674
|
+
},
|
|
76675
|
+
tableMaxHeight() {
|
|
76676
|
+
var _a2, _b2;
|
|
76677
|
+
const v = (_b2 = (_a2 = this.widget) == null ? void 0 : _a2.options) == null ? void 0 : _b2.maxHeight;
|
|
76678
|
+
return v !== void 0 && v !== null && v !== "" ? v : void 0;
|
|
76668
76679
|
}
|
|
76669
76680
|
},
|
|
76670
76681
|
watch: {
|
|
@@ -77045,7 +77056,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
77045
77056
|
border: $props.widget.options.border,
|
|
77046
77057
|
stripe: $props.widget.options.stripe,
|
|
77047
77058
|
size: $props.widget.options.size,
|
|
77048
|
-
"max-height": $
|
|
77059
|
+
"max-height": $options.tableMaxHeight,
|
|
77049
77060
|
style: { "width": "100%" },
|
|
77050
77061
|
disabled: $props.widget.options.disabled
|
|
77051
77062
|
}, {
|
|
@@ -77254,7 +77265,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
77254
77265
|
_: 1
|
|
77255
77266
|
}, 8, ["widget"]);
|
|
77256
77267
|
}
|
|
77257
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-
|
|
77268
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-47eddd0f"]]);
|
|
77258
77269
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
77259
77270
|
const _sfc_main$1 = {
|
|
77260
77271
|
name: "sub-table-columns-editor",
|