eoss-mobiles 0.2.23 → 0.2.24

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.
@@ -6637,8 +6637,8 @@ uploader_src_main.install = function (Vue) {
6637
6637
  };
6638
6638
 
6639
6639
  /* harmony default export */ var uploader = (uploader_src_main);
6640
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=e083f8d2&
6641
- var mainvue_type_template_id_e083f8d2_render = function () {
6640
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=52a27892&
6641
+ var mainvue_type_template_id_52a27892_render = function () {
6642
6642
  var _vm = this
6643
6643
  var _h = _vm.$createElement
6644
6644
  var _c = _vm._self._c || _h
@@ -6694,11 +6694,11 @@ var mainvue_type_template_id_e083f8d2_render = function () {
6694
6694
  1
6695
6695
  )
6696
6696
  }
6697
- var mainvue_type_template_id_e083f8d2_staticRenderFns = []
6698
- mainvue_type_template_id_e083f8d2_render._withStripped = true
6697
+ var mainvue_type_template_id_52a27892_staticRenderFns = []
6698
+ mainvue_type_template_id_52a27892_render._withStripped = true
6699
6699
 
6700
6700
 
6701
- // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=e083f8d2&
6701
+ // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=52a27892&
6702
6702
 
6703
6703
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=script&lang=js&
6704
6704
  //
@@ -6734,7 +6734,7 @@ mainvue_type_template_id_e083f8d2_render._withStripped = true
6734
6734
  },
6735
6735
  methods: {
6736
6736
  goView: function goView(event, val) {
6737
- this.$emit('click', event, val);
6737
+ this.$emit('click', { event: event, info: val });
6738
6738
  }
6739
6739
  }
6740
6740
  });
@@ -6750,8 +6750,8 @@ mainvue_type_template_id_e083f8d2_render._withStripped = true
6750
6750
 
6751
6751
  var grid_src_main_component = normalizeComponent(
6752
6752
  packages_grid_src_mainvue_type_script_lang_js_,
6753
- mainvue_type_template_id_e083f8d2_render,
6754
- mainvue_type_template_id_e083f8d2_staticRenderFns,
6753
+ mainvue_type_template_id_52a27892_render,
6754
+ mainvue_type_template_id_52a27892_staticRenderFns,
6755
6755
  false,
6756
6756
  null,
6757
6757
  null,
@@ -20360,7 +20360,7 @@ if (typeof window !== 'undefined' && window.Vue) {
20360
20360
  }
20361
20361
 
20362
20362
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
20363
- version: '0.2.23',
20363
+ version: '0.2.24',
20364
20364
  install: install,
20365
20365
  Button: packages_button,
20366
20366
  ButtonGroup: button_group,
package/lib/grid.js CHANGED
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
  // ESM COMPAT FLAG
200
200
  __webpack_require__.r(__webpack_exports__);
201
201
 
202
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=e083f8d2&
202
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=52a27892&
203
203
  var render = function () {
204
204
  var _vm = this
205
205
  var _h = _vm.$createElement
@@ -260,7 +260,7 @@ var staticRenderFns = []
260
260
  render._withStripped = true
261
261
 
262
262
 
263
- // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=e083f8d2&
263
+ // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=52a27892&
264
264
 
265
265
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=script&lang=js&
266
266
  //
@@ -296,7 +296,7 @@ render._withStripped = true
296
296
  },
297
297
  methods: {
298
298
  goView: function goView(event, val) {
299
- this.$emit('click', event, val);
299
+ this.$emit('click', { event: event, info: val });
300
300
  }
301
301
  }
302
302
  });