zmdms-webui 0.0.157 → 0.0.158

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.
@@ -120,6 +120,7 @@ function useSearchHandle(props) {
120
120
  onSearchHandle: searchMode === "click" ? onSearchHandle : undefined,
121
121
  onChangeHandle: searchMode === "change" ? onChangeHandle : undefined,
122
122
  searchValue: searchMode === "change" ? searchValue : undefined,
123
+ onExpand: onExpandProp,
123
124
  };
124
125
  if (searchType) {
125
126
  result = __assign(__assign({}, result), { onExpand: searchType ? onExpand : onExpandProp, expandedKeys: expandedKeys, autoExpandParent: autoExpandParent });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "0.0.157",
3
+ "version": "0.0.158",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",