@cloudbase/weda-ui 3.5.3 → 3.6.1

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 (849) hide show
  1. package/README.md +1 -217
  2. package/dist/configs/actions/showMessage.json +9 -5
  3. package/dist/configs/components/button.d.ts +1 -2
  4. package/dist/configs/components/button.js +1 -1
  5. package/dist/configs/components/calendar.d.ts +12 -1
  6. package/dist/configs/components/calendar.js +15 -1
  7. package/dist/configs/components/carousel.json +45 -4
  8. package/dist/configs/components/chart/bar.json +37 -1
  9. package/dist/configs/components/chart/line.d.ts +36 -0
  10. package/dist/configs/components/chart/line.js +36 -0
  11. package/dist/configs/components/chart/pie.json +37 -1
  12. package/dist/configs/components/chart/statisticsCard.json +37 -1
  13. package/dist/configs/components/common/init-name-with-id.d.ts +5 -0
  14. package/dist/configs/components/common/init-name-with-id.js +8 -0
  15. package/dist/configs/components/container.d.ts +12 -1
  16. package/dist/configs/components/container.js +18 -7
  17. package/dist/configs/components/customer-service.d.ts +13 -1
  18. package/dist/configs/components/customer-service.js +31 -7
  19. package/dist/configs/components/dataView.d.ts +6 -0
  20. package/dist/configs/components/dataView.js +14 -2
  21. package/dist/configs/components/echart.d.ts +17 -5
  22. package/dist/configs/components/echart.js +76 -19
  23. package/dist/configs/components/flow/flow.json +1 -1
  24. package/dist/configs/components/flow/flowbasic.json +1 -1
  25. package/dist/configs/components/flow/flowchart.json +1 -1
  26. package/dist/configs/components/flow/flowcontrol.json +1 -1
  27. package/dist/configs/components/flow/flowlayout.json +1 -1
  28. package/dist/configs/components/flow/flowprocess.json +1 -1
  29. package/dist/configs/components/form-checkbox.d.ts +0 -8
  30. package/dist/configs/components/form-checkbox.js +0 -10
  31. package/dist/configs/components/form-date.d.ts +2 -2
  32. package/dist/configs/components/form-depart-tree-select.d.ts +10 -17
  33. package/dist/configs/components/form-depart-tree-select.js +17 -20
  34. package/dist/configs/components/form-image-uploader.d.ts +16 -6
  35. package/dist/configs/components/form-image-uploader.js +17 -3
  36. package/dist/configs/components/form-location.d.ts +12 -4
  37. package/dist/configs/components/form-location.js +17 -2
  38. package/dist/configs/components/form-multi-region.d.ts +12 -4
  39. package/dist/configs/components/form-multi-region.js +17 -2
  40. package/dist/configs/components/form-region.d.ts +2 -2
  41. package/dist/configs/components/form-region.js +2 -2
  42. package/dist/configs/components/form-rich-text.d.ts +12 -5
  43. package/dist/configs/components/form-rich-text.js +16 -3
  44. package/dist/configs/components/form-select-multiple.d.ts +10 -2
  45. package/dist/configs/components/form-select-multiple.js +17 -2
  46. package/dist/configs/components/form-select.d.ts +22 -2
  47. package/dist/configs/components/form-select.js +26 -2
  48. package/dist/configs/components/form-text-area.d.ts +4 -4
  49. package/dist/configs/components/form-text-area.js +1 -1
  50. package/dist/configs/components/form-time.d.ts +10 -2
  51. package/dist/configs/components/form-time.js +16 -2
  52. package/dist/configs/components/form-upload-file.d.ts +10 -2
  53. package/dist/configs/components/form-upload-file.js +19 -6
  54. package/dist/configs/components/form-user-tree-select.d.ts +12 -2
  55. package/dist/configs/components/form-user-tree-select.js +17 -2
  56. package/dist/configs/components/graphicCard.json +43 -1
  57. package/dist/configs/components/grid/col.d.ts +5 -0
  58. package/dist/configs/components/grid/col.js +3 -0
  59. package/dist/configs/components/grid/grid.d.ts +14 -5
  60. package/dist/configs/components/grid/grid.js +317 -7
  61. package/dist/configs/components/grid/row.d.ts +1 -1
  62. package/dist/configs/components/image.d.ts +11 -0
  63. package/dist/configs/components/image.js +11 -0
  64. package/dist/configs/components/jsx.d.ts +155 -0
  65. package/dist/configs/components/jsx.js +203 -0
  66. package/dist/configs/components/link.d.ts +2 -1
  67. package/dist/configs/components/link.js +39 -0
  68. package/dist/configs/components/listView.d.ts +39 -6
  69. package/dist/configs/components/listView.js +424 -116
  70. package/dist/configs/components/lottery.d.ts +12 -0
  71. package/dist/configs/components/lottery.js +12 -0
  72. package/dist/configs/components/modal.d.ts +0 -1
  73. package/dist/configs/components/navLayout.json +55 -1
  74. package/dist/configs/components/navigationBar.json +1 -0
  75. package/dist/configs/components/pagelayout.json +1 -1
  76. package/dist/configs/components/qr_code.d.ts +17 -2
  77. package/dist/configs/components/qr_code.js +16 -1
  78. package/dist/configs/components/repeater-item.json +3 -0
  79. package/dist/configs/components/repeater.d.ts +1 -0
  80. package/dist/configs/components/repeater.js +1 -0
  81. package/dist/configs/components/richtextview.json +4 -5
  82. package/dist/configs/components/scrollVeiw.json +1 -0
  83. package/dist/configs/components/slot.json +31 -4
  84. package/dist/configs/components/swiper.json +3 -2
  85. package/dist/configs/components/table.json +1 -1
  86. package/dist/configs/components/tabs.d.ts +7 -4
  87. package/dist/configs/components/tabs.js +11 -3
  88. package/dist/configs/components/text.d.ts +1 -1
  89. package/dist/configs/components/text.js +1 -1
  90. package/dist/configs/components/wd-ad.d.ts +67 -0
  91. package/dist/configs/components/wd-ad.js +118 -0
  92. package/dist/configs/components/wd-audio.d.ts +186 -0
  93. package/dist/configs/components/wd-audio.js +445 -0
  94. package/dist/configs/components/wd-bubble.d.ts +15 -11
  95. package/dist/configs/components/wd-bubble.js +11 -1
  96. package/dist/configs/components/wd-button.d.ts +13 -1
  97. package/dist/configs/components/wd-button.js +24 -1
  98. package/dist/configs/components/wd-calendar.d.ts +99 -0
  99. package/dist/configs/components/wd-calendar.js +132 -0
  100. package/dist/configs/components/wd-canvas.d.ts +173 -0
  101. package/dist/configs/components/wd-canvas.js +351 -0
  102. package/dist/configs/components/wd-card.d.ts +48 -8
  103. package/dist/configs/components/wd-card.js +233 -24
  104. package/dist/configs/components/wd-checkbox.d.ts +59 -108
  105. package/dist/configs/components/wd-checkbox.js +141 -132
  106. package/dist/configs/components/wd-date-range.d.ts +81 -38
  107. package/dist/configs/components/wd-date-range.js +68 -32
  108. package/dist/configs/components/wd-date.d.ts +59 -23
  109. package/dist/configs/components/wd-date.js +36 -26
  110. package/dist/configs/components/wd-department.d.ts +263 -0
  111. package/dist/configs/components/wd-department.js +98 -0
  112. package/dist/configs/components/wd-divider.d.ts +16 -1
  113. package/dist/configs/components/wd-divider.js +16 -1
  114. package/dist/configs/components/wd-form-detail.d.ts +107 -21
  115. package/dist/configs/components/wd-form-detail.js +24 -132
  116. package/dist/configs/components/wd-form.d.ts +118 -58
  117. package/dist/configs/components/wd-form.js +379 -198
  118. package/dist/configs/components/wd-icon.d.ts +20 -1
  119. package/dist/configs/components/wd-icon.js +23 -1
  120. package/dist/configs/components/wd-image.d.ts +20 -1
  121. package/dist/configs/components/wd-image.js +24 -4
  122. package/dist/configs/components/wd-input-email.d.ts +86 -41
  123. package/dist/configs/components/wd-input-email.js +25 -3
  124. package/dist/configs/components/wd-input-number.d.ts +76 -25
  125. package/dist/configs/components/wd-input-number.js +52 -12
  126. package/dist/configs/components/wd-input-phone.d.ts +86 -41
  127. package/dist/configs/components/wd-input-phone.js +25 -3
  128. package/dist/configs/components/wd-input-url.d.ts +86 -41
  129. package/dist/configs/components/wd-input-url.js +25 -3
  130. package/dist/configs/components/wd-input.d.ts +96 -43
  131. package/dist/configs/components/wd-input.js +76 -4
  132. package/dist/configs/components/wd-layout.d.ts +14 -5
  133. package/dist/configs/components/wd-layout.js +85 -20
  134. package/dist/configs/components/wd-link.d.ts +5 -3
  135. package/dist/configs/components/wd-link.js +45 -4
  136. package/dist/configs/components/wd-location.d.ts +266 -17
  137. package/dist/configs/components/wd-location.js +113 -39
  138. package/dist/configs/components/wd-member.d.ts +267 -0
  139. package/dist/configs/components/wd-member.js +100 -0
  140. package/dist/configs/components/wd-menu-base-layout.d.ts +37 -0
  141. package/dist/configs/components/wd-menu-base-layout.js +50 -0
  142. package/dist/configs/components/wd-menu-horizontal-layout.d.ts +27 -0
  143. package/dist/configs/components/wd-menu-horizontal-layout.js +31 -0
  144. package/dist/configs/components/wd-menu-layout.d.ts +454 -0
  145. package/dist/configs/components/wd-menu-layout.js +301 -0
  146. package/dist/configs/components/wd-menu-list.d.ts +216 -0
  147. package/dist/configs/components/wd-menu-list.js +216 -0
  148. package/dist/configs/components/wd-menu-nav-layout.d.ts +27 -0
  149. package/dist/configs/components/wd-menu-nav-layout.js +31 -0
  150. package/dist/configs/components/wd-menu-plant-layout.d.ts +27 -0
  151. package/dist/configs/components/wd-menu-plant-layout.js +31 -0
  152. package/dist/configs/components/wd-menu-tab-layout.d.ts +27 -0
  153. package/dist/configs/components/wd-menu-tab-layout.js +31 -0
  154. package/dist/configs/components/wd-menu-vertical-layout.d.ts +27 -0
  155. package/dist/configs/components/wd-menu-vertical-layout.js +31 -0
  156. package/dist/configs/components/wd-modal.d.ts +35 -6
  157. package/dist/configs/components/wd-modal.js +406 -33
  158. package/dist/configs/components/wd-official-account.d.ts +4 -3
  159. package/dist/configs/components/wd-official-account.js +1 -0
  160. package/dist/configs/components/wd-progress.d.ts +195 -0
  161. package/dist/configs/components/wd-progress.js +239 -0
  162. package/dist/configs/components/wd-radio.d.ts +59 -104
  163. package/dist/configs/components/wd-radio.js +155 -131
  164. package/dist/configs/components/wd-rating.d.ts +268 -0
  165. package/dist/configs/components/wd-rating.js +384 -0
  166. package/dist/configs/components/wd-region.d.ts +237 -17
  167. package/dist/configs/components/wd-region.js +94 -24
  168. package/dist/configs/components/wd-rich-text.d.ts +221 -0
  169. package/dist/configs/components/wd-rich-text.js +163 -0
  170. package/dist/configs/components/wd-select-multiple.d.ts +286 -0
  171. package/dist/configs/components/wd-select-multiple.js +140 -0
  172. package/dist/configs/components/wd-select.d.ts +270 -18
  173. package/dist/configs/components/wd-select.js +120 -43
  174. package/dist/configs/components/wd-side-tab.d.ts +133 -0
  175. package/dist/configs/components/wd-side-tab.js +423 -0
  176. package/dist/configs/components/wd-switch.d.ts +66 -92
  177. package/dist/configs/components/wd-switch.js +82 -111
  178. package/dist/configs/components/wd-tabbar.d.ts +220 -0
  179. package/dist/configs/components/wd-tabbar.js +212 -0
  180. package/dist/configs/components/wd-table.d.ts +170 -44
  181. package/dist/configs/components/wd-table.js +594 -62
  182. package/dist/configs/components/wd-tag-select.d.ts +262 -0
  183. package/dist/configs/components/wd-tag-select.js +99 -0
  184. package/dist/configs/components/wd-tag.d.ts +158 -0
  185. package/dist/configs/components/wd-tag.js +89 -0
  186. package/dist/configs/components/wd-text.d.ts +21 -3
  187. package/dist/configs/components/wd-text.js +27 -1
  188. package/dist/configs/components/wd-textarea.d.ts +74 -21
  189. package/dist/configs/components/wd-textarea.js +36 -6
  190. package/dist/configs/components/wd-time.d.ts +69 -24
  191. package/dist/configs/components/wd-time.js +37 -31
  192. package/dist/configs/components/wd-top-tab.d.ts +133 -0
  193. package/dist/configs/components/wd-top-tab.js +423 -0
  194. package/dist/configs/components/wd-tree.d.ts +51 -3
  195. package/dist/configs/components/wd-tree.js +31 -12
  196. package/dist/configs/components/wd-unified-link.d.ts +57 -0
  197. package/dist/configs/components/wd-unified-link.js +113 -0
  198. package/dist/configs/components/wd-upload-file.d.ts +208 -21
  199. package/dist/configs/components/wd-upload-file.js +126 -24
  200. package/dist/configs/components/wd-upload-image.d.ts +217 -21
  201. package/dist/configs/components/wd-upload-image.js +185 -25
  202. package/dist/configs/components/web-view.d.ts +20 -5
  203. package/dist/configs/components/web-view.js +20 -5
  204. package/dist/configs/components/wedaVideo.d.ts +140 -11
  205. package/dist/configs/components/wedaVideo.js +284 -26
  206. package/dist/configs/components/wxOpenApi/phone.d.ts +12 -0
  207. package/dist/configs/components/wxOpenApi/phone.js +12 -0
  208. package/dist/configs/components/wxOpenApi/phoneCode.d.ts +13 -2
  209. package/dist/configs/components/wxOpenApi/phoneCode.js +13 -2
  210. package/dist/configs/components/wxOpenApi/share.d.ts +14 -0
  211. package/dist/configs/components/wxOpenApi/share.js +49 -0
  212. package/dist/configs/components/wxOpenApi/userInfo.d.ts +13 -2
  213. package/dist/configs/components/wxOpenApi/userInfo.js +13 -2
  214. package/dist/configs/index.d.ts +32709 -21114
  215. package/dist/configs/index.js +64 -29
  216. package/dist/configs/svg-tag.d.ts +1 -0
  217. package/dist/configs/svg-tag.js +19 -0
  218. package/dist/configs/type-utils/classes.d.ts +91 -0
  219. package/dist/configs/type-utils/classes.js +192 -0
  220. package/dist/configs/type-utils/index.d.ts +9 -28
  221. package/dist/configs/type-utils/index.js +9 -1
  222. package/dist/configs/type-utils/type-form.d.ts +288 -90
  223. package/dist/configs/type-utils/type-form.js +1202 -99
  224. package/dist/configs/type-utils/x-runtime-default.d.ts +87 -0
  225. package/dist/configs/type-utils/x-runtime-default.js +87 -0
  226. package/dist/configs/utils/layout.d.ts +9 -0
  227. package/dist/configs/utils/layout.js +807 -0
  228. package/dist/enum/index.d.ts +79 -0
  229. package/dist/enum/index.js +286 -6
  230. package/dist/iconConfig.json +6 -0
  231. package/dist/style/index.scss +1 -1
  232. package/dist/web/actions/showMessage/index.css +29 -0
  233. package/dist/web/actions/showModal/index.css +1 -0
  234. package/dist/web/components/calendar/index.css +20 -14
  235. package/dist/web/components/calendar/index.js +1 -1
  236. package/dist/web/components/carousel/index.d.ts +1 -0
  237. package/dist/web/components/carousel/index.js +6 -3
  238. package/dist/web/components/chart/common/chart-custom-connector.d.ts +0 -1
  239. package/dist/web/components/chart/common/data-transform.js +8 -0
  240. package/dist/web/components/common/portal.d.ts +6 -2
  241. package/dist/web/components/common/portal.js +10 -4
  242. package/dist/web/components/container/index.d.ts +5 -4
  243. package/dist/web/components/container/index.js +9 -2
  244. package/dist/web/components/echart/echart.js +9 -1
  245. package/dist/web/components/flow/common/hooks/useFlowConfig.d.ts +0 -1
  246. package/dist/web/components/flow/modules/basic/Basic.d.ts +0 -1
  247. package/dist/web/components/flow/modules/basic/BasicMobile.d.ts +0 -1
  248. package/dist/web/components/flow/modules/combination/index.d.ts +0 -1
  249. package/dist/web/components/flow/modules/operations/control.d.ts +0 -1
  250. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/{comment → comments-input}/index.d.ts +7 -2
  251. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/index.js +82 -0
  252. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/style.css +3 -0
  253. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/utils.d.ts +29 -0
  254. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/utils.js +106 -0
  255. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/drawer-form/index.d.ts +0 -1
  256. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/drawer-form/index.js +1 -1
  257. package/dist/web/components/flow/modules/operations/controls-items/flow-task-info-modal/view-model.d.ts +0 -1
  258. package/dist/web/components/flow/modules/operations/controls-items/flow-task-info-modal.d.ts +0 -1
  259. package/dist/web/components/flow/modules/operations/controls-items/index.d.ts +0 -1
  260. package/dist/web/components/flow/modules/operations/controls-items/roll-back-modal.js +11 -3
  261. package/dist/web/components/flow/modules/operations/style.css +3 -0
  262. package/dist/web/components/flow/modules/operations/view-model.d.ts +0 -1
  263. package/dist/web/components/flow/process/components/timeline/style.css +2 -2
  264. package/dist/web/components/form/enumSelect/NormalSelect.d.ts +0 -1
  265. package/dist/web/components/form/form/index.js +1 -1
  266. package/dist/web/components/form/location/common/mapChoose.css +7 -5
  267. package/dist/web/components/form/location/common/mapChoose.js +52 -14
  268. package/dist/web/components/form/location/common/selectModal.js +3 -2
  269. package/dist/web/components/form/location/common/useLocationInfo.d.ts +1 -1
  270. package/dist/web/components/form/location/common/useLocationInfo.js +9 -11
  271. package/dist/web/components/form/location/components/ChooseBtn/index.css +48 -0
  272. package/dist/web/components/form/location/components/ChooseBtn/index.d.ts +6 -0
  273. package/dist/web/components/form/location/components/ChooseBtn/index.js +17 -0
  274. package/dist/web/components/form/location/components/ChooseBtn/style.d.ts +1 -0
  275. package/dist/web/components/form/location/components/ChooseBtn/style.js +1 -0
  276. package/dist/web/components/form/location/components/LocationH5/index.css +8 -15
  277. package/dist/web/components/form/location/components/LocationH5/location.h5.js +26 -50
  278. package/dist/web/components/form/location/components/LocationPC/Header.d.ts +2 -1
  279. package/dist/web/components/form/location/components/LocationPC/Header.js +8 -7
  280. package/dist/web/components/form/location/components/LocationPC/index.css +25 -1
  281. package/dist/web/components/form/location/components/LocationPC/location.PC.js +20 -35
  282. package/dist/web/components/form/select/allTimePicker/calendar.css +2 -2
  283. package/dist/web/components/form/select/allTimePicker/index.css +3 -4
  284. package/dist/web/components/form/select/dropdown-select/h5.d.ts +2 -1
  285. package/dist/web/components/form/select/dropdown-select/h5.js +56 -45
  286. package/dist/web/components/form/select/dropdown-select/index.css +10 -8
  287. package/dist/web/components/form/select/dropdown-select/index.d.ts +3 -1
  288. package/dist/web/components/form/select/dropdown-select/index.js +17 -8
  289. package/dist/web/components/form/select/dropdown-select/pc.d.ts +2 -1
  290. package/dist/web/components/form/select/dropdown-select/pc.js +53 -46
  291. package/dist/web/components/form/select/dropdown-select/ui.d.ts +2 -0
  292. package/dist/web/components/form/select/dropdown-select/ui.js +27 -24
  293. package/dist/web/components/form/select/h5.d.ts +1 -1
  294. package/dist/web/components/form/select/h5.js +14 -43
  295. package/dist/web/components/form/select/index.css +26 -0
  296. package/dist/web/components/form/select/index.d.ts +4 -5
  297. package/dist/web/components/form/select/index.js +7 -9
  298. package/dist/web/components/form/select/request.js +1 -1
  299. package/dist/web/components/form/select/status/index.css +2 -2
  300. package/dist/web/components/form/selectMultiple/dropdown-select/h5.d.ts +2 -1
  301. package/dist/web/components/form/selectMultiple/dropdown-select/h5.js +51 -16
  302. package/dist/web/components/form/selectMultiple/dropdown-select/index.css +5 -5
  303. package/dist/web/components/form/selectMultiple/dropdown-select/index.d.ts +3 -1
  304. package/dist/web/components/form/selectMultiple/dropdown-select/index.js +14 -4
  305. package/dist/web/components/form/selectMultiple/dropdown-select/pc.d.ts +2 -1
  306. package/dist/web/components/form/selectMultiple/dropdown-select/pc.js +79 -64
  307. package/dist/web/components/form/selectMultiple/dropdown-select/ui.d.ts +3 -1
  308. package/dist/web/components/form/selectMultiple/dropdown-select/ui.js +63 -63
  309. package/dist/web/components/form/selectMultiple/h5.d.ts +1 -1
  310. package/dist/web/components/form/selectMultiple/h5.js +6 -23
  311. package/dist/web/components/form/selectMultiple/index.css +0 -7
  312. package/dist/web/components/form/selectMultiple/index.d.ts +4 -5
  313. package/dist/web/components/form/selectMultiple/index.js +8 -25
  314. package/dist/web/components/form/selectMultiple/request.js +1 -1
  315. package/dist/web/components/form/selectMultiple/status/index.css +2 -2
  316. package/dist/web/components/form/uploader/compress.d.ts +4 -0
  317. package/dist/web/components/form/uploader/compress.js +39 -0
  318. package/dist/web/components/form/uploader/index.css +19 -0
  319. package/dist/web/components/form/uploader/uploader.h5.d.ts +5 -2
  320. package/dist/web/components/form/uploader/uploader.h5.js +54 -7
  321. package/dist/web/components/form/uploader/uploader.pc.d.ts +4 -14
  322. package/dist/web/components/form/uploader/uploader.pc.js +87 -45
  323. package/dist/web/components/form/uploaderFile/index.css +18 -20
  324. package/dist/web/components/form/uploaderFile/uploadFile.h5.d.ts +3 -1
  325. package/dist/web/components/form/uploaderFile/uploadFile.h5.js +64 -24
  326. package/dist/web/components/form/uploaderFile/uploadFile.pc.d.ts +3 -1
  327. package/dist/web/components/form/uploaderFile/uploadFile.pc.js +86 -31
  328. package/dist/web/components/form/userOrgSelect/common/fetch-data-service.js +39 -32
  329. package/dist/web/components/form/userOrgSelect/common/types.d.ts +2 -0
  330. package/dist/web/components/form/userOrgSelect/component/depart-breadcrumb.d.ts +0 -1
  331. package/dist/web/components/form/userOrgSelect/component/depart-select/depart-select-pc.js +1 -2
  332. package/dist/web/components/form/userOrgSelect/component/depart-select/index.js +26 -18
  333. package/dist/web/components/form/userOrgSelect/component/depart-select/org-modal-pc.d.ts +0 -1
  334. package/dist/web/components/form/userOrgSelect/component/depart-select/org-modal-pc.js +6 -4
  335. package/dist/web/components/form/userOrgSelect/component/error-tips.d.ts +0 -1
  336. package/dist/web/components/form/userOrgSelect/component/index.css +8 -4
  337. package/dist/web/components/form/userOrgSelect/component/input-tags.d.ts +0 -1
  338. package/dist/web/components/form/userOrgSelect/component/input-tags.js +7 -3
  339. package/dist/web/components/form/userOrgSelect/component/modal-search-h5.d.ts +0 -1
  340. package/dist/web/components/form/userOrgSelect/component/modal-search.d.ts +0 -1
  341. package/dist/web/components/form/userOrgSelect/component/modal-select-h5.d.ts +0 -1
  342. package/dist/web/components/form/userOrgSelect/component/modal-select-h5.js +1 -1
  343. package/dist/web/components/form/userOrgSelect/component/org-tree-h5.d.ts +0 -1
  344. package/dist/web/components/form/userOrgSelect/component/org-tree.d.ts +0 -1
  345. package/dist/web/components/form/userOrgSelect/component/selected-list-h5.d.ts +0 -1
  346. package/dist/web/components/form/userOrgSelect/component/selected-list-h5.js +4 -4
  347. package/dist/web/components/form/userOrgSelect/component/selected-list.d.ts +0 -1
  348. package/dist/web/components/form/userOrgSelect/component/user-org-list.d.ts +0 -1
  349. package/dist/web/components/form/userOrgSelect/component/user-select-h5/index.js +18 -12
  350. package/dist/web/components/form/userOrgSelect/component/user-select-h5/style.d.ts +1 -0
  351. package/dist/web/components/form/userOrgSelect/component/user-select-h5/style.js +1 -0
  352. package/dist/web/components/form/userOrgSelect/component/user-select-h5/user-list-h5.d.ts +0 -1
  353. package/dist/web/components/form/userOrgSelect/component/user-select-h5/user-select-h5.d.ts +1 -1
  354. package/dist/web/components/form/userOrgSelect/component/user-select-h5/user-select-h5.js +3 -3
  355. package/dist/web/components/form/userOrgSelect/component/user-select-pc/error-tips.d.ts +0 -1
  356. package/dist/web/components/form/userOrgSelect/component/user-select-pc/model-user-list.d.ts +0 -1
  357. package/dist/web/components/form/userOrgSelect/component/user-select-pc/org-tree.d.ts +0 -1
  358. package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-model.d.ts +0 -1
  359. package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-model.js +4 -4
  360. package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.d.ts +1 -1
  361. package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.js +5 -3
  362. package/dist/web/components/form/userOrgSelect/component/userOrgSelect.css +32 -5
  363. package/dist/web/components/form/userOrgSelect/departTreeSelect/departTreeSelect.h5.js +9 -8
  364. package/dist/web/components/form-date/index.d.ts +2 -2
  365. package/dist/web/components/form-depart-tree-select/index.d.ts +3 -3
  366. package/dist/web/components/form-email/index.d.ts +1 -1
  367. package/dist/web/components/form-image-uploader/index.d.ts +4 -4
  368. package/dist/web/components/form-input/index.d.ts +3 -3
  369. package/dist/web/components/form-input-hooks/index.d.ts +6 -1
  370. package/dist/web/components/form-input-hooks/index.js +56 -41
  371. package/dist/web/components/form-location/index.d.ts +7 -7
  372. package/dist/web/components/form-multi-region/index.d.ts +2 -2
  373. package/dist/web/components/form-phone/index.d.ts +1 -1
  374. package/dist/web/components/form-radio/index.d.ts +3 -3
  375. package/dist/web/components/form-region/index.d.ts +1 -1
  376. package/dist/web/components/form-rich-text/index.d.ts +3 -3
  377. package/dist/web/components/form-select/index.d.ts +11 -5
  378. package/dist/web/components/form-select/index.js +13 -2
  379. package/dist/web/components/form-select-multiple/index.d.ts +4 -4
  380. package/dist/web/components/form-switch/index.d.ts +1 -1
  381. package/dist/web/components/form-text-area/index.d.ts +1 -1
  382. package/dist/web/components/form-time/index.d.ts +1 -1
  383. package/dist/web/components/form-upload-file/index.d.ts +3 -3
  384. package/dist/web/components/form-url/index.d.ts +1 -1
  385. package/dist/web/components/form-user-tree-select/index.d.ts +5 -5
  386. package/dist/web/components/formdetail/index.css +72 -28
  387. package/dist/web/components/formdetail/index.d.ts +10 -2
  388. package/dist/web/components/formdetail/index.js +162 -65
  389. package/dist/web/components/graphicCard/index.css +2 -1
  390. package/dist/web/components/graphicCard/index.d.ts +1 -0
  391. package/dist/web/components/graphicCard/index.js +5 -8
  392. package/dist/web/components/grid/grid.css +411 -110
  393. package/dist/web/components/grid/grid.d.ts +4 -0
  394. package/dist/web/components/grid/grid.js +2 -1
  395. package/dist/web/components/index.d.ts +31 -0
  396. package/dist/web/components/index.js +37 -9
  397. package/dist/web/components/jsx/index.d.ts +11 -0
  398. package/dist/web/components/jsx/index.js +36 -0
  399. package/dist/web/components/listView/index.css +37 -33
  400. package/dist/web/components/listView/index.js +175 -154
  401. package/dist/web/components/listView/interface.d.ts +8 -0
  402. package/dist/web/components/lottery/index.css +6 -4
  403. package/dist/web/components/lottery/index.js +2 -20
  404. package/dist/web/components/modal/modal.h5.js +2 -1
  405. package/dist/web/components/modal/modal.pc.js +2 -1
  406. package/dist/web/components/navLayout/index.d.ts +1 -0
  407. package/dist/web/components/navLayout/index.js +13 -2
  408. package/dist/web/components/navigationBar/common.js +9 -4
  409. package/dist/web/components/navigationBar/h5Menu.js +1 -1
  410. package/dist/web/components/navigationBar/horizontalMenu.js +2 -2
  411. package/dist/web/components/navigationBar/index.js +3 -2
  412. package/dist/web/components/navigationBar/verticalMenu.js +1 -1
  413. package/dist/web/components/pageLayout/PageContent/index.d.ts +0 -1
  414. package/dist/web/components/phone/index.d.ts +0 -1
  415. package/dist/web/components/phoneCode/index.d.ts +0 -1
  416. package/dist/web/components/richText/index.css +2 -2
  417. package/dist/web/components/richText/index.d.ts +1 -1
  418. package/dist/web/components/richText/index.js +17 -6
  419. package/dist/web/components/richTextView/index.css +3 -0
  420. package/dist/web/components/richTextView/index.js +1 -2
  421. package/dist/web/components/share/index.d.ts +0 -1
  422. package/dist/web/components/slot/index.d.ts +3 -1
  423. package/dist/web/components/slot/index.js +14 -3
  424. package/dist/web/components/statusContent/index.css +9 -5
  425. package/dist/web/components/statusContent/index.js +7 -3
  426. package/dist/web/components/swiper/index.css +3 -1
  427. package/dist/web/components/swiper/index.js +47 -29
  428. package/dist/web/components/table/BaseTable.d.ts +0 -1
  429. package/dist/web/components/table/BaseTable.js +7 -1
  430. package/dist/web/components/table/ExportFileModalByApi/index.js +10 -11
  431. package/dist/web/components/table/FieldRender.d.ts +0 -1
  432. package/dist/web/components/table/FieldRender.js +2 -2
  433. package/dist/web/components/table/FilterFields.d.ts +0 -1
  434. package/dist/web/components/table/Form/Enum.d.ts +0 -1
  435. package/dist/web/components/table/Form/Location.d.ts +0 -1
  436. package/dist/web/components/table/ImportFileModal/index.css +1 -1
  437. package/dist/web/components/table/ImportFileModal/index.js +12 -15
  438. package/dist/web/components/table/ImportFileModalByApi/index.js +18 -19
  439. package/dist/web/components/table/ImportFileModalByApi/uploadCSVFile.js +2 -2
  440. package/dist/web/components/table/InOrOutRecordModeal.js +15 -10
  441. package/dist/web/components/table/QuoteModal.d.ts +0 -1
  442. package/dist/web/components/table/UserDepartment/ViewCell.d.ts +0 -1
  443. package/dist/web/components/table/UserDepartment/utils.d.ts +0 -1
  444. package/dist/web/components/table/baseTable.css +1 -1
  445. package/dist/web/components/table/index.css +2 -2
  446. package/dist/web/components/table/index.js +2 -2
  447. package/dist/web/components/tabs/index.css +2 -2
  448. package/dist/web/components/uploaderFileView/index.js +1 -1
  449. package/dist/web/components/userInfo/index.d.ts +0 -1
  450. package/dist/web/components/wd-ad/ad-view.d.ts +7 -0
  451. package/dist/web/components/wd-ad/ad-view.js +40 -0
  452. package/dist/web/components/wd-ad/index.d.ts +3 -0
  453. package/dist/web/components/wd-ad/index.js +2 -0
  454. package/dist/web/components/wd-ad/style/view.css +147 -0
  455. package/dist/web/components/wd-ad/style/view.d.ts +1 -0
  456. package/dist/web/components/wd-ad/style/view.js +1 -0
  457. package/dist/web/components/wd-ad/wd-ad.d.ts +9 -0
  458. package/dist/web/components/wd-ad/wd-ad.js +21 -0
  459. package/dist/web/components/wd-audio/index.d.ts +3 -0
  460. package/dist/web/components/wd-audio/index.js +3 -0
  461. package/dist/web/components/wd-audio/wd-audio.d.ts +6 -0
  462. package/dist/web/components/wd-audio/wd-audio.js +207 -0
  463. package/dist/web/components/wd-calendar/MonthSelect.d.ts +9 -0
  464. package/dist/web/components/wd-calendar/MonthSelect.js +59 -0
  465. package/dist/web/components/wd-calendar/index.d.ts +3 -0
  466. package/dist/web/components/wd-calendar/index.js +3 -0
  467. package/dist/web/components/wd-calendar/style.d.ts +1 -0
  468. package/dist/web/components/wd-calendar/style.js +1 -0
  469. package/dist/web/components/wd-calendar/wd-calendar.d.ts +10 -0
  470. package/dist/web/components/wd-calendar/wd-calendar.js +88 -0
  471. package/dist/web/components/wd-calendar/weeks.d.ts +23 -0
  472. package/dist/web/components/wd-calendar/weeks.js +34 -0
  473. package/dist/web/components/wd-canvas/index.d.ts +3 -0
  474. package/dist/web/components/wd-canvas/index.js +3 -0
  475. package/dist/web/components/wd-canvas/wd-canvas.d.ts +6 -0
  476. package/dist/web/components/wd-canvas/wd-canvas.js +318 -0
  477. package/dist/web/components/wd-card/wd-card.js +35 -4
  478. package/dist/web/components/wd-checkbox/checkbox.js +2 -0
  479. package/dist/web/components/wd-checkbox-list/checkboxList.js +59 -53
  480. package/dist/web/components/wd-config-provider/wd-config-context.js +2 -2
  481. package/dist/web/components/wd-date/elements/Calendar.h5.d.ts +4 -2
  482. package/dist/web/components/wd-date/elements/Calendar.h5.js +14 -6
  483. package/dist/web/components/wd-date/elements/DatePicker.h5.js +16 -7
  484. package/dist/web/components/wd-date/elements/YearPicker.pc.d.ts +11 -3
  485. package/dist/web/components/wd-date/elements/YearPicker.pc.js +53 -44
  486. package/dist/web/components/wd-date/elements/YearRangePicker.pc.d.ts +6 -0
  487. package/dist/web/components/wd-date/elements/YearRangePicker.pc.js +54 -0
  488. package/dist/web/components/wd-date/elements/interface.d.ts +10 -3
  489. package/dist/web/components/wd-date/pc.js +5 -4
  490. package/dist/web/components/wd-date/wd-date.d.ts +1 -0
  491. package/dist/web/components/wd-date/wd-date.js +19 -11
  492. package/dist/web/components/wd-date-range/h5.d.ts +7 -2
  493. package/dist/web/components/wd-date-range/h5.js +65 -7
  494. package/dist/web/components/wd-date-range/index.d.ts +2 -1
  495. package/dist/web/components/wd-date-range/index.js +1 -1
  496. package/dist/web/components/wd-date-range/interface.d.ts +9 -0
  497. package/dist/web/components/wd-date-range/pc.d.ts +3 -3
  498. package/dist/web/components/wd-date-range/pc.js +36 -19
  499. package/dist/web/components/wd-date-range/wd-date-range.d.ts +3 -6
  500. package/dist/web/components/wd-date-range/wd-date-range.js +44 -73
  501. package/dist/web/components/{wd-department-select → wd-department/_design}/h5.js +5 -5
  502. package/dist/web/components/{wd-department-select → wd-department/_design}/wd-department-select.d.ts +1 -2
  503. package/dist/web/components/{wd-department-select → wd-department/_design}/wd-department-select.js +5 -5
  504. package/dist/web/components/wd-department/index.d.ts +3 -0
  505. package/dist/web/components/wd-department/index.js +3 -0
  506. package/dist/web/components/wd-department/style.d.ts +1 -0
  507. package/dist/web/components/wd-department/style.js +1 -0
  508. package/dist/web/components/wd-department/wd-department.css +35 -0
  509. package/dist/web/components/wd-department/wd-department.d.ts +8 -0
  510. package/dist/web/components/wd-department/wd-department.js +39 -0
  511. package/dist/web/components/wd-form/contexts/form-layout-context.d.ts +9 -0
  512. package/dist/web/components/wd-form/contexts/form-layout-context.js +10 -0
  513. package/dist/web/components/wd-form/contexts/form-type-context.d.ts +9 -0
  514. package/dist/web/components/wd-form/contexts/form-type-context.js +10 -0
  515. package/dist/web/components/wd-form/contexts/form-widget-context.d.ts +9 -0
  516. package/dist/web/components/wd-form/contexts/form-widget-context.js +10 -0
  517. package/dist/web/components/wd-form/form-utils.d.ts +1 -1
  518. package/dist/web/components/wd-form/form-utils.js +15 -11
  519. package/dist/web/components/wd-form/hooks/use-remote-value.d.ts +3 -3
  520. package/dist/web/components/wd-form/hooks/use-remote-value.js +26 -8
  521. package/dist/web/components/wd-form/index.d.ts +6 -1
  522. package/dist/web/components/wd-form/index.js +279 -215
  523. package/dist/web/components/wd-form/wd-form.css +5 -2
  524. package/dist/web/components/wd-form/wd-form.d.ts +4 -5
  525. package/dist/web/components/wd-form/wd-form.js +10 -2
  526. package/dist/web/components/wd-form-cell/wd-form-cell.d.ts +0 -1
  527. package/dist/web/components/wd-form-item/index.d.ts +2 -1
  528. package/dist/web/components/wd-form-item/index.js +2 -1
  529. package/dist/web/components/wd-form-item/wd-form-item-read-only.d.ts +14 -0
  530. package/dist/web/components/wd-form-item/wd-form-item-read-only.js +20 -0
  531. package/dist/web/components/wd-form-item/wd-form-item.js +25 -16
  532. package/dist/web/components/wd-form-item/wd-input-group.d.ts +0 -1
  533. package/dist/web/components/wd-form-item/wd-input-group.js +4 -5
  534. package/dist/web/components/wd-form-item/wd-input-wrap.d.ts +0 -1
  535. package/dist/web/components/wd-form-item/wd-input-wrap.js +9 -8
  536. package/dist/web/components/wd-icon/useLoadCss.d.ts +1 -0
  537. package/dist/web/components/wd-icon/useLoadCss.js +32 -0
  538. package/dist/web/components/wd-icon/wd-icon.js +11 -12
  539. package/dist/web/components/wd-image/image.js +34 -36
  540. package/dist/web/components/wd-image/index.js +18 -3
  541. package/dist/web/components/wd-input/wd-input.d.ts +31 -28
  542. package/dist/web/components/wd-input/wd-input.js +34 -20
  543. package/dist/web/components/wd-input-email/wd-input-email.d.ts +29 -26
  544. package/dist/web/components/wd-input-group/wd-input-group.d.ts +0 -1
  545. package/dist/web/components/wd-input-number/wd-input-number.js +86 -27
  546. package/dist/web/components/wd-input-phone/wd-input-phone.d.ts +31 -28
  547. package/dist/web/components/wd-input-url/wd-input-url.d.ts +29 -26
  548. package/dist/web/components/wd-layout/index.css +3 -0
  549. package/dist/web/components/wd-layout/style.d.ts +1 -0
  550. package/dist/web/components/wd-layout/style.js +1 -0
  551. package/dist/web/components/wd-layout/wd-layout.d.ts +2 -2
  552. package/dist/web/components/wd-layout/wd-layout.js +3 -2
  553. package/dist/web/components/wd-link/wd-link.js +3 -3
  554. package/dist/web/components/wd-location/_design/wd-location.d.ts +7 -0
  555. package/dist/web/components/wd-location/_design/wd-location.js +81 -0
  556. package/dist/web/components/wd-location/style.d.ts +1 -0
  557. package/dist/web/components/wd-location/style.js +1 -0
  558. package/dist/web/components/wd-location/wd-location.css +57 -0
  559. package/dist/web/components/wd-location/wd-location.d.ts +11 -6
  560. package/dist/web/components/wd-location/wd-location.js +48 -81
  561. package/dist/web/components/{wd-member-select → wd-member/_design}/h5.js +5 -5
  562. package/dist/web/components/wd-member/_design/wd-member-select.d.ts +7 -0
  563. package/dist/web/components/{wd-member-select → wd-member/_design}/wd-member-select.js +7 -7
  564. package/dist/web/components/wd-member/index.d.ts +3 -0
  565. package/dist/web/components/wd-member/index.js +3 -0
  566. package/dist/web/components/wd-member/style.d.ts +1 -0
  567. package/dist/web/components/wd-member/style.js +1 -0
  568. package/dist/web/components/wd-member/wd-member.css +31 -0
  569. package/dist/web/components/wd-member/wd-member.d.ts +8 -0
  570. package/dist/web/components/wd-member/wd-member.js +39 -0
  571. package/dist/web/components/wd-menu-base-layout/index.d.ts +6 -0
  572. package/dist/web/components/wd-menu-base-layout/index.js +5 -0
  573. package/dist/web/components/wd-menu-horizontal-layout/index.d.ts +6 -0
  574. package/dist/web/components/wd-menu-horizontal-layout/index.js +5 -0
  575. package/dist/web/components/wd-menu-layout/components/H5Menu.d.ts +3 -0
  576. package/dist/web/components/wd-menu-layout/components/H5Menu.js +18 -0
  577. package/dist/web/components/wd-menu-layout/components/HorizontalMenu.d.ts +3 -0
  578. package/dist/web/components/wd-menu-layout/components/HorizontalMenu.js +9 -0
  579. package/dist/web/components/wd-menu-layout/components/NavMenu.d.ts +3 -0
  580. package/dist/web/components/wd-menu-layout/components/NavMenu.js +7 -0
  581. package/dist/web/components/wd-menu-layout/components/PlantMenu.d.ts +3 -0
  582. package/dist/web/components/wd-menu-layout/components/PlantMenu.js +9 -0
  583. package/dist/web/components/wd-menu-layout/components/TabMenu.d.ts +3 -0
  584. package/dist/web/components/wd-menu-layout/components/TabMenu.js +7 -0
  585. package/dist/web/components/wd-menu-layout/components/VerticalMenu.d.ts +3 -0
  586. package/dist/web/components/wd-menu-layout/components/VerticalMenu.js +9 -0
  587. package/dist/web/components/wd-menu-layout/index.d.ts +3 -0
  588. package/dist/web/components/wd-menu-layout/index.js +3 -0
  589. package/dist/web/components/wd-menu-layout/utils/index.d.ts +6 -0
  590. package/dist/web/components/wd-menu-layout/utils/index.js +13 -0
  591. package/dist/web/components/wd-menu-layout/wd-menu-layout.d.ts +8 -0
  592. package/dist/web/components/wd-menu-layout/wd-menu-layout.js +21 -0
  593. package/dist/web/components/wd-menu-list/CommonMenuList.d.ts +3 -0
  594. package/dist/web/components/wd-menu-list/CommonMenuList.js +128 -0
  595. package/dist/web/components/wd-menu-list/HorizontalMenuList.d.ts +3 -0
  596. package/dist/web/components/wd-menu-list/HorizontalMenuList.js +152 -0
  597. package/dist/web/components/wd-menu-list/index.d.ts +3 -0
  598. package/dist/web/components/wd-menu-list/index.js +3 -0
  599. package/dist/web/components/wd-menu-list/utils/index.d.ts +12 -0
  600. package/dist/web/components/wd-menu-list/utils/index.js +109 -0
  601. package/dist/web/components/wd-menu-list/wd-menu-list.d.ts +7 -0
  602. package/dist/web/components/wd-menu-list/wd-menu-list.js +13 -0
  603. package/dist/web/components/wd-menu-nav-layout/index.d.ts +6 -0
  604. package/dist/web/components/wd-menu-nav-layout/index.js +5 -0
  605. package/dist/web/components/wd-menu-plant-layout/index.d.ts +6 -0
  606. package/dist/web/components/wd-menu-plant-layout/index.js +5 -0
  607. package/dist/web/components/wd-menu-tab-layout/index.d.ts +6 -0
  608. package/dist/web/components/wd-menu-tab-layout/index.js +5 -0
  609. package/dist/web/components/wd-menu-vertical-layout/index.d.ts +6 -0
  610. package/dist/web/components/wd-menu-vertical-layout/index.js +5 -0
  611. package/dist/web/components/wd-modal/wd-modal.js +35 -17
  612. package/dist/web/components/wd-progress/index.d.ts +3 -0
  613. package/dist/web/components/wd-progress/index.js +3 -0
  614. package/dist/web/components/wd-progress/util.d.ts +16 -0
  615. package/dist/web/components/wd-progress/util.js +42 -0
  616. package/dist/web/components/wd-progress/wd-progress.d.ts +7 -0
  617. package/dist/web/components/wd-progress/wd-progress.js +127 -0
  618. package/dist/web/components/wd-radio/wd-radio.d.ts +0 -1
  619. package/dist/web/components/wd-radio/wd-radio.js +1 -1
  620. package/dist/web/components/wd-radio-list/wd-radio-list.js +36 -25
  621. package/dist/web/components/wd-rating/index.d.ts +3 -0
  622. package/dist/web/components/wd-rating/index.js +3 -0
  623. package/dist/web/components/wd-rating/wd-rating.d.ts +6 -0
  624. package/dist/web/components/wd-rating/wd-rating.js +252 -0
  625. package/dist/web/components/{wd-region-select → wd-region/_design}/h5.js +3 -3
  626. package/dist/web/components/{wd-region-select → wd-region/_design}/wd-region.d.ts +1 -2
  627. package/dist/web/components/{wd-region-select → wd-region/_design}/wd-region.js +5 -5
  628. package/dist/web/components/{wd-region-select → wd-region}/index.d.ts +1 -1
  629. package/dist/web/components/wd-region/style.d.ts +1 -0
  630. package/dist/web/components/wd-region/style.js +1 -0
  631. package/dist/web/components/wd-region/wd-region.css +59 -0
  632. package/dist/web/components/wd-region/wd-region.d.ts +11 -0
  633. package/dist/web/components/wd-region/wd-region.js +50 -0
  634. package/dist/web/components/wd-retry/wd-retry.d.ts +0 -1
  635. package/dist/web/components/wd-rich-text/index.d.ts +3 -0
  636. package/dist/web/components/wd-rich-text/index.js +3 -0
  637. package/dist/web/components/wd-rich-text/style.d.ts +1 -0
  638. package/dist/web/components/wd-rich-text/style.js +1 -0
  639. package/dist/web/components/wd-rich-text/wd-rich-text.css +23 -0
  640. package/dist/web/components/wd-rich-text/wd-rich-text.d.ts +13 -0
  641. package/dist/web/components/wd-rich-text/wd-rich-text.js +26 -0
  642. package/dist/web/components/wd-select/{h5.js → _design/h5.js} +3 -3
  643. package/dist/web/components/wd-select/_design/wd-select.d.ts +11 -0
  644. package/dist/web/components/wd-select/_design/wd-select.js +87 -0
  645. package/dist/web/components/wd-select/style.d.ts +1 -0
  646. package/dist/web/components/wd-select/style.js +1 -0
  647. package/dist/web/components/wd-select/wd-select.css +59 -0
  648. package/dist/web/components/wd-select/wd-select.d.ts +13 -10
  649. package/dist/web/components/wd-select/wd-select.js +83 -87
  650. package/dist/web/components/wd-select-multiple/index.d.ts +3 -0
  651. package/dist/web/components/wd-select-multiple/index.js +3 -0
  652. package/dist/web/components/wd-select-multiple/style.d.ts +1 -0
  653. package/dist/web/components/wd-select-multiple/style.js +1 -0
  654. package/dist/web/components/wd-select-multiple/wd-select-multiple.css +77 -0
  655. package/dist/web/components/wd-select-multiple/wd-select-multiple.d.ts +15 -0
  656. package/dist/web/components/wd-select-multiple/wd-select-multiple.js +78 -0
  657. package/dist/web/components/wd-side-tab/index.d.ts +3 -0
  658. package/dist/web/components/wd-side-tab/index.js +3 -0
  659. package/dist/web/components/wd-side-tab/wd-side-tab.d.ts +6 -0
  660. package/dist/web/components/wd-side-tab/wd-side-tab.js +42 -0
  661. package/dist/web/components/wd-switch/wd-switch.js +6 -4
  662. package/dist/web/components/wd-tabbar/index.d.ts +3 -0
  663. package/dist/web/components/wd-tabbar/index.js +3 -0
  664. package/dist/web/components/wd-tabbar/wd-tabbar.d.ts +7 -0
  665. package/dist/web/components/wd-tabbar/wd-tabbar.js +84 -0
  666. package/dist/web/components/wd-table/components/ExportFileModalByApi/index.d.ts +0 -1
  667. package/dist/web/components/wd-table/components/FieldRender/Form/Enum.d.ts +0 -1
  668. package/dist/web/components/wd-table/components/FieldRender/Form/Location.d.ts +0 -1
  669. package/dist/web/components/wd-table/components/FieldRender/ImagePreview.d.ts +0 -1
  670. package/dist/web/components/wd-table/components/FieldRender/QuoteModal.d.ts +0 -1
  671. package/dist/web/components/wd-table/components/FieldRender/UserDepartment/ViewCell.d.ts +0 -1
  672. package/dist/web/components/wd-table/components/FieldRender/UserDepartment/utils.d.ts +0 -1
  673. package/dist/web/components/wd-table/components/FieldRender/VideoPreview.d.ts +7 -0
  674. package/dist/web/components/wd-table/components/FieldRender/VideoPreview.js +67 -0
  675. package/dist/web/components/wd-table/components/FieldRender/index.d.ts +4 -3
  676. package/dist/web/components/wd-table/components/FieldRender/index.js +104 -39
  677. package/dist/web/components/wd-table/components/FilterFieldsPanel/Fields.d.ts +0 -1
  678. package/dist/web/components/wd-table/components/FilterFieldsPanel/FilterFieldItem.d.ts +0 -1
  679. package/dist/web/components/wd-table/components/FilterFieldsPanel/FilterFieldItem.js +17 -16
  680. package/dist/web/components/wd-table/components/FilterFieldsPanel/InputAdornment.d.ts +0 -1
  681. package/dist/web/components/wd-table/components/FilterFieldsPanel/SelectSearch.d.ts +0 -1
  682. package/dist/web/components/wd-table/components/FilterFieldsPanel/SelectSearch.js +1 -0
  683. package/dist/web/components/wd-table/components/FilterFieldsPanel/filterFieldsGenerate.d.ts +1 -1
  684. package/dist/web/components/wd-table/components/FilterFieldsPanel/filterFieldsGenerate.js +23 -3
  685. package/dist/web/components/wd-table/components/FilterFieldsPanel/index.d.ts +2 -7
  686. package/dist/web/components/wd-table/components/FilterFieldsPanel/index.js +51 -23
  687. package/dist/web/components/wd-table/components/ImportFileModalByApi/index.d.ts +2 -2
  688. package/dist/web/components/wd-table/components/ImportFileModalByApi/index.js +21 -5
  689. package/dist/web/components/wd-table/components/InOrOutRecordModal.d.ts +0 -1
  690. package/dist/web/components/wd-table/components/ModalTable/index.js +13 -2
  691. package/dist/web/components/wd-table/components/Pagination/index.d.ts +0 -1
  692. package/dist/web/components/wd-table/components/Pagination/index.js +1 -1
  693. package/dist/web/components/wd-table/components/SearchBox/index.d.ts +0 -1
  694. package/dist/web/components/wd-table/components/SearchBox/index.js +3 -2
  695. package/dist/web/components/wd-table/components/Table/index.d.ts +4 -2
  696. package/dist/web/components/wd-table/components/Table/index.js +15 -5
  697. package/dist/web/components/wd-table/hooks/useAuthFields.d.ts +11 -1
  698. package/dist/web/components/wd-table/hooks/useAuthFields.js +3 -3
  699. package/dist/web/components/wd-table/hooks/useChooseList.d.ts +3 -2
  700. package/dist/web/components/wd-table/hooks/useChooseList.js +19 -8
  701. package/dist/web/components/wd-table/hooks/useQueryParams.d.ts +4 -1
  702. package/dist/web/components/wd-table/hooks/useQueryParams.js +11 -1
  703. package/dist/web/components/wd-table/hooks/useTableData.js +6 -6
  704. package/dist/web/components/wd-table/utils/index.d.ts +6 -12
  705. package/dist/web/components/wd-table/utils/index.js +89 -41
  706. package/dist/web/components/wd-table/utils/style.d.ts +1 -0
  707. package/dist/web/components/wd-table/utils/style.js +1 -0
  708. package/dist/web/components/wd-table/utils/tableTheme.css +117 -0
  709. package/dist/web/components/wd-table/wd-table.d.ts +3 -1
  710. package/dist/web/components/wd-table/wd-table.js +91 -22
  711. package/dist/web/components/wd-tabs/index.d.ts +3 -0
  712. package/dist/web/components/wd-tabs/index.js +3 -0
  713. package/dist/web/components/wd-tabs/tabs-h5.d.ts +2 -0
  714. package/dist/web/components/wd-tabs/tabs-h5.js +102 -0
  715. package/dist/web/components/wd-tabs/tabs-pc.d.ts +2 -0
  716. package/dist/web/components/wd-tabs/tabs-pc.js +121 -0
  717. package/dist/web/components/wd-tabs/tabs.d.ts +13 -0
  718. package/dist/web/components/wd-tabs/tabs.js +23 -0
  719. package/dist/web/components/wd-tag/_design.d.ts +5 -0
  720. package/dist/web/components/wd-tag/_design.js +11 -0
  721. package/dist/web/components/wd-tag/index.d.ts +6 -0
  722. package/dist/web/components/wd-tag/index.js +4 -0
  723. package/dist/web/components/wd-tag/tag-item.d.ts +21 -0
  724. package/dist/web/components/wd-tag/tag-item.js +79 -0
  725. package/dist/web/components/wd-tag/wd-tag-select.d.ts +10 -0
  726. package/dist/web/components/wd-tag/wd-tag-select.js +74 -0
  727. package/dist/web/components/wd-tag/wd-tag.d.ts +16 -0
  728. package/dist/web/components/wd-tag/wd-tag.js +109 -0
  729. package/dist/web/components/wd-text/wd-text.d.ts +1 -1
  730. package/dist/web/components/wd-text/wd-text.js +9 -1
  731. package/dist/web/components/wd-textarea/wd-textarea.js +39 -10
  732. package/dist/web/components/wd-time/h5.js +3 -4
  733. package/dist/web/components/wd-time/wd-time.d.ts +1 -0
  734. package/dist/web/components/wd-time/wd-time.js +13 -11
  735. package/dist/web/components/wd-top-tab/index.d.ts +3 -0
  736. package/dist/web/components/wd-top-tab/index.js +3 -0
  737. package/dist/web/components/wd-top-tab/wd-top-tab.d.ts +6 -0
  738. package/dist/web/components/wd-top-tab/wd-top-tab.js +42 -0
  739. package/dist/web/components/wd-tree/wd-tree.js +13 -5
  740. package/dist/web/components/wd-unified-link/index.d.ts +8 -0
  741. package/dist/web/components/wd-unified-link/index.js +91 -0
  742. package/dist/web/components/wd-upload-file/_design/wd-upload-file.d.ts +7 -0
  743. package/dist/web/components/wd-upload-file/_design/wd-upload-file.js +24 -0
  744. package/dist/web/components/wd-upload-file/style.d.ts +1 -0
  745. package/dist/web/components/wd-upload-file/style.js +1 -0
  746. package/dist/web/components/wd-upload-file/wd-upload-file.css +107 -0
  747. package/dist/web/components/wd-upload-file/wd-upload-file.d.ts +9 -6
  748. package/dist/web/components/wd-upload-file/wd-upload-file.js +37 -23
  749. package/dist/web/components/wd-upload-image/_design/wd-upload-image.d.ts +3 -0
  750. package/dist/web/components/wd-upload-image/_design/wd-upload-image.js +51 -0
  751. package/dist/web/components/wd-upload-image/style.d.ts +1 -0
  752. package/dist/web/components/wd-upload-image/style.js +1 -0
  753. package/dist/web/components/wd-upload-image/wd-upload-image.css +34 -0
  754. package/dist/web/components/wd-upload-image/wd-upload-image.d.ts +12 -3
  755. package/dist/web/components/wd-upload-image/wd-upload-image.js +37 -50
  756. package/dist/web/components/wedaVideo/index.css +1 -1
  757. package/dist/web/components/wedaVideo/index.d.ts +20 -4
  758. package/dist/web/components/wedaVideo/index.js +112 -7
  759. package/dist/web/utils/color.d.ts +6 -0
  760. package/dist/web/utils/color.js +81 -0
  761. package/dist/web/utils/constant.d.ts +10 -1
  762. package/dist/web/utils/constant.js +12 -1
  763. package/dist/web/utils/datasource.d.ts +8 -4
  764. package/dist/web/utils/datasource.js +17 -10
  765. package/dist/web/utils/date.d.ts +5 -0
  766. package/dist/web/utils/date.js +30 -0
  767. package/dist/web/utils/file2base64.d.ts +1 -0
  768. package/dist/web/utils/file2base64.js +6 -0
  769. package/dist/web/utils/getModelParams.js +2 -0
  770. package/dist/web/utils/getPageQuery.d.ts +0 -1
  771. package/dist/web/utils/global-context.d.ts +8 -0
  772. package/dist/web/utils/global-context.js +22 -0
  773. package/dist/web/utils/hooks/EnumHoc.js +2 -2
  774. package/dist/web/utils/hooks/context.d.ts +0 -20
  775. package/dist/web/utils/hooks/context.js +0 -16
  776. package/dist/web/utils/hooks/use-cloud-id-temp-url.d.ts +2 -2
  777. package/dist/web/utils/hooks/use-debounced-callback.d.ts +104 -0
  778. package/dist/web/utils/hooks/use-debounced-callback.js +213 -0
  779. package/dist/web/utils/hooks/use-delay-events.d.ts +8 -0
  780. package/dist/web/utils/hooks/use-delay-events.js +31 -0
  781. package/dist/web/utils/hooks/use-selected.d.ts +16 -0
  782. package/dist/web/utils/hooks/use-selected.js +38 -0
  783. package/dist/web/utils/hooks/useCanPreview.d.ts +1 -0
  784. package/dist/web/utils/hooks/useCanPreview.js +20 -0
  785. package/dist/web/utils/hooks/useDataSource.d.ts +2 -2
  786. package/dist/web/utils/hooks/useFormLegacy.d.ts +35 -23
  787. package/dist/web/utils/hooks/useFormLegacy.js +185 -117
  788. package/dist/web/utils/hooks/useRecycle.d.ts +13 -0
  789. package/dist/web/utils/hooks/useRecycle.js +19 -0
  790. package/dist/web/utils/hooks/useSyncValue.d.ts +3 -1
  791. package/dist/web/utils/hooks/useSyncValue.js +27 -4
  792. package/dist/web/utils/moment.d.ts +1 -4
  793. package/dist/web/utils/moment.js +13 -18
  794. package/dist/web/utils/platform.d.ts +4 -1
  795. package/dist/web/utils/platform.js +21 -2
  796. package/dist/web/utils/range.d.ts +16 -0
  797. package/dist/web/utils/range.js +61 -0
  798. package/dist/web/utils/tool.d.ts +10 -0
  799. package/dist/web/utils/tool.js +48 -0
  800. package/dist/web/utils/widget-api/index.d.ts +3 -0
  801. package/dist/web/utils/widget-api/index.js +7 -0
  802. package/dist/web/utils/widget-api/use-set-widget-api.d.ts +3 -0
  803. package/dist/web/utils/widget-api/use-set-widget-api.js +25 -0
  804. package/dist/web/weda-ui.css +78 -0
  805. package/package.json +34 -32
  806. package/dist/configs/components/dataView.json +0 -327
  807. package/dist/configs/components/drawer.json +0 -116
  808. package/dist/configs/components/form/label.json +0 -22
  809. package/dist/configs/components/listView.json +0 -618
  810. package/dist/configs/components/picker/picker.json +0 -18
  811. package/dist/configs/components/picker/timePicker.json +0 -23
  812. package/dist/configs/components/wd-department-select.d.ts +0 -32
  813. package/dist/configs/components/wd-department-select.js +0 -55
  814. package/dist/configs/components/wd-image-upload.d.ts +0 -56
  815. package/dist/configs/components/wd-image-upload.js +0 -92
  816. package/dist/configs/components/wd-member-select.d.ts +0 -32
  817. package/dist/configs/components/wd-member-select.js +0 -55
  818. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comment/index.js +0 -185
  819. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comment/style.css +0 -51
  820. package/dist/web/components/wd-date-range/elements/Calendar.h5.d.ts +0 -6
  821. package/dist/web/components/wd-date-range/elements/Calendar.h5.js +0 -63
  822. package/dist/web/components/wd-date-range/elements/DatePicker.h5.d.ts +0 -6
  823. package/dist/web/components/wd-date-range/elements/DatePicker.h5.js +0 -41
  824. package/dist/web/components/wd-date-range/elements/TimePicker.h5.d.ts +0 -6
  825. package/dist/web/components/wd-date-range/elements/TimePicker.h5.js +0 -80
  826. package/dist/web/components/wd-date-range/elements/WheelPicker.d.ts +0 -10
  827. package/dist/web/components/wd-date-range/elements/WheelPicker.js +0 -94
  828. package/dist/web/components/wd-date-range/elements/YearMonthPicker.h5.d.ts +0 -6
  829. package/dist/web/components/wd-date-range/elements/YearMonthPicker.h5.js +0 -58
  830. package/dist/web/components/wd-date-range/elements/YearPicker.h5.d.ts +0 -6
  831. package/dist/web/components/wd-date-range/elements/YearPicker.h5.js +0 -37
  832. package/dist/web/components/wd-date-range/elements/YearPicker.pc.d.ts +0 -9
  833. package/dist/web/components/wd-date-range/elements/YearPicker.pc.js +0 -78
  834. package/dist/web/components/wd-date-range/elements/interface.d.ts +0 -41
  835. package/dist/web/components/wd-department-select/index.d.ts +0 -3
  836. package/dist/web/components/wd-department-select/index.js +0 -3
  837. package/dist/web/components/wd-member-select/index.d.ts +0 -3
  838. package/dist/web/components/wd-member-select/index.js +0 -3
  839. package/dist/web/components/wd-member-select/wd-member-select.d.ts +0 -8
  840. package/dist/web/utils/hooks/CreatePortal.d.ts +0 -5
  841. package/dist/web/utils/hooks/CreatePortal.js +0 -7
  842. package/dist/web/utils/hooks/globalConnect.d.ts +0 -2
  843. package/dist/web/utils/hooks/globalConnect.js +0 -25
  844. /package/dist/web/components/wd-date-range/{elements/interface.js → interface.js} +0 -0
  845. /package/dist/web/components/{wd-department-select → wd-department/_design}/h5.d.ts +0 -0
  846. /package/dist/web/components/{wd-member-select → wd-member/_design}/h5.d.ts +0 -0
  847. /package/dist/web/components/{wd-region-select → wd-region/_design}/h5.d.ts +0 -0
  848. /package/dist/web/components/{wd-region-select → wd-region}/index.js +0 -0
  849. /package/dist/web/components/wd-select/{h5.d.ts → _design/h5.d.ts} +0 -0
