@zgfe/modules-settings 2.1.0-zhongyuan.15 → 2.1.0-zhongyuan.17
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.
|
@@ -691,7 +691,7 @@ var pointMap = function pointMap(props) {
|
|
|
691
691
|
})))), /*#__PURE__*/React.createElement("a", {
|
|
692
692
|
className: "".concat(classPrefix, "-select-box"),
|
|
693
693
|
onClick: downloadHelpFile
|
|
694
|
-
}, /*#__PURE__*/React.createElement(QuestionCircleOutlined, null), "\u5E2E\u52A9"),
|
|
694
|
+
}, /*#__PURE__*/React.createElement(QuestionCircleOutlined, null), "\u5E2E\u52A9"), /*#__PURE__*/React.createElement("a", {
|
|
695
695
|
className: "".concat(classPrefix, "-select-box"),
|
|
696
696
|
onClick: function onClick() {
|
|
697
697
|
if (!authority[1724922774]) {
|
|
@@ -702,7 +702,7 @@ var pointMap = function pointMap(props) {
|
|
|
702
702
|
}
|
|
703
703
|
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
704
704
|
type: "xiazai1"
|
|
705
|
-
}), "\u5BFC\u5165\u9875\u9762")
|
|
705
|
+
}), "\u5BFC\u5165\u9875\u9762")), /*#__PURE__*/React.createElement("div", {
|
|
706
706
|
className: "".concat(classPrefix, "-search")
|
|
707
707
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
|
|
708
708
|
className: "".concat(classPrefix, "-search-selectType"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.1.0-zhongyuan.
|
|
3
|
+
"version": "2.1.0-zhongyuan.17",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "143b10bf0fc6d647b6e9241c040a9ce9de01d95d",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|