@byteluck-fe/model-driven-core 2.23.0-beta.13 → 2.23.0-beta.15

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 (49) hide show
  1. package/README.md +69 -69
  2. package/dist/esm/common/BaseControl/designer.js +11 -11
  3. package/dist/esm/common/BaseControl/property.js +15 -15
  4. package/dist/esm/common/ColumnControl/property.js +28 -28
  5. package/dist/esm/common/FormControl/property.js +44 -44
  6. package/dist/esm/framework/index.js +364 -364
  7. package/dist/index.umd.js +1 -1
  8. package/dist/types/api-doc-index.d.ts +4 -4
  9. package/dist/types/common/BaseControl/designer.d.ts +71 -71
  10. package/dist/types/common/BaseControl/index.d.ts +13 -13
  11. package/dist/types/common/BaseControl/property.d.ts +44 -44
  12. package/dist/types/common/BaseControl/runtime.d.ts +23 -23
  13. package/dist/types/common/BaseControl/types.d.ts +35 -35
  14. package/dist/types/common/ColumnControl/designer.d.ts +20 -20
  15. package/dist/types/common/ColumnControl/index.d.ts +12 -12
  16. package/dist/types/common/ColumnControl/property.d.ts +74 -74
  17. package/dist/types/common/ColumnControl/runtime.d.ts +11 -11
  18. package/dist/types/common/ControlArray.d.ts +9 -9
  19. package/dist/types/common/FormControl/designer.d.ts +13 -13
  20. package/dist/types/common/FormControl/index.d.ts +12 -12
  21. package/dist/types/common/FormControl/property.d.ts +100 -100
  22. package/dist/types/common/FormControl/runtime.d.ts +11 -11
  23. package/dist/types/common/LayoutControl/designer.d.ts +21 -21
  24. package/dist/types/common/LayoutControl/index.d.ts +12 -12
  25. package/dist/types/common/LayoutControl/property.d.ts +6 -6
  26. package/dist/types/common/LayoutControl/runtime.d.ts +11 -11
  27. package/dist/types/common/ListControl/designer.d.ts +16 -16
  28. package/dist/types/common/ListControl/index.d.ts +12 -12
  29. package/dist/types/common/ListControl/property.d.ts +18 -18
  30. package/dist/types/common/ListControl/runtime.d.ts +12 -12
  31. package/dist/types/common/SearchViewControl/designer.d.ts +11 -11
  32. package/dist/types/common/SearchViewControl/index.d.ts +12 -12
  33. package/dist/types/common/SearchViewControl/property.d.ts +8 -8
  34. package/dist/types/common/SearchViewControl/runtime.d.ts +11 -11
  35. package/dist/types/common/Validator.d.ts +15 -15
  36. package/dist/types/common/WrapControl/designer.d.ts +11 -11
  37. package/dist/types/common/WrapControl/index.d.ts +12 -12
  38. package/dist/types/common/WrapControl/property.d.ts +6 -6
  39. package/dist/types/common/WrapControl/runtime.d.ts +11 -11
  40. package/dist/types/common/controlHooksEmitter.d.ts +4 -4
  41. package/dist/types/common/index.d.ts +12 -12
  42. package/dist/types/common/initLinkOperationRules.d.ts +6 -6
  43. package/dist/types/common/initOptionAndDataSourceRules.d.ts +10 -10
  44. package/dist/types/framework/RegisterControls.d.ts +37 -37
  45. package/dist/types/framework/index.d.ts +925 -925
  46. package/dist/types/framework/isDataBind.d.ts +2 -2
  47. package/dist/types/index.d.ts +4 -4
  48. package/dist/types/type.d.ts +91 -91
  49. package/package.json +3 -3
@@ -72,31 +72,31 @@ function _is_native_reflect_construct() {
72
72
  }
73
73
  import { FieldTypes, genNonDuplicateId } from '@byteluck-fe/model-driven-shared';
74
74
  export * from './RegisterControls';
75
- /**
76
- * 数据绑定配置
77
- * @public
75
+ /**
76
+ * 数据绑定配置
77
+ * @public
78
78
  */ export var DataBind = function DataBind(props) {
79
79
  "use strict";
80
80
  _class_call_check(this, DataBind);
81
- /**
82
- * 数据模型编码
83
- * @defaultValue ''
84
- * @public
81
+ /**
82
+ * 数据模型编码
83
+ * @defaultValue ''
84
+ * @public
85
85
  */ _define_property(this, "dataCode", void 0);
86
- /**
87
- * 字段编码
88
- * @defaultValue ''
89
- * @public
86
+ /**
87
+ * 字段编码
88
+ * @defaultValue ''
89
+ * @public
90
90
  */ _define_property(this, "fieldCode", void 0);
91
- /**
92
- * 字段类型
93
- * @defaultValue ''
94
- * @public
91
+ /**
92
+ * 字段类型
93
+ * @defaultValue ''
94
+ * @public
95
95
  */ _define_property(this, "fieldType", void 0);
96
- /**
97
- * 表别名
98
- * @defaultValue undefined
99
- * @public
96
+ /**
97
+ * 表别名
98
+ * @defaultValue undefined
99
+ * @public
100
100
  */ _define_property(this, "aliasCode", void 0);
101
101
  var _props_dataCode;
102
102
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -208,15 +208,15 @@ export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
208
208
  }
209
209
  return FormSelectBind;
210
210
  }(FormBind);
