form-custom-test 3.0.135 → 3.0.136
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 +14 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +3 -3
- package/dist/render.es.js +5 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +4 -4
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -3947,6 +3947,15 @@ const customInputSchema = {
|
|
|
3947
3947
|
placeholder: "",
|
|
3948
3948
|
clearable: true,
|
|
3949
3949
|
filterable: false,
|
|
3950
|
+
disabled: false,
|
|
3951
|
+
readonly: false,
|
|
3952
|
+
maxlength: 0,
|
|
3953
|
+
minlength: 0,
|
|
3954
|
+
pattern: "",
|
|
3955
|
+
title: "",
|
|
3956
|
+
titlePosition: "top",
|
|
3957
|
+
titleWidth: 0,
|
|
3958
|
+
titleAlign: "left",
|
|
3950
3959
|
required: false,
|
|
3951
3960
|
requiredHint: "",
|
|
3952
3961
|
validation: "",
|
|
@@ -68540,13 +68549,13 @@ function registerIcon(app) {
|
|
|
68540
68549
|
if (typeof window !== "undefined") {
|
|
68541
68550
|
let loadSvg = function() {
|
|
68542
68551
|
var body = document.body;
|
|
68543
|
-
var svgDom = document.getElementById("
|
|
68552
|
+
var svgDom = document.getElementById("__svg__icons__dom__1778663221899__");
|
|
68544
68553
|
if (!svgDom) {
|
|
68545
68554
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68546
68555
|
svgDom.style.position = "absolute";
|
|
68547
68556
|
svgDom.style.width = "0";
|
|
68548
68557
|
svgDom.style.height = "0";
|
|
68549
|
-
svgDom.id = "
|
|
68558
|
+
svgDom.id = "__svg__icons__dom__1778663221899__";
|
|
68550
68559
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68551
68560
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68552
68561
|
}
|
|
@@ -78690,6 +78699,7 @@ const _sfc_main$6 = {
|
|
|
78690
78699
|
assetOwnerUnit: "",
|
|
78691
78700
|
labelName: ""
|
|
78692
78701
|
};
|
|
78702
|
+
this.searchValue = "";
|
|
78693
78703
|
this.$emit("close");
|
|
78694
78704
|
},
|
|
78695
78705
|
handleConfirm() {
|
|
@@ -78729,7 +78739,7 @@ const _sfc_main$6 = {
|
|
|
78729
78739
|
service$1({
|
|
78730
78740
|
method: "post",
|
|
78731
78741
|
url: "/asset-business/overview/pageList",
|
|
78732
|
-
data: __spreadProps(__spreadValues({ size: this.pageSize, current: this.currentPage, reqType: "disposal" }, this.form), { assetType: this.form.assetType === "all" ? "" : this.form.assetType })
|
|
78742
|
+
data: __spreadProps(__spreadValues({ size: this.pageSize, current: this.currentPage, reqType: "disposal" }, this.form), { assetType: this.form.assetType === "all" ? "" : this.form.assetType, systemStatusList: ["2"] })
|
|
78733
78743
|
}).then(({ data: data2 }) => {
|
|
78734
78744
|
const { records, total, current } = data2;
|
|
78735
78745
|
this.tableData = records.map((item) => {
|
|
@@ -79137,7 +79147,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79137
79147
|
_: 1
|
|
79138
79148
|
}, 8, ["modelValue", "onClose"]);
|
|
79139
79149
|
}
|
|
79140
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
79150
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d9c3eebc"]]);
|
|
79141
79151
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
79142
79152
|
const _sfc_main$5 = {
|
|
79143
79153
|
name: "asset-select-widget",
|