@10yun/cv-mobile-ui 0.5.56 → 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-form/form.js +13 -12
- 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,107 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-forms",
|
|
3
|
-
"displayName": "uni-forms 表单",
|
|
4
|
-
"version": "1.4.13",
|
|
5
|
-
"description": "由输入框、选择器、单选框、多选框等控件组成,用以收集、校验、提交数据",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"表单",
|
|
9
|
-
"校验",
|
|
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
|
-
"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,22 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
## Forms 表单
|
|
4
|
-
|
|
5
|
-
> **组件名:uni-forms**
|
|
6
|
-
> 代码块: `uForms`、`uni-forms-item`
|
|
7
|
-
> 关联组件:`uni-forms-item`、`uni-easyinput`、`uni-data-checkbox`、`uni-group`。
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
uni-app的内置组件已经有了 `<form>`组件,用于提交表单内容。
|
|
11
|
-
|
|
12
|
-
然而几乎每个表单都需要做表单验证,为了方便做表单验证,减少重复开发,`uni ui` 又基于 `<form>`组件封装了 `<uni-forms>`组件,内置了表单验证功能。
|
|
13
|
-
|
|
14
|
-
`<uni-forms>` 提供了 `rules`属性来描述校验规则、`<uni-forms-item>`子组件来包裹具体的表单项,以及给原生或三方组件提供了 `binddata()` 来设置表单值。
|
|
15
|
-
|
|
16
|
-
每个要校验的表单项,不管input还是checkbox,都必须放在`<uni-forms-item>`组件中,且一个`<uni-forms-item>`组件只能放置一个表单项。
|
|
17
|
-
|
|
18
|
-
`<uni-forms-item>`组件内部预留了显示error message的区域,默认是在表单项的底部。
|
|
19
|
-
|
|
20
|
-
另外,`<uni-forms>`组件下面的各个表单项,可以通过`<uni-group>`包裹为不同的分组。同一`<uni-group>`下的不同表单项目将聚拢在一起,同其他group保持垂直间距。`<uni-group>`仅影响视觉效果。
|
|
21
|
-
|
|
22
|
-
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-forms)
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
## 1.2.1(2022-05-30)
|
|
2
|
-
- 新增 stat属性,是否开启uni统计功能
|
|
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-goods-nav](https://uniapp.dcloud.io/component/uniui/uni-goods-nav)
|
|
6
|
-
## 1.1.1(2021-08-24)
|
|
7
|
-
- 新增 支持国际化
|
|
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-04-21)
|
|
13
|
-
- 优化 添加依赖 uni-icons, 导入后自动下载依赖
|
|
14
|
-
## 1.0.5(2021-02-05)
|
|
15
|
-
- 优化 组件引用关系,通过uni_modules引用组件
|
|
16
|
-
|
|
17
|
-
## 1.0.4(2021-02-05)
|
|
18
|
-
- 调整为uni_modules目录规范
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-goods-nav",
|
|
3
|
-
"displayName": "uni-goods-nav 商品导航",
|
|
4
|
-
"version": "1.2.1",
|
|
5
|
-
"description": "商品导航组件主要用于电商类应用底部导航,可自定义加入购物车,购买等操作",
|
|
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
|
-
},
|
|
83
|
-
"quickapp": {
|
|
84
|
-
"huawei": "√",
|
|
85
|
-
"union": "√"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
"uni-app-x": {
|
|
89
|
-
"web": {
|
|
90
|
-
"safari": "-",
|
|
91
|
-
"chrome": "-"
|
|
92
|
-
},
|
|
93
|
-
"app": {
|
|
94
|
-
"android": "-",
|
|
95
|
-
"ios": "-",
|
|
96
|
-
"harmony": "-"
|
|
97
|
-
},
|
|
98
|
-
"mp": {
|
|
99
|
-
"weixin": "-"
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
## 1.4.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-grid](https://uniapp.dcloud.io/component/uniui/uni-grid)
|
|
4
|
-
## 1.3.2(2021-11-09)
|
|
5
|
-
- 新增 提供组件设计资源,组件样式调整
|
|
6
|
-
## 1.3.1(2021-07-30)
|
|
7
|
-
- 优化 vue3下事件警告的问题
|
|
8
|
-
## 1.3.0(2021-07-13)
|
|
9
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
10
|
-
## 1.2.4(2021-05-12)
|
|
11
|
-
- 新增 组件示例地址
|
|
12
|
-
## 1.2.3(2021-02-05)
|
|
13
|
-
- 调整为uni_modules目录规范
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-grid",
|
|
3
|
-
"displayName": "uni-grid 宫格",
|
|
4
|
-
"version": "1.4.0",
|
|
5
|
-
"description": "Grid 宫格组件,提供移动端常见的宫格布局,如九宫格。",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"uniui",
|
|
9
|
-
"九宫格",
|
|
10
|
-
"表格"
|
|
11
|
-
],
|
|
12
|
-
"repository": "https://github.com/dcloudio/uni-ui",
|
|
13
|
-
"engines": {
|
|
14
|
-
"HBuilderX": "",
|
|
15
|
-
"uni-app": "^4.05",
|
|
16
|
-
"uni-app-x": ""
|
|
17
|
-
},
|
|
18
|
-
"directories": {
|
|
19
|
-
"example": "../../temps/example_temps"
|
|
20
|
-
},
|
|
21
|
-
"dcloudext": {
|
|
22
|
-
"sale": {
|
|
23
|
-
"regular": {
|
|
24
|
-
"price": "0.00"
|
|
25
|
-
},
|
|
26
|
-
"sourcecode": {
|
|
27
|
-
"price": "0.00"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"contact": {
|
|
31
|
-
"qq": ""
|
|
32
|
-
},
|
|
33
|
-
"declaration": {
|
|
34
|
-
"ads": "无",
|
|
35
|
-
"data": "无",
|
|
36
|
-
"permissions": "无"
|
|
37
|
-
},
|
|
38
|
-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
39
|
-
"type": "component-vue",
|
|
40
|
-
"darkmode": "x",
|
|
41
|
-
"i18n": "x",
|
|
42
|
-
"widescreen": "x"
|
|
43
|
-
},
|
|
44
|
-
"uni_modules": {
|
|
45
|
-
"dependencies": [
|
|
46
|
-
"uni-scss",
|
|
47
|
-
"uni-icons"
|
|
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,16 +0,0 @@
|
|
|
1
|
-
## 1.2.2(2022-05-30)
|
|
2
|
-
- 新增 stat属性,是否开启uni统计功能
|
|
3
|
-
## 1.2.1(2021-11-22)
|
|
4
|
-
- 修复 vue3中某些scss变量无法找到的问题
|
|
5
|
-
## 1.2.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-group](https://uniapp.dcloud.io/component/uniui/uni-group)
|
|
8
|
-
## 1.1.7(2021-11-08)
|
|
9
|
-
## 1.1.0(2021-07-30)
|
|
10
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
11
|
-
- 优化 组件文档
|
|
12
|
-
## 1.0.3(2021-05-12)
|
|
13
|
-
- 新增 组件示例地址
|
|
14
|
-
## 1.0.2(2021-02-05)
|
|
15
|
-
- 调整为uni_modules目录规范
|
|
16
|
-
- 优化 兼容 nvue 页面
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-group",
|
|
3
|
-
"displayName": "uni-group 分组",
|
|
4
|
-
"version": "1.2.2",
|
|
5
|
-
"description": "分组组件可用于将组件用于分组,添加间隔,以产生明显的区块",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"uniui",
|
|
9
|
-
"group",
|
|
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,44 +0,0 @@
|
|
|
1
|
-
## 2.0.12(2025-08-26)
|
|
2
|
-
- 优化 uni-app x 下 size 类型问题
|
|
3
|
-
## 2.0.11(2025-08-18)
|
|
4
|
-
- 修复 图标点击事件返回
|
|
5
|
-
## 2.0.9(2024-01-12)
|
|
6
|
-
fix: 修复图标大小默认值错误的问题
|
|
7
|
-
## 2.0.8(2023-12-14)
|
|
8
|
-
- 修复 项目未使用 ts 情况下,打包报错的bug
|
|
9
|
-
## 2.0.7(2023-12-14)
|
|
10
|
-
- 修复 size 属性为 string 时,不加单位导致尺寸异常的bug
|
|
11
|
-
## 2.0.6(2023-12-11)
|
|
12
|
-
- 优化 兼容老版本icon类型,如 top ,bottom 等
|
|
13
|
-
## 2.0.5(2023-12-11)
|
|
14
|
-
- 优化 兼容老版本icon类型,如 top ,bottom 等
|
|
15
|
-
## 2.0.4(2023-12-06)
|
|
16
|
-
- 优化 uni-app x 下示例项目图标排序
|
|
17
|
-
## 2.0.3(2023-12-06)
|
|
18
|
-
- 修复 nvue下引入组件报错的bug
|
|
19
|
-
## 2.0.2(2023-12-05)
|
|
20
|
-
-优化 size 属性支持单位
|
|
21
|
-
## 2.0.1(2023-12-05)
|
|
22
|
-
- 新增 uni-app x 支持定义图标
|
|
23
|
-
## 1.3.5(2022-01-24)
|
|
24
|
-
- 优化 size 属性可以传入不带单位的字符串数值
|
|
25
|
-
## 1.3.4(2022-01-24)
|
|
26
|
-
- 优化 size 支持其他单位
|
|
27
|
-
## 1.3.3(2022-01-17)
|
|
28
|
-
- 修复 nvue 有些图标不显示的bug,兼容老版本图标
|
|
29
|
-
## 1.3.2(2021-12-01)
|
|
30
|
-
- 优化 示例可复制图标名称
|
|
31
|
-
## 1.3.1(2021-11-23)
|
|
32
|
-
- 优化 兼容旧组件 type 值
|
|
33
|
-
## 1.3.0(2021-11-19)
|
|
34
|
-
- 新增 更多图标
|
|
35
|
-
- 优化 自定义图标使用方式
|
|
36
|
-
- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
|
|
37
|
-
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-icons](https://uniapp.dcloud.io/component/uniui/uni-icons)
|
|
38
|
-
## 1.1.7(2021-11-08)
|
|
39
|
-
## 1.2.0(2021-07-30)
|
|
40
|
-
- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
|
|
41
|
-
## 1.1.5(2021-05-12)
|
|
42
|
-
- 新增 组件示例地址
|
|
43
|
-
## 1.1.4(2021-02-05)
|
|
44
|
-
- 调整为uni_modules目录规范
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "uni-icons",
|
|
3
|
-
"displayName": "uni-icons 图标",
|
|
4
|
-
"version": "2.0.12",
|
|
5
|
-
"description": "图标组件,用于展示移动端常见的图标,可自定义颜色、大小。",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"uni-ui",
|
|
8
|
-
"uniui",
|
|
9
|
-
"icon",
|
|
10
|
-
"图标"
|
|
11
|
-
],
|
|
12
|
-
"repository": "https://github.com/dcloudio/uni-ui",
|
|
13
|
-
"engines": {
|
|
14
|
-
"HBuilderX": "^3.2.14",
|
|
15
|
-
"uni-app": "^4.08",
|
|
16
|
-
"uni-app-x": "^4.61"
|
|
17
|
-
},
|
|
18
|
-
"directories": {
|
|
19
|
-
"example": "../../temps/example_temps"
|
|
20
|
-
},
|
|
21
|
-
"dcloudext": {
|
|
22
|
-
"sale": {
|
|
23
|
-
"regular": {
|
|
24
|
-
"price": "0.00"
|
|
25
|
-
},
|
|
26
|
-
"sourcecode": {
|
|
27
|
-
"price": "0.00"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"contact": {
|
|
31
|
-
"qq": ""
|
|
32
|
-
},
|
|
33
|
-
"declaration": {
|
|
34
|
-
"ads": "无",
|
|
35
|
-
"data": "无",
|
|
36
|
-
"permissions": "无"
|
|
37
|
-
},
|
|
38
|
-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
39
|
-
"type": "component-vue",
|
|
40
|
-
"darkmode": "x",
|
|
41
|
-
"i18n": "x",
|
|
42
|
-
"widescreen": "x"
|
|
43
|
-
},
|
|
44
|
-
"uni_modules": {
|
|
45
|
-
"dependencies": [
|
|
46
|
-
"uni-scss"
|
|
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
|
-
"extVersion": "",
|
|
70
|
-
"minVersion": "29"
|
|
71
|
-
},
|
|
72
|
-
"ios": "√",
|
|
73
|
-
"harmony": "√"
|
|
74
|
-
},
|
|
75
|
-
"mp": {
|
|
76
|
-
"weixin": "√",
|
|
77
|
-
"alipay": "√",
|
|
78
|
-
"toutiao": "√",
|
|
79
|
-
"baidu": "√",
|
|
80
|
-
"kuaishou": "-",
|
|
81
|
-
"jd": "-",
|
|
82
|
-
"harmony": "-",
|
|
83
|
-
"qq": "√",
|
|
84
|
-
"lark": "-"
|
|
85
|
-
},
|
|
86
|
-
"quickapp": {
|
|
87
|
-
"huawei": "√",
|
|
88
|
-
"union": "√"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"uni-app-x": {
|
|
92
|
-
"web": {
|
|
93
|
-
"safari": "√",
|
|
94
|
-
"chrome": "√"
|
|
95
|
-
},
|
|
96
|
-
"app": {
|
|
97
|
-
"android": {
|
|
98
|
-
"extVersion": "",
|
|
99
|
-
"minVersion": "29"
|
|
100
|
-
},
|
|
101
|
-
"ios": "√",
|
|
102
|
-
"harmony": "√"
|
|
103
|
-
},
|
|
104
|
-
"mp": {
|
|
105
|
-
"weixin": "√"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|