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