@10yun/cv-mobile-ui 0.5.55 → 0.5.57
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/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +605 -605
- package/{ui-sdks → other}/qiun-data-charts/package.json +2 -1
- package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +20 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +542 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +246 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +51 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +48 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/main.js +13 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +75 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +448 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +1 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +142 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +228 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +113 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +110 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +58 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +174 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +233 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +115 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +339 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +117 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +212 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +79 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +76 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +455 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +76 -0
- package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate0.vue +2 -1
- package/other/{u-parse-2019 → u-parse}/libs/html2json.js +2 -2
- package/other/{uParse → u-parse}/libs/wxDiscode.js +1 -1
- package/other/u-parse/readme.md +102 -0
- package/other/{u-parse-2019 → u-parse}/u-parse.vue +1 -6
- package/other/u-parse2026/libs/html2json.js +2 -2
- package/other/u-parse2026/libs/wxDiscode.js +1 -1
- package/other/u-parse2026/u-parse.css +1 -0
- package/other/u-parse2026/u-parse.vue +1 -3
- package/other/uParse2/components/wxParseAudio.vue +1 -0
- package/other/{uParse → uParse2}/components/wxParseImg.vue +4 -4
- package/other/{uParse → uParse2}/components/wxParseTable.vue +15 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate0.vue +7 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate1.vue +10 -0
- package/other/{uParse → uParse2}/libs/html2json.js +2 -2
- package/other/{u-parse-2019 → uParse2}/libs/wxDiscode.js +1 -1
- package/other/{uParse/wxParse.css → uParse2/u-parse.css} +4 -4
- package/other/{uParse/wxParse.vue → uParse2/u-parse.vue} +18 -11
- package/other/uParse2/u-parse2.css +264 -0
- package/package.json +1 -1
- package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
- package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
- package/ui-cv/components/cv-icons/cv-icons.vue +18 -62
- package/ui-cv/components/cv-icons/iconfont/font-default-icons.js +127 -131
- package/ui-cv/components/cv-input-password/cv-input-password.vue +1 -1
- package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +1 -1
- package/ui-cv/components/cv-mask-svg/mixins.js +16 -12
- package/ui-cv/components/cv-upload-image/cv-upload-image.vue +4 -4
- package/ui-fireui/components/u-share-model/u-share-model.vue +1 -1
- package/ui-fireui/components/u-uploadsamll/u-uploadsamll.vue +1 -1
- package/uview-plus/components/u-dropdown-list/u-dropdown-list.vue +1 -2
- package/uview-plus/components/u-form/form.js +13 -12
- package/uview-plus/components/u-image/u-image-wu.vue +25 -1
- package/uview-plus/components/u-parse/README.md +192 -0
- package/uview-plus/components/u-parse/changelog.md +163 -0
- package/uview-plus/components/u-parse/node/node.vue +37 -3
- package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
- package/uview-plus/components/u-parse/parser.js +8 -3
- package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
- package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
- package/uview-plus/components/u-parse/u-parse.vue +29 -1
- package/other/lime-painter2/README2.md +0 -576
- package/other/lime-painter2/changelog.md +0 -225
- package/other/lime-painter2/package.json +0 -93
- package/other/lime-painter2/readme.md +0 -758
- package/other/lime-painter2/test.md +0 -45
- package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
- package/other/u-parse-2019/readme.md +0 -99
- package/other/uParse/components/style.css +0 -1
- package/other/uParse/components/wxParseAudio.vue +0 -1
- package/other/xt-parse/changelog.md +0 -41
- package/other/xt-parse/node/node.vue +0 -752
- package/other/xt-parse/package.json +0 -129
- package/other/xt-parse/parser.js +0 -1461
- package/other/xt-parse/props.js +0 -49
- package/other/xt-parse/readme.md +0 -145
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
- package/other/xt-parse/u-parse.vue +0 -510
- package/plugins/luch-request/adapters/index.js +0 -131
- package/plugins/luch-request/core/InterceptorManager.js +0 -50
- package/plugins/luch-request/core/Request.js +0 -199
- package/plugins/luch-request/core/buildFullPath.js +0 -20
- package/plugins/luch-request/core/defaults.js +0 -32
- package/plugins/luch-request/core/dispatchRequest.js +0 -5
- package/plugins/luch-request/core/mergeConfig.js +0 -125
- package/plugins/luch-request/core/settle.js +0 -16
- package/plugins/luch-request/helpers/buildURL.js +0 -71
- package/plugins/luch-request/helpers/combineURLs.js +0 -12
- package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
- package/plugins/luch-request/index.d.ts +0 -197
- package/plugins/luch-request/index.js +0 -2
- package/plugins/luch-request/readme.md +0 -3
- package/plugins/luch-request/utils/clone.js +0 -260
- package/plugins/luch-request/utils.js +0 -131
- package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
- package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
- package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
- package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
- package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
- package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
- package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
- package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
- package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
- package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
- package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
- package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
- package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
- package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
- package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
- package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
- package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
- package/ui-sdks/sdk-app-update/img/logo.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
- package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
- package/ui-sdks/sdk-app-update/xxxx +0 -62
- package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
- package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
- package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
- package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
- package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
- package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
- package/ui-sdks/sdk-webview-main/main.js +0 -0
- package/ui-sdks/sdk-webview-main/mixin.js +0 -0
- package/uni-ui/lib/uni-badge/changelog.md +0 -33
- package/uni-ui/lib/uni-badge/package.json +0 -107
- package/uni-ui/lib/uni-badge/readme.md +0 -8
- package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
- package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
- package/uni-ui/lib/uni-calendar/changelog.md +0 -30
- package/uni-ui/lib/uni-calendar/package.json +0 -105
- package/uni-ui/lib/uni-calendar/readme.md +0 -103
- package/uni-ui/lib/uni-card/changelog.md +0 -26
- package/uni-ui/lib/uni-card/package.json +0 -107
- package/uni-ui/lib/uni-card/readme.md +0 -10
- package/uni-ui/lib/uni-collapse/changelog.md +0 -48
- package/uni-ui/lib/uni-collapse/package.json +0 -106
- package/uni-ui/lib/uni-collapse/readme.md +0 -11
- package/uni-ui/lib/uni-combox/changelog.md +0 -17
- package/uni-ui/lib/uni-combox/package.json +0 -107
- package/uni-ui/lib/uni-combox/readme.md +0 -10
- package/uni-ui/lib/uni-countdown/changelog.md +0 -30
- package/uni-ui/lib/uni-countdown/package.json +0 -105
- package/uni-ui/lib/uni-countdown/readme.md +0 -9
- package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
- package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
- package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
- package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
- package/uni-ui/lib/uni-data-picker/package.json +0 -109
- package/uni-ui/lib/uni-data-picker/readme.md +0 -21
- package/uni-ui/lib/uni-data-select/changelog.md +0 -51
- package/uni-ui/lib/uni-data-select/package.json +0 -106
- package/uni-ui/lib/uni-data-select/readme.md +0 -7
- package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
- package/uni-ui/lib/uni-dateformat/package.json +0 -107
- package/uni-ui/lib/uni-dateformat/readme.md +0 -10
- package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
- package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
- package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
- package/uni-ui/lib/uni-drawer/changelog.md +0 -13
- package/uni-ui/lib/uni-drawer/package.json +0 -106
- package/uni-ui/lib/uni-drawer/readme.md +0 -9
- package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
- package/uni-ui/lib/uni-easyinput/package.json +0 -107
- package/uni-ui/lib/uni-easyinput/readme.md +0 -10
- package/uni-ui/lib/uni-fab/changelog.md +0 -25
- package/uni-ui/lib/uni-fab/package.json +0 -107
- package/uni-ui/lib/uni-fab/readme.md +0 -8
- package/uni-ui/lib/uni-fav/changelog.md +0 -19
- package/uni-ui/lib/uni-fav/package.json +0 -106
- package/uni-ui/lib/uni-fav/readme.md +0 -9
- package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
- package/uni-ui/lib/uni-file-picker/package.json +0 -105
- package/uni-ui/lib/uni-file-picker/readme.md +0 -10
- package/uni-ui/lib/uni-forms/changelog.md +0 -100
- package/uni-ui/lib/uni-forms/package.json +0 -107
- package/uni-ui/lib/uni-forms/readme.md +0 -22
- package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
- package/uni-ui/lib/uni-goods-nav/package.json +0 -105
- package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
- package/uni-ui/lib/uni-grid/changelog.md +0 -13
- package/uni-ui/lib/uni-grid/package.json +0 -106
- package/uni-ui/lib/uni-grid/readme.md +0 -10
- package/uni-ui/lib/uni-group/changelog.md +0 -16
- package/uni-ui/lib/uni-group/package.json +0 -106
- package/uni-ui/lib/uni-group/readme.md +0 -8
- package/uni-ui/lib/uni-icons/changelog.md +0 -44
- package/uni-ui/lib/uni-icons/package.json +0 -111
- package/uni-ui/lib/uni-icons/readme.md +0 -7
- package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
- package/uni-ui/lib/uni-indexed-list/package.json +0 -107
- package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
- package/uni-ui/lib/uni-link/changelog.md +0 -17
- package/uni-ui/lib/uni-link/package.json +0 -106
- package/uni-ui/lib/uni-link/readme.md +0 -10
- package/uni-ui/lib/uni-list/changelog.md +0 -52
- package/uni-ui/lib/uni-list/package.json +0 -108
- package/uni-ui/lib/uni-list/readme.md +0 -44
- package/uni-ui/lib/uni-load-more/changelog.md +0 -27
- package/uni-ui/lib/uni-load-more/package.json +0 -105
- package/uni-ui/lib/uni-load-more/readme.md +0 -12
- package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
- package/uni-ui/lib/uni-nav-bar/package.json +0 -106
- package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
- package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
- package/uni-ui/lib/uni-notice-bar/package.json +0 -107
- package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
- package/uni-ui/lib/uni-number-box/changelog.md +0 -39
- package/uni-ui/lib/uni-number-box/package.json +0 -104
- package/uni-ui/lib/uni-number-box/readme.md +0 -11
- package/uni-ui/lib/uni-pagination/changelog.md +0 -27
- package/uni-ui/lib/uni-pagination/package.json +0 -106
- package/uni-ui/lib/uni-pagination/readme.md +0 -10
- package/uni-ui/lib/uni-popup/changelog.md +0 -102
- package/uni-ui/lib/uni-popup/package.json +0 -107
- package/uni-ui/lib/uni-popup/readme.md +0 -15
- package/uni-ui/lib/uni-rate/changelog.md +0 -27
- package/uni-ui/lib/uni-rate/package.json +0 -106
- package/uni-ui/lib/uni-rate/readme.md +0 -11
- package/uni-ui/lib/uni-row/changelog.md +0 -10
- package/uni-ui/lib/uni-row/package.json +0 -106
- package/uni-ui/lib/uni-row/readme.md +0 -9
- package/uni-ui/lib/uni-scss/changelog.md +0 -8
- package/uni-ui/lib/uni-scss/package.json +0 -99
- package/uni-ui/lib/uni-scss/readme.md +0 -3
- package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
- package/uni-ui/lib/uni-search-bar/package.json +0 -106
- package/uni-ui/lib/uni-search-bar/readme.md +0 -12
- package/uni-ui/lib/uni-section/changelog.md +0 -2
- package/uni-ui/lib/uni-section/package.json +0 -104
- package/uni-ui/lib/uni-section/readme.md +0 -7
- package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
- package/uni-ui/lib/uni-segmented-control/package.json +0 -106
- package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
- package/uni-ui/lib/uni-steps/changelog.md +0 -18
- package/uni-ui/lib/uni-steps/package.json +0 -106
- package/uni-ui/lib/uni-steps/readme.md +0 -11
- package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
- package/uni-ui/lib/uni-swipe-action/package.json +0 -113
- package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
- package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
- package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
- package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
- package/uni-ui/lib/uni-table/changelog.md +0 -35
- package/uni-ui/lib/uni-table/package.json +0 -106
- package/uni-ui/lib/uni-table/readme.md +0 -11
- package/uni-ui/lib/uni-tag/changelog.md +0 -25
- package/uni-ui/lib/uni-tag/package.json +0 -106
- package/uni-ui/lib/uni-tag/readme.md +0 -11
- package/uni-ui/lib/uni-title/changelog.md +0 -10
- package/uni-ui/lib/uni-title/package.json +0 -107
- package/uni-ui/lib/uni-title/readme.md +0 -12
- package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
- package/uni-ui/lib/uni-tooltip/package.json +0 -104
- package/uni-ui/lib/uni-tooltip/readme.md +0 -7
- package/uni-ui/lib/uni-transition/changelog.md +0 -31
- package/uni-ui/lib/uni-transition/package.json +0 -112
- package/uni-ui/lib/uni-transition/readme.md +0 -10
- package/uni-ui/lib/uni-ui/changelog.md +0 -639
- package/uni-ui/lib/uni-ui/package.json +0 -148
- package/uni-ui/lib/uni-ui/readme.md +0 -247
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
- /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
- /package/other/{uParse → uParse2}/editor.css +0 -0
- /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
|
@@ -1,177 +0,0 @@
|
|
|
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 适配
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-datetime-picker",
|
|
3
|
-
"displayName": "uni-datetime-picker 日期选择器",
|
|
4
|
-
"version": "2.2.42",
|
|
5
|
-
"description": "uni-datetime-picker 日期时间选择器,支持日历,支持范围选择",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-datetime-picker",
|
|
8
|
-
"uni-ui",
|
|
9
|
-
"uniui",
|
|
10
|
-
"日期时间选择器",
|
|
11
|
-
"日期时间"
|
|
12
|
-
],
|
|
13
|
-
"repository": "https://github.com/dcloudio/uni-ui",
|
|
14
|
-
"engines": {
|
|
15
|
-
"HBuilderX": "",
|
|
16
|
-
"uni-app": "^4.07",
|
|
17
|
-
"uni-app-x": ""
|
|
18
|
-
},
|
|
19
|
-
"directories": {
|
|
20
|
-
"example": "../../temps/example_temps"
|
|
21
|
-
},
|
|
22
|
-
"dcloudext": {
|
|
23
|
-
"sale": {
|
|
24
|
-
"regular": {
|
|
25
|
-
"price": "0.00"
|
|
26
|
-
},
|
|
27
|
-
"sourcecode": {
|
|
28
|
-
"price": "0.00"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"contact": {
|
|
32
|
-
"qq": ""
|
|
33
|
-
},
|
|
34
|
-
"declaration": {
|
|
35
|
-
"ads": "无",
|
|
36
|
-
"data": "无",
|
|
37
|
-
"permissions": "无"
|
|
38
|
-
},
|
|
39
|
-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
40
|
-
"type": "component-vue",
|
|
41
|
-
"darkmode": "x",
|
|
42
|
-
"i18n": "x",
|
|
43
|
-
"widescreen": "x"
|
|
44
|
-
},
|
|
45
|
-
"uni_modules": {
|
|
46
|
-
"dependencies": [
|
|
47
|
-
"uni-scss",
|
|
48
|
-
"uni-icons"
|
|
49
|
-
],
|
|
50
|
-
"encrypt": [],
|
|
51
|
-
"platforms": {
|
|
52
|
-
"cloud": {
|
|
53
|
-
"tcb": "x",
|
|
54
|
-
"aliyun": "x",
|
|
55
|
-
"alipay": "x"
|
|
56
|
-
},
|
|
57
|
-
"client": {
|
|
58
|
-
"uni-app": {
|
|
59
|
-
"vue": {
|
|
60
|
-
"vue2": "√",
|
|
61
|
-
"vue3": "√"
|
|
62
|
-
},
|
|
63
|
-
"web": {
|
|
64
|
-
"safari": "√",
|
|
65
|
-
"chrome": "√"
|
|
66
|
-
},
|
|
67
|
-
"app": {
|
|
68
|
-
"vue": "√",
|
|
69
|
-
"nvue": "√",
|
|
70
|
-
"android": "√",
|
|
71
|
-
"ios": "√",
|
|
72
|
-
"harmony": "√"
|
|
73
|
-
},
|
|
74
|
-
"mp": {
|
|
75
|
-
"weixin": "√",
|
|
76
|
-
"alipay": "√",
|
|
77
|
-
"toutiao": "√",
|
|
78
|
-
"baidu": "√",
|
|
79
|
-
"kuaishou": "-",
|
|
80
|
-
"jd": "-",
|
|
81
|
-
"harmony": "-",
|
|
82
|
-
"qq": "√",
|
|
83
|
-
"lark": "-"
|
|
84
|
-
},
|
|
85
|
-
"quickapp": {
|
|
86
|
-
"huawei": "√",
|
|
87
|
-
"union": "√"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"uni-app-x": {
|
|
91
|
-
"web": {
|
|
92
|
-
"safari": "-",
|
|
93
|
-
"chrome": "-"
|
|
94
|
-
},
|
|
95
|
-
"app": {
|
|
96
|
-
"android": "-",
|
|
97
|
-
"ios": "-",
|
|
98
|
-
"harmony": "-"
|
|
99
|
-
},
|
|
100
|
-
"mp": {
|
|
101
|
-
"weixin": "-"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> `重要通知:组件升级更新 2.0.0 后,支持日期+时间范围选择,组件 ui 将使用日历选择日期,ui 变化较大,同时支持 PC 和 移动端。此版本不向后兼容,不再支持单独的时间选择(type=time)及相关的 hide-second 属性(时间选可使用内置组件 picker)。若仍需使用旧版本,可在插件市场下载*非uni_modules版本*,旧版本将不再维护`
|
|
4
|
-
|
|
5
|
-
## DatetimePicker 时间选择器
|
|
6
|
-
|
|
7
|
-
> **组件名:uni-datetime-picker**
|
|
8
|
-
> 代码块: `uDatetimePicker`
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
该组件的优势是,支持**时间戳**输入和输出(起始时间、终止时间也支持时间戳),可**同时选择**日期和时间。
|
|
12
|
-
|
|
13
|
-
若只是需要单独选择日期和时间,不需要时间戳输入和输出,可使用原生的 picker 组件。
|
|
14
|
-
|
|
15
|
-
**_点击 picker 默认值规则:_**
|
|
16
|
-
|
|
17
|
-
- 若设置初始值 value, 会显示在 picker 显示框中
|
|
18
|
-
- 若无初始值 value,则初始值 value 为当前本地时间 Date.now(), 但不会显示在 picker 显示框中
|
|
19
|
-
|
|
20
|
-
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-datetime-picker)
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
## 1.2.1(2021-11-22)
|
|
2
|
-
- 修复 vue3中个别scss变量无法找到的问题
|
|
3
|
-
## 1.2.0(2021-11-19)
|
|
4
|
-
- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
|
|
5
|
-
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-drawer](https://uniapp.dcloud.io/component/uniui/uni-drawer)
|
|
6
|
-
## 1.1.1(2021-07-30)
|
|
7
|
-
- 优化 vue3下事件警告的问题
|
|
8
|
-
## 1.1.0(2021-07-13)
|
|
9
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
10
|
-
## 1.0.7(2021-05-12)
|
|
11
|
-
- 新增 组件示例地址
|
|
12
|
-
## 1.0.6(2021-02-04)
|
|
13
|
-
- 调整为uni_modules目录规范
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-drawer",
|
|
3
|
-
"displayName": "uni-drawer 抽屉",
|
|
4
|
-
"version": "1.2.1",
|
|
5
|
-
"description": "抽屉式导航,用于展示侧滑菜单,侧滑导航。",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"uniui",
|
|
9
|
-
"drawer",
|
|
10
|
-
"抽屉",
|
|
11
|
-
"侧滑导航"
|
|
12
|
-
],
|
|
13
|
-
"repository": "https://github.com/dcloudio/uni-ui",
|
|
14
|
-
"engines": {
|
|
15
|
-
"HBuilderX": "",
|
|
16
|
-
"uni-app": "^4.05",
|
|
17
|
-
"uni-app-x": ""
|
|
18
|
-
},
|
|
19
|
-
"directories": {
|
|
20
|
-
"example": "../../temps/example_temps"
|
|
21
|
-
},
|
|
22
|
-
"dcloudext": {
|
|
23
|
-
"sale": {
|
|
24
|
-
"regular": {
|
|
25
|
-
"price": "0.00"
|
|
26
|
-
},
|
|
27
|
-
"sourcecode": {
|
|
28
|
-
"price": "0.00"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"contact": {
|
|
32
|
-
"qq": ""
|
|
33
|
-
},
|
|
34
|
-
"declaration": {
|
|
35
|
-
"ads": "无",
|
|
36
|
-
"data": "无",
|
|
37
|
-
"permissions": "无"
|
|
38
|
-
},
|
|
39
|
-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
40
|
-
"type": "component-vue",
|
|
41
|
-
"darkmode": "x",
|
|
42
|
-
"i18n": "x",
|
|
43
|
-
"widescreen": "x"
|
|
44
|
-
},
|
|
45
|
-
"uni_modules": {
|
|
46
|
-
"dependencies": [
|
|
47
|
-
"uni-scss"
|
|
48
|
-
],
|
|
49
|
-
"encrypt": [],
|
|
50
|
-
"platforms": {
|
|
51
|
-
"cloud": {
|
|
52
|
-
"tcb": "x",
|
|
53
|
-
"aliyun": "x",
|
|
54
|
-
"alipay": "x"
|
|
55
|
-
},
|
|
56
|
-
"client": {
|
|
57
|
-
"uni-app": {
|
|
58
|
-
"vue": {
|
|
59
|
-
"vue2": "√",
|
|
60
|
-
"vue3": "√"
|
|
61
|
-
},
|
|
62
|
-
"web": {
|
|
63
|
-
"safari": "√",
|
|
64
|
-
"chrome": "√"
|
|
65
|
-
},
|
|
66
|
-
"app": {
|
|
67
|
-
"vue": "√",
|
|
68
|
-
"nvue": "√",
|
|
69
|
-
"android": "√",
|
|
70
|
-
"ios": "√",
|
|
71
|
-
"harmony": "√"
|
|
72
|
-
},
|
|
73
|
-
"mp": {
|
|
74
|
-
"weixin": "√",
|
|
75
|
-
"alipay": "√",
|
|
76
|
-
"toutiao": "√",
|
|
77
|
-
"baidu": "√",
|
|
78
|
-
"kuaishou": "-",
|
|
79
|
-
"jd": "-",
|
|
80
|
-
"harmony": "-",
|
|
81
|
-
"qq": "√",
|
|
82
|
-
"lark": "-"
|
|
83
|
-
},
|
|
84
|
-
"quickapp": {
|
|
85
|
-
"huawei": "√",
|
|
86
|
-
"union": "√"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"uni-app-x": {
|
|
90
|
-
"web": {
|
|
91
|
-
"safari": "-",
|
|
92
|
-
"chrome": "-"
|
|
93
|
-
},
|
|
94
|
-
"app": {
|
|
95
|
-
"android": "-",
|
|
96
|
-
"ios": "-",
|
|
97
|
-
"harmony": "-"
|
|
98
|
-
},
|
|
99
|
-
"mp": {
|
|
100
|
-
"weixin": "-"
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
## 1.1.22(2025-09-19)
|
|
2
|
-
- 修复 禁用状态下背景不生效的问题
|
|
3
|
-
## 1.1.21(2025-08-26)
|
|
4
|
-
- 修复 在 @input 中修改 v-model 不生效的问题
|
|
5
|
-
## 1.1.20(2025-08-19)
|
|
6
|
-
- 修复 微信小程序平台样式警告问题
|
|
7
|
-
## 1.1.19(2024-07-18)
|
|
8
|
-
- 修复 初始值传入 null 导致input报错的bug
|
|
9
|
-
## 1.1.18(2024-04-11)
|
|
10
|
-
- 修复 easyinput组件双向绑定问题
|
|
11
|
-
## 1.1.17(2024-03-28)
|
|
12
|
-
- 修复 在头条小程序下丢失事件绑定的问题
|
|
13
|
-
## 1.1.16(2024-03-20)
|
|
14
|
-
- 修复 在密码输入情况下 清除和小眼睛覆盖bug 在edge浏览器下显示双眼睛bug
|
|
15
|
-
## 1.1.15(2024-02-21)
|
|
16
|
-
- 新增 左侧插槽:left
|
|
17
|
-
## 1.1.14(2024-02-19)
|
|
18
|
-
- 修复 onBlur的emit传值错误
|
|
19
|
-
## 1.1.12(2024-01-29)
|
|
20
|
-
- 补充 adjust-position文档属性补充
|
|
21
|
-
## 1.1.11(2024-01-29)
|
|
22
|
-
- 补充 adjust-position属性传递值:(Boolean)当键盘弹起时,是否自动上推页面
|
|
23
|
-
## 1.1.10(2024-01-22)
|
|
24
|
-
- 去除 移除无用的log输出
|
|
25
|
-
## 1.1.9(2023-04-11)
|
|
26
|
-
- 修复 vue3 下 keyboardheightchange 事件报错的bug
|
|
27
|
-
## 1.1.8(2023-03-29)
|
|
28
|
-
- 优化 trim 属性默认值
|
|
29
|
-
## 1.1.7(2023-03-29)
|
|
30
|
-
- 新增 cursor-spacing 属性
|
|
31
|
-
## 1.1.6(2023-01-28)
|
|
32
|
-
- 新增 keyboardheightchange 事件,可监听键盘高度变化
|
|
33
|
-
## 1.1.5(2022-11-29)
|
|
34
|
-
- 优化 主题样式
|
|
35
|
-
## 1.1.4(2022-10-27)
|
|
36
|
-
- 修复 props 中背景颜色无默认值的bug
|
|
37
|
-
## 1.1.0(2022-06-30)
|
|
38
|
-
|
|
39
|
-
- 新增 在 uni-forms 1.4.0 中使用可以在 blur 时校验内容
|
|
40
|
-
- 新增 clear 事件,点击右侧叉号图标触发
|
|
41
|
-
- 新增 change 事件 ,仅在输入框失去焦点或用户按下回车时触发
|
|
42
|
-
- 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等
|
|
43
|
-
|
|
44
|
-
## 1.0.5(2022-06-07)
|
|
45
|
-
|
|
46
|
-
- 优化 clearable 显示策略
|
|
47
|
-
|
|
48
|
-
## 1.0.4(2022-06-07)
|
|
49
|
-
|
|
50
|
-
- 优化 clearable 显示策略
|
|
51
|
-
|
|
52
|
-
## 1.0.3(2022-05-20)
|
|
53
|
-
|
|
54
|
-
- 修复 关闭图标某些情况下无法取消的 bug
|
|
55
|
-
|
|
56
|
-
## 1.0.2(2022-04-12)
|
|
57
|
-
|
|
58
|
-
- 修复 默认值不生效的 bug
|
|
59
|
-
|
|
60
|
-
## 1.0.1(2022-04-02)
|
|
61
|
-
|
|
62
|
-
- 修复 value 不能为 0 的 bug
|
|
63
|
-
|
|
64
|
-
## 1.0.0(2021-11-19)
|
|
65
|
-
|
|
66
|
-
- 优化 组件 UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
|
|
67
|
-
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-easyinput](https://uniapp.dcloud.io/component/uniui/uni-easyinput)
|
|
68
|
-
|
|
69
|
-
## 0.1.4(2021-08-20)
|
|
70
|
-
|
|
71
|
-
- 修复 在 uni-forms 的动态表单中默认值校验不通过的 bug
|
|
72
|
-
|
|
73
|
-
## 0.1.3(2021-08-11)
|
|
74
|
-
|
|
75
|
-
- 修复 在 uni-forms 中重置表单,错误信息无法清除的问题
|
|
76
|
-
|
|
77
|
-
## 0.1.2(2021-07-30)
|
|
78
|
-
|
|
79
|
-
- 优化 vue3 下事件警告的问题
|
|
80
|
-
|
|
81
|
-
## 0.1.1
|
|
82
|
-
|
|
83
|
-
- 优化 errorMessage 属性支持 Boolean 类型
|
|
84
|
-
|
|
85
|
-
## 0.1.0(2021-07-13)
|
|
86
|
-
|
|
87
|
-
- 组件兼容 vue3,如何创建 vue3 项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
88
|
-
|
|
89
|
-
## 0.0.16(2021-06-29)
|
|
90
|
-
|
|
91
|
-
- 修复 confirmType 属性(仅 type="text" 生效)导致多行文本框无法换行的 bug
|
|
92
|
-
|
|
93
|
-
## 0.0.15(2021-06-21)
|
|
94
|
-
|
|
95
|
-
- 修复 passwordIcon 属性拼写错误的 bug
|
|
96
|
-
|
|
97
|
-
## 0.0.14(2021-06-18)
|
|
98
|
-
|
|
99
|
-
- 新增 passwordIcon 属性,当 type=password 时是否显示小眼睛图标
|
|
100
|
-
- 修复 confirmType 属性不生效的问题
|
|
101
|
-
|
|
102
|
-
## 0.0.13(2021-06-04)
|
|
103
|
-
|
|
104
|
-
- 修复 disabled 状态可清出内容的 bug
|
|
105
|
-
|
|
106
|
-
## 0.0.12(2021-05-12)
|
|
107
|
-
|
|
108
|
-
- 新增 组件示例地址
|
|
109
|
-
|
|
110
|
-
## 0.0.11(2021-05-07)
|
|
111
|
-
|
|
112
|
-
- 修复 input-border 属性不生效的问题
|
|
113
|
-
|
|
114
|
-
## 0.0.10(2021-04-30)
|
|
115
|
-
|
|
116
|
-
- 修复 ios 遮挡文字、显示一半的问题
|
|
117
|
-
|
|
118
|
-
## 0.0.9(2021-02-05)
|
|
119
|
-
|
|
120
|
-
- 调整为 uni_modules 目录规范
|
|
121
|
-
- 优化 兼容 nvue 页面
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-easyinput",
|
|
3
|
-
"displayName": "uni-easyinput 增强输入框",
|
|
4
|
-
"version": "1.1.22",
|
|
5
|
-
"description": "Easyinput 组件是对原生input组件的增强",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"uniui",
|
|
9
|
-
"input",
|
|
10
|
-
"uni-easyinput",
|
|
11
|
-
"输入框"
|
|
12
|
-
],
|
|
13
|
-
"repository": "https://github.com/dcloudio/uni-ui",
|
|
14
|
-
"engines": {
|
|
15
|
-
"HBuilderX": "",
|
|
16
|
-
"uni-app": "^4.07",
|
|
17
|
-
"uni-app-x": ""
|
|
18
|
-
},
|
|
19
|
-
"directories": {
|
|
20
|
-
"example": "../../temps/example_temps"
|
|
21
|
-
},
|
|
22
|
-
"dcloudext": {
|
|
23
|
-
"sale": {
|
|
24
|
-
"regular": {
|
|
25
|
-
"price": "0.00"
|
|
26
|
-
},
|
|
27
|
-
"sourcecode": {
|
|
28
|
-
"price": "0.00"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"contact": {
|
|
32
|
-
"qq": ""
|
|
33
|
-
},
|
|
34
|
-
"declaration": {
|
|
35
|
-
"ads": "无",
|
|
36
|
-
"data": "无",
|
|
37
|
-
"permissions": "无"
|
|
38
|
-
},
|
|
39
|
-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
40
|
-
"type": "component-vue",
|
|
41
|
-
"darkmode": "x",
|
|
42
|
-
"i18n": "x",
|
|
43
|
-
"widescreen": "x"
|
|
44
|
-
},
|
|
45
|
-
"uni_modules": {
|
|
46
|
-
"dependencies": [
|
|
47
|
-
"uni-scss",
|
|
48
|
-
"uni-icons"
|
|
49
|
-
],
|
|
50
|
-
"encrypt": [],
|
|
51
|
-
"platforms": {
|
|
52
|
-
"cloud": {
|
|
53
|
-
"tcb": "x",
|
|
54
|
-
"aliyun": "x",
|
|
55
|
-
"alipay": "x"
|
|
56
|
-
},
|
|
57
|
-
"client": {
|
|
58
|
-
"uni-app": {
|
|
59
|
-
"vue": {
|
|
60
|
-
"vue2": "√",
|
|
61
|
-
"vue3": "√"
|
|
62
|
-
},
|
|
63
|
-
"web": {
|
|
64
|
-
"safari": "√",
|
|
65
|
-
"chrome": "√"
|
|
66
|
-
},
|
|
67
|
-
"app": {
|
|
68
|
-
"vue": "√",
|
|
69
|
-
"nvue": "-",
|
|
70
|
-
"android": "√",
|
|
71
|
-
"ios": "√",
|
|
72
|
-
"harmony": "√"
|
|
73
|
-
},
|
|
74
|
-
"mp": {
|
|
75
|
-
"weixin": "√",
|
|
76
|
-
"alipay": "√",
|
|
77
|
-
"toutiao": "√",
|
|
78
|
-
"baidu": "√",
|
|
79
|
-
"kuaishou": "√",
|
|
80
|
-
"jd": "√",
|
|
81
|
-
"harmony": "√",
|
|
82
|
-
"qq": "√",
|
|
83
|
-
"lark": "-"
|
|
84
|
-
},
|
|
85
|
-
"quickapp": {
|
|
86
|
-
"huawei": "-",
|
|
87
|
-
"union": "-"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"uni-app-x": {
|
|
91
|
-
"web": {
|
|
92
|
-
"safari": "-",
|
|
93
|
-
"chrome": "-"
|
|
94
|
-
},
|
|
95
|
-
"app": {
|
|
96
|
-
"android": "-",
|
|
97
|
-
"ios": "-",
|
|
98
|
-
"harmony": "-"
|
|
99
|
-
},
|
|
100
|
-
"mp": {
|
|
101
|
-
"weixin": "-"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
### Easyinput 增强输入框
|
|
4
|
-
> **组件名:uni-easyinput**
|
|
5
|
-
> 代码块: `uEasyinput`
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
easyinput 组件是对原生input组件的增强 ,是专门为配合表单组件[uni-forms](https://ext.dcloud.net.cn/plugin?id=2773)而设计的,easyinput 内置了边框,图标等,同时包含 input 所有功能
|
|
9
|
-
|
|
10
|
-
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-easyinput)
|