eoss-ui 0.6.17 → 0.6.19
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 +23 -19
- package/lib/index.js +1 -1
- package/lib/main.js +14 -11
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/upload.js +6 -5
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/src/simplicity/index.vue +6 -5
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/common/var.scss +4 -1
- package/packages/theme-chalk/src/login.scss +9 -0
- package/packages/upload/src/main.vue +1 -0
- package/src/index.js +1 -1
package/lib/main.js
CHANGED
|
@@ -4100,8 +4100,8 @@ render._withStripped = true
|
|
|
4100
4100
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
4101
4101
|
var config_image = __webpack_require__(17);
|
|
4102
4102
|
|
|
4103
|
-
// 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=
|
|
4104
|
-
var
|
|
4103
|
+
// 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=b8c4b516&scoped=true&
|
|
4104
|
+
var simplicityvue_type_template_id_b8c4b516_scoped_true_render = function () {
|
|
4105
4105
|
var _vm = this
|
|
4106
4106
|
var _h = _vm.$createElement
|
|
4107
4107
|
var _c = _vm._self._c || _h
|
|
@@ -4606,7 +4606,7 @@ var simplicityvue_type_template_id_5bef793e_scoped_true_render = function () {
|
|
|
4606
4606
|
src: item.url,
|
|
4607
4607
|
},
|
|
4608
4608
|
})
|
|
4609
|
-
: item.method === "wujie"
|
|
4609
|
+
: item.method === "wujie" && item.url
|
|
4610
4610
|
? _c("es-wujie", {
|
|
4611
4611
|
attrs: {
|
|
4612
4612
|
host: _vm.host,
|
|
@@ -4731,11 +4731,11 @@ var simplicityvue_type_template_id_5bef793e_scoped_true_render = function () {
|
|
|
4731
4731
|
),
|
|
4732
4732
|
])
|
|
4733
4733
|
}
|
|
4734
|
-
var
|
|
4735
|
-
|
|
4734
|
+
var simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns = []
|
|
4735
|
+
simplicityvue_type_template_id_b8c4b516_scoped_true_render._withStripped = true
|
|
4736
4736
|
|
|
4737
4737
|
|
|
4738
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
4738
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=b8c4b516&scoped=true&
|
|
4739
4739
|
|
|
4740
4740
|
// 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&
|
|
4741
4741
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -10257,12 +10257,15 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
|
|
|
10257
10257
|
var systemMode = util["a" /* default */].win.systemMode || 'default';
|
|
10258
10258
|
var events = [function (tabs, index, that) {
|
|
10259
10259
|
var tab = tabs[index];
|
|
10260
|
-
|
|
10261
10260
|
if (tab.method == 'iframe') {
|
|
10262
10261
|
tabs[index].url = util["a" /* default */].handlerUrl(tab.url);
|
|
10263
10262
|
}
|
|
10264
10263
|
if (tab.method === 'wujie' && tab.appCode) {
|
|
10265
|
-
|
|
10264
|
+
var url = tab.url;
|
|
10265
|
+
tab.url = '';
|
|
10266
|
+
that.$nextTick(function () {
|
|
10267
|
+
tab.url = url;
|
|
10268
|
+
});
|
|
10266
10269
|
}
|
|
10267
10270
|
if (tab.method === 'router') {
|
|
10268
10271
|
that.$set(tabs[index], 'keys', util["a" /* default */].uuid());
|
|
@@ -11784,11 +11787,11 @@ var events = [function (tabs, index, that) {
|
|
|
11784
11787
|
|
|
11785
11788
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
11786
11789
|
src_simplicityvue_type_script_lang_js_,
|
|
11787
|
-
|
|
11788
|
-
|
|
11790
|
+
simplicityvue_type_template_id_b8c4b516_scoped_true_render,
|
|
11791
|
+
simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns,
|
|
11789
11792
|
false,
|
|
11790
11793
|
null,
|
|
11791
|
-
"
|
|
11794
|
+
"b8c4b516",
|
|
11792
11795
|
null
|
|
11793
11796
|
|
|
11794
11797
|
)
|