@byteluck-fe/model-driven-controls 4.36.0-lx2 → 4.38.0-lx0
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/esm/baseControls/FormSelectButton/property.js +3 -1
- package/dist/esm/columnControls/OperationColumn/designer.js +10 -6
- package/dist/esm/listControls/GridTable/designer.js +10 -6
- package/dist/index.umd.js +1 -1
- package/dist/types/baseControls/FormSelectButton/property.d.ts +1 -0
- package/package.json +2 -2
|
@@ -140,7 +140,7 @@ var FormSelectButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
140
140
|
var _this;
|
|
141
141
|
_this = _call_super(this, FormSelectButtonProperty, [
|
|
142
142
|
props
|
|
143
|
-
]), _define_property(_this, "fillPayload", void 0), _define_property(_this, "formBind", void 0), _define_property(_this, "fillBack", void 0), _define_property(_this, "command", void 0);
|
|
143
|
+
]), _define_property(_this, "fillPayload", void 0), _define_property(_this, "formBind", void 0), _define_property(_this, "fillBack", void 0), _define_property(_this, "command", void 0), _define_property(_this, "pageDisplay", void 0);
|
|
144
144
|
var _props_content;
|
|
145
145
|
_this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : FormSelectButtonControl.controlName;
|
|
146
146
|
var _props_icon;
|
|
@@ -150,6 +150,8 @@ var FormSelectButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
150
150
|
_this.fillPayload = new FillPayloadBind(props === null || props === void 0 ? void 0 : props.fillPayload);
|
|
151
151
|
_this.formBind = new FormSelectBind(props === null || props === void 0 ? void 0 : props.formBind);
|
|
152
152
|
_this.fillBack = new FillBackBind(props === null || props === void 0 ? void 0 : props.fillBack);
|
|
153
|
+
var _props_pageDisplay;
|
|
154
|
+
_this.pageDisplay = (_props_pageDisplay = props === null || props === void 0 ? void 0 : props.pageDisplay) !== null && _props_pageDisplay !== void 0 ? _props_pageDisplay : false;
|
|
153
155
|
return _this;
|
|
154
156
|
}
|
|
155
157
|
return FormSelectButtonProperty;
|
|
@@ -137,7 +137,7 @@ function _is_native_reflect_construct() {
|
|
|
137
137
|
})();
|
|
138
138
|
}
|
|
139
139
|
function _ts_generator(thisArg, body) {
|
|
140
|
-
var f, y, t, _ = {
|
|
140
|
+
var f, y, t, g, _ = {
|
|
141
141
|
label: 0,
|
|
142
142
|
sent: function() {
|
|
143
143
|
if (t[0] & 1) throw t[1];
|
|
@@ -145,8 +145,12 @@ function _ts_generator(thisArg, body) {
|
|
|
145
145
|
},
|
|
146
146
|
trys: [],
|
|
147
147
|
ops: []
|
|
148
|
-
}
|
|
149
|
-
return g
|
|
148
|
+
};
|
|
149
|
+
return g = {
|
|
150
|
+
next: verb(0),
|
|
151
|
+
"throw": verb(1),
|
|
152
|
+
"return": verb(2)
|
|
153
|
+
}, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
150
154
|
return this;
|
|
151
155
|
}), g;
|
|
152
156
|
function verb(n) {
|
|
@@ -159,7 +163,7 @@ function _ts_generator(thisArg, body) {
|
|
|
159
163
|
}
|
|
160
164
|
function step(op) {
|
|
161
165
|
if (f) throw new TypeError("Generator is already executing.");
|
|
162
|
-
while(
|
|
166
|
+
while(_)try {
|
|
163
167
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
164
168
|
if (y = 0, t) op = [
|
|
165
169
|
op[0] & 2,
|
|
@@ -287,7 +291,7 @@ var OperationColumnControl = /*#__PURE__*/ function(DesignerColumnControl) {
|
|
|
287
291
|
_state.sent();
|
|
288
292
|
return [
|
|
289
293
|
4,
|
|
290
|
-
Promise.all(
|
|
294
|
+
Promise.all(_this1.children.map(function(child) {
|
|
291
295
|
return child.validate(messages, ignore);
|
|
292
296
|
}))
|
|
293
297
|
];
|
|
@@ -299,7 +303,7 @@ var OperationColumnControl = /*#__PURE__*/ function(DesignerColumnControl) {
|
|
|
299
303
|
];
|
|
300
304
|
}
|
|
301
305
|
});
|
|
302
|
-
})
|
|
306
|
+
})();
|
|
303
307
|
}
|
|
304
308
|
}
|
|
305
309
|
]);
|
|
@@ -176,7 +176,7 @@ function _is_native_reflect_construct() {
|
|
|
176
176
|
})();
|
|
177
177
|
}
|
|
178
178
|
function _ts_generator(thisArg, body) {
|
|
179
|
-
var f, y, t, _ = {
|
|
179
|
+
var f, y, t, g, _ = {
|
|
180
180
|
label: 0,
|
|
181
181
|
sent: function() {
|
|
182
182
|
if (t[0] & 1) throw t[1];
|
|
@@ -184,8 +184,12 @@ function _ts_generator(thisArg, body) {
|
|
|
184
184
|
},
|
|
185
185
|
trys: [],
|
|
186
186
|
ops: []
|
|
187
|
-
}
|
|
188
|
-
return g
|
|
187
|
+
};
|
|
188
|
+
return g = {
|
|
189
|
+
next: verb(0),
|
|
190
|
+
"throw": verb(1),
|
|
191
|
+
"return": verb(2)
|
|
192
|
+
}, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
189
193
|
return this;
|
|
190
194
|
}), g;
|
|
191
195
|
function verb(n) {
|
|
@@ -198,7 +202,7 @@ function _ts_generator(thisArg, body) {
|
|
|
198
202
|
}
|
|
199
203
|
function step(op) {
|
|
200
204
|
if (f) throw new TypeError("Generator is already executing.");
|
|
201
|
-
while(
|
|
205
|
+
while(_)try {
|
|
202
206
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
203
207
|
if (y = 0, t) op = [
|
|
204
208
|
op[0] & 2,
|
|
@@ -325,7 +329,7 @@ var GridTableControl = /*#__PURE__*/ function(DesignerListControl) {
|
|
|
325
329
|
_state.sent();
|
|
326
330
|
return [
|
|
327
331
|
4,
|
|
328
|
-
Promise.all(
|
|
332
|
+
Promise.all(_this1.children.map(function(child) {
|
|
329
333
|
return child.validate(messages, ignore);
|
|
330
334
|
}))
|
|
331
335
|
];
|
|
@@ -337,7 +341,7 @@ var GridTableControl = /*#__PURE__*/ function(DesignerListControl) {
|
|
|
337
341
|
];
|
|
338
342
|
}
|
|
339
343
|
});
|
|
340
|
-
})
|
|
344
|
+
})();
|
|
341
345
|
}
|
|
342
346
|
}
|
|
343
347
|
], [
|