211
- /**
212
- * 列表绑定字段项
213
- * @public
211
+ /**
212
+ * 列表绑定字段项
213
+ * @public
214
214
  */ var ListBindHeaderItem = function ListBindHeaderItem(props) {
215
215
  "use strict";
216
216
  _class_call_check(this, ListBindHeaderItem);
217
- /**
218
- * 字段
219
- * @defaultValue ''
217
+ /**
218
+ * 字段
219
+ * @defaultValue ''
220
220
  */ _define_property(this, "fieldCode", void 0);
221
221
  _define_property(this, "dataCode", void 0);
222
222
  var _props_fieldCode;
@@ -224,23 +224,23 @@ export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
224
224
  var _props_dataCode;
225
225
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
226
226
  };
227
- /**
228
- * 列表绑定配置
227
+ /**
228
+ * 列表绑定配置
229
229
  */ export var ListBind = function ListBind(props) {
230
230
  "use strict";
231
231
  _class_call_check(this, ListBind);
232
232
  var _props_headers;
233
- /**
234
- * 应用ID
235
- * @public
233
+ /**
234
+ * 应用ID
235
+ * @public
236
236
  */ _define_property(this, "appId", void 0);
237
- /**
238
- * 表单ID
239
- * @public
237
+ /**
238
+ * 表单ID
239
+ * @public
240
240
  */ _define_property(this, "formKey", void 0);
241
- /**
242
- * 显示字段
243
- * @public
241
+ /**
242
+ * 显示字段
243
+ * @public
244
244
  */ _define_property(this, "headers", void 0);
245
245
  var _props_appId;
246
246
  this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : '';
@@ -326,36 +326,36 @@ export var RightVariable = function RightVariable(props) {
326
326
  var _props_displayBos;
327
327
  this.displayBos = (_props_displayBos = props === null || props === void 0 ? void 0 : props.displayBos) !== null && _props_displayBos !== void 0 ? _props_displayBos : [];
328
328
  };
329
- /**
330
- * 连接符条件
331
- * @public
329
+ /**
330
+ * 连接符条件
331
+ * @public
332
332
  */ export var FieldFilterConditions = function FieldFilterConditions(props) {
333
333
  "use strict";
334
334
  var _this = this;
335
335
  _class_call_check(this, FieldFilterConditions);
336
- /**
337
- * 编号
338
- * @defaultValue ''
336
+ /**
337
+ * 编号
338
+ * @defaultValue ''
339
339
  */ _define_property(this, "id", void 0);
340
- /**
341
- * 规则编号
342
- * @defaultValue Timestamp
340
+ /**
341
+ * 规则编号
342
+ * @defaultValue Timestamp
343
343
  */ _define_property(this, "ruleId", void 0);
344
- /**
345
- * 类型:连接符条件
346
- * @defaultValue 'conditions'
344
+ /**
345
+ * 类型:连接符条件
346
+ * @defaultValue 'conditions'
347
347
  */ _define_property(this, "type", 'conditions');
348
- /**
349
- * 深度
350
- * @defaultValue 0
348
+ /**
349
+ * 深度
350
+ * @defaultValue 0
351
351
  */ _define_property(this, "level", void 0);
352
- /**
353
- * 连接符值
354
- * @defaultValue 'and'
352
+ /**
353
+ * 连接符值
354
+ * @defaultValue 'and'
355
355
  */ _define_property(this, "value", void 0);
356
- /**
357
- * 包含子项
358
- * @defaultValue []
356
+ /**
357
+ * 包含子项
358
+ * @defaultValue []
359
359
  */ _define_property(this, "children", void 0);
360
360
  var _props_id;
361
361
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId();
@@ -380,34 +380,34 @@ export var RightVariable = function RightVariable(props) {
380
380
  });
381
381
  }
382
382
  };
