@10yun/cv-mobile-ui 0.5.56 → 0.5.58
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-bottom/cv-dialog-bottom.vue +35 -58
- package/ui-cv/components/cv-dialog-full/cv-dialog-full.vue +55 -62
- package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
- package/ui-cv/components/cv-dialog-share/share.vue +1 -10
- package/ui-cv/components/cv-dialog-share/tui-share.vue +2 -2
- package/ui-cv/components/cv-filter-hm/cv-filter-hm.vue +8 -6
- package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
- package/ui-cv/components/cv-icons/cv-icons.vue +29 -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-cv/components/cv-upload-image/demo.vue +1 -1
- 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-button/props-old.js +159 -0
- package/uview-plus/components/u-button/props.js +7 -0
- package/uview-plus/components/u-button/u-button-old.vue +476 -0
- package/uview-plus/components/u-button/u-button-wu.vue +13 -10
- package/uview-plus/components/u-button/u-button.vue +47 -14
- 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/uview-plus/components/u-upload/file.js +186 -0
- package/uview-plus/components/u-upload/props-old.js +176 -0
- package/uview-plus/components/u-upload/props.js +12 -0
- package/uview-plus/components/u-upload/u-upload.vue +100 -15
- package/uview-plus/components/u-upload/u-upload2.vue +854 -0
- package/uview-plus/libs/mixin/openType.js +35 -0
- 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-dialog-share/uni-popup-share.vue +0 -139
- 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/uview-plus/libs/mixin/openType2.js +0 -60
- /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
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<template v-for="(item, index) in menu" :key="index">
|
|
5
5
|
<view class="first-menu" :class="{ on: showPage == index }" @tap="togglePage(index)">
|
|
6
6
|
<text class="name" :style="{ color: color }">{{ item.name }}</text>
|
|
7
|
-
<!-- <cv-icons type="
|
|
8
|
-
<cv-icons type="
|
|
9
|
-
<cv-icons type="
|
|
7
|
+
<!-- <cv-icons type="arrowUp" size="12" class="arrows" v-if="statusList[index].isActive" />
|
|
8
|
+
<cv-icons type="arrowDown" size="12" class="arrows" v-if="!statusList[index].isActive" /> -->
|
|
9
|
+
<cv-icons type="arrowDown" size="12" color="#aaa" :style="'transform:rotate(' + triangleDeg[index] + 'deg);'" />
|
|
10
10
|
</view>
|
|
11
11
|
</template>
|
|
12
12
|
</view>
|
|
@@ -212,8 +212,8 @@ export default {
|
|
|
212
212
|
this.defaultActive.length > 0
|
|
213
213
|
? this.defaultActive
|
|
214
214
|
: this.activeMenuArr.length > 0
|
|
215
|
-
|
|
216
|
-
|
|
215
|
+
? this.activeMenuArr
|
|
216
|
+
: tmpMenuActiveArr;
|
|
217
217
|
this.defaultActive = [];
|
|
218
218
|
this.activeMenuArr = JSON.parse(JSON.stringify(tmpMenuActiveArr));
|
|
219
219
|
this.shadowActiveMenuArr = JSON.parse(JSON.stringify(tmpMenuActiveArr));
|
|
@@ -641,7 +641,9 @@ export default {
|
|
|
641
641
|
height: 13px;
|
|
642
642
|
align-items: center;
|
|
643
643
|
justify-content: center;
|
|
644
|
-
transition:
|
|
644
|
+
transition:
|
|
645
|
+
transform 0.2s linear,
|
|
646
|
+
color 0.2s linear;
|
|
645
647
|
}
|
|
646
648
|
.sub-menu-class {
|
|
647
649
|
width: 100%;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
auto-height
|
|
12
12
|
/>
|
|
13
13
|
<view @tap="chooseLocation" class="cv-geo-local-button">
|
|
14
|
-
<cv-icons type="
|
|
14
|
+
<cv-icons type="actionSearch" size="20" color="#999999" />
|
|
15
15
|
</view>
|
|
16
16
|
</view>
|
|
17
17
|
<view class="cv-geo-local-map" v-if="isShowMap">
|
|
@@ -1,44 +1,18 @@
|
|
|
1
|
+
<!-- <text :style="mergeIconStyle" class="cv-icons" :class="rotate ? 'cv-icons-turn' : ''">
|
|
2
|
+
{{ icons[type] }}
|
|
3
|
+
</text> -->
|
|
1
4
|
<template>
|
|
2
|
-
<text :style="
|
|
3
|
-
{{ icons[type] }}
|
|
4
|
-
</text>
|
|
5
|
+
<text :style="mergeIconStyle" class="cv-icon" :class="rotate ? 'cv-icons-turn' : 'cv-icon-' + type"></text>
|
|
5
6
|
</template>
|
|
6
7
|
|
|
7
8
|
<script>
|
|
8
|
-
import icons from './icons.js';
|
|
9
|
+
// import icons from './icons.js';
|
|
9
10
|
// #ifdef APP-NVUE
|
|
10
|
-
var domModule = weex.requireModule('dom');
|
|
11
|
-
/* 基础图标库 */
|
|
12
|
-
import fontBase from './iconfont/font-base.js';
|
|
13
|
-
domModule.addRule('fontFace', fontBase);
|
|
14
|
-
|
|
15
|
-
/* 箭头相关图标库 */
|
|
16
|
-
import fontArrow from './iconfont/font-arrow.js';
|
|
17
|
-
domModule.addRule('fontFace', fontArrow);
|
|
18
|
-
|
|
19
|
-
/* 钱包相关图标库 */
|
|
20
|
-
import fontWallet from './iconfont/font-wallet.js';
|
|
21
|
-
domModule.addRule('fontFace', fontWallet);
|
|
22
|
-
|
|
23
|
-
/* 状态相关图标库 */
|
|
24
|
-
import fontStatus from './iconfont/font-status.js';
|
|
25
|
-
domModule.addRule('fontFace', fontStatus);
|
|
26
|
-
|
|
27
|
-
/* 订单相关图标库 */
|
|
28
|
-
import fontOrder from './iconfont/font-order.js';
|
|
29
|
-
domModule.addRule('fontFace', fontOrder);
|
|
30
|
-
|
|
31
|
-
/* 人物相关图标库 */
|
|
32
|
-
import fontPeople from './iconfont/font-people.js';
|
|
33
|
-
domModule.addRule('fontFace', fontPeople);
|
|
34
|
-
|
|
35
|
-
/* 媒体相关图标库 */
|
|
36
|
-
import fontMedia from './iconfont/font-media.js';
|
|
37
|
-
domModule.addRule('fontFace', fontMedia);
|
|
11
|
+
// var domModule = weex.requireModule('dom');
|
|
38
12
|
|
|
39
13
|
/* 商城相关图标库 */
|
|
40
|
-
import fontMall from './iconfont/font-
|
|
41
|
-
domModule.addRule('fontFace', fontMall);
|
|
14
|
+
// import fontMall from './iconfont/font-default.js';
|
|
15
|
+
// domModule.addRule('fontFace', fontMall);
|
|
42
16
|
// #endif
|
|
43
17
|
|
|
44
18
|
import mpMixin from '../../libs/mixin/mpMixin.js';
|
|
@@ -66,9 +40,24 @@ export default {
|
|
|
66
40
|
}
|
|
67
41
|
}
|
|
68
42
|
},
|
|
43
|
+
computed: {
|
|
44
|
+
mergeIconStyle() {
|
|
45
|
+
let sizePx = '';
|
|
46
|
+
if (typeof this.size === 'string' && (this.size.includes('px') || this.size.includes('rpx'))) {
|
|
47
|
+
sizePx = this.size;
|
|
48
|
+
} else {
|
|
49
|
+
sizePx = `${parseFloat(this.size)}px`;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
color: this.color,
|
|
53
|
+
height: sizePx,
|
|
54
|
+
'font-size': sizePx
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
},
|
|
69
58
|
data() {
|
|
70
59
|
return {
|
|
71
|
-
icons: icons
|
|
60
|
+
// icons: icons
|
|
72
61
|
};
|
|
73
62
|
},
|
|
74
63
|
created() {},
|
|
@@ -77,41 +66,19 @@ export default {
|
|
|
77
66
|
</script>
|
|
78
67
|
|
|
79
68
|
<style>
|
|
69
|
+
@import 'https://10ui.cn/icons_fonts/cv-icon-svgs-base64.css';
|
|
80
70
|
/* #ifndef APP-NVUE */
|
|
81
|
-
/* 基础相关图标库 */
|
|
82
|
-
@import url('./iconfont/font-base.css');
|
|
83
|
-
|
|
84
|
-
/* 箭头相关图标库 */
|
|
85
|
-
@import url('./iconfont/font-arrow.css');
|
|
86
|
-
|
|
87
|
-
/* 钱包相关图标库 */
|
|
88
|
-
@import url('./iconfont/font-wallet.css');
|
|
89
|
-
|
|
90
|
-
/* 状态相关图标库 */
|
|
91
|
-
@import url('./iconfont/font-status.css');
|
|
92
|
-
|
|
93
|
-
/* 订单相关图标库 */
|
|
94
|
-
@import url('./iconfont/font-order.css');
|
|
95
|
-
|
|
96
|
-
/* 行为相关图标库 */
|
|
97
|
-
@import url('./iconfont/font-action.css');
|
|
98
|
-
|
|
99
|
-
/* 人物相关图标库 */
|
|
100
|
-
@import url('./iconfont/font-people.css');
|
|
101
|
-
|
|
102
|
-
/* 媒体相关图标库 */
|
|
103
|
-
@import url('./iconfont/font-media.css');
|
|
104
71
|
|
|
105
72
|
/* 商城相关图标库 */
|
|
106
|
-
@import url('./iconfont/font-
|
|
73
|
+
/* @import url('./iconfont/font-default.css'); */
|
|
107
74
|
/* #endif */
|
|
108
75
|
|
|
76
|
+
/*
|
|
109
77
|
.cv-icons {
|
|
110
|
-
font-family: cv-icon-
|
|
111
|
-
cv-icon-media, cv-icon-mall;
|
|
78
|
+
font-family: cv-icon-svg;
|
|
112
79
|
text-decoration: none;
|
|
113
80
|
text-align: center;
|
|
114
|
-
}
|
|
81
|
+
} */
|
|
115
82
|
.cv-icons-turn {
|
|
116
83
|
animation: turn 1s linear infinite;
|
|
117
84
|
display: inline-block;
|
|
@@ -1,133 +1,129 @@
|
|
|
1
1
|
/* 基础图标库 */
|
|
2
2
|
export default {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
"cloud-download-filled": "\ue8e9",
|
|
131
|
-
"headphones": "\ue8bf",
|
|
132
|
-
"shop": "\ue609"
|
|
133
|
-
}
|
|
3
|
+
pulldown: '\ue588',
|
|
4
|
+
refreshempty: '\ue461',
|
|
5
|
+
back: '\ue471',
|
|
6
|
+
forward: '\ue470',
|
|
7
|
+
more: '\ue507',
|
|
8
|
+
'more-filled': '\ue537',
|
|
9
|
+
scan: '\ue612',
|
|
10
|
+
qq: '\ue264',
|
|
11
|
+
weibo: '\ue260',
|
|
12
|
+
weixin: '\ue261',
|
|
13
|
+
pengyouquan: '\ue262',
|
|
14
|
+
loop: '\ue565',
|
|
15
|
+
refresh: '\ue407',
|
|
16
|
+
'refresh-filled': '\ue437',
|
|
17
|
+
arrowthindown: '\ue585',
|
|
18
|
+
arrowthinleft: '\ue586',
|
|
19
|
+
arrowthinright: '\ue587',
|
|
20
|
+
arrowthinup: '\ue584',
|
|
21
|
+
'undo-filled': '\ue7d6',
|
|
22
|
+
undo: '\ue406',
|
|
23
|
+
redo: '\ue405',
|
|
24
|
+
'redo-filled': '\ue7d9',
|
|
25
|
+
bars: '\ue563',
|
|
26
|
+
chatboxes: '\ue203',
|
|
27
|
+
camera: '\ue301',
|
|
28
|
+
'chatboxes-filled': '\ue233',
|
|
29
|
+
'camera-filled': '\ue7ef',
|
|
30
|
+
'cart-filled': '\ue7f4',
|
|
31
|
+
cart: '\ue7f5',
|
|
32
|
+
'checkbox-filled': '\ue442',
|
|
33
|
+
checkbox: '\ue7fa',
|
|
34
|
+
arrowleft: '\ue582',
|
|
35
|
+
arrowdown: '\ue581',
|
|
36
|
+
arrowright: '\ue583',
|
|
37
|
+
'smallcircle-filled': '\ue801',
|
|
38
|
+
arrowup: '\ue580',
|
|
39
|
+
circle: '\ue411',
|
|
40
|
+
'eye-filled': '\ue568',
|
|
41
|
+
'eye-slash-filled': '\ue822',
|
|
42
|
+
'eye-slash': '\ue823',
|
|
43
|
+
eye: '\ue824',
|
|
44
|
+
'flag-filled': '\ue825',
|
|
45
|
+
flag: '\ue508',
|
|
46
|
+
'gear-filled': '\ue532',
|
|
47
|
+
reload: '\ue462',
|
|
48
|
+
gear: '\ue502',
|
|
49
|
+
'hand-thumbsdown-filled': '\ue83b',
|
|
50
|
+
'hand-thumbsdown': '\ue83c',
|
|
51
|
+
'hand-thumbsup-filled': '\ue83d',
|
|
52
|
+
'heart-filled': '\ue83e',
|
|
53
|
+
'hand-thumbsup': '\ue83f',
|
|
54
|
+
heart: '\ue840',
|
|
55
|
+
home: '\ue500',
|
|
56
|
+
info: '\ue504',
|
|
57
|
+
'home-filled': '\ue530',
|
|
58
|
+
'info-filled': '\ue534',
|
|
59
|
+
'circle-filled': '\ue441',
|
|
60
|
+
'chat-filled': '\ue847',
|
|
61
|
+
chat: '\ue263',
|
|
62
|
+
'mail-open-filled': '\ue84d',
|
|
63
|
+
'email-filled': '\ue231',
|
|
64
|
+
'mail-open': '\ue84e',
|
|
65
|
+
email: '\ue201',
|
|
66
|
+
checkmarkempty: '\ue472',
|
|
67
|
+
list: '\ue562',
|
|
68
|
+
'locked-filled': '\ue856',
|
|
69
|
+
locked: '\ue506',
|
|
70
|
+
'map-filled': '\ue85c',
|
|
71
|
+
'map-pin': '\ue85e',
|
|
72
|
+
'map-pin-ellipse': '\ue864',
|
|
73
|
+
map: '\ue364',
|
|
74
|
+
'minus-filled': '\ue440',
|
|
75
|
+
'mic-filled': '\ue332',
|
|
76
|
+
minus: '\ue410',
|
|
77
|
+
micoff: '\ue360',
|
|
78
|
+
mic: '\ue302',
|
|
79
|
+
clear: '\ue434',
|
|
80
|
+
smallcircle: '\ue868',
|
|
81
|
+
close: '\ue404',
|
|
82
|
+
closeempty: '\ue460',
|
|
83
|
+
paperclip: '\ue567',
|
|
84
|
+
paperplane: '\ue503',
|
|
85
|
+
'paperplane-filled': '\ue86e',
|
|
86
|
+
'person-filled': '\ue131',
|
|
87
|
+
'contact-filled': '\ue130',
|
|
88
|
+
person: '\ue101',
|
|
89
|
+
contact: '\ue100',
|
|
90
|
+
'images-filled': '\ue87a',
|
|
91
|
+
phone: '\ue200',
|
|
92
|
+
images: '\ue87b',
|
|
93
|
+
image: '\ue363',
|
|
94
|
+
'image-filled': '\ue877',
|
|
95
|
+
'location-filled': '\ue333',
|
|
96
|
+
location: '\ue303',
|
|
97
|
+
'plus-filled': '\ue439',
|
|
98
|
+
plus: '\ue409',
|
|
99
|
+
plusempty: '\ue468',
|
|
100
|
+
'help-filled': '\ue535',
|
|
101
|
+
help: '\ue505',
|
|
102
|
+
'navigate-filled': '\ue884',
|
|
103
|
+
navigate: '\ue501',
|
|
104
|
+
'mic-slash-filled': '\ue892',
|
|
105
|
+
search: '\ue466',
|
|
106
|
+
settings: '\ue560',
|
|
107
|
+
sound: '\ue590',
|
|
108
|
+
'sound-filled': '\ue8a1',
|
|
109
|
+
'spinner-cycle': '\ue465',
|
|
110
|
+
'download-filled': '\ue8a4',
|
|
111
|
+
'personadd-filled': '\ue132',
|
|
112
|
+
'videocam-filled': '\ue8af',
|
|
113
|
+
personadd: '\ue102',
|
|
114
|
+
upload: '\ue402',
|
|
115
|
+
'upload-filled': '\ue8b1',
|
|
116
|
+
starhalf: '\ue463',
|
|
117
|
+
'star-filled': '\ue438',
|
|
118
|
+
star: '\ue408',
|
|
119
|
+
trash: '\ue401',
|
|
120
|
+
'phone-filled': '\ue230',
|
|
121
|
+
compose: '\ue400',
|
|
122
|
+
videocam: '\ue300',
|
|
123
|
+
'trash-filled': '\ue8dc',
|
|
124
|
+
download: '\ue403',
|
|
125
|
+
'chatbubble-filled': '\ue232',
|
|
126
|
+
chatbubble: '\ue202',
|
|
127
|
+
headphones: '\ue8bf',
|
|
128
|
+
shop: '\ue609'
|
|
129
|
+
};
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<cv-icons
|
|
21
21
|
class="cv-input__eyes"
|
|
22
22
|
v-if="localVal != '' && passwordIcon"
|
|
23
|
-
:type="showPassword ? '
|
|
23
|
+
:type="showPassword ? 'viewEyeOff2' : 'viewEyeOpen2'"
|
|
24
24
|
:size="18"
|
|
25
25
|
color="rgba(0, 0, 0, 0.4)"
|
|
26
26
|
@click="onEyes"
|
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
// 悬浮颜色
|
|
21
21
|
hoverColor: {
|
|
22
22
|
type: String,
|
|
23
|
-
default: ''
|
|
23
|
+
default: 'currentColor'
|
|
24
24
|
},
|
|
25
25
|
// 开启悬浮效果
|
|
26
26
|
hoverEffect: {
|
|
@@ -46,32 +46,36 @@ export default {
|
|
|
46
46
|
// [A-Z] 匹配所有大写字母(驼峰的标识)
|
|
47
47
|
// 替换为:'-' + 匹配到的大写字母(后续步骤2统一转小写,此处可先转小写也可后转)
|
|
48
48
|
processedName = processedName.replace(/([A-Z])/g, (match) => `-${match.toLowerCase()}`);
|
|
49
|
-
//
|
|
49
|
+
// 处理特殊情况:若字符串以-开头,去除首尾多余-
|
|
50
|
+
// 如:原名称以大写字母开头,如 Avatar → -avatar
|
|
50
51
|
processedName = processedName.replace(/^-|-$/g, '');
|
|
51
52
|
|
|
52
|
-
// 步骤2
|
|
53
|
+
// 步骤2:全部转换为小写(兼容混合大小写场景)
|
|
54
|
+
// 如:avatar-Filled → avatar-filled
|
|
53
55
|
processedName = processedName.toLowerCase().trim();
|
|
54
56
|
|
|
55
|
-
// 步骤3:定义正则,匹配末尾的 -filled(确保是整体,不分割)
|
|
56
|
-
const
|
|
57
|
-
const
|
|
57
|
+
// 步骤3:定义正则,匹配末尾的 -filled 或 -bold(确保是整体,不分割)
|
|
58
|
+
const specialSuffixReg = /-(filled|bold)$/;
|
|
59
|
+
const isSpecialSuffix = specialSuffixReg.test(processedName);
|
|
58
60
|
|
|
59
|
-
if (
|
|
61
|
+
if (isSpecialSuffix) {
|
|
60
62
|
// 情况A:末尾带 -filled,需要拆分非-filled部分,保留-filled为整体
|
|
61
63
|
// 步骤:先截取除了末尾-filled之外的字符串,再处理分割,最后拼接-filled
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
// 匹配并获取末尾的特殊后缀 filled/bold
|
|
65
|
+
const suffix = processedName.match(specialSuffixReg)[1];
|
|
66
|
+
const withoutSuffix = processedName.slice(0, processedName.lastIndexOf(`-${suffix}`));
|
|
67
|
+
if (withoutSuffix) {
|
|
64
68
|
// 非-filled部分有内容(如 xxxx-avatar-filled → withoutFilled = xxxx-avatar)
|
|
65
69
|
// 对非-filled部分按-分割,过滤空元素后拼接为路径
|
|
66
|
-
const pathArr =
|
|
70
|
+
const pathArr = withoutSuffix.split('-').filter((item) => item.trim().length > 0);
|
|
67
71
|
// 拼接:非-filled部分路径 + / + filled整体(如 xxxx/avatar + / + filled → xxxx/avatar-filled)
|
|
68
|
-
iconPath = `${pathArr.join('/')}
|
|
72
|
+
iconPath = `${pathArr.join('/')}-${suffix}`;
|
|
69
73
|
} else {
|
|
70
74
|
// 非-filled部分无内容(如直接是 avatar-filled → withoutFilled 为空)
|
|
71
75
|
iconPath = processedName; // 直接使用整体,如 avatar-filled
|
|
72
76
|
}
|
|
73
77
|
} else {
|
|
74
|
-
// 情况B
|
|
78
|
+
// 情况B:末尾不带特殊后缀,正常按-分割拼接
|
|
75
79
|
if (processedName.includes('-')) {
|
|
76
80
|
const pathArr = processedName.split('-').filter((item) => item.trim().length > 0);
|
|
77
81
|
iconPath = pathArr.join('/');
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
</view>
|
|
16
16
|
<view class="cv-upload-imgbig-right">
|
|
17
17
|
<view class="cv-upload-imgbig-right__upload">
|
|
18
|
-
<cv-icons type="
|
|
18
|
+
<cv-icons type="circlePlusFilled" size="36" color="#999999"></cv-icons>
|
|
19
19
|
<view>添加图片</view>
|
|
20
20
|
</view>
|
|
21
21
|
</view>
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
/>
|
|
33
33
|
<cv-icons
|
|
34
34
|
class="cv-uoload-img-remove"
|
|
35
|
-
type="
|
|
35
|
+
type="circleError"
|
|
36
36
|
size="20"
|
|
37
37
|
color="#FF0101"
|
|
38
38
|
@tap="imgRemove(0)"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
/>
|
|
57
57
|
<cv-icons
|
|
58
58
|
class="cv-uoload-img-remove"
|
|
59
|
-
type="
|
|
59
|
+
type="circleError"
|
|
60
60
|
size="20"
|
|
61
61
|
color="#FF0101"
|
|
62
62
|
@tap="imgRemove(index)"
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
159
159
|
//icon颜色
|
|
160
160
|
color: '#999999',
|
|
161
161
|
//图标类型,默认相机
|
|
162
|
-
icon: this.addType == 'camera' ? '
|
|
162
|
+
icon: this.addType == 'camera' ? 'mediaCameraFilled' : 'media-image-filled',
|
|
163
163
|
// 图标
|
|
164
164
|
size: 26
|
|
165
165
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</view>
|
|
35
35
|
</view>
|
|
36
36
|
</view>
|
|
37
|
-
<cv-upload-image layout="more" maxlength="9" v-model="imageList" :src="imageList"
|
|
37
|
+
<cv-upload-image layout="more" maxlength="9" v-model="imageList" :src="imageList" />
|
|
38
38
|
<view class="uni-list list-pd">
|
|
39
39
|
<view class="uni-list-cell cell-pd">
|
|
40
40
|
<view class="uni-uploader">
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<view v-if="isShowAdd" class="up-upload-addicon" @tap="chooseImage">
|
|
28
28
|
<view class="up-upload-item">
|
|
29
29
|
<image style="width: 45rpx; height: 45rpx" src="/static/images/img.png" mode="widthFix"></image>
|
|
30
|
-
<!-- <cv-icons type="
|
|
30
|
+
<!-- <cv-icons type="mediaCameraFilled" size="44" color="#262871" /> -->
|
|
31
31
|
<!-- <view class="fontS_15" :style="[{ fontSize: fontSize + 'rpx' }]" style="margin-top: 10upx; color: #4fb49b">
|
|
32
32
|
请上传照片
|
|
33
33
|
</view> -->
|