@byteluck-fe/model-driven-core 2.22.2-beta.4 → 2.22.2-beta.6

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 +13 -13
  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 +923 -923
  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
@@ -84,31 +84,31 @@ function _create_super(Derived) {
84
84
  }
85
85
  import { FieldTypes, genNonDuplicateId } from '@byteluck-fe/model-driven-shared';
86
86
  export * from './RegisterControls';
87
- /**
88
- * 数据绑定配置
89
- * @public
87
+ /**
88
+ * 数据绑定配置
89
+ * @public
90
90
  */ export var DataBind = function DataBind(props) {
91
91
  "use strict";
92
92
  _class_call_check(this, DataBind);
93
- /**
94
- * 数据模型编码
95
- * @defaultValue ''
96
- * @public
93
+ /**
94
+ * 数据模型编码
95
+ * @defaultValue ''
96
+ * @public
97
97
  */ _define_property(this, "dataCode", void 0);
98
- /**
99
- * 字段编码
100
- * @defaultValue ''
101
- * @public
98
+ /**
99
+ * 字段编码
100
+ * @defaultValue ''
101
+ * @public
102
102
  */ _define_property(this, "fieldCode", void 0);
103
- /**
104
- * 字段类型
105
- * @defaultValue ''
106
- * @public
103
+ /**
104
+ * 字段类型
105
+ * @defaultValue ''
106
+ * @public
107
107
  */ _define_property(this, "fieldType", void 0);
108
- /**
109
- * 表别名
110
- * @defaultValue undefined
111
- * @public
108
+ /**
109
+ * 表别名
110
+ * @defaultValue undefined
111
+ * @public
112
112
  */ _define_property(this, "aliasCode", void 0);
113
113
  var _props_dataCode;
114
114
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -221,15 +221,15 @@ export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
221
221
  }
222
222
  return FormSelectBind;
223
223
  }(FormBind);
224
- /**
225
- * 列表绑定字段项
226
- * @public
224
+ /**
225
+ * 列表绑定字段项
226
+ * @public
227
227
  */ var ListBindHeaderItem = function ListBindHeaderItem(props) {
228
228
  "use strict";
229
229
  _class_call_check(this, ListBindHeaderItem);
230
- /**
231
- * 字段
232
- * @defaultValue ''
230
+ /**
231
+ * 字段
232
+ * @defaultValue ''
233
233
  */ _define_property(this, "fieldCode", void 0);
234
234
  _define_property(this, "dataCode", void 0);
235
235
  var _props_fieldCode;
@@ -237,23 +237,23 @@ export var FormSelectBind = /*#__PURE__*/ function(FormBind) {
237
237
  var _props_dataCode;
238
238
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
239
239
  };
240
- /**
241
- * 列表绑定配置
240
+ /**
241
+ * 列表绑定配置
242
242
  */ export var ListBind = function ListBind(props) {
243
243
  "use strict";
244
244
  _class_call_check(this, ListBind);
245
245
  var _props_headers;
246
- /**
247
- * 应用ID
248
- * @public
246
+ /**
247
+ * 应用ID
248
+ * @public
249
249
  */ _define_property(this, "appId", void 0);
250
- /**
251
- * 表单ID
252
- * @public
250
+ /**
251
+ * 表单ID
252
+ * @public
253
253
  */ _define_property(this, "formKey", void 0);
254
- /**
255
- * 显示字段
256
- * @public
254
+ /**
255
+ * 显示字段
256
+ * @public
257
257
  */ _define_property(this, "headers", void 0);
258
258
  var _props_appId;
259
259
  this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : '';
@@ -342,36 +342,36 @@ export var RightVariable = function RightVariable(props) {
342
342
  var _props_displayBos;
343
343
  this.displayBos = (_props_displayBos = props === null || props === void 0 ? void 0 : props.displayBos) !== null && _props_displayBos !== void 0 ? _props_displayBos : [];
344
344
  };
345
- /**
346
- * 连接符条件
347
- * @public
345
+ /**
346
+ * 连接符条件
347
+ * @public
348
348
  */ export var FieldFilterConditions = function FieldFilterConditions(props) {
349
349
  "use strict";
350
350
  var _this = this;
351
351
  _class_call_check(this, FieldFilterConditions);
352
- /**
353
- * 编号
354
- * @defaultValue ''
352
+ /**
353
+ * 编号
354
+ * @defaultValue ''
355
355
  */ _define_property(this, "id", void 0);
356
- /**
357
- * 规则编号
358
- * @defaultValue Timestamp
356
+ /**
357
+ * 规则编号
358
+ * @defaultValue Timestamp
359
359
  */ _define_property(this, "ruleId", void 0);
360
- /**
361
- * 类型:连接符条件
362
- * @defaultValue 'conditions'
360
+ /**
361
+ * 类型:连接符条件
362
+ * @defaultValue 'conditions'
363
363
  */ _define_property(this, "type", 'conditions');
364
- /**
365
- * 深度
366
- * @defaultValue 0
364
+ /**
365
+ * 深度
366
+ * @defaultValue 0
367
367
  */ _define_property(this, "level", void 0);
368
- /**
369
- * 连接符值
370
- * @defaultValue 'and'
368
+ /**
369
+ * 连接符值
370
+ * @defaultValue 'and'
371
371
  */ _define_property(this, "value", void 0);
372
- /**
373
- * 包含子项
374
- * @defaultValue []
372
+ /**
373
+ * 包含子项
374
+ * @defaultValue []
375
375
  */ _define_property(this, "children", void 0);
376
376
  var _props_id;
377
377
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId();
@@ -396,34 +396,34 @@ export var RightVariable = function RightVariable(props) {
396
396
  });
397
397
  }
398
398
  };
