eoss-ui 0.7.35 → 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=2a26a093&scoped=true&
60718
- var simplicityvue_type_template_id_2a26a093_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_2a26a093_scoped_true_render = function () {
61425
61425
  ),
61426
61426
  ])
61427
61427
  }
61428
- var simplicityvue_type_template_id_2a26a093_scoped_true_staticRenderFns = []
61429
- simplicityvue_type_template_id_2a26a093_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=2a26a093&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,7 +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
- iframe.contentWindow.postMessage({ method: 'refresh' }, tab.url);
68639
+ var source = tab.url;
68640
+ if (source && !utils_util["a" /* default */].startWith(source, ['http', 'https'], true)) {
68641
+ source = location.origin + source.replace('./', '/');
68642
+ }
68643
+ !iframe && (iframe = document.getElementById(this.iframeId));
68644
+ iframe && iframe.contentWindow.postMessage({ method: 'refresh' }, source || '*');
68640
68645
  } else {
68641
68646
  this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(tab.url));
68642
68647
  }
@@ -69083,11 +69088,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69083
69088
 
69084
69089
  var simplicity_component = normalizeComponent(
69085
69090
  src_simplicityvue_type_script_lang_js_,
69086
- simplicityvue_type_template_id_2a26a093_scoped_true_render,
69087
- simplicityvue_type_template_id_2a26a093_scoped_true_staticRenderFns,
69091
+ simplicityvue_type_template_id_27df8ff9_scoped_true_render,
69092
+ simplicityvue_type_template_id_27df8ff9_scoped_true_staticRenderFns,
69088
69093
  false,
69089
69094
  null,
69090
- "2a26a093",
69095
+ "27df8ff9",
69091
69096
  null
69092
69097
 
69093
69098
  )
@@ -94363,7 +94368,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94363
94368
  }
94364
94369
 
94365
94370
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94366
- version: '0.7.35',
94371
+ version: '0.7.37',
94367
94372
  install: install,
94368
94373
  Button: packages_button,
94369
94374
  ButtonGroup: button_group,