@@ -29,71 +29,85 @@
29
29
  }
30
30
 
31
31
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
32
+ .wd-grid--avoid-scrollbar .wd-grid-col.wd-grid-col,
32
33
  .wd-grid-col.wd-grid-col {
33
34
  flex: 1 0 0%;
34
35
  }
35
36
 
36
37
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
38
+ .wd-grid--avoid-scrollbar .wd-grid-col-auto.wd-grid-col-auto,
37
39
  .wd-grid-col-auto.wd-grid-col-auto {
38
40
  flex: 0 0 auto;
39
41
  width: auto;
40
42
  }
41
43
 
44
+ .wd-grid--avoid-scrollbar .wd-grid-col-1.wd-grid-col-1,
42
45
  .wd-grid-col-1.wd-grid-col-1 {
43
46
  flex: 0 0 auto;
44
47
  width: 8.33333333%;
45
48
  }
46
49
 
50
+ .wd-grid--avoid-scrollbar .wd-grid-col-2.wd-grid-col-2,
47
51
  .wd-grid-col-2.wd-grid-col-2 {
48
52
  flex: 0 0 auto;
49
53
  width: 16.66666667%;
50
54
  }
51
55
 
56
+ .wd-grid--avoid-scrollbar .wd-grid-col-3.wd-grid-col-3,
52
57
  .wd-grid-col-3.wd-grid-col-3 {
53
58
  flex: 0 0 auto;
54
59
  width: 25%;
55
60
  }
