dolphin-weex-ui 0.3.8 → 0.3.9

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,5 +1,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 0.3.9
4
+ - [!] dof-actionsheet 修复未适配iphone刘海屏bug
5
+ - [!] dof-cell 修复左侧icon图标被截bug
6
+ - date: 2022/8/18
7
+
3
8
  ## 0.3.8
4
9
  - [!] dof-actionsheet 新增props值,支持部分修改样式
5
10
  - date: 2022/8/04
@@ -14246,6 +14246,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
14246
14246
  //
14247
14247
  //
14248
14248
  //
14249
+ //
14250
+ //
14249
14251
 
14250
14252
  var animation = weex.requireModule('animation');
14251
14253
  var platform = weex.config.env.platform;
@@ -14382,7 +14384,14 @@ module.exports = {
14382
14384
  weex.config.env.deviceModel === 'iPhone11,2' || // iPhone XS
14383
14385
  weex.config.env.deviceModel === 'iPhone11,4' || weex.config.env.deviceModel === 'iPhone11,6' || // iPhone XS Max
14384
14386
  weex.config.env.deviceModel === 'iPhone12,1' || // iPhone11
14385
- weex.config.env.deviceModel === 'iPhone12,3' || weex.config.env.deviceModel === 'iPhone12,5') // iPhone 11 Pro iPhone 11 Pro Max
14387
+ weex.config.env.deviceModel === 'iPhone12,3' || weex.config.env.deviceModel === 'iPhone12,5' || // iPhone 11 Pro iPhone 11 Pro Max
14388
+ weex.config.env.deviceModel === 'iPhone13,1' || weex.config.env.deviceModel === 'iPhone13,2' || // iPhone12 Mini && iPhone12
14389
+ weex.config.env.deviceModel === 'iPhone13,3' || //iPhone12 Pro
14390
+ weex.config.env.deviceModel === 'iPhone13,4' || // iPhone12 Pro Max
14391
+ weex.config.env.deviceModel === 'iPhone14,4' || //iPhone 13 mini
14392
+ weex.config.env.deviceModel === 'iPhone14,5' || //iPhone 13
14393
+ weex.config.env.deviceModel === 'iPhone14,2' || //iPhone 13 Pro
14394
+ weex.config.env.deviceModel === 'Iphone14,3') //iPhone 13 Pro Max
14386
14395
  ;
14387
14396
  }
14388
14397
 
@@ -15715,6 +15724,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
15715
15724
  //
15716
15725
  //
15717
15726
  //
15727
+ //
15728
+ //
15729
+ //
15730
+ //
15731
+ //
15718
15732
 
15719
15733
  var icon = __webpack_require__(1);
15720
15734
 
@@ -34901,7 +34915,11 @@ module.exports = {
34901
34915
  },
34902
34916
  "left-img": {
34903
34917
  "width": "64",
34904
- "height": "64"
34918
+ "height": "64",
34919
+ "paddingTop": "8",
34920
+ "paddingRight": "8",
34921
+ "paddingBottom": "8",
34922
+ "paddingLeft": "8"
34905
34923
  },
34906
34924
  "main-container": {
34907
34925
  "flex": 1,