tntd 2.7.29 → 2.7.30
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/es/affix/style/index.js.map +1 -0
- package/es/affix/style/index.less +6 -0
- package/es/alert/style/index.js +2 -0
- package/es/alert/style/index.js.map +1 -0
- package/es/alert/style/index.less +188 -0
- package/es/anchor/style/index.js +4 -0
- package/es/anchor/style/index.js.map +1 -0
- package/es/anchor/style/index.less +82 -0
- package/es/auto-complete/style/index.js +5 -0
- package/es/auto-complete/style/index.js.map +1 -0
- package/es/auto-complete/style/index.less +92 -0
- package/es/avatar/style/index.js +2 -0
- package/es/avatar/style/index.js.map +1 -0
- package/es/avatar/style/index.less +59 -0
- package/es/back-top/style/index.js +2 -0
- package/es/back-top/style/index.js.map +1 -0
- package/es/back-top/style/index.less +42 -0
- package/es/back-top/style/responsive.less +11 -0
- package/es/badge/style/index.js +2 -0
- package/es/badge/style/index.js.map +1 -0
- package/es/badge/style/index.less +190 -0
- package/es/breadcrumb/style/index.js +4 -0
- package/es/breadcrumb/style/index.js.map +1 -0
- package/es/breadcrumb/style/index.less +51 -0
- package/es/button/style/index.js +2 -0
- package/es/button/style/index.js.map +1 -0
- package/es/button/style/index.less +224 -0
- package/es/button/style/mixin.less +357 -0
- package/es/calendar/style/index.js +5 -0
- package/es/calendar/style/index.js.map +1 -0
- package/es/calendar/style/index.less +278 -0
- package/es/card/style/index.js +6 -0
- package/es/card/style/index.js.map +1 -0
- package/es/card/style/index.less +263 -0
- package/es/card/style/size.less +25 -0
- package/es/carousel/style/index.js +2 -0
- package/es/carousel/style/index.js.map +1 -0
- package/es/carousel/style/index.less +238 -0
- package/es/cascader/style/index.js +5 -0
- package/es/cascader/style/index.js.map +1 -0
- package/es/cascader/style/index.less +227 -0
- package/es/checkbox/style/index.js +2 -0
- package/es/checkbox/style/index.js.map +1 -0
- package/es/checkbox/style/index.less +4 -0
- package/es/checkbox/style/mixin.less +220 -0
- package/es/col/style/index.js +4 -0
- package/es/col/style/index.js.map +1 -0
- package/es/collapse/style/index.js +2 -0
- package/es/collapse/style/index.js.map +1 -0
- package/es/collapse/style/index.less +134 -0
- package/es/comment/style/index.js +2 -0
- package/es/comment/style/index.js.map +1 -0
- package/es/comment/style/index.less +93 -0
- package/es/config-provider/style/index.js +1 -0
- package/es/config-provider/style/index.js.map +1 -0
- package/es/config-provider/style/index.less +2 -0
- package/es/date-picker/style/Calendar.less +402 -0
- package/es/date-picker/style/DecadePanel.less +81 -0
- package/es/date-picker/style/MonthPanel.less +86 -0
- package/es/date-picker/style/MonthPicker.less +11 -0
- package/es/date-picker/style/Picker.less +113 -0
- package/es/date-picker/style/RangePicker.less +248 -0
- package/es/date-picker/style/TimePicker.less +151 -0
- package/es/date-picker/style/WeekPicker.less +21 -0
- package/es/date-picker/style/YearPanel.less +85 -0
- package/es/date-picker/style/index.js +7 -0
- package/es/date-picker/style/index.js.map +1 -0
- package/es/date-picker/style/index.less +17 -0
- package/es/descriptions/style/index.js +2 -0
- package/es/descriptions/style/index.js.map +1 -0
- package/es/descriptions/style/index.less +144 -0
- package/es/divider/style/index.js +2 -0
- package/es/divider/style/index.js.map +1 -0
- package/es/divider/style/index.less +109 -0
- package/es/drawer/style/drawer.less +230 -0
- package/es/drawer/style/index.js +3 -0
- package/es/drawer/style/index.js.map +1 -0
- package/es/drawer/style/index.less +3 -0
- package/es/dropdown/style/index.js +4 -0
- package/es/dropdown/style/index.js.map +1 -0
- package/es/dropdown/style/index.less +282 -0
- package/es/empty/style/index.js +2 -0
- package/es/empty/style/index.js.map +1 -0
- package/es/empty/style/index.less +52 -0
- package/es/form/style/index.js +4 -0
- package/es/form/style/index.js.map +1 -0
- package/es/form/style/index.less +653 -0
- package/es/form/style/mixin.less +126 -0
- package/es/grid-v4/RowContext.js.map +1 -0
- package/es/{tntd-form/grid → grid-v4}/col.js +0 -1
- package/es/grid-v4/col.js.map +1 -0
- package/es/grid-v4/hooks/useBreakpoint.js.map +1 -0
- package/es/grid-v4/index.js.map +1 -0
- package/es/{tntd-form/grid → grid-v4}/row.js +1 -0
- package/es/grid-v4/row.js.map +1 -0
- package/es/grid-v4/style/index.js +2 -0
- package/es/grid-v4/style/index.js.map +1 -0
- package/es/grid-v4/style/index.less +124 -0
- package/es/grid-v4/style/mixin.less +57 -0
- package/es/grid-v4/style/rtl.less +69 -0
- package/es/handle/handle.js +138 -0
- package/es/handle/handle.js.map +1 -0
- package/es/icon/style/index.js +2 -0
- package/es/icon/style/index.js.map +1 -0
- package/es/icon/style/index.less +4 -0
- package/es/input/style/index.js +4 -0
- package/es/input/style/index.js.map +1 -0
- package/es/input/style/index.less +57 -0
- package/es/input/style/mixin.less +449 -0
- package/es/input/style/search-input.less +34 -0
- package/es/input-number/style/index.js +2 -0
- package/es/input-number/style/index.js.map +1 -0
- package/es/input-number/style/index.less +179 -0
- package/es/layout/style/index.js +2 -0
- package/es/layout/style/index.js.map +1 -0
- package/es/layout/style/index.less +124 -0
- package/es/layout/style/light.less +15 -0
- package/es/list/style/bordered.less +41 -0
- package/es/list/style/index.js +7 -0
- package/es/list/style/index.js.map +1 -0
- package/es/list/style/index.less +234 -0
- package/es/list/style/responsive.less +40 -0
- package/es/locale-provider/style/index.js +1 -0
- package/es/locale-provider/style/index.js.map +1 -0
- package/es/locale-provider/style/index.less +2 -0
- package/es/mention/index.js +4 -0
- package/es/mention/index.js.map +1 -0
- package/es/mentions/style/index.js +4 -0
- package/es/mentions/style/index.js.map +1 -0
- package/es/mentions/style/index.less +164 -0
- package/es/menu/style/dark.less +139 -0
- package/es/menu/style/index.js +5 -0
- package/es/menu/style/index.js.map +1 -0
- package/es/menu/style/index.less +515 -0
- package/es/message/style/index.js +2 -0
- package/es/message/style/index.js.map +1 -0
- package/es/message/style/index.less +75 -0
- package/es/modal/style/confirm.less +78 -0
- package/es/modal/style/index.js +4 -0
- package/es/modal/style/index.js.map +1 -0
- package/es/modal/style/index.less +4 -0
- package/es/modal/style/modal.less +165 -0
- package/es/notification/style/index.js +2 -0
- package/es/notification/style/index.js.map +1 -0
- package/es/notification/style/index.less +199 -0
- package/es/page-header/style/index.js +4 -0
- package/es/page-header/style/index.js.map +1 -0
- package/es/page-header/style/index.less +119 -0
- package/es/pagination/style/index.js +4 -0
- package/es/pagination/style/index.js.map +1 -0
- package/es/pagination/style/index.less +400 -0
- package/es/popconfirm/style/index.js +5 -0
- package/es/popconfirm/style/index.js.map +1 -0
- package/es/popover/style/index.js +4 -0
- package/es/popover/style/index.js.map +1 -0
- package/es/popover/style/index.less +205 -0
- package/es/progress/style/index.js +2 -0
- package/es/progress/style/index.js.map +1 -0
- package/es/progress/style/index.less +182 -0
- package/es/radio/style/index.js +2 -0
- package/es/radio/style/index.js.map +1 -0
- package/es/radio/style/index.less +327 -0
- package/es/rate/style/index.js +4 -0
- package/es/rate/style/index.js.map +1 -0
- package/es/rate/style/index.less +85 -0
- package/es/result/style/index.js +2 -0
- package/es/result/style/index.js.map +1 -0
- package/es/result/style/index.less +71 -0
- package/es/row/style/index.js +4 -0
- package/es/row/style/index.js.map +1 -0
- package/es/select/style/index.js +4 -0
- package/es/select/style/index.js.map +1 -0
- package/es/select/style/index.less +604 -0
- package/es/skeleton/style/index.js +2 -0
- package/es/skeleton/style/index.js.map +1 -0
- package/es/skeleton/style/index.less +130 -0
- package/es/slider/style/index.js +4 -0
- package/es/slider/style/index.js.map +1 -0
- package/es/slider/style/index.less +197 -0
- package/es/spin/style/index.js +2 -0
- package/es/spin/style/index.js.map +1 -0
- package/es/spin/style/index.less +214 -0
- package/es/statistic/style/index.js +2 -0
- package/es/statistic/style/index.js.map +1 -0
- package/es/statistic/style/index.less +40 -0
- package/es/steps/style/compatibility.less +50 -0
- package/es/steps/style/custom-icon.less +31 -0
- package/es/steps/style/index.js +2 -0
- package/es/steps/style/index.js.map +1 -0
- package/es/steps/style/label-placement.less +38 -0
- package/es/steps/style/progress-dot.less +80 -0
- package/es/steps/style/vertical.less +74 -0
- package/es/style/color/bezierEasing.less +110 -0
- package/es/style/color/colorPalette.less +75 -0
- package/es/style/color/colors.less +149 -0
- package/es/style/color/tinyColor.less +1184 -0
- package/es/style/core/base.less +510 -0
- package/es/style/core/iconfont.less +19 -0
- package/es/style/core/index.less +4 -0
- package/es/style/core/motion/fade.less +31 -0
- package/es/style/core/motion/move.less +120 -0
- package/es/style/core/motion/other.less +40 -0
- package/es/style/core/motion/slide.less +120 -0
- package/es/style/core/motion/swing.less +34 -0
- package/es/style/core/motion/zoom.less +162 -0
- package/es/style/core/motion.less +20 -0
- package/es/style/index.js +1 -0
- package/es/style/index.js.map +1 -0
- package/es/style/index.less +2 -0
- package/es/style/mixins/clearfix.less +13 -0
- package/es/style/mixins/compatibility.less +22 -0
- package/es/style/mixins/iconfont.less +43 -0
- package/es/style/mixins/index.less +10 -0
- package/es/style/mixins/motion.less +35 -0
- package/es/style/mixins/operation-unit.less +18 -0
- package/es/style/mixins/reset.less +13 -0
- package/es/style/mixins/size.less +10 -0
- package/es/style/mixins/typography.less +49 -0
- package/es/style/themes/default.less +699 -0
- package/es/style/themes/index.less +1 -0
- package/es/style/v2-compatible-reset.js +1 -0
- package/es/style/v2-compatible-reset.js.map +1 -0
- package/es/style/v2-compatible-reset.less +51 -0
- package/es/switch/style/index.js +2 -0
- package/es/switch/style/index.js.map +1 -0
- package/es/switch/style/index.less +178 -0
- package/es/table/style/index.js +10 -0
- package/es/table/style/index.js.map +1 -0
- package/es/table/style/index.less +800 -0
- package/es/table/style/size.less +179 -0
- package/es/tabs/style/card-style.less +186 -0
- package/es/tabs/style/index.js +2 -0
- package/es/tabs/style/index.js.map +1 -0
- package/es/tabs/style/index.less +436 -0
- package/es/tabs/tabs.js +8 -5
- package/es/tabs/tabs.js.map +1 -1
- package/es/tag/style/index.js +2 -0
- package/es/tag/style/index.js.map +1 -0
- package/es/tag/style/index.less +106 -0
- package/es/time-picker/style/index.js +2 -0
- package/es/time-picker/style/index.js.map +1 -0
- package/es/time-picker/style/index.less +246 -0
- package/es/timeline/style/index.js +2 -0
- package/es/timeline/style/index.js.map +1 -0
- package/es/timeline/style/index.less +167 -0
- package/es/tntd-form/TntdForm/components/Item.js +55 -0
- package/es/tntd-form/TntdForm/components/Item.js.map +1 -0
- package/es/tntd-form/TntdForm/components/ItemComp.js +186 -0
- package/es/tntd-form/TntdForm/components/ItemComp.js.map +1 -0
- package/es/tntd-form/TntdForm/components/List.js +102 -0
- package/es/tntd-form/TntdForm/components/List.js.map +1 -0
- package/es/tntd-form/TntdForm/index.js +55 -0
- package/es/tntd-form/TntdForm/index.js.map +1 -0
- package/es/tntd-form/TntdForm/interface.js +1 -0
- package/es/tntd-form/TntdForm/interface.js.map +1 -0
- package/es/tntd-form/TntdForm/store.js +2 -0
- package/es/tntd-form/TntdForm/store.js.map +1 -0
- package/es/tntd-form/TntdForm/utils.js +219 -0
- package/es/tntd-form/TntdForm/utils.js.map +1 -0
- package/es/tntd-select/_util/DisabledContext.js +12 -0
- package/es/tntd-select/_util/DisabledContext.js.map +1 -0
- package/es/tntd-select/_util/FormItemInputContext.js +2 -0
- package/es/tntd-select/_util/FormItemInputContext.js.map +1 -0
- package/es/tntd-select/_util/PurePanel.js +66 -0
- package/es/tntd-select/_util/PurePanel.js.map +1 -0
- package/es/tntd-select/_util/SizeContext.js +2 -0
- package/es/tntd-select/_util/SizeContext.js.map +1 -0
- package/es/tntd-select/_util/context.js.map +1 -0
- package/es/tntd-select/_util/defaultRenderEmpty.js.map +1 -0
- package/es/tntd-select/_util/getIcons.js +74 -0
- package/es/tntd-select/_util/getIcons.js.map +1 -0
- package/es/tntd-select/_util/interface.js +4 -0
- package/es/tntd-select/_util/interface.js.map +1 -0
- package/es/tntd-select/_util/motion.js +47 -0
- package/es/tntd-select/_util/motion.js.map +1 -0
- package/es/tntd-select/_util/type.js +3 -0
- package/es/tntd-select/_util/type.js.map +1 -0
- package/es/tntd-select/_util/useCompactItemContext.js +26 -0
- package/es/tntd-select/_util/useCompactItemContext.js.map +1 -0
- package/es/tntd-select/_util/warning.js +14 -0
- package/es/tntd-select/_util/warning.js.map +1 -0
- package/es/tntd-select/rc-select/BaseSelect.js +524 -0
- package/es/tntd-select/rc-select/BaseSelect.js.map +1 -0
- package/es/tntd-select/rc-select/OptGroup.js +4 -0
- package/es/tntd-select/rc-select/OptGroup.js.map +1 -0
- package/es/tntd-select/rc-select/Option.js +4 -0
- package/es/tntd-select/rc-select/Option.js.map +1 -0
- package/es/tntd-select/rc-select/OptionList.js +346 -0
- package/es/tntd-select/rc-select/OptionList.js.map +1 -0
- package/es/tntd-select/rc-select/Select.js +440 -0
- package/es/tntd-select/rc-select/Select.js.map +1 -0
- package/es/tntd-select/rc-select/SelectContext.js +3 -0
- package/es/tntd-select/rc-select/SelectContext.js.map +1 -0
- package/es/tntd-select/rc-select/SelectTrigger.js +130 -0
- package/es/tntd-select/rc-select/SelectTrigger.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/Input.js +103 -0
- package/es/tntd-select/rc-select/Selector/Input.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/MultipleSelector.js +171 -0
- package/es/tntd-select/rc-select/Selector/MultipleSelector.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/SingleSelector.js +98 -0
- package/es/tntd-select/rc-select/Selector/SingleSelector.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/index.js +158 -0
- package/es/tntd-select/rc-select/Selector/index.js.map +1 -0
- package/es/tntd-select/rc-select/TransBtn.js +36 -0
- package/es/tntd-select/rc-select/TransBtn.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useAllowClear.js +24 -0
- package/es/tntd-select/rc-select/hooks/useAllowClear.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useBaseProps.js +9 -0
- package/es/tntd-select/rc-select/hooks/useBaseProps.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useCache.js +38 -0
- package/es/tntd-select/rc-select/hooks/useCache.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useDelayReset.js +23 -0
- package/es/tntd-select/rc-select/hooks/useDelayReset.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useFilterOptions.js +55 -0
- package/es/tntd-select/rc-select/hooks/useFilterOptions.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useId.js +26 -0
- package/es/tntd-select/rc-select/hooks/useId.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useLayoutEffect.js +16 -0
- package/es/tntd-select/rc-select/hooks/useLayoutEffect.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useLock.js +25 -0
- package/es/tntd-select/rc-select/hooks/useLock.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useOptions.js +43 -0
- package/es/tntd-select/rc-select/hooks/useOptions.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useRefFunc.js +13 -0
- package/es/tntd-select/rc-select/hooks/useRefFunc.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js +28 -0
- package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js.map +1 -0
- package/es/tntd-select/rc-select/index.js +7 -0
- package/es/tntd-select/rc-select/index.js.map +1 -0
- package/es/tntd-select/rc-select/interface.js +1 -0
- package/es/tntd-select/rc-select/interface.js.map +1 -0
- package/es/tntd-select/rc-select/utils/commonUtil.js +30 -0
- package/es/tntd-select/rc-select/utils/commonUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/keyUtil.js +9 -0
- package/es/tntd-select/rc-select/utils/keyUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/legacyUtil.js +55 -0
- package/es/tntd-select/rc-select/utils/legacyUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/platformUtil.js +4 -0
- package/es/tntd-select/rc-select/utils/platformUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/valueUtil.js +112 -0
- package/es/tntd-select/rc-select/utils/valueUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/warningPropsUtil.js +112 -0
- package/es/tntd-select/rc-select/utils/warningPropsUtil.js.map +1 -0
- package/es/tooltip/style/index.js +2 -0
- package/es/tooltip/style/index.js.map +1 -0
- package/es/tooltip/style/index.less +187 -0
- package/es/transfer/style/customize.less +62 -0
- package/es/transfer/style/index.js +7 -0
- package/es/transfer/style/index.js.map +1 -0
- package/es/transfer/style/index.less +191 -0
- package/es/tree/style/directory.less +95 -0
- package/es/tree/style/index.js +2 -0
- package/es/tree/style/index.js.map +1 -0
- package/es/tree/style/index.less +280 -0
- package/es/tree/style/mixin.less +29 -0
- package/es/tree-select/style/index.js +6 -0
- package/es/tree-select/style/index.js.map +1 -0
- package/es/tree-select/style/index.less +191 -0
- package/es/typography/style/index.js +5 -0
- package/es/typography/style/index.js.map +1 -0
- package/es/typography/style/index.less +204 -0
- package/es/upload/style/index.js +5 -0
- package/es/upload/style/index.js.map +1 -0
- package/es/upload/style/index.less +542 -0
- package/es/utils/lang.js +5 -0
- package/es/utils/lang.js.map +1 -1
- package/es/version/style/index.js +2 -0
- package/es/version/style/index.js.map +1 -0
- package/lib/affix/style/index.d.ts.map +1 -0
- package/lib/affix/style/index.js.map +1 -0
- package/lib/affix/style/index.less +6 -0
- package/lib/alert/style/index.d.ts +3 -0
- package/lib/alert/style/index.d.ts.map +1 -0
- package/lib/alert/style/index.js +4 -0
- package/lib/alert/style/index.js.map +1 -0
- package/lib/alert/style/index.less +188 -0
- package/lib/anchor/style/index.d.ts +4 -0
- package/lib/anchor/style/index.d.ts.map +1 -0
- package/lib/anchor/style/index.js +5 -0
- package/lib/anchor/style/index.js.map +1 -0
- package/lib/anchor/style/index.less +82 -0
- package/lib/auto-complete/style/index.d.ts +5 -0
- package/lib/auto-complete/style/index.d.ts.map +1 -0
- package/lib/auto-complete/style/index.js +6 -0
- package/lib/auto-complete/style/index.js.map +1 -0
- package/lib/auto-complete/style/index.less +92 -0
- package/lib/avatar/style/index.d.ts +3 -0
- package/lib/avatar/style/index.d.ts.map +1 -0
- package/lib/avatar/style/index.js +4 -0
- package/lib/avatar/style/index.js.map +1 -0
- package/lib/avatar/style/index.less +59 -0
- package/lib/back-top/style/index.d.ts +3 -0
- package/lib/back-top/style/index.d.ts.map +1 -0
- package/lib/back-top/style/index.js +4 -0
- package/lib/back-top/style/index.js.map +1 -0
- package/lib/back-top/style/index.less +42 -0
- package/lib/back-top/style/responsive.less +11 -0
- package/lib/badge/style/index.d.ts +3 -0
- package/lib/badge/style/index.d.ts.map +1 -0
- package/lib/badge/style/index.js +4 -0
- package/lib/badge/style/index.js.map +1 -0
- package/lib/badge/style/index.less +190 -0
- package/lib/breadcrumb/style/index.d.ts +5 -0
- package/lib/breadcrumb/style/index.d.ts.map +1 -0
- package/lib/breadcrumb/style/index.js +6 -0
- package/lib/breadcrumb/style/index.js.map +1 -0
- package/lib/breadcrumb/style/index.less +51 -0
- package/lib/button/style/index.d.ts +3 -0
- package/lib/button/style/index.d.ts.map +1 -0
- package/lib/button/style/index.js +4 -0
- package/lib/button/style/index.js.map +1 -0
- package/lib/button/style/index.less +224 -0
- package/lib/button/style/mixin.less +357 -0
- package/lib/calendar/style/index.d.ts +5 -0
- package/lib/calendar/style/index.d.ts.map +1 -0
- package/lib/calendar/style/index.js +6 -0
- package/lib/calendar/style/index.js.map +1 -0
- package/lib/calendar/style/index.less +278 -0
- package/lib/card/style/index.d.ts +6 -0
- package/lib/card/style/index.d.ts.map +1 -0
- package/lib/card/style/index.js +7 -0
- package/lib/card/style/index.js.map +1 -0
- package/lib/card/style/index.less +263 -0
- package/lib/card/style/size.less +25 -0
- package/lib/carousel/style/index.d.ts +3 -0
- package/lib/carousel/style/index.d.ts.map +1 -0
- package/lib/carousel/style/index.js +4 -0
- package/lib/carousel/style/index.js.map +1 -0
- package/lib/carousel/style/index.less +238 -0
- package/lib/cascader/style/index.d.ts +5 -0
- package/lib/cascader/style/index.d.ts.map +1 -0
- package/lib/cascader/style/index.js +6 -0
- package/lib/cascader/style/index.js.map +1 -0
- package/lib/cascader/style/index.less +227 -0
- package/lib/checkbox/style/index.d.ts +3 -0
- package/lib/checkbox/style/index.d.ts.map +1 -0
- package/lib/checkbox/style/index.js +4 -0
- package/lib/checkbox/style/index.js.map +1 -0
- package/lib/checkbox/style/index.less +4 -0
- package/lib/checkbox/style/mixin.less +220 -0
- package/lib/col/style/index.d.ts +3 -0
- package/lib/col/style/index.d.ts.map +1 -0
- package/lib/col/style/index.js +4 -0
- package/lib/col/style/index.js.map +1 -0
- package/lib/collapse/style/index.d.ts +3 -0
- package/lib/collapse/style/index.d.ts.map +1 -0
- package/lib/collapse/style/index.js +4 -0
- package/lib/collapse/style/index.js.map +1 -0
- package/lib/collapse/style/index.less +134 -0
- package/lib/comment/style/index.d.ts +3 -0
- package/lib/comment/style/index.d.ts.map +1 -0
- package/lib/comment/style/index.js +4 -0
- package/lib/comment/style/index.js.map +1 -0
- package/lib/comment/style/index.less +93 -0
- package/lib/config-provider/style/index.d.ts +2 -0
- package/lib/config-provider/style/index.d.ts.map +1 -0
- package/lib/config-provider/style/index.js +3 -0
- package/lib/config-provider/style/index.js.map +1 -0
- package/lib/config-provider/style/index.less +2 -0
- package/lib/date-picker/style/Calendar.less +402 -0
- package/lib/date-picker/style/DecadePanel.less +81 -0
- package/lib/date-picker/style/MonthPanel.less +86 -0
- package/lib/date-picker/style/MonthPicker.less +11 -0
- package/lib/date-picker/style/Picker.less +113 -0
- package/lib/date-picker/style/RangePicker.less +248 -0
- package/lib/date-picker/style/TimePicker.less +151 -0
- package/lib/date-picker/style/WeekPicker.less +21 -0
- package/lib/date-picker/style/YearPanel.less +85 -0
- package/lib/date-picker/style/index.d.ts +6 -0
- package/lib/date-picker/style/index.d.ts.map +1 -0
- package/lib/date-picker/style/index.js +7 -0
- package/lib/date-picker/style/index.js.map +1 -0
- package/lib/date-picker/style/index.less +17 -0
- package/lib/descriptions/style/index.d.ts +3 -0
- package/lib/descriptions/style/index.d.ts.map +1 -0
- package/lib/descriptions/style/index.js +4 -0
- package/lib/descriptions/style/index.js.map +1 -0
- package/lib/descriptions/style/index.less +144 -0
- package/lib/divider/style/index.d.ts +3 -0
- package/lib/divider/style/index.d.ts.map +1 -0
- package/lib/divider/style/index.js +4 -0
- package/lib/divider/style/index.js.map +1 -0
- package/lib/divider/style/index.less +109 -0
- package/lib/drawer/style/drawer.less +230 -0
- package/lib/drawer/style/index.d.ts +3 -0
- package/lib/drawer/style/index.d.ts.map +1 -0
- package/lib/drawer/style/index.js +4 -0
- package/lib/drawer/style/index.js.map +1 -0
- package/lib/drawer/style/index.less +3 -0
- package/lib/dropdown/style/index.d.ts +4 -0
- package/lib/dropdown/style/index.d.ts.map +1 -0
- package/lib/dropdown/style/index.js +5 -0
- package/lib/dropdown/style/index.js.map +1 -0
- package/lib/dropdown/style/index.less +282 -0
- package/lib/empty/style/index.d.ts +3 -0
- package/lib/empty/style/index.d.ts.map +1 -0
- package/lib/empty/style/index.js +4 -0
- package/lib/empty/style/index.js.map +1 -0
- package/lib/empty/style/index.less +52 -0
- package/lib/form/style/index.d.ts +4 -0
- package/lib/form/style/index.d.ts.map +1 -0
- package/lib/form/style/index.js +5 -0
- package/lib/form/style/index.js.map +1 -0
- package/lib/form/style/index.less +653 -0
- package/lib/form/style/mixin.less +126 -0
- package/lib/grid-v4/RowContext.d.ts.map +1 -0
- package/lib/grid-v4/RowContext.js.map +1 -0
- package/lib/grid-v4/col.d.ts.map +1 -0
- package/lib/grid-v4/col.js.map +1 -0
- package/lib/grid-v4/hooks/useBreakpoint.d.ts.map +1 -0
- package/lib/grid-v4/hooks/useBreakpoint.js.map +1 -0
- package/lib/grid-v4/index.d.ts.map +1 -0
- package/lib/grid-v4/index.js.map +1 -0
- package/lib/grid-v4/row.d.ts.map +1 -0
- package/lib/{tntd-form/grid → grid-v4}/row.js +1 -0
- package/lib/grid-v4/row.js.map +1 -0
- package/lib/grid-v4/style/index.d.ts +2 -0
- package/lib/grid-v4/style/index.d.ts.map +1 -0
- package/lib/grid-v4/style/index.js +3 -0
- package/lib/grid-v4/style/index.js.map +1 -0
- package/lib/grid-v4/style/index.less +124 -0
- package/lib/grid-v4/style/mixin.less +57 -0
- package/lib/grid-v4/style/rtl.less +69 -0
- package/lib/handle/handle.d.ts +3 -0
- package/lib/handle/handle.d.ts.map +1 -0
- package/lib/handle/handle.js +181 -0
- package/lib/handle/handle.js.map +1 -0
- package/lib/icon/style/index.d.ts +3 -0
- package/lib/icon/style/index.d.ts.map +1 -0
- package/lib/icon/style/index.js +4 -0
- package/lib/icon/style/index.js.map +1 -0
- package/lib/icon/style/index.less +4 -0
- package/lib/input/style/index.d.ts +4 -0
- package/lib/input/style/index.d.ts.map +1 -0
- package/lib/input/style/index.js +5 -0
- package/lib/input/style/index.js.map +1 -0
- package/lib/input/style/index.less +57 -0
- package/lib/input/style/mixin.less +449 -0
- package/lib/input/style/search-input.less +34 -0
- package/lib/input-number/style/index.d.ts +3 -0
- package/lib/input-number/style/index.d.ts.map +1 -0
- package/lib/input-number/style/index.js +4 -0
- package/lib/input-number/style/index.js.map +1 -0
- package/lib/input-number/style/index.less +179 -0
- package/lib/layout/style/index.d.ts +3 -0
- package/lib/layout/style/index.d.ts.map +1 -0
- package/lib/layout/style/index.js +4 -0
- package/lib/layout/style/index.js.map +1 -0
- package/lib/layout/style/index.less +124 -0
- package/lib/layout/style/light.less +15 -0
- package/lib/list/style/bordered.less +41 -0
- package/lib/list/style/index.d.ts +7 -0
- package/lib/list/style/index.d.ts.map +1 -0
- package/lib/list/style/index.js +8 -0
- package/lib/list/style/index.js.map +1 -0
- package/lib/list/style/index.less +234 -0
- package/lib/list/style/responsive.less +40 -0
- package/lib/locale-provider/style/index.d.ts +2 -0
- package/lib/locale-provider/style/index.d.ts.map +1 -0
- package/lib/locale-provider/style/index.js +3 -0
- package/lib/locale-provider/style/index.js.map +1 -0
- package/lib/locale-provider/style/index.less +2 -0
- package/lib/mention/index.js +25 -0
- package/lib/mentions/style/index.d.ts +4 -0
- package/lib/mentions/style/index.d.ts.map +1 -0
- package/lib/mentions/style/index.js +5 -0
- package/lib/mentions/style/index.js.map +1 -0
- package/lib/mentions/style/index.less +164 -0
- package/lib/menu/style/dark.less +139 -0
- package/lib/menu/style/index.d.ts +4 -0
- package/lib/menu/style/index.d.ts.map +1 -0
- package/lib/menu/style/index.js +5 -0
- package/lib/menu/style/index.js.map +1 -0
- package/lib/menu/style/index.less +515 -0
- package/lib/message/style/index.d.ts +3 -0
- package/lib/message/style/index.d.ts.map +1 -0
- package/lib/message/style/index.js +4 -0
- package/lib/message/style/index.js.map +1 -0
- package/lib/message/style/index.less +75 -0
- package/lib/modal/style/confirm.less +78 -0
- package/lib/modal/style/index.d.ts +4 -0
- package/lib/modal/style/index.d.ts.map +1 -0
- package/lib/modal/style/index.js +5 -0
- package/lib/modal/style/index.js.map +1 -0
- package/lib/modal/style/index.less +4 -0
- package/lib/modal/style/modal.less +165 -0
- package/lib/notification/style/index.d.ts +3 -0
- package/lib/notification/style/index.d.ts.map +1 -0
- package/lib/notification/style/index.js +4 -0
- package/lib/notification/style/index.js.map +1 -0
- package/lib/notification/style/index.less +199 -0
- package/lib/page-header/style/index.d.ts +4 -0
- package/lib/page-header/style/index.d.ts.map +1 -0
- package/lib/page-header/style/index.js +5 -0
- package/lib/page-header/style/index.js.map +1 -0
- package/lib/page-header/style/index.less +119 -0
- package/lib/pagination/style/index.d.ts +4 -0
- package/lib/pagination/style/index.d.ts.map +1 -0
- package/lib/pagination/style/index.js +5 -0
- package/lib/pagination/style/index.js.map +1 -0
- package/lib/pagination/style/index.less +400 -0
- package/lib/popconfirm/style/index.d.ts +4 -0
- package/lib/popconfirm/style/index.d.ts.map +1 -0
- package/lib/popconfirm/style/index.js +5 -0
- package/lib/popconfirm/style/index.js.map +1 -0
- package/lib/popover/style/index.d.ts +3 -0
- package/lib/popover/style/index.d.ts.map +1 -0
- package/lib/popover/style/index.js +4 -0
- package/lib/popover/style/index.js.map +1 -0
- package/lib/popover/style/index.less +205 -0
- package/lib/progress/style/index.d.ts +3 -0
- package/lib/progress/style/index.d.ts.map +1 -0
- package/lib/progress/style/index.js +4 -0
- package/lib/progress/style/index.js.map +1 -0
- package/lib/progress/style/index.less +182 -0
- package/lib/radio/style/index.d.ts +3 -0
- package/lib/radio/style/index.d.ts.map +1 -0
- package/lib/radio/style/index.js +4 -0
- package/lib/radio/style/index.js.map +1 -0
- package/lib/radio/style/index.less +327 -0
- package/lib/rate/style/index.d.ts +4 -0
- package/lib/rate/style/index.d.ts.map +1 -0
- package/lib/rate/style/index.js +5 -0
- package/lib/rate/style/index.js.map +1 -0
- package/lib/rate/style/index.less +85 -0
- package/lib/result/style/index.d.ts +3 -0
- package/lib/result/style/index.d.ts.map +1 -0
- package/lib/result/style/index.js +4 -0
- package/lib/result/style/index.js.map +1 -0
- package/lib/result/style/index.less +71 -0
- package/lib/row/style/index.d.ts +3 -0
- package/lib/row/style/index.d.ts.map +1 -0
- package/lib/row/style/index.js +4 -0
- package/lib/row/style/index.js.map +1 -0
- package/lib/select/style/index.d.ts +4 -0
- package/lib/select/style/index.d.ts.map +1 -0
- package/lib/select/style/index.js +5 -0
- package/lib/select/style/index.js.map +1 -0
- package/lib/select/style/index.less +604 -0
- package/lib/skeleton/style/index.d.ts +3 -0
- package/lib/skeleton/style/index.d.ts.map +1 -0
- package/lib/skeleton/style/index.js +4 -0
- package/lib/skeleton/style/index.js.map +1 -0
- package/lib/skeleton/style/index.less +130 -0
- package/lib/slider/style/index.d.ts +4 -0
- package/lib/slider/style/index.d.ts.map +1 -0
- package/lib/slider/style/index.js +5 -0
- package/lib/slider/style/index.js.map +1 -0
- package/lib/slider/style/index.less +197 -0
- package/lib/spin/style/index.d.ts +3 -0
- package/lib/spin/style/index.d.ts.map +1 -0
- package/lib/spin/style/index.js +4 -0
- package/lib/spin/style/index.js.map +1 -0
- package/lib/spin/style/index.less +214 -0
- package/lib/statistic/style/index.d.ts +3 -0
- package/lib/statistic/style/index.d.ts.map +1 -0
- package/lib/statistic/style/index.js +4 -0
- package/lib/statistic/style/index.js.map +1 -0
- package/lib/statistic/style/index.less +40 -0
- package/lib/steps/style/compatibility.less +50 -0
- package/lib/steps/style/custom-icon.less +31 -0
- package/lib/steps/style/index.d.ts +3 -0
- package/lib/steps/style/index.d.ts.map +1 -0
- package/lib/steps/style/index.js +4 -0
- package/lib/steps/style/index.js.map +1 -0
- package/lib/steps/style/label-placement.less +38 -0
- package/lib/steps/style/progress-dot.less +80 -0
- package/lib/steps/style/vertical.less +74 -0
- package/lib/style/color/bezierEasing.less +110 -0
- package/lib/style/color/colorPalette.less +75 -0
- package/lib/style/color/colors.less +149 -0
- package/lib/style/color/tinyColor.less +1184 -0
- package/lib/style/core/base.less +510 -0
- package/lib/style/core/iconfont.less +19 -0
- package/lib/style/core/index.less +4 -0
- package/lib/style/core/motion/fade.less +31 -0
- package/lib/style/core/motion/move.less +120 -0
- package/lib/style/core/motion/other.less +40 -0
- package/lib/style/core/motion/slide.less +120 -0
- package/lib/style/core/motion/swing.less +34 -0
- package/lib/style/core/motion/zoom.less +162 -0
- package/lib/style/core/motion.less +20 -0
- package/lib/style/index.d.ts +2 -0
- package/lib/style/index.d.ts.map +1 -0
- package/lib/style/index.js +3 -0
- package/lib/style/index.js.map +1 -0
- package/lib/style/index.less +2 -0
- package/lib/style/mixins/clearfix.less +13 -0
- package/lib/style/mixins/compatibility.less +22 -0
- package/lib/style/mixins/iconfont.less +43 -0
- package/lib/style/mixins/index.less +10 -0
- package/lib/style/mixins/motion.less +35 -0
- package/lib/style/mixins/operation-unit.less +18 -0
- package/lib/style/mixins/reset.less +13 -0
- package/lib/style/mixins/size.less +10 -0
- package/lib/style/mixins/typography.less +49 -0
- package/lib/style/themes/default.less +699 -0
- package/lib/style/themes/index.less +1 -0
- package/lib/style/v2-compatible-reset.d.ts +2 -0
- package/lib/style/v2-compatible-reset.d.ts.map +1 -0
- package/lib/style/v2-compatible-reset.js +3 -0
- package/lib/style/v2-compatible-reset.js.map +1 -0
- package/lib/style/v2-compatible-reset.less +51 -0
- package/lib/switch/style/index.d.ts +3 -0
- package/lib/switch/style/index.d.ts.map +1 -0
- package/lib/switch/style/index.js +4 -0
- package/lib/switch/style/index.js.map +1 -0
- package/lib/switch/style/index.less +178 -0
- package/lib/table/style/index.d.ts +9 -0
- package/lib/table/style/index.d.ts.map +1 -0
- package/lib/table/style/index.js +10 -0
- package/lib/table/style/index.js.map +1 -0
- package/lib/table/style/index.less +800 -0
- package/lib/table/style/size.less +179 -0
- package/lib/tabs/style/card-style.less +186 -0
- package/lib/tabs/style/index.d.ts +3 -0
- package/lib/tabs/style/index.d.ts.map +1 -0
- package/lib/tabs/style/index.js +4 -0
- package/lib/tabs/style/index.js.map +1 -0
- package/lib/tabs/style/index.less +436 -0
- package/lib/tabs/tabs.d.ts +1 -0
- package/lib/tabs/tabs.d.ts.map +1 -1
- package/lib/tabs/tabs.js +7 -4
- package/lib/tabs/tabs.js.map +1 -1
- package/lib/tag/style/index.d.ts +3 -0
- package/lib/tag/style/index.d.ts.map +1 -0
- package/lib/tag/style/index.js +4 -0
- package/lib/tag/style/index.js.map +1 -0
- package/lib/tag/style/index.less +106 -0
- package/lib/time-picker/style/index.d.ts +3 -0
- package/lib/time-picker/style/index.d.ts.map +1 -0
- package/lib/time-picker/style/index.js +4 -0
- package/lib/time-picker/style/index.js.map +1 -0
- package/lib/time-picker/style/index.less +246 -0
- package/lib/timeline/style/index.d.ts +3 -0
- package/lib/timeline/style/index.d.ts.map +1 -0
- package/lib/timeline/style/index.js +4 -0
- package/lib/timeline/style/index.js.map +1 -0
- package/lib/timeline/style/index.less +167 -0
- package/lib/tntd-form/TntdForm/components/Item.js +65 -0
- package/lib/tntd-form/TntdForm/components/ItemComp.js +215 -0
- package/lib/tntd-form/TntdForm/components/List.js +123 -0
- package/lib/tntd-form/TntdForm/index.js +72 -0
- package/lib/tntd-form/TntdForm/interface.js +5 -0
- package/lib/tntd-form/TntdForm/store.js +10 -0
- package/lib/tntd-form/TntdForm/utils.js +239 -0
- package/lib/tntd-form/tntd-form.stories.d.ts +1 -1
- package/lib/tntd-select/_util/DisabledContext.d.ts +10 -0
- package/lib/tntd-select/_util/DisabledContext.d.ts.map +1 -0
- package/lib/tntd-select/_util/DisabledContext.js +22 -0
- package/lib/tntd-select/_util/DisabledContext.js.map +1 -0
- package/lib/tntd-select/_util/FormItemInputContext.d.ts +4 -0
- package/lib/tntd-select/_util/FormItemInputContext.d.ts.map +1 -0
- package/lib/tntd-select/_util/FormItemInputContext.js +12 -0
- package/lib/tntd-select/_util/FormItemInputContext.js.map +1 -0
- package/lib/tntd-select/_util/PurePanel.d.ts +9 -0
- package/lib/tntd-select/_util/PurePanel.d.ts.map +1 -0
- package/lib/tntd-select/_util/PurePanel.js +90 -0
- package/lib/tntd-select/_util/PurePanel.js.map +1 -0
- package/lib/tntd-select/_util/SizeContext.d.ts +4 -0
- package/lib/tntd-select/_util/SizeContext.d.ts.map +1 -0
- package/lib/tntd-select/_util/SizeContext.js +12 -0
- package/lib/tntd-select/_util/SizeContext.js.map +1 -0
- package/lib/tntd-select/_util/context.d.ts.map +1 -0
- package/lib/tntd-select/_util/context.js.map +1 -0
- package/lib/tntd-select/_util/defaultRenderEmpty.d.ts.map +1 -0
- package/lib/tntd-select/_util/defaultRenderEmpty.js.map +1 -0
- package/lib/tntd-select/_util/getIcons.d.ts +25 -0
- package/lib/tntd-select/_util/getIcons.d.ts.map +1 -0
- package/lib/tntd-select/_util/getIcons.js +84 -0
- package/lib/tntd-select/_util/getIcons.js.map +1 -0
- package/lib/tntd-select/_util/interface.d.ts +25 -0
- package/lib/tntd-select/_util/interface.d.ts.map +1 -0
- package/lib/tntd-select/_util/interface.js +16 -0
- package/lib/tntd-select/_util/interface.js.map +1 -0
- package/lib/tntd-select/_util/motion.d.ts +9 -0
- package/lib/tntd-select/_util/motion.d.ts.map +1 -0
- package/lib/tntd-select/_util/motion.js +59 -0
- package/lib/tntd-select/_util/motion.js.map +1 -0
- package/lib/tntd-select/_util/type.d.ts +10 -0
- package/lib/tntd-select/_util/type.d.ts.map +1 -0
- package/lib/tntd-select/_util/type.js +21 -0
- package/lib/tntd-select/_util/type.js.map +1 -0
- package/lib/tntd-select/_util/useCompactItemContext.d.ts +9 -0
- package/lib/tntd-select/_util/useCompactItemContext.d.ts.map +1 -0
- package/lib/tntd-select/_util/useCompactItemContext.js +35 -0
- package/lib/tntd-select/_util/useCompactItemContext.js.map +1 -0
- package/lib/tntd-select/_util/warning.d.ts +4 -0
- package/lib/tntd-select/_util/warning.d.ts.map +1 -0
- package/lib/tntd-select/_util/warning.js +24 -0
- package/lib/tntd-select/_util/warning.js.map +1 -0
- package/lib/tntd-select/rc-select/BaseSelect.d.ts +114 -0
- package/lib/tntd-select/rc-select/BaseSelect.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/BaseSelect.js +566 -0
- package/lib/tntd-select/rc-select/BaseSelect.js.map +1 -0
- package/lib/tntd-select/rc-select/OptGroup.d.ts +13 -0
- package/lib/tntd-select/rc-select/OptGroup.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/OptGroup.js +13 -0
- package/lib/tntd-select/rc-select/OptGroup.js.map +1 -0
- package/lib/tntd-select/rc-select/Option.d.ts +15 -0
- package/lib/tntd-select/rc-select/Option.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/Option.js +13 -0
- package/lib/tntd-select/rc-select/Option.js.map +1 -0
- package/lib/tntd-select/rc-select/OptionList.d.ts +11 -0
- package/lib/tntd-select/rc-select/OptionList.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/OptionList.js +372 -0
- package/lib/tntd-select/rc-select/OptionList.js.map +1 -0
- package/lib/tntd-select/rc-select/Select.d.ts +115 -0
- package/lib/tntd-select/rc-select/Select.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/Select.js +509 -0
- package/lib/tntd-select/rc-select/Select.js.map +1 -0
- package/lib/tntd-select/rc-select/SelectContext.d.ts +23 -0
- package/lib/tntd-select/rc-select/SelectContext.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/SelectContext.js +13 -0
- package/lib/tntd-select/rc-select/SelectContext.js.map +1 -0
- package/lib/tntd-select/rc-select/SelectTrigger.d.ts +31 -0
- package/lib/tntd-select/rc-select/SelectTrigger.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/SelectTrigger.js +149 -0
- package/lib/tntd-select/rc-select/SelectTrigger.js.map +1 -0
- package/lib/tntd-select/rc-select/Selector/Input.d.ts +27 -0
- package/lib/tntd-select/rc-select/Selector/Input.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/Selector/Input.js +110 -0
- package/lib/tntd-select/rc-select/Selector/Input.js.map +1 -0
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.d.ts +17 -0
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.js +193 -0
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.js.map +1 -0
- package/lib/tntd-select/rc-select/Selector/SingleSelector.d.ts +9 -0
- package/lib/tntd-select/rc-select/Selector/SingleSelector.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/Selector/SingleSelector.js +116 -0
- package/lib/tntd-select/rc-select/Selector/SingleSelector.js.map +1 -0
- package/lib/tntd-select/rc-select/Selector/index.d.ts +83 -0
- package/lib/tntd-select/rc-select/Selector/index.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/Selector/index.js +159 -0
- package/lib/tntd-select/rc-select/Selector/index.js.map +1 -0
- package/lib/tntd-select/rc-select/TransBtn.d.ts +13 -0
- package/lib/tntd-select/rc-select/TransBtn.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/TransBtn.js +48 -0
- package/lib/tntd-select/rc-select/TransBtn.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useAllowClear.d.ts +9 -0
- package/lib/tntd-select/rc-select/hooks/useAllowClear.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useAllowClear.js +35 -0
- package/lib/tntd-select/rc-select/hooks/useAllowClear.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useBaseProps.d.ts +14 -0
- package/lib/tntd-select/rc-select/hooks/useBaseProps.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useBaseProps.js +21 -0
- package/lib/tntd-select/rc-select/hooks/useBaseProps.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useCache.d.ts +8 -0
- package/lib/tntd-select/rc-select/hooks/useCache.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useCache.js +49 -0
- package/lib/tntd-select/rc-select/hooks/useCache.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useDelayReset.d.ts +6 -0
- package/lib/tntd-select/rc-select/hooks/useDelayReset.d.ts.map +1 -0
- package/lib/{tntd-form/_util/hooks/useFlexGapSupport.js → tntd-select/rc-select/hooks/useDelayReset.js} +25 -9
- package/lib/tntd-select/rc-select/hooks/useDelayReset.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.d.ts +4 -0
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.js +72 -0
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useId.d.ts +6 -0
- package/lib/tntd-select/rc-select/hooks/useId.d.ts.map +1 -0
- package/lib/{tntd-form/_util/hooks/useForceUpdate.js → tntd-select/rc-select/hooks/useId.js} +32 -8
- package/lib/tntd-select/rc-select/hooks/useId.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.d.ts +6 -0
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.js +26 -0
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useLock.d.ts +8 -0
- package/lib/tntd-select/rc-select/hooks/useLock.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useLock.js +39 -0
- package/lib/tntd-select/rc-select/hooks/useLock.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useOptions.d.ts +12 -0
- package/lib/tntd-select/rc-select/hooks/useOptions.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useOptions.js +53 -0
- package/lib/tntd-select/rc-select/hooks/useOptions.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useRefFunc.d.ts +6 -0
- package/lib/tntd-select/rc-select/hooks/useRefFunc.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useRefFunc.js +22 -0
- package/lib/tntd-select/rc-select/hooks/useRefFunc.js.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.d.ts +2 -0
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.js +43 -0
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.js.map +1 -0
- package/lib/tntd-select/rc-select/index.d.ts +11 -0
- package/lib/tntd-select/rc-select/index.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/index.js +38 -0
- package/lib/tntd-select/rc-select/index.js.map +1 -0
- package/lib/tntd-select/rc-select/interface.d.ts +23 -0
- package/lib/tntd-select/rc-select/interface.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/interface.js +5 -0
- package/lib/tntd-select/rc-select/interface.js.map +1 -0
- package/lib/tntd-select/rc-select/utils/commonUtil.d.ts +10 -0
- package/lib/tntd-select/rc-select/utils/commonUtil.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/utils/commonUtil.js +43 -0
- package/lib/tntd-select/rc-select/utils/commonUtil.js.map +1 -0
- package/lib/tntd-select/rc-select/utils/keyUtil.d.ts +3 -0
- package/lib/tntd-select/rc-select/utils/keyUtil.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/utils/keyUtil.js +16 -0
- package/lib/tntd-select/rc-select/utils/keyUtil.js.map +1 -0
- package/lib/tntd-select/rc-select/utils/legacyUtil.d.ts +4 -0
- package/lib/tntd-select/rc-select/utils/legacyUtil.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/utils/legacyUtil.js +60 -0
- package/lib/tntd-select/rc-select/utils/legacyUtil.js.map +1 -0
- package/lib/tntd-select/rc-select/utils/platformUtil.d.ts +2 -0
- package/lib/tntd-select/rc-select/utils/platformUtil.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/utils/platformUtil.js +10 -0
- package/lib/tntd-select/rc-select/utils/platformUtil.js.map +1 -0
- package/lib/tntd-select/rc-select/utils/valueUtil.d.ts +24 -0
- package/lib/tntd-select/rc-select/utils/valueUtil.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/utils/valueUtil.js +132 -0
- package/lib/tntd-select/rc-select/utils/valueUtil.js.map +1 -0
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.d.ts +5 -0
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.d.ts.map +1 -0
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.js +127 -0
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.js.map +1 -0
- package/lib/tooltip/style/index.d.ts +3 -0
- package/lib/tooltip/style/index.d.ts.map +1 -0
- package/lib/tooltip/style/index.js +4 -0
- package/lib/tooltip/style/index.js.map +1 -0
- package/lib/tooltip/style/index.less +187 -0
- package/lib/transfer/style/customize.less +62 -0
- package/lib/transfer/style/index.d.ts +7 -0
- package/lib/transfer/style/index.d.ts.map +1 -0
- package/lib/transfer/style/index.js +8 -0
- package/lib/transfer/style/index.js.map +1 -0
- package/lib/transfer/style/index.less +191 -0
- package/lib/tree/style/directory.less +95 -0
- package/lib/tree/style/index.d.ts +3 -0
- package/lib/tree/style/index.d.ts.map +1 -0
- package/lib/tree/style/index.js +4 -0
- package/lib/tree/style/index.js.map +1 -0
- package/lib/tree/style/index.less +280 -0
- package/lib/tree/style/mixin.less +29 -0
- package/lib/tree-select/style/index.d.ts +5 -0
- package/lib/tree-select/style/index.d.ts.map +1 -0
- package/lib/tree-select/style/index.js +6 -0
- package/lib/tree-select/style/index.js.map +1 -0
- package/lib/tree-select/style/index.less +191 -0
- package/lib/typography/style/index.d.ts +5 -0
- package/lib/typography/style/index.d.ts.map +1 -0
- package/lib/typography/style/index.js +6 -0
- package/lib/typography/style/index.js.map +1 -0
- package/lib/typography/style/index.less +204 -0
- package/lib/upload/style/index.d.ts +5 -0
- package/lib/upload/style/index.d.ts.map +1 -0
- package/lib/upload/style/index.js +6 -0
- package/lib/upload/style/index.js.map +1 -0
- package/lib/upload/style/index.less +542 -0
- package/lib/utils/lang.d.ts.map +1 -1
- package/lib/utils/lang.js +5 -0
- package/lib/utils/lang.js.map +1 -1
- package/lib/version/style/index.d.ts +2 -0
- package/lib/version/style/index.d.ts.map +1 -0
- package/lib/version/style/index.js +3 -0
- package/lib/version/style/index.js.map +1 -0
- package/package.json +1 -1
- package/es/tntd-form/_util/context.js.map +0 -1
- package/es/tntd-form/_util/defaultRenderEmpty.js.map +0 -1
- package/es/tntd-form/_util/hooks/useFlexGapSupport.js +0 -9
- package/es/tntd-form/_util/hooks/useFlexGapSupport.js.map +0 -1
- package/es/tntd-form/_util/hooks/useForceUpdate.js +0 -5
- package/es/tntd-form/_util/hooks/useForceUpdate.js.map +0 -1
- package/es/tntd-form/_util/responsiveObserve.js +0 -59
- package/es/tntd-form/_util/responsiveObserve.js.map +0 -1
- package/es/tntd-form/_util/styleChecker.js +0 -26
- package/es/tntd-form/_util/styleChecker.js.map +0 -1
- package/es/tntd-form/grid/RowContext.js.map +0 -1
- package/es/tntd-form/grid/col.js.map +0 -1
- package/es/tntd-form/grid/hooks/useBreakpoint.js.map +0 -1
- package/es/tntd-form/grid/index.js.map +0 -1
- package/es/tntd-form/grid/row.js.map +0 -1
- package/es/tntd-form/grid/style/index.js.map +0 -1
- package/lib/tntd-form/_util/context.d.ts.map +0 -1
- package/lib/tntd-form/_util/context.js.map +0 -1
- package/lib/tntd-form/_util/defaultRenderEmpty.d.ts.map +0 -1
- package/lib/tntd-form/_util/defaultRenderEmpty.js.map +0 -1
- package/lib/tntd-form/_util/hooks/useFlexGapSupport.d.ts +0 -3
- package/lib/tntd-form/_util/hooks/useFlexGapSupport.d.ts.map +0 -1
- package/lib/tntd-form/_util/hooks/useFlexGapSupport.js.map +0 -1
- package/lib/tntd-form/_util/hooks/useForceUpdate.d.ts +0 -3
- package/lib/tntd-form/_util/hooks/useForceUpdate.d.ts.map +0 -1
- package/lib/tntd-form/_util/hooks/useForceUpdate.js.map +0 -1
- package/lib/tntd-form/_util/responsiveObserve.d.ts +0 -22
- package/lib/tntd-form/_util/responsiveObserve.d.ts.map +0 -1
- package/lib/tntd-form/_util/responsiveObserve.js +0 -73
- package/lib/tntd-form/_util/responsiveObserve.js.map +0 -1
- package/lib/tntd-form/_util/styleChecker.d.ts +0 -5
- package/lib/tntd-form/_util/styleChecker.d.ts.map +0 -1
- package/lib/tntd-form/_util/styleChecker.js +0 -42
- package/lib/tntd-form/_util/styleChecker.js.map +0 -1
- package/lib/tntd-form/grid/RowContext.d.ts.map +0 -1
- package/lib/tntd-form/grid/RowContext.js.map +0 -1
- package/lib/tntd-form/grid/col.d.ts.map +0 -1
- package/lib/tntd-form/grid/col.js.map +0 -1
- package/lib/tntd-form/grid/hooks/useBreakpoint.d.ts.map +0 -1
- package/lib/tntd-form/grid/hooks/useBreakpoint.js.map +0 -1
- package/lib/tntd-form/grid/index.d.ts.map +0 -1
- package/lib/tntd-form/grid/index.js.map +0 -1
- package/lib/tntd-form/grid/row.d.ts.map +0 -1
- package/lib/tntd-form/grid/row.js.map +0 -1
- package/lib/tntd-form/grid/style/index.d.ts.map +0 -1
- package/lib/tntd-form/grid/style/index.js.map +0 -1
- /package/es/{tntd-form/grid → affix}/style/index.js +0 -0
- /package/es/{tntd-form/grid → grid-v4}/RowContext.js +0 -0
- /package/es/{tntd-form/grid → grid-v4}/hooks/useBreakpoint.js +0 -0
- /package/es/{tntd-form/grid → grid-v4}/index.js +0 -0
- /package/es/{tntd-form → tntd-select}/_util/context.js +0 -0
- /package/es/{tntd-form → tntd-select}/_util/defaultRenderEmpty.js +0 -0
- /package/lib/{tntd-form/grid → affix}/style/index.d.ts +0 -0
- /package/lib/{tntd-form/grid → affix}/style/index.js +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/RowContext.d.ts +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/RowContext.js +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/col.d.ts +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/col.js +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/hooks/useBreakpoint.d.ts +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/hooks/useBreakpoint.js +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/index.d.ts +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/index.js +0 -0
- /package/lib/{tntd-form/grid → grid-v4}/row.d.ts +0 -0
- /package/lib/{tntd-form → tntd-select}/_util/context.d.ts +0 -0
- /package/lib/{tntd-form → tntd-select}/_util/context.js +0 -0
- /package/lib/{tntd-form → tntd-select}/_util/defaultRenderEmpty.d.ts +0 -0
- /package/lib/{tntd-form → tntd-select}/_util/defaultRenderEmpty.js +0 -0
|
@@ -0,0 +1,800 @@
|
|
|
1
|
+
@import '../../style/themes/index';
|
|
2
|
+
@import '../../style/mixins/index';
|
|
3
|
+
|
|
4
|
+
@table-prefix-cls: ~'@{ant-prefix}-table';
|
|
5
|
+
@table-header-icon-color: #bfbfbf;
|
|
6
|
+
@table-header-sort-active-bg: darken(@table-header-bg, 3%);
|
|
7
|
+
@table-header-filter-active-bg: darken(@table-header-sort-active-bg, 5%);
|
|
8
|
+
@table-selection-column-width: 60px;
|
|
9
|
+
|
|
10
|
+
.@{table-prefix-cls}-wrapper {
|
|
11
|
+
.clearfix;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.@{table-prefix-cls} {
|
|
15
|
+
.reset-component;
|
|
16
|
+
|
|
17
|
+
position: relative;
|
|
18
|
+
clear: both;
|
|
19
|
+
|
|
20
|
+
&-body {
|
|
21
|
+
transition: opacity 0.3s;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&-empty &-body {
|
|
25
|
+
// https://github.com/ant-design/ant-design/issues/11135
|
|
26
|
+
overflow-x: auto !important;
|
|
27
|
+
// https://github.com/ant-design/ant-design/issues/17175
|
|
28
|
+
overflow-y: hidden !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// https://github.com/ant-design/ant-design/issues/17611
|
|
32
|
+
table {
|
|
33
|
+
width: 100%;
|
|
34
|
+
text-align: left;
|
|
35
|
+
border-radius: @table-border-radius-base @table-border-radius-base 0 0;
|
|
36
|
+
border-collapse: separate;
|
|
37
|
+
border-spacing: 0;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&-layout-fixed table {
|
|
41
|
+
table-layout: fixed;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&-thead > tr > th {
|
|
45
|
+
color: @table-header-color;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
text-align: left;
|
|
48
|
+
background: @table-header-bg;
|
|
49
|
+
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
50
|
+
transition: background 0.3s ease;
|
|
51
|
+
|
|
52
|
+
&[colspan]:not([colspan='1']) {
|
|
53
|
+
text-align: center;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.@{iconfont-css-prefix}-filter,
|
|
57
|
+
.@{table-prefix-cls}-filter-icon {
|
|
58
|
+
position: absolute;
|
|
59
|
+
top: 0;
|
|
60
|
+
right: 0;
|
|
61
|
+
width: 28px;
|
|
62
|
+
height: 100%;
|
|
63
|
+
color: @table-header-icon-color;
|
|
64
|
+
font-size: @font-size-sm;
|
|
65
|
+
text-align: center;
|
|
66
|
+
cursor: pointer;
|
|
67
|
+
transition: all 0.3s;
|
|
68
|
+
|
|
69
|
+
> svg {
|
|
70
|
+
position: absolute;
|
|
71
|
+
top: 50%;
|
|
72
|
+
left: 50%;
|
|
73
|
+
margin-top: calc(-@font-size-sm / 2 + 1px);
|
|
74
|
+
margin-left: calc(-@font-size-sm / 2);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.@{table-prefix-cls}-filter-selected.@{iconfont-css-prefix} {
|
|
79
|
+
color: @primary-color;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.@{table-prefix-cls}-column-sorter {
|
|
83
|
+
display: table-cell;
|
|
84
|
+
vertical-align: middle;
|
|
85
|
+
|
|
86
|
+
.@{table-prefix-cls}-column-sorter-inner {
|
|
87
|
+
height: 1em;
|
|
88
|
+
margin-top: 0.35em;
|
|
89
|
+
margin-left: 0.57142857em;
|
|
90
|
+
color: @table-header-icon-color;
|
|
91
|
+
line-height: 1em;
|
|
92
|
+
text-align: center;
|
|
93
|
+
transition: all 0.3s;
|
|
94
|
+
|
|
95
|
+
.@{table-prefix-cls}-column-sorter-up,
|
|
96
|
+
.@{table-prefix-cls}-column-sorter-down {
|
|
97
|
+
.iconfont-size-under-12px(11px);
|
|
98
|
+
|
|
99
|
+
display: block;
|
|
100
|
+
height: 1em;
|
|
101
|
+
line-height: 1em;
|
|
102
|
+
transition: all 0.3s;
|
|
103
|
+
&.on {
|
|
104
|
+
color: @primary-color;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&-full {
|
|
109
|
+
margin-top: -0.15em;
|
|
110
|
+
|
|
111
|
+
.@{table-prefix-cls}-column-sorter-up,
|
|
112
|
+
.@{table-prefix-cls}-column-sorter-down {
|
|
113
|
+
height: 0.5em;
|
|
114
|
+
line-height: 0.5em;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.@{table-prefix-cls}-column-sorter-down {
|
|
118
|
+
margin-top: 0.125em;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&.@{table-prefix-cls}-column-has-actions {
|
|
125
|
+
position: relative;
|
|
126
|
+
background-clip: padding-box; // For Firefox background bug, https://github.com/ant-design/ant-design/issues/12628
|
|
127
|
+
/* stylelint-disable-next-line */
|
|
128
|
+
-webkit-background-clip: border-box; // For Chrome extra space: https://github.com/ant-design/ant-design/issues/14926
|
|
129
|
+
|
|
130
|
+
&.@{table-prefix-cls}-column-has-filters {
|
|
131
|
+
// https://github.com/ant-design/ant-design/issues/12650
|
|
132
|
+
padding-right: 30px !important;
|
|
133
|
+
|
|
134
|
+
.@{iconfont-css-prefix}-filter,
|
|
135
|
+
.@{table-prefix-cls}-filter-icon {
|
|
136
|
+
&.@{table-prefix-cls}-filter-open {
|
|
137
|
+
color: @text-color-secondary;
|
|
138
|
+
background: @table-header-filter-active-bg;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
// Very complicated styles logic but necessary
|
|
142
|
+
&:hover {
|
|
143
|
+
.@{iconfont-css-prefix}-filter,
|
|
144
|
+
.@{table-prefix-cls}-filter-icon {
|
|
145
|
+
&:hover {
|
|
146
|
+
color: @text-color-secondary;
|
|
147
|
+
background: @table-header-filter-active-bg;
|
|
148
|
+
}
|
|
149
|
+
&:active {
|
|
150
|
+
color: @text-color;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
&.@{table-prefix-cls}-column-has-sorters {
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
&:hover {
|
|
159
|
+
background: @table-header-sort-active-bg;
|
|
160
|
+
.@{iconfont-css-prefix}-filter,
|
|
161
|
+
.@{table-prefix-cls}-filter-icon {
|
|
162
|
+
background: @table-header-sort-active-bg;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
&:active {
|
|
166
|
+
.@{table-prefix-cls}-column-sorter-up:not(.on),
|
|
167
|
+
.@{table-prefix-cls}-column-sorter-down:not(.on) {
|
|
168
|
+
color: @text-color-secondary;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.@{table-prefix-cls}-header-column {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
max-width: 100%;
|
|
177
|
+
vertical-align: top;
|
|
178
|
+
|
|
179
|
+
.@{table-prefix-cls}-column-sorters {
|
|
180
|
+
display: table;
|
|
181
|
+
|
|
182
|
+
> .@{table-prefix-cls}-column-title {
|
|
183
|
+
display: table-cell;
|
|
184
|
+
vertical-align: middle;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
> *:not(.@{table-prefix-cls}-column-sorter) {
|
|
188
|
+
position: relative;
|
|
189
|
+
}
|
|
190
|
+
&::before {
|
|
191
|
+
position: absolute;
|
|
192
|
+
top: 0;
|
|
193
|
+
right: 0;
|
|
194
|
+
bottom: 0;
|
|
195
|
+
left: 0;
|
|
196
|
+
background: transparent;
|
|
197
|
+
transition: all 0.3s;
|
|
198
|
+
content: '';
|
|
199
|
+
}
|
|
200
|
+
&:hover::before {
|
|
201
|
+
background: rgba(0, 0, 0, 0.04);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&.@{table-prefix-cls}-column-has-sorters {
|
|
207
|
+
user-select: none;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
&-thead > tr:first-child > th {
|
|
212
|
+
&:first-child {
|
|
213
|
+
border-top-left-radius: @table-border-radius-base;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
&:last-child {
|
|
217
|
+
border-top-right-radius: @table-border-radius-base;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
&-thead > tr:not(:last-child) > th {
|
|
222
|
+
&[colspan] {
|
|
223
|
+
border-bottom: 0;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
&-tbody > tr > td {
|
|
228
|
+
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
229
|
+
transition: all 0.3s, border 0s;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
&-thead > tr,
|
|
233
|
+
&-tbody > tr {
|
|
234
|
+
transition: all 0.3s, height 0s;
|
|
235
|
+
&.@{table-prefix-cls}-row-hover,
|
|
236
|
+
&:hover {
|
|
237
|
+
&:not(.@{table-prefix-cls}-expanded-row):not(.@{table-prefix-cls}-row-selected) > td {
|
|
238
|
+
background: @table-row-hover-bg;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
&.@{table-prefix-cls}-row-selected > td {
|
|
242
|
+
&.@{table-prefix-cls}-column-sort {
|
|
243
|
+
background: @table-body-selected-sort-bg;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
&:hover {
|
|
247
|
+
&.@{table-prefix-cls}-row-selected > td {
|
|
248
|
+
background: @table-selected-row-hover-bg;
|
|
249
|
+
&.@{table-prefix-cls}-column-sort {
|
|
250
|
+
background: @table-body-selected-sort-bg;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
&-thead > tr:hover {
|
|
257
|
+
background: none;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
&-footer {
|
|
261
|
+
position: relative;
|
|
262
|
+
padding: @table-padding-vertical @table-padding-horizontal;
|
|
263
|
+
color: @table-footer-color;
|
|
264
|
+
background: @table-footer-bg;
|
|
265
|
+
border-top: @border-width-base @border-style-base @border-color-split;
|
|
266
|
+
border-radius: 0 0 @table-border-radius-base @table-border-radius-base;
|
|
267
|
+
&::before {
|
|
268
|
+
position: absolute;
|
|
269
|
+
top: -1px;
|
|
270
|
+
left: 0;
|
|
271
|
+
width: 100%;
|
|
272
|
+
height: 1px;
|
|
273
|
+
background: @table-footer-bg;
|
|
274
|
+
content: '';
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
&.@{table-prefix-cls}-bordered &-footer {
|
|
279
|
+
border: @border-width-base @border-style-base @border-color-split;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
&-title {
|
|
283
|
+
position: relative;
|
|
284
|
+
top: 1px;
|
|
285
|
+
padding: @table-padding-vertical 0;
|
|
286
|
+
border-radius: @table-border-radius-base @table-border-radius-base 0 0;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
&.@{table-prefix-cls}-bordered &-title {
|
|
290
|
+
padding-right: @table-padding-horizontal;
|
|
291
|
+
padding-left: @table-padding-horizontal;
|
|
292
|
+
border: @border-width-base @border-style-base @border-color-split;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
&-title + &-content {
|
|
296
|
+
position: relative;
|
|
297
|
+
border-radius: @table-border-radius-base @table-border-radius-base 0 0;
|
|
298
|
+
|
|
299
|
+
.@{table-prefix-cls}-bordered & {
|
|
300
|
+
&,
|
|
301
|
+
table,
|
|
302
|
+
.@{table-prefix-cls}-thead > tr:first-child > th {
|
|
303
|
+
border-radius: 0;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
// https://github.com/ant-design/ant-design/issues/4373
|
|
309
|
+
&-without-column-header &-title + &-content,
|
|
310
|
+
&-without-column-header table {
|
|
311
|
+
border-radius: 0;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// https://github.com/ant-design/ant-design/issues/14834
|
|
315
|
+
&-without-column-header&-bordered&-empty &-placeholder {
|
|
316
|
+
border-top: 1px solid @border-color-split;
|
|
317
|
+
border-radius: @border-radius-base;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
&-tbody > tr.@{table-prefix-cls}-row-selected td {
|
|
321
|
+
color: @table-selected-row-color;
|
|
322
|
+
background: @table-selected-row-bg;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
&-thead > tr > th.@{table-prefix-cls}-column-sort {
|
|
326
|
+
background: @table-header-sort-bg;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
&-tbody > tr > td.@{table-prefix-cls}-column-sort {
|
|
330
|
+
background: @table-body-sort-bg;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
&-thead > tr > th,
|
|
334
|
+
&-tbody > tr > td {
|
|
335
|
+
padding: @table-padding-vertical @table-padding-horizontal;
|
|
336
|
+
overflow-wrap: break-word;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
&-expand-icon-th,
|
|
340
|
+
&-row-expand-icon-cell {
|
|
341
|
+
width: 50px;
|
|
342
|
+
min-width: 50px;
|
|
343
|
+
text-align: center;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
&-header {
|
|
347
|
+
overflow: hidden;
|
|
348
|
+
background: @table-header-bg;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
&-header table {
|
|
352
|
+
border-radius: @table-border-radius-base @table-border-radius-base 0 0;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
&-loading {
|
|
356
|
+
position: relative;
|
|
357
|
+
.@{table-prefix-cls}-body {
|
|
358
|
+
background: @component-background;
|
|
359
|
+
opacity: 0.5;
|
|
360
|
+
}
|
|
361
|
+
.@{table-prefix-cls}-spin-holder {
|
|
362
|
+
position: absolute;
|
|
363
|
+
top: 50%;
|
|
364
|
+
left: 50%;
|
|
365
|
+
height: 20px;
|
|
366
|
+
margin-left: -30px;
|
|
367
|
+
line-height: 20px;
|
|
368
|
+
}
|
|
369
|
+
.@{table-prefix-cls}-with-pagination {
|
|
370
|
+
margin-top: -20px;
|
|
371
|
+
}
|
|
372
|
+
.@{table-prefix-cls}-without-pagination {
|
|
373
|
+
margin-top: 10px;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
&-bordered {
|
|
378
|
+
.@{table-prefix-cls}-header > table,
|
|
379
|
+
.@{table-prefix-cls}-body > table,
|
|
380
|
+
.@{table-prefix-cls}-fixed-left table,
|
|
381
|
+
.@{table-prefix-cls}-fixed-right table {
|
|
382
|
+
border: @border-width-base @border-style-base @border-color-split;
|
|
383
|
+
border-right: 0;
|
|
384
|
+
border-bottom: 0;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
&.@{table-prefix-cls}-empty {
|
|
388
|
+
.@{table-prefix-cls}-placeholder {
|
|
389
|
+
border-right: @border-width-base @border-style-base @border-color-split;
|
|
390
|
+
border-left: @border-width-base @border-style-base @border-color-split;
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
&.@{table-prefix-cls}-fixed-header {
|
|
395
|
+
.@{table-prefix-cls}-header > table {
|
|
396
|
+
border-bottom: 0;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.@{table-prefix-cls}-body > table {
|
|
400
|
+
border-top-left-radius: 0;
|
|
401
|
+
border-top-right-radius: 0;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.@{table-prefix-cls}-header + .@{table-prefix-cls}-body > table,
|
|
405
|
+
.@{table-prefix-cls}-body-inner > table {
|
|
406
|
+
border-top: 0;
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.@{table-prefix-cls}-thead > tr:not(:last-child) > th {
|
|
411
|
+
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.@{table-prefix-cls}-thead > tr > th,
|
|
415
|
+
.@{table-prefix-cls}-tbody > tr > td {
|
|
416
|
+
border-right: @border-width-base @border-style-base @border-color-split;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
&-placeholder {
|
|
421
|
+
position: relative;
|
|
422
|
+
z-index: 1;
|
|
423
|
+
margin-top: -1px;
|
|
424
|
+
padding: @table-padding-vertical @table-padding-horizontal;
|
|
425
|
+
color: @disabled-color;
|
|
426
|
+
font-size: @font-size-base;
|
|
427
|
+
text-align: center;
|
|
428
|
+
background: @component-background;
|
|
429
|
+
border-top: @border-width-base @border-style-base @border-color-split;
|
|
430
|
+
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
431
|
+
border-radius: 0 0 @border-radius-base @border-radius-base;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
&-pagination.@{ant-prefix}-pagination {
|
|
435
|
+
float: right;
|
|
436
|
+
margin: 16px 0;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
&-filter-dropdown {
|
|
440
|
+
position: relative;
|
|
441
|
+
min-width: 96px;
|
|
442
|
+
margin-left: -8px;
|
|
443
|
+
background: @component-background;
|
|
444
|
+
border-radius: @border-radius-base;
|
|
445
|
+
box-shadow: @box-shadow-base;
|
|
446
|
+
|
|
447
|
+
.@{ant-prefix}-dropdown-menu {
|
|
448
|
+
// https://github.com/ant-design/ant-design/issues/4916
|
|
449
|
+
// https://github.com/ant-design/ant-design/issues/19542
|
|
450
|
+
max-height: ~'calc(100vh - 130px)';
|
|
451
|
+
overflow-x: hidden;
|
|
452
|
+
border: 0;
|
|
453
|
+
border-radius: @border-radius-base @border-radius-base 0 0;
|
|
454
|
+
box-shadow: none;
|
|
455
|
+
|
|
456
|
+
&-item > label + span {
|
|
457
|
+
padding-right: 0;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
&-sub {
|
|
461
|
+
border-radius: @border-radius-base;
|
|
462
|
+
box-shadow: @box-shadow-base;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.@{ant-prefix}-dropdown-submenu-contain-selected {
|
|
466
|
+
.@{ant-prefix}-dropdown-menu-submenu-title::after {
|
|
467
|
+
color: @primary-color;
|
|
468
|
+
font-weight: bold;
|
|
469
|
+
text-shadow: 0 0 2px @primary-2;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.@{ant-prefix}-dropdown-menu-item {
|
|
475
|
+
overflow: hidden;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
> .@{ant-prefix}-dropdown-menu > .@{ant-prefix}-dropdown-menu-item:last-child,
|
|
479
|
+
> .@{ant-prefix}-dropdown-menu
|
|
480
|
+
> .@{ant-prefix}-dropdown-menu-submenu:last-child
|
|
481
|
+
.@{ant-prefix}-dropdown-menu-submenu-title {
|
|
482
|
+
border-radius: 0;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
&-btns {
|
|
486
|
+
padding: 7px 8px;
|
|
487
|
+
overflow: hidden;
|
|
488
|
+
border-top: @border-width-base @border-style-base @border-color-split;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
&-link {
|
|
492
|
+
color: @link-color;
|
|
493
|
+
&:hover {
|
|
494
|
+
color: @link-hover-color;
|
|
495
|
+
}
|
|
496
|
+
&:active {
|
|
497
|
+
color: @link-active-color;
|
|
498
|
+
}
|
|
499
|
+
&.confirm {
|
|
500
|
+
float: left;
|
|
501
|
+
}
|
|
502
|
+
&.clear {
|
|
503
|
+
float: right;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
&-selection {
|
|
509
|
+
white-space: nowrap;
|
|
510
|
+
|
|
511
|
+
&-select-all-custom {
|
|
512
|
+
margin-right: 4px !important;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.@{iconfont-css-prefix}-down {
|
|
516
|
+
color: @table-header-icon-color;
|
|
517
|
+
transition: all 0.3s;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
&-menu {
|
|
521
|
+
min-width: 96px;
|
|
522
|
+
margin-top: 5px;
|
|
523
|
+
margin-left: -30px;
|
|
524
|
+
background: @component-background;
|
|
525
|
+
border-radius: @border-radius-base;
|
|
526
|
+
box-shadow: @box-shadow-base;
|
|
527
|
+
|
|
528
|
+
.@{ant-prefix}-action-down {
|
|
529
|
+
color: @table-header-icon-color;
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
&-down {
|
|
534
|
+
display: inline-block;
|
|
535
|
+
padding: 0;
|
|
536
|
+
line-height: 1;
|
|
537
|
+
cursor: pointer;
|
|
538
|
+
&:hover .@{iconfont-css-prefix}-down {
|
|
539
|
+
color: fade(@black, 60%);
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
&-row {
|
|
545
|
+
&-expand-icon {
|
|
546
|
+
.operation-unit();
|
|
547
|
+
|
|
548
|
+
display: inline-block;
|
|
549
|
+
width: 17px;
|
|
550
|
+
height: 17px;
|
|
551
|
+
color: inherit;
|
|
552
|
+
line-height: 13px;
|
|
553
|
+
text-align: center;
|
|
554
|
+
background: @component-background;
|
|
555
|
+
border: @border-width-base @border-style-base @border-color-split;
|
|
556
|
+
border-radius: @border-radius-sm;
|
|
557
|
+
outline: none;
|
|
558
|
+
transition: all 0.3s;
|
|
559
|
+
user-select: none;
|
|
560
|
+
|
|
561
|
+
&:focus,
|
|
562
|
+
&:hover,
|
|
563
|
+
&:active {
|
|
564
|
+
border-color: currentColor;
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
&-expanded::after {
|
|
569
|
+
content: '-';
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
&-collapsed::after {
|
|
573
|
+
content: '+';
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
&-spaced {
|
|
577
|
+
visibility: hidden;
|
|
578
|
+
&::after {
|
|
579
|
+
content: '.';
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
&-cell-ellipsis,
|
|
584
|
+
&-cell-ellipsis .@{table-prefix-cls}-column-title {
|
|
585
|
+
overflow: hidden;
|
|
586
|
+
white-space: nowrap;
|
|
587
|
+
text-overflow: ellipsis;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
&-cell-ellipsis .@{table-prefix-cls}-column-title {
|
|
591
|
+
display: block;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
&-cell-break-word {
|
|
595
|
+
word-wrap: break-word;
|
|
596
|
+
word-break: break-word;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
tr&-expanded-row {
|
|
601
|
+
&,
|
|
602
|
+
&:hover {
|
|
603
|
+
background: @table-expanded-row-bg;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
td > .@{table-prefix-cls}-wrapper {
|
|
607
|
+
margin: -@table-padding-vertical -@table-padding-horizontal calc(-@table-padding-vertical - 1px);
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.@{table-prefix-cls}-row-indent + .@{table-prefix-cls}-row-expand-icon {
|
|
612
|
+
margin-right: 8px;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
&-scroll {
|
|
616
|
+
overflow: auto;
|
|
617
|
+
overflow-x: hidden;
|
|
618
|
+
table {
|
|
619
|
+
min-width: 100%;
|
|
620
|
+
|
|
621
|
+
// https://github.com/ant-design/ant-design/issues/14545
|
|
622
|
+
// https://github.com/ant-design/ant-design/issues/19491
|
|
623
|
+
.@{table-prefix-cls}-fixed-columns-in-body:not([colspan]) {
|
|
624
|
+
color: transparent;
|
|
625
|
+
& > * {
|
|
626
|
+
visibility: hidden;
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
&-body-inner {
|
|
633
|
+
height: 100%;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
&-fixed-header > &-content > &-scroll > &-body {
|
|
637
|
+
position: relative;
|
|
638
|
+
background: @component-background;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
&-fixed-header &-body-inner {
|
|
642
|
+
overflow: scroll;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
&-fixed-header &-scroll &-header {
|
|
646
|
+
margin-bottom: -20px;
|
|
647
|
+
padding-bottom: 20px;
|
|
648
|
+
overflow: scroll;
|
|
649
|
+
// Workaround for additional scroll bar on the table header
|
|
650
|
+
// https://github.com/ant-design/ant-design/issues/6515#issuecomment-419634369
|
|
651
|
+
opacity: 0.9999;
|
|
652
|
+
|
|
653
|
+
&::-webkit-scrollbar {
|
|
654
|
+
border: 1px solid @border-color-split;
|
|
655
|
+
border-width: 0 0 1px 0;
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
&-hide-scrollbar {
|
|
660
|
+
// https://github.com/ant-design/ant-design/issues/4637
|
|
661
|
+
// https://stackoverflow.com/a/54101063
|
|
662
|
+
// https://github.com/react-component/table/pull/333
|
|
663
|
+
scrollbar-color: transparent transparent;
|
|
664
|
+
min-width: unset;
|
|
665
|
+
|
|
666
|
+
&::-webkit-scrollbar {
|
|
667
|
+
// set min width to window chrome scrollbar
|
|
668
|
+
// https://github.com/ant-design/ant-design/issues/19952#issuecomment-559367149
|
|
669
|
+
min-width: inherit;
|
|
670
|
+
background-color: transparent;
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
// optimize header style of borderd table after hide extra scrollbar
|
|
675
|
+
&-bordered&-fixed-header &-scroll &-header {
|
|
676
|
+
&::-webkit-scrollbar {
|
|
677
|
+
border: 1px solid @border-color-split;
|
|
678
|
+
border-width: 1px 1px 1px 0;
|
|
679
|
+
}
|
|
680
|
+
&.@{table-prefix-cls}-hide-scrollbar
|
|
681
|
+
.@{table-prefix-cls}-thead
|
|
682
|
+
> tr:only-child
|
|
683
|
+
> th:last-child {
|
|
684
|
+
border-right-color: transparent;
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
&-fixed-left,
|
|
689
|
+
&-fixed-right {
|
|
690
|
+
position: absolute;
|
|
691
|
+
top: 0;
|
|
692
|
+
z-index: @zindex-table-fixed;
|
|
693
|
+
overflow: hidden;
|
|
694
|
+
border-radius: 0;
|
|
695
|
+
transition: box-shadow 0.3s ease;
|
|
696
|
+
table {
|
|
697
|
+
width: auto;
|
|
698
|
+
background: @component-background;
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
&-fixed-header &-fixed-left &-body-outer &-fixed,
|
|
703
|
+
&-fixed-header &-fixed-right &-body-outer &-fixed {
|
|
704
|
+
border-radius: 0;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
&-fixed-left {
|
|
708
|
+
left: 0;
|
|
709
|
+
box-shadow: 6px 0 6px -4px @shadow-color;
|
|
710
|
+
.@{table-prefix-cls}-header {
|
|
711
|
+
overflow-y: hidden;
|
|
712
|
+
}
|
|
713
|
+
// hide scrollbar in left fixed columns
|
|
714
|
+
.@{table-prefix-cls}-body-inner {
|
|
715
|
+
margin-right: -20px;
|
|
716
|
+
padding-right: 20px;
|
|
717
|
+
}
|
|
718
|
+
.@{table-prefix-cls}-fixed-header & .@{table-prefix-cls}-body-inner {
|
|
719
|
+
padding-right: 0;
|
|
720
|
+
}
|
|
721
|
+
&,
|
|
722
|
+
table {
|
|
723
|
+
border-radius: @table-border-radius-base 0 0 0;
|
|
724
|
+
}
|
|
725
|
+
.@{table-prefix-cls}-thead > tr > th:last-child {
|
|
726
|
+
border-top-right-radius: 0;
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
&-fixed-right {
|
|
731
|
+
right: 0;
|
|
732
|
+
box-shadow: -6px 0 6px -4px @shadow-color;
|
|
733
|
+
&,
|
|
734
|
+
table {
|
|
735
|
+
border-radius: 0 @table-border-radius-base 0 0;
|
|
736
|
+
}
|
|
737
|
+
// hide expand row content in right-fixed Table
|
|
738
|
+
// https://github.com/ant-design/ant-design/issues/1898
|
|
739
|
+
.@{table-prefix-cls}-expanded-row {
|
|
740
|
+
color: transparent;
|
|
741
|
+
pointer-events: none;
|
|
742
|
+
}
|
|
743
|
+
.@{table-prefix-cls}-thead > tr > th:first-child {
|
|
744
|
+
border-top-left-radius: 0;
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
&&-scroll-position-left &-fixed-left {
|
|
749
|
+
box-shadow: none;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
&&-scroll-position-right &-fixed-right {
|
|
753
|
+
box-shadow: none;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
// ========================== Row Selection ==========================
|
|
757
|
+
colgroup {
|
|
758
|
+
> col.@{table-prefix-cls}-selection-col {
|
|
759
|
+
width: @table-selection-column-width;
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
&-thead > tr > th.@{table-prefix-cls}-selection-column-custom {
|
|
764
|
+
.@{table-prefix-cls}-selection {
|
|
765
|
+
margin-right: -15px;
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
&-thead > tr > th.@{table-prefix-cls}-selection-column,
|
|
770
|
+
&-tbody > tr > td.@{table-prefix-cls}-selection-column {
|
|
771
|
+
text-align: center;
|
|
772
|
+
|
|
773
|
+
.@{ant-prefix}-radio-wrapper {
|
|
774
|
+
margin-right: 0;
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
&-row[class*='@{table-prefix-cls}-row-level-0'] .@{table-prefix-cls}-selection-column > span {
|
|
779
|
+
display: inline-block;
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.@{table-prefix-cls}-filter-dropdown,
|
|
784
|
+
.@{table-prefix-cls}-filter-dropdown-submenu {
|
|
785
|
+
.@{ant-prefix}-checkbox-wrapper + span {
|
|
786
|
+
padding-left: 8px;
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
/**
|
|
791
|
+
* Another fix of Firefox:
|
|
792
|
+
*/
|
|
793
|
+
@supports (-moz-appearance: meterbar) {
|
|
794
|
+
// https://github.com/ant-design/ant-design/issues/12628
|
|
795
|
+
.@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-has-actions {
|
|
796
|
+
background-clip: padding-box;
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
@import './size';
|