@byteluck-fe/model-driven-controls 1.7.0 → 1.7.2

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 (166) hide show
  1. package/dist/esm/baseControls/BatchPrintListButton/designer.js +1 -1
  2. package/dist/esm/baseControls/BatchPrintListButton/property.js +10 -10
  3. package/dist/esm/baseControls/BatchPrintRecordListButton/designer.js +1 -1
  4. package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +4 -4
  5. package/dist/esm/baseControls/BatchSubmissionListButton/designer.js +1 -1
  6. package/dist/esm/baseControls/BatchSubmissionListButton/property.js +13 -13
  7. package/dist/esm/baseControls/Button/designer.js +1 -1
  8. package/dist/esm/baseControls/Button/property.js +16 -16
  9. package/dist/esm/baseControls/CreateFormListButton/designer.js +1 -1
  10. package/dist/esm/baseControls/CreateFormListButton/property.js +8 -8
  11. package/dist/esm/baseControls/Dashboard/designer.js +3 -3
  12. package/dist/esm/baseControls/Dashboard/property.js +12 -12
  13. package/dist/esm/baseControls/Divider/designer.js +1 -1
  14. package/dist/esm/baseControls/Divider/property.js +4 -4
  15. package/dist/esm/baseControls/ExportListButton/designer.js +1 -1
  16. package/dist/esm/baseControls/ExportListButton/property.js +9 -9
  17. package/dist/esm/baseControls/ExportRecordListButton/designer.js +1 -1
  18. package/dist/esm/baseControls/ExportRecordListButton/property.js +4 -4
  19. package/dist/esm/baseControls/FormSelectButton/designer.js +1 -1
  20. package/dist/esm/baseControls/FormSelectButton/property.js +6 -6
  21. package/dist/esm/baseControls/ImportRecordListButton/designer.js +1 -1
  22. package/dist/esm/baseControls/ImportRecordListButton/property.js +8 -8
  23. package/dist/esm/baseControls/InvoiceCheckButton/designer.js +3 -3
  24. package/dist/esm/baseControls/InvoiceCheckButton/property.js +20 -20
  25. package/dist/esm/baseControls/Link/designer.js +1 -1
  26. package/dist/esm/baseControls/Link/property.js +6 -6
  27. package/dist/esm/baseControls/ListSelectButton/designer.js +1 -1
  28. package/dist/esm/baseControls/ListSelectButton/property.js +4 -4
  29. package/dist/esm/baseControls/ListViewSelect/designer.js +1 -1
  30. package/dist/esm/baseControls/ListViewSelect/property.js +6 -6
  31. package/dist/esm/baseControls/SubmissionRecordListButton/designer.js +1 -1
  32. package/dist/esm/baseControls/SubmissionRecordListButton/property.js +4 -4
  33. package/dist/esm/baseControls/Text/designer.js +1 -1
  34. package/dist/esm/baseControls/Text/property.js +10 -10
  35. package/dist/esm/baseControls/TextOcrButton/designer.js +3 -3
  36. package/dist/esm/baseControls/TextOcrButton/property.js +20 -20
  37. package/dist/esm/baseControls/Title/designer.js +3 -2
  38. package/dist/esm/baseControls/Title/property.js +7 -5
  39. package/dist/esm/columnControls/ArrayColumn/designer.js +1 -1
  40. package/dist/esm/columnControls/ArrayColumn/property.js +6 -6
  41. package/dist/esm/columnControls/AutoNumberColumn/designer.js +1 -1
  42. package/dist/esm/columnControls/AutoNumberColumn/property.js +2 -2
  43. package/dist/esm/columnControls/CustomColumn/designer.js +2 -2
  44. package/dist/esm/columnControls/CustomColumn/property.js +4 -4
  45. package/dist/esm/columnControls/DecimalColumn/designer.js +3 -3
  46. package/dist/esm/columnControls/DecimalColumn/property.js +12 -12
  47. package/dist/esm/columnControls/DepartmentColumn/designer.js +1 -1
  48. package/dist/esm/columnControls/DepartmentColumn/property.js +4 -4
  49. package/dist/esm/columnControls/EmployeeColumn/designer.js +2 -2
  50. package/dist/esm/columnControls/EmployeeColumn/property.js +4 -4
  51. package/dist/esm/columnControls/FileColumn/designer.js +1 -1
  52. package/dist/esm/columnControls/FileColumn/property.js +2 -2
  53. package/dist/esm/columnControls/ImageColumn/designer.js +1 -1
  54. package/dist/esm/columnControls/ImageColumn/property.js +2 -2
  55. package/dist/esm/columnControls/LocationColumn/designer.js +1 -1
  56. package/dist/esm/columnControls/LocationColumn/property.js +2 -2
  57. package/dist/esm/columnControls/OperationColumn/designer.js +2 -2
  58. package/dist/esm/columnControls/OperationColumn/property.js +14 -14
  59. package/dist/esm/columnControls/OrderColumn/property.js +8 -8
  60. package/dist/esm/columnControls/PeopleColumn/designer.js +1 -1
  61. package/dist/esm/columnControls/PeopleColumn/property.js +2 -2
  62. package/dist/esm/columnControls/TextColumn/designer.js +1 -1
  63. package/dist/esm/columnControls/TextColumn/property.js +6 -6
  64. package/dist/esm/columnControls/TimescopeColumn/designer.js +1 -1
  65. package/dist/esm/columnControls/TimescopeColumn/property.js +4 -4
  66. package/dist/esm/columnControls/TimestampColumn/designer.js +1 -1
  67. package/dist/esm/columnControls/TimestampColumn/property.js +4 -4
  68. package/dist/esm/columnControls/VarcharColumn/designer.js +1 -1
  69. package/dist/esm/columnControls/VarcharColumn/property.js +8 -8
  70. package/dist/esm/formControls/Address/designer.js +3 -3
  71. package/dist/esm/formControls/Address/property.js +10 -10
  72. package/dist/esm/formControls/Amount/designer.js +5 -5
  73. package/dist/esm/formControls/Amount/property.js +24 -24
  74. package/dist/esm/formControls/Attachment/designer.js +3 -3
  75. package/dist/esm/formControls/Attachment/property.js +16 -16
  76. package/dist/esm/formControls/AutoNumber/designer.js +3 -3
  77. package/dist/esm/formControls/AutoNumber/property.js +6 -6
  78. package/dist/esm/formControls/Calc/designer.js +5 -5
  79. package/dist/esm/formControls/Calc/property.js +15 -15
  80. package/dist/esm/formControls/Checkbox/designer.js +3 -3
  81. package/dist/esm/formControls/Checkbox/property.js +27 -27
  82. package/dist/esm/formControls/DatePicker/designer.js +3 -3
  83. package/dist/esm/formControls/DatePicker/property.js +18 -18
  84. package/dist/esm/formControls/DateRange/designer.js +3 -3
  85. package/dist/esm/formControls/DateRange/property.js +18 -18
  86. package/dist/esm/formControls/Department/designer.js +4 -4
  87. package/dist/esm/formControls/Department/property.js +22 -22
  88. package/dist/esm/formControls/Department2/designer.js +5 -5
  89. package/dist/esm/formControls/Department2/property.js +31 -31
  90. package/dist/esm/formControls/ElectronicSignature/designer.js +2 -2
  91. package/dist/esm/formControls/ElectronicSignature/property.js +12 -12
  92. package/dist/esm/formControls/Employee/designer.js +3 -3
  93. package/dist/esm/formControls/Employee/property.js +18 -18
  94. package/dist/esm/formControls/Employee2/designer.js +4 -4
  95. package/dist/esm/formControls/Employee2/property.js +29 -29
  96. package/dist/esm/formControls/Image/designer.js +8 -8
  97. package/dist/esm/formControls/Image/runtime.js +7 -7
  98. package/dist/esm/formControls/Input/designer.js +3 -3
  99. package/dist/esm/formControls/Input/property.js +15 -15
  100. package/dist/esm/formControls/Number/designer.js +5 -5
  101. package/dist/esm/formControls/Number/property.js +27 -27
  102. package/dist/esm/formControls/Radio/designer.js +3 -3
  103. package/dist/esm/formControls/Radio/property.js +23 -23
  104. package/dist/esm/formControls/RichText/designer.js +3 -3
  105. package/dist/esm/formControls/RichText/property.js +10 -10
  106. package/dist/esm/formControls/Score/designer.js +5 -5
  107. package/dist/esm/formControls/Score/property.js +15 -15
  108. package/dist/esm/formControls/SearchDateRange/designer.js +3 -3
  109. package/dist/esm/formControls/SearchDateRange/property.js +20 -20
  110. package/dist/esm/formControls/SearchInput/designer.js +2 -2
  111. package/dist/esm/formControls/SearchNumberRange/designer.js +3 -3
  112. package/dist/esm/formControls/SearchNumberRange/property.js +12 -12
  113. package/dist/esm/formControls/Select/designer.js +3 -3
  114. package/dist/esm/formControls/Select/property.js +17 -17
  115. package/dist/esm/formControls/SelectMultiple/designer.js +3 -3
  116. package/dist/esm/formControls/SelectMultiple/property.js +15 -15
  117. package/dist/esm/formControls/SelectRelation/designer.js +3 -3
  118. package/dist/esm/formControls/SelectRelation/property.js +16 -16
  119. package/dist/esm/formControls/Textarea/designer.js +3 -3
  120. package/dist/esm/formControls/Textarea/property.js +12 -12
  121. package/dist/esm/formControls/Tree/designer.js +4 -4
  122. package/dist/esm/formControls/Tree/property.js +28 -28
  123. package/dist/esm/formControls/VueFormItem/designer.js +3 -3
  124. package/dist/esm/formControls/VueFormItem/property.js +10 -10
  125. package/dist/esm/formControls/WPS/designer.js +4 -4
  126. package/dist/esm/formControls/WPS/property.js +24 -24
  127. package/dist/esm/framework.js +70 -70
  128. package/dist/esm/layoutControls/AdvancedContainer/Setting.js +3 -3
  129. package/dist/esm/layoutControls/CardGroup/designer.js +1 -1
  130. package/dist/esm/layoutControls/CardGroup/property.js +6 -6
  131. package/dist/esm/layoutControls/Col/designer.js +1 -1
  132. package/dist/esm/layoutControls/Col/property.js +4 -4
  133. package/dist/esm/layoutControls/DataView/property.js +12 -12
  134. package/dist/esm/layoutControls/GridTableColumn/designer.js +2 -2
  135. package/dist/esm/layoutControls/GridTableColumn/property.js +20 -20
  136. package/dist/esm/layoutControls/ListView/designer.js +2 -2
  137. package/dist/esm/layoutControls/ListView/property.js +16 -16
  138. package/dist/esm/layoutControls/Page/Setting.js +4 -4
  139. package/dist/esm/layoutControls/Page/property.js +2 -2
  140. package/dist/esm/layoutControls/Position/property.js +8 -8
  141. package/dist/esm/layoutControls/PositioningContainer/Setting.js +3 -3
  142. package/dist/esm/layoutControls/Row/designer.js +1 -1
  143. package/dist/esm/layoutControls/Row/property.js +4 -4
  144. package/dist/esm/layoutControls/SubTableColumn/designer.js +2 -2
  145. package/dist/esm/layoutControls/SubTableColumn/property.js +12 -12
  146. package/dist/esm/layoutControls/SubTableRow/designer.js +2 -2
  147. package/dist/esm/layoutControls/Tab/designer.js +3 -3
  148. package/dist/esm/layoutControls/TabPane/designer.js +1 -1
  149. package/dist/esm/layoutControls/TabPane/property.js +2 -2
  150. package/dist/esm/layoutControls/Toolbox/designer.js +2 -2
  151. package/dist/esm/layoutControls/Toolbox/runtime.js +1 -1
  152. package/dist/esm/listControls/GridTable/designer.js +118 -18
  153. package/dist/esm/listControls/GridTable/property.js +8 -8
  154. package/dist/esm/listControls/SubTable/designer.js +7 -7
  155. package/dist/esm/listControls/SubTable/property.js +43 -43
  156. package/dist/esm/searchControls/SimpleSearch/designer.js +1 -1
  157. package/dist/esm/searchControls/SimpleSearch/property.js +14 -14
  158. package/dist/esm/searchControls/SimpleSearch/runtime.js +2 -2
  159. package/dist/index.umd.js +1 -1
  160. package/dist/types/baseControls/Title/property.d.ts +1 -0
  161. package/dist/types/columnControls/CustomColumn/designer.d.ts +1 -1
  162. package/dist/types/layoutControls/AdvancedContainer/Setting.d.ts +1 -1
  163. package/dist/types/layoutControls/Page/Setting.d.ts +1 -1
  164. package/dist/types/layoutControls/Position/Setting.d.ts +1 -1
  165. package/dist/types/layoutControls/PositioningContainer/Setting.d.ts +1 -1
  166. package/package.json +5 -5
