@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
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
.wxParse {
|
|
2
|
+
user-select: none;
|
|
3
|
+
width: 100%;
|
|
4
|
+
font-family: Helvetica, 'PingFangSC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
|
|
5
|
+
color: #333;
|
|
6
|
+
line-height: 1.5;
|
|
7
|
+
font-size: 1em;
|
|
8
|
+
text-align: justify;
|
|
9
|
+
}
|
|
10
|
+
.wxParse view,
|
|
11
|
+
.wxParse uni-view {
|
|
12
|
+
word-break: break-word;
|
|
13
|
+
}
|
|
14
|
+
.wxParse .p {
|
|
15
|
+
padding-bottom: 0.5em;
|
|
16
|
+
clear: both;
|
|
17
|
+
}
|
|
18
|
+
.wxParse .inline {
|
|
19
|
+
display: inline;
|
|
20
|
+
margin: 0;
|
|
21
|
+
padding: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.wxParse .div {
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
display: block;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.wxParse .h1 {
|
|
31
|
+
font-size: 2em;
|
|
32
|
+
line-height: 1.2em;
|
|
33
|
+
margin: 0.67em 0;
|
|
34
|
+
}
|
|
35
|
+
.wxParse .h2 {
|
|
36
|
+
font-size: 1.5em;
|
|
37
|
+
margin: 0.83em 0;
|
|
38
|
+
}
|
|
39
|
+
.wxParse .h3 {
|
|
40
|
+
font-size: 1.17em;
|
|
41
|
+
margin: 1em 0;
|
|
42
|
+
}
|
|
43
|
+
.wxParse .h4 {
|
|
44
|
+
margin: 1.33em 0;
|
|
45
|
+
}
|
|
46
|
+
.wxParse .h5 {
|
|
47
|
+
font-size: 0.83em;
|
|
48
|
+
margin: 1.67em 0;
|
|
49
|
+
}
|
|
50
|
+
.wxParse .h6 {
|
|
51
|
+
font-size: 0.83em;
|
|
52
|
+
margin: 1.67em 0;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.wxParse .h1,
|
|
56
|
+
.wxParse .h2,
|
|
57
|
+
.wxParse .h3,
|
|
58
|
+
.wxParse .h4,
|
|
59
|
+
.wxParse .h5,
|
|
60
|
+
.wxParse .h6,
|
|
61
|
+
.wxParse .b,
|
|
62
|
+
.wxParse .strong {
|
|
63
|
+
font-weight: bolder;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.wxParse .i,
|
|
67
|
+
.wxParse .cite,
|
|
68
|
+
.wxParse .em,
|
|
69
|
+
.wxParse .var,
|
|
70
|
+
.wxParse .address {
|
|
71
|
+
font-style: italic;
|
|
72
|
+
}
|
|
73
|
+
.wxParse .spaceshow {
|
|
74
|
+
white-space: pre;
|
|
75
|
+
}
|
|
76
|
+
.wxParse .pre,
|
|
77
|
+
.wxParse .tt,
|
|
78
|
+
.wxParse .code,
|
|
79
|
+
.wxParse .kbd,
|
|
80
|
+
.wxParse .samp {
|
|
81
|
+
font-family: monospace;
|
|
82
|
+
}
|
|
83
|
+
.wxParse .pre {
|
|
84
|
+
overflow: auto;
|
|
85
|
+
background: #f5f5f5;
|
|
86
|
+
padding: 16rpx;
|
|
87
|
+
white-space: pre;
|
|
88
|
+
margin: 1em 0rpx;
|
|
89
|
+
font-size: 24rpx;
|
|
90
|
+
}
|
|
91
|
+
.wxParse .code {
|
|
92
|
+
overflow: auto;
|
|
93
|
+
padding: 16rpx;
|
|
94
|
+
white-space: pre;
|
|
95
|
+
margin: 1em 0rpx;
|
|
96
|
+
background: #f5f5f5;
|
|
97
|
+
font-size: 24rpx;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.wxParse .big {
|
|
101
|
+
font-size: 1.17em;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.wxParse .small,
|
|
105
|
+
.wxParse .sub,
|
|
106
|
+
.wxParse .sup {
|
|
107
|
+
font-size: 0.83em;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.wxParse .sub {
|
|
111
|
+
vertical-align: sub;
|
|
112
|
+
}
|
|
113
|
+
.wxParse .sup {
|
|
114
|
+
vertical-align: super;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.wxParse .s,
|
|
118
|
+
.wxParse .strike,
|
|
119
|
+
.wxParse .del {
|
|
120
|
+
text-decoration: line-through;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.wxParse .strong,
|
|
124
|
+
.wxParse .text,
|
|
125
|
+
.wxParse .span,
|
|
126
|
+
.wxParse .s {
|
|
127
|
+
display: inline;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.wxParse .a {
|
|
131
|
+
color: #576b95;
|
|
132
|
+
color: deepskyblue;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.wxParse .video {
|
|
136
|
+
text-align: center;
|
|
137
|
+
margin: 22rpx 0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.wxParse .video-video {
|
|
141
|
+
width: 100%;
|
|
142
|
+
}
|
|
143
|
+
.wxParse .uni-image {
|
|
144
|
+
max-width: 100%;
|
|
145
|
+
}
|
|
146
|
+
.wxParse .img {
|
|
147
|
+
display: block;
|
|
148
|
+
max-width: 100%;
|
|
149
|
+
margin-bottom: 0em; /* //与p标签底部padding同时修改 */
|
|
150
|
+
overflow: hidden;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.wxParse .blockquote {
|
|
154
|
+
margin: 10rpx 0;
|
|
155
|
+
padding: 22rpx 0 22rpx 22rpx;
|
|
156
|
+
font-family: Courier, Calibri, '宋体';
|
|
157
|
+
background: #f5f5f5;
|
|
158
|
+
border-left: 6rpx solid #dbdbdb;
|
|
159
|
+
}
|
|
160
|
+
.wxParse .blockquote .p {
|
|
161
|
+
margin: 0;
|
|
162
|
+
}
|
|
163
|
+
.wxParse .ul,
|
|
164
|
+
.wxParse .ol {
|
|
165
|
+
display: block;
|
|
166
|
+
margin: 1em 0;
|
|
167
|
+
padding-left: 2em;
|
|
168
|
+
}
|
|
169
|
+
.wxParse .ol {
|
|
170
|
+
list-style-type: disc;
|
|
171
|
+
}
|
|
172
|
+
.wxParse .ol {
|
|
173
|
+
list-style-type: decimal;
|
|
174
|
+
}
|
|
175
|
+
.wxParse .ol > weixin-parse-template,
|
|
176
|
+
.wxParse .ul > weixin-parse-template {
|
|
177
|
+
display: list-item;
|
|
178
|
+
align-items: baseline;
|
|
179
|
+
text-align: match-parent;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.wxParse .ol > .li,
|
|
183
|
+
.wxParse .ul > .li {
|
|
184
|
+
display: list-item;
|
|
185
|
+
align-items: baseline;
|
|
186
|
+
text-align: match-parent;
|
|
187
|
+
}
|
|
188
|
+
.wxParse .ul .ul,
|
|
189
|
+
.wxParse .ol .ul {
|
|
190
|
+
list-style-type: circle;
|
|
191
|
+
}
|
|
192
|
+
.wxParse .ol .ol .ul,
|
|
193
|
+
.wxParse .ol .ul .ul,
|
|
194
|
+
.wxParse .ul .ol .ul,
|
|
195
|
+
.wxParse .ul .ul .ul {
|
|
196
|
+
list-style-type: square;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.wxParse .u {
|
|
200
|
+
text-decoration: underline;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.wxParse .hide {
|
|
204
|
+
display: none;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.wxParse .del {
|
|
208
|
+
display: inline;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.wxParse .figure {
|
|
212
|
+
overflow: hidden;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.wxParse .wxTable {
|
|
216
|
+
width: 100%;
|
|
217
|
+
overflow: auto;
|
|
218
|
+
font-size: 13px;
|
|
219
|
+
padding: 8px;
|
|
220
|
+
}
|
|
221
|
+
.wxParse .table .table,
|
|
222
|
+
.wxParse .table {
|
|
223
|
+
border-collapse: collapse;
|
|
224
|
+
box-sizing: border-box;
|
|
225
|
+
/* 内边框 */
|
|
226
|
+
/* width: 100%; */
|
|
227
|
+
overflow: auto;
|
|
228
|
+
white-space: pre;
|
|
229
|
+
}
|
|
230
|
+
.wxParse .tbody {
|
|
231
|
+
border-collapse: collapse;
|
|
232
|
+
box-sizing: border-box;
|
|
233
|
+
/* 内边框 */
|
|
234
|
+
border: 1px solid #dadada;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.wxParse .thead,
|
|
238
|
+
.wxParse .tfoot,
|
|
239
|
+
.wxParse .th {
|
|
240
|
+
border-collapse: collapse;
|
|
241
|
+
box-sizing: border-box;
|
|
242
|
+
font-weight: 400;
|
|
243
|
+
text-align: center;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.wxParse .tr {
|
|
247
|
+
border-collapse: collapse;
|
|
248
|
+
box-sizing: border-box;
|
|
249
|
+
overflow: auto;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.wxParse .th,
|
|
253
|
+
.wxParse .td {
|
|
254
|
+
border-collapse: collapse;
|
|
255
|
+
box-sizing: border-box;
|
|
256
|
+
border: 1rpx solid #ddd;
|
|
257
|
+
overflow: auto;
|
|
258
|
+
text-align: center;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.wxParse .audio,
|
|
262
|
+
.wxParse .uni-audio-default {
|
|
263
|
+
display: block;
|
|
264
|
+
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<view class="cv-dialog-
|
|
3
|
-
<view class="
|
|
4
|
-
<view class="
|
|
5
|
-
<view class="
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
<slot name="default" />
|
|
11
|
-
</view>
|
|
2
|
+
<view class="cv-dialog-bottom__wrap" :class="show ? 'show' : ''">
|
|
3
|
+
<view class="cv-dialog-bottom__box">
|
|
4
|
+
<view class="cv-dialog-bottom__bar">
|
|
5
|
+
<view class="action cv-dialog-bottom__bar-left" @tap="cancel">取消</view>
|
|
6
|
+
<view class="action cv-dialog-bottom__bar-right" @tap="confirm">确定</view>
|
|
7
|
+
</view>
|
|
8
|
+
<view class="cv-dialog-bottom__body" :style="bodyClass">
|
|
9
|
+
<slot name="default" />
|
|
12
10
|
</view>
|
|
13
11
|
</view>
|
|
14
12
|
</view>
|
|
@@ -49,10 +47,7 @@ export default {
|
|
|
49
47
|
};
|
|
50
48
|
</script>
|
|
51
49
|
<style>
|
|
52
|
-
.
|
|
53
|
-
margin-bottom: -552px;
|
|
54
|
-
}
|
|
55
|
-
.cu-modal {
|
|
50
|
+
.cv-dialog-bottom__wrap {
|
|
56
51
|
position: fixed;
|
|
57
52
|
top: 0;
|
|
58
53
|
right: 0;
|
|
@@ -69,32 +64,26 @@ export default {
|
|
|
69
64
|
background: rgba(0, 0, 0, 0.6);
|
|
70
65
|
transition: all 0.3s ease-in-out 0s;
|
|
71
66
|
pointer-events: none;
|
|
67
|
+
margin-bottom: -552px;
|
|
72
68
|
}
|
|
73
|
-
.
|
|
74
|
-
|
|
69
|
+
.cv-dialog-bottom__wrap::before {
|
|
70
|
+
vertical-align: bottom;
|
|
75
71
|
}
|
|
76
|
-
.
|
|
72
|
+
.cv-dialog-bottom__wrap::before {
|
|
73
|
+
content: '\200B';
|
|
74
|
+
display: inline-block;
|
|
75
|
+
height: 100%;
|
|
76
|
+
}
|
|
77
|
+
.cv-dialog-bottom__wrap.show {
|
|
77
78
|
opacity: 1;
|
|
78
79
|
transition-duration: 0.3s;
|
|
79
80
|
transform: scale(1);
|
|
80
81
|
overflow-x: hidden;
|
|
81
82
|
overflow-y: auto;
|
|
82
83
|
pointer-events: auto;
|
|
84
|
+
margin-bottom: 0;
|
|
83
85
|
}
|
|
84
|
-
.
|
|
85
|
-
vertical-align: bottom;
|
|
86
|
-
}
|
|
87
|
-
.cu-modal::before {
|
|
88
|
-
content: '\200B';
|
|
89
|
-
display: inline-block;
|
|
90
|
-
height: 100%;
|
|
91
|
-
vertical-align: middle;
|
|
92
|
-
}
|
|
93
|
-
.cu-modal.bottom-modal .cu-dialog {
|
|
94
|
-
width: 100%;
|
|
95
|
-
border-radius: 0;
|
|
96
|
-
}
|
|
97
|
-
.cu-dialog {
|
|
86
|
+
.cv-dialog-bottom__box {
|
|
98
87
|
position: relative;
|
|
99
88
|
display: inline-block;
|
|
100
89
|
vertical-align: middle;
|
|
@@ -102,15 +91,14 @@ export default {
|
|
|
102
91
|
margin-right: auto;
|
|
103
92
|
width: 375px;
|
|
104
93
|
max-width: 100%;
|
|
94
|
+
width: 100%;
|
|
105
95
|
background-color: #f8f8f8;
|
|
106
|
-
border-radius:
|
|
96
|
+
border-radius: 0;
|
|
97
|
+
border-top-left-radius: 15px;
|
|
98
|
+
border-top-right-radius: 15px;
|
|
107
99
|
overflow: hidden;
|
|
108
100
|
}
|
|
109
|
-
.
|
|
110
|
-
background-color: #ffffff;
|
|
111
|
-
color: #666666;
|
|
112
|
-
}
|
|
113
|
-
.cu-bar {
|
|
101
|
+
.cv-dialog-bottom__bar {
|
|
114
102
|
display: flex;
|
|
115
103
|
position: relative;
|
|
116
104
|
-webkit-box-align: center;
|
|
@@ -120,19 +108,14 @@ export default {
|
|
|
120
108
|
-webkit-box-pack: justify;
|
|
121
109
|
-webkit-justify-content: space-between;
|
|
122
110
|
justify-content: space-between;
|
|
111
|
+
background-color: #ffffff;
|
|
112
|
+
color: #666666;
|
|
123
113
|
}
|
|
124
|
-
.
|
|
114
|
+
.cv-dialog-bottom__bar-left {
|
|
125
115
|
min-width: 55px;
|
|
126
|
-
margin-right: 0;
|
|
127
116
|
min-height: 45px;
|
|
128
|
-
|
|
129
|
-
.cu-bar .action:first-child {
|
|
117
|
+
margin-right: 0;
|
|
130
118
|
margin-left: 16px;
|
|
131
|
-
}
|
|
132
|
-
.cu-bar .action:last-child {
|
|
133
|
-
margin-right: 16px !important;
|
|
134
|
-
}
|
|
135
|
-
.cu-bar .action {
|
|
136
119
|
display: flex;
|
|
137
120
|
-webkit-box-align: center;
|
|
138
121
|
-webkit-align-items: center;
|
|
@@ -142,17 +125,13 @@ export default {
|
|
|
142
125
|
-webkit-justify-content: center;
|
|
143
126
|
justify-content: center;
|
|
144
127
|
max-width: 100%;
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
.text-green {
|
|
148
|
-
color: #39b54a;
|
|
128
|
+
color: #0081ff;
|
|
149
129
|
}
|
|
150
|
-
.
|
|
130
|
+
.cv-dialog-bottom__bar-right {
|
|
151
131
|
min-width: 55px;
|
|
152
|
-
margin-right: 0;
|
|
153
132
|
min-height: 45px;
|
|
154
|
-
|
|
155
|
-
|
|
133
|
+
margin-right: 16px;
|
|
134
|
+
font-size: 16px;
|
|
156
135
|
display: flex;
|
|
157
136
|
-webkit-box-align: center;
|
|
158
137
|
-webkit-align-items: center;
|
|
@@ -162,11 +141,9 @@ export default {
|
|
|
162
141
|
-webkit-justify-content: center;
|
|
163
142
|
justify-content: center;
|
|
164
143
|
max-width: 100%;
|
|
144
|
+
color: #39b54a;
|
|
165
145
|
}
|
|
166
|
-
.
|
|
167
|
-
color: #0081ff;
|
|
168
|
-
}
|
|
169
|
-
.cv-dialog-body {
|
|
146
|
+
.cv-dialog-bottom__body {
|
|
170
147
|
padding-top: 10px;
|
|
171
148
|
max-height: 500px;
|
|
172
149
|
overflow: auto;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<view class="cv-dialog-
|
|
3
|
-
<view class="cv-dialog">
|
|
4
|
-
<view class="cv-
|
|
5
|
-
<view class="
|
|
6
|
-
<view class="
|
|
2
|
+
<view class="cv-dialog-full__wrap" :class="localShow ? 'show' : ''">
|
|
3
|
+
<view class="cv-dialog-full__box">
|
|
4
|
+
<view class="cv-dialog-full__bar">
|
|
5
|
+
<view class="cv-dialog-full__bar-left" v-if="showLeft" @tap="cancel">取消</view>
|
|
6
|
+
<view class="cv-dialog-full__bar-title"><slot name="title">{{ title }}</slot></view>
|
|
7
|
+
<view class="cv-dialog-full__bar-right" v-if="showRight" @tap="confirm">确定</view>
|
|
7
8
|
</view>
|
|
8
|
-
<view class="cv-dialog-
|
|
9
|
+
<view class="cv-dialog-full__body" :style="bodyClass">
|
|
9
10
|
<slot name="default" />
|
|
10
11
|
</view>
|
|
11
12
|
</view>
|
|
@@ -26,14 +27,34 @@ export default {
|
|
|
26
27
|
bodyClass: {
|
|
27
28
|
type: [String],
|
|
28
29
|
default: ''
|
|
30
|
+
},
|
|
31
|
+
showLeft: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: true
|
|
34
|
+
},
|
|
35
|
+
showRight: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
default: true
|
|
38
|
+
},
|
|
39
|
+
title: {
|
|
40
|
+
type: [String],
|
|
41
|
+
default: ''
|
|
29
42
|
}
|
|
30
43
|
},
|
|
31
44
|
watch: {},
|
|
32
45
|
data() {
|
|
33
|
-
return {
|
|
46
|
+
return {
|
|
47
|
+
localShow: false
|
|
48
|
+
};
|
|
34
49
|
},
|
|
35
50
|
created() {},
|
|
36
51
|
methods: {
|
|
52
|
+
open() {
|
|
53
|
+
this.localShow = true;
|
|
54
|
+
},
|
|
55
|
+
close() {
|
|
56
|
+
this.localShow = false;
|
|
57
|
+
},
|
|
37
58
|
confirm() {
|
|
38
59
|
this.onConfirm(true);
|
|
39
60
|
},
|
|
@@ -47,15 +68,12 @@ export default {
|
|
|
47
68
|
};
|
|
48
69
|
</script>
|
|
49
70
|
<style>
|
|
50
|
-
.cv-
|
|
51
|
-
left: 100%;
|
|
52
|
-
}
|
|
53
|
-
.cv-modal {
|
|
71
|
+
.cv-dialog-full__wrap {
|
|
54
72
|
width: 100%;
|
|
55
73
|
position: fixed;
|
|
56
74
|
top: 0;
|
|
57
75
|
bottom: 0;
|
|
58
|
-
left:
|
|
76
|
+
left: 100%;
|
|
59
77
|
z-index: 999;
|
|
60
78
|
opacity: 0;
|
|
61
79
|
outline: 0;
|
|
@@ -66,47 +84,36 @@ export default {
|
|
|
66
84
|
transition: all 0.2s ease-in-out 0s;
|
|
67
85
|
pointer-events: none;
|
|
68
86
|
}
|
|
69
|
-
.cv-
|
|
87
|
+
.cv-dialog-full__wrap.show {
|
|
70
88
|
left: 0;
|
|
71
|
-
}
|
|
72
|
-
.cv-modal.show {
|
|
73
89
|
opacity: 1;
|
|
74
90
|
transition-duration: 0.2s;
|
|
75
91
|
overflow-x: hidden;
|
|
76
92
|
overflow-y: auto;
|
|
77
93
|
pointer-events: auto;
|
|
78
94
|
}
|
|
79
|
-
.cv-
|
|
80
|
-
vertical-align: bottom;
|
|
81
|
-
}
|
|
82
|
-
.cv-modal::before {
|
|
95
|
+
.cv-dialog-full__wrap::before {
|
|
83
96
|
content: '\200B';
|
|
84
97
|
display: inline-block;
|
|
85
98
|
height: 100%;
|
|
86
99
|
vertical-align: middle;
|
|
100
|
+
vertical-align: bottom;
|
|
87
101
|
}
|
|
88
|
-
.cv-
|
|
102
|
+
.cv-dialog-full__wrap .cv-dialog {
|
|
89
103
|
width: 100%;
|
|
90
104
|
border-radius: 0;
|
|
91
105
|
height: 100%;
|
|
92
106
|
}
|
|
93
|
-
.cv-dialog {
|
|
94
|
-
position: relative;
|
|
107
|
+
.cv-dialog-full__box {
|
|
95
108
|
display: inline-block;
|
|
96
109
|
vertical-align: middle;
|
|
97
|
-
|
|
98
|
-
margin-right: auto;
|
|
99
|
-
width: 375px;
|
|
110
|
+
width: 100%;
|
|
100
111
|
max-width: 100%;
|
|
101
112
|
background-color: #f8f8f8;
|
|
102
|
-
border-radius: 5px;
|
|
103
113
|
overflow: hidden;
|
|
114
|
+
height: 100%;
|
|
104
115
|
}
|
|
105
|
-
.
|
|
106
|
-
background-color: #ffffff;
|
|
107
|
-
color: #666666;
|
|
108
|
-
}
|
|
109
|
-
.cv-bar {
|
|
116
|
+
.cv-dialog-full__bar {
|
|
110
117
|
display: flex;
|
|
111
118
|
position: relative;
|
|
112
119
|
align-items: center;
|
|
@@ -114,49 +121,35 @@ export default {
|
|
|
114
121
|
-webkit-box-pack: justify;
|
|
115
122
|
-webkit-justify-content: space-between;
|
|
116
123
|
justify-content: space-between;
|
|
124
|
+
background-color: #ffffff;
|
|
125
|
+
color: #666666;
|
|
126
|
+
padding: 0 10px;
|
|
127
|
+
font-size: 15px;
|
|
117
128
|
}
|
|
118
|
-
.cv-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
margin-left: 16px;
|
|
125
|
-
}
|
|
126
|
-
.cv-bar .action:last-child {
|
|
127
|
-
margin-right: 16px !important;
|
|
129
|
+
.cv-dialog-full__bar-title {
|
|
130
|
+
flex: 1;
|
|
131
|
+
display: flex;
|
|
132
|
+
justify-content: center;
|
|
133
|
+
font-size: 15px;
|
|
134
|
+
font-weight: 400;
|
|
128
135
|
}
|
|
129
|
-
.cv-
|
|
136
|
+
.cv-dialog-full__bar-left {
|
|
130
137
|
display: flex;
|
|
131
138
|
align-items: center;
|
|
132
|
-
height: 100%;
|
|
133
139
|
justify-content: center;
|
|
134
|
-
max-width: 100%;
|
|
135
|
-
font-size: 16px;
|
|
136
|
-
}
|
|
137
|
-
.text-green {
|
|
138
|
-
color: #39b54a;
|
|
139
|
-
}
|
|
140
|
-
.cv-modal .cv-dialog > .cv-bar:first-child .action {
|
|
141
140
|
min-width: 55px;
|
|
142
|
-
|
|
143
|
-
min-height: 45px;
|
|
141
|
+
color: #0081ff;
|
|
144
142
|
}
|
|
145
|
-
.cv-
|
|
143
|
+
.cv-dialog-full__bar-right {
|
|
146
144
|
display: flex;
|
|
147
145
|
align-items: center;
|
|
148
|
-
height: 100%;
|
|
149
|
-
-webkit-box-pack: center;
|
|
150
|
-
-webkit-justify-content: center;
|
|
151
146
|
justify-content: center;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
.text-blue {
|
|
155
|
-
color: #0081ff;
|
|
147
|
+
min-width: 55px;
|
|
148
|
+
color: #39b54a;
|
|
156
149
|
}
|
|
157
|
-
.cv-dialog-
|
|
150
|
+
.cv-dialog-full__body {
|
|
158
151
|
padding: 10px;
|
|
159
|
-
height: calc(100% - 45px
|
|
152
|
+
height: calc(100% - 45px);
|
|
160
153
|
overflow: auto;
|
|
161
154
|
background-color: #fff;
|
|
162
155
|
}
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
<view class="cv-dia-share-h1">分享</view>
|
|
6
6
|
<view class="cv-dia-share-list">
|
|
7
7
|
<view class="cv-dia-share-item">
|
|
8
|
-
<!-- <cv-icons type="
|
|
9
|
-
<cv-icons type="
|
|
8
|
+
<!-- <cv-icons type="brandWeixin" size="30" /> -->
|
|
9
|
+
<cv-icons type="brandCircleWeixin" color="#00b96d" size="28" />
|
|
10
10
|
<view class="cv-dia-share-ititle">微信好友</view>
|
|
11
11
|
</view>
|
|
12
12
|
<view class="cv-dia-share-item">
|
|
13
|
-
<cv-icons type="
|
|
13
|
+
<cv-icons type="brandPyq" color="#00b96d" size="28" />
|
|
14
14
|
<view class="cv-dia-share-ititle">微信朋友圈</view>
|
|
15
15
|
</view>
|
|
16
16
|
<view class="cv-dia-share-item">
|
|
17
|
-
<!-- <cv-icons type="
|
|
18
|
-
<cv-icons type="
|
|
17
|
+
<!-- <cv-icons type="brandSina" size="30" /> -->
|
|
18
|
+
<cv-icons type="brandCircleSina" color="#fc5056" size="28" />
|
|
19
19
|
<view class="cv-dia-share-ititle">新浪微博</view>
|
|
20
20
|
</view>
|
|
21
21
|
<view class="cv-dia-share-item">
|
|
22
|
-
<!-- <cv-icons type="
|
|
23
|
-
<cv-icons type="
|
|
22
|
+
<!-- <cv-icons type="brandQq" size="30" /> -->
|
|
23
|
+
<cv-icons type="brandCircleQq" color="#00a6e2" size="28" />
|
|
24
24
|
<view class="cv-dia-share-ititle">QQ好友</view>
|
|
25
25
|
</view>
|
|
26
26
|
</view>
|
|
@@ -6,16 +6,7 @@
|
|
|
6
6
|
@touchmove.stop.prevent="stopPrevent"
|
|
7
7
|
:style="{ backgroundColor: backgroundColor }"
|
|
8
8
|
>
|
|
9
|
-
<view
|
|
10
|
-
class="mask-content"
|
|
11
|
-
@click.stop.prevent="stopPrevent"
|
|
12
|
-
:style="[
|
|
13
|
-
{
|
|
14
|
-
height: config.height,
|
|
15
|
-
transform: transform
|
|
16
|
-
}
|
|
17
|
-
]"
|
|
18
|
-
>
|
|
9
|
+
<view class="mask-content" @click.stop.prevent="stopPrevent" :style="[{ height: config.height, transform: transform }]">
|
|
19
10
|
<scroll-view class="view-content" scroll-y>
|
|
20
11
|
<view class="share-header">分享到</view>
|
|
21
12
|
<view class="share-list">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<view class="container">
|
|
2
|
+
<view class="up-share-container">
|
|
3
3
|
<text class="up-share-title">分享到</text>
|
|
4
4
|
<view class="up-share-list">
|
|
5
5
|
<view class="up-share-item" hover-class="up-hover" :hover-stay-time="150" v-for="(item, index) in shareList" :key="index">
|
|
@@ -41,7 +41,7 @@ export default {
|
|
|
41
41
|
};
|
|
42
42
|
</script>
|
|
43
43
|
<style scoped>
|
|
44
|
-
.container {
|
|
44
|
+
.up-share-container {
|
|
45
45
|
padding: 0;
|
|
46
46
|
background-color: #e8e8e8;
|
|
47
47
|
}
|