56
61
 
62
+ .wd-grid--avoid-scrollbar .wd-grid-col-4.wd-grid-col-4,
57
63
  .wd-grid-col-4.wd-grid-col-4 {
58
64
  flex: 0 0 auto;
59
65
  width: 33.33333333%;
60
66
  }
61
67
 
68
+ .wd-grid--avoid-scrollbar .wd-grid-col-5.wd-grid-col-5,
62
69
  .wd-grid-col-5.wd-grid-col-5 {
63
70
  flex: 0 0 auto;
64
71
  width: 41.66666667%;
65
72
  }
66
73
 
74
+ .wd-grid--avoid-scrollbar .wd-grid-col-6.wd-grid-col-6,
67
75
  .wd-grid-col-6.wd-grid-col-6 {
68
76
  flex: 0 0 auto;
69
77
  width: 50%;
70
78
  }
71
79
 
80
+ .wd-grid--avoid-scrollbar .wd-grid-col-7.wd-grid-col-7,
72
81
  .wd-grid-col-7.wd-grid-col-7 {
73
82
  flex: 0 0 auto;
74
83
  width: 58.33333333%;
75
84
  }
76
85
 
86
+ .wd-grid--avoid-scrollbar .wd-grid-col-8.wd-grid-col-8,
77
87
  .wd-grid-col-8.wd-grid-col-8 {
78
88
  flex: 0 0 auto;
79
89
  width: 66.66666667%;
80
90
  }
