@zgfe/business-lib 1.1.84 → 1.1.86

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.
@@ -110,7 +110,7 @@ export var tooltipConfig = {
110
110
  }
111
111
  };
112
112
  export var getChartOption = function getChartOption(chartType, data) {
113
- var legendPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'top';
113
+ var legendPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'bottom';
114
114
  var legendOrient = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 'horizontal';
115
115
  var unit = arguments.length > 4 ? arguments[4] : undefined;
116
116
  var xRotate = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;
@@ -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: 10,
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
- return getTagsByGroup(Math.floor(groupMap[currentSelect].children.length / 10) + 1);
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.84",
3
+ "version": "1.1.86",
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": "ec1b767ecf3f2905264ed82beecadb3360bad72f",
58
+ "gitHead": "180c99106b09a9738918c73c533a0f704a2ac296",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }