cloud-web-corejs 1.0.54-dev.365 → 1.0.54-dev.367
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/package.json +1 -1
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js +16 -10
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +1 -1594
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +19 -1
- package/src/components/xform/form-designer/form-widget/field-widget/tempStorage-widget.vue +26 -6
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +13 -263
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +3 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +3 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +84 -53
- package/src/components/xform/form-designer/setting-panel/property-editor/tempStorage-editor.vue +36 -17
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +5 -0
- package/src/components/xform/form-render/container-item/data-table-item.vue +0 -137
- package/src/components/xform/form-render/container-item/tab-item.vue +4 -2
- package/src/views/bd/setting/config_manage/list.vue +30 -20
package/package.json
CHANGED
|
@@ -66,7 +66,9 @@ import XEUtils from "xe-utils";
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
function p(e, t) {
|
|
69
|
-
return Xl[Gl]()[Yl](() => ul[e](t));
|
|
69
|
+
// return Xl[Gl]()[Yl](() => ul[e](t));
|
|
70
|
+
//update
|
|
71
|
+
return Xl[Gl]()[Yl](() => {});
|
|
70
72
|
}
|
|
71
73
|
|
|
72
74
|
function m(e, t, r, l) {
|
|
@@ -95,13 +97,15 @@ import XEUtils from "xe-utils";
|
|
|
95
97
|
}
|
|
96
98
|
|
|
97
99
|
function C(e, t) {
|
|
98
|
-
return Xl[Gl]()[Yl](() => ul[e](t));
|
|
100
|
+
// return Xl[Gl]()[Yl](() => ul[e](t));
|
|
101
|
+
//update
|
|
102
|
+
return Xl[Gl]()[Yl](() => {});
|
|
99
103
|
}
|
|
100
104
|
|
|
101
105
|
function A(e) {
|
|
102
106
|
const { no: t, avType: r } = Hr(Nn(el(Yn))),
|
|
103
107
|
l = zr ? zr.tableVersion || zr.version || "" : el("QWJhbmRvbg==");
|
|
104
|
-
//
|
|
108
|
+
// update;
|
|
105
109
|
let result;
|
|
106
110
|
if((os = r === el("VHJpYWw=")),
|
|
107
111
|
cl ||
|
|
@@ -5075,7 +5079,7 @@ import XEUtils from "xe-utils";
|
|
|
5075
5079
|
|
|
5076
5080
|
if (cl || Or("false")) {
|
|
5077
5081
|
const t = e.$el;
|
|
5078
|
-
if (false && t) {//
|
|
5082
|
+
if (false && t) {//update
|
|
5079
5083
|
const e = t[en];
|
|
5080
5084
|
As ||
|
|
5081
5085
|
((As = qr[kl](
|
|
@@ -6957,7 +6961,7 @@ import XEUtils from "xe-utils";
|
|
|
6957
6961
|
function nr(e) {
|
|
6958
6962
|
if (cl || Or("true")) {
|
|
6959
6963
|
const t = e.$el;
|
|
6960
|
-
if (false && t) {//
|
|
6964
|
+
if (false && t) {//update
|
|
6961
6965
|
const e = t[en];
|
|
6962
6966
|
As ||
|
|
6963
6967
|
((As = qr[kl](
|
|
@@ -10672,7 +10676,7 @@ import XEUtils from "xe-utils";
|
|
|
10672
10676
|
const e = this,
|
|
10673
10677
|
// t = vs(e);
|
|
10674
10678
|
t = true;
|
|
10675
|
-
//
|
|
10679
|
+
// update;
|
|
10676
10680
|
Qr || (Qr = t);
|
|
10677
10681
|
},
|
|
10678
10682
|
[Ln]() {
|
|
@@ -10680,7 +10684,7 @@ import XEUtils from "xe-utils";
|
|
|
10680
10684
|
t = e.$el,
|
|
10681
10685
|
// r = xs(e);
|
|
10682
10686
|
r = true;
|
|
10683
|
-
//
|
|
10687
|
+
// update;
|
|
10684
10688
|
if (
|
|
10685
10689
|
(Bl(() => kt(e), 4e3),
|
|
10686
10690
|
Qr || (Qr = r),
|
|
@@ -10695,17 +10699,19 @@ import XEUtils from "xe-utils";
|
|
|
10695
10699
|
if (e) {
|
|
10696
10700
|
const [l, n] = o(`${e}`, ".");
|
|
10697
10701
|
(Dr(l) !== Pn || Dr(n) > r || Dr(n) < t) &&
|
|
10698
|
-
Bl(() =>
|
|
10702
|
+
/* Bl(() =>
|
|
10699
10703
|
ul[Rl](
|
|
10700
10704
|
`[${jn} ${Jn}] The required version is vxe-table "${Pn}.${t}.x - ${Pn}.${r}.x" The actual version is "${e}".`
|
|
10701
10705
|
)
|
|
10702
|
-
);
|
|
10706
|
+
); */
|
|
10707
|
+
//update
|
|
10708
|
+
Bl(() => {});
|
|
10703
10709
|
}
|
|
10704
10710
|
}
|
|
10705
10711
|
e[Nl](() => {
|
|
10706
10712
|
// const t = Es(e);
|
|
10707
10713
|
const t = true;
|
|
10708
|
-
//
|
|
10714
|
+
// update;
|
|
10709
10715
|
Qr || (Qr = t),
|
|
10710
10716
|
Or(
|
|
10711
10717
|
[
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
/
|
|
117
117
|
<span class="dataSize">0</span>
|
|
118
118
|
</div>
|
|
119
|
-
<el-button type="primary" plain class="button-sty" @click="dialogClose2">
|
|
119
|
+
<el-button type="primary" plain class="button-sty" @click="dialogClose2" v-if="!param.importOption.hideCancelButton">
|
|
120
120
|
<i class="el-icon-close el-icon"></i>
|
|
121
121
|
{{ $t2('取 消', 'system.button.cancel2') }}
|
|
122
122
|
</el-button>
|