399
- /**
400
- * 字段过滤条件
401
- * @public
399
+ /**
400
+ * 字段过滤条件
401
+ * @public
402
402
  */ export var FieldFilterCondition = function FieldFilterCondition(props) {
403
403
  "use strict";
404
404
  _class_call_check(this, FieldFilterCondition);
405
- /**
406
- * 唯一编号
407
- * @defaultValue ''
405
+ /**
406
+ * 唯一编号
407
+ * @defaultValue ''
408
408
  */ _define_property(this, "id", void 0);
409
- /**
410
- * 规则编号
411
- * @defaultValue Timestamp
409
+ /**
410
+ * 规则编号
411
+ * @defaultValue Timestamp
412
412
  */ _define_property(this, "ruleId", void 0);
413
- /**
414
- * 类型
415
- * @defaultValue 'condition'
413
+ /**
414
+ * 类型
415
+ * @defaultValue 'condition'
416
416
  */ _define_property(this, "type", 'condition');
417
- /**
418
- * 符号
417
+ /**
418
+ * 符号
419
419
  */ _define_property(this, "symbol", void 0);
420
420
  _define_property(this, "checked", void 0);
421
421
  _define_property(this, "describe", void 0);
422
- /**
423
- * 左值
422
+ /**
423
+ * 左值
424
424
  */ _define_property(this, "leftVariableBo", void 0);
425
- /**
426
- * 右值
425
+ /**
426
+ * 右值
427
427
  */ _define_property(this, "rightVariableBo", void 0);
428
428
  var _props_id;
429
429
  this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId();
@@ -450,31 +450,31 @@ export var JoinRelation = function JoinRelation(props) {
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 : [];
452
452
  };
453
- /**
454
- * 数据填充项
455
- * @public
453
+ /**
454
+ * 数据填充项
455
+ * @public
456
456
  */ export var MultistageFillingItem = function MultistageFillingItem(props) {
457
457
  "use strict";
458
458
  _class_call_check(this, MultistageFillingItem);
459
- /**
460
- * 控件ID
461
- * @defaultValue ''
462
- * @public
459
+ /**
460
+ * 控件ID
461
+ * @defaultValue ''
462
+ * @public
463
463
  */ _define_property(this, "controlId", void 0);
464
- /**
465
- * 字段
466
- * @defaultValue ''
467
- * @public
464
+ /**
465
+ * 字段
466
+ * @defaultValue ''
467
+ * @public
468
468
  */ _define_property(this, "fieldCode", void 0);
469
- /**
470
- * 字段类型。事件在填充时,需要根据数据类型进行判断处理动作。
471
- * @defaultValue ''
472
- * @public
469
+ /**
470
+ * 字段类型。事件在填充时,需要根据数据类型进行判断处理动作。
471
+ * @defaultValue ''
472
+ * @public
473
473
  */ _define_property(this, "fieldType", void 0);
474
- /**
475
- * 属性名称。如果是ObjectDataBind的控件,可以指定填充到哪个数据项。
476
- * @defaultValue ''
477
- * @public
474
+ /**
475
+ * 属性名称。如果是ObjectDataBind的控件,可以指定填充到哪个数据项。
476
+ * @defaultValue ''
477
+ * @public
478
478
  * */ _define_property(this, "propName", void 0);
479
479
  var _props_controlId;
480
480
  this.controlId = (_props_controlId = props === null || props === void 0 ? void 0 : props.controlId) !== null && _props_controlId !== void 0 ? _props_controlId : '';
@@ -485,22 +485,22 @@ export var JoinRelation = function JoinRelation(props) {
485
485
  var _props_propName;
486
486
  this.propName = (_props_propName = props === null || props === void 0 ? void 0 : props.propName) !== null && _props_propName !== void 0 ? _props_propName : '';
487
487
  };
488
- /**
489
- * 显示项
490
- * @public
488
+ /**
489
+ * 显示项
490
+ * @public
491
491
  */ export var DisplayBoListItem = function DisplayBoListItem(props) {
492
492
  "use strict";
493
493
  _class_call_check(this, DisplayBoListItem);
494
- /**
495
- * 显示项类型:字段 | 符号
496
- * @defaultValue 'FIELD'
497
- * @public
494
+ /**
495
+ * 显示项类型:字段 | 符号
496
+ * @defaultValue 'FIELD'
497
+ * @public
498
498
  */ _define_property(this, "type", void 0);
499
- /**
500
- * 值
499
+ /**
500
+ * 值
501
501
  */ _define_property(this, "value", void 0);
502
- /**
503
- * 字段数据类型
502
+ /**
503
+ * 字段数据类型
504
504
  */ _define_property(this, "fieldType", void 0);
505
505
  var _props_type;
506
506
  this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'FIELD';
@@ -511,30 +511,30 @@ export var JoinRelation = function JoinRelation(props) {
511
511
  export var OptionDisplayConfigItem = function OptionDisplayConfigItem(props) {
512
512
  "use strict";
513
513
  _class_call_check(this, OptionDisplayConfigItem);
514
- /**
515
- * 标题
514
+ /**
515
+ * 标题
516
516
  */ _define_property(this, "title", void 0);
517
- /**
518
- * 字段数据类型
517
+ /**
518
+ * 字段数据类型
519
519
  */ _define_property(this, "displayBoList", void 0);
520
520
  var _props_title;
521
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
  };
525
- /**
526
- * 数据源排序项
527
- * @public
525
+ /**
526
+ * 数据源排序项
527
+ * @public
528
528
  */ export var DataSourceOrderItem = function DataSourceOrderItem(props) {
529
529
  "use strict";
530
530
  _class_call_check(this, DataSourceOrderItem);
531
- /**
532
- * 列名
533
- * @defaultValue ''
531
+ /**
532
+ * 列名
533
+ * @defaultValue ''
534
534
  */ _define_property(this, "columnName", void 0);
535
- /**
536
- * 倒序
537
- * @defaultValue false
535
+ /**
536
+ * 倒序
537
+ * @defaultValue false
538
538
  */ _define_property(this, "desc", void 0);
539
539
  var _props_columnName;
540
540
  this.columnName = (_props_columnName = props.columnName) !== null && _props_columnName !== void 0 ? _props_columnName : '';
@@ -561,8 +561,8 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
561
561
  "use strict";
562
562
  _class_call_check(this, DataSourceParamItem);
563
563
  var _props_orders, _props_dataSet;
564
- /**
565
- * 字段ID
564
+ /**
565
+ * 字段ID
566
566
  */ _define_property(this, "id", void 0);
567
567
  _define_property(this, "limit", void 0);
568
568
  _define_property(this, "orders", void 0);
@@ -584,8 +584,8 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
584
584
  return new DataSourceDataSetValue(item);
585
585
  })) !== null && _props_dataSet_map !== void 0 ? _props_dataSet_map : [];
586
586
  };
587
- /**
588
- * 给filters和orders赋值
587
+ /**
588
+ * 给filters和orders赋值
589
589
  * */ function callFiltersAndOrders(props) {
590
590
  var _props_filters, _props_viewFilters, _props_orders;
591
591
  var _props_filters_map;
@@ -608,68 +608,68 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
608
608
  })) !== null && _props_orders_map !== void 0 ? _props_orders_map : [];
