@byteluck-fe/model-driven-core 2.22.1-beta.0 → 2.22.1-beta.1

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.
Files changed (40) hide show
  1. package/dist/esm/api-doc-index.js +4 -4
  2. package/dist/esm/common/BaseControl/designer.js +28 -24
  3. package/dist/esm/common/BaseControl/index.js +7 -7
  4. package/dist/esm/common/BaseControl/property.js +3 -3
  5. package/dist/esm/common/BaseControl/runtime.js +6 -6
  6. package/dist/esm/common/ColumnControl/designer.js +5 -5
  7. package/dist/esm/common/ColumnControl/index.js +6 -6
  8. package/dist/esm/common/ColumnControl/property.js +21 -21
  9. package/dist/esm/common/ColumnControl/runtime.js +5 -5
  10. package/dist/esm/common/ControlArray.js +5 -5
  11. package/dist/esm/common/FormControl/designer.js +6 -6
  12. package/dist/esm/common/FormControl/index.js +6 -6
  13. package/dist/esm/common/FormControl/property.js +44 -44
  14. package/dist/esm/common/FormControl/runtime.js +3 -3
  15. package/dist/esm/common/LayoutControl/designer.js +6 -6
  16. package/dist/esm/common/LayoutControl/index.js +6 -6
  17. package/dist/esm/common/LayoutControl/property.js +1 -1
  18. package/dist/esm/common/LayoutControl/runtime.js +5 -5
  19. package/dist/esm/common/ListControl/designer.js +5 -5
  20. package/dist/esm/common/ListControl/index.js +6 -6
  21. package/dist/esm/common/ListControl/property.js +4 -4
  22. package/dist/esm/common/ListControl/runtime.js +6 -6
  23. package/dist/esm/common/SearchViewControl/designer.js +3 -3
  24. package/dist/esm/common/SearchViewControl/index.js +6 -6
  25. package/dist/esm/common/SearchViewControl/property.js +2 -2
  26. package/dist/esm/common/SearchViewControl/runtime.js +3 -3
  27. package/dist/esm/common/Validator.js +5 -5
  28. package/dist/esm/common/WrapControl/designer.js +3 -3
  29. package/dist/esm/common/WrapControl/index.js +6 -6
  30. package/dist/esm/common/WrapControl/property.js +1 -1
  31. package/dist/esm/common/WrapControl/runtime.js +3 -3
  32. package/dist/esm/common/controlHooksEmitter.js +1 -1
  33. package/dist/esm/common/index.js +12 -12
  34. package/dist/esm/common/initLinkOperationRules.js +5 -5
  35. package/dist/esm/common/initOptionAndDataSourceRules.js +74 -74
  36. package/dist/esm/framework/RegisterControls.js +8 -8
  37. package/dist/esm/framework/index.js +96 -96
  38. package/dist/esm/index.js +4 -4
  39. package/dist/index.umd.js +1 -1
  40. package/package.json +3 -3
@@ -82,8 +82,8 @@ function _create_super(Derived) {
82
82
  return _possible_constructor_return(this, result);
83
83
  };
84
84
  }
85
- import { FieldTypes, genNonDuplicateId } from "@byteluck-fe/model-driven-shared";
86
- export * from "./RegisterControls";
85
+ import { FieldTypes, genNonDuplicateId } from '@byteluck-fe/model-driven-shared';
86
+ export * from './RegisterControls';
87
87
  /**
88
88
  * 数据绑定配置
89
89
  * @public
@@ -111,11 +111,11 @@ export * from "./RegisterControls";
111
111
  * @public
112
112
  */ _define_property(this, "aliasCode", void 0);
113
113
  var _props_dataCode;
114
- this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : "";
114
+ this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
115
115
  var _props_fieldCode;
116
- this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : "";
116
+ this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : '';
117
117
  var _props_fieldType;
118
- this.fieldType = (_props_fieldType = props === null || props === void 0 ? void 0 : props.fieldType) !== null && _props_fieldType !== void 0 ? _props_fieldType : "";
118
+ this.fieldType = (_props_fieldType = props === null || props === void 0 ? void 0 : props.fieldType) !== null && _props_fieldType !== void 0 ? _props_fieldType : '';
119
119
  this.aliasCode = props === null || props === void 0 ? void 0 : props.aliasCode;
120
120
  };
121
121
  export var AutoWidth = function AutoWidth(props) {
@@ -138,7 +138,7 @@ export var RowHeight = function RowHeight(props) {
138
138
  _define_property(this, "maxRows", void 0);
139
139
  _define_property(this, "fiexdRow", void 0);
140
140
  var _props_rowHeightType;
141
- this.rowHeightType = (_props_rowHeightType = props === null || props === void 0 ? void 0 : props.rowHeightType) !== null && _props_rowHeightType !== void 0 ? _props_rowHeightType : "fixed";
141
+ this.rowHeightType = (_props_rowHeightType = props === null || props === void 0 ? void 0 : props.rowHeightType) !== null && _props_rowHeightType !== void 0 ? _props_rowHeightType : 'fixed';
142
142
  var _props_minRows;
143
143
  this.minRows = (_props_minRows = props === null || props === void 0 ? void 0 : props.minRows) !== null && _props_minRows !== void 0 ? _props_minRows : 4;
144
144
  var _props_maxRows;
@@ -167,7 +167,7 @@ export var MetaWidth = /*#__PURE__*/ function(AutoWidth) {
167
167
  var _props_width;
168
168
  _this.width = (_props_width = props === null || props === void 0 ? void 0 : props.width) !== null && _props_width !== void 0 ? _props_width : 240;
169
169
  var _props_widthType;
170
- _this.widthType = (_props_widthType = props === null || props === void 0 ? void 0 : props.widthType) !== null && _props_widthType !== void 0 ? _props_widthType : "auto";
170
+ _this.widthType = (_props_widthType = props === null || props === void 0 ? void 0 : props.widthType) !== null && _props_widthType !== void 0 ? _props_widthType : 'auto';
171
171
  return _this;
172
172
  }
173
173
  return MetaWidth;
@@ -189,7 +189,7 @@ export var DataStorageDoc = function DataStorageDoc(props) {
189
189
  _define_property(this, "type", void 0);
190
190
  _define_property(this, "customOptions", void 0);
191
191
  var _props_type;
192
- this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : "firstThree";
192
+ this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'firstThree';
193
193
  var _props_customOptions;
194
194
  this.customOptions = (_props_customOptions = props === null || props === void 0 ? void 0 : props.customOptions) !== null && _props_customOptions !== void 0 ? _props_customOptions : [];
195
195
  };
@@ -200,11 +200,11 @@ export var FormBind = function FormBind(props) {
200
200
  _define_property(this, "formKey", void 0);
201
201
  _define_property(this, "appId", void 0);
202
202
  var _props_dataCode;
203
- this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : "";
203
+ this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
204
204
  var _props_formKey;
205
- this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : "";
205
+ this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : '';
206
206
  var _props_appId;
207
- this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : "";
207
+ this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : '';
208
208
  };
209
209
  export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
210
210
  "use strict";
@@ -216,7 +216,7 @@ export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
216
216
  _this = _super.call(this, props);
217
217
  _define_property(_assert_this_initialized(_this), "primaryControlId", void 0);
218
218
  var _props_primaryControlId;
219
- _this.primaryControlId = (_props_primaryControlId = props === null || props === void 0 ? void 0 : props.primaryControlId) !== null && _props_primaryControlId !== void 0 ? _props_primaryControlId : "";
219
+ _this.primaryControlId = (_props_primaryControlId = props === null || props === void 0 ? void 0 : props.primaryControlId) !== null && _props_primaryControlId !== void 0 ? _props_primaryControlId : '';
220
220
  return _this;
221
221
  }
222
222
  return FormSelectBind;
@@ -233,9 +233,9 @@ export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
233
233
  */ _define_property(this, "fieldCode", void 0);
234
234
  _define_property(this, "dataCode", void 0);
235
235
  var _props_fieldCode;
236
- this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : "";
236
+ this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : '';
237
237
  var _props_dataCode;
238
- this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : "";
238
+ this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
239
239
  };