383
- /**
384
- * 字段过滤条件
385
- * @public
383
+ /**
384
+ * 字段过滤条件
385
+ * @public
386
386
  */ export var FieldFilterCondition = function FieldFilterCondition(props) {
387
387
  "use strict";
388
388
  _class_call_check(this, FieldFilterCondition);
389
- /**
390
- * 唯一编号
391
- * @defaultValue ''
389
+ /**
390
+ * 唯一编号
391
+ * @defaultValue ''
392
392
  */ _define_property(this, "id", void 0);
393
- /**
394
- * 规则编号
395
- * @defaultValue Timestamp
393
+ /**
394
+ * 规则编号
395
+ * @defaultValue Timestamp
396
396
  */ _define_property(this, "ruleId", void 0);
397
- /**
398
- * 类型
399
- * @defaultValue 'condition'
397
+ /**
398
+ * 类型
399
+ * @defaultValue 'condition'
400
400
  */ _define_property(this, "type", 'condition');
401
- /**
402
- * 符号
401
+ /**
402
+ * 符号
403
403
  */ _define_property(this, "symbol", void 0);
404
404
  _define_property(this, "checked", void 0);
405
405
  _define_property(this, "describe", void 0);
406
- /**
407
- * 左值
406
+ /**
407
+ * 左值
408
408
  */ _define_property(this, "leftVariableBo", void 0);
409
- /**
410
- * 右值
409
+ /**
410
+ * 右值
411
411
  */ _define_property(this, "rightVariableBo", void 0);
412
412
  var _props_id;
413
413
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId();
@@ -434,31 +434,31 @@ export var JoinRelation = function JoinRelation(props) {
434
434
  var _props_relationFields;
435
435
  this.relationFields = (_props_relationFields = props === null || props === void 0 ? void 0 : props.relationFields) !== null && _props_relationFields !== void 0 ? _props_relationFields : [];
436
436
  };
437
- /**
438
- * 数据填充项
439
- * @public
437
+ /**
438
+ * 数据填充项
439
+ * @public
440
440
  */ export var MultistageFillingItem = function MultistageFillingItem(props) {
441
441
  "use strict";
442
442
  _class_call_check(this, MultistageFillingItem);
443
- /**
444
- * 控件ID
445
- * @defaultValue ''
446
- * @public
443
+ /**
444
+ * 控件ID
445
+ * @defaultValue ''
446
+ * @public
447
447
  */ _define_property(this, "controlId", void 0);
448
- /**
449
- * 字段
450
- * @defaultValue ''
451
- * @public
448
+ /**
449
+ * 字段
450
+ * @defaultValue ''
451
+ * @public
452
452
  */ _define_property(this, "fieldCode", void 0);
453
- /**
454
- * 字段类型。事件在填充时,需要根据数据类型进行判断处理动作。
455
- * @defaultValue ''
456
- * @public
453
+ /**
454
+ * 字段类型。事件在填充时,需要根据数据类型进行判断处理动作。
455
+ * @defaultValue ''
456
+ * @public
457
457
  */ _define_property(this, "fieldType", void 0);
458
- /**
459
- * 属性名称。如果是ObjectDataBind的控件,可以指定填充到哪个数据项。
460
- * @defaultValue ''
461
- * @public
458
+ /**
459
+ * 属性名称。如果是ObjectDataBind的控件,可以指定填充到哪个数据项。
460
+ * @defaultValue ''
461
+ * @public
462
462
  * */ _define_property(this, "propName", void 0);
463
463
  var _props_controlId;
464
464
  this.controlId = (_props_controlId = props === null || props === void 0 ? void 0 : props.controlId) !== null && _props_controlId !== void 0 ? _props_controlId : '';
@@ -469,22 +469,22 @@ export var JoinRelation = function JoinRelation(props) {
469
469
  var _props_propName;
470
470
  this.propName = (_props_propName = props === null || props === void 0 ? void 0 : props.propName) !== null && _props_propName !== void 0 ? _props_propName : '';
471
471
  };
472
- /**
473
- * 显示项
474
- * @public
472
+ /**
473
+ * 显示项
474
+ * @public
475
475
  */ export var DisplayBoListItem = function DisplayBoListItem(props) {
476
476
  "use strict";
477
477
  _class_call_check(this, DisplayBoListItem);
478
- /**
479
- * 显示项类型:字段 | 符号
480
- * @defaultValue 'FIELD'
481
- * @public
478
+ /**
479
+ * 显示项类型:字段 | 符号
480
+ * @defaultValue 'FIELD'
481
+ * @public
482
482
  */ _define_property(this, "type", void 0);
483
- /**
484
- * 值
483
+ /**
484
+ * 值
485
485
  */ _define_property(this, "value", void 0);
486
- /**
487
- * 字段数据类型
486
+ /**
487
+ * 字段数据类型
488
488
  */ _define_property(this, "fieldType", void 0);
489
489
  var _props_type;
490
490
  this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'FIELD';
@@ -495,30 +495,30 @@ export var JoinRelation = function JoinRelation(props) {
495
495
  export var OptionDisplayConfigItem = function OptionDisplayConfigItem(props) {
496
496
  "use strict";
497
497
  _class_call_check(this, OptionDisplayConfigItem);
498
- /**
499
- * 标题
498
+ /**
499
+ * 标题
500
500
  */ _define_property(this, "title", void 0);
501
- /**
502
- * 字段数据类型
501
+ /**
502
+ * 字段数据类型
503
503
  */ _define_property(this, "displayBoList", void 0);
504
504
  var _props_title;
505
505
  this.title = (_props_title = props === null || props === void 0 ? void 0 : props.title) !== null && _props_title !== void 0 ? _props_title : '';
506
506
  var _props_displayBoList;
507
507
  this.displayBoList = (_props_displayBoList = props === null || props === void 0 ? void 0 : props.displayBoList) !== null && _props_displayBoList !== void 0 ? _props_displayBoList : [];
508
508
  };
509
- /**
510
- * 数据源排序项
511
- * @public
509
+ /**
510
+ * 数据源排序项
511
+ * @public
512
512
  */ export var DataSourceOrderItem = function DataSourceOrderItem(props) {
513
513
  "use strict";
514
514
  _class_call_check(this, DataSourceOrderItem);
515
- /**
516
- * 列名
517
- * @defaultValue ''
515
+ /**
516
+ * 列名
517
+ * @defaultValue ''
518
518
  */ _define_property(this, "columnName", void 0);
519
- /**
520
- * 倒序
521
- * @defaultValue false
519
+ /**
520
+ * 倒序
521
+ * @defaultValue false
522
522
  */ _define_property(this, "desc", void 0);
523
523
  var _props_columnName;
524
524
  this.columnName = (_props_columnName = props.columnName) !== null && _props_columnName !== void 0 ? _props_columnName : '';
@@ -545,8 +545,8 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
545
545
  "use strict";
546
546
  _class_call_check(this, DataSourceParamItem);
547
547
  var _props_orders, _props_dataSet;
548
- /**
549
- * 字段ID
548
+ /**
549
+ * 字段ID
550
550
  */ _define_property(this, "id", void 0);
551
551
  _define_property(this, "limit", void 0);
552
552
  _define_property(this, "orders", void 0);
@@ -568,8 +568,8 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
568
568
  return new DataSourceDataSetValue(item);
569
569
  })) !== null && _props_dataSet_map !== void 0 ? _props_dataSet_map : [];
570
570
  };
571
- /**
572
- * 给filters和orders赋值
571
+ /**
572
+ * 给filters和orders赋值
573
573
  * */ function callFiltersAndOrders(props) {
574
574
  var _props_filters, _props_viewFilters, _props_orders;
575
575
  var _props_filters_map;
@@ -592,68 +592,68 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
592
592
  })) !== null && _props_orders_map !== void 0 ? _props_orders_map : [];
