@yueglobal/ui 1.0.8 → 1.0.10
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/LICENSE +21 -21
- package/package.json +1 -1
- package/yue-page-footer/index.js +1 -1
- package/yue-page-header/first-menus/index.less +17 -0
- package/yue-page-header/helper.js +3 -3
- package/yue-page-header/index.js +18 -2
- package/yue-page-header/second-menus/index.d.ts +1 -0
- package/yue-page-header/second-menus/index.js +3 -1
- package/yue-page-header/second-menus/index.less +1 -0
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c)
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
package/yue-page-footer/index.js
CHANGED
|
@@ -62,7 +62,7 @@ var Index = function Index(_ref) {
|
|
|
62
62
|
className: "contacts"
|
|
63
63
|
}, /*#__PURE__*/React.createElement("div", {
|
|
64
64
|
className: "title"
|
|
65
|
-
}, "\u8054\u7CFB\u6216\u5173\u6CE8\u6211\u4EEC"), /*#__PURE__*/React.createElement("div", null, "\u516C\u53F8\u90AE\u7BB1\
|
|
65
|
+
}, "\u8054\u7CFB\u6216\u5173\u6CE8\u6211\u4EEC"), /*#__PURE__*/React.createElement("div", null, "\u516C\u53F8\u90AE\u7BB1\uFF1Asinogoglobal@163.com"), /*#__PURE__*/React.createElement("div", null, "\u516C\u53F8\u5730\u5740\uFF1A\u5E7F\u4E1C\u7701\u5E7F\u5DDE\u5E02\u5929\u6CB3\u533A\u5174\u56FD\u8DEF21\u53F7\u5E7F\u7269\u4E2D\u5FC322\u697C"), /*#__PURE__*/React.createElement("div", null, "\u5DE5\u4F5C\u65F6\u95F4\uFF1A9:00\u201318:00")), /*#__PURE__*/React.createElement("div", {
|
|
66
66
|
className: "wx-code-list"
|
|
67
67
|
}, wxCodes.map(function (d) {
|
|
68
68
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
height: 100%;
|
|
9
9
|
width: 100%;
|
|
10
10
|
border-bottom: none;
|
|
11
|
+
min-width: 0;
|
|
11
12
|
|
|
12
13
|
& > li {
|
|
13
14
|
display: flex;
|
|
@@ -133,6 +134,7 @@
|
|
|
133
134
|
box-shadow: none;
|
|
134
135
|
}
|
|
135
136
|
|
|
137
|
+
.ant-menu-submenu-title,
|
|
136
138
|
.ant-menu-item {
|
|
137
139
|
width: max-content;
|
|
138
140
|
flex: unset;
|
|
@@ -169,6 +171,21 @@
|
|
|
169
171
|
}
|
|
170
172
|
}
|
|
171
173
|
|
|
174
|
+
.ant-menu-submenu {
|
|
175
|
+
border-radius: 0;
|
|
176
|
+
|
|
177
|
+
.ant-menu-submenu-title {
|
|
178
|
+
color: #fff;
|
|
179
|
+
height: 60px;
|
|
180
|
+
|
|
181
|
+
.ant-menu-submenu-arrow {
|
|
182
|
+
display: none;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.ant-menu-submenu-active,
|
|
188
|
+
.ant-menu-submenu-selected,
|
|
172
189
|
.ant-menu-item-active,
|
|
173
190
|
.ant-menu-item-selected {
|
|
174
191
|
color: #fff !important;
|
|
@@ -85,9 +85,9 @@ export var firstMenuList = [{
|
|
|
85
85
|
key: "".concat(mainHost, "/aboutus"),
|
|
86
86
|
label: '关于我们'
|
|
87
87
|
/*children: [
|
|
88
|
-
{ key: `${mainHost}/aboutus
|
|
89
|
-
{ key: `${mainHost}/aboutus
|
|
90
|
-
{ key: `${mainHost}/aboutus
|
|
88
|
+
{ key: `${mainHost}/aboutus/p1`, label: '企业宣传片' },
|
|
89
|
+
{ key: `${mainHost}/aboutus/p2`, label: '企业宣传册' },
|
|
90
|
+
{ key: `${mainHost}/aboutus/p3`, label: '企业资质' },
|
|
91
91
|
],*/
|
|
92
92
|
}];
|
|
93
93
|
|
package/yue-page-header/index.js
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
var _excluded = ["width", "backgroundColor", "rightContent", "onLocaleChange", "pageTitle", "pageIcon", "activeLabel"];
|
|
2
2
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
6
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
7
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
8
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
3
9
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
10
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
-
import React, { memo, useMemo } from 'react';
|
|
11
|
+
import React, { memo, useMemo, useState } from 'react';
|
|
6
12
|
import logoImg from "../assets/gw-logo.png";
|
|
7
13
|
import logoSvg from "../components/svg-icon/logo.svg";
|
|
8
14
|
import FirstMenus from "./first-menus";
|
|
@@ -21,6 +27,10 @@ var Index = function Index(_ref) {
|
|
|
21
27
|
pageIcon = _ref.pageIcon,
|
|
22
28
|
activeLabel = _ref.activeLabel,
|
|
23
29
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
30
|
+
var _useState = useState('cn'),
|
|
31
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
32
|
+
locale = _useState2[0],
|
|
33
|
+
setLocale = _useState2[1];
|
|
24
34
|
var hasSecondMenu = useMemo(function () {
|
|
25
35
|
var _props$breadcrumbs, _props$menuItems;
|
|
26
36
|
return !!pageTitle || !!((_props$breadcrumbs = props.breadcrumbs) !== null && _props$breadcrumbs !== void 0 && _props$breadcrumbs.length) || !!((_props$menuItems = props.menuItems) !== null && _props$menuItems !== void 0 && _props$menuItems.length);
|
|
@@ -70,6 +80,10 @@ var Index = function Index(_ref) {
|
|
|
70
80
|
key: key
|
|
71
81
|
};
|
|
72
82
|
}, [pageTitle, pageIcon, activeLabel]);
|
|
83
|
+
var onLocaleValueChange = function onLocaleValueChange(value) {
|
|
84
|
+
setLocale(value === null || value === void 0 ? void 0 : value.locale);
|
|
85
|
+
onLocaleChange === null || onLocaleChange === void 0 || onLocaleChange(value);
|
|
86
|
+
};
|
|
73
87
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
74
88
|
style: {
|
|
75
89
|
backgroundColor: backgroundColor,
|
|
@@ -101,12 +115,14 @@ var Index = function Index(_ref) {
|
|
|
101
115
|
})), /*#__PURE__*/React.createElement("div", {
|
|
102
116
|
className: "menus-bar"
|
|
103
117
|
}, /*#__PURE__*/React.createElement(FirstMenus, {
|
|
118
|
+
key: locale,
|
|
104
119
|
moduleData: moduleData,
|
|
105
120
|
hasSecondMenu: hasSecondMenu
|
|
106
121
|
})), /*#__PURE__*/React.createElement(RightContent, {
|
|
107
122
|
content: rightContent,
|
|
108
|
-
onLocaleChange:
|
|
123
|
+
onLocaleChange: onLocaleValueChange
|
|
109
124
|
})), hasSecondMenu && /*#__PURE__*/React.createElement(SecondMenus, _extends({
|
|
125
|
+
locale: locale,
|
|
110
126
|
width: width,
|
|
111
127
|
moduleData: moduleData
|
|
112
128
|
}, props))));
|
|
@@ -24,7 +24,8 @@ var Index = function Index(_ref) {
|
|
|
24
24
|
pathname = _ref.pathname,
|
|
25
25
|
moduleData = _ref.moduleData,
|
|
26
26
|
onRouteChange = _ref.onRouteChange,
|
|
27
|
-
subMenuLayout = _ref.subMenuLayout
|
|
27
|
+
subMenuLayout = _ref.subMenuLayout,
|
|
28
|
+
locale = _ref.locale;
|
|
28
29
|
var _useState = useState(),
|
|
29
30
|
_useState2 = _slicedToArray(_useState, 2),
|
|
30
31
|
selectedKeys = _useState2[0],
|
|
@@ -151,6 +152,7 @@ var Index = function Index(_ref) {
|
|
|
151
152
|
}, moduleData.title)), /*#__PURE__*/React.createElement("div", {
|
|
152
153
|
className: "menus"
|
|
153
154
|
}, /*#__PURE__*/React.createElement(Menu, {
|
|
155
|
+
key: locale,
|
|
154
156
|
ref: menuRef,
|
|
155
157
|
items: mergeMenuItems,
|
|
156
158
|
mode: "horizontal",
|