eoss-ui 0.7.35 → 0.7.36
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/eoss-ui.common.js +11 -10
- package/lib/index.js +1 -1
- package/lib/main.js +10 -9
- package/package.json +1 -1
- package/packages/main/src/simplicity/index.vue +4 -2
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -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=
|
|
60718
|
-
var
|
|
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 () {
|
|
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
|
|
61429
|
-
|
|
61428
|
+
var simplicityvue_type_template_id_38ab4370_scoped_true_staticRenderFns = []
|
|
61429
|
+
simplicityvue_type_template_id_38ab4370_scoped_true_render._withStripped = true
|
|
61430
61430
|
|
|
61431
61431
|
|
|
61432
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
61432
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=38ab4370&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,8 @@ 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
|
|
68639
|
+
!iframe && (iframe = document.getElementById(this.iframeId));
|
|
68640
|
+
iframe && iframe.contentWindow.postMessage({ method: 'refresh' }, tab.url);
|
|
68640
68641
|
} else {
|
|
68641
68642
|
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(tab.url));
|
|
68642
68643
|
}
|
|
@@ -69083,11 +69084,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69083
69084
|
|
|
69084
69085
|
var simplicity_component = normalizeComponent(
|
|
69085
69086
|
src_simplicityvue_type_script_lang_js_,
|
|
69086
|
-
|
|
69087
|
-
|
|
69087
|
+
simplicityvue_type_template_id_38ab4370_scoped_true_render,
|
|
69088
|
+
simplicityvue_type_template_id_38ab4370_scoped_true_staticRenderFns,
|
|
69088
69089
|
false,
|
|
69089
69090
|
null,
|
|
69090
|
-
"
|
|
69091
|
+
"38ab4370",
|
|
69091
69092
|
null
|
|
69092
69093
|
|
|
69093
69094
|
)
|
|
@@ -94363,7 +94364,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94363
94364
|
}
|
|
94364
94365
|
|
|
94365
94366
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94366
|
-
version: '0.7.
|
|
94367
|
+
version: '0.7.36',
|
|
94367
94368
|
install: install,
|
|
94368
94369
|
Button: packages_button,
|
|
94369
94370
|
ButtonGroup: button_group,
|