593
593
  // }
594
594
  }
595
- /**
596
- * 数据源绑定配置
597
- * @public
595
+ /**
596
+ * 数据源绑定配置
597
+ * @public
598
598
  */ export var DataSourceBind = function DataSourceBind(props) {
599
599
  "use strict";
600
600
  var _this = this;
601
601
  _class_call_check(this, DataSourceBind);
602
- /**
603
- * 绑定数据源id
604
- * @defaultValue ''
605
- * @public
602
+ /**
603
+ * 绑定数据源id
604
+ * @defaultValue ''
605
+ * @public
606
606
  */ _define_property(this, "dataCode", void 0);
607
- /**
608
- * 存储值
609
- * @defaultValue ''
610
- * @public
607
+ /**
608
+ * 存储值
609
+ * @defaultValue ''
610
+ * @public
611
611
  */ _define_property(this, "valueFieldCode", void 0);
612
- /**
613
- * 显示值
614
- * @defaultValue []
615
- * @public
612
+ /**
613
+ * 显示值
614
+ * @defaultValue []
615
+ * @public
616
616
  */ _define_property(this, "displayBoList", void 0);
617
- /**
618
- * 查询关键字参数映射
619
- * @defaultValue ''
620
- * @public
617
+ /**
618
+ * 查询关键字参数映射
619
+ * @defaultValue ''
620
+ * @public
621
621
  */ _define_property(this, "keywordMapping", void 0);
622
- /**
623
- * 绑定服务
624
- * @defaultValue ''
625
- * @public
622
+ /**
623
+ * 绑定服务
624
+ * @defaultValue ''
625
+ * @public
626
626
  */ _define_property(this, "svcCode", void 0);
627
- /**
628
- * 应用Id
629
- * @defaultValue ''
630
- * @public
627
+ /**
628
+ * 应用Id
629
+ * @defaultValue ''
630
+ * @public
631
631
  */ _define_property(this, "appId", void 0);
632
- /**
633
- * 过滤条件
634
- * @defaultValue []
635
- * @public
632
+ /**
633
+ * 过滤条件
634
+ * @defaultValue []
635
+ * @public
636
636
  */ _define_property(this, "filters", void 0);
637
637
  // 过滤
638
- /**
639
- * 过滤条件-查看过滤
640
- * @defaultValue []
641
- * @public
638
+ /**
639
+ * 过滤条件-查看过滤
640
+ * @defaultValue []
641
+ * @public
642
642
  */ _define_property(this, "viewFilters", void 0);
643
- /**
644
- * 是否开启查看过滤
645
- * @defaultValue 0:未开启;1:开启
646
- * @public
643
+ /**
644
+ * 是否开启查看过滤
645
+ * @defaultValue 0:未开启;1:开启
646
+ * @public
647
647
  */ _define_property(this, "isOpenViewFilters", void 0);
648
- /**
649
- * 排序
650
- * @defaultValue []
651
- * @public
648
+ /**
649
+ * 排序
650
+ * @defaultValue []
651
+ * @public
652
652
  */ _define_property(this, "orders", void 0);
653
- /**
654
- * 显示排序
655
- * @defaultValue true
656
- * @public
653
+ /**
654
+ * 显示排序
655
+ * @defaultValue true
656
+ * @public
657
657
  */ _define_property(this, "showOrder", void 0);
658
658
  var _props_dataCode;
659
659
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -681,15 +681,15 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
681
681
  export var SelectedContentConfig = function SelectedContentConfig(props) {
682
682
  "use strict";
683
683
  _class_call_check(this, SelectedContentConfig);
684
- /**
685
- * 展示已选内容
686
- * @defaultValue ''
687
- * @public
684
+ /**
685
+ * 展示已选内容
686
+ * @defaultValue ''
687
+ * @public
688
688
  */ _define_property(this, "dataCode", void 0);
689
- /**
690
- * 展示已选明细
691
- * @defaultValue []
692
- * @public
689
+ /**
690
+ * 展示已选明细
691
+ * @defaultValue []
692
+ * @public
693
693
  */ _define_property(this, "displayBoList", void 0);
694
694
  var _props_dataCode;
695
695
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -806,14 +806,14 @@ var FillBind = function FillBind(props) {
806
806
  "use strict";
807
807
  _class_call_check(this, FillBind);
808
808
  var _props_fillList;
809
- /*
810
- * 需要被填充的数据源
809
+ /*
810
+ * 需要被填充的数据源
811
811
  * */ _define_property(this, "dataCode", void 0);
812
- /*
813
- * appId
812
+ /*
813
+ * appId
814
814
  * */ _define_property(this, "appId", void 0);
815
- /*
816
- * 执行填充的数据项和控件
815
+ /*
816
+ * 执行填充的数据项和控件
817
817
  * */ _define_property(this, "fillList", void 0);
818
818
  var _props_dataCode;
819
819
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -824,10 +824,10 @@ var FillBind = function FillBind(props) {
824
824
  return new MultistageFillingItem(item);
825
825
  })) !== null && _props_fillList_map !== void 0 ? _props_fillList_map : [];
826
826
  };
