eoss-ui 0.5.16 → 0.5.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.
- package/lib/button-group.js +1 -5
- package/lib/button.js +1 -5
- package/lib/checkbox-group.js +1 -5
- package/lib/data-table-form.js +1 -5
- package/lib/data-table.js +1 -5
- package/lib/date-picker.js +1 -5
- package/lib/dialog.js +1 -5
- package/lib/eoss-ui.common.js +2 -6
- package/lib/flow-group.js +1 -5
- package/lib/flow-list.js +1 -5
- package/lib/flow.js +1 -5
- package/lib/form.js +1 -5
- package/lib/handle-user.js +1 -5
- package/lib/handler.js +1 -5
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -5
- package/lib/input.js +1 -5
- package/lib/login.js +1 -5
- package/lib/main.js +1 -5
- package/lib/nav.js +1 -5
- package/lib/page.js +1 -5
- package/lib/player.js +1 -5
- package/lib/qr-code.js +1 -5
- package/lib/radio-group.js +1 -5
- package/lib/retrial-auth.js +1 -5
- package/lib/select-ganged.js +1 -5
- package/lib/select.js +1 -5
- package/lib/selector-panel.js +1 -5
- package/lib/selector.js +1 -5
- package/lib/sizer.js +1 -5
- package/lib/steps.js +1 -5
- package/lib/switch.js +1 -5
- package/lib/table-form.js +1 -5
- package/lib/tabs.js +1 -5
- package/lib/tips.js +1 -5
- package/lib/tree-group.js +1 -5
- package/lib/tree.js +1 -5
- package/lib/upload.js +1 -5
- package/lib/utils/util.js +1 -5
- package/lib/wujie.js +1 -5
- package/lib/wxlogin.js +1 -5
- package/package.json +1 -1
- package/src/index.js +1 -1
- package/src/utils/util.js +1 -5
package/lib/button-group.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
package/lib/button.js
CHANGED
|
@@ -1966,11 +1966,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1966
1966
|
// const logined = getStorage('logined');
|
|
1967
1967
|
// eslint-disable-next-line eqeqeq
|
|
1968
1968
|
if (token || cookie == true || cookie == 1) {
|
|
1969
|
-
|
|
1970
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1971
|
-
} else {
|
|
1972
|
-
next && next();
|
|
1973
|
-
}
|
|
1969
|
+
next && next();
|
|
1974
1970
|
} else {
|
|
1975
1971
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1976
1972
|
ajax({
|
package/lib/checkbox-group.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
package/lib/data-table-form.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
package/lib/data-table.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
package/lib/date-picker.js
CHANGED
|
@@ -1966,11 +1966,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1966
1966
|
// const logined = getStorage('logined');
|
|
1967
1967
|
// eslint-disable-next-line eqeqeq
|
|
1968
1968
|
if (token || cookie == true || cookie == 1) {
|
|
1969
|
-
|
|
1970
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1971
|
-
} else {
|
|
1972
|
-
next && next();
|
|
1973
|
-
}
|
|
1969
|
+
next && next();
|
|
1974
1970
|
} else {
|
|
1975
1971
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1976
1972
|
ajax({
|
package/lib/dialog.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
package/lib/eoss-ui.common.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
|
@@ -70592,7 +70588,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
70592
70588
|
}
|
|
70593
70589
|
|
|
70594
70590
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
70595
|
-
version: '0.5.
|
|
70591
|
+
version: '0.5.17',
|
|
70596
70592
|
install: install,
|
|
70597
70593
|
Button: packages_button,
|
|
70598
70594
|
ButtonGroup: button_group,
|
package/lib/flow-group.js
CHANGED
|
@@ -1966,11 +1966,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1966
1966
|
// const logined = getStorage('logined');
|
|
1967
1967
|
// eslint-disable-next-line eqeqeq
|
|
1968
1968
|
if (token || cookie == true || cookie == 1) {
|
|
1969
|
-
|
|
1970
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1971
|
-
} else {
|
|
1972
|
-
next && next();
|
|
1973
|
-
}
|
|
1969
|
+
next && next();
|
|
1974
1970
|
} else {
|
|
1975
1971
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1976
1972
|
ajax({
|
package/lib/flow-list.js
CHANGED
|
@@ -1966,11 +1966,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1966
1966
|
// const logined = getStorage('logined');
|
|
1967
1967
|
// eslint-disable-next-line eqeqeq
|
|
1968
1968
|
if (token || cookie == true || cookie == 1) {
|
|
1969
|
-
|
|
1970
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1971
|
-
} else {
|
|
1972
|
-
next && next();
|
|
1973
|
-
}
|
|
1969
|
+
next && next();
|
|
1974
1970
|
} else {
|
|
1975
1971
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1976
1972
|
ajax({
|
package/lib/flow.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
package/lib/form.js
CHANGED
|
@@ -1965,11 +1965,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1965
1965
|
// const logined = getStorage('logined');
|
|
1966
1966
|
// eslint-disable-next-line eqeqeq
|
|
1967
1967
|
if (token || cookie == true || cookie == 1) {
|
|
1968
|
-
|
|
1969
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1970
|
-
} else {
|
|
1971
|
-
next && next();
|
|
1972
|
-
}
|
|
1968
|
+
next && next();
|
|
1973
1969
|
} else {
|
|
1974
1970
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1975
1971
|
ajax({
|
package/lib/handle-user.js
CHANGED
|
@@ -1966,11 +1966,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1966
1966
|
// const logined = getStorage('logined');
|
|
1967
1967
|
// eslint-disable-next-line eqeqeq
|
|
1968
1968
|
if (token || cookie == true || cookie == 1) {
|
|
1969
|
-
|
|
1970
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1971
|
-
} else {
|
|
1972
|
-
next && next();
|
|
1973
|
-
}
|
|
1969
|
+
next && next();
|
|
1974
1970
|
} else {
|
|
1975
1971
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1976
1972
|
ajax({
|
package/lib/handler.js
CHANGED
|
@@ -1966,11 +1966,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1966
1966
|
// const logined = getStorage('logined');
|
|
1967
1967
|
// eslint-disable-next-line eqeqeq
|
|
1968
1968
|
if (token || cookie == true || cookie == 1) {
|
|
1969
|
-
|
|
1970
|
-
window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
|
|
1971
|
-
} else {
|
|
1972
|
-
next && next();
|
|
1973
|
-
}
|
|
1969
|
+
next && next();
|
|
1974
1970
|
} else {
|
|
1975
1971
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1976
1972
|
ajax({
|