dolphin-weex-ui 2.2.3 → 2.2.4
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 +5 -0
- package/dist/index.native.js +4 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +7 -2
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-cell/index.vue +1 -0
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -19326,6 +19326,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19326
19326
|
//
|
|
19327
19327
|
//
|
|
19328
19328
|
//
|
|
19329
|
+
//
|
|
19329
19330
|
|
|
19330
19331
|
var icon = __webpack_require__(3);
|
|
19331
19332
|
var modal = weex.requireModule('modal');
|
|
@@ -48257,6 +48258,9 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
48257
48258
|
"code": '\u4713',
|
|
48258
48259
|
"size": 48,
|
|
48259
48260
|
"color": 'rgba(255,255,255,0.80)'
|
|
48261
|
+
},
|
|
48262
|
+
on: {
|
|
48263
|
+
"dofIconFontClicked": _vm.onClick
|
|
48260
48264
|
}
|
|
48261
48265
|
}) : _c('image', {
|
|
48262
48266
|
staticClass: ["cell-arrow-icon"],
|