81
91
 
92
+ .wd-grid--avoid-scrollbar .wd-grid-col-9.wd-grid-col-9,
82
93
  .wd-grid-col-9.wd-grid-col-9 {
83
94
  flex: 0 0 auto;
84
95
  width: 75%;
85
96
  }
86
97
 
98
+ .wd-grid--avoid-scrollbar .wd-grid-col-10.wd-grid-col-10,
87
99
  .wd-grid-col-10.wd-grid-col-10 {
88
100
  flex: 0 0 auto;
89
101
  width: 83.33333333%;
90
102
  }
91
103
 
104
+ .wd-grid--avoid-scrollbar .wd-grid-col-11.wd-grid-col-11,
92
105
  .wd-grid-col-11.wd-grid-col-11 {
93
106
  flex: 0 0 auto;
94
107
  width: 91.66666667%;
95
108
  }
96
109
 
110
+ .wd-grid--avoid-scrollbar .wd-grid-col-12.wd-grid-col-12,
97
111
  .wd-grid-col-12.wd-grid-col-12 {
98
112
  flex: 0 0 auto;
99
113
  width: 100%;
@@ -260,58 +274,72 @@
260
274
 
261
275
  @media (min-width: 576px) {
262
276
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
277
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm.wd-grid-col-sm,
263
278
  .wd-grid-col-sm.wd-grid-col-sm {
264
279
  flex: 1 0 0%;
265
280
  }
266
281
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
282
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-auto.wd-grid-col-sm-auto,
267
283
  .wd-grid-col-sm-auto.wd-grid-col-sm-auto {
268
284
  flex: 0 0 auto;
269
285
  width: auto;
270
286
  }
287
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-1.wd-grid-col-sm-1,
271
288
  .wd-grid-col-sm-1.wd-grid-col-sm-1 {
272
289
  flex: 0 0 auto;
273
290
  width: 8.33333333%;
274
291
  }
292
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-2.wd-grid-col-sm-2,
275
293
  .wd-grid-col-sm-2.wd-grid-col-sm-2 {
276
294
  flex: 0 0 auto;
277
295
  width: 16.66666667%;
278
296
  }
297
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-3.wd-grid-col-sm-3,
279
298
  .wd-grid-col-sm-3.wd-grid-col-sm-3 {
280
299
  flex: 0 0 auto;
281
300
  width: 25%;
282
301
  }
302
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-4.wd-grid-col-sm-4,
283
303
  .wd-grid-col-sm-4.wd-grid-col-sm-4 {
284
304
  flex: 0 0 auto;
285
305
  width: 33.33333333%;
286
306
  }
307
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-5.wd-grid-col-sm-5,
287
308
  .wd-grid-col-sm-5.wd-grid-col-sm-5 {
288
309
  flex: 0 0 auto;
289
310
  width: 41.66666667%;
290
311
  }
312
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-6.wd-grid-col-sm-6,
291
313
  .wd-grid-col-sm-6.wd-grid-col-sm-6 {
292
314
  flex: 0 0 auto;
293
315
  width: 50%;
294
316
  }
317
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-7.wd-grid-col-sm-7,
295
318
  .wd-grid-col-sm-7.wd-grid-col-sm-7 {
296
319
  flex: 0 0 auto;
297
320
  width: 58.33333333%;
298
321
  }
322
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-8.wd-grid-col-sm-8,
299
323
  .wd-grid-col-sm-8.wd-grid-col-sm-8 {
300
324
  flex: 0 0 auto;
301
325
  width: 66.66666667%;
302
326
  }
327
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-9.wd-grid-col-sm-9,
303
328
  .wd-grid-col-sm-9.wd-grid-col-sm-9 {
304
329
  flex: 0 0 auto;
305
330
  width: 75%;
306
331
  }
332
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-10.wd-grid-col-sm-10,
307
333
  .wd-grid-col-sm-10.wd-grid-col-sm-10 {
308
334
  flex: 0 0 auto;
309
335
  width: 83.33333333%;
310
336
  }
337
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-11.wd-grid-col-sm-11,
311
338
  .wd-grid-col-sm-11.wd-grid-col-sm-11 {
312
339
  flex: 0 0 auto;
313
340
  width: 91.66666667%;
314
341
  }
342
+ .wd-grid--avoid-scrollbar .wd-grid-col-sm-12.wd-grid-col-sm-12,
315
343
  .wd-grid-col-sm-12.wd-grid-col-sm-12 {
316
344
  flex: 0 0 auto;
317
345
  width: 100%;
@@ -322,121 +350,121 @@
322
350
  *
323
351
  */
324
352
  .wd-grid-g-sm-0,
325
- .wd-grid-gx-sm-0 {
353
+ .wd-grid-gx-sm-0 {
326
354
  --wd-grid-gutter-x: 0;
327
355
  }
328
356
  .wd-grid-g-sm-0,
329
- .wd-grid-gy-sm-0 {
357
+ .wd-grid-gy-sm-0 {
330
358
  --wd-grid-gutter-y: 0;
331
359
  }
332
360
  .wd-grid-grb-sm-0 {
333
361
  --wd-grid-gutter-rb: 0;
334
362
  }
335
363
  .wd-grid-g-sm-1,
336
- .wd-grid-gx-sm-1 {
364
+ .wd-grid-gx-sm-1 {
337
365
  --wd-grid-gutter-x: 4PX;
338
366
  }
339
367
  .wd-grid-g-sm-1,
340
- .wd-grid-gy-sm-1 {
368
+ .wd-grid-gy-sm-1 {
341
369
  --wd-grid-gutter-y: 4PX;
342
370
  }
343
371
  .wd-grid-grb-sm-1 {
344
372
  --wd-grid-gutter-rb: 4PX;
345
373
  }
346
374
  .wd-grid-g-sm-2,
347
- .wd-grid-gx-sm-2 {
375
+ .wd-grid-gx-sm-2 {
348
376
  --wd-grid-gutter-x: 8PX;
349
377
  }
350
378
  .wd-grid-g-sm-2,
351
- .wd-grid-gy-sm-2 {
379
+ .wd-grid-gy-sm-2 {
352
380
  --wd-grid-gutter-y: 8PX;
353
381
  }
354
382
  .wd-grid-grb-sm-2 {
355
383
  --wd-grid-gutter-rb: 8PX;
356
384
  }
357
385
  .wd-grid-g-sm-3,
358
- .wd-grid-gx-sm-3 {
386
+ .wd-grid-gx-sm-3 {
359
387
  --wd-grid-gutter-x: 16PX;
360
388
  }
361
389
  .wd-grid-g-sm-3,
362
- .wd-grid-gy-sm-3 {
390
+ .wd-grid-gy-sm-3 {
363
391
  --wd-grid-gutter-y: 16PX;
364
392
  }
365
393
  .wd-grid-grb-sm-3 {
366
394
  --wd-grid-gutter-rb: 16PX;
367
395
  }
368
396
  .wd-grid-g-sm-4,
369
- .wd-grid-gx-sm-4 {
397
+ .wd-grid-gx-sm-4 {
370
398
  --wd-grid-gutter-x: 24PX;
371
399
  }
372
400
  .wd-grid-g-sm-4,
373
- .wd-grid-gy-sm-4 {
401
+ .wd-grid-gy-sm-4 {
374
402
  --wd-grid-gutter-y: 24PX;
375
403
  }
376
404
  .wd-grid-grb-sm-4 {
377
405
  --wd-grid-gutter-rb: 24PX;
378
406
  }
379
407
  .wd-grid-g-sm-5,
380
- .wd-grid-gx-sm-5 {
408
+ .wd-grid-gx-sm-5 {
381
409
  --wd-grid-gutter-x: 32PX;
382
410
  }
383
411
  .wd-grid-g-sm-5,
384
- .wd-grid-gy-sm-5 {
412
+ .wd-grid-gy-sm-5 {
385
413
  --wd-grid-gutter-y: 32PX;
386
414
  }
387
415
  .wd-grid-grb-sm-5 {
388
416
  --wd-grid-gutter-rb: 32PX;
389
417
  }
390
418
  .wd-grid-g-sm-6,
391
- .wd-grid-gx-sm-6 {
419
+ .wd-grid-gx-sm-6 {
392
420
  --wd-grid-gutter-x: 48PX;
393
421
  }
394
422
  .wd-grid-g-sm-6,
395
- .wd-grid-gy-sm-6 {
423
+ .wd-grid-gy-sm-6 {
396
424
  --wd-grid-gutter-y: 48PX;
397
425
  }
398
426
  .wd-grid-grb-sm-6 {
399
427
  --wd-grid-gutter-rb: 48PX;
400
428
  }
401
429
  .wd-grid-g-sm-7,
402
- .wd-grid-gx-sm-7 {
430
+ .wd-grid-gx-sm-7 {
403
431
  --wd-grid-gutter-x: 60PX;
404
432
  }
405
433
  .wd-grid-g-sm-7,
406
- .wd-grid-gy-sm-7 {
434
+ .wd-grid-gy-sm-7 {
407
435
  --wd-grid-gutter-y: 60PX;
408
436
  }
409
437
  .wd-grid-grb-sm-7 {
410
438
  --wd-grid-gutter-rb: 60PX;
411
439
  }
412
440
  .wd-grid-g-sm-8,
413
- .wd-grid-gx-sm-8 {
441
+ .wd-grid-gx-sm-8 {
414
442
  --wd-grid-gutter-x: 80PX;
415
443
  }
416
444
  .wd-grid-g-sm-8,
417
- .wd-grid-gy-sm-8 {
445
+ .wd-grid-gy-sm-8 {
418
446
  --wd-grid-gutter-y: 80PX;
419
447
  }
420
448
  .wd-grid-grb-sm-8 {
421
449
  --wd-grid-gutter-rb: 80PX;
422
450
  }
423
451
  .wd-grid-g-sm-9,
424
- .wd-grid-gx-sm-9 {
452
+ .wd-grid-gx-sm-9 {
425
453
  --wd-grid-gutter-x: 100PX;
426
454
  }
427
455
  .wd-grid-g-sm-9,
428
- .wd-grid-gy-sm-9 {
456
+ .wd-grid-gy-sm-9 {
429
457
  --wd-grid-gutter-y: 100PX;
430
458
  }
431
459
  .wd-grid-grb-sm-9 {
432
460
  --wd-grid-gutter-rb: 100PX;
433
461
  }
434
462
  .wd-grid-g-sm-10,
435
- .wd-grid-gx-sm-10 {
463
+ .wd-grid-gx-sm-10 {
436
464
  --wd-grid-gutter-x: 128PX;
437
465
  }
438
466
  .wd-grid-g-sm-10,
439
- .wd-grid-gy-sm-10 {
467
+ .wd-grid-gy-sm-10 {
440
468
  --wd-grid-gutter-y: 128PX;
441
469
  }
442
470
  .wd-grid-grb-sm-10 {
@@ -445,58 +473,72 @@
445
473
  }
446
474
  @media (min-width: 768px) {
447
475
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
476
+ .wd-grid--avoid-scrollbar .wd-grid-col-md.wd-grid-col-md,
448
477
  .wd-grid-col-md.wd-grid-col-md {
449
478
  flex: 1 0 0%;
450
479
  }
451
480
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
481
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-auto.wd-grid-col-md-auto,
452
482
  .wd-grid-col-md-auto.wd-grid-col-md-auto {
453
483
  flex: 0 0 auto;
454
484
  width: auto;
455
485
  }
486
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-1.wd-grid-col-md-1,
456
487
  .wd-grid-col-md-1.wd-grid-col-md-1 {
457
488
  flex: 0 0 auto;
458
489
  width: 8.33333333%;
459
490
  }
491
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-2.wd-grid-col-md-2,
460
492
  .wd-grid-col-md-2.wd-grid-col-md-2 {
461
493
  flex: 0 0 auto;
462
494
  width: 16.66666667%;
463
495
  }
496
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-3.wd-grid-col-md-3,
464
497
  .wd-grid-col-md-3.wd-grid-col-md-3 {
465
498
  flex: 0 0 auto;
466
499
  width: 25%;
467
500
  }
501
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-4.wd-grid-col-md-4,
468
502
  .wd-grid-col-md-4.wd-grid-col-md-4 {
469
503
  flex: 0 0 auto;
470
504
  width: 33.33333333%;
471
505
  }
506
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-5.wd-grid-col-md-5,
472
507
  .wd-grid-col-md-5.wd-grid-col-md-5 {
473
508
  flex: 0 0 auto;
474
509
  width: 41.66666667%;
475
510
  }
511
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-6.wd-grid-col-md-6,
476
512
  .wd-grid-col-md-6.wd-grid-col-md-6 {
477
513
  flex: 0 0 auto;
478
514
  width: 50%;
479
515
  }
516
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-7.wd-grid-col-md-7,
480
517
  .wd-grid-col-md-7.wd-grid-col-md-7 {
481
518
  flex: 0 0 auto;
482
519
  width: 58.33333333%;
483
520
  }
521
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-8.wd-grid-col-md-8,
484
522
  .wd-grid-col-md-8.wd-grid-col-md-8 {
485
523
  flex: 0 0 auto;
486
524
  width: 66.66666667%;
487
525
  }
526
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-9.wd-grid-col-md-9,
488
527
  .wd-grid-col-md-9.wd-grid-col-md-9 {
489
528
  flex: 0 0 auto;
490
529
  width: 75%;
491
530
  }
531
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-10.wd-grid-col-md-10,
492
532
  .wd-grid-col-md-10.wd-grid-col-md-10 {
493
533
  flex: 0 0 auto;
494
534
  width: 83.33333333%;
495
535
  }
536
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-11.wd-grid-col-md-11,
496
537
  .wd-grid-col-md-11.wd-grid-col-md-11 {
497
538
  flex: 0 0 auto;
498
539
  width: 91.66666667%;
499
540
  }
541
+ .wd-grid--avoid-scrollbar .wd-grid-col-md-12.wd-grid-col-md-12,
500
542
  .wd-grid-col-md-12.wd-grid-col-md-12 {
501
543
  flex: 0 0 auto;
502
544
  width: 100%;
@@ -507,181 +549,393 @@
507
549
  *
508
550
  */
509
551
  .wd-grid-g-md-0,
510
- .wd-grid-gx-md-0 {
552
+ .wd-grid-gx-md-0 {
511
553
  --wd-grid-gutter-x: 0;
512
554
  }
513
555
  .wd-grid-g-md-0,
514
- .wd-grid-gy-md-0 {
556
+ .wd-grid-gy-md-0 {
515
557
  --wd-grid-gutter-y: 0;
516
558
  }
517
559
  .wd-grid-grb-md-0 {
518
560
  --wd-grid-gutter-rb: 0;
519
561
  }
520
562
  .wd-grid-g-md-1,
521
- .wd-grid-gx-md-1 {
563
+ .wd-grid-gx-md-1 {
522
564
  --wd-grid-gutter-x: 4PX;
523
565
  }
524
566
  .wd-grid-g-md-1,
525
- .wd-grid-gy-md-1 {
567
+ .wd-grid-gy-md-1 {
526
568
  --wd-grid-gutter-y: 4PX;
527
569
  }
528
570
  .wd-grid-grb-md-1 {
529
571
  --wd-grid-gutter-rb: 4PX;
530
572
  }
531
573
  .wd-grid-g-md-2,
532
- .wd-grid-gx-md-2 {
574
+ .wd-grid-gx-md-2 {
533
575
  --wd-grid-gutter-x: 8PX;
534
576
  }
535
577
  .wd-grid-g-md-2,
536
- .wd-grid-gy-md-2 {
578
+ .wd-grid-gy-md-2 {
537
579
  --wd-grid-gutter-y: 8PX;
538
580
  }
539
581
  .wd-grid-grb-md-2 {
540
582
  --wd-grid-gutter-rb: 8PX;
541
583
  }
542
584
  .wd-grid-g-md-3,
543
- .wd-grid-gx-md-3 {
585
+ .wd-grid-gx-md-3 {
544
586
  --wd-grid-gutter-x: 16PX;
545
587
  }
546
588
  .wd-grid-g-md-3,
547
- .wd-grid-gy-md-3 {
589
+ .wd-grid-gy-md-3 {
548
590
  --wd-grid-gutter-y: 16PX;
549
591
  }
550
592
  .wd-grid-grb-md-3 {
551
593
  --wd-grid-gutter-rb: 16PX;
552
594
  }
553
595
  .wd-grid-g-md-4,
554
- .wd-grid-gx-md-4 {
596
+ .wd-grid-gx-md-4 {
555
597
  --wd-grid-gutter-x: 24PX;
556
598
  }
557
599
  .wd-grid-g-md-4,
558
- .wd-grid-gy-md-4 {
600
+ .wd-grid-gy-md-4 {
559
601
  --wd-grid-gutter-y: 24PX;
560
602
  }
561
603
  .wd-grid-grb-md-4 {
562
604
  --wd-grid-gutter-rb: 24PX;
563
605
  }
564
606
  .wd-grid-g-md-5,
565
- .wd-grid-gx-md-5 {
607
+ .wd-grid-gx-md-5 {
566
608
  --wd-grid-gutter-x: 32PX;
567
609
  }
568
610
  .wd-grid-g-md-5,
569
- .wd-grid-gy-md-5 {
611
+ .wd-grid-gy-md-5 {
570
612
  --wd-grid-gutter-y: 32PX;
571
613
  }
572
614
  .wd-grid-grb-md-5 {
573
615
  --wd-grid-gutter-rb: 32PX;
574
616
  }
575
617
  .wd-grid-g-md-6,
576
- .wd-grid-gx-md-6 {
618
+ .wd-grid-gx-md-6 {
577
619
  --wd-grid-gutter-x: 48PX;
578
620
  }
579
621
  .wd-grid-g-md-6,
580
- .wd-grid-gy-md-6 {
622
+ .wd-grid-gy-md-6 {
581
623
  --wd-grid-gutter-y: 48PX;
582
624
  }
583
625
  .wd-grid-grb-md-6 {
584
626
  --wd-grid-gutter-rb: 48PX;
585
627
  }
586
628
  .wd-grid-g-md-7,
587
- .wd-grid-gx-md-7 {
629
+ .wd-grid-gx-md-7 {
588
630
  --wd-grid-gutter-x: 60PX;
589
631
  }
590
632
  .wd-grid-g-md-7,
591
- .wd-grid-gy-md-7 {
633
+ .wd-grid-gy-md-7 {
592
634
  --wd-grid-gutter-y: 60PX;
593
635
  }
594
636
  .wd-grid-grb-md-7 {
595
637
  --wd-grid-gutter-rb: 60PX;
596
638
  }
597
639
  .wd-grid-g-md-8,
598
- .wd-grid-gx-md-8 {
640
+ .wd-grid-gx-md-8 {
599
641
  --wd-grid-gutter-x: 80PX;
600
642
  }
601
643
  .wd-grid-g-md-8,
602
- .wd-grid-gy-md-8 {
644
+ .wd-grid-gy-md-8 {
603
645
  --wd-grid-gutter-y: 80PX;
604
646
  }
605
647
  .wd-grid-grb-md-8 {
606
648
  --wd-grid-gutter-rb: 80PX;
607
649
  }
608
650
  .wd-grid-g-md-9,
609
- .wd-grid-gx-md-9 {
651
+ .wd-grid-gx-md-9 {
610
652
  --wd-grid-gutter-x: 100PX;
611
653
  }
612
654
  .wd-grid-g-md-9,
613
- .wd-grid-gy-md-9 {
655
+ .wd-grid-gy-md-9 {
614
656
  --wd-grid-gutter-y: 100PX;
615
657
  }
616
658
  .wd-grid-grb-md-9 {
617
659
  --wd-grid-gutter-rb: 100PX;
618
660
  }
619
661
  .wd-grid-g-md-10,
620
- .wd-grid-gx-md-10 {
662
+ .wd-grid-gx-md-10 {
621
663
  --wd-grid-gutter-x: 128PX;
622
664
  }
623
665
  .wd-grid-g-md-10,
624
- .wd-grid-gy-md-10 {
666
+ .wd-grid-gy-md-10 {
625
667
  --wd-grid-gutter-y: 128PX;
626
668
  }
627
669
  .wd-grid-grb-md-10 {
628
670
  --wd-grid-gutter-rb: 128PX;
629
671
  }
672
+
673
+ /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
674
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg.wd-grid-col-lg,
675
+ .wd-grid-col-lg.wd-grid-col-lg {
676
+ flex: 1 0 0%;
677
+ }
678
+ /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
679
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-auto.wd-grid-col-lg-auto,
680
+ .wd-grid-col-lg-auto.wd-grid-col-lg-auto {
681
+ flex: 0 0 auto;
682
+ width: auto;
683
+ }
684
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-1.wd-grid-col-lg-1,
685
+ .wd-grid-col-lg-1.wd-grid-col-lg-1 {
686
+ flex: 0 0 auto;
687
+ width: 8.33333333%;
688
+ }
689
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-2.wd-grid-col-lg-2,
690
+ .wd-grid-col-lg-2.wd-grid-col-lg-2 {
691
+ flex: 0 0 auto;
692
+ width: 16.66666667%;
693
+ }
694
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-3.wd-grid-col-lg-3,
695
+ .wd-grid-col-lg-3.wd-grid-col-lg-3 {
696
+ flex: 0 0 auto;
697
+ width: 25%;
698
+ }
699
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-4.wd-grid-col-lg-4,
700
+ .wd-grid-col-lg-4.wd-grid-col-lg-4 {
701
+ flex: 0 0 auto;
702
+ width: 33.33333333%;
703
+ }
704
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-5.wd-grid-col-lg-5,
705
+ .wd-grid-col-lg-5.wd-grid-col-lg-5 {
706
+ flex: 0 0 auto;
707
+ width: 41.66666667%;
708
+ }
709
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-6.wd-grid-col-lg-6,
710
+ .wd-grid-col-lg-6.wd-grid-col-lg-6 {
711
+ flex: 0 0 auto;
712
+ width: 50%;
713
+ }
714
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-7.wd-grid-col-lg-7,
715
+ .wd-grid-col-lg-7.wd-grid-col-lg-7 {
716
+ flex: 0 0 auto;
717
+ width: 58.33333333%;
718
+ }
719
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-8.wd-grid-col-lg-8,
720
+ .wd-grid-col-lg-8.wd-grid-col-lg-8 {
721
+ flex: 0 0 auto;
722
+ width: 66.66666667%;
723
+ }
724
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-9.wd-grid-col-lg-9,
725
+ .wd-grid-col-lg-9.wd-grid-col-lg-9 {
726
+ flex: 0 0 auto;
727
+ width: 75%;
728
+ }
729
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-10.wd-grid-col-lg-10,
730
+ .wd-grid-col-lg-10.wd-grid-col-lg-10 {
731
+ flex: 0 0 auto;
732
+ width: 83.33333333%;
733
+ }
734
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-11.wd-grid-col-lg-11,
735
+ .wd-grid-col-lg-11.wd-grid-col-lg-11 {
736
+ flex: 0 0 auto;
737
+ width: 91.66666667%;
738
+ }
739
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-12.wd-grid-col-lg-12,
740
+ .wd-grid-col-lg-12.wd-grid-col-lg-12 {
741
+ flex: 0 0 auto;
742
+ width: 100%;
743
+ }
744
+ /**
745
+ *
746
+ * 不生成offset
747
+ *
748
+ */
749
+ .wd-grid-g-lg-0,
750
+ .wd-grid-gx-lg-0 {
751
+ --wd-grid-gutter-x: 0;
752
+ }
753
+ .wd-grid-g-lg-0,
754
+ .wd-grid-gy-lg-0 {
755
+ --wd-grid-gutter-y: 0;
756
+ }
757
+ .wd-grid-grb-lg-0 {
758
+ --wd-grid-gutter-rb: 0;
759
+ }
760
+ .wd-grid-g-lg-1,
761
+ .wd-grid-gx-lg-1 {
762
+ --wd-grid-gutter-x: 4PX;
763
+ }
764
+ .wd-grid-g-lg-1,
765
+ .wd-grid-gy-lg-1 {
766
+ --wd-grid-gutter-y: 4PX;
767
+ }
768
+ .wd-grid-grb-lg-1 {
769
+ --wd-grid-gutter-rb: 4PX;
770
+ }
771
+ .wd-grid-g-lg-2,
772
+ .wd-grid-gx-lg-2 {
773
+ --wd-grid-gutter-x: 8PX;
774
+ }
775
+ .wd-grid-g-lg-2,
776
+ .wd-grid-gy-lg-2 {
777
+ --wd-grid-gutter-y: 8PX;
778
+ }
779
+ .wd-grid-grb-lg-2 {
780
+ --wd-grid-gutter-rb: 8PX;
781
+ }
782
+ .wd-grid-g-lg-3,
783
+ .wd-grid-gx-lg-3 {
784
+ --wd-grid-gutter-x: 16PX;
785
+ }
786
+ .wd-grid-g-lg-3,
787
+ .wd-grid-gy-lg-3 {
788
+ --wd-grid-gutter-y: 16PX;
789
+ }
790
+ .wd-grid-grb-lg-3 {
791
+ --wd-grid-gutter-rb: 16PX;
792
+ }
793
+ .wd-grid-g-lg-4,
794
+ .wd-grid-gx-lg-4 {
795
+ --wd-grid-gutter-x: 24PX;
796
+ }
797
+ .wd-grid-g-lg-4,
798
+ .wd-grid-gy-lg-4 {
799
+ --wd-grid-gutter-y: 24PX;
800
+ }
801
+ .wd-grid-grb-lg-4 {
802
+ --wd-grid-gutter-rb: 24PX;
803
+ }
804
+ .wd-grid-g-lg-5,
805
+ .wd-grid-gx-lg-5 {
806
+ --wd-grid-gutter-x: 32PX;
807
+ }
808
+ .wd-grid-g-lg-5,
809
+ .wd-grid-gy-lg-5 {
810
+ --wd-grid-gutter-y: 32PX;
811
+ }
812
+ .wd-grid-grb-lg-5 {
813
+ --wd-grid-gutter-rb: 32PX;
814
+ }
815
+ .wd-grid-g-lg-6,
816
+ .wd-grid-gx-lg-6 {
817
+ --wd-grid-gutter-x: 48PX;
818
+ }
819
+ .wd-grid-g-lg-6,
820
+ .wd-grid-gy-lg-6 {
821
+ --wd-grid-gutter-y: 48PX;
822
+ }
823
+ .wd-grid-grb-lg-6 {
824
+ --wd-grid-gutter-rb: 48PX;
825
+ }
826
+ .wd-grid-g-lg-7,
827
+ .wd-grid-gx-lg-7 {
828
+ --wd-grid-gutter-x: 60PX;
829
+ }
830
+ .wd-grid-g-lg-7,
831
+ .wd-grid-gy-lg-7 {
832
+ --wd-grid-gutter-y: 60PX;
833
+ }
834
+ .wd-grid-grb-lg-7 {
835
+ --wd-grid-gutter-rb: 60PX;
836
+ }
837
+ .wd-grid-g-lg-8,
838
+ .wd-grid-gx-lg-8 {
839
+ --wd-grid-gutter-x: 80PX;
840
+ }
841
+ .wd-grid-g-lg-8,
842
+ .wd-grid-gy-lg-8 {
843
+ --wd-grid-gutter-y: 80PX;
844
+ }
845
+ .wd-grid-grb-lg-8 {
846
+ --wd-grid-gutter-rb: 80PX;
847
+ }
848
+ .wd-grid-g-lg-9,
849
+ .wd-grid-gx-lg-9 {
850
+ --wd-grid-gutter-x: 100PX;
851
+ }
852
+ .wd-grid-g-lg-9,
853
+ .wd-grid-gy-lg-9 {
854
+ --wd-grid-gutter-y: 100PX;
855
+ }
856
+ .wd-grid-grb-lg-9 {
857
+ --wd-grid-gutter-rb: 100PX;
858
+ }
859
+ .wd-grid-g-lg-10,
860
+ .wd-grid-gx-lg-10 {
861
+ --wd-grid-gutter-x: 128PX;
862
+ }
863
+ .wd-grid-g-lg-10,
864
+ .wd-grid-gy-lg-10 {
865
+ --wd-grid-gutter-y: 128PX;
866
+ }
867
+ .wd-grid-grb-lg-10 {
868
+ --wd-grid-gutter-rb: 128PX;
869
+ }
630
870
  }
631
871
  @media (min-width: 992px) {
632
872
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
873
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg.wd-grid-col-lg,
633
874
  .wd-grid-col-lg.wd-grid-col-lg {
634
875
  flex: 1 0 0%;
635
876
  }
636
877
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
878
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-auto.wd-grid-col-lg-auto,
637
879
  .wd-grid-col-lg-auto.wd-grid-col-lg-auto {
638
880
  flex: 0 0 auto;
639
881
  width: auto;
640
882
  }
883
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-1.wd-grid-col-lg-1,
641
884
  .wd-grid-col-lg-1.wd-grid-col-lg-1 {
642
885
  flex: 0 0 auto;
643
886
  width: 8.33333333%;
644
887
  }
888
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-2.wd-grid-col-lg-2,
645
889
  .wd-grid-col-lg-2.wd-grid-col-lg-2 {
646
890
  flex: 0 0 auto;
647
891
  width: 16.66666667%;
648
892
  }
893
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-3.wd-grid-col-lg-3,
649
894
  .wd-grid-col-lg-3.wd-grid-col-lg-3 {
650
895
  flex: 0 0 auto;
651
896
  width: 25%;
652
897
  }
898
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-4.wd-grid-col-lg-4,
653
899
  .wd-grid-col-lg-4.wd-grid-col-lg-4 {
654
900
  flex: 0 0 auto;
655
901
  width: 33.33333333%;
656
902
  }
903
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-5.wd-grid-col-lg-5,
657
904
  .wd-grid-col-lg-5.wd-grid-col-lg-5 {
658
905
  flex: 0 0 auto;
659
906
  width: 41.66666667%;
660
907
  }
908
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-6.wd-grid-col-lg-6,
661
909
  .wd-grid-col-lg-6.wd-grid-col-lg-6 {
662
910
  flex: 0 0 auto;
663
911
  width: 50%;
664
912
  }
913
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-7.wd-grid-col-lg-7,
665
914
  .wd-grid-col-lg-7.wd-grid-col-lg-7 {
666
915
  flex: 0 0 auto;
667
916
  width: 58.33333333%;
668
917
  }
918
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-8.wd-grid-col-lg-8,
669
919
  .wd-grid-col-lg-8.wd-grid-col-lg-8 {
670
920
  flex: 0 0 auto;
671
921
  width: 66.66666667%;
672
922
  }
923
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-9.wd-grid-col-lg-9,
673
924
  .wd-grid-col-lg-9.wd-grid-col-lg-9 {
674
925
  flex: 0 0 auto;
675
926
  width: 75%;
676
927
  }
928
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-10.wd-grid-col-lg-10,
677
929
  .wd-grid-col-lg-10.wd-grid-col-lg-10 {
678
930
  flex: 0 0 auto;
679
931
  width: 83.33333333%;
680
932
  }
933
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-11.wd-grid-col-lg-11,
681
934
  .wd-grid-col-lg-11.wd-grid-col-lg-11 {
682
935
  flex: 0 0 auto;
683
936
  width: 91.66666667%;
684
937
  }
938
+ .wd-grid--avoid-scrollbar .wd-grid-col-lg-12.wd-grid-col-lg-12,
685
939
  .wd-grid-col-lg-12.wd-grid-col-lg-12 {
686
940
  flex: 0 0 auto;
687
941
  width: 100%;
@@ -692,121 +946,121 @@
692
946
  *
693
947
  */
694
948
  .wd-grid-g-lg-0,
695
- .wd-grid-gx-lg-0 {
949
+ .wd-grid-gx-lg-0 {
696
950
  --wd-grid-gutter-x: 0;
697
951
  }
698
952
  .wd-grid-g-lg-0,
699
- .wd-grid-gy-lg-0 {
953
+ .wd-grid-gy-lg-0 {
700
954
  --wd-grid-gutter-y: 0;
701
955
  }
702
956
  .wd-grid-grb-lg-0 {
703
957
  --wd-grid-gutter-rb: 0;
704
958
  }
705
959
  .wd-grid-g-lg-1,
706
- .wd-grid-gx-lg-1 {
960
+ .wd-grid-gx-lg-1 {
707
961
  --wd-grid-gutter-x: 4PX;
708
962
  }
709
963
  .wd-grid-g-lg-1,
710
- .wd-grid-gy-lg-1 {
964
+ .wd-grid-gy-lg-1 {
711
965
  --wd-grid-gutter-y: 4PX;
712
966
  }
713
967
  .wd-grid-grb-lg-1 {
714
968
  --wd-grid-gutter-rb: 4PX;
715
969
  }
716
970
  .wd-grid-g-lg-2,
717
- .wd-grid-gx-lg-2 {
971
+ .wd-grid-gx-lg-2 {
718
972
  --wd-grid-gutter-x: 8PX;
719
973
  }
720
974
  .wd-grid-g-lg-2,
721
- .wd-grid-gy-lg-2 {
975
+ .wd-grid-gy-lg-2 {
722
976
  --wd-grid-gutter-y: 8PX;
723
977
  }
724
978
  .wd-grid-grb-lg-2 {
725
979
  --wd-grid-gutter-rb: 8PX;
726
980
  }
727
981
  .wd-grid-g-lg-3,
728
- .wd-grid-gx-lg-3 {
982
+ .wd-grid-gx-lg-3 {
729
983
  --wd-grid-gutter-x: 16PX;
730
984
  }
731
985
  .wd-grid-g-lg-3,
732
- .wd-grid-gy-lg-3 {
986
+ .wd-grid-gy-lg-3 {
733
987
  --wd-grid-gutter-y: 16PX;
734
988
  }
735
989
  .wd-grid-grb-lg-3 {
736
990
  --wd-grid-gutter-rb: 16PX;
737
991
  }
738
992
  .wd-grid-g-lg-4,
739
- .wd-grid-gx-lg-4 {
993
+ .wd-grid-gx-lg-4 {
740
994
  --wd-grid-gutter-x: 24PX;
741
995
  }
742
996
  .wd-grid-g-lg-4,
743
- .wd-grid-gy-lg-4 {
997
+ .wd-grid-gy-lg-4 {
744
998
  --wd-grid-gutter-y: 24PX;
745
999
  }
746
1000
  .wd-grid-grb-lg-4 {
747
1001
  --wd-grid-gutter-rb: 24PX;
748
1002
  }
749
1003
  .wd-grid-g-lg-5,
750
- .wd-grid-gx-lg-5 {
1004
+ .wd-grid-gx-lg-5 {
751
1005
  --wd-grid-gutter-x: 32PX;
752
1006
  }
753
1007
  .wd-grid-g-lg-5,
754
- .wd-grid-gy-lg-5 {
1008
+ .wd-grid-gy-lg-5 {
755
1009
  --wd-grid-gutter-y: 32PX;
756
1010
  }
757
1011
  .wd-grid-grb-lg-5 {
758
1012
  --wd-grid-gutter-rb: 32PX;
759
1013
  }
760
1014
  .wd-grid-g-lg-6,
761
- .wd-grid-gx-lg-6 {
1015
+ .wd-grid-gx-lg-6 {
762
1016
  --wd-grid-gutter-x: 48PX;
763
1017
  }
764
1018
  .wd-grid-g-lg-6,
765
- .wd-grid-gy-lg-6 {
1019
+ .wd-grid-gy-lg-6 {
766
1020
  --wd-grid-gutter-y: 48PX;
767
1021
  }
768
1022
  .wd-grid-grb-lg-6 {
769
1023
  --wd-grid-gutter-rb: 48PX;
770
1024
  }
771
1025
  .wd-grid-g-lg-7,
772
- .wd-grid-gx-lg-7 {
1026
+ .wd-grid-gx-lg-7 {
773
1027
  --wd-grid-gutter-x: 60PX;
774
1028
  }
775
1029
  .wd-grid-g-lg-7,
776
- .wd-grid-gy-lg-7 {
1030
+ .wd-grid-gy-lg-7 {
777
1031
  --wd-grid-gutter-y: 60PX;
778
1032
  }
779
1033
  .wd-grid-grb-lg-7 {
780
1034
  --wd-grid-gutter-rb: 60PX;
781
1035
  }
782
1036
  .wd-grid-g-lg-8,
783
- .wd-grid-gx-lg-8 {
1037
+ .wd-grid-gx-lg-8 {
784
1038
  --wd-grid-gutter-x: 80PX;
785
1039
  }
786
1040
  .wd-grid-g-lg-8,
787
- .wd-grid-gy-lg-8 {
1041
+ .wd-grid-gy-lg-8 {
788
1042
  --wd-grid-gutter-y: 80PX;
789
1043
  }
790
1044
  .wd-grid-grb-lg-8 {
791
1045
  --wd-grid-gutter-rb: 80PX;
792
1046
  }
793
1047
  .wd-grid-g-lg-9,
794
- .wd-grid-gx-lg-9 {
1048
+ .wd-grid-gx-lg-9 {
795
1049
  --wd-grid-gutter-x: 100PX;
796
1050
  }
797
1051
  .wd-grid-g-lg-9,
798
- .wd-grid-gy-lg-9 {
1052
+ .wd-grid-gy-lg-9 {
799
1053
  --wd-grid-gutter-y: 100PX;
800
1054
  }
801
1055
  .wd-grid-grb-lg-9 {
802
1056
  --wd-grid-gutter-rb: 100PX;
803
1057
  }
804
1058
  .wd-grid-g-lg-10,
805
- .wd-grid-gx-lg-10 {
1059
+ .wd-grid-gx-lg-10 {
806
1060
  --wd-grid-gutter-x: 128PX;
807
1061
  }
808
1062
  .wd-grid-g-lg-10,
809
- .wd-grid-gy-lg-10 {
1063
+ .wd-grid-gy-lg-10 {
810
1064
  --wd-grid-gutter-y: 128PX;
811
1065
  }
812
1066
  .wd-grid-grb-lg-10 {
@@ -815,58 +1069,72 @@
815
1069
  }
816
1070
  @media (min-width: 1200px) {
817
1071
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
1072
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl.wd-grid-col-xl,
818
1073
  .wd-grid-col-xl.wd-grid-col-xl {
819
1074
  flex: 1 0 0%;
820
1075
  }
821
1076
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
1077
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-auto.wd-grid-col-xl-auto,
822
1078
  .wd-grid-col-xl-auto.wd-grid-col-xl-auto {
823
1079
  flex: 0 0 auto;
824
1080
  width: auto;
825
1081
  }
1082
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-1.wd-grid-col-xl-1,
826
1083
  .wd-grid-col-xl-1.wd-grid-col-xl-1 {
827
1084
  flex: 0 0 auto;
828
1085
  width: 8.33333333%;
829
1086
  }
1087
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-2.wd-grid-col-xl-2,
830
1088
  .wd-grid-col-xl-2.wd-grid-col-xl-2 {
831
1089
  flex: 0 0 auto;
832
1090
  width: 16.66666667%;
833
1091
  }
1092
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-3.wd-grid-col-xl-3,
834
1093
  .wd-grid-col-xl-3.wd-grid-col-xl-3 {
835
1094
  flex: 0 0 auto;
836
1095
  width: 25%;
837
1096
  }
1097
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-4.wd-grid-col-xl-4,
838
1098
  .wd-grid-col-xl-4.wd-grid-col-xl-4 {
839
1099
  flex: 0 0 auto;
840
1100
  width: 33.33333333%;
841
1101
  }
1102
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-5.wd-grid-col-xl-5,
842
1103
  .wd-grid-col-xl-5.wd-grid-col-xl-5 {
843
1104
  flex: 0 0 auto;
844
1105
  width: 41.66666667%;
845
1106
  }
1107
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-6.wd-grid-col-xl-6,
846
1108
  .wd-grid-col-xl-6.wd-grid-col-xl-6 {
847
1109
  flex: 0 0 auto;
848
1110
  width: 50%;
849
1111
  }
1112
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-7.wd-grid-col-xl-7,
850
1113
  .wd-grid-col-xl-7.wd-grid-col-xl-7 {
851
1114
  flex: 0 0 auto;
852
1115
  width: 58.33333333%;
853
1116
  }
1117
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-8.wd-grid-col-xl-8,
854
1118
  .wd-grid-col-xl-8.wd-grid-col-xl-8 {
855
1119
  flex: 0 0 auto;
856
1120
  width: 66.66666667%;
857
1121
  }
1122
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-9.wd-grid-col-xl-9,
858
1123
  .wd-grid-col-xl-9.wd-grid-col-xl-9 {
859
1124
  flex: 0 0 auto;
860
1125
  width: 75%;
861
1126
  }
1127
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-10.wd-grid-col-xl-10,
862
1128
  .wd-grid-col-xl-10.wd-grid-col-xl-10 {
863
1129
  flex: 0 0 auto;
864
1130
  width: 83.33333333%;
865
1131
  }
1132
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-11.wd-grid-col-xl-11,
866
1133
  .wd-grid-col-xl-11.wd-grid-col-xl-11 {
867
1134
  flex: 0 0 auto;
868
1135
  width: 91.66666667%;
869
1136
  }
1137
+ .wd-grid--avoid-scrollbar .wd-grid-col-xl-12.wd-grid-col-xl-12,
870
1138
  .wd-grid-col-xl-12.wd-grid-col-xl-12 {
871
1139
  flex: 0 0 auto;
872
1140
  width: 100%;
@@ -877,121 +1145,121 @@
877
1145
  *
878
1146
  */
879
1147
  .wd-grid-g-xl-0,
880
- .wd-grid-gx-xl-0 {
1148
+ .wd-grid-gx-xl-0 {
881
1149
  --wd-grid-gutter-x: 0;
882
1150
  }
883
1151
  .wd-grid-g-xl-0,
884
- .wd-grid-gy-xl-0 {
1152
+ .wd-grid-gy-xl-0 {
885
1153
  --wd-grid-gutter-y: 0;
886
1154
  }
887
1155
  .wd-grid-grb-xl-0 {
888
1156
  --wd-grid-gutter-rb: 0;
889
1157
  }
890
1158
  .wd-grid-g-xl-1,
891
- .wd-grid-gx-xl-1 {
1159
+ .wd-grid-gx-xl-1 {
892
1160
  --wd-grid-gutter-x: 4PX;
893
1161
  }
894
1162
  .wd-grid-g-xl-1,
895
- .wd-grid-gy-xl-1 {
1163
+ .wd-grid-gy-xl-1 {
896
1164
  --wd-grid-gutter-y: 4PX;
897
1165
  }
898
1166
  .wd-grid-grb-xl-1 {
899
1167
  --wd-grid-gutter-rb: 4PX;
900
1168
  }
901
1169
  .wd-grid-g-xl-2,
902
- .wd-grid-gx-xl-2 {
1170
+ .wd-grid-gx-xl-2 {
903
1171
  --wd-grid-gutter-x: 8PX;
904
1172
  }
905
1173
  .wd-grid-g-xl-2,
906
- .wd-grid-gy-xl-2 {
1174
+ .wd-grid-gy-xl-2 {
907
1175
  --wd-grid-gutter-y: 8PX;
908
1176
  }
909
1177
  .wd-grid-grb-xl-2 {
910
1178
  --wd-grid-gutter-rb: 8PX;
911
1179
  }
912
1180
  .wd-grid-g-xl-3,
913
- .wd-grid-gx-xl-3 {
1181
+ .wd-grid-gx-xl-3 {
914
1182
  --wd-grid-gutter-x: 16PX;
915
1183
  }
916
1184
  .wd-grid-g-xl-3,
917
- .wd-grid-gy-xl-3 {
1185
+ .wd-grid-gy-xl-3 {
918
1186
  --wd-grid-gutter-y: 16PX;
919
1187
  }
920
1188
  .wd-grid-grb-xl-3 {
921
1189
  --wd-grid-gutter-rb: 16PX;
922
1190
  }
923
1191
  .wd-grid-g-xl-4,
924
- .wd-grid-gx-xl-4 {
1192
+ .wd-grid-gx-xl-4 {
925
1193
  --wd-grid-gutter-x: 24PX;
926
1194
  }
927
1195
  .wd-grid-g-xl-4,
928
- .wd-grid-gy-xl-4 {
1196
+ .wd-grid-gy-xl-4 {
929
1197
  --wd-grid-gutter-y: 24PX;
930
1198
  }
931
1199
  .wd-grid-grb-xl-4 {
932
1200
  --wd-grid-gutter-rb: 24PX;
933
1201
  }
934
1202
  .wd-grid-g-xl-5,
935
- .wd-grid-gx-xl-5 {
1203
+ .wd-grid-gx-xl-5 {
936
1204
  --wd-grid-gutter-x: 32PX;
937
1205
  }
938
1206
  .wd-grid-g-xl-5,
939
- .wd-grid-gy-xl-5 {
1207
+ .wd-grid-gy-xl-5 {
940
1208
  --wd-grid-gutter-y: 32PX;
941
1209
  }
942
1210
  .wd-grid-grb-xl-5 {
943
1211
  --wd-grid-gutter-rb: 32PX;
944
1212
  }
945
1213
  .wd-grid-g-xl-6,
946
- .wd-grid-gx-xl-6 {
1214
+ .wd-grid-gx-xl-6 {
947
1215
  --wd-grid-gutter-x: 48PX;
948
1216
  }
949
1217
  .wd-grid-g-xl-6,
950
- .wd-grid-gy-xl-6 {
1218
+ .wd-grid-gy-xl-6 {
951
1219
  --wd-grid-gutter-y: 48PX;
952
1220
  }
953
1221
  .wd-grid-grb-xl-6 {
954
1222
  --wd-grid-gutter-rb: 48PX;
955
1223
  }
956
1224
  .wd-grid-g-xl-7,
957
- .wd-grid-gx-xl-7 {
1225
+ .wd-grid-gx-xl-7 {
958
1226
  --wd-grid-gutter-x: 60PX;
959
1227
  }
960
1228
  .wd-grid-g-xl-7,
961
- .wd-grid-gy-xl-7 {
1229
+ .wd-grid-gy-xl-7 {
962
1230
  --wd-grid-gutter-y: 60PX;
963
1231
  }
964
1232
  .wd-grid-grb-xl-7 {
965
1233
  --wd-grid-gutter-rb: 60PX;
966
1234
  }
967
1235
  .wd-grid-g-xl-8,
968
- .wd-grid-gx-xl-8 {
1236
+ .wd-grid-gx-xl-8 {
969
1237
  --wd-grid-gutter-x: 80PX;
970
1238
  }
971
1239
  .wd-grid-g-xl-8,
972
- .wd-grid-gy-xl-8 {
1240
+ .wd-grid-gy-xl-8 {
973
1241
  --wd-grid-gutter-y: 80PX;
974
1242
  }
975
1243
  .wd-grid-grb-xl-8 {
976
1244
  --wd-grid-gutter-rb: 80PX;
977
1245
  }
978
1246
  .wd-grid-g-xl-9,
979
- .wd-grid-gx-xl-9 {
1247
+ .wd-grid-gx-xl-9 {
980
1248
  --wd-grid-gutter-x: 100PX;
981
1249
  }
982
1250
  .wd-grid-g-xl-9,
983
- .wd-grid-gy-xl-9 {
1251
+ .wd-grid-gy-xl-9 {
984
1252
  --wd-grid-gutter-y: 100PX;
985
1253
  }
986
1254
  .wd-grid-grb-xl-9 {
987
1255
  --wd-grid-gutter-rb: 100PX;
988
1256
  }
989
1257
  .wd-grid-g-xl-10,
990
- .wd-grid-gx-xl-10 {
1258
+ .wd-grid-gx-xl-10 {
991
1259
  --wd-grid-gutter-x: 128PX;
992
1260
  }
993
1261
  .wd-grid-g-xl-10,
994
- .wd-grid-gy-xl-10 {
1262
+ .wd-grid-gy-xl-10 {
995
1263
  --wd-grid-gutter-y: 128PX;
996
1264
  }
997
1265
  .wd-grid-grb-xl-10 {
@@ -1000,58 +1268,72 @@
1000
1268
  }
1001
1269
  @media (min-width: 1400px) {
1002
1270
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
1271
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl.wd-grid-col-xxl,
1003
1272
  .wd-grid-col-xxl.wd-grid-col-xxl {
1004
1273
  flex: 1 0 0%;
1005
1274
  }
1006
1275
  /* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
1276
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-auto.wd-grid-col-xxl-auto,
1007
1277
  .wd-grid-col-xxl-auto.wd-grid-col-xxl-auto {
1008
1278
  flex: 0 0 auto;
1009
1279
  width: auto;
1010
1280
  }
1281
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-1.wd-grid-col-xxl-1,
1011
1282
  .wd-grid-col-xxl-1.wd-grid-col-xxl-1 {
1012
1283
  flex: 0 0 auto;
1013
1284
  width: 8.33333333%;
1014
1285
  }
1286
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-2.wd-grid-col-xxl-2,
1015
1287
  .wd-grid-col-xxl-2.wd-grid-col-xxl-2 {
1016
1288
  flex: 0 0 auto;
1017
1289
  width: 16.66666667%;
1018
1290
  }
1291
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-3.wd-grid-col-xxl-3,
1019
1292
  .wd-grid-col-xxl-3.wd-grid-col-xxl-3 {
1020
1293
  flex: 0 0 auto;
1021
1294
  width: 25%;
1022
1295
  }
1296
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-4.wd-grid-col-xxl-4,
1023
1297
  .wd-grid-col-xxl-4.wd-grid-col-xxl-4 {
1024
1298
  flex: 0 0 auto;
1025
1299
  width: 33.33333333%;
1026
1300
  }
1301
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-5.wd-grid-col-xxl-5,
1027
1302
  .wd-grid-col-xxl-5.wd-grid-col-xxl-5 {
1028
1303
  flex: 0 0 auto;
1029
1304
  width: 41.66666667%;
1030
1305
  }
1306
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-6.wd-grid-col-xxl-6,
1031
1307
  .wd-grid-col-xxl-6.wd-grid-col-xxl-6 {
1032
1308
  flex: 0 0 auto;
1033
1309
  width: 50%;
1034
1310
  }
1311
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-7.wd-grid-col-xxl-7,
1035
1312
  .wd-grid-col-xxl-7.wd-grid-col-xxl-7 {
1036
1313
  flex: 0 0 auto;
1037
1314
  width: 58.33333333%;
1038
1315
  }
1316
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-8.wd-grid-col-xxl-8,
1039
1317
  .wd-grid-col-xxl-8.wd-grid-col-xxl-8 {
1040
1318
  flex: 0 0 auto;
1041
1319
  width: 66.66666667%;
1042
1320
  }
1321
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-9.wd-grid-col-xxl-9,
1043
1322
  .wd-grid-col-xxl-9.wd-grid-col-xxl-9 {
1044
1323
  flex: 0 0 auto;
1045
1324
  width: 75%;
1046
1325
  }
1326
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-10.wd-grid-col-xxl-10,
1047
1327
  .wd-grid-col-xxl-10.wd-grid-col-xxl-10 {
1048
1328
  flex: 0 0 auto;
1049
1329
  width: 83.33333333%;
1050
1330
  }
1331
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-11.wd-grid-col-xxl-11,
1051
1332
  .wd-grid-col-xxl-11.wd-grid-col-xxl-11 {
1052
1333
  flex: 0 0 auto;
1053
1334
  width: 91.66666667%;
1054
1335
  }
1336
+ .wd-grid--avoid-scrollbar .wd-grid-col-xxl-12.wd-grid-col-xxl-12,
1055
1337
  .wd-grid-col-xxl-12.wd-grid-col-xxl-12 {
1056
1338
  flex: 0 0 auto;
1057
1339
  width: 100%;
@@ -1062,124 +1344,143 @@
1062
1344
  *
1063
1345
  */
1064
1346
  .wd-grid-g-xxl-0,
1065
- .wd-grid-gx-xxl-0 {
1347
+ .wd-grid-gx-xxl-0 {
1066
1348
  --wd-grid-gutter-x: 0;
1067
1349
  }
1068
1350
  .wd-grid-g-xxl-0,
1069
- .wd-grid-gy-xxl-0 {
1351
+ .wd-grid-gy-xxl-0 {
1070
1352
  --wd-grid-gutter-y: 0;
1071
1353
  }
1072
1354
  .wd-grid-grb-xxl-0 {
1073
1355
  --wd-grid-gutter-rb: 0;
1074
1356
  }
1075
1357
  .wd-grid-g-xxl-1,
1076
- .wd-grid-gx-xxl-1 {
1358
+ .wd-grid-gx-xxl-1 {
1077
1359
  --wd-grid-gutter-x: 4PX;
1078
1360
  }
1079
1361
  .wd-grid-g-xxl-1,
1080
- .wd-grid-gy-xxl-1 {
1362
+ .wd-grid-gy-xxl-1 {
1081
1363
  --wd-grid-gutter-y: 4PX;
1082
1364
  }
1083
1365
  .wd-grid-grb-xxl-1 {
1084
1366
  --wd-grid-gutter-rb: 4PX;
1085
1367
  }
1086
1368
  .wd-grid-g-xxl-2,
1087
- .wd-grid-gx-xxl-2 {
1369
+ .wd-grid-gx-xxl-2 {
1088
1370
  --wd-grid-gutter-x: 8PX;
1089
1371
  }
1090
1372
  .wd-grid-g-xxl-2,
1091
- .wd-grid-gy-xxl-2 {
1373
+ .wd-grid-gy-xxl-2 {
1092
1374
  --wd-grid-gutter-y: 8PX;
1093
1375
  }
1094
1376
  .wd-grid-grb-xxl-2 {
1095
1377
  --wd-grid-gutter-rb: 8PX;
1096
1378
  }
1097
1379
  .wd-grid-g-xxl-3,
1098
- .wd-grid-gx-xxl-3 {
1380
+ .wd-grid-gx-xxl-3 {
1099
1381
  --wd-grid-gutter-x: 16PX;
1100
1382
  }
1101
1383
  .wd-grid-g-xxl-3,
1102
- .wd-grid-gy-xxl-3 {
1384
+ .wd-grid-gy-xxl-3 {
1103
1385
  --wd-grid-gutter-y: 16PX;
1104
1386
  }
1105
1387
  .wd-grid-grb-xxl-3 {
1106
1388
  --wd-grid-gutter-rb: 16PX;
1107
1389
  }
1108
1390
  .wd-grid-g-xxl-4,
1109
- .wd-grid-gx-xxl-4 {
1391
+ .wd-grid-gx-xxl-4 {
1110
1392
  --wd-grid-gutter-x: 24PX;
1111
1393
  }
1112
1394
  .wd-grid-g-xxl-4,
1113
- .wd-grid-gy-xxl-4 {
1395
+ .wd-grid-gy-xxl-4 {
1114
1396
  --wd-grid-gutter-y: 24PX;
1115
1397
  }
1116
1398
  .wd-grid-grb-xxl-4 {
1117
1399
  --wd-grid-gutter-rb: 24PX;
1118
1400
  }
1119
1401
  .wd-grid-g-xxl-5,
1120
- .wd-grid-gx-xxl-5 {
1402
+ .wd-grid-gx-xxl-5 {
1121
1403
  --wd-grid-gutter-x: 32PX;
1122
1404
  }
1123
1405
  .wd-grid-g-xxl-5,
1124
- .wd-grid-gy-xxl-5 {
1406
+ .wd-grid-gy-xxl-5 {
1125
1407
  --wd-grid-gutter-y: 32PX;
1126
1408
  }
1127
1409
  .wd-grid-grb-xxl-5 {
1128
1410
  --wd-grid-gutter-rb: 32PX;
1129
1411
  }
1130
1412
  .wd-grid-g-xxl-6,
1131
- .wd-grid-gx-xxl-6 {
1413
+ .wd-grid-gx-xxl-6 {
1132
1414
  --wd-grid-gutter-x: 48PX;
1133
1415
  }
1134
1416
  .wd-grid-g-xxl-6,
1135
- .wd-grid-gy-xxl-6 {
1417
+ .wd-grid-gy-xxl-6 {
1136
1418
  --wd-grid-gutter-y: 48PX;
1137
1419
  }
1138
1420
  .wd-grid-grb-xxl-6 {
1139
1421
  --wd-grid-gutter-rb: 48PX;
1140
1422
  }
1141
1423
  .wd-grid-g-xxl-7,
1142
- .wd-grid-gx-xxl-7 {
1424
+ .wd-grid-gx-xxl-7 {
1143
1425
  --wd-grid-gutter-x: 60PX;
1144
1426
  }
1145
1427
  .wd-grid-g-xxl-7,
1146
- .wd-grid-gy-xxl-7 {
1428
+ .wd-grid-gy-xxl-7 {
1147
1429
  --wd-grid-gutter-y: 60PX;
1148
1430
  }
1149
1431
  .wd-grid-grb-xxl-7 {
1150
1432
  --wd-grid-gutter-rb: 60PX;
1151
1433
  }
1152
1434
  .wd-grid-g-xxl-8,
1153
- .wd-grid-gx-xxl-8 {
1435
+ .wd-grid-gx-xxl-8 {
1154
1436
  --wd-grid-gutter-x: 80PX;
1155
1437
  }
1156
1438
  .wd-grid-g-xxl-8,
1157
- .wd-grid-gy-xxl-8 {
1439
+ .wd-grid-gy-xxl-8 {
1158
1440
  --wd-grid-gutter-y: 80PX;
1159
1441
  }
1160
1442
  .wd-grid-grb-xxl-8 {
1161
1443
  --wd-grid-gutter-rb: 80PX;
1162
1444
  }
1163
1445
  .wd-grid-g-xxl-9,
1164
- .wd-grid-gx-xxl-9 {
1446
+ .wd-grid-gx-xxl-9 {
1165
1447
  --wd-grid-gutter-x: 100PX;
1166
1448
  }
1167
1449
  .wd-grid-g-xxl-9,
1168
- .wd-grid-gy-xxl-9 {
1450
+ .wd-grid-gy-xxl-9 {
1169
1451
  --wd-grid-gutter-y: 100PX;
1170
1452
  }
1171
1453
  .wd-grid-grb-xxl-9 {
1172
1454
  --wd-grid-gutter-rb: 100PX;
1173
1455
  }
1174
1456
  .wd-grid-g-xxl-10,
1175
- .wd-grid-gx-xxl-10 {
1457
+ .wd-grid-gx-xxl-10 {
1176
1458
  --wd-grid-gutter-x: 128PX;
1177
1459
  }
1178
1460
  .wd-grid-g-xxl-10,
1179
- .wd-grid-gy-xxl-10 {
1461
+ .wd-grid-gy-xxl-10 {
1180
1462
  --wd-grid-gutter-y: 128PX;
1181
1463
  }
1182
1464
  .wd-grid-grb-xxl-10 {
1183
1465
  --wd-grid-gutter-rb: 128PX;
1184
1466
  }
1185
1467
  }
1468
+ .wd-grid--avoid-scrollbar .wd-grid-row {
1469
+ /**
1470
+ * 不采用行列gutter 通过 Grid来设置
1471
+ */
1472
+ display: flex;
1473
+ flex-wrap: wrap;
1474
+ margin-top: calc(-1 * var(--wd-grid-gutter-y));
1475
+ margin-right: 0;
1476
+ margin-left: calc(-1 * var(--wd-grid-gutter-x));
1477
+ }
1478
+ .wd-grid--avoid-scrollbar .wd-grid-row > div,
1479
+ .wd-grid--avoid-scrollbar .wd-grid-row > view {
1480
+ flex-shrink: 0;
1481
+ width: 100%;
1482
+ max-width: 100%;
1483
+ padding-right: 0;
1484
+ padding-left: calc(var(--wd-grid-gutter-x) * 1);
1485
+ margin-top: var(--wd-grid-gutter-y);
1486
+ }