eoss-ui 0.5.17 → 0.5.19

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/flow-group.js CHANGED
@@ -3446,7 +3446,7 @@ module.exports = require("qs");
3446
3446
  // ESM COMPAT FLAG
3447
3447
  __webpack_require__.r(__webpack_exports__);
3448
3448
 
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=f23c44da&
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&
3450
3450
  var render = function () {
3451
3451
  var _vm = this
3452
3452
  var _h = _vm.$createElement
@@ -4670,7 +4670,7 @@ var staticRenderFns = []
4670
4670
  render._withStripped = true
4671
4671
 
4672
4672
 
4673
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=f23c44da&
4673
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=ae5b4260&
4674
4674
 
4675
4675
  // EXTERNAL MODULE: ./src/utils/util.js
4676
4676
  var util = __webpack_require__(0);
@@ -5267,8 +5267,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
5267
5267
  handleSuccess: function handleSuccess() {
5268
5268
  if (this.closeDialog && this.esDialog) {
5269
5269
  this.esDialog.handleClose();
5270
- }
5271
- if (util["a" /* default */].win.top.opener) {
5270
+ } else if (util["a" /* default */].win.top.opener) {
5272
5271
  util["a" /* default */].win.top.close();
5273
5272
  }
5274
5273
  if (this.events && this.events.success) {