eoss-mobiles 0.2.45 → 0.2.47

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.
@@ -5528,8 +5528,8 @@ radio_src_main.install = function (Vue) {
5528
5528
  };
5529
5529
 
5530
5530
  /* harmony default export */ var packages_radio = (radio_src_main);
5531
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=6f8d4ed8&
5532
- var mainvue_type_template_id_6f8d4ed8_render = function () {
5531
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=6b7f8129&
5532
+ var mainvue_type_template_id_6b7f8129_render = function () {
5533
5533
  var _vm = this
5534
5534
  var _h = _vm.$createElement
5535
5535
  var _c = _vm._self._c || _h
@@ -5796,11 +5796,11 @@ var mainvue_type_template_id_6f8d4ed8_render = function () {
5796
5796
  1
5797
5797
  )
5798
5798
  }
5799
- var mainvue_type_template_id_6f8d4ed8_staticRenderFns = []
5800
- mainvue_type_template_id_6f8d4ed8_render._withStripped = true
5799
+ var mainvue_type_template_id_6b7f8129_staticRenderFns = []
5800
+ mainvue_type_template_id_6b7f8129_render._withStripped = true
5801
5801
 
5802
5802
 
5803
- // CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=6f8d4ed8&
5803
+ // CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=6b7f8129&
5804
5804
 
5805
5805
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=script&lang=js&
5806
5806
  var src_mainvue_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; };
@@ -6143,6 +6143,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6143
6143
 
