eoss-ui 0.7.40 → 0.7.41
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 +10 -8
- package/package.json +1 -1
- package/packages/main/src/simplicity/message.vue +3 -1
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -64318,8 +64318,8 @@ var user_component = normalizeComponent(
|
|
|
64318
64318
|
)
|
|
64319
64319
|
|
|
64320
64320
|
/* harmony default export */ var simplicity_user = (user_component.exports);
|
|
64321
|
-
// 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/message.vue?vue&type=template&id=
|
|
64322
|
-
var
|
|
64321
|
+
// 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/message.vue?vue&type=template&id=cbe7afdc&
|
|
64322
|
+
var messagevue_type_template_id_cbe7afdc_render = function () {
|
|
64323
64323
|
var _vm = this
|
|
64324
64324
|
var _h = _vm.$createElement
|
|
64325
64325
|
var _c = _vm._self._c || _h
|
|
@@ -64484,11 +64484,11 @@ var messagevue_type_template_id_1e1fa588_render = function () {
|
|
|
64484
64484
|
1
|
|
64485
64485
|
)
|
|
64486
64486
|
}
|
|
64487
|
-
var
|
|
64488
|
-
|
|
64487
|
+
var messagevue_type_template_id_cbe7afdc_staticRenderFns = []
|
|
64488
|
+
messagevue_type_template_id_cbe7afdc_render._withStripped = true
|
|
64489
64489
|
|
|
64490
64490
|
|
|
64491
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/message.vue?vue&type=template&id=
|
|
64491
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/message.vue?vue&type=template&id=cbe7afdc&
|
|
64492
64492
|
|
|
64493
64493
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/message.vue?vue&type=script&lang=js&
|
|
64494
64494
|
var messagevue_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; };
|
|
@@ -64608,6 +64608,8 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
64608
64608
|
total: function total(val, old) {
|
|
64609
64609
|
if (parseInt(val, 10) < parseInt(old, 10) && this.index !== null) {
|
|
64610
64610
|
this.handleRemove();
|
|
64611
|
+
} else {
|
|
64612
|
+
this.getMsg(true);
|
|
64611
64613
|
}
|
|
64612
64614
|
}
|
|
64613
64615
|
},
|
|
@@ -64729,7 +64731,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
64729
64731
|
title: title,
|
|
64730
64732
|
id: id
|
|
64731
64733
|
}, jsonData, {
|
|
64732
|
-
callback: '
|
|
64734
|
+
callback: 'deleteMessage'
|
|
64733
64735
|
})
|
|
64734
64736
|
});
|
|
64735
64737
|
return;
|
|
@@ -64791,8 +64793,8 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
64791
64793
|
|
|
64792
64794
|
var message_component = normalizeComponent(
|
|
64793
64795
|
simplicity_messagevue_type_script_lang_js_,
|
|
64794
|
-
|
|
64795
|
-
|
|
64796
|
+
messagevue_type_template_id_cbe7afdc_render,
|
|
64797
|
+
messagevue_type_template_id_cbe7afdc_staticRenderFns,
|
|
64796
64798
|
false,
|
|
64797
64799
|
null,
|
|
64798
64800
|
null,
|
|
@@ -94381,7 +94383,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94381
94383
|
}
|
|
94382
94384
|
|
|
94383
94385
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94384
|
-
version: '0.7.
|
|
94386
|
+
version: '0.7.41',
|
|
94385
94387
|
install: install,
|
|
94386
94388
|
Button: packages_button,
|
|
94387
94389
|
ButtonGroup: button_group,
|