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/eoss-ui.common.js
CHANGED
|
@@ -51005,8 +51005,8 @@ mainvue_type_template_id_6aa3a502_render._withStripped = true
|
|
|
51005
51005
|
|
|
51006
51006
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6aa3a502&
|
|
51007
51007
|
|
|
51008
|
-
// 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=
|
|
51009
|
-
var
|
|
51008
|
+
// 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&
|
|
51009
|
+
var simplicityvue_type_template_id_c67b4a2a_scoped_true_render = function () {
|
|
51010
51010
|
var _vm = this
|
|
51011
51011
|
var _h = _vm.$createElement
|
|
51012
51012
|
var _c = _vm._self._c || _h
|
|
@@ -51559,11 +51559,11 @@ var simplicityvue_type_template_id_f80eb4e8_scoped_true_render = function () {
|
|
|
51559
51559
|
),
|
|
51560
51560
|
])
|
|
51561
51561
|
}
|
|
51562
|
-
var
|
|
51563
|
-
|
|
51562
|
+
var simplicityvue_type_template_id_c67b4a2a_scoped_true_staticRenderFns = []
|
|
51563
|
+
simplicityvue_type_template_id_c67b4a2a_scoped_true_render._withStripped = true
|
|
51564
51564
|
|
|
51565
51565
|
|
|
51566
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
51566
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=c67b4a2a&scoped=true&
|
|
51567
51567
|
|
|
51568
51568
|
// 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&
|
|
51569
51569
|
var avatarvue_type_template_id_2597c13a_scoped_true_render = function () {
|
|
@@ -56456,7 +56456,6 @@ var events = [function (tabs, index, that) {
|
|
|
56456
56456
|
}
|
|
56457
56457
|
this.active = res.id;
|
|
56458
56458
|
} else {
|
|
56459
|
-
this.showMenu = false;
|
|
56460
56459
|
this.showApps = !this.showApps;
|
|
56461
56460
|
}
|
|
56462
56461
|
},
|
|
@@ -56951,11 +56950,11 @@ var events = [function (tabs, index, that) {
|
|
|
56951
56950
|
|
|
56952
56951
|
var simplicity_component = normalizeComponent(
|
|
56953
56952
|
src_simplicityvue_type_script_lang_js_,
|
|
56954
|
-
|
|
56955
|
-
|
|
56953
|
+
simplicityvue_type_template_id_c67b4a2a_scoped_true_render,
|
|
56954
|
+
simplicityvue_type_template_id_c67b4a2a_scoped_true_staticRenderFns,
|
|
56956
56955
|
false,
|
|
56957
56956
|
null,
|
|
56958
|
-
"
|
|
56957
|
+
"c67b4a2a",
|
|
56959
56958
|
null
|
|
56960
56959
|
|
|
56961
56960
|
)
|
|
@@ -81408,7 +81407,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
81408
81407
|
}
|
|
81409
81408
|
|
|
81410
81409
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
81411
|
-
version: '0.5.81-
|
|
81410
|
+
version: '0.5.81-beta8',
|
|
81412
81411
|
install: install,
|
|
81413
81412
|
Button: packages_button,
|
|
81414
81413
|
ButtonGroup: button_group,
|