827
- /**
828
- * FillPayloadBind 填充配置
829
- * 填充的配置和需要携带的数据
830
- * @public
827
+ /**
828
+ * FillPayloadBind 填充配置
829
+ * 填充的配置和需要携带的数据
830
+ * @public
831
831
  * */ export var FillPayloadBind = /*#__PURE__*/ function(FillBind) {
832
832
  "use strict";
833
833
  _inherits(FillPayloadBind, FillBind);
@@ -836,27 +836,27 @@ var FillBind = function FillBind(props) {
836
836
  var _this;
837
837
  _this = _call_super(this, FillPayloadBind, [
838
838
  props
839
- ]), /**
840
- * 数据源过滤条件
841
- * @defaultValue []
842
- * @public
843
- **/ _define_property(_this, "filters", void 0), /**
844
- * 数据源过滤条件-查看
845
- * @defaultValue []
846
- * @public
847
- **/ _define_property(_this, "viewFilters", void 0), /**
848
- * 数据源排序条件
849
- * @defaultValue []
850
- * @public
839
+ ]), /**
840
+ * 数据源过滤条件
841
+ * @defaultValue []
842
+ * @public
843
+ **/ _define_property(_this, "filters", void 0), /**
844
+ * 数据源过滤条件-查看
845
+ * @defaultValue []
846
+ * @public
847
+ **/ _define_property(_this, "viewFilters", void 0), /**
848
+ * 数据源排序条件
849
+ * @defaultValue []
850
+ * @public
851
851
  **/ _define_property(_this, "orders", void 0);
852
852
  callFiltersAndOrders.call(_this, props);
853
853
  return _this;
854
854
  }
855
855
  return FillPayloadBind;
856
856
  }(FillBind);
