From ee159961187ad9e34f380afa868e6eff096a8bbf Mon Sep 17 00:00:00 2001 From: mehaotian <490272692@qq.com> Date: Fri, 18 Dec 2020 18:35:42 +0800 Subject: [PATCH] build uni-ui 1.2.10 --- components/uni-badge/uni-badge.vue | 2 +- components/uni-card/uni-card.vue | 6 +- components/uni-combox/uni-combox.vue | 2 +- components/uni-data-checkbox/clientdb.js | 52 - .../uni-data-checkbox/uni-data-checkbox.vue | 84 +- .../uni-datetime-picker.vue | 6 +- components/uni-easyinput/uni-easyinput.vue | 76 +- components/uni-field/uni-field.vue | 1218 ++++++++--------- components/uni-forms-item/uni-forms-item.vue | 1 - .../uni-indexed-list/uni-indexed-list.vue | 6 +- components/uni-list-ad/uni-list-ad.vue | 2 +- components/uni-list-chat/uni-list-chat.vue | 2 +- components/uni-list-item/uni-list-item.vue | 2 +- .../uni-swipe-action-item.vue | 4 +- components/uni-title/uni-title.vue | 2 +- components/uni-tr/uni-tr.vue | 2 +- pages/extUI/easyinput/easyinput.vue | 23 +- pages/extUI/forms/forms.vue | 9 +- 18 files changed, 760 insertions(+), 739 deletions(-) diff --git a/components/uni-badge/uni-badge.vue b/components/uni-badge/uni-badge.vue index 995648c..192deca 100644 --- a/components/uni-badge/uni-badge.vue +++ b/components/uni-badge/uni-badge.vue @@ -81,7 +81,7 @@ background-color: #f1f1f1; background-color: transparent; text-align: center; - font-family: "Helvetica Neue", Helvetica, sans-serif; + font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; padding: 0px 6px; } diff --git a/components/uni-card/uni-card.vue b/components/uni-card/uni-card.vue index 0186f75..e7a322c 100644 --- a/components/uni-card/uni-card.vue +++ b/components/uni-card/uni-card.vue @@ -136,7 +136,7 @@ /* #ifndef APP-NVUE */ .uni-border:after { - content: ""; + content: ''; position: absolute; bottom: 0; left: 0; @@ -165,7 +165,7 @@ /* #ifndef APP-NVUE */ .uni-border-bottom:after { - content: ""; + content: ''; position: absolute; bottom: 0; left: 0; @@ -193,7 +193,7 @@ /* #ifndef APP-NVUE */ .uni-border-top:after { - content: ""; + content: ''; position: absolute; bottom: 0; left: 0; diff --git a/components/uni-combox/uni-combox.vue b/components/uni-combox/uni-combox.vue index 3fac4b0..0fc4d59 100644 --- a/components/uni-combox/uni-combox.vue +++ b/components/uni-combox/uni-combox.vue @@ -180,7 +180,7 @@ } .uni-combox__selector::before { - content: ""; + content: ''; position: absolute; width: 0; height: 0; diff --git a/components/uni-data-checkbox/clientdb.js b/components/uni-data-checkbox/clientdb.js index b4a0fb0..7079ade 100644 --- a/components/uni-data-checkbox/clientdb.js +++ b/components/uni-data-checkbox/clientdb.js @@ -20,58 +20,6 @@ const attrs = [ ] export default { - props: { - options: { - type: [Object, Array], - default () { - return {} - } - }, - collection: { - type: String, - default: '' - }, - action: { - type: String, - default: '' - }, - field: { - type: String, - default: '' - }, - pageData: { - type: String, - default: 'add' - }, - pageCurrent: { - type: Number, - default: 1 - }, - pageSize: { - type: Number, - default: 20 - }, - getcount: { - type: [Boolean, String], - default: false - }, - orderby: { - type: String, - default: '' - }, - where: { - type: [String, Object], - default: '' - }, - getone: { - type: [Boolean, String], - default: false - }, - manual: { - type: Boolean, - default: false - } - }, data() { return { loading: false, diff --git a/components/uni-data-checkbox/uni-data-checkbox.vue b/components/uni-data-checkbox/uni-data-checkbox.vue index b5f2beb..43e9e9b 100755 --- a/components/uni-data-checkbox/uni-data-checkbox.vue +++ b/components/uni-data-checkbox/uni-data-checkbox.vue @@ -8,7 +8,7 @@