@cloudtower/eagle 0.24.15 → 0.24.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/antd/es/affix/style/css.js +2 -0
- package/antd/es/affix/style/index.css +8 -0
- package/antd/es/affix/style/index.d.ts +2 -0
- package/antd/es/affix/style/index.js +2 -0
- package/antd/es/affix/style/index.less +6 -0
- package/antd/es/alert/style/css.js +2 -0
- package/antd/es/alert/style/index.css +260 -0
- package/antd/es/alert/style/index.d.ts +2 -0
- package/antd/es/alert/style/index.js +2 -0
- package/antd/es/alert/style/index.less +196 -0
- package/antd/es/alert/style/rtl.less +74 -0
- package/antd/es/anchor/style/css.js +4 -0
- package/antd/es/anchor/style/index.css +107 -0
- package/antd/es/anchor/style/index.d.ts +3 -0
- package/antd/es/anchor/style/index.js +4 -0
- package/antd/es/anchor/style/index.less +84 -0
- package/antd/es/anchor/style/rtl.less +40 -0
- package/antd/es/auto-complete/style/css.js +4 -0
- package/antd/es/auto-complete/style/index.css +20 -0
- package/antd/es/auto-complete/style/index.d.ts +3 -0
- package/antd/es/auto-complete/style/index.js +4 -0
- package/antd/es/auto-complete/style/index.less +16 -0
- package/antd/es/avatar/style/css.js +4 -0
- package/antd/es/avatar/style/group.less +22 -0
- package/antd/es/avatar/style/index.css +112 -0
- package/antd/es/avatar/style/index.d.ts +3 -0
- package/antd/es/avatar/style/index.js +4 -0
- package/antd/es/avatar/style/index.less +66 -0
- package/antd/es/avatar/style/rtl.less +20 -0
- package/antd/es/back-top/style/css.js +2 -0
- package/antd/es/back-top/style/index.css +62 -0
- package/antd/es/back-top/style/index.d.ts +2 -0
- package/antd/es/back-top/style/index.js +2 -0
- package/antd/es/back-top/style/index.less +49 -0
- package/antd/es/back-top/style/responsive.less +11 -0
- package/antd/es/badge/style/css.js +3 -0
- package/antd/es/badge/style/index.css +372 -0
- package/antd/es/badge/style/index.d.ts +3 -0
- package/antd/es/badge/style/index.js +3 -0
- package/antd/es/badge/style/index.less +193 -0
- package/antd/es/badge/style/ribbon.less +84 -0
- package/antd/es/badge/style/rtl.less +111 -0
- package/antd/es/breadcrumb/style/css.js +4 -0
- package/antd/es/breadcrumb/style/index.css +73 -0
- package/antd/es/breadcrumb/style/index.d.ts +4 -0
- package/antd/es/breadcrumb/style/index.js +4 -0
- package/antd/es/breadcrumb/style/index.less +54 -0
- package/antd/es/breadcrumb/style/rtl.less +34 -0
- package/antd/es/button/style/css.js +2 -0
- package/antd/es/button/style/index.css +1915 -0
- package/antd/es/button/style/index.d.ts +2 -0
- package/antd/es/button/style/index.js +2 -0
- package/antd/es/button/style/index.less +249 -0
- package/antd/es/button/style/mixin.less +518 -0
- package/antd/es/button/style/rtl.less +113 -0
- package/antd/es/calendar/style/css.js +7 -0
- package/antd/es/calendar/style/index.css +180 -0
- package/antd/es/calendar/style/index.d.ts +5 -0
- package/antd/es/calendar/style/index.js +7 -0
- package/antd/es/calendar/style/index.less +192 -0
- package/antd/es/calendar/style/rtl.less +52 -0
- package/antd/es/card/style/css.js +6 -0
- package/antd/es/card/style/index.css +317 -0
- package/antd/es/card/style/index.d.ts +5 -0
- package/antd/es/card/style/index.js +6 -0
- package/antd/es/card/style/index.less +293 -0
- package/antd/es/card/style/size.less +22 -0
- package/antd/es/carousel/style/css.js +2 -0
- package/antd/es/carousel/style/index.css +298 -0
- package/antd/es/carousel/style/index.d.ts +2 -0
- package/antd/es/carousel/style/index.js +2 -0
- package/antd/es/carousel/style/index.less +267 -0
- package/antd/es/carousel/style/rtl.less +52 -0
- package/antd/es/cascader/style/css.js +5 -0
- package/antd/es/cascader/style/index.css +296 -0
- package/antd/es/cascader/style/index.d.ts +4 -0
- package/antd/es/cascader/style/index.js +5 -0
- package/antd/es/cascader/style/index.less +243 -0
- package/antd/es/cascader/style/rtl.less +89 -0
- package/antd/es/checkbox/style/css.js +2 -0
- package/antd/es/checkbox/style/index.css +246 -0
- package/antd/es/checkbox/style/index.d.ts +2 -0
- package/antd/es/checkbox/style/index.js +2 -0
- package/antd/es/checkbox/style/index.less +5 -0
- package/antd/es/checkbox/style/mixin.less +221 -0
- package/antd/es/checkbox/style/rtl.less +26 -0
- package/antd/es/col/style/css.js +4 -0
- package/antd/es/col/style/index.d.ts +2 -0
- package/antd/es/col/style/index.js +4 -0
- package/antd/es/collapse/style/css.js +2 -0
- package/antd/es/collapse/style/index.css +175 -0
- package/antd/es/collapse/style/index.d.ts +2 -0
- package/antd/es/collapse/style/index.js +2 -0
- package/antd/es/collapse/style/index.less +153 -0
- package/antd/es/collapse/style/rtl.less +42 -0
- package/antd/es/comment/style/css.js +2 -0
- package/antd/es/comment/style/index.css +124 -0
- package/antd/es/comment/style/index.d.ts +2 -0
- package/antd/es/comment/style/index.js +2 -0
- package/antd/es/comment/style/index.less +101 -0
- package/antd/es/comment/style/rtl.less +50 -0
- package/antd/es/config-provider/style/css.js +1 -0
- package/antd/es/config-provider/style/index.css +4 -0
- package/antd/es/config-provider/style/index.js +1 -0
- package/antd/es/config-provider/style/index.less +2 -0
- package/antd/es/date-picker/style/css.js +4 -0
- package/antd/es/date-picker/style/index.css +1060 -0
- package/antd/es/date-picker/style/index.d.ts +3 -0
- package/antd/es/date-picker/style/index.js +4 -0
- package/antd/es/date-picker/style/index.less +335 -0
- package/antd/es/date-picker/style/panel.less +681 -0
- package/antd/es/date-picker/style/rtl.less +216 -0
- package/antd/es/descriptions/style/css.js +2 -0
- package/antd/es/descriptions/style/index.css +132 -0
- package/antd/es/descriptions/style/index.d.ts +2 -0
- package/antd/es/descriptions/style/index.js +2 -0
- package/antd/es/descriptions/style/index.less +164 -0
- package/antd/es/descriptions/style/rtl.less +18 -0
- package/antd/es/divider/style/css.js +2 -0
- package/antd/es/divider/style/index.css +115 -0
- package/antd/es/divider/style/index.d.ts +2 -0
- package/antd/es/divider/style/index.js +2 -0
- package/antd/es/divider/style/index.less +103 -0
- package/antd/es/divider/style/rtl.less +36 -0
- package/antd/es/drawer/style/css.js +3 -0
- package/antd/es/drawer/style/customize.less +3 -0
- package/antd/es/drawer/style/drawer.less +256 -0
- package/antd/es/drawer/style/index.css +253 -0
- package/antd/es/drawer/style/index.d.ts +2 -0
- package/antd/es/drawer/style/index.js +3 -0
- package/antd/es/drawer/style/index.less +5 -0
- package/antd/es/drawer/style/rtl.less +16 -0
- package/antd/es/dropdown/style/css.js +4 -0
- package/antd/es/dropdown/style/index.css +405 -0
- package/antd/es/dropdown/style/index.d.ts +3 -0
- package/antd/es/dropdown/style/index.js +4 -0
- package/antd/es/dropdown/style/index.less +369 -0
- package/antd/es/dropdown/style/rtl.less +85 -0
- package/antd/es/dropdown/style/status.less +12 -0
- package/antd/es/empty/style/css.js +2 -0
- package/antd/es/empty/style/index.css +75 -0
- package/antd/es/empty/style/index.d.ts +2 -0
- package/antd/es/empty/style/index.js +2 -0
- package/antd/es/empty/style/index.less +139 -0
- package/antd/es/empty/style/rtl.less +10 -0
- package/antd/es/form/style/components.less +69 -0
- package/antd/es/form/style/css.js +4 -0
- package/antd/es/form/style/horizontal.less +10 -0
- package/antd/es/form/style/index.css +939 -0
- package/antd/es/form/style/index.d.ts +3 -0
- package/antd/es/form/style/index.js +4 -0
- package/antd/es/form/style/index.less +233 -0
- package/antd/es/form/style/inline.less +35 -0
- package/antd/es/form/style/mixin.less +118 -0
- package/antd/es/form/style/rtl.less +178 -0
- package/antd/es/form/style/status.less +251 -0
- package/antd/es/form/style/vertical.less +84 -0
- package/antd/es/grid/style/css.js +2 -0
- package/antd/es/grid/style/index.css +5889 -0
- package/antd/es/grid/style/index.d.ts +2 -0
- package/antd/es/grid/style/index.js +2 -0
- package/antd/es/grid/style/index.less +113 -0
- package/antd/es/grid/style/mixin.less +53 -0
- package/antd/es/grid/style/rtl.less +74 -0
- package/antd/es/icon/style/css.js +2 -0
- package/antd/es/icon/style/index.css +4 -0
- package/antd/es/icon/style/index.d.ts +2 -0
- package/antd/es/icon/style/index.js +2 -0
- package/antd/es/icon/style/index.less +4 -0
- package/antd/es/input/style/IE11.less +20 -0
- package/antd/es/input/style/affix.less +48 -0
- package/antd/es/input/style/allow-clear.less +52 -0
- package/antd/es/input/style/css.js +4 -0
- package/antd/es/input/style/index.css +820 -0
- package/antd/es/input/style/index.d.ts +3 -0
- package/antd/es/input/style/index.js +4 -0
- package/antd/es/input/style/index.less +50 -0
- package/antd/es/input/style/mixin.less +398 -0
- package/antd/es/input/style/rtl.less +235 -0
- package/antd/es/input/style/search-input.less +90 -0
- package/antd/es/input-number/style/css.js +2 -0
- package/antd/es/input-number/style/index.css +338 -0
- package/antd/es/input-number/style/index.d.ts +2 -0
- package/antd/es/input-number/style/index.js +2 -0
- package/antd/es/input-number/style/index.less +186 -0
- package/antd/es/input-number/style/rtl.less +28 -0
- package/antd/es/layout/style/css.js +2 -0
- package/antd/es/layout/style/index.css +135 -0
- package/antd/es/layout/style/index.d.ts +2 -0
- package/antd/es/layout/style/index.js +2 -0
- package/antd/es/layout/style/index.less +126 -0
- package/antd/es/layout/style/light.less +15 -0
- package/antd/es/layout/style/rtl.less +10 -0
- package/antd/es/list/style/bordered.less +44 -0
- package/antd/es/list/style/css.js +7 -0
- package/antd/es/list/style/customize.less +12 -0
- package/antd/es/list/style/index.css +343 -0
- package/antd/es/list/style/index.d.ts +6 -0
- package/antd/es/list/style/index.js +7 -0
- package/antd/es/list/style/index.less +239 -0
- package/antd/es/list/style/responsive.less +40 -0
- package/antd/es/list/style/rtl.less +139 -0
- package/antd/es/locale-provider/style/css.js +1 -0
- package/antd/es/locale-provider/style/index.css +4 -0
- package/antd/es/locale-provider/style/index.d.ts +1 -0
- package/antd/es/locale-provider/style/index.js +1 -0
- package/antd/es/locale-provider/style/index.less +2 -0
- package/antd/es/mentions/style/css.js +4 -0
- package/antd/es/mentions/style/index.css +287 -0
- package/antd/es/mentions/style/index.d.ts +3 -0
- package/antd/es/mentions/style/index.js +4 -0
- package/antd/es/mentions/style/index.less +169 -0
- package/antd/es/mentions/style/rtl.less +10 -0
- package/antd/es/menu/style/css.js +5 -0
- package/antd/es/menu/style/dark.less +148 -0
- package/antd/es/menu/style/index.css +907 -0
- package/antd/es/menu/style/index.d.ts +3 -0
- package/antd/es/menu/style/index.js +5 -0
- package/antd/es/menu/style/index.less +587 -0
- package/antd/es/menu/style/rtl.less +162 -0
- package/antd/es/menu/style/status.less +47 -0
- package/antd/es/message/style/css.js +2 -0
- package/antd/es/message/style/index.css +95 -0
- package/antd/es/message/style/index.d.ts +2 -0
- package/antd/es/message/style/index.js +2 -0
- package/antd/es/message/style/index.less +73 -0
- package/antd/es/message/style/rtl.less +17 -0
- package/antd/es/modal/style/confirm.less +78 -0
- package/antd/es/modal/style/css.js +4 -0
- package/antd/es/modal/style/customize.less +3 -0
- package/antd/es/modal/style/index.css +261 -0
- package/antd/es/modal/style/index.d.ts +3 -0
- package/antd/es/modal/style/index.js +4 -0
- package/antd/es/modal/style/index.less +6 -0
- package/antd/es/modal/style/modal.less +164 -0
- package/antd/es/modal/style/rtl.less +73 -0
- package/antd/es/notification/style/css.js +2 -0
- package/antd/es/notification/style/customize.less +3 -0
- package/antd/es/notification/style/index.css +273 -0
- package/antd/es/notification/style/index.d.ts +2 -0
- package/antd/es/notification/style/index.js +2 -0
- package/antd/es/notification/style/index.less +221 -0
- package/antd/es/notification/style/rtl.less +53 -0
- package/antd/es/page-header/style/css.js +4 -0
- package/antd/es/page-header/style/index.css +167 -0
- package/antd/es/page-header/style/index.d.ts +3 -0
- package/antd/es/page-header/style/index.js +4 -0
- package/antd/es/page-header/style/index.less +125 -0
- package/antd/es/page-header/style/rtl.less +76 -0
- package/antd/es/pagination/style/css.js +5 -0
- package/antd/es/pagination/style/index.css +522 -0
- package/antd/es/pagination/style/index.d.ts +3 -0
- package/antd/es/pagination/style/index.js +5 -0
- package/antd/es/pagination/style/index.less +407 -0
- package/antd/es/pagination/style/rtl.less +75 -0
- package/antd/es/popconfirm/style/css.js +6 -0
- package/antd/es/popconfirm/style/index.css +7 -0
- package/antd/es/popconfirm/style/index.d.ts +4 -0
- package/antd/es/popconfirm/style/index.js +6 -0
- package/antd/es/popconfirm/style/index.less +8 -0
- package/antd/es/popover/style/css.js +3 -0
- package/antd/es/popover/style/customize.less +3 -0
- package/antd/es/popover/style/index.css +224 -0
- package/antd/es/popover/style/index.d.ts +2 -0
- package/antd/es/popover/style/index.js +3 -0
- package/antd/es/popover/style/index.less +208 -0
- package/antd/es/popover/style/rtl.less +33 -0
- package/antd/es/progress/style/css.js +2 -0
- package/antd/es/progress/style/index.css +219 -0
- package/antd/es/progress/style/index.d.ts +2 -0
- package/antd/es/progress/style/index.js +2 -0
- package/antd/es/progress/style/index.less +205 -0
- package/antd/es/progress/style/rtl.less +37 -0
- package/antd/es/radio/style/css.js +2 -0
- package/antd/es/radio/style/index.css +374 -0
- package/antd/es/radio/style/index.d.ts +2 -0
- package/antd/es/radio/style/index.js +2 -0
- package/antd/es/radio/style/index.less +348 -0
- package/antd/es/radio/style/rtl.less +61 -0
- package/antd/es/rate/style/css.js +4 -0
- package/antd/es/rate/style/index.css +97 -0
- package/antd/es/rate/style/index.d.ts +3 -0
- package/antd/es/rate/style/index.js +4 -0
- package/antd/es/rate/style/index.less +87 -0
- package/antd/es/rate/style/rtl.less +26 -0
- package/antd/es/result/style/css.js +2 -0
- package/antd/es/result/style/index.css +68 -0
- package/antd/es/result/style/index.d.ts +2 -0
- package/antd/es/result/style/index.js +2 -0
- package/antd/es/result/style/index.less +74 -0
- package/antd/es/result/style/rtl.less +25 -0
- package/antd/es/row/style/css.js +4 -0
- package/antd/es/row/style/index.d.ts +2 -0
- package/antd/es/row/style/index.js +4 -0
- package/antd/es/select/style/css.js +4 -0
- package/antd/es/select/style/index.css +707 -0
- package/antd/es/select/style/index.d.ts +3 -0
- package/antd/es/select/style/index.js +4 -0
- package/antd/es/select/style/index.less +294 -0
- package/antd/es/select/style/multiple.less +194 -0
- package/antd/es/select/style/rtl.less +186 -0
- package/antd/es/select/style/single.less +180 -0
- package/antd/es/skeleton/style/css.js +2 -0
- package/antd/es/skeleton/style/index.css +284 -0
- package/antd/es/skeleton/style/index.d.ts +2 -0
- package/antd/es/skeleton/style/index.js +2 -0
- package/antd/es/skeleton/style/index.less +265 -0
- package/antd/es/skeleton/style/rtl.less +47 -0
- package/antd/es/slider/style/css.js +4 -0
- package/antd/es/slider/style/index.css +223 -0
- package/antd/es/slider/style/index.d.ts +3 -0
- package/antd/es/slider/style/index.js +4 -0
- package/antd/es/slider/style/index.less +206 -0
- package/antd/es/slider/style/rtl.less +70 -0
- package/antd/es/space/style/css.js +2 -0
- package/antd/es/space/style/index.css +38 -0
- package/antd/es/space/style/index.d.ts +2 -0
- package/antd/es/space/style/index.js +2 -0
- package/antd/es/space/style/index.less +28 -0
- package/antd/es/space/style/rtl.less +10 -0
- package/antd/es/spin/style/css.js +2 -0
- package/antd/es/spin/style/index.css +235 -0
- package/antd/es/spin/style/index.d.ts +2 -0
- package/antd/es/spin/style/index.js +2 -0
- package/antd/es/spin/style/index.less +216 -0
- package/antd/es/spin/style/rtl.less +25 -0
- package/antd/es/statistic/style/css.js +2 -0
- package/antd/es/statistic/style/index.css +56 -0
- package/antd/es/statistic/style/index.d.ts +2 -0
- package/antd/es/statistic/style/index.js +2 -0
- package/antd/es/statistic/style/index.less +44 -0
- package/antd/es/statistic/style/rtl.less +26 -0
- package/antd/es/steps/style/css.js +3 -0
- package/antd/es/steps/style/custom-icon.less +32 -0
- package/antd/es/steps/style/index.css +812 -0
- package/antd/es/steps/style/index.d.ts +3 -0
- package/antd/es/steps/style/index.js +3 -0
- package/antd/es/steps/style/index.less +246 -0
- package/antd/es/steps/style/label-placement.less +39 -0
- package/antd/es/steps/style/nav.less +124 -0
- package/antd/es/steps/style/progress-dot.less +79 -0
- package/antd/es/steps/style/progress.less +21 -0
- package/antd/es/steps/style/rtl.less +249 -0
- package/antd/es/steps/style/small.less +47 -0
- package/antd/es/steps/style/vertical.less +77 -0
- package/antd/es/switch/style/css.js +2 -0
- package/antd/es/switch/style/index.css +166 -0
- package/antd/es/switch/style/index.d.ts +2 -0
- package/antd/es/switch/style/index.js +2 -0
- package/antd/es/switch/style/index.less +153 -0
- package/antd/es/switch/style/rtl.less +50 -0
- package/antd/es/table/style/bordered.less +122 -0
- package/antd/es/table/style/css.js +13 -0
- package/antd/es/table/style/index.css +806 -0
- package/antd/es/table/style/index.d.ts +10 -0
- package/antd/es/table/style/index.js +13 -0
- package/antd/es/table/style/index.less +616 -0
- package/antd/es/table/style/radius.less +45 -0
- package/antd/es/table/style/rtl.less +180 -0
- package/antd/es/table/style/size.less +68 -0
- package/antd/es/tabs/style/card.less +97 -0
- package/antd/es/tabs/style/css.js +2 -0
- package/antd/es/tabs/style/dropdown.less +60 -0
- package/antd/es/tabs/style/index.css +664 -0
- package/antd/es/tabs/style/index.d.ts +2 -0
- package/antd/es/tabs/style/index.js +2 -0
- package/antd/es/tabs/style/index.less +224 -0
- package/antd/es/tabs/style/position.less +195 -0
- package/antd/es/tabs/style/rtl.less +73 -0
- package/antd/es/tabs/style/size.less +41 -0
- package/antd/es/tag/style/css.js +2 -0
- package/antd/es/tag/style/index.css +256 -0
- package/antd/es/tag/style/index.d.ts +2 -0
- package/antd/es/tag/style/index.js +2 -0
- package/antd/es/tag/style/index.less +130 -0
- package/antd/es/tag/style/rtl.less +28 -0
- package/antd/es/time-picker/style/css.js +4 -0
- package/antd/es/time-picker/style/index.css +4 -0
- package/antd/es/time-picker/style/index.d.ts +3 -0
- package/antd/es/time-picker/style/index.js +4 -0
- package/antd/es/time-picker/style/index.less +3 -0
- package/antd/es/timeline/style/css.js +2 -0
- package/antd/es/timeline/style/index.css +240 -0
- package/antd/es/timeline/style/index.d.ts +2 -0
- package/antd/es/timeline/style/index.js +2 -0
- package/antd/es/timeline/style/index.less +186 -0
- package/antd/es/timeline/style/rtl.less +135 -0
- package/antd/es/tooltip/style/css.js +2 -0
- package/antd/es/tooltip/style/index.css +261 -0
- package/antd/es/tooltip/style/index.d.ts +2 -0
- package/antd/es/tooltip/style/index.js +2 -0
- package/antd/es/tooltip/style/index.less +206 -0
- package/antd/es/tooltip/style/rtl.less +14 -0
- package/antd/es/transfer/style/css.js +10 -0
- package/antd/es/transfer/style/customize.less +45 -0
- package/antd/es/transfer/style/index.css +346 -0
- package/antd/es/transfer/style/index.d.ts +9 -0
- package/antd/es/transfer/style/index.js +10 -0
- package/antd/es/transfer/style/index.less +237 -0
- package/antd/es/transfer/style/rtl.less +63 -0
- package/antd/es/tree/style/css.js +2 -0
- package/antd/es/tree/style/directory.less +72 -0
- package/antd/es/tree/style/index.css +508 -0
- package/antd/es/tree/style/index.d.ts +2 -0
- package/antd/es/tree/style/index.js +2 -0
- package/antd/es/tree/style/index.less +14 -0
- package/antd/es/tree/style/mixin.less +264 -0
- package/antd/es/tree/style/rtl.less +64 -0
- package/antd/es/tree-select/style/css.js +6 -0
- package/antd/es/tree-select/style/index.css +463 -0
- package/antd/es/tree-select/style/index.d.ts +4 -0
- package/antd/es/tree-select/style/index.js +6 -0
- package/antd/es/tree-select/style/index.less +55 -0
- package/antd/es/typography/style/css.js +5 -0
- package/antd/es/typography/style/index.css +277 -0
- package/antd/es/typography/style/index.d.ts +4 -0
- package/antd/es/typography/style/index.js +5 -0
- package/antd/es/typography/style/index.less +225 -0
- package/antd/es/typography/style/rtl.less +54 -0
- package/antd/es/upload/style/css.js +6 -0
- package/antd/es/upload/style/index.css +694 -0
- package/antd/es/upload/style/index.d.ts +5 -0
- package/antd/es/upload/style/index.js +6 -0
- package/antd/es/upload/style/index.less +590 -0
- package/antd/es/upload/style/rtl.less +188 -0
- package/antd/es/version/style/css.js +2 -0
- package/antd/es/version/style/index.d.ts +1 -0
- package/antd/es/version/style/index.js +2 -0
- package/antd/lib/affix/style/css.js +5 -0
- package/antd/lib/affix/style/index.css +8 -0
- package/antd/lib/affix/style/index.d.ts +2 -0
- package/antd/lib/affix/style/index.js +5 -0
- package/antd/lib/affix/style/index.less +6 -0
- package/antd/lib/alert/style/css.js +5 -0
- package/antd/lib/alert/style/index.css +260 -0
- package/antd/lib/alert/style/index.d.ts +2 -0
- package/antd/lib/alert/style/index.js +5 -0
- package/antd/lib/alert/style/index.less +196 -0
- package/antd/lib/alert/style/rtl.less +74 -0
- package/antd/lib/anchor/style/css.js +7 -0
- package/antd/lib/anchor/style/index.css +107 -0
- package/antd/lib/anchor/style/index.d.ts +3 -0
- package/antd/lib/anchor/style/index.js +7 -0
- package/antd/lib/anchor/style/index.less +84 -0
- package/antd/lib/anchor/style/rtl.less +40 -0
- package/antd/lib/auto-complete/style/css.js +7 -0
- package/antd/lib/auto-complete/style/index.css +20 -0
- package/antd/lib/auto-complete/style/index.d.ts +3 -0
- package/antd/lib/auto-complete/style/index.js +7 -0
- package/antd/lib/auto-complete/style/index.less +16 -0
- package/antd/lib/avatar/style/css.js +7 -0
- package/antd/lib/avatar/style/group.less +22 -0
- package/antd/lib/avatar/style/index.css +112 -0
- package/antd/lib/avatar/style/index.d.ts +3 -0
- package/antd/lib/avatar/style/index.js +7 -0
- package/antd/lib/avatar/style/index.less +66 -0
- package/antd/lib/avatar/style/rtl.less +20 -0
- package/antd/lib/back-top/style/css.js +5 -0
- package/antd/lib/back-top/style/index.css +62 -0
- package/antd/lib/back-top/style/index.d.ts +2 -0
- package/antd/lib/back-top/style/index.js +5 -0
- package/antd/lib/back-top/style/index.less +49 -0
- package/antd/lib/back-top/style/responsive.less +11 -0
- package/antd/lib/badge/style/css.js +7 -0
- package/antd/lib/badge/style/index.css +372 -0
- package/antd/lib/badge/style/index.d.ts +3 -0
- package/antd/lib/badge/style/index.js +7 -0
- package/antd/lib/badge/style/index.less +193 -0
- package/antd/lib/badge/style/ribbon.less +84 -0
- package/antd/lib/badge/style/rtl.less +111 -0
- package/antd/lib/breadcrumb/style/css.js +9 -0
- package/antd/lib/breadcrumb/style/index.css +73 -0
- package/antd/lib/breadcrumb/style/index.d.ts +4 -0
- package/antd/lib/breadcrumb/style/index.js +9 -0
- package/antd/lib/breadcrumb/style/index.less +54 -0
- package/antd/lib/breadcrumb/style/rtl.less +34 -0
- package/antd/lib/button/style/css.js +5 -0
- package/antd/lib/button/style/index.css +1915 -0
- package/antd/lib/button/style/index.d.ts +2 -0
- package/antd/lib/button/style/index.js +5 -0
- package/antd/lib/button/style/index.less +249 -0
- package/antd/lib/button/style/mixin.less +518 -0
- package/antd/lib/button/style/rtl.less +113 -0
- package/antd/lib/calendar/style/css.js +11 -0
- package/antd/lib/calendar/style/index.css +180 -0
- package/antd/lib/calendar/style/index.d.ts +5 -0
- package/antd/lib/calendar/style/index.js +11 -0
- package/antd/lib/calendar/style/index.less +192 -0
- package/antd/lib/calendar/style/rtl.less +52 -0
- package/antd/lib/card/style/css.js +11 -0
- package/antd/lib/card/style/index.css +317 -0
- package/antd/lib/card/style/index.d.ts +5 -0
- package/antd/lib/card/style/index.js +11 -0
- package/antd/lib/card/style/index.less +293 -0
- package/antd/lib/card/style/size.less +22 -0
- package/antd/lib/carousel/style/css.js +5 -0
- package/antd/lib/carousel/style/index.css +298 -0
- package/antd/lib/carousel/style/index.d.ts +2 -0
- package/antd/lib/carousel/style/index.js +5 -0
- package/antd/lib/carousel/style/index.less +267 -0
- package/antd/lib/carousel/style/rtl.less +52 -0
- package/antd/lib/cascader/style/css.js +9 -0
- package/antd/lib/cascader/style/index.css +296 -0
- package/antd/lib/cascader/style/index.d.ts +4 -0
- package/antd/lib/cascader/style/index.js +9 -0
- package/antd/lib/cascader/style/index.less +243 -0
- package/antd/lib/cascader/style/rtl.less +89 -0
- package/antd/lib/checkbox/style/css.js +5 -0
- package/antd/lib/checkbox/style/index.css +246 -0
- package/antd/lib/checkbox/style/index.d.ts +2 -0
- package/antd/lib/checkbox/style/index.js +5 -0
- package/antd/lib/checkbox/style/index.less +5 -0
- package/antd/lib/checkbox/style/mixin.less +221 -0
- package/antd/lib/checkbox/style/rtl.less +26 -0
- package/antd/lib/col/style/css.js +5 -0
- package/antd/lib/col/style/index.d.ts +2 -0
- package/antd/lib/col/style/index.js +5 -0
- package/antd/lib/collapse/style/css.js +5 -0
- package/antd/lib/collapse/style/index.css +175 -0
- package/antd/lib/collapse/style/index.d.ts +2 -0
- package/antd/lib/collapse/style/index.js +5 -0
- package/antd/lib/collapse/style/index.less +153 -0
- package/antd/lib/collapse/style/rtl.less +42 -0
- package/antd/lib/comment/style/css.js +5 -0
- package/antd/lib/comment/style/index.css +124 -0
- package/antd/lib/comment/style/index.d.ts +2 -0
- package/antd/lib/comment/style/index.js +5 -0
- package/antd/lib/comment/style/index.less +101 -0
- package/antd/lib/comment/style/rtl.less +50 -0
- package/antd/lib/config-provider/style/index.css +4 -0
- package/antd/lib/config-provider/style/index.d.ts +1 -0
- package/antd/lib/config-provider/style/index.less +2 -0
- package/antd/lib/date-picker/style/css.js +7 -0
- package/antd/lib/date-picker/style/index.css +1060 -0
- package/antd/lib/date-picker/style/index.d.ts +3 -0
- package/antd/lib/date-picker/style/index.js +7 -0
- package/antd/lib/date-picker/style/index.less +335 -0
- package/antd/lib/date-picker/style/panel.less +681 -0
- package/antd/lib/date-picker/style/rtl.less +216 -0
- package/antd/lib/descriptions/style/css.js +5 -0
- package/antd/lib/descriptions/style/index.css +132 -0
- package/antd/lib/descriptions/style/index.d.ts +2 -0
- package/antd/lib/descriptions/style/index.js +5 -0
- package/antd/lib/descriptions/style/index.less +164 -0
- package/antd/lib/descriptions/style/rtl.less +18 -0
- package/antd/lib/divider/style/css.js +5 -0
- package/antd/lib/divider/style/index.css +115 -0
- package/antd/lib/divider/style/index.d.ts +2 -0
- package/antd/lib/divider/style/index.js +5 -0
- package/antd/lib/divider/style/index.less +103 -0
- package/antd/lib/divider/style/rtl.less +36 -0
- package/antd/lib/drawer/style/css.js +5 -0
- package/antd/lib/drawer/style/customize.less +3 -0
- package/antd/lib/drawer/style/drawer.less +256 -0
- package/antd/lib/drawer/style/index.css +253 -0
- package/antd/lib/drawer/style/index.d.ts +2 -0
- package/antd/lib/drawer/style/index.js +5 -0
- package/antd/lib/drawer/style/index.less +5 -0
- package/antd/lib/drawer/style/rtl.less +16 -0
- package/antd/lib/dropdown/style/css.js +7 -0
- package/antd/lib/dropdown/style/index.css +405 -0
- package/antd/lib/dropdown/style/index.d.ts +3 -0
- package/antd/lib/dropdown/style/index.js +7 -0
- package/antd/lib/dropdown/style/index.less +369 -0
- package/antd/lib/dropdown/style/rtl.less +85 -0
- package/antd/lib/dropdown/style/status.less +12 -0
- package/antd/lib/empty/style/css.js +5 -0
- package/antd/lib/empty/style/index.css +75 -0
- package/antd/lib/empty/style/index.d.ts +2 -0
- package/antd/lib/empty/style/index.js +5 -0
- package/antd/lib/empty/style/index.less +139 -0
- package/antd/lib/empty/style/rtl.less +10 -0
- package/antd/lib/form/style/components.less +69 -0
- package/antd/lib/form/style/css.js +7 -0
- package/antd/lib/form/style/horizontal.less +10 -0
- package/antd/lib/form/style/index.css +939 -0
- package/antd/lib/form/style/index.d.ts +3 -0
- package/antd/lib/form/style/index.js +7 -0
- package/antd/lib/form/style/index.less +233 -0
- package/antd/lib/form/style/inline.less +35 -0
- package/antd/lib/form/style/mixin.less +118 -0
- package/antd/lib/form/style/rtl.less +178 -0
- package/antd/lib/form/style/status.less +251 -0
- package/antd/lib/form/style/vertical.less +84 -0
- package/antd/lib/grid/style/css.js +5 -0
- package/antd/lib/grid/style/index.css +5889 -0
- package/antd/lib/grid/style/index.d.ts +2 -0
- package/antd/lib/grid/style/index.js +5 -0
- package/antd/lib/grid/style/index.less +113 -0
- package/antd/lib/grid/style/mixin.less +53 -0
- package/antd/lib/grid/style/rtl.less +74 -0
- package/antd/lib/icon/style/css.js +5 -0
- package/antd/lib/icon/style/index.css +4 -0
- package/antd/lib/icon/style/index.d.ts +2 -0
- package/antd/lib/icon/style/index.js +5 -0
- package/antd/lib/icon/style/index.less +4 -0
- package/antd/lib/input/style/IE11.less +20 -0
- package/antd/lib/input/style/affix.less +48 -0
- package/antd/lib/input/style/allow-clear.less +52 -0
- package/antd/lib/input/style/css.js +7 -0
- package/antd/lib/input/style/index.css +820 -0
- package/antd/lib/input/style/index.d.ts +3 -0
- package/antd/lib/input/style/index.js +7 -0
- package/antd/lib/input/style/index.less +50 -0
- package/antd/lib/input/style/mixin.less +398 -0
- package/antd/lib/input/style/rtl.less +235 -0
- package/antd/lib/input/style/search-input.less +90 -0
- package/antd/lib/input-number/style/css.js +5 -0
- package/antd/lib/input-number/style/index.css +338 -0
- package/antd/lib/input-number/style/index.d.ts +2 -0
- package/antd/lib/input-number/style/index.js +5 -0
- package/antd/lib/input-number/style/index.less +186 -0
- package/antd/lib/input-number/style/rtl.less +28 -0
- package/antd/lib/layout/style/css.js +5 -0
- package/antd/lib/layout/style/index.css +135 -0
- package/antd/lib/layout/style/index.d.ts +2 -0
- package/antd/lib/layout/style/index.js +5 -0
- package/antd/lib/layout/style/index.less +126 -0
- package/antd/lib/layout/style/light.less +15 -0
- package/antd/lib/layout/style/rtl.less +10 -0
- package/antd/lib/list/style/bordered.less +44 -0
- package/antd/lib/list/style/css.js +13 -0
- package/antd/lib/list/style/customize.less +12 -0
- package/antd/lib/list/style/index.css +343 -0
- package/antd/lib/list/style/index.d.ts +6 -0
- package/antd/lib/list/style/index.js +13 -0
- package/antd/lib/list/style/index.less +239 -0
- package/antd/lib/list/style/responsive.less +40 -0
- package/antd/lib/list/style/rtl.less +139 -0
- package/antd/lib/locale-provider/style/css.js +3 -0
- package/antd/lib/locale-provider/style/index.css +4 -0
- package/antd/lib/locale-provider/style/index.d.ts +1 -0
- package/antd/lib/locale-provider/style/index.js +3 -0
- package/antd/lib/locale-provider/style/index.less +2 -0
- package/antd/lib/mentions/style/css.js +7 -0
- package/antd/lib/mentions/style/index.css +287 -0
- package/antd/lib/mentions/style/index.d.ts +3 -0
- package/antd/lib/mentions/style/index.js +7 -0
- package/antd/lib/mentions/style/index.less +169 -0
- package/antd/lib/mentions/style/rtl.less +10 -0
- package/antd/lib/menu/style/css.js +7 -0
- package/antd/lib/menu/style/dark.less +148 -0
- package/antd/lib/menu/style/index.css +907 -0
- package/antd/lib/menu/style/index.d.ts +3 -0
- package/antd/lib/menu/style/index.js +7 -0
- package/antd/lib/menu/style/index.less +587 -0
- package/antd/lib/menu/style/rtl.less +162 -0
- package/antd/lib/menu/style/status.less +47 -0
- package/antd/lib/message/style/css.js +5 -0
- package/antd/lib/message/style/index.css +95 -0
- package/antd/lib/message/style/index.d.ts +2 -0
- package/antd/lib/message/style/index.js +5 -0
- package/antd/lib/message/style/index.less +73 -0
- package/antd/lib/message/style/rtl.less +17 -0
- package/antd/lib/modal/style/confirm.less +78 -0
- package/antd/lib/modal/style/css.js +7 -0
- package/antd/lib/modal/style/customize.less +3 -0
- package/antd/lib/modal/style/index.css +261 -0
- package/antd/lib/modal/style/index.d.ts +3 -0
- package/antd/lib/modal/style/index.js +7 -0
- package/antd/lib/modal/style/index.less +6 -0
- package/antd/lib/modal/style/modal.less +164 -0
- package/antd/lib/modal/style/rtl.less +73 -0
- package/antd/lib/notification/style/css.js +5 -0
- package/antd/lib/notification/style/customize.less +3 -0
- package/antd/lib/notification/style/index.css +273 -0
- package/antd/lib/notification/style/index.d.ts +2 -0
- package/antd/lib/notification/style/index.js +5 -0
- package/antd/lib/notification/style/index.less +221 -0
- package/antd/lib/notification/style/rtl.less +53 -0
- package/antd/lib/page-header/style/css.js +7 -0
- package/antd/lib/page-header/style/index.css +167 -0
- package/antd/lib/page-header/style/index.d.ts +3 -0
- package/antd/lib/page-header/style/index.js +7 -0
- package/antd/lib/page-header/style/index.less +125 -0
- package/antd/lib/page-header/style/rtl.less +76 -0
- package/antd/lib/pagination/style/css.js +7 -0
- package/antd/lib/pagination/style/index.css +522 -0
- package/antd/lib/pagination/style/index.d.ts +3 -0
- package/antd/lib/pagination/style/index.js +7 -0
- package/antd/lib/pagination/style/index.less +407 -0
- package/antd/lib/pagination/style/rtl.less +75 -0
- package/antd/lib/popconfirm/style/css.js +9 -0
- package/antd/lib/popconfirm/style/index.css +7 -0
- package/antd/lib/popconfirm/style/index.d.ts +4 -0
- package/antd/lib/popconfirm/style/index.js +9 -0
- package/antd/lib/popconfirm/style/index.less +8 -0
- package/antd/lib/popover/style/css.js +5 -0
- package/antd/lib/popover/style/customize.less +3 -0
- package/antd/lib/popover/style/index.css +224 -0
- package/antd/lib/popover/style/index.d.ts +2 -0
- package/antd/lib/popover/style/index.js +5 -0
- package/antd/lib/popover/style/index.less +208 -0
- package/antd/lib/popover/style/rtl.less +33 -0
- package/antd/lib/progress/style/css.js +5 -0
- package/antd/lib/progress/style/index.css +219 -0
- package/antd/lib/progress/style/index.d.ts +2 -0
- package/antd/lib/progress/style/index.js +5 -0
- package/antd/lib/progress/style/index.less +205 -0
- package/antd/lib/progress/style/rtl.less +37 -0
- package/antd/lib/radio/style/css.js +5 -0
- package/antd/lib/radio/style/index.css +374 -0
- package/antd/lib/radio/style/index.d.ts +2 -0
- package/antd/lib/radio/style/index.js +5 -0
- package/antd/lib/radio/style/index.less +348 -0
- package/antd/lib/radio/style/rtl.less +61 -0
- package/antd/lib/rate/style/css.js +7 -0
- package/antd/lib/rate/style/index.css +97 -0
- package/antd/lib/rate/style/index.d.ts +3 -0
- package/antd/lib/rate/style/index.js +7 -0
- package/antd/lib/rate/style/index.less +87 -0
- package/antd/lib/rate/style/rtl.less +26 -0
- package/antd/lib/result/style/css.js +5 -0
- package/antd/lib/result/style/index.css +68 -0
- package/antd/lib/result/style/index.d.ts +2 -0
- package/antd/lib/result/style/index.js +5 -0
- package/antd/lib/result/style/index.less +74 -0
- package/antd/lib/result/style/rtl.less +25 -0
- package/antd/lib/row/style/css.js +5 -0
- package/antd/lib/row/style/index.d.ts +2 -0
- package/antd/lib/row/style/index.js +5 -0
- package/antd/lib/select/style/css.js +7 -0
- package/antd/lib/select/style/index.css +707 -0
- package/antd/lib/select/style/index.d.ts +3 -0
- package/antd/lib/select/style/index.js +7 -0
- package/antd/lib/select/style/index.less +294 -0
- package/antd/lib/select/style/multiple.less +194 -0
- package/antd/lib/select/style/rtl.less +186 -0
- package/antd/lib/select/style/single.less +180 -0
- package/antd/lib/skeleton/style/css.js +5 -0
- package/antd/lib/skeleton/style/index.css +284 -0
- package/antd/lib/skeleton/style/index.d.ts +2 -0
- package/antd/lib/skeleton/style/index.js +5 -0
- package/antd/lib/skeleton/style/index.less +265 -0
- package/antd/lib/skeleton/style/rtl.less +47 -0
- package/antd/lib/slider/style/css.js +7 -0
- package/antd/lib/slider/style/index.css +223 -0
- package/antd/lib/slider/style/index.d.ts +3 -0
- package/antd/lib/slider/style/index.js +7 -0
- package/antd/lib/slider/style/index.less +206 -0
- package/antd/lib/slider/style/rtl.less +70 -0
- package/antd/lib/space/style/css.js +5 -0
- package/antd/lib/space/style/index.css +38 -0
- package/antd/lib/space/style/index.d.ts +2 -0
- package/antd/lib/space/style/index.js +5 -0
- package/antd/lib/space/style/index.less +28 -0
- package/antd/lib/space/style/rtl.less +10 -0
- package/antd/lib/spin/style/css.js +5 -0
- package/antd/lib/spin/style/index.css +235 -0
- package/antd/lib/spin/style/index.d.ts +2 -0
- package/antd/lib/spin/style/index.js +5 -0
- package/antd/lib/spin/style/index.less +216 -0
- package/antd/lib/spin/style/rtl.less +25 -0
- package/antd/lib/statistic/style/css.js +5 -0
- package/antd/lib/statistic/style/index.css +56 -0
- package/antd/lib/statistic/style/index.d.ts +2 -0
- package/antd/lib/statistic/style/index.js +5 -0
- package/antd/lib/statistic/style/index.less +44 -0
- package/antd/lib/statistic/style/rtl.less +26 -0
- package/antd/lib/steps/style/css.js +7 -0
- package/antd/lib/steps/style/custom-icon.less +32 -0
- package/antd/lib/steps/style/index.css +812 -0
- package/antd/lib/steps/style/index.d.ts +3 -0
- package/antd/lib/steps/style/index.js +7 -0
- package/antd/lib/steps/style/index.less +246 -0
- package/antd/lib/steps/style/label-placement.less +39 -0
- package/antd/lib/steps/style/nav.less +124 -0
- package/antd/lib/steps/style/progress-dot.less +79 -0
- package/antd/lib/steps/style/progress.less +21 -0
- package/antd/lib/steps/style/rtl.less +249 -0
- package/antd/lib/steps/style/small.less +47 -0
- package/antd/lib/steps/style/vertical.less +77 -0
- package/antd/lib/style/css.js +3 -0
- package/antd/lib/style/index.d.ts +1 -0
- package/antd/lib/style/index.js +3 -0
- package/antd/lib/switch/style/css.js +5 -0
- package/antd/lib/switch/style/index.css +166 -0
- package/antd/lib/switch/style/index.d.ts +2 -0
- package/antd/lib/switch/style/index.js +5 -0
- package/antd/lib/switch/style/index.less +153 -0
- package/antd/lib/switch/style/rtl.less +50 -0
- package/antd/lib/table/style/bordered.less +122 -0
- package/antd/lib/table/style/css.js +21 -0
- package/antd/lib/table/style/index.css +806 -0
- package/antd/lib/table/style/index.d.ts +10 -0
- package/antd/lib/table/style/index.js +21 -0
- package/antd/lib/table/style/index.less +616 -0
- package/antd/lib/table/style/radius.less +45 -0
- package/antd/lib/table/style/rtl.less +180 -0
- package/antd/lib/table/style/size.less +68 -0
- package/antd/lib/tabs/style/card.less +97 -0
- package/antd/lib/tabs/style/css.js +5 -0
- package/antd/lib/tabs/style/dropdown.less +60 -0
- package/antd/lib/tabs/style/index.css +664 -0
- package/antd/lib/tabs/style/index.d.ts +2 -0
- package/antd/lib/tabs/style/index.js +5 -0
- package/antd/lib/tabs/style/index.less +224 -0
- package/antd/lib/tabs/style/position.less +195 -0
- package/antd/lib/tabs/style/rtl.less +73 -0
- package/antd/lib/tabs/style/size.less +41 -0
- package/antd/lib/tag/style/css.js +5 -0
- package/antd/lib/tag/style/index.css +256 -0
- package/antd/lib/tag/style/index.d.ts +2 -0
- package/antd/lib/tag/style/index.js +5 -0
- package/antd/lib/tag/style/index.less +130 -0
- package/antd/lib/tag/style/rtl.less +28 -0
- package/antd/lib/time-picker/style/css.js +7 -0
- package/antd/lib/time-picker/style/index.css +4 -0
- package/antd/lib/time-picker/style/index.d.ts +3 -0
- package/antd/lib/time-picker/style/index.js +7 -0
- package/antd/lib/time-picker/style/index.less +3 -0
- package/antd/lib/timeline/style/css.js +5 -0
- package/antd/lib/timeline/style/index.css +240 -0
- package/antd/lib/timeline/style/index.d.ts +2 -0
- package/antd/lib/timeline/style/index.js +5 -0
- package/antd/lib/timeline/style/index.less +186 -0
- package/antd/lib/timeline/style/rtl.less +135 -0
- package/antd/lib/tooltip/style/css.js +5 -0
- package/antd/lib/tooltip/style/index.css +261 -0
- package/antd/lib/tooltip/style/index.d.ts +2 -0
- package/antd/lib/tooltip/style/index.js +5 -0
- package/antd/lib/tooltip/style/index.less +206 -0
- package/antd/lib/tooltip/style/rtl.less +14 -0
- package/antd/lib/transfer/style/css.js +19 -0
- package/antd/lib/transfer/style/customize.less +45 -0
- package/antd/lib/transfer/style/index.css +346 -0
- package/antd/lib/transfer/style/index.d.ts +9 -0
- package/antd/lib/transfer/style/index.js +19 -0
- package/antd/lib/transfer/style/index.less +237 -0
- package/antd/lib/transfer/style/rtl.less +63 -0
- package/antd/lib/tree/style/css.js +5 -0
- package/antd/lib/tree/style/directory.less +72 -0
- package/antd/lib/tree/style/index.css +508 -0
- package/antd/lib/tree/style/index.d.ts +2 -0
- package/antd/lib/tree/style/index.js +5 -0
- package/antd/lib/tree/style/index.less +14 -0
- package/antd/lib/tree/style/mixin.less +264 -0
- package/antd/lib/tree/style/rtl.less +64 -0
- package/antd/lib/tree-select/style/css.js +9 -0
- package/antd/lib/tree-select/style/index.css +463 -0
- package/antd/lib/tree-select/style/index.d.ts +4 -0
- package/antd/lib/tree-select/style/index.js +9 -0
- package/antd/lib/tree-select/style/index.less +55 -0
- package/antd/lib/typography/style/css.js +9 -0
- package/antd/lib/typography/style/index.css +277 -0
- package/antd/lib/typography/style/index.d.ts +4 -0
- package/antd/lib/typography/style/index.js +9 -0
- package/antd/lib/typography/style/index.less +225 -0
- package/antd/lib/typography/style/rtl.less +54 -0
- package/antd/lib/upload/style/css.js +11 -0
- package/antd/lib/upload/style/index.css +694 -0
- package/antd/lib/upload/style/index.d.ts +5 -0
- package/antd/lib/upload/style/index.js +11 -0
- package/antd/lib/upload/style/index.less +590 -0
- package/antd/lib/upload/style/rtl.less +188 -0
- package/antd/lib/version/style/css.js +3 -0
- package/antd/lib/version/style/index.d.ts +1 -0
- package/antd/lib/version/style/index.js +3 -0
- package/dist/UIKitProvider/index.d.ts +3 -2
- package/dist/components.css +755 -755
- package/dist/esm/index.js +23 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1153 -1153
- package/dist/umd/index.js +25 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +12 -10
- package/dist/antd/es/locale/ar_EG.d.ts +0 -3
- package/dist/antd/es/locale/ar_EG.js +0 -116
- package/dist/antd/es/locale/az_AZ.d.ts +0 -3
- package/dist/antd/es/locale/az_AZ.js +0 -45
- package/dist/antd/es/locale/bg_BG.d.ts +0 -3
- package/dist/antd/es/locale/bg_BG.js +0 -43
- package/dist/antd/es/locale/ca_ES.d.ts +0 -3
- package/dist/antd/es/locale/ca_ES.js +0 -124
- package/dist/antd/es/locale/cs_CZ.d.ts +0 -3
- package/dist/antd/es/locale/cs_CZ.js +0 -54
- package/dist/antd/es/locale/da_DK.d.ts +0 -3
- package/dist/antd/es/locale/da_DK.js +0 -43
- package/dist/antd/es/locale/de_DE.d.ts +0 -3
- package/dist/antd/es/locale/de_DE.js +0 -113
- package/dist/antd/es/locale/default.d.ts +0 -3
- package/dist/antd/es/locale/default.js +0 -124
- package/dist/antd/es/locale/el_GR.d.ts +0 -3
- package/dist/antd/es/locale/el_GR.js +0 -43
- package/dist/antd/es/locale/en_GB.d.ts +0 -3
- package/dist/antd/es/locale/en_GB.js +0 -94
- package/dist/antd/es/locale/en_US.d.ts +0 -2
- package/dist/antd/es/locale/en_US.js +0 -2
- package/dist/antd/es/locale/es_ES.d.ts +0 -3
- package/dist/antd/es/locale/es_ES.js +0 -110
- package/dist/antd/es/locale/et_EE.d.ts +0 -3
- package/dist/antd/es/locale/et_EE.js +0 -43
- package/dist/antd/es/locale/fa_IR.d.ts +0 -3
- package/dist/antd/es/locale/fa_IR.js +0 -114
- package/dist/antd/es/locale/fi_FI.d.ts +0 -3
- package/dist/antd/es/locale/fi_FI.js +0 -50
- package/dist/antd/es/locale/fr_BE.d.ts +0 -3
- package/dist/antd/es/locale/fr_BE.js +0 -47
- package/dist/antd/es/locale/fr_FR.d.ts +0 -3
- package/dist/antd/es/locale/fr_FR.js +0 -59
- package/dist/antd/es/locale/ga_IE.d.ts +0 -3
- package/dist/antd/es/locale/ga_IE.js +0 -123
- package/dist/antd/es/locale/he_IL.d.ts +0 -3
- package/dist/antd/es/locale/he_IL.js +0 -116
- package/dist/antd/es/locale/hi_IN.d.ts +0 -3
- package/dist/antd/es/locale/hi_IN.js +0 -51
- package/dist/antd/es/locale/hr_HR.d.ts +0 -3
- package/dist/antd/es/locale/hr_HR.js +0 -57
- package/dist/antd/es/locale/hu_HU.d.ts +0 -3
- package/dist/antd/es/locale/hu_HU.js +0 -44
- package/dist/antd/es/locale/hy_AM.d.ts +0 -3
- package/dist/antd/es/locale/hy_AM.js +0 -109
- package/dist/antd/es/locale/id_ID.d.ts +0 -3
- package/dist/antd/es/locale/id_ID.js +0 -45
- package/dist/antd/es/locale/is_IS.d.ts +0 -3
- package/dist/antd/es/locale/is_IS.js +0 -43
- package/dist/antd/es/locale/it_IT.d.ts +0 -3
- package/dist/antd/es/locale/it_IT.js +0 -59
- package/dist/antd/es/locale/ja_JP.d.ts +0 -3
- package/dist/antd/es/locale/ja_JP.js +0 -94
- package/dist/antd/es/locale/kn_IN.d.ts +0 -3
- package/dist/antd/es/locale/kn_IN.js +0 -51
- package/dist/antd/es/locale/ko_KR.d.ts +0 -3
- package/dist/antd/es/locale/ko_KR.js +0 -94
- package/dist/antd/es/locale/ku_IQ.d.ts +0 -3
- package/dist/antd/es/locale/ku_IQ.js +0 -43
- package/dist/antd/es/locale/lv_LV.d.ts +0 -3
- package/dist/antd/es/locale/lv_LV.js +0 -43
- package/dist/antd/es/locale/mk_MK.d.ts +0 -3
- package/dist/antd/es/locale/mk_MK.js +0 -58
- package/dist/antd/es/locale/mn_MN.d.ts +0 -3
- package/dist/antd/es/locale/mn_MN.js +0 -43
- package/dist/antd/es/locale/ms_MY.d.ts +0 -3
- package/dist/antd/es/locale/ms_MY.js +0 -63
- package/dist/antd/es/locale/nb_NO.d.ts +0 -3
- package/dist/antd/es/locale/nb_NO.js +0 -124
- package/dist/antd/es/locale/ne_NP.d.ts +0 -3
- package/dist/antd/es/locale/ne_NP.js +0 -44
- package/dist/antd/es/locale/nl_BE.d.ts +0 -3
- package/dist/antd/es/locale/nl_BE.js +0 -43
- package/dist/antd/es/locale/nl_NL.d.ts +0 -3
- package/dist/antd/es/locale/nl_NL.js +0 -62
- package/dist/antd/es/locale/pl_PL.d.ts +0 -3
- package/dist/antd/es/locale/pl_PL.js +0 -43
- package/dist/antd/es/locale/pt_BR.d.ts +0 -3
- package/dist/antd/es/locale/pt_BR.js +0 -116
- package/dist/antd/es/locale/pt_PT.d.ts +0 -3
- package/dist/antd/es/locale/pt_PT.js +0 -44
- package/dist/antd/es/locale/ro_RO.d.ts +0 -3
- package/dist/antd/es/locale/ro_RO.js +0 -62
- package/dist/antd/es/locale/ru_RU.d.ts +0 -3
- package/dist/antd/es/locale/ru_RU.js +0 -116
- package/dist/antd/es/locale/sk_SK.d.ts +0 -3
- package/dist/antd/es/locale/sk_SK.js +0 -62
- package/dist/antd/es/locale/sl_SI.d.ts +0 -3
- package/dist/antd/es/locale/sl_SI.js +0 -43
- package/dist/antd/es/locale/sr_RS.d.ts +0 -3
- package/dist/antd/es/locale/sr_RS.js +0 -43
- package/dist/antd/es/locale/sv_SE.d.ts +0 -3
- package/dist/antd/es/locale/sv_SE.js +0 -47
- package/dist/antd/es/locale/ta_IN.d.ts +0 -3
- package/dist/antd/es/locale/ta_IN.js +0 -63
- package/dist/antd/es/locale/th_TH.d.ts +0 -3
- package/dist/antd/es/locale/th_TH.js +0 -62
- package/dist/antd/es/locale/tr_TR.d.ts +0 -3
- package/dist/antd/es/locale/tr_TR.js +0 -124
- package/dist/antd/es/locale/uk_UA.d.ts +0 -3
- package/dist/antd/es/locale/uk_UA.js +0 -43
- package/dist/antd/es/locale/vi_VN.d.ts +0 -3
- package/dist/antd/es/locale/vi_VN.js +0 -43
- package/dist/antd/es/locale/zh_CN.d.ts +0 -3
- package/dist/antd/es/locale/zh_CN.js +0 -124
- package/dist/antd/es/locale/zh_HK.d.ts +0 -3
- package/dist/antd/es/locale/zh_HK.js +0 -117
- package/dist/antd/es/locale/zh_TW.d.ts +0 -3
- package/dist/antd/es/locale/zh_TW.js +0 -117
- /package/{dist/antd → antd}/dist/antd.less +0 -0
- /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
- /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
- /package/{dist/antd → antd}/lib/style/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/components.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/index.css +0 -0
- /package/{dist/antd → antd}/lib/style/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-template-curly-in-string */
|
|
2
|
-
import Pagination from "rc-pagination/es/locale/ar_EG";
|
|
3
|
-
import DatePicker from '../date-picker/locale/ar_EG';
|
|
4
|
-
import TimePicker from '../time-picker/locale/ar_EG';
|
|
5
|
-
import Calendar from '../calendar/locale/ar_EG';
|
|
6
|
-
var typeTemplate = 'صالحًا ${type} من نوع ${label} ليس';
|
|
7
|
-
var localeValues = {
|
|
8
|
-
locale: 'ar',
|
|
9
|
-
Pagination: Pagination,
|
|
10
|
-
DatePicker: DatePicker,
|
|
11
|
-
TimePicker: TimePicker,
|
|
12
|
-
Calendar: Calendar,
|
|
13
|
-
global: {
|
|
14
|
-
placeholder: 'يرجى التحديد'
|
|
15
|
-
},
|
|
16
|
-
Table: {
|
|
17
|
-
filterTitle: 'الفلاتر',
|
|
18
|
-
filterConfirm: 'تأكيد',
|
|
19
|
-
filterReset: 'إعادة ضبط',
|
|
20
|
-
selectAll: 'اختيار الكل',
|
|
21
|
-
selectInvert: 'إلغاء الاختيار',
|
|
22
|
-
selectionAll: 'حدد جميع البيانات',
|
|
23
|
-
sortTitle: 'رتب',
|
|
24
|
-
expand: 'توسيع الصف',
|
|
25
|
-
collapse: 'طي الصف',
|
|
26
|
-
triggerDesc: 'ترتيب تنازلي',
|
|
27
|
-
triggerAsc: 'ترتيب تصاعدي',
|
|
28
|
-
cancelSort: 'إلغاء الترتيب'
|
|
29
|
-
},
|
|
30
|
-
Modal: {
|
|
31
|
-
okText: 'تأكيد',
|
|
32
|
-
cancelText: 'إلغاء',
|
|
33
|
-
justOkText: 'تأكيد'
|
|
34
|
-
},
|
|
35
|
-
Popconfirm: {
|
|
36
|
-
okText: 'تأكيد',
|
|
37
|
-
cancelText: 'إلغاء'
|
|
38
|
-
},
|
|
39
|
-
Transfer: {
|
|
40
|
-
searchPlaceholder: 'ابحث هنا',
|
|
41
|
-
itemUnit: 'عنصر',
|
|
42
|
-
itemsUnit: 'عناصر'
|
|
43
|
-
},
|
|
44
|
-
Upload: {
|
|
45
|
-
uploading: 'جاري الرفع...',
|
|
46
|
-
removeFile: 'احذف الملف',
|
|
47
|
-
uploadError: 'مشكلة فى الرفع',
|
|
48
|
-
previewFile: 'استعرض الملف',
|
|
49
|
-
downloadFile: 'تحميل الملف'
|
|
50
|
-
},
|
|
51
|
-
Empty: {
|
|
52
|
-
description: 'لا توجد بيانات'
|
|
53
|
-
},
|
|
54
|
-
Icon: {
|
|
55
|
-
icon: 'أيقونة'
|
|
56
|
-
},
|
|
57
|
-
Text: {
|
|
58
|
-
edit: 'تعديل',
|
|
59
|
-
copy: 'نسخ',
|
|
60
|
-
copied: 'نقل',
|
|
61
|
-
expand: 'وسع'
|
|
62
|
-
},
|
|
63
|
-
PageHeader: {
|
|
64
|
-
back: 'عودة'
|
|
65
|
-
},
|
|
66
|
-
Form: {
|
|
67
|
-
defaultValidateMessages: {
|
|
68
|
-
"default": '${label} خطأ في حقل الإدخال',
|
|
69
|
-
required: '${label} يرجى إدخال',
|
|
70
|
-
"enum": '[${enum}] يجب أن يكون واحدا من ${label}',
|
|
71
|
-
whitespace: 'لا يمكن أن يكون حرفًا فارغًا ${label}',
|
|
72
|
-
date: {
|
|
73
|
-
format: 'تنسيق التاريخ غير صحيح ${label}',
|
|
74
|
-
parse: 'لا يمكن تحويلها إلى تاريخ ${label}',
|
|
75
|
-
invalid: 'غير صحيح ${label} تاريخ'
|
|
76
|
-
},
|
|
77
|
-
types: {
|
|
78
|
-
string: typeTemplate,
|
|
79
|
-
method: typeTemplate,
|
|
80
|
-
array: typeTemplate,
|
|
81
|
-
object: typeTemplate,
|
|
82
|
-
number: typeTemplate,
|
|
83
|
-
date: typeTemplate,
|
|
84
|
-
"boolean": typeTemplate,
|
|
85
|
-
integer: typeTemplate,
|
|
86
|
-
"float": typeTemplate,
|
|
87
|
-
regexp: typeTemplate,
|
|
88
|
-
email: typeTemplate,
|
|
89
|
-
url: typeTemplate,
|
|
90
|
-
hex: typeTemplate
|
|
91
|
-
},
|
|
92
|
-
string: {
|
|
93
|
-
len: 'أحرف ${len} ان يكون ${label} يجب',
|
|
94
|
-
min: 'أحرف ${min} على الأقل ${label}',
|
|
95
|
-
max: 'أحرف ${max} يصل إلى ${label}',
|
|
96
|
-
range: 'أحرف ${max}-${min} ان يكون مابين ${label} يجب'
|
|
97
|
-
},
|
|
98
|
-
number: {
|
|
99
|
-
len: '${len} ان يساوي ${label} يجب',
|
|
100
|
-
min: '${min} الأدنى هو ${label} حد',
|
|
101
|
-
max: '${max} الأقصى هو ${label} حد',
|
|
102
|
-
range: '${max}-${min} ان يكون مابين ${label} يجب'
|
|
103
|
-
},
|
|
104
|
-
array: {
|
|
105
|
-
len: '${len} طوله ${label} يجب أن يكون',
|
|
106
|
-
min: '${min} طوله الأدنى ${label} يجب أن يكون',
|
|
107
|
-
max: '${max} طوله الأقصى ${label} يجب أن يكون',
|
|
108
|
-
range: '${max}-${min} طوله مابين ${label} يجب أن يكون'
|
|
109
|
-
},
|
|
110
|
-
pattern: {
|
|
111
|
-
mismatch: '${pattern} مع ${label} لا يتطابق'
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
};
|
|
116
|
-
export default localeValues;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import Pagination from "rc-pagination/es/locale/az_AZ";
|
|
2
|
-
import DatePicker from '../date-picker/locale/az_AZ';
|
|
3
|
-
import TimePicker from '../time-picker/locale/az_AZ';
|
|
4
|
-
import Calendar from '../calendar/locale/az_AZ';
|
|
5
|
-
var localeValues = {
|
|
6
|
-
locale: 'az',
|
|
7
|
-
Pagination: Pagination,
|
|
8
|
-
DatePicker: DatePicker,
|
|
9
|
-
TimePicker: TimePicker,
|
|
10
|
-
Calendar: Calendar,
|
|
11
|
-
Table: {
|
|
12
|
-
filterTitle: 'Filter menyu',
|
|
13
|
-
filterConfirm: 'Axtar',
|
|
14
|
-
filterReset: 'Sıfırla',
|
|
15
|
-
emptyText: 'Məlumat yoxdur',
|
|
16
|
-
selectAll: 'Cari səhifəni seç',
|
|
17
|
-
selectInvert: 'Invert current page'
|
|
18
|
-
},
|
|
19
|
-
Modal: {
|
|
20
|
-
okText: 'Bəli',
|
|
21
|
-
cancelText: 'Ləğv et',
|
|
22
|
-
justOkText: 'Bəli'
|
|
23
|
-
},
|
|
24
|
-
Popconfirm: {
|
|
25
|
-
okText: 'Bəli',
|
|
26
|
-
cancelText: 'Ləğv et'
|
|
27
|
-
},
|
|
28
|
-
Transfer: {
|
|
29
|
-
titles: ['', ''],
|
|
30
|
-
notFoundContent: 'Tapılmadı',
|
|
31
|
-
searchPlaceholder: 'Burada axtar',
|
|
32
|
-
itemUnit: 'item',
|
|
33
|
-
itemsUnit: 'items'
|
|
34
|
-
},
|
|
35
|
-
Select: {
|
|
36
|
-
notFoundContent: 'Tapılmadı'
|
|
37
|
-
},
|
|
38
|
-
Upload: {
|
|
39
|
-
uploading: 'Yüklənir...',
|
|
40
|
-
removeFile: 'Faylı sil',
|
|
41
|
-
uploadError: 'Yükləmə xətası',
|
|
42
|
-
previewFile: 'Fayla önbaxış'
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
export default localeValues;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import Pagination from "rc-pagination/es/locale/bg_BG";
|
|
2
|
-
import DatePicker from '../date-picker/locale/bg_BG';
|
|
3
|
-
import TimePicker from '../time-picker/locale/bg_BG';
|
|
4
|
-
import Calendar from '../calendar/locale/bg_BG';
|
|
5
|
-
var localeValues = {
|
|
6
|
-
locale: 'bg',
|
|
7
|
-
Pagination: Pagination,
|
|
8
|
-
DatePicker: DatePicker,
|
|
9
|
-
TimePicker: TimePicker,
|
|
10
|
-
Calendar: Calendar,
|
|
11
|
-
Table: {
|
|
12
|
-
filterTitle: 'Филтриране',
|
|
13
|
-
filterConfirm: 'Добре',
|
|
14
|
-
filterReset: 'Нулриане',
|
|
15
|
-
selectAll: 'Избор на текуща страница',
|
|
16
|
-
selectInvert: 'Обръщане'
|
|
17
|
-
},
|
|
18
|
-
Modal: {
|
|
19
|
-
okText: 'Добре',
|
|
20
|
-
cancelText: 'Отказ',
|
|
21
|
-
justOkText: 'Добре'
|
|
22
|
-
},
|
|
23
|
-
Popconfirm: {
|
|
24
|
-
okText: 'Добре',
|
|
25
|
-
cancelText: 'Отказ'
|
|
26
|
-
},
|
|
27
|
-
Transfer: {
|
|
28
|
-
searchPlaceholder: 'Търсене',
|
|
29
|
-
itemUnit: 'избор',
|
|
30
|
-
itemsUnit: 'избори'
|
|
31
|
-
},
|
|
32
|
-
Upload: {
|
|
33
|
-
uploading: 'Качване...',
|
|
34
|
-
removeFile: 'Премахване',
|
|
35
|
-
uploadError: 'Грешка при качването',
|
|
36
|
-
previewFile: 'Преглед',
|
|
37
|
-
downloadFile: 'Свали файл'
|
|
38
|
-
},
|
|
39
|
-
Empty: {
|
|
40
|
-
description: 'Няма данни'
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
export default localeValues;
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-template-curly-in-string */
|
|
2
|
-
import Pagination from "rc-pagination/es/locale/ca_ES";
|
|
3
|
-
import DatePicker from '../date-picker/locale/ca_ES';
|
|
4
|
-
import TimePicker from '../time-picker/locale/ca_ES';
|
|
5
|
-
import Calendar from '../calendar/locale/ca_ES';
|
|
6
|
-
var typeTemplate = '${label} no és un ${type} vàlid';
|
|
7
|
-
var localeValues = {
|
|
8
|
-
locale: 'ca',
|
|
9
|
-
Pagination: Pagination,
|
|
10
|
-
DatePicker: DatePicker,
|
|
11
|
-
TimePicker: TimePicker,
|
|
12
|
-
Calendar: Calendar,
|
|
13
|
-
global: {
|
|
14
|
-
placeholder: 'Seleccionar'
|
|
15
|
-
},
|
|
16
|
-
Table: {
|
|
17
|
-
filterTitle: 'Filtrar el menú',
|
|
18
|
-
filterConfirm: 'D’acord',
|
|
19
|
-
filterReset: 'Reiniciar',
|
|
20
|
-
filterEmptyText: 'Sense filtres',
|
|
21
|
-
selectAll: 'Seleccionar la pàgina actual',
|
|
22
|
-
selectInvert: 'Invertir la selecció',
|
|
23
|
-
selectionAll: 'Seleccionar-ho tot',
|
|
24
|
-
sortTitle: 'Ordenar',
|
|
25
|
-
expand: 'Ampliar la fila',
|
|
26
|
-
collapse: 'Plegar la fila',
|
|
27
|
-
triggerDesc: 'Ordre descendent',
|
|
28
|
-
triggerAsc: 'Ordre ascendent',
|
|
29
|
-
cancelSort: 'Desactivar l’ordre'
|
|
30
|
-
},
|
|
31
|
-
Modal: {
|
|
32
|
-
okText: 'D’acord',
|
|
33
|
-
cancelText: 'Cancel·lar',
|
|
34
|
-
justOkText: 'D’acord'
|
|
35
|
-
},
|
|
36
|
-
Popconfirm: {
|
|
37
|
-
okText: 'D’acord',
|
|
38
|
-
cancelText: 'Cancel·lar'
|
|
39
|
-
},
|
|
40
|
-
Transfer: {
|
|
41
|
-
titles: ['', ''],
|
|
42
|
-
searchPlaceholder: 'Cercar',
|
|
43
|
-
itemUnit: 'ítem',
|
|
44
|
-
itemsUnit: 'ítems',
|
|
45
|
-
remove: 'Eliminar',
|
|
46
|
-
selectCurrent: 'Seleccionar la pàgina actual',
|
|
47
|
-
removeCurrent: 'Eliminar la selecció',
|
|
48
|
-
selectAll: 'Seleccionar-ho tot',
|
|
49
|
-
removeAll: 'Eliminar-ho tot',
|
|
50
|
-
selectInvert: 'Invertir la selecció'
|
|
51
|
-
},
|
|
52
|
-
Upload: {
|
|
53
|
-
uploading: 'Carregant…',
|
|
54
|
-
removeFile: 'Eliminar el fitxer',
|
|
55
|
-
uploadError: 'Error de càrrega',
|
|
56
|
-
previewFile: 'Vista prèvia del fitxer',
|
|
57
|
-
downloadFile: 'Baixar el fitxer'
|
|
58
|
-
},
|
|
59
|
-
Empty: {
|
|
60
|
-
description: 'Sense dades'
|
|
61
|
-
},
|
|
62
|
-
Icon: {
|
|
63
|
-
icon: 'icona'
|
|
64
|
-
},
|
|
65
|
-
Text: {
|
|
66
|
-
edit: 'Editar',
|
|
67
|
-
copy: 'Copiar',
|
|
68
|
-
copied: 'Copiat',
|
|
69
|
-
expand: 'Ampliar'
|
|
70
|
-
},
|
|
71
|
-
PageHeader: {
|
|
72
|
-
back: 'Enrere'
|
|
73
|
-
},
|
|
74
|
-
Form: {
|
|
75
|
-
defaultValidateMessages: {
|
|
76
|
-
"default": 'Error de validació del camp ${label}',
|
|
77
|
-
required: 'Introdueix ${label}',
|
|
78
|
-
"enum": '${label} ha de ser un de [${enum}]',
|
|
79
|
-
whitespace: '${label} no pot ser un caràcter en blanc',
|
|
80
|
-
date: {
|
|
81
|
-
format: 'El format de la data de ${label} és invàlid',
|
|
82
|
-
parse: '${label} no es pot convertir a cap data',
|
|
83
|
-
invalid: '${label} és una data invàlida'
|
|
84
|
-
},
|
|
85
|
-
types: {
|
|
86
|
-
string: typeTemplate,
|
|
87
|
-
method: typeTemplate,
|
|
88
|
-
array: typeTemplate,
|
|
89
|
-
object: typeTemplate,
|
|
90
|
-
number: typeTemplate,
|
|
91
|
-
date: typeTemplate,
|
|
92
|
-
"boolean": typeTemplate,
|
|
93
|
-
integer: typeTemplate,
|
|
94
|
-
"float": typeTemplate,
|
|
95
|
-
regexp: typeTemplate,
|
|
96
|
-
email: typeTemplate,
|
|
97
|
-
url: typeTemplate,
|
|
98
|
-
hex: typeTemplate
|
|
99
|
-
},
|
|
100
|
-
string: {
|
|
101
|
-
len: '${label} ha de ser de ${len} caràcters',
|
|
102
|
-
min: '${label} ha de tenir com a mínim ${min} caràcters',
|
|
103
|
-
max: '${label} ha de tenir com a màxim ${max} caràcters',
|
|
104
|
-
range: '${label} ha d’estar entre ${min} i ${max} caràcters'
|
|
105
|
-
},
|
|
106
|
-
number: {
|
|
107
|
-
len: '${label} ha de ser igual a ${len}',
|
|
108
|
-
min: '${label} ha de tenir un valor mínim de ${min}',
|
|
109
|
-
max: '${label} ha de tenir un valor màxim de ${max}',
|
|
110
|
-
range: '${label} ha de tenir un valor entre ${min} i ${max}'
|
|
111
|
-
},
|
|
112
|
-
array: {
|
|
113
|
-
len: 'La llargada de ${label} ha de ser de ${len}',
|
|
114
|
-
min: 'La llargada de ${label} ha de ser com a mínim de ${min}',
|
|
115
|
-
max: 'La llargada de ${label} ha de ser com a màxim de ${max}',
|
|
116
|
-
range: 'La llargada de ${label} ha d’estar entre ${min} i ${max}'
|
|
117
|
-
},
|
|
118
|
-
pattern: {
|
|
119
|
-
mismatch: '${label} no coincideix amb el patró ${pattern}'
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
export default localeValues;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import Pagination from "rc-pagination/es/locale/cs_CZ";
|
|
2
|
-
import DatePicker from '../date-picker/locale/cs_CZ';
|
|
3
|
-
import TimePicker from '../time-picker/locale/cs_CZ';
|
|
4
|
-
import Calendar from '../calendar/locale/cs_CZ';
|
|
5
|
-
var localeValues = {
|
|
6
|
-
locale: 'cs',
|
|
7
|
-
Pagination: Pagination,
|
|
8
|
-
DatePicker: DatePicker,
|
|
9
|
-
TimePicker: TimePicker,
|
|
10
|
-
Calendar: Calendar,
|
|
11
|
-
global: {
|
|
12
|
-
placeholder: 'Prosím vyber'
|
|
13
|
-
},
|
|
14
|
-
Table: {
|
|
15
|
-
filterTitle: 'Filtr',
|
|
16
|
-
filterConfirm: 'Potvrdit',
|
|
17
|
-
filterReset: 'Obnovit',
|
|
18
|
-
filterEmptyText: 'Žádné filtry',
|
|
19
|
-
selectAll: 'Vybrat všehchny řádky na současné stránce',
|
|
20
|
-
selectInvert: 'Invertovat výběr na současné stránce',
|
|
21
|
-
selectionAll: 'Vybrat všechny řádky',
|
|
22
|
-
sortTitle: 'Řadit',
|
|
23
|
-
expand: 'Rozbalit řádek',
|
|
24
|
-
collapse: 'Zabalit řádek',
|
|
25
|
-
triggerDesc: 'Klikni pro sestupné řazení',
|
|
26
|
-
triggerAsc: 'Klikni pro vzestupné řazení',
|
|
27
|
-
cancelSort: 'Klikni pro zrušení řazení'
|
|
28
|
-
},
|
|
29
|
-
Modal: {
|
|
30
|
-
okText: 'Ok',
|
|
31
|
-
cancelText: 'Storno',
|
|
32
|
-
justOkText: 'Ok'
|
|
33
|
-
},
|
|
34
|
-
Popconfirm: {
|
|
35
|
-
okText: 'Ok',
|
|
36
|
-
cancelText: 'Storno'
|
|
37
|
-
},
|
|
38
|
-
Transfer: {
|
|
39
|
-
searchPlaceholder: 'Vyhledávání',
|
|
40
|
-
itemUnit: 'položka',
|
|
41
|
-
itemsUnit: 'položek'
|
|
42
|
-
},
|
|
43
|
-
Upload: {
|
|
44
|
-
uploading: 'Nahrávání...',
|
|
45
|
-
removeFile: 'Odstranit soubor',
|
|
46
|
-
uploadError: 'Chyba při nahrávání',
|
|
47
|
-
previewFile: 'Zobrazit soubor',
|
|
48
|
-
downloadFile: 'Stáhnout soubor'
|
|
49
|
-
},
|
|
50
|
-
Empty: {
|
|
51
|
-
description: 'Žádná data'
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
export default localeValues;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import Pagination from "rc-pagination/es/locale/da_DK";
|
|
2
|
-
import DatePicker from '../date-picker/locale/da_DK';
|
|
3
|
-
import TimePicker from '../time-picker/locale/da_DK';
|
|
4
|
-
import Calendar from '../calendar/locale/da_DK';
|
|
5
|
-
var localeValues = {
|
|
6
|
-
locale: 'da',
|
|
7
|
-
DatePicker: DatePicker,
|
|
8
|
-
TimePicker: TimePicker,
|
|
9
|
-
Calendar: Calendar,
|
|
10
|
-
Pagination: Pagination,
|
|
11
|
-
Table: {
|
|
12
|
-
filterTitle: 'Filtermenu',
|
|
13
|
-
filterConfirm: 'OK',
|
|
14
|
-
filterReset: 'Nulstil',
|
|
15
|
-
selectAll: 'Vælg alle',
|
|
16
|
-
selectInvert: 'Inverter valg'
|
|
17
|
-
},
|
|
18
|
-
Modal: {
|
|
19
|
-
okText: 'OK',
|
|
20
|
-
cancelText: 'Afbryd',
|
|
21
|
-
justOkText: 'OK'
|
|
22
|
-
},
|
|
23
|
-
Popconfirm: {
|
|
24
|
-
okText: 'OK',
|
|
25
|
-
cancelText: 'Afbryd'
|
|
26
|
-
},
|
|
27
|
-
Transfer: {
|
|
28
|
-
searchPlaceholder: 'Søg her',
|
|
29
|
-
itemUnit: 'element',
|
|
30
|
-
itemsUnit: 'elementer'
|
|
31
|
-
},
|
|
32
|
-
Upload: {
|
|
33
|
-
uploading: 'Uploader...',
|
|
34
|
-
removeFile: 'Fjern fil',
|
|
35
|
-
uploadError: 'Fejl ved upload',
|
|
36
|
-
previewFile: 'Forhåndsvisning',
|
|
37
|
-
downloadFile: 'Download fil'
|
|
38
|
-
},
|
|
39
|
-
Empty: {
|
|
40
|
-
description: 'Ingen data'
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
export default localeValues;
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-template-curly-in-string */
|
|
2
|
-
import Pagination from "rc-pagination/es/locale/de_DE";
|
|
3
|
-
import DatePicker from '../date-picker/locale/de_DE';
|
|
4
|
-
import TimePicker from '../time-picker/locale/de_DE';
|
|
5
|
-
import Calendar from '../calendar/locale/de_DE';
|
|
6
|
-
var typeTemplate = '${label} ist nicht gültig. ${type} erwartet';
|
|
7
|
-
var localeValues = {
|
|
8
|
-
locale: 'de',
|
|
9
|
-
Pagination: Pagination,
|
|
10
|
-
DatePicker: DatePicker,
|
|
11
|
-
TimePicker: TimePicker,
|
|
12
|
-
Calendar: Calendar,
|
|
13
|
-
global: {
|
|
14
|
-
placeholder: 'Bitte auswählen'
|
|
15
|
-
},
|
|
16
|
-
Table: {
|
|
17
|
-
filterTitle: 'Filter-Menü',
|
|
18
|
-
filterConfirm: 'OK',
|
|
19
|
-
filterReset: 'Zurücksetzen',
|
|
20
|
-
selectAll: 'Selektiere Alle',
|
|
21
|
-
selectInvert: 'Selektion Invertieren',
|
|
22
|
-
selectionAll: 'Wählen Sie alle Daten aus',
|
|
23
|
-
sortTitle: 'Sortieren',
|
|
24
|
-
expand: 'Zeile erweitern',
|
|
25
|
-
collapse: 'Zeile reduzieren',
|
|
26
|
-
triggerDesc: 'Klicken zur absteigenden Sortierung',
|
|
27
|
-
triggerAsc: 'Klicken zur aufsteigenden Sortierung',
|
|
28
|
-
cancelSort: 'Klicken zum Abbrechen der Sortierung'
|
|
29
|
-
},
|
|
30
|
-
Modal: {
|
|
31
|
-
okText: 'OK',
|
|
32
|
-
cancelText: 'Abbrechen',
|
|
33
|
-
justOkText: 'OK'
|
|
34
|
-
},
|
|
35
|
-
Popconfirm: {
|
|
36
|
-
okText: 'OK',
|
|
37
|
-
cancelText: 'Abbrechen'
|
|
38
|
-
},
|
|
39
|
-
Transfer: {
|
|
40
|
-
searchPlaceholder: 'Suchen',
|
|
41
|
-
itemUnit: 'Eintrag',
|
|
42
|
-
itemsUnit: 'Einträge'
|
|
43
|
-
},
|
|
44
|
-
Upload: {
|
|
45
|
-
uploading: 'Hochladen...',
|
|
46
|
-
removeFile: 'Datei entfernen',
|
|
47
|
-
uploadError: 'Fehler beim Hochladen',
|
|
48
|
-
previewFile: 'Dateivorschau',
|
|
49
|
-
downloadFile: 'Download-Datei'
|
|
50
|
-
},
|
|
51
|
-
Empty: {
|
|
52
|
-
description: 'Keine Daten'
|
|
53
|
-
},
|
|
54
|
-
Text: {
|
|
55
|
-
edit: 'Bearbeiten',
|
|
56
|
-
copy: 'Kopieren',
|
|
57
|
-
copied: 'Kopiert',
|
|
58
|
-
expand: 'Erweitern'
|
|
59
|
-
},
|
|
60
|
-
PageHeader: {
|
|
61
|
-
back: 'Zurück'
|
|
62
|
-
},
|
|
63
|
-
Form: {
|
|
64
|
-
defaultValidateMessages: {
|
|
65
|
-
"default": 'Feld-Validierungsfehler: ${label}',
|
|
66
|
-
required: 'Bitte geben Sie ${label} an',
|
|
67
|
-
"enum": '${label} muss eines der folgenden sein [${enum}]',
|
|
68
|
-
whitespace: '${label} darf kein Leerzeichen sein',
|
|
69
|
-
date: {
|
|
70
|
-
format: '${label} ist ein ungültiges Datumsformat',
|
|
71
|
-
parse: '${label} kann nicht in ein Datum umgewandelt werden',
|
|
72
|
-
invalid: '${label} ist ein ungültiges Datum'
|
|
73
|
-
},
|
|
74
|
-
types: {
|
|
75
|
-
string: typeTemplate,
|
|
76
|
-
method: typeTemplate,
|
|
77
|
-
array: typeTemplate,
|
|
78
|
-
object: typeTemplate,
|
|
79
|
-
number: typeTemplate,
|
|
80
|
-
date: typeTemplate,
|
|
81
|
-
"boolean": typeTemplate,
|
|
82
|
-
integer: typeTemplate,
|
|
83
|
-
"float": typeTemplate,
|
|
84
|
-
regexp: typeTemplate,
|
|
85
|
-
email: typeTemplate,
|
|
86
|
-
url: typeTemplate,
|
|
87
|
-
hex: typeTemplate
|
|
88
|
-
},
|
|
89
|
-
string: {
|
|
90
|
-
len: '${label} muss genau ${len} Zeichen lang sein',
|
|
91
|
-
min: '${label} muss mindestens ${min} Zeichen lang sein',
|
|
92
|
-
max: '${label} darf höchstens ${max} Zeichen lang sein',
|
|
93
|
-
range: '${label} muss zwischen ${min} und ${max} Zeichen lang sein'
|
|
94
|
-
},
|
|
95
|
-
number: {
|
|
96
|
-
len: '${label} muss gleich ${len} sein',
|
|
97
|
-
min: '${label} muss mindestens ${min} sein',
|
|
98
|
-
max: '${label} darf maximal ${max} sein',
|
|
99
|
-
range: '${label} muss zwischen ${min} und ${max} liegen'
|
|
100
|
-
},
|
|
101
|
-
array: {
|
|
102
|
-
len: 'Es müssen ${len} ${label} sein',
|
|
103
|
-
min: 'Es müssen mindestens ${min} ${label} sein',
|
|
104
|
-
max: 'Es dürfen maximal ${max} ${label} sein',
|
|
105
|
-
range: 'Die Anzahl an ${label} muss zwischen ${min} und ${max} liegen'
|
|
106
|
-
},
|
|
107
|
-
pattern: {
|
|
108
|
-
mismatch: '${label} enspricht nicht dem ${pattern} Muster'
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
};
|
|
113
|
-
export default localeValues;
|