@cloudtower/eagle 0.24.15 → 0.24.16
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/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/locale/ar_EG.d.ts +2 -0
- package/antd/es/calendar/locale/ar_EG.js +2 -0
- package/antd/es/calendar/locale/az_AZ.d.ts +2 -0
- package/antd/es/calendar/locale/az_AZ.js +2 -0
- package/antd/es/calendar/locale/bg_BG.d.ts +2 -0
- package/antd/es/calendar/locale/bg_BG.js +2 -0
- package/antd/es/calendar/locale/ca_ES.d.ts +2 -0
- package/antd/es/calendar/locale/ca_ES.js +2 -0
- package/antd/es/calendar/locale/cs_CZ.d.ts +2 -0
- package/antd/es/calendar/locale/cs_CZ.js +2 -0
- package/antd/es/calendar/locale/da_DK.d.ts +2 -0
- package/antd/es/calendar/locale/da_DK.js +2 -0
- package/antd/es/calendar/locale/de_DE.d.ts +2 -0
- package/antd/es/calendar/locale/de_DE.js +2 -0
- package/antd/es/calendar/locale/el_GR.d.ts +2 -0
- package/antd/es/calendar/locale/el_GR.js +2 -0
- package/antd/es/calendar/locale/en_GB.d.ts +2 -0
- package/antd/es/calendar/locale/en_GB.js +2 -0
- package/antd/es/calendar/locale/en_US.d.ts +2 -0
- package/antd/es/calendar/locale/en_US.js +2 -0
- package/antd/es/calendar/locale/es_ES.d.ts +2 -0
- package/antd/es/calendar/locale/es_ES.js +2 -0
- package/antd/es/calendar/locale/et_EE.d.ts +2 -0
- package/antd/es/calendar/locale/et_EE.js +2 -0
- package/antd/es/calendar/locale/fa_IR.d.ts +2 -0
- package/antd/es/calendar/locale/fa_IR.js +2 -0
- package/antd/es/calendar/locale/fi_FI.d.ts +2 -0
- package/antd/es/calendar/locale/fi_FI.js +2 -0
- package/antd/es/calendar/locale/fr_BE.d.ts +2 -0
- package/antd/es/calendar/locale/fr_BE.js +2 -0
- package/antd/es/calendar/locale/fr_FR.d.ts +2 -0
- package/antd/es/calendar/locale/fr_FR.js +2 -0
- package/antd/es/calendar/locale/ga_IE.d.ts +2 -0
- package/antd/es/calendar/locale/ga_IE.js +2 -0
- package/antd/es/calendar/locale/he_IL.d.ts +2 -0
- package/antd/es/calendar/locale/he_IL.js +2 -0
- package/antd/es/calendar/locale/hi_IN.d.ts +2 -0
- package/antd/es/calendar/locale/hi_IN.js +2 -0
- package/antd/es/calendar/locale/hr_HR.d.ts +2 -0
- package/antd/es/calendar/locale/hr_HR.js +2 -0
- package/antd/es/calendar/locale/hu_HU.d.ts +2 -0
- package/antd/es/calendar/locale/hu_HU.js +2 -0
- package/antd/es/calendar/locale/id_ID.d.ts +2 -0
- package/antd/es/calendar/locale/id_ID.js +2 -0
- package/antd/es/calendar/locale/is_IS.d.ts +2 -0
- package/antd/es/calendar/locale/is_IS.js +2 -0
- package/antd/es/calendar/locale/it_IT.d.ts +2 -0
- package/antd/es/calendar/locale/it_IT.js +2 -0
- package/antd/es/calendar/locale/ja_JP.d.ts +2 -0
- package/antd/es/calendar/locale/ja_JP.js +2 -0
- package/antd/es/calendar/locale/kn_IN.d.ts +2 -0
- package/antd/es/calendar/locale/kn_IN.js +2 -0
- package/antd/es/calendar/locale/ko_KR.d.ts +2 -0
- package/antd/es/calendar/locale/ko_KR.js +2 -0
- package/antd/es/calendar/locale/ku_IQ.d.ts +2 -0
- package/antd/es/calendar/locale/ku_IQ.js +2 -0
- package/antd/es/calendar/locale/lv_LV.d.ts +2 -0
- package/antd/es/calendar/locale/lv_LV.js +2 -0
- package/antd/es/calendar/locale/mk_MK.d.ts +2 -0
- package/antd/es/calendar/locale/mk_MK.js +2 -0
- package/antd/es/calendar/locale/mn_MN.d.ts +2 -0
- package/antd/es/calendar/locale/mn_MN.js +2 -0
- package/antd/es/calendar/locale/ms_MY.d.ts +2 -0
- package/antd/es/calendar/locale/ms_MY.js +2 -0
- package/antd/es/calendar/locale/nb_NO.d.ts +2 -0
- package/antd/es/calendar/locale/nb_NO.js +2 -0
- package/antd/es/calendar/locale/nl_BE.d.ts +2 -0
- package/antd/es/calendar/locale/nl_BE.js +2 -0
- package/antd/es/calendar/locale/nl_NL.d.ts +2 -0
- package/antd/es/calendar/locale/nl_NL.js +2 -0
- package/antd/es/calendar/locale/pl_PL.d.ts +2 -0
- package/antd/es/calendar/locale/pl_PL.js +2 -0
- package/antd/es/calendar/locale/pt_BR.d.ts +2 -0
- package/antd/es/calendar/locale/pt_BR.js +2 -0
- package/antd/es/calendar/locale/pt_PT.d.ts +2 -0
- package/antd/es/calendar/locale/pt_PT.js +2 -0
- package/antd/es/calendar/locale/ro_RO.d.ts +2 -0
- package/antd/es/calendar/locale/ro_RO.js +2 -0
- package/antd/es/calendar/locale/ru_RU.d.ts +2 -0
- package/antd/es/calendar/locale/ru_RU.js +2 -0
- package/antd/es/calendar/locale/sk_SK.d.ts +2 -0
- package/antd/es/calendar/locale/sk_SK.js +2 -0
- package/antd/es/calendar/locale/sl_SI.d.ts +2 -0
- package/antd/es/calendar/locale/sl_SI.js +2 -0
- package/antd/es/calendar/locale/sr_RS.d.ts +2 -0
- package/antd/es/calendar/locale/sr_RS.js +2 -0
- package/antd/es/calendar/locale/sv_SE.d.ts +2 -0
- package/antd/es/calendar/locale/sv_SE.js +2 -0
- package/antd/es/calendar/locale/ta_IN.d.ts +2 -0
- package/antd/es/calendar/locale/ta_IN.js +2 -0
- package/antd/es/calendar/locale/th_TH.d.ts +2 -0
- package/antd/es/calendar/locale/th_TH.js +2 -0
- package/antd/es/calendar/locale/tr_TR.d.ts +2 -0
- package/antd/es/calendar/locale/tr_TR.js +2 -0
- package/antd/es/calendar/locale/uk_UA.d.ts +2 -0
- package/antd/es/calendar/locale/uk_UA.js +2 -0
- package/antd/es/calendar/locale/vi_VN.d.ts +2 -0
- package/antd/es/calendar/locale/vi_VN.js +2 -0
- package/antd/es/calendar/locale/zh_CN.d.ts +2 -0
- package/antd/es/calendar/locale/zh_CN.js +2 -0
- package/antd/es/calendar/locale/zh_TW.d.ts +2 -0
- package/antd/es/calendar/locale/zh_TW.js +2 -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/locale/ar_EG.d.ts +3 -0
- package/antd/es/date-picker/locale/ar_EG.js +18 -0
- package/antd/es/date-picker/locale/az_AZ.d.ts +3 -0
- package/antd/es/date-picker/locale/az_AZ.js +11 -0
- package/antd/es/date-picker/locale/bg_BG.d.ts +3 -0
- package/antd/es/date-picker/locale/bg_BG.js +14 -0
- package/antd/es/date-picker/locale/ca_ES.d.ts +3 -0
- package/antd/es/date-picker/locale/ca_ES.js +14 -0
- package/antd/es/date-picker/locale/cs_CZ.d.ts +3 -0
- package/antd/es/date-picker/locale/cs_CZ.js +14 -0
- package/antd/es/date-picker/locale/da_DK.d.ts +3 -0
- package/antd/es/date-picker/locale/da_DK.js +14 -0
- package/antd/es/date-picker/locale/de_DE.d.ts +3 -0
- package/antd/es/date-picker/locale/de_DE.js +14 -0
- package/antd/es/date-picker/locale/el_GR.d.ts +3 -0
- package/antd/es/date-picker/locale/el_GR.js +14 -0
- package/antd/es/date-picker/locale/en_GB.d.ts +3 -0
- package/antd/es/date-picker/locale/en_GB.js +14 -0
- package/antd/es/date-picker/locale/en_US.d.ts +3 -0
- package/antd/es/date-picker/locale/en_US.js +21 -0
- package/antd/es/date-picker/locale/es_ES.d.ts +3 -0
- package/antd/es/date-picker/locale/es_ES.js +14 -0
- package/antd/es/date-picker/locale/et_EE.d.ts +3 -0
- package/antd/es/date-picker/locale/et_EE.js +14 -0
- package/antd/es/date-picker/locale/fa_IR.d.ts +3 -0
- package/antd/es/date-picker/locale/fa_IR.js +14 -0
- package/antd/es/date-picker/locale/fi_FI.d.ts +3 -0
- package/antd/es/date-picker/locale/fi_FI.js +14 -0
- package/antd/es/date-picker/locale/fr_BE.d.ts +3 -0
- package/antd/es/date-picker/locale/fr_BE.js +14 -0
- package/antd/es/date-picker/locale/fr_FR.d.ts +3 -0
- package/antd/es/date-picker/locale/fr_FR.js +21 -0
- package/antd/es/date-picker/locale/ga_IE.d.ts +3 -0
- package/antd/es/date-picker/locale/ga_IE.js +21 -0
- package/antd/es/date-picker/locale/he_IL.d.ts +3 -0
- package/antd/es/date-picker/locale/he_IL.js +14 -0
- package/antd/es/date-picker/locale/hi_IN.d.ts +3 -0
- package/antd/es/date-picker/locale/hi_IN.js +14 -0
- package/antd/es/date-picker/locale/hr_HR.d.ts +3 -0
- package/antd/es/date-picker/locale/hr_HR.js +14 -0
- package/antd/es/date-picker/locale/hu_HU.d.ts +3 -0
- package/antd/es/date-picker/locale/hu_HU.js +14 -0
- package/antd/es/date-picker/locale/id_ID.d.ts +3 -0
- package/antd/es/date-picker/locale/id_ID.js +14 -0
- package/antd/es/date-picker/locale/is_IS.d.ts +3 -0
- package/antd/es/date-picker/locale/is_IS.js +14 -0
- package/antd/es/date-picker/locale/it_IT.d.ts +3 -0
- package/antd/es/date-picker/locale/it_IT.js +14 -0
- package/antd/es/date-picker/locale/ja_JP.d.ts +3 -0
- package/antd/es/date-picker/locale/ja_JP.js +14 -0
- package/antd/es/date-picker/locale/kn_IN.d.ts +3 -0
- package/antd/es/date-picker/locale/kn_IN.js +14 -0
- package/antd/es/date-picker/locale/ko_KR.d.ts +3 -0
- package/antd/es/date-picker/locale/ko_KR.js +14 -0
- package/antd/es/date-picker/locale/ku_IQ.d.ts +3 -0
- package/antd/es/date-picker/locale/ku_IQ.js +14 -0
- package/antd/es/date-picker/locale/lv_LV.d.ts +3 -0
- package/antd/es/date-picker/locale/lv_LV.js +14 -0
- package/antd/es/date-picker/locale/mk_MK.d.ts +3 -0
- package/antd/es/date-picker/locale/mk_MK.js +14 -0
- package/antd/es/date-picker/locale/mn_MN.d.ts +3 -0
- package/antd/es/date-picker/locale/mn_MN.js +14 -0
- package/antd/es/date-picker/locale/ms_MY.d.ts +3 -0
- package/antd/es/date-picker/locale/ms_MY.js +14 -0
- package/antd/es/date-picker/locale/nb_NO.d.ts +3 -0
- package/antd/es/date-picker/locale/nb_NO.js +21 -0
- package/antd/es/date-picker/locale/nl_BE.d.ts +3 -0
- package/antd/es/date-picker/locale/nl_BE.js +14 -0
- package/antd/es/date-picker/locale/nl_NL.d.ts +3 -0
- package/antd/es/date-picker/locale/nl_NL.js +14 -0
- package/antd/es/date-picker/locale/pl_PL.d.ts +3 -0
- package/antd/es/date-picker/locale/pl_PL.js +14 -0
- package/antd/es/date-picker/locale/pt_BR.d.ts +3 -0
- package/antd/es/date-picker/locale/pt_BR.js +14 -0
- package/antd/es/date-picker/locale/pt_PT.d.ts +3 -0
- package/antd/es/date-picker/locale/pt_PT.js +42 -0
- package/antd/es/date-picker/locale/ro_RO.d.ts +3 -0
- package/antd/es/date-picker/locale/ro_RO.js +14 -0
- package/antd/es/date-picker/locale/ru_RU.d.ts +6 -0
- package/antd/es/date-picker/locale/ru_RU.js +18 -0
- package/antd/es/date-picker/locale/sk_SK.d.ts +3 -0
- package/antd/es/date-picker/locale/sk_SK.js +14 -0
- package/antd/es/date-picker/locale/sl_SI.d.ts +3 -0
- package/antd/es/date-picker/locale/sl_SI.js +40 -0
- package/antd/es/date-picker/locale/sr_RS.d.ts +3 -0
- package/antd/es/date-picker/locale/sr_RS.js +14 -0
- package/antd/es/date-picker/locale/sv_SE.d.ts +3 -0
- package/antd/es/date-picker/locale/sv_SE.js +14 -0
- package/antd/es/date-picker/locale/ta_IN.d.ts +3 -0
- package/antd/es/date-picker/locale/ta_IN.js +15 -0
- package/antd/es/date-picker/locale/th_TH.d.ts +3 -0
- package/antd/es/date-picker/locale/th_TH.js +14 -0
- package/antd/es/date-picker/locale/tr_TR.d.ts +3 -0
- package/antd/es/date-picker/locale/tr_TR.js +21 -0
- package/antd/es/date-picker/locale/uk_UA.d.ts +3 -0
- package/antd/es/date-picker/locale/uk_UA.js +14 -0
- package/antd/es/date-picker/locale/vi_VN.d.ts +3 -0
- package/antd/es/date-picker/locale/vi_VN.js +14 -0
- package/antd/es/date-picker/locale/zh_CN.d.ts +3 -0
- package/antd/es/date-picker/locale/zh_CN.js +23 -0
- package/antd/es/date-picker/locale/zh_TW.d.ts +3 -0
- package/antd/es/date-picker/locale/zh_TW.js +15 -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/locale/ar_EG.d.ts +3 -0
- package/antd/es/time-picker/locale/ar_EG.js +4 -0
- package/antd/es/time-picker/locale/az_AZ.d.ts +3 -0
- package/antd/es/time-picker/locale/az_AZ.js +4 -0
- package/antd/es/time-picker/locale/bg_BG.d.ts +3 -0
- package/antd/es/time-picker/locale/bg_BG.js +4 -0
- package/antd/es/time-picker/locale/ca_ES.d.ts +3 -0
- package/antd/es/time-picker/locale/ca_ES.js +4 -0
- package/antd/es/time-picker/locale/cs_CZ.d.ts +3 -0
- package/antd/es/time-picker/locale/cs_CZ.js +4 -0
- package/antd/es/time-picker/locale/da_DK.d.ts +3 -0
- package/antd/es/time-picker/locale/da_DK.js +4 -0
- package/antd/es/time-picker/locale/de_DE.d.ts +3 -0
- package/antd/es/time-picker/locale/de_DE.js +4 -0
- package/antd/es/time-picker/locale/el_GR.d.ts +3 -0
- package/antd/es/time-picker/locale/el_GR.js +4 -0
- package/antd/es/time-picker/locale/en_GB.d.ts +3 -0
- package/antd/es/time-picker/locale/en_GB.js +4 -0
- package/antd/es/time-picker/locale/en_US.d.ts +3 -0
- package/antd/es/time-picker/locale/en_US.js +5 -0
- package/antd/es/time-picker/locale/es_ES.d.ts +3 -0
- package/antd/es/time-picker/locale/es_ES.js +4 -0
- package/antd/es/time-picker/locale/et_EE.d.ts +3 -0
- package/antd/es/time-picker/locale/et_EE.js +4 -0
- package/antd/es/time-picker/locale/fa_IR.d.ts +3 -0
- package/antd/es/time-picker/locale/fa_IR.js +4 -0
- package/antd/es/time-picker/locale/fi_FI.d.ts +3 -0
- package/antd/es/time-picker/locale/fi_FI.js +4 -0
- package/antd/es/time-picker/locale/fr_BE.d.ts +3 -0
- package/antd/es/time-picker/locale/fr_BE.js +4 -0
- package/antd/es/time-picker/locale/fr_FR.d.ts +3 -0
- package/antd/es/time-picker/locale/fr_FR.js +5 -0
- package/antd/es/time-picker/locale/ga_IE.d.ts +3 -0
- package/antd/es/time-picker/locale/ga_IE.js +5 -0
- package/antd/es/time-picker/locale/he_IL.d.ts +3 -0
- package/antd/es/time-picker/locale/he_IL.js +4 -0
- package/antd/es/time-picker/locale/hi_IN.d.ts +3 -0
- package/antd/es/time-picker/locale/hi_IN.js +4 -0
- package/antd/es/time-picker/locale/hr_HR.d.ts +3 -0
- package/antd/es/time-picker/locale/hr_HR.js +4 -0
- package/antd/es/time-picker/locale/hu_HU.d.ts +3 -0
- package/antd/es/time-picker/locale/hu_HU.js +4 -0
- package/antd/es/time-picker/locale/id_ID.d.ts +3 -0
- package/antd/es/time-picker/locale/id_ID.js +4 -0
- package/antd/es/time-picker/locale/is_IS.d.ts +3 -0
- package/antd/es/time-picker/locale/is_IS.js +4 -0
- package/antd/es/time-picker/locale/it_IT.d.ts +3 -0
- package/antd/es/time-picker/locale/it_IT.js +4 -0
- package/antd/es/time-picker/locale/ja_JP.d.ts +3 -0
- package/antd/es/time-picker/locale/ja_JP.js +4 -0
- package/antd/es/time-picker/locale/kn_IN.d.ts +3 -0
- package/antd/es/time-picker/locale/kn_IN.js +4 -0
- package/antd/es/time-picker/locale/ko_KR.d.ts +3 -0
- package/antd/es/time-picker/locale/ko_KR.js +4 -0
- package/antd/es/time-picker/locale/ku_IQ.d.ts +3 -0
- package/antd/es/time-picker/locale/ku_IQ.js +4 -0
- package/antd/es/time-picker/locale/lv_LV.d.ts +3 -0
- package/antd/es/time-picker/locale/lv_LV.js +4 -0
- package/antd/es/time-picker/locale/mk_MK.d.ts +3 -0
- package/antd/es/time-picker/locale/mk_MK.js +4 -0
- package/antd/es/time-picker/locale/mn_MN.d.ts +3 -0
- package/antd/es/time-picker/locale/mn_MN.js +4 -0
- package/antd/es/time-picker/locale/ms_MY.d.ts +3 -0
- package/antd/es/time-picker/locale/ms_MY.js +4 -0
- package/antd/es/time-picker/locale/nb_NO.d.ts +3 -0
- package/antd/es/time-picker/locale/nb_NO.js +5 -0
- package/antd/es/time-picker/locale/nl_BE.d.ts +3 -0
- package/antd/es/time-picker/locale/nl_BE.js +4 -0
- package/antd/es/time-picker/locale/nl_NL.d.ts +3 -0
- package/antd/es/time-picker/locale/nl_NL.js +4 -0
- package/antd/es/time-picker/locale/pl_PL.d.ts +3 -0
- package/antd/es/time-picker/locale/pl_PL.js +4 -0
- package/antd/es/time-picker/locale/pt_BR.d.ts +3 -0
- package/antd/es/time-picker/locale/pt_BR.js +4 -0
- package/antd/es/time-picker/locale/pt_PT.d.ts +3 -0
- package/antd/es/time-picker/locale/pt_PT.js +4 -0
- package/antd/es/time-picker/locale/ro_RO.d.ts +3 -0
- package/antd/es/time-picker/locale/ro_RO.js +4 -0
- package/antd/es/time-picker/locale/ru_RU.d.ts +6 -0
- package/antd/es/time-picker/locale/ru_RU.js +4 -0
- package/antd/es/time-picker/locale/sk_SK.d.ts +3 -0
- package/antd/es/time-picker/locale/sk_SK.js +4 -0
- package/antd/es/time-picker/locale/sl_SI.d.ts +3 -0
- package/antd/es/time-picker/locale/sl_SI.js +4 -0
- package/antd/es/time-picker/locale/sr_RS.d.ts +3 -0
- package/antd/es/time-picker/locale/sr_RS.js +4 -0
- package/antd/es/time-picker/locale/sv_SE.d.ts +3 -0
- package/antd/es/time-picker/locale/sv_SE.js +4 -0
- package/antd/es/time-picker/locale/ta_IN.d.ts +3 -0
- package/antd/es/time-picker/locale/ta_IN.js +4 -0
- package/antd/es/time-picker/locale/th_TH.d.ts +3 -0
- package/antd/es/time-picker/locale/th_TH.js +4 -0
- package/antd/es/time-picker/locale/tr_TR.d.ts +3 -0
- package/antd/es/time-picker/locale/tr_TR.js +5 -0
- package/antd/es/time-picker/locale/uk_UA.d.ts +3 -0
- package/antd/es/time-picker/locale/uk_UA.js +4 -0
- package/antd/es/time-picker/locale/vi_VN.d.ts +3 -0
- package/antd/es/time-picker/locale/vi_VN.js +4 -0
- package/antd/es/time-picker/locale/zh_CN.d.ts +3 -0
- package/antd/es/time-picker/locale/zh_CN.js +5 -0
- package/antd/es/time-picker/locale/zh_TW.d.ts +3 -0
- package/antd/es/time-picker/locale/zh_TW.js +4 -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/components.css +268 -268
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +986 -986
- package/dist/umd/stats1.html +1 -1
- package/package.json +15 -10
- /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 → antd}/es/locale/ar_EG.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ar_EG.js +0 -0
- /package/{dist/antd → antd}/es/locale/az_AZ.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/az_AZ.js +0 -0
- /package/{dist/antd → antd}/es/locale/bg_BG.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/bg_BG.js +0 -0
- /package/{dist/antd → antd}/es/locale/ca_ES.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ca_ES.js +0 -0
- /package/{dist/antd → antd}/es/locale/cs_CZ.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/cs_CZ.js +0 -0
- /package/{dist/antd → antd}/es/locale/da_DK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/da_DK.js +0 -0
- /package/{dist/antd → antd}/es/locale/de_DE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/de_DE.js +0 -0
- /package/{dist/antd → antd}/es/locale/default.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/default.js +0 -0
- /package/{dist/antd → antd}/es/locale/el_GR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/el_GR.js +0 -0
- /package/{dist/antd → antd}/es/locale/en_GB.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/en_GB.js +0 -0
- /package/{dist/antd → antd}/es/locale/en_US.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/en_US.js +0 -0
- /package/{dist/antd → antd}/es/locale/es_ES.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/es_ES.js +0 -0
- /package/{dist/antd → antd}/es/locale/et_EE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/et_EE.js +0 -0
- /package/{dist/antd → antd}/es/locale/fa_IR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fa_IR.js +0 -0
- /package/{dist/antd → antd}/es/locale/fi_FI.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fi_FI.js +0 -0
- /package/{dist/antd → antd}/es/locale/fr_BE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fr_BE.js +0 -0
- /package/{dist/antd → antd}/es/locale/fr_FR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fr_FR.js +0 -0
- /package/{dist/antd → antd}/es/locale/ga_IE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ga_IE.js +0 -0
- /package/{dist/antd → antd}/es/locale/he_IL.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/he_IL.js +0 -0
- /package/{dist/antd → antd}/es/locale/hi_IN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hi_IN.js +0 -0
- /package/{dist/antd → antd}/es/locale/hr_HR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hr_HR.js +0 -0
- /package/{dist/antd → antd}/es/locale/hu_HU.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hu_HU.js +0 -0
- /package/{dist/antd → antd}/es/locale/hy_AM.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hy_AM.js +0 -0
- /package/{dist/antd → antd}/es/locale/id_ID.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/id_ID.js +0 -0
- /package/{dist/antd → antd}/es/locale/is_IS.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/is_IS.js +0 -0
- /package/{dist/antd → antd}/es/locale/it_IT.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/it_IT.js +0 -0
- /package/{dist/antd → antd}/es/locale/ja_JP.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ja_JP.js +0 -0
- /package/{dist/antd → antd}/es/locale/kn_IN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/kn_IN.js +0 -0
- /package/{dist/antd → antd}/es/locale/ko_KR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ko_KR.js +0 -0
- /package/{dist/antd → antd}/es/locale/ku_IQ.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ku_IQ.js +0 -0
- /package/{dist/antd → antd}/es/locale/lv_LV.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/lv_LV.js +0 -0
- /package/{dist/antd → antd}/es/locale/mk_MK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/mk_MK.js +0 -0
- /package/{dist/antd → antd}/es/locale/mn_MN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/mn_MN.js +0 -0
- /package/{dist/antd → antd}/es/locale/ms_MY.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ms_MY.js +0 -0
- /package/{dist/antd → antd}/es/locale/nb_NO.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/nb_NO.js +0 -0
- /package/{dist/antd → antd}/es/locale/ne_NP.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ne_NP.js +0 -0
- /package/{dist/antd → antd}/es/locale/nl_BE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/nl_BE.js +0 -0
- /package/{dist/antd → antd}/es/locale/nl_NL.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/nl_NL.js +0 -0
- /package/{dist/antd → antd}/es/locale/pl_PL.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/pl_PL.js +0 -0
- /package/{dist/antd → antd}/es/locale/pt_BR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/pt_BR.js +0 -0
- /package/{dist/antd → antd}/es/locale/pt_PT.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/pt_PT.js +0 -0
- /package/{dist/antd → antd}/es/locale/ro_RO.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ro_RO.js +0 -0
- /package/{dist/antd → antd}/es/locale/ru_RU.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ru_RU.js +0 -0
- /package/{dist/antd → antd}/es/locale/sk_SK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sk_SK.js +0 -0
- /package/{dist/antd → antd}/es/locale/sl_SI.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sl_SI.js +0 -0
- /package/{dist/antd → antd}/es/locale/sr_RS.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sr_RS.js +0 -0
- /package/{dist/antd → antd}/es/locale/sv_SE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sv_SE.js +0 -0
- /package/{dist/antd → antd}/es/locale/ta_IN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ta_IN.js +0 -0
- /package/{dist/antd → antd}/es/locale/th_TH.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/th_TH.js +0 -0
- /package/{dist/antd → antd}/es/locale/tr_TR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/tr_TR.js +0 -0
- /package/{dist/antd → antd}/es/locale/uk_UA.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/uk_UA.js +0 -0
- /package/{dist/antd → antd}/es/locale/vi_VN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/vi_VN.js +0 -0
- /package/{dist/antd → antd}/es/locale/zh_CN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/zh_CN.js +0 -0
- /package/{dist/antd → antd}/es/locale/zh_HK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/zh_HK.js +0 -0
- /package/{dist/antd → antd}/es/locale/zh_TW.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/zh_TW.js +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,348 @@
|
|
|
1
|
+
@import '../../style/themes/index';
|
|
2
|
+
@import '../../style/mixins/index';
|
|
3
|
+
|
|
4
|
+
@radio-prefix-cls: ~'@{ant-prefix}-radio';
|
|
5
|
+
@radio-group-prefix-cls: ~'@{radio-prefix-cls}-group';
|
|
6
|
+
@radio-inner-prefix-cls: ~'@{radio-prefix-cls}-inner';
|
|
7
|
+
@radio-duration: 0.3s;
|
|
8
|
+
@radio-focus-shadow: 0 0 0 3px fade(@radio-dot-color, 8%);
|
|
9
|
+
@radio-button-focus-shadow: @radio-focus-shadow;
|
|
10
|
+
|
|
11
|
+
.@{radio-group-prefix-cls} {
|
|
12
|
+
.reset-component;
|
|
13
|
+
|
|
14
|
+
display: inline-block;
|
|
15
|
+
font-size: 0;
|
|
16
|
+
line-height: unset;
|
|
17
|
+
|
|
18
|
+
.@{ant-prefix}-badge-count {
|
|
19
|
+
z-index: 1;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
> .@{ant-prefix}-badge:not(:first-child) > .@{radio-prefix-cls}-button-wrapper {
|
|
23
|
+
border-left: none;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// 一般状态
|
|
28
|
+
.@{radio-prefix-cls}-wrapper {
|
|
29
|
+
.reset-component;
|
|
30
|
+
|
|
31
|
+
position: relative;
|
|
32
|
+
display: inline-block;
|
|
33
|
+
margin-right: @radio-wrapper-margin-right;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.@{radio-prefix-cls} {
|
|
39
|
+
.reset-component;
|
|
40
|
+
|
|
41
|
+
position: relative;
|
|
42
|
+
top: @radio-top;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
line-height: 1;
|
|
45
|
+
white-space: nowrap;
|
|
46
|
+
vertical-align: sub;
|
|
47
|
+
outline: none;
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
|
|
50
|
+
.@{radio-prefix-cls}-wrapper:hover &,
|
|
51
|
+
&:hover .@{radio-inner-prefix-cls},
|
|
52
|
+
&-input:focus + .@{radio-inner-prefix-cls} {
|
|
53
|
+
border-color: @radio-dot-color;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&-input:focus + .@{radio-inner-prefix-cls} {
|
|
57
|
+
box-shadow: @radio-focus-shadow;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&-checked::after {
|
|
61
|
+
position: absolute;
|
|
62
|
+
top: 0;
|
|
63
|
+
left: 0;
|
|
64
|
+
width: 100%;
|
|
65
|
+
height: 100%;
|
|
66
|
+
border: 1px solid @radio-dot-color;
|
|
67
|
+
border-radius: 50%;
|
|
68
|
+
visibility: hidden;
|
|
69
|
+
animation: antRadioEffect 0.36s ease-in-out;
|
|
70
|
+
animation-fill-mode: both;
|
|
71
|
+
content: '';
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&:hover::after,
|
|
75
|
+
.@{radio-prefix-cls}-wrapper:hover &::after {
|
|
76
|
+
visibility: visible;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&-inner {
|
|
80
|
+
&::after {
|
|
81
|
+
@radio-dot-size: @radio-size - 8px;
|
|
82
|
+
|
|
83
|
+
position: absolute;
|
|
84
|
+
top: (@radio-size - @radio-dot-size) / 2 - 1px;
|
|
85
|
+
left: (@radio-size - @radio-dot-size) / 2 - 1px;
|
|
86
|
+
display: table;
|
|
87
|
+
width: @radio-dot-size;
|
|
88
|
+
height: @radio-dot-size;
|
|
89
|
+
background-color: @radio-dot-color;
|
|
90
|
+
border-top: 0;
|
|
91
|
+
border-left: 0;
|
|
92
|
+
border-radius: @radio-dot-size;
|
|
93
|
+
transform: scale(0);
|
|
94
|
+
opacity: 0;
|
|
95
|
+
transition: all @radio-duration @ease-in-out-circ;
|
|
96
|
+
content: ' ';
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
position: relative;
|
|
100
|
+
top: 0;
|
|
101
|
+
left: 0;
|
|
102
|
+
display: block;
|
|
103
|
+
width: @radio-size;
|
|
104
|
+
height: @radio-size;
|
|
105
|
+
background-color: @radio-button-bg;
|
|
106
|
+
border-color: @border-color-base;
|
|
107
|
+
border-style: solid;
|
|
108
|
+
border-width: 1px;
|
|
109
|
+
border-radius: 100px;
|
|
110
|
+
transition: all @radio-duration;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&-input {
|
|
114
|
+
position: absolute;
|
|
115
|
+
top: 0;
|
|
116
|
+
right: 0;
|
|
117
|
+
bottom: 0;
|
|
118
|
+
left: 0;
|
|
119
|
+
z-index: 1;
|
|
120
|
+
cursor: pointer;
|
|
121
|
+
opacity: 0;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// 选中状态
|
|
126
|
+
.@{radio-prefix-cls}-checked {
|
|
127
|
+
.@{radio-inner-prefix-cls} {
|
|
128
|
+
border-color: @radio-dot-color;
|
|
129
|
+
&::after {
|
|
130
|
+
transform: scale(1);
|
|
131
|
+
opacity: 1;
|
|
132
|
+
transition: all @radio-duration @ease-in-out-circ;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.@{radio-prefix-cls}-disabled {
|
|
138
|
+
.@{radio-inner-prefix-cls} {
|
|
139
|
+
background-color: @input-disabled-bg;
|
|
140
|
+
border-color: @border-color-base !important;
|
|
141
|
+
cursor: not-allowed;
|
|
142
|
+
&::after {
|
|
143
|
+
background-color: @radio-dot-disabled-color;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.@{radio-prefix-cls}-input {
|
|
148
|
+
cursor: not-allowed;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
& + span {
|
|
152
|
+
color: @disabled-color;
|
|
153
|
+
cursor: not-allowed;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
span.@{radio-prefix-cls} + * {
|
|
158
|
+
padding-right: 8px;
|
|
159
|
+
padding-left: 8px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.@{radio-prefix-cls}-button-wrapper {
|
|
163
|
+
position: relative;
|
|
164
|
+
display: inline-block;
|
|
165
|
+
height: @btn-height-base;
|
|
166
|
+
margin: 0;
|
|
167
|
+
padding: 0 @padding-md - 1px;
|
|
168
|
+
color: @radio-button-color;
|
|
169
|
+
font-size: @font-size-base;
|
|
170
|
+
line-height: @btn-height-base - 2px;
|
|
171
|
+
background: @radio-button-bg;
|
|
172
|
+
border: @border-width-base @border-style-base @border-color-base;
|
|
173
|
+
// strange align fix for chrome but works
|
|
174
|
+
// https://gw.alipayobjects.com/zos/rmsportal/VFTfKXJuogBAXcvfAUWJ.gif
|
|
175
|
+
border-top-width: @border-width-base + 0.02px;
|
|
176
|
+
border-left-width: 0;
|
|
177
|
+
cursor: pointer;
|
|
178
|
+
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
179
|
+
|
|
180
|
+
a {
|
|
181
|
+
color: @radio-button-color;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
> .@{radio-prefix-cls}-button {
|
|
185
|
+
position: absolute;
|
|
186
|
+
top: 0;
|
|
187
|
+
left: 0;
|
|
188
|
+
width: 100%;
|
|
189
|
+
height: 100%;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.@{radio-group-prefix-cls}-large & {
|
|
193
|
+
height: @input-height-lg;
|
|
194
|
+
font-size: @font-size-lg;
|
|
195
|
+
line-height: @input-height-lg - 2px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.@{radio-group-prefix-cls}-small & {
|
|
199
|
+
height: @input-height-sm;
|
|
200
|
+
padding: 0 @control-padding-horizontal-sm - 1px;
|
|
201
|
+
line-height: @input-height-sm - 2px;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
&:not(:first-child) {
|
|
205
|
+
&::before {
|
|
206
|
+
position: absolute;
|
|
207
|
+
top: @border-width-base * -1;
|
|
208
|
+
left: -1px;
|
|
209
|
+
display: block;
|
|
210
|
+
box-sizing: content-box;
|
|
211
|
+
width: 1px;
|
|
212
|
+
height: 100%;
|
|
213
|
+
padding: @border-width-base 0;
|
|
214
|
+
background-color: @border-color-base;
|
|
215
|
+
transition: background-color 0.3s;
|
|
216
|
+
content: '';
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&:first-child {
|
|
221
|
+
border-left: @border-width-base @border-style-base @border-color-base;
|
|
222
|
+
border-radius: @border-radius-base 0 0 @border-radius-base;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
&:last-child {
|
|
226
|
+
border-radius: 0 @border-radius-base @border-radius-base 0;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
&:first-child:last-child {
|
|
230
|
+
border-radius: @border-radius-base;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
&:hover {
|
|
234
|
+
position: relative;
|
|
235
|
+
color: @radio-dot-color;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
&:focus-within {
|
|
239
|
+
box-shadow: @radio-button-focus-shadow;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.@{radio-prefix-cls}-inner,
|
|
243
|
+
input[type='checkbox'],
|
|
244
|
+
input[type='radio'] {
|
|
245
|
+
width: 0;
|
|
246
|
+
height: 0;
|
|
247
|
+
opacity: 0;
|
|
248
|
+
pointer-events: none;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
&-checked:not(&-disabled) {
|
|
252
|
+
z-index: 1;
|
|
253
|
+
color: @radio-dot-color;
|
|
254
|
+
background: @radio-button-checked-bg;
|
|
255
|
+
border-color: @radio-dot-color;
|
|
256
|
+
|
|
257
|
+
&::before {
|
|
258
|
+
background-color: @radio-dot-color;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
&:first-child {
|
|
262
|
+
border-color: @radio-dot-color;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
&:hover {
|
|
266
|
+
color: @radio-button-hover-color;
|
|
267
|
+
border-color: @radio-button-hover-color;
|
|
268
|
+
&::before {
|
|
269
|
+
background-color: @radio-button-hover-color;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
&:active {
|
|
274
|
+
color: @radio-button-active-color;
|
|
275
|
+
border-color: @radio-button-active-color;
|
|
276
|
+
&::before {
|
|
277
|
+
background-color: @radio-button-active-color;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
&:focus-within {
|
|
282
|
+
box-shadow: @radio-button-focus-shadow;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.@{radio-group-prefix-cls}-solid &-checked:not(&-disabled) {
|
|
287
|
+
color: @radio-solid-checked-color;
|
|
288
|
+
background: @radio-dot-color;
|
|
289
|
+
border-color: @radio-dot-color;
|
|
290
|
+
&:hover {
|
|
291
|
+
color: @radio-solid-checked-color;
|
|
292
|
+
background: @radio-button-hover-color;
|
|
293
|
+
border-color: @radio-button-hover-color;
|
|
294
|
+
}
|
|
295
|
+
&:active {
|
|
296
|
+
color: @radio-solid-checked-color;
|
|
297
|
+
background: @radio-button-active-color;
|
|
298
|
+
border-color: @radio-button-active-color;
|
|
299
|
+
}
|
|
300
|
+
&:focus-within {
|
|
301
|
+
box-shadow: @radio-button-focus-shadow;
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
&-disabled {
|
|
306
|
+
color: @disabled-color;
|
|
307
|
+
background-color: @input-disabled-bg;
|
|
308
|
+
border-color: @border-color-base;
|
|
309
|
+
cursor: not-allowed;
|
|
310
|
+
|
|
311
|
+
&:first-child,
|
|
312
|
+
&:hover {
|
|
313
|
+
color: @disabled-color;
|
|
314
|
+
background-color: @input-disabled-bg;
|
|
315
|
+
border-color: @border-color-base;
|
|
316
|
+
}
|
|
317
|
+
&:first-child {
|
|
318
|
+
border-left-color: @border-color-base;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
&-disabled&-checked {
|
|
323
|
+
color: @radio-disabled-button-checked-color;
|
|
324
|
+
background-color: @radio-disabled-button-checked-bg;
|
|
325
|
+
border-color: @border-color-base;
|
|
326
|
+
box-shadow: none;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
@keyframes antRadioEffect {
|
|
331
|
+
0% {
|
|
332
|
+
transform: scale(1);
|
|
333
|
+
opacity: 0.5;
|
|
334
|
+
}
|
|
335
|
+
100% {
|
|
336
|
+
transform: scale(1.6);
|
|
337
|
+
opacity: 0;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
// Firefox hack
|
|
342
|
+
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
|
|
343
|
+
.@{radio-prefix-cls} {
|
|
344
|
+
vertical-align: text-bottom;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
@import './rtl';
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@import '../../style/themes/index';
|
|
2
|
+
@import '../../style/mixins/index';
|
|
3
|
+
|
|
4
|
+
@radio-prefix-cls: ~'@{ant-prefix}-radio';
|
|
5
|
+
@radio-group-prefix-cls: ~'@{radio-prefix-cls}-group';
|
|
6
|
+
@radio-prefix-cls-button-wrapper: ~'@{radio-prefix-cls}-button-wrapper';
|
|
7
|
+
|
|
8
|
+
.@{radio-group-prefix-cls} {
|
|
9
|
+
&&-rtl {
|
|
10
|
+
direction: rtl;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// 一般状态
|
|
15
|
+
.@{radio-prefix-cls}-wrapper {
|
|
16
|
+
&&-rtl {
|
|
17
|
+
margin-right: 0;
|
|
18
|
+
margin-left: @radio-wrapper-margin-right;
|
|
19
|
+
direction: rtl;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.@{radio-prefix-cls-button-wrapper} {
|
|
24
|
+
&&-rtl {
|
|
25
|
+
border-right-width: 0;
|
|
26
|
+
border-left-width: @border-width-base;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&:not(:first-child) {
|
|
30
|
+
&::before {
|
|
31
|
+
.@{radio-prefix-cls-button-wrapper}.@{radio-prefix-cls-button-wrapper}-rtl& {
|
|
32
|
+
right: -1px;
|
|
33
|
+
left: 0;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:first-child {
|
|
39
|
+
.@{radio-prefix-cls-button-wrapper}.@{radio-prefix-cls-button-wrapper}-rtl& {
|
|
40
|
+
border-right: @border-width-base @border-style-base @border-color-base;
|
|
41
|
+
border-radius: 0 @border-radius-base @border-radius-base 0;
|
|
42
|
+
}
|
|
43
|
+
.@{radio-prefix-cls-button-wrapper}-checked:not([class*=~"' @{radio-prefix-cls}-button-wrapper-disabled'"])& {
|
|
44
|
+
border-right-color: @radio-button-hover-color;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&:last-child {
|
|
49
|
+
.@{radio-prefix-cls-button-wrapper}.@{radio-prefix-cls-button-wrapper}-rtl& {
|
|
50
|
+
border-radius: @border-radius-base 0 0 @border-radius-base;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&-disabled {
|
|
55
|
+
&:first-child {
|
|
56
|
+
.@{radio-prefix-cls-button-wrapper}.@{radio-prefix-cls-button-wrapper}-rtl& {
|
|
57
|
+
border-right-color: @border-color-base;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
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-rate {
|
|
6
|
+
-webkit-box-sizing: border-box;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
color: rgba(0, 0, 0, 0.65);
|
|
9
|
+
font-size: 14px;
|
|
10
|
+
font-variant: tabular-nums;
|
|
11
|
+
line-height: 1.5715;
|
|
12
|
+
-webkit-font-feature-settings: 'tnum';
|
|
13
|
+
font-feature-settings: 'tnum';
|
|
14
|
+
display: inline-block;
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
color: #fadb14;
|
|
18
|
+
font-size: 20px;
|
|
19
|
+
line-height: unset;
|
|
20
|
+
list-style: none;
|
|
21
|
+
outline: none;
|
|
22
|
+
}
|
|
23
|
+
.ant-rate-disabled .ant-rate-star {
|
|
24
|
+
cursor: default;
|
|
25
|
+
}
|
|
26
|
+
.ant-rate-disabled .ant-rate-star:hover {
|
|
27
|
+
-webkit-transform: scale(1);
|
|
28
|
+
transform: scale(1);
|
|
29
|
+
}
|
|
30
|
+
.ant-rate-star {
|
|
31
|
+
position: relative;
|
|
32
|
+
display: inline-block;
|
|
33
|
+
margin: 0;
|
|
34
|
+
padding: 0;
|
|
35
|
+
color: inherit;
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
-webkit-transition: all 0.3s;
|
|
38
|
+
transition: all 0.3s;
|
|
39
|
+
}
|
|
40
|
+
.ant-rate-star:not(:last-child) {
|
|
41
|
+
margin-right: 8px;
|
|
42
|
+
}
|
|
43
|
+
.ant-rate-star > div:focus {
|
|
44
|
+
outline: 0;
|
|
45
|
+
}
|
|
46
|
+
.ant-rate-star > div:hover,
|
|
47
|
+
.ant-rate-star > div:focus {
|
|
48
|
+
-webkit-transform: scale(1.1);
|
|
49
|
+
transform: scale(1.1);
|
|
50
|
+
}
|
|
51
|
+
.ant-rate-star-first,
|
|
52
|
+
.ant-rate-star-second {
|
|
53
|
+
color: #f0f0f0;
|
|
54
|
+
-webkit-transition: all 0.3s;
|
|
55
|
+
transition: all 0.3s;
|
|
56
|
+
-webkit-user-select: none;
|
|
57
|
+
-moz-user-select: none;
|
|
58
|
+
-ms-user-select: none;
|
|
59
|
+
user-select: none;
|
|
60
|
+
}
|
|
61
|
+
.ant-rate-star-first .anticon,
|
|
62
|
+
.ant-rate-star-second .anticon {
|
|
63
|
+
vertical-align: middle;
|
|
64
|
+
}
|
|
65
|
+
.ant-rate-star-first {
|
|
66
|
+
position: absolute;
|
|
67
|
+
top: 0;
|
|
68
|
+
left: 0;
|
|
69
|
+
width: 50%;
|
|
70
|
+
height: 100%;
|
|
71
|
+
overflow: hidden;
|
|
72
|
+
opacity: 0;
|
|
73
|
+
}
|
|
74
|
+
.ant-rate-star-half .ant-rate-star-first,
|
|
75
|
+
.ant-rate-star-half .ant-rate-star-second {
|
|
76
|
+
opacity: 1;
|
|
77
|
+
}
|
|
78
|
+
.ant-rate-star-half .ant-rate-star-first,
|
|
79
|
+
.ant-rate-star-full .ant-rate-star-second {
|
|
80
|
+
color: inherit;
|
|
81
|
+
}
|
|
82
|
+
.ant-rate-text {
|
|
83
|
+
display: inline-block;
|
|
84
|
+
margin: 0 8px;
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
}
|
|
87
|
+
.ant-rate-rtl {
|
|
88
|
+
direction: rtl;
|
|
89
|
+
}
|
|
90
|
+
.ant-rate-rtl .ant-rate-star:not(:last-child) {
|
|
91
|
+
margin-right: 0;
|
|
92
|
+
margin-left: 8px;
|
|
93
|
+
}
|
|
94
|
+
.ant-rate-rtl .ant-rate-star-first {
|
|
95
|
+
right: 0;
|
|
96
|
+
left: auto;
|
|
97
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
@import '../../style/themes/index';
|
|
2
|
+
@import '../../style/mixins/index';
|
|
3
|
+
|
|
4
|
+
@rate-prefix-cls: ~'@{ant-prefix}-rate';
|
|
5
|
+
|
|
6
|
+
.@{rate-prefix-cls} {
|
|
7
|
+
.reset-component;
|
|
8
|
+
|
|
9
|
+
display: inline-block;
|
|
10
|
+
margin: 0;
|
|
11
|
+
padding: 0;
|
|
12
|
+
color: @rate-star-color;
|
|
13
|
+
font-size: @rate-star-size;
|
|
14
|
+
line-height: unset;
|
|
15
|
+
list-style: none;
|
|
16
|
+
outline: none;
|
|
17
|
+
|
|
18
|
+
&-disabled &-star {
|
|
19
|
+
cursor: default;
|
|
20
|
+
&:hover {
|
|
21
|
+
transform: scale(1);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&-star {
|
|
26
|
+
position: relative;
|
|
27
|
+
display: inline-block;
|
|
28
|
+
margin: 0;
|
|
29
|
+
padding: 0;
|
|
30
|
+
color: inherit;
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
transition: all 0.3s;
|
|
33
|
+
|
|
34
|
+
&:not(:last-child) {
|
|
35
|
+
margin-right: 8px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
> div {
|
|
39
|
+
&:focus {
|
|
40
|
+
outline: 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&:hover,
|
|
44
|
+
&:focus {
|
|
45
|
+
transform: @rate-star-hover-scale;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&-first,
|
|
50
|
+
&-second {
|
|
51
|
+
color: @rate-star-bg;
|
|
52
|
+
transition: all 0.3s;
|
|
53
|
+
user-select: none;
|
|
54
|
+
.@{iconfont-css-prefix} {
|
|
55
|
+
vertical-align: middle;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&-first {
|
|
60
|
+
position: absolute;
|
|
61
|
+
top: 0;
|
|
62
|
+
left: 0;
|
|
63
|
+
width: 50%;
|
|
64
|
+
height: 100%;
|
|
65
|
+
overflow: hidden;
|
|
66
|
+
opacity: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&-half &-first,
|
|
70
|
+
&-half &-second {
|
|
71
|
+
opacity: 1;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&-half &-first,
|
|
75
|
+
&-full &-second {
|
|
76
|
+
color: inherit;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&-text {
|
|
81
|
+
display: inline-block;
|
|
82
|
+
margin: 0 8px;
|
|
83
|
+
font-size: @font-size-base;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@import './rtl';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@import '../../style/themes/index';
|
|
2
|
+
@import '../../style/mixins/index';
|
|
3
|
+
|
|
4
|
+
@rate-prefix-cls: ~'@{ant-prefix}-rate';
|
|
5
|
+
|
|
6
|
+
.@{rate-prefix-cls} {
|
|
7
|
+
&-rtl {
|
|
8
|
+
direction: rtl;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&-star {
|
|
12
|
+
&:not(:last-child) {
|
|
13
|
+
.@{rate-prefix-cls}-rtl & {
|
|
14
|
+
margin-right: 0;
|
|
15
|
+
margin-left: 8px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&-first {
|
|
20
|
+
.@{rate-prefix-cls}-rtl & {
|
|
21
|
+
right: 0;
|
|
22
|
+
left: auto;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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-result {
|
|
6
|
+
padding: 48px 32px;
|
|
7
|
+
}
|
|
8
|
+
.ant-result-success .ant-result-icon > .anticon {
|
|
9
|
+
color: #52c41a;
|
|
10
|
+
}
|
|
11
|
+
.ant-result-error .ant-result-icon > .anticon {
|
|
12
|
+
color: #ff4d4f;
|
|
13
|
+
}
|
|
14
|
+
.ant-result-info .ant-result-icon > .anticon {
|
|
15
|
+
color: #1890ff;
|
|
16
|
+
}
|
|
17
|
+
.ant-result-warning .ant-result-icon > .anticon {
|
|
18
|
+
color: #faad14;
|
|
19
|
+
}
|
|
20
|
+
.ant-result-image {
|
|
21
|
+
width: 250px;
|
|
22
|
+
height: 295px;
|
|
23
|
+
margin: auto;
|
|
24
|
+
}
|
|
25
|
+
.ant-result-icon {
|
|
26
|
+
margin-bottom: 24px;
|
|
27
|
+
text-align: center;
|
|
28
|
+
}
|
|
29
|
+
.ant-result-icon > .anticon {
|
|
30
|
+
font-size: 72px;
|
|
31
|
+
}
|
|
32
|
+
.ant-result-title {
|
|
33
|
+
color: rgba(0, 0, 0, 0.85);
|
|
34
|
+
font-size: 24px;
|
|
35
|
+
line-height: 1.8;
|
|
36
|
+
text-align: center;
|
|
37
|
+
}
|
|
38
|
+
.ant-result-subtitle {
|
|
39
|
+
color: rgba(0, 0, 0, 0.45);
|
|
40
|
+
font-size: 14px;
|
|
41
|
+
line-height: 1.6;
|
|
42
|
+
text-align: center;
|
|
43
|
+
}
|
|
44
|
+
.ant-result-extra {
|
|
45
|
+
margin: 24px 0 0 0;
|
|
46
|
+
text-align: center;
|
|
47
|
+
}
|
|
48
|
+
.ant-result-extra > * {
|
|
49
|
+
margin-right: 8px;
|
|
50
|
+
}
|
|
51
|
+
.ant-result-extra > *:last-child {
|
|
52
|
+
margin-right: 0;
|
|
53
|
+
}
|
|
54
|
+
.ant-result-content {
|
|
55
|
+
margin-top: 24px;
|
|
56
|
+
padding: 24px 40px;
|
|
57
|
+
background-color: #fafafa;
|
|
58
|
+
}
|
|
59
|
+
.ant-result-rtl {
|
|
60
|
+
direction: rtl;
|
|
61
|
+
}
|
|
62
|
+
.ant-result-rtl .ant-result-extra > * {
|
|
63
|
+
margin-right: 0;
|
|
64
|
+
margin-left: 8px;
|
|
65
|
+
}
|
|
66
|
+
.ant-result-rtl .ant-result-extra > *:last-child {
|
|
67
|
+
margin-left: 0;
|
|
68
|
+
}
|