@byteluck-fe/model-driven-controls 5.6.0-1-beta3 → 5.6.4-dpx-beta.1
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/baseControls/BatchDeleteButton/property.js +10 -18
- package/dist/esm/baseControls/BatchPrintListButton/property.js +6 -9
- package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +3 -4
- package/dist/esm/baseControls/BatchSubmissionListButton/property.js +7 -12
- package/dist/esm/baseControls/Button/property.js +10 -18
- package/dist/esm/baseControls/CreateFormListButton/property.js +5 -8
- package/dist/esm/baseControls/Dashboard/designer.js +4 -0
- package/dist/esm/baseControls/Dashboard/property.js +15 -13
- package/dist/esm/baseControls/Divider/property.js +4 -5
- package/dist/esm/baseControls/ExportListButton/property.js +6 -9
- package/dist/esm/baseControls/ExportRecordListButton/property.js +3 -4
- package/dist/esm/baseControls/FormSelectButton/property.js +4 -6
- package/dist/esm/baseControls/ImportRecordListButton/property.js +6 -9
- package/dist/esm/baseControls/InvoiceCheckButton/property.js +11 -19
- package/dist/esm/baseControls/Link/property.js +4 -6
- package/dist/esm/baseControls/ListSelectButton/property.js +6 -10
- package/dist/esm/baseControls/ListViewSelect/property.js +4 -5
- package/dist/esm/baseControls/OperationButton/property.js +9 -11
- package/dist/esm/baseControls/ReferenceList/property.js +7 -12
- package/dist/esm/baseControls/SubmissionRecordListButton/property.js +3 -4
- package/dist/esm/baseControls/Text/designer.js +4 -0
- package/dist/esm/baseControls/Text/property.js +13 -13
- package/dist/esm/baseControls/TextOcrButton/property.js +11 -19
- package/dist/esm/baseControls/Title/property.js +4 -6
- package/dist/esm/columnControls/ApprovalStatusColumn/property.js +4 -6
- package/dist/esm/columnControls/ArrayColumn/property.js +5 -8
- package/dist/esm/columnControls/AutoNumberColumn/property.js +3 -4
- package/dist/esm/columnControls/CustomColumn/designer.js +1 -0
- package/dist/esm/columnControls/CustomColumn/property.js +4 -6
- package/dist/esm/columnControls/DecimalColumn/property.js +8 -14
- package/dist/esm/columnControls/DepartmentColumn/property.js +3 -4
- package/dist/esm/columnControls/EmployeeColumn/designer.js +1 -1
- package/dist/esm/columnControls/EmployeeColumn/property.js +3 -4
- package/dist/esm/columnControls/FileColumn/property.js +3 -4
- package/dist/esm/columnControls/ImageColumn/property.js +2 -2
- package/dist/esm/columnControls/LocationColumn/property.js +3 -4
- package/dist/esm/columnControls/OperationColumn/designer.js +12 -4
- package/dist/esm/columnControls/OperationColumn/property.js +6 -10
- package/dist/esm/columnControls/OrderColumn/property.js +7 -12
- package/dist/esm/columnControls/PeopleColumn/property.js +2 -2
- package/dist/esm/columnControls/TextColumn/property.js +5 -8
- package/dist/esm/columnControls/TimescopeColumn/designer.js +2 -1
- package/dist/esm/columnControls/TimescopeColumn/property.js +7 -7
- package/dist/esm/columnControls/TimestampColumn/designer.js +2 -1
- package/dist/esm/columnControls/TimestampColumn/property.js +7 -7
- package/dist/esm/columnControls/VarcharColumn/property.js +7 -12
- package/dist/esm/formControls/Address/property.js +6 -10
- package/dist/esm/formControls/Address/runtime.js +1 -1
- package/dist/esm/formControls/Amount/property.js +14 -25
- package/dist/esm/formControls/Attachment/designer.js +5 -0
- package/dist/esm/formControls/Attachment/property.js +29 -36
- package/dist/esm/formControls/AutoNumber/property.js +4 -6
- package/dist/esm/formControls/Calc/property.js +10 -18
- package/dist/esm/formControls/Checkbox/designer.js +4 -0
- package/dist/esm/formControls/Checkbox/property.js +21 -28
- package/dist/esm/formControls/DatePicker/designer.js +4 -2
- package/dist/esm/formControls/DatePicker/property.js +14 -21
- package/dist/esm/formControls/DateRange/designer.js +4 -2
- package/dist/esm/formControls/DateRange/property.js +15 -22
- package/dist/esm/formControls/Department/property.js +12 -22
- package/dist/esm/formControls/Department2/designer.js +1 -1
- package/dist/esm/formControls/Department2/property.js +17 -32
- package/dist/esm/formControls/ElectronicSignature/property.js +7 -12
- package/dist/esm/formControls/Employee/property.js +10 -18
- package/dist/esm/formControls/Employee2/designer.js +5 -1
- package/dist/esm/formControls/Employee2/property.js +21 -34
- package/dist/esm/formControls/Image/designer.js +19 -15
- package/dist/esm/formControls/Image/property.js +28 -2
- package/dist/esm/formControls/Image/runtime.js +16 -10
- package/dist/esm/formControls/Input/designer.js +12 -0
- package/dist/esm/formControls/Input/property.js +23 -15
- package/dist/esm/formControls/Number/property.js +15 -27
- package/dist/esm/formControls/OrganizationSelection/designer.js +1 -1
- package/dist/esm/formControls/OrganizationSelection/property.js +19 -36
- package/dist/esm/formControls/Radio/designer.js +4 -0
- package/dist/esm/formControls/Radio/property.js +18 -23
- package/dist/esm/formControls/RichText/designer.js +16 -0
- package/dist/esm/formControls/RichText/property.js +48 -12
- package/dist/esm/formControls/Score/property.js +8 -13
- package/dist/esm/formControls/SearchDateRange/property.js +16 -24
- package/dist/esm/formControls/SearchNumberRange/property.js +7 -12
- package/dist/esm/formControls/Select/designer.js +4 -0
- package/dist/esm/formControls/Select/property.js +17 -21
- package/dist/esm/formControls/SelectMultiple/designer.js +4 -0
- package/dist/esm/formControls/SelectMultiple/property.js +16 -19
- package/dist/esm/formControls/SelectRelation/designer.js +4 -0
- package/dist/esm/formControls/SelectRelation/property.js +60 -66
- package/dist/esm/formControls/Textarea/designer.js +16 -0
- package/dist/esm/formControls/Textarea/property.js +60 -12
- package/dist/esm/formControls/Tree/designer.js +2 -2
- package/dist/esm/formControls/Tree/property.js +20 -37
- package/dist/esm/formControls/VueFormItem/property.js +6 -10
- package/dist/esm/formControls/VuePage/property.js +6 -10
- package/dist/esm/formControls/WPS/designer.js +9 -9
- package/dist/esm/formControls/WPS/property.js +13 -24
- package/dist/esm/framework.js +77 -113
- package/dist/esm/layoutControls/ActionBar/designer.js +2 -2
- package/dist/esm/layoutControls/ActionBar/property.js +4 -6
- package/dist/esm/layoutControls/ActionBar/runtime.js +2 -2
- package/dist/esm/layoutControls/AdvancedContainer/Setting.js +3 -3
- package/dist/esm/layoutControls/CardGroup/property.js +4 -6
- package/dist/esm/layoutControls/Col/property.js +3 -4
- package/dist/esm/layoutControls/DataView/property.js +7 -12
- package/dist/esm/layoutControls/GridLayoutContainer/property.js +3 -4
- package/dist/esm/layoutControls/GridTableColumn/designer.js +1 -1
- package/dist/esm/layoutControls/GridTableColumn/property.js +11 -20
- package/dist/esm/layoutControls/ListView/property.js +13 -24
- package/dist/esm/layoutControls/Page/Setting.js +5 -5
- package/dist/esm/layoutControls/Page/property.js +2 -2
- package/dist/esm/layoutControls/Position/property.js +5 -8
- package/dist/esm/layoutControls/PositioningContainer/Setting.js +3 -3
- package/dist/esm/layoutControls/Row/property.js +3 -4
- package/dist/esm/layoutControls/Step/designer.js +166 -0
- package/dist/esm/layoutControls/Step/index.js +11 -0
- package/dist/esm/layoutControls/Step/property.js +99 -0
- package/dist/esm/layoutControls/Step/runtime.js +112 -0
- package/dist/esm/layoutControls/Step/types.js +0 -0
- package/dist/esm/layoutControls/StepPane/designer.js +130 -0
- package/dist/esm/layoutControls/StepPane/index.js +11 -0
- package/dist/esm/layoutControls/StepPane/property.js +116 -0
- package/dist/esm/layoutControls/StepPane/runtime.js +112 -0
- package/dist/esm/layoutControls/StepPane/types.js +0 -0
- package/dist/esm/layoutControls/SubTableColumn/property.js +6 -10
- package/dist/esm/layoutControls/Tab/designer.js +2 -2
- package/dist/esm/layoutControls/Tab/property.js +2 -2
- package/dist/esm/layoutControls/TabPane/property.js +2 -2
- package/dist/esm/layoutControls/index.js +2 -0
- package/dist/esm/listControls/GridTable/designer.js +13 -4
- package/dist/esm/listControls/GridTable/property.js +15 -19
- package/dist/esm/listControls/SubTable/designer.js +2 -1
- package/dist/esm/listControls/SubTable/property.js +37 -67
- package/dist/esm/searchControls/SimpleSearch/property.js +13 -24
- package/dist/esm/searchControls/SimpleSearch/runtime.js +2 -2
- package/dist/esm/wrapControls/GridLayoutWrap/designer.js +8 -8
- package/dist/esm/wrapControls/GridLayoutWrap/property.js +2 -2
- package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +8 -8
- package/dist/index.umd.js +1 -1
- package/dist/types/baseControls/Dashboard/property.d.ts +5 -1
- package/dist/types/baseControls/OperationButton/property.d.ts +1 -0
- package/dist/types/baseControls/Text/property.d.ts +6 -0
- package/dist/types/columnControls/TimescopeColumn/property.d.ts +1 -0
- package/dist/types/columnControls/TimestampColumn/property.d.ts +1 -0
- package/dist/types/formControls/Attachment/property.d.ts +3 -0
- package/dist/types/formControls/Checkbox/property.d.ts +6 -0
- package/dist/types/formControls/DatePicker/property.d.ts +1 -0
- package/dist/types/formControls/DateRange/property.d.ts +1 -0
- package/dist/types/formControls/Employee2/property.d.ts +1 -0
- package/dist/types/formControls/Image/designer.d.ts +2 -0
- package/dist/types/formControls/Image/property.d.ts +3 -0
- package/dist/types/formControls/Image/runtime.d.ts +2 -0
- package/dist/types/formControls/Input/property.d.ts +17 -0
- package/dist/types/formControls/Radio/property.d.ts +6 -0
- package/dist/types/formControls/RichText/property.d.ts +30 -1
- package/dist/types/formControls/SearchDateRange/property.d.ts +1 -0
- package/dist/types/formControls/Select/property.d.ts +6 -0
- package/dist/types/formControls/SelectMultiple/property.d.ts +6 -0
- package/dist/types/formControls/SelectRelation/property.d.ts +6 -0
- package/dist/types/formControls/Textarea/property.d.ts +30 -1
- package/dist/types/framework.d.ts +8 -0
- package/dist/types/layoutControls/Step/designer.d.ts +14 -0
- package/dist/types/layoutControls/Step/index.d.ts +12 -0
- package/dist/types/layoutControls/Step/property.d.ts +11 -0
- package/dist/types/layoutControls/Step/runtime.d.ts +9 -0
- package/dist/types/layoutControls/Step/types.d.ts +0 -0
- package/dist/types/layoutControls/StepPane/designer.d.ts +14 -0
- package/dist/types/layoutControls/StepPane/index.d.ts +12 -0
- package/dist/types/layoutControls/StepPane/property.d.ts +14 -0
- package/dist/types/layoutControls/StepPane/runtime.d.ts +9 -0
- package/dist/types/layoutControls/StepPane/types.d.ts +0 -0
- package/dist/types/layoutControls/index.d.ts +2 -0
- package/dist/types/listControls/SubTable/property.d.ts +1 -0
- package/dist/types/type.d.ts +3 -1
- package/package.json +5 -5
|
@@ -78,29 +78,21 @@ var BatchDeleteButtonProperty = /*#__PURE__*/ function(Property) {
|
|
|
78
78
|
function BatchDeleteButtonProperty(props) {
|
|
79
79
|
_class_call_check(this, BatchDeleteButtonProperty);
|
|
80
80
|
var _this;
|
|
81
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8;
|
|
81
82
|
_this = _call_super(this, BatchDeleteButtonProperty, [
|
|
82
83
|
props
|
|
83
84
|
]), _define_property(_this, "content", void 0), // public buttonType: 'primary' | 'secondary' | 'default' | 'danger'
|
|
84
85
|
_define_property(_this, "buttonType", void 0), _define_property(_this, "showType", void 0), _define_property(_this, "color", void 0), _define_property(_this, "icon", void 0), _define_property(_this, "defaultState", void 0), _define_property(_this, "command", void 0), _define_property(_this, "isLoading", void 0);
|
|
85
|
-
|
|
86
|
-
_this.
|
|
87
|
-
|
|
88
|
-
_this.
|
|
89
|
-
|
|
90
|
-
_this.
|
|
91
|
-
var _props_showType;
|
|
92
|
-
_this.showType = (_props_showType = props === null || props === void 0 ? void 0 : props.showType) !== null && _props_showType !== void 0 ? _props_showType : 'iconText';
|
|
93
|
-
var _props_color;
|
|
94
|
-
_this.color = (_props_color = props === null || props === void 0 ? void 0 : props.color) !== null && _props_color !== void 0 ? _props_color : 'danger';
|
|
95
|
-
var _props_isHide;
|
|
96
|
-
_this.isHide = (_props_isHide = props === null || props === void 0 ? void 0 : props.isHide) !== null && _props_isHide !== void 0 ? _props_isHide : false;
|
|
97
|
-
var _props_defaultState;
|
|
86
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : BatchDeleteButtonControl.controlName;
|
|
87
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : BatchDeleteButtonControl.controlIcon;
|
|
88
|
+
_this.buttonType = (_ref2 = props === null || props === void 0 ? void 0 : props.buttonType) !== null && _ref2 !== void 0 ? _ref2 : 'primary';
|
|
89
|
+
_this.showType = (_ref3 = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref3 !== void 0 ? _ref3 : 'iconText';
|
|
90
|
+
_this.color = (_ref4 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref4 !== void 0 ? _ref4 : 'danger';
|
|
91
|
+
_this.isHide = (_ref5 = props === null || props === void 0 ? void 0 : props.isHide) !== null && _ref5 !== void 0 ? _ref5 : false;
|
|
98
92
|
// @余石伟 按钮需要有默认icon
|
|
99
|
-
_this.defaultState = (
|
|
100
|
-
|
|
101
|
-
_this.
|
|
102
|
-
var _props_isLoading;
|
|
103
|
-
_this.isLoading = (_props_isLoading = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _props_isLoading !== void 0 ? _props_isLoading : false;
|
|
93
|
+
_this.defaultState = (_ref6 = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _ref6 !== void 0 ? _ref6 : 'default';
|
|
94
|
+
_this.command = (_ref7 = props === null || props === void 0 ? void 0 : props.command) !== null && _ref7 !== void 0 ? _ref7 : 'custom';
|
|
95
|
+
_this.isLoading = (_ref8 = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _ref8 !== void 0 ? _ref8 : false;
|
|
104
96
|
return _this;
|
|
105
97
|
}
|
|
106
98
|
return BatchDeleteButtonProperty;
|
|
@@ -97,21 +97,18 @@ var BatchPrintListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
97
97
|
function BatchPrintListButtonProperty(props) {
|
|
98
98
|
_class_call_check(this, BatchPrintListButtonProperty);
|
|
99
99
|
var _this;
|
|
100
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
100
101
|
var _props_printTemplates;
|
|
101
102
|
_this = _call_super(this, BatchPrintListButtonProperty, [
|
|
102
103
|
props
|
|
103
104
|
]), _define_property(_this, "printTemplates", void 0), _define_property(_this, "autoSelectTemplate", void 0 //自动选择模板 默认 false
|
|
104
105
|
);
|
|
105
|
-
|
|
106
|
-
_this.
|
|
107
|
-
|
|
108
|
-
_this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : BatchPrintListButtonControl.controlName;
|
|
109
|
-
var _props_printTemplates_map;
|
|
110
|
-
_this.printTemplates = (_props_printTemplates_map = props === null || props === void 0 ? void 0 : (_props_printTemplates = props.printTemplates) === null || _props_printTemplates === void 0 ? void 0 : _props_printTemplates.map(function(item) {
|
|
106
|
+
_this.icon = (_ref = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref !== void 0 ? _ref : BatchPrintListButtonControl.controlIcon;
|
|
107
|
+
_this.content = (_ref1 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref1 !== void 0 ? _ref1 : BatchPrintListButtonControl.controlName;
|
|
108
|
+
_this.printTemplates = (_ref2 = props === null || props === void 0 ? void 0 : (_props_printTemplates = props.printTemplates) === null || _props_printTemplates === void 0 ? void 0 : _props_printTemplates.map(function(item) {
|
|
111
109
|
return new PrintTemplate(item);
|
|
112
|
-
})) !== null &&
|
|
113
|
-
|
|
114
|
-
_this.autoSelectTemplate = (_props_autoSelectTemplate = props === null || props === void 0 ? void 0 : props.autoSelectTemplate) !== null && _props_autoSelectTemplate !== void 0 ? _props_autoSelectTemplate : false;
|
|
110
|
+
})) !== null && _ref2 !== void 0 ? _ref2 : [];
|
|
111
|
+
_this.autoSelectTemplate = (_ref3 = props === null || props === void 0 ? void 0 : props.autoSelectTemplate) !== null && _ref3 !== void 0 ? _ref3 : false;
|
|
115
112
|
return _this;
|
|
116
113
|
}
|
|
117
114
|
return BatchPrintListButtonProperty;
|
|
@@ -65,13 +65,12 @@ var BatchPrintRecordListButtonProperty = /*#__PURE__*/ function(ButtonProperty)
|
|
|
65
65
|
function BatchPrintRecordListButtonProperty(props) {
|
|
66
66
|
_class_call_check(this, BatchPrintRecordListButtonProperty);
|
|
67
67
|
var _this;
|
|
68
|
+
var _ref, _ref1;
|
|
68
69
|
_this = _call_super(this, BatchPrintRecordListButtonProperty, [
|
|
69
70
|
props
|
|
70
71
|
]);
|
|
71
|
-
|
|
72
|
-
_this.
|
|
73
|
-
var _props_icon;
|
|
74
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : BatchPrintRecordListButton.controlIcon;
|
|
72
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : BatchPrintRecordListButton.controlName;
|
|
73
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : BatchPrintRecordListButton.controlIcon;
|
|
75
74
|
return _this;
|
|
76
75
|
}
|
|
77
76
|
return BatchPrintRecordListButtonProperty;
|
|
@@ -103,6 +103,7 @@ var BatchSubmissionListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
103
103
|
function BatchSubmissionListButtonProperty(props) {
|
|
104
104
|
_class_call_check(this, BatchSubmissionListButtonProperty);
|
|
105
105
|
var _this;
|
|
106
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
|
|
106
107
|
_this = _call_super(this, BatchSubmissionListButtonProperty, [
|
|
107
108
|
props
|
|
108
109
|
]), /**
|
|
@@ -114,18 +115,12 @@ var BatchSubmissionListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
114
115
|
_define_property(_this, "fieldCode", void 0), /**
|
|
115
116
|
* 指定人员的id
|
|
116
117
|
* */ _define_property(_this, "employeeId", void 0);
|
|
117
|
-
|
|
118
|
-
_this.
|
|
119
|
-
|
|
120
|
-
_this.
|
|
121
|
-
|
|
122
|
-
_this.
|
|
123
|
-
var _props_processKey;
|
|
124
|
-
_this.processKey = (_props_processKey = props === null || props === void 0 ? void 0 : props.processKey) !== null && _props_processKey !== void 0 ? _props_processKey : '';
|
|
125
|
-
var _props_fieldCode;
|
|
126
|
-
_this.fieldCode = (_props_fieldCode = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _props_fieldCode !== void 0 ? _props_fieldCode : '';
|
|
127
|
-
var _props_employeeId;
|
|
128
|
-
_this.employeeId = (_props_employeeId = props === null || props === void 0 ? void 0 : props.employeeId) !== null && _props_employeeId !== void 0 ? _props_employeeId : '';
|
|
118
|
+
_this.icon = (_ref = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref !== void 0 ? _ref : BatchSubmissionListButtonControl.controlIcon;
|
|
119
|
+
_this.content = (_ref1 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref1 !== void 0 ? _ref1 : BatchSubmissionListButtonControl.controlName;
|
|
120
|
+
_this.initiatorMode = (_ref2 = props === null || props === void 0 ? void 0 : props.initiatorMode) !== null && _ref2 !== void 0 ? _ref2 : 'currentInitiator';
|
|
121
|
+
_this.processKey = (_ref3 = props === null || props === void 0 ? void 0 : props.processKey) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
122
|
+
_this.fieldCode = (_ref4 = props === null || props === void 0 ? void 0 : props.fieldCode) !== null && _ref4 !== void 0 ? _ref4 : '';
|
|
123
|
+
_this.employeeId = (_ref5 = props === null || props === void 0 ? void 0 : props.employeeId) !== null && _ref5 !== void 0 ? _ref5 : '';
|
|
129
124
|
return _this;
|
|
130
125
|
}
|
|
131
126
|
return BatchSubmissionListButtonProperty;
|
|
@@ -78,6 +78,7 @@ var ButtonProperty = /*#__PURE__*/ function(Property) {
|
|
|
78
78
|
function ButtonProperty(props) {
|
|
79
79
|
_class_call_check(this, ButtonProperty);
|
|
80
80
|
var _this;
|
|
81
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8;
|
|
81
82
|
_this = _call_super(this, ButtonProperty, [
|
|
82
83
|
props
|
|
83
84
|
]), /**
|
|
@@ -114,25 +115,16 @@ var ButtonProperty = /*#__PURE__*/ function(Property) {
|
|
|
114
115
|
* @public
|
|
115
116
|
* @defaultValue ''
|
|
116
117
|
*/ _define_property(_this, "optObj", void 0);
|
|
117
|
-
|
|
118
|
-
_this.
|
|
119
|
-
|
|
120
|
-
_this.
|
|
121
|
-
var _props_showType;
|
|
122
|
-
_this.showType = (_props_showType = props === null || props === void 0 ? void 0 : props.showType) !== null && _props_showType !== void 0 ? _props_showType : 'text';
|
|
123
|
-
var _props_color;
|
|
124
|
-
_this.color = (_props_color = props === null || props === void 0 ? void 0 : props.color) !== null && _props_color !== void 0 ? _props_color : 'primary';
|
|
125
|
-
var _props_icon;
|
|
118
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : getLocaleText('CMD.button', null, '按钮');
|
|
119
|
+
_this.buttonType = (_ref1 = props === null || props === void 0 ? void 0 : props.buttonType) !== null && _ref1 !== void 0 ? _ref1 : 'primary';
|
|
120
|
+
_this.showType = (_ref2 = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref2 !== void 0 ? _ref2 : 'text';
|
|
121
|
+
_this.color = (_ref3 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref3 !== void 0 ? _ref3 : 'primary';
|
|
126
122
|
// @余石伟 按钮需要有默认icon
|
|
127
|
-
_this.icon = (
|
|
128
|
-
|
|
129
|
-
_this.
|
|
130
|
-
|
|
131
|
-
_this.
|
|
132
|
-
var _props_isLoading;
|
|
133
|
-
_this.isLoading = (_props_isLoading = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _props_isLoading !== void 0 ? _props_isLoading : false;
|
|
134
|
-
var _props_optObj;
|
|
135
|
-
_this.optObj = new OptObject((_props_optObj = props === null || props === void 0 ? void 0 : props.optObj) !== null && _props_optObj !== void 0 ? _props_optObj : {});
|
|
123
|
+
_this.icon = (_ref4 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref4 !== void 0 ? _ref4 : 'iconfenlei2';
|
|
124
|
+
_this.defaultState = (_ref5 = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _ref5 !== void 0 ? _ref5 : 'default';
|
|
125
|
+
_this.command = (_ref6 = props === null || props === void 0 ? void 0 : props.command) !== null && _ref6 !== void 0 ? _ref6 : 'custom';
|
|
126
|
+
_this.isLoading = (_ref7 = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _ref7 !== void 0 ? _ref7 : false;
|
|
127
|
+
_this.optObj = new OptObject((_ref8 = props === null || props === void 0 ? void 0 : props.optObj) !== null && _ref8 !== void 0 ? _ref8 : {});
|
|
136
128
|
return _this;
|
|
137
129
|
}
|
|
138
130
|
return ButtonProperty;
|
|
@@ -97,17 +97,14 @@ var CreateFormListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
97
97
|
function CreateFormListButtonProperty(props) {
|
|
98
98
|
_class_call_check(this, CreateFormListButtonProperty);
|
|
99
99
|
var _this;
|
|
100
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
100
101
|
_this = _call_super(this, CreateFormListButtonProperty, [
|
|
101
102
|
props
|
|
102
103
|
]), _define_property(_this, "formKey", void 0), _define_property(_this, "openType", void 0);
|
|
103
|
-
|
|
104
|
-
_this.
|
|
105
|
-
|
|
106
|
-
_this.
|
|
107
|
-
var _props_formKey;
|
|
108
|
-
_this.formKey = (_props_formKey = props === null || props === void 0 ? void 0 : props.formKey) !== null && _props_formKey !== void 0 ? _props_formKey : '';
|
|
109
|
-
var _props_openType;
|
|
110
|
-
_this.openType = (_props_openType = props === null || props === void 0 ? void 0 : props.openType) !== null && _props_openType !== void 0 ? _props_openType : 'modal';
|
|
104
|
+
_this.icon = (_ref = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref !== void 0 ? _ref : CreateFormListButtonControl.controlIcon;
|
|
105
|
+
_this.content = (_ref1 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref1 !== void 0 ? _ref1 : CreateFormListButtonControl.controlName;
|
|
106
|
+
_this.formKey = (_ref2 = props === null || props === void 0 ? void 0 : props.formKey) !== null && _ref2 !== void 0 ? _ref2 : '';
|
|
107
|
+
_this.openType = (_ref3 = props === null || props === void 0 ? void 0 : props.openType) !== null && _ref3 !== void 0 ? _ref3 : 'modal';
|
|
111
108
|
return _this;
|
|
112
109
|
}
|
|
113
110
|
return CreateFormListButtonProperty;
|
|
@@ -100,6 +100,11 @@ var DashboardPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
100
100
|
type: 'string',
|
|
101
101
|
required: false,
|
|
102
102
|
message: getLocaleText('CMD.pleaseEnterCaptionTip', null, '请输入气泡提示语')
|
|
103
|
+
}), _define_property(_this, "isShowReportParams", {
|
|
104
|
+
type: 'boolean'
|
|
105
|
+
}), _define_property(_this, "reportParams", {
|
|
106
|
+
type: 'array',
|
|
107
|
+
min: 0
|
|
103
108
|
});
|
|
104
109
|
if (props.isShowCaptionTip) {
|
|
105
110
|
_this.captionTip.required = true;
|
|
@@ -114,21 +119,18 @@ var DashboardProperty = /*#__PURE__*/ function(Property) {
|
|
|
114
119
|
function DashboardProperty(props) {
|
|
115
120
|
_class_call_check(this, DashboardProperty);
|
|
116
121
|
var _this;
|
|
122
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7;
|
|
117
123
|
_this = _call_super(this, DashboardProperty, [
|
|
118
124
|
props
|
|
119
|
-
]), _define_property(_this, "dashboardKey", void 0), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "labelPosition", void 0);
|
|
120
|
-
|
|
121
|
-
_this.
|
|
122
|
-
|
|
123
|
-
_this.
|
|
124
|
-
|
|
125
|
-
_this.
|
|
126
|
-
|
|
127
|
-
_this.
|
|
128
|
-
var _props_captionTip;
|
|
129
|
-
_this.captionTip = (_props_captionTip = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _props_captionTip !== void 0 ? _props_captionTip : '';
|
|
130
|
-
var _props_labelPosition;
|
|
131
|
-
_this.labelPosition = (_props_labelPosition = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _props_labelPosition !== void 0 ? _props_labelPosition : 'top';
|
|
125
|
+
]), _define_property(_this, "dashboardKey", void 0), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "isShowReportParams", void 0), _define_property(_this, "reportParams", void 0);
|
|
126
|
+
_this.dashboardKey = (_ref = props === null || props === void 0 ? void 0 : props.dashboardKey) !== null && _ref !== void 0 ? _ref : '';
|
|
127
|
+
_this.caption = (_ref1 = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref1 !== void 0 ? _ref1 : '';
|
|
128
|
+
_this.isHideCaption = (_ref2 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
129
|
+
_this.isShowCaptionTip = (_ref3 = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _ref3 !== void 0 ? _ref3 : false;
|
|
130
|
+
_this.captionTip = (_ref4 = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _ref4 !== void 0 ? _ref4 : '';
|
|
131
|
+
_this.labelPosition = (_ref5 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref5 !== void 0 ? _ref5 : 'top';
|
|
132
|
+
_this.isShowReportParams = (_ref6 = props === null || props === void 0 ? void 0 : props.isShowReportParams) !== null && _ref6 !== void 0 ? _ref6 : false;
|
|
133
|
+
_this.reportParams = (_ref7 = props === null || props === void 0 ? void 0 : props.reportParams) !== null && _ref7 !== void 0 ? _ref7 : [];
|
|
132
134
|
return _this;
|
|
133
135
|
}
|
|
134
136
|
return DashboardProperty;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// 线条样式类名
|
|
2
1
|
function _assert_this_initialized(self) {
|
|
3
2
|
if (self === void 0) {
|
|
4
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -71,6 +70,7 @@ function _is_native_reflect_construct() {
|
|
|
71
70
|
return !!result;
|
|
72
71
|
})();
|
|
73
72
|
}
|
|
73
|
+
// 线条样式类名
|
|
74
74
|
import { Property } from '@byteluck-fe/model-driven-core';
|
|
75
75
|
import { LINE_STYLE } from '../../framework';
|
|
76
76
|
var DividerProperty = /*#__PURE__*/ function(Property) {
|
|
@@ -79,13 +79,12 @@ var DividerProperty = /*#__PURE__*/ function(Property) {
|
|
|
79
79
|
function DividerProperty(props) {
|
|
80
80
|
_class_call_check(this, DividerProperty);
|
|
81
81
|
var _this;
|
|
82
|
+
var _ref, _ref1;
|
|
82
83
|
_this = _call_super(this, DividerProperty, [
|
|
83
84
|
props
|
|
84
85
|
]), _define_property(_this, "color", void 0), _define_property(_this, "lineStyle", void 0);
|
|
85
|
-
|
|
86
|
-
_this.
|
|
87
|
-
var _props_lineStyle;
|
|
88
|
-
_this.lineStyle = (_props_lineStyle = props === null || props === void 0 ? void 0 : props.lineStyle) !== null && _props_lineStyle !== void 0 ? _props_lineStyle : LINE_STYLE.SOLID;
|
|
86
|
+
_this.color = (_ref = props === null || props === void 0 ? void 0 : props.color) !== null && _ref !== void 0 ? _ref : '#000';
|
|
87
|
+
_this.lineStyle = (_ref1 = props === null || props === void 0 ? void 0 : props.lineStyle) !== null && _ref1 !== void 0 ? _ref1 : LINE_STYLE.SOLID;
|
|
89
88
|
return _this;
|
|
90
89
|
}
|
|
91
90
|
return DividerProperty;
|
|
@@ -80,20 +80,17 @@ var ExportListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
80
80
|
function ExportListButtonProperty(props) {
|
|
81
81
|
_class_call_check(this, ExportListButtonProperty);
|
|
82
82
|
var _this;
|
|
83
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
83
84
|
var _props_templateList;
|
|
84
85
|
_this = _call_super(this, ExportListButtonProperty, [
|
|
85
86
|
props
|
|
86
87
|
]), _define_property(_this, "templateList", void 0), _define_property(_this, "templateType", void 0);
|
|
87
|
-
|
|
88
|
-
_this.
|
|
89
|
-
|
|
90
|
-
_this.
|
|
91
|
-
var _props_templateType;
|
|
92
|
-
_this.templateType = (_props_templateType = props === null || props === void 0 ? void 0 : props.templateType) !== null && _props_templateType !== void 0 ? _props_templateType : 'system';
|
|
93
|
-
var _props_templateList_map;
|
|
94
|
-
_this.templateList = (_props_templateList_map = props === null || props === void 0 ? void 0 : (_props_templateList = props.templateList) === null || _props_templateList === void 0 ? void 0 : _props_templateList.map(function(item) {
|
|
88
|
+
_this.icon = (_ref = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref !== void 0 ? _ref : ExportListButtonControl.controlIcon;
|
|
89
|
+
_this.content = (_ref1 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref1 !== void 0 ? _ref1 : ExportListButtonControl.controlName;
|
|
90
|
+
_this.templateType = (_ref2 = props === null || props === void 0 ? void 0 : props.templateType) !== null && _ref2 !== void 0 ? _ref2 : 'system';
|
|
91
|
+
_this.templateList = (_ref3 = props === null || props === void 0 ? void 0 : (_props_templateList = props.templateList) === null || _props_templateList === void 0 ? void 0 : _props_templateList.map(function(item) {
|
|
95
92
|
return new ExportTemplate(item);
|
|
96
|
-
})) !== null &&
|
|
93
|
+
})) !== null && _ref3 !== void 0 ? _ref3 : [
|
|
97
94
|
new ExportTemplate({
|
|
98
95
|
id: 'default',
|
|
99
96
|
name: getLocaleText('CMD.defaultTemplate', null, '默认模版'),
|
|
@@ -65,13 +65,12 @@ var ExportRecordListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
65
65
|
function ExportRecordListButtonProperty(props) {
|
|
66
66
|
_class_call_check(this, ExportRecordListButtonProperty);
|
|
67
67
|
var _this;
|
|
68
|
+
var _ref, _ref1;
|
|
68
69
|
_this = _call_super(this, ExportRecordListButtonProperty, [
|
|
69
70
|
props
|
|
70
71
|
]);
|
|
71
|
-
|
|
72
|
-
_this.
|
|
73
|
-
var _props_icon;
|
|
74
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : ExportRecordListButtonControl.controlIcon;
|
|
72
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : ExportRecordListButtonControl.controlName;
|
|
73
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : ExportRecordListButtonControl.controlIcon;
|
|
75
74
|
return _this;
|
|
76
75
|
}
|
|
77
76
|
return ExportRecordListButtonProperty;
|
|
@@ -138,15 +138,13 @@ var FormSelectButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
138
138
|
function FormSelectButtonProperty(props) {
|
|
139
139
|
_class_call_check(this, FormSelectButtonProperty);
|
|
140
140
|
var _this;
|
|
141
|
+
var _ref, _ref1, _ref2;
|
|
141
142
|
_this = _call_super(this, FormSelectButtonProperty, [
|
|
142
143
|
props
|
|
143
144
|
]), _define_property(_this, "fillPayload", void 0), _define_property(_this, "formBind", void 0), _define_property(_this, "fillBack", void 0), _define_property(_this, "command", void 0);
|
|
144
|
-
|
|
145
|
-
_this.
|
|
146
|
-
|
|
147
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : FormSelectButtonControl.controlIcon;
|
|
148
|
-
var _props_command;
|
|
149
|
-
_this.command = (_props_command = props === null || props === void 0 ? void 0 : props.command) !== null && _props_command !== void 0 ? _props_command : 'create';
|
|
145
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : FormSelectButtonControl.controlName;
|
|
146
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : FormSelectButtonControl.controlIcon;
|
|
147
|
+
_this.command = (_ref2 = props === null || props === void 0 ? void 0 : props.command) !== null && _ref2 !== void 0 ? _ref2 : 'create';
|
|
150
148
|
_this.fillPayload = new FillPayloadBind(props === null || props === void 0 ? void 0 : props.fillPayload);
|
|
151
149
|
_this.formBind = new FormSelectBind(props === null || props === void 0 ? void 0 : props.formBind);
|
|
152
150
|
_this.fillBack = new FillBackBind(props === null || props === void 0 ? void 0 : props.fillBack);
|
|
@@ -84,22 +84,19 @@ var ImportRecordListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
84
84
|
function ImportRecordListButtonProperty(props) {
|
|
85
85
|
_class_call_check(this, ImportRecordListButtonProperty);
|
|
86
86
|
var _this;
|
|
87
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
87
88
|
var _props_canImportList;
|
|
88
89
|
_this = _call_super(this, ImportRecordListButtonProperty, [
|
|
89
90
|
props
|
|
90
91
|
]), /*
|
|
91
92
|
* 可以导入的数据
|
|
92
93
|
* */ _define_property(_this, "canImportList", void 0), _define_property(_this, "templateType", void 0);
|
|
93
|
-
|
|
94
|
-
_this.
|
|
95
|
-
|
|
96
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : ImportRecordListButtonControl.controlIcon;
|
|
97
|
-
var _props_canImportList_map;
|
|
98
|
-
_this.canImportList = (_props_canImportList_map = props === null || props === void 0 ? void 0 : (_props_canImportList = props.canImportList) === null || _props_canImportList === void 0 ? void 0 : _props_canImportList.map(function(item) {
|
|
94
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : ImportRecordListButtonControl.controlName;
|
|
95
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : ImportRecordListButtonControl.controlIcon;
|
|
96
|
+
_this.canImportList = (_ref2 = props === null || props === void 0 ? void 0 : (_props_canImportList = props.canImportList) === null || _props_canImportList === void 0 ? void 0 : _props_canImportList.map(function(item) {
|
|
99
97
|
return new ImportListBind(item);
|
|
100
|
-
})) !== null &&
|
|
101
|
-
|
|
102
|
-
_this.templateType = (_props_templateType = props === null || props === void 0 ? void 0 : props.templateType) !== null && _props_templateType !== void 0 ? _props_templateType : 'system';
|
|
98
|
+
})) !== null && _ref2 !== void 0 ? _ref2 : [];
|
|
99
|
+
_this.templateType = (_ref3 = props === null || props === void 0 ? void 0 : props.templateType) !== null && _ref3 !== void 0 ? _ref3 : 'system';
|
|
103
100
|
return _this;
|
|
104
101
|
}
|
|
105
102
|
return ImportRecordListButtonProperty;
|
|
@@ -126,30 +126,22 @@ var InvoiceCheckButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
126
126
|
function InvoiceCheckButtonProperty(props) {
|
|
127
127
|
_class_call_check(this, InvoiceCheckButtonProperty);
|
|
128
128
|
var _this;
|
|
129
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8;
|
|
129
130
|
var _props_fillList;
|
|
130
131
|
_this = _call_super(this, InvoiceCheckButtonProperty, [
|
|
131
132
|
props
|
|
132
133
|
]), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "invoiceCheck", void 0), _define_property(_this, "fillList", void 0);
|
|
133
|
-
|
|
134
|
-
_this.
|
|
135
|
-
|
|
136
|
-
_this.
|
|
137
|
-
|
|
138
|
-
_this.
|
|
139
|
-
|
|
140
|
-
_this.
|
|
141
|
-
|
|
142
|
-
_this.labelPosition = (_props_labelPosition = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _props_labelPosition !== void 0 ? _props_labelPosition : 'top';
|
|
143
|
-
var _props_content;
|
|
144
|
-
_this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : InvoiceCheckButtonControl.controlName;
|
|
145
|
-
var _props_icon;
|
|
146
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : InvoiceCheckButtonControl.controlIcon;
|
|
147
|
-
var _props_invoiceCheck;
|
|
148
|
-
_this.invoiceCheck = (_props_invoiceCheck = props === null || props === void 0 ? void 0 : props.invoiceCheck) !== null && _props_invoiceCheck !== void 0 ? _props_invoiceCheck : true;
|
|
149
|
-
var _props_fillList_map;
|
|
150
|
-
_this.fillList = (_props_fillList_map = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
|
|
134
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : InvoiceCheckButtonControl.controlName;
|
|
135
|
+
_this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
136
|
+
_this.isShowCaptionTip = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
137
|
+
_this.captionTip = (_ref3 = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
138
|
+
_this.labelPosition = (_ref4 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref4 !== void 0 ? _ref4 : 'top';
|
|
139
|
+
_this.content = (_ref5 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref5 !== void 0 ? _ref5 : InvoiceCheckButtonControl.controlName;
|
|
140
|
+
_this.icon = (_ref6 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref6 !== void 0 ? _ref6 : InvoiceCheckButtonControl.controlIcon;
|
|
141
|
+
_this.invoiceCheck = (_ref7 = props === null || props === void 0 ? void 0 : props.invoiceCheck) !== null && _ref7 !== void 0 ? _ref7 : true;
|
|
142
|
+
_this.fillList = (_ref8 = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
|
|
151
143
|
return new MultistageFillingItem(item);
|
|
152
|
-
})) !== null &&
|
|
144
|
+
})) !== null && _ref8 !== void 0 ? _ref8 : [];
|
|
153
145
|
return _this;
|
|
154
146
|
}
|
|
155
147
|
return InvoiceCheckButtonProperty;
|
|
@@ -78,15 +78,13 @@ var LinkProperty = /*#__PURE__*/ function(Property) {
|
|
|
78
78
|
function LinkProperty(props) {
|
|
79
79
|
_class_call_check(this, LinkProperty);
|
|
80
80
|
var _this;
|
|
81
|
+
var _ref, _ref1, _ref2;
|
|
81
82
|
_this = _call_super(this, LinkProperty, [
|
|
82
83
|
props
|
|
83
84
|
]), _define_property(_this, "content", void 0), _define_property(_this, "url", void 0), _define_property(_this, "openMode", void 0);
|
|
84
|
-
|
|
85
|
-
_this.
|
|
86
|
-
|
|
87
|
-
_this.url = (_props_url = props === null || props === void 0 ? void 0 : props.url) !== null && _props_url !== void 0 ? _props_url : '';
|
|
88
|
-
var _props_openMode;
|
|
89
|
-
_this.openMode = (_props_openMode = props === null || props === void 0 ? void 0 : props.openMode) !== null && _props_openMode !== void 0 ? _props_openMode : 'new';
|
|
85
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : getLocaleText('CMD.linkContent', null, '我是一个链接');
|
|
86
|
+
_this.url = (_ref1 = props === null || props === void 0 ? void 0 : props.url) !== null && _ref1 !== void 0 ? _ref1 : '';
|
|
87
|
+
_this.openMode = (_ref2 = props === null || props === void 0 ? void 0 : props.openMode) !== null && _ref2 !== void 0 ? _ref2 : 'new';
|
|
90
88
|
return _this;
|
|
91
89
|
}
|
|
92
90
|
return LinkProperty;
|
|
@@ -138,6 +138,7 @@ var ListSelectButtonPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
138
138
|
function ListSelectButtonProperty(props) {
|
|
139
139
|
_class_call_check(this, ListSelectButtonProperty);
|
|
140
140
|
var _this;
|
|
141
|
+
var _ref, _ref1, _ref2, _ref3, _ref4;
|
|
141
142
|
_this = _call_super(this, ListSelectButtonProperty, [
|
|
142
143
|
props
|
|
143
144
|
]), /**
|
|
@@ -156,20 +157,15 @@ var ListSelectButtonPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
156
157
|
_define_property(_this, "showSelectedDetail", void 0), // 是否使用选中行填充
|
|
157
158
|
_define_property(_this, "isSelectedRowFill", void 0), // 展示已选内容配置字段
|
|
158
159
|
_define_property(_this, "selectedContentConfig", void 0);
|
|
159
|
-
|
|
160
|
-
_this.
|
|
161
|
-
var _props_icon;
|
|
162
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : ListSelectButtonControl.controlIcon;
|
|
160
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : ListSelectButtonControl.controlName;
|
|
161
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : ListSelectButtonControl.controlIcon;
|
|
163
162
|
_this.fillPayload = new FillPayloadBind(props === null || props === void 0 ? void 0 : props.fillPayload);
|
|
164
163
|
_this.listPageBind = new ListBind(props === null || props === void 0 ? void 0 : props.listPageBind);
|
|
165
164
|
_this.fillBack = new FillBackBind(props === null || props === void 0 ? void 0 : props.fillBack);
|
|
166
|
-
|
|
167
|
-
_this.showSelectedDetail = (_props_showSelectedDetail = props === null || props === void 0 ? void 0 : props.showSelectedDetail) !== null && _props_showSelectedDetail !== void 0 ? _props_showSelectedDetail : false;
|
|
165
|
+
_this.showSelectedDetail = (_ref2 = props === null || props === void 0 ? void 0 : props.showSelectedDetail) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
168
166
|
_this.selectedContentConfig = new SelectedContentConfig(props === null || props === void 0 ? void 0 : props.selectedContentConfig);
|
|
169
|
-
|
|
170
|
-
_this.
|
|
171
|
-
var _props_disableFilling;
|
|
172
|
-
_this.disableFilling = (_props_disableFilling = props === null || props === void 0 ? void 0 : props.disableFilling) !== null && _props_disableFilling !== void 0 ? _props_disableFilling : true;
|
|
167
|
+
_this.isSelectedRowFill = (_ref3 = props === null || props === void 0 ? void 0 : props.isSelectedRowFill) !== null && _ref3 !== void 0 ? _ref3 : false;
|
|
168
|
+
_this.disableFilling = (_ref4 = props === null || props === void 0 ? void 0 : props.disableFilling) !== null && _ref4 !== void 0 ? _ref4 : true;
|
|
173
169
|
return _this;
|
|
174
170
|
}
|
|
175
171
|
return ListSelectButtonProperty;
|
|
@@ -115,16 +115,15 @@ var ListViewSelectProperty = /*#__PURE__*/ function(Property) {
|
|
|
115
115
|
function ListViewSelectProperty(props) {
|
|
116
116
|
_class_call_check(this, ListViewSelectProperty);
|
|
117
117
|
var _this;
|
|
118
|
+
var _ref, _ref1;
|
|
118
119
|
var _props_viewList;
|
|
119
120
|
_this = _call_super(this, ListViewSelectProperty, [
|
|
120
121
|
props
|
|
121
122
|
]), _define_property(_this, "showType", void 0), _define_property(_this, "viewList", void 0);
|
|
122
|
-
|
|
123
|
-
_this.
|
|
124
|
-
var _props_viewList_map;
|
|
125
|
-
_this.viewList = (_props_viewList_map = props === null || props === void 0 ? void 0 : (_props_viewList = props.viewList) === null || _props_viewList === void 0 ? void 0 : _props_viewList.map(function(item) {
|
|
123
|
+
_this.showType = (_ref = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref !== void 0 ? _ref : 'select';
|
|
124
|
+
_this.viewList = (_ref1 = props === null || props === void 0 ? void 0 : (_props_viewList = props.viewList) === null || _props_viewList === void 0 ? void 0 : _props_viewList.map(function(item) {
|
|
126
125
|
return new ViewOperationItem(item);
|
|
127
|
-
})) !== null &&
|
|
126
|
+
})) !== null && _ref1 !== void 0 ? _ref1 : [];
|
|
128
127
|
return _this;
|
|
129
128
|
}
|
|
130
129
|
return ListViewSelectProperty;
|
|
@@ -101,27 +101,25 @@ var OperationButtonProperty = /*#__PURE__*/ function(Property) {
|
|
|
101
101
|
function OperationButtonProperty(props) {
|
|
102
102
|
_class_call_check(this, OperationButtonProperty);
|
|
103
103
|
var _this;
|
|
104
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
|
|
104
105
|
_this = _call_super(this, OperationButtonProperty, [
|
|
105
106
|
props
|
|
106
|
-
]), _define_property(_this, "content", void 0), _define_property(_this, "code", void 0), _define_property(_this, "command", void 0), _define_property(_this, "color", void 0), _define_property(_this, "icon", void 0), _define_property(_this, "formKey", void 0), _define_property(_this, "openType", void 0), _define_property(_this, "needConfirm", void 0), _define_property(_this, "confirmMessage", void 0), _define_property(_this, "options", void 0), _define_property(_this, "defaultState", void 0), _define_property(_this, "priorityProcess", void 0), _define_property(_this, "isLoading", void 0)
|
|
107
|
-
|
|
108
|
-
_this.content = (
|
|
107
|
+
]), _define_property(_this, "content", void 0), _define_property(_this, "code", void 0), _define_property(_this, "command", void 0), _define_property(_this, "color", void 0), _define_property(_this, "icon", void 0), _define_property(_this, "formKey", void 0), _define_property(_this, "openType", void 0), _define_property(_this, "needConfirm", void 0), _define_property(_this, "confirmMessage", void 0), _define_property(_this, "options", void 0), _define_property(_this, "defaultState", void 0), _define_property(_this, "priorityProcess", void 0), _define_property(_this, "isLoading", void 0), // 是否同步删除流程数据
|
|
108
|
+
_define_property(_this, "isSyncDelete", void 0);
|
|
109
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : getLocaleText('CMD.button', null, '按钮');
|
|
109
110
|
_this.code = props === null || props === void 0 ? void 0 : props.code;
|
|
110
|
-
|
|
111
|
-
_this.
|
|
112
|
-
var _props_color;
|
|
113
|
-
_this.color = (_props_color = props === null || props === void 0 ? void 0 : props.color) !== null && _props_color !== void 0 ? _props_color : 'primary';
|
|
111
|
+
_this.command = (_ref1 = props === null || props === void 0 ? void 0 : props.command) !== null && _ref1 !== void 0 ? _ref1 : 'custom';
|
|
112
|
+
_this.color = (_ref2 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref2 !== void 0 ? _ref2 : 'primary';
|
|
114
113
|
_this.icon = props === null || props === void 0 ? void 0 : props.icon;
|
|
115
114
|
_this.formKey = props === null || props === void 0 ? void 0 : props.formKey;
|
|
116
115
|
_this.openType = props === null || props === void 0 ? void 0 : props.openType;
|
|
117
116
|
_this.needConfirm = props === null || props === void 0 ? void 0 : props.needConfirm;
|
|
118
117
|
_this.confirmMessage = props === null || props === void 0 ? void 0 : props.confirmMessage;
|
|
119
118
|
_this.options = props === null || props === void 0 ? void 0 : props.options;
|
|
120
|
-
|
|
121
|
-
_this.defaultState = (_props_defaultState = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _props_defaultState !== void 0 ? _props_defaultState : 'default';
|
|
119
|
+
_this.defaultState = (_ref3 = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _ref3 !== void 0 ? _ref3 : 'default';
|
|
122
120
|
_this.priorityProcess = props === null || props === void 0 ? void 0 : props.priorityProcess;
|
|
123
|
-
|
|
124
|
-
_this.
|
|
121
|
+
_this.isLoading = (_ref4 = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _ref4 !== void 0 ? _ref4 : false;
|
|
122
|
+
_this.isSyncDelete = (_ref5 = props === null || props === void 0 ? void 0 : props.isSyncDelete) !== null && _ref5 !== void 0 ? _ref5 : false;
|
|
125
123
|
return _this;
|
|
126
124
|
}
|
|
127
125
|
return OperationButtonProperty;
|
|
@@ -110,6 +110,7 @@ var ReferenceListPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
110
110
|
function ReferenceListProperty(props) {
|
|
111
111
|
_class_call_check(this, ReferenceListProperty);
|
|
112
112
|
var _this;
|
|
113
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
|
|
113
114
|
_this = _call_super(this, ReferenceListProperty, [
|
|
114
115
|
props
|
|
115
116
|
]), // 是否显示查询栏
|
|
@@ -118,18 +119,12 @@ var ReferenceListPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
118
119
|
_define_property(_this, "actionSetting", void 0), //列表高度配置
|
|
119
120
|
_define_property(_this, "listHeightSetting", void 0), //列表高度配置
|
|
120
121
|
_define_property(_this, "isHideCaption", void 0);
|
|
121
|
-
|
|
122
|
-
_this.
|
|
123
|
-
|
|
124
|
-
_this.
|
|
125
|
-
|
|
126
|
-
_this.
|
|
127
|
-
var _props_isHideCaption;
|
|
128
|
-
_this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : false;
|
|
129
|
-
var _ref;
|
|
130
|
-
_this.actionSetting = (_ref = new ActionSetting(props === null || props === void 0 ? void 0 : props.actionSetting)) !== null && _ref !== void 0 ? _ref : new ActionSetting();
|
|
131
|
-
var _ref1;
|
|
132
|
-
_this.listHeightSetting = (_ref1 = new ListHeightSetting(props === null || props === void 0 ? void 0 : props.listHeightSetting)) !== null && _ref1 !== void 0 ? _ref1 : new ListHeightSetting();
|
|
122
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : ReferenceListControl.controlName;
|
|
123
|
+
_this.isShowSimpleSearch = (_ref1 = props === null || props === void 0 ? void 0 : props.isShowSimpleSearch) !== null && _ref1 !== void 0 ? _ref1 : true;
|
|
124
|
+
_this.isShowToolbar = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowToolbar) !== null && _ref2 !== void 0 ? _ref2 : true;
|
|
125
|
+
_this.isHideCaption = (_ref3 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref3 !== void 0 ? _ref3 : false;
|
|
126
|
+
_this.actionSetting = (_ref4 = new ActionSetting(props === null || props === void 0 ? void 0 : props.actionSetting)) !== null && _ref4 !== void 0 ? _ref4 : new ActionSetting();
|
|
127
|
+
_this.listHeightSetting = (_ref5 = new ListHeightSetting(props === null || props === void 0 ? void 0 : props.listHeightSetting)) !== null && _ref5 !== void 0 ? _ref5 : new ListHeightSetting();
|
|
133
128
|
return _this;
|
|
134
129
|
}
|
|
135
130
|
return ReferenceListProperty;
|