eoss-ui 0.7.32 → 0.7.33
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 -9
- package/lib/index.js +1 -1
- package/lib/main.js +5 -3
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/main.vue +4 -1
- package/src/.DS_Store +0 -0
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -60577,8 +60577,8 @@ login_src_main.install = function (Vue) {
|
|
|
60577
60577
|
};
|
|
60578
60578
|
|
|
60579
60579
|
/* harmony default export */ var login = (login_src_main);
|
|
60580
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
60581
|
-
var
|
|
60580
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=91c03c40&
|
|
60581
|
+
var mainvue_type_template_id_91c03c40_render = function () {
|
|
60582
60582
|
var _vm = this
|
|
60583
60583
|
var _h = _vm.$createElement
|
|
60584
60584
|
var _c = _vm._self._c || _h
|
|
@@ -60692,11 +60692,11 @@ var mainvue_type_template_id_1f0f487d_render = function () {
|
|
|
60692
60692
|
)
|
|
60693
60693
|
: _vm._e()
|
|
60694
60694
|
}
|
|
60695
|
-
var
|
|
60696
|
-
|
|
60695
|
+
var mainvue_type_template_id_91c03c40_staticRenderFns = []
|
|
60696
|
+
mainvue_type_template_id_91c03c40_render._withStripped = true
|
|
60697
60697
|
|
|
60698
60698
|
|
|
60699
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
60699
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=91c03c40&
|
|
60700
60700
|
|
|
60701
60701
|
// 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=772635c6&scoped=true&
|
|
60702
60702
|
var simplicityvue_type_template_id_772635c6_scoped_true_render = function () {
|
|
@@ -72978,6 +72978,8 @@ var default_component = normalizeComponent(
|
|
|
72978
72978
|
|
|
72979
72979
|
/* harmony default export */ var src_default = (default_component.exports);
|
|
72980
72980
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=script&lang=js&
|
|
72981
|
+
var main_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
72982
|
+
|
|
72981
72983
|
function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
|
|
72982
72984
|
|
|
72983
72985
|
//
|
|
@@ -73464,7 +73466,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73464
73466
|
handleIframeLoad: function handleIframeLoad(iframe, data) {
|
|
73465
73467
|
iframe = iframe ? iframe : document.getElementById(data.appCode || data.id);
|
|
73466
73468
|
var origin = new URL(iframe.src).origin;
|
|
73467
|
-
iframe.contentWindow.postMessage(data, origin);
|
|
73469
|
+
iframe.contentWindow.postMessage(main_src_mainvue_type_script_lang_js_extends({}, data, { method: 'windowOpen' }), origin);
|
|
73468
73470
|
},
|
|
73469
73471
|
|
|
73470
73472
|
|
|
@@ -73529,8 +73531,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73529
73531
|
|
|
73530
73532
|
var main_src_main_component = normalizeComponent(
|
|
73531
73533
|
packages_main_src_mainvue_type_script_lang_js_,
|
|
73532
|
-
|
|
73533
|
-
|
|
73534
|
+
mainvue_type_template_id_91c03c40_render,
|
|
73535
|
+
mainvue_type_template_id_91c03c40_staticRenderFns,
|
|
73534
73536
|
false,
|
|
73535
73537
|
null,
|
|
73536
73538
|
null,
|
|
@@ -94212,7 +94214,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94212
94214
|
}
|
|
94213
94215
|
|
|
94214
94216
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94215
|
-
version: '0.7.
|
|
94217
|
+
version: '0.7.33',
|
|
94216
94218
|
install: install,
|
|
94217
94219
|
Button: packages_button,
|
|
94218
94220
|
ButtonGroup: button_group,
|