@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,2145 +0,0 @@
1
- /* breakpoints */
2
- /* #ifndef APP-NVUE */
3
- .uni-col {
4
- float: left;
5
- box-sizing: border-box;
6
- }
7
- .uni-col-0 {
8
- /* #ifdef APP-NVUE */
9
- width: 0;
10
- height: 0;
11
- margin-top: 0;
12
- margin-right: 0;
13
- margin-bottom: 0;
14
- margin-left: 0;
15
- /* #endif */
16
- /* #ifndef APP-NVUE */
17
- display: none;
18
- /* #endif */
19
- }
20
- .uni-col-0 {
21
- width: 0%;
22
- }
23
- .uni-col-offset-0 {
24
- margin-left: 0%;
25
- }
26
- .uni-col-pull-0 {
27
- position: relative;
28
- right: 0%;
29
- }
30
- .uni-col-push-0 {
31
- position: relative;
32
- left: 0%;
33
- }
34
- .uni-col-1 {
35
- width: 4.16667%;
36
- }
37
- .uni-col-offset-1 {
38
- margin-left: 4.16667%;
39
- }
40
- .uni-col-pull-1 {
41
- position: relative;
42
- right: 4.16667%;
43
- }
44
- .uni-col-push-1 {
45
- position: relative;
46
- left: 4.16667%;
47
- }
48
- .uni-col-2 {
49
- width: 8.33333%;
50
- }
51
- .uni-col-offset-2 {
52
- margin-left: 8.33333%;
53
- }
54
- .uni-col-pull-2 {
55
- position: relative;
56
- right: 8.33333%;
57
- }
58
- .uni-col-push-2 {
59
- position: relative;
60
- left: 8.33333%;
61
- }
62
- .uni-col-3 {
63
- width: 12.5%;
64
- }
65
- .uni-col-offset-3 {
66
- margin-left: 12.5%;
67
- }
68
- .uni-col-pull-3 {
69
- position: relative;
70
- right: 12.5%;
71
- }
72
- .uni-col-push-3 {
73
- position: relative;
74
- left: 12.5%;
75
- }
76
- .uni-col-4 {
77
- width: 16.66667%;
78
- }
79
- .uni-col-offset-4 {
80
- margin-left: 16.66667%;
81
- }
82
- .uni-col-pull-4 {
83
- position: relative;
84
- right: 16.66667%;
85
- }
86
- .uni-col-push-4 {
87
- position: relative;
88
- left: 16.66667%;
89
- }
90
- .uni-col-5 {
91
- width: 20.83333%;
92
- }
93
- .uni-col-offset-5 {
94
- margin-left: 20.83333%;
95
- }
96
- .uni-col-pull-5 {
97
- position: relative;
98
- right: 20.83333%;
99
- }
100
- .uni-col-push-5 {
101
- position: relative;
102
- left: 20.83333%;
103
- }
104
- .uni-col-6 {
105
- width: 25.0%;
106
- }
107
- .uni-col-offset-6 {
108
- margin-left: 25.0%;
109
- }
110
- .uni-col-pull-6 {
111
- position: relative;
112
- right: 25.0%;
113
- }
114
- .uni-col-push-6 {
115
- position: relative;
116
- left: 25.0%;
117
- }
118
- .uni-col-7 {
119
- width: 29.16667%;
120
- }
121
- .uni-col-offset-7 {
122
- margin-left: 29.16667%;
123
- }
124
- .uni-col-pull-7 {
125
- position: relative;
126
- right: 29.16667%;
127
- }
128
- .uni-col-push-7 {
129
- position: relative;
130
- left: 29.16667%;
131
- }
132
- .uni-col-8 {
133
- width: 33.33333%;
134
- }
135
- .uni-col-offset-8 {
136
- margin-left: 33.33333%;
137
- }
138
- .uni-col-pull-8 {
139
- position: relative;
140
- right: 33.33333%;
141
- }
142
- .uni-col-push-8 {
143
- position: relative;
144
- left: 33.33333%;
145
- }
146
- .uni-col-9 {
147
- width: 37.5%;
148
- }
149
- .uni-col-offset-9 {
150
- margin-left: 37.5%;
151
- }
152
- .uni-col-pull-9 {
153
- position: relative;
154
- right: 37.5%;
155
- }
156
- .uni-col-push-9 {
157
- position: relative;
158
- left: 37.5%;
159
- }
160
- .uni-col-10 {
161
- width: 41.66667%;
162
- }
163
- .uni-col-offset-10 {
164
- margin-left: 41.66667%;
165
- }
166
- .uni-col-pull-10 {
167
- position: relative;
168
- right: 41.66667%;
169
- }
170
- .uni-col-push-10 {
171
- position: relative;
172
- left: 41.66667%;
173
- }
174
- .uni-col-11 {
175
- width: 45.83333%;
176
- }
177
- .uni-col-offset-11 {
178
- margin-left: 45.83333%;
179
- }
180
- .uni-col-pull-11 {
181
- position: relative;
182
- right: 45.83333%;
183
- }
184
- .uni-col-push-11 {
185
- position: relative;
186
- left: 45.83333%;
187
- }
188
- .uni-col-12 {
189
- width: 50.0%;
190
- }
191
- .uni-col-offset-12 {
192
- margin-left: 50.0%;
193
- }
194
- .uni-col-pull-12 {
195
- position: relative;
196
- right: 50.0%;
197
- }
198
- .uni-col-push-12 {
199
- position: relative;
200
- left: 50.0%;
201
- }
202
- .uni-col-13 {
203
- width: 54.16667%;
204
- }
205
- .uni-col-offset-13 {
206
- margin-left: 54.16667%;
207
- }
208
- .uni-col-pull-13 {
209
- position: relative;
210
- right: 54.16667%;
211
- }
212
- .uni-col-push-13 {
213
- position: relative;
214
- left: 54.16667%;
215
- }
216
- .uni-col-14 {
217
- width: 58.33333%;
218
- }
219
- .uni-col-offset-14 {
220
- margin-left: 58.33333%;
221
- }
222
- .uni-col-pull-14 {
223
- position: relative;
224
- right: 58.33333%;
225
- }
226
- .uni-col-push-14 {
227
- position: relative;
228
- left: 58.33333%;
229
- }
230
- .uni-col-15 {
231
- width: 62.5%;
232
- }
233
- .uni-col-offset-15 {
234
- margin-left: 62.5%;
235
- }
236
- .uni-col-pull-15 {
237
- position: relative;
238
- right: 62.5%;
239
- }
240
- .uni-col-push-15 {
241
- position: relative;
242
- left: 62.5%;
243
- }
244
- .uni-col-16 {
245
- width: 66.66667%;
246
- }
247
- .uni-col-offset-16 {
248
- margin-left: 66.66667%;
249
- }
250
- .uni-col-pull-16 {
251
- position: relative;
252
- right: 66.66667%;
253
- }
254
- .uni-col-push-16 {
255
- position: relative;
256
- left: 66.66667%;
257
- }
258
- .uni-col-17 {
259
- width: 70.83333%;
260
- }
261
- .uni-col-offset-17 {
262
- margin-left: 70.83333%;
263
- }
264
- .uni-col-pull-17 {
265
- position: relative;
266
- right: 70.83333%;
267
- }
268
- .uni-col-push-17 {
269
- position: relative;
270
- left: 70.83333%;
271
- }
272
- .uni-col-18 {
273
- width: 75.0%;
274
- }
275
- .uni-col-offset-18 {
276
- margin-left: 75.0%;
277
- }
278
- .uni-col-pull-18 {
279
- position: relative;
280
- right: 75.0%;
281
- }
282
- .uni-col-push-18 {
283
- position: relative;
284
- left: 75.0%;
285
- }
286
- .uni-col-19 {
287
- width: 79.16667%;
288
- }
289
- .uni-col-offset-19 {
290
- margin-left: 79.16667%;
291
- }
292
- .uni-col-pull-19 {
293
- position: relative;
294
- right: 79.16667%;
295
- }
296
- .uni-col-push-19 {
297
- position: relative;
298
- left: 79.16667%;
299
- }
300
- .uni-col-20 {
301
- width: 83.33333%;
302
- }
303
- .uni-col-offset-20 {
304
- margin-left: 83.33333%;
305
- }
306
- .uni-col-pull-20 {
307
- position: relative;
308
- right: 83.33333%;
309
- }
310
- .uni-col-push-20 {
311
- position: relative;
312
- left: 83.33333%;
313
- }
314
- .uni-col-21 {
315
- width: 87.5%;
316
- }
317
- .uni-col-offset-21 {
318
- margin-left: 87.5%;
319
- }
320
- .uni-col-pull-21 {
321
- position: relative;
322
- right: 87.5%;
323
- }
324
- .uni-col-push-21 {
325
- position: relative;
326
- left: 87.5%;
327
- }
328
- .uni-col-22 {
329
- width: 91.66667%;
330
- }
331
- .uni-col-offset-22 {
332
- margin-left: 91.66667%;
333
- }
334
- .uni-col-pull-22 {
335
- position: relative;
336
- right: 91.66667%;
337
- }
338
- .uni-col-push-22 {
339
- position: relative;
340
- left: 91.66667%;
341
- }
342
- .uni-col-23 {
343
- width: 95.83333%;
344
- }
345
- .uni-col-offset-23 {
346
- margin-left: 95.83333%;
347
- }
348
- .uni-col-pull-23 {
349
- position: relative;
350
- right: 95.83333%;
351
- }
352
- .uni-col-push-23 {
353
- position: relative;
354
- left: 95.83333%;
355
- }
356
- .uni-col-24 {
357
- width: 100.0%;
358
- }
359
- .uni-col-offset-24 {
360
- margin-left: 100.0%;
361
- }
362
- .uni-col-pull-24 {
363
- position: relative;
364
- right: 100.0%;
365
- }
366
- .uni-col-push-24 {
367
- position: relative;
368
- left: 100.0%;
369
- }
370
- @media screen and (max-width: 767px) {
371
- .uni-col-xs-0 {
372
- display: none;
373
- }
374
- .uni-col-xs-0 {
375
- width: 0%;
376
- }
377
- .uni-col-xs-offset-0 {
378
- margin-left: 0%;
379
- }
380
- .uni-col-xs-pull-0 {
381
- position: relative;
382
- right: 0%;
383
- }
384
- .uni-col-xs-push-0 {
385
- position: relative;
386
- left: 0%;
387
- }
388
- .uni-col-xs-1 {
389
- width: 4.16667%;
390
- }
391
- .uni-col-xs-offset-1 {
392
- margin-left: 4.16667%;
393
- }
394
- .uni-col-xs-pull-1 {
395
- position: relative;
396
- right: 4.16667%;
397
- }
398
- .uni-col-xs-push-1 {
399
- position: relative;
400
- left: 4.16667%;
401
- }
402
- .uni-col-xs-2 {
403
- width: 8.33333%;
404
- }
405
- .uni-col-xs-offset-2 {
406
- margin-left: 8.33333%;
407
- }
408
- .uni-col-xs-pull-2 {
409
- position: relative;
410
- right: 8.33333%;
411
- }
412
- .uni-col-xs-push-2 {
413
- position: relative;
414
- left: 8.33333%;
415
- }
416
- .uni-col-xs-3 {
417
- width: 12.5%;
418
- }
419
- .uni-col-xs-offset-3 {
420
- margin-left: 12.5%;
421
- }
422
- .uni-col-xs-pull-3 {
423
- position: relative;
424
- right: 12.5%;
425
- }
426
- .uni-col-xs-push-3 {
427
- position: relative;
428
- left: 12.5%;
429
- }
430
- .uni-col-xs-4 {
431
- width: 16.66667%;
432
- }
433
- .uni-col-xs-offset-4 {
434
- margin-left: 16.66667%;
435
- }
436
- .uni-col-xs-pull-4 {
437
- position: relative;
438
- right: 16.66667%;
439
- }
440
- .uni-col-xs-push-4 {
441
- position: relative;
442
- left: 16.66667%;
443
- }
444
- .uni-col-xs-5 {
445
- width: 20.83333%;
446
- }
447
- .uni-col-xs-offset-5 {
448
- margin-left: 20.83333%;
449
- }
450
- .uni-col-xs-pull-5 {
451
- position: relative;
452
- right: 20.83333%;
453
- }
454
- .uni-col-xs-push-5 {
455
- position: relative;
456
- left: 20.83333%;
457
- }
458
- .uni-col-xs-6 {
459
- width: 25.0%;
460
- }
461
- .uni-col-xs-offset-6 {
462
- margin-left: 25.0%;
463
- }
464
- .uni-col-xs-pull-6 {
465
- position: relative;
466
- right: 25.0%;
467
- }
468
- .uni-col-xs-push-6 {
469
- position: relative;
470
- left: 25.0%;
471
- }
472
- .uni-col-xs-7 {
473
- width: 29.16667%;
474
- }
475
- .uni-col-xs-offset-7 {
476
- margin-left: 29.16667%;
477
- }
478
- .uni-col-xs-pull-7 {
479
- position: relative;
480
- right: 29.16667%;
481
- }
482
- .uni-col-xs-push-7 {
483
- position: relative;
484
- left: 29.16667%;
485
- }
486
- .uni-col-xs-8 {
487
- width: 33.33333%;
488
- }
489
- .uni-col-xs-offset-8 {
490
- margin-left: 33.33333%;
491
- }
492
- .uni-col-xs-pull-8 {
493
- position: relative;
494
- right: 33.33333%;
495
- }
496
- .uni-col-xs-push-8 {
497
- position: relative;
498
- left: 33.33333%;
499
- }
500
- .uni-col-xs-9 {
501
- width: 37.5%;
502
- }
503
- .uni-col-xs-offset-9 {
504
- margin-left: 37.5%;
505
- }
506
- .uni-col-xs-pull-9 {
507
- position: relative;
508
- right: 37.5%;
509
- }
510
- .uni-col-xs-push-9 {
511
- position: relative;
512
- left: 37.5%;
513
- }
514
- .uni-col-xs-10 {
515
- width: 41.66667%;
516
- }
517
- .uni-col-xs-offset-10 {
518
- margin-left: 41.66667%;
519
- }
520
- .uni-col-xs-pull-10 {
521
- position: relative;
522
- right: 41.66667%;
523
- }
524
- .uni-col-xs-push-10 {
525
- position: relative;
526
- left: 41.66667%;
527
- }
528
- .uni-col-xs-11 {
529
- width: 45.83333%;
530
- }
531
- .uni-col-xs-offset-11 {
532
- margin-left: 45.83333%;
533
- }
534
- .uni-col-xs-pull-11 {
535
- position: relative;
536
- right: 45.83333%;
537
- }
538
- .uni-col-xs-push-11 {
539
- position: relative;
540
- left: 45.83333%;
541
- }
542
- .uni-col-xs-12 {
543
- width: 50.0%;
544
- }
545
- .uni-col-xs-offset-12 {
546
- margin-left: 50.0%;
547
- }
548
- .uni-col-xs-pull-12 {
549
- position: relative;
550
- right: 50.0%;
551
- }
552
- .uni-col-xs-push-12 {
553
- position: relative;
554
- left: 50.0%;
555
- }
556
- .uni-col-xs-13 {
557
- width: 54.16667%;
558
- }
559
- .uni-col-xs-offset-13 {
560
- margin-left: 54.16667%;
561
- }
562
- .uni-col-xs-pull-13 {
563
- position: relative;
564
- right: 54.16667%;
565
- }
566
- .uni-col-xs-push-13 {
567
- position: relative;
568
- left: 54.16667%;
569
- }
570
- .uni-col-xs-14 {
571
- width: 58.33333%;
572
- }
573
- .uni-col-xs-offset-14 {
574
- margin-left: 58.33333%;
575
- }
576
- .uni-col-xs-pull-14 {
577
- position: relative;
578
- right: 58.33333%;
579
- }
580
- .uni-col-xs-push-14 {
581
- position: relative;
582
- left: 58.33333%;
583
- }
584
- .uni-col-xs-15 {
585
- width: 62.5%;
586
- }
587
- .uni-col-xs-offset-15 {
588
- margin-left: 62.5%;
589
- }
590
- .uni-col-xs-pull-15 {
591
- position: relative;
592
- right: 62.5%;
593
- }
594
- .uni-col-xs-push-15 {
595
- position: relative;
596
- left: 62.5%;
597
- }
598
- .uni-col-xs-16 {
599
- width: 66.66667%;
600
- }
601
- .uni-col-xs-offset-16 {
602
- margin-left: 66.66667%;
603
- }
604
- .uni-col-xs-pull-16 {
605
- position: relative;
606
- right: 66.66667%;
607
- }
608
- .uni-col-xs-push-16 {
609
- position: relative;
610
- left: 66.66667%;
611
- }
612
- .uni-col-xs-17 {
613
- width: 70.83333%;
614
- }
615
- .uni-col-xs-offset-17 {
616
- margin-left: 70.83333%;
617
- }
618
- .uni-col-xs-pull-17 {
619
- position: relative;
620
- right: 70.83333%;
621
- }
622
- .uni-col-xs-push-17 {
623
- position: relative;
624
- left: 70.83333%;
625
- }
626
- .uni-col-xs-18 {
627
- width: 75.0%;
628
- }
629
- .uni-col-xs-offset-18 {
630
- margin-left: 75.0%;
631
- }
632
- .uni-col-xs-pull-18 {
633
- position: relative;
634
- right: 75.0%;
635
- }
636
- .uni-col-xs-push-18 {
637
- position: relative;
638
- left: 75.0%;
639
- }
640
- .uni-col-xs-19 {
641
- width: 79.16667%;
642
- }
643
- .uni-col-xs-offset-19 {
644
- margin-left: 79.16667%;
645
- }
646
- .uni-col-xs-pull-19 {
647
- position: relative;
648
- right: 79.16667%;
649
- }
650
- .uni-col-xs-push-19 {
651
- position: relative;
652
- left: 79.16667%;
653
- }
654
- .uni-col-xs-20 {
655
- width: 83.33333%;
656
- }
657
- .uni-col-xs-offset-20 {
658
- margin-left: 83.33333%;
659
- }
660
- .uni-col-xs-pull-20 {
661
- position: relative;
662
- right: 83.33333%;
663
- }
664
- .uni-col-xs-push-20 {
665
- position: relative;
666
- left: 83.33333%;
667
- }
668
- .uni-col-xs-21 {
669
- width: 87.5%;
670
- }
671
- .uni-col-xs-offset-21 {
672
- margin-left: 87.5%;
673
- }
674
- .uni-col-xs-pull-21 {
675
- position: relative;
676
- right: 87.5%;
677
- }
678
- .uni-col-xs-push-21 {
679
- position: relative;
680
- left: 87.5%;
681
- }
682
- .uni-col-xs-22 {
683
- width: 91.66667%;
684
- }
685
- .uni-col-xs-offset-22 {
686
- margin-left: 91.66667%;
687
- }
688
- .uni-col-xs-pull-22 {
689
- position: relative;
690
- right: 91.66667%;
691
- }
692
- .uni-col-xs-push-22 {
693
- position: relative;
694
- left: 91.66667%;
695
- }
696
- .uni-col-xs-23 {
697
- width: 95.83333%;
698
- }
699
- .uni-col-xs-offset-23 {
700
- margin-left: 95.83333%;
701
- }
702
- .uni-col-xs-pull-23 {
703
- position: relative;
704
- right: 95.83333%;
705
- }
706
- .uni-col-xs-push-23 {
707
- position: relative;
708
- left: 95.83333%;
709
- }
710
- .uni-col-xs-24 {
711
- width: 100.0%;
712
- }
713
- .uni-col-xs-offset-24 {
714
- margin-left: 100.0%;
715
- }
716
- .uni-col-xs-pull-24 {
717
- position: relative;
718
- right: 100.0%;
719
- }
720
- .uni-col-xs-push-24 {
721
- position: relative;
722
- left: 100.0%;
723
- }
724
- }
725
- @media screen and (min-width: 768px) {
726
- .uni-col-sm-0 {
727
- display: none;
728
- }
729
- .uni-col-sm-0 {
730
- width: 0%;
731
- }
732
- .uni-col-sm-offset-0 {
733
- margin-left: 0%;
734
- }
735
- .uni-col-sm-pull-0 {
736
- position: relative;
737
- right: 0%;
738
- }
739
- .uni-col-sm-push-0 {
740
- position: relative;
741
- left: 0%;
742
- }
743
- .uni-col-sm-1 {
744
- width: 4.16667%;
745
- }
746
- .uni-col-sm-offset-1 {
747
- margin-left: 4.16667%;
748
- }
749
- .uni-col-sm-pull-1 {
750
- position: relative;
751
- right: 4.16667%;
752
- }
753
- .uni-col-sm-push-1 {
754
- position: relative;
755
- left: 4.16667%;
756
- }
757
- .uni-col-sm-2 {
758
- width: 8.33333%;
759
- }
760
- .uni-col-sm-offset-2 {
761
- margin-left: 8.33333%;
762
- }
763
- .uni-col-sm-pull-2 {
764
- position: relative;
765
- right: 8.33333%;
766
- }
767
- .uni-col-sm-push-2 {
768
- position: relative;
769
- left: 8.33333%;
770
- }
771
- .uni-col-sm-3 {
772
- width: 12.5%;
773
- }
774
- .uni-col-sm-offset-3 {
775
- margin-left: 12.5%;
776
- }
777
- .uni-col-sm-pull-3 {
778
- position: relative;
779
- right: 12.5%;
780
- }
781
- .uni-col-sm-push-3 {
782
- position: relative;
783
- left: 12.5%;
784
- }
785
- .uni-col-sm-4 {
786
- width: 16.66667%;
787
- }
788
- .uni-col-sm-offset-4 {
789
- margin-left: 16.66667%;
790
- }
791
- .uni-col-sm-pull-4 {
792
- position: relative;
793
- right: 16.66667%;
794
- }
795
- .uni-col-sm-push-4 {
796
- position: relative;
797
- left: 16.66667%;
798
- }
799
- .uni-col-sm-5 {
800
- width: 20.83333%;
801
- }
802
- .uni-col-sm-offset-5 {
803
- margin-left: 20.83333%;
804
- }
805
- .uni-col-sm-pull-5 {
806
- position: relative;
807
- right: 20.83333%;
808
- }
809
- .uni-col-sm-push-5 {
810
- position: relative;
811
- left: 20.83333%;
812
- }
813
- .uni-col-sm-6 {
814
- width: 25.0%;
815
- }
816
- .uni-col-sm-offset-6 {
817
- margin-left: 25.0%;
818
- }
819
- .uni-col-sm-pull-6 {
820
- position: relative;
821
- right: 25.0%;
822
- }
823
- .uni-col-sm-push-6 {
824
- position: relative;
825
- left: 25.0%;
826
- }
827
- .uni-col-sm-7 {
828
- width: 29.16667%;
829
- }
830
- .uni-col-sm-offset-7 {
831
- margin-left: 29.16667%;
832
- }
833
- .uni-col-sm-pull-7 {
834
- position: relative;
835
- right: 29.16667%;
836
- }
837
- .uni-col-sm-push-7 {
838
- position: relative;
839
- left: 29.16667%;
840
- }
841
- .uni-col-sm-8 {
842
- width: 33.33333%;
843
- }
844
- .uni-col-sm-offset-8 {
845
- margin-left: 33.33333%;
846
- }
847
- .uni-col-sm-pull-8 {
848
- position: relative;
849
- right: 33.33333%;
850
- }
851
- .uni-col-sm-push-8 {
852
- position: relative;
853
- left: 33.33333%;
854
- }
855
- .uni-col-sm-9 {
856
- width: 37.5%;
857
- }
858
- .uni-col-sm-offset-9 {
859
- margin-left: 37.5%;
860
- }
861
- .uni-col-sm-pull-9 {
862
- position: relative;
863
- right: 37.5%;
864
- }
865
- .uni-col-sm-push-9 {
866
- position: relative;
867
- left: 37.5%;
868
- }
869
- .uni-col-sm-10 {
870
- width: 41.66667%;
871
- }
872
- .uni-col-sm-offset-10 {
873
- margin-left: 41.66667%;
874
- }
875
- .uni-col-sm-pull-10 {
876
- position: relative;
877
- right: 41.66667%;
878
- }
879
- .uni-col-sm-push-10 {
880
- position: relative;
881
- left: 41.66667%;
882
- }
883
- .uni-col-sm-11 {
884
- width: 45.83333%;
885
- }
886
- .uni-col-sm-offset-11 {
887
- margin-left: 45.83333%;
888
- }
889
- .uni-col-sm-pull-11 {
890
- position: relative;
891
- right: 45.83333%;
892
- }
893
- .uni-col-sm-push-11 {
894
- position: relative;
895
- left: 45.83333%;
896
- }
897
- .uni-col-sm-12 {
898
- width: 50.0%;
899
- }
900
- .uni-col-sm-offset-12 {
901
- margin-left: 50.0%;
902
- }
903
- .uni-col-sm-pull-12 {
904
- position: relative;
905
- right: 50.0%;
906
- }
907
- .uni-col-sm-push-12 {
908
- position: relative;
909
- left: 50.0%;
910
- }
911
- .uni-col-sm-13 {
912
- width: 54.16667%;
913
- }
914
- .uni-col-sm-offset-13 {
915
- margin-left: 54.16667%;
916
- }
917
- .uni-col-sm-pull-13 {
918
- position: relative;
919
- right: 54.16667%;
920
- }
921
- .uni-col-sm-push-13 {
922
- position: relative;
923
- left: 54.16667%;
924
- }
925
- .uni-col-sm-14 {
926
- width: 58.33333%;
927
- }
928
- .uni-col-sm-offset-14 {
929
- margin-left: 58.33333%;
930
- }
931
- .uni-col-sm-pull-14 {
932
- position: relative;
933
- right: 58.33333%;
934
- }
935
- .uni-col-sm-push-14 {
936
- position: relative;
937
- left: 58.33333%;
938
- }
939
- .uni-col-sm-15 {
940
- width: 62.5%;
941
- }
942
- .uni-col-sm-offset-15 {
943
- margin-left: 62.5%;
944
- }
945
- .uni-col-sm-pull-15 {
946
- position: relative;
947
- right: 62.5%;
948
- }
949
- .uni-col-sm-push-15 {
950
- position: relative;
951
- left: 62.5%;
952
- }
953
- .uni-col-sm-16 {
954
- width: 66.66667%;
955
- }
956
- .uni-col-sm-offset-16 {
957
- margin-left: 66.66667%;
958
- }
959
- .uni-col-sm-pull-16 {
960
- position: relative;
961
- right: 66.66667%;
962
- }
963
- .uni-col-sm-push-16 {
964
- position: relative;
965
- left: 66.66667%;
966
- }
967
- .uni-col-sm-17 {
968
- width: 70.83333%;
969
- }
970
- .uni-col-sm-offset-17 {
971
- margin-left: 70.83333%;
972
- }
973
- .uni-col-sm-pull-17 {
974
- position: relative;
975
- right: 70.83333%;
976
- }
977
- .uni-col-sm-push-17 {
978
- position: relative;
979
- left: 70.83333%;
980
- }
981
- .uni-col-sm-18 {
982
- width: 75.0%;
983
- }
984
- .uni-col-sm-offset-18 {
985
- margin-left: 75.0%;
986
- }
987
- .uni-col-sm-pull-18 {
988
- position: relative;
989
- right: 75.0%;
990
- }
991
- .uni-col-sm-push-18 {
992
- position: relative;
993
- left: 75.0%;
994
- }
995
- .uni-col-sm-19 {
996
- width: 79.16667%;
997
- }
998
- .uni-col-sm-offset-19 {
999
- margin-left: 79.16667%;
1000
- }
1001
- .uni-col-sm-pull-19 {
1002
- position: relative;
1003
- right: 79.16667%;
1004
- }
1005
- .uni-col-sm-push-19 {
1006
- position: relative;
1007
- left: 79.16667%;
1008
- }
1009
- .uni-col-sm-20 {
1010
- width: 83.33333%;
1011
- }
1012
- .uni-col-sm-offset-20 {
1013
- margin-left: 83.33333%;
1014
- }
1015
- .uni-col-sm-pull-20 {
1016
- position: relative;
1017
- right: 83.33333%;
1018
- }
1019
- .uni-col-sm-push-20 {
1020
- position: relative;
1021
- left: 83.33333%;
1022
- }
1023
- .uni-col-sm-21 {
1024
- width: 87.5%;
1025
- }
1026
- .uni-col-sm-offset-21 {
1027
- margin-left: 87.5%;
1028
- }
1029
- .uni-col-sm-pull-21 {
1030
- position: relative;
1031
- right: 87.5%;
1032
- }
1033
- .uni-col-sm-push-21 {
1034
- position: relative;
1035
- left: 87.5%;
1036
- }
1037
- .uni-col-sm-22 {
1038
- width: 91.66667%;
1039
- }
1040
- .uni-col-sm-offset-22 {
1041
- margin-left: 91.66667%;
1042
- }
1043
- .uni-col-sm-pull-22 {
1044
- position: relative;
1045
- right: 91.66667%;
1046
- }
1047
- .uni-col-sm-push-22 {
1048
- position: relative;
1049
- left: 91.66667%;
1050
- }
1051
- .uni-col-sm-23 {
1052
- width: 95.83333%;
1053
- }
1054
- .uni-col-sm-offset-23 {
1055
- margin-left: 95.83333%;
1056
- }
1057
- .uni-col-sm-pull-23 {
1058
- position: relative;
1059
- right: 95.83333%;
1060
- }
1061
- .uni-col-sm-push-23 {
1062
- position: relative;
1063
- left: 95.83333%;
1064
- }
1065
- .uni-col-sm-24 {
1066
- width: 100.0%;
1067
- }
1068
- .uni-col-sm-offset-24 {
1069
- margin-left: 100.0%;
1070
- }
1071
- .uni-col-sm-pull-24 {
1072
- position: relative;
1073
- right: 100.0%;
1074
- }
1075
- .uni-col-sm-push-24 {
1076
- position: relative;
1077
- left: 100.0%;
1078
- }
1079
- }
1080
- @media screen and (min-width: 992px) {
1081
- .uni-col-md-0 {
1082
- display: none;
1083
- }
1084
- .uni-col-md-0 {
1085
- width: 0%;
1086
- }
1087
- .uni-col-md-offset-0 {
1088
- margin-left: 0%;
1089
- }
1090
- .uni-col-md-pull-0 {
1091
- position: relative;
1092
- right: 0%;
1093
- }
1094
- .uni-col-md-push-0 {
1095
- position: relative;
1096
- left: 0%;
1097
- }
1098
- .uni-col-md-1 {
1099
- width: 4.16667%;
1100
- }
1101
- .uni-col-md-offset-1 {
1102
- margin-left: 4.16667%;
1103
- }
1104
- .uni-col-md-pull-1 {
1105
- position: relative;
1106
- right: 4.16667%;
1107
- }
1108
- .uni-col-md-push-1 {
1109
- position: relative;
1110
- left: 4.16667%;
1111
- }
1112
- .uni-col-md-2 {
1113
- width: 8.33333%;
1114
- }
1115
- .uni-col-md-offset-2 {
1116
- margin-left: 8.33333%;
1117
- }
1118
- .uni-col-md-pull-2 {
1119
- position: relative;
1120
- right: 8.33333%;
1121
- }
1122
- .uni-col-md-push-2 {
1123
- position: relative;
1124
- left: 8.33333%;
1125
- }
1126
- .uni-col-md-3 {
1127
- width: 12.5%;
1128
- }
1129
- .uni-col-md-offset-3 {
1130
- margin-left: 12.5%;
1131
- }
1132
- .uni-col-md-pull-3 {
1133
- position: relative;
1134
- right: 12.5%;
1135
- }
1136
- .uni-col-md-push-3 {
1137
- position: relative;
1138
- left: 12.5%;
1139
- }
1140
- .uni-col-md-4 {
1141
- width: 16.66667%;
1142
- }
1143
- .uni-col-md-offset-4 {
1144
- margin-left: 16.66667%;
1145
- }
1146
- .uni-col-md-pull-4 {
1147
- position: relative;
1148
- right: 16.66667%;
1149
- }
1150
- .uni-col-md-push-4 {
1151
- position: relative;
1152
- left: 16.66667%;
1153
- }
1154
- .uni-col-md-5 {
1155
- width: 20.83333%;
1156
- }
1157
- .uni-col-md-offset-5 {
1158
- margin-left: 20.83333%;
1159
- }
1160
- .uni-col-md-pull-5 {
1161
- position: relative;
1162
- right: 20.83333%;
1163
- }
1164
- .uni-col-md-push-5 {
1165
- position: relative;
1166
- left: 20.83333%;
1167
- }
1168
- .uni-col-md-6 {
1169
- width: 25.0%;
1170
- }
1171
- .uni-col-md-offset-6 {
1172
- margin-left: 25.0%;
1173
- }
1174
- .uni-col-md-pull-6 {
1175
- position: relative;
1176
- right: 25.0%;
1177
- }
1178
- .uni-col-md-push-6 {
1179
- position: relative;
1180
- left: 25.0%;
1181
- }
1182
- .uni-col-md-7 {
1183
- width: 29.16667%;
1184
- }
1185
- .uni-col-md-offset-7 {
1186
- margin-left: 29.16667%;
1187
- }
1188
- .uni-col-md-pull-7 {
1189
- position: relative;
1190
- right: 29.16667%;
1191
- }
1192
- .uni-col-md-push-7 {
1193
- position: relative;
1194
- left: 29.16667%;
1195
- }
1196
- .uni-col-md-8 {
1197
- width: 33.33333%;
1198
- }
1199
- .uni-col-md-offset-8 {
1200
- margin-left: 33.33333%;
1201
- }
1202
- .uni-col-md-pull-8 {
1203
- position: relative;
1204
- right: 33.33333%;
1205
- }
1206
- .uni-col-md-push-8 {
1207
- position: relative;
1208
- left: 33.33333%;
1209
- }
1210
- .uni-col-md-9 {
1211
- width: 37.5%;
1212
- }
1213
- .uni-col-md-offset-9 {
1214
- margin-left: 37.5%;
1215
- }
1216
- .uni-col-md-pull-9 {
1217
- position: relative;
1218
- right: 37.5%;
1219
- }
1220
- .uni-col-md-push-9 {
1221
- position: relative;
1222
- left: 37.5%;
1223
- }
1224
- .uni-col-md-10 {
1225
- width: 41.66667%;
1226
- }
1227
- .uni-col-md-offset-10 {
1228
- margin-left: 41.66667%;
1229
- }
1230
- .uni-col-md-pull-10 {
1231
- position: relative;
1232
- right: 41.66667%;
1233
- }
1234
- .uni-col-md-push-10 {
1235
- position: relative;
1236
- left: 41.66667%;
1237
- }
1238
- .uni-col-md-11 {
1239
- width: 45.83333%;
1240
- }
1241
- .uni-col-md-offset-11 {
1242
- margin-left: 45.83333%;
1243
- }
1244
- .uni-col-md-pull-11 {
1245
- position: relative;
1246
- right: 45.83333%;
1247
- }
1248
- .uni-col-md-push-11 {
1249
- position: relative;
1250
- left: 45.83333%;
1251
- }
1252
- .uni-col-md-12 {
1253
- width: 50.0%;
1254
- }
1255
- .uni-col-md-offset-12 {
1256
- margin-left: 50.0%;
1257
- }
1258
- .uni-col-md-pull-12 {
1259
- position: relative;
1260
- right: 50.0%;
1261
- }
1262
- .uni-col-md-push-12 {
1263
- position: relative;
1264
- left: 50.0%;
1265
- }
1266
- .uni-col-md-13 {
1267
- width: 54.16667%;
1268
- }
1269
- .uni-col-md-offset-13 {
1270
- margin-left: 54.16667%;
1271
- }
1272
- .uni-col-md-pull-13 {
1273
- position: relative;
1274
- right: 54.16667%;
1275
- }
1276
- .uni-col-md-push-13 {
1277
- position: relative;
1278
- left: 54.16667%;
1279
- }
1280
- .uni-col-md-14 {
1281
- width: 58.33333%;
1282
- }
1283
- .uni-col-md-offset-14 {
1284
- margin-left: 58.33333%;
1285
- }
1286
- .uni-col-md-pull-14 {
1287
- position: relative;
1288
- right: 58.33333%;
1289
- }
1290
- .uni-col-md-push-14 {
1291
- position: relative;
1292
- left: 58.33333%;
1293
- }
1294
- .uni-col-md-15 {
1295
- width: 62.5%;
1296
- }
1297
- .uni-col-md-offset-15 {
1298
- margin-left: 62.5%;
1299
- }
1300
- .uni-col-md-pull-15 {
1301
- position: relative;
1302
- right: 62.5%;
1303
- }
1304
- .uni-col-md-push-15 {
1305
- position: relative;
1306
- left: 62.5%;
1307
- }
1308
- .uni-col-md-16 {
1309
- width: 66.66667%;
1310
- }
1311
- .uni-col-md-offset-16 {
1312
- margin-left: 66.66667%;
1313
- }
1314
- .uni-col-md-pull-16 {
1315
- position: relative;
1316
- right: 66.66667%;
1317
- }
1318
- .uni-col-md-push-16 {
1319
- position: relative;
1320
- left: 66.66667%;
1321
- }
1322
- .uni-col-md-17 {
1323
- width: 70.83333%;
1324
- }
1325
- .uni-col-md-offset-17 {
1326
- margin-left: 70.83333%;
1327
- }
1328
- .uni-col-md-pull-17 {
1329
- position: relative;
1330
- right: 70.83333%;
1331
- }
1332
- .uni-col-md-push-17 {
1333
- position: relative;
1334
- left: 70.83333%;
1335
- }
1336
- .uni-col-md-18 {
1337
- width: 75.0%;
1338
- }
1339
- .uni-col-md-offset-18 {
1340
- margin-left: 75.0%;
1341
- }
1342
- .uni-col-md-pull-18 {
1343
- position: relative;
1344
- right: 75.0%;
1345
- }
1346
- .uni-col-md-push-18 {
1347
- position: relative;
1348
- left: 75.0%;
1349
- }
1350
- .uni-col-md-19 {
1351
- width: 79.16667%;
1352
- }
1353
- .uni-col-md-offset-19 {
1354
- margin-left: 79.16667%;
1355
- }
1356
- .uni-col-md-pull-19 {
1357
- position: relative;
1358
- right: 79.16667%;
1359
- }
1360
- .uni-col-md-push-19 {
1361
- position: relative;
1362
- left: 79.16667%;
1363
- }
1364
- .uni-col-md-20 {
1365
- width: 83.33333%;
1366
- }
1367
- .uni-col-md-offset-20 {
1368
- margin-left: 83.33333%;
1369
- }
1370
- .uni-col-md-pull-20 {
1371
- position: relative;
1372
- right: 83.33333%;
1373
- }
1374
- .uni-col-md-push-20 {
1375
- position: relative;
1376
- left: 83.33333%;
1377
- }
1378
- .uni-col-md-21 {
1379
- width: 87.5%;
1380
- }
1381
- .uni-col-md-offset-21 {
1382
- margin-left: 87.5%;
1383
- }
1384
- .uni-col-md-pull-21 {
1385
- position: relative;
1386
- right: 87.5%;
1387
- }
1388
- .uni-col-md-push-21 {
1389
- position: relative;
1390
- left: 87.5%;
1391
- }
1392
- .uni-col-md-22 {
1393
- width: 91.66667%;
1394
- }
1395
- .uni-col-md-offset-22 {
1396
- margin-left: 91.66667%;
1397
- }
1398
- .uni-col-md-pull-22 {
1399
- position: relative;
1400
- right: 91.66667%;
1401
- }
1402
- .uni-col-md-push-22 {
1403
- position: relative;
1404
- left: 91.66667%;
1405
- }
1406
- .uni-col-md-23 {
1407
- width: 95.83333%;
1408
- }
1409
- .uni-col-md-offset-23 {
1410
- margin-left: 95.83333%;
1411
- }
1412
- .uni-col-md-pull-23 {
1413
- position: relative;
1414
- right: 95.83333%;
1415
- }
1416
- .uni-col-md-push-23 {
1417
- position: relative;
1418
- left: 95.83333%;
1419
- }
1420
- .uni-col-md-24 {
1421
- width: 100.0%;
1422
- }
1423
- .uni-col-md-offset-24 {
1424
- margin-left: 100.0%;
1425
- }
1426
- .uni-col-md-pull-24 {
1427
- position: relative;
1428
- right: 100.0%;
1429
- }
1430
- .uni-col-md-push-24 {
1431
- position: relative;
1432
- left: 100.0%;
1433
- }
1434
- }
1435
- @media screen and (min-width: 1200px) {
1436
- .uni-col-lg-0 {
1437
- display: none;
1438
- }
1439
- .uni-col-lg-0 {
1440
- width: 0%;
1441
- }
1442
- .uni-col-lg-offset-0 {
1443
- margin-left: 0%;
1444
- }
1445
- .uni-col-lg-pull-0 {
1446
- position: relative;
1447
- right: 0%;
1448
- }
1449
- .uni-col-lg-push-0 {
1450
- position: relative;
1451
- left: 0%;
1452
- }
1453
- .uni-col-lg-1 {
1454
- width: 4.16667%;
1455
- }
1456
- .uni-col-lg-offset-1 {
1457
- margin-left: 4.16667%;
1458
- }
1459
- .uni-col-lg-pull-1 {
1460
- position: relative;
1461
- right: 4.16667%;
1462
- }
1463
- .uni-col-lg-push-1 {
1464
- position: relative;
1465
- left: 4.16667%;
1466
- }
1467
- .uni-col-lg-2 {
1468
- width: 8.33333%;
1469
- }
1470
- .uni-col-lg-offset-2 {
1471
- margin-left: 8.33333%;
1472
- }
1473
- .uni-col-lg-pull-2 {
1474
- position: relative;
1475
- right: 8.33333%;
1476
- }
1477
- .uni-col-lg-push-2 {
1478
- position: relative;
1479
- left: 8.33333%;
1480
- }
1481
- .uni-col-lg-3 {
1482
- width: 12.5%;
1483
- }
1484
- .uni-col-lg-offset-3 {
1485
- margin-left: 12.5%;
1486
- }
1487
- .uni-col-lg-pull-3 {
1488
- position: relative;
1489
- right: 12.5%;
1490
- }
1491
- .uni-col-lg-push-3 {
1492
- position: relative;
1493
- left: 12.5%;
1494
- }
1495
- .uni-col-lg-4 {
1496
- width: 16.66667%;
1497
- }
1498
- .uni-col-lg-offset-4 {
1499
- margin-left: 16.66667%;
1500
- }
1501
- .uni-col-lg-pull-4 {
1502
- position: relative;
1503
- right: 16.66667%;
1504
- }
1505
- .uni-col-lg-push-4 {
1506
- position: relative;
1507
- left: 16.66667%;
1508
- }
1509
- .uni-col-lg-5 {
1510
- width: 20.83333%;
1511
- }
1512
- .uni-col-lg-offset-5 {
1513
- margin-left: 20.83333%;
1514
- }
1515
- .uni-col-lg-pull-5 {
1516
- position: relative;
1517
- right: 20.83333%;
1518
- }
1519
- .uni-col-lg-push-5 {
1520
- position: relative;
1521
- left: 20.83333%;
1522
- }
1523
- .uni-col-lg-6 {
1524
- width: 25.0%;
1525
- }
1526
- .uni-col-lg-offset-6 {
1527
- margin-left: 25.0%;
1528
- }
1529
- .uni-col-lg-pull-6 {
1530
- position: relative;
1531
- right: 25.0%;
1532
- }
1533
- .uni-col-lg-push-6 {
1534
- position: relative;
1535
- left: 25.0%;
1536
- }
1537
- .uni-col-lg-7 {
1538
- width: 29.16667%;
1539
- }
1540
- .uni-col-lg-offset-7 {
1541
- margin-left: 29.16667%;
1542
- }
1543
- .uni-col-lg-pull-7 {
1544
- position: relative;
1545
- right: 29.16667%;
1546
- }
1547
- .uni-col-lg-push-7 {
1548
- position: relative;
1549
- left: 29.16667%;
1550
- }
1551
- .uni-col-lg-8 {
1552
- width: 33.33333%;
1553
- }
1554
- .uni-col-lg-offset-8 {
1555
- margin-left: 33.33333%;
1556
- }
1557
- .uni-col-lg-pull-8 {
1558
- position: relative;
1559
- right: 33.33333%;
1560
- }
1561
- .uni-col-lg-push-8 {
1562
- position: relative;
1563
- left: 33.33333%;
1564
- }
1565
- .uni-col-lg-9 {
1566
- width: 37.5%;
1567
- }
1568
- .uni-col-lg-offset-9 {
1569
- margin-left: 37.5%;
1570
- }
1571
- .uni-col-lg-pull-9 {
1572
- position: relative;
1573
- right: 37.5%;
1574
- }
1575
- .uni-col-lg-push-9 {
1576
- position: relative;
1577
- left: 37.5%;
1578
- }
1579
- .uni-col-lg-10 {
1580
- width: 41.66667%;
1581
- }
1582
- .uni-col-lg-offset-10 {
1583
- margin-left: 41.66667%;
1584
- }
1585
- .uni-col-lg-pull-10 {
1586
- position: relative;
1587
- right: 41.66667%;
1588
- }
1589
- .uni-col-lg-push-10 {
1590
- position: relative;
1591
- left: 41.66667%;
1592
- }
1593
- .uni-col-lg-11 {
1594
- width: 45.83333%;
1595
- }
1596
- .uni-col-lg-offset-11 {
1597
- margin-left: 45.83333%;
1598
- }
1599
- .uni-col-lg-pull-11 {
1600
- position: relative;
1601
- right: 45.83333%;
1602
- }
1603
- .uni-col-lg-push-11 {
1604
- position: relative;
1605
- left: 45.83333%;
1606
- }
1607
- .uni-col-lg-12 {
1608
- width: 50.0%;
1609
- }
1610
- .uni-col-lg-offset-12 {
1611
- margin-left: 50.0%;
1612
- }
1613
- .uni-col-lg-pull-12 {
1614
- position: relative;
1615
- right: 50.0%;
1616
- }
1617
- .uni-col-lg-push-12 {
1618
- position: relative;
1619
- left: 50.0%;
1620
- }
1621
- .uni-col-lg-13 {
1622
- width: 54.16667%;
1623
- }
1624
- .uni-col-lg-offset-13 {
1625
- margin-left: 54.16667%;
1626
- }
1627
- .uni-col-lg-pull-13 {
1628
- position: relative;
1629
- right: 54.16667%;
1630
- }
1631
- .uni-col-lg-push-13 {
1632
- position: relative;
1633
- left: 54.16667%;
1634
- }
1635
- .uni-col-lg-14 {
1636
- width: 58.33333%;
1637
- }
1638
- .uni-col-lg-offset-14 {
1639
- margin-left: 58.33333%;
1640
- }
1641
- .uni-col-lg-pull-14 {
1642
- position: relative;
1643
- right: 58.33333%;
1644
- }
1645
- .uni-col-lg-push-14 {
1646
- position: relative;
1647
- left: 58.33333%;
1648
- }
1649
- .uni-col-lg-15 {
1650
- width: 62.5%;
1651
- }
1652
- .uni-col-lg-offset-15 {
1653
- margin-left: 62.5%;
1654
- }
1655
- .uni-col-lg-pull-15 {
1656
- position: relative;
1657
- right: 62.5%;
1658
- }
1659
- .uni-col-lg-push-15 {
1660
- position: relative;
1661
- left: 62.5%;
1662
- }
1663
- .uni-col-lg-16 {
1664
- width: 66.66667%;
1665
- }
1666
- .uni-col-lg-offset-16 {
1667
- margin-left: 66.66667%;
1668
- }
1669
- .uni-col-lg-pull-16 {
1670
- position: relative;
1671
- right: 66.66667%;
1672
- }
1673
- .uni-col-lg-push-16 {
1674
- position: relative;
1675
- left: 66.66667%;
1676
- }
1677
- .uni-col-lg-17 {
1678
- width: 70.83333%;
1679
- }
1680
- .uni-col-lg-offset-17 {
1681
- margin-left: 70.83333%;
1682
- }
1683
- .uni-col-lg-pull-17 {
1684
- position: relative;
1685
- right: 70.83333%;
1686
- }
1687
- .uni-col-lg-push-17 {
1688
- position: relative;
1689
- left: 70.83333%;
1690
- }
1691
- .uni-col-lg-18 {
1692
- width: 75.0%;
1693
- }
1694
- .uni-col-lg-offset-18 {
1695
- margin-left: 75.0%;
1696
- }
1697
- .uni-col-lg-pull-18 {
1698
- position: relative;
1699
- right: 75.0%;
1700
- }
1701
- .uni-col-lg-push-18 {
1702
- position: relative;
1703
- left: 75.0%;
1704
- }
1705
- .uni-col-lg-19 {
1706
- width: 79.16667%;
1707
- }
1708
- .uni-col-lg-offset-19 {
1709
- margin-left: 79.16667%;
1710
- }
1711
- .uni-col-lg-pull-19 {
1712
- position: relative;
1713
- right: 79.16667%;
1714
- }
1715
- .uni-col-lg-push-19 {
1716
- position: relative;
1717
- left: 79.16667%;
1718
- }
1719
- .uni-col-lg-20 {
1720
- width: 83.33333%;
1721
- }
1722
- .uni-col-lg-offset-20 {
1723
- margin-left: 83.33333%;
1724
- }
1725
- .uni-col-lg-pull-20 {
1726
- position: relative;
1727
- right: 83.33333%;
1728
- }
1729
- .uni-col-lg-push-20 {
1730
- position: relative;
1731
- left: 83.33333%;
1732
- }
1733
- .uni-col-lg-21 {
1734
- width: 87.5%;
1735
- }
1736
- .uni-col-lg-offset-21 {
1737
- margin-left: 87.5%;
1738
- }
1739
- .uni-col-lg-pull-21 {
1740
- position: relative;
1741
- right: 87.5%;
1742
- }
1743
- .uni-col-lg-push-21 {
1744
- position: relative;
1745
- left: 87.5%;
1746
- }
1747
- .uni-col-lg-22 {
1748
- width: 91.66667%;
1749
- }
1750
- .uni-col-lg-offset-22 {
1751
- margin-left: 91.66667%;
1752
- }
1753
- .uni-col-lg-pull-22 {
1754
- position: relative;
1755
- right: 91.66667%;
1756
- }
1757
- .uni-col-lg-push-22 {
1758
- position: relative;
1759
- left: 91.66667%;
1760
- }
1761
- .uni-col-lg-23 {
1762
- width: 95.83333%;
1763
- }
1764
- .uni-col-lg-offset-23 {
1765
- margin-left: 95.83333%;
1766
- }
1767
- .uni-col-lg-pull-23 {
1768
- position: relative;
1769
- right: 95.83333%;
1770
- }
1771
- .uni-col-lg-push-23 {
1772
- position: relative;
1773
- left: 95.83333%;
1774
- }
1775
- .uni-col-lg-24 {
1776
- width: 100.0%;
1777
- }
1778
- .uni-col-lg-offset-24 {
1779
- margin-left: 100.0%;
1780
- }
1781
- .uni-col-lg-pull-24 {
1782
- position: relative;
1783
- right: 100.0%;
1784
- }
1785
- .uni-col-lg-push-24 {
1786
- position: relative;
1787
- left: 100.0%;
1788
- }
1789
- }
1790
- @media screen and (min-width: 1920px) {
1791
- .uni-col-xl-0 {
1792
- display: none;
1793
- }
1794
- .uni-col-xl-0 {
1795
- width: 0%;
1796
- }
1797
- .uni-col-xl-offset-0 {
1798
- margin-left: 0%;
1799
- }
1800
- .uni-col-xl-pull-0 {
1801
- position: relative;
1802
- right: 0%;
1803
- }
1804
- .uni-col-xl-push-0 {
1805
- position: relative;
1806
- left: 0%;
1807
- }
1808
- .uni-col-xl-1 {
1809
- width: 4.16667%;
1810
- }
1811
- .uni-col-xl-offset-1 {
1812
- margin-left: 4.16667%;
1813
- }
1814
- .uni-col-xl-pull-1 {
1815
- position: relative;
1816
- right: 4.16667%;
1817
- }
1818
- .uni-col-xl-push-1 {
1819
- position: relative;
1820
- left: 4.16667%;
1821
- }
1822
- .uni-col-xl-2 {
1823
- width: 8.33333%;
1824
- }
1825
- .uni-col-xl-offset-2 {
1826
- margin-left: 8.33333%;
1827
- }
1828
- .uni-col-xl-pull-2 {
1829
- position: relative;
1830
- right: 8.33333%;
1831
- }
1832
- .uni-col-xl-push-2 {
1833
- position: relative;
1834
- left: 8.33333%;
1835
- }
1836
- .uni-col-xl-3 {
1837
- width: 12.5%;
1838
- }
1839
- .uni-col-xl-offset-3 {
1840
- margin-left: 12.5%;
1841
- }
1842
- .uni-col-xl-pull-3 {
1843
- position: relative;
1844
- right: 12.5%;
1845
- }
1846
- .uni-col-xl-push-3 {
1847
- position: relative;
1848
- left: 12.5%;
1849
- }
1850
- .uni-col-xl-4 {
1851
- width: 16.66667%;
1852
- }
1853
- .uni-col-xl-offset-4 {
1854
- margin-left: 16.66667%;
1855
- }
1856
- .uni-col-xl-pull-4 {
1857
- position: relative;
1858
- right: 16.66667%;
1859
- }
1860
- .uni-col-xl-push-4 {
1861
- position: relative;
1862
- left: 16.66667%;
1863
- }
1864
- .uni-col-xl-5 {
1865
- width: 20.83333%;
1866
- }
1867
- .uni-col-xl-offset-5 {
1868
- margin-left: 20.83333%;
1869
- }
1870
- .uni-col-xl-pull-5 {
1871
- position: relative;
1872
- right: 20.83333%;
1873
- }
1874
- .uni-col-xl-push-5 {
1875
- position: relative;
1876
- left: 20.83333%;
1877
- }
1878
- .uni-col-xl-6 {
1879
- width: 25.0%;
1880
- }
1881
- .uni-col-xl-offset-6 {
1882
- margin-left: 25.0%;
1883
- }
1884
- .uni-col-xl-pull-6 {
1885
- position: relative;
1886
- right: 25.0%;
1887
- }
1888
- .uni-col-xl-push-6 {
1889
- position: relative;
1890
- left: 25.0%;
1891
- }
1892
- .uni-col-xl-7 {
1893
- width: 29.16667%;
1894
- }
1895
- .uni-col-xl-offset-7 {
1896
- margin-left: 29.16667%;
1897
- }
1898
- .uni-col-xl-pull-7 {
1899
- position: relative;
1900
- right: 29.16667%;
1901
- }
1902
- .uni-col-xl-push-7 {
1903
- position: relative;
1904
- left: 29.16667%;
1905
- }
1906
- .uni-col-xl-8 {
1907
- width: 33.33333%;
1908
- }
1909
- .uni-col-xl-offset-8 {
1910
- margin-left: 33.33333%;
1911
- }
1912
- .uni-col-xl-pull-8 {
1913
- position: relative;
1914
- right: 33.33333%;
1915
- }
1916
- .uni-col-xl-push-8 {
1917
- position: relative;
1918
- left: 33.33333%;
1919
- }
1920
- .uni-col-xl-9 {
1921
- width: 37.5%;
1922
- }
1923
- .uni-col-xl-offset-9 {
1924
- margin-left: 37.5%;
1925
- }
1926
- .uni-col-xl-pull-9 {
1927
- position: relative;
1928
- right: 37.5%;
1929
- }
1930
- .uni-col-xl-push-9 {
1931
- position: relative;
1932
- left: 37.5%;
1933
- }
1934
- .uni-col-xl-10 {
1935
- width: 41.66667%;
1936
- }
1937
- .uni-col-xl-offset-10 {
1938
- margin-left: 41.66667%;
1939
- }
1940
- .uni-col-xl-pull-10 {
1941
- position: relative;
1942
- right: 41.66667%;
1943
- }
1944
- .uni-col-xl-push-10 {
1945
- position: relative;
1946
- left: 41.66667%;
1947
- }
1948
- .uni-col-xl-11 {
1949
- width: 45.83333%;
1950
- }
1951
- .uni-col-xl-offset-11 {
1952
- margin-left: 45.83333%;
1953
- }
1954
- .uni-col-xl-pull-11 {
1955
- position: relative;
1956
- right: 45.83333%;
1957
- }
1958
- .uni-col-xl-push-11 {
1959
- position: relative;
1960
- left: 45.83333%;
1961
- }
1962
- .uni-col-xl-12 {
1963
- width: 50.0%;
1964
- }
1965
- .uni-col-xl-offset-12 {
1966
- margin-left: 50.0%;
1967
- }
1968
- .uni-col-xl-pull-12 {
1969
- position: relative;
1970
- right: 50.0%;
1971
- }
1972
- .uni-col-xl-push-12 {
1973
- position: relative;
1974
- left: 50.0%;
1975
- }
1976
- .uni-col-xl-13 {
1977
- width: 54.16667%;
1978
- }
1979
- .uni-col-xl-offset-13 {
1980
- margin-left: 54.16667%;
1981
- }
1982
- .uni-col-xl-pull-13 {
1983
- position: relative;
1984
- right: 54.16667%;
1985
- }
1986
- .uni-col-xl-push-13 {
1987
- position: relative;
1988
- left: 54.16667%;
1989
- }
1990
- .uni-col-xl-14 {
1991
- width: 58.33333%;
1992
- }
1993
- .uni-col-xl-offset-14 {
1994
- margin-left: 58.33333%;
1995
- }
1996
- .uni-col-xl-pull-14 {
1997
- position: relative;
1998
- right: 58.33333%;
1999
- }
2000
- .uni-col-xl-push-14 {
2001
- position: relative;
2002
- left: 58.33333%;
2003
- }
2004
- .uni-col-xl-15 {
2005
- width: 62.5%;
2006
- }
2007
- .uni-col-xl-offset-15 {
2008
- margin-left: 62.5%;
2009
- }
2010
- .uni-col-xl-pull-15 {
2011
- position: relative;
2012
- right: 62.5%;
2013
- }
2014
- .uni-col-xl-push-15 {
2015
- position: relative;
2016
- left: 62.5%;
2017
- }
2018
- .uni-col-xl-16 {
2019
- width: 66.66667%;
2020
- }
2021
- .uni-col-xl-offset-16 {
2022
- margin-left: 66.66667%;
2023
- }
2024
- .uni-col-xl-pull-16 {
2025
- position: relative;
2026
- right: 66.66667%;
2027
- }
2028
- .uni-col-xl-push-16 {
2029
- position: relative;
2030
- left: 66.66667%;
2031
- }
2032
- .uni-col-xl-17 {
2033
- width: 70.83333%;
2034
- }
2035
- .uni-col-xl-offset-17 {
2036
- margin-left: 70.83333%;
2037
- }
2038
- .uni-col-xl-pull-17 {
2039
- position: relative;
2040
- right: 70.83333%;
2041
- }
2042
- .uni-col-xl-push-17 {
2043
- position: relative;
2044
- left: 70.83333%;
2045
- }
2046
- .uni-col-xl-18 {
2047
- width: 75.0%;
2048
- }
2049
- .uni-col-xl-offset-18 {
2050
- margin-left: 75.0%;
2051
- }
2052
- .uni-col-xl-pull-18 {
2053
- position: relative;
2054
- right: 75.0%;
2055
- }
2056
- .uni-col-xl-push-18 {
2057
- position: relative;
2058
- left: 75.0%;
2059
- }
2060
- .uni-col-xl-19 {
2061
- width: 79.16667%;
2062
- }
2063
- .uni-col-xl-offset-19 {
2064
- margin-left: 79.16667%;
2065
- }
2066
- .uni-col-xl-pull-19 {
2067
- position: relative;
2068
- right: 79.16667%;
2069
- }
2070
- .uni-col-xl-push-19 {
2071
- position: relative;
2072
- left: 79.16667%;
2073
- }
2074
- .uni-col-xl-20 {
2075
- width: 83.33333%;
2076
- }
2077
- .uni-col-xl-offset-20 {
2078
- margin-left: 83.33333%;
2079
- }
2080
- .uni-col-xl-pull-20 {
2081
- position: relative;
2082
- right: 83.33333%;
2083
- }
2084
- .uni-col-xl-push-20 {
2085
- position: relative;
2086
- left: 83.33333%;
2087
- }
2088
- .uni-col-xl-21 {
2089
- width: 87.5%;
2090
- }
2091
- .uni-col-xl-offset-21 {
2092
- margin-left: 87.5%;
2093
- }
2094
- .uni-col-xl-pull-21 {
2095
- position: relative;
2096
- right: 87.5%;
2097
- }
2098
- .uni-col-xl-push-21 {
2099
- position: relative;
2100
- left: 87.5%;
2101
- }
2102
- .uni-col-xl-22 {
2103
- width: 91.66667%;
2104
- }
2105
- .uni-col-xl-offset-22 {
2106
- margin-left: 91.66667%;
2107
- }
2108
- .uni-col-xl-pull-22 {
2109
- position: relative;
2110
- right: 91.66667%;
2111
- }
2112
- .uni-col-xl-push-22 {
2113
- position: relative;
2114
- left: 91.66667%;
2115
- }
2116
- .uni-col-xl-23 {
2117
- width: 95.83333%;
2118
- }
2119
- .uni-col-xl-offset-23 {
2120
- margin-left: 95.83333%;
2121
- }
2122
- .uni-col-xl-pull-23 {
2123
- position: relative;
2124
- right: 95.83333%;
2125
- }
2126
- .uni-col-xl-push-23 {
2127
- position: relative;
2128
- left: 95.83333%;
2129
- }
2130
- .uni-col-xl-24 {
2131
- width: 100.0%;
2132
- }
2133
- .uni-col-xl-offset-24 {
2134
- margin-left: 100.0%;
2135
- }
2136
- .uni-col-xl-pull-24 {
2137
- position: relative;
2138
- right: 100.0%;
2139
- }
2140
- .uni-col-xl-push-24 {
2141
- position: relative;
2142
- left: 100.0%;
2143
- }
2144
- }
2145
- /* #endif */