@10yun/cv-mobile-ui 0.5.53 → 0.5.55

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 (1020) hide show
  1. package/build/parse-create.js +17 -5
  2. package/build/parse-pages-pkg.js +14 -5
  3. package/js-sdk/Sansnn-uQRCode/uqrcode.js +150 -75
  4. package/js-sdk/clipboard.min.js +9 -0
  5. package/js-sdk/gprint/encoding-indexes.js +47 -0
  6. package/js-sdk/gprint/encoding.js +3312 -0
  7. package/js-sdk/gprint/esc.js +548 -0
  8. package/js-sdk/gprint/tsc.js +222 -0
  9. package/js-sdk/ican-H5Api/ican-H5Api.js +68 -666
  10. package/other/api-set-tabbar.nvue +0 -3
  11. package/other/lime-painter/changelog.md +225 -0
  12. package/other/lime-painter/components/common/relation.js +150 -0
  13. package/other/lime-painter/components/l-painter/l-painter.vue +482 -0
  14. package/other/lime-painter/components/l-painter/nvue.js +203 -0
  15. package/other/lime-painter/components/l-painter/painter.js +1 -0
  16. package/other/lime-painter/components/l-painter/props.js +56 -0
  17. package/other/lime-painter/components/l-painter/single.js +1 -0
  18. package/other/lime-painter/components/l-painter/utils.js +382 -0
  19. package/other/lime-painter/components/l-painter-image/l-painter-image.vue +23 -0
  20. package/other/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue +22 -0
  21. package/other/lime-painter/components/l-painter-text/l-painter-text.vue +32 -0
  22. package/other/lime-painter/components/l-painter-view/l-painter-view.vue +28 -0
  23. package/other/lime-painter/components/lime-painter/lime-painter.vue +259 -0
  24. package/other/lime-painter/hybrid/html/index.html +117 -0
  25. package/other/lime-painter/hybrid/html/painter.js +1 -0
  26. package/other/lime-painter/hybrid/html/uni.webview.1.5.3.js +1 -0
  27. package/other/lime-painter/package.json +93 -0
  28. package/other/lime-painter/parser.js +388 -0
  29. package/other/lime-painter/readme.md +961 -0
  30. package/other/lime-painter2/README2.md +576 -0
  31. package/other/lime-painter2/changelog.md +225 -0
  32. package/other/lime-painter2/components/lime-painter/canvas.js +57 -0
  33. package/other/lime-painter2/components/lime-painter/draw.js +654 -0
  34. package/other/lime-painter2/components/lime-painter/draw2.js +709 -0
  35. package/other/lime-painter2/components/lime-painter/gradient.js +119 -0
  36. package/other/lime-painter2/components/lime-painter/index.vue +344 -0
  37. package/other/lime-painter2/components/lime-painter/index2.vue +197 -0
  38. package/other/lime-painter2/components/lime-painter/layout.js +374 -0
  39. package/other/lime-painter2/components/lime-painter/utils.js +420 -0
  40. package/other/lime-painter2/package.json +93 -0
  41. package/other/lime-painter2/readme.md +758 -0
  42. package/other/lime-painter2/test.md +45 -0
  43. package/other/mpvue-echarts/src/echarts.vue +116 -103
  44. package/other/mpvue-echarts/src/style.css +0 -6
  45. package/other/product.vue +45 -1
  46. package/other/qiun-data-charts/qiun-data-charts.vue +1618 -0
  47. package/other/u-parse-2019/components/wxParseAudio.vue +29 -0
  48. package/other/u-parse-2019/components/wxParseImg.vue +87 -0
  49. package/other/u-parse-2019/components/wxParseTemplate0.vue +105 -0
  50. package/other/u-parse-2019/components/wxParseTemplate1.vue +96 -0
  51. package/other/u-parse-2019/components/wxParseTemplate10.vue +95 -0
  52. package/other/u-parse-2019/components/wxParseTemplate11.vue +84 -0
  53. package/other/u-parse-2019/components/wxParseTemplate2.vue +95 -0
  54. package/other/u-parse-2019/components/wxParseTemplate3.vue +95 -0
  55. package/other/u-parse-2019/components/wxParseTemplate4.vue +95 -0
  56. package/other/u-parse-2019/components/wxParseTemplate5.vue +95 -0
  57. package/other/u-parse-2019/components/wxParseTemplate6.vue +95 -0
  58. package/other/u-parse-2019/components/wxParseTemplate7.vue +95 -0
  59. package/other/u-parse-2019/components/wxParseTemplate8.vue +95 -0
  60. package/other/u-parse-2019/components/wxParseTemplate9.vue +95 -0
  61. package/other/u-parse-2019/components/wxParseVideo.vue +15 -0
  62. package/other/u-parse-2019/libs/html2json.js +258 -0
  63. package/other/u-parse-2019/libs/htmlparser.js +163 -0
  64. package/other/u-parse-2019/libs/wxDiscode.js +195 -0
  65. package/other/u-parse-2019/readme.md +99 -0
  66. package/other/u-parse-2019/u-parse.css +240 -0
  67. package/other/u-parse-2019/u-parse.vue +114 -0
  68. package/other/u-parse2026/components/wxParseAudio.vue +29 -0
  69. package/other/u-parse2026/components/wxParseImg.vue +90 -0
  70. package/other/u-parse2026/components/wxParseTable.vue +51 -0
  71. package/other/u-parse2026/components/wxParseTemplate0.vue +93 -0
  72. package/other/u-parse2026/components/wxParseTemplate1.vue +92 -0
  73. package/other/u-parse2026/components/wxParseTemplate10.vue +82 -0
  74. package/other/u-parse2026/components/wxParseTemplate11.vue +79 -0
  75. package/other/u-parse2026/components/wxParseTemplate2.vue +92 -0
  76. package/other/u-parse2026/components/wxParseTemplate3.vue +92 -0
  77. package/other/u-parse2026/components/wxParseTemplate4.vue +92 -0
  78. package/other/u-parse2026/components/wxParseTemplate5.vue +92 -0
  79. package/other/u-parse2026/components/wxParseTemplate6.vue +92 -0
  80. package/other/u-parse2026/components/wxParseTemplate7.vue +92 -0
  81. package/other/u-parse2026/components/wxParseTemplate8.vue +92 -0
  82. package/other/u-parse2026/components/wxParseTemplate9.vue +82 -0
  83. package/other/u-parse2026/components/wxParseVideo.vue +15 -0
  84. package/other/u-parse2026/libs/html2json.js +258 -0
  85. package/other/u-parse2026/libs/htmlparser.js +163 -0
  86. package/other/u-parse2026/libs/wxDiscode.js +195 -0
  87. package/other/u-parse2026/readme.md +99 -0
  88. package/other/u-parse2026/u-parse.css +283 -0
  89. package/other/u-parse2026/u-parse.vue +114 -0
  90. package/other/uParse/components/wxParseVideo.vue +2 -1
  91. package/other/xt-parse/changelog.md +41 -0
  92. package/other/xt-parse/node/node.vue +752 -0
  93. package/other/xt-parse/package.json +129 -0
  94. package/other/xt-parse/parser.js +1461 -0
  95. package/other/xt-parse/props.js +49 -0
  96. package/other/xt-parse/readme.md +145 -0
  97. package/other/xt-parse/static/app-plus/u-parse/js/handler.js +1 -0
  98. package/other/xt-parse/static/app-plus/u-parse/js/handler2.js +224 -0
  99. package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min.js +1 -0
  100. package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min2.js +186 -0
  101. package/other/xt-parse/static/app-plus/u-parse/local.html +37 -0
  102. package/other/xt-parse/u-parse.vue +510 -0
  103. package/other/z-paging/changelog.md +52 -0
  104. package/other/z-paging/components/z-paging/components/z-paging-load-more.vue +182 -0
  105. package/other/z-paging/components/z-paging/components/z-paging-refresh.vue +214 -0
  106. package/other/z-paging/components/z-paging/config/index.js +3 -0
  107. package/other/z-paging/components/z-paging/css/z-paging-main.css +241 -0
  108. package/other/z-paging/components/z-paging/css/z-paging-static.css +50 -0
  109. package/other/z-paging/components/z-paging/i18n/en.json +23 -0
  110. package/other/z-paging/components/z-paging/i18n/index.js +8 -0
  111. package/other/z-paging/components/z-paging/i18n/zh-Hans.json +23 -0
  112. package/other/z-paging/components/z-paging/i18n/zh-Hant.json +23 -0
  113. package/other/z-paging/components/z-paging/js/hooks/useZPaging.js +25 -0
  114. package/other/z-paging/components/z-paging/js/hooks/useZPagingComp.js +25 -0
  115. package/other/z-paging/components/z-paging/js/modules/back-to-top.js +125 -0
  116. package/other/z-paging/components/z-paging/js/modules/chat-record-mode.js +149 -0
  117. package/other/z-paging/components/z-paging/js/modules/common-layout.js +152 -0
  118. package/other/z-paging/components/z-paging/js/modules/data-handle.js +736 -0
  119. package/other/z-paging/components/z-paging/js/modules/empty.js +144 -0
  120. package/other/z-paging/components/z-paging/js/modules/i18n.js +113 -0
  121. package/other/z-paging/components/z-paging/js/modules/load-more.js +374 -0
  122. package/other/z-paging/components/z-paging/js/modules/loading.js +95 -0
  123. package/other/z-paging/components/z-paging/js/modules/nvue.js +268 -0
  124. package/other/z-paging/components/z-paging/js/modules/refresher.js +831 -0
  125. package/other/z-paging/components/z-paging/js/modules/scroller.js +550 -0
  126. package/other/z-paging/components/z-paging/js/modules/virtual-list.js +555 -0
  127. package/other/z-paging/components/z-paging/js/z-paging-constant.js +19 -0
  128. package/other/z-paging/components/z-paging/js/z-paging-enum.js +45 -0
  129. package/other/z-paging/components/z-paging/js/z-paging-interceptor.js +97 -0
  130. package/other/z-paging/components/z-paging/js/z-paging-main.js +515 -0
  131. package/other/z-paging/components/z-paging/js/z-paging-mixin.js +22 -0
  132. package/other/z-paging/components/z-paging/js/z-paging-static.js +13 -0
  133. package/other/z-paging/components/z-paging/js/z-paging-utils.js +302 -0
  134. package/other/z-paging/components/z-paging/wxs/z-paging-renderjs.js +67 -0
  135. package/other/z-paging/components/z-paging/wxs/z-paging-wxs.wxs +382 -0
  136. package/other/z-paging/components/z-paging/z-paging.vue +538 -0
  137. package/other/z-paging/components/z-paging-cell/z-paging-cell.vue +47 -0
  138. package/other/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue +209 -0
  139. package/other/z-paging/components/z-paging-swiper/z-paging-swiper.vue +176 -0
  140. package/other/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue +171 -0
  141. package/other/z-paging/package.json +89 -0
  142. package/other/z-paging/readme.md +57 -0
  143. package/other/z-paging/types/comps/_common.d.ts +9 -0
  144. package/other/z-paging/types/comps/z-paging-cell.d.ts +29 -0
  145. package/other/z-paging/types/comps/z-paging-empty-view.d.ts +95 -0
  146. package/other/z-paging/types/comps/z-paging-swiper-item.d.ts +95 -0
  147. package/other/z-paging/types/comps/z-paging-swiper.d.ts +89 -0
  148. package/other/z-paging/types/comps/z-paging.d.ts +2083 -0
  149. package/other/z-paging/types/comps.d.ts +11 -0
  150. package/other/z-paging/types/index.d.ts +24 -0
  151. package/package.json +7 -7
  152. package/plugins/tui-validation.js +279 -0
  153. package/plugins/uni-async.js +28 -0
  154. package/ui-cv/components/cv-draw-gesture-lock/cv-draw-gesture-lock.vue +39 -1
  155. package/ui-cv/components/cv-draw-qrcode/cv-draw-qrcode.vue +18 -14
  156. package/ui-cv/components/cv-geo-region/mpvueCityPicker.vue +77 -1
  157. package/ui-cv/components/cv-lists-base/cv-lists-base.vue +2 -2
  158. package/ui-cv/components/cv-tab-lists/cv-tab-lists.vue +2 -2
  159. package/ui-fireui/components/u-icon/u-icon.vue +63 -1
  160. package/ui-sdks/qiun-data-charts/changelog.md +320 -0
  161. package/ui-sdks/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +1618 -0
  162. package/ui-sdks/qiun-data-charts/components/qiun-error/qiun-error.vue +46 -0
  163. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading1.vue +162 -0
  164. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading2.vue +170 -0
  165. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading3.vue +173 -0
  166. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading4.vue +222 -0
  167. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading5.vue +229 -0
  168. package/ui-sdks/qiun-data-charts/components/qiun-loading/qiun-loading.vue +36 -0
  169. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-echarts.js +422 -0
  170. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +606 -0
  171. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/readme.md +5 -0
  172. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.js +7706 -0
  173. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +18 -0
  174. package/ui-sdks/qiun-data-charts/license.md +201 -0
  175. package/ui-sdks/qiun-data-charts/package.json +80 -0
  176. package/ui-sdks/qiun-data-charts/readme.md +84 -0
  177. package/ui-sdks/qiun-data-charts/static/app-plus/echarts.min.js +23 -0
  178. package/ui-sdks/qiun-data-charts/static/h5/echarts.min.js +23 -0
  179. package/ui-sdks/tui-clipboard/tui-clipboard.js +53 -0
  180. package/uni-ui/lib/uni-badge/changelog.md +33 -0
  181. package/uni-ui/lib/uni-badge/package.json +107 -0
  182. package/uni-ui/lib/uni-badge/readme.md +8 -0
  183. package/uni-ui/lib/uni-badge/uni-badge.vue +87 -4
  184. package/uni-ui/lib/uni-breadcrumb/changelog.md +6 -0
  185. package/uni-ui/lib/uni-breadcrumb/package.json +104 -0
  186. package/uni-ui/lib/uni-breadcrumb/readme.md +66 -0
  187. package/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue +8 -1
  188. package/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue +38 -1
  189. package/uni-ui/lib/uni-calendar/calendar.js +0 -2
  190. package/uni-ui/lib/uni-calendar/changelog.md +30 -0
  191. package/uni-ui/lib/uni-calendar/package.json +105 -0
  192. package/uni-ui/lib/uni-calendar/readme.md +103 -0
  193. package/uni-ui/lib/uni-calendar/uni-calendar-item.vue +83 -1
  194. package/uni-ui/lib/uni-calendar/uni-calendar.vue +206 -8
  195. package/uni-ui/lib/uni-calendar/util.js +1 -1
  196. package/uni-ui/lib/uni-card/changelog.md +26 -0
  197. package/uni-ui/lib/uni-card/package.json +107 -0
  198. package/uni-ui/lib/uni-card/readme.md +10 -0
  199. package/uni-ui/lib/uni-card/uni-card.vue +127 -4
  200. package/uni-ui/lib/uni-col/uni-col.vue +2155 -2
  201. package/uni-ui/lib/uni-collapse/changelog.md +48 -0
  202. package/uni-ui/lib/uni-collapse/package.json +106 -0
  203. package/uni-ui/lib/uni-collapse/readme.md +11 -0
  204. package/uni-ui/lib/uni-collapse/uni-collapse.vue +13 -1
  205. package/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue +127 -2
  206. package/uni-ui/lib/uni-combox/changelog.md +17 -0
  207. package/uni-ui/lib/uni-combox/package.json +107 -0
  208. package/uni-ui/lib/uni-combox/readme.md +10 -0
  209. package/uni-ui/lib/uni-combox/uni-combox.vue +145 -19
  210. package/uni-ui/lib/uni-countdown/changelog.md +30 -0
  211. package/uni-ui/lib/uni-countdown/package.json +105 -0
  212. package/uni-ui/lib/uni-countdown/readme.md +9 -0
  213. package/uni-ui/lib/uni-countdown/uni-countdown.vue +43 -16
  214. package/uni-ui/lib/uni-data-checkbox/changelog.md +51 -0
  215. package/uni-ui/lib/uni-data-checkbox/package.json +107 -0
  216. package/uni-ui/lib/uni-data-checkbox/readme.md +17 -0
  217. package/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue +326 -5
  218. package/uni-ui/lib/uni-data-picker/changelog.md +81 -0
  219. package/uni-ui/lib/uni-data-picker/package.json +109 -0
  220. package/uni-ui/lib/uni-data-picker/readme.md +21 -0
  221. package/uni-ui/lib/uni-data-picker/uni-data-picker.uvue +380 -0
  222. package/uni-ui/lib/uni-data-picker/uni-data-picker.vue +52 -4
  223. package/uni-ui/lib/uni-data-pickerview/loading.uts +1 -0
  224. package/uni-ui/lib/uni-data-pickerview/uni-data-picker.js +150 -157
  225. package/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts +693 -0
  226. package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css +76 -0
  227. package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue +69 -0
  228. package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue +163 -1
  229. package/uni-ui/lib/uni-data-select/changelog.md +51 -0
  230. package/uni-ui/lib/uni-data-select/package.json +106 -0
  231. package/uni-ui/lib/uni-data-select/readme.md +7 -0
  232. package/uni-ui/lib/uni-data-select/uni-data-select.vue +555 -45
  233. package/uni-ui/lib/uni-dateformat/changelog.md +10 -0
  234. package/uni-ui/lib/uni-dateformat/package.json +107 -0
  235. package/uni-ui/lib/uni-dateformat/readme.md +10 -0
  236. package/uni-ui/lib/uni-dateformat/uni-dateformat.vue +2 -0
  237. package/uni-ui/lib/uni-datetime-picker/calendar-item.vue +113 -1
  238. package/uni-ui/lib/uni-datetime-picker/calendar.vue +340 -20
  239. package/uni-ui/lib/uni-datetime-picker/changelog.md +177 -0
  240. package/uni-ui/lib/uni-datetime-picker/keypress.js +45 -0
  241. package/uni-ui/lib/uni-datetime-picker/package.json +107 -0
  242. package/uni-ui/lib/uni-datetime-picker/readme.md +20 -0
  243. package/uni-ui/lib/uni-datetime-picker/time-picker.vue +200 -8
  244. package/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue +287 -9
  245. package/uni-ui/lib/uni-datetime-picker/util.js +102 -85
  246. package/uni-ui/lib/uni-drawer/changelog.md +13 -0
  247. package/uni-ui/lib/uni-drawer/package.json +106 -0
  248. package/uni-ui/lib/uni-drawer/readme.md +9 -0
  249. package/uni-ui/lib/uni-drawer/uni-drawer.vue +72 -2
  250. package/uni-ui/lib/uni-easyinput/changelog.md +121 -0
  251. package/uni-ui/lib/uni-easyinput/common.js +0 -2
  252. package/uni-ui/lib/uni-easyinput/package.json +107 -0
  253. package/uni-ui/lib/uni-easyinput/readme.md +10 -0
  254. package/uni-ui/lib/uni-easyinput/uni-easyinput.vue +247 -5
  255. package/uni-ui/lib/uni-fab/changelog.md +25 -0
  256. package/uni-ui/lib/uni-fab/package.json +107 -0
  257. package/uni-ui/lib/uni-fab/readme.md +8 -0
  258. package/uni-ui/lib/uni-fab/uni-fab.vue +255 -2
  259. package/uni-ui/lib/uni-fav/changelog.md +19 -0
  260. package/uni-ui/lib/uni-fav/package.json +106 -0
  261. package/uni-ui/lib/uni-fav/readme.md +9 -0
  262. package/uni-ui/lib/uni-fav/uni-fav.vue +45 -1
  263. package/uni-ui/lib/uni-file-picker/changelog.md +91 -0
  264. package/uni-ui/lib/uni-file-picker/choose-and-upload-file.js +67 -4
  265. package/uni-ui/lib/uni-file-picker/package.json +105 -0
  266. package/uni-ui/lib/uni-file-picker/readme.md +10 -0
  267. package/uni-ui/lib/uni-file-picker/uni-file-picker.vue +42 -22
  268. package/uni-ui/lib/uni-file-picker/upload-file.vue +152 -1
  269. package/uni-ui/lib/uni-file-picker/upload-image.vue +107 -5
  270. package/uni-ui/lib/uni-forms/changelog.md +100 -0
  271. package/uni-ui/lib/uni-forms/package.json +107 -0
  272. package/uni-ui/lib/uni-forms/readme.md +22 -0
  273. package/uni-ui/lib/uni-forms/uni-forms.vue +30 -3
  274. package/uni-ui/lib/uni-forms-item/uni-forms-item.vue +181 -6
  275. package/uni-ui/lib/uni-goods-nav/changelog.md +18 -0
  276. package/uni-ui/lib/uni-goods-nav/package.json +105 -0
  277. package/uni-ui/lib/uni-goods-nav/readme.md +9 -0
  278. package/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue +124 -1
  279. package/uni-ui/lib/uni-grid/changelog.md +13 -0
  280. package/uni-ui/lib/uni-grid/package.json +106 -0
  281. package/uni-ui/lib/uni-grid/readme.md +10 -0
  282. package/uni-ui/lib/uni-grid/uni-grid.vue +36 -2
  283. package/uni-ui/lib/uni-grid-item/uni-grid-item.vue +57 -2
  284. package/uni-ui/lib/uni-group/changelog.md +16 -0
  285. package/uni-ui/lib/uni-group/package.json +106 -0
  286. package/uni-ui/lib/uni-group/readme.md +8 -0
  287. package/uni-ui/lib/uni-group/uni-group.vue +50 -1
  288. package/uni-ui/lib/uni-icons/changelog.md +22 -0
  289. package/uni-ui/lib/uni-icons/package.json +77 -8
  290. package/uni-ui/lib/uni-icons/readme.md +0 -1
  291. package/uni-ui/lib/uni-icons/uni-icons.uvue +91 -0
  292. package/uni-ui/lib/uni-icons/uni-icons.vue +37 -13
  293. package/uni-ui/lib/uni-icons/uniicons.css +32 -31
  294. package/uni-ui/lib/uni-icons/uniicons.ttf +0 -0
  295. package/uni-ui/lib/uni-icons/uniicons_file.ts +664 -0
  296. package/uni-ui/lib/uni-icons/uniicons_file_vue.js +649 -0
  297. package/uni-ui/lib/uni-indexed-list/changelog.md +19 -0
  298. package/uni-ui/lib/uni-indexed-list/package.json +107 -0
  299. package/uni-ui/lib/uni-indexed-list/readme.md +10 -0
  300. package/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue +90 -2
  301. package/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue +91 -3
  302. package/uni-ui/lib/uni-link/changelog.md +17 -0
  303. package/uni-ui/lib/uni-link/package.json +106 -0
  304. package/uni-ui/lib/uni-link/readme.md +10 -0
  305. package/uni-ui/lib/uni-link/uni-link.vue +3 -0
  306. package/uni-ui/lib/uni-list/changelog.md +52 -0
  307. package/uni-ui/lib/uni-list/package.json +108 -0
  308. package/uni-ui/lib/uni-list/readme.md +44 -0
  309. package/uni-ui/lib/uni-list/uni-list.vue +44 -1
  310. package/uni-ui/lib/uni-list/uni-refresh.vue +2 -0
  311. package/uni-ui/lib/uni-list/uni-refresh.wxs +1 -1
  312. package/uni-ui/lib/uni-list-ad/uni-list-ad.vue +33 -1
  313. package/uni-ui/lib/uni-list-chat/uni-list-chat.vue +265 -1
  314. package/uni-ui/lib/uni-list-item/uni-list-item.vue +185 -1
  315. package/uni-ui/lib/uni-load-more/changelog.md +27 -0
  316. package/uni-ui/lib/uni-load-more/package.json +105 -0
  317. package/uni-ui/lib/uni-load-more/readme.md +12 -0
  318. package/uni-ui/lib/uni-load-more/uni-load-more.vue +252 -1
  319. package/uni-ui/lib/uni-nav-bar/changelog.md +64 -0
  320. package/uni-ui/lib/uni-nav-bar/package.json +106 -0
  321. package/uni-ui/lib/uni-nav-bar/readme.md +13 -0
  322. package/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue +199 -5
  323. package/uni-ui/lib/uni-nav-bar/uni-status-bar.vue +11 -1
  324. package/uni-ui/lib/uni-notice-bar/changelog.md +22 -0
  325. package/uni-ui/lib/uni-notice-bar/package.json +107 -0
  326. package/uni-ui/lib/uni-notice-bar/readme.md +11 -0
  327. package/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue +136 -8
  328. package/uni-ui/lib/uni-number-box/changelog.md +39 -0
  329. package/uni-ui/lib/uni-number-box/package.json +104 -0
  330. package/uni-ui/lib/uni-number-box/readme.md +11 -0
  331. package/uni-ui/lib/uni-number-box/uni-number-box.vue +73 -4
  332. package/uni-ui/lib/uni-pagination/changelog.md +27 -0
  333. package/uni-ui/lib/uni-pagination/package.json +106 -0
  334. package/uni-ui/lib/uni-pagination/readme.md +10 -0
  335. package/uni-ui/lib/uni-pagination/uni-pagination.vue +157 -1
  336. package/uni-ui/lib/uni-popup/changelog.md +102 -0
  337. package/uni-ui/lib/uni-popup/package.json +107 -0
  338. package/uni-ui/lib/uni-popup/readme.md +15 -0
  339. package/uni-ui/lib/uni-popup/uni-popup.uvue +90 -0
  340. package/uni-ui/lib/uni-popup/uni-popup.vue +108 -15
  341. package/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue +167 -11
  342. package/uni-ui/lib/uni-popup-message/uni-popup-message.vue +70 -1
  343. package/uni-ui/lib/uni-popup-share/uni-popup-share.vue +87 -6
  344. package/uni-ui/lib/uni-rate/changelog.md +27 -0
  345. package/uni-ui/lib/uni-rate/package.json +106 -0
  346. package/uni-ui/lib/uni-rate/readme.md +11 -0
  347. package/uni-ui/lib/uni-rate/uni-rate.vue +64 -29
  348. package/uni-ui/lib/uni-row/changelog.md +10 -0
  349. package/uni-ui/lib/uni-row/package.json +106 -0
  350. package/uni-ui/lib/uni-row/readme.md +9 -0
  351. package/uni-ui/lib/uni-row/uni-row.vue +66 -1
  352. package/uni-ui/lib/uni-row/uni-row2.vue +144 -0
  353. package/uni-ui/lib/uni-scss/package.json +56 -39
  354. package/uni-ui/lib/uni-scss/readme.md +0 -1
  355. package/uni-ui/lib/uni-search-bar/changelog.md +47 -0
  356. package/uni-ui/lib/uni-search-bar/package.json +106 -0
  357. package/uni-ui/lib/uni-search-bar/readme.md +12 -0
  358. package/uni-ui/lib/uni-search-bar/uni-search-bar.vue +85 -4
  359. package/uni-ui/lib/uni-section/changelog.md +2 -0
  360. package/uni-ui/lib/uni-section/package.json +104 -0
  361. package/uni-ui/lib/uni-section/readme.md +7 -0
  362. package/uni-ui/lib/uni-section/uni-section.vue +61 -1
  363. package/uni-ui/lib/uni-segmented-control/changelog.md +15 -0
  364. package/uni-ui/lib/uni-segmented-control/package.json +106 -0
  365. package/uni-ui/lib/uni-segmented-control/readme.md +11 -0
  366. package/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue +67 -5
  367. package/uni-ui/lib/uni-status-bar/uni-status-bar.vue +3 -1
  368. package/uni-ui/lib/uni-steps/changelog.md +18 -0
  369. package/uni-ui/lib/uni-steps/package.json +106 -0
  370. package/uni-ui/lib/uni-steps/readme.md +11 -0
  371. package/uni-ui/lib/uni-steps/uni-steps.vue +201 -7
  372. package/uni-ui/lib/uni-swipe-action/changelog.md +60 -0
  373. package/uni-ui/lib/uni-swipe-action/package.json +113 -0
  374. package/uni-ui/lib/uni-swipe-action/readme.md +10 -0
  375. package/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue +60 -1
  376. package/uni-ui/lib/uni-swipe-action-item/bindingx.js +286 -282
  377. package/uni-ui/lib/uni-swipe-action-item/mpwxs.js +1 -1
  378. package/uni-ui/lib/uni-swipe-action-item/render.js +21 -14
  379. package/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue +139 -18
  380. package/uni-ui/lib/uni-swipe-action-item/wx.wxs +10 -2
  381. package/uni-ui/lib/uni-swiper-dot/changelog.md +12 -0
  382. package/uni-ui/lib/uni-swiper-dot/package.json +106 -0
  383. package/uni-ui/lib/uni-swiper-dot/readme.md +10 -0
  384. package/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue +98 -2
  385. package/uni-ui/lib/uni-table/changelog.md +35 -0
  386. package/uni-ui/lib/uni-table/i18n/en.json +9 -0
  387. package/uni-ui/lib/uni-table/i18n/es.json +9 -0
  388. package/uni-ui/lib/uni-table/i18n/fr.json +9 -0
  389. package/uni-ui/lib/uni-table/i18n/index.js +12 -0
  390. package/uni-ui/lib/uni-table/i18n/zh-Hans.json +9 -0
  391. package/uni-ui/lib/uni-table/i18n/zh-Hant.json +9 -0
  392. package/uni-ui/lib/uni-table/package.json +106 -0
  393. package/uni-ui/lib/uni-table/readme.md +11 -0
  394. package/uni-ui/lib/uni-table/uni-table.vue +162 -1
  395. package/uni-ui/lib/uni-tag/changelog.md +25 -0
  396. package/uni-ui/lib/uni-tag/package.json +106 -0
  397. package/uni-ui/lib/uni-tag/readme.md +11 -0
  398. package/uni-ui/lib/uni-tag/uni-tag.vue +111 -3
  399. package/uni-ui/lib/uni-tbody/uni-tbody.vue +1 -1
  400. package/uni-ui/lib/uni-td/uni-td.vue +19 -1
  401. package/uni-ui/lib/uni-th/filter-dropdown.vue +224 -2
  402. package/uni-ui/lib/uni-th/uni-th.vue +82 -1
  403. package/uni-ui/lib/uni-thead/uni-thead.vue +53 -2
  404. package/uni-ui/lib/uni-title/changelog.md +10 -0
  405. package/uni-ui/lib/uni-title/package.json +107 -0
  406. package/uni-ui/lib/uni-title/readme.md +12 -0
  407. package/uni-ui/lib/uni-title/uni-title.vue +1 -1
  408. package/uni-ui/lib/uni-tooltip/changelog.md +16 -0
  409. package/uni-ui/lib/uni-tooltip/package.json +104 -0
  410. package/uni-ui/lib/uni-tooltip/readme.md +7 -0
  411. package/uni-ui/lib/uni-tooltip/uni-tooltip.vue +1 -1
  412. package/uni-ui/lib/uni-tr/table-checkbox.vue +85 -1
  413. package/uni-ui/lib/uni-tr/uni-tr.vue +45 -3
  414. package/uni-ui/lib/uni-transition/changelog.md +31 -0
  415. package/uni-ui/lib/uni-transition/package.json +112 -0
  416. package/uni-ui/lib/uni-transition/readme.md +10 -0
  417. package/uni-ui/lib/uni-transition/uni-transition.vue +36 -32
  418. package/uni-ui/lib/uni-ui/changelog.md +639 -0
  419. package/uni-ui/lib/uni-ui/package.json +148 -0
  420. package/uni-ui/lib/uni-ui/readme.md +247 -0
  421. package/uni-ui/lib/uni-ui/uni-ui.vue +7 -0
  422. package/uni-ui/package.json +1 -1
  423. package/uview-plus/components/u-action-sheet/u-action-sheet.vue +56 -1
  424. package/uview-plus/components/u-action-sheet-data/u-action-sheet-data.vue +10 -1
  425. package/uview-plus/components/u-agreement/u-agreement.vue +14 -3
  426. package/uview-plus/components/u-album/u-album.vue +29 -1
  427. package/uview-plus/components/u-alert/u-alert.vue +96 -1
  428. package/uview-plus/components/u-avatar/u-avatar.vue +21 -1
  429. package/uview-plus/components/u-avatar-group/u-avatar-group.vue +28 -1
  430. package/uview-plus/components/u-back-top/u-back-top.vue +16 -1
  431. package/uview-plus/components/u-badge/u-badge.vue +57 -1
  432. package/uview-plus/components/u-box/u-box.vue +101 -3
  433. package/uview-plus/components/u-button/u-button.vue +196 -3
  434. package/uview-plus/components/u-calendar/header.vue +59 -3
  435. package/uview-plus/components/u-calendar/month.vue +1 -3
  436. package/uview-plus/components/u-calendar/u-calendar.vue +3 -1
  437. package/uview-plus/components/u-calendar-wu/u-calendar-wu.vue +196 -1
  438. package/uview-plus/components/u-car-keyboard/u-car-keyboard.vue +70 -1
  439. package/uview-plus/components/u-card/u-card.vue +34 -1
  440. package/uview-plus/components/u-cascader/u-cascader.vue +16 -1
  441. package/uview-plus/components/u-cate-tab/u-cate-tab.vue +387 -3
  442. package/uview-plus/components/u-cell/u-cell.vue +113 -1
  443. package/uview-plus/components/u-cell-group/u-cell-group.vue +14 -1
  444. package/uview-plus/components/u-checkbox/u-checkbox.vue +77 -1
  445. package/uview-plus/components/u-checkbox-group/u-checkbox-group.vue +12 -1
  446. package/uview-plus/components/u-choose/u-choose.vue +15 -3
  447. package/uview-plus/components/u-circle-progress/u-circle-progress.vue +69 -1
  448. package/{ui-fireui copy/components/u-circular-progress/u-circular-progress.vue → uview-plus/components/u-circular-progress/u-circular-progress.vue} +1 -1
  449. package/uview-plus/components/u-city-locate/u-city-locate.vue +161 -1
  450. package/uview-plus/components/u-code-input/u-code-input.vue +68 -1
  451. package/uview-plus/components/u-col/u-col.vue +50 -1
  452. package/uview-plus/components/u-collapse-item/u-collapse-item.vue +10 -1
  453. package/uview-plus/components/u-color-picker/u-color-picker.vue +260 -1
  454. package/uview-plus/components/u-column-notice/u-column-notice.vue +37 -1
  455. package/uview-plus/components/u-count-down/u-count-down.vue +5 -1
  456. package/uview-plus/components/u-count-to/u-count-to.vue +6 -1
  457. package/uview-plus/components/u-coupon/u-coupon.vue +214 -1
  458. package/uview-plus/components/u-cropper/u-cropper.vue +1319 -1
  459. package/uview-plus/components/u-datetime-picker/u-datetime-picker.vue +26 -1
  460. package/uview-plus/components/u-divider/u-divider.vue +17 -1
  461. package/uview-plus/components/u-dragsort/u-dragsort.vue +40 -1
  462. package/uview-plus/components/u-dropdown/u-dropdown.vue +66 -1
  463. package/uview-plus/components/u-dropdown-item/u-dropdown-item.vue +3 -1
  464. package/{ui-fireui → uview-plus}/components/u-dropdown-list/u-dropdown-list.vue +1 -1
  465. package/uview-plus/components/u-empty/u-empty.vue +43 -32
  466. package/{ui-fireui copy/components/u-fab/u-fab.vue → uview-plus/components/u-fab/u-fab.vue} +1 -1
  467. package/uview-plus/components/u-float-button/u-float-button.vue +15 -1
  468. package/{ui-fireui → uview-plus}/components/u-footer/u-footer.vue +1 -1
  469. package/uview-plus/components/u-form-base/form.js +22 -0
  470. package/uview-plus/components/u-form-base/props.js +47 -0
  471. package/uview-plus/components/u-form-base/u-form.vue +243 -0
  472. package/uview-plus/components/u-form-item/u-form-item.vue +82 -1
  473. package/uview-plus/components/u-goods-sku/u-goods-sku.vue +100 -1
  474. package/uview-plus/components/u-grid/u-grid.vue +0 -2
  475. package/uview-plus/components/u-grid-item/u-grid-item.vue +30 -1
  476. package/uview-plus/components/u-icon/u-icon.vue +63 -1
  477. package/uview-plus/components/u-image/u-image.vue +25 -1
  478. package/{ui-fireui → uview-plus}/components/u-image-cropper/u-image-cropper.vue +1 -1
  479. package/{ui-fireui copy/components/u-image-group/u-image-group.vue → uview-plus/components/u-image-group/u-image-group.vue} +1 -1
  480. package/uview-plus/components/u-index-anchor/u-index-anchor.vue +22 -1
  481. package/uview-plus/components/u-index-list/u-index-list.vue +51 -1
  482. package/uview-plus/components/u-input/u-input.vue +65 -1
  483. package/uview-plus/components/u-keyboard/u-keyboard.vue +26 -1
  484. package/uview-plus/components/u-lazy-load/u-lazy-load.vue +12 -1
  485. package/uview-plus/components/u-line/u-line.vue +5 -1
  486. package/uview-plus/components/u-line-progress/u-line-progress.vue +38 -1
  487. package/uview-plus/components/u-link/u-link.vue +11 -1
  488. package/uview-plus/components/u-list/u-list.vue +6 -1
  489. package/uview-plus/components/u-list-item/u-list-item.vue +2 -1
  490. package/uview-plus/components/u-loading-icon/u-loading-icon.vue +138 -1
  491. package/uview-plus/components/u-loading-page/u-loading-page.vue +33 -1
  492. package/uview-plus/components/u-loadmore/u-loadmore.vue +29 -1
  493. package/uview-plus/components/u-markdown/u-markdown.vue +188 -1
  494. package/uview-plus/components/u-message-input/u-message-input.vue +115 -1
  495. package/uview-plus/components/u-modal/u-modal.vue +65 -1
  496. package/uview-plus/components/u-navbar/u-navbar.vue +52 -1
  497. package/uview-plus/components/u-navbar-mini/u-navbar-mini.vue +34 -1
  498. package/uview-plus/components/u-no-network/u-no-network.vue +38 -1
  499. package/uview-plus/components/u-notice-bar/u-notice-bar.vue +5 -1
  500. package/uview-plus/components/u-notify/u-notify.vue +28 -1
  501. package/uview-plus/components/u-number-box/u-number-box.vue +60 -2
  502. package/uview-plus/components/u-number-keyboard/u-number-keyboard.vue +45 -1
  503. package/uview-plus/components/u-overlay/u-overlay.vue +8 -1
  504. package/uview-plus/components/u-pagination/u-pagination.vue +255 -1
  505. package/uview-plus/components/u-parse/node/node.vue +319 -129
  506. package/uview-plus/components/u-pdf-reader/u-pdf-reader.vue +2 -1
  507. package/uview-plus/components/u-picker/u-picker.vue +58 -1
  508. package/uview-plus/components/u-picker-data/u-picker-data.vue +11 -1
  509. package/uview-plus/components/u-popover/u-popover.vue +8 -1
  510. package/uview-plus/components/u-popup/u-popup.vue +87 -1
  511. package/uview-plus/components/u-popup-wu/u-popup-wu.vue +2 -2
  512. package/uview-plus/components/u-poster/u-poster.vue +22 -1
  513. package/uview-plus/components/u-pull-refresh/u-pull-refresh.vue +51 -1
  514. package/uview-plus/components/u-qrcode/u-qrcode.vue +32 -1
  515. package/uview-plus/components/u-radio/u-radio.vue +77 -1
  516. package/uview-plus/components/u-radio-group/u-radio-group.vue +15 -1
  517. package/uview-plus/components/u-rate/u-rate.vue +32 -1
  518. package/uview-plus/components/u-read-more/u-read-more.vue +23 -1
  519. package/uview-plus/components/u-row/u-row.vue +6 -1
  520. package/uview-plus/components/u-row-notice/u-row-notice.vue +50 -1
  521. package/uview-plus/components/u-safe-bottom/u-safe-bottom.vue +5 -1
  522. package/uview-plus/components/u-scroll-list/u-scroll-list.vue +35 -1
  523. package/uview-plus/components/u-search/u-search.vue +87 -1
  524. package/uview-plus/components/u-select/u-select.vue +51 -1
  525. package/uview-plus/components/u-short-video/u-short-video.vue +118 -1
  526. package/uview-plus/components/u-signature/u-signature.vue +71 -1
  527. package/uview-plus/components/u-skeleton/u-skeleton.vue +52 -1
  528. package/uview-plus/components/u-sku-wu/u-sku-wu.vue +271 -1
  529. package/uview-plus/components/u-slider/nvue.js +165 -178
  530. package/uview-plus/components/u-slider/u-slider.vue +69 -1
  531. package/uview-plus/components/u-status-bar/u-status-bar.vue +6 -1
  532. package/uview-plus/components/u-steps/u-steps.vue +20 -1
  533. package/uview-plus/components/u-steps-item/u-steps-item.vue +112 -1
  534. package/uview-plus/components/u-sticky/u-sticky.vue +6 -1
  535. package/uview-plus/components/u-subsection/u-subsection.vue +101 -1
  536. package/uview-plus/components/u-swipe-action-item/u-swipe-action-item.vue +51 -1
  537. package/uview-plus/components/u-swiper/u-swiper.vue +50 -1
  538. package/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue +26 -1
  539. package/uview-plus/components/u-switch/u-switch.vue +47 -1
  540. package/uview-plus/components/u-tabbar/u-tabbar.vue +29 -1
  541. package/uview-plus/components/u-tabbar-item/u-tabbar-item.vue +59 -1
  542. package/uview-plus/components/u-table2/tableRow.vue +361 -1
  543. package/uview-plus/components/u-table2/u-table2.vue +763 -1
  544. package/uview-plus/components/u-tabs/u-tabs.vue +62 -1
  545. package/uview-plus/components/u-tag/u-tag.vue +169 -1
  546. package/uview-plus/components/u-td/u-td.vue +14 -1
  547. package/uview-plus/components/u-text/u-text.vue +50 -1
  548. package/uview-plus/components/u-textarea/u-textarea.vue +35 -1
  549. package/uview-plus/components/u-th/u-th.vue +13 -1
  550. package/uview-plus/components/u-title/u-title.vue +10 -3
  551. package/uview-plus/components/u-toast/u-toast.vue +67 -1
  552. package/uview-plus/components/u-toolbar/u-toolbar.vue +34 -1
  553. package/uview-plus/components/u-tooltip/u-tooltip.vue +65 -1
  554. package/uview-plus/components/u-tr/u-tr.vue +6 -1
  555. package/uview-plus/components/u-transition/u-transition.vue +98 -1
  556. package/uview-plus/components/u-upload/u-upload.vue +176 -1
  557. package/uview-plus/components/u-view/u-view.vue +2 -1
  558. package/uview-plus/components/u-virtual-list/u-virtual-list.vue +16 -1
  559. package/uview-plus/components/u-waterfall/u-waterfall.vue +28 -1
  560. package/uview-plus/libs/css/color2.scss +32 -0
  561. package/uview-plus/libs/css/variable2.scss +111 -0
  562. package/{plugins → uview-plus/libs/ctocode}/MessageTip.js +6 -6
  563. package/uview-plus/libs/ctocode/wait.js +47 -0
  564. package/uview-plus/libs/mixin/openType2.js +60 -0
  565. package/uview-plus/libs/util/route2.js +126 -0
  566. package/other/style.css +0 -46
  567. package/ui-cv/components/cv-draw-gesture-lock/style.css +0 -39
  568. package/ui-cv/components/cv-geo-region/style.css +0 -77
  569. package/ui-fireui/components/u-circular-progress/u-circular-progress.vue +0 -269
  570. package/ui-fireui/components/u-countdown/u-countdown.vue +0 -301
  571. package/ui-fireui/components/u-fab/u-fab.vue +0 -284
  572. package/ui-fireui/components/u-icon/style.css +0 -63
  573. package/ui-fireui/components/u-image-group/u-image-group.vue +0 -149
  574. package/ui-fireui copy/components/u-action-sheet/u-action-sheet.vue +0 -202
  575. package/ui-fireui copy/components/u-alert/u-alert.vue +0 -141
  576. package/ui-fireui copy/components/u-badge/u-badge.vue +0 -158
  577. package/ui-fireui copy/components/u-bottom-navigation/u-bottom-navigation.vue +0 -391
  578. package/ui-fireui copy/components/u-bottom-popup/u-bottom-popup.vue +0 -101
  579. package/ui-fireui copy/components/u-bubble-popup/u-bubble-popup.vue +0 -240
  580. package/ui-fireui copy/components/u-button/u-button.vue +0 -424
  581. package/ui-fireui copy/components/u-button/u-button2.vue +0 -553
  582. package/ui-fireui copy/components/u-calendar/u-calendar.js +0 -915
  583. package/ui-fireui copy/components/u-calendar/u-calendar.vue +0 -868
  584. package/ui-fireui copy/components/u-calendar/u-calendar2.vue +0 -801
  585. package/ui-fireui copy/components/u-card/u-card.vue +0 -231
  586. package/ui-fireui copy/components/u-cascade-selection/u-cascade-selection.vue +0 -538
  587. package/ui-fireui copy/components/u-collapse/u-collapse.vue +0 -179
  588. package/ui-fireui copy/components/u-datetime/u-datetime.vue +0 -570
  589. package/ui-fireui copy/components/u-divider/u-divider.vue +0 -118
  590. package/ui-fireui copy/components/u-drawer/u-drawer.vue +0 -103
  591. package/ui-fireui copy/components/u-dropdown-list/u-dropdown-list.vue +0 -75
  592. package/ui-fireui copy/components/u-footer/u-footer.vue +0 -135
  593. package/ui-fireui copy/components/u-grid/u-grid.vue +0 -50
  594. package/ui-fireui copy/components/u-grid-item/u-grid-item.vue +0 -142
  595. package/ui-fireui copy/components/u-icon/icons.js +0 -214
  596. package/ui-fireui copy/components/u-icon/props.js +0 -92
  597. package/ui-fireui copy/components/u-icon/style.css +0 -63
  598. package/ui-fireui copy/components/u-icon/style.scss +0 -1066
  599. package/ui-fireui copy/components/u-icon/u-icon.vue +0 -117
  600. package/ui-fireui copy/components/u-icon/u-icon2.vue +0 -149
  601. package/ui-fireui copy/components/u-icon/util.js +0 -68
  602. package/ui-fireui copy/components/u-image-cropper/u-image-cropper.vue +0 -1058
  603. package/ui-fireui copy/components/u-keyboard/u-keyboard.vue +0 -251
  604. package/ui-fireui copy/components/u-keyboard-input/u-keyboard-input.vue +0 -78
  605. package/ui-fireui copy/components/u-list-cell/u-list-cell.vue +0 -178
  606. package/ui-fireui copy/components/u-list-view/u-list-view.vue +0 -87
  607. package/ui-fireui copy/components/u-loading/u-loading.vue +0 -78
  608. package/ui-fireui copy/components/u-loadmore/u-loadmore.vue +0 -163
  609. package/ui-fireui copy/components/u-modal/u-modal.vue +0 -392
  610. package/ui-fireui copy/components/u-navigation-bar/u-navigation-bar.vue +0 -181
  611. package/ui-fireui copy/components/u-no-data/u-no-data.vue +0 -116
  612. package/ui-fireui copy/components/u-nomore/u-nomore.vue +0 -116
  613. package/ui-fireui copy/components/u-numberbox/u-numberbox.vue +0 -234
  614. package/ui-fireui copy/components/u-numberbox-border/u-numberbox-border.vue +0 -232
  615. package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.vue +0 -682
  616. package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.wxs +0 -582
  617. package/ui-fireui copy/components/u-round-progress/u-round-progress.vue +0 -306
  618. package/ui-fireui copy/components/u-scroll-top/u-scroll-top.vue +0 -189
  619. package/ui-fireui copy/components/u-share-model/u-share-model.vue +0 -181
  620. package/ui-fireui copy/components/u-skeleton/u-skeleton.vue +0 -248
  621. package/ui-fireui copy/components/u-steps/u-steps.vue +0 -214
  622. package/ui-fireui copy/components/u-sticky/u-sticky.vue +0 -155
  623. package/ui-fireui copy/components/u-sticky-wxs/u-sticky-wxs.vue +0 -133
  624. package/ui-fireui copy/components/u-sticky-wxs/u-sticky.wxs +0 -46
  625. package/ui-fireui copy/components/u-swipe-action/u-swipe-action.vue +0 -301
  626. package/ui-fireui copy/components/u-tabbar/u-tabbar.vue +0 -279
  627. package/ui-fireui copy/components/u-tabs/u-tabs.vue +0 -284
  628. package/ui-fireui copy/components/u-tabs2/u-tabs2.vue +0 -284
  629. package/ui-fireui copy/components/u-tag/u-tag.vue +0 -362
  630. package/ui-fireui copy/components/u-time-axis/u-time-axis.vue +0 -36
  631. package/ui-fireui copy/components/u-timeaxis-item/u-timeaxis-item.vue +0 -48
  632. package/ui-fireui copy/components/u-tips/u-tips.vue +0 -161
  633. package/ui-fireui copy/components/u-toast/u-toast.vue +0 -117
  634. package/ui-fireui copy/components/u-top-dropdown/u-top-dropdown.vue +0 -129
  635. package/ui-fireui copy/components/u-upload/u-upload.vue +0 -446
  636. package/ui-fireui copy/components/u-upload2/u-upload.vue +0 -464
  637. package/ui-fireui copy/components/u-uploadsamll/u-uploadsamll.vue +0 -472
  638. package/ui-fireui copy/css/thorui.css +0 -589
  639. package/ui-fireui copy/index.css +0 -1483
  640. package/ui-fireui copy/libs/fui-color-analysis/fui-color-analysis.js +0 -1
  641. package/ui-fireui copy/libs/fui-zh-pinyin/fui-zh-pinyin.js +0 -1
  642. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +0 -241
  643. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +0 -18
  644. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +0 -8
  645. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +0 -17
  646. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +0 -666
  647. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +0 -11
  648. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +0 -21
  649. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +0 -21
  650. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +0 -298
  651. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +0 -142
  652. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +0 -23
  653. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +0 -21
  654. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +0 -21
  655. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +0 -1191
  656. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +0 -22
  657. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +0 -11
  658. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +0 -22
  659. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +0 -22
  660. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +0 -3
  661. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/canvas.js +0 -74
  662. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/image.js +0 -96
  663. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/tool.js +0 -24
  664. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/index.js +0 -47
  665. package/ui-fireui copy/nvue/u-circular-progress/u-circular-progress.nvue +0 -203
  666. package/ui-fireui copy/nvue/u-icon/icons.js +0 -188
  667. package/ui-fireui copy/nvue/u-icon/u-icon.vue +0 -78
  668. package/uni-ui/lib/uni-badge/style.css +0 -81
  669. package/uni-ui/lib/uni-badge/style.scss +0 -106
  670. package/uni-ui/lib/uni-breadcrumb/style.css +0 -3
  671. package/uni-ui/lib/uni-breadcrumb/style.scss +0 -4
  672. package/uni-ui/lib/uni-breadcrumb-item/style.css +0 -30
  673. package/uni-ui/lib/uni-breadcrumb-item/style.scss +0 -40
  674. package/uni-ui/lib/uni-calendar/style.css +0 -167
  675. package/uni-ui/lib/uni-calendar/style.scss +0 -200
  676. package/uni-ui/lib/uni-card/style.css +0 -115
  677. package/uni-ui/lib/uni-card/style.scss +0 -161
  678. package/uni-ui/lib/uni-col/style.css +0 -2145
  679. package/uni-ui/lib/uni-col/style.scss +0 -112
  680. package/uni-ui/lib/uni-collapse/style.css +0 -11
  681. package/uni-ui/lib/uni-collapse/style.scss +0 -12
  682. package/uni-ui/lib/uni-collapse-item/style.css +0 -120
  683. package/uni-ui/lib/uni-collapse-item/style.scss +0 -143
  684. package/uni-ui/lib/uni-combox/style.css +0 -114
  685. package/uni-ui/lib/uni-combox/style.scss +0 -133
  686. package/uni-ui/lib/uni-countdown/style.css +0 -16
  687. package/uni-ui/lib/uni-countdown/style.scss +0 -21
  688. package/uni-ui/lib/uni-data-checkbox/style.css +0 -302
  689. package/uni-ui/lib/uni-data-checkbox/style.scss +0 -366
  690. package/uni-ui/lib/uni-data-pickerview/style.css +0 -134
  691. package/uni-ui/lib/uni-data-pickerview/style.scss +0 -154
  692. package/uni-ui/lib/uni-data-select/style.css +0 -181
  693. package/uni-ui/lib/uni-data-select/style.scss +0 -213
  694. package/uni-ui/lib/uni-datetime-picker/style.css +0 -188
  695. package/uni-ui/lib/uni-datetime-picker/style.scss +0 -218
  696. package/uni-ui/lib/uni-drawer/style.css +0 -63
  697. package/uni-ui/lib/uni-drawer/style.scss +0 -77
  698. package/uni-ui/lib/uni-easyinput/style.css +0 -126
  699. package/uni-ui/lib/uni-easyinput/style.scss +0 -155
  700. package/uni-ui/lib/uni-fab/style.css +0 -185
  701. package/uni-ui/lib/uni-fab/style.scss +0 -259
  702. package/uni-ui/lib/uni-fav/style.css +0 -39
  703. package/uni-ui/lib/uni-fav/style.scss +0 -45
  704. package/uni-ui/lib/uni-file-picker/style.css +0 -97
  705. package/uni-ui/lib/uni-file-picker/style.scss +0 -110
  706. package/uni-ui/lib/uni-forms-item/style.css +0 -133
  707. package/uni-ui/lib/uni-goods-nav/style.css +0 -100
  708. package/uni-ui/lib/uni-goods-nav/style.scss +0 -122
  709. package/uni-ui/lib/uni-grid/style.css +0 -29
  710. package/uni-ui/lib/uni-grid/style.scss +0 -33
  711. package/uni-ui/lib/uni-grid-item/style.css +0 -49
  712. package/uni-ui/lib/uni-grid-item/style.scss +0 -55
  713. package/uni-ui/lib/uni-group/style.css +0 -36
  714. package/uni-ui/lib/uni-group/style.scss +0 -50
  715. package/uni-ui/lib/uni-icons/icons.js +0 -1169
  716. package/uni-ui/lib/uni-icons/style.css +0 -12
  717. package/uni-ui/lib/uni-icons/style.scss +0 -14
  718. package/uni-ui/lib/uni-indexed-list/style.css +0 -68
  719. package/uni-ui/lib/uni-indexed-list/style.scss +0 -83
  720. package/uni-ui/lib/uni-list/style.css +0 -43
  721. package/uni-ui/lib/uni-list/style.scss +0 -52
  722. package/uni-ui/lib/uni-list-ad/style.css +0 -30
  723. package/uni-ui/lib/uni-list-ad/style.scss +0 -35
  724. package/uni-ui/lib/uni-list-chat/style.css +0 -257
  725. package/uni-ui/lib/uni-list-chat/style.scss +0 -326
  726. package/uni-ui/lib/uni-list-item/style.css +0 -170
  727. package/uni-ui/lib/uni-list-item/style.scss +0 -213
  728. package/uni-ui/lib/uni-load-more/style.css +0 -194
  729. package/uni-ui/lib/uni-load-more/style.scss +0 -244
  730. package/uni-ui/lib/uni-nav-bar/style.css +0 -3
  731. package/uni-ui/lib/uni-nav-bar/style.scss +0 -6
  732. package/uni-ui/lib/uni-notice-bar/style.css +0 -109
  733. package/uni-ui/lib/uni-notice-bar/style.scss +0 -125
  734. package/uni-ui/lib/uni-number-box/style.css +0 -50
  735. package/uni-ui/lib/uni-number-box/style.scss +0 -64
  736. package/uni-ui/lib/uni-pagination/style.css +0 -125
  737. package/uni-ui/lib/uni-pagination/style.scss +0 -154
  738. package/uni-ui/lib/uni-popup/style.css +0 -41
  739. package/uni-ui/lib/uni-popup/style.scss +0 -51
  740. package/uni-ui/lib/uni-popup-dialog/style.css +0 -82
  741. package/uni-ui/lib/uni-popup-dialog/style.scss +0 -98
  742. package/uni-ui/lib/uni-popup-message/style.css +0 -57
  743. package/uni-ui/lib/uni-popup-message/style.scss +0 -69
  744. package/uni-ui/lib/uni-popup-share/style.css +0 -72
  745. package/uni-ui/lib/uni-popup-share/style.scss +0 -81
  746. package/uni-ui/lib/uni-rate/style.css +0 -29
  747. package/uni-ui/lib/uni-rate/style.scss +0 -33
  748. package/uni-ui/lib/uni-row/style.css +0 -58
  749. package/uni-ui/lib/uni-row/style.scss +0 -104
  750. package/uni-ui/lib/uni-search-bar/style.css +0 -59
  751. package/uni-ui/lib/uni-search-bar/style.scss +0 -70
  752. package/uni-ui/lib/uni-section/style.css +0 -55
  753. package/uni-ui/lib/uni-section/style.scss +0 -65
  754. package/uni-ui/lib/uni-segmented-control/style.css +0 -48
  755. package/uni-ui/lib/uni-segmented-control/style.scss +0 -55
  756. package/uni-ui/lib/uni-status-bar/style.css +0 -4
  757. package/uni-ui/lib/uni-steps/style.css +0 -152
  758. package/uni-ui/lib/uni-steps/style.scss +0 -179
  759. package/uni-ui/lib/uni-swipe-action-item/style.css +0 -90
  760. package/uni-ui/lib/uni-swipe-action-item/style.scss +0 -112
  761. package/uni-ui/lib/uni-swiper-dot/style.css +0 -75
  762. package/uni-ui/lib/uni-swiper-dot/style.scss +0 -95
  763. package/uni-ui/lib/uni-table/style.css +0 -123
  764. package/uni-ui/lib/uni-table/style.scss +0 -152
  765. package/uni-ui/lib/uni-tag/style.css +0 -105
  766. package/uni-ui/lib/uni-tag/style.scss +0 -141
  767. package/uni-ui/lib/uni-td/style.css +0 -13
  768. package/uni-ui/lib/uni-td/style.scss +0 -17
  769. package/uni-ui/lib/uni-th/style.css +0 -63
  770. package/uni-ui/lib/uni-th/style.scss +0 -78
  771. package/uni-ui/lib/uni-thead/style.css +0 -30
  772. package/uni-ui/lib/uni-thead/style.scss +0 -52
  773. package/uni-ui/lib/uni-tr/style.css +0 -25
  774. package/uni-ui/lib/uni-tr/style.scss +0 -46
  775. package/uview-plus/components/u-action-sheet/style.css +0 -56
  776. package/uview-plus/components/u-action-sheet/style.scss +0 -83
  777. package/uview-plus/components/u-action-sheet-data/style.css +0 -10
  778. package/uview-plus/components/u-action-sheet-data/style.scss +0 -12
  779. package/uview-plus/components/u-agreement/style.css +0 -10
  780. package/uview-plus/components/u-agreement/style.scss +0 -12
  781. package/uview-plus/components/u-album/style.css +0 -29
  782. package/uview-plus/components/u-alert/style.css +0 -90
  783. package/uview-plus/components/u-alert/style.scss +0 -111
  784. package/uview-plus/components/u-avatar/style.css +0 -21
  785. package/uview-plus/components/u-avatar/style.scss +0 -24
  786. package/uview-plus/components/u-avatar-group/style.css +0 -28
  787. package/uview-plus/components/u-avatar-group/style.scss +0 -26
  788. package/uview-plus/components/u-back-top/style.css +0 -16
  789. package/uview-plus/components/u-back-top/style.scss +0 -18
  790. package/uview-plus/components/u-badge/style.css +0 -57
  791. package/uview-plus/components/u-badge/style.scss +0 -83
  792. package/uview-plus/components/u-box/style.css +0 -51
  793. package/uview-plus/components/u-box/style.scss +0 -36
  794. package/uview-plus/components/u-button/style.css +0 -192
  795. package/uview-plus/components/u-calendar/style.css +0 -3
  796. package/uview-plus/components/u-calendar/style.scss +0 -5
  797. package/uview-plus/components/u-calendar-wu/style.css +0 -196
  798. package/uview-plus/components/u-car-keyboard/style.css +0 -69
  799. package/uview-plus/components/u-car-keyboard/style.scss +0 -89
  800. package/uview-plus/components/u-card/style.css +0 -34
  801. package/uview-plus/components/u-card/style.scss +0 -45
  802. package/uview-plus/components/u-cascader/style.css +0 -16
  803. package/uview-plus/components/u-cascader/style.scss +0 -25
  804. package/uview-plus/components/u-cate-tab/style.css +0 -98
  805. package/uview-plus/components/u-cate-tab/style.scss +0 -115
  806. package/uview-plus/components/u-cell/style.css +0 -112
  807. package/uview-plus/components/u-cell/style.scss +0 -148
  808. package/uview-plus/components/u-cell-group/style.css +0 -14
  809. package/uview-plus/components/u-cell-group/style.scss +0 -22
  810. package/uview-plus/components/u-checkbox/style.css +0 -77
  811. package/uview-plus/components/u-checkbox/style.scss +0 -102
  812. package/uview-plus/components/u-checkbox-group/style.css +0 -12
  813. package/uview-plus/components/u-checkbox-group/style.scss +0 -12
  814. package/uview-plus/components/u-choose/style.css +0 -13
  815. package/uview-plus/components/u-choose/style.scss +0 -17
  816. package/uview-plus/components/u-circle-progress/style.css +0 -69
  817. package/uview-plus/components/u-circle-progress/style.scss +0 -84
  818. package/uview-plus/components/u-city-locate/style.css +0 -20
  819. package/uview-plus/components/u-city-locate/style.scss +0 -20
  820. package/uview-plus/components/u-code-input/style.css +0 -68
  821. package/uview-plus/components/u-code-input/style.scss +0 -75
  822. package/uview-plus/components/u-col/style.css +0 -50
  823. package/uview-plus/components/u-col/style.scss +0 -65
  824. package/uview-plus/components/u-collapse-item/style.css +0 -10
  825. package/uview-plus/components/u-collapse-item/style.scss +0 -13
  826. package/uview-plus/components/u-color-picker/style.css +0 -246
  827. package/uview-plus/components/u-color-picker/style.scss +0 -299
  828. package/uview-plus/components/u-column-notice/style.css +0 -37
  829. package/uview-plus/components/u-column-notice/style.scss +0 -33
  830. package/uview-plus/components/u-count-down/style.css +0 -5
  831. package/uview-plus/components/u-count-down/style.scss +0 -11
  832. package/uview-plus/components/u-count-to/style.css +0 -6
  833. package/uview-plus/components/u-count-to/style.scss +0 -6
  834. package/uview-plus/components/u-coupon/style.css +0 -214
  835. package/uview-plus/components/u-coupon/style.scss +0 -246
  836. package/uview-plus/components/u-cropper/style.css +0 -91
  837. package/uview-plus/components/u-cropper/style.scss +0 -93
  838. package/uview-plus/components/u-datetime-picker/style.css +0 -26
  839. package/uview-plus/components/u-datetime-picker/style.scss +0 -26
  840. package/uview-plus/components/u-divider/style.css +0 -17
  841. package/uview-plus/components/u-divider/style.scss +0 -22
  842. package/uview-plus/components/u-dragsort/style.css +0 -40
  843. package/uview-plus/components/u-dragsort/style.scss +0 -52
  844. package/uview-plus/components/u-dropdown/style.css +0 -66
  845. package/uview-plus/components/u-dropdown/style.scss +0 -66
  846. package/uview-plus/components/u-dropdown-item/style.css +0 -3
  847. package/uview-plus/components/u-dropdown-item/style.scss +0 -3
  848. package/uview-plus/components/u-empty/style.css +0 -27
  849. package/uview-plus/components/u-empty/style.scss +0 -22
  850. package/uview-plus/components/u-empty/u-empty-new.vue +0 -102
  851. package/uview-plus/components/u-float-button/style.css +0 -15
  852. package/uview-plus/components/u-float-button/style.scss +0 -15
  853. package/uview-plus/components/u-form-item/style.css +0 -82
  854. package/uview-plus/components/u-form-item/style.scss +0 -72
  855. package/uview-plus/components/u-goods-sku/style.css +0 -100
  856. package/uview-plus/components/u-goods-sku/style.scss +0 -120
  857. package/uview-plus/components/u-grid/style.css +0 -21
  858. package/uview-plus/components/u-grid/style.scss +0 -21
  859. package/uview-plus/components/u-grid-item/style.css +0 -30
  860. package/uview-plus/components/u-grid-item/style.scss +0 -43
  861. package/uview-plus/components/u-icon/style.css +0 -63
  862. package/uview-plus/components/u-icon/style.scss +0 -82
  863. package/uview-plus/components/u-image/style.css +0 -24
  864. package/uview-plus/components/u-image/style.scss +0 -32
  865. package/uview-plus/components/u-index-anchor/style.css +0 -22
  866. package/uview-plus/components/u-index-anchor/style.scss +0 -18
  867. package/uview-plus/components/u-index-list/style.css +0 -51
  868. package/uview-plus/components/u-index-list/style.scss +0 -52
  869. package/uview-plus/components/u-input/style.css +0 -64
  870. package/uview-plus/components/u-input/style.scss +0 -62
  871. package/uview-plus/components/u-keyboard/style.css +0 -26
  872. package/uview-plus/components/u-keyboard/style.scss +0 -29
  873. package/uview-plus/components/u-lazy-load/style.css +0 -12
  874. package/uview-plus/components/u-lazy-load/style.scss +0 -15
  875. package/uview-plus/components/u-line/style.css +0 -5
  876. package/uview-plus/components/u-line/style.scss +0 -5
  877. package/uview-plus/components/u-line-progress/style.css +0 -38
  878. package/uview-plus/components/u-line-progress/style.scss +0 -35
  879. package/uview-plus/components/u-link/style.css +0 -11
  880. package/uview-plus/components/u-link/style.scss +0 -10
  881. package/uview-plus/components/u-list/style.css +0 -6
  882. package/uview-plus/components/u-list/style.scss +0 -3
  883. package/uview-plus/components/u-list-item/style.css +0 -2
  884. package/uview-plus/components/u-list-item/style.scss +0 -2
  885. package/uview-plus/components/u-loading-icon/style.css +0 -138
  886. package/uview-plus/components/u-loading-icon/style.scss +0 -152
  887. package/uview-plus/components/u-loading-page/style.css +0 -33
  888. package/uview-plus/components/u-loading-page/style.scss +0 -35
  889. package/uview-plus/components/u-loadmore/style.css +0 -29
  890. package/uview-plus/components/u-loadmore/style.scss +0 -27
  891. package/uview-plus/components/u-markdown/style.css +0 -188
  892. package/uview-plus/components/u-markdown/style.scss +0 -199
  893. package/uview-plus/components/u-message-input/style.css +0 -115
  894. package/uview-plus/components/u-message-input/style.scss +0 -134
  895. package/uview-plus/components/u-modal/style.css +0 -63
  896. package/uview-plus/components/u-modal/style.scss +0 -68
  897. package/uview-plus/components/u-navbar/style.css +0 -51
  898. package/uview-plus/components/u-navbar/style.scss +0 -56
  899. package/uview-plus/components/u-navbar-mini/style.css +0 -34
  900. package/uview-plus/components/u-navbar-mini/style.scss +0 -36
  901. package/uview-plus/components/u-no-network/style.css +0 -38
  902. package/uview-plus/components/u-no-network/style.scss +0 -34
  903. package/uview-plus/components/u-notice-bar/style.css +0 -5
  904. package/uview-plus/components/u-notice-bar/style.scss +0 -5
  905. package/uview-plus/components/u-notice-bar/u-notice-bar2.vue +0 -102
  906. package/uview-plus/components/u-notify/style.css +0 -28
  907. package/uview-plus/components/u-notify/style.scss +0 -38
  908. package/uview-plus/components/u-number-box/style.css +0 -56
  909. package/uview-plus/components/u-number-box/style.scss +0 -68
  910. package/uview-plus/components/u-number-keyboard/style.css +0 -45
  911. package/uview-plus/components/u-number-keyboard/style.scss +0 -61
  912. package/uview-plus/components/u-overlay/style.css +0 -8
  913. package/uview-plus/components/u-overlay/style.scss +0 -13
  914. package/uview-plus/components/u-pagination/style.css +0 -46
  915. package/uview-plus/components/u-pagination/style.scss +0 -51
  916. package/uview-plus/components/u-pdf-reader/style.css +0 -2
  917. package/uview-plus/components/u-pdf-reader/style.scss +0 -2
  918. package/uview-plus/components/u-picker/style.css +0 -58
  919. package/uview-plus/components/u-picker/style.scss +0 -54
  920. package/uview-plus/components/u-picker-data/style.css +0 -11
  921. package/uview-plus/components/u-picker-data/style.scss +0 -13
  922. package/uview-plus/components/u-popover/style.css +0 -8
  923. package/uview-plus/components/u-popover/style.scss +0 -7
  924. package/uview-plus/components/u-popup/style.css +0 -87
  925. package/uview-plus/components/u-popup/style.scss +0 -106
  926. package/uview-plus/components/u-poster/style.css +0 -22
  927. package/uview-plus/components/u-poster/style.scss +0 -26
  928. package/uview-plus/components/u-pull-refresh/style.css +0 -51
  929. package/uview-plus/components/u-pull-refresh/style.scss +0 -58
  930. package/uview-plus/components/u-qrcode/style.css +0 -33
  931. package/uview-plus/components/u-qrcode/style.scss +0 -33
  932. package/uview-plus/components/u-radio/style.css +0 -77
  933. package/uview-plus/components/u-radio/style.scss +0 -101
  934. package/uview-plus/components/u-radio-group/style.css +0 -15
  935. package/uview-plus/components/u-radio-group/style.scss +0 -14
  936. package/uview-plus/components/u-rate/style.css +0 -32
  937. package/uview-plus/components/u-rate/style.scss +0 -37
  938. package/uview-plus/components/u-read-more/style.css +0 -23
  939. package/uview-plus/components/u-read-more/style.scss +0 -21
  940. package/uview-plus/components/u-row/style.css +0 -6
  941. package/uview-plus/components/u-row/style.scss +0 -3
  942. package/uview-plus/components/u-row-notice/style.css +0 -50
  943. package/uview-plus/components/u-row-notice/style.scss +0 -49
  944. package/uview-plus/components/u-safe-bottom/style.css +0 -5
  945. package/uview-plus/components/u-safe-bottom/style.scss +0 -5
  946. package/uview-plus/components/u-scroll-list/style.css +0 -35
  947. package/uview-plus/components/u-scroll-list/style.scss +0 -32
  948. package/uview-plus/components/u-search/style.css +0 -87
  949. package/uview-plus/components/u-search/style.scss +0 -105
  950. package/uview-plus/components/u-select/style.css +0 -51
  951. package/uview-plus/components/u-select/style.scss +0 -47
  952. package/uview-plus/components/u-short-video/style.css +0 -117
  953. package/uview-plus/components/u-short-video/style.scss +0 -138
  954. package/uview-plus/components/u-signature/style.css +0 -70
  955. package/uview-plus/components/u-signature/style.scss +0 -88
  956. package/uview-plus/components/u-skeleton/style.css +0 -51
  957. package/uview-plus/components/u-skeleton/style.scss +0 -57
  958. package/uview-plus/components/u-sku-wu/style.css +0 -271
  959. package/uview-plus/components/u-slider/style.css +0 -69
  960. package/uview-plus/components/u-slider/style.scss +0 -76
  961. package/uview-plus/components/u-status-bar/style.css +0 -5
  962. package/uview-plus/components/u-status-bar/style.scss +0 -6
  963. package/uview-plus/components/u-steps/style.css +0 -20
  964. package/uview-plus/components/u-steps/style.scss +0 -21
  965. package/uview-plus/components/u-steps-item/style.css +0 -112
  966. package/uview-plus/components/u-steps-item/style.scss +0 -116
  967. package/uview-plus/components/u-sticky/style.css +0 -5
  968. package/uview-plus/components/u-sticky/style.scss +0 -6
  969. package/uview-plus/components/u-subsection/style.css +0 -101
  970. package/uview-plus/components/u-subsection/style.scss +0 -121
  971. package/uview-plus/components/u-swipe-action-item/style.css +0 -51
  972. package/uview-plus/components/u-swipe-action-item/style.scss +0 -44
  973. package/uview-plus/components/u-swiper/style.css +0 -50
  974. package/uview-plus/components/u-swiper/style.scss +0 -51
  975. package/uview-plus/components/u-swiper-indicator/style.css +0 -26
  976. package/uview-plus/components/u-swiper-indicator/style.scss +0 -29
  977. package/uview-plus/components/u-switch/style.css +0 -47
  978. package/uview-plus/components/u-switch/style.scss +0 -46
  979. package/uview-plus/components/u-tabbar/style.css +0 -29
  980. package/uview-plus/components/u-tabbar/style.scss +0 -23
  981. package/uview-plus/components/u-tabbar-item/style.css +0 -59
  982. package/uview-plus/components/u-tabbar-item/style.scss +0 -62
  983. package/uview-plus/components/u-table2/style.css +0 -90
  984. package/uview-plus/components/u-table2/style.scss +0 -117
  985. package/uview-plus/components/u-tabs/style.css +0 -62
  986. package/uview-plus/components/u-tabs/style.scss +0 -60
  987. package/uview-plus/components/u-tag/style.css +0 -169
  988. package/uview-plus/components/u-tag/style.scss +0 -204
  989. package/uview-plus/components/u-td/style.css +0 -14
  990. package/uview-plus/components/u-td/style.scss +0 -11
  991. package/uview-plus/components/u-text/style.css +0 -50
  992. package/uview-plus/components/u-text/style.scss +0 -56
  993. package/uview-plus/components/u-text/style2.scss +0 -60
  994. package/uview-plus/components/u-textarea/style.css +0 -35
  995. package/uview-plus/components/u-textarea/style.scss +0 -37
  996. package/uview-plus/components/u-th/style.css +0 -13
  997. package/uview-plus/components/u-th/style.scss +0 -10
  998. package/uview-plus/components/u-title/style.css +0 -8
  999. package/uview-plus/components/u-title/style.scss +0 -10
  1000. package/uview-plus/components/u-toast/style.css +0 -67
  1001. package/uview-plus/components/u-toast/style.scss +0 -106
  1002. package/uview-plus/components/u-toolbar/style.css +0 -33
  1003. package/uview-plus/components/u-toolbar/style.scss +0 -35
  1004. package/uview-plus/components/u-tooltip/style.css +0 -65
  1005. package/uview-plus/components/u-tooltip/style.scss +0 -62
  1006. package/uview-plus/components/u-tr/style.css +0 -6
  1007. package/uview-plus/components/u-tr/style.scss +0 -3
  1008. package/uview-plus/components/u-transition/style.css +0 -98
  1009. package/uview-plus/components/u-transition/style.scss +0 -120
  1010. package/uview-plus/components/u-upload/style.css +0 -174
  1011. package/uview-plus/components/u-upload/style.scss +0 -221
  1012. package/uview-plus/components/u-view/style.css +0 -2
  1013. package/uview-plus/components/u-view/style.scss +0 -2
  1014. package/uview-plus/components/u-virtual-list/style.css +0 -16
  1015. package/uview-plus/components/u-virtual-list/style.scss +0 -16
  1016. package/uview-plus/components/u-waterfall/style.css +0 -28
  1017. package/uview-plus/components/u-waterfall/style.scss +0 -25
  1018. /package/{uni-ui/lib/uni-forms/style.css → other/lime-painter2/components/lime-painter/qrcode.js} +0 -0
  1019. /package/{ui-fireui copy/components/u-countdown/u-countdown.vue → ui-fireui/components/u-count-down/u-count-down.vue} +0 -0
  1020. /package/{plugins → uview-plus/libs/ctocode}/MessageBox.js +0 -0
