dolphin-weex-ui 2.1.6 → 2.1.8

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,15 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.1.8
4
+
5
+ - [ ! ] 优化dof-cell、dof-iconfont组件,支持使用自定义字体图标
6
+ - [ ! ] date: 2024/05/23
7
+
8
+ ## 2.1.7
9
+
10
+ - [ ! ] 修复dof-searchbar default类型右侧插槽失效问题
11
+ - [ ! ] date: 2024/05/23
12
+
3
13
  ## 2.1.6
4
14
 
5
15
  - [ ! ] dof-modal、dof-bottom-bar、dof-popup、dof-result、dof-searchbar、dof-tab-page等组件放开宽度参数,支持iPad等大屏设备适配
@@ -19317,6 +19317,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19317
19317
  //
19318
19318
  //
19319
19319
  //
19320
+ //
19321
+ //
19320
19322
 
19321
19323
  var icon = __webpack_require__(3);
19322
19324
  var modal = weex.requireModule('modal');
@@ -24763,12 +24765,15 @@ exports.default = {
24763
24765
  default: function _default() {
24764
24766
  return {};
24765
24767
  }
24768
+ },
24769
+ fontFamily: {
24770
+ type: String,
24771
+ default: COLMO_ICONFONT_NAME
24766
24772
  }
24767
24773
  },
24768
24774
  data: function data() {
24769
24775
  return {
24770
- isInit: weex.config.env.isInit === true || false,
24771
- fontFamily: COLMO_ICONFONT_NAME
24776
+ isInit: weex.config.env.isInit === true || false
24772
24777
  };
24773
24778
  },
24774
24779
 
@@ -33704,6 +33709,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
33704
33709
  //
33705
33710
  //
33706
33711
  //
33712
+ //
33713
+ //
33707
33714
 
33708
33715
  exports.default = {
33709
33716
  mixins: [_colmo2.default],
@@ -47465,13 +47472,13 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
47465
47472
  on: {
47466
47473
  "dofIconFontClicked": _vm.closeClicked
47467
47474
  }
47468
- }) : _vm._e(), (_vm.showRightContent) ? _c('text', {
47475
+ }) : _vm._e(), _vm._t("rightContent", [(_vm.showRightContent) ? _c('text', {
47469
47476
  class: ['search-bar-button', 'search-bar-button-' + _vm.theme],
47470
47477
  style: _vm.buttonStyle,
47471
47478
  on: {
47472
47479
  "click": _vm.rightClicked
47473
47480
  }
47474
- }, [_vm._v(_vm._s(_vm.rightLabel))]) : _vm._e()], 1) : _vm._e(), (_vm.mod === 'default' && _vm.backArrow) ? _c('div', {
47481
+ }, [_vm._v(_vm._s(_vm.rightLabel))]) : _vm._e()])], 2) : _vm._e(), (_vm.mod === 'default' && _vm.backArrow) ? _c('div', {
47475
47482
  class: ['dof-search-bar', 'dof-search-bar-' + _vm.theme],
47476
47483
  style: _vm.barStyle
47477
47484
  }, [(_vm._theme == '') ? _c('image', {
@@ -48072,13 +48079,13 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
48072
48079
  }
48073
48080
  })])], 2) : _vm._e(), (_vm.avatarIconFont) ? _c('div', {
48074
48081
  staticClass: ["circle-bg"]
48075
- }, [_c('dof-iconfont', {
48082
+ }, [_vm._t("leftIconFont", [_c('dof-iconfont', {
48076
48083
  attrs: {
48077
48084
  "code": _vm.avatarIconFont,
48078
48085
  "size": _vm.avatarIconFontSize,
48079
48086
  "color": _vm._isColmo ? 'rgba(255,255,255,0.80)' : '#333333'
48080
48087
  }
48081
- })], 1) : _vm._e(), (_vm.hasDot) ? _c('div', {
48088
+ })])], 2) : _vm._e(), (_vm.hasDot) ? _c('div', {
48082
48089
  staticClass: ["dot-tip"],
48083
48090
  class: [_vm.badgeNum && 'dotRight'],
48084
48091
  style: _vm.badgeStyle