eoss-ui 0.5.81-beta7 → 0.5.81-beta8
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 +9 -10
- package/lib/index.js +1 -1
- package/lib/main.js +8 -9
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/package.json +1 -1
- package/packages/main/src/simplicity/index.vue +0 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/simplicity.scss +13 -7
- package/src/index.js +1 -1
package/lib/main.js
CHANGED
|
@@ -3971,8 +3971,8 @@ render._withStripped = true
|
|
|
3971
3971
|
|
|
3972
3972
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6aa3a502&
|
|
3973
3973
|
|
|
3974
|
-
// 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=
|
|
3975
|
-
var
|
|
3974
|
+
// 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=c67b4a2a&scoped=true&
|
|
3975
|
+
var simplicityvue_type_template_id_c67b4a2a_scoped_true_render = function () {
|
|
3976
3976
|
var _vm = this
|
|
3977
3977
|
var _h = _vm.$createElement
|
|
3978
3978
|
var _c = _vm._self._c || _h
|
|
@@ -4525,11 +4525,11 @@ var simplicityvue_type_template_id_f80eb4e8_scoped_true_render = function () {
|
|
|
4525
4525
|
),
|
|
4526
4526
|
])
|
|
4527
4527
|
}
|
|
4528
|
-
var
|
|
4529
|
-
|
|
4528
|
+
var simplicityvue_type_template_id_c67b4a2a_scoped_true_staticRenderFns = []
|
|
4529
|
+
simplicityvue_type_template_id_c67b4a2a_scoped_true_render._withStripped = true
|
|
4530
4530
|
|
|
4531
4531
|
|
|
4532
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
4532
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=c67b4a2a&scoped=true&
|
|
4533
4533
|
|
|
4534
4534
|
// 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=2597c13a&scoped=true&
|
|
4535
4535
|
var avatarvue_type_template_id_2597c13a_scoped_true_render = function () {
|
|
@@ -9437,7 +9437,6 @@ var events = [function (tabs, index, that) {
|
|
|
9437
9437
|
}
|
|
9438
9438
|
this.active = res.id;
|
|
9439
9439
|
} else {
|
|
9440
|
-
this.showMenu = false;
|
|
9441
9440
|
this.showApps = !this.showApps;
|
|
9442
9441
|
}
|
|
9443
9442
|
},
|
|
@@ -9932,11 +9931,11 @@ var events = [function (tabs, index, that) {
|
|
|
9932
9931
|
|
|
9933
9932
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
9934
9933
|
src_simplicityvue_type_script_lang_js_,
|
|
9935
|
-
|
|
9936
|
-
|
|
9934
|
+
simplicityvue_type_template_id_c67b4a2a_scoped_true_render,
|
|
9935
|
+
simplicityvue_type_template_id_c67b4a2a_scoped_true_staticRenderFns,
|
|
9937
9936
|
false,
|
|
9938
9937
|
null,
|
|
9939
|
-
"
|
|
9938
|
+
"c67b4a2a",
|
|
9940
9939
|
null
|
|
9941
9940
|
|
|
9942
9941
|
)
|