dolphin-weex-ui 1.1.4 → 1.1.5

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/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # 升级日志
2
+ ## 1.1.5
3
+ - [!] 修复dof-slider组件在iOS中报错问题
4
+ - date: 2023/05/10
5
+
2
6
  ## 1.1.4
3
7
  - [!] dof-cell组件增加自定义边框(适配卡片风格列表样式)
4
8
  - date: 2023/04/26
@@ -30961,14 +30961,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
30961
30961
  //
30962
30962
  //
30963
30963
  //
30964
- //
30965
- //
30966
- //
30967
- //
30968
- //
30969
- //
30970
- //
30971
- //
30972
30964
 
30973
30965
  var _dom = __webpack_require__(9);
30974
30966
 
@@ -43060,14 +43052,9 @@ module.exports.render._withStripped = true
43060
43052
  module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
43061
43053
  return _c('div', {
43062
43054
  staticClass: ["dof-slider"],
43063
- attrs: {
43064
- "shouldStopPropagationInterval": "1000000",
43065
- "shouldStopPropagationInitResult": "false"
43066
- },
43067
43055
  on: {
43068
- "stoppropagation": true,
43069
43056
  "touchstart": _vm.onTouchStart,
43070
- "touchmove": _vm.onTouchMove,
43057
+ "horizontalpan": _vm.onTouchMove,
43071
43058
  "touchend": _vm.onTouchEnd
43072
43059
  }
43073
43060
  }, [_c('div', {