@10yun/cv-mobile-ui 0.3.23 → 0.3.25
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/build/parse-pages.js +182 -0
- package/build/publish-mp-weixin.js +36 -0
- package/build/themp.vue +85 -0
- package/{plugins → extend}/jweixin-module.js +0 -0
- package/{plugins → extend}/permission.js +0 -0
- package/package.json +5 -2
- package/plugins/jumps.js +18 -15
- package/plugins/lbs.js +92 -86
- package/plugins/map/qqmap.js +38 -34
- package/plugins/map/uniMap.js +13 -13
- package/plugins/message.js +10 -10
- package/plugins/request.js +144 -112
- package/plugins/storage.js +30 -33
- package/plugins/storage3.js +52 -52
- package/plugins/uni-copy.js +19 -16
- package/plugins/uni-im.js +23 -22
- package/plugins/uni-nvue-on.js +3 -7
- package/plugins/uni-plugins.js +28 -18
- package/plugins/uni-richText.js +27 -23
- package/plugins/uni-scanCode.js +6 -8
- package/plugins/uni-socket.js +20 -25
- package/plugins/uni-upgrade2.js +34 -40
- package/plugins/uni-upgrade3.js +58 -40
- package/{lib → ui-cv}/cv-banner/cv-banner.vue +23 -14
- package/{lib → ui-cv}/cv-banner-card/cv-banner-card.vue +24 -16
- package/{lib → ui-cv}/cv-block/cv-block.vue +6 -6
- package/{lib → ui-cv}/cv-box/cv-box.vue +6 -7
- package/{lib → ui-cv}/cv-button/cv-button.vue +32 -13
- package/{lib → ui-cv}/cv-cell/cv-cell.vue +21 -25
- package/{lib → ui-cv}/cv-checkbox/cv-checkbox.vue +22 -22
- package/{lib → ui-cv}/cv-checkbox-tag/cv-checkbox-tag.vue +30 -25
- package/{lib → ui-cv}/cv-code-sms/cv-code-sms.vue +89 -51
- package/{lib → ui-cv}/cv-dialog-bottom/cv-dialog-bottom.vue +14 -18
- package/{lib → ui-cv}/cv-dialog-full/cv-dialog-full.vue +14 -18
- package/{lib → ui-cv}/cv-dialog-loading/cv-dialog-loading.vue +10 -17
- package/{lib → ui-cv}/cv-dialog-share/cv-dialog-share.vue +4 -5
- package/{lib → ui-cv}/cv-draw-barcode/barcode.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/Barcode.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128A.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128B.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128C.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/CODE128_AUTO.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/auto.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/constants.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE128/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/CODE39/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN13.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN2.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN5.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/EAN8.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/UPC.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/UPCE.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/constants.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/encoder.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/EAN_UPC/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/GenericBarcode/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/ITF.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/ITF14.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/constants.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/ITF/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI10.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI1010.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI11.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/MSI1110.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/checksums.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/MSI/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/codabar/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/index.tmp.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/barcodes/pharmacode/index.js +0 -0
- package/{lib → ui-cv}/cv-draw-barcode/cv-draw-barcode.vue +54 -51
- package/{lib → ui-cv}/cv-draw-posters/cv-draw-posters.vue +53 -71
- package/ui-cv/cv-draw-progress/cv-draw-progress.vue +141 -0
- package/{lib → ui-cv}/cv-draw-qrcode/cv-draw-qrcode.vue +48 -45
- package/{lib → ui-cv}/cv-draw-qrcode/qrcode.js +0 -0
- package/{lib → ui-cv}/cv-editor/compressImage.vue +47 -40
- package/{lib → ui-cv}/cv-editor/cv-editor.vue +234 -124
- package/{lib → ui-cv}/cv-editor/editor-icon.css +0 -0
- package/{lib → ui-cv}/cv-editor/editor-icon.ttf +0 -0
- package/{lib → ui-cv}/cv-editor/index.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseAudio.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseImg.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTable.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate0.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate1.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate10.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate11.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate2.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate3.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate4.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate5.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate6.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate7.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate8.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseTemplate9.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/components/wxParseVideo.vue +0 -0
- package/{lib → ui-cv}/cv-editor-parse/cv-editor-parse.vue +21 -30
- package/{lib → ui-cv}/cv-editor-parse/libs/html2json.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/libs/htmlparser.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/libs/wxDiscode.js +0 -0
- package/{lib → ui-cv}/cv-editor-parse/readme.md +0 -0
- package/{lib → ui-cv}/cv-editor-parse/u-parse.css +0 -0
- package/{lib → ui-cv}/cv-editor-parse/u-parse.vue +21 -30
- package/{lib → ui-cv}/cv-filter-hm/cv-filter-hm.vue +140 -74
- package/{lib → ui-cv}/cv-form-group/cv-form-group.vue +11 -13
- package/{lib → ui-cv}/cv-form-item/cv-form-item.vue +35 -20
- package/{lib → ui-cv}/cv-form-merge/cv-form-merge.vue +5 -10
- package/{lib → ui-cv}/cv-geo-local/cv-geo-local.vue +50 -27
- package/{lib → ui-cv}/cv-icons/cv-icons.vue +24 -19
- package/{lib → ui-cv}/cv-icons/iconfont/font-action-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-action.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-action.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-arrow-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-arrow.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-arrow.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-base-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-base.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-base.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-default-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-default.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-default.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-mall-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-mall.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-mall.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-media-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-media.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-media.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-order-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-order.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-order.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-people-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-people.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-people.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-status-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-status.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-status.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-wallet-icons.js +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-wallet.css +0 -0
- package/{lib → ui-cv}/cv-icons/iconfont/font-wallet.js +0 -0
- package/{lib → ui-cv}/cv-icons/icons.js +0 -0
- package/{lib → ui-cv}/cv-info/cv-info.vue +9 -11
- package/{lib → ui-cv}/cv-input-btn/cv-input-btn.vue +34 -13
- package/ui-cv/cv-input-digit/cv-input-digit.vue +58 -0
- package/ui-cv/cv-input-idcard/cv-input-idcard.vue +58 -0
- package/ui-cv/cv-input-number/cv-input-number.vue +72 -0
- package/ui-cv/cv-input-password/cv-input-password.vue +57 -0
- package/ui-cv/cv-input-text/cv-input-text.vue +67 -0
- package/{lib → ui-cv}/cv-link/cv-link.vue +7 -7
- package/{lib → ui-cv}/cv-lists-base/cv-lists-base.vue +148 -114
- package/{lib → ui-cv}/cv-lists-swiper/cv-lists-swipe2r.vue +24 -15
- package/{lib → ui-cv}/cv-lists-swiper/cv-lists-swiper.vue +85 -63
- package/{lib → ui-cv}/cv-load-more/config.json +0 -0
- package/{lib → ui-cv}/cv-load-more/cv-load-more.vue +60 -28
- package/{lib → ui-cv}/cv-message/cv-message.vue +5 -6
- package/{lib → ui-cv}/cv-nav-col/cv-nav-col.vue +9 -13
- package/{lib → ui-cv}/cv-nav-group/cv-nav-group.vue +6 -8
- package/{lib → ui-cv}/cv-nav-row/cv-nav-row.vue +21 -25
- package/{lib → ui-cv}/cv-picker-date/cv-picker-date.vue +28 -12
- package/{lib → ui-cv}/cv-picker-datetime/cv-picker-datetime.vue +43 -21
- package/{lib → ui-cv}/cv-picker-datetime5/cv-picker-datetime5.vue +108 -60
- package/{lib → ui-cv}/cv-picker-region/cv-picker-region.vue +46 -32
- package/{lib → ui-cv}/cv-picker-time/cv-picker-time.vue +26 -11
- package/{lib → ui-cv}/cv-picker1/cv-picker1.vue +32 -17
- package/{lib → ui-cv}/cv-picker2/cv-picker2.vue +46 -28
- package/{lib → ui-cv}/cv-picker3/cv-picker3.vue +77 -44
- package/{lib → ui-cv}/cv-radio/cv-radio.vue +17 -10
- package/{lib → ui-cv}/cv-radio-sex/cv-radio-sex.vue +20 -21
- package/{lib → ui-cv}/cv-radio-tag/cv-radio-tag.vue +22 -11
- package/{lib → ui-cv}/cv-rate/cv-rate.vue +17 -13
- package/{lib → ui-cv}/cv-search/cv-search.vue +17 -12
- package/{lib → ui-cv}/cv-skeleton/cv-skeleton.vue +32 -27
- package/{lib → ui-cv}/cv-skeleton/cv-skeleton2.vue +56 -33
- package/{lib → ui-cv}/cv-skeleton-group/cv-skeleton-group.vue +4 -6
- package/{lib → ui-cv}/cv-specs/cv-specs.vue +31 -30
- package/{lib → ui-cv}/cv-switch/cv-switch.vue +4 -5
- package/{lib → ui-cv}/cv-tab-lists/cv-tab-lists.vue +189 -128
- package/{lib → ui-cv}/cv-textarea/cv-textarea.vue +31 -13
- package/{lib → ui-cv}/cv-treaty/cv-treaty.vue +8 -8
- package/{lib → ui-cv}/cv-update-app/cv-update-app.vue +68 -53
- package/{lib → ui-cv}/cv-upload-avatar/cv-upload-avatar.vue +33 -31
- package/{lib → ui-cv}/cv-upload-img/cv-upload-img.vue +97 -70
- package/ui-cv/dict/area-city.js +614 -0
- package/ui-cv/dict/area-county.js +3394 -0
- package/ui-cv/dict/area-province.js +37 -0
- package/{lib → ui-cv}/mixins/mixins-checkbox.js +9 -15
- package/{lib → ui-cv}/mixins/mixins-common.js +7 -7
- package/{lib → ui-cv}/mixins/mixins-input.js +11 -12
- package/{lib → ui-cv}/mixins/mixins-picker.js +9 -13
- package/{lib → ui-cv}/mixins/mixins-radio.js +10 -14
- package/{lib-uni → ui-uni}/README.md +0 -0
- package/{lib-uni → ui-uni}/amap-wx/js/util.js +0 -0
- package/{lib-uni → ui-uni}/amap-wx/lib/amap-wx.js +0 -0
- package/{lib-uni → ui-uni}/api-set-tabbar.nvue +0 -0
- package/{lib-uni → ui-uni}/marked/index.js +0 -0
- package/{lib-uni → ui-uni}/marked/lib/marked.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/city-data/area.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/city-data/city.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/city-data/province.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-citypicker/mpvueCityPicker.vue +0 -0
- package/{lib-uni → ui-uni}/mpvue-echarts/src/echarts.vue +0 -0
- package/{lib-uni → ui-uni}/mpvue-echarts/src/wx-canvas.js +0 -0
- package/{lib-uni → ui-uni}/mpvue-picker/mpvuePicker.vue +0 -0
- package/{lib-uni → ui-uni}/mpvueGestureLock/gestureLock.js +0 -0
- package/{lib-uni → ui-uni}/mpvueGestureLock/index.vue +0 -0
- package/{lib-uni → ui-uni}/page-foot/page-foot.vue +0 -0
- package/{lib-uni → ui-uni}/page-head/page-head.vue +0 -0
- package/{lib-uni → ui-uni}/product.vue +0 -0
- package/{lib-uni → ui-uni}/tab-nvue/mediaList.vue +0 -0
- package/{lib-uni → ui-uni}/u-charts/u-charts.js +0 -0
- package/{lib-uni → ui-uni}/u-link/u-link.vue +0 -0
- package/{lib-uni → ui-uni}/uni-badge/uni-badge.vue +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/calendar.js +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/uni-calendar-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/uni-calendar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-calendar/util.js +0 -0
- package/{lib-uni → ui-uni}/uni-card/uni-card.vue +0 -0
- package/{lib-uni → ui-uni}/uni-col/uni-col.vue +0 -0
- package/{lib-uni → ui-uni}/uni-collapse/uni-collapse.vue +0 -0
- package/{lib-uni → ui-uni}/uni-collapse-item/uni-collapse-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-combox/uni-combox.vue +0 -0
- package/{lib-uni → ui-uni}/uni-countdown/uni-countdown.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-checkbox/uni-data-checkbox.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-indexed-list/clientdb.js +0 -0
- package/{lib-uni → ui-uni}/uni-data-indexed-list/uni-data-indexed-list-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-indexed-list/uni-data-indexed-list.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-picker/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-data-picker/uni-data-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-data-pickerview/uni-data-picker.js +0 -0
- package/{lib-uni → ui-uni}/uni-data-pickerview/uni-data-pickerview.vue +0 -0
- package/{lib-uni → ui-uni}/uni-dateformat/date-format.js +0 -0
- package/{lib-uni → ui-uni}/uni-dateformat/uni-dateformat.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/calendar-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/calendar.js +1 -1
- package/{lib-uni → ui-uni}/uni-datetime-picker/calendar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/time-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/uni-datetime-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-datetime-picker/util.js +0 -0
- package/{lib-uni → ui-uni}/uni-drawer/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-drawer/uni-drawer.vue +0 -0
- package/{lib-uni → ui-uni}/uni-easyinput/common.js +0 -0
- package/{lib-uni → ui-uni}/uni-easyinput/uni-easyinput.vue +0 -0
- package/{lib-uni → ui-uni}/uni-fab/uni-fab.vue +0 -0
- package/{lib-uni → ui-uni}/uni-fab/uni-fab.vue.bak +0 -0
- package/{lib-uni → ui-uni}/uni-fav/uni-fav.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/choose-and-upload-file.js +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/uni-file-picker.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/upload-file.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/upload-image.vue +0 -0
- package/{lib-uni → ui-uni}/uni-file-picker/utils.js +0 -0
- package/{lib-uni → ui-uni}/uni-forms/uni-forms.vue +0 -0
- package/{lib-uni → ui-uni}/uni-forms/validate.js +0 -0
- package/{lib-uni → ui-uni}/uni-forms-item/uni-forms-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-goods-nav/uni-goods-nav.vue +0 -0
- package/{lib-uni → ui-uni}/uni-grid/uni-grid.vue +0 -0
- package/{lib-uni → ui-uni}/uni-grid-item/uni-grid-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-group/uni-group.vue +0 -0
- package/{lib-uni → ui-uni}/uni-icons/icons.js +0 -0
- package/{lib-uni → ui-uni}/uni-icons/uni-icons.vue +0 -0
- package/{lib-uni → ui-uni}/uni-icons/uni.ttf +0 -0
- package/{lib-uni → ui-uni}/uni-indexed-list/uni-indexed-list-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-indexed-list/uni-indexed-list.vue +0 -0
- package/{lib-uni → ui-uni}/uni-link/uni-link.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list/uni-list.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list/uni-refresh.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list/uni-refresh.wxs +0 -0
- package/{lib-uni → ui-uni}/uni-list-ad/uni-list-ad.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list-chat/uni-list-chat.scss +0 -0
- package/{lib-uni → ui-uni}/uni-list-chat/uni-list-chat.vue +0 -0
- package/{lib-uni → ui-uni}/uni-list-item/uni-list-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-load-more/uni-load-more.vue +0 -0
- package/{lib-uni → ui-uni}/uni-nav-bar/uni-nav-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-nav-bar/uni-status-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-notice-bar/uni-notice-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-number-box/uni-number-box.vue +0 -0
- package/{lib-uni → ui-uni}/uni-pagination/uni-pagination.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-popup/popup.js +0 -0
- package/{lib-uni → ui-uni}/uni-popup/uni-popup.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup-dialog/keypress.js +0 -0
- package/{lib-uni → ui-uni}/uni-popup-dialog/uni-popup-dialog.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup-message/uni-popup-message.vue +0 -0
- package/{lib-uni → ui-uni}/uni-popup-share/uni-popup-share.vue +0 -0
- package/{lib-uni → ui-uni}/uni-rate/uni-rate.vue +0 -0
- package/{lib-uni → ui-uni}/uni-row/uni-row.vue +0 -0
- package/{lib-uni → ui-uni}/uni-search-bar/uni-search-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-section/uni-section.vue +0 -0
- package/{lib-uni → ui-uni}/uni-segmented-control/uni-segmented-control.vue +0 -0
- package/{lib-uni → ui-uni}/uni-status-bar/uni-status-bar.vue +0 -0
- package/{lib-uni → ui-uni}/uni-steps/uni-steps.vue +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action/uni-swipe-action.vue +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/bindingx.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/index.wxs +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/isPC.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/mpalipay.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/mpother.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/mpwxs.js +0 -0
- package/{lib-uni → ui-uni}/uni-swipe-action-item/uni-swipe-action-item.vue +0 -0
- package/{lib-uni → ui-uni}/uni-swiper-dot/uni-swiper-dot.vue +0 -0
- package/{lib-uni → ui-uni}/uni-table/uni-table.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tag/uni-tag.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tbody/uni-tbody.vue +0 -0
- package/{lib-uni → ui-uni}/uni-td/uni-td.vue +0 -0
- package/{lib-uni → ui-uni}/uni-test/uni-test.vue +0 -0
- package/{lib-uni → ui-uni}/uni-th/filter-dropdown.vue +0 -0
- package/{lib-uni → ui-uni}/uni-th/uni-th.vue +0 -0
- package/{lib-uni → ui-uni}/uni-thead/uni-thead.vue +0 -0
- package/{lib-uni → ui-uni}/uni-title/uni-title.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tr/table-checkbox.vue +0 -0
- package/{lib-uni → ui-uni}/uni-tr/uni-tr.vue +0 -0
- package/{lib-uni → ui-uni}/uni-transition/createAnimation.js +0 -0
- package/{lib-uni → ui-uni}/uni-transition/uni-transition.vue +0 -0
- package/lib/cv-draw-progress/cv-draw-progress.vue +0 -136
- package/lib/cv-input-digit/cv-input-digit.vue +0 -45
- package/lib/cv-input-idcard/cv-input-idcard.vue +0 -48
- package/lib/cv-input-number/cv-input-number.vue +0 -57
- package/lib/cv-input-password/cv-input-password.vue +0 -46
- package/lib/cv-input-text/cv-input-text.vue +0 -52
- package/lib/dict/area-city.js +0 -614
- package/lib/dict/area-county.js +0 -3394
- package/lib/dict/area-province.js +0 -37
- package/plugins/uni-push.js +0 -88
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
110000: '北京市',
|
|
3
|
+
120000: '天津市',
|
|
4
|
+
130000: '河北省',
|
|
5
|
+
140000: '山西省',
|
|
6
|
+
150000: '内蒙古自治区',
|
|
7
|
+
210000: '辽宁省',
|
|
8
|
+
220000: '吉林省',
|
|
9
|
+
230000: '黑龙江省',
|
|
10
|
+
310000: '上海市',
|
|
11
|
+
320000: '江苏省',
|
|
12
|
+
330000: '浙江省',
|
|
13
|
+
340000: '安徽省',
|
|
14
|
+
350000: '福建省',
|
|
15
|
+
360000: '江西省',
|
|
16
|
+
370000: '山东省',
|
|
17
|
+
410000: '河南省',
|
|
18
|
+
420000: '湖北省',
|
|
19
|
+
430000: '湖南省',
|
|
20
|
+
440000: '广东省',
|
|
21
|
+
450000: '广西壮族自治区',
|
|
22
|
+
460000: '海南省',
|
|
23
|
+
500000: '重庆市',
|
|
24
|
+
510000: '四川省',
|
|
25
|
+
520000: '贵州省',
|
|
26
|
+
530000: '云南省',
|
|
27
|
+
540000: '西藏自治区',
|
|
28
|
+
610000: '陕西省',
|
|
29
|
+
620000: '甘肃省',
|
|
30
|
+
630000: '青海省',
|
|
31
|
+
640000: '宁夏回族自治区',
|
|
32
|
+
650000: '新疆维吾尔自治区',
|
|
33
|
+
710000: '台湾省',
|
|
34
|
+
810000: '香港特别行政区',
|
|
35
|
+
820000: '澳门特别行政区',
|
|
36
|
+
900000: '海外'
|
|
37
|
+
};
|
|
@@ -4,14 +4,14 @@ let MixinsCheckbox = {
|
|
|
4
4
|
inject: {
|
|
5
5
|
ccFormGroup: {
|
|
6
6
|
default() {
|
|
7
|
-
return null
|
|
7
|
+
return null;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
props: {
|
|
12
12
|
label: {
|
|
13
13
|
type: String,
|
|
14
|
-
default:
|
|
14
|
+
default: ''
|
|
15
15
|
},
|
|
16
16
|
labelWidth: {
|
|
17
17
|
type: [String, Number],
|
|
@@ -19,7 +19,7 @@ let MixinsCheckbox = {
|
|
|
19
19
|
},
|
|
20
20
|
layout: {
|
|
21
21
|
type: String,
|
|
22
|
-
default:
|
|
22
|
+
default: ''
|
|
23
23
|
},
|
|
24
24
|
dataType: {
|
|
25
25
|
type: String,
|
|
@@ -54,24 +54,18 @@ let MixinsCheckbox = {
|
|
|
54
54
|
default: 0
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
watch: {
|
|
58
|
-
|
|
59
|
-
},
|
|
57
|
+
watch: {},
|
|
60
58
|
data() {
|
|
61
59
|
return {
|
|
62
60
|
localVal: [],
|
|
63
61
|
items: [],
|
|
64
62
|
message: '',
|
|
65
|
-
messageDisplay: false
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
created() {
|
|
69
|
-
|
|
63
|
+
messageDisplay: false
|
|
64
|
+
};
|
|
70
65
|
},
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
66
|
+
created() {},
|
|
67
|
+
methods: {}
|
|
74
68
|
};
|
|
75
69
|
|
|
76
70
|
export default MixinsCheckbox;
|
|
77
|
-
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
71
|
+
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
@@ -3,7 +3,7 @@ var MixinsCommon = {
|
|
|
3
3
|
/* label 内容 */
|
|
4
4
|
label: {
|
|
5
5
|
type: String,
|
|
6
|
-
default:
|
|
6
|
+
default: ''
|
|
7
7
|
},
|
|
8
8
|
/* label 宽度 */
|
|
9
9
|
labelWidth: {
|
|
@@ -12,15 +12,15 @@ var MixinsCommon = {
|
|
|
12
12
|
},
|
|
13
13
|
placeholder: {
|
|
14
14
|
type: String,
|
|
15
|
-
default:
|
|
15
|
+
default: '请输入'
|
|
16
16
|
},
|
|
17
17
|
tip: {
|
|
18
18
|
type: String,
|
|
19
|
-
default:
|
|
19
|
+
default: ''
|
|
20
20
|
},
|
|
21
21
|
layout: {
|
|
22
22
|
type: String,
|
|
23
|
-
default:
|
|
23
|
+
default: ''
|
|
24
24
|
},
|
|
25
25
|
/* 必填标识 */
|
|
26
26
|
must: {
|
|
@@ -31,8 +31,8 @@ var MixinsCommon = {
|
|
|
31
31
|
data() {
|
|
32
32
|
return {
|
|
33
33
|
localLabelWidth: 60,
|
|
34
|
-
localLayout: 'row'
|
|
35
|
-
}
|
|
34
|
+
localLayout: 'row'
|
|
35
|
+
};
|
|
36
36
|
},
|
|
37
37
|
created() {
|
|
38
38
|
this._initLocal();
|
|
@@ -50,4 +50,4 @@ var MixinsCommon = {
|
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
export default MixinsCommon;
|
|
53
|
+
export default MixinsCommon;
|
|
@@ -4,7 +4,7 @@ let MixinsInput = {
|
|
|
4
4
|
inject: {
|
|
5
5
|
ccFormGroup: {
|
|
6
6
|
default() {
|
|
7
|
-
return null
|
|
7
|
+
return null;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
},
|
|
@@ -15,7 +15,7 @@ let MixinsInput = {
|
|
|
15
15
|
},
|
|
16
16
|
value: {
|
|
17
17
|
type: [Number, String],
|
|
18
|
-
default:
|
|
18
|
+
default: ''
|
|
19
19
|
},
|
|
20
20
|
maxlength: {
|
|
21
21
|
type: [Number, String],
|
|
@@ -27,16 +27,16 @@ let MixinsInput = {
|
|
|
27
27
|
},
|
|
28
28
|
rtip: {
|
|
29
29
|
type: String,
|
|
30
|
-
default:
|
|
30
|
+
default: ''
|
|
31
31
|
},
|
|
32
32
|
message: {
|
|
33
33
|
type: String,
|
|
34
|
-
default:
|
|
34
|
+
default: ''
|
|
35
35
|
},
|
|
36
36
|
messageDisplay: {
|
|
37
37
|
type: Boolean,
|
|
38
38
|
default: false
|
|
39
|
-
}
|
|
39
|
+
}
|
|
40
40
|
},
|
|
41
41
|
watch: {
|
|
42
42
|
value(newVal) {
|
|
@@ -47,8 +47,7 @@ let MixinsInput = {
|
|
|
47
47
|
return {
|
|
48
48
|
localItemStyle: '',
|
|
49
49
|
localVal: ''
|
|
50
|
-
|
|
51
|
-
}
|
|
50
|
+
};
|
|
52
51
|
},
|
|
53
52
|
created() {
|
|
54
53
|
this.localVal = this.value;
|
|
@@ -59,15 +58,15 @@ let MixinsInput = {
|
|
|
59
58
|
/* 计算输入框右侧预留空间 */
|
|
60
59
|
let paddingRight = 0;
|
|
61
60
|
if (this.rtip) {
|
|
62
|
-
paddingRight += 20
|
|
61
|
+
paddingRight += 20;
|
|
63
62
|
}
|
|
64
63
|
if (this.onQClear) {
|
|
65
|
-
paddingRight += 30
|
|
64
|
+
paddingRight += 30;
|
|
66
65
|
}
|
|
67
|
-
this.localItemStyle = 'margin-right:' + paddingRight + 'px;'
|
|
66
|
+
this.localItemStyle = 'margin-right:' + paddingRight + 'px;';
|
|
68
67
|
},
|
|
69
68
|
onBlur(e) {
|
|
70
|
-
this.localVal = e.detail.value
|
|
69
|
+
this.localVal = e.detail.value;
|
|
71
70
|
this.updateInput();
|
|
72
71
|
},
|
|
73
72
|
updateInput(e) {
|
|
@@ -82,4 +81,4 @@ let MixinsInput = {
|
|
|
82
81
|
};
|
|
83
82
|
|
|
84
83
|
export default MixinsInput;
|
|
85
|
-
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
84
|
+
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
@@ -4,7 +4,7 @@ let MixinsPicker = {
|
|
|
4
4
|
inject: {
|
|
5
5
|
ccFormGroup: {
|
|
6
6
|
default() {
|
|
7
|
-
return null
|
|
7
|
+
return null;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
},
|
|
@@ -12,16 +12,16 @@ let MixinsPicker = {
|
|
|
12
12
|
// 占位符
|
|
13
13
|
placeholder: {
|
|
14
14
|
type: String,
|
|
15
|
-
default:
|
|
15
|
+
default: '请选择'
|
|
16
16
|
},
|
|
17
17
|
message: {
|
|
18
18
|
type: String,
|
|
19
|
-
default:
|
|
19
|
+
default: ''
|
|
20
20
|
},
|
|
21
21
|
messageDisplay: {
|
|
22
22
|
type: Boolean,
|
|
23
23
|
default: false
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
25
|
},
|
|
26
26
|
watch: {
|
|
27
27
|
value(newVal) {
|
|
@@ -29,22 +29,18 @@ let MixinsPicker = {
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
data() {
|
|
32
|
-
return {
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
created() {
|
|
37
|
-
|
|
32
|
+
return {};
|
|
38
33
|
},
|
|
34
|
+
created() {},
|
|
39
35
|
methods: {
|
|
40
36
|
bindPickerCancel() {
|
|
41
|
-
this.iconTop = false
|
|
37
|
+
this.iconTop = false;
|
|
42
38
|
},
|
|
43
39
|
changeIconTop() {
|
|
44
|
-
this.iconTop = true
|
|
40
|
+
this.iconTop = true;
|
|
45
41
|
}
|
|
46
42
|
}
|
|
47
43
|
};
|
|
48
44
|
|
|
49
45
|
export default MixinsPicker;
|
|
50
|
-
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
46
|
+
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
@@ -4,14 +4,14 @@ let MixinsRadio = {
|
|
|
4
4
|
inject: {
|
|
5
5
|
ccFormGroup: {
|
|
6
6
|
default() {
|
|
7
|
-
return null
|
|
7
|
+
return null;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
props: {
|
|
12
12
|
value: {
|
|
13
13
|
type: [String, Number],
|
|
14
|
-
default:
|
|
14
|
+
default: ''
|
|
15
15
|
},
|
|
16
16
|
dataType: {
|
|
17
17
|
type: String,
|
|
@@ -32,12 +32,12 @@ let MixinsRadio = {
|
|
|
32
32
|
},
|
|
33
33
|
message: {
|
|
34
34
|
type: String,
|
|
35
|
-
default:
|
|
35
|
+
default: ''
|
|
36
36
|
},
|
|
37
37
|
messageDisplay: {
|
|
38
38
|
type: Boolean,
|
|
39
39
|
default: false
|
|
40
|
-
}
|
|
40
|
+
}
|
|
41
41
|
},
|
|
42
42
|
watch: {
|
|
43
43
|
value(newVal) {
|
|
@@ -46,13 +46,9 @@ let MixinsRadio = {
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
data() {
|
|
49
|
-
return {
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
created() {
|
|
54
|
-
|
|
49
|
+
return {};
|
|
55
50
|
},
|
|
51
|
+
created() {},
|
|
56
52
|
methods: {
|
|
57
53
|
_dealValue() {
|
|
58
54
|
//默认Value
|
|
@@ -60,11 +56,11 @@ let MixinsRadio = {
|
|
|
60
56
|
if (this.dataType == 'text') {
|
|
61
57
|
for (let index = 0; index < items.length; index++) {
|
|
62
58
|
if (this.localVal == items[index].text) {
|
|
63
|
-
this.itemsValue = items[index].value
|
|
59
|
+
this.itemsValue = items[index].value;
|
|
64
60
|
}
|
|
65
61
|
}
|
|
66
62
|
} else {
|
|
67
|
-
this.itemsValue = this.localVal
|
|
63
|
+
this.itemsValue = this.localVal;
|
|
68
64
|
}
|
|
69
65
|
},
|
|
70
66
|
radioChange(e) {
|
|
@@ -74,7 +70,7 @@ let MixinsRadio = {
|
|
|
74
70
|
let items = this.items;
|
|
75
71
|
for (let index = 0; index < items.length; index++) {
|
|
76
72
|
if (localVal == items[index].value) {
|
|
77
|
-
localVal = items[index].text
|
|
73
|
+
localVal = items[index].text;
|
|
78
74
|
}
|
|
79
75
|
}
|
|
80
76
|
}
|
|
@@ -85,4 +81,4 @@ let MixinsRadio = {
|
|
|
85
81
|
};
|
|
86
82
|
|
|
87
83
|
export default MixinsRadio;
|
|
88
|
-
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
84
|
+
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|