eoss-ui 0.5.16 → 0.5.18
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 +42 -44
- package/lib/date-picker.js +1 -5
- package/lib/dialog.js +1 -5
- package/lib/eoss-ui.common.js +51 -54
- package/lib/flow-group.js +4 -9
- 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 +2 -2
- package/packages/data-table/src/column.vue +15 -14
- package/packages/flow-group/src/main.vue +1 -2
- package/packages/theme-chalk/src/base.scss +5 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +1 -5
- package/CHANGELOG.md +0 -929
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({
|
|
@@ -4158,8 +4154,8 @@ childrenvue_type_template_id_29bcbc72_render._withStripped = true
|
|
|
4158
4154
|
|
|
4159
4155
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
|
|
4160
4156
|
|
|
4161
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
4162
|
-
var
|
|
4157
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=4bd6c1ed&
|
|
4158
|
+
var columnvue_type_template_id_4bd6c1ed_render = function () {
|
|
4163
4159
|
var _vm = this
|
|
4164
4160
|
var _h = _vm.$createElement
|
|
4165
4161
|
var _c = _vm._self._c || _h
|
|
@@ -4751,7 +4747,38 @@ var columnvue_type_template_id_c4b1a5d6_render = function () {
|
|
|
4751
4747
|
2
|
|
4752
4748
|
),
|
|
4753
4749
|
]
|
|
4754
|
-
: _vm.
|
|
4750
|
+
: _vm.render
|
|
4751
|
+
? _c("expand-dom", {
|
|
4752
|
+
attrs: {
|
|
4753
|
+
column: _vm.config,
|
|
4754
|
+
row: scope.row,
|
|
4755
|
+
render: _vm.render,
|
|
4756
|
+
index: _vm.indexs,
|
|
4757
|
+
},
|
|
4758
|
+
})
|
|
4759
|
+
: _vm.dateFormat
|
|
4760
|
+
? [
|
|
4761
|
+
_vm._v(
|
|
4762
|
+
"\n " +
|
|
4763
|
+
_vm._s(
|
|
4764
|
+
_vm.formatDate(
|
|
4765
|
+
scope.row[_vm.field || _vm.prop],
|
|
4766
|
+
_vm.dateFormat
|
|
4767
|
+
)
|
|
4768
|
+
) +
|
|
4769
|
+
"\n "
|
|
4770
|
+
),
|
|
4771
|
+
]
|
|
4772
|
+
: _c(
|
|
4773
|
+
"span",
|
|
4774
|
+
{
|
|
4775
|
+
style: _vm.styles
|
|
4776
|
+
? _vm.styles[scope.row[_vm.prop]]
|
|
4777
|
+
: {},
|
|
4778
|
+
},
|
|
4779
|
+
[_vm._v(_vm._s(_vm.format(scope.row)))]
|
|
4780
|
+
),
|
|
4781
|
+
_vm.type === "handle" && !scope.row.hideHandle
|
|
4755
4782
|
? _c(
|
|
4756
4783
|
"es-button-group",
|
|
4757
4784
|
_vm._b(
|
|
@@ -4785,37 +4812,7 @@ var columnvue_type_template_id_c4b1a5d6_render = function () {
|
|
|
4785
4812
|
false
|
|
4786
4813
|
)
|
|
4787
4814
|
)
|
|
4788
|
-
: _vm.
|
|
4789
|
-
? _c("expand-dom", {
|
|
4790
|
-
attrs: {
|
|
4791
|
-
column: _vm.config,
|
|
4792
|
-
row: scope.row,
|
|
4793
|
-
render: _vm.render,
|
|
4794
|
-
index: _vm.indexs,
|
|
4795
|
-
},
|
|
4796
|
-
})
|
|
4797
|
-
: _vm.dateFormat
|
|
4798
|
-
? [
|
|
4799
|
-
_vm._v(
|
|
4800
|
-
"\n " +
|
|
4801
|
-
_vm._s(
|
|
4802
|
-
_vm.formatDate(
|
|
4803
|
-
scope.row[_vm.field || _vm.prop],
|
|
4804
|
-
_vm.dateFormat
|
|
4805
|
-
)
|
|
4806
|
-
) +
|
|
4807
|
-
"\n "
|
|
4808
|
-
),
|
|
4809
|
-
]
|
|
4810
|
-
: _c(
|
|
4811
|
-
"span",
|
|
4812
|
-
{
|
|
4813
|
-
style: _vm.styles
|
|
4814
|
-
? _vm.styles[scope.row[_vm.prop]]
|
|
4815
|
-
: {},
|
|
4816
|
-
},
|
|
4817
|
-
[_vm._v(_vm._s(_vm.format(scope.row)))]
|
|
4818
|
-
),
|
|
4815
|
+
: _vm._e(),
|
|
4819
4816
|
]
|
|
4820
4817
|
},
|
|
4821
4818
|
},
|
|
@@ -4829,11 +4826,11 @@ var columnvue_type_template_id_c4b1a5d6_render = function () {
|
|
|
4829
4826
|
2
|
|
4830
4827
|
)
|
|
4831
4828
|
}
|
|
4832
|
-
var
|
|
4833
|
-
|
|
4829
|
+
var columnvue_type_template_id_4bd6c1ed_staticRenderFns = []
|
|
4830
|
+
columnvue_type_template_id_4bd6c1ed_render._withStripped = true
|
|
4834
4831
|
|
|
4835
4832
|
|
|
4836
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
4833
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=4bd6c1ed&
|
|
4837
4834
|
|
|
4838
4835
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4839
4836
|
var regenerator_ = __webpack_require__(12);
|
|
@@ -5379,6 +5376,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5379
5376
|
minWidth: this.minWidth || this.table.minWidth || minWidth,
|
|
5380
5377
|
className: [this.className ? this.className : '', this.type ? ' es-table-' + this.type + '-box' : '', this.showOverflowTooltip ? ' es-text-ellipsis' : ''].join(' '),
|
|
5381
5378
|
labelClassName: [this.labelClassName ? this.labelClassName : '', this.required ? 'es-required' : ''].join(' '),
|
|
5379
|
+
showOverflowTooltip: this.showOverflowTooltip,
|
|
5382
5380
|
prop: this.field || this.prop,
|
|
5383
5381
|
field: this.field
|
|
5384
5382
|
}, this.$attrs);
|
|
@@ -5664,8 +5662,8 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
5664
5662
|
|
|
5665
5663
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
5666
5664
|
src_columnvue_type_script_lang_js_,
|
|
5667
|
-
|
|
5668
|
-
|
|
5665
|
+
columnvue_type_template_id_4bd6c1ed_render,
|
|
5666
|
+
columnvue_type_template_id_4bd6c1ed_staticRenderFns,
|
|
5669
5667
|
false,
|
|
5670
5668
|
null,
|
|
5671
5669
|
null,
|
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({
|
|
@@ -5829,8 +5825,8 @@ childrenvue_type_template_id_29bcbc72_render._withStripped = true
|
|
|
5829
5825
|
|
|
5830
5826
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
|
|
5831
5827
|
|
|
5832
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
5833
|
-
var
|
|
5828
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=4bd6c1ed&
|
|
5829
|
+
var columnvue_type_template_id_4bd6c1ed_render = function () {
|
|
5834
5830
|
var _vm = this
|
|
5835
5831
|
var _h = _vm.$createElement
|
|
5836
5832
|
var _c = _vm._self._c || _h
|
|
@@ -6422,7 +6418,38 @@ var columnvue_type_template_id_c4b1a5d6_render = function () {
|
|
|
6422
6418
|
2
|
|
6423
6419
|
),
|
|
6424
6420
|
]
|
|
6425
|
-
: _vm.
|
|
6421
|
+
: _vm.render
|
|
6422
|
+
? _c("expand-dom", {
|
|
6423
|
+
attrs: {
|
|
6424
|
+
column: _vm.config,
|
|
6425
|
+
row: scope.row,
|
|
6426
|
+
render: _vm.render,
|
|
6427
|
+
index: _vm.indexs,
|
|
6428
|
+
},
|
|
6429
|
+
})
|
|
6430
|
+
: _vm.dateFormat
|
|
6431
|
+
? [
|
|
6432
|
+
_vm._v(
|
|
6433
|
+
"\n " +
|
|
6434
|
+
_vm._s(
|
|
6435
|
+
_vm.formatDate(
|
|
6436
|
+
scope.row[_vm.field || _vm.prop],
|
|
6437
|
+
_vm.dateFormat
|
|
6438
|
+
)
|
|
6439
|
+
) +
|
|
6440
|
+
"\n "
|
|
6441
|
+
),
|
|
6442
|
+
]
|
|
6443
|
+
: _c(
|
|
6444
|
+
"span",
|
|
6445
|
+
{
|
|
6446
|
+
style: _vm.styles
|
|
6447
|
+
? _vm.styles[scope.row[_vm.prop]]
|
|
6448
|
+
: {},
|
|
6449
|
+
},
|
|
6450
|
+
[_vm._v(_vm._s(_vm.format(scope.row)))]
|
|
6451
|
+
),
|
|
6452
|
+
_vm.type === "handle" && !scope.row.hideHandle
|
|
6426
6453
|
? _c(
|
|
6427
6454
|
"es-button-group",
|
|
6428
6455
|
_vm._b(
|
|
@@ -6456,37 +6483,7 @@ var columnvue_type_template_id_c4b1a5d6_render = function () {
|
|
|
6456
6483
|
false
|
|
6457
6484
|
)
|
|
6458
6485
|
)
|
|
6459
|
-
: _vm.
|
|
6460
|
-
? _c("expand-dom", {
|
|
6461
|
-
attrs: {
|
|
6462
|
-
column: _vm.config,
|
|
6463
|
-
row: scope.row,
|
|
6464
|
-
render: _vm.render,
|
|
6465
|
-
index: _vm.indexs,
|
|
6466
|
-
},
|
|
6467
|
-
})
|
|
6468
|
-
: _vm.dateFormat
|
|
6469
|
-
? [
|
|
6470
|
-
_vm._v(
|
|
6471
|
-
"\n " +
|
|
6472
|
-
_vm._s(
|
|
6473
|
-
_vm.formatDate(
|
|
6474
|
-
scope.row[_vm.field || _vm.prop],
|
|
6475
|
-
_vm.dateFormat
|
|
6476
|
-
)
|
|
6477
|
-
) +
|
|
6478
|
-
"\n "
|
|
6479
|
-
),
|
|
6480
|
-
]
|
|
6481
|
-
: _c(
|
|
6482
|
-
"span",
|
|
6483
|
-
{
|
|
6484
|
-
style: _vm.styles
|
|
6485
|
-
? _vm.styles[scope.row[_vm.prop]]
|
|
6486
|
-
: {},
|
|
6487
|
-
},
|
|
6488
|
-
[_vm._v(_vm._s(_vm.format(scope.row)))]
|
|
6489
|
-
),
|
|
6486
|
+
: _vm._e(),
|
|
6490
6487
|
]
|
|
6491
6488
|
},
|
|
6492
6489
|
},
|
|
@@ -6500,11 +6497,11 @@ var columnvue_type_template_id_c4b1a5d6_render = function () {
|
|
|
6500
6497
|
2
|
|
6501
6498
|
)
|
|
6502
6499
|
}
|
|
6503
|
-
var
|
|
6504
|
-
|
|
6500
|
+
var columnvue_type_template_id_4bd6c1ed_staticRenderFns = []
|
|
6501
|
+
columnvue_type_template_id_4bd6c1ed_render._withStripped = true
|
|
6505
6502
|
|
|
6506
6503
|
|
|
6507
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
6504
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=4bd6c1ed&
|
|
6508
6505
|
|
|
6509
6506
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
6510
6507
|
var regenerator_ = __webpack_require__(2);
|
|
@@ -7047,6 +7044,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7047
7044
|
minWidth: this.minWidth || this.table.minWidth || minWidth,
|
|
7048
7045
|
className: [this.className ? this.className : '', this.type ? ' es-table-' + this.type + '-box' : '', this.showOverflowTooltip ? ' es-text-ellipsis' : ''].join(' '),
|
|
7049
7046
|
labelClassName: [this.labelClassName ? this.labelClassName : '', this.required ? 'es-required' : ''].join(' '),
|
|
7047
|
+
showOverflowTooltip: this.showOverflowTooltip,
|
|
7050
7048
|
prop: this.field || this.prop,
|
|
7051
7049
|
field: this.field
|
|
7052
7050
|
}, this.$attrs);
|
|
@@ -7329,8 +7327,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7329
7327
|
|
|
7330
7328
|
var column_component = normalizeComponent(
|
|
7331
7329
|
src_columnvue_type_script_lang_js_,
|
|
7332
|
-
|
|
7333
|
-
|
|
7330
|
+
columnvue_type_template_id_4bd6c1ed_render,
|
|
7331
|
+
columnvue_type_template_id_4bd6c1ed_staticRenderFns,
|
|
7334
7332
|
false,
|
|
7335
7333
|
null,
|
|
7336
7334
|
null,
|
|
@@ -39522,8 +39520,8 @@ flow_src_main.install = function (Vue) {
|
|
|
39522
39520
|
};
|
|
39523
39521
|
|
|
39524
39522
|
/* harmony default export */ var packages_flow = (flow_src_main);
|
|
39525
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
39526
|
-
var
|
|
39523
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=ae5b4260&
|
|
39524
|
+
var mainvue_type_template_id_ae5b4260_render = function () {
|
|
39527
39525
|
var _vm = this
|
|
39528
39526
|
var _h = _vm.$createElement
|
|
39529
39527
|
var _c = _vm._self._c || _h
|
|
@@ -40742,11 +40740,11 @@ var mainvue_type_template_id_f23c44da_render = function () {
|
|
|
40742
40740
|
2
|
|
40743
40741
|
)
|
|
40744
40742
|
}
|
|
40745
|
-
var
|
|
40746
|
-
|
|
40743
|
+
var mainvue_type_template_id_ae5b4260_staticRenderFns = []
|
|
40744
|
+
mainvue_type_template_id_ae5b4260_render._withStripped = true
|
|
40747
40745
|
|
|
40748
40746
|
|
|
40749
|
-
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
40747
|
+
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=ae5b4260&
|
|
40750
40748
|
|
|
40751
40749
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
|
|
40752
40750
|
var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || 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; };
|
|
@@ -41340,8 +41338,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
41340
41338
|
handleSuccess: function handleSuccess() {
|
|
41341
41339
|
if (this.closeDialog && this.esDialog) {
|
|
41342
41340
|
this.esDialog.handleClose();
|
|
41343
|
-
}
|
|
41344
|
-
if (utils_util["a" /* default */].win.top.opener) {
|
|
41341
|
+
} else if (utils_util["a" /* default */].win.top.opener) {
|
|
41345
41342
|
utils_util["a" /* default */].win.top.close();
|
|
41346
41343
|
}
|
|
41347
41344
|
if (this.events && this.events.success) {
|
|
@@ -41376,8 +41373,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
41376
41373
|
|
|
41377
41374
|
var flow_group_src_main_component = normalizeComponent(
|
|
41378
41375
|
packages_flow_group_src_mainvue_type_script_lang_js_,
|
|
41379
|
-
|
|
41380
|
-
|
|
41376
|
+
mainvue_type_template_id_ae5b4260_render,
|
|
41377
|
+
mainvue_type_template_id_ae5b4260_staticRenderFns,
|
|
41381
41378
|
false,
|
|
41382
41379
|
null,
|
|
41383
41380
|
null,
|
|
@@ -70592,7 +70589,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
70592
70589
|
}
|
|
70593
70590
|
|
|
70594
70591
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
70595
|
-
version: '0.5.
|
|
70592
|
+
version: '0.5.18',
|
|
70596
70593
|
install: install,
|
|
70597
70594
|
Button: packages_button,
|
|
70598
70595
|
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({
|
|
@@ -3450,7 +3446,7 @@ module.exports = require("qs");
|
|
|
3450
3446
|
// ESM COMPAT FLAG
|
|
3451
3447
|
__webpack_require__.r(__webpack_exports__);
|
|
3452
3448
|
|
|
3453
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
3449
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=ae5b4260&
|
|
3454
3450
|
var render = function () {
|
|
3455
3451
|
var _vm = this
|
|
3456
3452
|
var _h = _vm.$createElement
|
|
@@ -4674,7 +4670,7 @@ var staticRenderFns = []
|
|
|
4674
4670
|
render._withStripped = true
|
|
4675
4671
|
|
|
4676
4672
|
|
|
4677
|
-
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
4673
|
+
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=ae5b4260&
|
|
4678
4674
|
|
|
4679
4675
|
// EXTERNAL MODULE: ./src/utils/util.js
|
|
4680
4676
|
var util = __webpack_require__(0);
|
|
@@ -5271,8 +5267,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
5271
5267
|
handleSuccess: function handleSuccess() {
|
|
5272
5268
|
if (this.closeDialog && this.esDialog) {
|
|
5273
5269
|
this.esDialog.handleClose();
|
|
5274
|
-
}
|
|
5275
|
-
if (util["a" /* default */].win.top.opener) {
|
|
5270
|
+
} else if (util["a" /* default */].win.top.opener) {
|
|
5276
5271
|
util["a" /* default */].win.top.close();
|
|
5277
5272
|
}
|
|
5278
5273
|
if (this.events && this.events.success) {
|
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({
|