@10yun/cv-mobile-ui 0.5.53 → 0.5.55
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-create.js +17 -5
- package/build/parse-pages-pkg.js +14 -5
- package/js-sdk/Sansnn-uQRCode/uqrcode.js +150 -75
- package/js-sdk/clipboard.min.js +9 -0
- package/js-sdk/gprint/encoding-indexes.js +47 -0
- package/js-sdk/gprint/encoding.js +3312 -0
- package/js-sdk/gprint/esc.js +548 -0
- package/js-sdk/gprint/tsc.js +222 -0
- package/js-sdk/ican-H5Api/ican-H5Api.js +68 -666
- package/other/api-set-tabbar.nvue +0 -3
- package/other/lime-painter/changelog.md +225 -0
- package/other/lime-painter/components/common/relation.js +150 -0
- package/other/lime-painter/components/l-painter/l-painter.vue +482 -0
- package/other/lime-painter/components/l-painter/nvue.js +203 -0
- package/other/lime-painter/components/l-painter/painter.js +1 -0
- package/other/lime-painter/components/l-painter/props.js +56 -0
- package/other/lime-painter/components/l-painter/single.js +1 -0
- package/other/lime-painter/components/l-painter/utils.js +382 -0
- package/other/lime-painter/components/l-painter-image/l-painter-image.vue +23 -0
- package/other/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue +22 -0
- package/other/lime-painter/components/l-painter-text/l-painter-text.vue +32 -0
- package/other/lime-painter/components/l-painter-view/l-painter-view.vue +28 -0
- package/other/lime-painter/components/lime-painter/lime-painter.vue +259 -0
- package/other/lime-painter/hybrid/html/index.html +117 -0
- package/other/lime-painter/hybrid/html/painter.js +1 -0
- package/other/lime-painter/hybrid/html/uni.webview.1.5.3.js +1 -0
- package/other/lime-painter/package.json +93 -0
- package/other/lime-painter/parser.js +388 -0
- package/other/lime-painter/readme.md +961 -0
- package/other/lime-painter2/README2.md +576 -0
- package/other/lime-painter2/changelog.md +225 -0
- package/other/lime-painter2/components/lime-painter/canvas.js +57 -0
- package/other/lime-painter2/components/lime-painter/draw.js +654 -0
- package/other/lime-painter2/components/lime-painter/draw2.js +709 -0
- package/other/lime-painter2/components/lime-painter/gradient.js +119 -0
- package/other/lime-painter2/components/lime-painter/index.vue +344 -0
- package/other/lime-painter2/components/lime-painter/index2.vue +197 -0
- package/other/lime-painter2/components/lime-painter/layout.js +374 -0
- package/other/lime-painter2/components/lime-painter/utils.js +420 -0
- package/other/lime-painter2/package.json +93 -0
- package/other/lime-painter2/readme.md +758 -0
- package/other/lime-painter2/test.md +45 -0
- package/other/mpvue-echarts/src/echarts.vue +116 -103
- package/other/mpvue-echarts/src/style.css +0 -6
- package/other/product.vue +45 -1
- package/other/qiun-data-charts/qiun-data-charts.vue +1618 -0
- package/other/u-parse-2019/components/wxParseAudio.vue +29 -0
- package/other/u-parse-2019/components/wxParseImg.vue +87 -0
- package/other/u-parse-2019/components/wxParseTemplate0.vue +105 -0
- package/other/u-parse-2019/components/wxParseTemplate1.vue +96 -0
- package/other/u-parse-2019/components/wxParseTemplate10.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate11.vue +84 -0
- package/other/u-parse-2019/components/wxParseTemplate2.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate3.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate4.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate5.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate6.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate7.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate8.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate9.vue +95 -0
- package/other/u-parse-2019/components/wxParseVideo.vue +15 -0
- package/other/u-parse-2019/libs/html2json.js +258 -0
- package/other/u-parse-2019/libs/htmlparser.js +163 -0
- package/other/u-parse-2019/libs/wxDiscode.js +195 -0
- package/other/u-parse-2019/readme.md +99 -0
- package/other/u-parse-2019/u-parse.css +240 -0
- package/other/u-parse-2019/u-parse.vue +114 -0
- package/other/u-parse2026/components/wxParseAudio.vue +29 -0
- package/other/u-parse2026/components/wxParseImg.vue +90 -0
- package/other/u-parse2026/components/wxParseTable.vue +51 -0
- package/other/u-parse2026/components/wxParseTemplate0.vue +93 -0
- package/other/u-parse2026/components/wxParseTemplate1.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate10.vue +82 -0
- package/other/u-parse2026/components/wxParseTemplate11.vue +79 -0
- package/other/u-parse2026/components/wxParseTemplate2.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate3.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate4.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate5.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate6.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate7.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate8.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate9.vue +82 -0
- package/other/u-parse2026/components/wxParseVideo.vue +15 -0
- package/other/u-parse2026/libs/html2json.js +258 -0
- package/other/u-parse2026/libs/htmlparser.js +163 -0
- package/other/u-parse2026/libs/wxDiscode.js +195 -0
- package/other/u-parse2026/readme.md +99 -0
- package/other/u-parse2026/u-parse.css +283 -0
- package/other/u-parse2026/u-parse.vue +114 -0
- package/other/uParse/components/wxParseVideo.vue +2 -1
- package/other/xt-parse/changelog.md +41 -0
- package/other/xt-parse/node/node.vue +752 -0
- package/other/xt-parse/package.json +129 -0
- package/other/xt-parse/parser.js +1461 -0
- package/other/xt-parse/props.js +49 -0
- package/other/xt-parse/readme.md +145 -0
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +1 -0
- package/other/xt-parse/static/app-plus/u-parse/js/handler2.js +224 -0
- package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min.js +1 -0
- package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min2.js +186 -0
- package/other/xt-parse/static/app-plus/u-parse/local.html +37 -0
- package/other/xt-parse/u-parse.vue +510 -0
- package/other/z-paging/changelog.md +52 -0
- package/other/z-paging/components/z-paging/components/z-paging-load-more.vue +182 -0
- package/other/z-paging/components/z-paging/components/z-paging-refresh.vue +214 -0
- package/other/z-paging/components/z-paging/config/index.js +3 -0
- package/other/z-paging/components/z-paging/css/z-paging-main.css +241 -0
- package/other/z-paging/components/z-paging/css/z-paging-static.css +50 -0
- package/other/z-paging/components/z-paging/i18n/en.json +23 -0
- package/other/z-paging/components/z-paging/i18n/index.js +8 -0
- package/other/z-paging/components/z-paging/i18n/zh-Hans.json +23 -0
- package/other/z-paging/components/z-paging/i18n/zh-Hant.json +23 -0
- package/other/z-paging/components/z-paging/js/hooks/useZPaging.js +25 -0
- package/other/z-paging/components/z-paging/js/hooks/useZPagingComp.js +25 -0
- package/other/z-paging/components/z-paging/js/modules/back-to-top.js +125 -0
- package/other/z-paging/components/z-paging/js/modules/chat-record-mode.js +149 -0
- package/other/z-paging/components/z-paging/js/modules/common-layout.js +152 -0
- package/other/z-paging/components/z-paging/js/modules/data-handle.js +736 -0
- package/other/z-paging/components/z-paging/js/modules/empty.js +144 -0
- package/other/z-paging/components/z-paging/js/modules/i18n.js +113 -0
- package/other/z-paging/components/z-paging/js/modules/load-more.js +374 -0
- package/other/z-paging/components/z-paging/js/modules/loading.js +95 -0
- package/other/z-paging/components/z-paging/js/modules/nvue.js +268 -0
- package/other/z-paging/components/z-paging/js/modules/refresher.js +831 -0
- package/other/z-paging/components/z-paging/js/modules/scroller.js +550 -0
- package/other/z-paging/components/z-paging/js/modules/virtual-list.js +555 -0
- package/other/z-paging/components/z-paging/js/z-paging-constant.js +19 -0
- package/other/z-paging/components/z-paging/js/z-paging-enum.js +45 -0
- package/other/z-paging/components/z-paging/js/z-paging-interceptor.js +97 -0
- package/other/z-paging/components/z-paging/js/z-paging-main.js +515 -0
- package/other/z-paging/components/z-paging/js/z-paging-mixin.js +22 -0
- package/other/z-paging/components/z-paging/js/z-paging-static.js +13 -0
- package/other/z-paging/components/z-paging/js/z-paging-utils.js +302 -0
- package/other/z-paging/components/z-paging/wxs/z-paging-renderjs.js +67 -0
- package/other/z-paging/components/z-paging/wxs/z-paging-wxs.wxs +382 -0
- package/other/z-paging/components/z-paging/z-paging.vue +538 -0
- package/other/z-paging/components/z-paging-cell/z-paging-cell.vue +47 -0
- package/other/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue +209 -0
- package/other/z-paging/components/z-paging-swiper/z-paging-swiper.vue +176 -0
- package/other/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue +171 -0
- package/other/z-paging/package.json +89 -0
- package/other/z-paging/readme.md +57 -0
- package/other/z-paging/types/comps/_common.d.ts +9 -0
- package/other/z-paging/types/comps/z-paging-cell.d.ts +29 -0
- package/other/z-paging/types/comps/z-paging-empty-view.d.ts +95 -0
- package/other/z-paging/types/comps/z-paging-swiper-item.d.ts +95 -0
- package/other/z-paging/types/comps/z-paging-swiper.d.ts +89 -0
- package/other/z-paging/types/comps/z-paging.d.ts +2083 -0
- package/other/z-paging/types/comps.d.ts +11 -0
- package/other/z-paging/types/index.d.ts +24 -0
- package/package.json +7 -7
- package/plugins/tui-validation.js +279 -0
- package/plugins/uni-async.js +28 -0
- package/ui-cv/components/cv-draw-gesture-lock/cv-draw-gesture-lock.vue +39 -1
- package/ui-cv/components/cv-draw-qrcode/cv-draw-qrcode.vue +18 -14
- package/ui-cv/components/cv-geo-region/mpvueCityPicker.vue +77 -1
- package/ui-cv/components/cv-lists-base/cv-lists-base.vue +2 -2
- package/ui-cv/components/cv-tab-lists/cv-tab-lists.vue +2 -2
- package/ui-fireui/components/u-icon/u-icon.vue +63 -1
- package/ui-sdks/qiun-data-charts/changelog.md +320 -0
- package/ui-sdks/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +1618 -0
- package/ui-sdks/qiun-data-charts/components/qiun-error/qiun-error.vue +46 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading1.vue +162 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading2.vue +170 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading3.vue +173 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading4.vue +222 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading5.vue +229 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/qiun-loading.vue +36 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-echarts.js +422 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +606 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/readme.md +5 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.js +7706 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +18 -0
- package/ui-sdks/qiun-data-charts/license.md +201 -0
- package/ui-sdks/qiun-data-charts/package.json +80 -0
- package/ui-sdks/qiun-data-charts/readme.md +84 -0
- package/ui-sdks/qiun-data-charts/static/app-plus/echarts.min.js +23 -0
- package/ui-sdks/qiun-data-charts/static/h5/echarts.min.js +23 -0
- package/ui-sdks/tui-clipboard/tui-clipboard.js +53 -0
- package/uni-ui/lib/uni-badge/changelog.md +33 -0
- package/uni-ui/lib/uni-badge/package.json +107 -0
- package/uni-ui/lib/uni-badge/readme.md +8 -0
- package/uni-ui/lib/uni-badge/uni-badge.vue +87 -4
- package/uni-ui/lib/uni-breadcrumb/changelog.md +6 -0
- package/uni-ui/lib/uni-breadcrumb/package.json +104 -0
- package/uni-ui/lib/uni-breadcrumb/readme.md +66 -0
- package/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue +8 -1
- package/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue +38 -1
- package/uni-ui/lib/uni-calendar/calendar.js +0 -2
- package/uni-ui/lib/uni-calendar/changelog.md +30 -0
- package/uni-ui/lib/uni-calendar/package.json +105 -0
- package/uni-ui/lib/uni-calendar/readme.md +103 -0
- package/uni-ui/lib/uni-calendar/uni-calendar-item.vue +83 -1
- package/uni-ui/lib/uni-calendar/uni-calendar.vue +206 -8
- package/uni-ui/lib/uni-calendar/util.js +1 -1
- package/uni-ui/lib/uni-card/changelog.md +26 -0
- package/uni-ui/lib/uni-card/package.json +107 -0
- package/uni-ui/lib/uni-card/readme.md +10 -0
- package/uni-ui/lib/uni-card/uni-card.vue +127 -4
- package/uni-ui/lib/uni-col/uni-col.vue +2155 -2
- package/uni-ui/lib/uni-collapse/changelog.md +48 -0
- package/uni-ui/lib/uni-collapse/package.json +106 -0
- package/uni-ui/lib/uni-collapse/readme.md +11 -0
- package/uni-ui/lib/uni-collapse/uni-collapse.vue +13 -1
- package/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue +127 -2
- package/uni-ui/lib/uni-combox/changelog.md +17 -0
- package/uni-ui/lib/uni-combox/package.json +107 -0
- package/uni-ui/lib/uni-combox/readme.md +10 -0
- package/uni-ui/lib/uni-combox/uni-combox.vue +145 -19
- package/uni-ui/lib/uni-countdown/changelog.md +30 -0
- package/uni-ui/lib/uni-countdown/package.json +105 -0
- package/uni-ui/lib/uni-countdown/readme.md +9 -0
- package/uni-ui/lib/uni-countdown/uni-countdown.vue +43 -16
- package/uni-ui/lib/uni-data-checkbox/changelog.md +51 -0
- package/uni-ui/lib/uni-data-checkbox/package.json +107 -0
- package/uni-ui/lib/uni-data-checkbox/readme.md +17 -0
- package/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue +326 -5
- package/uni-ui/lib/uni-data-picker/changelog.md +81 -0
- package/uni-ui/lib/uni-data-picker/package.json +109 -0
- package/uni-ui/lib/uni-data-picker/readme.md +21 -0
- package/uni-ui/lib/uni-data-picker/uni-data-picker.uvue +380 -0
- package/uni-ui/lib/uni-data-picker/uni-data-picker.vue +52 -4
- package/uni-ui/lib/uni-data-pickerview/loading.uts +1 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-picker.js +150 -157
- package/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts +693 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css +76 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue +69 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue +163 -1
- package/uni-ui/lib/uni-data-select/changelog.md +51 -0
- package/uni-ui/lib/uni-data-select/package.json +106 -0
- package/uni-ui/lib/uni-data-select/readme.md +7 -0
- package/uni-ui/lib/uni-data-select/uni-data-select.vue +555 -45
- package/uni-ui/lib/uni-dateformat/changelog.md +10 -0
- package/uni-ui/lib/uni-dateformat/package.json +107 -0
- package/uni-ui/lib/uni-dateformat/readme.md +10 -0
- package/uni-ui/lib/uni-dateformat/uni-dateformat.vue +2 -0
- package/uni-ui/lib/uni-datetime-picker/calendar-item.vue +113 -1
- package/uni-ui/lib/uni-datetime-picker/calendar.vue +340 -20
- package/uni-ui/lib/uni-datetime-picker/changelog.md +177 -0
- package/uni-ui/lib/uni-datetime-picker/keypress.js +45 -0
- package/uni-ui/lib/uni-datetime-picker/package.json +107 -0
- package/uni-ui/lib/uni-datetime-picker/readme.md +20 -0
- package/uni-ui/lib/uni-datetime-picker/time-picker.vue +200 -8
- package/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue +287 -9
- package/uni-ui/lib/uni-datetime-picker/util.js +102 -85
- package/uni-ui/lib/uni-drawer/changelog.md +13 -0
- package/uni-ui/lib/uni-drawer/package.json +106 -0
- package/uni-ui/lib/uni-drawer/readme.md +9 -0
- package/uni-ui/lib/uni-drawer/uni-drawer.vue +72 -2
- package/uni-ui/lib/uni-easyinput/changelog.md +121 -0
- package/uni-ui/lib/uni-easyinput/common.js +0 -2
- package/uni-ui/lib/uni-easyinput/package.json +107 -0
- package/uni-ui/lib/uni-easyinput/readme.md +10 -0
- package/uni-ui/lib/uni-easyinput/uni-easyinput.vue +247 -5
- package/uni-ui/lib/uni-fab/changelog.md +25 -0
- package/uni-ui/lib/uni-fab/package.json +107 -0
- package/uni-ui/lib/uni-fab/readme.md +8 -0
- package/uni-ui/lib/uni-fab/uni-fab.vue +255 -2
- package/uni-ui/lib/uni-fav/changelog.md +19 -0
- package/uni-ui/lib/uni-fav/package.json +106 -0
- package/uni-ui/lib/uni-fav/readme.md +9 -0
- package/uni-ui/lib/uni-fav/uni-fav.vue +45 -1
- package/uni-ui/lib/uni-file-picker/changelog.md +91 -0
- package/uni-ui/lib/uni-file-picker/choose-and-upload-file.js +67 -4
- package/uni-ui/lib/uni-file-picker/package.json +105 -0
- package/uni-ui/lib/uni-file-picker/readme.md +10 -0
- package/uni-ui/lib/uni-file-picker/uni-file-picker.vue +42 -22
- package/uni-ui/lib/uni-file-picker/upload-file.vue +152 -1
- package/uni-ui/lib/uni-file-picker/upload-image.vue +107 -5
- package/uni-ui/lib/uni-forms/changelog.md +100 -0
- package/uni-ui/lib/uni-forms/package.json +107 -0
- package/uni-ui/lib/uni-forms/readme.md +22 -0
- package/uni-ui/lib/uni-forms/uni-forms.vue +30 -3
- package/uni-ui/lib/uni-forms-item/uni-forms-item.vue +181 -6
- package/uni-ui/lib/uni-goods-nav/changelog.md +18 -0
- package/uni-ui/lib/uni-goods-nav/package.json +105 -0
- package/uni-ui/lib/uni-goods-nav/readme.md +9 -0
- package/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue +124 -1
- package/uni-ui/lib/uni-grid/changelog.md +13 -0
- package/uni-ui/lib/uni-grid/package.json +106 -0
- package/uni-ui/lib/uni-grid/readme.md +10 -0
- package/uni-ui/lib/uni-grid/uni-grid.vue +36 -2
- package/uni-ui/lib/uni-grid-item/uni-grid-item.vue +57 -2
- package/uni-ui/lib/uni-group/changelog.md +16 -0
- package/uni-ui/lib/uni-group/package.json +106 -0
- package/uni-ui/lib/uni-group/readme.md +8 -0
- package/uni-ui/lib/uni-group/uni-group.vue +50 -1
- package/uni-ui/lib/uni-icons/changelog.md +22 -0
- package/uni-ui/lib/uni-icons/package.json +77 -8
- package/uni-ui/lib/uni-icons/readme.md +0 -1
- package/uni-ui/lib/uni-icons/uni-icons.uvue +91 -0
- package/uni-ui/lib/uni-icons/uni-icons.vue +37 -13
- package/uni-ui/lib/uni-icons/uniicons.css +32 -31
- package/uni-ui/lib/uni-icons/uniicons.ttf +0 -0
- package/uni-ui/lib/uni-icons/uniicons_file.ts +664 -0
- package/uni-ui/lib/uni-icons/uniicons_file_vue.js +649 -0
- package/uni-ui/lib/uni-indexed-list/changelog.md +19 -0
- package/uni-ui/lib/uni-indexed-list/package.json +107 -0
- package/uni-ui/lib/uni-indexed-list/readme.md +10 -0
- package/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue +90 -2
- package/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue +91 -3
- package/uni-ui/lib/uni-link/changelog.md +17 -0
- package/uni-ui/lib/uni-link/package.json +106 -0
- package/uni-ui/lib/uni-link/readme.md +10 -0
- package/uni-ui/lib/uni-link/uni-link.vue +3 -0
- package/uni-ui/lib/uni-list/changelog.md +52 -0
- package/uni-ui/lib/uni-list/package.json +108 -0
- package/uni-ui/lib/uni-list/readme.md +44 -0
- package/uni-ui/lib/uni-list/uni-list.vue +44 -1
- package/uni-ui/lib/uni-list/uni-refresh.vue +2 -0
- package/uni-ui/lib/uni-list/uni-refresh.wxs +1 -1
- package/uni-ui/lib/uni-list-ad/uni-list-ad.vue +33 -1
- package/uni-ui/lib/uni-list-chat/uni-list-chat.vue +265 -1
- package/uni-ui/lib/uni-list-item/uni-list-item.vue +185 -1
- package/uni-ui/lib/uni-load-more/changelog.md +27 -0
- package/uni-ui/lib/uni-load-more/package.json +105 -0
- package/uni-ui/lib/uni-load-more/readme.md +12 -0
- package/uni-ui/lib/uni-load-more/uni-load-more.vue +252 -1
- package/uni-ui/lib/uni-nav-bar/changelog.md +64 -0
- package/uni-ui/lib/uni-nav-bar/package.json +106 -0
- package/uni-ui/lib/uni-nav-bar/readme.md +13 -0
- package/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue +199 -5
- package/uni-ui/lib/uni-nav-bar/uni-status-bar.vue +11 -1
- package/uni-ui/lib/uni-notice-bar/changelog.md +22 -0
- package/uni-ui/lib/uni-notice-bar/package.json +107 -0
- package/uni-ui/lib/uni-notice-bar/readme.md +11 -0
- package/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue +136 -8
- package/uni-ui/lib/uni-number-box/changelog.md +39 -0
- package/uni-ui/lib/uni-number-box/package.json +104 -0
- package/uni-ui/lib/uni-number-box/readme.md +11 -0
- package/uni-ui/lib/uni-number-box/uni-number-box.vue +73 -4
- package/uni-ui/lib/uni-pagination/changelog.md +27 -0
- package/uni-ui/lib/uni-pagination/package.json +106 -0
- package/uni-ui/lib/uni-pagination/readme.md +10 -0
- package/uni-ui/lib/uni-pagination/uni-pagination.vue +157 -1
- package/uni-ui/lib/uni-popup/changelog.md +102 -0
- package/uni-ui/lib/uni-popup/package.json +107 -0
- package/uni-ui/lib/uni-popup/readme.md +15 -0
- package/uni-ui/lib/uni-popup/uni-popup.uvue +90 -0
- package/uni-ui/lib/uni-popup/uni-popup.vue +108 -15
- package/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue +167 -11
- package/uni-ui/lib/uni-popup-message/uni-popup-message.vue +70 -1
- package/uni-ui/lib/uni-popup-share/uni-popup-share.vue +87 -6
- package/uni-ui/lib/uni-rate/changelog.md +27 -0
- package/uni-ui/lib/uni-rate/package.json +106 -0
- package/uni-ui/lib/uni-rate/readme.md +11 -0
- package/uni-ui/lib/uni-rate/uni-rate.vue +64 -29
- package/uni-ui/lib/uni-row/changelog.md +10 -0
- package/uni-ui/lib/uni-row/package.json +106 -0
- package/uni-ui/lib/uni-row/readme.md +9 -0
- package/uni-ui/lib/uni-row/uni-row.vue +66 -1
- package/uni-ui/lib/uni-row/uni-row2.vue +144 -0
- package/uni-ui/lib/uni-scss/package.json +56 -39
- package/uni-ui/lib/uni-scss/readme.md +0 -1
- package/uni-ui/lib/uni-search-bar/changelog.md +47 -0
- package/uni-ui/lib/uni-search-bar/package.json +106 -0
- package/uni-ui/lib/uni-search-bar/readme.md +12 -0
- package/uni-ui/lib/uni-search-bar/uni-search-bar.vue +85 -4
- package/uni-ui/lib/uni-section/changelog.md +2 -0
- package/uni-ui/lib/uni-section/package.json +104 -0
- package/uni-ui/lib/uni-section/readme.md +7 -0
- package/uni-ui/lib/uni-section/uni-section.vue +61 -1
- package/uni-ui/lib/uni-segmented-control/changelog.md +15 -0
- package/uni-ui/lib/uni-segmented-control/package.json +106 -0
- package/uni-ui/lib/uni-segmented-control/readme.md +11 -0
- package/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue +67 -5
- package/uni-ui/lib/uni-status-bar/uni-status-bar.vue +3 -1
- package/uni-ui/lib/uni-steps/changelog.md +18 -0
- package/uni-ui/lib/uni-steps/package.json +106 -0
- package/uni-ui/lib/uni-steps/readme.md +11 -0
- package/uni-ui/lib/uni-steps/uni-steps.vue +201 -7
- package/uni-ui/lib/uni-swipe-action/changelog.md +60 -0
- package/uni-ui/lib/uni-swipe-action/package.json +113 -0
- package/uni-ui/lib/uni-swipe-action/readme.md +10 -0
- package/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue +60 -1
- package/uni-ui/lib/uni-swipe-action-item/bindingx.js +286 -282
- package/uni-ui/lib/uni-swipe-action-item/mpwxs.js +1 -1
- package/uni-ui/lib/uni-swipe-action-item/render.js +21 -14
- package/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue +139 -18
- package/uni-ui/lib/uni-swipe-action-item/wx.wxs +10 -2
- package/uni-ui/lib/uni-swiper-dot/changelog.md +12 -0
- package/uni-ui/lib/uni-swiper-dot/package.json +106 -0
- package/uni-ui/lib/uni-swiper-dot/readme.md +10 -0
- package/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue +98 -2
- package/uni-ui/lib/uni-table/changelog.md +35 -0
- package/uni-ui/lib/uni-table/i18n/en.json +9 -0
- package/uni-ui/lib/uni-table/i18n/es.json +9 -0
- package/uni-ui/lib/uni-table/i18n/fr.json +9 -0
- package/uni-ui/lib/uni-table/i18n/index.js +12 -0
- package/uni-ui/lib/uni-table/i18n/zh-Hans.json +9 -0
- package/uni-ui/lib/uni-table/i18n/zh-Hant.json +9 -0
- package/uni-ui/lib/uni-table/package.json +106 -0
- package/uni-ui/lib/uni-table/readme.md +11 -0
- package/uni-ui/lib/uni-table/uni-table.vue +162 -1
- package/uni-ui/lib/uni-tag/changelog.md +25 -0
- package/uni-ui/lib/uni-tag/package.json +106 -0
- package/uni-ui/lib/uni-tag/readme.md +11 -0
- package/uni-ui/lib/uni-tag/uni-tag.vue +111 -3
- package/uni-ui/lib/uni-tbody/uni-tbody.vue +1 -1
- package/uni-ui/lib/uni-td/uni-td.vue +19 -1
- package/uni-ui/lib/uni-th/filter-dropdown.vue +224 -2
- package/uni-ui/lib/uni-th/uni-th.vue +82 -1
- package/uni-ui/lib/uni-thead/uni-thead.vue +53 -2
- package/uni-ui/lib/uni-title/changelog.md +10 -0
- package/uni-ui/lib/uni-title/package.json +107 -0
- package/uni-ui/lib/uni-title/readme.md +12 -0
- package/uni-ui/lib/uni-title/uni-title.vue +1 -1
- package/uni-ui/lib/uni-tooltip/changelog.md +16 -0
- package/uni-ui/lib/uni-tooltip/package.json +104 -0
- package/uni-ui/lib/uni-tooltip/readme.md +7 -0
- package/uni-ui/lib/uni-tooltip/uni-tooltip.vue +1 -1
- package/uni-ui/lib/uni-tr/table-checkbox.vue +85 -1
- package/uni-ui/lib/uni-tr/uni-tr.vue +45 -3
- package/uni-ui/lib/uni-transition/changelog.md +31 -0
- package/uni-ui/lib/uni-transition/package.json +112 -0
- package/uni-ui/lib/uni-transition/readme.md +10 -0
- package/uni-ui/lib/uni-transition/uni-transition.vue +36 -32
- package/uni-ui/lib/uni-ui/changelog.md +639 -0
- package/uni-ui/lib/uni-ui/package.json +148 -0
- package/uni-ui/lib/uni-ui/readme.md +247 -0
- package/uni-ui/lib/uni-ui/uni-ui.vue +7 -0
- package/uni-ui/package.json +1 -1
- package/uview-plus/components/u-action-sheet/u-action-sheet.vue +56 -1
- package/uview-plus/components/u-action-sheet-data/u-action-sheet-data.vue +10 -1
- package/uview-plus/components/u-agreement/u-agreement.vue +14 -3
- package/uview-plus/components/u-album/u-album.vue +29 -1
- package/uview-plus/components/u-alert/u-alert.vue +96 -1
- package/uview-plus/components/u-avatar/u-avatar.vue +21 -1
- package/uview-plus/components/u-avatar-group/u-avatar-group.vue +28 -1
- package/uview-plus/components/u-back-top/u-back-top.vue +16 -1
- package/uview-plus/components/u-badge/u-badge.vue +57 -1
- package/uview-plus/components/u-box/u-box.vue +101 -3
- package/uview-plus/components/u-button/u-button.vue +196 -3
- package/uview-plus/components/u-calendar/header.vue +59 -3
- package/uview-plus/components/u-calendar/month.vue +1 -3
- package/uview-plus/components/u-calendar/u-calendar.vue +3 -1
- package/uview-plus/components/u-calendar-wu/u-calendar-wu.vue +196 -1
- package/uview-plus/components/u-car-keyboard/u-car-keyboard.vue +70 -1
- package/uview-plus/components/u-card/u-card.vue +34 -1
- package/uview-plus/components/u-cascader/u-cascader.vue +16 -1
- package/uview-plus/components/u-cate-tab/u-cate-tab.vue +387 -3
- package/uview-plus/components/u-cell/u-cell.vue +113 -1
- package/uview-plus/components/u-cell-group/u-cell-group.vue +14 -1
- package/uview-plus/components/u-checkbox/u-checkbox.vue +77 -1
- package/uview-plus/components/u-checkbox-group/u-checkbox-group.vue +12 -1
- package/uview-plus/components/u-choose/u-choose.vue +15 -3
- package/uview-plus/components/u-circle-progress/u-circle-progress.vue +69 -1
- package/{ui-fireui copy/components/u-circular-progress/u-circular-progress.vue → uview-plus/components/u-circular-progress/u-circular-progress.vue} +1 -1
- package/uview-plus/components/u-city-locate/u-city-locate.vue +161 -1
- package/uview-plus/components/u-code-input/u-code-input.vue +68 -1
- package/uview-plus/components/u-col/u-col.vue +50 -1
- package/uview-plus/components/u-collapse-item/u-collapse-item.vue +10 -1
- package/uview-plus/components/u-color-picker/u-color-picker.vue +260 -1
- package/uview-plus/components/u-column-notice/u-column-notice.vue +37 -1
- package/uview-plus/components/u-count-down/u-count-down.vue +5 -1
- package/uview-plus/components/u-count-to/u-count-to.vue +6 -1
- package/uview-plus/components/u-coupon/u-coupon.vue +214 -1
- package/uview-plus/components/u-cropper/u-cropper.vue +1319 -1
- package/uview-plus/components/u-datetime-picker/u-datetime-picker.vue +26 -1
- package/uview-plus/components/u-divider/u-divider.vue +17 -1
- package/uview-plus/components/u-dragsort/u-dragsort.vue +40 -1
- package/uview-plus/components/u-dropdown/u-dropdown.vue +66 -1
- package/uview-plus/components/u-dropdown-item/u-dropdown-item.vue +3 -1
- package/{ui-fireui → uview-plus}/components/u-dropdown-list/u-dropdown-list.vue +1 -1
- package/uview-plus/components/u-empty/u-empty.vue +43 -32
- package/{ui-fireui copy/components/u-fab/u-fab.vue → uview-plus/components/u-fab/u-fab.vue} +1 -1
- package/uview-plus/components/u-float-button/u-float-button.vue +15 -1
- package/{ui-fireui → uview-plus}/components/u-footer/u-footer.vue +1 -1
- package/uview-plus/components/u-form-base/form.js +22 -0
- package/uview-plus/components/u-form-base/props.js +47 -0
- package/uview-plus/components/u-form-base/u-form.vue +243 -0
- package/uview-plus/components/u-form-item/u-form-item.vue +82 -1
- package/uview-plus/components/u-goods-sku/u-goods-sku.vue +100 -1
- package/uview-plus/components/u-grid/u-grid.vue +0 -2
- package/uview-plus/components/u-grid-item/u-grid-item.vue +30 -1
- package/uview-plus/components/u-icon/u-icon.vue +63 -1
- package/uview-plus/components/u-image/u-image.vue +25 -1
- package/{ui-fireui → uview-plus}/components/u-image-cropper/u-image-cropper.vue +1 -1
- package/{ui-fireui copy/components/u-image-group/u-image-group.vue → uview-plus/components/u-image-group/u-image-group.vue} +1 -1
- package/uview-plus/components/u-index-anchor/u-index-anchor.vue +22 -1
- package/uview-plus/components/u-index-list/u-index-list.vue +51 -1
- package/uview-plus/components/u-input/u-input.vue +65 -1
- package/uview-plus/components/u-keyboard/u-keyboard.vue +26 -1
- package/uview-plus/components/u-lazy-load/u-lazy-load.vue +12 -1
- package/uview-plus/components/u-line/u-line.vue +5 -1
- package/uview-plus/components/u-line-progress/u-line-progress.vue +38 -1
- package/uview-plus/components/u-link/u-link.vue +11 -1
- package/uview-plus/components/u-list/u-list.vue +6 -1
- package/uview-plus/components/u-list-item/u-list-item.vue +2 -1
- package/uview-plus/components/u-loading-icon/u-loading-icon.vue +138 -1
- package/uview-plus/components/u-loading-page/u-loading-page.vue +33 -1
- package/uview-plus/components/u-loadmore/u-loadmore.vue +29 -1
- package/uview-plus/components/u-markdown/u-markdown.vue +188 -1
- package/uview-plus/components/u-message-input/u-message-input.vue +115 -1
- package/uview-plus/components/u-modal/u-modal.vue +65 -1
- package/uview-plus/components/u-navbar/u-navbar.vue +52 -1
- package/uview-plus/components/u-navbar-mini/u-navbar-mini.vue +34 -1
- package/uview-plus/components/u-no-network/u-no-network.vue +38 -1
- package/uview-plus/components/u-notice-bar/u-notice-bar.vue +5 -1
- package/uview-plus/components/u-notify/u-notify.vue +28 -1
- package/uview-plus/components/u-number-box/u-number-box.vue +60 -2
- package/uview-plus/components/u-number-keyboard/u-number-keyboard.vue +45 -1
- package/uview-plus/components/u-overlay/u-overlay.vue +8 -1
- package/uview-plus/components/u-pagination/u-pagination.vue +255 -1
- package/uview-plus/components/u-parse/node/node.vue +319 -129
- package/uview-plus/components/u-pdf-reader/u-pdf-reader.vue +2 -1
- package/uview-plus/components/u-picker/u-picker.vue +58 -1
- package/uview-plus/components/u-picker-data/u-picker-data.vue +11 -1
- package/uview-plus/components/u-popover/u-popover.vue +8 -1
- package/uview-plus/components/u-popup/u-popup.vue +87 -1
- package/uview-plus/components/u-popup-wu/u-popup-wu.vue +2 -2
- package/uview-plus/components/u-poster/u-poster.vue +22 -1
- package/uview-plus/components/u-pull-refresh/u-pull-refresh.vue +51 -1
- package/uview-plus/components/u-qrcode/u-qrcode.vue +32 -1
- package/uview-plus/components/u-radio/u-radio.vue +77 -1
- package/uview-plus/components/u-radio-group/u-radio-group.vue +15 -1
- package/uview-plus/components/u-rate/u-rate.vue +32 -1
- package/uview-plus/components/u-read-more/u-read-more.vue +23 -1
- package/uview-plus/components/u-row/u-row.vue +6 -1
- package/uview-plus/components/u-row-notice/u-row-notice.vue +50 -1
- package/uview-plus/components/u-safe-bottom/u-safe-bottom.vue +5 -1
- package/uview-plus/components/u-scroll-list/u-scroll-list.vue +35 -1
- package/uview-plus/components/u-search/u-search.vue +87 -1
- package/uview-plus/components/u-select/u-select.vue +51 -1
- package/uview-plus/components/u-short-video/u-short-video.vue +118 -1
- package/uview-plus/components/u-signature/u-signature.vue +71 -1
- package/uview-plus/components/u-skeleton/u-skeleton.vue +52 -1
- package/uview-plus/components/u-sku-wu/u-sku-wu.vue +271 -1
- package/uview-plus/components/u-slider/nvue.js +165 -178
- package/uview-plus/components/u-slider/u-slider.vue +69 -1
- package/uview-plus/components/u-status-bar/u-status-bar.vue +6 -1
- package/uview-plus/components/u-steps/u-steps.vue +20 -1
- package/uview-plus/components/u-steps-item/u-steps-item.vue +112 -1
- package/uview-plus/components/u-sticky/u-sticky.vue +6 -1
- package/uview-plus/components/u-subsection/u-subsection.vue +101 -1
- package/uview-plus/components/u-swipe-action-item/u-swipe-action-item.vue +51 -1
- package/uview-plus/components/u-swiper/u-swiper.vue +50 -1
- package/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue +26 -1
- package/uview-plus/components/u-switch/u-switch.vue +47 -1
- package/uview-plus/components/u-tabbar/u-tabbar.vue +29 -1
- package/uview-plus/components/u-tabbar-item/u-tabbar-item.vue +59 -1
- package/uview-plus/components/u-table2/tableRow.vue +361 -1
- package/uview-plus/components/u-table2/u-table2.vue +763 -1
- package/uview-plus/components/u-tabs/u-tabs.vue +62 -1
- package/uview-plus/components/u-tag/u-tag.vue +169 -1
- package/uview-plus/components/u-td/u-td.vue +14 -1
- package/uview-plus/components/u-text/u-text.vue +50 -1
- package/uview-plus/components/u-textarea/u-textarea.vue +35 -1
- package/uview-plus/components/u-th/u-th.vue +13 -1
- package/uview-plus/components/u-title/u-title.vue +10 -3
- package/uview-plus/components/u-toast/u-toast.vue +67 -1
- package/uview-plus/components/u-toolbar/u-toolbar.vue +34 -1
- package/uview-plus/components/u-tooltip/u-tooltip.vue +65 -1
- package/uview-plus/components/u-tr/u-tr.vue +6 -1
- package/uview-plus/components/u-transition/u-transition.vue +98 -1
- package/uview-plus/components/u-upload/u-upload.vue +176 -1
- package/uview-plus/components/u-view/u-view.vue +2 -1
- package/uview-plus/components/u-virtual-list/u-virtual-list.vue +16 -1
- package/uview-plus/components/u-waterfall/u-waterfall.vue +28 -1
- package/uview-plus/libs/css/color2.scss +32 -0
- package/uview-plus/libs/css/variable2.scss +111 -0
- package/{plugins → uview-plus/libs/ctocode}/MessageTip.js +6 -6
- package/uview-plus/libs/ctocode/wait.js +47 -0
- package/uview-plus/libs/mixin/openType2.js +60 -0
- package/uview-plus/libs/util/route2.js +126 -0
- package/other/style.css +0 -46
- package/ui-cv/components/cv-draw-gesture-lock/style.css +0 -39
- package/ui-cv/components/cv-geo-region/style.css +0 -77
- package/ui-fireui/components/u-circular-progress/u-circular-progress.vue +0 -269
- package/ui-fireui/components/u-countdown/u-countdown.vue +0 -301
- package/ui-fireui/components/u-fab/u-fab.vue +0 -284
- package/ui-fireui/components/u-icon/style.css +0 -63
- package/ui-fireui/components/u-image-group/u-image-group.vue +0 -149
- package/ui-fireui copy/components/u-action-sheet/u-action-sheet.vue +0 -202
- package/ui-fireui copy/components/u-alert/u-alert.vue +0 -141
- package/ui-fireui copy/components/u-badge/u-badge.vue +0 -158
- package/ui-fireui copy/components/u-bottom-navigation/u-bottom-navigation.vue +0 -391
- package/ui-fireui copy/components/u-bottom-popup/u-bottom-popup.vue +0 -101
- package/ui-fireui copy/components/u-bubble-popup/u-bubble-popup.vue +0 -240
- package/ui-fireui copy/components/u-button/u-button.vue +0 -424
- package/ui-fireui copy/components/u-button/u-button2.vue +0 -553
- package/ui-fireui copy/components/u-calendar/u-calendar.js +0 -915
- package/ui-fireui copy/components/u-calendar/u-calendar.vue +0 -868
- package/ui-fireui copy/components/u-calendar/u-calendar2.vue +0 -801
- package/ui-fireui copy/components/u-card/u-card.vue +0 -231
- package/ui-fireui copy/components/u-cascade-selection/u-cascade-selection.vue +0 -538
- package/ui-fireui copy/components/u-collapse/u-collapse.vue +0 -179
- package/ui-fireui copy/components/u-datetime/u-datetime.vue +0 -570
- package/ui-fireui copy/components/u-divider/u-divider.vue +0 -118
- package/ui-fireui copy/components/u-drawer/u-drawer.vue +0 -103
- package/ui-fireui copy/components/u-dropdown-list/u-dropdown-list.vue +0 -75
- package/ui-fireui copy/components/u-footer/u-footer.vue +0 -135
- package/ui-fireui copy/components/u-grid/u-grid.vue +0 -50
- package/ui-fireui copy/components/u-grid-item/u-grid-item.vue +0 -142
- package/ui-fireui copy/components/u-icon/icons.js +0 -214
- package/ui-fireui copy/components/u-icon/props.js +0 -92
- package/ui-fireui copy/components/u-icon/style.css +0 -63
- package/ui-fireui copy/components/u-icon/style.scss +0 -1066
- package/ui-fireui copy/components/u-icon/u-icon.vue +0 -117
- package/ui-fireui copy/components/u-icon/u-icon2.vue +0 -149
- package/ui-fireui copy/components/u-icon/util.js +0 -68
- package/ui-fireui copy/components/u-image-cropper/u-image-cropper.vue +0 -1058
- package/ui-fireui copy/components/u-keyboard/u-keyboard.vue +0 -251
- package/ui-fireui copy/components/u-keyboard-input/u-keyboard-input.vue +0 -78
- package/ui-fireui copy/components/u-list-cell/u-list-cell.vue +0 -178
- package/ui-fireui copy/components/u-list-view/u-list-view.vue +0 -87
- package/ui-fireui copy/components/u-loading/u-loading.vue +0 -78
- package/ui-fireui copy/components/u-loadmore/u-loadmore.vue +0 -163
- package/ui-fireui copy/components/u-modal/u-modal.vue +0 -392
- package/ui-fireui copy/components/u-navigation-bar/u-navigation-bar.vue +0 -181
- package/ui-fireui copy/components/u-no-data/u-no-data.vue +0 -116
- package/ui-fireui copy/components/u-nomore/u-nomore.vue +0 -116
- package/ui-fireui copy/components/u-numberbox/u-numberbox.vue +0 -234
- package/ui-fireui copy/components/u-numberbox-border/u-numberbox-border.vue +0 -232
- package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.vue +0 -682
- package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.wxs +0 -582
- package/ui-fireui copy/components/u-round-progress/u-round-progress.vue +0 -306
- package/ui-fireui copy/components/u-scroll-top/u-scroll-top.vue +0 -189
- package/ui-fireui copy/components/u-share-model/u-share-model.vue +0 -181
- package/ui-fireui copy/components/u-skeleton/u-skeleton.vue +0 -248
- package/ui-fireui copy/components/u-steps/u-steps.vue +0 -214
- package/ui-fireui copy/components/u-sticky/u-sticky.vue +0 -155
- package/ui-fireui copy/components/u-sticky-wxs/u-sticky-wxs.vue +0 -133
- package/ui-fireui copy/components/u-sticky-wxs/u-sticky.wxs +0 -46
- package/ui-fireui copy/components/u-swipe-action/u-swipe-action.vue +0 -301
- package/ui-fireui copy/components/u-tabbar/u-tabbar.vue +0 -279
- package/ui-fireui copy/components/u-tabs/u-tabs.vue +0 -284
- package/ui-fireui copy/components/u-tabs2/u-tabs2.vue +0 -284
- package/ui-fireui copy/components/u-tag/u-tag.vue +0 -362
- package/ui-fireui copy/components/u-time-axis/u-time-axis.vue +0 -36
- package/ui-fireui copy/components/u-timeaxis-item/u-timeaxis-item.vue +0 -48
- package/ui-fireui copy/components/u-tips/u-tips.vue +0 -161
- package/ui-fireui copy/components/u-toast/u-toast.vue +0 -117
- package/ui-fireui copy/components/u-top-dropdown/u-top-dropdown.vue +0 -129
- package/ui-fireui copy/components/u-upload/u-upload.vue +0 -446
- package/ui-fireui copy/components/u-upload2/u-upload.vue +0 -464
- package/ui-fireui copy/components/u-uploadsamll/u-uploadsamll.vue +0 -472
- package/ui-fireui copy/css/thorui.css +0 -589
- package/ui-fireui copy/index.css +0 -1483
- package/ui-fireui copy/libs/fui-color-analysis/fui-color-analysis.js +0 -1
- package/ui-fireui copy/libs/fui-zh-pinyin/fui-zh-pinyin.js +0 -1
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +0 -241
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +0 -18
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +0 -8
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +0 -17
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +0 -666
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +0 -11
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +0 -298
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +0 -142
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +0 -23
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +0 -1191
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +0 -11
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +0 -3
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/canvas.js +0 -74
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/image.js +0 -96
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/tool.js +0 -24
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/index.js +0 -47
- package/ui-fireui copy/nvue/u-circular-progress/u-circular-progress.nvue +0 -203
- package/ui-fireui copy/nvue/u-icon/icons.js +0 -188
- package/ui-fireui copy/nvue/u-icon/u-icon.vue +0 -78
- package/uni-ui/lib/uni-badge/style.css +0 -81
- package/uni-ui/lib/uni-badge/style.scss +0 -106
- package/uni-ui/lib/uni-breadcrumb/style.css +0 -3
- package/uni-ui/lib/uni-breadcrumb/style.scss +0 -4
- package/uni-ui/lib/uni-breadcrumb-item/style.css +0 -30
- package/uni-ui/lib/uni-breadcrumb-item/style.scss +0 -40
- package/uni-ui/lib/uni-calendar/style.css +0 -167
- package/uni-ui/lib/uni-calendar/style.scss +0 -200
- package/uni-ui/lib/uni-card/style.css +0 -115
- package/uni-ui/lib/uni-card/style.scss +0 -161
- package/uni-ui/lib/uni-col/style.css +0 -2145
- package/uni-ui/lib/uni-col/style.scss +0 -112
- package/uni-ui/lib/uni-collapse/style.css +0 -11
- package/uni-ui/lib/uni-collapse/style.scss +0 -12
- package/uni-ui/lib/uni-collapse-item/style.css +0 -120
- package/uni-ui/lib/uni-collapse-item/style.scss +0 -143
- package/uni-ui/lib/uni-combox/style.css +0 -114
- package/uni-ui/lib/uni-combox/style.scss +0 -133
- package/uni-ui/lib/uni-countdown/style.css +0 -16
- package/uni-ui/lib/uni-countdown/style.scss +0 -21
- package/uni-ui/lib/uni-data-checkbox/style.css +0 -302
- package/uni-ui/lib/uni-data-checkbox/style.scss +0 -366
- package/uni-ui/lib/uni-data-pickerview/style.css +0 -134
- package/uni-ui/lib/uni-data-pickerview/style.scss +0 -154
- package/uni-ui/lib/uni-data-select/style.css +0 -181
- package/uni-ui/lib/uni-data-select/style.scss +0 -213
- package/uni-ui/lib/uni-datetime-picker/style.css +0 -188
- package/uni-ui/lib/uni-datetime-picker/style.scss +0 -218
- package/uni-ui/lib/uni-drawer/style.css +0 -63
- package/uni-ui/lib/uni-drawer/style.scss +0 -77
- package/uni-ui/lib/uni-easyinput/style.css +0 -126
- package/uni-ui/lib/uni-easyinput/style.scss +0 -155
- package/uni-ui/lib/uni-fab/style.css +0 -185
- package/uni-ui/lib/uni-fab/style.scss +0 -259
- package/uni-ui/lib/uni-fav/style.css +0 -39
- package/uni-ui/lib/uni-fav/style.scss +0 -45
- package/uni-ui/lib/uni-file-picker/style.css +0 -97
- package/uni-ui/lib/uni-file-picker/style.scss +0 -110
- package/uni-ui/lib/uni-forms-item/style.css +0 -133
- package/uni-ui/lib/uni-goods-nav/style.css +0 -100
- package/uni-ui/lib/uni-goods-nav/style.scss +0 -122
- package/uni-ui/lib/uni-grid/style.css +0 -29
- package/uni-ui/lib/uni-grid/style.scss +0 -33
- package/uni-ui/lib/uni-grid-item/style.css +0 -49
- package/uni-ui/lib/uni-grid-item/style.scss +0 -55
- package/uni-ui/lib/uni-group/style.css +0 -36
- package/uni-ui/lib/uni-group/style.scss +0 -50
- package/uni-ui/lib/uni-icons/icons.js +0 -1169
- package/uni-ui/lib/uni-icons/style.css +0 -12
- package/uni-ui/lib/uni-icons/style.scss +0 -14
- package/uni-ui/lib/uni-indexed-list/style.css +0 -68
- package/uni-ui/lib/uni-indexed-list/style.scss +0 -83
- package/uni-ui/lib/uni-list/style.css +0 -43
- package/uni-ui/lib/uni-list/style.scss +0 -52
- package/uni-ui/lib/uni-list-ad/style.css +0 -30
- package/uni-ui/lib/uni-list-ad/style.scss +0 -35
- package/uni-ui/lib/uni-list-chat/style.css +0 -257
- package/uni-ui/lib/uni-list-chat/style.scss +0 -326
- package/uni-ui/lib/uni-list-item/style.css +0 -170
- package/uni-ui/lib/uni-list-item/style.scss +0 -213
- package/uni-ui/lib/uni-load-more/style.css +0 -194
- package/uni-ui/lib/uni-load-more/style.scss +0 -244
- package/uni-ui/lib/uni-nav-bar/style.css +0 -3
- package/uni-ui/lib/uni-nav-bar/style.scss +0 -6
- package/uni-ui/lib/uni-notice-bar/style.css +0 -109
- package/uni-ui/lib/uni-notice-bar/style.scss +0 -125
- package/uni-ui/lib/uni-number-box/style.css +0 -50
- package/uni-ui/lib/uni-number-box/style.scss +0 -64
- package/uni-ui/lib/uni-pagination/style.css +0 -125
- package/uni-ui/lib/uni-pagination/style.scss +0 -154
- package/uni-ui/lib/uni-popup/style.css +0 -41
- package/uni-ui/lib/uni-popup/style.scss +0 -51
- package/uni-ui/lib/uni-popup-dialog/style.css +0 -82
- package/uni-ui/lib/uni-popup-dialog/style.scss +0 -98
- package/uni-ui/lib/uni-popup-message/style.css +0 -57
- package/uni-ui/lib/uni-popup-message/style.scss +0 -69
- package/uni-ui/lib/uni-popup-share/style.css +0 -72
- package/uni-ui/lib/uni-popup-share/style.scss +0 -81
- package/uni-ui/lib/uni-rate/style.css +0 -29
- package/uni-ui/lib/uni-rate/style.scss +0 -33
- package/uni-ui/lib/uni-row/style.css +0 -58
- package/uni-ui/lib/uni-row/style.scss +0 -104
- package/uni-ui/lib/uni-search-bar/style.css +0 -59
- package/uni-ui/lib/uni-search-bar/style.scss +0 -70
- package/uni-ui/lib/uni-section/style.css +0 -55
- package/uni-ui/lib/uni-section/style.scss +0 -65
- package/uni-ui/lib/uni-segmented-control/style.css +0 -48
- package/uni-ui/lib/uni-segmented-control/style.scss +0 -55
- package/uni-ui/lib/uni-status-bar/style.css +0 -4
- package/uni-ui/lib/uni-steps/style.css +0 -152
- package/uni-ui/lib/uni-steps/style.scss +0 -179
- package/uni-ui/lib/uni-swipe-action-item/style.css +0 -90
- package/uni-ui/lib/uni-swipe-action-item/style.scss +0 -112
- package/uni-ui/lib/uni-swiper-dot/style.css +0 -75
- package/uni-ui/lib/uni-swiper-dot/style.scss +0 -95
- package/uni-ui/lib/uni-table/style.css +0 -123
- package/uni-ui/lib/uni-table/style.scss +0 -152
- package/uni-ui/lib/uni-tag/style.css +0 -105
- package/uni-ui/lib/uni-tag/style.scss +0 -141
- package/uni-ui/lib/uni-td/style.css +0 -13
- package/uni-ui/lib/uni-td/style.scss +0 -17
- package/uni-ui/lib/uni-th/style.css +0 -63
- package/uni-ui/lib/uni-th/style.scss +0 -78
- package/uni-ui/lib/uni-thead/style.css +0 -30
- package/uni-ui/lib/uni-thead/style.scss +0 -52
- package/uni-ui/lib/uni-tr/style.css +0 -25
- package/uni-ui/lib/uni-tr/style.scss +0 -46
- package/uview-plus/components/u-action-sheet/style.css +0 -56
- package/uview-plus/components/u-action-sheet/style.scss +0 -83
- package/uview-plus/components/u-action-sheet-data/style.css +0 -10
- package/uview-plus/components/u-action-sheet-data/style.scss +0 -12
- package/uview-plus/components/u-agreement/style.css +0 -10
- package/uview-plus/components/u-agreement/style.scss +0 -12
- package/uview-plus/components/u-album/style.css +0 -29
- package/uview-plus/components/u-alert/style.css +0 -90
- package/uview-plus/components/u-alert/style.scss +0 -111
- package/uview-plus/components/u-avatar/style.css +0 -21
- package/uview-plus/components/u-avatar/style.scss +0 -24
- package/uview-plus/components/u-avatar-group/style.css +0 -28
- package/uview-plus/components/u-avatar-group/style.scss +0 -26
- package/uview-plus/components/u-back-top/style.css +0 -16
- package/uview-plus/components/u-back-top/style.scss +0 -18
- package/uview-plus/components/u-badge/style.css +0 -57
- package/uview-plus/components/u-badge/style.scss +0 -83
- package/uview-plus/components/u-box/style.css +0 -51
- package/uview-plus/components/u-box/style.scss +0 -36
- package/uview-plus/components/u-button/style.css +0 -192
- package/uview-plus/components/u-calendar/style.css +0 -3
- package/uview-plus/components/u-calendar/style.scss +0 -5
- package/uview-plus/components/u-calendar-wu/style.css +0 -196
- package/uview-plus/components/u-car-keyboard/style.css +0 -69
- package/uview-plus/components/u-car-keyboard/style.scss +0 -89
- package/uview-plus/components/u-card/style.css +0 -34
- package/uview-plus/components/u-card/style.scss +0 -45
- package/uview-plus/components/u-cascader/style.css +0 -16
- package/uview-plus/components/u-cascader/style.scss +0 -25
- package/uview-plus/components/u-cate-tab/style.css +0 -98
- package/uview-plus/components/u-cate-tab/style.scss +0 -115
- package/uview-plus/components/u-cell/style.css +0 -112
- package/uview-plus/components/u-cell/style.scss +0 -148
- package/uview-plus/components/u-cell-group/style.css +0 -14
- package/uview-plus/components/u-cell-group/style.scss +0 -22
- package/uview-plus/components/u-checkbox/style.css +0 -77
- package/uview-plus/components/u-checkbox/style.scss +0 -102
- package/uview-plus/components/u-checkbox-group/style.css +0 -12
- package/uview-plus/components/u-checkbox-group/style.scss +0 -12
- package/uview-plus/components/u-choose/style.css +0 -13
- package/uview-plus/components/u-choose/style.scss +0 -17
- package/uview-plus/components/u-circle-progress/style.css +0 -69
- package/uview-plus/components/u-circle-progress/style.scss +0 -84
- package/uview-plus/components/u-city-locate/style.css +0 -20
- package/uview-plus/components/u-city-locate/style.scss +0 -20
- package/uview-plus/components/u-code-input/style.css +0 -68
- package/uview-plus/components/u-code-input/style.scss +0 -75
- package/uview-plus/components/u-col/style.css +0 -50
- package/uview-plus/components/u-col/style.scss +0 -65
- package/uview-plus/components/u-collapse-item/style.css +0 -10
- package/uview-plus/components/u-collapse-item/style.scss +0 -13
- package/uview-plus/components/u-color-picker/style.css +0 -246
- package/uview-plus/components/u-color-picker/style.scss +0 -299
- package/uview-plus/components/u-column-notice/style.css +0 -37
- package/uview-plus/components/u-column-notice/style.scss +0 -33
- package/uview-plus/components/u-count-down/style.css +0 -5
- package/uview-plus/components/u-count-down/style.scss +0 -11
- package/uview-plus/components/u-count-to/style.css +0 -6
- package/uview-plus/components/u-count-to/style.scss +0 -6
- package/uview-plus/components/u-coupon/style.css +0 -214
- package/uview-plus/components/u-coupon/style.scss +0 -246
- package/uview-plus/components/u-cropper/style.css +0 -91
- package/uview-plus/components/u-cropper/style.scss +0 -93
- package/uview-plus/components/u-datetime-picker/style.css +0 -26
- package/uview-plus/components/u-datetime-picker/style.scss +0 -26
- package/uview-plus/components/u-divider/style.css +0 -17
- package/uview-plus/components/u-divider/style.scss +0 -22
- package/uview-plus/components/u-dragsort/style.css +0 -40
- package/uview-plus/components/u-dragsort/style.scss +0 -52
- package/uview-plus/components/u-dropdown/style.css +0 -66
- package/uview-plus/components/u-dropdown/style.scss +0 -66
- package/uview-plus/components/u-dropdown-item/style.css +0 -3
- package/uview-plus/components/u-dropdown-item/style.scss +0 -3
- package/uview-plus/components/u-empty/style.css +0 -27
- package/uview-plus/components/u-empty/style.scss +0 -22
- package/uview-plus/components/u-empty/u-empty-new.vue +0 -102
- package/uview-plus/components/u-float-button/style.css +0 -15
- package/uview-plus/components/u-float-button/style.scss +0 -15
- package/uview-plus/components/u-form-item/style.css +0 -82
- package/uview-plus/components/u-form-item/style.scss +0 -72
- package/uview-plus/components/u-goods-sku/style.css +0 -100
- package/uview-plus/components/u-goods-sku/style.scss +0 -120
- package/uview-plus/components/u-grid/style.css +0 -21
- package/uview-plus/components/u-grid/style.scss +0 -21
- package/uview-plus/components/u-grid-item/style.css +0 -30
- package/uview-plus/components/u-grid-item/style.scss +0 -43
- package/uview-plus/components/u-icon/style.css +0 -63
- package/uview-plus/components/u-icon/style.scss +0 -82
- package/uview-plus/components/u-image/style.css +0 -24
- package/uview-plus/components/u-image/style.scss +0 -32
- package/uview-plus/components/u-index-anchor/style.css +0 -22
- package/uview-plus/components/u-index-anchor/style.scss +0 -18
- package/uview-plus/components/u-index-list/style.css +0 -51
- package/uview-plus/components/u-index-list/style.scss +0 -52
- package/uview-plus/components/u-input/style.css +0 -64
- package/uview-plus/components/u-input/style.scss +0 -62
- package/uview-plus/components/u-keyboard/style.css +0 -26
- package/uview-plus/components/u-keyboard/style.scss +0 -29
- package/uview-plus/components/u-lazy-load/style.css +0 -12
- package/uview-plus/components/u-lazy-load/style.scss +0 -15
- package/uview-plus/components/u-line/style.css +0 -5
- package/uview-plus/components/u-line/style.scss +0 -5
- package/uview-plus/components/u-line-progress/style.css +0 -38
- package/uview-plus/components/u-line-progress/style.scss +0 -35
- package/uview-plus/components/u-link/style.css +0 -11
- package/uview-plus/components/u-link/style.scss +0 -10
- package/uview-plus/components/u-list/style.css +0 -6
- package/uview-plus/components/u-list/style.scss +0 -3
- package/uview-plus/components/u-list-item/style.css +0 -2
- package/uview-plus/components/u-list-item/style.scss +0 -2
- package/uview-plus/components/u-loading-icon/style.css +0 -138
- package/uview-plus/components/u-loading-icon/style.scss +0 -152
- package/uview-plus/components/u-loading-page/style.css +0 -33
- package/uview-plus/components/u-loading-page/style.scss +0 -35
- package/uview-plus/components/u-loadmore/style.css +0 -29
- package/uview-plus/components/u-loadmore/style.scss +0 -27
- package/uview-plus/components/u-markdown/style.css +0 -188
- package/uview-plus/components/u-markdown/style.scss +0 -199
- package/uview-plus/components/u-message-input/style.css +0 -115
- package/uview-plus/components/u-message-input/style.scss +0 -134
- package/uview-plus/components/u-modal/style.css +0 -63
- package/uview-plus/components/u-modal/style.scss +0 -68
- package/uview-plus/components/u-navbar/style.css +0 -51
- package/uview-plus/components/u-navbar/style.scss +0 -56
- package/uview-plus/components/u-navbar-mini/style.css +0 -34
- package/uview-plus/components/u-navbar-mini/style.scss +0 -36
- package/uview-plus/components/u-no-network/style.css +0 -38
- package/uview-plus/components/u-no-network/style.scss +0 -34
- package/uview-plus/components/u-notice-bar/style.css +0 -5
- package/uview-plus/components/u-notice-bar/style.scss +0 -5
- package/uview-plus/components/u-notice-bar/u-notice-bar2.vue +0 -102
- package/uview-plus/components/u-notify/style.css +0 -28
- package/uview-plus/components/u-notify/style.scss +0 -38
- package/uview-plus/components/u-number-box/style.css +0 -56
- package/uview-plus/components/u-number-box/style.scss +0 -68
- package/uview-plus/components/u-number-keyboard/style.css +0 -45
- package/uview-plus/components/u-number-keyboard/style.scss +0 -61
- package/uview-plus/components/u-overlay/style.css +0 -8
- package/uview-plus/components/u-overlay/style.scss +0 -13
- package/uview-plus/components/u-pagination/style.css +0 -46
- package/uview-plus/components/u-pagination/style.scss +0 -51
- package/uview-plus/components/u-pdf-reader/style.css +0 -2
- package/uview-plus/components/u-pdf-reader/style.scss +0 -2
- package/uview-plus/components/u-picker/style.css +0 -58
- package/uview-plus/components/u-picker/style.scss +0 -54
- package/uview-plus/components/u-picker-data/style.css +0 -11
- package/uview-plus/components/u-picker-data/style.scss +0 -13
- package/uview-plus/components/u-popover/style.css +0 -8
- package/uview-plus/components/u-popover/style.scss +0 -7
- package/uview-plus/components/u-popup/style.css +0 -87
- package/uview-plus/components/u-popup/style.scss +0 -106
- package/uview-plus/components/u-poster/style.css +0 -22
- package/uview-plus/components/u-poster/style.scss +0 -26
- package/uview-plus/components/u-pull-refresh/style.css +0 -51
- package/uview-plus/components/u-pull-refresh/style.scss +0 -58
- package/uview-plus/components/u-qrcode/style.css +0 -33
- package/uview-plus/components/u-qrcode/style.scss +0 -33
- package/uview-plus/components/u-radio/style.css +0 -77
- package/uview-plus/components/u-radio/style.scss +0 -101
- package/uview-plus/components/u-radio-group/style.css +0 -15
- package/uview-plus/components/u-radio-group/style.scss +0 -14
- package/uview-plus/components/u-rate/style.css +0 -32
- package/uview-plus/components/u-rate/style.scss +0 -37
- package/uview-plus/components/u-read-more/style.css +0 -23
- package/uview-plus/components/u-read-more/style.scss +0 -21
- package/uview-plus/components/u-row/style.css +0 -6
- package/uview-plus/components/u-row/style.scss +0 -3
- package/uview-plus/components/u-row-notice/style.css +0 -50
- package/uview-plus/components/u-row-notice/style.scss +0 -49
- package/uview-plus/components/u-safe-bottom/style.css +0 -5
- package/uview-plus/components/u-safe-bottom/style.scss +0 -5
- package/uview-plus/components/u-scroll-list/style.css +0 -35
- package/uview-plus/components/u-scroll-list/style.scss +0 -32
- package/uview-plus/components/u-search/style.css +0 -87
- package/uview-plus/components/u-search/style.scss +0 -105
- package/uview-plus/components/u-select/style.css +0 -51
- package/uview-plus/components/u-select/style.scss +0 -47
- package/uview-plus/components/u-short-video/style.css +0 -117
- package/uview-plus/components/u-short-video/style.scss +0 -138
- package/uview-plus/components/u-signature/style.css +0 -70
- package/uview-plus/components/u-signature/style.scss +0 -88
- package/uview-plus/components/u-skeleton/style.css +0 -51
- package/uview-plus/components/u-skeleton/style.scss +0 -57
- package/uview-plus/components/u-sku-wu/style.css +0 -271
- package/uview-plus/components/u-slider/style.css +0 -69
- package/uview-plus/components/u-slider/style.scss +0 -76
- package/uview-plus/components/u-status-bar/style.css +0 -5
- package/uview-plus/components/u-status-bar/style.scss +0 -6
- package/uview-plus/components/u-steps/style.css +0 -20
- package/uview-plus/components/u-steps/style.scss +0 -21
- package/uview-plus/components/u-steps-item/style.css +0 -112
- package/uview-plus/components/u-steps-item/style.scss +0 -116
- package/uview-plus/components/u-sticky/style.css +0 -5
- package/uview-plus/components/u-sticky/style.scss +0 -6
- package/uview-plus/components/u-subsection/style.css +0 -101
- package/uview-plus/components/u-subsection/style.scss +0 -121
- package/uview-plus/components/u-swipe-action-item/style.css +0 -51
- package/uview-plus/components/u-swipe-action-item/style.scss +0 -44
- package/uview-plus/components/u-swiper/style.css +0 -50
- package/uview-plus/components/u-swiper/style.scss +0 -51
- package/uview-plus/components/u-swiper-indicator/style.css +0 -26
- package/uview-plus/components/u-swiper-indicator/style.scss +0 -29
- package/uview-plus/components/u-switch/style.css +0 -47
- package/uview-plus/components/u-switch/style.scss +0 -46
- package/uview-plus/components/u-tabbar/style.css +0 -29
- package/uview-plus/components/u-tabbar/style.scss +0 -23
- package/uview-plus/components/u-tabbar-item/style.css +0 -59
- package/uview-plus/components/u-tabbar-item/style.scss +0 -62
- package/uview-plus/components/u-table2/style.css +0 -90
- package/uview-plus/components/u-table2/style.scss +0 -117
- package/uview-plus/components/u-tabs/style.css +0 -62
- package/uview-plus/components/u-tabs/style.scss +0 -60
- package/uview-plus/components/u-tag/style.css +0 -169
- package/uview-plus/components/u-tag/style.scss +0 -204
- package/uview-plus/components/u-td/style.css +0 -14
- package/uview-plus/components/u-td/style.scss +0 -11
- package/uview-plus/components/u-text/style.css +0 -50
- package/uview-plus/components/u-text/style.scss +0 -56
- package/uview-plus/components/u-text/style2.scss +0 -60
- package/uview-plus/components/u-textarea/style.css +0 -35
- package/uview-plus/components/u-textarea/style.scss +0 -37
- package/uview-plus/components/u-th/style.css +0 -13
- package/uview-plus/components/u-th/style.scss +0 -10
- package/uview-plus/components/u-title/style.css +0 -8
- package/uview-plus/components/u-title/style.scss +0 -10
- package/uview-plus/components/u-toast/style.css +0 -67
- package/uview-plus/components/u-toast/style.scss +0 -106
- package/uview-plus/components/u-toolbar/style.css +0 -33
- package/uview-plus/components/u-toolbar/style.scss +0 -35
- package/uview-plus/components/u-tooltip/style.css +0 -65
- package/uview-plus/components/u-tooltip/style.scss +0 -62
- package/uview-plus/components/u-tr/style.css +0 -6
- package/uview-plus/components/u-tr/style.scss +0 -3
- package/uview-plus/components/u-transition/style.css +0 -98
- package/uview-plus/components/u-transition/style.scss +0 -120
- package/uview-plus/components/u-upload/style.css +0 -174
- package/uview-plus/components/u-upload/style.scss +0 -221
- package/uview-plus/components/u-view/style.css +0 -2
- package/uview-plus/components/u-view/style.scss +0 -2
- package/uview-plus/components/u-virtual-list/style.css +0 -16
- package/uview-plus/components/u-virtual-list/style.scss +0 -16
- package/uview-plus/components/u-waterfall/style.css +0 -28
- package/uview-plus/components/u-waterfall/style.scss +0 -25
- /package/{uni-ui/lib/uni-forms/style.css → other/lime-painter2/components/lime-painter/qrcode.js} +0 -0
- /package/{ui-fireui copy/components/u-countdown/u-countdown.vue → ui-fireui/components/u-count-down/u-count-down.vue} +0 -0
- /package/{plugins → uview-plus/libs/ctocode}/MessageBox.js +0 -0
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
:class="{ 'uni-calendar--mask-show': aniMaskShow }"
|
|
7
7
|
@click="maskClick"
|
|
8
8
|
></view>
|
|
9
|
+
|
|
9
10
|
<view
|
|
10
11
|
v-if="insert || show"
|
|
11
12
|
class="uni-calendar__content"
|
|
@@ -19,13 +20,16 @@
|
|
|
19
20
|
<view class="uni-calendar__header-btn-box" @click.stop="changeMonth('pre')">
|
|
20
21
|
<view class="uni-calendar__header-btn uni-calendar--left"></view>
|
|
21
22
|
</view>
|
|
23
|
+
|
|
22
24
|
<picker mode="date" :value="date" fields="month" @change="bindDateChange">
|
|
23
25
|
<text class="uni-calendar__header-text">{{ (nowDate.year || '') + yearText + (nowDate.month || '') + monthText }}</text>
|
|
24
26
|
</picker>
|
|
27
|
+
|
|
25
28
|
<view class="uni-calendar__header-btn-box" @click.stop="changeMonth('next')">
|
|
26
29
|
<view class="uni-calendar__header-btn uni-calendar--right"></view>
|
|
27
30
|
</view>
|
|
28
|
-
|
|
31
|
+
|
|
32
|
+
<view v-if="!insert" class="dialog-close" @click="maskClick">
|
|
29
33
|
<view class="dialog-close-plus" data-id="close"></view>
|
|
30
34
|
<view class="dialog-close-plus dialog-close-rotate" data-id="close"></view>
|
|
31
35
|
</view>
|
|
@@ -34,6 +38,7 @@
|
|
|
34
38
|
<view v-if="showMonth" class="uni-calendar__box-bg">
|
|
35
39
|
<text class="uni-calendar__box-bg-text">{{ nowDate.month }}</text>
|
|
36
40
|
</view>
|
|
41
|
+
|
|
37
42
|
<view class="uni-calendar__weeks" style="padding-bottom: 7px">
|
|
38
43
|
<view class="uni-calendar__weeks-day">
|
|
39
44
|
<text class="uni-calendar__weeks-day-text">{{ SUNText }}</text>
|
|
@@ -57,6 +62,7 @@
|
|
|
57
62
|
<text class="uni-calendar__weeks-day-text">{{ SATText }}</text>
|
|
58
63
|
</view>
|
|
59
64
|
</view>
|
|
65
|
+
|
|
60
66
|
<view class="uni-calendar__weeks" v-for="(item, weekIndex) in weeks" :key="weekIndex">
|
|
61
67
|
<view class="uni-calendar__weeks-item" v-for="(weeks, weeksIndex) in item" :key="weeksIndex">
|
|
62
68
|
<calendar-item
|
|
@@ -71,6 +77,7 @@
|
|
|
71
77
|
</view>
|
|
72
78
|
</view>
|
|
73
79
|
</view>
|
|
80
|
+
|
|
74
81
|
<view v-if="!insert && !range && hasTime" class="uni-date-changed uni-calendar--fixed-top" style="padding: 0 80px">
|
|
75
82
|
<view class="uni-date-changed--time-date">{{ tempSingleDate ? tempSingleDate : selectDateText }}</view>
|
|
76
83
|
<time-picker
|
|
@@ -84,6 +91,7 @@
|
|
|
84
91
|
class="time-picker-style"
|
|
85
92
|
></time-picker>
|
|
86
93
|
</view>
|
|
94
|
+
|
|
87
95
|
<view v-if="!insert && range && hasTime" class="uni-date-changed uni-calendar--fixed-top">
|
|
88
96
|
<view class="uni-date-changed--time-start">
|
|
89
97
|
<view class="uni-date-changed--time-date">{{ tempRange.before ? tempRange.before : startDateText }}</view>
|
|
@@ -113,19 +121,23 @@
|
|
|
113
121
|
></time-picker>
|
|
114
122
|
</view>
|
|
115
123
|
</view>
|
|
124
|
+
|
|
116
125
|
<view v-if="!insert" class="uni-date-changed uni-date-btn--ok">
|
|
117
126
|
<view class="uni-datetime-picker--btn" @click="confirm">{{ confirmText }}</view>
|
|
118
127
|
</view>
|
|
119
128
|
</view>
|
|
120
129
|
</view>
|
|
121
130
|
</template>
|
|
131
|
+
|
|
122
132
|
<script>
|
|
123
133
|
import { Calendar, getDate, getTime } from './util.js';
|
|
124
134
|
import calendarItem from './calendar-item.vue';
|
|
125
135
|
import timePicker from './time-picker.vue';
|
|
136
|
+
|
|
126
137
|
import { initVueI18n } from '@dcloudio/uni-i18n';
|
|
127
138
|
import i18nMessages from './i18n/index.js';
|
|
128
139
|
const { t } = initVueI18n(i18nMessages);
|
|
140
|
+
|
|
129
141
|
/**
|
|
130
142
|
* Calendar 日历
|
|
131
143
|
* @description 日历组件可以查看日期,选择任意范围内的日期,打点操作。常用场景如:酒店日期预订、火车机票选择购买日期、上下班打卡等
|
|
@@ -151,6 +163,15 @@ export default {
|
|
|
151
163
|
calendarItem,
|
|
152
164
|
timePicker
|
|
153
165
|
},
|
|
166
|
+
|
|
167
|
+
options: {
|
|
168
|
+
// #ifdef MP-TOUTIAO
|
|
169
|
+
virtualHost: false,
|
|
170
|
+
// #endif
|
|
171
|
+
// #ifndef MP-TOUTIAO
|
|
172
|
+
virtualHost: true
|
|
173
|
+
// #endif
|
|
174
|
+
},
|
|
154
175
|
props: {
|
|
155
176
|
date: {
|
|
156
177
|
type: String,
|
|
@@ -249,8 +270,7 @@ export default {
|
|
|
249
270
|
tempRange: {
|
|
250
271
|
before: '',
|
|
251
272
|
after: ''
|
|
252
|
-
}
|
|
253
|
-
isPhone: false
|
|
273
|
+
}
|
|
254
274
|
};
|
|
255
275
|
},
|
|
256
276
|
watch: {
|
|
@@ -326,6 +346,7 @@ export default {
|
|
|
326
346
|
if (!this.cale) {
|
|
327
347
|
return;
|
|
328
348
|
}
|
|
349
|
+
|
|
329
350
|
this.cale.setDefaultMultiple(before, after);
|
|
330
351
|
if (which === 'left' && before) {
|
|
331
352
|
this.setDate(before);
|
|
@@ -406,14 +427,6 @@ export default {
|
|
|
406
427
|
// 选中某一天
|
|
407
428
|
this.init(this.date);
|
|
408
429
|
},
|
|
409
|
-
mounted() {
|
|
410
|
-
if (typeof navigator !== 'undefined') {
|
|
411
|
-
this.isPhone = navigator.userAgent.toLowerCase().indexOf('mobile') !== -1;
|
|
412
|
-
return;
|
|
413
|
-
}
|
|
414
|
-
const { windowWidth } = uni.getSystemInfoSync();
|
|
415
|
-
this.isPhone = windowWidth <= 500;
|
|
416
|
-
},
|
|
417
430
|
methods: {
|
|
418
431
|
leaveCale() {
|
|
419
432
|
this.firstEnter = true;
|
|
@@ -443,6 +456,7 @@ export default {
|
|
|
443
456
|
this.close();
|
|
444
457
|
this.$emit('maskClose');
|
|
445
458
|
},
|
|
459
|
+
|
|
446
460
|
clearCalender() {
|
|
447
461
|
if (this.range) {
|
|
448
462
|
this.timeRange.startTime = '';
|
|
@@ -460,6 +474,7 @@ export default {
|
|
|
460
474
|
this.calendar.fullDate = '';
|
|
461
475
|
this.setDate(new Date());
|
|
462
476
|
},
|
|
477
|
+
|
|
463
478
|
bindDateChange(e) {
|
|
464
479
|
const value = e.detail.value + '-1';
|
|
465
480
|
this.setDate(value);
|
|
@@ -476,7 +491,9 @@ export default {
|
|
|
476
491
|
this.cale.setDate(date || new Date());
|
|
477
492
|
this.weeks = this.cale.weeks;
|
|
478
493
|
this.nowDate = this.cale.getInfo(date);
|
|
479
|
-
this.calendar = {
|
|
494
|
+
this.calendar = {
|
|
495
|
+
...this.nowDate
|
|
496
|
+
};
|
|
480
497
|
if (!date) {
|
|
481
498
|
// 优化date为空默认不选中今天
|
|
482
499
|
this.calendar.fullDate = '';
|
|
@@ -488,14 +505,14 @@ export default {
|
|
|
488
505
|
const month = defaultDate.getMonth() + 1;
|
|
489
506
|
const date = defaultDate.getDate();
|
|
490
507
|
const day = defaultDate.getDay();
|
|
491
|
-
(this.calendar = {
|
|
508
|
+
((this.calendar = {
|
|
492
509
|
fullDate,
|
|
493
510
|
year,
|
|
494
511
|
month,
|
|
495
512
|
date,
|
|
496
513
|
day
|
|
497
514
|
}),
|
|
498
|
-
(this.tempSingleDate = fullDate);
|
|
515
|
+
(this.tempSingleDate = fullDate));
|
|
499
516
|
this.time = getTime(defaultDate, this.hideSecond);
|
|
500
517
|
}
|
|
501
518
|
}
|
|
@@ -538,8 +555,8 @@ export default {
|
|
|
538
555
|
/**
|
|
539
556
|
* 变化触发
|
|
540
557
|
*/
|
|
541
|
-
change() {
|
|
542
|
-
if (!this.insert) return;
|
|
558
|
+
change(isSingleChange) {
|
|
559
|
+
if (!this.insert && !isSingleChange) return;
|
|
543
560
|
this.setEmit('change');
|
|
544
561
|
},
|
|
545
562
|
/**
|
|
@@ -592,15 +609,14 @@ export default {
|
|
|
592
609
|
this.tempSingleDate = this.calendar.fullDate;
|
|
593
610
|
const beforeDate = new Date(this.cale.multipleStatus.before).getTime();
|
|
594
611
|
const afterDate = new Date(this.cale.multipleStatus.after).getTime();
|
|
595
|
-
|
|
596
|
-
if (beforeDate > afterDate && afterDate && !this.isPhone) {
|
|
612
|
+
if (beforeDate > afterDate && afterDate) {
|
|
597
613
|
this.tempRange.before = this.cale.multipleStatus.after;
|
|
598
614
|
this.tempRange.after = this.cale.multipleStatus.before;
|
|
599
615
|
} else {
|
|
600
616
|
this.tempRange.before = this.cale.multipleStatus.before;
|
|
601
617
|
this.tempRange.after = this.cale.multipleStatus.after;
|
|
602
618
|
}
|
|
603
|
-
this.change();
|
|
619
|
+
this.change(true);
|
|
604
620
|
},
|
|
605
621
|
changeMonth(type) {
|
|
606
622
|
let newDate;
|
|
@@ -609,6 +625,7 @@ export default {
|
|
|
609
625
|
} else if (type === 'next') {
|
|
610
626
|
newDate = this.cale.getNextMonthObj(this.nowDate.fullDate).fullDate;
|
|
611
627
|
}
|
|
628
|
+
|
|
612
629
|
this.setDate(newDate);
|
|
613
630
|
this.monthSwitch();
|
|
614
631
|
},
|
|
@@ -624,6 +641,309 @@ export default {
|
|
|
624
641
|
}
|
|
625
642
|
};
|
|
626
643
|
</script>
|
|
644
|
+
|
|
627
645
|
<style>
|
|
628
|
-
|
|
646
|
+
|
|
647
|
+
.uni-calendar {
|
|
648
|
+
/* #ifndef APP-NVUE */
|
|
649
|
+
display: flex;
|
|
650
|
+
/* #endif */
|
|
651
|
+
flex-direction: column;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.uni-calendar__mask {
|
|
655
|
+
position: fixed;
|
|
656
|
+
bottom: 0;
|
|
657
|
+
top: 0;
|
|
658
|
+
left: 0;
|
|
659
|
+
right: 0;
|
|
660
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
661
|
+
transition-property: opacity;
|
|
662
|
+
transition-duration: 0.3s;
|
|
663
|
+
opacity: 0;
|
|
664
|
+
/* #ifndef APP-NVUE */
|
|
665
|
+
z-index: 99;
|
|
666
|
+
/* #endif */
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.uni-calendar--mask-show {
|
|
670
|
+
opacity: 1;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.uni-calendar--fixed {
|
|
674
|
+
position: fixed;
|
|
675
|
+
bottom: calc(var(--window-bottom));
|
|
676
|
+
left: 0;
|
|
677
|
+
right: 0;
|
|
678
|
+
transition-property: transform;
|
|
679
|
+
transition-duration: 0.3s;
|
|
680
|
+
transform: translateY(460px);
|
|
681
|
+
/* #ifndef APP-NVUE */
|
|
682
|
+
z-index: 99;
|
|
683
|
+
/* #endif */
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.uni-calendar--ani-show {
|
|
687
|
+
transform: translateY(0);
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.uni-calendar__content {
|
|
691
|
+
background-color: #fff;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.uni-calendar__content-mobile {
|
|
695
|
+
border-top-left-radius: 10px;
|
|
696
|
+
border-top-right-radius: 10px;
|
|
697
|
+
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.uni-calendar__header {
|
|
701
|
+
position: relative;
|
|
702
|
+
/* #ifndef APP-NVUE */
|
|
703
|
+
display: flex;
|
|
704
|
+
/* #endif */
|
|
705
|
+
flex-direction: row;
|
|
706
|
+
justify-content: center;
|
|
707
|
+
align-items: center;
|
|
708
|
+
height: 50px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.uni-calendar__header-mobile {
|
|
712
|
+
padding: 10px;
|
|
713
|
+
padding-bottom: 0;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.uni-calendar--fixed-top {
|
|
717
|
+
/* #ifndef APP-NVUE */
|
|
718
|
+
display: flex;
|
|
719
|
+
/* #endif */
|
|
720
|
+
flex-direction: row;
|
|
721
|
+
justify-content: space-between;
|
|
722
|
+
border-top-color: rgba(0, 0, 0, 0.4);
|
|
723
|
+
border-top-style: solid;
|
|
724
|
+
border-top-width: 1px;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.uni-calendar--fixed-width {
|
|
728
|
+
width: 50px;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.uni-calendar__backtoday {
|
|
732
|
+
position: absolute;
|
|
733
|
+
right: 0;
|
|
734
|
+
top: 25rpx;
|
|
735
|
+
padding: 0 5px;
|
|
736
|
+
padding-left: 10px;
|
|
737
|
+
height: 25px;
|
|
738
|
+
line-height: 25px;
|
|
739
|
+
font-size: 12px;
|
|
740
|
+
border-top-left-radius: 25px;
|
|
741
|
+
border-bottom-left-radius: 25px;
|
|
742
|
+
color: #fff;
|
|
743
|
+
background-color: #f1f1f1;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.uni-calendar__header-text {
|
|
747
|
+
text-align: center;
|
|
748
|
+
width: 100px;
|
|
749
|
+
font-size: 15px;
|
|
750
|
+
color: #666;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.uni-calendar__button-text {
|
|
754
|
+
text-align: center;
|
|
755
|
+
width: 100px;
|
|
756
|
+
font-size: 14px;
|
|
757
|
+
color: #007aff;
|
|
758
|
+
/* #ifndef APP-NVUE */
|
|
759
|
+
letter-spacing: 3px;
|
|
760
|
+
/* #endif */
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.uni-calendar__header-btn-box {
|
|
764
|
+
/* #ifndef APP-NVUE */
|
|
765
|
+
display: flex;
|
|
766
|
+
/* #endif */
|
|
767
|
+
flex-direction: row;
|
|
768
|
+
align-items: center;
|
|
769
|
+
justify-content: center;
|
|
770
|
+
width: 50px;
|
|
771
|
+
height: 50px;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.uni-calendar__header-btn {
|
|
775
|
+
width: 9px;
|
|
776
|
+
height: 9px;
|
|
777
|
+
border-left-color: #808080;
|
|
778
|
+
border-left-style: solid;
|
|
779
|
+
border-left-width: 1px;
|
|
780
|
+
border-top-color: #555555;
|
|
781
|
+
border-top-style: solid;
|
|
782
|
+
border-top-width: 1px;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.uni-calendar--left {
|
|
786
|
+
transform: rotate(-45deg);
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.uni-calendar--right {
|
|
790
|
+
transform: rotate(135deg);
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.uni-calendar__weeks {
|
|
794
|
+
position: relative;
|
|
795
|
+
/* #ifndef APP-NVUE */
|
|
796
|
+
display: flex;
|
|
797
|
+
/* #endif */
|
|
798
|
+
flex-direction: row;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.uni-calendar__weeks-item {
|
|
802
|
+
flex: 1;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.uni-calendar__weeks-day {
|
|
806
|
+
flex: 1;
|
|
807
|
+
/* #ifndef APP-NVUE */
|
|
808
|
+
display: flex;
|
|
809
|
+
/* #endif */
|
|
810
|
+
flex-direction: column;
|
|
811
|
+
justify-content: center;
|
|
812
|
+
align-items: center;
|
|
813
|
+
height: 40px;
|
|
814
|
+
border-bottom-color: #f5f5f5;
|
|
815
|
+
border-bottom-style: solid;
|
|
816
|
+
border-bottom-width: 1px;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.uni-calendar__weeks-day-text {
|
|
820
|
+
font-size: 12px;
|
|
821
|
+
color: #b2b2b2;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.uni-calendar__box {
|
|
825
|
+
position: relative;
|
|
826
|
+
/* padding: 0 10px; */
|
|
827
|
+
padding-bottom: 7px;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.uni-calendar__box-bg {
|
|
831
|
+
/* #ifndef APP-NVUE */
|
|
832
|
+
display: flex;
|
|
833
|
+
/* #endif */
|
|
834
|
+
justify-content: center;
|
|
835
|
+
align-items: center;
|
|
836
|
+
position: absolute;
|
|
837
|
+
top: 0;
|
|
838
|
+
left: 0;
|
|
839
|
+
right: 0;
|
|
840
|
+
bottom: 0;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.uni-calendar__box-bg-text {
|
|
844
|
+
font-size: 200px;
|
|
845
|
+
font-weight: bold;
|
|
846
|
+
color: #999;
|
|
847
|
+
opacity: 0.1;
|
|
848
|
+
text-align: center;
|
|
849
|
+
/* #ifndef APP-NVUE */
|
|
850
|
+
line-height: 1;
|
|
851
|
+
/* #endif */
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.uni-date-changed {
|
|
855
|
+
padding: 0 10px;
|
|
856
|
+
/* line-height: 50px; */
|
|
857
|
+
text-align: center;
|
|
858
|
+
color: #333;
|
|
859
|
+
border-top-color: #dcdcdc;
|
|
860
|
+
border-top-style: solid;
|
|
861
|
+
border-top-width: 1px;
|
|
862
|
+
flex: 1;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.uni-date-btn--ok {
|
|
866
|
+
padding: 20px 15px;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.uni-date-changed--time-start {
|
|
870
|
+
/* #ifndef APP-NVUE */
|
|
871
|
+
display: flex;
|
|
872
|
+
/* #endif */
|
|
873
|
+
align-items: center;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.uni-date-changed--time-end {
|
|
877
|
+
/* #ifndef APP-NVUE */
|
|
878
|
+
display: flex;
|
|
879
|
+
/* #endif */
|
|
880
|
+
align-items: center;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.uni-date-changed--time-date {
|
|
884
|
+
color: #999;
|
|
885
|
+
line-height: 50px;
|
|
886
|
+
/* #ifdef MP-TOUTIAO */
|
|
887
|
+
font-size: 16px;
|
|
888
|
+
/* #endif */
|
|
889
|
+
margin-right: 5px;
|
|
890
|
+
/* opacity: 0.6; */
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.time-picker-style {
|
|
894
|
+
/* width: 62px; */
|
|
895
|
+
/* #ifndef APP-NVUE */
|
|
896
|
+
display: flex;
|
|
897
|
+
/* #endif */
|
|
898
|
+
justify-content: center;
|
|
899
|
+
align-items: center;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
.mr-10 {
|
|
903
|
+
margin-right: 10px;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.dialog-close {
|
|
907
|
+
position: absolute;
|
|
908
|
+
top: 0;
|
|
909
|
+
right: 0;
|
|
910
|
+
bottom: 0;
|
|
911
|
+
/* #ifndef APP-NVUE */
|
|
912
|
+
display: flex;
|
|
913
|
+
/* #endif */
|
|
914
|
+
flex-direction: row;
|
|
915
|
+
align-items: center;
|
|
916
|
+
padding: 0 25px;
|
|
917
|
+
margin-top: 10px;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.dialog-close-plus {
|
|
921
|
+
width: 16px;
|
|
922
|
+
height: 2px;
|
|
923
|
+
background-color: #737987;
|
|
924
|
+
border-radius: 2px;
|
|
925
|
+
transform: rotate(45deg);
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.dialog-close-rotate {
|
|
929
|
+
position: absolute;
|
|
930
|
+
transform: rotate(-45deg);
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.uni-datetime-picker--btn {
|
|
934
|
+
border-radius: 100px;
|
|
935
|
+
height: 40px;
|
|
936
|
+
line-height: 40px;
|
|
937
|
+
background-color: #007aff;
|
|
938
|
+
color: #fff;
|
|
939
|
+
font-size: 16px;
|
|
940
|
+
letter-spacing: 2px;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
/* #ifndef APP-NVUE */
|
|
944
|
+
.uni-datetime-picker--btn:active {
|
|
945
|
+
opacity: 0.7;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
/* #endif */
|
|
629
949
|
</style>
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
## 2.2.42(2025-08-20)
|
|
2
|
+
- 修复 datetime-picker 小程序样式警告
|
|
3
|
+
## 2.2.41(2025-08-20)
|
|
4
|
+
- 修复 uni-datetime-picker组件时间对比报错问题
|
|
5
|
+
## 2.2.40(2025-04-14)
|
|
6
|
+
- 修复 绑定字符串值的时,日历面板选中状态未重置到默认值的问题
|
|
7
|
+
## 2.2.39(2025-04-14)
|
|
8
|
+
- 修复 在 iOS 微信小程序上type='daterange'时,传入'YYYY-MM-DD'格式不生效的问题
|
|
9
|
+
|
|
10
|
+
## 2.2.38(2024-10-15)
|
|
11
|
+
- 修复 微信小程序中的getSystemInfo警告
|
|
12
|
+
## 2.2.37(2024-10-12)
|
|
13
|
+
- 修复 微信小程序中的getSystemInfo警告
|
|
14
|
+
## 2.2.36(2024-10-12)
|
|
15
|
+
- 修复 微信小程序中的getSystemInfo警告
|
|
16
|
+
## 2.2.35(2024-09-21)
|
|
17
|
+
- 修复 没有选中日期时点击确定直接报错的Bug [详情](https://ask.dcloud.net.cn/question/198168)
|
|
18
|
+
## 2.2.34(2024-04-24)
|
|
19
|
+
- 新增 日期点击事件,在点击日期时会触发该事件。
|
|
20
|
+
## 2.2.33(2024-04-15)
|
|
21
|
+
- 修复 抖音小程序事件传递失效bug
|
|
22
|
+
## 2.2.32(2024-02-20)
|
|
23
|
+
- 修复 日历的close事件触发异常的bug [详情](https://github.com/dcloudio/uni-ui/issues/844)
|
|
24
|
+
## 2.2.31(2024-02-20)
|
|
25
|
+
- 修复 h5平台 右边日历的月份默认+1的bug [详情](https://github.com/dcloudio/uni-ui/issues/841)
|
|
26
|
+
## 2.2.30(2024-01-31)
|
|
27
|
+
- 修复 隐藏“秒”时,在IOS15及以下版本时出现 结束时间在开始时间之前 的bug [详情](https://github.com/dcloudio/uni-ui/issues/788)
|
|
28
|
+
## 2.2.29(2024-01-20)
|
|
29
|
+
- 新增 show事件,弹窗弹出时触发该事件 [详情](https://github.com/dcloudio/uni-app/issues/4694)
|
|
30
|
+
## 2.2.28(2024-01-18)
|
|
31
|
+
- 去除 noChange事件,当进行日期范围选择时,若只选了一天,则开始结束日期都为同一天 [详情](https://github.com/dcloudio/uni-ui/issues/815)
|
|
32
|
+
## 2.2.27(2024-01-10)
|
|
33
|
+
- 优化 增加noChange事件,当进行日期范围选择时,若有空值,则触发该事件 [详情](https://github.com/dcloudio/uni-ui/issues/815)
|
|
34
|
+
## 2.2.26(2024-01-08)
|
|
35
|
+
- 修复 字节小程序时间选择范围器失效问题 [详情](https://github.com/dcloudio/uni-ui/issues/834)
|
|
36
|
+
## 2.2.25(2023-10-18)
|
|
37
|
+
- 修复 PC端初次修改时间,开始时间未更新的Bug [详情](https://github.com/dcloudio/uni-ui/issues/737)
|
|
38
|
+
## 2.2.24(2023-06-02)
|
|
39
|
+
- 修复 部分情况修改时间,开始、结束时间显示异常的Bug [详情](https://ask.dcloud.net.cn/question/171146)
|
|
40
|
+
- 优化 当前月可以选择上月、下月的日期的Bug
|
|
41
|
+
## 2.2.23(2023-05-02)
|
|
42
|
+
- 修复 部分情况修改时间,开始时间未更新的Bug [详情](https://github.com/dcloudio/uni-ui/issues/737)
|
|
43
|
+
- 修复 部分平台及设备第一次点击无法显示弹框的Bug
|
|
44
|
+
- 修复 ios 日期格式未补零显示及使用异常的Bug [详情](https://ask.dcloud.net.cn/question/162979)
|
|
45
|
+
## 2.2.22(2023-03-30)
|
|
46
|
+
- 修复 日历 picker 修改年月后,自动选中当月1日的Bug [详情](https://ask.dcloud.net.cn/question/165937)
|
|
47
|
+
- 修复 小程序端 低版本 ios NaN的Bug [详情](https://ask.dcloud.net.cn/question/162979)
|
|
48
|
+
## 2.2.21(2023-02-20)
|
|
49
|
+
- 修复 firefox 浏览器显示区域点击无法拉起日历弹框的Bug [详情](https://ask.dcloud.net.cn/question/163362)
|
|
50
|
+
## 2.2.20(2023-02-17)
|
|
51
|
+
- 优化 值为空依然选中当天问题
|
|
52
|
+
- 优化 提供 default-value 属性支持配置选择器打开时默认显示的时间
|
|
53
|
+
- 优化 非范围选择未选择日期时间,点击确认按钮选中当前日期时间
|
|
54
|
+
- 优化 字节小程序日期时间范围选择,底部日期换行的Bug
|
|
55
|
+
## 2.2.19(2023-02-09)
|
|
56
|
+
- 修复 2.2.18 引起范围选择配置 end 选择无效的Bug [详情](https://github.com/dcloudio/uni-ui/issues/686)
|
|
57
|
+
## 2.2.18(2023-02-08)
|
|
58
|
+
- 修复 移动端范围选择change事件触发异常的Bug [详情](https://github.com/dcloudio/uni-ui/issues/684)
|
|
59
|
+
- 优化 PC端输入日期格式错误时返回当前日期时间
|
|
60
|
+
- 优化 PC端输入日期时间超出 start、end 限制的Bug
|
|
61
|
+
- 优化 移动端日期时间范围用法时间展示不完整问题
|
|
62
|
+
## 2.2.17(2023-02-04)
|
|
63
|
+
- 修复 小程序端绑定 Date 类型报错的Bug [详情](https://github.com/dcloudio/uni-ui/issues/679)
|
|
64
|
+
- 修复 vue3 time-picker 无法显示绑定时分秒的Bug
|
|
65
|
+
## 2.2.16(2023-02-02)
|
|
66
|
+
- 修复 字节小程序报错的Bug
|
|
67
|
+
## 2.2.15(2023-02-02)
|
|
68
|
+
- 修复 某些情况切换月份错误的Bug
|
|
69
|
+
## 2.2.14(2023-01-30)
|
|
70
|
+
- 修复 某些情况切换月份错误的Bug [详情](https://ask.dcloud.net.cn/question/162033)
|
|
71
|
+
## 2.2.13(2023-01-10)
|
|
72
|
+
- 修复 多次加载组件造成内存占用的Bug
|
|
73
|
+
## 2.2.12(2022-12-01)
|
|
74
|
+
- 修复 vue3 下 i18n 国际化初始值不正确的Bug
|
|
75
|
+
## 2.2.11(2022-09-19)
|
|
76
|
+
- 修复 支付宝小程序样式错乱的Bug [详情](https://github.com/dcloudio/uni-app/issues/3861)
|
|
77
|
+
## 2.2.10(2022-09-19)
|
|
78
|
+
- 修复 反向选择日期范围,日期显示异常的Bug [详情](https://ask.dcloud.net.cn/question/153401?item_id=212892&rf=false)
|
|
79
|
+
## 2.2.9(2022-09-16)
|
|
80
|
+
- 可以使用 uni-scss 控制主题色
|
|
81
|
+
## 2.2.8(2022-09-08)
|
|
82
|
+
- 修复 close事件无效的Bug
|
|
83
|
+
## 2.2.7(2022-09-05)
|
|
84
|
+
- 修复 移动端 maskClick 无效的Bug [详情](https://ask.dcloud.net.cn/question/140824)
|
|
85
|
+
## 2.2.6(2022-06-30)
|
|
86
|
+
- 优化 组件样式,调整了组件图标大小、高度、颜色等,与uni-ui风格保持一致
|
|
87
|
+
## 2.2.5(2022-06-24)
|
|
88
|
+
- 修复 日历顶部年月及底部确认未国际化的Bug
|
|
89
|
+
## 2.2.4(2022-03-31)
|
|
90
|
+
- 修复 Vue3 下动态赋值,单选类型未响应的Bug
|
|
91
|
+
## 2.2.3(2022-03-28)
|
|
92
|
+
- 修复 Vue3 下动态赋值未响应的Bug
|
|
93
|
+
## 2.2.2(2021-12-10)
|
|
94
|
+
- 修复 clear-icon 属性在小程序平台不生效的Bug
|
|
95
|
+
## 2.2.1(2021-12-10)
|
|
96
|
+
- 修复 日期范围选在小程序平台,必须多点击一次才能取消选中状态的Bug
|
|
97
|
+
## 2.2.0(2021-11-19)
|
|
98
|
+
- 优化 组件UI,并提供设计资源 [详情](https://uniapp.dcloud.io/component/uniui/resource)
|
|
99
|
+
- 文档迁移 [https://uniapp.dcloud.io/component/uniui/uni-datetime-picker](https://uniapp.dcloud.io/component/uniui/uni-datetime-picker)
|
|
100
|
+
## 2.1.5(2021-11-09)
|
|
101
|
+
- 新增 提供组件设计资源,组件样式调整
|
|
102
|
+
## 2.1.4(2021-09-10)
|
|
103
|
+
- 修复 hide-second 在移动端的Bug
|
|
104
|
+
- 修复 单选赋默认值时,赋值日期未高亮的Bug
|
|
105
|
+
- 修复 赋默认值时,移动端未正确显示时间的Bug
|
|
106
|
+
## 2.1.3(2021-09-09)
|
|
107
|
+
- 新增 hide-second 属性,支持只使用时分,隐藏秒
|
|
108
|
+
## 2.1.2(2021-09-03)
|
|
109
|
+
- 优化 取消选中时(范围选)直接开始下一次选择, 避免多点一次
|
|
110
|
+
- 优化 移动端支持清除按钮,同时支持通过 ref 调用组件的 clear 方法
|
|
111
|
+
- 优化 调整字号大小,美化日历界面
|
|
112
|
+
- 修复 因国际化导致的 placeholder 失效的Bug
|
|
113
|
+
## 2.1.1(2021-08-24)
|
|
114
|
+
- 新增 支持国际化
|
|
115
|
+
- 优化 范围选择器在 pc 端过宽的问题
|
|
116
|
+
## 2.1.0(2021-08-09)
|
|
117
|
+
- 新增 适配 vue3
|
|
118
|
+
## 2.0.19(2021-08-09)
|
|
119
|
+
- 新增 支持作为 uni-forms 子组件相关功能
|
|
120
|
+
- 修复 在 uni-forms 中使用时,选择时间报 NAN 错误的Bug
|
|
121
|
+
## 2.0.18(2021-08-05)
|
|
122
|
+
- 修复 type 属性动态赋值无效的Bug
|
|
123
|
+
- 修复 ‘确认’按钮被 tabbar 遮盖 bug
|
|
124
|
+
- 修复 组件未赋值时范围选左、右日历相同的Bug
|
|
125
|
+
## 2.0.17(2021-08-04)
|
|
126
|
+
- 修复 范围选未正确显示当前值的Bug
|
|
127
|
+
- 修复 h5 平台(移动端)报错 'cale' of undefined 的Bug
|
|
128
|
+
## 2.0.16(2021-07-21)
|
|
129
|
+
- 新增 return-type 属性支持返回 date 日期对象
|
|
130
|
+
## 2.0.15(2021-07-14)
|
|
131
|
+
- 修复 单选日期类型,初始赋值后不在当前日历的Bug
|
|
132
|
+
- 新增 clearIcon 属性,显示框的清空按钮可配置显示隐藏(仅 pc 有效)
|
|
133
|
+
- 优化 移动端移除显示框的清空按钮,无实际用途
|
|
134
|
+
## 2.0.14(2021-07-14)
|
|
135
|
+
- 修复 组件赋值为空,界面未更新的Bug
|
|
136
|
+
- 修复 start 和 end 不能动态赋值的Bug
|
|
137
|
+
- 修复 范围选类型,用户选择后再次选择右侧日历(结束日期)显示不正确的Bug
|
|
138
|
+
## 2.0.13(2021-07-08)
|
|
139
|
+
- 修复 范围选择不能动态赋值的Bug
|
|
140
|
+
## 2.0.12(2021-07-08)
|
|
141
|
+
- 修复 范围选择的初始时间在一个月内时,造成无法选择的bug
|
|
142
|
+
## 2.0.11(2021-07-08)
|
|
143
|
+
- 优化 弹出层在超出视窗边缘定位不准确的问题
|
|
144
|
+
## 2.0.10(2021-07-08)
|
|
145
|
+
- 修复 范围起始点样式的背景色与今日样式的字体前景色融合,导致日期字体看不清的Bug
|
|
146
|
+
- 优化 弹出层在超出视窗边缘被遮盖的问题
|
|
147
|
+
## 2.0.9(2021-07-07)
|
|
148
|
+
- 新增 maskClick 事件
|
|
149
|
+
- 修复 特殊情况日历 rpx 布局错误的Bug,rpx -> px
|
|
150
|
+
- 修复 范围选择时清空返回值不合理的bug,['', ''] -> []
|
|
151
|
+
## 2.0.8(2021-07-07)
|
|
152
|
+
- 新增 日期时间显示框支持插槽
|
|
153
|
+
## 2.0.7(2021-07-01)
|
|
154
|
+
- 优化 添加 uni-icons 依赖
|
|
155
|
+
## 2.0.6(2021-05-22)
|
|
156
|
+
- 修复 图标在小程序上不显示的Bug
|
|
157
|
+
- 优化 重命名引用组件,避免潜在组件命名冲突
|
|
158
|
+
## 2.0.5(2021-05-20)
|
|
159
|
+
- 优化 代码目录扁平化
|
|
160
|
+
## 2.0.4(2021-05-12)
|
|
161
|
+
- 新增 组件示例地址
|
|
162
|
+
## 2.0.3(2021-05-10)
|
|
163
|
+
- 修复 ios 下不识别 '-' 日期格式的Bug
|
|
164
|
+
- 优化 pc 下弹出层添加边框和阴影
|
|
165
|
+
## 2.0.2(2021-05-08)
|
|
166
|
+
- 修复 在 admin 中获取弹出层定位错误的bug
|
|
167
|
+
## 2.0.1(2021-05-08)
|
|
168
|
+
- 修复 type 属性向下兼容,默认值从 date 变更为 datetime
|
|
169
|
+
## 2.0.0(2021-04-30)
|
|
170
|
+
- 支持日历形式的日期+时间的范围选择
|
|
171
|
+
> 注意:此版本不向后兼容,不再支持单独时间选择(type=time)及相关的 hide-second 属性(时间选可使用内置组件 picker)
|
|
172
|
+
## 1.0.6(2021-03-18)
|
|
173
|
+
- 新增 hide-second 属性,时间支持仅选择时、分
|
|
174
|
+
- 修复 选择跟显示的日期不一样的Bug
|
|
175
|
+
- 修复 chang事件触发2次的Bug
|
|
176
|
+
- 修复 分、秒 end 范围错误的Bug
|
|
177
|
+
- 优化 更好的 nvue 适配
|