@@ -128,7 +128,7 @@ var WPSControl = /*#__PURE__*/ function(DesignerFormControl) {
128
128
  }(DesignerFormControl);
129
129
  WPSControl.controlEventKeys = [
130
130
  "on_change",
131
- "on_wps_open",
131
+ "on_wps_open"
132
132
  ];
133
133
  WPSControl.controlFieldType = FieldTypes.FILE;
134
134
  WPSControl.setting = [
@@ -140,7 +140,7 @@ WPSControl.setting = [
140
140
  key: "caption",
141
141
  showItems: [
142
142
  COMMON_SETTING_TYPE.CAPTION,
143
- COMMON_SETTING_TYPE.IS_HIDE_CAPTION,
143
+ COMMON_SETTING_TYPE.IS_HIDE_CAPTION
144
144
  ],
145
145
  visible: true
146
146
  },
@@ -159,7 +159,7 @@ WPSControl.setting = [
159
159
  COMMON_SETTING_TYPE.REQUIRED,
160
160
  COMMON_SETTING_TYPE.IS_HIDE,
161
161
  COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP,
162
- COMMON_SETTING_TYPE.REVISIONS_MODE,
162
+ COMMON_SETTING_TYPE.REVISIONS_MODE
163
163
  ]
164
164
  },
