eoss-mobiles 0.2.40 → 0.2.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.
@@ -6824,8 +6824,8 @@ uploader_src_main.install = function (Vue) {
6824
6824
  };
6825
6825
 
6826
6826
  /* harmony default export */ var uploader = (uploader_src_main);
6827
- // 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=683d1686&
6828
- var mainvue_type_template_id_683d1686_render = function () {
6827
+ // 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=d496bafc&
6828
+ var mainvue_type_template_id_d496bafc_render = function () {
6829
6829
  var _vm = this
6830
6830
  var _h = _vm.$createElement
6831
6831
  var _c = _vm._self._c || _h
@@ -7060,11 +7060,11 @@ var mainvue_type_template_id_683d1686_render = function () {
7060
7060
  1
7061
7061
  )
7062
7062
  }
7063
- var mainvue_type_template_id_683d1686_staticRenderFns = []
7064
- mainvue_type_template_id_683d1686_render._withStripped = true
7063
+ var mainvue_type_template_id_d496bafc_staticRenderFns = []
7064
+ mainvue_type_template_id_d496bafc_render._withStripped = true
7065
7065
 
7066
7066
 
7067
- // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=683d1686&
7067
+ // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=d496bafc&
7068
7068
 
7069
7069
  // 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&
7070
7070
  //
@@ -7338,7 +7338,7 @@ mainvue_type_template_id_683d1686_render._withStripped = true
7338
7338
  var tapLength = currentTime - this.lastTapTime;
7339
7339
  this.lastTapTime = currentTime;
7340
7340
  if (this.isHideMenu) {
7341
- if (tapLength < 500) {
7341
+ if (tapLength < 300) {
7342
7342
  this.handleDoubleClick(val);
7343
7343
  clearTimeout(this.timer);
7344
7344
  return;
@@ -7350,7 +7350,7 @@ mainvue_type_template_id_683d1686_render._withStripped = true
7350
7350
  this.timer = setTimeout(function () {
7351
7351
  _this5.$emit('click', val, event);
7352
7352
  _this5.targetStop && event.stopPropagation();
7353
- }, 500);
7353
+ }, 300);
7354
7354
  } else {
7355
7355
  this.$emit('click', val, event);
7356
7356
  this.targetStop && event.stopPropagation();
@@ -7376,8 +7376,8 @@ mainvue_type_template_id_683d1686_render._withStripped = true
7376
7376
 
7377
7377
  var grid_src_main_component = normalizeComponent(
7378
7378
  packages_grid_src_mainvue_type_script_lang_js_,
7379
- mainvue_type_template_id_683d1686_render,
7380
- mainvue_type_template_id_683d1686_staticRenderFns,
7379
+ mainvue_type_template_id_d496bafc_render,
7380
+ mainvue_type_template_id_d496bafc_staticRenderFns,
7381
7381
  false,
7382
7382
  null,
7383
7383
  null,
@@ -22250,7 +22250,7 @@ if (typeof window !== 'undefined' && window.Vue) {
22250
22250
  }
22251
22251
 
22252
22252
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
22253
- version: '0.2.40',
22253
+ version: '0.2.41',
22254
22254
  install: install,
22255
22255
  Button: packages_button,
22256
22256
  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=683d1686&
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=d496bafc&
203
203
  var render = function () {
204
204
  var _vm = this
205
205
  var _h = _vm.$createElement
@@ -439,7 +439,7 @@ var staticRenderFns = []
439
439
  render._withStripped = true
440
440
 
441
441
 
442
- // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=683d1686&
442
+ // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=d496bafc&
443
443
 
444
444
  // 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&
445
445
  //
@@ -713,7 +713,7 @@ render._withStripped = true
713
713
  var tapLength = currentTime - this.lastTapTime;
714
714
  this.lastTapTime = currentTime;
715
715
  if (this.isHideMenu) {
716
- if (tapLength < 500) {
716
+ if (tapLength < 300) {
717
717
  this.handleDoubleClick(val);
718
718
  clearTimeout(this.timer);
719
719
  return;
@@ -725,7 +725,7 @@ render._withStripped = true
725
725
  this.timer = setTimeout(function () {
726
726
  _this5.$emit('click', val, event);
727
727
  _this5.targetStop && event.stopPropagation();
728
- }, 500);
728
+ }, 300);
729
729
  } else {
730
730
  this.$emit('click', val, event);
731
731
  this.targetStop && event.stopPropagation();