dolphin-weex-ui 2.1.6 → 2.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,5 +1,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.1.7
4
+
5
+ - [ ! ] 修复dof-searchbar default类型右侧插槽失效问题
6
+ - [ ! ] date: 2024/05/23
7
+
3
8
  ## 2.1.6
4
9
 
5
10
  - [ ! ] dof-modal、dof-bottom-bar、dof-popup、dof-result、dof-searchbar、dof-tab-page等组件放开宽度参数,支持iPad等大屏设备适配
@@ -33704,6 +33704,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
33704
33704
  //
33705
33705
  //
33706
33706
  //
33707
+ //
33708
+ //
33707
33709
 
33708
33710
  exports.default = {
33709
33711
  mixins: [_colmo2.default],
@@ -47465,13 +47467,13 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
47465
47467
  on: {
47466
47468
  "dofIconFontClicked": _vm.closeClicked
47467
47469
  }
47468
- }) : _vm._e(), (_vm.showRightContent) ? _c('text', {
47470
+ }) : _vm._e(), _vm._t("rightContent", [(_vm.showRightContent) ? _c('text', {
47469
47471
  class: ['search-bar-button', 'search-bar-button-' + _vm.theme],
47470
47472
  style: _vm.buttonStyle,
47471
47473
  on: {
47472
47474
  "click": _vm.rightClicked
47473
47475
  }
47474
- }, [_vm._v(_vm._s(_vm.rightLabel))]) : _vm._e()], 1) : _vm._e(), (_vm.mod === 'default' && _vm.backArrow) ? _c('div', {
47476
+ }, [_vm._v(_vm._s(_vm.rightLabel))]) : _vm._e()])], 2) : _vm._e(), (_vm.mod === 'default' && _vm.backArrow) ? _c('div', {
47475
47477
  class: ['dof-search-bar', 'dof-search-bar-' + _vm.theme],
47476
47478
  style: _vm.barStyle
47477
47479
  }, [(_vm._theme == '') ? _c('image', {