857
- /**
858
- * FillBackBind 回填需要的配置和参数
859
- * @public
857
+ /**
858
+ * FillBackBind 回填需要的配置和参数
859
+ * @public
860
860
  */ export var FillBackBind = /*#__PURE__*/ function(FillBind) {
861
861
  "use strict";
862
862
  _inherits(FillBackBind, FillBind);
@@ -865,14 +865,14 @@ var FillBind = function FillBind(props) {
865
865
  var _this;
866
866
  _this = _call_super(this, FillBackBind, [
867
867
  props
868
- ]), /**
869
- * 回填模式。current 当前表(根据按钮所在位置来区分,而不是通过主表和子表来区分)| subtable 子表
870
- * @defaultValue 'current'
871
- * @public
872
- * */ _define_property(_this, "mode", void 0), /**
873
- * 多选
874
- * @defaultValue false
875
- * @public
868
+ ]), /**
869
+ * 回填模式。current 当前表(根据按钮所在位置来区分,而不是通过主表和子表来区分)| subtable 子表
870
+ * @defaultValue 'current'
871
+ * @public
872
+ * */ _define_property(_this, "mode", void 0), /**
873
+ * 多选
874
+ * @defaultValue false
875
+ * @public
876
876
  */ _define_property(_this, "multiple", void 0);
877
877
  var _props_mode;
878
878
  _this.mode = (_props_mode = props === null || props === void 0 ? void 0 : props.mode) !== null && _props_mode !== void 0 ? _props_mode : 'current';
@@ -895,23 +895,23 @@ export var Language = function Language(props) {
895
895
  var _props_ja;
896
896
  this.ja = (_props_ja = props === null || props === void 0 ? void 0 : props.ja) !== null && _props_ja !== void 0 ? _props_ja : '';
897
897
  };
898
- /**
899
- * 正则校验
900
- * @public
898
+ /**
899
+ * 正则校验
900
+ * @public
901
901
  */ export var RegularRules = function RegularRules(props) {
902
902
  "use strict";
903
903
  _class_call_check(this, RegularRules);
904
- /**
905
- * 内置模版
906
- * @defaultValue ''
904
+ /**
905
+ * 内置模版
906
+ * @defaultValue ''
907
907
  */ _define_property(this, "stencilName", void 0);
908
- /**
909
- * 正则表达式
910
- * @defaultValue ''
908
+ /**
909
+ * 正则表达式
910
+ * @defaultValue ''
911
911
  */ _define_property(this, "expression", void 0);
912
- /**
913
- * 校验错误提示信息
914
- * @defaultValue ''
912
+ /**
913
+ * 校验错误提示信息
914
+ * @defaultValue ''
915
915
  */ _define_property(this, "errMessage", void 0);
916
916
  var _props_stencilName;
917
917
  this.stencilName = (_props_stencilName = props === null || props === void 0 ? void 0 : props.stencilName) !== null && _props_stencilName !== void 0 ? _props_stencilName : '';
@@ -920,22 +920,22 @@ export var Language = function Language(props) {
920
920
  var _props_errMessage;
921
921
  this.errMessage = (_props_errMessage = props === null || props === void 0 ? void 0 : props.errMessage) !== null && _props_errMessage !== void 0 ? _props_errMessage : '';
922
922
  };
923
- /**
924
- * 选项设置-自定义选项
925
- * @public
923
+ /**
924
+ * 选项设置-自定义选项
925
+ * @public
926
926
  */ export var OptionSetting = function OptionSetting(props) {
927
927
  "use strict";
928
928
  _class_call_check(this, OptionSetting);
929
929
  _define_property(this, "id", void 0);
930
- /**
931
- * 显示值
932
- * @defaultValue ''
933
- * @public
930
+ /**
931
+ * 显示值
932
+ * @defaultValue ''
933
+ * @public
934
934
  */ _define_property(this, "label", void 0);
935
- /**
936
- * 选项ID
937
- * @defaultValue this.label
938
- * @public
935
+ /**
936
+ * 选项ID
937
+ * @defaultValue this.label
938
+ * @public
939
939
  */ _define_property(this, "value", void 0);
940
940
  var _props_id;
941
941
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId(8);
@@ -973,26 +973,26 @@ export function initImageOptions(options) {
973
973
  return new ImageOptionSetting(item);
974
974
  })) !== null && _options_map !== void 0 ? _options_map : [];
975
975
  }
976
- /**
977
- * 对象类型数据绑定配置
978
- * @public
976
+ /**
977
+ * 对象类型数据绑定配置
978
+ * @public
979
979
  */ export var ObjectDataBind = function ObjectDataBind() {
980
980
  "use strict";
981
981
  _class_call_check(this, ObjectDataBind);
982
982
  };
983
- /**
984
- * 金额控件数据绑定配置
985
- * @public
983
+ /**
984
+ * 金额控件数据绑定配置
985
+ * @public
986
986
  */ export var AmountDataBind = /*#__PURE__*/ function(ObjectDataBind) {
987
987
  "use strict";
988
988
  _inherits(AmountDataBind, ObjectDataBind);
989
989
  function AmountDataBind(props) {
990
990
  _class_call_check(this, AmountDataBind);
991
991
  var _this;
992
- _this = _call_super(this, AmountDataBind), /**
993
- * 金额字段绑定配置
994
- */ _define_property(_this, "amount", void 0), /**
995
- * 币种字段绑定配置
992
+ _this = _call_super(this, AmountDataBind), /**
993
+ * 金额字段绑定配置
994
+ */ _define_property(_this, "amount", void 0), /**
995
+ * 币种字段绑定配置
996
996
  */ _define_property(_this, "currency", void 0);
997
997
  _this.amount = new DataBind(props === null || props === void 0 ? void 0 : props.amount);
998
998
  _this.currency = new DataBind(props === null || props === void 0 ? void 0 : props.currency);
@@ -1000,38 +1000,38 @@ export function initImageOptions(options) {
1000
1000
  }
1001
1001
  return AmountDataBind;
1002
1002
  }(ObjectDataBind);
1003
- /**
1004
- * 金额控件值
1005
- * @public
1003
+ /**
1004
+ * 金额控件值
1005
+ * @public
1006
1006
  */ export var AmountValue = function AmountValue(props) {
1007
1007
  "use strict";
1008
1008
  _class_call_check(this, AmountValue);
1009
- /**
1010
- * 金额值
1011
- * @defaultValue ''
1009
+ /**
1010
+ * 金额值
1011
+ * @defaultValue ''
1012
1012
  */ _define_property(this, "amount", void 0);
1013
- /**
1014
- * 货币值
1015
- * @defaultValue 'CNY'
1013
+ /**
1014
+ * 货币值
1015
+ * @defaultValue 'CNY'
1016
1016
  */ _define_property(this, "currency", void 0);
1017
1017
  var _props_amount;
1018
1018
  this.amount = (_props_amount = props === null || props === void 0 ? void 0 : props.amount) !== null && _props_amount !== void 0 ? _props_amount : '';
1019
1019
  var _props_currency;
1020
1020
  this.currency = (_props_currency = props === null || props === void 0 ? void 0 : props.currency) !== null && _props_currency !== void 0 ? _props_currency : "CNY";
1021
1021
  };
1022
- /**
1023
- * 日期区间数据绑定项
1024
- * @public
1022
+ /**
1023
+ * 日期区间数据绑定项
1024
+ * @public
1025
1025
  */ export var RangeDataBind = /*#__PURE__*/ function(ObjectDataBind) {
1026
1026
  "use strict";
1027
1027
  _inherits(RangeDataBind, ObjectDataBind);
1028
1028
  function RangeDataBind(props) {
1029
1029
  _class_call_check(this, RangeDataBind);
1030
1030
  var _this;
1031
- _this = _call_super(this, RangeDataBind), /**
1032
- * 开始日期字段绑定项
1033
- */ _define_property(_this, "min", void 0), /**
1034
- * 结束日期字段绑定项
1031
+ _this = _call_super(this, RangeDataBind), /**
1032
+ * 开始日期字段绑定项
1033
+ */ _define_property(_this, "min", void 0), /**
1034
+ * 结束日期字段绑定项
1035
1035
  */ _define_property(_this, "max", void 0);
1036
1036
  _this.min = new DataBind(props === null || props === void 0 ? void 0 : props.min);
1037
1037
  _this.max = new DataBind(props === null || props === void 0 ? void 0 : props.max);
@@ -1039,54 +1039,54 @@ export function initImageOptions(options) {
1039
1039
  }
1040
1040
  return RangeDataBind;
1041
1041
  }(ObjectDataBind);
1042
- /**
1043
- * 日期区间值
1044
- * @public
1042
+ /**
1043
+ * 日期区间值
1044
+ * @public
1045
1045
  */ export var RangeDateValue = function RangeDateValue(props) {
1046
1046
  "use strict";
1047
1047
  _class_call_check(this, RangeDateValue);
1048
- /**
1049
- * 开始日期值
1050
- * @defaultValue ''
1048
+ /**
1049
+ * 开始日期值
1050
+ * @defaultValue ''
1051
1051
  */ _define_property(this, "min", void 0);
1052
- /**
1053
- * 结束日期值
1054
- * @defaultValue ''
1052
+ /**
1053
+ * 结束日期值
1054
+ * @defaultValue ''
1055
1055
  */ _define_property(this, "max", void 0);
1056
1056
  var _props_min;
1057
1057
  this.min = (_props_min = props === null || props === void 0 ? void 0 : props.min) !== null && _props_min !== void 0 ? _props_min : '';
1058
1058
  var _props_max;
1059
1059
  this.max = (_props_max = props === null || props === void 0 ? void 0 : props.max) !== null && _props_max !== void 0 ? _props_max : '';
1060
1060
  };
1061
- /**
1062
- * 地址值
1063
- * @public
1061
+ /**
1062
+ * 地址值
1063
+ * @public
1064
1064
  */ export var AddressValue = function AddressValue(props) {
1065
1065
  "use strict";
1066
1066
  _class_call_check(this, AddressValue);
1067
- /**
1068
- * 市编码
1069
- * @defaultValue ''
1067
+ /**
1068
+ * 市编码
1069
+ * @defaultValue ''
1070
1070
  */ _define_property(this, "city", void 0);
1071
- /**
1072
- * 市显示文字
1073
- * @defaultValue ''
1071
+ /**
1072
+ * 市显示文字
1073
+ * @defaultValue ''
1074
1074
  */ _define_property(this, "cityDisplay", void 0);
1075
- /**
1076
- * 区编码
1077
- * @defaultValue ''
1075
+ /**
1076
+ * 区编码
1077
+ * @defaultValue ''
1078
1078
  */ _define_property(this, "district", void 0);
1079
- /**
1080
- * 区显示文字
1081
- * @defaultValue ''
1079
+ /**
1080
+ * 区显示文字
1081
+ * @defaultValue ''
1082
1082
  */ _define_property(this, "districtDisplay", void 0);
1083
- /**
1084
- * 省编码
1085
- * @defaultValue ''
1083
+ /**
1084
+ * 省编码
1085
+ * @defaultValue ''
1086
1086
  */ _define_property(this, "province", void 0);
1087
- /**
1088
- * 省显示文字
1089
- * @defaultValue ''
1087
+ /**
1088
+ * 省显示文字
1089
+ * @defaultValue ''
1090
1090
  */ _define_property(this, "provinceDisplay", void 0);
1091
1091
  var _props_city;
1092
1092
  this.city = (_props_city = props === null || props === void 0 ? void 0 : props.city) !== null && _props_city !== void 0 ? _props_city : '';
@@ -1101,19 +1101,19 @@ export function initImageOptions(options) {
1101
1101
  var _props_provinceDisplay;
1102
1102
  this.provinceDisplay = (_props_provinceDisplay = props === null || props === void 0 ? void 0 : props.provinceDisplay) !== null && _props_provinceDisplay !== void 0 ? _props_provinceDisplay : '';
1103
1103
  };
1104
- /**
1105
- * 计算公式数据绑定项
1106
- * @public
1104
+ /**
1105
+ * 计算公式数据绑定项
1106
+ * @public
1107
1107
  */ export var CalcDataBind = /*#__PURE__*/ function(ObjectDataBind) {
1108
1108
  "use strict";
1109
1109
  _inherits(CalcDataBind, ObjectDataBind);
1110
1110
  function CalcDataBind(props) {
1111
1111
  _class_call_check(this, CalcDataBind);
1112
1112
  var _this;
1113
- _this = _call_super(this, CalcDataBind), /**
1114
- * 计算结果字段绑定项
1115
- */ _define_property(_this, "result", void 0), /**
1116
- * 单位字段绑定项
1113
+ _this = _call_super(this, CalcDataBind), /**
1114
+ * 计算结果字段绑定项
1115
+ */ _define_property(_this, "result", void 0), /**
1116
+ * 单位字段绑定项
1117
1117
  */ _define_property(_this, "unit", void 0);
1118
1118
  _this.result = new DataBind(props === null || props === void 0 ? void 0 : props.result);
1119
1119
  _this.unit = new DataBind(props === null || props === void 0 ? void 0 : props.unit);
@@ -1121,19 +1121,19 @@ export function initImageOptions(options) {
1121
1121
  }
1122
1122
  return CalcDataBind;
1123
1123
  }(ObjectDataBind);
1124
- /**
1125
- * 计算公式值
1126
- * @public
1124
+ /**
1125
+ * 计算公式值
1126
+ * @public
1127
1127
  */ export var CalcValue = function CalcValue(props) {
1128
1128
  "use strict";
1129
1129
  _class_call_check(this, CalcValue);
1130
- /**
1131
- * 计算结果值
1132
- * @defaultValue 0
1130
+ /**
1131
+ * 计算结果值
1132
+ * @defaultValue 0
1133
1133
  */ _define_property(this, "result", void 0);
1134
- /**
1135
- * 单位
1136
- * @defaultValue ''
1134
+ /**
1135
+ * 单位
1136
+ * @defaultValue ''
1137
1137
  */ _define_property(this, "unit", void 0);
1138
1138
  var _props_result;
1139
1139
  this.result = (_props_result = props === null || props === void 0 ? void 0 : props.result) !== null && _props_result !== void 0 ? _props_result : 0;
@@ -1214,36 +1214,36 @@ export var PAGE_STATUS;
1214
1214
  PAGE_STATUS[PAGE_STATUS["EDITABLE"] = 2] = "EDITABLE";
1215
1215
  PAGE_STATUS[PAGE_STATUS["PRINT"] = 5] = "PRINT";
1216
1216
  })(PAGE_STATUS || (PAGE_STATUS = {}));
1217
- /**
1218
- * 操作按钮
1219
- * @public
1217
+ /**
1218
+ * 操作按钮
1219
+ * @public
1220
1220
  */ export var OperationItem = function OperationItem(props) {
1221
1221
  "use strict";
1222
1222
  _class_call_check(this, OperationItem);
1223
- /**
1224
- * 是否显示
1225
- * @defaultValue true
1226
- * @public
1223
+ /**
1224
+ * 是否显示
1225
+ * @defaultValue true
1226
+ * @public
1227
1227
  */ _define_property(this, "isShow", void 0);
1228
- /**
1229
- * 优先访问流程表单
1230
- * @defaultValue false
1231
- * @public
1228
+ /**
1229
+ * 优先访问流程表单
1230
+ * @defaultValue false
1231
+ * @public
1232
1232
  */ _define_property(this, "priorityProcess", void 0);
1233
- /**
1234
- * 表单ID
1235
- * @defaultValue ''
1236
- * @public
1233
+ /**
1234
+ * 表单ID
1235
+ * @defaultValue ''
1236
+ * @public
1237
1237
  */ _define_property(this, "formKey", void 0);
1238
- /**
1239
- * 显示文字
1240
- * @defaultValue ''
1241
- * @public
1238
+ /**
1239
+ * 显示文字
1240
+ * @defaultValue ''
1241
+ * @public
1242
1242
  */ _define_property(this, "content", void 0);
1243
- /**
1244
- * 打开方式
1245
- * @defaultValue 'modal'
1246
- * @public
1243
+ /**
1244
+ * 打开方式
1245
+ * @defaultValue 'modal'
1246
+ * @public
1247
1247
  */ _define_property(this, "openType", void 0);
1248
1248
  _define_property(this, "type", void 0);
1249
1249
  var _props_isShow;
@@ -1278,16 +1278,16 @@ export var ViewOperationItem = function ViewOperationItem(props) {
1278
1278
  })) !== null && _props_headers_map !== void 0 ? _props_headers_map : [];
1279
1279
  callFiltersAndOrders.call(this, props);
1280
1280
  };
1281
- /**
1282
- * 自定义权限项,用于Vue容器上,注册自定义的权限
1281
+ /**
1282
+ * 自定义权限项,用于Vue容器上,注册自定义的权限
1283
1283
  */ export var CustomPermissionItem = function CustomPermissionItem(props) {
1284
1284
  "use strict";
1285
1285
  _class_call_check(this, CustomPermissionItem);
1286
- /**
1287
- * 人工输入的权限key
1286
+ /**
1287
+ * 人工输入的权限key
1288
1288
  */ _define_property(this, "key", void 0);
1289
- /**
1290
- * 权限名称
1289
+ /**
1290
+ * 权限名称
1291
1291
  */ _define_property(this, "caption", void 0);
1292
1292
  var _props_key;
1293
1293
  this.key = (_props_key = props.key) !== null && _props_key !== void 0 ? _props_key : genNonDuplicateId(8);
@@ -1313,15 +1313,15 @@ export var BaseStyle = function BaseStyle(props) {
1313
1313
  export var OptObject = function OptObject(props) {
1314
1314
  "use strict";
1315
1315
  _class_call_check(this, OptObject);
1316
- /**
1317
- * 操作项编码
1318
- * @defaultValue ''
1319
- * @public
1316
+ /**
1317
+ * 操作项编码
1318
+ * @defaultValue ''
1319
+ * @public
1320
1320
  */ _define_property(this, "optCode", void 0);
1321
- /**
1322
- * 操作项类型
1323
- * @defaultValue ''
1324
- * @public
1321
+ /**
1322
+ * 操作项类型
1323
+ * @defaultValue ''
1324
+ * @public
1325
1325
  */ _define_property(this, "optType", void 0);
1326
1326
  var _props_optCode;
1327
1327
  this.optCode = (_props_optCode = props === null || props === void 0 ? void 0 : props.optCode) !== null && _props_optCode !== void 0 ? _props_optCode : '';
@@ -1332,21 +1332,21 @@ export var RowStyleRule = function RowStyleRule(props) {
1332
1332
  "use strict";
1333
1333
  _class_call_check(this, RowStyleRule);
1334
1334
  var _props_filters, _props_settings;
1335
- /**
1336
- * 规则编号
1337
- * @defaultValue guid
1338
- * @public
1335
+ /**
1336
+ * 规则编号
1337
+ * @defaultValue guid
1338
+ * @public
1339
1339
  */ _define_property(this, "id", void 0);
1340
- /**
1341
- * 规则名称
1342
- * @defaultValue ''
1343
- * @public
1340
+ /**
1341
+ * 规则名称
1342
+ * @defaultValue ''
1343
+ * @public
1344
1344
  */ _define_property(this, "name", void 0);
1345
1345
  _define_property(this, "settings", void 0);
1346
- /**
1347
- * 过滤条件
1348
- * @defaultValue []
1349
- * @public
1346
+ /**
1347
+ * 过滤条件
1348
+ * @defaultValue []
1349
+ * @public
1350
1350
  */ _define_property(this, "filters", void 0);
1351
1351
  // 过滤
1352
1352
  _define_property(this, "script", void 0);
@@ -1370,19 +1370,19 @@ export var RowStyleRule = function RowStyleRule(props) {
1370
1370
  export var RowStyleSettings = function RowStyleSettings(props) {
1371
1371
  "use strict";
1372
1372
  _class_call_check(this, RowStyleSettings);
1373
- /**
1374
- * 颜色值。theme:跟随主题色;#4c78fc:具体颜色值
1375
- * @defaultValue 'theme'
1376
- * @public
1373
+ /**
1374
+ * 颜色值。theme:跟随主题色;#4c78fc:具体颜色值
1375
+ * @defaultValue 'theme'
1376
+ * @public
1377
1377
  */ _define_property(this, "color", void 0);
1378
- /**
1379
- * 生效列字段
1378
+ /**
1379
+ * 生效列字段
1380
1380
  */ _define_property(this, "fieldCodes", void 0);
1381
- /**
1382
- * 样式类型,background单元格背景色,fontColor单元格字体色
1381
+ /**
1382
+ * 样式类型,background单元格背景色,fontColor单元格字体色
1383
1383
  */ _define_property(this, "type", void 0);
1384
- /**
1385
- * 作用范围,row整行,col整列
1384
+ /**
1385
+ * 作用范围,row整行,col整列
1386
1386
  */ _define_property(this, "scope", void 0);
1387
1387
  var _props_type;
1388
1388
  this.type = (_props_type = props.type) !== null && _props_type !== void 0 ? _props_type : 'background';