@zgfe/business-lib 1.1.84 → 1.1.85
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.
|
@@ -161,7 +161,7 @@ var CascaderOverlay = function CascaderOverlay(props) {
|
|
|
161
161
|
platform: (currentApp === null || currentApp === void 0 ? void 0 : currentApp.platform) || 0,
|
|
162
162
|
labelGroup: currentSelect,
|
|
163
163
|
pageNo: pageNo,
|
|
164
|
-
pageSize:
|
|
164
|
+
pageSize: 20,
|
|
165
165
|
labelName: highlightText
|
|
166
166
|
}
|
|
167
167
|
}).then(function (res) {
|
|
@@ -264,7 +264,7 @@ var CascaderOverlay = function CascaderOverlay(props) {
|
|
|
264
264
|
currentValue: currentValue,
|
|
265
265
|
searchValue: highlightText,
|
|
266
266
|
onLoadMore: function onLoadMore() {
|
|
267
|
-
|
|
267
|
+
getTagsByGroup(Math.floor(groupMap[currentSelect].children.length / 20) + 1);
|
|
268
268
|
},
|
|
269
269
|
onClick: onClickTag
|
|
270
270
|
}) : /*#__PURE__*/React.createElement("span", null, "\u6682\u65E0\u6570\u636E")), currentTag && (currentTag === null || currentTag === void 0 ? void 0 : currentTag.labelCreateType) !== LabelCreateType.firstAndLastUpdate && (currentTag === null || currentTag === void 0 ? void 0 : currentTag.labelCreateType) !== LabelCreateType.eventPreference && (currentTag === null || currentTag === void 0 ? void 0 : currentTag.labelCreateType) !== LabelCreateType.sqlCreateTable && /*#__PURE__*/React.createElement("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.85",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "91f98ebcb810cb31f22972fbf6215ecd4f24ecd9",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|