@byteluck-fe/model-driven-controls 2.5.0-alpha.17 → 2.5.0-alpha.18
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/formControls/Department/designer.js +1 -6
- package/dist/esm/formControls/Department2/designer.js +1 -6
- package/dist/esm/formControls/OrganizationSelection/designer.js +1 -6
- package/dist/esm/formControls/OrganizationSelection/property.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/types/formControls/Department/designer.d.ts +1 -1
- package/dist/types/formControls/Department2/designer.d.ts +1 -1
- package/dist/types/formControls/OrganizationSelection/designer.d.ts +1 -1
- package/package.json +2 -2
|
@@ -134,12 +134,6 @@ var DepartmentControl = /*#__PURE__*/ function(DesignerFormControl1) {
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
], [
|
|
137
|
-
{
|
|
138
|
-
key: "controlName",
|
|
139
|
-
get: function get() {
|
|
140
|
-
return '部门';
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
137
|
{
|
|
144
138
|
key: "controlIcon",
|
|
145
139
|
get: function get() {
|
|
@@ -155,6 +149,7 @@ var DepartmentControl = /*#__PURE__*/ function(DesignerFormControl1) {
|
|
|
155
149
|
]);
|
|
156
150
|
return DepartmentControl;
|
|
157
151
|
}(DesignerFormControl);
|
|
152
|
+
DepartmentControl.controlName = '部门';
|
|
158
153
|
DepartmentControl.controlFieldType = FieldTypes.DEPARTMENTS;
|
|
159
154
|
DepartmentControl.setting = [
|
|
160
155
|
{
|
|
@@ -134,12 +134,6 @@ var Department2Control = /*#__PURE__*/ function(DesignerFormControl1) {
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
], [
|
|
137
|
-
{
|
|
138
|
-
key: "controlName",
|
|
139
|
-
get: function get() {
|
|
140
|
-
return '部门';
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
137
|
{
|
|
144
138
|
key: "controlIcon",
|
|
145
139
|
get: function get() {
|
|
@@ -167,6 +161,7 @@ var Department2Control = /*#__PURE__*/ function(DesignerFormControl1) {
|
|
|
167
161
|
]);
|
|
168
162
|
return Department2Control;
|
|
169
163
|
}(DesignerFormControl);
|
|
164
|
+
Department2Control.controlName = '部门';
|
|
170
165
|
Department2Control.controlFieldType = FieldTypes.DEPARTMENTS;
|
|
171
166
|
Department2Control.setting = [
|
|
172
167
|
{
|
|
@@ -134,12 +134,6 @@ var OrganizationSelectionControl = /*#__PURE__*/ function(DesignerFormControl1)
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
], [
|
|
137
|
-
{
|
|
138
|
-
key: "controlName",
|
|
139
|
-
get: function get() {
|
|
140
|
-
return '组织';
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
137
|
{
|
|
144
138
|
key: "controlIcon",
|
|
145
139
|
get: function get() {
|
|
@@ -167,6 +161,7 @@ var OrganizationSelectionControl = /*#__PURE__*/ function(DesignerFormControl1)
|
|
|
167
161
|
]);
|
|
168
162
|
return OrganizationSelectionControl;
|
|
169
163
|
}(DesignerFormControl);
|
|
164
|
+
OrganizationSelectionControl.controlName = '业务组织';
|
|
170
165
|
OrganizationSelectionControl.controlFieldType = FieldTypes.DEPARTMENTS;
|
|
171
166
|
OrganizationSelectionControl.setting = [
|
|
172
167
|
{
|
|
@@ -155,9 +155,9 @@ var OrganizationSelectionProperty = /*#__PURE__*/ function(BaseControlProperty1)
|
|
|
155
155
|
var ref13;
|
|
156
156
|
_this.businessType = (ref13 = props === null || props === void 0 ? void 0 : props.businessType) !== null && ref13 !== void 0 ? ref13 : AssignType.ALL;
|
|
157
157
|
var ref14;
|
|
158
|
-
_this.organizingFunction = (ref14 = props === null || props === void 0 ? void 0 : props.organizingFunction) !== null && ref14 !== void 0 ? ref14 :
|
|
158
|
+
_this.organizingFunction = (ref14 = props === null || props === void 0 ? void 0 : props.organizingFunction) !== null && ref14 !== void 0 ? ref14 : undefined;
|
|
159
159
|
var ref15;
|
|
160
|
-
_this.organizationView = (ref15 = props === null || props === void 0 ? void 0 : props.organizationView) !== null && ref15 !== void 0 ? ref15 :
|
|
160
|
+
_this.organizationView = (ref15 = props === null || props === void 0 ? void 0 : props.organizationView) !== null && ref15 !== void 0 ? ref15 : undefined;
|
|
161
161
|
var ref16;
|
|
162
162
|
_this.showSelectedDetail = (ref16 = props === null || props === void 0 ? void 0 : props.showSelectedDetail) !== null && ref16 !== void 0 ? ref16 : false;
|
|
163
163
|
_this.selectedContentConfig = new SelectedContentConfig(props === null || props === void 0 ? void 0 : props.selectedContentConfig);
|