@@ -1,1191 +0,0 @@
1
- import GLenum from './GLenum';
2
- import ActiveInfo from './ActiveInfo';
3
- import Buffer from './Buffer';
4
- import Framebuffer from './Framebuffer';
5
- import Renderbuffer from './Renderbuffer';
6
- import Texture from './Texture';
7
- import Program from './Program';
8
- import Shader from './Shader';
9
- import ShaderPrecisionFormat from './ShaderPrecisionFormat';
10
- import UniformLocation from './UniformLocation';
11
- import GLmethod from './GLmethod';
12
-
13
- const processArray = (array, checkArrayType = false) => {
14
-
15
- function joinArray(arr, sep) {
16
- let res = '';
17
- for (let i = 0; i < arr.length; i++) {
18
- if (i !== 0) {
19
- res += sep;
20
- }
21
- res += arr[i];
22
- }
23
- return res;
24
- }
25
-
26
- let type = 'Float32Array';
27
- if (checkArrayType) {
28
- if (array instanceof Uint8Array) {
29
- type = 'Uint8Array'
30
- } else if (array instanceof Uint16Array) {
31
- type = 'Uint16Array';
32
- } else if (array instanceof Uint32Array) {
33
- type = 'Uint32Array';
34
- } else if (array instanceof Float32Array) {
35
- type = 'Float32Array';
36
- } else {
37
- throw new Error('Check array type failed. Array type is ' + typeof array);
38
- }
39
- }
40
-
41
- const ArrayTypes = {
42
- Uint8Array: 1,
43
- Uint16Array: 2,
44
- Uint32Array: 4,
45
- Float32Array: 14
46
- };
47
- return ArrayTypes[type] + ',' + btoa(joinArray(array, ','))
48
- }
49
-
50
- export default class WebGLRenderingContext {
51
-
52
- // static GBridge = null;
53
-
54
- className = 'WebGLRenderingContext';
55
-
56
- constructor(canvas, type, attrs) {
57
- this._canvas = canvas;
58
- this._type = type;
59
- this._version = 'WebGL 1.0';
60
- this._attrs = attrs;
61
- this._map = new Map();
62
-
63
- Object.keys(GLenum)
64
- .forEach(name => Object.defineProperty(this, name, {
65
- value: GLenum[name]
66
- }));
67
- }
68
-
69
- get canvas() {
70
- return this._canvas;
71
- }
72
-
73
- activeTexture = function (textureUnit) {
74
- WebGLRenderingContext.GBridge.callNative(
75
- this._canvas.id,
76
- GLmethod.activeTexture + ',' + textureUnit,
77
- true
78
- );
79
- }
80
-
81
- attachShader = function (progarm, shader) {
82
- WebGLRenderingContext.GBridge.callNative(
83
- this._canvas.id,
84
- GLmethod.attachShader + ',' + progarm.id + ',' + shader.id,
85
- true
86
- );
87
- }
88
-
89
- bindAttribLocation = function (program, index, name) {
90
- WebGLRenderingContext.GBridge.callNative(
91
- this._canvas.id,
92
- GLmethod.bindAttribLocation + ',' + program.id + ',' + index + ',' + name,
93
- true
94
- )
95
- }
96
-
97
- bindBuffer = function (target, buffer) {
98
- WebGLRenderingContext.GBridge.callNative(
99
- this._canvas.id,
100
- GLmethod.bindBuffer + ',' + target + ',' + (buffer ? buffer.id : 0),
101
- true
102
- );
103
- }
104
-
105
- bindFramebuffer = function (target, framebuffer) {
106
- WebGLRenderingContext.GBridge.callNative(
107
- this._canvas.id,
108
- GLmethod.bindFramebuffer + ',' + target + ',' + (framebuffer ? framebuffer.id : 0),
109
- true
110
- )
111
- }
112
-
113
- bindRenderbuffer = function (target, renderBuffer) {
114
- WebGLRenderingContext.GBridge.callNative(
115
- this._canvas.id,
116
- GLmethod.bindRenderbuffer + ',' + target + ',' + (renderBuffer ? renderBuffer.id : 0),
117
- true
118
- )
119
- }
120
-
121
- bindTexture = function (target, texture) {
122
- WebGLRenderingContext.GBridge.callNative(
123
- this._canvas.id,
124
- GLmethod.bindTexture + ',' + target + ',' + (texture ? texture.id : 0),
125
- true
126
- )
127
- }
128
-
129
- blendColor = function (r, g, b, a) {
130
- WebGLRenderingContext.GBridge.callNative(
131
- this._canvas.id,
132
- GLmethod.blendColor + ',' + target + ',' + r + ',' + g + ',' + b + ',' + a,
133
- true
134
- )
135
- }
136
-
137
- blendEquation = function (mode) {
138
- WebGLRenderingContext.GBridge.callNative(
139
- this._canvas.id,
140
- GLmethod.blendEquation + ',' + mode,
141
- true
142
- )
143
- }
144
-
145
- blendEquationSeparate = function (modeRGB, modeAlpha) {
146
- WebGLRenderingContext.GBridge.callNative(
147
- this._canvas.id,
148
- GLmethod.blendEquationSeparate + ',' + modeRGB + ',' + modeAlpha,
149
- true
150
- )
151
- }
152
-
153
-
154
- blendFunc = function (sfactor, dfactor) {
155
- WebGLRenderingContext.GBridge.callNative(
156
- this._canvas.id,
157
- GLmethod.blendFunc + ',' + sfactor + ',' + dfactor,
158
- true
159
- );
160
- }
161
-
162
- blendFuncSeparate = function (srcRGB, dstRGB, srcAlpha, dstAlpha) {
163
- WebGLRenderingContext.GBridge.callNative(
164
- this._canvas.id,
165
- GLmethod.blendFuncSeparate + ',' + srcRGB + ',' + dstRGB + ',' + srcAlpha + ',' + dstAlpha,
166
- true
167
- );
168
- }
169
-
170
- bufferData = function (target, data, usage) {
171
- WebGLRenderingContext.GBridge.callNative(
172
- this._canvas.id,
173
- GLmethod.bufferData + ',' + target + ',' + processArray(data, true) + ',' + usage,
174
- true
175
- )
176
- }
177
-
178
- bufferSubData = function (target, offset, data) {
179
- WebGLRenderingContext.GBridge.callNative(
180
- this._canvas.id,
181
- GLmethod.bufferSubData + ',' + target + ',' + offset + ',' + processArray(data, true),
182
- true
183
- )
184
- }
185
-
186
- checkFramebufferStatus = function (target) {
187
- const result = WebGLRenderingContext.GBridge.callNative(
188
- this._canvas.id,
189
- GLmethod.checkFramebufferStatus + ',' + target
190
- );
191
- return Number(result);
192
- }
193
-
194
- clear = function (mask) {
195
- WebGLRenderingContext.GBridge.callNative(
196
- this._canvas.id,
197
- GLmethod.clear + ',' + mask
198
- );
199
- this._canvas._needRender = true;
200
- }
201
-
202
- clearColor = function (r, g, b, a) {
203
- WebGLRenderingContext.GBridge.callNative(
204
- this._canvas.id,
205
- GLmethod.clearColor + ',' + r + ',' + g + ',' + b,
206
- true
207
- )
208
- }
209
-
210
- clearDepth = function (depth) {
211
- WebGLRenderingContext.GBridge.callNative(
212
- this._canvas.id,
213
- GLmethod.clearDepth + ',' + depth,
214
- true
215
- )
216
- }
217
-
218
- clearStencil = function (s) {
219
- WebGLRenderingContext.GBridge.callNative(
220
- this._canvas.id,
221
- GLmethod.clearStencil + ',' + s
222
- );
223
- }
224
-
225
- colorMask = function (r, g, b, a) {
226
- WebGLRenderingContext.GBridge.callNative(
227
- this._canvas.id,
228
- GLmethod.colorMask + ',' + r + ',' + g + ',' + b + ',' + a
229
- )
230
- }
231
-
232
- compileShader = function (shader) {
233
- WebGLRenderingContext.GBridge.callNative(
234
- this._canvas.id,
235
- GLmethod.compileShader + ',' + shader.id,
236
- true
237
- )
238
- }
239
-
240
- compressedTexImage2D = function (target, level, internalformat, width, height, border, pixels) {
241
- WebGLRenderingContext.GBridge.callNative(
242
- this._canvas.id,
243
- GLmethod.compressedTexImage2D + ',' + target + ',' + level + ',' + internalformat + ',' +
244
- width + ',' + height + ',' + border + ',' + processArray(pixels),
245
- true
246
- )
247
- }
248
-
249
- compressedTexSubImage2D = function (target, level, xoffset, yoffset, width, height, format, pixels) {
250
- WebGLRenderingContext.GBridge.callNative(
251
- this._canvas.id,
252
- GLmethod.compressedTexSubImage2D + ',' + target + ',' + level + ',' + xoffset + ',' + yoffset + ',' +
253
- width + ',' + height + ',' + format + ',' + processArray(pixels),
254
- true
255
- )
256
- }
257
-
258
-
259
- copyTexImage2D = function (target, level, internalformat, x, y, width, height, border) {
260
- WebGLRenderingContext.GBridge.callNative(
261
- this._canvas.id,
262
- GLmethod.copyTexImage2D + ',' + target + ',' + level + ',' + internalformat + ',' + x + ',' + y + ',' +
263
- width + ',' + height + ',' + border,
264
- true
265
- );
266
- }
267
-
268
- copyTexSubImage2D = function (target, level, xoffset, yoffset, x, y, width, height) {
269
- WebGLRenderingContext.GBridge.callNative(
270
- this._canvas.id,
271
- GLmethod.copyTexSubImage2D + ',' + target + ',' + level + ',' + xoffset + ',' + yoffset + ',' + x + ',' + y + ',' +
272
- width + ',' + height
273
- );
274
- }
275
-
276
- createBuffer = function () {
277
- const result = WebGLRenderingContext.GBridge.callNative(
278
- this._canvas.id,
279
- GLmethod.createBuffer + ''
280
- );
281
- const buffer = new Buffer(result);
282
- this._map.set(buffer.uuid(), buffer);
283
- return buffer;
284
- }
285
-
286
- createFramebuffer = function () {
287
- const result = WebGLRenderingContext.GBridge.callNative(
288
- this._canvas.id,
289
- GLmethod.createFramebuffer + ''
290
- );
291
- const framebuffer = new Framebuffer(result);
292
- this._map.set(framebuffer.uuid(), framebuffer);
293
- return framebuffer;
294
- }
295
-
296
-
297
- createProgram = function () {
298
- const id = WebGLRenderingContext.GBridge.callNative(
299
- this._canvas.id,
300
- GLmethod.createProgram + ''
301
- );
302
- const program = new Program(id);
303
- this._map.set(program.uuid(), program);
304
- return program;
305
- }
306
-
307
- createRenderbuffer = function () {
308
- const id = WebGLRenderingContext.GBridge.callNative(
309
- this._canvas.id,
310
- GLmethod.createRenderbuffer + ''
311
- )
312
- const renderBuffer = new Renderbuffer(id);
313
- this._map.set(renderBuffer.uuid(), renderBuffer);
314
- return renderBuffer;
315
- }
316
-
317
- createShader = function (type) {
318
- const id = WebGLRenderingContext.GBridge.callNative(
319
- this._canvas.id,
320
- GLmethod.createShader + ',' + type
321
- )
322
- const shader = new Shader(id, type);
323
- this._map.set(shader.uuid(), shader);
324
- return shader;
325
- }
326
-
327
- createTexture = function () {
328
- const id = WebGLRenderingContext.GBridge.callNative(
329
- this._canvas.id,
330
- GLmethod.createTexture + ''
331
- );
332
- const texture = new Texture(id);
333
- this._map.set(texture.uuid(), texture);
334
- return texture;
335
- }
336
-
337
- cullFace = function (mode) {
338
- WebGLRenderingContext.GBridge.callNative(
339
- this._canvas.id,
340
- GLmethod.cullFace + ',' + mode,
341
- true
342
- )
343
- }
344
-
345
-
346
- deleteBuffer = function (buffer) {
347
- WebGLRenderingContext.GBridge.callNative(
348
- this._canvas.id,
349
- GLmethod.deleteBuffer + ',' + buffer.id,
350
- true
351
- )
352
- }
353
-
354
- deleteFramebuffer = function (framebuffer) {
355
- WebGLRenderingContext.GBridge.callNative(
356
- this._canvas.id,
357
- GLmethod.deleteFramebuffer + ',' + framebuffer.id,
358
- true
359
- )
360
- }
361
-
362
- deleteProgram = function (program) {
363
- WebGLRenderingContext.GBridge.callNative(
364
- this._canvas.id,
365
- GLmethod.deleteProgram + ',' + program.id,
366
- true
367
- )
368
- }
369
-
370
- deleteRenderbuffer = function (renderbuffer) {
371
- WebGLRenderingContext.GBridge.callNative(
372
- this._canvas.id,
373
- GLmethod.deleteRenderbuffer + ',' + renderbuffer.id,
374
- true
375
- )
376
- }
377
-
378
- deleteShader = function (shader) {
379
- WebGLRenderingContext.GBridge.callNative(
380
- this._canvas.id,
381
- GLmethod.deleteShader + ',' + shader.id,
382
- true
383
- )
384
- }
385
-
386
- deleteTexture = function (texture) {
387
- WebGLRenderingContext.GBridge.callNative(
388
- this._canvas.id,
389
- GLmethod.deleteTexture + ',' + texture.id,
390
- true
391
- )
392
- }
393
-
394
- depthFunc = function (func) {
395
- WebGLRenderingContext.GBridge.callNative(
396
- this._canvas.id,
397
- GLmethod.depthFunc + ',' + func
398
- )
399
- }
400
-
401
- depthMask = function (flag) {
402
- WebGLRenderingContext.GBridge.callNative(
403
- this._canvas.id,
404
- GLmethod.depthMask + ',' + Number(flag),
405
- true
406
- )
407
- }
408
-
409
- depthRange = function (zNear, zFar) {
410
- WebGLRenderingContext.GBridge.callNative(
411
- this._canvas.id,
412
- GLmethod.depthRange + ',' + zNear + ',' + zFar,
413
- true
414
- )
415
- }
416
-
417
- detachShader = function (program, shader) {
418
- WebGLRenderingContext.GBridge.callNative(
419
- this._canvas.id,
420
- GLmethod.detachShader + ',' + program.id + ',' + shader.id,
421
- true
422
- )
423
- }
424
-
425
- disable = function (cap) {
426
- WebGLRenderingContext.GBridge.callNative(
427
- this._canvas.id,
428
- GLmethod.disable + ',' + cap,
429
- true
430
- )
431
- }
432
-
433
- disableVertexAttribArray = function (index) {
434
- WebGLRenderingContext.GBridge.callNative(
435
- this._canvas.id,
436
- GLmethod.disableVertexAttribArray + ',' + index,
437
- true
438
- );
439
- }
440
-
441
- drawArrays = function (mode, first, count) {
442
- WebGLRenderingContext.GBridge.callNative(
443
- this._canvas.id,
444
- GLmethod.drawArrays + ',' + mode + ',' + first + ',' + count
445
- )
446
- this._canvas._needRender = true;
447
- }
448
-
449
- drawElements = function (mode, count, type, offset) {
450
- WebGLRenderingContext.GBridge.callNative(
451
- this._canvas.id,
452
- GLmethod.drawElements + ',' + mode + ',' + count + ',' + type + ',' + offset + ';'
453
- );
454
- this._canvas._needRender = true;
455
- }
456
-
457
- enable = function (cap) {
458
- WebGLRenderingContext.GBridge.callNative(
459
- this._canvas.id,
460
- GLmethod.enable + ',' + cap,
461
- true
462
- );
463
- }
464
-
465
- enableVertexAttribArray = function (index) {
466
- WebGLRenderingContext.GBridge.callNative(
467
- this._canvas.id,
468
- GLmethod.enableVertexAttribArray + ',' + index,
469
- true
470
- )
471
- }
472
-
473
-
474
- flush = function () {
475
- WebGLRenderingContext.GBridge.callNative(
476
- this._canvas.id,
477
- GLmethod.flush + ''
478
- )
479
- }
480
-
481
- framebufferRenderbuffer = function (target, attachment, textarget, texture, level) {
482
- WebGLRenderingContext.GBridge.callNative(
483
- this._canvas.id,
484
- GLmethod.framebufferRenderbuffer + ',' + target + ',' + attachment + ',' + textarget + ',' + (texture ? texture.id : 0) + ',' + level,
485
- true
486
- )
487
- }
488
-
489
- framebufferTexture2D = function (target, attachment, textarget, texture, level) {
490
- WebGLRenderingContext.GBridge.callNative(
491
- this._canvas.id,
492
- GLmethod.framebufferTexture2D + ',' + target + ',' + attachment + ',' + textarget + ',' + (texture ? texture.id : 0) + ',' + level,
493
- true
494
- )
495
- }
496
-
497
- frontFace = function (mode) {
498
- WebGLRenderingContext.GBridge.callNative(
499
- this._canvas.id,
500
- GLmethod.frontFace + ',' + mode,
501
- true
502
- )
503
- }
504
-
505
- generateMipmap = function (target) {
506
- WebGLRenderingContext.GBridge.callNative(
507
- this._canvas.id,
508
- GLmethod.generateMipmap + ',' + target,
509
- true
510
- )
511
- }
512
-
513
- getActiveAttrib = function (progarm, index) {
514
- const resultString = WebGLRenderingContext.GBridge.callNative(
515
- this._canvas.id,
516
- GLmethod.getActiveAttrib + ',' + progarm.id + ',' + index
517
- )
518
- const [type, size, name] = resultString.split(',');
519
- return new ActiveInfo({
520
- type: Number(type),
521
- size: Number(size),
522
- name
523
- });
524
- }
525
-
526
- getActiveUniform = function (progarm, index) {
527
- const resultString = WebGLRenderingContext.GBridge.callNative(
528
- this._canvas.id,
529
- GLmethod.getActiveUniform + ',' + progarm.id + ',' + index
530
- );
531
- const [type, size, name] = resultString.split(',');
532
- return new ActiveInfo({
533
- type: Number(type),
534
- size: Number(size),
535
- name
536
- })
537
- }
538
-
539
- getAttachedShaders = function (progarm) {
540
- const result = WebGLRenderingContext.GBridge.callNative(
541
- this._canvas.id,
542
- GLmethod.getAttachedShaders + ',' + progarm.id
543
- );
544
- const [type, ...ids] = result;
545
- return ids.map(id => this._map.get(Shader.uuid(id)));
546
- }
547
-
548
- getAttribLocation = function (progarm, name) {
549
- return WebGLRenderingContext.GBridge.callNative(
550
- this._canvas.id,
551
- GLmethod.getAttribLocation + ',' + progarm.id + ',' + name
552
- )
553
- }
554
-
555
- getBufferParameter = function (target, pname) {
556
- const result = WebGLRenderingContext.GBridge.callNative(
557
- this._canvas.id,
558
- GLmethod.getBufferParameter + ',' + target + ',' + pname
559
- );
560
- const [type, res] = getBufferParameter;
561
- return res;
562
- }
563
-
564
- getError = function () {
565
- const result = WebGLRenderingContext.GBridge.callNative(
566
- this._canvas.id,
567
- GLmethod.getError + ''
568
- )
569
- return result;
570
- }
571
-
572
- getExtension = function (name) {
573
- return null;
574
- }
575
-
576
- getFramebufferAttachmentParameter = function (target, attachment, pname) {
577
- const result = WebGLRenderingContext.GBridge.callNative(
578
- this._canvas.id,
579
- GLmethod.getFramebufferAttachmentParameter + ',' + target + ',' + attachment + ',' + pname
580
- )
581
- switch (pname) {
582
- case GLenum.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME:
583
- return this._map.get(Renderbuffer.uuid(result)) || this._map.get(Texture.uuid(result)) || null;
584
- default:
585
- return result;
586
- }
587
- }
588
-
589
- getParameter = function (pname) {
590
- const result = WebGLRenderingContext.GBridge.callNative(
591
- this._canvas.id,
592
- GLmethod.getParameter + ',' + pname
593
- )
594
- switch (pname) {
595
- case GLenum.VERSION:
596
- return this._version;
597
- case GLenum.ARRAY_BUFFER_BINDING: // buffer
598
- case GLenum.ELEMENT_ARRAY_BUFFER_BINDING: // buffer
599
- return this._map.get(Buffer.uuid(result)) || null;
600
- case GLenum.CURRENT_PROGRAM: // program
601
- return this._map.get(Program.uuid(result)) || null;
602
- case GLenum.FRAMEBUFFER_BINDING: // framebuffer
603
- return this._map.get(Framebuffer.uuid(result)) || null;
604
- case GLenum.RENDERBUFFER_BINDING: // renderbuffer
605
- return this._map.get(Renderbuffer.uuid(result)) || null;
606
- case GLenum.TEXTURE_BINDING_2D: // texture
607
- case GLenum.TEXTURE_BINDING_CUBE_MAP: // texture
608
- return this._map.get(Texture.uuid(result)) || null;
609
- case GLenum.ALIASED_LINE_WIDTH_RANGE: // Float32Array
610
- case GLenum.ALIASED_POINT_SIZE_RANGE: // Float32Array
611
- case GLenum.BLEND_COLOR: // Float32Array
612
- case GLenum.COLOR_CLEAR_VALUE: // Float32Array
613
- case GLenum.DEPTH_RANGE: // Float32Array
614
- case GLenum.MAX_VIEWPORT_DIMS: // Int32Array
615
- case GLenum.SCISSOR_BOX: // Int32Array
616
- case GLenum.VIEWPORT: // Int32Array
617
- case GLenum.COMPRESSED_TEXTURE_FORMATS: // Uint32Array
618
- default:
619
- const [type, ...res] = result.split(',');
620
- if (res.length === 1) {
621
- return Number(res[0]);
622
- } else {
623
- return res.map(Number);
624
- }
625
- }
626
- }
627
-
628
- getProgramInfoLog = function (progarm) {
629
- return WebGLRenderingContext.GBridge.callNative(
630
- this._canvas.id,
631
- GLmethod.getProgramInfoLog + ',' + progarm.id
632
- )
633
- }
634
-
635
- getProgramParameter = function (program, pname) {
636
- const res = WebGLRenderingContext.GBridge.callNative(
637
- this._canvas.id,
638
- GLmethod.getProgramParameter + ',' + program.id + ',' + pname
639
- );
640
-
641
- const [type, result] = res.split(',').map(i => parseInt(i));
642
-
643
- if (type === 1) {
644
- return Boolean(result);
645
- } else if (type === 2) {
646
- return result;
647
- } else {
648
- throw new Error('Unrecongized program paramater ' + res + ', type: ' + typeof res);
649
- }
650
- }
651
-
652
-
653
- getRenderbufferParameter = function (target, pname) {
654
- const result = WebGLRenderingContext.GBridge.callNative(
655
- this._canvas.id,
656
- GLmethod.getRenderbufferParameter + ',' + target + ',' + pname
657
- )
658
- return result;
659
- }
660
-
661
-
662
- getShaderInfoLog = function (shader) {
663
- return WebGLRenderingContext.GBridge.callNative(
664
- this._canvas.id,
665
- GLmethod.getShaderInfoLog + ',' + shader.id
666
- );
667
- }
668
-
669
- getShaderParameter = function (shader, pname) {
670
- return WebGLRenderingContext.GBridge.callNative(
671
- this._canvas.id,
672
- GLmethod.getShaderParameter + ',' + shader.id + ',' + pname
673
- )
674
- }
675
-
676
- getShaderPrecisionFormat = function (shaderType, precisionType) {
677
- const [rangeMin, rangeMax, precision] = WebGLRenderingContext.GBridge.callNative(
678
- this._canvas.id,
679
- GLmethod.getShaderPrecisionFormat + ',' + shaderType + ',' + precisionType
680
- );
681
- const shaderPrecisionFormat = new ShaderPrecisionFormat({
682
- rangeMin: Number(rangeMin),
683
- rangeMax: Number(rangeMax),
684
- precision: Number(precision)
685
- });
686
- return shaderPrecisionFormat;
687
- }
688
-
689
- getShaderSource = function (shader) {
690
- const result = WebGLRenderingContext.GBridge.callNative(
691
- this._canvas.id,
692
- GLmethod.getShaderSource + ',' + shader.id
693
- );
694
- return result;
695
- }
696
-
697
- getSupportedExtensions = function () {
698
- return Object.keys({});
699
- }
700
-
701
- getTexParameter = function (target, pname) {
702
- const result = WebGLRenderingContext.GBridge.callNative(
703
- this._canvas.id,
704
- GLmethod.getTexParameter + ',' + target + ',' + pname
705
- )
706
- return result;
707
- }
708
-
709
- getUniformLocation = function (program, name) {
710
- const id = WebGLRenderingContext.GBridge.callNative(
711
- this._canvas.id,
712
- GLmethod.getUniformLocation + ',' + program.id + ',' + name
713
- );
714
- if (id === -1) {
715
- return null;
716
- } else {
717
- return new UniformLocation(Number(id));
718
- }
719
- }
720
-
721
- getVertexAttrib = function (index, pname) {
722
- const result = WebGLRenderingContext.GBridge.callNative(
723
- this._canvas.id,
724
- GLmethod.getVertexAttrib + ',' + index + ',' + pname
725
- );
726
- switch (pname) {
727
- case GLenum.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING:
728
- return this._map.get(Buffer.uuid(result)) || null;
729
- case GLenum.CURRENT_VERTEX_ATTRIB: // Float32Array
730
- default:
731
- return result;
732
- }
733
- }
734
-
735
- getVertexAttribOffset = function (index, pname) {
736
- const result = WebGLRenderingContext.GBridge.callNative(
737
- this._canvas.id,
738
- GLmethod.getVertexAttribOffset + ',' + index + ',' + pname
739
- )
740
- return Number(result);
741
- }
742
-
743
- isBuffer = function (buffer) {
744
- const result = WebGLRenderingContext.GBridge.callNative(
745
- this._canvas.id,
746
- GLmethod.isBuffer + ',' + buffer.id
747
- )
748
- return Boolean(result);
749
- }
750
-
751
- isContextLost = function () {
752
- return false;
753
- }
754
-
755
- isEnabled = function (cap) {
756
- const result = WebGLRenderingContext.GBridge.callNative(
757
- this._canvas.id,
758
- GLmethod.isEnabled + ',' + cap
759
- )
760
- return Boolean(result);
761
- }
762
-
763
- isFramebuffer = function (framebuffer) {
764
- const result = WebGLRenderingContext.GBridge.callNative(
765
- this._canvas.id,
766
- GLmethod.isFramebuffer + ',' + framebuffer.id
767
- )
768
- return Boolean(result);
769
- }
770
-
771
- isProgram = function (program) {
772
- const result = WebGLRenderingContext.GBridge.callNative(
773
- this._canvas.id,
774
- GLmethod.isProgram + ',' + program.id
775
- )
776
- return Boolean(result);
777
- }
778
-
779
- isRenderbuffer = function (renderBuffer) {
780
- const result = WebGLRenderingContext.GBridge.callNative(
781
- this._canvas.id,
782
- GLmethod.isRenderbuffer + ',' + renderbuffer.id
783
- )
784
- return Boolean(result);
785
- }
786
-
787
- isShader = function (shader) {
788
- const result = WebGLRenderingContext.GBridge.callNative(
789
- this._canvas.id,
790
- GLmethod.isShader + ',' + shader.id
791
- )
792
- return Boolean(result);
793
- }
794
-
795
- isTexture = function (texture) {
796
- const result = WebGLRenderingContext.GBridge.callNative(
797
- this._canvas.id,
798
- GLmethod.isTexture + ',' + texture.id
799
- );
800
- return Boolean(result);
801
- }
802
-
803
- lineWidth = function (width) {
804
- WebGLRenderingContext.GBridge.callNative(
805
- this._canvas.id,
806
- GLmethod.lineWidth + ',' + width,
807
- true
808
- )
809
- }
810
-
811
- linkProgram = function (program) {
812
- WebGLRenderingContext.GBridge.callNative(
813
- this._canvas.id,
814
- GLmethod.linkProgram + ',' + program.id,
815
- true
816
- );
817
- }
818
-
819
-
820
- pixelStorei = function (pname, param) {
821
- WebGLRenderingContext.GBridge.callNative(
822
- this._canvas.id,
823
- GLmethod.pixelStorei + ',' + pname + ',' + Number(param)
824
- )
825
- }
826
-
827
- polygonOffset = function (factor, units) {
828
- WebGLRenderingContext.GBridge.callNative(
829
- this._canvas.id,
830
- GLmethod.polygonOffset + ',' + factor + ',' + units
831
- )
832
- }
833
-
834
- readPixels = function (x, y, width, height, format, type, pixels) {
835
- const result = WebGLRenderingContext.GBridge.callNative(
836
- this._canvas.id,
837
- GLmethod.readPixels + ',' + x + ',' + y + ',' + width + ',' + height + ',' + format + ',' + type
838
- )
839
- return result;
840
- }
841
-
842
- renderbufferStorage = function (target, internalFormat, width, height) {
843
- WebGLRenderingContext.GBridge.callNative(
844
- this._canvas.id,
845
- GLmethod.renderbufferStorage + ',' + target + ',' + internalFormat + ',' + width + ',' + height,
846
- true
847
- )
848
- }
849
-
850
- sampleCoverage = function (value, invert) {
851
- WebGLRenderingContext.GBridge.callNative(
852
- this._canvas.id,
853
- GLmethod.sampleCoverage + ',' + value + ',' + Number(invert),
854
- true
855
- )
856
- }
857
-
858
- scissor = function (x, y, width, height) {
859
- WebGLRenderingContext.GBridge.callNative(
860
- this._canvas.id,
861
- GLmethod.scissor + ',' + x + ',' + y + ',' + width + ',' + height,
862
- true
863
- )
864
- }
865
-
866
- shaderSource = function (shader, source) {
867
- WebGLRenderingContext.GBridge.callNative(
868
- this._canvas.id,
869
- GLmethod.shaderSource + ',' + shader.id + ',' + source
870
- )
871
- }
872
-
873
- stencilFunc = function (func, ref, mask) {
874
- WebGLRenderingContext.GBridge.callNative(
875
- this._canvas.id,
876
- GLmethod.stencilFunc + ',' + func + ',' + ref + ',' + mask,
877
- true
878
- )
879
- }
880
-
881
- stencilFuncSeparate = function (face, func, ref, mask) {
882
- WebGLRenderingContext.GBridge.callNative(
883
- this._canvas.id,
884
- GLmethod.stencilFuncSeparate + ',' + face + ',' + func + ',' + ref + ',' + mask,
885
- true
886
- )
887
- }
888
-
889
- stencilMask = function (mask) {
890
- WebGLRenderingContext.GBridge.callNative(
891
- this._canvas.id,
892
- GLmethod.stencilMask + ',' + mask,
893
- true
894
- )
895
- }
896
-
897
- stencilMaskSeparate = function (face, mask) {
898
- WebGLRenderingContext.GBridge.callNative(
899
- this._canvas.id,
900
- GLmethod.stencilMaskSeparate + ',' + face + ',' + mask,
901
- true
902
- )
903
- }
904
-
905
- stencilOp = function (fail, zfail, zpass) {
906
- WebGLRenderingContext.GBridge.callNative(
907
- this._canvas.id,
908
- GLmethod.stencilOp + ',' + fail + ',' + zfail + ',' + zpass
909
- )
910
- }
911
-
912
- stencilOpSeparate = function (face, fail, zfail, zpass) {
913
- WebGLRenderingContext.GBridge.callNative(
914
- this._canvas.id,
915
- GLmethod.stencilOp + ',' + face + ',' + fail + ',' + zfail + ',' + zpass,
916
- true
917
- )
918
- }
919
-
920
- texImage2D = function (...args) {
921
- WebGLRenderingContext.GBridge.texImage2D(this._canvas.id, ...args);
922
- }
923
-
924
-
925
- texParameterf = function (target, pname, param) {
926
- WebGLRenderingContext.GBridge.callNative(
927
- this._canvas.id,
928
- GLmethod.texParameterf + ',' + target + ',' + pname + ',' + param,
929
- true
930
- )
931
- }
932
-
933
- texParameteri = function (target, pname, param) {
934
- WebGLRenderingContext.GBridge.callNative(
935
- this._canvas.id,
936
- GLmethod.texParameteri + ',' + target + ',' + pname + ',' + param
937
- )
938
- }
939
-
940
- texSubImage2D = function (...args) {
941
- WebGLRenderingContext.GBridge.texSubImage2D(this._canvas.id, ...args);
942
- }
943
-
944
- uniform1f = function (location, v0) {
945
- WebGLRenderingContext.GBridge.callNative(
946
- this._canvas.id,
947
- GLmethod.uniform1f + ',' + location.id + ',' + v0
948
- )
949
- }
950
-
951
- uniform1fv = function (location, value) {
952
- WebGLRenderingContext.GBridge.callNative(
953
- this._canvas.id,
954
- GLmethod.uniform1fv + ',' + location.id + ',' + processArray(value),
955
- true
956
- )
957
- }
958
-
959
- uniform1i = function (location, v0) {
960
- WebGLRenderingContext.GBridge.callNative(
961
- this._canvas.id,
962
- GLmethod.uniform1i + ',' + location.id + ',' + v0,
963
- // true
964
- )
965
- }
966
-
967
- uniform1iv = function (location, value) {
968
- WebGLRenderingContext.GBridge.callNative(
969
- this._canvas.id,
970
- GLmethod.uniform1iv + ',' + location.id + ',' + processArray(value),
971
- true
972
- )
973
- }
974
-
975
- uniform2f = function (location, v0, v1) {
976
- WebGLRenderingContext.GBridge.callNative(
977
- this._canvas.id,
978
- GLmethod.uniform2f + ',' + location.id + ',' + v0 + ',' + v1,
979
- true
980
- )
981
- }
982
-
983
- uniform2fv = function (location, value) {
984
- WebGLRenderingContext.GBridge.callNative(
985
- this._canvas.id,
986
- GLmethod.uniform2fv + ',' + location.id + ',' + processArray(value),
987
- true
988
- )
989
- }
990
-
991
- uniform2i = function (location, v0, v1) {
992
- WebGLRenderingContext.GBridge.callNative(
993
- this._canvas.id,
994
- GLmethod.uniform2i + ',' + location.id + ',' + v0 + ',' + v1,
995
- true
996
- )
997
- }
998
-
999
- uniform2iv = function (location, value) {
1000
- WebGLRenderingContext.GBridge.callNative(
1001
- this._canvas.id,
1002
- GLmethod.uniform2iv + ',' + location.id + ',' + processArray(value),
1003
- true
1004
- )
1005
- }
1006
-
1007
- uniform3f = function (location, v0, v1, v2) {
1008
- WebGLRenderingContext.GBridge.callNative(
1009
- this._canvas.id,
1010
- GLmethod.uniform3f + ',' + location.id + ',' + v0 + ',' + v1 + ',' + v2,
1011
- true
1012
- )
1013
- }
1014
-
1015
- uniform3fv = function (location, value) {
1016
- WebGLRenderingContext.GBridge.callNative(
1017
- this._canvas.id,
1018
- GLmethod.uniform3fv + ',' + location.id + ',' + processArray(value),
1019
- true
1020
- )
1021
- }
1022
-
1023
- uniform3i = function (location, v0, v1, v2) {
1024
- WebGLRenderingContext.GBridge.callNative(
1025
- this._canvas.id,
1026
- GLmethod.uniform3i + ',' + location.id + ',' + v0 + ',' + v1 + ',' + v2,
1027
- true
1028
- )
1029
- }
1030
-
1031
- uniform3iv = function (location, value) {
1032
- WebGLRenderingContext.GBridge.callNative(
1033
- this._canvas.id,
1034
- GLmethod.uniform3iv + ',' + location.id + ',' + processArray(value),
1035
- true
1036
- )
1037
- }
1038
-
1039
- uniform4f = function (location, v0, v1, v2, v3) {
1040
- WebGLRenderingContext.GBridge.callNative(
1041
- this._canvas.id,
1042
- GLmethod.uniform4f + ',' + location.id + ',' + v0 + ',' + v1 + ',' + v2 + ',' + v3,
1043
- true
1044
- )
1045
- }
1046
-
1047
- uniform4fv = function (location, value) {
1048
- WebGLRenderingContext.GBridge.callNative(
1049
- this._canvas.id,
1050
- GLmethod.uniform4fv + ',' + location.id + ',' + processArray(value),
1051
- true
1052
- )
1053
- }
1054
-
1055
- uniform4i = function (location, v0, v1, v2, v3) {
1056
- WebGLRenderingContext.GBridge.callNative(
1057
- this._canvas.id,
1058
- GLmethod.uniform4i + ',' + location.id + ',' + v0 + ',' + v1 + ',' + v2 + ',' + v3,
1059
- true
1060
- )
1061
- }
1062
-
1063
- uniform4iv = function (location, value) {
1064
- WebGLRenderingContext.GBridge.callNative(
1065
- this._canvas.id,
1066
- GLmethod.uniform4iv + ',' + location.id + ',' + processArray(value, true),
1067
- true
1068
- )
1069
- }
1070
-
1071
- uniformMatrix2fv = function (location, transpose, value) {
1072
- WebGLRenderingContext.GBridge.callNative(
1073
- this._canvas.id,
1074
- GLmethod.uniformMatrix2fv + ',' + location.id + ',' + Number(transpose) + ',' + processArray(value),
1075
- true
1076
- )
1077
- }
1078
-
1079
- uniformMatrix3fv = function (location, transpose, value) {
1080
- WebGLRenderingContext.GBridge.callNative(
1081
- this._canvas.id,
1082
- GLmethod.uniformMatrix3fv + ',' + location.id + ',' + Number(transpose) + ',' + processArray(value),
1083
- true
1084
- )
1085
- }
1086
-
1087
- uniformMatrix4fv = function (location, transpose, value) {
1088
- WebGLRenderingContext.GBridge.callNative(
1089
- this._canvas.id,
1090
- GLmethod.uniformMatrix4fv + ',' + location.id + ',' + Number(transpose) + ',' + processArray(value),
1091
- true
1092
- );
1093
- }
1094
-
1095
- useProgram = function (progarm) {
1096
- WebGLRenderingContext.GBridge.callNative(
1097
- this._canvas.id,
1098
- GLmethod.useProgram + ',' + progarm.id + '',
1099
- true
1100
- )
1101
- }
1102
-
1103
-
1104
- validateProgram = function (program) {
1105
- WebGLRenderingContext.GBridge.callNative(
1106
- this._canvas.id,
1107
- GLmethod.validateProgram + ',' + program.id,
1108
- true
1109
- )
1110
- }
1111
-
1112
- vertexAttrib1f = function (index, v0) {
1113
- WebGLRenderingContext.GBridge.callNative(
1114
- this._canvas.id,
1115
- GLmethod.vertexAttrib1f + ',' + index + ',' + v0,
1116
- true
1117
- )
1118
- }
1119
-
1120
- vertexAttrib2f = function (index, v0, v1) {
1121
- WebGLRenderingContext.GBridge.callNative(
1122
- this._canvas.id,
1123
- GLmethod.vertexAttrib2f + ',' + index + ',' + v0 + ',' + v1,
1124
- true
1125
- )
1126
- }
1127
-
1128
- vertexAttrib3f = function (index, v0, v1, v2) {
1129
- WebGLRenderingContext.GBridge.callNative(
1130
- this._canvas.id,
1131
- GLmethod.vertexAttrib3f + ',' + index + ',' + v0 + ',' + v1 + ',' + v2,
1132
- true
1133
- )
1134
- }
1135
-
1136
- vertexAttrib4f = function (index, v0, v1, v2, v3) {
1137
- WebGLRenderingContext.GBridge.callNative(
1138
- this._canvas.id,
1139
- GLmethod.vertexAttrib4f + ',' + index + ',' + v0 + ',' + v1 + ',' + v2 + ',' + v3,
1140
- true
1141
- )
1142
- }
1143
-
1144
- vertexAttrib1fv = function (index, value) {
1145
- WebGLRenderingContext.GBridge.callNative(
1146
- this._canvas.id,
1147
- GLmethod.vertexAttrib1fv + ',' + index + ',' + processArray(value),
1148
- true
1149
- )
1150
- }
1151
-
1152
- vertexAttrib2fv = function (index, value) {
1153
- WebGLRenderingContext.GBridge.callNative(
1154
- this._canvas.id,
1155
- GLmethod.vertexAttrib2fv + ',' + index + ',' + processArray(value),
1156
- true
1157
- )
1158
- }
1159
-
1160
- vertexAttrib3fv = function (index, value) {
1161
- WebGLRenderingContext.GBridge.callNative(
1162
- this._canvas.id,
1163
- GLmethod.vertexAttrib3fv + ',' + index + ',' + processArray(value),
1164
- true
1165
- )
1166
- }
1167
-
1168
- vertexAttrib4fv = function (index, value) {
1169
- WebGLRenderingContext.GBridge.callNative(
1170
- this._canvas.id,
1171
- GLmethod.vertexAttrib4fv + ',' + index + ',' + processArray(value),
1172
- true
1173
- )
1174
- }
1175
-
1176
- vertexAttribPointer = function (index, size, type, normalized, stride, offset) {
1177
- WebGLRenderingContext.GBridge.callNative(
1178
- this._canvas.id,
1179
- GLmethod.vertexAttribPointer + ',' + index + ',' + size + ',' + type + ',' + Number(normalized) + ',' + stride + ',' + offset,
1180
- true
1181
- )
1182
- }
1183
-
1184
- viewport = function (x, y, width, height) {
1185
- WebGLRenderingContext.GBridge.callNative(
1186
- this._canvas.id,
1187
- GLmethod.viewport + ',' + x + ',' + y + ',' + width + ',' + height,
1188
- true
1189
- )
1190
- }
1191
- }