@cloudtower/eagle 0.24.14 → 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 +4 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +3 -7
- package/dist/style.css +1536 -1536
- 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,233 @@
|
|
|
1
|
+
@import '../../style/themes/index';
|
|
2
|
+
@import '../../style/mixins/index';
|
|
3
|
+
@import '../../input/style/mixin';
|
|
4
|
+
@import '../../button/style/mixin';
|
|
5
|
+
@import '../../grid/style/mixin';
|
|
6
|
+
@import './components';
|
|
7
|
+
@import './inline';
|
|
8
|
+
@import './horizontal';
|
|
9
|
+
@import './vertical';
|
|
10
|
+
@import './status';
|
|
11
|
+
@import './mixin';
|
|
12
|
+
|
|
13
|
+
@form-prefix-cls: ~'@{ant-prefix}-form';
|
|
14
|
+
@form-item-prefix-cls: ~'@{form-prefix-cls}-item';
|
|
15
|
+
@form-font-height: ceil(@font-size-base * @line-height-base);
|
|
16
|
+
|
|
17
|
+
.@{form-prefix-cls} {
|
|
18
|
+
.reset-component;
|
|
19
|
+
.reset-form;
|
|
20
|
+
|
|
21
|
+
.@{form-prefix-cls}-text {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
padding-right: 8px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// ================================================================
|
|
27
|
+
// = Size =
|
|
28
|
+
// ================================================================
|
|
29
|
+
.formSize(@input-height) {
|
|
30
|
+
.@{form-item-prefix-cls}-label > label {
|
|
31
|
+
height: @input-height;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.@{form-item-prefix-cls}-control-input {
|
|
35
|
+
min-height: @input-height;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&-small {
|
|
40
|
+
.formSize(@input-height-sm);
|
|
41
|
+
}
|
|
42
|
+
&-large {
|
|
43
|
+
.formSize(@input-height-lg);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.explainAndExtraDistance(@num) when (@num >= 0) {
|
|
48
|
+
padding-top: floor(@num);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.explainAndExtraDistance(@num) when (@num < 0) {
|
|
52
|
+
margin-top: floor(@num);
|
|
53
|
+
margin-bottom: floor(@num);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// ================================================================
|
|
57
|
+
// = Item =
|
|
58
|
+
// ================================================================
|
|
59
|
+
.@{form-item-prefix-cls} {
|
|
60
|
+
.reset-component;
|
|
61
|
+
|
|
62
|
+
margin-bottom: @form-item-margin-bottom;
|
|
63
|
+
vertical-align: top;
|
|
64
|
+
|
|
65
|
+
&-with-help {
|
|
66
|
+
margin-bottom: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&-hidden {
|
|
70
|
+
display: none;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// ==============================================================
|
|
74
|
+
// = Label =
|
|
75
|
+
// ==============================================================
|
|
76
|
+
&-label {
|
|
77
|
+
display: inline-block;
|
|
78
|
+
flex-grow: 0;
|
|
79
|
+
overflow: hidden;
|
|
80
|
+
white-space: nowrap;
|
|
81
|
+
text-align: right;
|
|
82
|
+
vertical-align: middle;
|
|
83
|
+
|
|
84
|
+
&-left {
|
|
85
|
+
text-align: left;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
> label {
|
|
89
|
+
position: relative;
|
|
90
|
+
// display: inline;
|
|
91
|
+
display: inline-flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
height: @form-item-label-height;
|
|
94
|
+
color: @label-color;
|
|
95
|
+
font-size: @form-item-label-font-size;
|
|
96
|
+
|
|
97
|
+
> .@{iconfont-css-prefix} {
|
|
98
|
+
font-size: @form-item-label-font-size;
|
|
99
|
+
vertical-align: top;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&.@{form-item-prefix-cls}-required::before {
|
|
103
|
+
display: inline-block;
|
|
104
|
+
margin-right: 4px;
|
|
105
|
+
color: @label-required-color;
|
|
106
|
+
font-size: @form-item-label-font-size;
|
|
107
|
+
font-family: SimSun, sans-serif;
|
|
108
|
+
line-height: 1;
|
|
109
|
+
content: '*';
|
|
110
|
+
|
|
111
|
+
.@{form-prefix-cls}-hide-required-mark & {
|
|
112
|
+
display: none;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&::after {
|
|
117
|
+
& when (@form-item-trailing-colon=true) {
|
|
118
|
+
content: ':';
|
|
119
|
+
}
|
|
120
|
+
& when not (@form-item-trailing-colon=true) {
|
|
121
|
+
content: ' ';
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
position: relative;
|
|
125
|
+
top: -0.5px;
|
|
126
|
+
margin: 0 @form-item-label-colon-margin-right 0 @form-item-label-colon-margin-left;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
&.@{form-item-prefix-cls}-no-colon::after {
|
|
130
|
+
content: ' ';
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// ==============================================================
|
|
136
|
+
// = Input =
|
|
137
|
+
// ==============================================================
|
|
138
|
+
&-control {
|
|
139
|
+
display: flex;
|
|
140
|
+
flex-direction: column;
|
|
141
|
+
flex-grow: 1;
|
|
142
|
+
|
|
143
|
+
&:first-child:not([class^=~"'@{ant-prefix}-col-'"]):not([class*=~"' @{ant-prefix}-col-'"]) {
|
|
144
|
+
width: 100%;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&-control-input {
|
|
149
|
+
position: relative;
|
|
150
|
+
display: flex;
|
|
151
|
+
align-items: center;
|
|
152
|
+
min-height: @input-height-base;
|
|
153
|
+
|
|
154
|
+
&-content {
|
|
155
|
+
flex: auto;
|
|
156
|
+
max-width: 100%;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&-explain,
|
|
161
|
+
&-extra {
|
|
162
|
+
clear: both;
|
|
163
|
+
min-height: @form-item-margin-bottom;
|
|
164
|
+
.explainAndExtraDistance((@form-item-margin-bottom - @form-font-height) / 2);
|
|
165
|
+
color: @text-color-secondary;
|
|
166
|
+
font-size: @font-size-base;
|
|
167
|
+
line-height: @line-height-base;
|
|
168
|
+
transition: color 0.3s @ease-out; // sync input color transition
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.show-help-motion(@className, @keyframeName, @duration: @animation-duration-slow) {
|
|
173
|
+
.make-motion(@className, @keyframeName, @duration);
|
|
174
|
+
.@{className}-enter,
|
|
175
|
+
.@{className}-appear {
|
|
176
|
+
opacity: 0;
|
|
177
|
+
animation-timing-function: @ease-in-out;
|
|
178
|
+
}
|
|
179
|
+
.@{className}-leave {
|
|
180
|
+
animation-timing-function: @ease-in-out;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.show-help-motion(show-help, antShowHelp, 0.3s);
|
|
185
|
+
|
|
186
|
+
@keyframes antShowHelpIn {
|
|
187
|
+
0% {
|
|
188
|
+
transform: translateY(-5px);
|
|
189
|
+
opacity: 0;
|
|
190
|
+
}
|
|
191
|
+
100% {
|
|
192
|
+
transform: translateY(0);
|
|
193
|
+
opacity: 1;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@keyframes antShowHelpOut {
|
|
198
|
+
to {
|
|
199
|
+
transform: translateY(-5px);
|
|
200
|
+
opacity: 0;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// need there different zoom animation
|
|
205
|
+
// otherwise won't trigger anim
|
|
206
|
+
@keyframes diffZoomIn1 {
|
|
207
|
+
0% {
|
|
208
|
+
transform: scale(0);
|
|
209
|
+
}
|
|
210
|
+
100% {
|
|
211
|
+
transform: scale(1);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
@keyframes diffZoomIn2 {
|
|
216
|
+
0% {
|
|
217
|
+
transform: scale(0);
|
|
218
|
+
}
|
|
219
|
+
100% {
|
|
220
|
+
transform: scale(1);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
@keyframes diffZoomIn3 {
|
|
225
|
+
0% {
|
|
226
|
+
transform: scale(0);
|
|
227
|
+
}
|
|
228
|
+
100% {
|
|
229
|
+
transform: scale(1);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
@import './rtl';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@import './index';
|
|
2
|
+
|
|
3
|
+
.@{form-prefix-cls}-inline {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
|
|
7
|
+
.@{form-prefix-cls}-item {
|
|
8
|
+
flex: none;
|
|
9
|
+
flex-wrap: nowrap;
|
|
10
|
+
margin-right: 16px;
|
|
11
|
+
margin-bottom: 0;
|
|
12
|
+
|
|
13
|
+
&-with-help {
|
|
14
|
+
margin-bottom: @form-item-margin-bottom;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
> .@{form-item-prefix-cls}-label,
|
|
18
|
+
> .@{form-item-prefix-cls}-control {
|
|
19
|
+
display: inline-block;
|
|
20
|
+
vertical-align: top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
> .@{form-item-prefix-cls}-label {
|
|
24
|
+
flex: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.@{form-prefix-cls}-text {
|
|
28
|
+
display: inline-block;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.@{form-item-prefix-cls}-has-feedback {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
@import '../../input/style/mixin';
|
|
2
|
+
|
|
3
|
+
.form-control-validation(@text-color: @input-color; @border-color: @input-border-color; @background-color: @input-bg) {
|
|
4
|
+
.@{ant-prefix}-form-item-explain,
|
|
5
|
+
.@{ant-prefix}-form-item-split {
|
|
6
|
+
color: @text-color;
|
|
7
|
+
}
|
|
8
|
+
// 输入框的不同校验状态
|
|
9
|
+
.@{ant-prefix}-input,
|
|
10
|
+
.@{ant-prefix}-input-affix-wrapper {
|
|
11
|
+
&,
|
|
12
|
+
&:hover {
|
|
13
|
+
border-color: @border-color;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:focus,
|
|
17
|
+
&-focused {
|
|
18
|
+
.active(@border-color);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.@{ant-prefix}-input {
|
|
23
|
+
&:not(&-disabled) {
|
|
24
|
+
background-color: @background-color;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.@{ant-prefix}-input-affix-wrapper {
|
|
29
|
+
&:not(&-disabled) {
|
|
30
|
+
background-color: @background-color;
|
|
31
|
+
}
|
|
32
|
+
input:focus {
|
|
33
|
+
box-shadow: none !important;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.@{ant-prefix}-calendar-picker-open .@{ant-prefix}-calendar-picker-input {
|
|
38
|
+
.active(@border-color);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.@{ant-prefix}-input-prefix {
|
|
42
|
+
color: @text-color;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.@{ant-prefix}-input-group-addon {
|
|
46
|
+
color: @text-color;
|
|
47
|
+
border-color: @border-color;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.has-feedback {
|
|
51
|
+
color: @text-color;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// Reset form styles
|
|
56
|
+
// -----------------------------
|
|
57
|
+
// Based on Bootstrap framework
|
|
58
|
+
.reset-form() {
|
|
59
|
+
legend {
|
|
60
|
+
display: block;
|
|
61
|
+
width: 100%;
|
|
62
|
+
margin-bottom: 20px;
|
|
63
|
+
padding: 0;
|
|
64
|
+
color: @text-color-secondary;
|
|
65
|
+
font-size: @font-size-lg;
|
|
66
|
+
line-height: inherit;
|
|
67
|
+
border: 0;
|
|
68
|
+
border-bottom: @border-width-base @border-style-base @border-color-base;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
label {
|
|
72
|
+
font-size: @font-size-base;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
input[type='search'] {
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// Position radios and checkboxes better
|
|
80
|
+
input[type='radio'],
|
|
81
|
+
input[type='checkbox'] {
|
|
82
|
+
line-height: normal;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
input[type='file'] {
|
|
86
|
+
display: block;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// Make range inputs behave like textual form controls
|
|
90
|
+
input[type='range'] {
|
|
91
|
+
display: block;
|
|
92
|
+
width: 100%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// Make multiple select elements height not fixed
|
|
96
|
+
select[multiple],
|
|
97
|
+
select[size] {
|
|
98
|
+
height: auto;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// Focus for file, radio, and checkbox
|
|
102
|
+
input[type='file']:focus,
|
|
103
|
+
input[type='radio']:focus,
|
|
104
|
+
input[type='checkbox']:focus {
|
|
105
|
+
outline: thin dotted;
|
|
106
|
+
outline: 5px auto -webkit-focus-ring-color;
|
|
107
|
+
outline-offset: -2px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// Adjust output element
|
|
111
|
+
output {
|
|
112
|
+
display: block;
|
|
113
|
+
padding-top: 15px;
|
|
114
|
+
color: @input-color;
|
|
115
|
+
font-size: @font-size-base;
|
|
116
|
+
line-height: @line-height-base;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
@import '../../style/themes/index';
|
|
2
|
+
@import '../../style/mixins/index';
|
|
3
|
+
@import '../../input/style/mixin';
|
|
4
|
+
@import '../../button/style/mixin';
|
|
5
|
+
@import '../../grid/style/mixin';
|
|
6
|
+
|
|
7
|
+
@form-prefix-cls: ~'@{ant-prefix}-form';
|
|
8
|
+
@form-item-prefix-cls: ~'@{form-prefix-cls}-item';
|
|
9
|
+
|
|
10
|
+
.@{form-prefix-cls} {
|
|
11
|
+
&-rtl {
|
|
12
|
+
direction: rtl;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// ================================================================
|
|
17
|
+
// = Item =
|
|
18
|
+
// ================================================================
|
|
19
|
+
.@{form-item-prefix-cls} {
|
|
20
|
+
// ==============================================================
|
|
21
|
+
// = Label =
|
|
22
|
+
// ==============================================================
|
|
23
|
+
&-label {
|
|
24
|
+
.@{form-prefix-cls}-rtl & {
|
|
25
|
+
text-align: left;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
> label {
|
|
29
|
+
&.@{form-item-prefix-cls}-required::before {
|
|
30
|
+
.@{form-prefix-cls}-rtl & {
|
|
31
|
+
margin-right: 0;
|
|
32
|
+
margin-left: 4px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
&::after {
|
|
36
|
+
.@{form-prefix-cls}-rtl & {
|
|
37
|
+
margin: 0 @form-item-label-colon-margin-left 0 @form-item-label-colon-margin-right;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// ==============================================================
|
|
44
|
+
// = Input =
|
|
45
|
+
// ==============================================================
|
|
46
|
+
&-control {
|
|
47
|
+
.@{ant-prefix}-col-rtl &:first-child {
|
|
48
|
+
width: 100%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// status
|
|
53
|
+
&-has-feedback {
|
|
54
|
+
.@{ant-prefix}-input {
|
|
55
|
+
.@{form-prefix-cls}-rtl & {
|
|
56
|
+
padding-right: @input-padding-horizontal-base;
|
|
57
|
+
padding-left: 24px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.@{ant-prefix}-input-affix-wrapper {
|
|
62
|
+
.@{ant-prefix}-input-suffix {
|
|
63
|
+
.@{form-prefix-cls}-rtl & {
|
|
64
|
+
padding-right: @input-padding-horizontal-base;
|
|
65
|
+
padding-left: 18px;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.@{ant-prefix}-input {
|
|
69
|
+
.@{form-prefix-cls}-rtl & {
|
|
70
|
+
padding: 0;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.@{ant-prefix}-input-search:not(.@{ant-prefix}-input-search-enter-button) {
|
|
76
|
+
.@{ant-prefix}-input-suffix {
|
|
77
|
+
.@{form-prefix-cls}-rtl & {
|
|
78
|
+
right: auto;
|
|
79
|
+
left: 28px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.@{ant-prefix}-input-number {
|
|
85
|
+
.@{form-prefix-cls}-rtl & {
|
|
86
|
+
padding-left: 18px;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
> .@{ant-prefix}-select .@{ant-prefix}-select-arrow,
|
|
91
|
+
> .@{ant-prefix}-select .@{ant-prefix}-select-clear,
|
|
92
|
+
:not(.@{ant-prefix}-input-group-addon) > .@{ant-prefix}-select .@{ant-prefix}-select-arrow,
|
|
93
|
+
:not(.@{ant-prefix}-input-group-addon) > .@{ant-prefix}-select .@{ant-prefix}-select-clear {
|
|
94
|
+
.@{form-prefix-cls}-rtl & {
|
|
95
|
+
right: auto;
|
|
96
|
+
left: 32px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
> .@{ant-prefix}-select .@{ant-prefix}-select-selection-selected-value,
|
|
101
|
+
:not(.@{ant-prefix}-input-group-addon)
|
|
102
|
+
> .@{ant-prefix}-select
|
|
103
|
+
.@{ant-prefix}-select-selection-selected-value {
|
|
104
|
+
.@{form-prefix-cls}-rtl & {
|
|
105
|
+
padding-right: 0;
|
|
106
|
+
padding-left: 42px;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.@{ant-prefix}-cascader-picker {
|
|
111
|
+
&-arrow {
|
|
112
|
+
.@{form-prefix-cls}-rtl & {
|
|
113
|
+
margin-right: 0;
|
|
114
|
+
margin-left: 19px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
&-clear {
|
|
118
|
+
.@{form-prefix-cls}-rtl & {
|
|
119
|
+
right: auto;
|
|
120
|
+
left: 32px;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.@{ant-prefix}-picker {
|
|
126
|
+
.@{form-prefix-cls}-rtl & {
|
|
127
|
+
padding-right: @input-padding-horizontal-base;
|
|
128
|
+
padding-left: @input-padding-horizontal-base + @font-size-base * 1.3;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
&-large {
|
|
132
|
+
.@{form-prefix-cls}-rtl & {
|
|
133
|
+
padding-right: @input-padding-horizontal-lg;
|
|
134
|
+
padding-left: @input-padding-horizontal-lg + @font-size-base * 1.3;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&-small {
|
|
139
|
+
.@{form-prefix-cls}-rtl & {
|
|
140
|
+
padding-right: @input-padding-horizontal-sm;
|
|
141
|
+
padding-left: @input-padding-horizontal-sm + @font-size-base * 1.3;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&.@{form-item-prefix-cls} {
|
|
147
|
+
&-has-success,
|
|
148
|
+
&-has-warning,
|
|
149
|
+
&-has-error,
|
|
150
|
+
&-is-validating {
|
|
151
|
+
// ====================== Icon ======================
|
|
152
|
+
.@{form-item-prefix-cls}-children-icon {
|
|
153
|
+
.@{form-prefix-cls}-rtl & {
|
|
154
|
+
right: auto;
|
|
155
|
+
left: 0;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// inline
|
|
164
|
+
.@{form-prefix-cls}-inline {
|
|
165
|
+
.@{form-prefix-cls}-item {
|
|
166
|
+
.@{form-prefix-cls}-rtl& {
|
|
167
|
+
margin-right: 0;
|
|
168
|
+
margin-left: 16px;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
// vertical
|
|
174
|
+
.make-vertical-layout-label() {
|
|
175
|
+
.@{form-prefix-cls}-rtl& {
|
|
176
|
+
text-align: right;
|
|
177
|
+
}
|
|
178
|
+
}
|