eoss-ui 0.7.36 → 0.7.37

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.
@@ -60714,8 +60714,8 @@ mainvue_type_template_id_2a83fe9a_render._withStripped = true
60714
60714
 
60715
60715
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2a83fe9a&
60716
60716
 
60717
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=38ab4370&scoped=true&
60718
- var simplicityvue_type_template_id_38ab4370_scoped_true_render = function () {
60717
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=27df8ff9&scoped=true&
60718
+ var simplicityvue_type_template_id_27df8ff9_scoped_true_render = function () {
60719
60719
  var _vm = this
60720
60720
  var _h = _vm.$createElement
60721
60721
  var _c = _vm._self._c || _h
@@ -61425,11 +61425,11 @@ var simplicityvue_type_template_id_38ab4370_scoped_true_render = function () {
61425
61425
  ),
61426
61426
  ])
61427
61427
  }
61428
- var simplicityvue_type_template_id_38ab4370_scoped_true_staticRenderFns = []
61429
- simplicityvue_type_template_id_38ab4370_scoped_true_render._withStripped = true
61428
+ var simplicityvue_type_template_id_27df8ff9_scoped_true_staticRenderFns = []
61429
+ simplicityvue_type_template_id_27df8ff9_scoped_true_render._withStripped = true
61430
61430
 
61431
61431
 
61432
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=38ab4370&scoped=true&
61432
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=27df8ff9&scoped=true&
61433
61433
 
61434
61434
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
61435
61435
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -68636,8 +68636,12 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68636
68636
  if (isIE || tab.method === 'iframe') {
68637
68637
  if (arg && arg === 'pageData') {
68638
68638
  var iframe = document.getElementById(tab.id || tab.appCode);
68639
+ var source = tab.url;
68640
+ if (source && !utils_util["a" /* default */].startWith(source, ['http', 'https'], true)) {
68641
+ source = location.origin + source.replace('./', '/');
68642
+ }
68639
68643
  !iframe && (iframe = document.getElementById(this.iframeId));
68640
- iframe && iframe.contentWindow.postMessage({ method: 'refresh' }, tab.url);
68644
+ iframe && iframe.contentWindow.postMessage({ method: 'refresh' }, source || '*');
68641
68645
  } else {
68642
68646
  this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(tab.url));
68643
68647
  }
@@ -69084,11 +69088,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69084
69088
 
69085
69089
  var simplicity_component = normalizeComponent(
69086
69090
  src_simplicityvue_type_script_lang_js_,
69087
- simplicityvue_type_template_id_38ab4370_scoped_true_render,
69088
- simplicityvue_type_template_id_38ab4370_scoped_true_staticRenderFns,
69091
+ simplicityvue_type_template_id_27df8ff9_scoped_true_render,
69092
+ simplicityvue_type_template_id_27df8ff9_scoped_true_staticRenderFns,
69089
69093
  false,
69090
69094
  null,
69091
- "38ab4370",
69095
+ "27df8ff9",
69092
69096
  null
69093
69097
 
69094
69098
  )
@@ -94364,7 +94368,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94364
94368
  }
94365
94369
 
94366
94370
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94367
- version: '0.7.36',
94371
+ version: '0.7.37',
94368
94372
  install: install,
94369
94373
  Button: packages_button,
94370
94374
  ButtonGroup: button_group,