@cloudtower/eagle 0.24.15 → 0.24.17
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 +4 -2
- package/antd/es/affix/style/css.js +2 -0
- package/antd/es/affix/style/index.css +8 -0
- package/antd/es/affix/style/index.d.ts +2 -0
- package/antd/es/affix/style/index.js +2 -0
- package/antd/es/affix/style/index.less +6 -0
- package/antd/es/alert/style/css.js +2 -0
- package/antd/es/alert/style/index.css +260 -0
- package/antd/es/alert/style/index.d.ts +2 -0
- package/antd/es/alert/style/index.js +2 -0
- package/antd/es/alert/style/index.less +196 -0
- package/antd/es/alert/style/rtl.less +74 -0
- package/antd/es/anchor/style/css.js +4 -0
- package/antd/es/anchor/style/index.css +107 -0
- package/antd/es/anchor/style/index.d.ts +3 -0
- package/antd/es/anchor/style/index.js +4 -0
- package/antd/es/anchor/style/index.less +84 -0
- package/antd/es/anchor/style/rtl.less +40 -0
- package/antd/es/auto-complete/style/css.js +4 -0
- package/antd/es/auto-complete/style/index.css +20 -0
- package/antd/es/auto-complete/style/index.d.ts +3 -0
- package/antd/es/auto-complete/style/index.js +4 -0
- package/antd/es/auto-complete/style/index.less +16 -0
- package/antd/es/avatar/style/css.js +4 -0
- package/antd/es/avatar/style/group.less +22 -0
- package/antd/es/avatar/style/index.css +112 -0
- package/antd/es/avatar/style/index.d.ts +3 -0
- package/antd/es/avatar/style/index.js +4 -0
- package/antd/es/avatar/style/index.less +66 -0
- package/antd/es/avatar/style/rtl.less +20 -0
- package/antd/es/back-top/style/css.js +2 -0
- package/antd/es/back-top/style/index.css +62 -0
- package/antd/es/back-top/style/index.d.ts +2 -0
- package/antd/es/back-top/style/index.js +2 -0
- package/antd/es/back-top/style/index.less +49 -0
- package/antd/es/back-top/style/responsive.less +11 -0
- package/antd/es/badge/style/css.js +3 -0
- package/antd/es/badge/style/index.css +372 -0
- package/antd/es/badge/style/index.d.ts +3 -0
- package/antd/es/badge/style/index.js +3 -0
- package/antd/es/badge/style/index.less +193 -0
- package/antd/es/badge/style/ribbon.less +84 -0
- package/antd/es/badge/style/rtl.less +111 -0
- package/antd/es/breadcrumb/style/css.js +4 -0
- package/antd/es/breadcrumb/style/index.css +73 -0
- package/antd/es/breadcrumb/style/index.d.ts +4 -0
- package/antd/es/breadcrumb/style/index.js +4 -0
- package/antd/es/breadcrumb/style/index.less +54 -0
- package/antd/es/breadcrumb/style/rtl.less +34 -0
- package/antd/es/button/style/css.js +2 -0
- package/antd/es/button/style/index.css +1915 -0
- package/antd/es/button/style/index.d.ts +2 -0
- package/antd/es/button/style/index.js +2 -0
- package/antd/es/button/style/index.less +249 -0
- package/antd/es/button/style/mixin.less +518 -0
- package/antd/es/button/style/rtl.less +113 -0
- package/antd/es/calendar/style/css.js +7 -0
- package/antd/es/calendar/style/index.css +180 -0
- package/antd/es/calendar/style/index.d.ts +5 -0
- package/antd/es/calendar/style/index.js +7 -0
- package/antd/es/calendar/style/index.less +192 -0
- package/antd/es/calendar/style/rtl.less +52 -0
- package/antd/es/card/style/css.js +6 -0
- package/antd/es/card/style/index.css +317 -0
- package/antd/es/card/style/index.d.ts +5 -0
- package/antd/es/card/style/index.js +6 -0
- package/antd/es/card/style/index.less +293 -0
- package/antd/es/card/style/size.less +22 -0
- package/antd/es/carousel/style/css.js +2 -0
- package/antd/es/carousel/style/index.css +298 -0
- package/antd/es/carousel/style/index.d.ts +2 -0
- package/antd/es/carousel/style/index.js +2 -0
- package/antd/es/carousel/style/index.less +267 -0
- package/antd/es/carousel/style/rtl.less +52 -0
- package/antd/es/cascader/style/css.js +5 -0
- package/antd/es/cascader/style/index.css +296 -0
- package/antd/es/cascader/style/index.d.ts +4 -0
- package/antd/es/cascader/style/index.js +5 -0
- package/antd/es/cascader/style/index.less +243 -0
- package/antd/es/cascader/style/rtl.less +89 -0
- package/antd/es/checkbox/style/css.js +2 -0
- package/antd/es/checkbox/style/index.css +246 -0
- package/antd/es/checkbox/style/index.d.ts +2 -0
- package/antd/es/checkbox/style/index.js +2 -0
- package/antd/es/checkbox/style/index.less +5 -0
- package/antd/es/checkbox/style/mixin.less +221 -0
- package/antd/es/checkbox/style/rtl.less +26 -0
- package/antd/es/col/style/css.js +4 -0
- package/antd/es/col/style/index.d.ts +2 -0
- package/antd/es/col/style/index.js +4 -0
- package/antd/es/collapse/style/css.js +2 -0
- package/antd/es/collapse/style/index.css +175 -0
- package/antd/es/collapse/style/index.d.ts +2 -0
- package/antd/es/collapse/style/index.js +2 -0
- package/antd/es/collapse/style/index.less +153 -0
- package/antd/es/collapse/style/rtl.less +42 -0
- package/antd/es/comment/style/css.js +2 -0
- package/antd/es/comment/style/index.css +124 -0
- package/antd/es/comment/style/index.d.ts +2 -0
- package/antd/es/comment/style/index.js +2 -0
- package/antd/es/comment/style/index.less +101 -0
- package/antd/es/comment/style/rtl.less +50 -0
- package/antd/es/config-provider/style/css.js +1 -0
- package/antd/es/config-provider/style/index.css +4 -0
- package/antd/es/config-provider/style/index.js +1 -0
- package/antd/es/config-provider/style/index.less +2 -0
- package/antd/es/date-picker/style/css.js +4 -0
- package/antd/es/date-picker/style/index.css +1060 -0
- package/antd/es/date-picker/style/index.d.ts +3 -0
- package/antd/es/date-picker/style/index.js +4 -0
- package/antd/es/date-picker/style/index.less +335 -0
- package/antd/es/date-picker/style/panel.less +681 -0
- package/antd/es/date-picker/style/rtl.less +216 -0
- package/antd/es/descriptions/style/css.js +2 -0
- package/antd/es/descriptions/style/index.css +132 -0
- package/antd/es/descriptions/style/index.d.ts +2 -0
- package/antd/es/descriptions/style/index.js +2 -0
- package/antd/es/descriptions/style/index.less +164 -0
- package/antd/es/descriptions/style/rtl.less +18 -0
- package/antd/es/divider/style/css.js +2 -0
- package/antd/es/divider/style/index.css +115 -0
- package/antd/es/divider/style/index.d.ts +2 -0
- package/antd/es/divider/style/index.js +2 -0
- package/antd/es/divider/style/index.less +103 -0
- package/antd/es/divider/style/rtl.less +36 -0
- package/antd/es/drawer/style/css.js +3 -0
- package/antd/es/drawer/style/customize.less +3 -0
- package/antd/es/drawer/style/drawer.less +256 -0
- package/antd/es/drawer/style/index.css +253 -0
- package/antd/es/drawer/style/index.d.ts +2 -0
- package/antd/es/drawer/style/index.js +3 -0
- package/antd/es/drawer/style/index.less +5 -0
- package/antd/es/drawer/style/rtl.less +16 -0
- package/antd/es/dropdown/style/css.js +4 -0
- package/antd/es/dropdown/style/index.css +405 -0
- package/antd/es/dropdown/style/index.d.ts +3 -0
- package/antd/es/dropdown/style/index.js +4 -0
- package/antd/es/dropdown/style/index.less +369 -0
- package/antd/es/dropdown/style/rtl.less +85 -0
- package/antd/es/dropdown/style/status.less +12 -0
- package/antd/es/empty/style/css.js +2 -0
- package/antd/es/empty/style/index.css +75 -0
- package/antd/es/empty/style/index.d.ts +2 -0
- package/antd/es/empty/style/index.js +2 -0
- package/antd/es/empty/style/index.less +139 -0
- package/antd/es/empty/style/rtl.less +10 -0
- package/antd/es/form/style/components.less +69 -0
- package/antd/es/form/style/css.js +4 -0
- package/antd/es/form/style/horizontal.less +10 -0
- package/antd/es/form/style/index.css +939 -0
- package/antd/es/form/style/index.d.ts +3 -0
- package/antd/es/form/style/index.js +4 -0
- package/antd/es/form/style/index.less +233 -0
- package/antd/es/form/style/inline.less +35 -0
- package/antd/es/form/style/mixin.less +118 -0
- package/antd/es/form/style/rtl.less +178 -0
- package/antd/es/form/style/status.less +251 -0
- package/antd/es/form/style/vertical.less +84 -0
- package/antd/es/grid/style/css.js +2 -0
- package/antd/es/grid/style/index.css +5889 -0
- package/antd/es/grid/style/index.d.ts +2 -0
- package/antd/es/grid/style/index.js +2 -0
- package/antd/es/grid/style/index.less +113 -0
- package/antd/es/grid/style/mixin.less +53 -0
- package/antd/es/grid/style/rtl.less +74 -0
- package/antd/es/icon/style/css.js +2 -0
- package/antd/es/icon/style/index.css +4 -0
- package/antd/es/icon/style/index.d.ts +2 -0
- package/antd/es/icon/style/index.js +2 -0
- package/antd/es/icon/style/index.less +4 -0
- package/antd/es/input/style/IE11.less +20 -0
- package/antd/es/input/style/affix.less +48 -0
- package/antd/es/input/style/allow-clear.less +52 -0
- package/antd/es/input/style/css.js +4 -0
- package/antd/es/input/style/index.css +820 -0
- package/antd/es/input/style/index.d.ts +3 -0
- package/antd/es/input/style/index.js +4 -0
- package/antd/es/input/style/index.less +50 -0
- package/antd/es/input/style/mixin.less +398 -0
- package/antd/es/input/style/rtl.less +235 -0
- package/antd/es/input/style/search-input.less +90 -0
- package/antd/es/input-number/style/css.js +2 -0
- package/antd/es/input-number/style/index.css +338 -0
- package/antd/es/input-number/style/index.d.ts +2 -0
- package/antd/es/input-number/style/index.js +2 -0
- package/antd/es/input-number/style/index.less +186 -0
- package/antd/es/input-number/style/rtl.less +28 -0
- package/antd/es/layout/style/css.js +2 -0
- package/antd/es/layout/style/index.css +135 -0
- package/antd/es/layout/style/index.d.ts +2 -0
- package/antd/es/layout/style/index.js +2 -0
- package/antd/es/layout/style/index.less +126 -0
- package/antd/es/layout/style/light.less +15 -0
- package/antd/es/layout/style/rtl.less +10 -0
- package/antd/es/list/style/bordered.less +44 -0
- package/antd/es/list/style/css.js +7 -0
- package/antd/es/list/style/customize.less +12 -0
- package/antd/es/list/style/index.css +343 -0
- package/antd/es/list/style/index.d.ts +6 -0
- package/antd/es/list/style/index.js +7 -0
- package/antd/es/list/style/index.less +239 -0
- package/antd/es/list/style/responsive.less +40 -0
- package/antd/es/list/style/rtl.less +139 -0
- package/antd/es/locale-provider/style/css.js +1 -0
- package/antd/es/locale-provider/style/index.css +4 -0
- package/antd/es/locale-provider/style/index.d.ts +1 -0
- package/antd/es/locale-provider/style/index.js +1 -0
- package/antd/es/locale-provider/style/index.less +2 -0
- package/antd/es/mentions/style/css.js +4 -0
- package/antd/es/mentions/style/index.css +287 -0
- package/antd/es/mentions/style/index.d.ts +3 -0
- package/antd/es/mentions/style/index.js +4 -0
- package/antd/es/mentions/style/index.less +169 -0
- package/antd/es/mentions/style/rtl.less +10 -0
- package/antd/es/menu/style/css.js +5 -0
- package/antd/es/menu/style/dark.less +148 -0
- package/antd/es/menu/style/index.css +907 -0
- package/antd/es/menu/style/index.d.ts +3 -0
- package/antd/es/menu/style/index.js +5 -0
- package/antd/es/menu/style/index.less +587 -0
- package/antd/es/menu/style/rtl.less +162 -0
- package/antd/es/menu/style/status.less +47 -0
- package/antd/es/message/style/css.js +2 -0
- package/antd/es/message/style/index.css +95 -0
- package/antd/es/message/style/index.d.ts +2 -0
- package/antd/es/message/style/index.js +2 -0
- package/antd/es/message/style/index.less +73 -0
- package/antd/es/message/style/rtl.less +17 -0
- package/antd/es/modal/style/confirm.less +78 -0
- package/antd/es/modal/style/css.js +4 -0
- package/antd/es/modal/style/customize.less +3 -0
- package/antd/es/modal/style/index.css +261 -0
- package/antd/es/modal/style/index.d.ts +3 -0
- package/antd/es/modal/style/index.js +4 -0
- package/antd/es/modal/style/index.less +6 -0
- package/antd/es/modal/style/modal.less +164 -0
- package/antd/es/modal/style/rtl.less +73 -0
- package/antd/es/notification/style/css.js +2 -0
- package/antd/es/notification/style/customize.less +3 -0
- package/antd/es/notification/style/index.css +273 -0
- package/antd/es/notification/style/index.d.ts +2 -0
- package/antd/es/notification/style/index.js +2 -0
- package/antd/es/notification/style/index.less +221 -0
- package/antd/es/notification/style/rtl.less +53 -0
- package/antd/es/page-header/style/css.js +4 -0
- package/antd/es/page-header/style/index.css +167 -0
- package/antd/es/page-header/style/index.d.ts +3 -0
- package/antd/es/page-header/style/index.js +4 -0
- package/antd/es/page-header/style/index.less +125 -0
- package/antd/es/page-header/style/rtl.less +76 -0
- package/antd/es/pagination/style/css.js +5 -0
- package/antd/es/pagination/style/index.css +522 -0
- package/antd/es/pagination/style/index.d.ts +3 -0
- package/antd/es/pagination/style/index.js +5 -0
- package/antd/es/pagination/style/index.less +407 -0
- package/antd/es/pagination/style/rtl.less +75 -0
- package/antd/es/popconfirm/style/css.js +6 -0
- package/antd/es/popconfirm/style/index.css +7 -0
- package/antd/es/popconfirm/style/index.d.ts +4 -0
- package/antd/es/popconfirm/style/index.js +6 -0
- package/antd/es/popconfirm/style/index.less +8 -0
- package/antd/es/popover/style/css.js +3 -0
- package/antd/es/popover/style/customize.less +3 -0
- package/antd/es/popover/style/index.css +224 -0
- package/antd/es/popover/style/index.d.ts +2 -0
- package/antd/es/popover/style/index.js +3 -0
- package/antd/es/popover/style/index.less +208 -0
- package/antd/es/popover/style/rtl.less +33 -0
- package/antd/es/progress/style/css.js +2 -0
- package/antd/es/progress/style/index.css +219 -0
- package/antd/es/progress/style/index.d.ts +2 -0
- package/antd/es/progress/style/index.js +2 -0
- package/antd/es/progress/style/index.less +205 -0
- package/antd/es/progress/style/rtl.less +37 -0
- package/antd/es/radio/style/css.js +2 -0
- package/antd/es/radio/style/index.css +374 -0
- package/antd/es/radio/style/index.d.ts +2 -0
- package/antd/es/radio/style/index.js +2 -0
- package/antd/es/radio/style/index.less +348 -0
- package/antd/es/radio/style/rtl.less +61 -0
- package/antd/es/rate/style/css.js +4 -0
- package/antd/es/rate/style/index.css +97 -0
- package/antd/es/rate/style/index.d.ts +3 -0
- package/antd/es/rate/style/index.js +4 -0
- package/antd/es/rate/style/index.less +87 -0
- package/antd/es/rate/style/rtl.less +26 -0
- package/antd/es/result/style/css.js +2 -0
- package/antd/es/result/style/index.css +68 -0
- package/antd/es/result/style/index.d.ts +2 -0
- package/antd/es/result/style/index.js +2 -0
- package/antd/es/result/style/index.less +74 -0
- package/antd/es/result/style/rtl.less +25 -0
- package/antd/es/row/style/css.js +4 -0
- package/antd/es/row/style/index.d.ts +2 -0
- package/antd/es/row/style/index.js +4 -0
- package/antd/es/select/style/css.js +4 -0
- package/antd/es/select/style/index.css +707 -0
- package/antd/es/select/style/index.d.ts +3 -0
- package/antd/es/select/style/index.js +4 -0
- package/antd/es/select/style/index.less +294 -0
- package/antd/es/select/style/multiple.less +194 -0
- package/antd/es/select/style/rtl.less +186 -0
- package/antd/es/select/style/single.less +180 -0
- package/antd/es/skeleton/style/css.js +2 -0
- package/antd/es/skeleton/style/index.css +284 -0
- package/antd/es/skeleton/style/index.d.ts +2 -0
- package/antd/es/skeleton/style/index.js +2 -0
- package/antd/es/skeleton/style/index.less +265 -0
- package/antd/es/skeleton/style/rtl.less +47 -0
- package/antd/es/slider/style/css.js +4 -0
- package/antd/es/slider/style/index.css +223 -0
- package/antd/es/slider/style/index.d.ts +3 -0
- package/antd/es/slider/style/index.js +4 -0
- package/antd/es/slider/style/index.less +206 -0
- package/antd/es/slider/style/rtl.less +70 -0
- package/antd/es/space/style/css.js +2 -0
- package/antd/es/space/style/index.css +38 -0
- package/antd/es/space/style/index.d.ts +2 -0
- package/antd/es/space/style/index.js +2 -0
- package/antd/es/space/style/index.less +28 -0
- package/antd/es/space/style/rtl.less +10 -0
- package/antd/es/spin/style/css.js +2 -0
- package/antd/es/spin/style/index.css +235 -0
- package/antd/es/spin/style/index.d.ts +2 -0
- package/antd/es/spin/style/index.js +2 -0
- package/antd/es/spin/style/index.less +216 -0
- package/antd/es/spin/style/rtl.less +25 -0
- package/antd/es/statistic/style/css.js +2 -0
- package/antd/es/statistic/style/index.css +56 -0
- package/antd/es/statistic/style/index.d.ts +2 -0
- package/antd/es/statistic/style/index.js +2 -0
- package/antd/es/statistic/style/index.less +44 -0
- package/antd/es/statistic/style/rtl.less +26 -0
- package/antd/es/steps/style/css.js +3 -0
- package/antd/es/steps/style/custom-icon.less +32 -0
- package/antd/es/steps/style/index.css +812 -0
- package/antd/es/steps/style/index.d.ts +3 -0
- package/antd/es/steps/style/index.js +3 -0
- package/antd/es/steps/style/index.less +246 -0
- package/antd/es/steps/style/label-placement.less +39 -0
- package/antd/es/steps/style/nav.less +124 -0
- package/antd/es/steps/style/progress-dot.less +79 -0
- package/antd/es/steps/style/progress.less +21 -0
- package/antd/es/steps/style/rtl.less +249 -0
- package/antd/es/steps/style/small.less +47 -0
- package/antd/es/steps/style/vertical.less +77 -0
- package/antd/es/switch/style/css.js +2 -0
- package/antd/es/switch/style/index.css +166 -0
- package/antd/es/switch/style/index.d.ts +2 -0
- package/antd/es/switch/style/index.js +2 -0
- package/antd/es/switch/style/index.less +153 -0
- package/antd/es/switch/style/rtl.less +50 -0
- package/antd/es/table/style/bordered.less +122 -0
- package/antd/es/table/style/css.js +13 -0
- package/antd/es/table/style/index.css +806 -0
- package/antd/es/table/style/index.d.ts +10 -0
- package/antd/es/table/style/index.js +13 -0
- package/antd/es/table/style/index.less +616 -0
- package/antd/es/table/style/radius.less +45 -0
- package/antd/es/table/style/rtl.less +180 -0
- package/antd/es/table/style/size.less +68 -0
- package/antd/es/tabs/style/card.less +97 -0
- package/antd/es/tabs/style/css.js +2 -0
- package/antd/es/tabs/style/dropdown.less +60 -0
- package/antd/es/tabs/style/index.css +664 -0
- package/antd/es/tabs/style/index.d.ts +2 -0
- package/antd/es/tabs/style/index.js +2 -0
- package/antd/es/tabs/style/index.less +224 -0
- package/antd/es/tabs/style/position.less +195 -0
- package/antd/es/tabs/style/rtl.less +73 -0
- package/antd/es/tabs/style/size.less +41 -0
- package/antd/es/tag/style/css.js +2 -0
- package/antd/es/tag/style/index.css +256 -0
- package/antd/es/tag/style/index.d.ts +2 -0
- package/antd/es/tag/style/index.js +2 -0
- package/antd/es/tag/style/index.less +130 -0
- package/antd/es/tag/style/rtl.less +28 -0
- package/antd/es/time-picker/style/css.js +4 -0
- package/antd/es/time-picker/style/index.css +4 -0
- package/antd/es/time-picker/style/index.d.ts +3 -0
- package/antd/es/time-picker/style/index.js +4 -0
- package/antd/es/time-picker/style/index.less +3 -0
- package/antd/es/timeline/style/css.js +2 -0
- package/antd/es/timeline/style/index.css +240 -0
- package/antd/es/timeline/style/index.d.ts +2 -0
- package/antd/es/timeline/style/index.js +2 -0
- package/antd/es/timeline/style/index.less +186 -0
- package/antd/es/timeline/style/rtl.less +135 -0
- package/antd/es/tooltip/style/css.js +2 -0
- package/antd/es/tooltip/style/index.css +261 -0
- package/antd/es/tooltip/style/index.d.ts +2 -0
- package/antd/es/tooltip/style/index.js +2 -0
- package/antd/es/tooltip/style/index.less +206 -0
- package/antd/es/tooltip/style/rtl.less +14 -0
- package/antd/es/transfer/style/css.js +10 -0
- package/antd/es/transfer/style/customize.less +45 -0
- package/antd/es/transfer/style/index.css +346 -0
- package/antd/es/transfer/style/index.d.ts +9 -0
- package/antd/es/transfer/style/index.js +10 -0
- package/antd/es/transfer/style/index.less +237 -0
- package/antd/es/transfer/style/rtl.less +63 -0
- package/antd/es/tree/style/css.js +2 -0
- package/antd/es/tree/style/directory.less +72 -0
- package/antd/es/tree/style/index.css +508 -0
- package/antd/es/tree/style/index.d.ts +2 -0
- package/antd/es/tree/style/index.js +2 -0
- package/antd/es/tree/style/index.less +14 -0
- package/antd/es/tree/style/mixin.less +264 -0
- package/antd/es/tree/style/rtl.less +64 -0
- package/antd/es/tree-select/style/css.js +6 -0
- package/antd/es/tree-select/style/index.css +463 -0
- package/antd/es/tree-select/style/index.d.ts +4 -0
- package/antd/es/tree-select/style/index.js +6 -0
- package/antd/es/tree-select/style/index.less +55 -0
- package/antd/es/typography/style/css.js +5 -0
- package/antd/es/typography/style/index.css +277 -0
- package/antd/es/typography/style/index.d.ts +4 -0
- package/antd/es/typography/style/index.js +5 -0
- package/antd/es/typography/style/index.less +225 -0
- package/antd/es/typography/style/rtl.less +54 -0
- package/antd/es/upload/style/css.js +6 -0
- package/antd/es/upload/style/index.css +694 -0
- package/antd/es/upload/style/index.d.ts +5 -0
- package/antd/es/upload/style/index.js +6 -0
- package/antd/es/upload/style/index.less +590 -0
- package/antd/es/upload/style/rtl.less +188 -0
- package/antd/es/version/style/css.js +2 -0
- package/antd/es/version/style/index.d.ts +1 -0
- package/antd/es/version/style/index.js +2 -0
- package/antd/lib/affix/style/css.js +5 -0
- package/antd/lib/affix/style/index.css +8 -0
- package/antd/lib/affix/style/index.d.ts +2 -0
- package/antd/lib/affix/style/index.js +5 -0
- package/antd/lib/affix/style/index.less +6 -0
- package/antd/lib/alert/style/css.js +5 -0
- package/antd/lib/alert/style/index.css +260 -0
- package/antd/lib/alert/style/index.d.ts +2 -0
- package/antd/lib/alert/style/index.js +5 -0
- package/antd/lib/alert/style/index.less +196 -0
- package/antd/lib/alert/style/rtl.less +74 -0
- package/antd/lib/anchor/style/css.js +7 -0
- package/antd/lib/anchor/style/index.css +107 -0
- package/antd/lib/anchor/style/index.d.ts +3 -0
- package/antd/lib/anchor/style/index.js +7 -0
- package/antd/lib/anchor/style/index.less +84 -0
- package/antd/lib/anchor/style/rtl.less +40 -0
- package/antd/lib/auto-complete/style/css.js +7 -0
- package/antd/lib/auto-complete/style/index.css +20 -0
- package/antd/lib/auto-complete/style/index.d.ts +3 -0
- package/antd/lib/auto-complete/style/index.js +7 -0
- package/antd/lib/auto-complete/style/index.less +16 -0
- package/antd/lib/avatar/style/css.js +7 -0
- package/antd/lib/avatar/style/group.less +22 -0
- package/antd/lib/avatar/style/index.css +112 -0
- package/antd/lib/avatar/style/index.d.ts +3 -0
- package/antd/lib/avatar/style/index.js +7 -0
- package/antd/lib/avatar/style/index.less +66 -0
- package/antd/lib/avatar/style/rtl.less +20 -0
- package/antd/lib/back-top/style/css.js +5 -0
- package/antd/lib/back-top/style/index.css +62 -0
- package/antd/lib/back-top/style/index.d.ts +2 -0
- package/antd/lib/back-top/style/index.js +5 -0
- package/antd/lib/back-top/style/index.less +49 -0
- package/antd/lib/back-top/style/responsive.less +11 -0
- package/antd/lib/badge/style/css.js +7 -0
- package/antd/lib/badge/style/index.css +372 -0
- package/antd/lib/badge/style/index.d.ts +3 -0
- package/antd/lib/badge/style/index.js +7 -0
- package/antd/lib/badge/style/index.less +193 -0
- package/antd/lib/badge/style/ribbon.less +84 -0
- package/antd/lib/badge/style/rtl.less +111 -0
- package/antd/lib/breadcrumb/style/css.js +9 -0
- package/antd/lib/breadcrumb/style/index.css +73 -0
- package/antd/lib/breadcrumb/style/index.d.ts +4 -0
- package/antd/lib/breadcrumb/style/index.js +9 -0
- package/antd/lib/breadcrumb/style/index.less +54 -0
- package/antd/lib/breadcrumb/style/rtl.less +34 -0
- package/antd/lib/button/style/css.js +5 -0
- package/antd/lib/button/style/index.css +1915 -0
- package/antd/lib/button/style/index.d.ts +2 -0
- package/antd/lib/button/style/index.js +5 -0
- package/antd/lib/button/style/index.less +249 -0
- package/antd/lib/button/style/mixin.less +518 -0
- package/antd/lib/button/style/rtl.less +113 -0
- package/antd/lib/calendar/style/css.js +11 -0
- package/antd/lib/calendar/style/index.css +180 -0
- package/antd/lib/calendar/style/index.d.ts +5 -0
- package/antd/lib/calendar/style/index.js +11 -0
- package/antd/lib/calendar/style/index.less +192 -0
- package/antd/lib/calendar/style/rtl.less +52 -0
- package/antd/lib/card/style/css.js +11 -0
- package/antd/lib/card/style/index.css +317 -0
- package/antd/lib/card/style/index.d.ts +5 -0
- package/antd/lib/card/style/index.js +11 -0
- package/antd/lib/card/style/index.less +293 -0
- package/antd/lib/card/style/size.less +22 -0
- package/antd/lib/carousel/style/css.js +5 -0
- package/antd/lib/carousel/style/index.css +298 -0
- package/antd/lib/carousel/style/index.d.ts +2 -0
- package/antd/lib/carousel/style/index.js +5 -0
- package/antd/lib/carousel/style/index.less +267 -0
- package/antd/lib/carousel/style/rtl.less +52 -0
- package/antd/lib/cascader/style/css.js +9 -0
- package/antd/lib/cascader/style/index.css +296 -0
- package/antd/lib/cascader/style/index.d.ts +4 -0
- package/antd/lib/cascader/style/index.js +9 -0
- package/antd/lib/cascader/style/index.less +243 -0
- package/antd/lib/cascader/style/rtl.less +89 -0
- package/antd/lib/checkbox/style/css.js +5 -0
- package/antd/lib/checkbox/style/index.css +246 -0
- package/antd/lib/checkbox/style/index.d.ts +2 -0
- package/antd/lib/checkbox/style/index.js +5 -0
- package/antd/lib/checkbox/style/index.less +5 -0
- package/antd/lib/checkbox/style/mixin.less +221 -0
- package/antd/lib/checkbox/style/rtl.less +26 -0
- package/antd/lib/col/style/css.js +5 -0
- package/antd/lib/col/style/index.d.ts +2 -0
- package/antd/lib/col/style/index.js +5 -0
- package/antd/lib/collapse/style/css.js +5 -0
- package/antd/lib/collapse/style/index.css +175 -0
- package/antd/lib/collapse/style/index.d.ts +2 -0
- package/antd/lib/collapse/style/index.js +5 -0
- package/antd/lib/collapse/style/index.less +153 -0
- package/antd/lib/collapse/style/rtl.less +42 -0
- package/antd/lib/comment/style/css.js +5 -0
- package/antd/lib/comment/style/index.css +124 -0
- package/antd/lib/comment/style/index.d.ts +2 -0
- package/antd/lib/comment/style/index.js +5 -0
- package/antd/lib/comment/style/index.less +101 -0
- package/antd/lib/comment/style/rtl.less +50 -0
- package/antd/lib/config-provider/style/index.css +4 -0
- package/antd/lib/config-provider/style/index.d.ts +1 -0
- package/antd/lib/config-provider/style/index.less +2 -0
- package/antd/lib/date-picker/style/css.js +7 -0
- package/antd/lib/date-picker/style/index.css +1060 -0
- package/antd/lib/date-picker/style/index.d.ts +3 -0
- package/antd/lib/date-picker/style/index.js +7 -0
- package/antd/lib/date-picker/style/index.less +335 -0
- package/antd/lib/date-picker/style/panel.less +681 -0
- package/antd/lib/date-picker/style/rtl.less +216 -0
- package/antd/lib/descriptions/style/css.js +5 -0
- package/antd/lib/descriptions/style/index.css +132 -0
- package/antd/lib/descriptions/style/index.d.ts +2 -0
- package/antd/lib/descriptions/style/index.js +5 -0
- package/antd/lib/descriptions/style/index.less +164 -0
- package/antd/lib/descriptions/style/rtl.less +18 -0
- package/antd/lib/divider/style/css.js +5 -0
- package/antd/lib/divider/style/index.css +115 -0
- package/antd/lib/divider/style/index.d.ts +2 -0
- package/antd/lib/divider/style/index.js +5 -0
- package/antd/lib/divider/style/index.less +103 -0
- package/antd/lib/divider/style/rtl.less +36 -0
- package/antd/lib/drawer/style/css.js +5 -0
- package/antd/lib/drawer/style/customize.less +3 -0
- package/antd/lib/drawer/style/drawer.less +256 -0
- package/antd/lib/drawer/style/index.css +253 -0
- package/antd/lib/drawer/style/index.d.ts +2 -0
- package/antd/lib/drawer/style/index.js +5 -0
- package/antd/lib/drawer/style/index.less +5 -0
- package/antd/lib/drawer/style/rtl.less +16 -0
- package/antd/lib/dropdown/style/css.js +7 -0
- package/antd/lib/dropdown/style/index.css +405 -0
- package/antd/lib/dropdown/style/index.d.ts +3 -0
- package/antd/lib/dropdown/style/index.js +7 -0
- package/antd/lib/dropdown/style/index.less +369 -0
- package/antd/lib/dropdown/style/rtl.less +85 -0
- package/antd/lib/dropdown/style/status.less +12 -0
- package/antd/lib/empty/style/css.js +5 -0
- package/antd/lib/empty/style/index.css +75 -0
- package/antd/lib/empty/style/index.d.ts +2 -0
- package/antd/lib/empty/style/index.js +5 -0
- package/antd/lib/empty/style/index.less +139 -0
- package/antd/lib/empty/style/rtl.less +10 -0
- package/antd/lib/form/style/components.less +69 -0
- package/antd/lib/form/style/css.js +7 -0
- package/antd/lib/form/style/horizontal.less +10 -0
- package/antd/lib/form/style/index.css +939 -0
- package/antd/lib/form/style/index.d.ts +3 -0
- package/antd/lib/form/style/index.js +7 -0
- package/antd/lib/form/style/index.less +233 -0
- package/antd/lib/form/style/inline.less +35 -0
- package/antd/lib/form/style/mixin.less +118 -0
- package/antd/lib/form/style/rtl.less +178 -0
- package/antd/lib/form/style/status.less +251 -0
- package/antd/lib/form/style/vertical.less +84 -0
- package/antd/lib/grid/style/css.js +5 -0
- package/antd/lib/grid/style/index.css +5889 -0
- package/antd/lib/grid/style/index.d.ts +2 -0
- package/antd/lib/grid/style/index.js +5 -0
- package/antd/lib/grid/style/index.less +113 -0
- package/antd/lib/grid/style/mixin.less +53 -0
- package/antd/lib/grid/style/rtl.less +74 -0
- package/antd/lib/icon/style/css.js +5 -0
- package/antd/lib/icon/style/index.css +4 -0
- package/antd/lib/icon/style/index.d.ts +2 -0
- package/antd/lib/icon/style/index.js +5 -0
- package/antd/lib/icon/style/index.less +4 -0
- package/antd/lib/input/style/IE11.less +20 -0
- package/antd/lib/input/style/affix.less +48 -0
- package/antd/lib/input/style/allow-clear.less +52 -0
- package/antd/lib/input/style/css.js +7 -0
- package/antd/lib/input/style/index.css +820 -0
- package/antd/lib/input/style/index.d.ts +3 -0
- package/antd/lib/input/style/index.js +7 -0
- package/antd/lib/input/style/index.less +50 -0
- package/antd/lib/input/style/mixin.less +398 -0
- package/antd/lib/input/style/rtl.less +235 -0
- package/antd/lib/input/style/search-input.less +90 -0
- package/antd/lib/input-number/style/css.js +5 -0
- package/antd/lib/input-number/style/index.css +338 -0
- package/antd/lib/input-number/style/index.d.ts +2 -0
- package/antd/lib/input-number/style/index.js +5 -0
- package/antd/lib/input-number/style/index.less +186 -0
- package/antd/lib/input-number/style/rtl.less +28 -0
- package/antd/lib/layout/style/css.js +5 -0
- package/antd/lib/layout/style/index.css +135 -0
- package/antd/lib/layout/style/index.d.ts +2 -0
- package/antd/lib/layout/style/index.js +5 -0
- package/antd/lib/layout/style/index.less +126 -0
- package/antd/lib/layout/style/light.less +15 -0
- package/antd/lib/layout/style/rtl.less +10 -0
- package/antd/lib/list/style/bordered.less +44 -0
- package/antd/lib/list/style/css.js +13 -0
- package/antd/lib/list/style/customize.less +12 -0
- package/antd/lib/list/style/index.css +343 -0
- package/antd/lib/list/style/index.d.ts +6 -0
- package/antd/lib/list/style/index.js +13 -0
- package/antd/lib/list/style/index.less +239 -0
- package/antd/lib/list/style/responsive.less +40 -0
- package/antd/lib/list/style/rtl.less +139 -0
- package/antd/lib/locale-provider/style/css.js +3 -0
- package/antd/lib/locale-provider/style/index.css +4 -0
- package/antd/lib/locale-provider/style/index.d.ts +1 -0
- package/antd/lib/locale-provider/style/index.js +3 -0
- package/antd/lib/locale-provider/style/index.less +2 -0
- package/antd/lib/mentions/style/css.js +7 -0
- package/antd/lib/mentions/style/index.css +287 -0
- package/antd/lib/mentions/style/index.d.ts +3 -0
- package/antd/lib/mentions/style/index.js +7 -0
- package/antd/lib/mentions/style/index.less +169 -0
- package/antd/lib/mentions/style/rtl.less +10 -0
- package/antd/lib/menu/style/css.js +7 -0
- package/antd/lib/menu/style/dark.less +148 -0
- package/antd/lib/menu/style/index.css +907 -0
- package/antd/lib/menu/style/index.d.ts +3 -0
- package/antd/lib/menu/style/index.js +7 -0
- package/antd/lib/menu/style/index.less +587 -0
- package/antd/lib/menu/style/rtl.less +162 -0
- package/antd/lib/menu/style/status.less +47 -0
- package/antd/lib/message/style/css.js +5 -0
- package/antd/lib/message/style/index.css +95 -0
- package/antd/lib/message/style/index.d.ts +2 -0
- package/antd/lib/message/style/index.js +5 -0
- package/antd/lib/message/style/index.less +73 -0
- package/antd/lib/message/style/rtl.less +17 -0
- package/antd/lib/modal/style/confirm.less +78 -0
- package/antd/lib/modal/style/css.js +7 -0
- package/antd/lib/modal/style/customize.less +3 -0
- package/antd/lib/modal/style/index.css +261 -0
- package/antd/lib/modal/style/index.d.ts +3 -0
- package/antd/lib/modal/style/index.js +7 -0
- package/antd/lib/modal/style/index.less +6 -0
- package/antd/lib/modal/style/modal.less +164 -0
- package/antd/lib/modal/style/rtl.less +73 -0
- package/antd/lib/notification/style/css.js +5 -0
- package/antd/lib/notification/style/customize.less +3 -0
- package/antd/lib/notification/style/index.css +273 -0
- package/antd/lib/notification/style/index.d.ts +2 -0
- package/antd/lib/notification/style/index.js +5 -0
- package/antd/lib/notification/style/index.less +221 -0
- package/antd/lib/notification/style/rtl.less +53 -0
- package/antd/lib/page-header/style/css.js +7 -0
- package/antd/lib/page-header/style/index.css +167 -0
- package/antd/lib/page-header/style/index.d.ts +3 -0
- package/antd/lib/page-header/style/index.js +7 -0
- package/antd/lib/page-header/style/index.less +125 -0
- package/antd/lib/page-header/style/rtl.less +76 -0
- package/antd/lib/pagination/style/css.js +7 -0
- package/antd/lib/pagination/style/index.css +522 -0
- package/antd/lib/pagination/style/index.d.ts +3 -0
- package/antd/lib/pagination/style/index.js +7 -0
- package/antd/lib/pagination/style/index.less +407 -0
- package/antd/lib/pagination/style/rtl.less +75 -0
- package/antd/lib/popconfirm/style/css.js +9 -0
- package/antd/lib/popconfirm/style/index.css +7 -0
- package/antd/lib/popconfirm/style/index.d.ts +4 -0
- package/antd/lib/popconfirm/style/index.js +9 -0
- package/antd/lib/popconfirm/style/index.less +8 -0
- package/antd/lib/popover/style/css.js +5 -0
- package/antd/lib/popover/style/customize.less +3 -0
- package/antd/lib/popover/style/index.css +224 -0
- package/antd/lib/popover/style/index.d.ts +2 -0
- package/antd/lib/popover/style/index.js +5 -0
- package/antd/lib/popover/style/index.less +208 -0
- package/antd/lib/popover/style/rtl.less +33 -0
- package/antd/lib/progress/style/css.js +5 -0
- package/antd/lib/progress/style/index.css +219 -0
- package/antd/lib/progress/style/index.d.ts +2 -0
- package/antd/lib/progress/style/index.js +5 -0
- package/antd/lib/progress/style/index.less +205 -0
- package/antd/lib/progress/style/rtl.less +37 -0
- package/antd/lib/radio/style/css.js +5 -0
- package/antd/lib/radio/style/index.css +374 -0
- package/antd/lib/radio/style/index.d.ts +2 -0
- package/antd/lib/radio/style/index.js +5 -0
- package/antd/lib/radio/style/index.less +348 -0
- package/antd/lib/radio/style/rtl.less +61 -0
- package/antd/lib/rate/style/css.js +7 -0
- package/antd/lib/rate/style/index.css +97 -0
- package/antd/lib/rate/style/index.d.ts +3 -0
- package/antd/lib/rate/style/index.js +7 -0
- package/antd/lib/rate/style/index.less +87 -0
- package/antd/lib/rate/style/rtl.less +26 -0
- package/antd/lib/result/style/css.js +5 -0
- package/antd/lib/result/style/index.css +68 -0
- package/antd/lib/result/style/index.d.ts +2 -0
- package/antd/lib/result/style/index.js +5 -0
- package/antd/lib/result/style/index.less +74 -0
- package/antd/lib/result/style/rtl.less +25 -0
- package/antd/lib/row/style/css.js +5 -0
- package/antd/lib/row/style/index.d.ts +2 -0
- package/antd/lib/row/style/index.js +5 -0
- package/antd/lib/select/style/css.js +7 -0
- package/antd/lib/select/style/index.css +707 -0
- package/antd/lib/select/style/index.d.ts +3 -0
- package/antd/lib/select/style/index.js +7 -0
- package/antd/lib/select/style/index.less +294 -0
- package/antd/lib/select/style/multiple.less +194 -0
- package/antd/lib/select/style/rtl.less +186 -0
- package/antd/lib/select/style/single.less +180 -0
- package/antd/lib/skeleton/style/css.js +5 -0
- package/antd/lib/skeleton/style/index.css +284 -0
- package/antd/lib/skeleton/style/index.d.ts +2 -0
- package/antd/lib/skeleton/style/index.js +5 -0
- package/antd/lib/skeleton/style/index.less +265 -0
- package/antd/lib/skeleton/style/rtl.less +47 -0
- package/antd/lib/slider/style/css.js +7 -0
- package/antd/lib/slider/style/index.css +223 -0
- package/antd/lib/slider/style/index.d.ts +3 -0
- package/antd/lib/slider/style/index.js +7 -0
- package/antd/lib/slider/style/index.less +206 -0
- package/antd/lib/slider/style/rtl.less +70 -0
- package/antd/lib/space/style/css.js +5 -0
- package/antd/lib/space/style/index.css +38 -0
- package/antd/lib/space/style/index.d.ts +2 -0
- package/antd/lib/space/style/index.js +5 -0
- package/antd/lib/space/style/index.less +28 -0
- package/antd/lib/space/style/rtl.less +10 -0
- package/antd/lib/spin/style/css.js +5 -0
- package/antd/lib/spin/style/index.css +235 -0
- package/antd/lib/spin/style/index.d.ts +2 -0
- package/antd/lib/spin/style/index.js +5 -0
- package/antd/lib/spin/style/index.less +216 -0
- package/antd/lib/spin/style/rtl.less +25 -0
- package/antd/lib/statistic/style/css.js +5 -0
- package/antd/lib/statistic/style/index.css +56 -0
- package/antd/lib/statistic/style/index.d.ts +2 -0
- package/antd/lib/statistic/style/index.js +5 -0
- package/antd/lib/statistic/style/index.less +44 -0
- package/antd/lib/statistic/style/rtl.less +26 -0
- package/antd/lib/steps/style/css.js +7 -0
- package/antd/lib/steps/style/custom-icon.less +32 -0
- package/antd/lib/steps/style/index.css +812 -0
- package/antd/lib/steps/style/index.d.ts +3 -0
- package/antd/lib/steps/style/index.js +7 -0
- package/antd/lib/steps/style/index.less +246 -0
- package/antd/lib/steps/style/label-placement.less +39 -0
- package/antd/lib/steps/style/nav.less +124 -0
- package/antd/lib/steps/style/progress-dot.less +79 -0
- package/antd/lib/steps/style/progress.less +21 -0
- package/antd/lib/steps/style/rtl.less +249 -0
- package/antd/lib/steps/style/small.less +47 -0
- package/antd/lib/steps/style/vertical.less +77 -0
- package/antd/lib/style/css.js +3 -0
- package/antd/lib/style/index.d.ts +1 -0
- package/antd/lib/style/index.js +3 -0
- package/antd/lib/switch/style/css.js +5 -0
- package/antd/lib/switch/style/index.css +166 -0
- package/antd/lib/switch/style/index.d.ts +2 -0
- package/antd/lib/switch/style/index.js +5 -0
- package/antd/lib/switch/style/index.less +153 -0
- package/antd/lib/switch/style/rtl.less +50 -0
- package/antd/lib/table/style/bordered.less +122 -0
- package/antd/lib/table/style/css.js +21 -0
- package/antd/lib/table/style/index.css +806 -0
- package/antd/lib/table/style/index.d.ts +10 -0
- package/antd/lib/table/style/index.js +21 -0
- package/antd/lib/table/style/index.less +616 -0
- package/antd/lib/table/style/radius.less +45 -0
- package/antd/lib/table/style/rtl.less +180 -0
- package/antd/lib/table/style/size.less +68 -0
- package/antd/lib/tabs/style/card.less +97 -0
- package/antd/lib/tabs/style/css.js +5 -0
- package/antd/lib/tabs/style/dropdown.less +60 -0
- package/antd/lib/tabs/style/index.css +664 -0
- package/antd/lib/tabs/style/index.d.ts +2 -0
- package/antd/lib/tabs/style/index.js +5 -0
- package/antd/lib/tabs/style/index.less +224 -0
- package/antd/lib/tabs/style/position.less +195 -0
- package/antd/lib/tabs/style/rtl.less +73 -0
- package/antd/lib/tabs/style/size.less +41 -0
- package/antd/lib/tag/style/css.js +5 -0
- package/antd/lib/tag/style/index.css +256 -0
- package/antd/lib/tag/style/index.d.ts +2 -0
- package/antd/lib/tag/style/index.js +5 -0
- package/antd/lib/tag/style/index.less +130 -0
- package/antd/lib/tag/style/rtl.less +28 -0
- package/antd/lib/time-picker/style/css.js +7 -0
- package/antd/lib/time-picker/style/index.css +4 -0
- package/antd/lib/time-picker/style/index.d.ts +3 -0
- package/antd/lib/time-picker/style/index.js +7 -0
- package/antd/lib/time-picker/style/index.less +3 -0
- package/antd/lib/timeline/style/css.js +5 -0
- package/antd/lib/timeline/style/index.css +240 -0
- package/antd/lib/timeline/style/index.d.ts +2 -0
- package/antd/lib/timeline/style/index.js +5 -0
- package/antd/lib/timeline/style/index.less +186 -0
- package/antd/lib/timeline/style/rtl.less +135 -0
- package/antd/lib/tooltip/style/css.js +5 -0
- package/antd/lib/tooltip/style/index.css +261 -0
- package/antd/lib/tooltip/style/index.d.ts +2 -0
- package/antd/lib/tooltip/style/index.js +5 -0
- package/antd/lib/tooltip/style/index.less +206 -0
- package/antd/lib/tooltip/style/rtl.less +14 -0
- package/antd/lib/transfer/style/css.js +19 -0
- package/antd/lib/transfer/style/customize.less +45 -0
- package/antd/lib/transfer/style/index.css +346 -0
- package/antd/lib/transfer/style/index.d.ts +9 -0
- package/antd/lib/transfer/style/index.js +19 -0
- package/antd/lib/transfer/style/index.less +237 -0
- package/antd/lib/transfer/style/rtl.less +63 -0
- package/antd/lib/tree/style/css.js +5 -0
- package/antd/lib/tree/style/directory.less +72 -0
- package/antd/lib/tree/style/index.css +508 -0
- package/antd/lib/tree/style/index.d.ts +2 -0
- package/antd/lib/tree/style/index.js +5 -0
- package/antd/lib/tree/style/index.less +14 -0
- package/antd/lib/tree/style/mixin.less +264 -0
- package/antd/lib/tree/style/rtl.less +64 -0
- package/antd/lib/tree-select/style/css.js +9 -0
- package/antd/lib/tree-select/style/index.css +463 -0
- package/antd/lib/tree-select/style/index.d.ts +4 -0
- package/antd/lib/tree-select/style/index.js +9 -0
- package/antd/lib/tree-select/style/index.less +55 -0
- package/antd/lib/typography/style/css.js +9 -0
- package/antd/lib/typography/style/index.css +277 -0
- package/antd/lib/typography/style/index.d.ts +4 -0
- package/antd/lib/typography/style/index.js +9 -0
- package/antd/lib/typography/style/index.less +225 -0
- package/antd/lib/typography/style/rtl.less +54 -0
- package/antd/lib/upload/style/css.js +11 -0
- package/antd/lib/upload/style/index.css +694 -0
- package/antd/lib/upload/style/index.d.ts +5 -0
- package/antd/lib/upload/style/index.js +11 -0
- package/antd/lib/upload/style/index.less +590 -0
- package/antd/lib/upload/style/rtl.less +188 -0
- package/antd/lib/version/style/css.js +3 -0
- package/antd/lib/version/style/index.d.ts +1 -0
- package/antd/lib/version/style/index.js +3 -0
- package/dist/UIKitProvider/index.d.ts +3 -2
- package/dist/components.css +755 -755
- package/dist/esm/index.js +23 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1153 -1153
- package/dist/umd/index.js +25 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +12 -10
- package/dist/antd/es/locale/ar_EG.d.ts +0 -3
- package/dist/antd/es/locale/ar_EG.js +0 -116
- package/dist/antd/es/locale/az_AZ.d.ts +0 -3
- package/dist/antd/es/locale/az_AZ.js +0 -45
- package/dist/antd/es/locale/bg_BG.d.ts +0 -3
- package/dist/antd/es/locale/bg_BG.js +0 -43
- package/dist/antd/es/locale/ca_ES.d.ts +0 -3
- package/dist/antd/es/locale/ca_ES.js +0 -124
- package/dist/antd/es/locale/cs_CZ.d.ts +0 -3
- package/dist/antd/es/locale/cs_CZ.js +0 -54
- package/dist/antd/es/locale/da_DK.d.ts +0 -3
- package/dist/antd/es/locale/da_DK.js +0 -43
- package/dist/antd/es/locale/de_DE.d.ts +0 -3
- package/dist/antd/es/locale/de_DE.js +0 -113
- package/dist/antd/es/locale/default.d.ts +0 -3
- package/dist/antd/es/locale/default.js +0 -124
- package/dist/antd/es/locale/el_GR.d.ts +0 -3
- package/dist/antd/es/locale/el_GR.js +0 -43
- package/dist/antd/es/locale/en_GB.d.ts +0 -3
- package/dist/antd/es/locale/en_GB.js +0 -94
- package/dist/antd/es/locale/en_US.d.ts +0 -2
- package/dist/antd/es/locale/en_US.js +0 -2
- package/dist/antd/es/locale/es_ES.d.ts +0 -3
- package/dist/antd/es/locale/es_ES.js +0 -110
- package/dist/antd/es/locale/et_EE.d.ts +0 -3
- package/dist/antd/es/locale/et_EE.js +0 -43
- package/dist/antd/es/locale/fa_IR.d.ts +0 -3
- package/dist/antd/es/locale/fa_IR.js +0 -114
- package/dist/antd/es/locale/fi_FI.d.ts +0 -3
- package/dist/antd/es/locale/fi_FI.js +0 -50
- package/dist/antd/es/locale/fr_BE.d.ts +0 -3
- package/dist/antd/es/locale/fr_BE.js +0 -47
- package/dist/antd/es/locale/fr_FR.d.ts +0 -3
- package/dist/antd/es/locale/fr_FR.js +0 -59
- package/dist/antd/es/locale/ga_IE.d.ts +0 -3
- package/dist/antd/es/locale/ga_IE.js +0 -123
- package/dist/antd/es/locale/he_IL.d.ts +0 -3
- package/dist/antd/es/locale/he_IL.js +0 -116
- package/dist/antd/es/locale/hi_IN.d.ts +0 -3
- package/dist/antd/es/locale/hi_IN.js +0 -51
- package/dist/antd/es/locale/hr_HR.d.ts +0 -3
- package/dist/antd/es/locale/hr_HR.js +0 -57
- package/dist/antd/es/locale/hu_HU.d.ts +0 -3
- package/dist/antd/es/locale/hu_HU.js +0 -44
- package/dist/antd/es/locale/hy_AM.d.ts +0 -3
- package/dist/antd/es/locale/hy_AM.js +0 -109
- package/dist/antd/es/locale/id_ID.d.ts +0 -3
- package/dist/antd/es/locale/id_ID.js +0 -45
- package/dist/antd/es/locale/is_IS.d.ts +0 -3
- package/dist/antd/es/locale/is_IS.js +0 -43
- package/dist/antd/es/locale/it_IT.d.ts +0 -3
- package/dist/antd/es/locale/it_IT.js +0 -59
- package/dist/antd/es/locale/ja_JP.d.ts +0 -3
- package/dist/antd/es/locale/ja_JP.js +0 -94
- package/dist/antd/es/locale/kn_IN.d.ts +0 -3
- package/dist/antd/es/locale/kn_IN.js +0 -51
- package/dist/antd/es/locale/ko_KR.d.ts +0 -3
- package/dist/antd/es/locale/ko_KR.js +0 -94
- package/dist/antd/es/locale/ku_IQ.d.ts +0 -3
- package/dist/antd/es/locale/ku_IQ.js +0 -43
- package/dist/antd/es/locale/lv_LV.d.ts +0 -3
- package/dist/antd/es/locale/lv_LV.js +0 -43
- package/dist/antd/es/locale/mk_MK.d.ts +0 -3
- package/dist/antd/es/locale/mk_MK.js +0 -58
- package/dist/antd/es/locale/mn_MN.d.ts +0 -3
- package/dist/antd/es/locale/mn_MN.js +0 -43
- package/dist/antd/es/locale/ms_MY.d.ts +0 -3
- package/dist/antd/es/locale/ms_MY.js +0 -63
- package/dist/antd/es/locale/nb_NO.d.ts +0 -3
- package/dist/antd/es/locale/nb_NO.js +0 -124
- package/dist/antd/es/locale/ne_NP.d.ts +0 -3
- package/dist/antd/es/locale/ne_NP.js +0 -44
- package/dist/antd/es/locale/nl_BE.d.ts +0 -3
- package/dist/antd/es/locale/nl_BE.js +0 -43
- package/dist/antd/es/locale/nl_NL.d.ts +0 -3
- package/dist/antd/es/locale/nl_NL.js +0 -62
- package/dist/antd/es/locale/pl_PL.d.ts +0 -3
- package/dist/antd/es/locale/pl_PL.js +0 -43
- package/dist/antd/es/locale/pt_BR.d.ts +0 -3
- package/dist/antd/es/locale/pt_BR.js +0 -116
- package/dist/antd/es/locale/pt_PT.d.ts +0 -3
- package/dist/antd/es/locale/pt_PT.js +0 -44
- package/dist/antd/es/locale/ro_RO.d.ts +0 -3
- package/dist/antd/es/locale/ro_RO.js +0 -62
- package/dist/antd/es/locale/ru_RU.d.ts +0 -3
- package/dist/antd/es/locale/ru_RU.js +0 -116
- package/dist/antd/es/locale/sk_SK.d.ts +0 -3
- package/dist/antd/es/locale/sk_SK.js +0 -62
- package/dist/antd/es/locale/sl_SI.d.ts +0 -3
- package/dist/antd/es/locale/sl_SI.js +0 -43
- package/dist/antd/es/locale/sr_RS.d.ts +0 -3
- package/dist/antd/es/locale/sr_RS.js +0 -43
- package/dist/antd/es/locale/sv_SE.d.ts +0 -3
- package/dist/antd/es/locale/sv_SE.js +0 -47
- package/dist/antd/es/locale/ta_IN.d.ts +0 -3
- package/dist/antd/es/locale/ta_IN.js +0 -63
- package/dist/antd/es/locale/th_TH.d.ts +0 -3
- package/dist/antd/es/locale/th_TH.js +0 -62
- package/dist/antd/es/locale/tr_TR.d.ts +0 -3
- package/dist/antd/es/locale/tr_TR.js +0 -124
- package/dist/antd/es/locale/uk_UA.d.ts +0 -3
- package/dist/antd/es/locale/uk_UA.js +0 -43
- package/dist/antd/es/locale/vi_VN.d.ts +0 -3
- package/dist/antd/es/locale/vi_VN.js +0 -43
- package/dist/antd/es/locale/zh_CN.d.ts +0 -3
- package/dist/antd/es/locale/zh_CN.js +0 -124
- package/dist/antd/es/locale/zh_HK.d.ts +0 -3
- package/dist/antd/es/locale/zh_HK.js +0 -117
- package/dist/antd/es/locale/zh_TW.d.ts +0 -3
- package/dist/antd/es/locale/zh_TW.js +0 -117
- /package/{dist/antd → antd}/dist/antd.less +0 -0
- /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
- /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
- /package/{dist/antd → antd}/lib/style/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/components.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/index.css +0 -0
- /package/{dist/antd → antd}/lib/style/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
|
@@ -0,0 +1,1060 @@
|
|
|
1
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
+
/* stylelint-disable */
|
|
4
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
+
.ant-picker-panel {
|
|
6
|
+
display: -webkit-inline-box;
|
|
7
|
+
display: -ms-inline-flexbox;
|
|
8
|
+
display: inline-flex;
|
|
9
|
+
-webkit-box-orient: vertical;
|
|
10
|
+
-webkit-box-direction: normal;
|
|
11
|
+
-ms-flex-direction: column;
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
text-align: center;
|
|
14
|
+
background: #fff;
|
|
15
|
+
border: 1px solid #f0f0f0;
|
|
16
|
+
border-radius: 2px;
|
|
17
|
+
outline: none;
|
|
18
|
+
}
|
|
19
|
+
.ant-picker-panel-focused {
|
|
20
|
+
border-color: #1890ff;
|
|
21
|
+
}
|
|
22
|
+
.ant-picker-decade-panel,
|
|
23
|
+
.ant-picker-year-panel,
|
|
24
|
+
.ant-picker-quarter-panel,
|
|
25
|
+
.ant-picker-month-panel,
|
|
26
|
+
.ant-picker-week-panel,
|
|
27
|
+
.ant-picker-date-panel,
|
|
28
|
+
.ant-picker-time-panel {
|
|
29
|
+
display: -webkit-box;
|
|
30
|
+
display: -ms-flexbox;
|
|
31
|
+
display: flex;
|
|
32
|
+
-webkit-box-orient: vertical;
|
|
33
|
+
-webkit-box-direction: normal;
|
|
34
|
+
-ms-flex-direction: column;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
width: 280px;
|
|
37
|
+
}
|
|
38
|
+
.ant-picker-header {
|
|
39
|
+
display: -webkit-box;
|
|
40
|
+
display: -ms-flexbox;
|
|
41
|
+
display: flex;
|
|
42
|
+
padding: 0 8px;
|
|
43
|
+
color: rgba(0, 0, 0, 0.85);
|
|
44
|
+
border-bottom: 1px solid #f0f0f0;
|
|
45
|
+
}
|
|
46
|
+
.ant-picker-header > * {
|
|
47
|
+
-webkit-box-flex: 0;
|
|
48
|
+
-ms-flex: none;
|
|
49
|
+
flex: none;
|
|
50
|
+
}
|
|
51
|
+
.ant-picker-header button {
|
|
52
|
+
padding: 0;
|
|
53
|
+
color: rgba(0, 0, 0, 0.25);
|
|
54
|
+
line-height: 40px;
|
|
55
|
+
background: transparent;
|
|
56
|
+
border: 0;
|
|
57
|
+
cursor: pointer;
|
|
58
|
+
-webkit-transition: color 0.3s;
|
|
59
|
+
transition: color 0.3s;
|
|
60
|
+
}
|
|
61
|
+
.ant-picker-header > button {
|
|
62
|
+
min-width: 1.6em;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
}
|
|
65
|
+
.ant-picker-header > button:hover {
|
|
66
|
+
color: rgba(0, 0, 0, 0.65);
|
|
67
|
+
}
|
|
68
|
+
.ant-picker-header-view {
|
|
69
|
+
-webkit-box-flex: 1;
|
|
70
|
+
-ms-flex: auto;
|
|
71
|
+
flex: auto;
|
|
72
|
+
font-weight: 500;
|
|
73
|
+
line-height: 40px;
|
|
74
|
+
}
|
|
75
|
+
.ant-picker-header-view button {
|
|
76
|
+
color: inherit;
|
|
77
|
+
font-weight: inherit;
|
|
78
|
+
}
|
|
79
|
+
.ant-picker-header-view button:not(:first-child) {
|
|
80
|
+
margin-left: 8px;
|
|
81
|
+
}
|
|
82
|
+
.ant-picker-header-view button:hover {
|
|
83
|
+
color: #1890ff;
|
|
84
|
+
}
|
|
85
|
+
.ant-picker-prev-icon,
|
|
86
|
+
.ant-picker-next-icon,
|
|
87
|
+
.ant-picker-super-prev-icon,
|
|
88
|
+
.ant-picker-super-next-icon {
|
|
89
|
+
position: relative;
|
|
90
|
+
display: inline-block;
|
|
91
|
+
width: 7px;
|
|
92
|
+
height: 7px;
|
|
93
|
+
}
|
|
94
|
+
.ant-picker-prev-icon::before,
|
|
95
|
+
.ant-picker-next-icon::before,
|
|
96
|
+
.ant-picker-super-prev-icon::before,
|
|
97
|
+
.ant-picker-super-next-icon::before {
|
|
98
|
+
position: absolute;
|
|
99
|
+
top: 0;
|
|
100
|
+
left: 0;
|
|
101
|
+
display: inline-block;
|
|
102
|
+
width: 7px;
|
|
103
|
+
height: 7px;
|
|
104
|
+
border: 0 solid currentColor;
|
|
105
|
+
border-width: 1.5px 0 0 1.5px;
|
|
106
|
+
content: '';
|
|
107
|
+
}
|
|
108
|
+
.ant-picker-super-prev-icon::after,
|
|
109
|
+
.ant-picker-super-next-icon::after {
|
|
110
|
+
position: absolute;
|
|
111
|
+
top: 4px;
|
|
112
|
+
left: 4px;
|
|
113
|
+
display: inline-block;
|
|
114
|
+
width: 7px;
|
|
115
|
+
height: 7px;
|
|
116
|
+
border: 0 solid currentColor;
|
|
117
|
+
border-width: 1.5px 0 0 1.5px;
|
|
118
|
+
content: '';
|
|
119
|
+
}
|
|
120
|
+
.ant-picker-prev-icon,
|
|
121
|
+
.ant-picker-super-prev-icon {
|
|
122
|
+
-webkit-transform: rotate(-45deg);
|
|
123
|
+
transform: rotate(-45deg);
|
|
124
|
+
}
|
|
125
|
+
.ant-picker-next-icon,
|
|
126
|
+
.ant-picker-super-next-icon {
|
|
127
|
+
-webkit-transform: rotate(135deg);
|
|
128
|
+
transform: rotate(135deg);
|
|
129
|
+
}
|
|
130
|
+
.ant-picker-content {
|
|
131
|
+
width: 100%;
|
|
132
|
+
table-layout: fixed;
|
|
133
|
+
border-collapse: collapse;
|
|
134
|
+
}
|
|
135
|
+
.ant-picker-content th,
|
|
136
|
+
.ant-picker-content td {
|
|
137
|
+
position: relative;
|
|
138
|
+
min-width: 24px;
|
|
139
|
+
font-weight: 400;
|
|
140
|
+
}
|
|
141
|
+
.ant-picker-content th {
|
|
142
|
+
height: 30px;
|
|
143
|
+
color: rgba(0, 0, 0, 0.65);
|
|
144
|
+
line-height: 30px;
|
|
145
|
+
}
|
|
146
|
+
.ant-picker-cell {
|
|
147
|
+
padding: 3px 0;
|
|
148
|
+
color: rgba(0, 0, 0, 0.25);
|
|
149
|
+
cursor: pointer;
|
|
150
|
+
}
|
|
151
|
+
.ant-picker-cell-in-view {
|
|
152
|
+
color: rgba(0, 0, 0, 0.65);
|
|
153
|
+
}
|
|
154
|
+
.ant-picker-cell-disabled {
|
|
155
|
+
cursor: not-allowed;
|
|
156
|
+
}
|
|
157
|
+
.ant-picker-cell::before {
|
|
158
|
+
position: absolute;
|
|
159
|
+
top: 50%;
|
|
160
|
+
right: 0;
|
|
161
|
+
left: 0;
|
|
162
|
+
z-index: 1;
|
|
163
|
+
height: 24px;
|
|
164
|
+
-webkit-transform: translateY(-50%);
|
|
165
|
+
transform: translateY(-50%);
|
|
166
|
+
content: '';
|
|
167
|
+
}
|
|
168
|
+
.ant-picker-cell .ant-picker-cell-inner {
|
|
169
|
+
position: relative;
|
|
170
|
+
z-index: 2;
|
|
171
|
+
display: inline-block;
|
|
172
|
+
min-width: 24px;
|
|
173
|
+
height: 24px;
|
|
174
|
+
line-height: 24px;
|
|
175
|
+
border-radius: 2px;
|
|
176
|
+
-webkit-transition: background 0.3s, border 0.3s;
|
|
177
|
+
transition: background 0.3s, border 0.3s;
|
|
178
|
+
}
|
|
179
|
+
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
|
|
180
|
+
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
|
|
181
|
+
background: #f5f5f5;
|
|
182
|
+
}
|
|
183
|
+
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
|
|
184
|
+
position: absolute;
|
|
185
|
+
top: 0;
|
|
186
|
+
right: 0;
|
|
187
|
+
bottom: 0;
|
|
188
|
+
left: 0;
|
|
189
|
+
z-index: 1;
|
|
190
|
+
border: 1px solid #1890ff;
|
|
191
|
+
border-radius: 2px;
|
|
192
|
+
content: '';
|
|
193
|
+
}
|
|
194
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range {
|
|
195
|
+
position: relative;
|
|
196
|
+
}
|
|
197
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
|
|
198
|
+
background: #e6f7ff;
|
|
199
|
+
}
|
|
200
|
+
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
|
201
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
|
202
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
|
203
|
+
color: #fff;
|
|
204
|
+
background: #1890ff;
|
|
205
|
+
}
|
|
206
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
|
|
207
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
|
|
208
|
+
background: #e6f7ff;
|
|
209
|
+
}
|
|
210
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
|
|
211
|
+
left: 50%;
|
|
212
|
+
}
|
|
213
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
|
|
214
|
+
right: 50%;
|
|
215
|
+
}
|
|
216
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
|
|
217
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
|
|
218
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
|
|
219
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
|
|
220
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
|
|
221
|
+
position: absolute;
|
|
222
|
+
top: 50%;
|
|
223
|
+
z-index: 0;
|
|
224
|
+
height: 24px;
|
|
225
|
+
border-top: 1px dashed #7ec1ff;
|
|
226
|
+
border-bottom: 1px dashed #7ec1ff;
|
|
227
|
+
-webkit-transform: translateY(-50%);
|
|
228
|
+
transform: translateY(-50%);
|
|
229
|
+
content: '';
|
|
230
|
+
}
|
|
231
|
+
.ant-picker-cell-range-hover-start::after,
|
|
232
|
+
.ant-picker-cell-range-hover-end::after,
|
|
233
|
+
.ant-picker-cell-range-hover::after {
|
|
234
|
+
right: 0;
|
|
235
|
+
left: 2px;
|
|
236
|
+
}
|
|
237
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
|
|
238
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
|
|
239
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
|
|
240
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
|
|
241
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
|
|
242
|
+
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
|
|
243
|
+
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
|
|
244
|
+
background: #cbe6ff;
|
|
245
|
+
}
|
|
246
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
|
|
247
|
+
border-radius: 2px 0 0 2px;
|
|
248
|
+
}
|
|
249
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
|
|
250
|
+
border-radius: 0 2px 2px 0;
|
|
251
|
+
}
|
|
252
|
+
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
|
|
253
|
+
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
|
|
254
|
+
position: absolute;
|
|
255
|
+
top: 0;
|
|
256
|
+
bottom: 0;
|
|
257
|
+
z-index: -1;
|
|
258
|
+
background: #cbe6ff;
|
|
259
|
+
content: '';
|
|
260
|
+
}
|
|
261
|
+
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
|
|
262
|
+
right: -7px;
|
|
263
|
+
left: 0;
|
|
264
|
+
}
|
|
265
|
+
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
|
|
266
|
+
right: 0;
|
|
267
|
+
left: -7px;
|
|
268
|
+
}
|
|
269
|
+
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
|
|
270
|
+
right: 50%;
|
|
271
|
+
}
|
|
272
|
+
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
|
|
273
|
+
left: 50%;
|
|
274
|
+
}
|
|
275
|
+
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
|
|
276
|
+
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
|
|
277
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
|
|
278
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
|
279
|
+
left: 6px;
|
|
280
|
+
border-left: 1px dashed #7ec1ff;
|
|
281
|
+
border-top-left-radius: 2px;
|
|
282
|
+
border-bottom-left-radius: 2px;
|
|
283
|
+
}
|
|
284
|
+
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
|
|
285
|
+
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
|
286
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
|
|
287
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
|
|
288
|
+
right: 6px;
|
|
289
|
+
border-right: 1px dashed #7ec1ff;
|
|
290
|
+
border-top-right-radius: 2px;
|
|
291
|
+
border-bottom-right-radius: 2px;
|
|
292
|
+
}
|
|
293
|
+
.ant-picker-cell-disabled {
|
|
294
|
+
pointer-events: none;
|
|
295
|
+
}
|
|
296
|
+
.ant-picker-cell-disabled .ant-picker-cell-inner {
|
|
297
|
+
color: rgba(0, 0, 0, 0.25);
|
|
298
|
+
background: transparent;
|
|
299
|
+
}
|
|
300
|
+
.ant-picker-cell-disabled::before {
|
|
301
|
+
background: #f5f5f5;
|
|
302
|
+
}
|
|
303
|
+
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
|
|
304
|
+
border-color: rgba(0, 0, 0, 0.25);
|
|
305
|
+
}
|
|
306
|
+
.ant-picker-decade-panel .ant-picker-content,
|
|
307
|
+
.ant-picker-year-panel .ant-picker-content,
|
|
308
|
+
.ant-picker-quarter-panel .ant-picker-content,
|
|
309
|
+
.ant-picker-month-panel .ant-picker-content {
|
|
310
|
+
height: 264px;
|
|
311
|
+
}
|
|
312
|
+
.ant-picker-decade-panel .ant-picker-cell-inner,
|
|
313
|
+
.ant-picker-year-panel .ant-picker-cell-inner,
|
|
314
|
+
.ant-picker-quarter-panel .ant-picker-cell-inner,
|
|
315
|
+
.ant-picker-month-panel .ant-picker-cell-inner {
|
|
316
|
+
padding: 0 8px;
|
|
317
|
+
}
|
|
318
|
+
.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
|
|
319
|
+
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
|
|
320
|
+
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
|
|
321
|
+
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
|
|
322
|
+
background: #f5f5f5;
|
|
323
|
+
}
|
|
324
|
+
.ant-picker-quarter-panel .ant-picker-content {
|
|
325
|
+
height: 56px;
|
|
326
|
+
}
|
|
327
|
+
.ant-picker-footer {
|
|
328
|
+
width: -webkit-min-content;
|
|
329
|
+
width: -moz-min-content;
|
|
330
|
+
width: min-content;
|
|
331
|
+
min-width: 100%;
|
|
332
|
+
line-height: 38px;
|
|
333
|
+
text-align: center;
|
|
334
|
+
border-bottom: 1px solid transparent;
|
|
335
|
+
}
|
|
336
|
+
.ant-picker-panel .ant-picker-footer {
|
|
337
|
+
border-top: 1px solid #f0f0f0;
|
|
338
|
+
}
|
|
339
|
+
.ant-picker-footer-extra {
|
|
340
|
+
padding: 0 12px;
|
|
341
|
+
line-height: 38px;
|
|
342
|
+
text-align: left;
|
|
343
|
+
}
|
|
344
|
+
.ant-picker-footer-extra:not(:last-child) {
|
|
345
|
+
border-bottom: 1px solid #f0f0f0;
|
|
346
|
+
}
|
|
347
|
+
.ant-picker-now {
|
|
348
|
+
text-align: left;
|
|
349
|
+
}
|
|
350
|
+
.ant-picker-today-btn {
|
|
351
|
+
color: #1890ff;
|
|
352
|
+
}
|
|
353
|
+
.ant-picker-today-btn:hover {
|
|
354
|
+
color: #40a9ff;
|
|
355
|
+
}
|
|
356
|
+
.ant-picker-today-btn:active {
|
|
357
|
+
color: #096dd9;
|
|
358
|
+
}
|
|
359
|
+
.ant-picker-today-btn.ant-picker-today-btn-disabled {
|
|
360
|
+
color: rgba(0, 0, 0, 0.25);
|
|
361
|
+
cursor: not-allowed;
|
|
362
|
+
}
|
|
363
|
+
.ant-picker-decade-panel .ant-picker-cell-inner {
|
|
364
|
+
padding: 0 4px;
|
|
365
|
+
}
|
|
366
|
+
.ant-picker-decade-panel .ant-picker-cell::before {
|
|
367
|
+
display: none;
|
|
368
|
+
}
|
|
369
|
+
.ant-picker-year-panel .ant-picker-body,
|
|
370
|
+
.ant-picker-quarter-panel .ant-picker-body,
|
|
371
|
+
.ant-picker-month-panel .ant-picker-body {
|
|
372
|
+
padding: 0 8px;
|
|
373
|
+
}
|
|
374
|
+
.ant-picker-year-panel .ant-picker-cell-inner,
|
|
375
|
+
.ant-picker-quarter-panel .ant-picker-cell-inner,
|
|
376
|
+
.ant-picker-month-panel .ant-picker-cell-inner {
|
|
377
|
+
width: 60px;
|
|
378
|
+
}
|
|
379
|
+
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
|
|
380
|
+
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
|
381
|
+
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
|
382
|
+
left: 14px;
|
|
383
|
+
border-left: 1px dashed #7ec1ff;
|
|
384
|
+
border-radius: 2px 0 0 2px;
|
|
385
|
+
}
|
|
386
|
+
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
|
|
387
|
+
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
|
388
|
+
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
|
389
|
+
right: 14px;
|
|
390
|
+
border-right: 1px dashed #7ec1ff;
|
|
391
|
+
border-radius: 0 2px 2px 0;
|
|
392
|
+
}
|
|
393
|
+
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
|
394
|
+
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
|
395
|
+
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
|
396
|
+
right: 14px;
|
|
397
|
+
border-right: 1px dashed #7ec1ff;
|
|
398
|
+
border-radius: 0 2px 2px 0;
|
|
399
|
+
}
|
|
400
|
+
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
|
401
|
+
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
|
402
|
+
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
|
403
|
+
left: 14px;
|
|
404
|
+
border-left: 1px dashed #7ec1ff;
|
|
405
|
+
border-radius: 2px 0 0 2px;
|
|
406
|
+
}
|
|
407
|
+
.ant-picker-week-panel .ant-picker-body {
|
|
408
|
+
padding: 8px 12px;
|
|
409
|
+
}
|
|
410
|
+
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
|
|
411
|
+
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
|
|
412
|
+
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
|
|
413
|
+
background: transparent !important;
|
|
414
|
+
}
|
|
415
|
+
.ant-picker-week-panel-row td {
|
|
416
|
+
-webkit-transition: background 0.3s;
|
|
417
|
+
transition: background 0.3s;
|
|
418
|
+
}
|
|
419
|
+
.ant-picker-week-panel-row:hover td {
|
|
420
|
+
background: #f5f5f5;
|
|
421
|
+
}
|
|
422
|
+
.ant-picker-week-panel-row-selected td,
|
|
423
|
+
.ant-picker-week-panel-row-selected:hover td {
|
|
424
|
+
background: #1890ff;
|
|
425
|
+
}
|
|
426
|
+
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
|
|
427
|
+
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
|
|
428
|
+
color: rgba(255, 255, 255, 0.5);
|
|
429
|
+
}
|
|
430
|
+
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
|
|
431
|
+
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
|
|
432
|
+
border-color: #fff;
|
|
433
|
+
}
|
|
434
|
+
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
|
|
435
|
+
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
|
|
436
|
+
color: #fff;
|
|
437
|
+
}
|
|
438
|
+
.ant-picker-date-panel .ant-picker-body {
|
|
439
|
+
padding: 8px 12px;
|
|
440
|
+
}
|
|
441
|
+
.ant-picker-date-panel .ant-picker-content {
|
|
442
|
+
width: 252px;
|
|
443
|
+
}
|
|
444
|
+
.ant-picker-date-panel .ant-picker-content th {
|
|
445
|
+
width: 36px;
|
|
446
|
+
}
|
|
447
|
+
.ant-picker-datetime-panel {
|
|
448
|
+
display: -webkit-box;
|
|
449
|
+
display: -ms-flexbox;
|
|
450
|
+
display: flex;
|
|
451
|
+
}
|
|
452
|
+
.ant-picker-datetime-panel .ant-picker-time-panel {
|
|
453
|
+
border-left: 1px solid #f0f0f0;
|
|
454
|
+
}
|
|
455
|
+
.ant-picker-datetime-panel .ant-picker-date-panel,
|
|
456
|
+
.ant-picker-datetime-panel .ant-picker-time-panel {
|
|
457
|
+
-webkit-transition: opacity 0.3s;
|
|
458
|
+
transition: opacity 0.3s;
|
|
459
|
+
}
|
|
460
|
+
.ant-picker-datetime-panel-active .ant-picker-date-panel,
|
|
461
|
+
.ant-picker-datetime-panel-active .ant-picker-time-panel {
|
|
462
|
+
opacity: 0.3;
|
|
463
|
+
}
|
|
464
|
+
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
|
|
465
|
+
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
|
|
466
|
+
opacity: 1;
|
|
467
|
+
}
|
|
468
|
+
.ant-picker-time-panel {
|
|
469
|
+
width: auto;
|
|
470
|
+
min-width: auto;
|
|
471
|
+
}
|
|
472
|
+
.ant-picker-time-panel .ant-picker-content {
|
|
473
|
+
display: -webkit-box;
|
|
474
|
+
display: -ms-flexbox;
|
|
475
|
+
display: flex;
|
|
476
|
+
-webkit-box-flex: 1;
|
|
477
|
+
-ms-flex: auto;
|
|
478
|
+
flex: auto;
|
|
479
|
+
height: 224px;
|
|
480
|
+
}
|
|
481
|
+
.ant-picker-time-panel-column {
|
|
482
|
+
-webkit-box-flex: 1;
|
|
483
|
+
-ms-flex: 1 0 auto;
|
|
484
|
+
flex: 1 0 auto;
|
|
485
|
+
width: 56px;
|
|
486
|
+
margin: 0;
|
|
487
|
+
padding: 0;
|
|
488
|
+
overflow-y: hidden;
|
|
489
|
+
text-align: left;
|
|
490
|
+
list-style: none;
|
|
491
|
+
-webkit-transition: background 0.3s;
|
|
492
|
+
transition: background 0.3s;
|
|
493
|
+
}
|
|
494
|
+
.ant-picker-time-panel-column::after {
|
|
495
|
+
display: block;
|
|
496
|
+
height: 196px;
|
|
497
|
+
content: '';
|
|
498
|
+
}
|
|
499
|
+
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
|
|
500
|
+
height: 198px;
|
|
501
|
+
}
|
|
502
|
+
.ant-picker-time-panel-column:not(:first-child) {
|
|
503
|
+
border-left: 1px solid #f0f0f0;
|
|
504
|
+
}
|
|
505
|
+
.ant-picker-time-panel-column-active {
|
|
506
|
+
background: rgba(230, 247, 255, 0.2);
|
|
507
|
+
}
|
|
508
|
+
.ant-picker-time-panel-column:hover {
|
|
509
|
+
overflow-y: auto;
|
|
510
|
+
}
|
|
511
|
+
.ant-picker-time-panel-column > li {
|
|
512
|
+
margin: 0;
|
|
513
|
+
padding: 0;
|
|
514
|
+
}
|
|
515
|
+
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
|
|
516
|
+
display: block;
|
|
517
|
+
width: 100%;
|
|
518
|
+
height: 28px;
|
|
519
|
+
margin: 0;
|
|
520
|
+
padding: 0;
|
|
521
|
+
color: rgba(0, 0, 0, 0.65);
|
|
522
|
+
line-height: 28px;
|
|
523
|
+
text-align: center;
|
|
524
|
+
border-radius: 0;
|
|
525
|
+
cursor: pointer;
|
|
526
|
+
-webkit-transition: background 0.3s;
|
|
527
|
+
transition: background 0.3s;
|
|
528
|
+
}
|
|
529
|
+
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
|
|
530
|
+
background: #f5f5f5;
|
|
531
|
+
}
|
|
532
|
+
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
|
533
|
+
background: #e6f7ff;
|
|
534
|
+
}
|
|
535
|
+
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
|
|
536
|
+
color: rgba(0, 0, 0, 0.25);
|
|
537
|
+
background: transparent;
|
|
538
|
+
cursor: not-allowed;
|
|
539
|
+
}
|
|
540
|
+
/* stylelint-disable-next-line */
|
|
541
|
+
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
542
|
+
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
543
|
+
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
|
|
544
|
+
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
|
|
545
|
+
padding: 21px 0;
|
|
546
|
+
}
|
|
547
|
+
.ant-picker {
|
|
548
|
+
-webkit-box-sizing: border-box;
|
|
549
|
+
box-sizing: border-box;
|
|
550
|
+
margin: 0;
|
|
551
|
+
padding: 0;
|
|
552
|
+
color: rgba(0, 0, 0, 0.65);
|
|
553
|
+
font-size: 14px;
|
|
554
|
+
font-variant: tabular-nums;
|
|
555
|
+
line-height: 1.5715;
|
|
556
|
+
list-style: none;
|
|
557
|
+
-webkit-font-feature-settings: 'tnum';
|
|
558
|
+
font-feature-settings: 'tnum';
|
|
559
|
+
padding: 4px 11px 4px;
|
|
560
|
+
position: relative;
|
|
561
|
+
display: -webkit-inline-box;
|
|
562
|
+
display: -ms-inline-flexbox;
|
|
563
|
+
display: inline-flex;
|
|
564
|
+
-webkit-box-align: center;
|
|
565
|
+
-ms-flex-align: center;
|
|
566
|
+
align-items: center;
|
|
567
|
+
background: #fff;
|
|
568
|
+
border: 1px solid #d9d9d9;
|
|
569
|
+
border-radius: 2px;
|
|
570
|
+
-webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
|
|
571
|
+
transition: border 0.3s, -webkit-box-shadow 0.3s;
|
|
572
|
+
transition: border 0.3s, box-shadow 0.3s;
|
|
573
|
+
transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
|
|
574
|
+
}
|
|
575
|
+
.ant-picker:hover,
|
|
576
|
+
.ant-picker-focused {
|
|
577
|
+
border-color: #40a9ff;
|
|
578
|
+
border-right-width: 1px !important;
|
|
579
|
+
}
|
|
580
|
+
.ant-picker-focused {
|
|
581
|
+
border-color: #40a9ff;
|
|
582
|
+
border-right-width: 1px !important;
|
|
583
|
+
outline: 0;
|
|
584
|
+
-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
585
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
586
|
+
}
|
|
587
|
+
.ant-picker.ant-picker-disabled {
|
|
588
|
+
background: #f5f5f5;
|
|
589
|
+
border-color: #d9d9d9;
|
|
590
|
+
cursor: not-allowed;
|
|
591
|
+
}
|
|
592
|
+
.ant-picker.ant-picker-disabled .ant-picker-suffix {
|
|
593
|
+
color: rgba(0, 0, 0, 0.25);
|
|
594
|
+
}
|
|
595
|
+
.ant-picker.ant-picker-borderless {
|
|
596
|
+
background-color: transparent !important;
|
|
597
|
+
border-color: transparent !important;
|
|
598
|
+
-webkit-box-shadow: none !important;
|
|
599
|
+
box-shadow: none !important;
|
|
600
|
+
}
|
|
601
|
+
.ant-picker-input {
|
|
602
|
+
position: relative;
|
|
603
|
+
display: -webkit-inline-box;
|
|
604
|
+
display: -ms-inline-flexbox;
|
|
605
|
+
display: inline-flex;
|
|
606
|
+
-webkit-box-align: center;
|
|
607
|
+
-ms-flex-align: center;
|
|
608
|
+
align-items: center;
|
|
609
|
+
width: 100%;
|
|
610
|
+
}
|
|
611
|
+
.ant-picker-input > input {
|
|
612
|
+
position: relative;
|
|
613
|
+
display: inline-block;
|
|
614
|
+
width: 100%;
|
|
615
|
+
min-width: 0;
|
|
616
|
+
padding: 4px 11px;
|
|
617
|
+
color: rgba(0, 0, 0, 0.65);
|
|
618
|
+
font-size: 14px;
|
|
619
|
+
line-height: 1.5715;
|
|
620
|
+
background-color: #fff;
|
|
621
|
+
background-image: none;
|
|
622
|
+
border: 1px solid #d9d9d9;
|
|
623
|
+
border-radius: 2px;
|
|
624
|
+
-webkit-transition: all 0.3s;
|
|
625
|
+
transition: all 0.3s;
|
|
626
|
+
-webkit-box-flex: 1;
|
|
627
|
+
-ms-flex: auto;
|
|
628
|
+
flex: auto;
|
|
629
|
+
min-width: 1px;
|
|
630
|
+
height: auto;
|
|
631
|
+
padding: 0;
|
|
632
|
+
background: transparent;
|
|
633
|
+
border: 0;
|
|
634
|
+
}
|
|
635
|
+
.ant-picker-input > input::-moz-placeholder {
|
|
636
|
+
opacity: 1;
|
|
637
|
+
}
|
|
638
|
+
.ant-picker-input > input::-webkit-input-placeholder {
|
|
639
|
+
color: #bfbfbf;
|
|
640
|
+
}
|
|
641
|
+
.ant-picker-input > input:-ms-input-placeholder {
|
|
642
|
+
color: #bfbfbf;
|
|
643
|
+
}
|
|
644
|
+
.ant-picker-input > input::-ms-input-placeholder {
|
|
645
|
+
color: #bfbfbf;
|
|
646
|
+
}
|
|
647
|
+
.ant-picker-input > input::placeholder {
|
|
648
|
+
color: #bfbfbf;
|
|
649
|
+
}
|
|
650
|
+
.ant-picker-input > input:-moz-placeholder-shown {
|
|
651
|
+
text-overflow: ellipsis;
|
|
652
|
+
}
|
|
653
|
+
.ant-picker-input > input:-ms-input-placeholder {
|
|
654
|
+
text-overflow: ellipsis;
|
|
655
|
+
}
|
|
656
|
+
.ant-picker-input > input:placeholder-shown {
|
|
657
|
+
text-overflow: ellipsis;
|
|
658
|
+
}
|
|
659
|
+
.ant-picker-input > input:hover {
|
|
660
|
+
border-color: #40a9ff;
|
|
661
|
+
border-right-width: 1px !important;
|
|
662
|
+
}
|
|
663
|
+
.ant-picker-input > input:focus,
|
|
664
|
+
.ant-picker-input > input-focused {
|
|
665
|
+
border-color: #40a9ff;
|
|
666
|
+
border-right-width: 1px !important;
|
|
667
|
+
outline: 0;
|
|
668
|
+
-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
669
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
670
|
+
}
|
|
671
|
+
.ant-picker-input > input-disabled {
|
|
672
|
+
color: rgba(0, 0, 0, 0.25);
|
|
673
|
+
background-color: #f5f5f5;
|
|
674
|
+
cursor: not-allowed;
|
|
675
|
+
opacity: 1;
|
|
676
|
+
}
|
|
677
|
+
.ant-picker-input > input-disabled:hover {
|
|
678
|
+
border-color: #d9d9d9;
|
|
679
|
+
border-right-width: 1px !important;
|
|
680
|
+
}
|
|
681
|
+
.ant-picker-input > input[disabled] {
|
|
682
|
+
color: rgba(0, 0, 0, 0.25);
|
|
683
|
+
background-color: #f5f5f5;
|
|
684
|
+
cursor: not-allowed;
|
|
685
|
+
opacity: 1;
|
|
686
|
+
}
|
|
687
|
+
.ant-picker-input > input[disabled]:hover {
|
|
688
|
+
border-color: #d9d9d9;
|
|
689
|
+
border-right-width: 1px !important;
|
|
690
|
+
}
|
|
691
|
+
.ant-picker-input > input-borderless,
|
|
692
|
+
.ant-picker-input > input-borderless:hover,
|
|
693
|
+
.ant-picker-input > input-borderless:focus,
|
|
694
|
+
.ant-picker-input > input-borderless-focused,
|
|
695
|
+
.ant-picker-input > input-borderless-disabled,
|
|
696
|
+
.ant-picker-input > input-borderless[disabled] {
|
|
697
|
+
background-color: transparent;
|
|
698
|
+
border: none;
|
|
699
|
+
-webkit-box-shadow: none;
|
|
700
|
+
box-shadow: none;
|
|
701
|
+
}
|
|
702
|
+
textarea.ant-picker-input > input {
|
|
703
|
+
max-width: 100%;
|
|
704
|
+
height: auto;
|
|
705
|
+
min-height: 32px;
|
|
706
|
+
line-height: 1.5715;
|
|
707
|
+
vertical-align: bottom;
|
|
708
|
+
-webkit-transition: all 0.3s, height 0s;
|
|
709
|
+
transition: all 0.3s, height 0s;
|
|
710
|
+
}
|
|
711
|
+
.ant-picker-input > input-lg {
|
|
712
|
+
padding: 6.5px 11px;
|
|
713
|
+
font-size: 16px;
|
|
714
|
+
}
|
|
715
|
+
.ant-picker-input > input-sm {
|
|
716
|
+
padding: 0px 7px;
|
|
717
|
+
}
|
|
718
|
+
.ant-picker-input > input:focus {
|
|
719
|
+
-webkit-box-shadow: none;
|
|
720
|
+
box-shadow: none;
|
|
721
|
+
}
|
|
722
|
+
.ant-picker-input > input[disabled] {
|
|
723
|
+
background: transparent;
|
|
724
|
+
}
|
|
725
|
+
.ant-picker-input:hover .ant-picker-clear {
|
|
726
|
+
opacity: 1;
|
|
727
|
+
}
|
|
728
|
+
.ant-picker-input-placeholder > input {
|
|
729
|
+
color: #bfbfbf;
|
|
730
|
+
}
|
|
731
|
+
.ant-picker-large {
|
|
732
|
+
padding: 6.5px 11px 6.5px;
|
|
733
|
+
}
|
|
734
|
+
.ant-picker-large .ant-picker-input > input {
|
|
735
|
+
font-size: 16px;
|
|
736
|
+
}
|
|
737
|
+
.ant-picker-small {
|
|
738
|
+
padding: 0px 7px 0px;
|
|
739
|
+
}
|
|
740
|
+
.ant-picker-suffix {
|
|
741
|
+
-ms-flex-item-align: center;
|
|
742
|
+
align-self: center;
|
|
743
|
+
margin-left: 4px;
|
|
744
|
+
color: rgba(0, 0, 0, 0.25);
|
|
745
|
+
line-height: 1;
|
|
746
|
+
pointer-events: none;
|
|
747
|
+
}
|
|
748
|
+
.ant-picker-suffix > * {
|
|
749
|
+
vertical-align: top;
|
|
750
|
+
}
|
|
751
|
+
.ant-picker-clear {
|
|
752
|
+
position: absolute;
|
|
753
|
+
top: 50%;
|
|
754
|
+
right: 0;
|
|
755
|
+
color: rgba(0, 0, 0, 0.25);
|
|
756
|
+
line-height: 1;
|
|
757
|
+
background: #fff;
|
|
758
|
+
-webkit-transform: translateY(-50%);
|
|
759
|
+
transform: translateY(-50%);
|
|
760
|
+
cursor: pointer;
|
|
761
|
+
opacity: 0;
|
|
762
|
+
-webkit-transition: opacity 0.3s, color 0.3s;
|
|
763
|
+
transition: opacity 0.3s, color 0.3s;
|
|
764
|
+
}
|
|
765
|
+
.ant-picker-clear > * {
|
|
766
|
+
vertical-align: top;
|
|
767
|
+
}
|
|
768
|
+
.ant-picker-clear:hover {
|
|
769
|
+
color: rgba(0, 0, 0, 0.45);
|
|
770
|
+
}
|
|
771
|
+
.ant-picker-separator {
|
|
772
|
+
position: relative;
|
|
773
|
+
display: inline-block;
|
|
774
|
+
width: 1em;
|
|
775
|
+
height: 16px;
|
|
776
|
+
color: rgba(0, 0, 0, 0.25);
|
|
777
|
+
font-size: 16px;
|
|
778
|
+
vertical-align: top;
|
|
779
|
+
cursor: default;
|
|
780
|
+
}
|
|
781
|
+
.ant-picker-focused .ant-picker-separator {
|
|
782
|
+
color: rgba(0, 0, 0, 0.45);
|
|
783
|
+
}
|
|
784
|
+
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
|
|
785
|
+
cursor: not-allowed;
|
|
786
|
+
}
|
|
787
|
+
.ant-picker-range {
|
|
788
|
+
position: relative;
|
|
789
|
+
display: -webkit-inline-box;
|
|
790
|
+
display: -ms-inline-flexbox;
|
|
791
|
+
display: inline-flex;
|
|
792
|
+
}
|
|
793
|
+
.ant-picker-range .ant-picker-clear {
|
|
794
|
+
right: 11px;
|
|
795
|
+
}
|
|
796
|
+
.ant-picker-range:hover .ant-picker-clear {
|
|
797
|
+
opacity: 1;
|
|
798
|
+
}
|
|
799
|
+
.ant-picker-range .ant-picker-active-bar {
|
|
800
|
+
bottom: -1px;
|
|
801
|
+
height: 2px;
|
|
802
|
+
margin-left: 11px;
|
|
803
|
+
background: #1890ff;
|
|
804
|
+
opacity: 0;
|
|
805
|
+
-webkit-transition: all 0.3s ease-out;
|
|
806
|
+
transition: all 0.3s ease-out;
|
|
807
|
+
pointer-events: none;
|
|
808
|
+
}
|
|
809
|
+
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
|
|
810
|
+
opacity: 1;
|
|
811
|
+
}
|
|
812
|
+
.ant-picker-range-separator {
|
|
813
|
+
-webkit-box-align: center;
|
|
814
|
+
-ms-flex-align: center;
|
|
815
|
+
align-items: center;
|
|
816
|
+
padding: 0 8px;
|
|
817
|
+
line-height: 1;
|
|
818
|
+
}
|
|
819
|
+
.ant-picker-range.ant-picker-small .ant-picker-clear {
|
|
820
|
+
right: 7px;
|
|
821
|
+
}
|
|
822
|
+
.ant-picker-dropdown {
|
|
823
|
+
-webkit-box-sizing: border-box;
|
|
824
|
+
box-sizing: border-box;
|
|
825
|
+
margin: 0;
|
|
826
|
+
padding: 0;
|
|
827
|
+
color: rgba(0, 0, 0, 0.65);
|
|
828
|
+
font-size: 14px;
|
|
829
|
+
font-variant: tabular-nums;
|
|
830
|
+
line-height: 1.5715;
|
|
831
|
+
list-style: none;
|
|
832
|
+
-webkit-font-feature-settings: 'tnum';
|
|
833
|
+
font-feature-settings: 'tnum';
|
|
834
|
+
position: absolute;
|
|
835
|
+
z-index: 1050;
|
|
836
|
+
}
|
|
837
|
+
.ant-picker-dropdown-hidden {
|
|
838
|
+
display: none;
|
|
839
|
+
}
|
|
840
|
+
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
|
|
841
|
+
top: 1.66666667px;
|
|
842
|
+
display: block;
|
|
843
|
+
-webkit-transform: rotate(-45deg);
|
|
844
|
+
transform: rotate(-45deg);
|
|
845
|
+
}
|
|
846
|
+
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
|
|
847
|
+
bottom: 1.66666667px;
|
|
848
|
+
display: block;
|
|
849
|
+
-webkit-transform: rotate(135deg);
|
|
850
|
+
transform: rotate(135deg);
|
|
851
|
+
}
|
|
852
|
+
.ant-picker-dropdown-range {
|
|
853
|
+
padding: 6.66666667px 0;
|
|
854
|
+
}
|
|
855
|
+
.ant-picker-dropdown-range-hidden {
|
|
856
|
+
display: none;
|
|
857
|
+
}
|
|
858
|
+
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
|
|
859
|
+
padding-top: 4px;
|
|
860
|
+
}
|
|
861
|
+
.ant-picker-ranges {
|
|
862
|
+
margin-bottom: 0;
|
|
863
|
+
padding: 4px 12px;
|
|
864
|
+
overflow: hidden;
|
|
865
|
+
line-height: 34px;
|
|
866
|
+
text-align: left;
|
|
867
|
+
list-style: none;
|
|
868
|
+
}
|
|
869
|
+
.ant-picker-ranges > li {
|
|
870
|
+
display: inline-block;
|
|
871
|
+
}
|
|
872
|
+
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
|
|
873
|
+
color: #1890ff;
|
|
874
|
+
background: #e6f7ff;
|
|
875
|
+
border-color: #91d5ff;
|
|
876
|
+
cursor: pointer;
|
|
877
|
+
}
|
|
878
|
+
.ant-picker-ranges .ant-picker-ok {
|
|
879
|
+
float: right;
|
|
880
|
+
margin-left: 8px;
|
|
881
|
+
}
|
|
882
|
+
.ant-picker-range-wrapper {
|
|
883
|
+
display: -webkit-box;
|
|
884
|
+
display: -ms-flexbox;
|
|
885
|
+
display: flex;
|
|
886
|
+
}
|
|
887
|
+
.ant-picker-range-arrow {
|
|
888
|
+
position: absolute;
|
|
889
|
+
z-index: 1;
|
|
890
|
+
display: none;
|
|
891
|
+
width: 10px;
|
|
892
|
+
height: 10px;
|
|
893
|
+
margin-left: 16.5px;
|
|
894
|
+
-webkit-box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
|
|
895
|
+
box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
|
|
896
|
+
-webkit-transition: left 0.3s ease-out;
|
|
897
|
+
transition: left 0.3s ease-out;
|
|
898
|
+
}
|
|
899
|
+
.ant-picker-range-arrow::after {
|
|
900
|
+
position: absolute;
|
|
901
|
+
top: 1px;
|
|
902
|
+
right: 1px;
|
|
903
|
+
width: 10px;
|
|
904
|
+
height: 10px;
|
|
905
|
+
border: 5px solid #f0f0f0;
|
|
906
|
+
border-color: #fff #fff transparent transparent;
|
|
907
|
+
content: '';
|
|
908
|
+
}
|
|
909
|
+
.ant-picker-panel-container {
|
|
910
|
+
overflow: hidden;
|
|
911
|
+
vertical-align: top;
|
|
912
|
+
background: #fff;
|
|
913
|
+
border-radius: 2px;
|
|
914
|
+
-webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
915
|
+
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
916
|
+
-webkit-transition: margin 0.3s;
|
|
917
|
+
transition: margin 0.3s;
|
|
918
|
+
}
|
|
919
|
+
.ant-picker-panel-container .ant-picker-panels {
|
|
920
|
+
display: -webkit-inline-box;
|
|
921
|
+
display: -ms-inline-flexbox;
|
|
922
|
+
display: inline-flex;
|
|
923
|
+
-ms-flex-wrap: nowrap;
|
|
924
|
+
flex-wrap: nowrap;
|
|
925
|
+
direction: ltr;
|
|
926
|
+
}
|
|
927
|
+
.ant-picker-panel-container .ant-picker-panel {
|
|
928
|
+
vertical-align: top;
|
|
929
|
+
background: transparent;
|
|
930
|
+
border-width: 0 0 1px 0;
|
|
931
|
+
border-radius: 0;
|
|
932
|
+
}
|
|
933
|
+
.ant-picker-panel-container .ant-picker-panel-focused {
|
|
934
|
+
border-color: #f0f0f0;
|
|
935
|
+
}
|
|
936
|
+
.ant-picker-rtl {
|
|
937
|
+
direction: rtl;
|
|
938
|
+
}
|
|
939
|
+
.ant-picker-rtl .ant-picker-suffix {
|
|
940
|
+
margin-right: 4px;
|
|
941
|
+
margin-left: 0;
|
|
942
|
+
}
|
|
943
|
+
.ant-picker-rtl .ant-picker-clear {
|
|
944
|
+
right: auto;
|
|
945
|
+
left: 0;
|
|
946
|
+
}
|
|
947
|
+
.ant-picker-rtl .ant-picker-separator {
|
|
948
|
+
-webkit-transform: rotate(180deg);
|
|
949
|
+
transform: rotate(180deg);
|
|
950
|
+
}
|
|
951
|
+
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
|
|
952
|
+
margin-right: 8px;
|
|
953
|
+
margin-left: 0;
|
|
954
|
+
}
|
|
955
|
+
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
|
|
956
|
+
right: auto;
|
|
957
|
+
left: 11px;
|
|
958
|
+
}
|
|
959
|
+
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
|
|
960
|
+
margin-right: 11px;
|
|
961
|
+
margin-left: 0;
|
|
962
|
+
}
|
|
963
|
+
.ant-picker-dropdown-rtl .ant-picker-ranges {
|
|
964
|
+
text-align: right;
|
|
965
|
+
}
|
|
966
|
+
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
|
|
967
|
+
float: left;
|
|
968
|
+
margin-right: 8px;
|
|
969
|
+
margin-left: 0;
|
|
970
|
+
}
|
|
971
|
+
.ant-picker-panel-rtl {
|
|
972
|
+
direction: rtl;
|
|
973
|
+
}
|
|
974
|
+
.ant-picker-panel-rtl .ant-picker-prev-icon,
|
|
975
|
+
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
|
|
976
|
+
-webkit-transform: rotate(135deg);
|
|
977
|
+
transform: rotate(135deg);
|
|
978
|
+
}
|
|
979
|
+
.ant-picker-panel-rtl .ant-picker-next-icon,
|
|
980
|
+
.ant-picker-panel-rtl .ant-picker-super-next-icon {
|
|
981
|
+
-webkit-transform: rotate(-45deg);
|
|
982
|
+
transform: rotate(-45deg);
|
|
983
|
+
}
|
|
984
|
+
.ant-picker-cell .ant-picker-cell-inner {
|
|
985
|
+
position: relative;
|
|
986
|
+
z-index: 2;
|
|
987
|
+
display: inline-block;
|
|
988
|
+
min-width: 24px;
|
|
989
|
+
height: 24px;
|
|
990
|
+
line-height: 24px;
|
|
991
|
+
border-radius: 2px;
|
|
992
|
+
-webkit-transition: background 0.3s, border 0.3s;
|
|
993
|
+
transition: background 0.3s, border 0.3s;
|
|
994
|
+
}
|
|
995
|
+
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
|
|
996
|
+
right: 50%;
|
|
997
|
+
left: 0;
|
|
998
|
+
}
|
|
999
|
+
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
|
|
1000
|
+
right: 0;
|
|
1001
|
+
left: 50%;
|
|
1002
|
+
}
|
|
1003
|
+
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
|
|
1004
|
+
right: 0;
|
|
1005
|
+
left: -7px;
|
|
1006
|
+
}
|
|
1007
|
+
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
|
|
1008
|
+
right: -7px;
|
|
1009
|
+
left: 0;
|
|
1010
|
+
}
|
|
1011
|
+
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
|
|
1012
|
+
right: 0;
|
|
1013
|
+
left: 50%;
|
|
1014
|
+
}
|
|
1015
|
+
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
|
|
1016
|
+
right: 50%;
|
|
1017
|
+
left: 0;
|
|
1018
|
+
}
|
|
1019
|
+
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
|
|
1020
|
+
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
|
|
1021
|
+
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
|
|
1022
|
+
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
|
1023
|
+
right: 6px;
|
|
1024
|
+
left: 0;
|
|
1025
|
+
border-right: 1px dashed #7ec1ff;
|
|
1026
|
+
border-left: none;
|
|
1027
|
+
border-top-left-radius: 0;
|
|
1028
|
+
border-top-right-radius: 2px;
|
|
1029
|
+
border-bottom-right-radius: 2px;
|
|
1030
|
+
border-bottom-left-radius: 0;
|
|
1031
|
+
}
|
|
1032
|
+
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
|
|
1033
|
+
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
|
1034
|
+
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
|
|
1035
|
+
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
|
|
1036
|
+
right: 0;
|
|
1037
|
+
left: 6px;
|
|
1038
|
+
border-right: none;
|
|
1039
|
+
border-left: 1px dashed #7ec1ff;
|
|
1040
|
+
border-top-left-radius: 2px;
|
|
1041
|
+
border-top-right-radius: 0;
|
|
1042
|
+
border-bottom-right-radius: 0;
|
|
1043
|
+
border-bottom-left-radius: 2px;
|
|
1044
|
+
}
|
|
1045
|
+
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
|
1046
|
+
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
|
|
1047
|
+
right: 6px;
|
|
1048
|
+
border-right: 1px dashed #7ec1ff;
|
|
1049
|
+
border-top-right-radius: 2px;
|
|
1050
|
+
border-bottom-right-radius: 2px;
|
|
1051
|
+
}
|
|
1052
|
+
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after {
|
|
1053
|
+
left: 6px;
|
|
1054
|
+
border-left: 1px dashed #7ec1ff;
|
|
1055
|
+
border-top-left-radius: 2px;
|
|
1056
|
+
border-bottom-left-radius: 2px;
|
|
1057
|
+
}
|
|
1058
|
+
.ant-picker-panel-rtl .ant-picker-time-panel {
|
|
1059
|
+
direction: ltr;
|
|
1060
|
+
}
|