@cloudbase/weda-ui 3.5.2 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/configs/actions/showMessage.json +9 -5
- package/dist/configs/components/button.d.ts +1 -2
- package/dist/configs/components/button.js +1 -1
- package/dist/configs/components/calendar.d.ts +12 -1
- package/dist/configs/components/calendar.js +15 -1
- package/dist/configs/components/carousel.json +45 -4
- package/dist/configs/components/chart/bar.json +37 -1
- package/dist/configs/components/chart/line.d.ts +36 -0
- package/dist/configs/components/chart/line.js +36 -0
- package/dist/configs/components/chart/pie.json +37 -1
- package/dist/configs/components/chart/statisticsCard.json +37 -1
- package/dist/configs/components/common/init-name-with-id.d.ts +5 -0
- package/dist/configs/components/common/init-name-with-id.js +8 -0
- package/dist/configs/components/container.d.ts +12 -1
- package/dist/configs/components/container.js +18 -7
- package/dist/configs/components/customer-service.d.ts +13 -1
- package/dist/configs/components/customer-service.js +31 -7
- package/dist/configs/components/dataView.d.ts +6 -0
- package/dist/configs/components/dataView.js +14 -2
- package/dist/configs/components/echart.d.ts +17 -5
- package/dist/configs/components/echart.js +76 -19
- package/dist/configs/components/flow/flow.json +1 -1
- package/dist/configs/components/flow/flowbasic.json +1 -1
- package/dist/configs/components/flow/flowchart.json +1 -1
- package/dist/configs/components/flow/flowcontrol.json +1 -1
- package/dist/configs/components/flow/flowlayout.json +1 -1
- package/dist/configs/components/flow/flowprocess.json +1 -1
- package/dist/configs/components/form-checkbox.d.ts +0 -8
- package/dist/configs/components/form-checkbox.js +0 -10
- package/dist/configs/components/form-date.d.ts +2 -2
- package/dist/configs/components/form-depart-tree-select.d.ts +10 -17
- package/dist/configs/components/form-depart-tree-select.js +17 -20
- package/dist/configs/components/form-image-uploader.d.ts +16 -6
- package/dist/configs/components/form-image-uploader.js +17 -3
- package/dist/configs/components/form-location.d.ts +12 -4
- package/dist/configs/components/form-location.js +17 -2
- package/dist/configs/components/form-multi-region.d.ts +12 -4
- package/dist/configs/components/form-multi-region.js +17 -2
- package/dist/configs/components/form-region.d.ts +2 -2
- package/dist/configs/components/form-region.js +2 -2
- package/dist/configs/components/form-rich-text.d.ts +12 -5
- package/dist/configs/components/form-rich-text.js +16 -3
- package/dist/configs/components/form-select-multiple.d.ts +10 -2
- package/dist/configs/components/form-select-multiple.js +17 -2
- package/dist/configs/components/form-select.d.ts +22 -2
- package/dist/configs/components/form-select.js +26 -2
- package/dist/configs/components/form-text-area.d.ts +4 -4
- package/dist/configs/components/form-text-area.js +1 -1
- package/dist/configs/components/form-time.d.ts +10 -2
- package/dist/configs/components/form-time.js +16 -2
- package/dist/configs/components/form-upload-file.d.ts +10 -2
- package/dist/configs/components/form-upload-file.js +19 -6
- package/dist/configs/components/form-user-tree-select.d.ts +12 -2
- package/dist/configs/components/form-user-tree-select.js +17 -2
- package/dist/configs/components/graphicCard.json +43 -1
- package/dist/configs/components/grid/col.d.ts +5 -0
- package/dist/configs/components/grid/col.js +3 -0
- package/dist/configs/components/grid/grid.d.ts +14 -5
- package/dist/configs/components/grid/grid.js +317 -7
- package/dist/configs/components/grid/row.d.ts +1 -1
- package/dist/configs/components/image.d.ts +11 -0
- package/dist/configs/components/image.js +11 -0
- package/dist/configs/components/jsx.d.ts +155 -0
- package/dist/configs/components/jsx.js +203 -0
- package/dist/configs/components/link.d.ts +2 -1
- package/dist/configs/components/link.js +39 -0
- package/dist/configs/components/listView.d.ts +39 -6
- package/dist/configs/components/listView.js +424 -116
- package/dist/configs/components/lottery.d.ts +12 -0
- package/dist/configs/components/lottery.js +12 -0
- package/dist/configs/components/modal.d.ts +0 -1
- package/dist/configs/components/navLayout.json +55 -1
- package/dist/configs/components/navigationBar.json +1 -0
- package/dist/configs/components/pagelayout.json +1 -1
- package/dist/configs/components/qr_code.d.ts +17 -2
- package/dist/configs/components/qr_code.js +16 -1
- package/dist/configs/components/repeater-item.json +3 -0
- package/dist/configs/components/repeater.d.ts +1 -0
- package/dist/configs/components/repeater.js +1 -0
- package/dist/configs/components/richtextview.json +4 -5
- package/dist/configs/components/scrollVeiw.json +1 -0
- package/dist/configs/components/slot.json +31 -4
- package/dist/configs/components/swiper.json +3 -2
- package/dist/configs/components/table.json +1 -1
- package/dist/configs/components/tabs.d.ts +7 -4
- package/dist/configs/components/tabs.js +11 -3
- package/dist/configs/components/text.d.ts +1 -1
- package/dist/configs/components/text.js +1 -1
- package/dist/configs/components/wd-ad.d.ts +67 -0
- package/dist/configs/components/wd-ad.js +118 -0
- package/dist/configs/components/wd-audio.d.ts +186 -0
- package/dist/configs/components/wd-audio.js +445 -0
- package/dist/configs/components/wd-bubble.d.ts +15 -11
- package/dist/configs/components/wd-bubble.js +11 -1
- package/dist/configs/components/wd-button.d.ts +13 -1
- package/dist/configs/components/wd-button.js +24 -1
- package/dist/configs/components/wd-calendar.d.ts +99 -0
- package/dist/configs/components/wd-calendar.js +132 -0
- package/dist/configs/components/wd-canvas.d.ts +173 -0
- package/dist/configs/components/wd-canvas.js +351 -0
- package/dist/configs/components/wd-card.d.ts +48 -8
- package/dist/configs/components/wd-card.js +213 -24
- package/dist/configs/components/wd-checkbox.d.ts +59 -108
- package/dist/configs/components/wd-checkbox.js +141 -132
- package/dist/configs/components/wd-date-range.d.ts +81 -38
- package/dist/configs/components/wd-date-range.js +68 -32
- package/dist/configs/components/wd-date.d.ts +59 -23
- package/dist/configs/components/wd-date.js +36 -26
- package/dist/configs/components/wd-department.d.ts +263 -0
- package/dist/configs/components/wd-department.js +98 -0
- package/dist/configs/components/wd-divider.d.ts +16 -1
- package/dist/configs/components/wd-divider.js +16 -1
- package/dist/configs/components/wd-form-detail.d.ts +107 -21
- package/dist/configs/components/wd-form-detail.js +24 -132
- package/dist/configs/components/wd-form.d.ts +118 -58
- package/dist/configs/components/wd-form.js +379 -198
- package/dist/configs/components/wd-icon.d.ts +20 -1
- package/dist/configs/components/wd-icon.js +23 -1
- package/dist/configs/components/wd-image.d.ts +20 -1
- package/dist/configs/components/wd-image.js +24 -4
- package/dist/configs/components/wd-input-email.d.ts +86 -41
- package/dist/configs/components/wd-input-email.js +25 -3
- package/dist/configs/components/wd-input-number.d.ts +76 -25
- package/dist/configs/components/wd-input-number.js +52 -12
- package/dist/configs/components/wd-input-phone.d.ts +86 -41
- package/dist/configs/components/wd-input-phone.js +25 -3
- package/dist/configs/components/wd-input-url.d.ts +86 -41
- package/dist/configs/components/wd-input-url.js +25 -3
- package/dist/configs/components/wd-input.d.ts +96 -43
- package/dist/configs/components/wd-input.js +76 -4
- package/dist/configs/components/wd-layout.d.ts +14 -5
- package/dist/configs/components/wd-layout.js +85 -20
- package/dist/configs/components/wd-link.d.ts +5 -3
- package/dist/configs/components/wd-link.js +45 -4
- package/dist/configs/components/wd-location.d.ts +266 -17
- package/dist/configs/components/wd-location.js +113 -39
- package/dist/configs/components/wd-member.d.ts +267 -0
- package/dist/configs/components/wd-member.js +100 -0
- package/dist/configs/components/wd-menu-base-layout.d.ts +37 -0
- package/dist/configs/components/wd-menu-base-layout.js +50 -0
- package/dist/configs/components/wd-menu-horizontal-layout.d.ts +27 -0
- package/dist/configs/components/wd-menu-horizontal-layout.js +31 -0
- package/dist/configs/components/wd-menu-layout.d.ts +454 -0
- package/dist/configs/components/wd-menu-layout.js +301 -0
- package/dist/configs/components/wd-menu-list.d.ts +216 -0
- package/dist/configs/components/wd-menu-list.js +216 -0
- package/dist/configs/components/wd-menu-nav-layout.d.ts +27 -0
- package/dist/configs/components/wd-menu-nav-layout.js +31 -0
- package/dist/configs/components/wd-menu-plant-layout.d.ts +27 -0
- package/dist/configs/components/wd-menu-plant-layout.js +31 -0
- package/dist/configs/components/wd-menu-tab-layout.d.ts +27 -0
- package/dist/configs/components/wd-menu-tab-layout.js +31 -0
- package/dist/configs/components/wd-menu-vertical-layout.d.ts +27 -0
- package/dist/configs/components/wd-menu-vertical-layout.js +31 -0
- package/dist/configs/components/wd-modal.d.ts +35 -6
- package/dist/configs/components/wd-modal.js +406 -33
- package/dist/configs/components/wd-official-account.d.ts +4 -3
- package/dist/configs/components/wd-official-account.js +1 -0
- package/dist/configs/components/wd-progress.d.ts +194 -0
- package/dist/configs/components/wd-progress.js +238 -0
- package/dist/configs/components/wd-radio.d.ts +59 -104
- package/dist/configs/components/wd-radio.js +155 -131
- package/dist/configs/components/wd-rating.d.ts +267 -0
- package/dist/configs/components/wd-rating.js +383 -0
- package/dist/configs/components/wd-region.d.ts +237 -17
- package/dist/configs/components/wd-region.js +94 -24
- package/dist/configs/components/wd-rich-text.d.ts +221 -0
- package/dist/configs/components/wd-rich-text.js +163 -0
- package/dist/configs/components/wd-select-multiple.d.ts +286 -0
- package/dist/configs/components/wd-select-multiple.js +140 -0
- package/dist/configs/components/wd-select.d.ts +270 -18
- package/dist/configs/components/wd-select.js +120 -43
- package/dist/configs/components/wd-side-tab.d.ts +133 -0
- package/dist/configs/components/wd-side-tab.js +423 -0
- package/dist/configs/components/wd-switch.d.ts +66 -92
- package/dist/configs/components/wd-switch.js +82 -111
- package/dist/configs/components/wd-tabbar.d.ts +220 -0
- package/dist/configs/components/wd-tabbar.js +212 -0
- package/dist/configs/components/wd-table.d.ts +170 -44
- package/dist/configs/components/wd-table.js +594 -62
- package/dist/configs/components/wd-tag-select.d.ts +262 -0
- package/dist/configs/components/wd-tag-select.js +99 -0
- package/dist/configs/components/wd-tag.d.ts +158 -0
- package/dist/configs/components/wd-tag.js +89 -0
- package/dist/configs/components/wd-text.d.ts +21 -3
- package/dist/configs/components/wd-text.js +27 -1
- package/dist/configs/components/wd-textarea.d.ts +74 -21
- package/dist/configs/components/wd-textarea.js +36 -6
- package/dist/configs/components/wd-time.d.ts +69 -24
- package/dist/configs/components/wd-time.js +37 -31
- package/dist/configs/components/wd-top-tab.d.ts +133 -0
- package/dist/configs/components/wd-top-tab.js +423 -0
- package/dist/configs/components/wd-tree.d.ts +51 -3
- package/dist/configs/components/wd-tree.js +31 -12
- package/dist/configs/components/wd-unified-link.d.ts +57 -0
- package/dist/configs/components/wd-unified-link.js +113 -0
- package/dist/configs/components/wd-upload-file.d.ts +208 -21
- package/dist/configs/components/wd-upload-file.js +126 -24
- package/dist/configs/components/wd-upload-image.d.ts +217 -21
- package/dist/configs/components/wd-upload-image.js +185 -25
- package/dist/configs/components/web-view.d.ts +20 -5
- package/dist/configs/components/web-view.js +20 -5
- package/dist/configs/components/wedaVideo.d.ts +140 -11
- package/dist/configs/components/wedaVideo.js +284 -26
- package/dist/configs/components/wxOpenApi/phone.d.ts +12 -0
- package/dist/configs/components/wxOpenApi/phone.js +12 -0
- package/dist/configs/components/wxOpenApi/phoneCode.d.ts +13 -2
- package/dist/configs/components/wxOpenApi/phoneCode.js +13 -2
- package/dist/configs/components/wxOpenApi/share.d.ts +14 -0
- package/dist/configs/components/wxOpenApi/share.js +49 -0
- package/dist/configs/components/wxOpenApi/userInfo.d.ts +13 -2
- package/dist/configs/components/wxOpenApi/userInfo.js +13 -2
- package/dist/configs/index.d.ts +32705 -21114
- package/dist/configs/index.js +64 -29
- package/dist/configs/svg-tag.d.ts +1 -0
- package/dist/configs/svg-tag.js +19 -0
- package/dist/configs/type-utils/classes.d.ts +91 -0
- package/dist/configs/type-utils/classes.js +192 -0
- package/dist/configs/type-utils/index.d.ts +9 -28
- package/dist/configs/type-utils/index.js +9 -1
- package/dist/configs/type-utils/type-form.d.ts +288 -90
- package/dist/configs/type-utils/type-form.js +1202 -99
- package/dist/configs/type-utils/x-runtime-default.d.ts +87 -0
- package/dist/configs/type-utils/x-runtime-default.js +87 -0
- package/dist/configs/utils/layout.d.ts +9 -0
- package/dist/configs/utils/layout.js +807 -0
- package/dist/enum/index.d.ts +79 -0
- package/dist/enum/index.js +286 -6
- package/dist/iconConfig.json +6 -0
- package/dist/style/index.scss +1 -1
- package/dist/web/actions/showMessage/index.css +29 -0
- package/dist/web/actions/showModal/index.css +1 -0
- package/dist/web/components/calendar/index.css +20 -14
- package/dist/web/components/calendar/index.js +1 -1
- package/dist/web/components/carousel/index.d.ts +1 -0
- package/dist/web/components/carousel/index.js +6 -3
- package/dist/web/components/chart/common/chart-custom-connector.d.ts +0 -1
- package/dist/web/components/chart/common/data-transform.js +8 -0
- package/dist/web/components/common/portal.d.ts +6 -2
- package/dist/web/components/common/portal.js +10 -4
- package/dist/web/components/container/index.d.ts +5 -4
- package/dist/web/components/container/index.js +9 -2
- package/dist/web/components/echart/echart.js +9 -1
- package/dist/web/components/flow/common/hooks/useFlowConfig.d.ts +0 -1
- package/dist/web/components/flow/modules/basic/Basic.d.ts +0 -1
- package/dist/web/components/flow/modules/basic/BasicMobile.d.ts +0 -1
- package/dist/web/components/flow/modules/combination/index.d.ts +0 -1
- package/dist/web/components/flow/modules/operations/control.d.ts +0 -1
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/{comment → comments-input}/index.d.ts +7 -2
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/index.js +82 -0
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/style.css +3 -0
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/utils.d.ts +29 -0
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comments-input/utils.js +106 -0
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/drawer-form/index.d.ts +0 -1
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/drawer-form/index.js +1 -1
- package/dist/web/components/flow/modules/operations/controls-items/flow-task-info-modal/view-model.d.ts +0 -1
- package/dist/web/components/flow/modules/operations/controls-items/flow-task-info-modal.d.ts +0 -1
- package/dist/web/components/flow/modules/operations/controls-items/index.d.ts +0 -1
- package/dist/web/components/flow/modules/operations/controls-items/roll-back-modal.js +11 -3
- package/dist/web/components/flow/modules/operations/style.css +3 -0
- package/dist/web/components/flow/modules/operations/view-model.d.ts +0 -1
- package/dist/web/components/flow/process/components/timeline/style.css +2 -2
- package/dist/web/components/form/enumSelect/NormalSelect.d.ts +0 -1
- package/dist/web/components/form/form/index.js +1 -1
- package/dist/web/components/form/location/common/mapChoose.css +7 -5
- package/dist/web/components/form/location/common/mapChoose.js +52 -14
- package/dist/web/components/form/location/common/selectModal.js +3 -2
- package/dist/web/components/form/location/common/useLocationInfo.d.ts +1 -1
- package/dist/web/components/form/location/common/useLocationInfo.js +9 -11
- package/dist/web/components/form/location/components/ChooseBtn/index.css +48 -0
- package/dist/web/components/form/location/components/ChooseBtn/index.d.ts +6 -0
- package/dist/web/components/form/location/components/ChooseBtn/index.js +17 -0
- package/dist/web/components/form/location/components/ChooseBtn/style.d.ts +1 -0
- package/dist/web/components/form/location/components/ChooseBtn/style.js +1 -0
- package/dist/web/components/form/location/components/LocationH5/index.css +8 -15
- package/dist/web/components/form/location/components/LocationH5/location.h5.js +26 -50
- package/dist/web/components/form/location/components/LocationPC/Header.d.ts +2 -1
- package/dist/web/components/form/location/components/LocationPC/Header.js +8 -7
- package/dist/web/components/form/location/components/LocationPC/index.css +25 -1
- package/dist/web/components/form/location/components/LocationPC/location.PC.js +20 -35
- package/dist/web/components/form/select/allTimePicker/calendar.css +2 -2
- package/dist/web/components/form/select/allTimePicker/index.css +3 -4
- package/dist/web/components/form/select/dropdown-select/h5.d.ts +2 -1
- package/dist/web/components/form/select/dropdown-select/h5.js +56 -45
- package/dist/web/components/form/select/dropdown-select/index.css +10 -8
- package/dist/web/components/form/select/dropdown-select/index.d.ts +3 -1
- package/dist/web/components/form/select/dropdown-select/index.js +17 -8
- package/dist/web/components/form/select/dropdown-select/pc.d.ts +2 -1
- package/dist/web/components/form/select/dropdown-select/pc.js +53 -46
- package/dist/web/components/form/select/dropdown-select/ui.d.ts +2 -0
- package/dist/web/components/form/select/dropdown-select/ui.js +27 -24
- package/dist/web/components/form/select/h5.d.ts +1 -1
- package/dist/web/components/form/select/h5.js +14 -43
- package/dist/web/components/form/select/index.css +26 -0
- package/dist/web/components/form/select/index.d.ts +4 -5
- package/dist/web/components/form/select/index.js +7 -9
- package/dist/web/components/form/select/request.js +1 -1
- package/dist/web/components/form/select/status/index.css +2 -2
- package/dist/web/components/form/selectMultiple/dropdown-select/h5.d.ts +2 -1
- package/dist/web/components/form/selectMultiple/dropdown-select/h5.js +51 -16
- package/dist/web/components/form/selectMultiple/dropdown-select/index.css +5 -5
- package/dist/web/components/form/selectMultiple/dropdown-select/index.d.ts +3 -1
- package/dist/web/components/form/selectMultiple/dropdown-select/index.js +14 -4
- package/dist/web/components/form/selectMultiple/dropdown-select/pc.d.ts +2 -1
- package/dist/web/components/form/selectMultiple/dropdown-select/pc.js +79 -64
- package/dist/web/components/form/selectMultiple/dropdown-select/ui.d.ts +3 -1
- package/dist/web/components/form/selectMultiple/dropdown-select/ui.js +63 -63
- package/dist/web/components/form/selectMultiple/h5.d.ts +1 -1
- package/dist/web/components/form/selectMultiple/h5.js +6 -23
- package/dist/web/components/form/selectMultiple/index.css +0 -7
- package/dist/web/components/form/selectMultiple/index.d.ts +4 -5
- package/dist/web/components/form/selectMultiple/index.js +8 -25
- package/dist/web/components/form/selectMultiple/request.js +1 -1
- package/dist/web/components/form/selectMultiple/status/index.css +2 -2
- package/dist/web/components/form/uploader/compress.d.ts +4 -0
- package/dist/web/components/form/uploader/compress.js +39 -0
- package/dist/web/components/form/uploader/index.css +19 -0
- package/dist/web/components/form/uploader/uploader.h5.d.ts +5 -2
- package/dist/web/components/form/uploader/uploader.h5.js +54 -7
- package/dist/web/components/form/uploader/uploader.pc.d.ts +4 -14
- package/dist/web/components/form/uploader/uploader.pc.js +87 -45
- package/dist/web/components/form/uploaderFile/index.css +18 -20
- package/dist/web/components/form/uploaderFile/uploadFile.h5.d.ts +3 -1
- package/dist/web/components/form/uploaderFile/uploadFile.h5.js +64 -24
- package/dist/web/components/form/uploaderFile/uploadFile.pc.d.ts +3 -1
- package/dist/web/components/form/uploaderFile/uploadFile.pc.js +86 -31
- package/dist/web/components/form/userOrgSelect/common/fetch-data-service.js +39 -32
- package/dist/web/components/form/userOrgSelect/common/types.d.ts +2 -0
- package/dist/web/components/form/userOrgSelect/component/depart-breadcrumb.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/depart-select/depart-select-pc.js +1 -2
- package/dist/web/components/form/userOrgSelect/component/depart-select/index.js +26 -18
- package/dist/web/components/form/userOrgSelect/component/depart-select/org-modal-pc.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/depart-select/org-modal-pc.js +6 -4
- package/dist/web/components/form/userOrgSelect/component/error-tips.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/index.css +8 -4
- package/dist/web/components/form/userOrgSelect/component/input-tags.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/input-tags.js +7 -3
- package/dist/web/components/form/userOrgSelect/component/modal-search-h5.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/modal-search.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/modal-select-h5.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/modal-select-h5.js +1 -1
- package/dist/web/components/form/userOrgSelect/component/org-tree-h5.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/org-tree.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/selected-list-h5.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/selected-list-h5.js +4 -4
- package/dist/web/components/form/userOrgSelect/component/selected-list.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/user-org-list.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-h5/index.js +18 -12
- package/dist/web/components/form/userOrgSelect/component/user-select-h5/style.d.ts +1 -0
- package/dist/web/components/form/userOrgSelect/component/user-select-h5/style.js +1 -0
- package/dist/web/components/form/userOrgSelect/component/user-select-h5/user-list-h5.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-h5/user-select-h5.d.ts +1 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-h5/user-select-h5.js +3 -3
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/error-tips.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/model-user-list.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/org-tree.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-model.d.ts +0 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-model.js +4 -4
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.d.ts +1 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.js +5 -3
- package/dist/web/components/form/userOrgSelect/component/userOrgSelect.css +32 -5
- package/dist/web/components/form/userOrgSelect/departTreeSelect/departTreeSelect.h5.js +9 -8
- package/dist/web/components/form-date/index.d.ts +2 -2
- package/dist/web/components/form-depart-tree-select/index.d.ts +3 -3
- package/dist/web/components/form-email/index.d.ts +1 -1
- package/dist/web/components/form-image-uploader/index.d.ts +4 -4
- package/dist/web/components/form-input/index.d.ts +3 -3
- package/dist/web/components/form-input-hooks/index.d.ts +6 -1
- package/dist/web/components/form-input-hooks/index.js +56 -41
- package/dist/web/components/form-location/index.d.ts +7 -7
- package/dist/web/components/form-multi-region/index.d.ts +2 -2
- package/dist/web/components/form-phone/index.d.ts +1 -1
- package/dist/web/components/form-radio/index.d.ts +3 -3
- package/dist/web/components/form-region/index.d.ts +1 -1
- package/dist/web/components/form-rich-text/index.d.ts +3 -3
- package/dist/web/components/form-select/index.d.ts +11 -5
- package/dist/web/components/form-select/index.js +13 -2
- package/dist/web/components/form-select-multiple/index.d.ts +4 -4
- package/dist/web/components/form-switch/index.d.ts +1 -1
- package/dist/web/components/form-text-area/index.d.ts +1 -1
- package/dist/web/components/form-time/index.d.ts +1 -1
- package/dist/web/components/form-upload-file/index.d.ts +3 -3
- package/dist/web/components/form-url/index.d.ts +1 -1
- package/dist/web/components/form-user-tree-select/index.d.ts +5 -5
- package/dist/web/components/formdetail/index.css +72 -28
- package/dist/web/components/formdetail/index.d.ts +10 -2
- package/dist/web/components/formdetail/index.js +162 -65
- package/dist/web/components/graphicCard/index.css +2 -1
- package/dist/web/components/graphicCard/index.d.ts +1 -0
- package/dist/web/components/graphicCard/index.js +5 -8
- package/dist/web/components/grid/grid.css +213 -110
- package/dist/web/components/grid/grid.d.ts +4 -0
- package/dist/web/components/grid/grid.js +2 -1
- package/dist/web/components/index.d.ts +31 -0
- package/dist/web/components/index.js +37 -9
- package/dist/web/components/jsx/index.d.ts +11 -0
- package/dist/web/components/jsx/index.js +36 -0
- package/dist/web/components/listView/index.css +37 -33
- package/dist/web/components/listView/index.js +175 -154
- package/dist/web/components/listView/interface.d.ts +8 -0
- package/dist/web/components/lottery/index.css +6 -4
- package/dist/web/components/lottery/index.js +2 -20
- package/dist/web/components/modal/modal.h5.js +2 -1
- package/dist/web/components/modal/modal.pc.js +2 -1
- package/dist/web/components/navLayout/index.d.ts +1 -0
- package/dist/web/components/navLayout/index.js +13 -2
- package/dist/web/components/navigationBar/common.js +9 -4
- package/dist/web/components/navigationBar/h5Menu.js +1 -1
- package/dist/web/components/navigationBar/horizontalMenu.js +2 -2
- package/dist/web/components/navigationBar/index.js +3 -2
- package/dist/web/components/navigationBar/verticalMenu.js +1 -1
- package/dist/web/components/pageLayout/PageContent/index.d.ts +0 -1
- package/dist/web/components/phone/index.d.ts +0 -1
- package/dist/web/components/phoneCode/index.d.ts +0 -1
- package/dist/web/components/richText/index.css +2 -2
- package/dist/web/components/richText/index.d.ts +1 -1
- package/dist/web/components/richText/index.js +17 -6
- package/dist/web/components/richTextView/index.css +3 -0
- package/dist/web/components/richTextView/index.js +1 -2
- package/dist/web/components/share/index.d.ts +0 -1
- package/dist/web/components/slot/index.d.ts +3 -1
- package/dist/web/components/slot/index.js +14 -3
- package/dist/web/components/statusContent/index.css +9 -5
- package/dist/web/components/statusContent/index.js +7 -3
- package/dist/web/components/swiper/index.css +3 -1
- package/dist/web/components/swiper/index.js +47 -29
- package/dist/web/components/table/BaseTable.d.ts +0 -1
- package/dist/web/components/table/BaseTable.js +7 -1
- package/dist/web/components/table/ExportFileModalByApi/index.js +10 -11
- package/dist/web/components/table/FieldRender.d.ts +0 -1
- package/dist/web/components/table/FieldRender.js +2 -2
- package/dist/web/components/table/FilterFields.d.ts +0 -1
- package/dist/web/components/table/Form/Enum.d.ts +0 -1
- package/dist/web/components/table/Form/Location.d.ts +0 -1
- package/dist/web/components/table/ImportFileModal/index.css +1 -1
- package/dist/web/components/table/ImportFileModal/index.js +12 -15
- package/dist/web/components/table/ImportFileModalByApi/index.js +17 -18
- package/dist/web/components/table/ImportFileModalByApi/uploadCSVFile.js +2 -2
- package/dist/web/components/table/InOrOutRecordModeal.js +15 -10
- package/dist/web/components/table/QuoteModal.d.ts +0 -1
- package/dist/web/components/table/UserDepartment/ViewCell.d.ts +0 -1
- package/dist/web/components/table/UserDepartment/utils.d.ts +0 -1
- package/dist/web/components/table/baseTable.css +1 -1
- package/dist/web/components/table/index.css +2 -2
- package/dist/web/components/table/index.js +2 -2
- package/dist/web/components/tabs/index.css +2 -2
- package/dist/web/components/uploaderFileView/index.js +1 -1
- package/dist/web/components/userInfo/index.d.ts +0 -1
- package/dist/web/components/wd-ad/ad-view.d.ts +7 -0
- package/dist/web/components/wd-ad/ad-view.js +40 -0
- package/dist/web/components/wd-ad/index.d.ts +3 -0
- package/dist/web/components/wd-ad/index.js +2 -0
- package/dist/web/components/wd-ad/style/view.css +147 -0
- package/dist/web/components/wd-ad/style/view.d.ts +1 -0
- package/dist/web/components/wd-ad/style/view.js +1 -0
- package/dist/web/components/wd-ad/wd-ad.d.ts +9 -0
- package/dist/web/components/wd-ad/wd-ad.js +21 -0
- package/dist/web/components/wd-audio/index.d.ts +3 -0
- package/dist/web/components/wd-audio/index.js +3 -0
- package/dist/web/components/wd-audio/wd-audio.d.ts +6 -0
- package/dist/web/components/wd-audio/wd-audio.js +207 -0
- package/dist/web/components/wd-calendar/MonthSelect.d.ts +9 -0
- package/dist/web/components/wd-calendar/MonthSelect.js +59 -0
- package/dist/web/components/wd-calendar/index.d.ts +3 -0
- package/dist/web/components/wd-calendar/index.js +3 -0
- package/dist/web/components/wd-calendar/style.d.ts +1 -0
- package/dist/web/components/wd-calendar/style.js +1 -0
- package/dist/web/components/wd-calendar/wd-calendar.d.ts +10 -0
- package/dist/web/components/wd-calendar/wd-calendar.js +88 -0
- package/dist/web/components/wd-calendar/weeks.d.ts +23 -0
- package/dist/web/components/wd-calendar/weeks.js +34 -0
- package/dist/web/components/wd-canvas/index.d.ts +3 -0
- package/dist/web/components/wd-canvas/index.js +3 -0
- package/dist/web/components/wd-canvas/wd-canvas.d.ts +6 -0
- package/dist/web/components/wd-canvas/wd-canvas.js +318 -0
- package/dist/web/components/wd-card/wd-card.js +35 -4
- package/dist/web/components/wd-checkbox/checkbox.js +2 -0
- package/dist/web/components/wd-checkbox-list/checkboxList.js +59 -53
- package/dist/web/components/wd-config-provider/wd-config-context.js +2 -2
- package/dist/web/components/wd-date/elements/Calendar.h5.d.ts +4 -2
- package/dist/web/components/wd-date/elements/Calendar.h5.js +14 -6
- package/dist/web/components/wd-date/elements/DatePicker.h5.js +16 -7
- package/dist/web/components/wd-date/elements/YearPicker.pc.d.ts +11 -3
- package/dist/web/components/wd-date/elements/YearPicker.pc.js +53 -44
- package/dist/web/components/wd-date/elements/YearRangePicker.pc.d.ts +6 -0
- package/dist/web/components/wd-date/elements/YearRangePicker.pc.js +54 -0
- package/dist/web/components/wd-date/elements/interface.d.ts +10 -3
- package/dist/web/components/wd-date/pc.js +5 -4
- package/dist/web/components/wd-date/wd-date.d.ts +1 -0
- package/dist/web/components/wd-date/wd-date.js +19 -11
- package/dist/web/components/wd-date-range/h5.d.ts +7 -2
- package/dist/web/components/wd-date-range/h5.js +65 -7
- package/dist/web/components/wd-date-range/index.d.ts +2 -1
- package/dist/web/components/wd-date-range/index.js +1 -1
- package/dist/web/components/wd-date-range/interface.d.ts +9 -0
- package/dist/web/components/wd-date-range/pc.d.ts +3 -3
- package/dist/web/components/wd-date-range/pc.js +36 -19
- package/dist/web/components/wd-date-range/wd-date-range.d.ts +3 -6
- package/dist/web/components/wd-date-range/wd-date-range.js +44 -73
- package/dist/web/components/{wd-department-select → wd-department/_design}/h5.js +5 -5
- package/dist/web/components/{wd-department-select → wd-department/_design}/wd-department-select.d.ts +1 -2
- package/dist/web/components/{wd-department-select → wd-department/_design}/wd-department-select.js +5 -5
- package/dist/web/components/wd-department/index.d.ts +3 -0
- package/dist/web/components/wd-department/index.js +3 -0
- package/dist/web/components/wd-department/style.d.ts +1 -0
- package/dist/web/components/wd-department/style.js +1 -0
- package/dist/web/components/wd-department/wd-department.css +35 -0
- package/dist/web/components/wd-department/wd-department.d.ts +8 -0
- package/dist/web/components/wd-department/wd-department.js +39 -0
- package/dist/web/components/wd-form/contexts/form-layout-context.d.ts +9 -0
- package/dist/web/components/wd-form/contexts/form-layout-context.js +10 -0
- package/dist/web/components/wd-form/contexts/form-type-context.d.ts +9 -0
- package/dist/web/components/wd-form/contexts/form-type-context.js +10 -0
- package/dist/web/components/wd-form/contexts/form-widget-context.d.ts +9 -0
- package/dist/web/components/wd-form/contexts/form-widget-context.js +10 -0
- package/dist/web/components/wd-form/form-utils.d.ts +1 -1
- package/dist/web/components/wd-form/form-utils.js +15 -11
- package/dist/web/components/wd-form/hooks/use-remote-value.d.ts +3 -3
- package/dist/web/components/wd-form/hooks/use-remote-value.js +26 -8
- package/dist/web/components/wd-form/index.d.ts +6 -1
- package/dist/web/components/wd-form/index.js +279 -215
- package/dist/web/components/wd-form/wd-form.css +5 -2
- package/dist/web/components/wd-form/wd-form.d.ts +4 -5
- package/dist/web/components/wd-form/wd-form.js +10 -2
- package/dist/web/components/wd-form-cell/wd-form-cell.d.ts +0 -1
- package/dist/web/components/wd-form-item/index.d.ts +2 -1
- package/dist/web/components/wd-form-item/index.js +2 -1
- package/dist/web/components/wd-form-item/wd-form-item-read-only.d.ts +14 -0
- package/dist/web/components/wd-form-item/wd-form-item-read-only.js +20 -0
- package/dist/web/components/wd-form-item/wd-form-item.js +25 -16
- package/dist/web/components/wd-form-item/wd-input-group.d.ts +0 -1
- package/dist/web/components/wd-form-item/wd-input-group.js +4 -5
- package/dist/web/components/wd-form-item/wd-input-wrap.d.ts +0 -1
- package/dist/web/components/wd-form-item/wd-input-wrap.js +9 -8
- package/dist/web/components/wd-icon/useLoadCss.d.ts +1 -0
- package/dist/web/components/wd-icon/useLoadCss.js +32 -0
- package/dist/web/components/wd-icon/wd-icon.js +11 -12
- package/dist/web/components/wd-image/image.js +34 -36
- package/dist/web/components/wd-image/index.js +18 -3
- package/dist/web/components/wd-input/wd-input.d.ts +31 -28
- package/dist/web/components/wd-input/wd-input.js +34 -20
- package/dist/web/components/wd-input-email/wd-input-email.d.ts +29 -26
- package/dist/web/components/wd-input-group/wd-input-group.d.ts +0 -1
- package/dist/web/components/wd-input-number/wd-input-number.js +86 -27
- package/dist/web/components/wd-input-phone/wd-input-phone.d.ts +31 -28
- package/dist/web/components/wd-input-url/wd-input-url.d.ts +29 -26
- package/dist/web/components/wd-layout/index.css +3 -0
- package/dist/web/components/wd-layout/style.d.ts +1 -0
- package/dist/web/components/wd-layout/style.js +1 -0
- package/dist/web/components/wd-layout/wd-layout.d.ts +2 -2
- package/dist/web/components/wd-layout/wd-layout.js +3 -2
- package/dist/web/components/wd-link/wd-link.js +3 -3
- package/dist/web/components/wd-location/_design/wd-location.d.ts +7 -0
- package/dist/web/components/wd-location/_design/wd-location.js +81 -0
- package/dist/web/components/wd-location/style.d.ts +1 -0
- package/dist/web/components/wd-location/style.js +1 -0
- package/dist/web/components/wd-location/wd-location.css +57 -0
- package/dist/web/components/wd-location/wd-location.d.ts +11 -6
- package/dist/web/components/wd-location/wd-location.js +48 -81
- package/dist/web/components/{wd-member-select → wd-member/_design}/h5.js +5 -5
- package/dist/web/components/wd-member/_design/wd-member-select.d.ts +7 -0
- package/dist/web/components/{wd-member-select → wd-member/_design}/wd-member-select.js +7 -7
- package/dist/web/components/wd-member/index.d.ts +3 -0
- package/dist/web/components/wd-member/index.js +3 -0
- package/dist/web/components/wd-member/style.d.ts +1 -0
- package/dist/web/components/wd-member/style.js +1 -0
- package/dist/web/components/wd-member/wd-member.css +31 -0
- package/dist/web/components/wd-member/wd-member.d.ts +8 -0
- package/dist/web/components/wd-member/wd-member.js +39 -0
- package/dist/web/components/wd-menu-base-layout/index.d.ts +6 -0
- package/dist/web/components/wd-menu-base-layout/index.js +5 -0
- package/dist/web/components/wd-menu-horizontal-layout/index.d.ts +6 -0
- package/dist/web/components/wd-menu-horizontal-layout/index.js +5 -0
- package/dist/web/components/wd-menu-layout/components/H5Menu.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/components/H5Menu.js +18 -0
- package/dist/web/components/wd-menu-layout/components/HorizontalMenu.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/components/HorizontalMenu.js +9 -0
- package/dist/web/components/wd-menu-layout/components/NavMenu.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/components/NavMenu.js +7 -0
- package/dist/web/components/wd-menu-layout/components/PlantMenu.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/components/PlantMenu.js +9 -0
- package/dist/web/components/wd-menu-layout/components/TabMenu.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/components/TabMenu.js +7 -0
- package/dist/web/components/wd-menu-layout/components/VerticalMenu.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/components/VerticalMenu.js +9 -0
- package/dist/web/components/wd-menu-layout/index.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/index.js +3 -0
- package/dist/web/components/wd-menu-layout/utils/index.d.ts +6 -0
- package/dist/web/components/wd-menu-layout/utils/index.js +13 -0
- package/dist/web/components/wd-menu-layout/wd-menu-layout.d.ts +8 -0
- package/dist/web/components/wd-menu-layout/wd-menu-layout.js +21 -0
- package/dist/web/components/wd-menu-list/CommonMenuList.d.ts +3 -0
- package/dist/web/components/wd-menu-list/CommonMenuList.js +128 -0
- package/dist/web/components/wd-menu-list/HorizontalMenuList.d.ts +3 -0
- package/dist/web/components/wd-menu-list/HorizontalMenuList.js +152 -0
- package/dist/web/components/wd-menu-list/index.d.ts +3 -0
- package/dist/web/components/wd-menu-list/index.js +3 -0
- package/dist/web/components/wd-menu-list/utils/index.d.ts +12 -0
- package/dist/web/components/wd-menu-list/utils/index.js +109 -0
- package/dist/web/components/wd-menu-list/wd-menu-list.d.ts +7 -0
- package/dist/web/components/wd-menu-list/wd-menu-list.js +13 -0
- package/dist/web/components/wd-menu-nav-layout/index.d.ts +6 -0
- package/dist/web/components/wd-menu-nav-layout/index.js +5 -0
- package/dist/web/components/wd-menu-plant-layout/index.d.ts +6 -0
- package/dist/web/components/wd-menu-plant-layout/index.js +5 -0
- package/dist/web/components/wd-menu-tab-layout/index.d.ts +6 -0
- package/dist/web/components/wd-menu-tab-layout/index.js +5 -0
- package/dist/web/components/wd-menu-vertical-layout/index.d.ts +6 -0
- package/dist/web/components/wd-menu-vertical-layout/index.js +5 -0
- package/dist/web/components/wd-modal/wd-modal.js +35 -17
- package/dist/web/components/wd-progress/index.d.ts +3 -0
- package/dist/web/components/wd-progress/index.js +3 -0
- package/dist/web/components/wd-progress/util.d.ts +16 -0
- package/dist/web/components/wd-progress/util.js +42 -0
- package/dist/web/components/wd-progress/wd-progress.d.ts +7 -0
- package/dist/web/components/wd-progress/wd-progress.js +127 -0
- package/dist/web/components/wd-radio/wd-radio.d.ts +0 -1
- package/dist/web/components/wd-radio/wd-radio.js +1 -1
- package/dist/web/components/wd-radio-list/wd-radio-list.js +36 -25
- package/dist/web/components/wd-rating/index.d.ts +3 -0
- package/dist/web/components/wd-rating/index.js +3 -0
- package/dist/web/components/wd-rating/wd-rating.d.ts +6 -0
- package/dist/web/components/wd-rating/wd-rating.js +252 -0
- package/dist/web/components/{wd-region-select → wd-region/_design}/h5.js +3 -3
- package/dist/web/components/{wd-region-select → wd-region/_design}/wd-region.d.ts +1 -2
- package/dist/web/components/{wd-region-select → wd-region/_design}/wd-region.js +5 -5
- package/dist/web/components/{wd-region-select → wd-region}/index.d.ts +1 -1
- package/dist/web/components/wd-region/style.d.ts +1 -0
- package/dist/web/components/wd-region/style.js +1 -0
- package/dist/web/components/wd-region/wd-region.css +59 -0
- package/dist/web/components/wd-region/wd-region.d.ts +11 -0
- package/dist/web/components/wd-region/wd-region.js +50 -0
- package/dist/web/components/wd-retry/wd-retry.d.ts +0 -1
- package/dist/web/components/wd-rich-text/index.d.ts +3 -0
- package/dist/web/components/wd-rich-text/index.js +3 -0
- package/dist/web/components/wd-rich-text/style.d.ts +1 -0
- package/dist/web/components/wd-rich-text/style.js +1 -0
- package/dist/web/components/wd-rich-text/wd-rich-text.css +23 -0
- package/dist/web/components/wd-rich-text/wd-rich-text.d.ts +13 -0
- package/dist/web/components/wd-rich-text/wd-rich-text.js +26 -0
- package/dist/web/components/wd-select/{h5.js → _design/h5.js} +3 -3
- package/dist/web/components/wd-select/_design/wd-select.d.ts +11 -0
- package/dist/web/components/wd-select/_design/wd-select.js +87 -0
- package/dist/web/components/wd-select/style.d.ts +1 -0
- package/dist/web/components/wd-select/style.js +1 -0
- package/dist/web/components/wd-select/wd-select.css +59 -0
- package/dist/web/components/wd-select/wd-select.d.ts +13 -10
- package/dist/web/components/wd-select/wd-select.js +83 -87
- package/dist/web/components/wd-select-multiple/index.d.ts +3 -0
- package/dist/web/components/wd-select-multiple/index.js +3 -0
- package/dist/web/components/wd-select-multiple/style.d.ts +1 -0
- package/dist/web/components/wd-select-multiple/style.js +1 -0
- package/dist/web/components/wd-select-multiple/wd-select-multiple.css +77 -0
- package/dist/web/components/wd-select-multiple/wd-select-multiple.d.ts +15 -0
- package/dist/web/components/wd-select-multiple/wd-select-multiple.js +78 -0
- package/dist/web/components/wd-side-tab/index.d.ts +3 -0
- package/dist/web/components/wd-side-tab/index.js +3 -0
- package/dist/web/components/wd-side-tab/wd-side-tab.d.ts +6 -0
- package/dist/web/components/wd-side-tab/wd-side-tab.js +42 -0
- package/dist/web/components/wd-switch/wd-switch.js +6 -4
- package/dist/web/components/wd-tabbar/index.d.ts +3 -0
- package/dist/web/components/wd-tabbar/index.js +3 -0
- package/dist/web/components/wd-tabbar/wd-tabbar.d.ts +7 -0
- package/dist/web/components/wd-tabbar/wd-tabbar.js +84 -0
- package/dist/web/components/wd-table/components/ExportFileModalByApi/index.d.ts +0 -1
- package/dist/web/components/wd-table/components/FieldRender/Form/Enum.d.ts +0 -1
- package/dist/web/components/wd-table/components/FieldRender/Form/Location.d.ts +0 -1
- package/dist/web/components/wd-table/components/FieldRender/ImagePreview.d.ts +0 -1
- package/dist/web/components/wd-table/components/FieldRender/QuoteModal.d.ts +0 -1
- package/dist/web/components/wd-table/components/FieldRender/UserDepartment/ViewCell.d.ts +0 -1
- package/dist/web/components/wd-table/components/FieldRender/UserDepartment/utils.d.ts +0 -1
- package/dist/web/components/wd-table/components/FieldRender/VideoPreview.d.ts +7 -0
- package/dist/web/components/wd-table/components/FieldRender/VideoPreview.js +67 -0
- package/dist/web/components/wd-table/components/FieldRender/index.d.ts +4 -3
- package/dist/web/components/wd-table/components/FieldRender/index.js +104 -39
- package/dist/web/components/wd-table/components/FilterFieldsPanel/Fields.d.ts +0 -1
- package/dist/web/components/wd-table/components/FilterFieldsPanel/FilterFieldItem.d.ts +0 -1
- package/dist/web/components/wd-table/components/FilterFieldsPanel/FilterFieldItem.js +17 -16
- package/dist/web/components/wd-table/components/FilterFieldsPanel/InputAdornment.d.ts +0 -1
- package/dist/web/components/wd-table/components/FilterFieldsPanel/SelectSearch.d.ts +0 -1
- package/dist/web/components/wd-table/components/FilterFieldsPanel/SelectSearch.js +1 -0
- package/dist/web/components/wd-table/components/FilterFieldsPanel/filterFieldsGenerate.d.ts +1 -1
- package/dist/web/components/wd-table/components/FilterFieldsPanel/filterFieldsGenerate.js +23 -3
- package/dist/web/components/wd-table/components/FilterFieldsPanel/index.d.ts +2 -7
- package/dist/web/components/wd-table/components/FilterFieldsPanel/index.js +51 -23
- package/dist/web/components/wd-table/components/ImportFileModalByApi/index.d.ts +2 -2
- package/dist/web/components/wd-table/components/ImportFileModalByApi/index.js +21 -5
- package/dist/web/components/wd-table/components/InOrOutRecordModal.d.ts +0 -1
- package/dist/web/components/wd-table/components/ModalTable/index.js +13 -2
- package/dist/web/components/wd-table/components/Pagination/index.d.ts +0 -1
- package/dist/web/components/wd-table/components/Pagination/index.js +1 -1
- package/dist/web/components/wd-table/components/SearchBox/index.d.ts +0 -1
- package/dist/web/components/wd-table/components/SearchBox/index.js +3 -2
- package/dist/web/components/wd-table/components/Table/index.d.ts +4 -2
- package/dist/web/components/wd-table/components/Table/index.js +15 -5
- package/dist/web/components/wd-table/hooks/useAuthFields.d.ts +11 -1
- package/dist/web/components/wd-table/hooks/useAuthFields.js +3 -3
- package/dist/web/components/wd-table/hooks/useChooseList.d.ts +3 -2
- package/dist/web/components/wd-table/hooks/useChooseList.js +19 -8
- package/dist/web/components/wd-table/hooks/useQueryParams.d.ts +4 -1
- package/dist/web/components/wd-table/hooks/useQueryParams.js +11 -1
- package/dist/web/components/wd-table/hooks/useTableData.js +6 -6
- package/dist/web/components/wd-table/utils/index.d.ts +6 -12
- package/dist/web/components/wd-table/utils/index.js +89 -41
- package/dist/web/components/wd-table/utils/style.d.ts +1 -0
- package/dist/web/components/wd-table/utils/style.js +1 -0
- package/dist/web/components/wd-table/utils/tableTheme.css +117 -0
- package/dist/web/components/wd-table/wd-table.d.ts +3 -1
- package/dist/web/components/wd-table/wd-table.js +91 -22
- package/dist/web/components/wd-tabs/index.d.ts +3 -0
- package/dist/web/components/wd-tabs/index.js +3 -0
- package/dist/web/components/wd-tabs/tabs-h5.d.ts +2 -0
- package/dist/web/components/wd-tabs/tabs-h5.js +102 -0
- package/dist/web/components/wd-tabs/tabs-pc.d.ts +2 -0
- package/dist/web/components/wd-tabs/tabs-pc.js +121 -0
- package/dist/web/components/wd-tabs/tabs.d.ts +13 -0
- package/dist/web/components/wd-tabs/tabs.js +23 -0
- package/dist/web/components/wd-tag/_design.d.ts +5 -0
- package/dist/web/components/wd-tag/_design.js +11 -0
- package/dist/web/components/wd-tag/index.d.ts +6 -0
- package/dist/web/components/wd-tag/index.js +4 -0
- package/dist/web/components/wd-tag/tag-item.d.ts +21 -0
- package/dist/web/components/wd-tag/tag-item.js +79 -0
- package/dist/web/components/wd-tag/wd-tag-select.d.ts +10 -0
- package/dist/web/components/wd-tag/wd-tag-select.js +74 -0
- package/dist/web/components/wd-tag/wd-tag.d.ts +16 -0
- package/dist/web/components/wd-tag/wd-tag.js +109 -0
- package/dist/web/components/wd-text/wd-text.d.ts +1 -1
- package/dist/web/components/wd-text/wd-text.js +9 -1
- package/dist/web/components/wd-textarea/wd-textarea.js +39 -10
- package/dist/web/components/wd-time/h5.js +3 -4
- package/dist/web/components/wd-time/wd-time.d.ts +1 -0
- package/dist/web/components/wd-time/wd-time.js +13 -11
- package/dist/web/components/wd-top-tab/index.d.ts +3 -0
- package/dist/web/components/wd-top-tab/index.js +3 -0
- package/dist/web/components/wd-top-tab/wd-top-tab.d.ts +6 -0
- package/dist/web/components/wd-top-tab/wd-top-tab.js +42 -0
- package/dist/web/components/wd-tree/wd-tree.js +13 -5
- package/dist/web/components/wd-unified-link/index.d.ts +8 -0
- package/dist/web/components/wd-unified-link/index.js +91 -0
- package/dist/web/components/wd-upload-file/_design/wd-upload-file.d.ts +7 -0
- package/dist/web/components/wd-upload-file/_design/wd-upload-file.js +24 -0
- package/dist/web/components/wd-upload-file/style.d.ts +1 -0
- package/dist/web/components/wd-upload-file/style.js +1 -0
- package/dist/web/components/wd-upload-file/wd-upload-file.css +107 -0
- package/dist/web/components/wd-upload-file/wd-upload-file.d.ts +9 -6
- package/dist/web/components/wd-upload-file/wd-upload-file.js +37 -23
- package/dist/web/components/wd-upload-image/_design/wd-upload-image.d.ts +3 -0
- package/dist/web/components/wd-upload-image/_design/wd-upload-image.js +51 -0
- package/dist/web/components/wd-upload-image/style.d.ts +1 -0
- package/dist/web/components/wd-upload-image/style.js +1 -0
- package/dist/web/components/wd-upload-image/wd-upload-image.css +34 -0
- package/dist/web/components/wd-upload-image/wd-upload-image.d.ts +12 -3
- package/dist/web/components/wd-upload-image/wd-upload-image.js +37 -50
- package/dist/web/components/wedaVideo/index.css +1 -1
- package/dist/web/components/wedaVideo/index.d.ts +20 -4
- package/dist/web/components/wedaVideo/index.js +112 -7
- package/dist/web/utils/color.d.ts +6 -0
- package/dist/web/utils/color.js +81 -0
- package/dist/web/utils/constant.d.ts +10 -1
- package/dist/web/utils/constant.js +12 -1
- package/dist/web/utils/datasource.d.ts +8 -4
- package/dist/web/utils/datasource.js +17 -10
- package/dist/web/utils/date.d.ts +5 -0
- package/dist/web/utils/date.js +30 -0
- package/dist/web/utils/file2base64.d.ts +1 -0
- package/dist/web/utils/file2base64.js +6 -0
- package/dist/web/utils/getModelParams.js +2 -0
- package/dist/web/utils/getPageQuery.d.ts +0 -1
- package/dist/web/utils/global-context.d.ts +8 -0
- package/dist/web/utils/global-context.js +22 -0
- package/dist/web/utils/hooks/EnumHoc.js +2 -2
- package/dist/web/utils/hooks/context.d.ts +0 -20
- package/dist/web/utils/hooks/context.js +0 -16
- package/dist/web/utils/hooks/use-cloud-id-temp-url.d.ts +2 -2
- package/dist/web/utils/hooks/use-debounced-callback.d.ts +104 -0
- package/dist/web/utils/hooks/use-debounced-callback.js +213 -0
- package/dist/web/utils/hooks/use-delay-events.d.ts +8 -0
- package/dist/web/utils/hooks/use-delay-events.js +31 -0
- package/dist/web/utils/hooks/use-selected.d.ts +16 -0
- package/dist/web/utils/hooks/use-selected.js +38 -0
- package/dist/web/utils/hooks/useCanPreview.d.ts +1 -0
- package/dist/web/utils/hooks/useCanPreview.js +20 -0
- package/dist/web/utils/hooks/useDataSource.d.ts +2 -2
- package/dist/web/utils/hooks/useFormLegacy.d.ts +35 -23
- package/dist/web/utils/hooks/useFormLegacy.js +185 -117
- package/dist/web/utils/hooks/useRecycle.d.ts +13 -0
- package/dist/web/utils/hooks/useRecycle.js +19 -0
- package/dist/web/utils/hooks/useSyncValue.d.ts +3 -1
- package/dist/web/utils/hooks/useSyncValue.js +27 -4
- package/dist/web/utils/moment.d.ts +1 -4
- package/dist/web/utils/moment.js +13 -18
- package/dist/web/utils/platform.d.ts +4 -1
- package/dist/web/utils/platform.js +21 -2
- package/dist/web/utils/range.d.ts +16 -0
- package/dist/web/utils/range.js +61 -0
- package/dist/web/utils/tool.d.ts +10 -0
- package/dist/web/utils/tool.js +48 -0
- package/dist/web/utils/widget-api/index.d.ts +3 -0
- package/dist/web/utils/widget-api/index.js +7 -0
- package/dist/web/utils/widget-api/use-set-widget-api.d.ts +3 -0
- package/dist/web/utils/widget-api/use-set-widget-api.js +25 -0
- package/dist/web/weda-ui.css +78 -0
- package/package.json +33 -31
- package/dist/configs/components/dataView.json +0 -327
- package/dist/configs/components/drawer.json +0 -116
- package/dist/configs/components/form/label.json +0 -22
- package/dist/configs/components/listView.json +0 -618
- package/dist/configs/components/picker/picker.json +0 -18
- package/dist/configs/components/picker/timePicker.json +0 -23
- package/dist/configs/components/wd-department-select.d.ts +0 -32
- package/dist/configs/components/wd-department-select.js +0 -55
- package/dist/configs/components/wd-image-upload.d.ts +0 -56
- package/dist/configs/components/wd-image-upload.js +0 -92
- package/dist/configs/components/wd-member-select.d.ts +0 -32
- package/dist/configs/components/wd-member-select.js +0 -55
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comment/index.js +0 -185
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/comment/style.css +0 -51
- package/dist/web/components/wd-date-range/elements/Calendar.h5.d.ts +0 -6
- package/dist/web/components/wd-date-range/elements/Calendar.h5.js +0 -63
- package/dist/web/components/wd-date-range/elements/DatePicker.h5.d.ts +0 -6
- package/dist/web/components/wd-date-range/elements/DatePicker.h5.js +0 -41
- package/dist/web/components/wd-date-range/elements/TimePicker.h5.d.ts +0 -6
- package/dist/web/components/wd-date-range/elements/TimePicker.h5.js +0 -80
- package/dist/web/components/wd-date-range/elements/WheelPicker.d.ts +0 -10
- package/dist/web/components/wd-date-range/elements/WheelPicker.js +0 -94
- package/dist/web/components/wd-date-range/elements/YearMonthPicker.h5.d.ts +0 -6
- package/dist/web/components/wd-date-range/elements/YearMonthPicker.h5.js +0 -58
- package/dist/web/components/wd-date-range/elements/YearPicker.h5.d.ts +0 -6
- package/dist/web/components/wd-date-range/elements/YearPicker.h5.js +0 -37
- package/dist/web/components/wd-date-range/elements/YearPicker.pc.d.ts +0 -9
- package/dist/web/components/wd-date-range/elements/YearPicker.pc.js +0 -78
- package/dist/web/components/wd-date-range/elements/interface.d.ts +0 -41
- package/dist/web/components/wd-department-select/index.d.ts +0 -3
- package/dist/web/components/wd-department-select/index.js +0 -3
- package/dist/web/components/wd-member-select/index.d.ts +0 -3
- package/dist/web/components/wd-member-select/index.js +0 -3
- package/dist/web/components/wd-member-select/wd-member-select.d.ts +0 -8
- package/dist/web/utils/hooks/CreatePortal.d.ts +0 -5
- package/dist/web/utils/hooks/CreatePortal.js +0 -7
- package/dist/web/utils/hooks/globalConnect.d.ts +0 -2
- package/dist/web/utils/hooks/globalConnect.js +0 -25
- /package/dist/web/components/wd-date-range/{elements/interface.js → interface.js} +0 -0
- /package/dist/web/components/{wd-department-select → wd-department/_design}/h5.d.ts +0 -0
- /package/dist/web/components/{wd-member-select → wd-member/_design}/h5.d.ts +0 -0
- /package/dist/web/components/{wd-region-select → wd-region/_design}/h5.d.ts +0 -0
- /package/dist/web/components/{wd-region-select → wd-region}/index.js +0 -0
- /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,121 +549,121 @@
|
|
|
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 {
|
|
@@ -630,58 +672,72 @@
|
|
|
630
672
|
}
|
|
631
673
|
@media (min-width: 992px) {
|
|
632
674
|
/* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
|
|
675
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg.wd-grid-col-lg,
|
|
633
676
|
.wd-grid-col-lg.wd-grid-col-lg {
|
|
634
677
|
flex: 1 0 0%;
|
|
635
678
|
}
|
|
636
679
|
/* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
|
|
680
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-auto.wd-grid-col-lg-auto,
|
|
637
681
|
.wd-grid-col-lg-auto.wd-grid-col-lg-auto {
|
|
638
682
|
flex: 0 0 auto;
|
|
639
683
|
width: auto;
|
|
640
684
|
}
|
|
685
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-1.wd-grid-col-lg-1,
|
|
641
686
|
.wd-grid-col-lg-1.wd-grid-col-lg-1 {
|
|
642
687
|
flex: 0 0 auto;
|
|
643
688
|
width: 8.33333333%;
|
|
644
689
|
}
|
|
690
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-2.wd-grid-col-lg-2,
|
|
645
691
|
.wd-grid-col-lg-2.wd-grid-col-lg-2 {
|
|
646
692
|
flex: 0 0 auto;
|
|
647
693
|
width: 16.66666667%;
|
|
648
694
|
}
|
|
695
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-3.wd-grid-col-lg-3,
|
|
649
696
|
.wd-grid-col-lg-3.wd-grid-col-lg-3 {
|
|
650
697
|
flex: 0 0 auto;
|
|
651
698
|
width: 25%;
|
|
652
699
|
}
|
|
700
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-4.wd-grid-col-lg-4,
|
|
653
701
|
.wd-grid-col-lg-4.wd-grid-col-lg-4 {
|
|
654
702
|
flex: 0 0 auto;
|
|
655
703
|
width: 33.33333333%;
|
|
656
704
|
}
|
|
705
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-5.wd-grid-col-lg-5,
|
|
657
706
|
.wd-grid-col-lg-5.wd-grid-col-lg-5 {
|
|
658
707
|
flex: 0 0 auto;
|
|
659
708
|
width: 41.66666667%;
|
|
660
709
|
}
|
|
710
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-6.wd-grid-col-lg-6,
|
|
661
711
|
.wd-grid-col-lg-6.wd-grid-col-lg-6 {
|
|
662
712
|
flex: 0 0 auto;
|
|
663
713
|
width: 50%;
|
|
664
714
|
}
|
|
715
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-7.wd-grid-col-lg-7,
|
|
665
716
|
.wd-grid-col-lg-7.wd-grid-col-lg-7 {
|
|
666
717
|
flex: 0 0 auto;
|
|
667
718
|
width: 58.33333333%;
|
|
668
719
|
}
|
|
720
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-8.wd-grid-col-lg-8,
|
|
669
721
|
.wd-grid-col-lg-8.wd-grid-col-lg-8 {
|
|
670
722
|
flex: 0 0 auto;
|
|
671
723
|
width: 66.66666667%;
|
|
672
724
|
}
|
|
725
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-9.wd-grid-col-lg-9,
|
|
673
726
|
.wd-grid-col-lg-9.wd-grid-col-lg-9 {
|
|
674
727
|
flex: 0 0 auto;
|
|
675
728
|
width: 75%;
|
|
676
729
|
}
|
|
730
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-10.wd-grid-col-lg-10,
|
|
677
731
|
.wd-grid-col-lg-10.wd-grid-col-lg-10 {
|
|
678
732
|
flex: 0 0 auto;
|
|
679
733
|
width: 83.33333333%;
|
|
680
734
|
}
|
|
735
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-11.wd-grid-col-lg-11,
|
|
681
736
|
.wd-grid-col-lg-11.wd-grid-col-lg-11 {
|
|
682
737
|
flex: 0 0 auto;
|
|
683
738
|
width: 91.66666667%;
|
|
684
739
|
}
|
|
740
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-lg-12.wd-grid-col-lg-12,
|
|
685
741
|
.wd-grid-col-lg-12.wd-grid-col-lg-12 {
|
|
686
742
|
flex: 0 0 auto;
|
|
687
743
|
width: 100%;
|
|
@@ -692,121 +748,121 @@
|
|
|
692
748
|
*
|
|
693
749
|
*/
|
|
694
750
|
.wd-grid-g-lg-0,
|
|
695
|
-
.wd-grid-gx-lg-0 {
|
|
751
|
+
.wd-grid-gx-lg-0 {
|
|
696
752
|
--wd-grid-gutter-x: 0;
|
|
697
753
|
}
|
|
698
754
|
.wd-grid-g-lg-0,
|
|
699
|
-
.wd-grid-gy-lg-0 {
|
|
755
|
+
.wd-grid-gy-lg-0 {
|
|
700
756
|
--wd-grid-gutter-y: 0;
|
|
701
757
|
}
|
|
702
758
|
.wd-grid-grb-lg-0 {
|
|
703
759
|
--wd-grid-gutter-rb: 0;
|
|
704
760
|
}
|
|
705
761
|
.wd-grid-g-lg-1,
|
|
706
|
-
.wd-grid-gx-lg-1 {
|
|
762
|
+
.wd-grid-gx-lg-1 {
|
|
707
763
|
--wd-grid-gutter-x: 4PX;
|
|
708
764
|
}
|
|
709
765
|
.wd-grid-g-lg-1,
|
|
710
|
-
.wd-grid-gy-lg-1 {
|
|
766
|
+
.wd-grid-gy-lg-1 {
|
|
711
767
|
--wd-grid-gutter-y: 4PX;
|
|
712
768
|
}
|
|
713
769
|
.wd-grid-grb-lg-1 {
|
|
714
770
|
--wd-grid-gutter-rb: 4PX;
|
|
715
771
|
}
|
|
716
772
|
.wd-grid-g-lg-2,
|
|
717
|
-
.wd-grid-gx-lg-2 {
|
|
773
|
+
.wd-grid-gx-lg-2 {
|
|
718
774
|
--wd-grid-gutter-x: 8PX;
|
|
719
775
|
}
|
|
720
776
|
.wd-grid-g-lg-2,
|
|
721
|
-
.wd-grid-gy-lg-2 {
|
|
777
|
+
.wd-grid-gy-lg-2 {
|
|
722
778
|
--wd-grid-gutter-y: 8PX;
|
|
723
779
|
}
|
|
724
780
|
.wd-grid-grb-lg-2 {
|
|
725
781
|
--wd-grid-gutter-rb: 8PX;
|
|
726
782
|
}
|
|
727
783
|
.wd-grid-g-lg-3,
|
|
728
|
-
.wd-grid-gx-lg-3 {
|
|
784
|
+
.wd-grid-gx-lg-3 {
|
|
729
785
|
--wd-grid-gutter-x: 16PX;
|
|
730
786
|
}
|
|
731
787
|
.wd-grid-g-lg-3,
|
|
732
|
-
.wd-grid-gy-lg-3 {
|
|
788
|
+
.wd-grid-gy-lg-3 {
|
|
733
789
|
--wd-grid-gutter-y: 16PX;
|
|
734
790
|
}
|
|
735
791
|
.wd-grid-grb-lg-3 {
|
|
736
792
|
--wd-grid-gutter-rb: 16PX;
|
|
737
793
|
}
|
|
738
794
|
.wd-grid-g-lg-4,
|
|
739
|
-
.wd-grid-gx-lg-4 {
|
|
795
|
+
.wd-grid-gx-lg-4 {
|
|
740
796
|
--wd-grid-gutter-x: 24PX;
|
|
741
797
|
}
|
|
742
798
|
.wd-grid-g-lg-4,
|
|
743
|
-
.wd-grid-gy-lg-4 {
|
|
799
|
+
.wd-grid-gy-lg-4 {
|
|
744
800
|
--wd-grid-gutter-y: 24PX;
|
|
745
801
|
}
|
|
746
802
|
.wd-grid-grb-lg-4 {
|
|
747
803
|
--wd-grid-gutter-rb: 24PX;
|
|
748
804
|
}
|
|
749
805
|
.wd-grid-g-lg-5,
|
|
750
|
-
.wd-grid-gx-lg-5 {
|
|
806
|
+
.wd-grid-gx-lg-5 {
|
|
751
807
|
--wd-grid-gutter-x: 32PX;
|
|
752
808
|
}
|
|
753
809
|
.wd-grid-g-lg-5,
|
|
754
|
-
.wd-grid-gy-lg-5 {
|
|
810
|
+
.wd-grid-gy-lg-5 {
|
|
755
811
|
--wd-grid-gutter-y: 32PX;
|
|
756
812
|
}
|
|
757
813
|
.wd-grid-grb-lg-5 {
|
|
758
814
|
--wd-grid-gutter-rb: 32PX;
|
|
759
815
|
}
|
|
760
816
|
.wd-grid-g-lg-6,
|
|
761
|
-
.wd-grid-gx-lg-6 {
|
|
817
|
+
.wd-grid-gx-lg-6 {
|
|
762
818
|
--wd-grid-gutter-x: 48PX;
|
|
763
819
|
}
|
|
764
820
|
.wd-grid-g-lg-6,
|
|
765
|
-
.wd-grid-gy-lg-6 {
|
|
821
|
+
.wd-grid-gy-lg-6 {
|
|
766
822
|
--wd-grid-gutter-y: 48PX;
|
|
767
823
|
}
|
|
768
824
|
.wd-grid-grb-lg-6 {
|
|
769
825
|
--wd-grid-gutter-rb: 48PX;
|
|
770
826
|
}
|
|
771
827
|
.wd-grid-g-lg-7,
|
|
772
|
-
.wd-grid-gx-lg-7 {
|
|
828
|
+
.wd-grid-gx-lg-7 {
|
|
773
829
|
--wd-grid-gutter-x: 60PX;
|
|
774
830
|
}
|
|
775
831
|
.wd-grid-g-lg-7,
|
|
776
|
-
.wd-grid-gy-lg-7 {
|
|
832
|
+
.wd-grid-gy-lg-7 {
|
|
777
833
|
--wd-grid-gutter-y: 60PX;
|
|
778
834
|
}
|
|
779
835
|
.wd-grid-grb-lg-7 {
|
|
780
836
|
--wd-grid-gutter-rb: 60PX;
|
|
781
837
|
}
|
|
782
838
|
.wd-grid-g-lg-8,
|
|
783
|
-
.wd-grid-gx-lg-8 {
|
|
839
|
+
.wd-grid-gx-lg-8 {
|
|
784
840
|
--wd-grid-gutter-x: 80PX;
|
|
785
841
|
}
|
|
786
842
|
.wd-grid-g-lg-8,
|
|
787
|
-
.wd-grid-gy-lg-8 {
|
|
843
|
+
.wd-grid-gy-lg-8 {
|
|
788
844
|
--wd-grid-gutter-y: 80PX;
|
|
789
845
|
}
|
|
790
846
|
.wd-grid-grb-lg-8 {
|
|
791
847
|
--wd-grid-gutter-rb: 80PX;
|
|
792
848
|
}
|
|
793
849
|
.wd-grid-g-lg-9,
|
|
794
|
-
.wd-grid-gx-lg-9 {
|
|
850
|
+
.wd-grid-gx-lg-9 {
|
|
795
851
|
--wd-grid-gutter-x: 100PX;
|
|
796
852
|
}
|
|
797
853
|
.wd-grid-g-lg-9,
|
|
798
|
-
.wd-grid-gy-lg-9 {
|
|
854
|
+
.wd-grid-gy-lg-9 {
|
|
799
855
|
--wd-grid-gutter-y: 100PX;
|
|
800
856
|
}
|
|
801
857
|
.wd-grid-grb-lg-9 {
|
|
802
858
|
--wd-grid-gutter-rb: 100PX;
|
|
803
859
|
}
|
|
804
860
|
.wd-grid-g-lg-10,
|
|
805
|
-
.wd-grid-gx-lg-10 {
|
|
861
|
+
.wd-grid-gx-lg-10 {
|
|
806
862
|
--wd-grid-gutter-x: 128PX;
|
|
807
863
|
}
|
|
808
864
|
.wd-grid-g-lg-10,
|
|
809
|
-
.wd-grid-gy-lg-10 {
|
|
865
|
+
.wd-grid-gy-lg-10 {
|
|
810
866
|
--wd-grid-gutter-y: 128PX;
|
|
811
867
|
}
|
|
812
868
|
.wd-grid-grb-lg-10 {
|
|
@@ -815,58 +871,72 @@
|
|
|
815
871
|
}
|
|
816
872
|
@media (min-width: 1200px) {
|
|
817
873
|
/* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
|
|
874
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl.wd-grid-col-xl,
|
|
818
875
|
.wd-grid-col-xl.wd-grid-col-xl {
|
|
819
876
|
flex: 1 0 0%;
|
|
820
877
|
}
|
|
821
878
|
/* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
|
|
879
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-auto.wd-grid-col-xl-auto,
|
|
822
880
|
.wd-grid-col-xl-auto.wd-grid-col-xl-auto {
|
|
823
881
|
flex: 0 0 auto;
|
|
824
882
|
width: auto;
|
|
825
883
|
}
|
|
884
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-1.wd-grid-col-xl-1,
|
|
826
885
|
.wd-grid-col-xl-1.wd-grid-col-xl-1 {
|
|
827
886
|
flex: 0 0 auto;
|
|
828
887
|
width: 8.33333333%;
|
|
829
888
|
}
|
|
889
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-2.wd-grid-col-xl-2,
|
|
830
890
|
.wd-grid-col-xl-2.wd-grid-col-xl-2 {
|
|
831
891
|
flex: 0 0 auto;
|
|
832
892
|
width: 16.66666667%;
|
|
833
893
|
}
|
|
894
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-3.wd-grid-col-xl-3,
|
|
834
895
|
.wd-grid-col-xl-3.wd-grid-col-xl-3 {
|
|
835
896
|
flex: 0 0 auto;
|
|
836
897
|
width: 25%;
|
|
837
898
|
}
|
|
899
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-4.wd-grid-col-xl-4,
|
|
838
900
|
.wd-grid-col-xl-4.wd-grid-col-xl-4 {
|
|
839
901
|
flex: 0 0 auto;
|
|
840
902
|
width: 33.33333333%;
|
|
841
903
|
}
|
|
904
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-5.wd-grid-col-xl-5,
|
|
842
905
|
.wd-grid-col-xl-5.wd-grid-col-xl-5 {
|
|
843
906
|
flex: 0 0 auto;
|
|
844
907
|
width: 41.66666667%;
|
|
845
908
|
}
|
|
909
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-6.wd-grid-col-xl-6,
|
|
846
910
|
.wd-grid-col-xl-6.wd-grid-col-xl-6 {
|
|
847
911
|
flex: 0 0 auto;
|
|
848
912
|
width: 50%;
|
|
849
913
|
}
|
|
914
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-7.wd-grid-col-xl-7,
|
|
850
915
|
.wd-grid-col-xl-7.wd-grid-col-xl-7 {
|
|
851
916
|
flex: 0 0 auto;
|
|
852
917
|
width: 58.33333333%;
|
|
853
918
|
}
|
|
919
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-8.wd-grid-col-xl-8,
|
|
854
920
|
.wd-grid-col-xl-8.wd-grid-col-xl-8 {
|
|
855
921
|
flex: 0 0 auto;
|
|
856
922
|
width: 66.66666667%;
|
|
857
923
|
}
|
|
924
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-9.wd-grid-col-xl-9,
|
|
858
925
|
.wd-grid-col-xl-9.wd-grid-col-xl-9 {
|
|
859
926
|
flex: 0 0 auto;
|
|
860
927
|
width: 75%;
|
|
861
928
|
}
|
|
929
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-10.wd-grid-col-xl-10,
|
|
862
930
|
.wd-grid-col-xl-10.wd-grid-col-xl-10 {
|
|
863
931
|
flex: 0 0 auto;
|
|
864
932
|
width: 83.33333333%;
|
|
865
933
|
}
|
|
934
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-11.wd-grid-col-xl-11,
|
|
866
935
|
.wd-grid-col-xl-11.wd-grid-col-xl-11 {
|
|
867
936
|
flex: 0 0 auto;
|
|
868
937
|
width: 91.66666667%;
|
|
869
938
|
}
|
|
939
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xl-12.wd-grid-col-xl-12,
|
|
870
940
|
.wd-grid-col-xl-12.wd-grid-col-xl-12 {
|
|
871
941
|
flex: 0 0 auto;
|
|
872
942
|
width: 100%;
|
|
@@ -877,121 +947,121 @@
|
|
|
877
947
|
*
|
|
878
948
|
*/
|
|
879
949
|
.wd-grid-g-xl-0,
|
|
880
|
-
.wd-grid-gx-xl-0 {
|
|
950
|
+
.wd-grid-gx-xl-0 {
|
|
881
951
|
--wd-grid-gutter-x: 0;
|
|
882
952
|
}
|
|
883
953
|
.wd-grid-g-xl-0,
|
|
884
|
-
.wd-grid-gy-xl-0 {
|
|
954
|
+
.wd-grid-gy-xl-0 {
|
|
885
955
|
--wd-grid-gutter-y: 0;
|
|
886
956
|
}
|
|
887
957
|
.wd-grid-grb-xl-0 {
|
|
888
958
|
--wd-grid-gutter-rb: 0;
|
|
889
959
|
}
|
|
890
960
|
.wd-grid-g-xl-1,
|
|
891
|
-
.wd-grid-gx-xl-1 {
|
|
961
|
+
.wd-grid-gx-xl-1 {
|
|
892
962
|
--wd-grid-gutter-x: 4PX;
|
|
893
963
|
}
|
|
894
964
|
.wd-grid-g-xl-1,
|
|
895
|
-
.wd-grid-gy-xl-1 {
|
|
965
|
+
.wd-grid-gy-xl-1 {
|
|
896
966
|
--wd-grid-gutter-y: 4PX;
|
|
897
967
|
}
|
|
898
968
|
.wd-grid-grb-xl-1 {
|
|
899
969
|
--wd-grid-gutter-rb: 4PX;
|
|
900
970
|
}
|
|
901
971
|
.wd-grid-g-xl-2,
|
|
902
|
-
.wd-grid-gx-xl-2 {
|
|
972
|
+
.wd-grid-gx-xl-2 {
|
|
903
973
|
--wd-grid-gutter-x: 8PX;
|
|
904
974
|
}
|
|
905
975
|
.wd-grid-g-xl-2,
|
|
906
|
-
.wd-grid-gy-xl-2 {
|
|
976
|
+
.wd-grid-gy-xl-2 {
|
|
907
977
|
--wd-grid-gutter-y: 8PX;
|
|
908
978
|
}
|
|
909
979
|
.wd-grid-grb-xl-2 {
|
|
910
980
|
--wd-grid-gutter-rb: 8PX;
|
|
911
981
|
}
|
|
912
982
|
.wd-grid-g-xl-3,
|
|
913
|
-
.wd-grid-gx-xl-3 {
|
|
983
|
+
.wd-grid-gx-xl-3 {
|
|
914
984
|
--wd-grid-gutter-x: 16PX;
|
|
915
985
|
}
|
|
916
986
|
.wd-grid-g-xl-3,
|
|
917
|
-
.wd-grid-gy-xl-3 {
|
|
987
|
+
.wd-grid-gy-xl-3 {
|
|
918
988
|
--wd-grid-gutter-y: 16PX;
|
|
919
989
|
}
|
|
920
990
|
.wd-grid-grb-xl-3 {
|
|
921
991
|
--wd-grid-gutter-rb: 16PX;
|
|
922
992
|
}
|
|
923
993
|
.wd-grid-g-xl-4,
|
|
924
|
-
.wd-grid-gx-xl-4 {
|
|
994
|
+
.wd-grid-gx-xl-4 {
|
|
925
995
|
--wd-grid-gutter-x: 24PX;
|
|
926
996
|
}
|
|
927
997
|
.wd-grid-g-xl-4,
|
|
928
|
-
.wd-grid-gy-xl-4 {
|
|
998
|
+
.wd-grid-gy-xl-4 {
|
|
929
999
|
--wd-grid-gutter-y: 24PX;
|
|
930
1000
|
}
|
|
931
1001
|
.wd-grid-grb-xl-4 {
|
|
932
1002
|
--wd-grid-gutter-rb: 24PX;
|
|
933
1003
|
}
|
|
934
1004
|
.wd-grid-g-xl-5,
|
|
935
|
-
.wd-grid-gx-xl-5 {
|
|
1005
|
+
.wd-grid-gx-xl-5 {
|
|
936
1006
|
--wd-grid-gutter-x: 32PX;
|
|
937
1007
|
}
|
|
938
1008
|
.wd-grid-g-xl-5,
|
|
939
|
-
.wd-grid-gy-xl-5 {
|
|
1009
|
+
.wd-grid-gy-xl-5 {
|
|
940
1010
|
--wd-grid-gutter-y: 32PX;
|
|
941
1011
|
}
|
|
942
1012
|
.wd-grid-grb-xl-5 {
|
|
943
1013
|
--wd-grid-gutter-rb: 32PX;
|
|
944
1014
|
}
|
|
945
1015
|
.wd-grid-g-xl-6,
|
|
946
|
-
.wd-grid-gx-xl-6 {
|
|
1016
|
+
.wd-grid-gx-xl-6 {
|
|
947
1017
|
--wd-grid-gutter-x: 48PX;
|
|
948
1018
|
}
|
|
949
1019
|
.wd-grid-g-xl-6,
|
|
950
|
-
.wd-grid-gy-xl-6 {
|
|
1020
|
+
.wd-grid-gy-xl-6 {
|
|
951
1021
|
--wd-grid-gutter-y: 48PX;
|
|
952
1022
|
}
|
|
953
1023
|
.wd-grid-grb-xl-6 {
|
|
954
1024
|
--wd-grid-gutter-rb: 48PX;
|
|
955
1025
|
}
|
|
956
1026
|
.wd-grid-g-xl-7,
|
|
957
|
-
.wd-grid-gx-xl-7 {
|
|
1027
|
+
.wd-grid-gx-xl-7 {
|
|
958
1028
|
--wd-grid-gutter-x: 60PX;
|
|
959
1029
|
}
|
|
960
1030
|
.wd-grid-g-xl-7,
|
|
961
|
-
.wd-grid-gy-xl-7 {
|
|
1031
|
+
.wd-grid-gy-xl-7 {
|
|
962
1032
|
--wd-grid-gutter-y: 60PX;
|
|
963
1033
|
}
|
|
964
1034
|
.wd-grid-grb-xl-7 {
|
|
965
1035
|
--wd-grid-gutter-rb: 60PX;
|
|
966
1036
|
}
|
|
967
1037
|
.wd-grid-g-xl-8,
|
|
968
|
-
.wd-grid-gx-xl-8 {
|
|
1038
|
+
.wd-grid-gx-xl-8 {
|
|
969
1039
|
--wd-grid-gutter-x: 80PX;
|
|
970
1040
|
}
|
|
971
1041
|
.wd-grid-g-xl-8,
|
|
972
|
-
.wd-grid-gy-xl-8 {
|
|
1042
|
+
.wd-grid-gy-xl-8 {
|
|
973
1043
|
--wd-grid-gutter-y: 80PX;
|
|
974
1044
|
}
|
|
975
1045
|
.wd-grid-grb-xl-8 {
|
|
976
1046
|
--wd-grid-gutter-rb: 80PX;
|
|
977
1047
|
}
|
|
978
1048
|
.wd-grid-g-xl-9,
|
|
979
|
-
.wd-grid-gx-xl-9 {
|
|
1049
|
+
.wd-grid-gx-xl-9 {
|
|
980
1050
|
--wd-grid-gutter-x: 100PX;
|
|
981
1051
|
}
|
|
982
1052
|
.wd-grid-g-xl-9,
|
|
983
|
-
.wd-grid-gy-xl-9 {
|
|
1053
|
+
.wd-grid-gy-xl-9 {
|
|
984
1054
|
--wd-grid-gutter-y: 100PX;
|
|
985
1055
|
}
|
|
986
1056
|
.wd-grid-grb-xl-9 {
|
|
987
1057
|
--wd-grid-gutter-rb: 100PX;
|
|
988
1058
|
}
|
|
989
1059
|
.wd-grid-g-xl-10,
|
|
990
|
-
.wd-grid-gx-xl-10 {
|
|
1060
|
+
.wd-grid-gx-xl-10 {
|
|
991
1061
|
--wd-grid-gutter-x: 128PX;
|
|
992
1062
|
}
|
|
993
1063
|
.wd-grid-g-xl-10,
|
|
994
|
-
.wd-grid-gy-xl-10 {
|
|
1064
|
+
.wd-grid-gy-xl-10 {
|
|
995
1065
|
--wd-grid-gutter-y: 128PX;
|
|
996
1066
|
}
|
|
997
1067
|
.wd-grid-grb-xl-10 {
|
|
@@ -1000,58 +1070,72 @@
|
|
|
1000
1070
|
}
|
|
1001
1071
|
@media (min-width: 1400px) {
|
|
1002
1072
|
/* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
|
|
1073
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl.wd-grid-col-xxl,
|
|
1003
1074
|
.wd-grid-col-xxl.wd-grid-col-xxl {
|
|
1004
1075
|
flex: 1 0 0%;
|
|
1005
1076
|
}
|
|
1006
1077
|
/* 小程序不支持 * 选择器, 使用view element选择器的需要加一个 优先级*/
|
|
1078
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-auto.wd-grid-col-xxl-auto,
|
|
1007
1079
|
.wd-grid-col-xxl-auto.wd-grid-col-xxl-auto {
|
|
1008
1080
|
flex: 0 0 auto;
|
|
1009
1081
|
width: auto;
|
|
1010
1082
|
}
|
|
1083
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-1.wd-grid-col-xxl-1,
|
|
1011
1084
|
.wd-grid-col-xxl-1.wd-grid-col-xxl-1 {
|
|
1012
1085
|
flex: 0 0 auto;
|
|
1013
1086
|
width: 8.33333333%;
|
|
1014
1087
|
}
|
|
1088
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-2.wd-grid-col-xxl-2,
|
|
1015
1089
|
.wd-grid-col-xxl-2.wd-grid-col-xxl-2 {
|
|
1016
1090
|
flex: 0 0 auto;
|
|
1017
1091
|
width: 16.66666667%;
|
|
1018
1092
|
}
|
|
1093
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-3.wd-grid-col-xxl-3,
|
|
1019
1094
|
.wd-grid-col-xxl-3.wd-grid-col-xxl-3 {
|
|
1020
1095
|
flex: 0 0 auto;
|
|
1021
1096
|
width: 25%;
|
|
1022
1097
|
}
|
|
1098
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-4.wd-grid-col-xxl-4,
|
|
1023
1099
|
.wd-grid-col-xxl-4.wd-grid-col-xxl-4 {
|
|
1024
1100
|
flex: 0 0 auto;
|
|
1025
1101
|
width: 33.33333333%;
|
|
1026
1102
|
}
|
|
1103
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-5.wd-grid-col-xxl-5,
|
|
1027
1104
|
.wd-grid-col-xxl-5.wd-grid-col-xxl-5 {
|
|
1028
1105
|
flex: 0 0 auto;
|
|
1029
1106
|
width: 41.66666667%;
|
|
1030
1107
|
}
|
|
1108
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-6.wd-grid-col-xxl-6,
|
|
1031
1109
|
.wd-grid-col-xxl-6.wd-grid-col-xxl-6 {
|
|
1032
1110
|
flex: 0 0 auto;
|
|
1033
1111
|
width: 50%;
|
|
1034
1112
|
}
|
|
1113
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-7.wd-grid-col-xxl-7,
|
|
1035
1114
|
.wd-grid-col-xxl-7.wd-grid-col-xxl-7 {
|
|
1036
1115
|
flex: 0 0 auto;
|
|
1037
1116
|
width: 58.33333333%;
|
|
1038
1117
|
}
|
|
1118
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-8.wd-grid-col-xxl-8,
|
|
1039
1119
|
.wd-grid-col-xxl-8.wd-grid-col-xxl-8 {
|
|
1040
1120
|
flex: 0 0 auto;
|
|
1041
1121
|
width: 66.66666667%;
|
|
1042
1122
|
}
|
|
1123
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-9.wd-grid-col-xxl-9,
|
|
1043
1124
|
.wd-grid-col-xxl-9.wd-grid-col-xxl-9 {
|
|
1044
1125
|
flex: 0 0 auto;
|
|
1045
1126
|
width: 75%;
|
|
1046
1127
|
}
|
|
1128
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-10.wd-grid-col-xxl-10,
|
|
1047
1129
|
.wd-grid-col-xxl-10.wd-grid-col-xxl-10 {
|
|
1048
1130
|
flex: 0 0 auto;
|
|
1049
1131
|
width: 83.33333333%;
|
|
1050
1132
|
}
|
|
1133
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-11.wd-grid-col-xxl-11,
|
|
1051
1134
|
.wd-grid-col-xxl-11.wd-grid-col-xxl-11 {
|
|
1052
1135
|
flex: 0 0 auto;
|
|
1053
1136
|
width: 91.66666667%;
|
|
1054
1137
|
}
|
|
1138
|
+
.wd-grid--avoid-scrollbar .wd-grid-col-xxl-12.wd-grid-col-xxl-12,
|
|
1055
1139
|
.wd-grid-col-xxl-12.wd-grid-col-xxl-12 {
|
|
1056
1140
|
flex: 0 0 auto;
|
|
1057
1141
|
width: 100%;
|
|
@@ -1062,124 +1146,143 @@
|
|
|
1062
1146
|
*
|
|
1063
1147
|
*/
|
|
1064
1148
|
.wd-grid-g-xxl-0,
|
|
1065
|
-
.wd-grid-gx-xxl-0 {
|
|
1149
|
+
.wd-grid-gx-xxl-0 {
|
|
1066
1150
|
--wd-grid-gutter-x: 0;
|
|
1067
1151
|
}
|
|
1068
1152
|
.wd-grid-g-xxl-0,
|
|
1069
|
-
.wd-grid-gy-xxl-0 {
|
|
1153
|
+
.wd-grid-gy-xxl-0 {
|
|
1070
1154
|
--wd-grid-gutter-y: 0;
|
|
1071
1155
|
}
|
|
1072
1156
|
.wd-grid-grb-xxl-0 {
|
|
1073
1157
|
--wd-grid-gutter-rb: 0;
|
|
1074
1158
|
}
|
|
1075
1159
|
.wd-grid-g-xxl-1,
|
|
1076
|
-
.wd-grid-gx-xxl-1 {
|
|
1160
|
+
.wd-grid-gx-xxl-1 {
|
|
1077
1161
|
--wd-grid-gutter-x: 4PX;
|
|
1078
1162
|
}
|
|
1079
1163
|
.wd-grid-g-xxl-1,
|
|
1080
|
-
.wd-grid-gy-xxl-1 {
|
|
1164
|
+
.wd-grid-gy-xxl-1 {
|
|
1081
1165
|
--wd-grid-gutter-y: 4PX;
|
|
1082
1166
|
}
|
|
1083
1167
|
.wd-grid-grb-xxl-1 {
|
|
1084
1168
|
--wd-grid-gutter-rb: 4PX;
|
|
1085
1169
|
}
|
|
1086
1170
|
.wd-grid-g-xxl-2,
|
|
1087
|
-
.wd-grid-gx-xxl-2 {
|
|
1171
|
+
.wd-grid-gx-xxl-2 {
|
|
1088
1172
|
--wd-grid-gutter-x: 8PX;
|
|
1089
1173
|
}
|
|
1090
1174
|
.wd-grid-g-xxl-2,
|
|
1091
|
-
.wd-grid-gy-xxl-2 {
|
|
1175
|
+
.wd-grid-gy-xxl-2 {
|
|
1092
1176
|
--wd-grid-gutter-y: 8PX;
|
|
1093
1177
|
}
|
|
1094
1178
|
.wd-grid-grb-xxl-2 {
|
|
1095
1179
|
--wd-grid-gutter-rb: 8PX;
|
|
1096
1180
|
}
|
|
1097
1181
|
.wd-grid-g-xxl-3,
|
|
1098
|
-
.wd-grid-gx-xxl-3 {
|
|
1182
|
+
.wd-grid-gx-xxl-3 {
|
|
1099
1183
|
--wd-grid-gutter-x: 16PX;
|
|
1100
1184
|
}
|
|
1101
1185
|
.wd-grid-g-xxl-3,
|
|
1102
|
-
.wd-grid-gy-xxl-3 {
|
|
1186
|
+
.wd-grid-gy-xxl-3 {
|
|
1103
1187
|
--wd-grid-gutter-y: 16PX;
|
|
1104
1188
|
}
|
|
1105
1189
|
.wd-grid-grb-xxl-3 {
|
|
1106
1190
|
--wd-grid-gutter-rb: 16PX;
|
|
1107
1191
|
}
|
|
1108
1192
|
.wd-grid-g-xxl-4,
|
|
1109
|
-
.wd-grid-gx-xxl-4 {
|
|
1193
|
+
.wd-grid-gx-xxl-4 {
|
|
1110
1194
|
--wd-grid-gutter-x: 24PX;
|
|
1111
1195
|
}
|
|
1112
1196
|
.wd-grid-g-xxl-4,
|
|
1113
|
-
.wd-grid-gy-xxl-4 {
|
|
1197
|
+
.wd-grid-gy-xxl-4 {
|
|
1114
1198
|
--wd-grid-gutter-y: 24PX;
|
|
1115
1199
|
}
|
|
1116
1200
|
.wd-grid-grb-xxl-4 {
|
|
1117
1201
|
--wd-grid-gutter-rb: 24PX;
|
|
1118
1202
|
}
|
|
1119
1203
|
.wd-grid-g-xxl-5,
|
|
1120
|
-
.wd-grid-gx-xxl-5 {
|
|
1204
|
+
.wd-grid-gx-xxl-5 {
|
|
1121
1205
|
--wd-grid-gutter-x: 32PX;
|
|
1122
1206
|
}
|
|
1123
1207
|
.wd-grid-g-xxl-5,
|
|
1124
|
-
.wd-grid-gy-xxl-5 {
|
|
1208
|
+
.wd-grid-gy-xxl-5 {
|
|
1125
1209
|
--wd-grid-gutter-y: 32PX;
|
|
1126
1210
|
}
|
|
1127
1211
|
.wd-grid-grb-xxl-5 {
|
|
1128
1212
|
--wd-grid-gutter-rb: 32PX;
|
|
1129
1213
|
}
|
|
1130
1214
|
.wd-grid-g-xxl-6,
|
|
1131
|
-
.wd-grid-gx-xxl-6 {
|
|
1215
|
+
.wd-grid-gx-xxl-6 {
|
|
1132
1216
|
--wd-grid-gutter-x: 48PX;
|
|
1133
1217
|
}
|
|
1134
1218
|
.wd-grid-g-xxl-6,
|
|
1135
|
-
.wd-grid-gy-xxl-6 {
|
|
1219
|
+
.wd-grid-gy-xxl-6 {
|
|
1136
1220
|
--wd-grid-gutter-y: 48PX;
|
|
1137
1221
|
}
|
|
1138
1222
|
.wd-grid-grb-xxl-6 {
|
|
1139
1223
|
--wd-grid-gutter-rb: 48PX;
|
|
1140
1224
|
}
|
|
1141
1225
|
.wd-grid-g-xxl-7,
|
|
1142
|
-
.wd-grid-gx-xxl-7 {
|
|
1226
|
+
.wd-grid-gx-xxl-7 {
|
|
1143
1227
|
--wd-grid-gutter-x: 60PX;
|
|
1144
1228
|
}
|
|
1145
1229
|
.wd-grid-g-xxl-7,
|
|
1146
|
-
.wd-grid-gy-xxl-7 {
|
|
1230
|
+
.wd-grid-gy-xxl-7 {
|
|
1147
1231
|
--wd-grid-gutter-y: 60PX;
|
|
1148
1232
|
}
|
|
1149
1233
|
.wd-grid-grb-xxl-7 {
|
|
1150
1234
|
--wd-grid-gutter-rb: 60PX;
|
|
1151
1235
|
}
|
|
1152
1236
|
.wd-grid-g-xxl-8,
|
|
1153
|
-
.wd-grid-gx-xxl-8 {
|
|
1237
|
+
.wd-grid-gx-xxl-8 {
|
|
1154
1238
|
--wd-grid-gutter-x: 80PX;
|
|
1155
1239
|
}
|
|
1156
1240
|
.wd-grid-g-xxl-8,
|
|
1157
|
-
.wd-grid-gy-xxl-8 {
|
|
1241
|
+
.wd-grid-gy-xxl-8 {
|
|
1158
1242
|
--wd-grid-gutter-y: 80PX;
|
|
1159
1243
|
}
|
|
1160
1244
|
.wd-grid-grb-xxl-8 {
|
|
1161
1245
|
--wd-grid-gutter-rb: 80PX;
|
|
1162
1246
|
}
|
|
1163
1247
|
.wd-grid-g-xxl-9,
|
|
1164
|
-
.wd-grid-gx-xxl-9 {
|
|
1248
|
+
.wd-grid-gx-xxl-9 {
|
|
1165
1249
|
--wd-grid-gutter-x: 100PX;
|
|
1166
1250
|
}
|
|
1167
1251
|
.wd-grid-g-xxl-9,
|
|
1168
|
-
.wd-grid-gy-xxl-9 {
|
|
1252
|
+
.wd-grid-gy-xxl-9 {
|
|
1169
1253
|
--wd-grid-gutter-y: 100PX;
|
|
1170
1254
|
}
|
|
1171
1255
|
.wd-grid-grb-xxl-9 {
|
|
1172
1256
|
--wd-grid-gutter-rb: 100PX;
|
|
1173
1257
|
}
|
|
1174
1258
|
.wd-grid-g-xxl-10,
|
|
1175
|
-
.wd-grid-gx-xxl-10 {
|
|
1259
|
+
.wd-grid-gx-xxl-10 {
|
|
1176
1260
|
--wd-grid-gutter-x: 128PX;
|
|
1177
1261
|
}
|
|
1178
1262
|
.wd-grid-g-xxl-10,
|
|
1179
|
-
.wd-grid-gy-xxl-10 {
|
|
1263
|
+
.wd-grid-gy-xxl-10 {
|
|
1180
1264
|
--wd-grid-gutter-y: 128PX;
|
|
1181
1265
|
}
|
|
1182
1266
|
.wd-grid-grb-xxl-10 {
|
|
1183
1267
|
--wd-grid-gutter-rb: 128PX;
|
|
1184
1268
|
}
|
|
1185
1269
|
}
|
|
1270
|
+
.wd-grid--avoid-scrollbar .wd-grid-row {
|
|
1271
|
+
/**
|
|
1272
|
+
* 不采用行列gutter 通过 Grid来设置
|
|
1273
|
+
*/
|
|
1274
|
+
display: flex;
|
|
1275
|
+
flex-wrap: wrap;
|
|
1276
|
+
margin-top: calc(-1 * var(--wd-grid-gutter-y));
|
|
1277
|
+
margin-right: 0;
|
|
1278
|
+
margin-left: calc(-1 * var(--wd-grid-gutter-x));
|
|
1279
|
+
}
|
|
1280
|
+
.wd-grid--avoid-scrollbar .wd-grid-row > div,
|
|
1281
|
+
.wd-grid--avoid-scrollbar .wd-grid-row > view {
|
|
1282
|
+
flex-shrink: 0;
|
|
1283
|
+
width: 100%;
|
|
1284
|
+
max-width: 100%;
|
|
1285
|
+
padding-right: 0;
|
|
1286
|
+
padding-left: calc(var(--wd-grid-gutter-x) * 1);
|
|
1287
|
+
margin-top: var(--wd-grid-gutter-y);
|
|
1288
|
+
}
|