6144
6144
  methods: {
6145
6145
  handleClick: function handleClick(val) {
6146
+ if (this.disabled || this.readonly) return;
6146
6147
  if (this.linkTag) {
6147
6148
  this.$emit('tagClick', val);
6148
6149
  } else {
@@ -6358,8 +6359,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6358
6359
 
6359
6360
  var picker_src_main_component = normalizeComponent(
6360
6361
  packages_picker_src_mainvue_type_script_lang_js_,
6361
- mainvue_type_template_id_6f8d4ed8_render,
6362
- mainvue_type_template_id_6f8d4ed8_staticRenderFns,
6362
+ mainvue_type_template_id_6b7f8129_render,
6363
+ mainvue_type_template_id_6b7f8129_staticRenderFns,
6363
6364
  false,
6364
6365
  null,
6365
6366
  null,
@@ -6830,8 +6831,8 @@ uploader_src_main.install = function (Vue) {
6830
6831
  };
6831
6832
 
6832
6833
  /* harmony default export */ var uploader = (uploader_src_main);
6833
- // 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=3fb10550&
6834
- var mainvue_type_template_id_3fb10550_render = function () {
6834
+ // 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=16677764&
6835
+ var mainvue_type_template_id_16677764_render = function () {
6835
6836
  var _vm = this
6836
6837
  var _h = _vm.$createElement
6837
6838
  var _c = _vm._self._c || _h
@@ -6850,7 +6851,7 @@ var mainvue_type_template_id_3fb10550_render = function () {
6850
6851
  "van-grid",
6851
6852
  _vm._g(
6852
6853
  _vm._b(
6853
- { attrs: { "column-num": _vm.columnNum } },
6854
+ { attrs: { border: _vm.border, "column-num": _vm.columnNum } },
6854
6855
  "van-grid",
6855
6856
  _vm.$attrs,
6856
6857
  false
@@ -6879,7 +6880,7 @@ var mainvue_type_template_id_3fb10550_render = function () {
6879
6880
  staticClass: "menu-list-draggable-item",
6880
6881
  staticStyle: { width: "100%" },
6881
6882
  },
6882
- _vm._l(_vm.newData, function (item, index) {
6883
+ _vm._l(_vm.newData, function (item) {
6883
6884
  return _c(
6884
6885
  "div",
6885
6886
  {
@@ -6890,9 +6891,13 @@ var mainvue_type_template_id_3fb10550_render = function () {
6890
6891
  100 / _vm.columnNum +
6891
6892
  "%",
6892
6893
  on: {
6893
- click: function ($event) {
6894
+ mousedown: function ($event) {
6895
+ $event.stopPropagation()
6896
+ _vm.onMouseDown(item)
6897
+ },
6898
+ mouseup: function ($event) {
6894
6899
  $event.stopPropagation()
6895
- _vm.goView($event, item)
6900
+ _vm.onMouseUp($event, item)
6896
6901
  },
6897
6902
  },
6898
6903
  },
@@ -6920,14 +6925,6 @@ var mainvue_type_template_id_3fb10550_render = function () {
6920
6925
  _vm.$attrs["icon-size"]
6921
6926
  : "",
6922
6927
  },
6923
- on: {
6924
- touchstart: function ($event) {
6925
- _vm.touchstart(item, index)
6926
- },
6927
- touchend: function ($event) {
6928
- _vm.touchend(item, index)
6929
- },
6930
- },
6931
6928
  },
6932
6929
  [
6933
6930
  item.icon.startsWith("http") ||
@@ -6981,7 +6978,7 @@ var mainvue_type_template_id_3fb10550_render = function () {
6981
6978
  },
6982
6979
  [
6983
6980
  _vm._v(
6984
- "\n " +
6981
+ "\n " +
6985
6982
  _vm._s(
6986
6983
  _vm.maxBadge &&
6987
6984
  !isNaN(item.badge) &&
@@ -6990,12 +6987,27 @@ var mainvue_type_template_id_3fb10550_render = function () {
6990
6987
  ? _vm.maxBadge + "+"
6991
6988
  : item.badge
6992
6989
  ) +
6993
- "\n "
6990
+ "\n "
6994
6991
  ),
6995
6992
  ]
6996
6993
  ),
6997
6994
  ]
6998
6995
  ),
6996
+ _c("em-popover", {
6997
+ attrs: {
6998
+ placement: _vm.placement,
6999
+ theme: _vm.popoverTheme,
7000
+ actions: _vm.popoverActions,
7001
+ },
7002
+ on: { select: _vm.popoverSelect },
7003
+ model: {
7004
+ value: item.showPopover,
7005
+ callback: function ($$v) {
7006
+ _vm.$set(item, "showPopover", $$v)
7007
+ },
7008
+ expression: "item.showPopover",
7009
+ },
7010
+ }),
6999
7011
  _c(
7000
7012
  "span",
7001
7013
  { staticClass: "van-grid-item__text" },
@@ -7041,151 +7053,169 @@ var mainvue_type_template_id_3fb10550_render = function () {
7041
7053
  1
7042
7054
  )
7043
7055
  : _vm._e(),
7044
- _vm._l(_vm.newData, function (item, index) {
7056
+ _vm._l(_vm.newData, function (item) {
7045
7057
  return _c(
7046
- "van-grid-item",
7047
- _vm._b(
7048
- {
7049
- directives: [
7050
- {
7051
- name: "show",
7052
- rawName: "v-show",
7053
- value:
7054
- _vm.newData && _vm.newData.length > 0 && !_vm.draggable,
7055
- expression: "newData && newData.length > 0 && !draggable",
7056
- },
7057
- ],
7058
- key: index,
7059
- class: { "em-grid-ellipsis": _vm.textEllipsis },
7060
- style: "width:" + 100 / _vm.columnNum + "%;",
7061
- on: {
7062
- click: function ($event) {
7063
- $event.stopPropagation()
7064
- _vm.goView($event, item)
7065
- },
7058
+ "div",
7059
+ {
7060
+ directives: [
7061
+ {
7062
+ name: "show",
7063
+ rawName: "v-show",
7064
+ value:
7065
+ _vm.newData && _vm.newData.length > 0 && !_vm.draggable,
7066
+ expression: "newData && newData.length > 0 && !draggable",
7067
+ },
7068
+ ],
7069
+ key: item.id,
7070
+ staticClass: "van-grid-item",
7071
+ class: { "border-none": !_vm.border },
7072
+ style:
7073
+ "display: inline-block;width:" + 100 / _vm.columnNum + "%",
7074
+ on: {
7075
+ click: function ($event) {
7076
+ $event.stopPropagation()
7077
+ _vm.goView($event, item)
7066
7078
  },
7067
7079
  },
7068
- "van-grid-item",
7069
- item,
7070
- false
7071
- ),
7080
+ },
7072
7081
  [
7073
7082
  _c(
7074
- "i",
7083
+ "div",
7075
7084
  {
7076
- staticClass: "van-icon van-grid-item__icon",
7077
- class:
7078
- item.icon.startsWith("http") &&
7079
- item.icon.indexOf("/") != -1
7080
- ? ""
7081
- : "van-icon-" + item.icon,
7082
- style: {
7083
- fontSize:
7084
- item.iconSize || _vm.$attrs["icon-size"]
7085
- ? item.iconSize || _vm.$attrs["icon-size"]
7086
- : "",
7087
- },
7088
- on: {
7089
- touchstart: function ($event) {
7090
- _vm.touchstart(item, index)
7091
- },
7092
- touchend: function ($event) {
7093
- _vm.touchend(item, index)
7094
- },
7095
- },
7085
+ staticClass:
7086
+ "van-grid-item__content van-grid-item__content--center van-hairline",
7096
7087
  },
7097
7088
  [
7098
- item.icon.startsWith("http") || item.icon.indexOf("/") != -1
7099
- ? _c("img", {
7100
- staticClass: "van-icon__image",
7101
- style: {
7102
- width:
7103
- item.iconSize || _vm.$attrs["icon-size"]
7104
- ? item.iconSize || _vm.$attrs["icon-size"]
7105
- : "",
7106
- height:
7107
- item.iconSize || _vm.$attrs["icon-size"]
7108
- ? item.iconSize || _vm.$attrs["icon-size"]
7109
- : "",
7110
- },
7111
- attrs: { src: item.icon },
7112
- })
7113
- : _vm._e(),
7114
- _c("div", {
7115
- directives: [
7116
- {
7117
- name: "show",
7118
- rawName: "v-show",
7119
- value: item.dot,
7120
- expression: "item.dot",
7121
- },
7122
- ],
7123
- staticClass: "van-info van-info--dot",
7124
- style: { background: item.dotColor || "" },
7125
- }),
7126
7089
  _c(
7127
- "div",
7090
+ "i",
7128
7091
  {
7129
- directives: [
7130
- {
7131
- name: "show",
7132
- rawName: "v-show",
7133
- value: item.badge,
7134
- expression: "item.badge",
7135
- },
7136
- ],
7137
- staticClass: "van-info",
7138
- style: { background: _vm.badgeColor || "" },
7092
+ staticClass: "van-icon van-grid-item__icon",
7093
+ class:
7094
+ item.icon.startsWith("http") &&
7095
+ item.icon.indexOf("/") != -1
7096
+ ? ""
7097
+ : "van-icon-" + item.icon,
7098
+ style: {
7099
+ fontSize:
7100
+ item.iconSize || _vm.$attrs["icon-size"]
7101
+ ? item.iconSize || _vm.$attrs["icon-size"]
7102
+ : "",
7103
+ },
7139
7104
  },
7140
7105
  [
7141
- _vm._v(
7142
- "\n " +
7143
- _vm._s(
7144
- _vm.maxBadge &&
7145
- !isNaN(item.badge) &&
7146
- Number(_vm.maxBadge) < Number(item.badge)
7147
- ? _vm.maxBadge + "+"
7148
- : item.badge
7149
- ) +
7150
- "\n "
7106
+ item.icon.startsWith("http") ||
7107
+ item.icon.indexOf("/") != -1
7108
+ ? _c("img", {
7109
+ staticClass: "van-icon__image",
7110
+ style: {
7111
+ width:
7112
+ item.iconSize || _vm.$attrs["icon-size"]
7113
+ ? item.iconSize || _vm.$attrs["icon-size"]
7114
+ : "",
7115
+ height:
7116
+ item.iconSize || _vm.$attrs["icon-size"]
7117
+ ? item.iconSize || _vm.$attrs["icon-size"]
7118
+ : "",
7119
+ },
7120
+ attrs: { src: item.icon },
7121
+ })
7122
+ : _vm._e(),
7123
+ _c("div", {
7124
+ directives: [
7125
+ {
7126
+ name: "show",
7127
+ rawName: "v-show",
7128
+ value: item.dot,
7129
+ expression: "item.dot",
7130
+ },
7131
+ ],
7132
+ staticClass: "van-info van-info--dot",
7133
+ style: { background: item.dotColor || "" },
7134
+ }),
7135
+ _c(
7136
+ "div",
7137
+ {
7138
+ directives: [
7139
+ {
7140
+ name: "show",
7141
+ rawName: "v-show",
7142
+ value: item.badge,
7143
+ expression: "item.badge",
7144
+ },
7145
+ ],
7146
+ staticClass: "van-info",
7147
+ style: { background: _vm.badgeColor || "" },
7148
+ },
7149
+ [
7150
+ _vm._v(
7151
+ "\n " +
7152
+ _vm._s(
7153
+ _vm.maxBadge &&
7154
+ !isNaN(item.badge) &&
7155
+ Number(_vm.maxBadge) < Number(item.badge)
7156
+ ? _vm.maxBadge + "+"
7157
+ : item.badge
7158
+ ) +
7159
+ "\n "
7160
+ ),
7161
+ ]
7151
7162
  ),
7152
7163
  ]
7153
7164
  ),
7154
- ]
7155
- ),
7156
- _c("span", { staticClass: "van-grid-item__text" }, [
7157
- _vm._v(_vm._s(item.text)),
7158
- ]),
7159
- _vm.showHide && item.menuType != "add"
7160
- ? _c("van-icon", {
7161
- staticClass: "em-grid-del",
7162
- attrs: { name: "clear", size: "20px" },
7165
+ _c("em-popover", {
7166
+ attrs: {
7167
+ placement: _vm.placement,
7168
+ theme: _vm.popoverTheme,
7169
+ actions: _vm.popoverActions,
7170
+ },
7163
7171
  on: {
7164
- click: function ($event) {
7165
- $event.stopPropagation()
7166
- _vm.handleHide(item)
7172
+ select: function ($event) {
7173
+ _vm.popoverSelect($event, item)
7167
7174
  },
7168
7175
  },
7169
- })
7170
- : _vm._e(),
7171
- item.showMenu
7172
- ? _c(
7173
- "div",
7174
- { staticClass: "em-grid-select-box" },
7175
- [
7176
- _c("van-icon", {
7177
- attrs: {
7178
- size: "30px",
7179
- color: "#fff",
7180
- name: "success",
7176
+ model: {
7177
+ value: item.showPopover,
7178
+ callback: function ($$v) {
7179
+ _vm.$set(item, "showPopover", $$v)
7180
+ },
7181
+ expression: "item.showPopover",
7182
+ },
7183
+ }),
7184
+ _c("span", { staticClass: "van-grid-item__text" }, [
7185
+ _vm._v(_vm._s(item.text)),
7186
+ ]),
7187
+ _vm.showHide && item.menuType != "add"
7188
+ ? _c("van-icon", {
7189
+ staticClass: "em-grid-del",
7190
+ attrs: { name: "clear", size: "20px" },
7191
+ on: {
7192
+ click: function ($event) {
7193
+ $event.stopPropagation()
7194
+ _vm.handleHide(item)
7195
+ },
7181
7196
  },
7182
- }),
7183
- ],
7184
- 1
7185
- )
7186
- : _vm._e(),
7187
- ],
7188
- 1
7197
+ })
7198
+ : _vm._e(),
7199
+ item.showMenu
7200
+ ? _c(
7201
+ "div",
7202
+ { staticClass: "em-grid-select-box" },
7203
+ [
7204
+ _c("van-icon", {
7205
+ attrs: {
7206
+ size: "30px",
7207
+ color: "#fff",
7208
+ name: "success",
7209
+ },
7210
+ }),
7211
+ ],
7212
+ 1
7213
+ )
7214
+ : _vm._e(),
7215
+ ],
7216
+ 1
7217
+ ),
7218
+ ]
7189
7219
  )
7190
7220
  }),
7191
7221
  _vm._t("default"),
@@ -7269,11 +7299,11 @@ var mainvue_type_template_id_3fb10550_render = function () {
7269
7299
  1
7270
7300
  )
7271
7301
  }
7272
- var mainvue_type_template_id_3fb10550_staticRenderFns = []
7273
- mainvue_type_template_id_3fb10550_render._withStripped = true
7302
+ var mainvue_type_template_id_16677764_staticRenderFns = []
7303
+ mainvue_type_template_id_16677764_render._withStripped = true
7274
7304
 
7275
7305
 
7276
- // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=3fb10550&
7306
+ // CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=16677764&
7277
7307
 
7278
7308
  // EXTERNAL MODULE: external "vuedraggable"
7279
7309
  var external_vuedraggable_ = __webpack_require__(5);
@@ -7434,6 +7464,70 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7434
7464
  //
7435
7465
  //
7436
7466
  //
7467
+ //
7468
+ //
7469
+ //
7470
+ //
7471
+ //
7472
+ //
7473
+ //
7474
+ //
7475
+ //
7476
+ //
7477
+ //
7478
+ //
7479
+ //
7480
+ //
7481
+ //
7482
+ //
7483
+ //
7484
+ //
7485
+ //
7486
+ //
7487
+ //
7488
+ //
7489
+ //
7490
+ //
7491
+ //
7492
+ //
7493
+ //
7494
+ //
7495
+ //
7496
+ //
7497
+ //
7498
+ //
7499
+ //
7500
+ //
7501
+ //
7502
+ //
7503
+ //
7504
+ //
7505
+ //
7506
+ //
7507
+ //
7508
+ //
7509
+ //
7510
+ //
7511
+ //
7512
+ //
7513
+ //
7514
+ //
7515
+ //
7516
+ //
7517
+ //
7518
+ //
7519
+ //
7520
+ //
7521
+ //
7522
+ //
7523
+ //
7524
+ //
7525
+ //
7526
+ //
7527
+ //
7528
+ //
7529
+ //
7530
+ //
7437
7531
 
7438
7532
 
7439
7533
  /* harmony default export */ var grid_src_mainvue_type_script_lang_js_ = ({
@@ -7492,15 +7586,38 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7492
7586
  draggable: {
7493
7587
  type: Boolean,
7494
7588
  default: false
7589
+ },
7590
+ popoverActions: {
7591
+ type: Array,
7592
+ default: function _default() {
7593
+ return [{ text: '隐藏菜单', type: 'hideMenu' }];
7594
+ }
7595
+ },
7596
+ isTouch: {
7597
+ type: Boolean,
7598
+ default: false
7599
+ },
7600
+ placement: {
7601
+ type: String,
7602
+ default: 'top'
7603
+ },
7604
+ popoverTheme: {
7605
+ type: String,
7606
+ default: 'dark'
7607
+ },
7608
+ border: {
7609
+ type: Boolean,
7610
+ default: true
7495
7611
  }
7496
7612
  },
7497
7613
  data: function data() {
7498
7614
  return {
7499
- lastTapTime: 0,
7500
7615
  timer: null,
7501
7616
  showHide: false,
7617
+ isLongPress: false,
7502
7618
  newData: [],
7503
7619
  show: false,
7620
+ showPopover: false,
7504
7621
  selectMenuArr: [],
7505
7622
  hideMenuList: []
7506
7623
  };
@@ -7526,31 +7643,56 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7526
7643
  }
7527
7644
  },
7528
7645
  methods: {
7529
- touchstart: function touchstart(val, inexd) {
7530
- console.log('点击了了');
7646
+ popoverSelect: function popoverSelect(val, item) {
7647
+ if (val.type == 'hideMenu') {
7648
+ this.handleHide(item);
7649
+ } else {
7650
+ this.$emit('touchSelect', { action: val, data: item });
7651
+ }
7531
7652
  },
7532
- touchend: function touchend(val, a) {
7533
- console.log('松开了');
7653
+ onMouseDown: function onMouseDown(item) {
7654
+ var _this = this;
7655
+
7656
+ // this.showPopover = true
7657
+ if (this.draggable || !this.isTouch) return;
7658
+ this.isLongPress = false;
7659
+ this.timer = setTimeout(function () {
7660
+ if (_this.isLongPress === false) {
7661
+ _this.isLongPress = true;
7662
+ _this.lastTapTime = new Date().getTime();
7663
+ _this.$set(item, 'showPopover', true);
7664
+ }
7665
+ }, 500);
7666
+ },
7667
+ onMouseUp: function onMouseUp($event, item) {
7668
+ if (this.isLongPress === false) {
7669
+ this.lastTapTime = new Date().getTime();
7670
+ this.$set(item, 'showPopover', false);
7671
+ this.goView($event, item);
7672
+ // 执行相应的操作
7673
+ }
7674
+ this.isLongPress = false;
7675
+ clearTimeout(this.timer);
7534
7676
  },
7535
7677
  hideDelIcon: function hideDelIcon() {
7536
7678
  this.showHide = false;
7537
7679
  },
7538
7680
  handleShowMenu: function handleShowMenu() {
7539
- var _this = this;
7681
+ var _this2 = this;
7540
7682
 
7541
7683
  var str = this.selectMenuArr;
7542
7684
  // let str = this.selectMenuArr.join(',');
7543
7685
  if (Array.isArray(this.hideMenu)) {
7544
7686
  var hideArr = this.hideMenuList.filter(function (x) {
7545
- return str.indexOf(x[_this.hideMenuKey]) == -1;
7687
+ return str.indexOf(x[_this2.hideMenuKey]) == -1;
7546
7688
  });
7547
7689
  this.$emit('hide', hideArr);
7548
7690
  } else {
7549
7691
  var hide = this.hideMenuList.filter(function (x) {
7550
- return str.indexOf(x[_this.hideMenuKey]) == -1;
7692
+ return str.indexOf(x[_this2.hideMenuKey]) == -1;
7551
7693
  });
7552
7694
  hide = hide.map(function (x) {
7553
- return x[_this.hideMenuKey];
7695
+ return x[_this2.hideMenuKey];
7554
7696
  });
7555
7697
  this.$emit('hide', hide.join(','));
7556
7698
  }
@@ -7558,11 +7700,11 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7558
7700
  this.show = false;
7559
7701
  },
7560
7702
  selectMenu: function selectMenu(val) {
7561
- var _this2 = this;
7703
+ var _this3 = this;
7562
7704
 
7563
7705
  if (val.showMenu) {
7564
7706
  this.selectMenuArr = this.selectMenuArr.filter(function (x) {
7565
- return x != val[_this2.hideMenuKey];
7707
+ return x != val[_this3.hideMenuKey];
7566
7708
  });
7567
7709
  } else {
7568
7710
  this.selectMenuArr.push(val[this.hideMenuKey]);
@@ -7570,7 +7712,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7570
7712
  this.$set(val, 'showMenu', !val.showMenu);
7571
7713
  },
7572
7714
  defaultHide: function defaultHide(val) {
7573
- var _this3 = this;
7715
+ var _this4 = this;
7574
7716
 
7575
7717
  if (this.isHideMenu && val != undefined) {
7576
7718
  if (Array.isArray(val)) {
@@ -7579,18 +7721,18 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7579
7721
  });
7580
7722
  // let menuKey = val.map(x => x.id).join(',');
7581
7723
  this.newData = this.data.filter(function (x) {
7582
- return menuKey.indexOf(x[_this3.hideMenuKey]) == -1;
7724
+ return menuKey.indexOf(x[_this4.hideMenuKey]) == -1;
7583
7725
  });
7584
7726
  this.hideMenuList = this.data.filter(function (x) {
7585
- return menuKey.indexOf(x[_this3.hideMenuKey]) != -1;
7727
+ return menuKey.indexOf(x[_this4.hideMenuKey]) != -1;
7586
7728
  });
7587
7729
  } else {
7588
7730
  val = val + '';
7589
7731
  this.newData = this.data.filter(function (x) {
7590
- return val.indexOf(x[_this3.hideMenuKey]) == -1;
7732
+ return val.indexOf(x[_this4.hideMenuKey]) == -1;
7591
7733
  });
7592
7734
  this.hideMenuList = this.data.filter(function (x) {
7593
- return val.indexOf(x[_this3.hideMenuKey]) != -1;
7735
+ return val.indexOf(x[_this4.hideMenuKey]) != -1;
7594
7736
  });
7595
7737
  }
7596
7738
  }
@@ -7603,22 +7745,22 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7603
7745
  }
7604
7746
  },
7605
7747
  handleHide: function handleHide(item) {
7606
- var _this4 = this;
7748
+ var _this5 = this;
7607
7749
 
7608
7750
  this.$dialog.confirm({
7609
7751
  message: '\u786E\u5B9A\u8981\u9690\u85CF<span style="color:red;font-weight:bold;margin:0px 5px">' + item.text + '</span>\u83DC\u5355\u5417\uFF1F'
7610
7752
  }).then(function () {
7611
- if (Array.isArray(_this4.hideMenu)) {
7612
- var hideArr = [].concat(_this4.hideMenu, [item]);
7613
- _this4.$emit('hide', hideArr);
7753
+ if (Array.isArray(_this5.hideMenu)) {
7754
+ var hideArr = [].concat(_this5.hideMenu, [item]);
7755
+ _this5.$emit('hide', hideArr);
7614
7756
  } else {
7615
- var hideStr = _this4.hideMenu ? _this4.hideMenu + ',' + item[_this4.hideMenuKey] : item[_this4.hideMenuKey];
7616
- _this4.$emit('hide', hideStr);
7757
+ var hideStr = _this5.hideMenu ? _this5.hideMenu + ',' + item[_this5.hideMenuKey] : item[_this5.hideMenuKey];
7758
+ _this5.$emit('hide', hideStr);
7617
7759
  }
7618
7760
  });
7619
7761
  },
7620
7762
  goView: function goView(event, val) {
7621
- var _this5 = this;
7763
+ var _this6 = this;
7622
7764
 
7623
7765
  if (val.menuType === 'add') {
7624
7766
  this.show = true;
@@ -7627,6 +7769,9 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7627
7769
  var currentTime = new Date().getTime();
7628
7770
  var tapLength = currentTime - this.lastTapTime;
7629
7771
  this.lastTapTime = currentTime;
7772
+ // if (tapLength > 300) {
7773
+ // return;
7774
+ // }
7630
7775
  if (this.isHideMenu) {
7631
7776
  if (tapLength < 300) {
7632
7777
  this.handleDoubleClick(val);
@@ -7638,8 +7783,8 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7638
7783
  return;
7639
7784
  }
7640
7785
  this.timer = setTimeout(function () {
7641
- _this5.$emit('click', val, event);
7642
- _this5.targetStop && event.stopPropagation();
7786
+ _this6.$emit('click', val, event);
7787
+ _this6.targetStop && event.stopPropagation();
7643
7788
  }, 300);
7644
7789
  } else {
7645
7790
  this.$emit('click', val, event);
@@ -7666,8 +7811,8 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
7666
7811
 
7667
7812
  var grid_src_main_component = normalizeComponent(
7668
7813
  packages_grid_src_mainvue_type_script_lang_js_,
7669
- mainvue_type_template_id_3fb10550_render,
7670
- mainvue_type_template_id_3fb10550_staticRenderFns,
7814
+ mainvue_type_template_id_16677764_render,
7815
+ mainvue_type_template_id_16677764_staticRenderFns,
7671
7816
  false,
7672
7817
  null,
7673
7818
  null,
@@ -13449,8 +13594,8 @@ var StartFlow_component = normalizeComponent(
13449
13594
  )
13450
13595
 
13451
13596
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
13452
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=83d8e9b4&
13453
- var Handlevue_type_template_id_83d8e9b4_render = function () {
13597
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=8ae6ae06&
13598
+ var Handlevue_type_template_id_8ae6ae06_render = function () {
13454
13599
  var _vm = this
13455
13600
  var _h = _vm.$createElement
13456
13601
  var _c = _vm._self._c || _h
@@ -14447,11 +14592,11 @@ var Handlevue_type_template_id_83d8e9b4_render = function () {
14447
14592
  1
14448
14593
  )
14449
14594
  }
14450
- var Handlevue_type_template_id_83d8e9b4_staticRenderFns = []
14451
- Handlevue_type_template_id_83d8e9b4_render._withStripped = true
14595
+ var Handlevue_type_template_id_8ae6ae06_staticRenderFns = []
14596
+ Handlevue_type_template_id_8ae6ae06_render._withStripped = true
14452
14597
 
14453
14598
 
14454
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=83d8e9b4&
14599
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=8ae6ae06&
14455
14600
 
14456
14601
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=2c2891ac&
14457
14602
  var Rejectvue_type_template_id_2c2891ac_render = function () {
@@ -15523,6 +15668,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
15523
15668
  //
15524
15669
  //
15525
15670
  //
15671
+ //
15672
+ //
15526
15673
 
15527
15674
 
15528
15675
 
@@ -15898,12 +16045,19 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
15898
16045
  type: 'post',
15899
16046
  params: formData,
15900
16047
  format: false
15901
-
15902
16048
  }).then(function (res) {
15903
16049
  _this4.$toast.clear();
15904
- if (res.status == 'success') {
15905
- _this4.$toast('操作成功');
15906
- _this4.$parent.$emit('success');
16050
+ if (res.status == 'success' || res.status == 'readDealBackProcessing') {
16051
+ if (res.status == 'readDealBackProcessing') {
16052
+ _this4.$toast('由于阅办人数较多,任务后台执行中,稍后系统将为您推送阅办任务执行结果,请注意查收!');
16053
+ setTimeout(function () {
16054
+ _this4.$toast.clear();
16055
+ _this4.$parent.$emit('success');
16056
+ }, 1500);
16057
+ } else {
16058
+ _this4.$toast('操作成功');
16059
+ _this4.$parent.$emit('success');
16060
+ }
15907
16061
  } else {
15908
16062
  _this4.$emit('error');
15909
16063
  _this4.$toast(res.message);
@@ -16470,8 +16624,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
16470
16624
 
16471
16625
  var Handle_component = normalizeComponent(
16472
16626
  components_Handlevue_type_script_lang_js_,
16473
- Handlevue_type_template_id_83d8e9b4_render,
16474
- Handlevue_type_template_id_83d8e9b4_staticRenderFns,
16627
+ Handlevue_type_template_id_8ae6ae06_render,
16628
+ Handlevue_type_template_id_8ae6ae06_staticRenderFns,
16475
16629
  false,
16476
16630
  null,
16477
16631
  null,
@@ -22540,7 +22694,7 @@ if (typeof window !== 'undefined' && window.Vue) {
22540
22694
  }
22541
22695
 
22542
22696
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
22543
- version: '0.2.45',
22697
+ version: '0.2.47',
22544
22698
  install: install,
22545
22699
  Button: packages_button,
22546
22700
  ButtonGroup: button_group,