@jetlinks-web/components 3.2.2 → 3.2.3
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/Search/hooks/index.js
CHANGED
|
@@ -86,6 +86,7 @@ export var useHandleColumns = function useHandleColumns(props, terms, options) {
|
|
|
86
86
|
var columnsSearch = columns.filter(function (item) {
|
|
87
87
|
return item.hasOwnProperty('search') && Object.keys(item.search).length;
|
|
88
88
|
});
|
|
89
|
+
columnsMap.value = new Map();
|
|
89
90
|
// 排序
|
|
90
91
|
var columnsSort = moveFirstElementsToFront(columnsSearch);
|
|
91
92
|
columnsSort.forEach(function (item, index) {
|
|
@@ -134,6 +134,7 @@ var useHandleColumns = exports.useHandleColumns = function useHandleColumns(prop
|
|
|
134
134
|
var columnsSearch = columns.filter(function (item) {
|
|
135
135
|
return item.hasOwnProperty('search') && Object.keys(item.search).length;
|
|
136
136
|
});
|
|
137
|
+
columnsMap.value = new Map();
|
|
137
138
|
// 排序
|
|
138
139
|
var columnsSort = moveFirstElementsToFront(columnsSearch);
|
|
139
140
|
columnsSort.forEach(function (item, index) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetlinks-web/components",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
"webpack-merge": "^5.0.0",
|
|
156
156
|
"webpackbar": "^5.0.2",
|
|
157
157
|
"@jetlinks-web/constants": "^1.0.9",
|
|
158
|
-
"@jetlinks-web/
|
|
159
|
-
"@jetlinks-web/
|
|
158
|
+
"@jetlinks-web/hooks": "^1.1.1",
|
|
159
|
+
"@jetlinks-web/utils": "^1.2.12"
|
|
160
160
|
},
|
|
161
161
|
"publishConfig": {
|
|
162
162
|
"registry": "https://registry.npmjs.org/",
|