@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.
Files changed (368) hide show
  1. package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +605 -605
  2. package/{ui-sdks → other}/qiun-data-charts/package.json +2 -1
  3. package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +20 -0
  4. package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +542 -0
  5. package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +246 -0
  6. package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +51 -0
  7. package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +48 -0
  8. package/other/qiun-data-charts_2.5.0-20230101_example/main.js +13 -0
  9. package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +75 -0
  10. package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +448 -0
  11. package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +1 -0
  12. package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +142 -0
  13. package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +228 -0
  14. package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +113 -0
  15. package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +110 -0
  16. package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +58 -0
  17. package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +174 -0
  18. package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +233 -0
  19. package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +115 -0
  20. package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +339 -0
  21. package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +117 -0
  22. package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +212 -0
  23. package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +79 -0
  24. package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
  25. package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +76 -0
  26. package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +455 -0
  27. package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +76 -0
  28. package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate0.vue +2 -1
  29. package/other/{u-parse-2019 → u-parse}/libs/html2json.js +2 -2
  30. package/other/{uParse → u-parse}/libs/wxDiscode.js +1 -1
  31. package/other/u-parse/readme.md +102 -0
  32. package/other/{u-parse-2019 → u-parse}/u-parse.vue +1 -6
  33. package/other/u-parse2026/libs/html2json.js +2 -2
  34. package/other/u-parse2026/libs/wxDiscode.js +1 -1
  35. package/other/u-parse2026/u-parse.css +1 -0
  36. package/other/u-parse2026/u-parse.vue +1 -3
  37. package/other/uParse2/components/wxParseAudio.vue +1 -0
  38. package/other/{uParse → uParse2}/components/wxParseImg.vue +4 -4
  39. package/other/{uParse → uParse2}/components/wxParseTable.vue +15 -6
  40. package/other/{uParse → uParse2}/components/wxParseTemplate0.vue +7 -6
  41. package/other/{uParse → uParse2}/components/wxParseTemplate1.vue +10 -0
  42. package/other/{uParse → uParse2}/libs/html2json.js +2 -2
  43. package/other/{u-parse-2019 → uParse2}/libs/wxDiscode.js +1 -1
  44. package/other/{uParse/wxParse.css → uParse2/u-parse.css} +4 -4
  45. package/other/{uParse/wxParse.vue → uParse2/u-parse.vue} +18 -11
  46. package/other/uParse2/u-parse2.css +264 -0
  47. package/package.json +1 -1
  48. package/ui-cv/components/cv-dialog-bottom/cv-dialog-bottom.vue +35 -58
  49. package/ui-cv/components/cv-dialog-full/cv-dialog-full.vue +55 -62
  50. package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
  51. package/ui-cv/components/cv-dialog-share/share.vue +1 -10
  52. package/ui-cv/components/cv-dialog-share/tui-share.vue +2 -2
  53. package/ui-cv/components/cv-filter-hm/cv-filter-hm.vue +8 -6
  54. package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
  55. package/ui-cv/components/cv-icons/cv-icons.vue +29 -62
  56. package/ui-cv/components/cv-icons/iconfont/font-default-icons.js +127 -131
  57. package/ui-cv/components/cv-input-password/cv-input-password.vue +1 -1
  58. package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +1 -1
  59. package/ui-cv/components/cv-mask-svg/mixins.js +16 -12
  60. package/ui-cv/components/cv-upload-image/cv-upload-image.vue +4 -4
  61. package/ui-cv/components/cv-upload-image/demo.vue +1 -1
  62. package/ui-fireui/components/u-share-model/u-share-model.vue +1 -1
  63. package/ui-fireui/components/u-uploadsamll/u-uploadsamll.vue +1 -1
  64. package/uview-plus/components/u-button/props-old.js +159 -0
  65. package/uview-plus/components/u-button/props.js +7 -0
  66. package/uview-plus/components/u-button/u-button-old.vue +476 -0
  67. package/uview-plus/components/u-button/u-button-wu.vue +13 -10
  68. package/uview-plus/components/u-button/u-button.vue +47 -14
  69. package/uview-plus/components/u-form/form.js +13 -12
  70. package/uview-plus/components/u-parse/README.md +192 -0
  71. package/uview-plus/components/u-parse/changelog.md +163 -0
  72. package/uview-plus/components/u-parse/node/node.vue +37 -3
  73. package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
  74. package/uview-plus/components/u-parse/parser.js +8 -3
  75. package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
  76. package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
  77. package/uview-plus/components/u-parse/u-parse.vue +29 -1
  78. package/uview-plus/components/u-upload/file.js +186 -0
  79. package/uview-plus/components/u-upload/props-old.js +176 -0
  80. package/uview-plus/components/u-upload/props.js +12 -0
  81. package/uview-plus/components/u-upload/u-upload.vue +100 -15
  82. package/uview-plus/components/u-upload/u-upload2.vue +854 -0
  83. package/uview-plus/libs/mixin/openType.js +35 -0
  84. package/other/lime-painter2/README2.md +0 -576
  85. package/other/lime-painter2/changelog.md +0 -225
  86. package/other/lime-painter2/package.json +0 -93
  87. package/other/lime-painter2/readme.md +0 -758
  88. package/other/lime-painter2/test.md +0 -45
  89. package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
  90. package/other/u-parse-2019/readme.md +0 -99
  91. package/other/uParse/components/style.css +0 -1
  92. package/other/uParse/components/wxParseAudio.vue +0 -1
  93. package/other/xt-parse/changelog.md +0 -41
  94. package/other/xt-parse/node/node.vue +0 -752
  95. package/other/xt-parse/package.json +0 -129
  96. package/other/xt-parse/parser.js +0 -1461
  97. package/other/xt-parse/props.js +0 -49
  98. package/other/xt-parse/readme.md +0 -145
  99. package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
  100. package/other/xt-parse/u-parse.vue +0 -510
  101. package/plugins/luch-request/adapters/index.js +0 -131
  102. package/plugins/luch-request/core/InterceptorManager.js +0 -50
  103. package/plugins/luch-request/core/Request.js +0 -199
  104. package/plugins/luch-request/core/buildFullPath.js +0 -20
  105. package/plugins/luch-request/core/defaults.js +0 -32
  106. package/plugins/luch-request/core/dispatchRequest.js +0 -5
  107. package/plugins/luch-request/core/mergeConfig.js +0 -125
  108. package/plugins/luch-request/core/settle.js +0 -16
  109. package/plugins/luch-request/helpers/buildURL.js +0 -71
  110. package/plugins/luch-request/helpers/combineURLs.js +0 -12
  111. package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
  112. package/plugins/luch-request/index.d.ts +0 -197
  113. package/plugins/luch-request/index.js +0 -2
  114. package/plugins/luch-request/readme.md +0 -3
  115. package/plugins/luch-request/utils/clone.js +0 -260
  116. package/plugins/luch-request/utils.js +0 -131
  117. package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
  118. package/ui-cv/components/cv-dialog-share/uni-popup-share.vue +0 -139
  119. package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
  120. package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
  121. package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
  122. package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
  123. package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
  124. package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
  125. package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
  126. package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
  127. package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
  128. package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
  129. package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
  130. package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
  131. package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
  132. package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
  133. package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
  134. package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
  135. package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
  136. package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
  137. package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
  138. package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
  139. package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
  140. package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
  141. package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
  142. package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
  143. package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
  144. package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
  145. package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
  146. package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
  147. package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
  148. package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
  149. package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
  150. package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
  151. package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
  152. package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
  153. package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
  154. package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
  155. package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
  156. package/ui-sdks/sdk-app-update/img/logo.png +0 -0
  157. package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
  158. package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
  159. package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
  160. package/ui-sdks/sdk-app-update/xxxx +0 -62
  161. package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
  162. package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
  163. package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
  164. package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
  165. package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
  166. package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
  167. package/ui-sdks/sdk-webview-main/main.js +0 -0
  168. package/ui-sdks/sdk-webview-main/mixin.js +0 -0
  169. package/uni-ui/lib/uni-badge/changelog.md +0 -33
  170. package/uni-ui/lib/uni-badge/package.json +0 -107
  171. package/uni-ui/lib/uni-badge/readme.md +0 -8
  172. package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
  173. package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
  174. package/uni-ui/lib/uni-calendar/changelog.md +0 -30
  175. package/uni-ui/lib/uni-calendar/package.json +0 -105
  176. package/uni-ui/lib/uni-calendar/readme.md +0 -103
  177. package/uni-ui/lib/uni-card/changelog.md +0 -26
  178. package/uni-ui/lib/uni-card/package.json +0 -107
  179. package/uni-ui/lib/uni-card/readme.md +0 -10
  180. package/uni-ui/lib/uni-collapse/changelog.md +0 -48
  181. package/uni-ui/lib/uni-collapse/package.json +0 -106
  182. package/uni-ui/lib/uni-collapse/readme.md +0 -11
  183. package/uni-ui/lib/uni-combox/changelog.md +0 -17
  184. package/uni-ui/lib/uni-combox/package.json +0 -107
  185. package/uni-ui/lib/uni-combox/readme.md +0 -10
  186. package/uni-ui/lib/uni-countdown/changelog.md +0 -30
  187. package/uni-ui/lib/uni-countdown/package.json +0 -105
  188. package/uni-ui/lib/uni-countdown/readme.md +0 -9
  189. package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
  190. package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
  191. package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
  192. package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
  193. package/uni-ui/lib/uni-data-picker/package.json +0 -109
  194. package/uni-ui/lib/uni-data-picker/readme.md +0 -21
  195. package/uni-ui/lib/uni-data-select/changelog.md +0 -51
  196. package/uni-ui/lib/uni-data-select/package.json +0 -106
  197. package/uni-ui/lib/uni-data-select/readme.md +0 -7
  198. package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
  199. package/uni-ui/lib/uni-dateformat/package.json +0 -107
  200. package/uni-ui/lib/uni-dateformat/readme.md +0 -10
  201. package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
  202. package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
  203. package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
  204. package/uni-ui/lib/uni-drawer/changelog.md +0 -13
  205. package/uni-ui/lib/uni-drawer/package.json +0 -106
  206. package/uni-ui/lib/uni-drawer/readme.md +0 -9
  207. package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
  208. package/uni-ui/lib/uni-easyinput/package.json +0 -107
  209. package/uni-ui/lib/uni-easyinput/readme.md +0 -10
  210. package/uni-ui/lib/uni-fab/changelog.md +0 -25
  211. package/uni-ui/lib/uni-fab/package.json +0 -107
  212. package/uni-ui/lib/uni-fab/readme.md +0 -8
  213. package/uni-ui/lib/uni-fav/changelog.md +0 -19
  214. package/uni-ui/lib/uni-fav/package.json +0 -106
  215. package/uni-ui/lib/uni-fav/readme.md +0 -9
  216. package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
  217. package/uni-ui/lib/uni-file-picker/package.json +0 -105
  218. package/uni-ui/lib/uni-file-picker/readme.md +0 -10
  219. package/uni-ui/lib/uni-forms/changelog.md +0 -100
  220. package/uni-ui/lib/uni-forms/package.json +0 -107
  221. package/uni-ui/lib/uni-forms/readme.md +0 -22
  222. package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
  223. package/uni-ui/lib/uni-goods-nav/package.json +0 -105
  224. package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
  225. package/uni-ui/lib/uni-grid/changelog.md +0 -13
  226. package/uni-ui/lib/uni-grid/package.json +0 -106
  227. package/uni-ui/lib/uni-grid/readme.md +0 -10
  228. package/uni-ui/lib/uni-group/changelog.md +0 -16
  229. package/uni-ui/lib/uni-group/package.json +0 -106
  230. package/uni-ui/lib/uni-group/readme.md +0 -8
  231. package/uni-ui/lib/uni-icons/changelog.md +0 -44
  232. package/uni-ui/lib/uni-icons/package.json +0 -111
  233. package/uni-ui/lib/uni-icons/readme.md +0 -7
  234. package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
  235. package/uni-ui/lib/uni-indexed-list/package.json +0 -107
  236. package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
  237. package/uni-ui/lib/uni-link/changelog.md +0 -17
  238. package/uni-ui/lib/uni-link/package.json +0 -106
  239. package/uni-ui/lib/uni-link/readme.md +0 -10
  240. package/uni-ui/lib/uni-list/changelog.md +0 -52
  241. package/uni-ui/lib/uni-list/package.json +0 -108
  242. package/uni-ui/lib/uni-list/readme.md +0 -44
  243. package/uni-ui/lib/uni-load-more/changelog.md +0 -27
  244. package/uni-ui/lib/uni-load-more/package.json +0 -105
  245. package/uni-ui/lib/uni-load-more/readme.md +0 -12
  246. package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
  247. package/uni-ui/lib/uni-nav-bar/package.json +0 -106
  248. package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
  249. package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
  250. package/uni-ui/lib/uni-notice-bar/package.json +0 -107
  251. package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
  252. package/uni-ui/lib/uni-number-box/changelog.md +0 -39
  253. package/uni-ui/lib/uni-number-box/package.json +0 -104
  254. package/uni-ui/lib/uni-number-box/readme.md +0 -11
  255. package/uni-ui/lib/uni-pagination/changelog.md +0 -27
  256. package/uni-ui/lib/uni-pagination/package.json +0 -106
  257. package/uni-ui/lib/uni-pagination/readme.md +0 -10
  258. package/uni-ui/lib/uni-popup/changelog.md +0 -102
  259. package/uni-ui/lib/uni-popup/package.json +0 -107
  260. package/uni-ui/lib/uni-popup/readme.md +0 -15
  261. package/uni-ui/lib/uni-rate/changelog.md +0 -27
  262. package/uni-ui/lib/uni-rate/package.json +0 -106
  263. package/uni-ui/lib/uni-rate/readme.md +0 -11
  264. package/uni-ui/lib/uni-row/changelog.md +0 -10
  265. package/uni-ui/lib/uni-row/package.json +0 -106
  266. package/uni-ui/lib/uni-row/readme.md +0 -9
  267. package/uni-ui/lib/uni-scss/changelog.md +0 -8
  268. package/uni-ui/lib/uni-scss/package.json +0 -99
  269. package/uni-ui/lib/uni-scss/readme.md +0 -3
  270. package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
  271. package/uni-ui/lib/uni-search-bar/package.json +0 -106
  272. package/uni-ui/lib/uni-search-bar/readme.md +0 -12
  273. package/uni-ui/lib/uni-section/changelog.md +0 -2
  274. package/uni-ui/lib/uni-section/package.json +0 -104
  275. package/uni-ui/lib/uni-section/readme.md +0 -7
  276. package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
  277. package/uni-ui/lib/uni-segmented-control/package.json +0 -106
  278. package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
  279. package/uni-ui/lib/uni-steps/changelog.md +0 -18
  280. package/uni-ui/lib/uni-steps/package.json +0 -106
  281. package/uni-ui/lib/uni-steps/readme.md +0 -11
  282. package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
  283. package/uni-ui/lib/uni-swipe-action/package.json +0 -113
  284. package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
  285. package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
  286. package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
  287. package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
  288. package/uni-ui/lib/uni-table/changelog.md +0 -35
  289. package/uni-ui/lib/uni-table/package.json +0 -106
  290. package/uni-ui/lib/uni-table/readme.md +0 -11
  291. package/uni-ui/lib/uni-tag/changelog.md +0 -25
  292. package/uni-ui/lib/uni-tag/package.json +0 -106
  293. package/uni-ui/lib/uni-tag/readme.md +0 -11
  294. package/uni-ui/lib/uni-title/changelog.md +0 -10
  295. package/uni-ui/lib/uni-title/package.json +0 -107
  296. package/uni-ui/lib/uni-title/readme.md +0 -12
  297. package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
  298. package/uni-ui/lib/uni-tooltip/package.json +0 -104
  299. package/uni-ui/lib/uni-tooltip/readme.md +0 -7
  300. package/uni-ui/lib/uni-transition/changelog.md +0 -31
  301. package/uni-ui/lib/uni-transition/package.json +0 -112
  302. package/uni-ui/lib/uni-transition/readme.md +0 -10
  303. package/uni-ui/lib/uni-ui/changelog.md +0 -639
  304. package/uni-ui/lib/uni-ui/package.json +0 -148
  305. package/uni-ui/lib/uni-ui/readme.md +0 -247
  306. package/uview-plus/libs/mixin/openType2.js +0 -60
  307. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
  308. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
  309. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
  310. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
  311. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
  312. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
  313. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
  314. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
  315. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
  316. /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
  317. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
  318. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
  319. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
  320. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
  321. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
  322. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
  323. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
  324. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
  325. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
  326. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
  327. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
  328. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
  329. /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
  330. /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
  331. /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
  332. /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
  333. /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
  334. /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
  335. /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
  336. /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
  337. /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
  338. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
  339. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
  340. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
  341. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
  342. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
  343. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
  344. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
  345. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
  346. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
  347. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
  348. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
  349. /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
  350. /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
  351. /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
  352. /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
  353. /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
  354. /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
  355. /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
  356. /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
  357. /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
  358. /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
  359. /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
  360. /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
  361. /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
  362. /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
  363. /package/other/{uParse → uParse2}/editor.css +0 -0
  364. /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
  365. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
  366. /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
  367. /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
  368. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
