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
package/dist/index.native.js
CHANGED
|
@@ -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()],
|
|
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', {
|