@zgfe/modules-attribution 1.0.2-alpha.7 → 1.0.2-alpha.9
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/modules/home/index.js
CHANGED
|
@@ -118,7 +118,7 @@ var AttributionHome = function AttributionHome(props) {
|
|
|
118
118
|
onEditTitle: setTitle
|
|
119
119
|
}), !panelId && /*#__PURE__*/React.createElement("div", {
|
|
120
120
|
className: "".concat(classPrefix, "-header-title")
|
|
121
|
-
}, "\u5F52\u56E0
|
|
121
|
+
}, "\u5F52\u56E0"), /*#__PURE__*/React.createElement("div", {
|
|
122
122
|
className: "".concat(classPrefix, "-content ").concat(panelId ? classPrefix + '-content2' : '')
|
|
123
123
|
}, /*#__PURE__*/React.createElement(AttributionContent, {
|
|
124
124
|
ref: attributionRef,
|
|
@@ -181,7 +181,7 @@ var SearchPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
181
181
|
return document.getElementById('attribution-type');
|
|
182
182
|
},
|
|
183
183
|
title: attributionTypeTooltips[type].title
|
|
184
|
-
}, attributionTypeTooltips[type].text);
|
|
184
|
+
}, /*#__PURE__*/React.createElement("p", null, attributionTypeTooltips[type].text));
|
|
185
185
|
};
|
|
186
186
|
return /*#__PURE__*/React.createElement("div", {
|
|
187
187
|
className: classPrefix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-attribution",
|
|
3
|
-
"version": "1.0.2-alpha.
|
|
3
|
+
"version": "1.0.2-alpha.9",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/lodash": "^4.14.191",
|
|
38
38
|
"@umijs/fabric": "^2.8.1",
|
|
39
39
|
"@umijs/test": "^3.0.5",
|
|
40
|
-
"@zgfe/business-lib": "1.1.41-attribution.
|
|
40
|
+
"@zgfe/business-lib": "1.1.41-attribution.19",
|
|
41
41
|
"antd": "^4.22.6",
|
|
42
42
|
"dumi": "^1.1.0",
|
|
43
43
|
"echarts": "^5.3.2",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"react": "^16.12.0 || ^17.0.0",
|
|
51
51
|
"yorkie": "^2.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "25ea382ce10477a10455dc5a1dbeab095f031f4c"
|
|
54
54
|
}
|