@zat-design/sisyphus-react 3.7.3-beta.20 → 3.7.3-beta.21
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/es/ProAction/index.js +4 -4
- package/es/ProDownload/index.d.ts +1 -1
- package/es/ProEditTable/components/ActionButton/index.d.ts +1 -1
- package/es/ProEditTable/components/RcTable/BaseTable.d.ts +1 -1
- package/es/ProEditTable/components/RcTable/DraggableTable.d.ts +1 -1
- package/es/ProEditTable/components/RcTable/VirtualTable.d.ts +1 -1
- package/es/ProEditTable/components/RenderField/index.d.ts +1 -1
- package/es/ProEditTable/components/RenderToolbar/index.d.ts +1 -1
- package/es/ProEditTable/components/Summary/index.d.ts +1 -1
- package/es/ProEditTable/utils/config.d.ts +1 -1
- package/es/ProEditTable/utils/tools.js +3 -3
- package/es/ProEnum/components/Group.d.ts +1 -1
- package/es/ProEnum/components/Tag.d.ts +1 -1
- package/es/ProEnum/index.d.ts +2 -2
- package/es/ProEnum/utils/eventCenter.js +2 -1
- package/es/ProEnum/utils/getEnumLabel.d.ts +1 -1
- package/es/ProForm/components/base/Input/index.d.ts +1 -1
- package/es/ProForm/components/combination/ProCascader/index.d.ts +1 -1
- package/es/ProForm/components/combination/ProCascader/index.js +7 -7
- package/es/ProForm/components/old/InputRange/index.d.ts +1 -1
- package/es/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
- package/es/ProForm/components/old/ProAddress/index.d.ts +2 -1
- package/es/ProForm/components/old/ProRangeBox/index.d.ts +2 -1
- package/es/ProForm/utils/index.js +10 -14
- package/es/ProIcon/utils/index.js +3 -4
- package/es/ProLayout/components/Layout/Menu/OpenMenu/index.d.ts +1 -1
- package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -3
- package/es/ProLayout/components/ProCollapse/index.d.ts +1 -1
- package/es/ProLayout/components/ProFooter/index.d.ts +1 -1
- package/es/ProLayout/components/ProHeader/components/Copy/index.d.ts +1 -1
- package/es/ProLayout/components/ProHeader/index.d.ts +1 -1
- package/es/ProLayout/index.d.ts +4 -4
- package/es/ProLayout/utils/index.js +9 -9
- package/es/ProSelect/components/AdaptiveTooltip.d.ts +1 -1
- package/es/ProSelect/index.d.ts +1 -1
- package/es/ProSelect/index.js +2 -3
- package/es/ProStep/components/Anchor/index.d.ts +1 -1
- package/es/ProStep/components/Item/index.d.ts +1 -1
- package/es/ProStep/components/Step/index.d.ts +1 -1
- package/es/ProStep/index.d.ts +2 -2
- package/es/ProTable/components/FormatColumn/index.js +3 -3
- package/es/ProTable/components/RcTable/components/BaseTable/index.d.ts +1 -1
- package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/index.js +8 -9
- package/es/ProTable/components/RcTable/components/DraggableTable/index.d.ts +1 -1
- package/es/ProTable/components/RenderFooter/index.d.ts +1 -1
- package/es/ProTable/components/RenderTableHeader/index.d.ts +1 -1
- package/es/ProTable/components/TableResizable/index.d.ts +1 -1
- package/es/ProTable/index.d.ts +1 -1
- package/es/ProTabs/components/Card/index.d.ts +1 -1
- package/es/ProThemeTools/component/ProTools/index.d.ts +1 -1
- package/es/ProThemeTools/index.d.ts +1 -1
- package/es/ProTooltip/index.d.ts +1 -1
- package/es/ProTree/components/AdaptiveTooltip.d.ts +1 -1
- package/es/ProTree/components/CloseIcon.d.ts +2 -1
- package/es/ProTree/components/List.d.ts +1 -1
- package/es/ProTree/components/ProTree.d.ts +1 -1
- package/es/ProTree/components/ProTreeSelect/index.d.ts +1 -1
- package/es/ProTree/components/ProTreeSelect/index.js +18 -18
- package/es/ProTree/components/SearchTitle.d.ts +1 -1
- package/es/ProTree/components/Tree.d.ts +1 -1
- package/es/ProTree/components/Tree.js +3 -3
- package/es/ProTree/index.d.ts +1 -1
- package/es/ProTree/utils.js +11 -12
- package/es/ProTreeModal/components/Cascader.d.ts +1 -1
- package/es/ProTreeModal/components/CloseIcon.d.ts +2 -1
- package/es/ProTreeModal/components/SearchTitle.d.ts +1 -1
- package/es/ProTreeModal/components/Tree.js +6 -6
- package/es/ProTreeModal/components/Trigger.d.ts +1 -1
- package/es/ProTreeModal/index.d.ts +1 -1
- package/es/ProTreeModal/index.js +3 -3
- package/es/ProTreeModal/utils.js +14 -16
- package/es/ProUpload/components/DraggableUploadListItem.d.ts +1 -1
- package/lib/ProAction/index.js +4 -4
- package/lib/ProDownload/index.d.ts +1 -1
- package/lib/ProEditTable/components/ActionButton/index.d.ts +1 -1
- package/lib/ProEditTable/components/RcTable/BaseTable.d.ts +1 -1
- package/lib/ProEditTable/components/RcTable/DraggableTable.d.ts +1 -1
- package/lib/ProEditTable/components/RcTable/VirtualTable.d.ts +1 -1
- package/lib/ProEditTable/components/RenderField/index.d.ts +1 -1
- package/lib/ProEditTable/components/RenderToolbar/index.d.ts +1 -1
- package/lib/ProEditTable/components/Summary/index.d.ts +1 -1
- package/lib/ProEditTable/utils/config.d.ts +1 -1
- package/lib/ProEditTable/utils/tools.js +3 -3
- package/lib/ProEnum/components/Group.d.ts +1 -1
- package/lib/ProEnum/components/Tag.d.ts +1 -1
- package/lib/ProEnum/index.d.ts +2 -2
- package/lib/ProEnum/utils/eventCenter.js +2 -1
- package/lib/ProEnum/utils/getEnumLabel.d.ts +1 -1
- package/lib/ProForm/components/base/Input/index.d.ts +1 -1
- package/lib/ProForm/components/combination/ProCascader/index.d.ts +1 -1
- package/lib/ProForm/components/combination/ProCascader/index.js +7 -7
- package/lib/ProForm/components/old/InputRange/index.d.ts +1 -1
- package/lib/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
- package/lib/ProForm/components/old/ProAddress/index.d.ts +2 -1
- package/lib/ProForm/components/old/ProRangeBox/index.d.ts +2 -1
- package/lib/ProForm/utils/index.js +10 -10
- package/lib/ProIcon/utils/index.js +3 -3
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.d.ts +1 -1
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -3
- package/lib/ProLayout/components/ProCollapse/index.d.ts +1 -1
- package/lib/ProLayout/components/ProFooter/index.d.ts +1 -1
- package/lib/ProLayout/components/ProHeader/components/Copy/index.d.ts +1 -1
- package/lib/ProLayout/components/ProHeader/index.d.ts +1 -1
- package/lib/ProLayout/index.d.ts +4 -4
- package/lib/ProLayout/utils/index.js +9 -9
- package/lib/ProSelect/components/AdaptiveTooltip.d.ts +1 -1
- package/lib/ProSelect/index.d.ts +1 -1
- package/lib/ProSelect/index.js +2 -3
- package/lib/ProStep/components/Anchor/index.d.ts +1 -1
- package/lib/ProStep/components/Item/index.d.ts +1 -1
- package/lib/ProStep/components/Step/index.d.ts +1 -1
- package/lib/ProStep/index.d.ts +2 -2
- package/lib/ProTable/components/FormatColumn/index.js +3 -3
- package/lib/ProTable/components/RcTable/components/BaseTable/index.d.ts +1 -1
- package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/index.js +8 -8
- package/lib/ProTable/components/RcTable/components/DraggableTable/index.d.ts +1 -1
- package/lib/ProTable/components/RenderFooter/index.d.ts +1 -1
- package/lib/ProTable/components/RenderTableHeader/index.d.ts +1 -1
- package/lib/ProTable/components/TableResizable/index.d.ts +1 -1
- package/lib/ProTable/index.d.ts +1 -1
- package/lib/ProTabs/components/Card/index.d.ts +1 -1
- package/lib/ProThemeTools/component/ProTools/index.d.ts +1 -1
- package/lib/ProThemeTools/index.d.ts +1 -1
- package/lib/ProTooltip/index.d.ts +1 -1
- package/lib/ProTree/components/AdaptiveTooltip.d.ts +1 -1
- package/lib/ProTree/components/CloseIcon.d.ts +2 -1
- package/lib/ProTree/components/List.d.ts +1 -1
- package/lib/ProTree/components/ProTree.d.ts +1 -1
- package/lib/ProTree/components/ProTreeSelect/index.d.ts +1 -1
- package/lib/ProTree/components/ProTreeSelect/index.js +18 -18
- package/lib/ProTree/components/SearchTitle.d.ts +1 -1
- package/lib/ProTree/components/Tree.d.ts +1 -1
- package/lib/ProTree/components/Tree.js +3 -3
- package/lib/ProTree/index.d.ts +1 -1
- package/lib/ProTree/utils.js +11 -11
- package/lib/ProTreeModal/components/Cascader.d.ts +1 -1
- package/lib/ProTreeModal/components/CloseIcon.d.ts +2 -1
- package/lib/ProTreeModal/components/SearchTitle.d.ts +1 -1
- package/lib/ProTreeModal/components/Tree.js +6 -6
- package/lib/ProTreeModal/components/Trigger.d.ts +1 -1
- package/lib/ProTreeModal/index.d.ts +1 -1
- package/lib/ProTreeModal/index.js +3 -3
- package/lib/ProTreeModal/utils.js +13 -13
- package/lib/ProUpload/components/DraggableUploadListItem.d.ts +1 -1
- package/package.json +1 -1
package/es/ProTreeModal/utils.js
CHANGED
|
@@ -57,7 +57,7 @@ export function getAllKeys(data, fieldNames) {
|
|
|
57
57
|
* @param fieldNames
|
|
58
58
|
* @returns
|
|
59
59
|
*/
|
|
60
|
-
var
|
|
60
|
+
export var getParentKey = function getParentKey(key, tree, fieldNames) {
|
|
61
61
|
var parentKey;
|
|
62
62
|
for (var i = 0; i < tree.length; i++) {
|
|
63
63
|
var node = tree[i];
|
|
@@ -66,17 +66,16 @@ var _getParentKey = function getParentKey(key, tree, fieldNames) {
|
|
|
66
66
|
return item[fieldNames.value] === key;
|
|
67
67
|
})) {
|
|
68
68
|
parentKey = node[fieldNames.value];
|
|
69
|
-
} else if (
|
|
70
|
-
parentKey =
|
|
69
|
+
} else if (getParentKey(key, node[fieldNames.children], fieldNames)) {
|
|
70
|
+
parentKey = getParentKey(key, node[fieldNames.children], fieldNames);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
return parentKey;
|
|
75
75
|
};
|
|
76
|
-
export { _getParentKey as getParentKey };
|
|
77
76
|
export function findTreeNodeByKey(treeData, key, fieldNames) {
|
|
78
77
|
var result = [];
|
|
79
|
-
var
|
|
78
|
+
var traverse = function traverse(node, parents) {
|
|
80
79
|
if (node[fieldNames.value] === key) {
|
|
81
80
|
result.push.apply(result, [node].concat(_toConsumableArray(parents)));
|
|
82
81
|
return true;
|
|
@@ -87,7 +86,7 @@ export function findTreeNodeByKey(treeData, key, fieldNames) {
|
|
|
87
86
|
try {
|
|
88
87
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
89
88
|
var child = _step.value;
|
|
90
|
-
if (
|
|
89
|
+
if (traverse(child, [node].concat(_toConsumableArray(parents)))) {
|
|
91
90
|
return true;
|
|
92
91
|
}
|
|
93
92
|
}
|
|
@@ -103,7 +102,7 @@ export function findTreeNodeByKey(treeData, key, fieldNames) {
|
|
|
103
102
|
try {
|
|
104
103
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
105
104
|
var node = _step2.value;
|
|
106
|
-
|
|
105
|
+
traverse(node, []);
|
|
107
106
|
}
|
|
108
107
|
} catch (err) {
|
|
109
108
|
_iterator2.e(err);
|
|
@@ -122,23 +121,23 @@ export function filterCheckedNodes(data, checkedKeys) {
|
|
|
122
121
|
var searchStr = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
|
123
122
|
var fieldNames = arguments.length > 3 ? arguments[3] : undefined;
|
|
124
123
|
var result = [];
|
|
125
|
-
var
|
|
124
|
+
var traverse = function traverse(node) {
|
|
126
125
|
var _node$fieldNames$chil3;
|
|
127
126
|
var title = node[fieldNames.value] + node[fieldNames.label];
|
|
128
127
|
if (!searchStr) {
|
|
129
128
|
if (checkedKeys.includes(node[fieldNames.value])) {
|
|
130
129
|
var _node$fieldNames$chil;
|
|
131
|
-
var _children = (node === null || node === void 0 ? void 0 : (_node$fieldNames$chil = node[fieldNames.children]) === null || _node$fieldNames$chil === void 0 ? void 0 : _node$fieldNames$chil.map(
|
|
130
|
+
var _children = (node === null || node === void 0 ? void 0 : (_node$fieldNames$chil = node[fieldNames.children]) === null || _node$fieldNames$chil === void 0 ? void 0 : _node$fieldNames$chil.map(traverse).filter(Boolean)) || [];
|
|
132
131
|
return _objectSpread(_objectSpread({}, node), {}, _defineProperty({}, fieldNames.children, _children));
|
|
133
132
|
}
|
|
134
133
|
} else if (title.indexOf(searchStr) > -1) {
|
|
135
134
|
var _node$fieldNames$chil2;
|
|
136
|
-
var _children2 = ((_node$fieldNames$chil2 = node[fieldNames.children]) === null || _node$fieldNames$chil2 === void 0 ? void 0 : _node$fieldNames$chil2.map(
|
|
135
|
+
var _children2 = ((_node$fieldNames$chil2 = node[fieldNames.children]) === null || _node$fieldNames$chil2 === void 0 ? void 0 : _node$fieldNames$chil2.map(traverse).filter(Boolean)) || [];
|
|
137
136
|
return _objectSpread(_objectSpread({}, node), {}, {
|
|
138
137
|
children: _children2
|
|
139
138
|
});
|
|
140
139
|
}
|
|
141
|
-
var children = (_node$fieldNames$chil3 = node[fieldNames.children]) === null || _node$fieldNames$chil3 === void 0 ? void 0 : _node$fieldNames$chil3.map(
|
|
140
|
+
var children = (_node$fieldNames$chil3 = node[fieldNames.children]) === null || _node$fieldNames$chil3 === void 0 ? void 0 : _node$fieldNames$chil3.map(traverse).filter(Boolean);
|
|
142
141
|
if (children && children.length > 0) {
|
|
143
142
|
return _objectSpread(_objectSpread({}, node), {}, _defineProperty({}, fieldNames.children, children));
|
|
144
143
|
}
|
|
@@ -150,7 +149,7 @@ export function filterCheckedNodes(data, checkedKeys) {
|
|
|
150
149
|
try {
|
|
151
150
|
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
152
151
|
var node = _step3.value;
|
|
153
|
-
var filtered =
|
|
152
|
+
var filtered = traverse(node);
|
|
154
153
|
if (filtered) {
|
|
155
154
|
result.push(filtered);
|
|
156
155
|
}
|
|
@@ -198,7 +197,7 @@ export var transformMessage = function transformMessage(obj, message) {
|
|
|
198
197
|
});
|
|
199
198
|
return _message;
|
|
200
199
|
};
|
|
201
|
-
var
|
|
200
|
+
export var addLevelAndParentId = function addLevelAndParentId() {
|
|
202
201
|
var tree = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
203
202
|
var fieldNames = arguments.length > 1 ? arguments[1] : undefined;
|
|
204
203
|
var currentLevel = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
|
|
@@ -212,9 +211,8 @@ var _addLevelAndParentId = function addLevelAndParentId() {
|
|
|
212
211
|
newNode.level = currentLevel;
|
|
213
212
|
newNode.parentId = currentParentId;
|
|
214
213
|
if (node[children]) {
|
|
215
|
-
newNode[children] =
|
|
214
|
+
newNode[children] = addLevelAndParentId(node[children], fieldNames, currentLevel + 1, newNode[value]);
|
|
216
215
|
}
|
|
217
216
|
return newNode;
|
|
218
217
|
});
|
|
219
|
-
};
|
|
220
|
-
export { _addLevelAndParentId as addLevelAndParentId };
|
|
218
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DraggableUploadListItemProps } from '../propsType';
|
|
2
|
-
export declare const DraggableUploadListItem: ({ file, children }: DraggableUploadListItemProps) =>
|
|
2
|
+
export declare const DraggableUploadListItem: ({ file, children }: DraggableUploadListItemProps) => JSX.Element;
|
package/lib/ProAction/index.js
CHANGED
|
@@ -43,7 +43,7 @@ var ProAction = function ProAction(props) {
|
|
|
43
43
|
var index = state.index,
|
|
44
44
|
servicesArray = state.servicesArray;
|
|
45
45
|
var length = config.length;
|
|
46
|
-
var
|
|
46
|
+
var onActionRun = /*#__PURE__*/function () {
|
|
47
47
|
var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/(0, _regeneratorRuntime2.default)().mark(function _callee(currentIndex, array) {
|
|
48
48
|
var _actionProps$useReque, _options$onSuccess, _newServicesArray$cur, _newServicesArray$cur2, _newServicesArray$cur3, _actionProps$onAction, _actionProps$continue;
|
|
49
49
|
var actionProps, newServicesArray, _ref2, service, options, transformResponse, res, data, open, _newServicesArray$cur4, _newServicesArray$cur5, _newServicesArray$cur6, list, errorTitle, isContinue;
|
|
@@ -140,7 +140,7 @@ var ProAction = function ProAction(props) {
|
|
|
140
140
|
return _context.abrupt("return", false);
|
|
141
141
|
case 44:
|
|
142
142
|
if (currentIndex + 1 < length) {
|
|
143
|
-
|
|
143
|
+
onActionRun(currentIndex + 1, newServicesArray);
|
|
144
144
|
} else {
|
|
145
145
|
setState({
|
|
146
146
|
loading: false
|
|
@@ -158,7 +158,7 @@ var ProAction = function ProAction(props) {
|
|
|
158
158
|
}();
|
|
159
159
|
var ChildContent = /*#__PURE__*/_react.default.cloneElement(children, {
|
|
160
160
|
onClick: function onClick() {
|
|
161
|
-
|
|
161
|
+
onActionRun(0, []);
|
|
162
162
|
},
|
|
163
163
|
loading: state.loading
|
|
164
164
|
});
|
|
@@ -170,7 +170,7 @@ var ProAction = function ProAction(props) {
|
|
|
170
170
|
return (0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
171
171
|
children: [((_config$ = config[0]) === null || _config$ === void 0 ? void 0 : _config$.mode) === 'confirm' ? (0, _jsxRuntime.jsx)(_antd.Popconfirm, {
|
|
172
172
|
onConfirm: function onConfirm() {
|
|
173
|
-
return
|
|
173
|
+
return onActionRun(0, []);
|
|
174
174
|
},
|
|
175
175
|
title: ((_config$2 = config[0]) === null || _config$2 === void 0 ? void 0 : _config$2.title) || (_locale.default === null || _locale.default === void 0 ? void 0 : (_locale$ProAction2 = _locale.default.ProAction) === null || _locale$ProAction2 === void 0 ? void 0 : _locale$ProAction2.defaultTitle),
|
|
176
176
|
children: children
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IProDownloadProps } from './propsType';
|
|
2
2
|
declare const ProDownload: {
|
|
3
|
-
(props: IProDownloadProps):
|
|
3
|
+
(props: IProDownloadProps): JSX.Element;
|
|
4
4
|
downLoadRequest: import("./utils").DownloadRequestProps;
|
|
5
5
|
};
|
|
6
6
|
export default ProDownload;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const ActionButton: ({ record, index, config, btnConfig }: any) =>
|
|
1
|
+
declare const ActionButton: ({ record, index, config, btnConfig }: any) => JSX.Element;
|
|
2
2
|
export default ActionButton;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const RenderField: ({ text: value, record, index, column, config }: any) =>
|
|
1
|
+
declare const RenderField: ({ text: value, record, index, column, config }: any) => JSX.Element;
|
|
2
2
|
export default RenderField;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const RenderToolbar: (config: any) =>
|
|
1
|
+
declare const RenderToolbar: (config: any) => JSX.Element;
|
|
2
2
|
export default RenderToolbar;
|
|
@@ -8,5 +8,5 @@ interface SummaryProps<T = any> {
|
|
|
8
8
|
};
|
|
9
9
|
rowSelection: any;
|
|
10
10
|
}
|
|
11
|
-
declare const Summary: ({ data, summary, rowSelection, }: SummaryProps) =>
|
|
11
|
+
declare const Summary: ({ data, summary, rowSelection, }: SummaryProps) => JSX.Element;
|
|
12
12
|
export default Summary;
|
|
@@ -9,7 +9,7 @@ export declare const defaultBtnNameMap: {
|
|
|
9
9
|
custom: any;
|
|
10
10
|
};
|
|
11
11
|
export declare const iconMap: {
|
|
12
|
-
add:
|
|
12
|
+
add: JSX.Element;
|
|
13
13
|
};
|
|
14
14
|
export declare const defaultSingleActionKeys: string[];
|
|
15
15
|
export declare const defaultMultipleActionKeys: string[];
|
|
@@ -14,14 +14,14 @@ var getRandom = exports.getRandom = function getRandom() {
|
|
|
14
14
|
};
|
|
15
15
|
// 深层次对比两个对象且取出来差异值
|
|
16
16
|
var difference = exports.difference = function difference(object, base) {
|
|
17
|
-
var
|
|
17
|
+
var changes = function changes(object, base) {
|
|
18
18
|
return (0, _lodash.transform)(object, function (result, value, key) {
|
|
19
19
|
if (!(0, _lodash.isEqual)(value, base[key])) {
|
|
20
|
-
result[key] = (0, _lodash.isObject)(value) && (0, _lodash.isObject)(base[key]) ?
|
|
20
|
+
result[key] = (0, _lodash.isObject)(value) && (0, _lodash.isObject)(base[key]) ? changes(value, base[key]) : value;
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
|
-
return
|
|
24
|
+
return changes(object, base);
|
|
25
25
|
};
|
|
26
26
|
// 数组字段循环校验,解决validateFields无法批量校验的问题
|
|
27
27
|
var customValidate = exports.customValidate = function customValidate(validateKeys, form, rowName) {
|
|
@@ -6,5 +6,5 @@ interface Props extends Pick<ProEnum, 'id' | 'value' | 'onChange' | 'dataSource'
|
|
|
6
6
|
allowClear?: boolean;
|
|
7
7
|
button?: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare const Group: (props: Props) =>
|
|
9
|
+
declare const Group: (props: Props) => JSX.Element;
|
|
10
10
|
export default Group;
|
|
@@ -3,5 +3,5 @@ interface Props extends Pick<ProEnum, 'id' | 'value' | 'onChange' | 'dataSource'
|
|
|
3
3
|
fieldValue: string;
|
|
4
4
|
fieldLabel: string;
|
|
5
5
|
}
|
|
6
|
-
declare const ProEnumTag: (props: Props) =>
|
|
6
|
+
declare const ProEnumTag: (props: Props) => JSX.Element;
|
|
7
7
|
export default ProEnumTag;
|
package/lib/ProEnum/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import useEnum from './hooks/useEnum';
|
|
|
2
2
|
import { ProEnumProps } from './propsType';
|
|
3
3
|
import './style/index.less';
|
|
4
4
|
declare const ProEnum: {
|
|
5
|
-
(props: ProEnumProps):
|
|
6
|
-
getEnumLabel: (code: string | string[], value: any, compose?: boolean, fieldNameLabel?: string, fieldNameValue?: string) =>
|
|
5
|
+
(props: ProEnumProps): JSX.Element;
|
|
6
|
+
getEnumLabel: (code: string | string[], value: any, compose?: boolean, fieldNameLabel?: string, fieldNameValue?: string) => JSX.Element;
|
|
7
7
|
useEnum: typeof useEnum;
|
|
8
8
|
};
|
|
9
9
|
export default ProEnum;
|
|
@@ -10,7 +10,7 @@ var SimpleEventCenter = /*#__PURE__*/function () {
|
|
|
10
10
|
this.events = void 0;
|
|
11
11
|
this.events = new Map();
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
(0, _createClass2.default)(SimpleEventCenter, [{
|
|
14
14
|
key: "subscribe",
|
|
15
15
|
value: function subscribe(eventName, callback) {
|
|
16
16
|
if (!this.events.has(eventName)) {
|
|
@@ -37,5 +37,6 @@ var SimpleEventCenter = /*#__PURE__*/function () {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}]);
|
|
40
|
+
return SimpleEventCenter;
|
|
40
41
|
}(); // 将 eventCenter 实例添加到 window 对象上
|
|
41
42
|
window.eventCenter = new SimpleEventCenter();
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const getEnumLabel: (code: string | string[], value: any, compose?: boolean, fieldNameLabel?: string, fieldNameValue?: string) =>
|
|
1
|
+
declare const getEnumLabel: (code: string | string[], value: any, compose?: boolean, fieldNameLabel?: string, fieldNameValue?: string) => JSX.Element;
|
|
2
2
|
export default getEnumLabel;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ProCascaderProps } from './propsType';
|
|
3
|
-
declare const _default: import("react").MemoExoticComponent<(props: ProCascaderProps) =>
|
|
3
|
+
declare const _default: import("react").MemoExoticComponent<(props: ProCascaderProps) => JSX.Element>;
|
|
4
4
|
export default _default;
|
|
@@ -29,9 +29,9 @@ var defaultFieldNames = {
|
|
|
29
29
|
value: 'code',
|
|
30
30
|
children: 'children'
|
|
31
31
|
};
|
|
32
|
-
var
|
|
32
|
+
var filterDataSource = function filterDataSource(dataSource, level, fieldNames) {
|
|
33
33
|
return dataSource === null || dataSource === void 0 ? void 0 : dataSource.map(function (item) {
|
|
34
|
-
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, item), {}, (0, _defineProperty2.default)({}, (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children', level === 1 ? [] :
|
|
34
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, item), {}, (0, _defineProperty2.default)({}, (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children', level === 1 ? [] : filterDataSource(item === null || item === void 0 ? void 0 : item[(fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'], level - 1, fieldNames)));
|
|
35
35
|
});
|
|
36
36
|
};
|
|
37
37
|
var getViewLabel = function getViewLabel(_ref) {
|
|
@@ -96,7 +96,7 @@ var ProCascader = function ProCascader(props) {
|
|
|
96
96
|
enumDataSource = _ref5$ === void 0 ? [] : _ref5$;
|
|
97
97
|
var realDataSource = (0, _react.useMemo)(function () {
|
|
98
98
|
var innerDataSource = dataSource || (addressCode ? enumDataSource : []);
|
|
99
|
-
var result = isAddressMode && realLevel === 2 ?
|
|
99
|
+
var result = isAddressMode && realLevel === 2 ? filterDataSource(innerDataSource, level, fieldNames) : innerDataSource;
|
|
100
100
|
return (0, _index.transformDataName)(result, fieldNames);
|
|
101
101
|
}, [isAddressMode, addressCode, realLevel, dataSource, enumDataSource === null || enumDataSource === void 0 ? void 0 : enumDataSource.length]);
|
|
102
102
|
var _useRequest = (0, _objectSpread3.default)({}, useRequest),
|
|
@@ -131,7 +131,7 @@ var ProCascader = function ProCascader(props) {
|
|
|
131
131
|
value: fieldNames.value,
|
|
132
132
|
children: (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'
|
|
133
133
|
});
|
|
134
|
-
serviceData = isAddressMode && realLevel === 2 ?
|
|
134
|
+
serviceData = isAddressMode && realLevel === 2 ? filterDataSource(transFormData, level, fieldNames) : transFormData;
|
|
135
135
|
setServiceData(serviceData);
|
|
136
136
|
case 9:
|
|
137
137
|
case "end":
|
|
@@ -196,7 +196,7 @@ var ProCascader = function ProCascader(props) {
|
|
|
196
196
|
})) === null || _ref7$filter === void 0 ? void 0 : _ref7$filter.join(separator)) || '-' : (defaultLabel === null || defaultLabel === void 0 ? void 0 : (_defaultLabel$filter = defaultLabel.filter(function (item) {
|
|
197
197
|
return !!item;
|
|
198
198
|
})) === null || _defaultLabel$filter === void 0 ? void 0 : _defaultLabel$filter.join(separator)) || '-';
|
|
199
|
-
var
|
|
199
|
+
var findSelectedOptions = function findSelectedOptions(options, value) {
|
|
200
200
|
var path = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
|
|
201
201
|
var _value = value !== null && value !== void 0 ? value : [];
|
|
202
202
|
// 基准情况:如果 value 数组为空,且 path 不为空,说明找到了完整的路径
|
|
@@ -215,7 +215,7 @@ var ProCascader = function ProCascader(props) {
|
|
|
215
215
|
if (foundOption) {
|
|
216
216
|
// 如果找到了匹配的选项,并且还有更多的 value 需要匹配,递归地在子选项中查找
|
|
217
217
|
if (_value.length > 1 && foundOption.children) {
|
|
218
|
-
return
|
|
218
|
+
return findSelectedOptions(foundOption.children, _value.slice(1), [].concat((0, _toConsumableArray2.default)(path), [foundOption]));
|
|
219
219
|
}
|
|
220
220
|
// 如果没有更多的 value 需要匹配,返回当前选项(以及之前的路径)
|
|
221
221
|
return [].concat((0, _toConsumableArray2.default)(path), [foundOption]);
|
|
@@ -224,7 +224,7 @@ var ProCascader = function ProCascader(props) {
|
|
|
224
224
|
return null;
|
|
225
225
|
};
|
|
226
226
|
var _selectedOptions = (0, _react.useMemo)(function () {
|
|
227
|
-
return
|
|
227
|
+
return findSelectedOptions(service ? serviceData : realDataSource, addressValue);
|
|
228
228
|
}, [service, serviceData, realDataSource, addressValue]);
|
|
229
229
|
var handleAddressChange = function handleAddressChange(e) {
|
|
230
230
|
var cascaderValue = value === null || value === void 0 ? void 0 : value.slice(0, realLevel);
|
|
@@ -12,5 +12,5 @@ export interface InputRangeProps {
|
|
|
12
12
|
isPositiveInteger?: boolean;
|
|
13
13
|
precision?: number;
|
|
14
14
|
}
|
|
15
|
-
declare const InputRange: ({ value, onChange, min, max, group, disabled, precision, isPositiveInteger, }: InputRangeProps) =>
|
|
15
|
+
declare const InputRange: ({ value, onChange, min, max, group, disabled, precision, isPositiveInteger, }: InputRangeProps) => JSX.Element;
|
|
16
16
|
export default InputRange;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ProAddressPropsType } from './propsTypes';
|
|
2
3
|
export declare const transferAddressInfoToRegion: () => {
|
|
3
4
|
normalize: (value: any) => {
|
|
@@ -23,5 +24,5 @@ export declare const transferAddressInfoToRegion: () => {
|
|
|
23
24
|
};
|
|
24
25
|
};
|
|
25
26
|
};
|
|
26
|
-
export declare function ProAddress({ ...props }: ProAddressPropsType):
|
|
27
|
+
export declare function ProAddress({ ...props }: ProAddressPropsType): JSX.Element;
|
|
27
28
|
export default ProAddress;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ProRangeBoxPropsType } from './propsType';
|
|
2
|
-
export default function ProRangeBox({ configOption }: ProRangeBoxPropsType):
|
|
3
|
+
export default function ProRangeBox({ configOption }: ProRangeBoxPropsType): JSX.Element;
|
|
@@ -136,7 +136,7 @@ var splitNameStr = exports.splitNameStr = function splitNameStr(name) {
|
|
|
136
136
|
});
|
|
137
137
|
};
|
|
138
138
|
// 过滤掉字段名中包含 '-' 的字段
|
|
139
|
-
var
|
|
139
|
+
var filterInternalFields = exports.filterInternalFields = function filterInternalFields(values, optimize) {
|
|
140
140
|
if (optimize) {
|
|
141
141
|
return values;
|
|
142
142
|
}
|
|
@@ -150,20 +150,20 @@ var _filterInternalFields = exports.filterInternalFields = function filterIntern
|
|
|
150
150
|
}
|
|
151
151
|
if (Array.isArray(nextValues)) {
|
|
152
152
|
return nextValues.map(function (item) {
|
|
153
|
-
return
|
|
153
|
+
return filterInternalFields(item);
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
156
|
if ((0, _lodash.isObject)(nextValues)) {
|
|
157
157
|
var result = {};
|
|
158
158
|
Object.keys(nextValues).forEach(function (key) {
|
|
159
159
|
if (key.includes('-')) return;
|
|
160
|
-
result[key] =
|
|
160
|
+
result[key] = filterInternalFields(nextValues[key]);
|
|
161
161
|
});
|
|
162
162
|
return result;
|
|
163
163
|
}
|
|
164
164
|
return nextValues;
|
|
165
165
|
};
|
|
166
|
-
var
|
|
166
|
+
var getAllNamePath = exports.getAllNamePath = function getAllNamePath(object) {
|
|
167
167
|
var currentPath = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
168
168
|
var keys = Object.keys(object);
|
|
169
169
|
var resultKeys = [];
|
|
@@ -177,7 +177,7 @@ var _getAllNamePath = exports.getAllNamePath = function getAllNamePath(object) {
|
|
|
177
177
|
}
|
|
178
178
|
// 深度获取对象key
|
|
179
179
|
if ((0, _lodash.isObject)(value)) {
|
|
180
|
-
resultKeys.concat(
|
|
180
|
+
resultKeys.concat(getAllNamePath(value, [].concat((0, _toConsumableArray2.default)(currentPath), [key])));
|
|
181
181
|
}
|
|
182
182
|
resultKeys.push([].concat((0, _toConsumableArray2.default)(currentPath), [key]));
|
|
183
183
|
});
|
|
@@ -320,7 +320,7 @@ var customEqualForFun = exports.customEqualForFun = function customEqualForFun(v
|
|
|
320
320
|
/**
|
|
321
321
|
* 查询数据中是否包含rowKey
|
|
322
322
|
*/
|
|
323
|
-
var
|
|
323
|
+
var hasRowKey = exports.hasRowKey = function hasRowKey(obj) {
|
|
324
324
|
if ((0, _typeof2.default)(obj) !== 'object' || obj === null) {
|
|
325
325
|
return false;
|
|
326
326
|
}
|
|
@@ -330,7 +330,7 @@ var _hasRowKey = exports.hasRowKey = function hasRowKey(obj) {
|
|
|
330
330
|
return true;
|
|
331
331
|
}
|
|
332
332
|
return keys.some(function (key) {
|
|
333
|
-
return
|
|
333
|
+
return hasRowKey(obj[key]);
|
|
334
334
|
});
|
|
335
335
|
};
|
|
336
336
|
/**
|
|
@@ -346,7 +346,7 @@ var view = exports.view = function view(obj) {
|
|
|
346
346
|
return true;
|
|
347
347
|
}
|
|
348
348
|
return keys.some(function (key) {
|
|
349
|
-
return
|
|
349
|
+
return hasRowKey(obj[key]);
|
|
350
350
|
});
|
|
351
351
|
};
|
|
352
352
|
/**
|
|
@@ -382,7 +382,7 @@ var deleteForPath = exports.deleteForPath = function deleteForPath(values, nameP
|
|
|
382
382
|
* @param value 选中值
|
|
383
383
|
* @returns {}
|
|
384
384
|
*/
|
|
385
|
-
var
|
|
385
|
+
var findOptionByValue = exports.findOptionByValue = function findOptionByValue(treeData, value, fieldNames) {
|
|
386
386
|
if ((0, _lodash.isObject)(value)) {
|
|
387
387
|
return value;
|
|
388
388
|
}
|
|
@@ -392,7 +392,7 @@ var _findOptionByValue = exports.findOptionByValue = function findOptionByValue(
|
|
|
392
392
|
return (0, _lodash.omit)(node, ['children', fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children]);
|
|
393
393
|
}
|
|
394
394
|
if (node.children) {
|
|
395
|
-
var foundNode =
|
|
395
|
+
var foundNode = findOptionByValue(node[(fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'], value, fieldNames);
|
|
396
396
|
if (foundNode) {
|
|
397
397
|
return (0, _lodash.omit)(foundNode, ['children', fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children]);
|
|
398
398
|
}
|
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.recurseGetNodes = exports.onBeforeInjection = void 0;
|
|
8
8
|
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
|
9
9
|
var _config = require("../config");
|
|
10
|
-
var
|
|
10
|
+
var recurseGetNodes = exports.recurseGetNodes = function recurseGetNodes(type, node, queue) {
|
|
11
11
|
switch (type) {
|
|
12
12
|
// 渐变
|
|
13
13
|
case 'gradation':
|
|
@@ -26,7 +26,7 @@ var _recurseGetNodes = exports.recurseGetNodes = function recurseGetNodes(type,
|
|
|
26
26
|
}
|
|
27
27
|
if (node.childNodes) {
|
|
28
28
|
for (var i = 0; i < node.childNodes.length; i++) {
|
|
29
|
-
|
|
29
|
+
recurseGetNodes(type, node.childNodes[i], queue);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
};
|
|
@@ -56,7 +56,7 @@ var onBeforeInjection = exports.onBeforeInjection = function onBeforeInjection(_
|
|
|
56
56
|
// 目前只支持处理渐变及fill填充
|
|
57
57
|
var types = Reflect.ownKeys(nodeMap !== null && nodeMap !== void 0 ? nodeMap : {});
|
|
58
58
|
types.forEach(function (typeKey) {
|
|
59
|
-
|
|
59
|
+
recurseGetNodes(typeKey, svg, nodeMap[typeKey]);
|
|
60
60
|
});
|
|
61
61
|
if ((gradList === null || gradList === void 0 ? void 0 : gradList.length) > 0) {
|
|
62
62
|
nodeMap.gradation.forEach(function (item, index) {
|
|
@@ -56,7 +56,7 @@ var OpenMenu = function OpenMenu(props) {
|
|
|
56
56
|
if (!Array.isArray(result) || !result.length) {
|
|
57
57
|
return [];
|
|
58
58
|
}
|
|
59
|
-
var
|
|
59
|
+
var menuDeep = function menuDeep(data) {
|
|
60
60
|
data.forEach(function (item) {
|
|
61
61
|
var _item$keyIdPath, _item$keyIdPath2, _item$children;
|
|
62
62
|
// 是否是第一级菜单,展开模式一级菜单有icon, 收起模式二级菜单有icon
|
|
@@ -97,7 +97,7 @@ var OpenMenu = function OpenMenu(props) {
|
|
|
97
97
|
if ((_item === null || _item === void 0 ? void 0 : _item.hideInMenu) || ['TAB', 'QUERY', 'BUTTON'].includes(_item === null || _item === void 0 ? void 0 : _item.type)) {
|
|
98
98
|
delete item.children;
|
|
99
99
|
} else {
|
|
100
|
-
|
|
100
|
+
menuDeep(item.children);
|
|
101
101
|
}
|
|
102
102
|
} else {
|
|
103
103
|
delete item.children;
|
|
@@ -105,7 +105,7 @@ var OpenMenu = function OpenMenu(props) {
|
|
|
105
105
|
});
|
|
106
106
|
return data;
|
|
107
107
|
};
|
|
108
|
-
|
|
108
|
+
menuDeep(result);
|
|
109
109
|
return result;
|
|
110
110
|
}, [dataSource]);
|
|
111
111
|
(0, _ahooks.useDeepCompareEffect)(function () {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ProFooterProps } from './PropTypes';
|
|
3
|
-
declare const _default: import("react").MemoExoticComponent<(props: ProFooterProps) =>
|
|
3
|
+
declare const _default: import("react").MemoExoticComponent<(props: ProFooterProps) => JSX.Element>;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ProHeaderProps } from './PropTypes';
|
|
3
|
-
declare const _default: React.MemoExoticComponent<(props: ProHeaderProps) =>
|
|
3
|
+
declare const _default: React.MemoExoticComponent<(props: ProHeaderProps) => JSX.Element>;
|
|
4
4
|
export default _default;
|
package/lib/ProLayout/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const LayoutContext: import("react").Context<{
|
|
|
5
5
|
onSelected: (params: any) => void;
|
|
6
6
|
}>;
|
|
7
7
|
declare const ProLayout: {
|
|
8
|
-
(props: ProLayoutProps):
|
|
8
|
+
(props: ProLayoutProps): JSX.Element;
|
|
9
9
|
defaultProps: {
|
|
10
10
|
menus: any[];
|
|
11
11
|
iconfontUrl: string;
|
|
@@ -17,8 +17,8 @@ declare const ProLayout: {
|
|
|
17
17
|
headerHeight: number;
|
|
18
18
|
contentStyle: {};
|
|
19
19
|
};
|
|
20
|
-
ProCollapse: (props: import("./components/ProCollapse/PropTypes").ProCollapseProps) =>
|
|
21
|
-
ProFooter: import("react").MemoExoticComponent<(props: import("./components/ProFooter/PropTypes").ProFooterProps) =>
|
|
22
|
-
ProHeader: import("react").MemoExoticComponent<(props: import("./components/ProHeader/PropTypes").ProHeaderProps) =>
|
|
20
|
+
ProCollapse: (props: import("./components/ProCollapse/PropTypes").ProCollapseProps) => JSX.Element;
|
|
21
|
+
ProFooter: import("react").MemoExoticComponent<(props: import("./components/ProFooter/PropTypes").ProFooterProps) => JSX.Element>;
|
|
22
|
+
ProHeader: import("react").MemoExoticComponent<(props: import("./components/ProHeader/PropTypes").ProHeaderProps) => JSX.Element>;
|
|
23
23
|
};
|
|
24
24
|
export default ProLayout;
|