eoss-ui 0.7.37 → 0.7.38
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 +10 -10
- package/lib/index.js +1 -1
- package/lib/main.js +9 -9
- package/package.json +1 -1
- package/packages/main/src/simplicity/index.vue +1 -1
- package/src/index.js +1 -1
package/lib/main.js
CHANGED
|
@@ -4659,8 +4659,8 @@ render._withStripped = true
|
|
|
4659
4659
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
4660
4660
|
var config_image = __webpack_require__(20);
|
|
4661
4661
|
|
|
4662
|
-
// 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=
|
|
4663
|
-
var
|
|
4662
|
+
// 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=6f091da5&scoped=true&
|
|
4663
|
+
var simplicityvue_type_template_id_6f091da5_scoped_true_render = function () {
|
|
4664
4664
|
var _vm = this
|
|
4665
4665
|
var _h = _vm.$createElement
|
|
4666
4666
|
var _c = _vm._self._c || _h
|
|
@@ -5370,11 +5370,11 @@ var simplicityvue_type_template_id_27df8ff9_scoped_true_render = function () {
|
|
|
5370
5370
|
),
|
|
5371
5371
|
])
|
|
5372
5372
|
}
|
|
5373
|
-
var
|
|
5374
|
-
|
|
5373
|
+
var simplicityvue_type_template_id_6f091da5_scoped_true_staticRenderFns = []
|
|
5374
|
+
simplicityvue_type_template_id_6f091da5_scoped_true_render._withStripped = true
|
|
5375
5375
|
|
|
5376
5376
|
|
|
5377
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
5377
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=6f091da5&scoped=true&
|
|
5378
5378
|
|
|
5379
5379
|
// 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&
|
|
5380
5380
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -12605,7 +12605,7 @@ var events = [function (tabs, index, that) {
|
|
|
12605
12605
|
source = location.origin + source.replace('./', '/');
|
|
12606
12606
|
}
|
|
12607
12607
|
!iframe && (iframe = document.getElementById(this.iframeId));
|
|
12608
|
-
iframe && iframe.contentWindow.postMessage({ method: '
|
|
12608
|
+
iframe && iframe.contentWindow.postMessage({ method: 'pageData' }, source || '*');
|
|
12609
12609
|
} else {
|
|
12610
12610
|
this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(tab.url));
|
|
12611
12611
|
}
|
|
@@ -13052,11 +13052,11 @@ var events = [function (tabs, index, that) {
|
|
|
13052
13052
|
|
|
13053
13053
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
13054
13054
|
src_simplicityvue_type_script_lang_js_,
|
|
13055
|
-
|
|
13056
|
-
|
|
13055
|
+
simplicityvue_type_template_id_6f091da5_scoped_true_render,
|
|
13056
|
+
simplicityvue_type_template_id_6f091da5_scoped_true_staticRenderFns,
|
|
13057
13057
|
false,
|
|
13058
13058
|
null,
|
|
13059
|
-
"
|
|
13059
|
+
"6f091da5",
|
|
13060
13060
|
null
|
|
13061
13061
|
|
|
13062
13062
|
)
|
package/package.json
CHANGED