240
240
  /**
241
241
  * 列表绑定配置
@@ -256,9 +256,9 @@ export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
256
256
  * @public
257
257
  */ _define_property(this, "headers", void 0);
258
258
  var _props_appId;
259
- this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : "";
259
+ this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : '';
260
260
  var _props_formKey;
261
- this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : "";
261
+ this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : '';
262
262
  var _props_headers_map;
263
263
  this.headers = (_props_headers_map = props === null || props === void 0 ? void 0 : (_props_headers = props.headers) === null || _props_headers === void 0 ? void 0 : _props_headers.map(function(item) {
264
264
  return new ListBindHeaderItem(item);
@@ -271,9 +271,9 @@ export var FieldBindItem = function FieldBindItem(props) {
271
271
  _define_property(this, "fieldCode", void 0);
272
272
  _define_property(this, "fieldType", void 0);
273
273
  var _props_fieldName;
274
- this.fieldName = (_props_fieldName = props === null || props === void 0 ? void 0 : props.fieldName) !== null && _props_fieldName !== void 0 ? _props_fieldName : "";
274
+ this.fieldName = (_props_fieldName = props === null || props === void 0 ? void 0 : props.fieldName) !== null && _props_fieldName !== void 0 ? _props_fieldName : '';
275
275
  var _props_fieldCode;
276
- this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : "";
276
+ this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : '';
277
277
  var _props_fieldType;
278
278
  this.fieldType = (_props_fieldType = props === null || props === void 0 ? void 0 : props.fieldType) !== null && _props_fieldType !== void 0 ? _props_fieldType : FieldTypes.VARCHAR;
279
279
  };
@@ -290,9 +290,9 @@ export var SubListItem = /*#__PURE__*/ function(FormBind) {
290
290
  _define_property(_assert_this_initialized(_this), "isOpenFilter", void 0);
291
291
  _define_property(_assert_this_initialized(_this), "filters", void 0);
292
292
  var _props_title;
293
- _this.title = (_props_title = props === null || props === void 0 ? void 0 : props.title) !== null && _props_title !== void 0 ? _props_title : "";
293
+ _this.title = (_props_title = props === null || props === void 0 ? void 0 : props.title) !== null && _props_title !== void 0 ? _props_title : '';
294
294
  var _props_svcCode;
295
- _this.svcCode = (_props_svcCode = props === null || props === void 0 ? void 0 : props.svcCode) !== null && _props_svcCode !== void 0 ? _props_svcCode : "";
295
+ _this.svcCode = (_props_svcCode = props === null || props === void 0 ? void 0 : props.svcCode) !== null && _props_svcCode !== void 0 ? _props_svcCode : '';
296
296
  var _props_isOpenFilter;
297
297
  _this.isOpenFilter = (_props_isOpenFilter = props === null || props === void 0 ? void 0 : props.isOpenFilter) !== null && _props_isOpenFilter !== void 0 ? _props_isOpenFilter : false;
298
298
  var _props_filters;
@@ -305,7 +305,7 @@ export var SubListPageConfig = function SubListPageConfig(props) {
305
305
  "use strict";
306
306
  _class_call_check(this, SubListPageConfig);
307
307
  var _props_displayFields, _props_sublists;
308
- _define_property(this, "type", "sublist-page");
308
+ _define_property(this, "type", 'sublist-page');
309
309
  _define_property(this, "formBind", void 0);
310
310
  _define_property(this, "displayFields", void 0);
311
311
  _define_property(this, "sublists", void 0);
@@ -336,7 +336,7 @@ export var RightVariable = function RightVariable(props) {
336
336
  _define_property(this, "value", void 0);
337
337
  _define_property(this, "displayBos", void 0);
338
338
  var _props_type;
339
- this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : "custom";
339
+ this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'custom';
340
340
  var _props_value;
341
341
  this.value = (_props_value = props === null || props === void 0 ? void 0 : props.value) !== null && _props_value !== void 0 ? _props_value : [];
342
342
  var _props_displayBos;
@@ -360,7 +360,7 @@ export var RightVariable = function RightVariable(props) {
360
360
  /**
361
361
  * 类型:连接符条件
362
362
  * @defaultValue 'conditions'
363
- */ _define_property(this, "type", "conditions");
363
+ */ _define_property(this, "type", 'conditions');
364
364
  /**
365
365
  * 深度
366
366
  * @defaultValue 0
@@ -380,7 +380,7 @@ export var RightVariable = function RightVariable(props) {
380
380
  var _props_level;
381
381
  this.level = (_props_level = props === null || props === void 0 ? void 0 : props.level) !== null && _props_level !== void 0 ? _props_level : 0;
382
382
  var _props_value;
383
- this.value = (_props_value = props === null || props === void 0 ? void 0 : props.value) !== null && _props_value !== void 0 ? _props_value : "and";
383
+ this.value = (_props_value = props === null || props === void 0 ? void 0 : props.value) !== null && _props_value !== void 0 ? _props_value : 'and';
384
384
  this.children = [];
385
385
  if (Array.isArray(props === null || props === void 0 ? void 0 : props.children)) {
386
386
  props === null || props === void 0 ? void 0 : props.children.map(function(item) {
@@ -413,7 +413,7 @@ export var RightVariable = function RightVariable(props) {
413
413
  /**
414
414
  * 类型
415
415
  * @defaultValue 'condition'
416
- */ _define_property(this, "type", "condition");
416
+ */ _define_property(this, "type", 'condition');
417
417
  /**
418
418
  * 符号
419
419
  */ _define_property(this, "symbol", void 0);
@@ -430,11 +430,11 @@ export var RightVariable = function RightVariable(props) {
430
430
  var _props_ruleId;
431
431
  this.ruleId = (_props_ruleId = props === null || props === void 0 ? void 0 : props.ruleId) !== null && _props_ruleId !== void 0 ? _props_ruleId : new Date().valueOf();
432
432
  var _props_symbol;
433
- this.symbol = (_props_symbol = props === null || props === void 0 ? void 0 : props.symbol) !== null && _props_symbol !== void 0 ? _props_symbol : "";
433
+ this.symbol = (_props_symbol = props === null || props === void 0 ? void 0 : props.symbol) !== null && _props_symbol !== void 0 ? _props_symbol : '';
434
434
  var _props_checked;
435
435
  this.checked = (_props_checked = props === null || props === void 0 ? void 0 : props.checked) !== null && _props_checked !== void 0 ? _props_checked : false;
436
436
  var _props_describe;
437
- this.describe = (_props_describe = props === null || props === void 0 ? void 0 : props.describe) !== null && _props_describe !== void 0 ? _props_describe : "";
437
+ this.describe = (_props_describe = props === null || props === void 0 ? void 0 : props.describe) !== null && _props_describe !== void 0 ? _props_describe : '';
438
438
  this.leftVariableBo = new LeftVariable(props === null || props === void 0 ? void 0 : props.leftVariableBo);
439
439
  this.rightVariableBo = new RightVariable(props === null || props === void 0 ? void 0 : props.rightVariableBo);
440
440
  };
@@ -445,7 +445,7 @@ export var JoinRelation = function JoinRelation(props) {
445
445
  _define_property(this, "datasourceBind", void 0);
446
446
  _define_property(this, "relationFields", void 0);
447
447
  var _props_aliasCode;
448
- this.aliasCode = (_props_aliasCode = props === null || props === void 0 ? void 0 : props.aliasCode) !== null && _props_aliasCode !== void 0 ? _props_aliasCode : "";
448
+ this.aliasCode = (_props_aliasCode = props === null || props === void 0 ? void 0 : props.aliasCode) !== null && _props_aliasCode !== void 0 ? _props_aliasCode : '';
449
449
  this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
450
450
  var _props_relationFields;
451
451
  this.relationFields = (_props_relationFields = props === null || props === void 0 ? void 0 : props.relationFields) !== null && _props_relationFields !== void 0 ? _props_relationFields : [];
@@ -477,13 +477,13 @@ export var JoinRelation = function JoinRelation(props) {
477
477
  * @public
478
478
  * */ _define_property(this, "propName", void 0);
479
479
  var _props_controlId;
480
- this.controlId = (_props_controlId = props === null || props === void 0 ? void 0 : props.controlId) !== null && _props_controlId !== void 0 ? _props_controlId : "";
480
+ this.controlId = (_props_controlId = props === null || props === void 0 ? void 0 : props.controlId) !== null && _props_controlId !== void 0 ? _props_controlId : '';
481
481
  var _props_fieldCode;
482
- this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : "";
482
+ this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : '';
483
483
  var _props_fieldType;
484
- this.fieldType = (_props_fieldType = props === null || props === void 0 ? void 0 : props.fieldType) !== null && _props_fieldType !== void 0 ? _props_fieldType : "";
484
+ this.fieldType = (_props_fieldType = props === null || props === void 0 ? void 0 : props.fieldType) !== null && _props_fieldType !== void 0 ? _props_fieldType : '';
485
485
  var _props_propName;
486
- this.propName = (_props_propName = props === null || props === void 0 ? void 0 : props.propName) !== null && _props_propName !== void 0 ? _props_propName : "";
486
+ this.propName = (_props_propName = props === null || props === void 0 ? void 0 : props.propName) !== null && _props_propName !== void 0 ? _props_propName : '';
487
487
  };
488
488
  /**
489
489
  * 显示项
@@ -503,9 +503,9 @@ export var JoinRelation = function JoinRelation(props) {
503
503
  * 字段数据类型
504
504
  */ _define_property(this, "fieldType", void 0);
505
505
  var _props_type;
506
- this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : "FIELD";
506
+ this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'FIELD';
507
507
  var _props_value;
508
- this.value = (_props_value = props === null || props === void 0 ? void 0 : props.value) !== null && _props_value !== void 0 ? _props_value : "";
508
+ this.value = (_props_value = props === null || props === void 0 ? void 0 : props.value) !== null && _props_value !== void 0 ? _props_value : '';
509
509
  this.fieldType = props === null || props === void 0 ? void 0 : props.fieldType;
510
510
  };
511
511
  export var OptionDisplayConfigItem = function OptionDisplayConfigItem(props) {
@@ -518,7 +518,7 @@ export var OptionDisplayConfigItem = function OptionDisplayConfigItem(props) {
518
518
  * 字段数据类型
519
519
  */ _define_property(this, "displayBoList", void 0);
520
520
  var _props_title;
521
- this.title = (_props_title = props === null || props === void 0 ? void 0 : props.title) !== null && _props_title !== void 0 ? _props_title : "";
521
+ this.title = (_props_title = props === null || props === void 0 ? void 0 : props.title) !== null && _props_title !== void 0 ? _props_title : '';
522
522
  var _props_displayBoList;
523
523
  this.displayBoList = (_props_displayBoList = props === null || props === void 0 ? void 0 : props.displayBoList) !== null && _props_displayBoList !== void 0 ? _props_displayBoList : [];
524
524
  };
@@ -537,7 +537,7 @@ export var OptionDisplayConfigItem = function OptionDisplayConfigItem(props) {
537
537
  * @defaultValue false
538
538
  */ _define_property(this, "desc", void 0);
539
539
  var _props_columnName;
540
- this.columnName = (_props_columnName = props.columnName) !== null && _props_columnName !== void 0 ? _props_columnName : "";
540
+ this.columnName = (_props_columnName = props.columnName) !== null && _props_columnName !== void 0 ? _props_columnName : '';
541
541
  var _props_desc;
542
542
  this.desc = (_props_desc = props.desc) !== null && _props_desc !== void 0 ? _props_desc : false;
543
543
  };
@@ -551,9 +551,9 @@ export var DataSourceDataSetValue = function DataSourceDataSetValue(props) {
551
551
  // 数据类型
552
552
  _define_property(this, "field_type", void 0);
553
553
  var _props_code;
554
- this.code = (_props_code = props.code) !== null && _props_code !== void 0 ? _props_code : "";
554
+ this.code = (_props_code = props.code) !== null && _props_code !== void 0 ? _props_code : '';
555
555
  var _props_value;
556
- this.value = (_props_value = props.value) !== null && _props_value !== void 0 ? _props_value : "";
556
+ this.value = (_props_value = props.value) !== null && _props_value !== void 0 ? _props_value : '';
557
557
  var _props_field_type;
558
558
  this.field_type = (_props_field_type = props.field_type) !== null && _props_field_type !== void 0 ? _props_field_type : FieldTypes.ANY;
559
559
  };
@@ -570,11 +570,11 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
570
570
  _define_property(this, "dataSet", void 0);
571
571
  var _props_id;
572
572
  //字段ID,不可以当作随机数生成唯一编号
573
- this.id = (_props_id = props.id) !== null && _props_id !== void 0 ? _props_id : "";
573
+ this.id = (_props_id = props.id) !== null && _props_id !== void 0 ? _props_id : '';
574
574
  var _props_limit;
575
575
  this.limit = (_props_limit = props.limit) !== null && _props_limit !== void 0 ? _props_limit : 20;
576
576
  var _props_formKey;
577
- this.formKey = (_props_formKey = props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : "";
577
+ this.formKey = (_props_formKey = props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : '';
578
578
  var _props_orders_map;
579
579
  this.orders = (_props_orders_map = (_props_orders = props.orders) === null || _props_orders === void 0 ? void 0 : _props_orders.map(function(item) {
580
580
  return new DataSourceOrderItem(item);
@@ -672,11 +672,11 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
672
672
  * @public
673
673
  */ _define_property(this, "showOrder", void 0);
674
674
  var _props_dataCode;
675
- this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : "";
675
+ this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
676
676
  var _props_appId;
677
- this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : "";
677
+ this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : '';
678
678
  var _props_valueFieldCode;
679
- this.valueFieldCode = (_props_valueFieldCode = props === null || props === void 0 ? void 0 : props.valueFieldCode) !== null && _props_valueFieldCode !== void 0 ? _props_valueFieldCode : "";
679
+ this.valueFieldCode = (_props_valueFieldCode = props === null || props === void 0 ? void 0 : props.valueFieldCode) !== null && _props_valueFieldCode !== void 0 ? _props_valueFieldCode : '';
680
680
  this.displayBoList = [];
681
681
  var _props_isOpenViewFilters;
682
682
  this.isOpenViewFilters = (_props_isOpenViewFilters = props === null || props === void 0 ? void 0 : props.isOpenViewFilters) !== null && _props_isOpenViewFilters !== void 0 ? _props_isOpenViewFilters : 0;
@@ -687,11 +687,11 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
687
687
  });
688
688
  }
689
689
  var _props_keywordMapping;
690
- this.keywordMapping = (_props_keywordMapping = props === null || props === void 0 ? void 0 : props.keywordMapping) !== null && _props_keywordMapping !== void 0 ? _props_keywordMapping : "";
690
+ this.keywordMapping = (_props_keywordMapping = props === null || props === void 0 ? void 0 : props.keywordMapping) !== null && _props_keywordMapping !== void 0 ? _props_keywordMapping : '';
691
691
  var _props_showOrder;
692
692
  this.showOrder = (_props_showOrder = props === null || props === void 0 ? void 0 : props.showOrder) !== null && _props_showOrder !== void 0 ? _props_showOrder : true;
693
693
  var _props_svcCode;
694
- this.svcCode = (_props_svcCode = props === null || props === void 0 ? void 0 : props.svcCode) !== null && _props_svcCode !== void 0 ? _props_svcCode : "";
694
+ this.svcCode = (_props_svcCode = props === null || props === void 0 ? void 0 : props.svcCode) !== null && _props_svcCode !== void 0 ? _props_svcCode : '';
695
695
  callFiltersAndOrders.call(this, props);
696
696
  };
697
697
  export var SelectedContentConfig = function SelectedContentConfig(props) {
@@ -708,7 +708,7 @@ export var SelectedContentConfig = function SelectedContentConfig(props) {
708
708
  * @public
709
709
  */ _define_property(this, "displayBoList", void 0);
710
710
  var _props_dataCode;
711
- this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : "";
711
+ this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
712
712
  var _props_displayBoList;
713
713
  this.displayBoList = (_props_displayBoList = props === null || props === void 0 ? void 0 : props.displayBoList) !== null && _props_displayBoList !== void 0 ? _props_displayBoList : [];
714
714
  };
@@ -727,24 +727,24 @@ export var LinkOperationOption = function LinkOperationOption(props) {
727
727
  _define_property(this, "openType", void 0);
728
728
  _define_property(this, "priorityProcess", void 0);
729
729
  var _props_code;
730
- this.code = (_props_code = props === null || props === void 0 ? void 0 : props.code) !== null && _props_code !== void 0 ? _props_code : "view";
730
+ this.code = (_props_code = props === null || props === void 0 ? void 0 : props.code) !== null && _props_code !== void 0 ? _props_code : 'view';
731
731
  var _props_color;
732
- this.color = (_props_color = props === null || props === void 0 ? void 0 : props.color) !== null && _props_color !== void 0 ? _props_color : "primary";
732
+ this.color = (_props_color = props === null || props === void 0 ? void 0 : props.color) !== null && _props_color !== void 0 ? _props_color : 'primary';
733
733
  var _props_command;
734
- this.command = (_props_command = props === null || props === void 0 ? void 0 : props.command) !== null && _props_command !== void 0 ? _props_command : "view";
734
+ this.command = (_props_command = props === null || props === void 0 ? void 0 : props.command) !== null && _props_command !== void 0 ? _props_command : 'view';
735
735
  var _props_confirmMessage;
736
736
  this.confirmMessage = (_props_confirmMessage = props === null || props === void 0 ? void 0 : props.confirmMessage) !== null && _props_confirmMessage !== void 0 ? _props_confirmMessage : undefined;
737
737
  var _props_defaultState;
738
- this.defaultState = (_props_defaultState = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _props_defaultState !== void 0 ? _props_defaultState : "default";
738
+ this.defaultState = (_props_defaultState = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _props_defaultState !== void 0 ? _props_defaultState : 'default';
739
739
  var _props_formKey;
740
740
  this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : undefined;
741
741
  this.formType = props === null || props === void 0 ? void 0 : props.formType;
742
742
  var _props_icon;
743
- this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : "iconliulan1";
743
+ this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : 'iconliulan1';
744
744
  var _props_needConfirm;
745
745
  this.needConfirm = (_props_needConfirm = props === null || props === void 0 ? void 0 : props.needConfirm) !== null && _props_needConfirm !== void 0 ? _props_needConfirm : false;
746
746
  var _props_openType;
747
- this.openType = (_props_openType = props === null || props === void 0 ? void 0 : props.openType) !== null && _props_openType !== void 0 ? _props_openType : "modal";
747
+ this.openType = (_props_openType = props === null || props === void 0 ? void 0 : props.openType) !== null && _props_openType !== void 0 ? _props_openType : 'modal';
748
748
  var _props_priorityProcess;
749
749
  this.priorityProcess = (_props_priorityProcess = props === null || props === void 0 ? void 0 : props.priorityProcess) !== null && _props_priorityProcess !== void 0 ? _props_priorityProcess : true;
750
750
  };
@@ -756,9 +756,9 @@ export var CustomAttributeItem = function CustomAttributeItem(props) {
756
756
  _define_property(this, "key", void 0);
757
757
  _define_property(this, "value", void 0);
758
758
  var _props_name;
759
- this.name = (_props_name = props === null || props === void 0 ? void 0 : props.name) !== null && _props_name !== void 0 ? _props_name : "";
759
+ this.name = (_props_name = props === null || props === void 0 ? void 0 : props.name) !== null && _props_name !== void 0 ? _props_name : '';
760
760
  var _props_key;
761
- this.key = (_props_key = props === null || props === void 0 ? void 0 : props.key) !== null && _props_key !== void 0 ? _props_key : "";
761
+ this.key = (_props_key = props === null || props === void 0 ? void 0 : props.key) !== null && _props_key !== void 0 ? _props_key : '';
762
762
  var _props_value_map;
763
763
  this.value = (_props_value_map = props === null || props === void 0 ? void 0 : (_props_value = props.value) === null || _props_value === void 0 ? void 0 : _props_value.map(function(item) {
764
764
  return new DisplayBoListItem(item);
@@ -798,7 +798,7 @@ export var OrganizationDataSourceBind = /*#__PURE__*/ function(DataSourceBind) {
798
798
  return new CustomAttributeItem(item);
799
799
  })) !== null && _props_attributes_map !== void 0 ? _props_attributes_map : [];
800
800
  var _props_formCode;
801
- _this.formCode = (_props_formCode = props === null || props === void 0 ? void 0 : props.formCode) !== null && _props_formCode !== void 0 ? _props_formCode : "";
801
+ _this.formCode = (_props_formCode = props === null || props === void 0 ? void 0 : props.formCode) !== null && _props_formCode !== void 0 ? _props_formCode : '';
802
802
  return _this;
803
803
  }
804
804
  return OrganizationDataSourceBind;
@@ -815,7 +815,7 @@ export var TreeDataSourceBind = /*#__PURE__*/ function(SuperDataSourceBind) {
815
815
  _define_property(_assert_this_initialized(_this), "filterCode", void 0);
816
816
  _this.rootNode = new RightVariable(props === null || props === void 0 ? void 0 : props.rootNode);
817
817
  var _props_filterCode;
818
- _this.filterCode = (_props_filterCode = props === null || props === void 0 ? void 0 : props.filterCode) !== null && _props_filterCode !== void 0 ? _props_filterCode : "";
818
+ _this.filterCode = (_props_filterCode = props === null || props === void 0 ? void 0 : props.filterCode) !== null && _props_filterCode !== void 0 ? _props_filterCode : '';
819
819
  return _this;
820
820
  }
821
821
  return TreeDataSourceBind;
@@ -834,9 +834,9 @@ var FillBind = function FillBind(props) {
834
834
  * 执行填充的数据项和控件
835
835
  * */ _define_property(this, "fillList", void 0);
836
836
  var _props_dataCode;
837
- this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : "";
837
+ this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
838
838
  var _props_appId;
839
- this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : "";
839
+ this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : '';
840
840
  var _props_fillList_map;
841
841
  this.fillList = (_props_fillList_map = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
842
842
  return new MultistageFillingItem(item);
@@ -896,7 +896,7 @@ var FillBind = function FillBind(props) {
896
896
  * @public
897
897
  */ _define_property(_assert_this_initialized(_this), "multiple", void 0);
898
898
  var _props_mode;
899
- _this.mode = (_props_mode = props === null || props === void 0 ? void 0 : props.mode) !== null && _props_mode !== void 0 ? _props_mode : "current";
899
+ _this.mode = (_props_mode = props === null || props === void 0 ? void 0 : props.mode) !== null && _props_mode !== void 0 ? _props_mode : 'current';
900
900
  var _props_multiple;
901
901
  _this.multiple = (_props_multiple = props === null || props === void 0 ? void 0 : props.multiple) !== null && _props_multiple !== void 0 ? _props_multiple : false;
902
902
  return _this;
@@ -910,11 +910,11 @@ export var Language = function Language(props) {
910
910
  _define_property(this, "en", void 0);
911
911
  _define_property(this, "ja", void 0);
912
912
  var _props_zh;
913
- this.zh = (_props_zh = props === null || props === void 0 ? void 0 : props.zh) !== null && _props_zh !== void 0 ? _props_zh : "";
913
+ this.zh = (_props_zh = props === null || props === void 0 ? void 0 : props.zh) !== null && _props_zh !== void 0 ? _props_zh : '';
914
914
  var _props_en;
915
- this.en = (_props_en = props === null || props === void 0 ? void 0 : props.en) !== null && _props_en !== void 0 ? _props_en : "";
915
+ this.en = (_props_en = props === null || props === void 0 ? void 0 : props.en) !== null && _props_en !== void 0 ? _props_en : '';
916
916
  var _props_ja;
917
- this.ja = (_props_ja = props === null || props === void 0 ? void 0 : props.ja) !== null && _props_ja !== void 0 ? _props_ja : "";
917
+ this.ja = (_props_ja = props === null || props === void 0 ? void 0 : props.ja) !== null && _props_ja !== void 0 ? _props_ja : '';
918
918
  };
919
919
  /**
920
920
  * 正则校验
@@ -935,11 +935,11 @@ export var Language = function Language(props) {
935
935
  * @defaultValue ''
936
936
  */ _define_property(this, "errMessage", void 0);
937
937
  var _props_stencilName;
938
- this.stencilName = (_props_stencilName = props === null || props === void 0 ? void 0 : props.stencilName) !== null && _props_stencilName !== void 0 ? _props_stencilName : "";
938
+ this.stencilName = (_props_stencilName = props === null || props === void 0 ? void 0 : props.stencilName) !== null && _props_stencilName !== void 0 ? _props_stencilName : '';
939
939
  var _props_expression;
940
- this.expression = (_props_expression = props === null || props === void 0 ? void 0 : props.expression) !== null && _props_expression !== void 0 ? _props_expression : "";
940
+ this.expression = (_props_expression = props === null || props === void 0 ? void 0 : props.expression) !== null && _props_expression !== void 0 ? _props_expression : '';
941
941
  var _props_errMessage;
942
- this.errMessage = (_props_errMessage = props === null || props === void 0 ? void 0 : props.errMessage) !== null && _props_errMessage !== void 0 ? _props_errMessage : "";
942
+ this.errMessage = (_props_errMessage = props === null || props === void 0 ? void 0 : props.errMessage) !== null && _props_errMessage !== void 0 ? _props_errMessage : '';
943
943
  };
944
944
  /**
945
945
  * 选项设置-自定义选项
@@ -961,7 +961,7 @@ export var Language = function Language(props) {
961
961
  var _props_id;
962
962
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId(8);
963
963
  var _props_label;
964
- this.label = (_props_label = props === null || props === void 0 ? void 0 : props.label) !== null && _props_label !== void 0 ? _props_label : "";
964
+ this.label = (_props_label = props === null || props === void 0 ? void 0 : props.label) !== null && _props_label !== void 0 ? _props_label : '';
965
965
  var _props_value;
966
966
  this.value = (_props_value = props === null || props === void 0 ? void 0 : props.value) !== null && _props_value !== void 0 ? _props_value : this.label;
967
967
  };
@@ -976,9 +976,9 @@ export var ImageOptionSetting = /*#__PURE__*/ function(OptionSetting) {
976
976
  _define_property(_assert_this_initialized(_this), "image", void 0);
977
977
  _define_property(_assert_this_initialized(_this), "type", void 0);
978
978
  var _props_image;
979
- _this.image = (_props_image = props === null || props === void 0 ? void 0 : props.image) !== null && _props_image !== void 0 ? _props_image : "";
979
+ _this.image = (_props_image = props === null || props === void 0 ? void 0 : props.image) !== null && _props_image !== void 0 ? _props_image : '';
980
980
  var _props_type;
981
- _this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : "src";
981
+ _this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'src';
982
982
  return _this;
983
983
  }
984
984
  return ImageOptionSetting;
@@ -1040,7 +1040,7 @@ export function initImageOptions(options) {
1040
1040
  * @defaultValue 'CNY'
1041
1041
  */ _define_property(this, "currency", void 0);
1042
1042
  var _props_amount;
1043
- this.amount = (_props_amount = props === null || props === void 0 ? void 0 : props.amount) !== null && _props_amount !== void 0 ? _props_amount : "";
1043
+ this.amount = (_props_amount = props === null || props === void 0 ? void 0 : props.amount) !== null && _props_amount !== void 0 ? _props_amount : '';
1044
1044
  var _props_currency;
1045
1045
  this.currency = (_props_currency = props === null || props === void 0 ? void 0 : props.currency) !== null && _props_currency !== void 0 ? _props_currency : "CNY";
1046
1046
  };
@@ -1082,9 +1082,9 @@ export function initImageOptions(options) {
1082
1082
  * @defaultValue ''
1083
1083
  */ _define_property(this, "max", void 0);
1084
1084
  var _props_min;
1085
- this.min = (_props_min = props === null || props === void 0 ? void 0 : props.min) !== null && _props_min !== void 0 ? _props_min : "";
1085
+ this.min = (_props_min = props === null || props === void 0 ? void 0 : props.min) !== null && _props_min !== void 0 ? _props_min : '';
1086
1086
  var _props_max;
1087
- this.max = (_props_max = props === null || props === void 0 ? void 0 : props.max) !== null && _props_max !== void 0 ? _props_max : "";
1087
+ this.max = (_props_max = props === null || props === void 0 ? void 0 : props.max) !== null && _props_max !== void 0 ? _props_max : '';
1088
1088
  };
1089
1089
  /**
1090
1090
  * 地址值
@@ -1117,17 +1117,17 @@ export function initImageOptions(options) {
1117
1117
  * @defaultValue ''
1118
1118
  */ _define_property(this, "provinceDisplay", void 0);
1119
1119
  var _props_city;
1120
- this.city = (_props_city = props === null || props === void 0 ? void 0 : props.city) !== null && _props_city !== void 0 ? _props_city : "";
1120
+ this.city = (_props_city = props === null || props === void 0 ? void 0 : props.city) !== null && _props_city !== void 0 ? _props_city : '';
1121
1121
  var _props_cityDisplay;
1122
- this.cityDisplay = (_props_cityDisplay = props === null || props === void 0 ? void 0 : props.cityDisplay) !== null && _props_cityDisplay !== void 0 ? _props_cityDisplay : "";
1122
+ this.cityDisplay = (_props_cityDisplay = props === null || props === void 0 ? void 0 : props.cityDisplay) !== null && _props_cityDisplay !== void 0 ? _props_cityDisplay : '';
1123
1123
  var _props_district;
1124
- this.district = (_props_district = props === null || props === void 0 ? void 0 : props.district) !== null && _props_district !== void 0 ? _props_district : "";
1124
+ this.district = (_props_district = props === null || props === void 0 ? void 0 : props.district) !== null && _props_district !== void 0 ? _props_district : '';
1125
1125
  var _props_districtDisplay;
1126
- this.districtDisplay = (_props_districtDisplay = props === null || props === void 0 ? void 0 : props.districtDisplay) !== null && _props_districtDisplay !== void 0 ? _props_districtDisplay : "";
1126
+ this.districtDisplay = (_props_districtDisplay = props === null || props === void 0 ? void 0 : props.districtDisplay) !== null && _props_districtDisplay !== void 0 ? _props_districtDisplay : '';
1127
1127
  var _props_province;
1128
- this.province = (_props_province = props === null || props === void 0 ? void 0 : props.province) !== null && _props_province !== void 0 ? _props_province : "";
1128
+ this.province = (_props_province = props === null || props === void 0 ? void 0 : props.province) !== null && _props_province !== void 0 ? _props_province : '';
1129
1129
  var _props_provinceDisplay;
1130
- this.provinceDisplay = (_props_provinceDisplay = props === null || props === void 0 ? void 0 : props.provinceDisplay) !== null && _props_provinceDisplay !== void 0 ? _props_provinceDisplay : "";
1130
+ this.provinceDisplay = (_props_provinceDisplay = props === null || props === void 0 ? void 0 : props.provinceDisplay) !== null && _props_provinceDisplay !== void 0 ? _props_provinceDisplay : '';
1131
1131
  };
1132
1132
  /**
1133
1133
  * 计算公式数据绑定项
@@ -1169,7 +1169,7 @@ export function initImageOptions(options) {
1169
1169
  var _props_result;
1170
1170
  this.result = (_props_result = props === null || props === void 0 ? void 0 : props.result) !== null && _props_result !== void 0 ? _props_result : 0;
1171
1171
  var _props_unit;
1172
- this.unit = (_props_unit = props === null || props === void 0 ? void 0 : props.unit) !== null && _props_unit !== void 0 ? _props_unit : "";
1172
+ this.unit = (_props_unit = props === null || props === void 0 ? void 0 : props.unit) !== null && _props_unit !== void 0 ? _props_unit : '';
1173
1173
  };
1174
1174
  export var AMOUNT_TYPE;
1175
1175
  (function(AMOUNT_TYPE) {
@@ -1278,13 +1278,13 @@ export var PAGE_STATUS;
1278
1278
  var _props_isShow;
1279
1279
  this.isShow = (_props_isShow = props === null || props === void 0 ? void 0 : props.isShow) !== null && _props_isShow !== void 0 ? _props_isShow : true;
1280
1280
  var _props_content;
1281
- this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : "";
1281
+ this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : '';
1282
1282
  var _props_formKey;
1283
- this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : "";
1283
+ this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : '';
1284
1284
  var _props_openType;
1285
- this.openType = (_props_openType = props === null || props === void 0 ? void 0 : props.openType) !== null && _props_openType !== void 0 ? _props_openType : "modal";
1285
+ this.openType = (_props_openType = props === null || props === void 0 ? void 0 : props.openType) !== null && _props_openType !== void 0 ? _props_openType : 'modal';
1286
1286
  var _props_type;
1287
- this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : "";
1287
+ this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : '';
1288
1288
  var _props_priorityProcess;
1289
1289
  this.priorityProcess = (_props_priorityProcess = props === null || props === void 0 ? void 0 : props.priorityProcess) !== null && _props_priorityProcess !== void 0 ? _props_priorityProcess : false;
1290
1290
  };
@@ -1300,7 +1300,7 @@ export var ViewOperationItem = function ViewOperationItem(props) {
1300
1300
  var _props_id;
1301
1301
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId(8);
1302
1302
  var _props_title;
1303
- this.title = (_props_title = props === null || props === void 0 ? void 0 : props.title) !== null && _props_title !== void 0 ? _props_title : "";
1303
+ this.title = (_props_title = props === null || props === void 0 ? void 0 : props.title) !== null && _props_title !== void 0 ? _props_title : '';
1304
1304
  var _props_headers_map;
1305
1305
  this.headers = (_props_headers_map = props === null || props === void 0 ? void 0 : (_props_headers = props.headers) === null || _props_headers === void 0 ? void 0 : _props_headers.map(function(item) {
1306
1306
  return new ListBindHeaderItem(item);
@@ -1321,7 +1321,7 @@ export var ViewOperationItem = function ViewOperationItem(props) {
1321
1321
  var _props_key;
1322
1322
  this.key = (_props_key = props.key) !== null && _props_key !== void 0 ? _props_key : genNonDuplicateId(8);
1323
1323
  var _props_caption;
1324
- this.caption = (_props_caption = props.caption) !== null && _props_caption !== void 0 ? _props_caption : "";
1324
+ this.caption = (_props_caption = props.caption) !== null && _props_caption !== void 0 ? _props_caption : '';
1325
1325
  };
1326
1326
  export var BaseStyle = function BaseStyle(props) {
1327
1327
  "use strict";
@@ -1331,13 +1331,13 @@ export var BaseStyle = function BaseStyle(props) {
1331
1331
  _define_property(this, "widthConfig", void 0);
1332
1332
  _define_property(this, "heightConfig", void 0);
1333
1333
  var _props_width;
1334
- this.width = (_props_width = props === null || props === void 0 ? void 0 : props.width) !== null && _props_width !== void 0 ? _props_width : "";
1334
+ this.width = (_props_width = props === null || props === void 0 ? void 0 : props.width) !== null && _props_width !== void 0 ? _props_width : '';
1335
1335
  var _props_height;
1336
- this.height = (_props_height = props === null || props === void 0 ? void 0 : props.height) !== null && _props_height !== void 0 ? _props_height : "";
1336
+ this.height = (_props_height = props === null || props === void 0 ? void 0 : props.height) !== null && _props_height !== void 0 ? _props_height : '';
1337
1337
  var _props_widthConfig;
1338
- this.widthConfig = (_props_widthConfig = props === null || props === void 0 ? void 0 : props.widthConfig) !== null && _props_widthConfig !== void 0 ? _props_widthConfig : "fill";
1338
+ this.widthConfig = (_props_widthConfig = props === null || props === void 0 ? void 0 : props.widthConfig) !== null && _props_widthConfig !== void 0 ? _props_widthConfig : 'fill';
1339
1339
  var _props_heightConfig;
1340
- this.heightConfig = (_props_heightConfig = props === null || props === void 0 ? void 0 : props.heightConfig) !== null && _props_heightConfig !== void 0 ? _props_heightConfig : "fill";
1340
+ this.heightConfig = (_props_heightConfig = props === null || props === void 0 ? void 0 : props.heightConfig) !== null && _props_heightConfig !== void 0 ? _props_heightConfig : 'fill';
1341
1341
  };
1342
1342
  export var OptObject = function OptObject(props) {
1343
1343
  "use strict";
@@ -1353,9 +1353,9 @@ export var OptObject = function OptObject(props) {
1353
1353
  * @public
1354
1354
  */ _define_property(this, "optType", void 0);
1355
1355
  var _props_optCode;
1356
- this.optCode = (_props_optCode = props === null || props === void 0 ? void 0 : props.optCode) !== null && _props_optCode !== void 0 ? _props_optCode : "";
1356
+ this.optCode = (_props_optCode = props === null || props === void 0 ? void 0 : props.optCode) !== null && _props_optCode !== void 0 ? _props_optCode : '';
1357
1357
  var _props_optType;
1358
- this.optType = (_props_optType = props === null || props === void 0 ? void 0 : props.optType) !== null && _props_optType !== void 0 ? _props_optType : "";
1358
+ this.optType = (_props_optType = props === null || props === void 0 ? void 0 : props.optType) !== null && _props_optType !== void 0 ? _props_optType : '';
1359
1359
  };
1360
1360
  export var RowStyleRule = function RowStyleRule(props) {
1361
1361
  "use strict";
@@ -1382,7 +1382,7 @@ export var RowStyleRule = function RowStyleRule(props) {
1382
1382
  var _props_id;
1383
1383
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId();
1384
1384
  var _props_name;
1385
- this.name = (_props_name = props === null || props === void 0 ? void 0 : props.name) !== null && _props_name !== void 0 ? _props_name : "";
1385
+ this.name = (_props_name = props === null || props === void 0 ? void 0 : props.name) !== null && _props_name !== void 0 ? _props_name : '';
1386
1386
  var _props_filters_map;
1387
1387
  this.filters = (_props_filters_map = props === null || props === void 0 ? void 0 : (_props_filters = props.filters) === null || _props_filters === void 0 ? void 0 : _props_filters.map(function(item) {
1388
1388
  if (item.children !== undefined) {
@@ -1414,13 +1414,13 @@ export var RowStyleSettings = function RowStyleSettings(props) {
1414
1414
  * 作用范围,row整行,col整列
1415
1415
  */ _define_property(this, "scope", void 0);
1416
1416
  var _props_type;
1417
- this.type = (_props_type = props.type) !== null && _props_type !== void 0 ? _props_type : "background";
1417
+ this.type = (_props_type = props.type) !== null && _props_type !== void 0 ? _props_type : 'background';
1418
1418
  var _props_fieldCodes;
1419
1419
  this.fieldCodes = (_props_fieldCodes = props.fieldCodes) !== null && _props_fieldCodes !== void 0 ? _props_fieldCodes : [];
1420
1420
  var _props_color;
1421
- this.color = (_props_color = props.color) !== null && _props_color !== void 0 ? _props_color : "theme";
1421
+ this.color = (_props_color = props.color) !== null && _props_color !== void 0 ? _props_color : 'theme';
1422
1422
  var _props_scope;
1423
- this.scope = (_props_scope = props.scope) !== null && _props_scope !== void 0 ? _props_scope : "row";
1423
+ this.scope = (_props_scope = props.scope) !== null && _props_scope !== void 0 ? _props_scope : 'row';
1424
1424
  };
1425
1425
  export var RowStyle = function RowStyle(props) {
1426
1426
  "use strict";
@@ -1430,10 +1430,10 @@ export var RowStyle = function RowStyle(props) {
1430
1430
  _define_property(this, "interval", void 0);
1431
1431
  _define_property(this, "rules", void 0);
1432
1432
  var _props_type;
1433
- this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : "none";
1433
+ this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'none';
1434
1434
  var _props_interval;
1435
1435
  this.interval = (_props_interval = props === null || props === void 0 ? void 0 : props.interval) !== null && _props_interval !== void 0 ? _props_interval : {
1436
- color: ""
1436
+ color: ''
1437
1437
  };
1438
1438
  var _props_rules_map;
1439
1439
  this.rules = (props === null || props === void 0 ? void 0 : props.rules) && Array.isArray(props === null || props === void 0 ? void 0 : props.rules) ? (_props_rules_map = props === null || props === void 0 ? void 0 : (_props_rules = props.rules) === null || _props_rules === void 0 ? void 0 : _props_rules.map(function(item) {
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export * from "./common";
2
- export * from "./framework";
3
- export * from "./type";
4
- export * from "./framework/isDataBind";
1
+ export * from './common';
2
+ export * from './framework';
3
+ export * from './type';
4
+ export * from './framework/isDataBind';