@byteluck-fe/model-driven-controls 4.53.0-lx1 → 4.53.0-lx2

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.
@@ -154,8 +154,7 @@ _define_property(SubTableControl, "controlEventKeys", [
154
154
  'on_list_delete',
155
155
  'on_list_before_insert',
156
156
  'on_list_before_import',
157
- 'on_list_after_import',
158
- 'on_sublist_actions'
157
+ 'on_list_after_import'
159
158
  ]);
160
159
  _define_property(SubTableControl, "setting", [
161
160
  {
@@ -163,9 +163,9 @@ var SubtableControlRuntimeRules = /*#__PURE__*/ function(PropertyRuntimeRules) {
163
163
  }
164
164
  return SubtableControlRuntimeRules;
165
165
  }(PropertyRuntimeRules);
166
- /**
167
- * SubTable 明细表
168
- * @public
166
+ /**
167
+ * SubTable 明细表
168
+ * @public
169
169
  */ var SubTableControlProperty = /*#__PURE__*/ function(ListControlProperty) {
170
170
  "use strict";
171
171
  _inherits(SubTableControlProperty, ListControlProperty);
@@ -176,106 +176,106 @@ var SubtableControlRuntimeRules = /*#__PURE__*/ function(PropertyRuntimeRules) {
176
176
  parent,
177
177
  props,
178
178
  SubTableControlProperty.mode
179
- ]), /**
180
- * 标题
181
- * */ _define_property(_this, "caption", void 0), /**
182
- * 标题布局
183
- * @defaultValue 'top'
184
- * @public
185
- * */ _define_property(_this, "labelPosition", void 0), /**
186
- * 隐藏标题
187
- * @defaultValue false
188
- * @public
189
- * */ _define_property(_this, "isHideCaption", void 0), /**
190
- * 开启气泡提示
191
- * @defaultValue false
192
- * @public
193
- * */ _define_property(_this, "isShowCaptionTip", void 0), /**
194
- * 气泡提示语
195
- * @defaultValue ''
196
- * @public
197
- * */ _define_property(_this, "captionTip", void 0), /**
198
- * 默认状态 default=普通 readonly=只读
199
- * @defaultValue 'default'
200
- * @public
201
- * */ _define_property(_this, "defaultState", void 0), /**
202
- * 最小填写行数,并且是默认行数
203
- * @defaultValue 1
204
- * @public
205
- * */ _define_property(_this, "limitRows", void 0), /**
206
- * 最多填写行数
207
- * @defaultValue
208
- * @public
209
- * */ _define_property(_this, "maxRows", void 0), /**
210
- * 默认填写行数
211
- * @defaultValue 1
212
- * @public
213
- * */ _define_property(_this, "defaultRows", void 0), /**
214
- * 绑定数据源
215
- * @public
216
- * */ _define_property(_this, "datasourceBind", void 0), /**
217
- * 打印配置 col=纵向打印|row=横向打印
218
- * @defaultValue 'row'
219
- * @public
220
- * */ _define_property(_this, "printMode", void 0), /**
221
- * 打开方式(查看,编辑,创建)
222
- * default列表模式|modal表单模式
223
- * @defaultValue 'default'
224
- * @public
225
- * */ _define_property(_this, "openType", void 0), /**
226
- * openType=modal表单模式,formKey为绑定的表单
227
- * @defaultValue ''
228
- * @public
229
- * */ _define_property(_this, "formKey", void 0), /**
230
- * 使用自定义高度
231
- * @defaultValue false
232
- * @public
233
- * */ _define_property(_this, "useCustomHeight", void 0), /**
234
- * 用户自定义最大高度,默认480
235
- * @defaultValue 480
236
- * @public
237
- * */ _define_property(_this, "maxHeight", void 0), /**
238
- * 可以新增
239
- * */ _define_property(_this, "canAdd", void 0), /**
240
- * 可以删除
241
- * */ _define_property(_this, "canDelete", void 0), /**
242
- * 可以查看
243
- * */ _define_property(_this, "canCheck", void 0), /**
244
- * 可以编辑
245
- * */ _define_property(_this, "canEdit", void 0), /**
246
- * 可以导入
247
- * */ _define_property(_this, "canImport", void 0), /**
248
- * 可以导出
249
- * */ _define_property(_this, "canExport", void 0), /**
250
- * 可以清除
251
- * */ _define_property(_this, "canClear", void 0), /**
252
- * 是否展示粘贴按钮
253
- * */ _define_property(_this, "isPaste", void 0), /**
254
- * 移动端展现形式 tile=平铺|list=列表
255
- * @defaultValue 'list'
256
- * @public
257
- * */ _define_property(_this, "mobileShowType", void 0), /**
258
- * 移动端默认展示条数
259
- * @defaultValue tile 5 | list 10
260
- * @public
261
- * */ _define_property(_this, "mobileDefaultNum", void 0), /**
262
- * 数据收起简述
263
- * @defaultValue
264
- * @public
265
- * */ _define_property(_this, "dataStorageDoc", void 0), /**
266
- * 开启后端分页
267
- * */ _define_property(_this, "serverPagination", void 0), /**
268
- * 固定列 字段
269
- * @defaultValue []
270
- * @public
271
- * */ _define_property(_this, "fixedColumn", void 0), /**
272
- * 移动端平铺行展示标题
273
- * @defaultValue '明细'
274
- * @public
275
- * */ _define_property(_this, "mobileRowCaption", void 0), /**
276
- * 移动端平铺数据流开关
277
- * @defaultValue false
278
- * @public
179
+ ]), /**
180
+ * 标题
181
+ * */ _define_property(_this, "caption", void 0), /**
182
+ * 标题布局
183
+ * @defaultValue 'top'
184
+ * @public
185
+ * */ _define_property(_this, "labelPosition", void 0), /**
186
+ * 隐藏标题
187
+ * @defaultValue false
188
+ * @public
189
+ * */ _define_property(_this, "isHideCaption", void 0), /**
190
+ * 开启气泡提示
191
+ * @defaultValue false
192
+ * @public
193
+ * */ _define_property(_this, "isShowCaptionTip", void 0), /**
194
+ * 气泡提示语
195
+ * @defaultValue ''
196
+ * @public
197
+ * */ _define_property(_this, "captionTip", void 0), /**
198
+ * 默认状态 default=普通 readonly=只读
199
+ * @defaultValue 'default'
200
+ * @public
201
+ * */ _define_property(_this, "defaultState", void 0), /**
202
+ * 最小填写行数,并且是默认行数
203
+ * @defaultValue 1
204
+ * @public
205
+ * */ _define_property(_this, "limitRows", void 0), /**
206
+ * 最多填写行数
207
+ * @defaultValue
208
+ * @public
209
+ * */ _define_property(_this, "maxRows", void 0), /**
210
+ * 默认填写行数
211
+ * @defaultValue 1
212
+ * @public
213
+ * */ _define_property(_this, "defaultRows", void 0), /**
214
+ * 绑定数据源
215
+ * @public
216
+ * */ _define_property(_this, "datasourceBind", void 0), /**
217
+ * 打印配置 col=纵向打印|row=横向打印
218
+ * @defaultValue 'row'
219
+ * @public
220
+ * */ _define_property(_this, "printMode", void 0), /**
221
+ * 打开方式(查看,编辑,创建)
222
+ * default列表模式|modal表单模式
223
+ * @defaultValue 'default'
224
+ * @public
225
+ * */ _define_property(_this, "openType", void 0), /**
226
+ * openType=modal表单模式,formKey为绑定的表单
227
+ * @defaultValue ''
228
+ * @public
229
+ * */ _define_property(_this, "formKey", void 0), /**
230
+ * 使用自定义高度
231
+ * @defaultValue false
232
+ * @public
233
+ * */ _define_property(_this, "useCustomHeight", void 0), /**
234
+ * 用户自定义最大高度,默认480
235
+ * @defaultValue 480
236
+ * @public
237
+ * */ _define_property(_this, "maxHeight", void 0), /**
238
+ * 可以新增
239
+ * */ _define_property(_this, "canAdd", void 0), /**
240
+ * 可以删除
241
+ * */ _define_property(_this, "canDelete", void 0), /**
242
+ * 可以查看
243
+ * */ _define_property(_this, "canCheck", void 0), /**
244
+ * 可以编辑
245
+ * */ _define_property(_this, "canEdit", void 0), /**
246
+ * 可以导入
247
+ * */ _define_property(_this, "canImport", void 0), /**
248
+ * 可以导出
249
+ * */ _define_property(_this, "canExport", void 0), /**
250
+ * 可以清除
251
+ * */ _define_property(_this, "canClear", void 0), /**
252
+ * 是否展示粘贴按钮
253
+ * */ _define_property(_this, "isPaste", void 0), /**
254
+ * 移动端展现形式 tile=平铺|list=列表
255
+ * @defaultValue 'list'
256
+ * @public
257
+ * */ _define_property(_this, "mobileShowType", void 0), /**
258
+ * 移动端默认展示条数
259
+ * @defaultValue tile 5 | list 10
260
+ * @public
261
+ * */ _define_property(_this, "mobileDefaultNum", void 0), /**
262
+ * 数据收起简述
263
+ * @defaultValue
264
+ * @public
265
+ * */ _define_property(_this, "dataStorageDoc", void 0), /**
266
+ * 开启后端分页
267
+ * */ _define_property(_this, "serverPagination", void 0), /**
268
+ * 固定列 字段
269
+ * @defaultValue []
270
+ * @public
271
+ * */ _define_property(_this, "fixedColumn", void 0), /**
272
+ * 移动端平铺行展示标题
273
+ * @defaultValue '明细'
274
+ * @public
275
+ * */ _define_property(_this, "mobileRowCaption", void 0), /**
276
+ * 移动端平铺数据流开关
277
+ * @defaultValue false
278
+ * @public
279
279
  * */ _define_property(_this, "mobileIsTile", void 0), // 明细子表列头排序字段设置
280
280
  _define_property(_this, "fieldOrders", void 0);
281
281
  var _props_caption;