609
609
  // }
610
610
  }
611
- /**
612
- * 数据源绑定配置
613
- * @public
611
+ /**
612
+ * 数据源绑定配置
613
+ * @public
614
614
  */ export var DataSourceBind = function DataSourceBind(props) {
615
615
  "use strict";
616
616
  var _this = this;
617
617
  _class_call_check(this, DataSourceBind);
618
- /**
619
- * 绑定数据源id
620
- * @defaultValue ''
621
- * @public
618
+ /**
619
+ * 绑定数据源id
620
+ * @defaultValue ''
621
+ * @public
622
622
  */ _define_property(this, "dataCode", void 0);
623
- /**
624
- * 存储值
625
- * @defaultValue ''
626
- * @public
623
+ /**
624
+ * 存储值
625
+ * @defaultValue ''
626
+ * @public
627
627
  */ _define_property(this, "valueFieldCode", void 0);
628
- /**
629
- * 显示值
630
- * @defaultValue []
631
- * @public
628
+ /**
629
+ * 显示值
630
+ * @defaultValue []
631
+ * @public
632
632
  */ _define_property(this, "displayBoList", void 0);
633
- /**
634
- * 查询关键字参数映射
635
- * @defaultValue ''
636
- * @public
633
+ /**
634
+ * 查询关键字参数映射
635
+ * @defaultValue ''
636
+ * @public
637
637
  */ _define_property(this, "keywordMapping", void 0);
638
- /**
639
- * 绑定服务
640
- * @defaultValue ''
641
- * @public
638
+ /**
639
+ * 绑定服务
640
+ * @defaultValue ''
641
+ * @public
642
642
  */ _define_property(this, "svcCode", void 0);
643
- /**
644
- * 应用Id
645
- * @defaultValue ''
646
- * @public
643
+ /**
644
+ * 应用Id
645
+ * @defaultValue ''
646
+ * @public
647
647
  */ _define_property(this, "appId", void 0);
648
- /**
649
- * 过滤条件
650
- * @defaultValue []
651
- * @public
648
+ /**
649
+ * 过滤条件
650
+ * @defaultValue []
651
+ * @public
652
652
  */ _define_property(this, "filters", void 0);
653
653
  // 过滤
654
- /**
655
- * 过滤条件-查看过滤
656
- * @defaultValue []
657
- * @public
654
+ /**
655
+ * 过滤条件-查看过滤
656
+ * @defaultValue []
657
+ * @public
658
658
  */ _define_property(this, "viewFilters", void 0);
659
- /**
660
- * 是否开启查看过滤
661
- * @defaultValue 0:未开启;1:开启
662
- * @public
659
+ /**
660
+ * 是否开启查看过滤
661
+ * @defaultValue 0:未开启;1:开启
662
+ * @public
663
663
  */ _define_property(this, "isOpenViewFilters", void 0);
664
- /**
665
- * 排序
666
- * @defaultValue []
667
- * @public
664
+ /**
665
+ * 排序
666
+ * @defaultValue []
667
+ * @public
668
668
  */ _define_property(this, "orders", void 0);
669
- /**
670
- * 显示排序
671
- * @defaultValue true
672
- * @public
669
+ /**
670
+ * 显示排序
671
+ * @defaultValue true
672
+ * @public
673
673
  */ _define_property(this, "showOrder", void 0);
674
674
  var _props_dataCode;
675
675
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -697,15 +697,15 @@ export var DataSourceParamItem = function DataSourceParamItem(props) {
697
697
  export var SelectedContentConfig = function SelectedContentConfig(props) {
698
698
  "use strict";
699
699
  _class_call_check(this, SelectedContentConfig);
700
- /**
701
- * 展示已选内容
702
- * @defaultValue ''
703
- * @public
700
+ /**
701
+ * 展示已选内容
702
+ * @defaultValue ''
703
+ * @public
704
704
  */ _define_property(this, "dataCode", void 0);
705
- /**
706
- * 展示已选明细
707
- * @defaultValue []
708
- * @public
705
+ /**
706
+ * 展示已选明细
707
+ * @defaultValue []
708
+ * @public
709
709
  */ _define_property(this, "displayBoList", void 0);
710
710
  var _props_dataCode;
711
711
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -824,14 +824,14 @@ var FillBind = function FillBind(props) {
824
824
  "use strict";
825
825
  _class_call_check(this, FillBind);
826
826
  var _props_fillList;
827
- /*
828
- * 需要被填充的数据源
827
+ /*
828
+ * 需要被填充的数据源
829
829
  * */ _define_property(this, "dataCode", void 0);
830
- /*
831
- * appId
830
+ /*
831
+ * appId
832
832
  * */ _define_property(this, "appId", void 0);
833
- /*
834
- * 执行填充的数据项和控件
833
+ /*
834
+ * 执行填充的数据项和控件
835
835
  * */ _define_property(this, "fillList", void 0);
836
836
  var _props_dataCode;
837
837
  this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : '';
@@ -842,10 +842,10 @@ var FillBind = function FillBind(props) {
842
842
  return new MultistageFillingItem(item);
843
843
  })) !== null && _props_fillList_map !== void 0 ? _props_fillList_map : [];
844
844
  };
845
- /**
846
- * FillPayloadBind 填充配置
847
- * 填充的配置和需要携带的数据
848
- * @public
845
+ /**
846
+ * FillPayloadBind 填充配置
847
+ * 填充的配置和需要携带的数据
848
+ * @public
849
849
  * */ export var FillPayloadBind = /*#__PURE__*/ function(FillBind) {
850
850
  "use strict";
851
851
  _inherits(FillPayloadBind, FillBind);
@@ -854,29 +854,29 @@ var FillBind = function FillBind(props) {
854
854
  _class_call_check(this, FillPayloadBind);
855
855
  var _this;
856
856
  _this = _super.call(this, props);
857
- /**
858
- * 数据源过滤条件
859
- * @defaultValue []
860
- * @public
857
+ /**
858
+ * 数据源过滤条件
859
+ * @defaultValue []
860
+ * @public
861
861
  **/ _define_property(_assert_this_initialized(_this), "filters", void 0);
862
- /**
863
- * 数据源过滤条件-查看
864
- * @defaultValue []
865
- * @public
862
+ /**
863
+ * 数据源过滤条件-查看
864
+ * @defaultValue []
865
+ * @public
866
866
  **/ _define_property(_assert_this_initialized(_this), "viewFilters", void 0);
867
- /**
868
- * 数据源排序条件
869
- * @defaultValue []
870
- * @public
867
+ /**
868
+ * 数据源排序条件
869
+ * @defaultValue []
870
+ * @public
871
871
  **/ _define_property(_assert_this_initialized(_this), "orders", void 0);
872
872
  callFiltersAndOrders.call(_assert_this_initialized(_this), props);
873
873
  return _this;
874
874
  }
875
875
  return FillPayloadBind;
876
876
  }(FillBind);
877
- /**
878
- * FillBackBind 回填需要的配置和参数
879
- * @public
877
+ /**
878
+ * FillBackBind 回填需要的配置和参数
879
+ * @public
880
880
  */ export var FillBackBind = /*#__PURE__*/ function(FillBind) {
881
881
  "use strict";
882
882
  _inherits(FillBackBind, FillBind);
@@ -885,15 +885,15 @@ var FillBind = function FillBind(props) {
885
885
  _class_call_check(this, FillBackBind);
886
886
  var _this;
887
887
  _this = _super.call(this, props);
888
- /**
889
- * 回填模式。current 当前表(根据按钮所在位置来区分,而不是通过主表和子表来区分)| subtable 子表
890
- * @defaultValue 'current'
891
- * @public
888
+ /**
889
+ * 回填模式。current 当前表(根据按钮所在位置来区分,而不是通过主表和子表来区分)| subtable 子表
890
+ * @defaultValue 'current'
891
+ * @public
892
892
  * */ _define_property(_assert_this_initialized(_this), "mode", void 0);
893
- /**
894
- * 多选
895
- * @defaultValue false
896
- * @public
893
+ /**
894
+ * 多选
895
+ * @defaultValue false
896
+ * @public
897
897
  */ _define_property(_assert_this_initialized(_this), "multiple", void 0);
898
898
  var _props_mode;
899
899
  _this.mode = (_props_mode = props === null || props === void 0 ? void 0 : props.mode) !== null && _props_mode !== void 0 ? _props_mode : 'current';
@@ -916,23 +916,23 @@ export var Language = function Language(props) {
916
916
  var _props_ja;
917
917
  this.ja = (_props_ja = props === null || props === void 0 ? void 0 : props.ja) !== null && _props_ja !== void 0 ? _props_ja : '';
918
918
  };
919
- /**
920
- * 正则校验
921
- * @public
919
+ /**
920
+ * 正则校验
921
+ * @public
922
922
  */ export var RegularRules = function RegularRules(props) {
923
923
  "use strict";
924
924
  _class_call_check(this, RegularRules);
925
- /**
926
- * 内置模版
927
- * @defaultValue ''
925
+ /**
926
+ * 内置模版
927
+ * @defaultValue ''
928
928
  */ _define_property(this, "stencilName", void 0);
929
- /**
930
- * 正则表达式
931
- * @defaultValue ''
929
+ /**
930
+ * 正则表达式
931
+ * @defaultValue ''
932
932
  */ _define_property(this, "expression", void 0);
933
- /**
934
- * 校验错误提示信息
935
- * @defaultValue ''
933
+ /**
934
+ * 校验错误提示信息
935
+ * @defaultValue ''
936
936
  */ _define_property(this, "errMessage", void 0);
937
937
  var _props_stencilName;
938
938
  this.stencilName = (_props_stencilName = props === null || props === void 0 ? void 0 : props.stencilName) !== null && _props_stencilName !== void 0 ? _props_stencilName : '';
@@ -941,22 +941,22 @@ export var Language = function Language(props) {
941
941
  var _props_errMessage;
942
942
  this.errMessage = (_props_errMessage = props === null || props === void 0 ? void 0 : props.errMessage) !== null && _props_errMessage !== void 0 ? _props_errMessage : '';
943
943
  };
944
- /**
945
- * 选项设置-自定义选项
946
- * @public
944
+ /**
945
+ * 选项设置-自定义选项
946
+ * @public
947
947
  */ export var OptionSetting = function OptionSetting(props) {
948
948
  "use strict";
949
949
  _class_call_check(this, OptionSetting);
950
950
  _define_property(this, "id", void 0);
951
- /**
952
- * 显示值
953
- * @defaultValue ''
954
- * @public
951
+ /**
952
+ * 显示值
953
+ * @defaultValue ''
954
+ * @public
955
955
  */ _define_property(this, "label", void 0);
956
- /**
957
- * 选项ID
958
- * @defaultValue this.label
959
- * @public
956
+ /**
957
+ * 选项ID
958
+ * @defaultValue this.label
959
+ * @public
960
960
  */ _define_property(this, "value", void 0);
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);
@@ -995,16 +995,16 @@ export function initImageOptions(options) {
995
995
  return new ImageOptionSetting(item);
996
996
  })) !== null && _options_map !== void 0 ? _options_map : [];
997
997
  }
998
- /**
999
- * 对象类型数据绑定配置
1000
- * @public
998
+ /**
999
+ * 对象类型数据绑定配置
1000
+ * @public
1001
1001
  */ export var ObjectDataBind = function ObjectDataBind() {
1002
1002
  "use strict";
1003
1003
  _class_call_check(this, ObjectDataBind);
1004
1004
  };
1005
- /**
1006
- * 金额控件数据绑定配置
1007
- * @public
1005
+ /**
1006
+ * 金额控件数据绑定配置
1007
+ * @public
1008
1008
  */ export var AmountDataBind = /*#__PURE__*/ function(ObjectDataBind) {
1009
1009
  "use strict";
1010
1010
  _inherits(AmountDataBind, ObjectDataBind);
@@ -1013,11 +1013,11 @@ export function initImageOptions(options) {
1013
1013
  _class_call_check(this, AmountDataBind);
1014
1014
  var _this;
1015
1015
  _this = _super.call(this);
1016
- /**
1017
- * 金额字段绑定配置
1016
+ /**
1017
+ * 金额字段绑定配置
1018
1018
  */ _define_property(_assert_this_initialized(_this), "amount", void 0);
1019
- /**
1020
- * 币种字段绑定配置
1019
+ /**
1020
+ * 币种字段绑定配置
1021
1021
  */ _define_property(_assert_this_initialized(_this), "currency", void 0);
1022
1022
  _this.amount = new DataBind(props === null || props === void 0 ? void 0 : props.amount);
1023
1023
  _this.currency = new DataBind(props === null || props === void 0 ? void 0 : props.currency);
@@ -1025,28 +1025,28 @@ export function initImageOptions(options) {
1025
1025
  }
1026
1026
  return AmountDataBind;
1027
1027
  }(ObjectDataBind);
1028
- /**
1029
- * 金额控件值
1030
- * @public
1028
+ /**
1029
+ * 金额控件值
1030
+ * @public
1031
1031
  */ export var AmountValue = function AmountValue(props) {
1032
1032
  "use strict";
1033
1033
  _class_call_check(this, AmountValue);
1034
- /**
1035
- * 金额值
1036
- * @defaultValue ''
1034
+ /**
1035
+ * 金额值
1036
+ * @defaultValue ''
1037
1037
  */ _define_property(this, "amount", void 0);
1038
- /**
1039
- * 货币值
1040
- * @defaultValue 'CNY'
1038
+ /**
1039
+ * 货币值
1040
+ * @defaultValue 'CNY'
1041
1041
  */ _define_property(this, "currency", void 0);
1042
1042
  var _props_amount;
1043
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
  };
1047
- /**
1048
- * 日期区间数据绑定项
1049
- * @public
1047
+ /**
1048
+ * 日期区间数据绑定项
1049
+ * @public
1050
1050
  */ export var RangeDataBind = /*#__PURE__*/ function(ObjectDataBind) {
1051
1051
  "use strict";
1052
1052
  _inherits(RangeDataBind, ObjectDataBind);
@@ -1055,11 +1055,11 @@ export function initImageOptions(options) {
1055
1055
  _class_call_check(this, RangeDataBind);
1056
1056
  var _this;
1057
1057
  _this = _super.call(this);
1058
- /**
1059
- * 开始日期字段绑定项
1058
+ /**
1059
+ * 开始日期字段绑定项
1060
1060
  */ _define_property(_assert_this_initialized(_this), "min", void 0);
1061
- /**
1062
- * 结束日期字段绑定项
1061
+ /**
1062
+ * 结束日期字段绑定项
1063
1063
  */ _define_property(_assert_this_initialized(_this), "max", void 0);
1064
1064
  _this.min = new DataBind(props === null || props === void 0 ? void 0 : props.min);
1065
1065
  _this.max = new DataBind(props === null || props === void 0 ? void 0 : props.max);
@@ -1067,54 +1067,54 @@ export function initImageOptions(options) {
1067
1067
  }
1068
1068
  return RangeDataBind;
1069
1069
  }(ObjectDataBind);
1070
- /**
1071
- * 日期区间值
1072
- * @public
1070
+ /**
1071
+ * 日期区间值
1072
+ * @public
1073
1073
  */ export var RangeDateValue = function RangeDateValue(props) {
1074
1074
  "use strict";
1075
1075
  _class_call_check(this, RangeDateValue);
1076
- /**
1077
- * 开始日期值
1078
- * @defaultValue ''
1076
+ /**
1077
+ * 开始日期值
1078
+ * @defaultValue ''
1079
1079
  */ _define_property(this, "min", void 0);
1080
- /**
1081
- * 结束日期值
1082
- * @defaultValue ''
1080
+ /**
1081
+ * 结束日期值
1082
+ * @defaultValue ''
1083
1083
  */ _define_property(this, "max", void 0);
1084
1084
  var _props_min;
1085
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
1087
  this.max = (_props_max = props === null || props === void 0 ? void 0 : props.max) !== null && _props_max !== void 0 ? _props_max : '';
1088
1088
  };
1089
- /**
1090
- * 地址值
1091
- * @public
1089
+ /**
1090
+ * 地址值
1091
+ * @public
1092
1092
  */ export var AddressValue = function AddressValue(props) {
1093
1093
  "use strict";
1094
1094
  _class_call_check(this, AddressValue);
1095
- /**
1096
- * 市编码
1097
- * @defaultValue ''
1095
+ /**
1096
+ * 市编码
1097
+ * @defaultValue ''
1098
1098
  */ _define_property(this, "city", void 0);
1099
- /**
1100
- * 市显示文字
1101
- * @defaultValue ''
1099
+ /**
1100
+ * 市显示文字
1101
+ * @defaultValue ''
1102
1102
  */ _define_property(this, "cityDisplay", void 0);
1103
- /**
1104
- * 区编码
1105
- * @defaultValue ''
1103
+ /**
1104
+ * 区编码
1105
+ * @defaultValue ''
1106
1106
  */ _define_property(this, "district", void 0);
1107
- /**
1108
- * 区显示文字
1109
- * @defaultValue ''
1107
+ /**
1108
+ * 区显示文字
1109
+ * @defaultValue ''
1110
1110
  */ _define_property(this, "districtDisplay", void 0);
1111
- /**
1112
- * 省编码
1113
- * @defaultValue ''
1111
+ /**
1112
+ * 省编码
1113
+ * @defaultValue ''
1114
1114
  */ _define_property(this, "province", void 0);
1115
- /**
1116
- * 省显示文字
1117
- * @defaultValue ''
1115
+ /**
1116
+ * 省显示文字
1117
+ * @defaultValue ''
1118
1118
  */ _define_property(this, "provinceDisplay", void 0);
1119
1119
  var _props_city;
1120
1120
  this.city = (_props_city = props === null || props === void 0 ? void 0 : props.city) !== null && _props_city !== void 0 ? _props_city : '';
@@ -1129,9 +1129,9 @@ export function initImageOptions(options) {
1129
1129
  var _props_provinceDisplay;
1130
1130
  this.provinceDisplay = (_props_provinceDisplay = props === null || props === void 0 ? void 0 : props.provinceDisplay) !== null && _props_provinceDisplay !== void 0 ? _props_provinceDisplay : '';
1131
1131
  };
1132
- /**
1133
- * 计算公式数据绑定项
1134
- * @public
1132
+ /**
1133
+ * 计算公式数据绑定项
1134
+ * @public
1135
1135
  */ export var CalcDataBind = /*#__PURE__*/ function(ObjectDataBind) {
1136
1136
  "use strict";
1137
1137
  _inherits(CalcDataBind, ObjectDataBind);
@@ -1140,11 +1140,11 @@ export function initImageOptions(options) {
1140
1140
  _class_call_check(this, CalcDataBind);
1141
1141
  var _this;
1142
1142
  _this = _super.call(this);
1143
- /**
1144
- * 计算结果字段绑定项
1143
+ /**
1144
+ * 计算结果字段绑定项
1145
1145
  */ _define_property(_assert_this_initialized(_this), "result", void 0);
1146
- /**
1147
- * 单位字段绑定项
1146
+ /**
1147
+ * 单位字段绑定项
1148
1148
  */ _define_property(_assert_this_initialized(_this), "unit", void 0);
1149
1149
  _this.result = new DataBind(props === null || props === void 0 ? void 0 : props.result);
1150
1150
  _this.unit = new DataBind(props === null || props === void 0 ? void 0 : props.unit);
@@ -1152,19 +1152,19 @@ export function initImageOptions(options) {
1152
1152
  }
1153
1153
  return CalcDataBind;
1154
1154
  }(ObjectDataBind);
1155
- /**
1156
- * 计算公式值
1157
- * @public
1155
+ /**
1156
+ * 计算公式值
1157
+ * @public
1158
1158
  */ export var CalcValue = function CalcValue(props) {
1159
1159
  "use strict";
1160
1160
  _class_call_check(this, CalcValue);
1161
- /**
1162
- * 计算结果值
1163
- * @defaultValue 0
1161
+ /**
1162
+ * 计算结果值
1163
+ * @defaultValue 0
1164
1164
  */ _define_property(this, "result", void 0);
1165
- /**
1166
- * 单位
1167
- * @defaultValue ''
1165
+ /**
1166
+ * 单位
1167
+ * @defaultValue ''
1168
1168
  */ _define_property(this, "unit", void 0);
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;
@@ -1243,36 +1243,36 @@ export var PAGE_STATUS;
1243
1243
  PAGE_STATUS[PAGE_STATUS["EDITABLE"] = 2] = "EDITABLE";
1244
1244
  PAGE_STATUS[PAGE_STATUS["PRINT"] = 5] = "PRINT";
1245
1245
  })(PAGE_STATUS || (PAGE_STATUS = {}));
1246
- /**
1247
- * 操作按钮
1248
- * @public
1246
+ /**
1247
+ * 操作按钮
1248
+ * @public
1249
1249
  */ export var OperationItem = function OperationItem(props) {
1250
1250
  "use strict";
1251
1251
  _class_call_check(this, OperationItem);
1252
- /**
1253
- * 是否显示
1254
- * @defaultValue true
1255
- * @public
1252
+ /**
1253
+ * 是否显示
1254
+ * @defaultValue true
1255
+ * @public
1256
1256
  */ _define_property(this, "isShow", void 0);
1257
- /**
1258
- * 优先访问流程表单
1259
- * @defaultValue false
1260
- * @public
1257
+ /**
1258
+ * 优先访问流程表单
1259
+ * @defaultValue false
1260
+ * @public
1261
1261
  */ _define_property(this, "priorityProcess", void 0);
1262
- /**
1263
- * 表单ID
1264
- * @defaultValue ''
1265
- * @public
1262
+ /**
1263
+ * 表单ID
1264
+ * @defaultValue ''
1265
+ * @public
1266
1266
  */ _define_property(this, "formKey", void 0);
1267
- /**
1268
- * 显示文字
1269
- * @defaultValue ''
1270
- * @public
1267
+ /**
1268
+ * 显示文字
1269
+ * @defaultValue ''
1270
+ * @public
1271
1271
  */ _define_property(this, "content", void 0);
1272
- /**
1273
- * 打开方式
1274
- * @defaultValue 'modal'
1275
- * @public
1272
+ /**
1273
+ * 打开方式
1274
+ * @defaultValue 'modal'
1275
+ * @public
1276
1276
  */ _define_property(this, "openType", void 0);
1277
1277
  _define_property(this, "type", void 0);
1278
1278
  var _props_isShow;
@@ -1307,16 +1307,16 @@ export var ViewOperationItem = function ViewOperationItem(props) {
1307
1307
  })) !== null && _props_headers_map !== void 0 ? _props_headers_map : [];
1308
1308
  callFiltersAndOrders.call(this, props);
1309
1309
  };
1310
- /**
1311
- * 自定义权限项,用于Vue容器上,注册自定义的权限
1310
+ /**
1311
+ * 自定义权限项,用于Vue容器上,注册自定义的权限
1312
1312
  */ export var CustomPermissionItem = function CustomPermissionItem(props) {
1313
1313
  "use strict";
1314
1314
  _class_call_check(this, CustomPermissionItem);
1315
- /**
1316
- * 人工输入的权限key
1315
+ /**
1316
+ * 人工输入的权限key
1317
1317
  */ _define_property(this, "key", void 0);
1318
- /**
1319
- * 权限名称
1318
+ /**
1319
+ * 权限名称
1320
1320
  */ _define_property(this, "caption", void 0);
1321
1321
  var _props_key;
1322
1322
  this.key = (_props_key = props.key) !== null && _props_key !== void 0 ? _props_key : genNonDuplicateId(8);
@@ -1342,15 +1342,15 @@ export var BaseStyle = function BaseStyle(props) {
1342
1342
  export var OptObject = function OptObject(props) {
1343
1343
  "use strict";
1344
1344
  _class_call_check(this, OptObject);
1345
- /**
1346
- * 操作项编码
1347
- * @defaultValue ''
1348
- * @public
1345
+ /**
1346
+ * 操作项编码
1347
+ * @defaultValue ''
1348
+ * @public
1349
1349
  */ _define_property(this, "optCode", void 0);
1350
- /**
1351
- * 操作项类型
1352
- * @defaultValue ''
1353
- * @public
1350
+ /**
1351
+ * 操作项类型
1352
+ * @defaultValue ''
1353
+ * @public
1354
1354
  */ _define_property(this, "optType", void 0);
1355
1355
  var _props_optCode;
1356
1356
  this.optCode = (_props_optCode = props === null || props === void 0 ? void 0 : props.optCode) !== null && _props_optCode !== void 0 ? _props_optCode : '';
@@ -1361,21 +1361,21 @@ export var RowStyleRule = function RowStyleRule(props) {
1361
1361
  "use strict";
1362
1362
  _class_call_check(this, RowStyleRule);
1363
1363
  var _props_filters, _props_settings;
1364
- /**
1365
- * 规则编号
1366
- * @defaultValue guid
1367
- * @public
1364
+ /**
1365
+ * 规则编号
1366
+ * @defaultValue guid
1367
+ * @public
1368
1368
  */ _define_property(this, "id", void 0);
1369
- /**
1370
- * 规则名称
1371
- * @defaultValue ''
1372
- * @public
1369
+ /**
1370
+ * 规则名称
1371
+ * @defaultValue ''
1372
+ * @public
1373
1373
  */ _define_property(this, "name", void 0);
1374
1374
  _define_property(this, "settings", void 0);
1375
- /**
1376
- * 过滤条件
1377
- * @defaultValue []
1378
- * @public
1375
+ /**
1376
+ * 过滤条件
1377
+ * @defaultValue []
1378
+ * @public
1379
1379
  */ _define_property(this, "filters", void 0);
1380
1380
  // 过滤
1381
1381
  _define_property(this, "script", void 0);
@@ -1399,19 +1399,19 @@ export var RowStyleRule = function RowStyleRule(props) {
1399
1399
  export var RowStyleSettings = function RowStyleSettings(props) {
1400
1400
  "use strict";
1401
1401
  _class_call_check(this, RowStyleSettings);
1402
- /**
1403
- * 颜色值。theme:跟随主题色;#4c78fc:具体颜色值
1404
- * @defaultValue 'theme'
1405
- * @public
1402
+ /**
1403
+ * 颜色值。theme:跟随主题色;#4c78fc:具体颜色值
1404
+ * @defaultValue 'theme'
1405
+ * @public
1406
1406
  */ _define_property(this, "color", void 0);
1407
- /**
1408
- * 生效列字段
1407
+ /**
1408
+ * 生效列字段
1409
1409
  */ _define_property(this, "fieldCodes", void 0);
1410
- /**
1411
- * 样式类型,background单元格背景色,fontColor单元格字体色
1410
+ /**
1411
+ * 样式类型,background单元格背景色,fontColor单元格字体色
1412
1412
  */ _define_property(this, "type", void 0);
1413
- /**
1414
- * 作用范围,row整行,col整列
1413
+ /**
1414
+ * 作用范围,row整行,col整列
1415
1415
  */ _define_property(this, "scope", void 0);
1416
1416
  var _props_type;
1417
1417
  this.type = (_props_type = props.type) !== null && _props_type !== void 0 ? _props_type : 'background';