dolphin-weex-ui 1.1.6 → 1.1.7

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.7
3
+ - [!] 修复dof-modal组件iOS、安卓两端交互不一致问题
4
+ - date: 2023/05/17
5
+
2
6
  ## 1.1.6
3
7
  - [!] 新增dof-status设备状态组件
4
8
  - date: 2023/05/10
@@ -23230,7 +23230,8 @@ exports.default = {
23230
23230
  // add by lau
23231
23231
  moreBtnClicked: function moreBtnClicked(index, text) {
23232
23232
  this.$emit('btnItemClicked', {
23233
- index: index, text: text
23233
+ index: index,
23234
+ text: text
23234
23235
  });
23235
23236
  }
23236
23237
  }
@@ -23401,6 +23402,14 @@ exports.default = {
23401
23402
  //
23402
23403
  //
23403
23404
  //
23405
+ //
23406
+ //
23407
+ //
23408
+ //
23409
+ //
23410
+ //
23411
+ //
23412
+ //
23404
23413
 
23405
23414
  /***/ }),
23406
23415
  /* 305 */
@@ -37426,17 +37435,17 @@ module.exports = {
37426
37435
  "width": "476",
37427
37436
  "height": "64",
37428
37437
  "lineHeight": "64",
37429
- "backgroundColor": "#FFFFFF",
37430
- "placeholderColor": "#8C8C8C",
37431
- "borderColor": "#9F9F9F",
37438
+ "backgroundColor": "#ffffff",
37439
+ "placeholderColor": "#8c8c8c",
37440
+ "borderColor": "#9f9f9f",
37432
37441
  "borderWidth": "1",
37433
37442
  "borderStyle": "solid",
37434
- "border:active": "1px solid #9F9F9F !important"
37443
+ "border:active": "1px solid #9f9f9f !important"
37435
37444
  },
37436
37445
  "modal-footer": {
37437
37446
  "flexDirection": "row",
37438
37447
  "alignItems": "center",
37439
- "borderTopColor": "#C8C7CC",
37448
+ "borderTopColor": "#c8c7cc",
37440
37449
  "borderTopWidth": "1",
37441
37450
  "borderTop": "1px solid #f3f3f3"
37442
37451
  },
@@ -37448,7 +37457,7 @@ module.exports = {
37448
37457
  "height": "90"
37449
37458
  },
37450
37459
  "cancel": {
37451
- "borderRightColor": "#C8C7CC",
37460
+ "borderRightColor": "#c8c7cc",
37452
37461
  "borderRightWidth": "1",
37453
37462
  "borderRight": "1px solid #f3f3f3"
37454
37463
  },
@@ -37465,7 +37474,7 @@ module.exports = {
37465
37474
  "justifyContent": "center",
37466
37475
  "flex": 1,
37467
37476
  "height": "90",
37468
- "borderTopColor": "#C8C7CC",
37477
+ "borderTopColor": "#c8c7cc",
37469
37478
  "borderTopWidth": "1",
37470
37479
  "borderTop": "1px solid #f3f3f3"
37471
37480
  }
@@ -42183,17 +42192,20 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
42183
42192
  "show": _vm.show,
42184
42193
  "hasAnimation": false,
42185
42194
  "opacity": "0.3"
42186
- },
42187
- on: {
42188
- "dofOverlayBodyClicked": _vm.layoutClick
42189
42195
  }
42190
42196
  }) : _vm._e(), (_vm.show) ? _c('div', {
42191
42197
  staticClass: ["wrapper"],
42192
42198
  style: {
42193
42199
  height: _vm.pageHeight + 'px'
42200
+ },
42201
+ on: {
42202
+ "click": _vm.layoutClick
42194
42203
  }
42195
42204
  }, [_c('div', {
42196
- staticClass: ["modal-box"]
42205
+ staticClass: ["modal-box"],
42206
+ on: {
42207
+ "click": function () {}
42208
+ }
42197
42209
  }, [_c('div', {
42198
42210
  staticClass: ["modal-content"]
42199
42211
  }, [_vm._t("title", [(_vm.title) ? _c('text', {