165
165
  {
@@ -185,7 +185,7 @@ WPSControl.setting = [
185
185
  {
186
186
  key: "super-setting",
187
187
  visible: true
188
- },
188
+ }
189
189
  ];
190
190
  export default WPSControl;
191
191
  export { WPSControl as DesignerWPSControl };
@@ -147,31 +147,31 @@ var WPSProperty = /*#__PURE__*/ function(BaseControlProperty) {
147
147
  _classCallCheck(this, WPSProperty);
148
148
  var _this;
149
149
  _this = _super.call(this, props);
150
- var ref;
151
- _this.caption = (ref = props === null || props === void 0 ? void 0 : props.caption) !== null && ref !== void 0 ? ref : WPSControl.controlName;
152
- var ref1;
153
- _this.content = (ref1 = props === null || props === void 0 ? void 0 : props.content) !== null && ref1 !== void 0 ? ref1 : "新建文档";
154
- var ref2;
155
- _this.canAdd = (ref2 = props === null || props === void 0 ? void 0 : props.canAdd) !== null && ref2 !== void 0 ? ref2 : true;
156
- var ref3;
157
- _this.addLocal = (ref3 = props === null || props === void 0 ? void 0 : props.addLocal) !== null && ref3 !== void 0 ? ref3 : true;
158
- var ref4;
159
- _this.addOnline = (ref4 = props === null || props === void 0 ? void 0 : props.addOnline) !== null && ref4 !== void 0 ? ref4 : true;
160
- var ref5;
161
- _this.canEdit = (ref5 = props === null || props === void 0 ? void 0 : props.canEdit) !== null && ref5 !== void 0 ? ref5 : true;
162
- var ref6;
163
- _this.canDownload = (ref6 = props === null || props === void 0 ? void 0 : props.canDownload) !== null && ref6 !== void 0 ? ref6 : true;
164
- var ref7;
165
- _this.canExport = (ref7 = props === null || props === void 0 ? void 0 : props.canExport) !== null && ref7 !== void 0 ? ref7 : true;
166
- var ref8;
167
- _this.canDelete = (ref8 = props === null || props === void 0 ? void 0 : props.canDelete) !== null && ref8 !== void 0 ? ref8 : false;
168
- var ref9;
169
- _this.maxSize = (ref9 = props === null || props === void 0 ? void 0 : props.maxSize) !== null && ref9 !== void 0 ? ref9 : MB10;
170
- var ref10;
171
- _this.defaultValue = (ref10 = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && ref10 !== void 0 ? ref10 : [];
150
+ var _props_caption;
151
+ _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : WPSControl.controlName;
152
+ var _props_content;
153
+ _this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : "新建文档";
154
+ var _props_canAdd;
155
+ _this.canAdd = (_props_canAdd = props === null || props === void 0 ? void 0 : props.canAdd) !== null && _props_canAdd !== void 0 ? _props_canAdd : true;
156
+ var _props_addLocal;
157
+ _this.addLocal = (_props_addLocal = props === null || props === void 0 ? void 0 : props.addLocal) !== null && _props_addLocal !== void 0 ? _props_addLocal : true;
158
+ var _props_addOnline;
159
+ _this.addOnline = (_props_addOnline = props === null || props === void 0 ? void 0 : props.addOnline) !== null && _props_addOnline !== void 0 ? _props_addOnline : true;
160
+ var _props_canEdit;
161
+ _this.canEdit = (_props_canEdit = props === null || props === void 0 ? void 0 : props.canEdit) !== null && _props_canEdit !== void 0 ? _props_canEdit : true;
162
+ var _props_canDownload;
163
+ _this.canDownload = (_props_canDownload = props === null || props === void 0 ? void 0 : props.canDownload) !== null && _props_canDownload !== void 0 ? _props_canDownload : true;
164
+ var _props_canExport;
165
+ _this.canExport = (_props_canExport = props === null || props === void 0 ? void 0 : props.canExport) !== null && _props_canExport !== void 0 ? _props_canExport : true;
166
+ var _props_canDelete;
167
+ _this.canDelete = (_props_canDelete = props === null || props === void 0 ? void 0 : props.canDelete) !== null && _props_canDelete !== void 0 ? _props_canDelete : false;
168
+ var _props_maxSize;
169
+ _this.maxSize = (_props_maxSize = props === null || props === void 0 ? void 0 : props.maxSize) !== null && _props_maxSize !== void 0 ? _props_maxSize : MB10;
170
+ var _props_defaultValue;
171
+ _this.defaultValue = (_props_defaultValue = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && _props_defaultValue !== void 0 ? _props_defaultValue : [];
172
172
  _this.wpsSetting = new WPSSetting(props === null || props === void 0 ? void 0 : props.wpsSetting);
173
- var ref11;
174
- _this.revisionsMode = (ref11 = props === null || props === void 0 ? void 0 : props.revisionsMode) !== null && ref11 !== void 0 ? ref11 : false;
173
+ var _props_revisionsMode;
174
+ _this.revisionsMode = (_props_revisionsMode = props === null || props === void 0 ? void 0 : props.revisionsMode) !== null && _props_revisionsMode !== void 0 ? _props_revisionsMode : false;
175
175
  return _this;
176
176
  }
177
177
  return WPSProperty;
@@ -57,10 +57,10 @@ export var SCORE_TYPE;
57
57
  export var Explain = function Explain(props) {
58
58
  "use strict";
59
59
  _classCallCheck(this, Explain);
60
- var ref;
61
- this.id = (ref = props === null || props === void 0 ? void 0 : props.id) !== null && ref !== void 0 ? ref : genNonDuplicateId();
62
- var ref1;
63
- this.text = (ref1 = props === null || props === void 0 ? void 0 : props.text) !== null && ref1 !== void 0 ? ref1 : "";
60
+ var _props_id;
61
+ this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId();
62
+ var _props_text;
63
+ this.text = (_props_text = props === null || props === void 0 ? void 0 : props.text) !== null && _props_text !== void 0 ? _props_text : "";
64
64
  };
65
65
  export var LINE_STYLE;
66
66
  (function(LINE_STYLE) {
@@ -74,85 +74,85 @@ export var LINE_STYLE;
74
74
  export var UndersignedPerson = function UndersignedPerson(props) {
75
75
  "use strict";
76
76
  _classCallCheck(this, UndersignedPerson);
77
- var ref;
78
- this.type = (ref = props === null || props === void 0 ? void 0 : props.type) !== null && ref !== void 0 ? ref : "private";
79
- var ref1;
80
- this.person = new RightVariable((ref1 = props === null || props === void 0 ? void 0 : props.person) !== null && ref1 !== void 0 ? ref1 : {
77
+ var _props_type;
78
+ this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : "private";
79
+ var _props_person;
80
+ this.person = new RightVariable((_props_person = props === null || props === void 0 ? void 0 : props.person) !== null && _props_person !== void 0 ? _props_person : {
81
81
  type: "form"
82
82
  });
83
- var ref2;
84
- this.signatureType = (ref2 = props === null || props === void 0 ? void 0 : props.signatureType) !== null && ref2 !== void 0 ? ref2 : [];
85
- var ref3, ref4;
86
- this.telephone = (ref4 = props === null || props === void 0 ? void 0 : props.telephone) !== null && ref4 !== void 0 ? ref4 : new RightVariable((ref3 = props === null || props === void 0 ? void 0 : props.telephone) !== null && ref3 !== void 0 ? ref3 : {
83
+ var _props_signatureType;
84
+ this.signatureType = (_props_signatureType = props === null || props === void 0 ? void 0 : props.signatureType) !== null && _props_signatureType !== void 0 ? _props_signatureType : [];
85
+ var _props_telephone, _props_telephone1;
86
+ this.telephone = (_props_telephone1 = props === null || props === void 0 ? void 0 : props.telephone) !== null && _props_telephone1 !== void 0 ? _props_telephone1 : new RightVariable((_props_telephone = props === null || props === void 0 ? void 0 : props.telephone) !== null && _props_telephone !== void 0 ? _props_telephone : {
87
87
  type: "form"
88
88
  });
89
- var ref5, ref6;
90
- this.company = (ref6 = props === null || props === void 0 ? void 0 : props.company) !== null && ref6 !== void 0 ? ref6 : new RightVariable((ref5 = props === null || props === void 0 ? void 0 : props.company) !== null && ref5 !== void 0 ? ref5 : {
89
+ var _props_company, _props_company1;
90
+ this.company = (_props_company1 = props === null || props === void 0 ? void 0 : props.company) !== null && _props_company1 !== void 0 ? _props_company1 : new RightVariable((_props_company = props === null || props === void 0 ? void 0 : props.company) !== null && _props_company !== void 0 ? _props_company : {
91
91
  type: "form"
92
92
  });
93
- var ref7;
94
- this.remark = (ref7 = props === null || props === void 0 ? void 0 : props.remark) !== null && ref7 !== void 0 ? ref7 : "";
93
+ var _props_remark;
94
+ this.remark = (_props_remark = props === null || props === void 0 ? void 0 : props.remark) !== null && _props_remark !== void 0 ? _props_remark : "";
95
95
  };
96
96
  export var ElectronicSignatureConfig = function ElectronicSignatureConfig(props) {
97
97
  "use strict";
98
98
  _classCallCheck(this, ElectronicSignatureConfig);
99
- var ref;
100
- var ref1;
101
- this.fileControl = (ref1 = props === null || props === void 0 ? void 0 : props.fileControl) !== null && ref1 !== void 0 ? ref1 : "";
102
- var ref2;
103
- this.undersignedList = (ref2 = props === null || props === void 0 ? void 0 : (ref = props.undersignedList) === null || ref === void 0 ? void 0 : ref.map(function(item) {
99
+ var _props_undersignedList;
100
+ var _props_fileControl;
101
+ this.fileControl = (_props_fileControl = props === null || props === void 0 ? void 0 : props.fileControl) !== null && _props_fileControl !== void 0 ? _props_fileControl : "";
102
+ var _props_undersignedList_map;
103
+ this.undersignedList = (_props_undersignedList_map = props === null || props === void 0 ? void 0 : (_props_undersignedList = props.undersignedList) === null || _props_undersignedList === void 0 ? void 0 : _props_undersignedList.map(function(item) {
104
104
  return new UndersignedPerson(item);
105
- })) !== null && ref2 !== void 0 ? ref2 : [
105
+ })) !== null && _props_undersignedList_map !== void 0 ? _props_undersignedList_map : [
106
106
  new UndersignedPerson()
107
107
  ];
108
- var ref3;
109
- this.statusControl = (ref3 = props === null || props === void 0 ? void 0 : props.statusControl) !== null && ref3 !== void 0 ? ref3 : "";
110
- var ref4;
111
- this.completeControl = (ref4 = props === null || props === void 0 ? void 0 : props.completeControl) !== null && ref4 !== void 0 ? ref4 : "";
112
- var ref5;
113
- this.completeTimeControl = (ref5 = props === null || props === void 0 ? void 0 : props.completeTimeControl) !== null && ref5 !== void 0 ? ref5 : "";
108
+ var _props_statusControl;
109
+ this.statusControl = (_props_statusControl = props === null || props === void 0 ? void 0 : props.statusControl) !== null && _props_statusControl !== void 0 ? _props_statusControl : "";
110
+ var _props_completeControl;
111
+ this.completeControl = (_props_completeControl = props === null || props === void 0 ? void 0 : props.completeControl) !== null && _props_completeControl !== void 0 ? _props_completeControl : "";
112
+ var _props_completeTimeControl;
113
+ this.completeTimeControl = (_props_completeTimeControl = props === null || props === void 0 ? void 0 : props.completeTimeControl) !== null && _props_completeTimeControl !== void 0 ? _props_completeTimeControl : "";
114
114
  };
115
115
  export var ExportTemplate = function ExportTemplate(props) {
116
116
  "use strict";
117
117
  _classCallCheck(this, ExportTemplate);
118
- var ref;
119
- this.id = (ref = props === null || props === void 0 ? void 0 : props.id) !== null && ref !== void 0 ? ref : genNonDuplicateId(8);
120
- var ref1;
121
- this.appId = (ref1 = props === null || props === void 0 ? void 0 : props.appId) !== null && ref1 !== void 0 ? ref1 : "";
122
- var ref2;
123
- this.dataCode = (ref2 = props === null || props === void 0 ? void 0 : props.dataCode) !== null && ref2 !== void 0 ? ref2 : "";
124
- var ref3;
125
- this.svcCode = (ref3 = props === null || props === void 0 ? void 0 : props.svcCode) !== null && ref3 !== void 0 ? ref3 : "";
126
- var ref4;
127
- this.name = (ref4 = props === null || props === void 0 ? void 0 : props.name) !== null && ref4 !== void 0 ? ref4 : "";
128
- var ref5;
129
- this.fieldList = (ref5 = props === null || props === void 0 ? void 0 : props.fieldList) !== null && ref5 !== void 0 ? ref5 : [];
130
- var ref6;
131
- this.active = (ref6 = props === null || props === void 0 ? void 0 : props.active) !== null && ref6 !== void 0 ? ref6 : false;
118
+ var _props_id;
119
+ this.id = (_props_id = props === null || props === void 0 ? void 0 : props.id) !== null && _props_id !== void 0 ? _props_id : genNonDuplicateId(8);
120
+ var _props_appId;
121
+ this.appId = (_props_appId = props === null || props === void 0 ? void 0 : props.appId) !== null && _props_appId !== void 0 ? _props_appId : "";
122
+ var _props_dataCode;
123
+ this.dataCode = (_props_dataCode = props === null || props === void 0 ? void 0 : props.dataCode) !== null && _props_dataCode !== void 0 ? _props_dataCode : "";
124
+ var _props_svcCode;
125
+ this.svcCode = (_props_svcCode = props === null || props === void 0 ? void 0 : props.svcCode) !== null && _props_svcCode !== void 0 ? _props_svcCode : "";
126
+ var _props_name;
127
+ this.name = (_props_name = props === null || props === void 0 ? void 0 : props.name) !== null && _props_name !== void 0 ? _props_name : "";
128
+ var _props_fieldList;
129
+ this.fieldList = (_props_fieldList = props === null || props === void 0 ? void 0 : props.fieldList) !== null && _props_fieldList !== void 0 ? _props_fieldList : [];
130
+ var _props_active;
131
+ this.active = (_props_active = props === null || props === void 0 ? void 0 : props.active) !== null && _props_active !== void 0 ? _props_active : false;
132
132
  };
133
133
  export var WpsOperationItem = function WpsOperationItem(props) {
134
134
  "use strict";
135
135
  _classCallCheck(this, WpsOperationItem);
136
- var ref;
137
- this.active = (ref = props === null || props === void 0 ? void 0 : props.active) !== null && ref !== void 0 ? ref : false;
138
- var ref1;
139
- this.text = (ref1 = props === null || props === void 0 ? void 0 : props.text) !== null && ref1 !== void 0 ? ref1 : "";
136
+ var _props_active;
137
+ this.active = (_props_active = props === null || props === void 0 ? void 0 : props.active) !== null && _props_active !== void 0 ? _props_active : false;
138
+ var _props_text;
139
+ this.text = (_props_text = props === null || props === void 0 ? void 0 : props.text) !== null && _props_text !== void 0 ? _props_text : "";
140
140
  };
141
141
  export var WPSSetting = function WPSSetting(props) {
142
142
  "use strict";
143
143
  _classCallCheck(this, WPSSetting);
144
- var ref;
145
- this.types = (ref = props === null || props === void 0 ? void 0 : props.types) !== null && ref !== void 0 ? ref : [
144
+ var _props_types;
145
+ this.types = (_props_types = props === null || props === void 0 ? void 0 : props.types) !== null && _props_types !== void 0 ? _props_types : [
146
146
  "word",
147
147
  "ppt",
148
148
  "excel"
149
149
  ];
150
- var ref1;
151
- this.history = (ref1 = props === null || props === void 0 ? void 0 : props.history) !== null && ref1 !== void 0 ? ref1 : false;
152
- var ref2;
153
- this.collaborativeRecord = (ref2 = props === null || props === void 0 ? void 0 : props.collaborativeRecord) !== null && ref2 !== void 0 ? ref2 : false;
154
- var ref3;
155
- this.logicToDelete = (ref3 = props === null || props === void 0 ? void 0 : props.logicToDelete) !== null && ref3 !== void 0 ? ref3 : true;
150
+ var _props_history;
151
+ this.history = (_props_history = props === null || props === void 0 ? void 0 : props.history) !== null && _props_history !== void 0 ? _props_history : false;
152
+ var _props_collaborativeRecord;
153
+ this.collaborativeRecord = (_props_collaborativeRecord = props === null || props === void 0 ? void 0 : props.collaborativeRecord) !== null && _props_collaborativeRecord !== void 0 ? _props_collaborativeRecord : false;
154
+ var _props_logicToDelete;
155
+ this.logicToDelete = (_props_logicToDelete = props === null || props === void 0 ? void 0 : props.logicToDelete) !== null && _props_logicToDelete !== void 0 ? _props_logicToDelete : true;
156
156
  this.watermark = new WpsOperationItem(props === null || props === void 0 ? void 0 : props.watermark);
157
157
  this.autoRename = new WpsOperationItem(props === null || props === void 0 ? void 0 : props.autoRename);
158
158
  };
@@ -163,26 +163,26 @@ export function initExpression(expression) {
163
163
  export var PrintTemplate = function PrintTemplate(props) {
164
164
  "use strict";
165
165
  _classCallCheck(this, PrintTemplate);
166
- var ref;
167
- this.fileId = (ref = props === null || props === void 0 ? void 0 : props.fileId) !== null && ref !== void 0 ? ref : "";
168
- var ref1;
169
- this.fileName = (ref1 = props === null || props === void 0 ? void 0 : props.fileName) !== null && ref1 !== void 0 ? ref1 : "";
170
- var ref2;
171
- this.ruleName = (ref2 = props === null || props === void 0 ? void 0 : props.ruleName) !== null && ref2 !== void 0 ? ref2 : "";
172
- var _isDefault;
173
- this.isDefault = (_isDefault = props.isDefault) !== null && _isDefault !== void 0 ? _isDefault : false;
174
- var _rules;
175
- this.rules = (_rules = props.rules) !== null && _rules !== void 0 ? _rules : [];
166
+ var _props_fileId;
167
+ this.fileId = (_props_fileId = props === null || props === void 0 ? void 0 : props.fileId) !== null && _props_fileId !== void 0 ? _props_fileId : "";
168
+ var _props_fileName;
169
+ this.fileName = (_props_fileName = props === null || props === void 0 ? void 0 : props.fileName) !== null && _props_fileName !== void 0 ? _props_fileName : "";
170
+ var _props_ruleName;
171
+ this.ruleName = (_props_ruleName = props === null || props === void 0 ? void 0 : props.ruleName) !== null && _props_ruleName !== void 0 ? _props_ruleName : "";
172
+ var _props_isDefault;
173
+ this.isDefault = (_props_isDefault = props.isDefault) !== null && _props_isDefault !== void 0 ? _props_isDefault : false;
174
+ var _props_rules;
175
+ this.rules = (_props_rules = props.rules) !== null && _props_rules !== void 0 ? _props_rules : [];
176
176
  };
177
177
  export var FlexStyleConfig = function FlexStyleConfig(props) {
178
178
  "use strict";
179
179
  _classCallCheck(this, FlexStyleConfig);
180
- var ref;
181
- this.direction = (ref = props === null || props === void 0 ? void 0 : props.direction) !== null && ref !== void 0 ? ref : "row";
182
- var ref1;
183
- this.justifyContent = (ref1 = props === null || props === void 0 ? void 0 : props.justifyContent) !== null && ref1 !== void 0 ? ref1 : "flex-start";
184
- var ref2;
185
- this.alignItems = (ref2 = props === null || props === void 0 ? void 0 : props.alignItems) !== null && ref2 !== void 0 ? ref2 : "flex-start";
180
+ var _props_direction;
181
+ this.direction = (_props_direction = props === null || props === void 0 ? void 0 : props.direction) !== null && _props_direction !== void 0 ? _props_direction : "row";
182
+ var _props_justifyContent;
183
+ this.justifyContent = (_props_justifyContent = props === null || props === void 0 ? void 0 : props.justifyContent) !== null && _props_justifyContent !== void 0 ? _props_justifyContent : "flex-start";
184
+ var _props_alignItems;
185
+ this.alignItems = (_props_alignItems = props === null || props === void 0 ? void 0 : props.alignItems) !== null && _props_alignItems !== void 0 ? _props_alignItems : "flex-start";
186
186
  };
187
187
  export var EncryptTypeEnum;
188
188
  (function(EncryptTypeEnum) {
@@ -40,7 +40,7 @@ export default defineInstance({
40
40
  items: [
41
41
  "superSetting"
42
42
  ]
43
- },
43
+ }
44
44
  ]
45
45
  },
46
46
  {
@@ -53,8 +53,8 @@ export default defineInstance({
53
53
  "style.width",
54
54
  "style.height"
55
55
  ]
56
- },
56
+ }
57
57
  ]
58
- },
58
+ }
59
59
  ]
60
60
  });
@@ -141,7 +141,7 @@ CardGroupControl.setting = [
141
141
  {
142
142
  key: "super-setting",
143
143
  visible: true
144
- },
144
+ }
145
145
  ];
146
146
  CardGroupControl.excludes = [
147
147
  CONTROL_TYPE.CARD_GROUP
@@ -71,9 +71,9 @@ function _createSuper(Derived) {
71
71
  }
72
72
  import { LayoutControlProperty } from "@byteluck-fe/model-driven-core";
73
73
  import { RulesMessage } from "@byteluck-fe/model-driven-shared";
74
- var CardGroupControlPropertyRules = /*#__PURE__*/ function(_Rules) {
74
+ var CardGroupControlPropertyRules = /*#__PURE__*/ function(_LayoutControlProperty_Rules) {
75
75
  "use strict";
76
- _inherits(CardGroupControlPropertyRules, _Rules);
76
+ _inherits(CardGroupControlPropertyRules, _LayoutControlProperty_Rules);
77
77
  var _super = _createSuper(CardGroupControlPropertyRules);
78
78
  function CardGroupControlPropertyRules() {
79
79
  _classCallCheck(this, CardGroupControlPropertyRules);
@@ -96,10 +96,10 @@ var CardGroupControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
96
96
  _classCallCheck(this, CardGroupControlProperty);
97
97
  var _this;
98
98
  _this = _super.call(this, props);
99
- var ref;
100
- _this.caption = (ref = props === null || props === void 0 ? void 0 : props.caption) !== null && ref !== void 0 ? ref : "分组";
101
- var ref1;
102
- _this.collapse = (ref1 = props === null || props === void 0 ? void 0 : props.collapse) !== null && ref1 !== void 0 ? ref1 : "none";
99
+ var _props_caption;
100
+ _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : "分组";
101
+ var _props_collapse;
102
+ _this.collapse = (_props_collapse = props === null || props === void 0 ? void 0 : props.collapse) !== null && _props_collapse !== void 0 ? _props_collapse : "none";
103
103
  return _this;
104
104
  }
105
105
  return CardGroupControlProperty;
@@ -124,7 +124,7 @@ ColControl.excludes = [
124
124
  CONTROL_TYPE.CARD_GROUP,
125
125
  CONTROL_TYPE.SUBTABLE,
126
126
  CONTROL_TYPE.SUBTABLE_COLUMN,
127
- CONTROL_TYPE.DIVIDER,
127
+ CONTROL_TYPE.DIVIDER
128
128
  ];
129
129
  ColControl.childrenMaxLength = 1;
130
130
  export default ColControl;
@@ -79,10 +79,10 @@ var ColControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
79
79
  _classCallCheck(this, ColControlProperty);
80
80
  var _this;
81
81
  _this = _super.call(this, props);
82
- var ref;
83
- _this.span = (ref = props === null || props === void 0 ? void 0 : props.span) !== null && ref !== void 0 ? ref : BASE_SPAN;
84
- var ref1;
85
- _this.offset = (ref1 = props === null || props === void 0 ? void 0 : props.offset) !== null && ref1 !== void 0 ? ref1 : 0;
82
+ var _props_span;
83
+ _this.span = (_props_span = props === null || props === void 0 ? void 0 : props.span) !== null && _props_span !== void 0 ? _props_span : BASE_SPAN;
84
+ var _props_offset;
85
+ _this.offset = (_props_offset = props === null || props === void 0 ? void 0 : props.offset) !== null && _props_offset !== void 0 ? _props_offset : 0;
86
86
  return _this;
87
87
  }
88
88
  return ColControlProperty;
@@ -94,36 +94,36 @@ var DataViewControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
94
94
  _classCallCheck(this, DataViewControlProperty);
95
95
  var _this;
96
96
  _this = _super.call(this, props);
97
- var ref;
98
- _this.save = new OperationItem((ref = props === null || props === void 0 ? void 0 : props.save) !== null && ref !== void 0 ? ref : {
97
+ var _props_save;
98
+ _this.save = new OperationItem((_props_save = props === null || props === void 0 ? void 0 : props.save) !== null && _props_save !== void 0 ? _props_save : {
99
99
  content: "保存",
100
100
  type: "save",
101
101
  isShow: false
102
102
  });
103
- var ref1;
104
- _this.cancel = new OperationItem((ref1 = props === null || props === void 0 ? void 0 : props.cancel) !== null && ref1 !== void 0 ? ref1 : {
103
+ var _props_cancel;
104
+ _this.cancel = new OperationItem((_props_cancel = props === null || props === void 0 ? void 0 : props.cancel) !== null && _props_cancel !== void 0 ? _props_cancel : {
105
105
  content: "取消",
106
106
  type: "cancel",
107
107
  isShow: false
108
108
  });
109
- var ref2;
110
- _this.saveAs = new OperationItem((ref2 = props === null || props === void 0 ? void 0 : props.saveAs) !== null && ref2 !== void 0 ? ref2 : {
109
+ var _props_saveAs;
110
+ _this.saveAs = new OperationItem((_props_saveAs = props === null || props === void 0 ? void 0 : props.saveAs) !== null && _props_saveAs !== void 0 ? _props_saveAs : {
111
111
  content: "保存草稿",
112
112
  type: "saveAs",
113
113
  isShow: false
114
114
  });
115
- var ref3;
116
- _this.print = new OperationItem((ref3 = props === null || props === void 0 ? void 0 : props.print) !== null && ref3 !== void 0 ? ref3 : {
115
+ var _props_print;
116
+ _this.print = new OperationItem((_props_print = props === null || props === void 0 ? void 0 : props.print) !== null && _props_print !== void 0 ? _props_print : {
117
117
  content: "打印",
118
118
  type: "print",
119
119
  isShow: false
120
120
  });
121
- var ref4;
122
- _this.custom = ((ref4 = props === null || props === void 0 ? void 0 : props.custom) !== null && ref4 !== void 0 ? ref4 : []).map(function(item) {
121
+ var _props_custom;
122
+ _this.custom = ((_props_custom = props === null || props === void 0 ? void 0 : props.custom) !== null && _props_custom !== void 0 ? _props_custom : []).map(function(item) {
123
123
  return new OperationItem(item);
124
124
  });
125
- var ref5;
126
- _this.isLoading = (ref5 = props === null || props === void 0 ? void 0 : props.isLoading) !== null && ref5 !== void 0 ? ref5 : false;
125
+ var _props_isLoading;
126
+ _this.isLoading = (_props_isLoading = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _props_isLoading !== void 0 ? _props_isLoading : false;
127
127
  _this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
128
128
  return _this;
129
129
  }
@@ -96,7 +96,7 @@ GridTableColumnControl.excludes = [
96
96
  CONTROL_TYPE.COL,
97
97
  CONTROL_TYPE.CARD_GROUP,
98
98
  CONTROL_TYPE.DIVIDER,
99
- CONTROL_TYPE.TEXT,
99
+ CONTROL_TYPE.TEXT
100
100
  ];
101
101
  GridTableColumnControl.setting = [
102
102
  {
@@ -113,7 +113,7 @@ GridTableColumnControl.setting = [
113
113
  {
114
114
  key: "column-fixed",
115
115
  visible: true
116
- },
116
+ }
117
117
  ];
118
118
  export default GridTableColumnControl;
119
119
  export { GridTableColumnControl as DesignerGridTableColumnControl };
@@ -79,28 +79,28 @@ var GridTableColumnControlProperty = /*#__PURE__*/ function(LayoutControlPropert
79
79
  _classCallCheck(this, GridTableColumnControlProperty);
80
80
  var _this;
81
81
  _this = _super.call(this, props);
82
- var ref;
83
- _this.width = (ref = props === null || props === void 0 ? void 0 : props.width) !== null && ref !== void 0 ? ref : 200;
82
+ var _props_width;
83
+ _this.width = (_props_width = props === null || props === void 0 ? void 0 : props.width) !== null && _props_width !== void 0 ? _props_width : 200;
84
84
  _this.widthType = (props === null || props === void 0 ? void 0 : props.widthType) || "auto";
85
- var ref1;
86
- _this.caption = (ref1 = props === null || props === void 0 ? void 0 : props.caption) !== null && ref1 !== void 0 ? ref1 : "";
87
- var ref2;
88
- _this.fixed = (ref2 = props === null || props === void 0 ? void 0 : props.fixed) !== null && ref2 !== void 0 ? ref2 : false;
89
- var ref3;
90
- _this.fieldCode = (ref3 = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && ref3 !== void 0 ? ref3 : "";
91
- var ref4;
92
- _this.fieldType = (ref4 = props === null || props === void 0 ? void 0 : props.fieldType) !== null && ref4 !== void 0 ? ref4 : FieldTypes.VARCHAR;
93
- var ref5;
94
- _this.fieldName = (ref5 = props === null || props === void 0 ? void 0 : props.fieldName) !== null && ref5 !== void 0 ? ref5 : "";
85
+ var _props_caption;
86
+ _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : "";
87
+ var _props_fixed;
88
+ _this.fixed = (_props_fixed = props === null || props === void 0 ? void 0 : props.fixed) !== null && _props_fixed !== void 0 ? _props_fixed : false;
89
+ var _props_fieldCode;
90
+ _this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : "";
91
+ var _props_fieldType;
92
+ _this.fieldType = (_props_fieldType = props === null || props === void 0 ? void 0 : props.fieldType) !== null && _props_fieldType !== void 0 ? _props_fieldType : FieldTypes.VARCHAR;
93
+ var _props_fieldName;
94
+ _this.fieldName = (_props_fieldName = props === null || props === void 0 ? void 0 : props.fieldName) !== null && _props_fieldName !== void 0 ? _props_fieldName : "";
95
95
  _this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
96
- var ref6;
97
- _this.textCleanFormart = (ref6 = props === null || props === void 0 ? void 0 : props.textCleanFormart) !== null && ref6 !== void 0 ? ref6 : false;
98
- var ref7;
99
- _this.decimalKeepPrecision = (ref7 = props === null || props === void 0 ? void 0 : props.decimalKeepPrecision) !== null && ref7 !== void 0 ? ref7 : 0;
100
- var ref8;
101
- _this.timestampDateType = (ref8 = props === null || props === void 0 ? void 0 : props.timestampDateType) !== null && ref8 !== void 0 ? ref8 : DateType.DATE;
102
- var ref9;
103
- _this.departmentDisplayLevel = (ref9 = props === null || props === void 0 ? void 0 : props.departmentDisplayLevel) !== null && ref9 !== void 0 ? ref9 : 1;
96
+ var _props_textCleanFormart;
97
+ _this.textCleanFormart = (_props_textCleanFormart = props === null || props === void 0 ? void 0 : props.textCleanFormart) !== null && _props_textCleanFormart !== void 0 ? _props_textCleanFormart : false;
98
+ var _props_decimalKeepPrecision;
99
+ _this.decimalKeepPrecision = (_props_decimalKeepPrecision = props === null || props === void 0 ? void 0 : props.decimalKeepPrecision) !== null && _props_decimalKeepPrecision !== void 0 ? _props_decimalKeepPrecision : 0;
100
+ var _props_timestampDateType;
101
+ _this.timestampDateType = (_props_timestampDateType = props === null || props === void 0 ? void 0 : props.timestampDateType) !== null && _props_timestampDateType !== void 0 ? _props_timestampDateType : DateType.DATE;
102
+ var _props_departmentDisplayLevel;
103
+ _this.departmentDisplayLevel = (_props_departmentDisplayLevel = props === null || props === void 0 ? void 0 : props.departmentDisplayLevel) !== null && _props_departmentDisplayLevel !== void 0 ? _props_departmentDisplayLevel : 1;
104
104
  return _this;
105
105
  }
106
106
  return GridTableColumnControlProperty;
@@ -128,7 +128,7 @@ ListViewControl.controlEventKeys = [
128
128
  "on_list_actions",
129
129
  "on_list_rowclick",
130
130
  "on_list_before_rowdelete",
131
- "on_list_rows_checked",
131
+ "on_list_rows_checked"
132
132
  ];
133
133
  ListViewControl.setting = [
134
134
  {
@@ -146,7 +146,7 @@ ListViewControl.setting = [
146
146
  {
147
147
  key: "super-setting",
148
148
  visible: true
149
- },
149
+ }
150
150
  ];
151
151
  export default ListViewControl;
152
152
  export { ListViewControl as DesignerListViewControl };
@@ -141,23 +141,23 @@ var ListViewControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
141
141
  var _this;
142
142
  _this = _super.call(this, props);
143
143
  _this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
144
- var ref;
145
- _this.isLoading = (ref = props === null || props === void 0 ? void 0 : props.isLoading) !== null && ref !== void 0 ? ref : false;
146
- var ref1;
147
- _this.isShowSubList = (ref1 = props === null || props === void 0 ? void 0 : props.isShowSubList) !== null && ref1 !== void 0 ? ref1 : false;
148
- var ref2;
149
- _this.triggerType = (ref2 = props === null || props === void 0 ? void 0 : props.triggerType) !== null && ref2 !== void 0 ? ref2 : TriggerType.CLICK_ROW;
150
- var ref3;
151
- _this.triggerFieldCode = (ref3 = props === null || props === void 0 ? void 0 : props.triggerFieldCode) !== null && ref3 !== void 0 ? ref3 : "";
144
+ var _props_isLoading;
145
+ _this.isLoading = (_props_isLoading = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _props_isLoading !== void 0 ? _props_isLoading : false;
146
+ var _props_isShowSubList;
147
+ _this.isShowSubList = (_props_isShowSubList = props === null || props === void 0 ? void 0 : props.isShowSubList) !== null && _props_isShowSubList !== void 0 ? _props_isShowSubList : false;
148
+ var _props_triggerType;
149
+ _this.triggerType = (_props_triggerType = props === null || props === void 0 ? void 0 : props.triggerType) !== null && _props_triggerType !== void 0 ? _props_triggerType : TriggerType.CLICK_ROW;
150
+ var _props_triggerFieldCode;
151
+ _this.triggerFieldCode = (_props_triggerFieldCode = props === null || props === void 0 ? void 0 : props.triggerFieldCode) !== null && _props_triggerFieldCode !== void 0 ? _props_triggerFieldCode : "";
152
152
  _this.sublistPage = new SubListPageConfig(props === null || props === void 0 ? void 0 : props.sublistPage);
153
- var ref4;
154
- _this.showType = (ref4 = props === null || props === void 0 ? void 0 : props.showType) !== null && ref4 !== void 0 ? ref4 : "stretch";
155
- var ref5;
156
- _this.showFullScreen = (ref5 = props === null || props === void 0 ? void 0 : props.showFullScreen) !== null && ref5 !== void 0 ? ref5 : false;
157
- var ref6;
158
- _this.isFixedHeader = (ref6 = props === null || props === void 0 ? void 0 : props.isFixedHeader) !== null && ref6 !== void 0 ? ref6 : false;
159
- var ref7;
160
- _this.isAllLoaded = (ref7 = props === null || props === void 0 ? void 0 : props.isAllLoaded) !== null && ref7 !== void 0 ? ref7 : true;
153
+ var _props_showType;
154
+ _this.showType = (_props_showType = props === null || props === void 0 ? void 0 : props.showType) !== null && _props_showType !== void 0 ? _props_showType : "stretch";
155
+ var _props_showFullScreen;
156
+ _this.showFullScreen = (_props_showFullScreen = props === null || props === void 0 ? void 0 : props.showFullScreen) !== null && _props_showFullScreen !== void 0 ? _props_showFullScreen : false;
157
+ var _props_isFixedHeader;
158
+ _this.isFixedHeader = (_props_isFixedHeader = props === null || props === void 0 ? void 0 : props.isFixedHeader) !== null && _props_isFixedHeader !== void 0 ? _props_isFixedHeader : false;
159
+ var _props_isAllLoaded;
160
+ _this.isAllLoaded = (_props_isAllLoaded = props === null || props === void 0 ? void 0 : props.isAllLoaded) !== null && _props_isAllLoaded !== void 0 ? _props_isAllLoaded : true;
161
161
  return _this;
162
162
  }
163
163
  return ListViewControlProperty;
@@ -39,7 +39,7 @@ export default defineInstance({
39
39
  {
40
40
  key: "background",
41
41
  component: "PageBackground"
42
- },
42
+ }
43
43
  ]),
44
44
  groups: [
45
45
  {
@@ -55,7 +55,7 @@ export default defineInstance({
55
55
  items: [
56
56
  "superSetting"
57
57
  ]
58
- },
58
+ }
59
59
  ]
60
60
  },
61
61
  {
@@ -73,8 +73,8 @@ export default defineInstance({
73
73
  items: [
74
74
  "background"
75
75
  ]
76
- },
76
+ }
77
77
  ]
78
- },
78
+ }
79
79
  ]
80
80
  });
@@ -86,8 +86,8 @@ var PageProperty = /*#__PURE__*/ function(LayoutControlProperty) {
86
86
  * auto指内容多高它多高
87
87
  * fill指最小占一屏幕高
88
88
  * */ _this.heightConfig = "auto";
89
- var ref;
90
- _this.hideHeader = (ref = props === null || props === void 0 ? void 0 : props.hideHeader) !== null && ref !== void 0 ? ref : false;
89
+ var _props_hideHeader;
90
+ _this.hideHeader = (_props_hideHeader = props === null || props === void 0 ? void 0 : props.hideHeader) !== null && _props_hideHeader !== void 0 ? _props_hideHeader : false;
91
91
  return _this;
92
92
  }
93
93
  return PageProperty;