@@ -1,2 +0,0 @@
1
- import Request from './core/Request';
2
- export default Request;
@@ -1,3 +0,0 @@
1
- # 版本
2
-
3
- 3.1.0
@@ -1,260 +0,0 @@
1
- /* eslint-disable */
2
- var clone = (function () {
3
- 'use strict';
4
-
5
- function _instanceof(obj, type) {
6
- return type != null && obj instanceof type;
7
- }
8
-
9
- var nativeMap;
10
- try {
11
- nativeMap = Map;
12
- } catch (_) {
13
- // maybe a reference error because no `Map`. Give it a dummy value that no
14
- // value will ever be an instanceof.
15
- nativeMap = function () {};
16
- }
17
-
18
- var nativeSet;
19
- try {
20
- nativeSet = Set;
21
- } catch (_) {
22
- nativeSet = function () {};
23
- }
24
-
25
- var nativePromise;
26
- try {
27
- nativePromise = Promise;
28
- } catch (_) {
29
- nativePromise = function () {};
30
- }
31
-
32
- /**
33
- * Clones (copies) an Object using deep copying.
34
- *
35
- * This function supports circular references by default, but if you are certain
36
- * there are no circular references in your object, you can save some CPU time
37
- * by calling clone(obj, false).
38
- *
39
- * Caution: if `circular` is false and `parent` contains circular references,
40
- * your program may enter an infinite loop and crash.
41
- *
42
- * @param `parent` - the object to be cloned
43
- * @param `circular` - set to true if the object to be cloned may contain
44
- * circular references. (optional - true by default)
45
- * @param `depth` - set to a number if the object is only to be cloned to
46
- * a particular depth. (optional - defaults to Infinity)
47
- * @param `prototype` - sets the prototype to be used when cloning an object.
48
- * (optional - defaults to parent prototype).
49
- * @param `includeNonEnumerable` - set to true if the non-enumerable properties
50
- * should be cloned as well. Non-enumerable properties on the prototype
51
- * chain will be ignored. (optional - false by default)
52
- */
53
- function clone(parent, circular, depth, prototype, includeNonEnumerable) {
54
- if (typeof circular === 'object') {
55
- depth = circular.depth;
56
- prototype = circular.prototype;
57
- includeNonEnumerable = circular.includeNonEnumerable;
58
- circular = circular.circular;
59
- }
60
- // maintain two arrays for circular references, where corresponding parents
61
- // and children have the same index
62
- var allParents = [];
63
- var allChildren = [];
64
-
65
- var useBuffer = typeof Buffer != 'undefined';
66
-
67
- if (typeof circular == 'undefined') circular = true;
68
-
69
- if (typeof depth == 'undefined') depth = Infinity;
70
-
71
- // recurse this function so we don't reset allParents and allChildren
72
- function _clone(parent, depth) {
73
- // cloning null always returns null
74
- if (parent === null) return null;
75
-
76
- if (depth === 0) return parent;
77
-
78
- var child;
79
- var proto;
80
- if (typeof parent != 'object') {
81
- return parent;
82
- }
83
-
84
- if (_instanceof(parent, nativeMap)) {
85
- child = new nativeMap();
86
- } else if (_instanceof(parent, nativeSet)) {
87
- child = new nativeSet();
88
- } else if (_instanceof(parent, nativePromise)) {
89
- child = new nativePromise(function (resolve, reject) {
90
- parent.then(
91
- function (value) {
92
- resolve(_clone(value, depth - 1));
93
- },
94
- function (err) {
95
- reject(_clone(err, depth - 1));
96
- }
97
- );
98
- });
99
- } else if (clone.__isArray(parent)) {
100
- child = [];
101
- } else if (clone.__isRegExp(parent)) {
102
- child = new RegExp(parent.source, __getRegExpFlags(parent));
103
- if (parent.lastIndex) child.lastIndex = parent.lastIndex;
104
- } else if (clone.__isDate(parent)) {
105
- child = new Date(parent.getTime());
106
- } else if (useBuffer && Buffer.isBuffer(parent)) {
107
- if (Buffer.from) {
108
- // Node.js >= 5.10.0
109
- child = Buffer.from(parent);
110
- } else {
111
- // Older Node.js versions
112
- child = new Buffer(parent.length);
113
- parent.copy(child);
114
- }
115
- return child;
116
- } else if (_instanceof(parent, Error)) {
117
- child = Object.create(parent);
118
- } else {
119
- if (typeof prototype == 'undefined') {
120
- proto = Object.getPrototypeOf(parent);
121
- child = Object.create(proto);
122
- } else {
123
- child = Object.create(prototype);
124
- proto = prototype;
125
- }
126
- }
127
-
128
- if (circular) {
129
- var index = allParents.indexOf(parent);
130
-
131
- if (index != -1) {
132
- return allChildren[index];
133
- }
134
- allParents.push(parent);
135
- allChildren.push(child);
136
- }
137
-
138
- if (_instanceof(parent, nativeMap)) {
139
- parent.forEach(function (value, key) {
140
- var keyChild = _clone(key, depth - 1);
141
- var valueChild = _clone(value, depth - 1);
142
- child.set(keyChild, valueChild);
143
- });
144
- }
145
- if (_instanceof(parent, nativeSet)) {
146
- parent.forEach(function (value) {
147
- var entryChild = _clone(value, depth - 1);
148
- child.add(entryChild);
149
- });
150
- }
151
-
152
- for (var i in parent) {
153
- var attrs = Object.getOwnPropertyDescriptor(parent, i);
154
- if (attrs) {
155
- child[i] = _clone(parent[i], depth - 1);
156
- }
157
-
158
- try {
159
- var objProperty = Object.getOwnPropertyDescriptor(parent, i);
160
- if (objProperty.set === 'undefined') {
161
- // no setter defined. Skip cloning this property
162
- continue;
163
- }
164
- child[i] = _clone(parent[i], depth - 1);
165
- } catch (e) {
166
- if (e instanceof TypeError) {
167
- // when in strict mode, TypeError will be thrown if child[i] property only has a getter
168
- // we can't do anything about this, other than inform the user that this property cannot be set.
169
- continue;
170
- } else if (e instanceof ReferenceError) {
171
- //this may happen in non strict mode
172
- continue;
173
- }
174
- }
175
- }
176
-
177
- if (Object.getOwnPropertySymbols) {
178
- var symbols = Object.getOwnPropertySymbols(parent);
179
- for (var i = 0; i < symbols.length; i++) {
180
- // Don't need to worry about cloning a symbol because it is a primitive,
181
- // like a number or string.
182
- var symbol = symbols[i];
183
- var descriptor = Object.getOwnPropertyDescriptor(parent, symbol);
184
- if (descriptor && !descriptor.enumerable && !includeNonEnumerable) {
185
- continue;
186
- }
187
- child[symbol] = _clone(parent[symbol], depth - 1);
188
- Object.defineProperty(child, symbol, descriptor);
189
- }
190
- }
191
-
192
- if (includeNonEnumerable) {
193
- var allPropertyNames = Object.getOwnPropertyNames(parent);
194
- for (var i = 0; i < allPropertyNames.length; i++) {
195
- var propertyName = allPropertyNames[i];
196
- var descriptor = Object.getOwnPropertyDescriptor(parent, propertyName);
197
- if (descriptor && descriptor.enumerable) {
198
- continue;
199
- }
200
- child[propertyName] = _clone(parent[propertyName], depth - 1);
201
- Object.defineProperty(child, propertyName, descriptor);
202
- }
203
- }
204
-
205
- return child;
206
- }
207
-
208
- return _clone(parent, depth);
209
- }
210
-
211
- /**
212
- * Simple flat clone using prototype, accepts only objects, usefull for property
213
- * override on FLAT configuration object (no nested props).
214
- *
215
- * USE WITH CAUTION! This may not behave as you wish if you do not know how this
216
- * works.
217
- */
218
- clone.clonePrototype = function clonePrototype(parent) {
219
- if (parent === null) return null;
220
-
221
- var c = function () {};
222
- c.prototype = parent;
223
- return new c();
224
- };
225
-
226
- // private utility functions
227
-
228
- function __objToStr(o) {
229
- return Object.prototype.toString.call(o);
230
- }
231
- clone.__objToStr = __objToStr;
232
-
233
- function __isDate(o) {
234
- return typeof o === 'object' && __objToStr(o) === '[object Date]';
235
- }
236
- clone.__isDate = __isDate;
237
-
238
- function __isArray(o) {
239
- return typeof o === 'object' && __objToStr(o) === '[object Array]';
240
- }
241
- clone.__isArray = __isArray;
242
-
243
- function __isRegExp(o) {
244
- return typeof o === 'object' && __objToStr(o) === '[object RegExp]';
245
- }
246
- clone.__isRegExp = __isRegExp;
247
-
248
- function __getRegExpFlags(re) {
249
- var flags = '';
250
- if (re.global) flags += 'g';
251
- if (re.ignoreCase) flags += 'i';
252
- if (re.multiline) flags += 'm';
253
- return flags;
254
- }
255
- clone.__getRegExpFlags = __getRegExpFlags;
256
-
257
- return clone;
258
- })();
259
-
260
- export default clone;
@@ -1,131 +0,0 @@
1
- 'use strict';
2
-
3
- // utils is a library of generic helper functions non-specific to axios
4
-
5
- var toString = Object.prototype.toString;
6
-
7
- /**
8
- * Determine if a value is an Array
9
- *
10
- * @param {Object} val The value to test
11
- * @returns {boolean} True if value is an Array, otherwise false
12
- */
13
- export function isArray(val) {
14
- return toString.call(val) === '[object Array]';
15
- }
16
-
17
- /**
18
- * Determine if a value is an Object
19
- *
20
- * @param {Object} val The value to test
21
- * @returns {boolean} True if value is an Object, otherwise false
22
- */
23
- export function isObject(val) {
24
- return val !== null && typeof val === 'object';
25
- }
26
-
27
- /**
28
- * Determine if a value is a Date
29
- *
30
- * @param {Object} val The value to test
31
- * @returns {boolean} True if value is a Date, otherwise false
32
- */
33
- export function isDate(val) {
34
- return toString.call(val) === '[object Date]';
35
- }
36
-
37
- /**
38
- * Determine if a value is a URLSearchParams object
39
- *
40
- * @param {Object} val The value to test
41
- * @returns {boolean} True if value is a URLSearchParams object, otherwise false
42
- */
43
- export function isURLSearchParams(val) {
44
- return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;
45
- }
46
-
47
- /**
48
- * Iterate over an Array or an Object invoking a function for each item.
49
- *
50
- * If `obj` is an Array callback will be called passing
51
- * the value, index, and complete array for each item.
52
- *
53
- * If 'obj' is an Object callback will be called passing
54
- * the value, key, and complete object for each property.
55
- *
56
- * @param {Object|Array} obj The object to iterate
57
- * @param {Function} fn The callback to invoke for each item
58
- */
59
- export function forEach(obj, fn) {
60
- // Don't bother if no value provided
61
- if (obj === null || typeof obj === 'undefined') {
62
- return;
63
- }
64
-
65
- // Force an array if not already something iterable
66
- if (typeof obj !== 'object') {
67
- /*eslint no-param-reassign:0*/
68
- obj = [obj];
69
- }
70
-
71
- if (isArray(obj)) {
72
- // Iterate over array values
73
- for (var i = 0, l = obj.length; i < l; i++) {
74
- fn.call(null, obj[i], i, obj);
75
- }
76
- } else {
77
- // Iterate over object keys
78
- for (var key in obj) {
79
- if (Object.prototype.hasOwnProperty.call(obj, key)) {
80
- fn.call(null, obj[key], key, obj);
81
- }
82
- }
83
- }
84
- }
85
-
86
- /**
87
- * 是否为boolean 值
88
- * @param val
89
- * @returns {boolean}
90
- */
91
- export function isBoolean(val) {
92
- return typeof val === 'boolean';
93
- }
94
-
95
- /**
96
- * 是否为真正的对象{} new Object
97
- * @param {any} obj - 检测的对象
98
- * @returns {boolean}
99
- */
100
- export function isPlainObject(obj) {
101
- return Object.prototype.toString.call(obj) === '[object Object]';
102
- }
103
-
104
- /**
105
- * Function equal to merge with the difference being that no reference
106
- * to original objects is kept.
107
- *
108
- * @see merge
109
- * @param {Object} obj1 Object to merge
110
- * @returns {Object} Result of all merge properties
111
- */
112
- export function deepMerge(/* obj1, obj2, obj3, ... */) {
113
- let result = {};
114
- function assignValue(val, key) {
115
- if (typeof result[key] === 'object' && typeof val === 'object') {
116
- result[key] = deepMerge(result[key], val);
117
- } else if (typeof val === 'object') {
118
- result[key] = deepMerge({}, val);
119
- } else {
120
- result[key] = val;
121
- }
122
- }
123
- for (let i = 0, l = arguments.length; i < l; i++) {
124
- forEach(arguments[i], assignValue);
125
- }
126
- return result;
127
- }
128
-
129
- export function isUndefined(val) {
130
- return typeof val === 'undefined';
131
- }
@@ -1,220 +0,0 @@
1
- <template>
2
- <view class="cv-cell-box">
3
- <view class="cv-cell-main-box" :class="isBottom && 'cv-cell-main-big'" @tap="bingClick">
4
- <view class="cv-cell-left-box">
5
- <view class="cv-cell-left-icon" v-if="leftIcon || $slots.leftIcon">
6
- <slot name="leftIcon">
7
- <image class="cv-cell-left-image" :src="leftIcon" mode="aspectFit" />
8
- </slot>
9
- </view>
10
- <view class="cv-cell-left-content">
11
- <view class="cv-cell-left-content-top" v-if="leftTop || $slots.leftTop">
12
- <slot name="leftBottom">{{ leftTop }}</slot>
13
- </view>
14
- <view class="cv-cell-left-content-bottom" v-if="leftBottom || $slots.leftBottom">
15
- <slot name="leftBottom">{{ leftBottom }}</slot>
16
- </view>
17
- </view>
18
- </view>
19
- <view class="cv-cell-right-box">
20
- <view class="cv-cell-right-content">
21
- <view class="cv-cell-right-content-top" v-if="rightTop || $slots.rightTop">
22
- <slot name="rightBottom">{{ rightTop }}</slot>
23
- </view>
24
- <view class="cv-cell-right-content-bottom" v-if="rightBottom || $slots.rightBottom">
25
- <slot name="rightBottom">{{ rightBottom }}</slot>
26
- </view>
27
- </view>
28
- <view class="cv-cell-right-icon" v-if="rightIcon || $slots.rightIcon">
29
- <slot name="rightIcon">
30
- <view class="cv-cell-right-icon-top"></view>
31
- <view class="cv-cell-right-icon-bottom"></view>
32
- </slot>
33
- </view>
34
- </view>
35
- </view>
36
- </view>
37
- </template>
38
-
39
- <script>
40
- import mpMixin from '../../libs/mixin/mpMixin.js';
41
- import mixin from '../../libs/mixin/mixin.js';
42
- export default {
43
- mixins: [mpMixin, mixin],
44
- name: 'cvCellRow',
45
- emits: ['click'],
46
- props: {
47
- leftIcon: {
48
- type: String,
49
- default: ''
50
- },
51
- leftTop: {
52
- type: String,
53
- default: ''
54
- },
55
- leftBottom: {
56
- type: String,
57
- default: ''
58
- },
59
- rightTop: {
60
- type: String,
61
- default: ''
62
- },
63
- rightBottom: {
64
- type: String,
65
- default: ''
66
- },
67
- rightIcon: {
68
- type: Boolean,
69
- default: false
70
- }
71
- },
72
- computed: {
73
- isBottom() {
74
- return this.leftBottom || this.rightBottom || this.$slots.leftBottom || this.$slots.rightBottom;
75
- }
76
- },
77
- data() {
78
- return {};
79
- },
80
- created() {},
81
- methods: {
82
- bingClick() {
83
- this.$emit('click');
84
- }
85
- }
86
- };
87
- </script>
88
- <style>
89
- .cv-cell-box {
90
- height: auto;
91
- background-color: #ffffff;
92
- padding-left: 10px;
93
- }
94
- .cv-cell-box:active {
95
- background-color: #e5e5e5;
96
- }
97
- .cv-cell-main-box {
98
- padding: 5px 10px 5px 0;
99
- border-bottom: solid 1px #f1f1f1;
100
- display: flex;
101
- flex-direction: row;
102
- justify-content: space-between;
103
- }
104
- /* #ifndef MP-WEIXIN */
105
- .cv-cell-box:last-child .cv-cell-main-box {
106
- border-bottom: none;
107
- }
108
- /* #endif */
109
- /* #ifdef MP-WEIXIN */
110
- .cv-cell-box:last-child .cv-cell-main-box {
111
- border-bottom: none;
112
- }
113
- /* #endif */
114
- .cv-cell-main-big {
115
- padding: 9px 10px 9px 0;
116
- }
117
- .cv-cell-left-box {
118
- width: 50%;
119
- display: flex;
120
- flex-direction: row;
121
- align-items: center;
122
- }
123
- .cv-cell-left-icon {
124
- width: 30px;
125
- height: 30px;
126
- line-height: 40px;
127
- padding-right: 10px;
128
- }
129
- .cv-cell-left-image {
130
- width: 30px;
131
- height: 30px;
132
- }
133
- .cv-cell-left-content {
134
- padding-left: 0px;
135
- width: 100%;
136
- display: flex;
137
- flex-direction: column;
138
- justify-content: center;
139
- align-items: flex-start;
140
- }
141
- .cv-cell-left-content-top {
142
- font-size: 15px;
143
- line-height: 22px;
144
- height: 22px;
145
- overflow: hidden;
146
- }
147
- .cv-cell-left-content-bottom {
148
- font-size: 12px;
149
- color: #999999;
150
- line-height: 18px;
151
- height: 18px;
152
- overflow: hidden;
153
- }
154
- /**右边 */
155
- .cv-cell-right-box {
156
- width: 50%;
157
- display: table;
158
- height: 40px;
159
- padding-left: 10px;
160
- display: flex;
161
- flex-direction: row;
162
- align-items: center;
163
- }
164
- .cv-cell-right-content {
165
- width: calc(100% - 20px);
166
- display: flex;
167
- flex-direction: column;
168
- justify-content: center;
169
- align-items: flex-end;
170
- }
171
- .cv-cell-right-content-top {
172
- font-size: 14px;
173
- color: #666666;
174
- line-height: 20px;
175
- height: 20px;
176
- overflow: hidden;
177
- text-align: right;
178
- }
179
- .cv-cell-right-content-bottom {
180
- font-size: 14px;
181
- color: #999999;
182
- line-height: 20px;
183
- height: 20px;
184
- overflow: hidden;
185
- text-align: right;
186
- }
187
-
188
- .cv-cell-main-right-intact {
189
- font-size: 14px;
190
- color: #999999;
191
- display: table-cell;
192
- vertical-align: middle;
193
- line-height: 20px;
194
- height: 40px;
195
- overflow: hidden;
196
- max-height: 40px;
197
- text-align: right;
198
- }
199
-
200
- .cv-cell-right-icon {
201
- height: 40px;
202
- width: 20px;
203
- }
204
- .cv-cell-right-icon-top,
205
- .cv-cell-right-icon-bottom {
206
- width: 10px;
207
- height: 2px;
208
- background-color: #c1c1c1;
209
- position: relative;
210
- left: 10px;
211
- }
212
- .cv-cell-right-icon-top {
213
- transform: rotate(45deg);
214
- top: 16px;
215
- }
216
- .cv-cell-right-icon-bottom {
217
- transform: rotate(-45deg);
218
- top: 20px;
219
- }
220
- </style>