@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,102 +0,0 @@
|
|
|
1
|
-
## 1.9.11(2025-08-20)
|
|
2
|
-
- 修复 uni-popup-dialog组件设置 borderRadius 不生效的 Bug
|
|
3
|
-
## 1.9.10(2025-07-18)
|
|
4
|
-
- 修复 nvue 下弹窗样式错乱的问题 ,更新依赖 uni-transition 组件
|
|
5
|
-
- 更新 示例取消 borderRadius 属性 ,如需内容圆角,用户应该直接在内容插槽中实现
|
|
6
|
-
## 1.9.9(2025-06-11)
|
|
7
|
-
- 修复 uni-popup-dialog 中 setVal 方法报错的问题
|
|
8
|
-
- 修复 uni-popup-dialog 数据双向绑定问题。
|
|
9
|
-
## 1.9.8(2025-04-16)
|
|
10
|
-
- 修复 更新组件示例 ,解决更新数据或保存项目导致弹窗消失的问题
|
|
11
|
-
## 1.9.7(2025-04-14)
|
|
12
|
-
- 修复 uni-popup-dialog 弹出框在vue3中双向绑定问题
|
|
13
|
-
## 1.9.6(2025-01-08)
|
|
14
|
-
- 修复 示例中过期图片地址
|
|
15
|
-
## 1.9.5(2024-10-15)
|
|
16
|
-
- 修复 微信小程序中的getSystemInfo警告
|
|
17
|
-
## 1.9.2(2024-09-21)
|
|
18
|
-
- 修复 uni-popup在android上的重复点击弹出位置不正确的bug
|
|
19
|
-
## 1.9.1(2024-04-02)
|
|
20
|
-
- 修复 uni-popup-dialog vue3下使用value无法进行绑定的bug(双向绑定兼容旧写法)
|
|
21
|
-
## 1.9.0(2024-03-28)
|
|
22
|
-
- 修复 uni-popup-dialog 双向绑定时初始化逻辑修正
|
|
23
|
-
## 1.8.9(2024-03-20)
|
|
24
|
-
- 修复 uni-popup-dialog 数据输入时修正为双向绑定
|
|
25
|
-
## 1.8.8(2024-02-20)
|
|
26
|
-
- 修复 uni-popup 在微信小程序下出现文字向上闪动的bug
|
|
27
|
-
## 1.8.7(2024-02-02)
|
|
28
|
-
- 新增 uni-popup-dialog 新增属性focus:input模式下,是否自动自动聚焦
|
|
29
|
-
## 1.8.6(2024-01-30)
|
|
30
|
-
- 新增 uni-popup-dialog 新增属性maxLength:限制输入框字数
|
|
31
|
-
## 1.8.5(2024-01-26)
|
|
32
|
-
- 新增 uni-popup-dialog 新增属性showClose:控制关闭按钮的显示
|
|
33
|
-
## 1.8.4(2023-11-15)
|
|
34
|
-
- 新增 uni-popup 支持uni-app-x 注意暂时仅支持 `maskClick` `@open` `@close`
|
|
35
|
-
## 1.8.3(2023-04-17)
|
|
36
|
-
- 修复 uni-popup 重复打开时的 bug
|
|
37
|
-
## 1.8.2(2023-02-02)
|
|
38
|
-
- uni-popup-dialog 组件新增 inputType 属性
|
|
39
|
-
## 1.8.1(2022-12-01)
|
|
40
|
-
- 修复 nvue 下 v-show 报错
|
|
41
|
-
## 1.8.0(2022-11-29)
|
|
42
|
-
- 优化 主题样式
|
|
43
|
-
## 1.7.9(2022-04-02)
|
|
44
|
-
- 修复 弹出层内部无法滚动的bug
|
|
45
|
-
## 1.7.8(2022-03-28)
|
|
46
|
-
- 修复 小程序中高度错误的bug
|
|
47
|
-
## 1.7.7(2022-03-17)
|
|
48
|
-
- 修复 快速调用open出现问题的Bug
|
|
49
|
-
## 1.7.6(2022-02-14)
|
|
50
|
-
- 修复 safeArea 属性不能设置为false的bug
|
|
51
|
-
## 1.7.5(2022-01-19)
|
|
52
|
-
- 修复 isMaskClick 失效的bug
|
|
53
|
-
## 1.7.4(2022-01-19)
|
|
54
|
-
- 新增 cancelText \ confirmText 属性 ,可自定义文本
|
|
55
|
-
- 新增 maskBackgroundColor 属性 ,可以修改蒙版颜色
|
|
56
|
-
- 优化 maskClick属性 更新为 isMaskClick ,解决微信小程序警告的问题
|
|
57
|
-
## 1.7.3(2022-01-13)
|
|
58
|
-
- 修复 设置 safeArea 属性不生效的bug
|
|
59
|
-
## 1.7.2(2021-11-26)
|
|
60
|
-
- 优化 组件示例
|
|
61
|
-
## 1.7.1(2021-11-26)
|
|
62
|
-
- 修复 vuedoc 文字错误
|
|
63
|
-
## 1.7.0(2021-11-19)
|
|
64
|
-
- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
|
|
65
|
-
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-popup](https://uniapp.dcloud.io/component/uniui/uni-popup)
|
|
66
|
-
## 1.6.2(2021-08-24)
|
|
67
|
-
- 新增 支持国际化
|
|
68
|
-
## 1.6.1(2021-07-30)
|
|
69
|
-
- 优化 vue3下事件警告的问题
|
|
70
|
-
## 1.6.0(2021-07-13)
|
|
71
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
72
|
-
## 1.5.0(2021-06-23)
|
|
73
|
-
- 新增 mask-click 遮罩层点击事件
|
|
74
|
-
## 1.4.5(2021-06-22)
|
|
75
|
-
- 修复 nvue 平台中间弹出后,点击内容,再点击遮罩无法关闭的Bug
|
|
76
|
-
## 1.4.4(2021-06-18)
|
|
77
|
-
- 修复 H5平台中间弹出后,点击内容,再点击遮罩无法关闭的Bug
|
|
78
|
-
## 1.4.3(2021-06-08)
|
|
79
|
-
- 修复 错误的 watch 字段
|
|
80
|
-
- 修复 safeArea 属性不生效的问题
|
|
81
|
-
- 修复 点击内容,再点击遮罩无法关闭的Bug
|
|
82
|
-
## 1.4.2(2021-05-12)
|
|
83
|
-
- 新增 组件示例地址
|
|
84
|
-
## 1.4.1(2021-04-29)
|
|
85
|
-
- 修复 组件内放置 input 、textarea 组件,无法聚焦的问题
|
|
86
|
-
## 1.4.0 (2021-04-29)
|
|
87
|
-
- 新增 type 属性的 left\right 值,支持左右弹出
|
|
88
|
-
- 新增 open(String:type) 方法参数 ,可以省略 type 属性 ,直接传入类型打开指定弹窗
|
|
89
|
-
- 新增 backgroundColor 属性,可定义主窗口背景色,默认不显示背景色
|
|
90
|
-
- 新增 safeArea 属性,是否适配底部安全区
|
|
91
|
-
- 修复 App\h5\微信小程序底部安全区占位不对的Bug
|
|
92
|
-
- 修复 App 端弹出等待的Bug
|
|
93
|
-
- 优化 提升低配设备性能,优化动画卡顿问题
|
|
94
|
-
- 优化 更简单的组件自定义方式
|
|
95
|
-
## 1.2.9(2021-02-05)
|
|
96
|
-
- 优化 组件引用关系,通过uni_modules引用组件
|
|
97
|
-
## 1.2.8(2021-02-05)
|
|
98
|
-
- 调整为uni_modules目录规范
|
|
99
|
-
## 1.2.7(2021-02-05)
|
|
100
|
-
- 调整为uni_modules目录规范
|
|
101
|
-
- 新增 支持 PC 端
|
|
102
|
-
- 新增 uni-popup-message 、uni-popup-dialog扩展组件支持 PC 端
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-popup",
|
|
3
|
-
"displayName": "uni-popup 弹出层",
|
|
4
|
-
"version": "1.9.11",
|
|
5
|
-
"description": " Popup 组件,提供常用的弹层",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"弹出层",
|
|
9
|
-
"弹窗",
|
|
10
|
-
"popup",
|
|
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-transition"
|
|
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,27 +0,0 @@
|
|
|
1
|
-
## 1.3.2(2026-02-09)
|
|
2
|
-
- 修复 pc 触屏问题
|
|
3
|
-
## 1.3.1(2022-02-25)
|
|
4
|
-
- 修复 条件判断 `NaN` 错误的 bug
|
|
5
|
-
## 1.3.0(2021-11-19)
|
|
6
|
-
- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
|
|
7
|
-
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-rate](https://uniapp.dcloud.io/component/uniui/uni-rate)
|
|
8
|
-
## 1.2.2(2021-09-10)
|
|
9
|
-
- 优化 默认值修改为 0 颗星
|
|
10
|
-
## 1.2.1(2021-07-30)
|
|
11
|
-
- 优化 vue3下事件警告的问题
|
|
12
|
-
## 1.2.0(2021-07-13)
|
|
13
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
14
|
-
## 1.1.2(2021-05-12)
|
|
15
|
-
- 新增 组件示例地址
|
|
16
|
-
## 1.1.1(2021-04-21)
|
|
17
|
-
- 修复 布局变化后 uni-rate 星星计算不准确的 bug
|
|
18
|
-
- 优化 添加依赖 uni-icons, 导入 uni-rate 自动下载依赖
|
|
19
|
-
## 1.1.0(2021-04-16)
|
|
20
|
-
- 修复 uni-rate 属性 margin 值为 string 组件失效的 bug
|
|
21
|
-
|
|
22
|
-
## 1.0.9(2021-02-05)
|
|
23
|
-
- 优化 组件引用关系,通过uni_modules引用组件
|
|
24
|
-
|
|
25
|
-
## 1.0.8(2021-02-05)
|
|
26
|
-
- 调整为uni_modules目录规范
|
|
27
|
-
- 支持 pc 端
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-rate",
|
|
3
|
-
"displayName": "uni-rate 评分",
|
|
4
|
-
"version": "1.3.2",
|
|
5
|
-
"description": "Rate 评分组件,可自定义评分星星图标的大小、间隔、评分数。",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"uniui",
|
|
9
|
-
"评分"
|
|
10
|
-
],
|
|
11
|
-
"repository": "https://github.com/dcloudio/uni-ui",
|
|
12
|
-
"engines": {
|
|
13
|
-
"HBuilderX": "",
|
|
14
|
-
"uni-app": "^4.05",
|
|
15
|
-
"uni-app-x": ""
|
|
16
|
-
},
|
|
17
|
-
"directories": {
|
|
18
|
-
"example": "../../temps/example_temps"
|
|
19
|
-
},
|
|
20
|
-
"dcloudext": {
|
|
21
|
-
"sale": {
|
|
22
|
-
"regular": {
|
|
23
|
-
"price": "0.00"
|
|
24
|
-
},
|
|
25
|
-
"sourcecode": {
|
|
26
|
-
"price": "0.00"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"contact": {
|
|
30
|
-
"qq": ""
|
|
31
|
-
},
|
|
32
|
-
"declaration": {
|
|
33
|
-
"ads": "无",
|
|
34
|
-
"data": "无",
|
|
35
|
-
"permissions": "无"
|
|
36
|
-
},
|
|
37
|
-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
38
|
-
"type": "component-vue",
|
|
39
|
-
"darkmode": "x",
|
|
40
|
-
"i18n": "x",
|
|
41
|
-
"widescreen": "x"
|
|
42
|
-
},
|
|
43
|
-
"uni_modules": {
|
|
44
|
-
"dependencies": [
|
|
45
|
-
"uni-scss",
|
|
46
|
-
"uni-icons"
|
|
47
|
-
],
|
|
48
|
-
"encrypt": [],
|
|
49
|
-
"platforms": {
|
|
50
|
-
"cloud": {
|
|
51
|
-
"tcb": "x",
|
|
52
|
-
"aliyun": "x",
|
|
53
|
-
"alipay": "x"
|
|
54
|
-
},
|
|
55
|
-
"client": {
|
|
56
|
-
"uni-app": {
|
|
57
|
-
"vue": {
|
|
58
|
-
"vue2": "√",
|
|
59
|
-
"vue3": "√"
|
|
60
|
-
},
|
|
61
|
-
"web": {
|
|
62
|
-
"safari": "√",
|
|
63
|
-
"chrome": "√"
|
|
64
|
-
},
|
|
65
|
-
"app": {
|
|
66
|
-
"vue": "√",
|
|
67
|
-
"nvue": "√",
|
|
68
|
-
"android": "√",
|
|
69
|
-
"ios": "√",
|
|
70
|
-
"harmony": "√"
|
|
71
|
-
},
|
|
72
|
-
"mp": {
|
|
73
|
-
"weixin": "√",
|
|
74
|
-
"alipay": "√",
|
|
75
|
-
"toutiao": "√",
|
|
76
|
-
"baidu": "√",
|
|
77
|
-
"kuaishou": "-",
|
|
78
|
-
"jd": "-",
|
|
79
|
-
"harmony": "-",
|
|
80
|
-
"qq": "√",
|
|
81
|
-
"lark": "-",
|
|
82
|
-
"xhs": "-"
|
|
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,10 +0,0 @@
|
|
|
1
|
-
## 1.0.0(2021-11-19)
|
|
2
|
-
- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
|
|
3
|
-
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-row](https://uniapp.dcloud.io/component/uniui/uni-row)
|
|
4
|
-
## 0.1.0(2021-07-13)
|
|
5
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
6
|
-
## 0.0.4(2021-05-12)
|
|
7
|
-
- 新增 组件示例地址
|
|
8
|
-
## 0.0.3(2021-02-05)
|
|
9
|
-
- 调整为uni_modules目录规范
|
|
10
|
-
- 新增uni-row组件
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-row",
|
|
3
|
-
"displayName": "uni-row 布局-行",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"description": "流式栅格系统,随着屏幕或视口分为 24 份,可以迅速简便地创建布局。",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"uniui",
|
|
9
|
-
"栅格",
|
|
10
|
-
"布局",
|
|
11
|
-
"layout"
|
|
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,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-scss",
|
|
3
|
-
"displayName": "uni-scss 辅助样式",
|
|
4
|
-
"version": "1.0.3",
|
|
5
|
-
"description": "uni-sass是uni-ui提供的一套全局样式 ,通过一些简单的类名和sass变量,实现简单的页面布局操作,比如颜色、边距、圆角等。",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-scss",
|
|
8
|
-
"uni-ui",
|
|
9
|
-
"辅助样式"
|
|
10
|
-
],
|
|
11
|
-
"repository": "https://github.com/dcloudio/uni-ui",
|
|
12
|
-
"engines": {
|
|
13
|
-
"HBuilderX": "^3.1.0",
|
|
14
|
-
"uni-app": "^4.05",
|
|
15
|
-
"uni-app-x": ""
|
|
16
|
-
},
|
|
17
|
-
"dcloudext": {
|
|
18
|
-
"sale": {
|
|
19
|
-
"regular": {
|
|
20
|
-
"price": "0.00"
|
|
21
|
-
},
|
|
22
|
-
"sourcecode": {
|
|
23
|
-
"price": "0.00"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"contact": {
|
|
27
|
-
"qq": ""
|
|
28
|
-
},
|
|
29
|
-
"declaration": {
|
|
30
|
-
"ads": "无",
|
|
31
|
-
"data": "无",
|
|
32
|
-
"permissions": "无"
|
|
33
|
-
},
|
|
34
|
-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
35
|
-
"type": "sdk-js",
|
|
36
|
-
"darkmode": "x",
|
|
37
|
-
"i18n": "x",
|
|
38
|
-
"widescreen": "x"
|
|
39
|
-
},
|
|
40
|
-
"uni_modules": {
|
|
41
|
-
"dependencies": [],
|
|
42
|
-
"encrypt": [],
|
|
43
|
-
"platforms": {
|
|
44
|
-
"cloud": {
|
|
45
|
-
"tcb": "√",
|
|
46
|
-
"aliyun": "√",
|
|
47
|
-
"alipay": "x"
|
|
48
|
-
},
|
|
49
|
-
"client": {
|
|
50
|
-
"uni-app": {
|
|
51
|
-
"vue": {
|
|
52
|
-
"vue2": "√",
|
|
53
|
-
"vue3": "√"
|
|
54
|
-
},
|
|
55
|
-
"web": {
|
|
56
|
-
"safari": "√",
|
|
57
|
-
"chrome": "√"
|
|
58
|
-
},
|
|
59
|
-
"app": {
|
|
60
|
-
"vue": "√",
|
|
61
|
-
"nvue": "√",
|
|
62
|
-
"android": "√",
|
|
63
|
-
"ios": "√",
|
|
64
|
-
"harmony": "√"
|
|
65
|
-
},
|
|
66
|
-
"mp": {
|
|
67
|
-
"weixin": "√",
|
|
68
|
-
"alipay": "√",
|
|
69
|
-
"toutiao": "√",
|
|
70
|
-
"baidu": "√",
|
|
71
|
-
"kuaishou": "-",
|
|
72
|
-
"jd": "-",
|
|
73
|
-
"harmony": "-",
|
|
74
|
-
"qq": "√",
|
|
75
|
-
"lark": "-"
|
|
76
|
-
},
|
|
77
|
-
"quickapp": {
|
|
78
|
-
"huawei": "√",
|
|
79
|
-
"union": "√"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"uni-app-x": {
|
|
83
|
-
"web": {
|
|
84
|
-
"safari": "-",
|
|
85
|
-
"chrome": "-"
|
|
86
|
-
},
|
|
87
|
-
"app": {
|
|
88
|
-
"android": "-",
|
|
89
|
-
"ios": "-",
|
|
90
|
-
"harmony": "-"
|
|
91
|
-
},
|
|
92
|
-
"mp": {
|
|
93
|
-
"weixin": "-"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
## 1.3.0(2024-04-22)
|
|
2
|
-
- 修复 textColor默认值导致的文字不显示的bug
|
|
3
|
-
## 1.2.9(2024-04-17)
|
|
4
|
-
- 修复 textColor不生效的bug
|
|
5
|
-
## 1.2.8(2024-02-22)
|
|
6
|
-
- 修复 清空按钮emit值错误的bug
|
|
7
|
-
## 1.2.7(2024-02-21)
|
|
8
|
-
- 新增 设置输入框字体颜色:textColor
|
|
9
|
-
## 1.2.6(2024-02-20)
|
|
10
|
-
- 修复 uni-search-bar在支付宝小程序下样式兼容问题
|
|
11
|
-
## 1.2.5(2024-01-31)
|
|
12
|
-
- 修复 uni-search-bar居中问题,现在默认居左,并修复样式偏移问题
|
|
13
|
-
## 1.2.4(2023-05-09)
|
|
14
|
-
- 修复 i18n 国际化不正确的 Bug
|
|
15
|
-
## 1.2.3(2022-05-24)
|
|
16
|
-
- 新增 readonly 属性,组件只读
|
|
17
|
-
## 1.2.2(2022-05-06)
|
|
18
|
-
- 修复 vue3 input 事件不生效的bug
|
|
19
|
-
## 1.2.1(2022-05-06)
|
|
20
|
-
- 修复 多余代码导致的bug
|
|
21
|
-
## 1.2.0(2021-11-19)
|
|
22
|
-
- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
|
|
23
|
-
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-search-bar](https://uniapp.dcloud.io/component/uniui/uni-search-bar)
|
|
24
|
-
## 1.1.2(2021-08-30)
|
|
25
|
-
- 修复 value 属性与 modelValue 属性不兼容的Bug
|
|
26
|
-
## 1.1.1(2021-08-24)
|
|
27
|
-
- 新增 支持国际化
|
|
28
|
-
## 1.1.0(2021-07-30)
|
|
29
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
30
|
-
## 1.0.9(2021-05-12)
|
|
31
|
-
- 新增 项目示例地址
|
|
32
|
-
## 1.0.8(2021-04-21)
|
|
33
|
-
- 优化 添加依赖 uni-icons, 导入后自动下载依赖
|
|
34
|
-
## 1.0.7(2021-04-15)
|
|
35
|
-
- uni-ui 新增 uni-search-bar 的 focus 事件
|
|
36
|
-
|
|
37
|
-
## 1.0.6(2021-02-05)
|
|
38
|
-
- 优化 组件引用关系,通过uni_modules引用组件
|
|
39
|
-
|
|
40
|
-
## 1.0.5(2021-02-05)
|
|
41
|
-
- 调整为uni_modules目录规范
|
|
42
|
-
- 新增 支持双向绑定
|
|
43
|
-
- 更改 input 事件的返回值,e={value:Number} --> e=value
|
|
44
|
-
- 新增 支持图标插槽
|
|
45
|
-
- 新增 支持 clear、blur 事件
|
|
46
|
-
- 新增 支持 focus 属性
|
|
47
|
-
- 去掉组件背景色
|