tntd 2.7.23 → 2.7.24
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/index.js +1 -0
- package/es/index.js.map +1 -1
- package/es/locale/en_US.js +5 -2
- package/es/locale/en_US.js.map +1 -1
- package/es/locale/zh_CN.js +4 -1
- package/es/locale/zh_CN.js.map +1 -1
- package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +1 -1
- package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js.map +1 -1
- package/es/tntd-rc-select/_util/DisabledContext.js +8 -0
- package/es/tntd-rc-select/_util/DisabledContext.js.map +1 -0
- package/es/tntd-rc-select/_util/FormItemInputContext.js +3 -0
- package/es/tntd-rc-select/_util/FormItemInputContext.js.map +1 -0
- package/es/tntd-rc-select/_util/PurePanel.js +55 -0
- package/es/tntd-rc-select/_util/PurePanel.js.map +1 -0
- package/es/tntd-rc-select/_util/SizeContext.js +3 -0
- package/es/tntd-rc-select/_util/SizeContext.js.map +1 -0
- package/es/tntd-rc-select/_util/context.js +14 -0
- package/es/tntd-rc-select/_util/context.js.map +1 -0
- package/es/tntd-rc-select/_util/defaultRenderEmpty.js +20 -0
- package/es/tntd-rc-select/_util/defaultRenderEmpty.js.map +1 -0
- package/es/tntd-rc-select/_util/getIcons.js +52 -0
- package/es/tntd-rc-select/_util/getIcons.js.map +1 -0
- package/es/tntd-rc-select/_util/interface.js +5 -0
- package/es/tntd-rc-select/_util/interface.js.map +1 -0
- package/es/tntd-rc-select/_util/motion.js +38 -0
- package/es/tntd-rc-select/_util/motion.js.map +1 -0
- package/es/tntd-rc-select/_util/type.js +4 -0
- package/es/tntd-rc-select/_util/type.js.map +1 -0
- package/es/tntd-rc-select/_util/useCompactItemContext.js +24 -0
- package/es/tntd-rc-select/_util/useCompactItemContext.js.map +1 -0
- package/es/tntd-rc-select/_util/warning.js +15 -0
- package/es/tntd-rc-select/_util/warning.js.map +1 -0
- package/es/tntd-rc-select/img/no-data-s.png +0 -0
- package/es/tntd-rc-select/index.js +103 -0
- package/es/tntd-rc-select/index.js.map +1 -0
- package/es/tntd-rc-select/style/index.less +1657 -0
- package/es/tntd-select/_util/DisabledContext.js +8 -0
- package/es/tntd-select/_util/DisabledContext.js.map +1 -0
- package/es/tntd-select/_util/FormItemInputContext.js +3 -0
- package/es/tntd-select/_util/FormItemInputContext.js.map +1 -0
- package/es/tntd-select/_util/PurePanel.js +4 -17
- package/es/tntd-select/_util/PurePanel.js.map +1 -1
- package/es/tntd-select/_util/SizeContext.js +3 -0
- package/es/tntd-select/_util/SizeContext.js.map +1 -0
- package/es/tntd-select/_util/context.js +14 -0
- package/es/tntd-select/_util/context.js.map +1 -0
- package/es/tntd-select/_util/defaultRenderEmpty.js +20 -0
- package/es/tntd-select/_util/defaultRenderEmpty.js.map +1 -0
- package/es/tntd-select/_util/getIcons.js +52 -0
- package/es/tntd-select/_util/getIcons.js.map +1 -0
- package/es/tntd-select/_util/interface.js +5 -0
- package/es/tntd-select/_util/interface.js.map +1 -0
- package/es/tntd-select/_util/motion.js +15 -8
- package/es/tntd-select/_util/motion.js.map +1 -1
- package/es/tntd-select/_util/type.js +4 -0
- package/es/tntd-select/_util/type.js.map +1 -0
- package/es/tntd-select/_util/useCompactItemContext.js +24 -0
- package/es/tntd-select/_util/useCompactItemContext.js.map +1 -0
- package/es/tntd-select/_util/warning.js +14 -5
- package/es/tntd-select/_util/warning.js.map +1 -1
- package/es/tntd-select/index.js +7 -1
- package/es/tntd-select/index.js.map +1 -1
- package/es/tntd-select/rc-select/BaseSelect.js +429 -0
- package/es/tntd-select/rc-select/BaseSelect.js.map +1 -0
- package/es/tntd-select/rc-select/OptGroup.js +5 -0
- package/es/tntd-select/rc-select/OptGroup.js.map +1 -0
- package/es/tntd-select/rc-select/Option.js +5 -0
- package/es/tntd-select/rc-select/Option.js.map +1 -0
- package/es/tntd-select/rc-select/OptionList.js +257 -0
- package/es/tntd-select/rc-select/OptionList.js.map +1 -0
- package/es/tntd-select/rc-select/Select.js +428 -0
- package/es/tntd-select/rc-select/Select.js.map +1 -0
- package/es/tntd-select/rc-select/SelectContext.js +4 -0
- package/es/tntd-select/rc-select/SelectContext.js.map +1 -0
- package/es/tntd-select/rc-select/SelectTrigger.js +91 -0
- package/es/tntd-select/rc-select/SelectTrigger.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/Input.js +47 -0
- package/es/tntd-select/rc-select/Selector/Input.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/MultipleSelector.js +97 -0
- package/es/tntd-select/rc-select/Selector/MultipleSelector.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/SingleSelector.js +45 -0
- package/es/tntd-select/rc-select/Selector/SingleSelector.js.map +1 -0
- package/es/tntd-select/rc-select/Selector/index.js +136 -0
- package/es/tntd-select/rc-select/Selector/index.js.map +1 -0
- package/es/tntd-select/rc-select/TransBtn.js +22 -0
- package/es/tntd-select/rc-select/TransBtn.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useAllowClear.js +25 -0
- package/es/tntd-select/rc-select/hooks/useAllowClear.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useBaseProps.js +10 -0
- package/es/tntd-select/rc-select/hooks/useBaseProps.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useCache.js +34 -0
- package/es/tntd-select/rc-select/hooks/useCache.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useDelayReset.js +24 -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 +28 -0
- package/es/tntd-select/rc-select/hooks/useId.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useLayoutEffect.js +18 -0
- package/es/tntd-select/rc-select/hooks/useLayoutEffect.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useLock.js +26 -0
- package/es/tntd-select/rc-select/hooks/useLock.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useOptions.js +45 -0
- package/es/tntd-select/rc-select/hooks/useOptions.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useRefFunc.js +14 -0
- package/es/tntd-select/rc-select/hooks/useRefFunc.js.map +1 -0
- package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js +32 -0
- package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js.map +1 -0
- package/es/tntd-select/rc-select/index.js +8 -0
- package/es/tntd-select/rc-select/index.js.map +1 -0
- package/es/tntd-select/rc-select/interface.js +2 -0
- package/es/tntd-select/rc-select/interface.js.map +1 -0
- package/es/tntd-select/rc-select/utils/commonUtil.js +32 -0
- package/es/tntd-select/rc-select/utils/commonUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/keyUtil.js +34 -0
- package/es/tntd-select/rc-select/utils/keyUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/legacyUtil.js +32 -0
- package/es/tntd-select/rc-select/utils/legacyUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/platformUtil.js +5 -0
- package/es/tntd-select/rc-select/utils/platformUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/valueUtil.js +99 -0
- package/es/tntd-select/rc-select/utils/valueUtil.js.map +1 -0
- package/es/tntd-select/rc-select/utils/warningPropsUtil.js +100 -0
- package/es/tntd-select/rc-select/utils/warningPropsUtil.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/lib/locale/default.d.ts +4 -1
- package/lib/locale/default.d.ts.map +1 -1
- package/lib/locale/en_US.d.ts +4 -1
- package/lib/locale/en_US.d.ts.map +1 -1
- package/lib/locale/en_US.js +5 -2
- package/lib/locale/en_US.js.map +1 -1
- package/lib/locale/zh_CN.d.ts +4 -1
- package/lib/locale/zh_CN.d.ts.map +1 -1
- package/lib/locale/zh_CN.js +4 -1
- package/lib/locale/zh_CN.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +1 -1
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js.map +1 -1
- package/lib/tntd-rc-select/_util/DisabledContext.d.ts +10 -0
- package/lib/tntd-rc-select/_util/DisabledContext.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/DisabledContext.js +35 -0
- package/lib/tntd-rc-select/_util/DisabledContext.js.map +1 -0
- package/lib/tntd-rc-select/_util/FormItemInputContext.d.ts +4 -0
- package/lib/tntd-rc-select/_util/FormItemInputContext.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/FormItemInputContext.js +29 -0
- package/lib/tntd-rc-select/_util/FormItemInputContext.js.map +1 -0
- package/lib/tntd-rc-select/_util/PurePanel.d.ts +9 -0
- package/lib/tntd-rc-select/_util/PurePanel.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/PurePanel.js +84 -0
- package/lib/tntd-rc-select/_util/PurePanel.js.map +1 -0
- package/lib/tntd-rc-select/_util/SizeContext.d.ts +4 -0
- package/lib/tntd-rc-select/_util/SizeContext.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/SizeContext.js +29 -0
- package/lib/tntd-rc-select/_util/SizeContext.js.map +1 -0
- package/lib/tntd-rc-select/_util/context.d.ts +42 -0
- package/lib/tntd-rc-select/_util/context.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/context.js +20 -0
- package/lib/tntd-rc-select/_util/context.js.map +1 -0
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.d.ts +5 -0
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +48 -0
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.js.map +1 -0
- package/lib/tntd-rc-select/_util/getIcons.d.ts +25 -0
- package/lib/tntd-rc-select/_util/getIcons.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/getIcons.js +78 -0
- package/lib/tntd-rc-select/_util/getIcons.js.map +1 -0
- package/lib/tntd-rc-select/_util/interface.d.ts +25 -0
- package/lib/tntd-rc-select/_util/interface.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/interface.js +9 -0
- package/lib/tntd-rc-select/_util/interface.js.map +1 -0
- package/lib/tntd-rc-select/_util/motion.d.ts +9 -0
- package/lib/tntd-rc-select/_util/motion.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/motion.js +42 -0
- package/lib/tntd-rc-select/_util/motion.js.map +1 -0
- package/lib/tntd-rc-select/_util/type.d.ts +10 -0
- package/lib/tntd-rc-select/_util/type.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/type.js +9 -0
- package/lib/tntd-rc-select/_util/type.js.map +1 -0
- package/lib/tntd-rc-select/_util/useCompactItemContext.d.ts +9 -0
- package/lib/tntd-rc-select/_util/useCompactItemContext.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/useCompactItemContext.js +54 -0
- package/lib/tntd-rc-select/_util/useCompactItemContext.js.map +1 -0
- package/lib/tntd-rc-select/_util/warning.d.ts +4 -0
- package/lib/tntd-rc-select/_util/warning.d.ts.map +1 -0
- package/lib/tntd-rc-select/_util/warning.js +40 -0
- package/lib/tntd-rc-select/_util/warning.js.map +1 -0
- package/lib/tntd-rc-select/img/no-data-s.png +0 -0
- package/lib/tntd-rc-select/index.d.ts +44 -0
- package/lib/tntd-rc-select/index.d.ts.map +1 -0
- package/lib/tntd-rc-select/index.js +131 -0
- package/lib/tntd-rc-select/index.js.map +1 -0
- package/lib/tntd-rc-select/style/index.less +1657 -0
- 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 +35 -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 +29 -0
- package/lib/tntd-select/_util/FormItemInputContext.js.map +1 -0
- package/lib/tntd-select/_util/PurePanel.d.ts +3 -2
- package/lib/tntd-select/_util/PurePanel.d.ts.map +1 -1
- package/lib/tntd-select/_util/PurePanel.js +4 -19
- package/lib/tntd-select/_util/PurePanel.js.map +1 -1
- 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 +29 -0
- package/lib/tntd-select/_util/SizeContext.js.map +1 -0
- package/lib/tntd-select/_util/context.d.ts +42 -0
- package/lib/tntd-select/_util/context.d.ts.map +1 -0
- package/lib/tntd-select/_util/context.js +20 -0
- package/lib/tntd-select/_util/context.js.map +1 -0
- package/lib/tntd-select/_util/defaultRenderEmpty.d.ts +5 -0
- package/lib/tntd-select/_util/defaultRenderEmpty.d.ts.map +1 -0
- package/lib/tntd-select/_util/defaultRenderEmpty.js +48 -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 +78 -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 +9 -0
- package/lib/tntd-select/_util/interface.js.map +1 -0
- package/lib/tntd-select/_util/motion.d.ts +5 -4
- package/lib/tntd-select/_util/motion.d.ts.map +1 -1
- package/lib/tntd-select/_util/motion.js +16 -8
- package/lib/tntd-select/_util/motion.js.map +1 -1
- 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 +9 -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 +54 -0
- package/lib/tntd-select/_util/useCompactItemContext.js.map +1 -0
- package/lib/tntd-select/_util/warning.d.ts +3 -4
- package/lib/tntd-select/_util/warning.d.ts.map +1 -1
- package/lib/tntd-select/_util/warning.js +13 -5
- package/lib/tntd-select/_util/warning.js.map +1 -1
- package/lib/tntd-select/index.d.ts.map +1 -1
- package/lib/tntd-select/index.js +7 -1
- package/lib/tntd-select/index.js.map +1 -1
- 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 +459 -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 +7 -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 +7 -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 +285 -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 +456 -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 +29 -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 +119 -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 +75 -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 +125 -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 +73 -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 +164 -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 +50 -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 +32 -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 +37 -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 +59 -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-select/rc-select/hooks/useDelayReset.js +50 -0
- 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 +80 -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-select/rc-select/hooks/useId.js +59 -0
- 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 +44 -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 +52 -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 +71 -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 +40 -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 +58 -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 +17 -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 +3 -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 +39 -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 +41 -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 +62 -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 +9 -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 +109 -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 +130 -0
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1657 @@
|
|
|
1
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
+
/* stylelint-disable */
|
|
4
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
+
[class^=tntd-rc-]::-ms-clear,
|
|
6
|
+
[class*= tntd-rc-]::-ms-clear,
|
|
7
|
+
[class^=tntd-rc-] input::-ms-clear,
|
|
8
|
+
[class*= tntd-rc-] input::-ms-clear,
|
|
9
|
+
[class^=tntd-rc-] input::-ms-reveal,
|
|
10
|
+
[class*= tntd-rc-] input::-ms-reveal {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
[type='search'] {
|
|
15
|
+
outline-offset: -2px;
|
|
16
|
+
-webkit-appearance: none;
|
|
17
|
+
}
|
|
18
|
+
[type='search']::-webkit-search-cancel-button,
|
|
19
|
+
[type='search']::-webkit-search-decoration {
|
|
20
|
+
-webkit-appearance: none;
|
|
21
|
+
}
|
|
22
|
+
.clearfix::before {
|
|
23
|
+
display: table;
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
.clearfix::after {
|
|
27
|
+
display: table;
|
|
28
|
+
clear: both;
|
|
29
|
+
content: '';
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.tntd-rc-fade-enter,
|
|
33
|
+
.tntd-rc-fade-appear {
|
|
34
|
+
animation-duration: 0.2s;
|
|
35
|
+
animation-fill-mode: both;
|
|
36
|
+
animation-play-state: paused;
|
|
37
|
+
}
|
|
38
|
+
.tntd-rc-fade-leave {
|
|
39
|
+
animation-duration: 0.2s;
|
|
40
|
+
animation-fill-mode: both;
|
|
41
|
+
animation-play-state: paused;
|
|
42
|
+
}
|
|
43
|
+
.tntd-rc-fade-enter.tntd-rc-fade-enter-active,
|
|
44
|
+
.tntd-rc-fade-appear.tntd-rc-fade-appear-active {
|
|
45
|
+
animation-name: antFadeIn;
|
|
46
|
+
animation-play-state: running;
|
|
47
|
+
}
|
|
48
|
+
.tntd-rc-fade-leave.tntd-rc-fade-leave-active {
|
|
49
|
+
animation-name: antFadeOut;
|
|
50
|
+
animation-play-state: running;
|
|
51
|
+
pointer-events: none;
|
|
52
|
+
}
|
|
53
|
+
.tntd-rc-fade-enter,
|
|
54
|
+
.tntd-rc-fade-appear {
|
|
55
|
+
opacity: 0;
|
|
56
|
+
animation-timing-function: linear;
|
|
57
|
+
}
|
|
58
|
+
.tntd-rc-fade-leave {
|
|
59
|
+
animation-timing-function: linear;
|
|
60
|
+
}
|
|
61
|
+
@keyframes antFadeIn {
|
|
62
|
+
0% {
|
|
63
|
+
opacity: 0;
|
|
64
|
+
}
|
|
65
|
+
100% {
|
|
66
|
+
opacity: 1;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
@keyframes antFadeOut {
|
|
70
|
+
0% {
|
|
71
|
+
opacity: 1;
|
|
72
|
+
}
|
|
73
|
+
100% {
|
|
74
|
+
opacity: 0;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
.tntd-rc-move-up-enter,
|
|
78
|
+
.tntd-rc-move-up-appear {
|
|
79
|
+
animation-duration: 0.2s;
|
|
80
|
+
animation-fill-mode: both;
|
|
81
|
+
animation-play-state: paused;
|
|
82
|
+
}
|
|
83
|
+
.tntd-rc-move-up-leave {
|
|
84
|
+
animation-duration: 0.2s;
|
|
85
|
+
animation-fill-mode: both;
|
|
86
|
+
animation-play-state: paused;
|
|
87
|
+
}
|
|
88
|
+
.tntd-rc-move-up-enter.tntd-rc-move-up-enter-active,
|
|
89
|
+
.tntd-rc-move-up-appear.tntd-rc-move-up-appear-active {
|
|
90
|
+
animation-name: antMoveUpIn;
|
|
91
|
+
animation-play-state: running;
|
|
92
|
+
}
|
|
93
|
+
.tntd-rc-move-up-leave.tntd-rc-move-up-leave-active {
|
|
94
|
+
animation-name: antMoveUpOut;
|
|
95
|
+
animation-play-state: running;
|
|
96
|
+
pointer-events: none;
|
|
97
|
+
}
|
|
98
|
+
.tntd-rc-move-up-enter,
|
|
99
|
+
.tntd-rc-move-up-appear {
|
|
100
|
+
opacity: 0;
|
|
101
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
102
|
+
}
|
|
103
|
+
.tntd-rc-move-up-leave {
|
|
104
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
|
105
|
+
}
|
|
106
|
+
.tntd-rc-move-down-enter,
|
|
107
|
+
.tntd-rc-move-down-appear {
|
|
108
|
+
animation-duration: 0.2s;
|
|
109
|
+
animation-fill-mode: both;
|
|
110
|
+
animation-play-state: paused;
|
|
111
|
+
}
|
|
112
|
+
.tntd-rc-move-down-leave {
|
|
113
|
+
animation-duration: 0.2s;
|
|
114
|
+
animation-fill-mode: both;
|
|
115
|
+
animation-play-state: paused;
|
|
116
|
+
}
|
|
117
|
+
.tntd-rc-move-down-enter.tntd-rc-move-down-enter-active,
|
|
118
|
+
.tntd-rc-move-down-appear.tntd-rc-move-down-appear-active {
|
|
119
|
+
animation-name: antMoveDownIn;
|
|
120
|
+
animation-play-state: running;
|
|
121
|
+
}
|
|
122
|
+
.tntd-rc-move-down-leave.tntd-rc-move-down-leave-active {
|
|
123
|
+
animation-name: antMoveDownOut;
|
|
124
|
+
animation-play-state: running;
|
|
125
|
+
pointer-events: none;
|
|
126
|
+
}
|
|
127
|
+
.tntd-rc-move-down-enter,
|
|
128
|
+
.tntd-rc-move-down-appear {
|
|
129
|
+
opacity: 0;
|
|
130
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
131
|
+
}
|
|
132
|
+
.tntd-rc-move-down-leave {
|
|
133
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
|
134
|
+
}
|
|
135
|
+
.tntd-rc-move-left-enter,
|
|
136
|
+
.tntd-rc-move-left-appear {
|
|
137
|
+
animation-duration: 0.2s;
|
|
138
|
+
animation-fill-mode: both;
|
|
139
|
+
animation-play-state: paused;
|
|
140
|
+
}
|
|
141
|
+
.tntd-rc-move-left-leave {
|
|
142
|
+
animation-duration: 0.2s;
|
|
143
|
+
animation-fill-mode: both;
|
|
144
|
+
animation-play-state: paused;
|
|
145
|
+
}
|
|
146
|
+
.tntd-rc-move-left-enter.tntd-rc-move-left-enter-active,
|
|
147
|
+
.tntd-rc-move-left-appear.tntd-rc-move-left-appear-active {
|
|
148
|
+
animation-name: antMoveLeftIn;
|
|
149
|
+
animation-play-state: running;
|
|
150
|
+
}
|
|
151
|
+
.tntd-rc-move-left-leave.tntd-rc-move-left-leave-active {
|
|
152
|
+
animation-name: antMoveLeftOut;
|
|
153
|
+
animation-play-state: running;
|
|
154
|
+
pointer-events: none;
|
|
155
|
+
}
|
|
156
|
+
.tntd-rc-move-left-enter,
|
|
157
|
+
.tntd-rc-move-left-appear {
|
|
158
|
+
opacity: 0;
|
|
159
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
160
|
+
}
|
|
161
|
+
.tntd-rc-move-left-leave {
|
|
162
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
|
163
|
+
}
|
|
164
|
+
.tntd-rc-move-right-enter,
|
|
165
|
+
.tntd-rc-move-right-appear {
|
|
166
|
+
animation-duration: 0.2s;
|
|
167
|
+
animation-fill-mode: both;
|
|
168
|
+
animation-play-state: paused;
|
|
169
|
+
}
|
|
170
|
+
.tntd-rc-move-right-leave {
|
|
171
|
+
animation-duration: 0.2s;
|
|
172
|
+
animation-fill-mode: both;
|
|
173
|
+
animation-play-state: paused;
|
|
174
|
+
}
|
|
175
|
+
.tntd-rc-move-right-enter.tntd-rc-move-right-enter-active,
|
|
176
|
+
.tntd-rc-move-right-appear.tntd-rc-move-right-appear-active {
|
|
177
|
+
animation-name: antMoveRightIn;
|
|
178
|
+
animation-play-state: running;
|
|
179
|
+
}
|
|
180
|
+
.tntd-rc-move-right-leave.tntd-rc-move-right-leave-active {
|
|
181
|
+
animation-name: antMoveRightOut;
|
|
182
|
+
animation-play-state: running;
|
|
183
|
+
pointer-events: none;
|
|
184
|
+
}
|
|
185
|
+
.tntd-rc-move-right-enter,
|
|
186
|
+
.tntd-rc-move-right-appear {
|
|
187
|
+
opacity: 0;
|
|
188
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
189
|
+
}
|
|
190
|
+
.tntd-rc-move-right-leave {
|
|
191
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
|
192
|
+
}
|
|
193
|
+
@keyframes antMoveDownIn {
|
|
194
|
+
0% {
|
|
195
|
+
transform: translateY(100%);
|
|
196
|
+
transform-origin: 0 0;
|
|
197
|
+
opacity: 0;
|
|
198
|
+
}
|
|
199
|
+
100% {
|
|
200
|
+
transform: translateY(0%);
|
|
201
|
+
transform-origin: 0 0;
|
|
202
|
+
opacity: 1;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
@keyframes antMoveDownOut {
|
|
206
|
+
0% {
|
|
207
|
+
transform: translateY(0%);
|
|
208
|
+
transform-origin: 0 0;
|
|
209
|
+
opacity: 1;
|
|
210
|
+
}
|
|
211
|
+
100% {
|
|
212
|
+
transform: translateY(100%);
|
|
213
|
+
transform-origin: 0 0;
|
|
214
|
+
opacity: 0;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
@keyframes antMoveLeftIn {
|
|
218
|
+
0% {
|
|
219
|
+
transform: translateX(-100%);
|
|
220
|
+
transform-origin: 0 0;
|
|
221
|
+
opacity: 0;
|
|
222
|
+
}
|
|
223
|
+
100% {
|
|
224
|
+
transform: translateX(0%);
|
|
225
|
+
transform-origin: 0 0;
|
|
226
|
+
opacity: 1;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
@keyframes antMoveLeftOut {
|
|
230
|
+
0% {
|
|
231
|
+
transform: translateX(0%);
|
|
232
|
+
transform-origin: 0 0;
|
|
233
|
+
opacity: 1;
|
|
234
|
+
}
|
|
235
|
+
100% {
|
|
236
|
+
transform: translateX(-100%);
|
|
237
|
+
transform-origin: 0 0;
|
|
238
|
+
opacity: 0;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
@keyframes antMoveRightIn {
|
|
242
|
+
0% {
|
|
243
|
+
transform: translateX(100%);
|
|
244
|
+
transform-origin: 0 0;
|
|
245
|
+
opacity: 0;
|
|
246
|
+
}
|
|
247
|
+
100% {
|
|
248
|
+
transform: translateX(0%);
|
|
249
|
+
transform-origin: 0 0;
|
|
250
|
+
opacity: 1;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
@keyframes antMoveRightOut {
|
|
254
|
+
0% {
|
|
255
|
+
transform: translateX(0%);
|
|
256
|
+
transform-origin: 0 0;
|
|
257
|
+
opacity: 1;
|
|
258
|
+
}
|
|
259
|
+
100% {
|
|
260
|
+
transform: translateX(100%);
|
|
261
|
+
transform-origin: 0 0;
|
|
262
|
+
opacity: 0;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
@keyframes antMoveUpIn {
|
|
266
|
+
0% {
|
|
267
|
+
transform: translateY(-100%);
|
|
268
|
+
transform-origin: 0 0;
|
|
269
|
+
opacity: 0;
|
|
270
|
+
}
|
|
271
|
+
100% {
|
|
272
|
+
transform: translateY(0%);
|
|
273
|
+
transform-origin: 0 0;
|
|
274
|
+
opacity: 1;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
@keyframes antMoveUpOut {
|
|
278
|
+
0% {
|
|
279
|
+
transform: translateY(0%);
|
|
280
|
+
transform-origin: 0 0;
|
|
281
|
+
opacity: 1;
|
|
282
|
+
}
|
|
283
|
+
100% {
|
|
284
|
+
transform: translateY(-100%);
|
|
285
|
+
transform-origin: 0 0;
|
|
286
|
+
opacity: 0;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
@keyframes loadingCircle {
|
|
290
|
+
100% {
|
|
291
|
+
transform: rotate(360deg);
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
[ant-click-animating='true'],
|
|
295
|
+
[ant-click-animating-without-extra-node='true'] {
|
|
296
|
+
position: relative;
|
|
297
|
+
}
|
|
298
|
+
html {
|
|
299
|
+
--antd-wave-shadow-color: #1890ff;
|
|
300
|
+
--scroll-bar: 0;
|
|
301
|
+
}
|
|
302
|
+
[ant-click-animating-without-extra-node='true']::after,
|
|
303
|
+
.tntd-rc-click-animating-node {
|
|
304
|
+
position: absolute;
|
|
305
|
+
top: 0;
|
|
306
|
+
right: 0;
|
|
307
|
+
bottom: 0;
|
|
308
|
+
left: 0;
|
|
309
|
+
display: block;
|
|
310
|
+
border-radius: inherit;
|
|
311
|
+
box-shadow: 0 0 0 0 #1890ff;
|
|
312
|
+
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
|
|
313
|
+
opacity: 0.2;
|
|
314
|
+
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
315
|
+
animation-fill-mode: forwards;
|
|
316
|
+
content: '';
|
|
317
|
+
pointer-events: none;
|
|
318
|
+
}
|
|
319
|
+
@keyframes waveEffect {
|
|
320
|
+
100% {
|
|
321
|
+
box-shadow: 0 0 0 #1890ff;
|
|
322
|
+
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
@keyframes fadeEffect {
|
|
326
|
+
100% {
|
|
327
|
+
opacity: 0;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
.tntd-rc-slide-up-enter,
|
|
331
|
+
.tntd-rc-slide-up-appear {
|
|
332
|
+
animation-duration: 0.2s;
|
|
333
|
+
animation-fill-mode: both;
|
|
334
|
+
animation-play-state: paused;
|
|
335
|
+
}
|
|
336
|
+
.tntd-rc-slide-up-leave {
|
|
337
|
+
animation-duration: 0.2s;
|
|
338
|
+
animation-fill-mode: both;
|
|
339
|
+
animation-play-state: paused;
|
|
340
|
+
}
|
|
341
|
+
.tntd-rc-slide-up-enter.tntd-rc-slide-up-enter-active,
|
|
342
|
+
.tntd-rc-slide-up-appear.tntd-rc-slide-up-appear-active {
|
|
343
|
+
animation-name: antSlideUpIn;
|
|
344
|
+
animation-play-state: running;
|
|
345
|
+
}
|
|
346
|
+
.tntd-rc-slide-up-leave.tntd-rc-slide-up-leave-active {
|
|
347
|
+
animation-name: antSlideUpOut;
|
|
348
|
+
animation-play-state: running;
|
|
349
|
+
pointer-events: none;
|
|
350
|
+
}
|
|
351
|
+
.tntd-rc-slide-up-enter,
|
|
352
|
+
.tntd-rc-slide-up-appear {
|
|
353
|
+
transform: scale(0);
|
|
354
|
+
transform-origin: 0% 0%;
|
|
355
|
+
opacity: 0;
|
|
356
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
357
|
+
}
|
|
358
|
+
.tntd-rc-slide-up-leave {
|
|
359
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
360
|
+
}
|
|
361
|
+
.tntd-rc-slide-down-enter,
|
|
362
|
+
.tntd-rc-slide-down-appear {
|
|
363
|
+
animation-duration: 0.2s;
|
|
364
|
+
animation-fill-mode: both;
|
|
365
|
+
animation-play-state: paused;
|
|
366
|
+
}
|
|
367
|
+
.tntd-rc-slide-down-leave {
|
|
368
|
+
animation-duration: 0.2s;
|
|
369
|
+
animation-fill-mode: both;
|
|
370
|
+
animation-play-state: paused;
|
|
371
|
+
}
|
|
372
|
+
.tntd-rc-slide-down-enter.tntd-rc-slide-down-enter-active,
|
|
373
|
+
.tntd-rc-slide-down-appear.tntd-rc-slide-down-appear-active {
|
|
374
|
+
animation-name: antSlideDownIn;
|
|
375
|
+
animation-play-state: running;
|
|
376
|
+
}
|
|
377
|
+
.tntd-rc-slide-down-leave.tntd-rc-slide-down-leave-active {
|
|
378
|
+
animation-name: antSlideDownOut;
|
|
379
|
+
animation-play-state: running;
|
|
380
|
+
pointer-events: none;
|
|
381
|
+
}
|
|
382
|
+
.tntd-rc-slide-down-enter,
|
|
383
|
+
.tntd-rc-slide-down-appear {
|
|
384
|
+
transform: scale(0);
|
|
385
|
+
transform-origin: 0% 0%;
|
|
386
|
+
opacity: 0;
|
|
387
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
388
|
+
}
|
|
389
|
+
.tntd-rc-slide-down-leave {
|
|
390
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
391
|
+
}
|
|
392
|
+
.tntd-rc-slide-left-enter,
|
|
393
|
+
.tntd-rc-slide-left-appear {
|
|
394
|
+
animation-duration: 0.2s;
|
|
395
|
+
animation-fill-mode: both;
|
|
396
|
+
animation-play-state: paused;
|
|
397
|
+
}
|
|
398
|
+
.tntd-rc-slide-left-leave {
|
|
399
|
+
animation-duration: 0.2s;
|
|
400
|
+
animation-fill-mode: both;
|
|
401
|
+
animation-play-state: paused;
|
|
402
|
+
}
|
|
403
|
+
.tntd-rc-slide-left-enter.tntd-rc-slide-left-enter-active,
|
|
404
|
+
.tntd-rc-slide-left-appear.tntd-rc-slide-left-appear-active {
|
|
405
|
+
animation-name: antSlideLeftIn;
|
|
406
|
+
animation-play-state: running;
|
|
407
|
+
}
|
|
408
|
+
.tntd-rc-slide-left-leave.tntd-rc-slide-left-leave-active {
|
|
409
|
+
animation-name: antSlideLeftOut;
|
|
410
|
+
animation-play-state: running;
|
|
411
|
+
pointer-events: none;
|
|
412
|
+
}
|
|
413
|
+
.tntd-rc-slide-left-enter,
|
|
414
|
+
.tntd-rc-slide-left-appear {
|
|
415
|
+
transform: scale(0);
|
|
416
|
+
transform-origin: 0% 0%;
|
|
417
|
+
opacity: 0;
|
|
418
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
419
|
+
}
|
|
420
|
+
.tntd-rc-slide-left-leave {
|
|
421
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
422
|
+
}
|
|
423
|
+
.tntd-rc-slide-right-enter,
|
|
424
|
+
.tntd-rc-slide-right-appear {
|
|
425
|
+
animation-duration: 0.2s;
|
|
426
|
+
animation-fill-mode: both;
|
|
427
|
+
animation-play-state: paused;
|
|
428
|
+
}
|
|
429
|
+
.tntd-rc-slide-right-leave {
|
|
430
|
+
animation-duration: 0.2s;
|
|
431
|
+
animation-fill-mode: both;
|
|
432
|
+
animation-play-state: paused;
|
|
433
|
+
}
|
|
434
|
+
.tntd-rc-slide-right-enter.tntd-rc-slide-right-enter-active,
|
|
435
|
+
.tntd-rc-slide-right-appear.tntd-rc-slide-right-appear-active {
|
|
436
|
+
animation-name: antSlideRightIn;
|
|
437
|
+
animation-play-state: running;
|
|
438
|
+
}
|
|
439
|
+
.tntd-rc-slide-right-leave.tntd-rc-slide-right-leave-active {
|
|
440
|
+
animation-name: antSlideRightOut;
|
|
441
|
+
animation-play-state: running;
|
|
442
|
+
pointer-events: none;
|
|
443
|
+
}
|
|
444
|
+
.tntd-rc-slide-right-enter,
|
|
445
|
+
.tntd-rc-slide-right-appear {
|
|
446
|
+
transform: scale(0);
|
|
447
|
+
transform-origin: 0% 0%;
|
|
448
|
+
opacity: 0;
|
|
449
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
450
|
+
}
|
|
451
|
+
.tntd-rc-slide-right-leave {
|
|
452
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
453
|
+
}
|
|
454
|
+
@keyframes antSlideUpIn {
|
|
455
|
+
0% {
|
|
456
|
+
transform: scaleY(0.8);
|
|
457
|
+
transform-origin: 0% 0%;
|
|
458
|
+
opacity: 0;
|
|
459
|
+
}
|
|
460
|
+
100% {
|
|
461
|
+
transform: scaleY(1);
|
|
462
|
+
transform-origin: 0% 0%;
|
|
463
|
+
opacity: 1;
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
@keyframes antSlideUpOut {
|
|
467
|
+
0% {
|
|
468
|
+
transform: scaleY(1);
|
|
469
|
+
transform-origin: 0% 0%;
|
|
470
|
+
opacity: 1;
|
|
471
|
+
}
|
|
472
|
+
100% {
|
|
473
|
+
transform: scaleY(0.8);
|
|
474
|
+
transform-origin: 0% 0%;
|
|
475
|
+
opacity: 0;
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
@keyframes antSlideDownIn {
|
|
479
|
+
0% {
|
|
480
|
+
transform: scaleY(0.8);
|
|
481
|
+
transform-origin: 100% 100%;
|
|
482
|
+
opacity: 0;
|
|
483
|
+
}
|
|
484
|
+
100% {
|
|
485
|
+
transform: scaleY(1);
|
|
486
|
+
transform-origin: 100% 100%;
|
|
487
|
+
opacity: 1;
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
@keyframes antSlideDownOut {
|
|
491
|
+
0% {
|
|
492
|
+
transform: scaleY(1);
|
|
493
|
+
transform-origin: 100% 100%;
|
|
494
|
+
opacity: 1;
|
|
495
|
+
}
|
|
496
|
+
100% {
|
|
497
|
+
transform: scaleY(0.8);
|
|
498
|
+
transform-origin: 100% 100%;
|
|
499
|
+
opacity: 0;
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
@keyframes antSlideLeftIn {
|
|
503
|
+
0% {
|
|
504
|
+
transform: scaleX(0.8);
|
|
505
|
+
transform-origin: 0% 0%;
|
|
506
|
+
opacity: 0;
|
|
507
|
+
}
|
|
508
|
+
100% {
|
|
509
|
+
transform: scaleX(1);
|
|
510
|
+
transform-origin: 0% 0%;
|
|
511
|
+
opacity: 1;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
@keyframes antSlideLeftOut {
|
|
515
|
+
0% {
|
|
516
|
+
transform: scaleX(1);
|
|
517
|
+
transform-origin: 0% 0%;
|
|
518
|
+
opacity: 1;
|
|
519
|
+
}
|
|
520
|
+
100% {
|
|
521
|
+
transform: scaleX(0.8);
|
|
522
|
+
transform-origin: 0% 0%;
|
|
523
|
+
opacity: 0;
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
@keyframes antSlideRightIn {
|
|
527
|
+
0% {
|
|
528
|
+
transform: scaleX(0.8);
|
|
529
|
+
transform-origin: 100% 0%;
|
|
530
|
+
opacity: 0;
|
|
531
|
+
}
|
|
532
|
+
100% {
|
|
533
|
+
transform: scaleX(1);
|
|
534
|
+
transform-origin: 100% 0%;
|
|
535
|
+
opacity: 1;
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
@keyframes antSlideRightOut {
|
|
539
|
+
0% {
|
|
540
|
+
transform: scaleX(1);
|
|
541
|
+
transform-origin: 100% 0%;
|
|
542
|
+
opacity: 1;
|
|
543
|
+
}
|
|
544
|
+
100% {
|
|
545
|
+
transform: scaleX(0.8);
|
|
546
|
+
transform-origin: 100% 0%;
|
|
547
|
+
opacity: 0;
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
.tntd-rc-zoom-enter,
|
|
551
|
+
.tntd-rc-zoom-appear {
|
|
552
|
+
animation-duration: 0.2s;
|
|
553
|
+
animation-fill-mode: both;
|
|
554
|
+
animation-play-state: paused;
|
|
555
|
+
}
|
|
556
|
+
.tntd-rc-zoom-leave {
|
|
557
|
+
animation-duration: 0.2s;
|
|
558
|
+
animation-fill-mode: both;
|
|
559
|
+
animation-play-state: paused;
|
|
560
|
+
}
|
|
561
|
+
.tntd-rc-zoom-enter.tntd-rc-zoom-enter-active,
|
|
562
|
+
.tntd-rc-zoom-appear.tntd-rc-zoom-appear-active {
|
|
563
|
+
animation-name: antZoomIn;
|
|
564
|
+
animation-play-state: running;
|
|
565
|
+
}
|
|
566
|
+
.tntd-rc-zoom-leave.tntd-rc-zoom-leave-active {
|
|
567
|
+
animation-name: antZoomOut;
|
|
568
|
+
animation-play-state: running;
|
|
569
|
+
pointer-events: none;
|
|
570
|
+
}
|
|
571
|
+
.tntd-rc-zoom-enter,
|
|
572
|
+
.tntd-rc-zoom-appear {
|
|
573
|
+
transform: scale(0);
|
|
574
|
+
opacity: 0;
|
|
575
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
576
|
+
}
|
|
577
|
+
.tntd-rc-zoom-enter-prepare,
|
|
578
|
+
.tntd-rc-zoom-appear-prepare {
|
|
579
|
+
transform: none;
|
|
580
|
+
}
|
|
581
|
+
.tntd-rc-zoom-leave {
|
|
582
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
583
|
+
}
|
|
584
|
+
.tntd-rc-zoom-big-enter,
|
|
585
|
+
.tntd-rc-zoom-big-appear {
|
|
586
|
+
animation-duration: 0.2s;
|
|
587
|
+
animation-fill-mode: both;
|
|
588
|
+
animation-play-state: paused;
|
|
589
|
+
}
|
|
590
|
+
.tntd-rc-zoom-big-leave {
|
|
591
|
+
animation-duration: 0.2s;
|
|
592
|
+
animation-fill-mode: both;
|
|
593
|
+
animation-play-state: paused;
|
|
594
|
+
}
|
|
595
|
+
.tntd-rc-zoom-big-enter.tntd-rc-zoom-big-enter-active,
|
|
596
|
+
.tntd-rc-zoom-big-appear.tntd-rc-zoom-big-appear-active {
|
|
597
|
+
animation-name: antZoomBigIn;
|
|
598
|
+
animation-play-state: running;
|
|
599
|
+
}
|
|
600
|
+
.tntd-rc-zoom-big-leave.tntd-rc-zoom-big-leave-active {
|
|
601
|
+
animation-name: antZoomBigOut;
|
|
602
|
+
animation-play-state: running;
|
|
603
|
+
pointer-events: none;
|
|
604
|
+
}
|
|
605
|
+
.tntd-rc-zoom-big-enter,
|
|
606
|
+
.tntd-rc-zoom-big-appear {
|
|
607
|
+
transform: scale(0);
|
|
608
|
+
opacity: 0;
|
|
609
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
610
|
+
}
|
|
611
|
+
.tntd-rc-zoom-big-enter-prepare,
|
|
612
|
+
.tntd-rc-zoom-big-appear-prepare {
|
|
613
|
+
transform: none;
|
|
614
|
+
}
|
|
615
|
+
.tntd-rc-zoom-big-leave {
|
|
616
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
617
|
+
}
|
|
618
|
+
.tntd-rc-zoom-big-fast-enter,
|
|
619
|
+
.tntd-rc-zoom-big-fast-appear {
|
|
620
|
+
animation-duration: 0.1s;
|
|
621
|
+
animation-fill-mode: both;
|
|
622
|
+
animation-play-state: paused;
|
|
623
|
+
}
|
|
624
|
+
.tntd-rc-zoom-big-fast-leave {
|
|
625
|
+
animation-duration: 0.1s;
|
|
626
|
+
animation-fill-mode: both;
|
|
627
|
+
animation-play-state: paused;
|
|
628
|
+
}
|
|
629
|
+
.tntd-rc-zoom-big-fast-enter.tntd-rc-zoom-big-fast-enter-active,
|
|
630
|
+
.tntd-rc-zoom-big-fast-appear.tntd-rc-zoom-big-fast-appear-active {
|
|
631
|
+
animation-name: antZoomBigIn;
|
|
632
|
+
animation-play-state: running;
|
|
633
|
+
}
|
|
634
|
+
.tntd-rc-zoom-big-fast-leave.tntd-rc-zoom-big-fast-leave-active {
|
|
635
|
+
animation-name: antZoomBigOut;
|
|
636
|
+
animation-play-state: running;
|
|
637
|
+
pointer-events: none;
|
|
638
|
+
}
|
|
639
|
+
.tntd-rc-zoom-big-fast-enter,
|
|
640
|
+
.tntd-rc-zoom-big-fast-appear {
|
|
641
|
+
transform: scale(0);
|
|
642
|
+
opacity: 0;
|
|
643
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
644
|
+
}
|
|
645
|
+
.tntd-rc-zoom-big-fast-enter-prepare,
|
|
646
|
+
.tntd-rc-zoom-big-fast-appear-prepare {
|
|
647
|
+
transform: none;
|
|
648
|
+
}
|
|
649
|
+
.tntd-rc-zoom-big-fast-leave {
|
|
650
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
651
|
+
}
|
|
652
|
+
.tntd-rc-zoom-up-enter,
|
|
653
|
+
.tntd-rc-zoom-up-appear {
|
|
654
|
+
animation-duration: 0.2s;
|
|
655
|
+
animation-fill-mode: both;
|
|
656
|
+
animation-play-state: paused;
|
|
657
|
+
}
|
|
658
|
+
.tntd-rc-zoom-up-leave {
|
|
659
|
+
animation-duration: 0.2s;
|
|
660
|
+
animation-fill-mode: both;
|
|
661
|
+
animation-play-state: paused;
|
|
662
|
+
}
|
|
663
|
+
.tntd-rc-zoom-up-enter.tntd-rc-zoom-up-enter-active,
|
|
664
|
+
.tntd-rc-zoom-up-appear.tntd-rc-zoom-up-appear-active {
|
|
665
|
+
animation-name: antZoomUpIn;
|
|
666
|
+
animation-play-state: running;
|
|
667
|
+
}
|
|
668
|
+
.tntd-rc-zoom-up-leave.tntd-rc-zoom-up-leave-active {
|
|
669
|
+
animation-name: antZoomUpOut;
|
|
670
|
+
animation-play-state: running;
|
|
671
|
+
pointer-events: none;
|
|
672
|
+
}
|
|
673
|
+
.tntd-rc-zoom-up-enter,
|
|
674
|
+
.tntd-rc-zoom-up-appear {
|
|
675
|
+
transform: scale(0);
|
|
676
|
+
opacity: 0;
|
|
677
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
678
|
+
}
|
|
679
|
+
.tntd-rc-zoom-up-enter-prepare,
|
|
680
|
+
.tntd-rc-zoom-up-appear-prepare {
|
|
681
|
+
transform: none;
|
|
682
|
+
}
|
|
683
|
+
.tntd-rc-zoom-up-leave {
|
|
684
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
685
|
+
}
|
|
686
|
+
.tntd-rc-zoom-down-enter,
|
|
687
|
+
.tntd-rc-zoom-down-appear {
|
|
688
|
+
animation-duration: 0.2s;
|
|
689
|
+
animation-fill-mode: both;
|
|
690
|
+
animation-play-state: paused;
|
|
691
|
+
}
|
|
692
|
+
.tntd-rc-zoom-down-leave {
|
|
693
|
+
animation-duration: 0.2s;
|
|
694
|
+
animation-fill-mode: both;
|
|
695
|
+
animation-play-state: paused;
|
|
696
|
+
}
|
|
697
|
+
.tntd-rc-zoom-down-enter.tntd-rc-zoom-down-enter-active,
|
|
698
|
+
.tntd-rc-zoom-down-appear.tntd-rc-zoom-down-appear-active {
|
|
699
|
+
animation-name: antZoomDownIn;
|
|
700
|
+
animation-play-state: running;
|
|
701
|
+
}
|
|
702
|
+
.tntd-rc-zoom-down-leave.tntd-rc-zoom-down-leave-active {
|
|
703
|
+
animation-name: antZoomDownOut;
|
|
704
|
+
animation-play-state: running;
|
|
705
|
+
pointer-events: none;
|
|
706
|
+
}
|
|
707
|
+
.tntd-rc-zoom-down-enter,
|
|
708
|
+
.tntd-rc-zoom-down-appear {
|
|
709
|
+
transform: scale(0);
|
|
710
|
+
opacity: 0;
|
|
711
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
712
|
+
}
|
|
713
|
+
.tntd-rc-zoom-down-enter-prepare,
|
|
714
|
+
.tntd-rc-zoom-down-appear-prepare {
|
|
715
|
+
transform: none;
|
|
716
|
+
}
|
|
717
|
+
.tntd-rc-zoom-down-leave {
|
|
718
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
719
|
+
}
|
|
720
|
+
.tntd-rc-zoom-left-enter,
|
|
721
|
+
.tntd-rc-zoom-left-appear {
|
|
722
|
+
animation-duration: 0.2s;
|
|
723
|
+
animation-fill-mode: both;
|
|
724
|
+
animation-play-state: paused;
|
|
725
|
+
}
|
|
726
|
+
.tntd-rc-zoom-left-leave {
|
|
727
|
+
animation-duration: 0.2s;
|
|
728
|
+
animation-fill-mode: both;
|
|
729
|
+
animation-play-state: paused;
|
|
730
|
+
}
|
|
731
|
+
.tntd-rc-zoom-left-enter.tntd-rc-zoom-left-enter-active,
|
|
732
|
+
.tntd-rc-zoom-left-appear.tntd-rc-zoom-left-appear-active {
|
|
733
|
+
animation-name: antZoomLeftIn;
|
|
734
|
+
animation-play-state: running;
|
|
735
|
+
}
|
|
736
|
+
.tntd-rc-zoom-left-leave.tntd-rc-zoom-left-leave-active {
|
|
737
|
+
animation-name: antZoomLeftOut;
|
|
738
|
+
animation-play-state: running;
|
|
739
|
+
pointer-events: none;
|
|
740
|
+
}
|
|
741
|
+
.tntd-rc-zoom-left-enter,
|
|
742
|
+
.tntd-rc-zoom-left-appear {
|
|
743
|
+
transform: scale(0);
|
|
744
|
+
opacity: 0;
|
|
745
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
746
|
+
}
|
|
747
|
+
.tntd-rc-zoom-left-enter-prepare,
|
|
748
|
+
.tntd-rc-zoom-left-appear-prepare {
|
|
749
|
+
transform: none;
|
|
750
|
+
}
|
|
751
|
+
.tntd-rc-zoom-left-leave {
|
|
752
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
753
|
+
}
|
|
754
|
+
.tntd-rc-zoom-right-enter,
|
|
755
|
+
.tntd-rc-zoom-right-appear {
|
|
756
|
+
animation-duration: 0.2s;
|
|
757
|
+
animation-fill-mode: both;
|
|
758
|
+
animation-play-state: paused;
|
|
759
|
+
}
|
|
760
|
+
.tntd-rc-zoom-right-leave {
|
|
761
|
+
animation-duration: 0.2s;
|
|
762
|
+
animation-fill-mode: both;
|
|
763
|
+
animation-play-state: paused;
|
|
764
|
+
}
|
|
765
|
+
.tntd-rc-zoom-right-enter.tntd-rc-zoom-right-enter-active,
|
|
766
|
+
.tntd-rc-zoom-right-appear.tntd-rc-zoom-right-appear-active {
|
|
767
|
+
animation-name: antZoomRightIn;
|
|
768
|
+
animation-play-state: running;
|
|
769
|
+
}
|
|
770
|
+
.tntd-rc-zoom-right-leave.tntd-rc-zoom-right-leave-active {
|
|
771
|
+
animation-name: antZoomRightOut;
|
|
772
|
+
animation-play-state: running;
|
|
773
|
+
pointer-events: none;
|
|
774
|
+
}
|
|
775
|
+
.tntd-rc-zoom-right-enter,
|
|
776
|
+
.tntd-rc-zoom-right-appear {
|
|
777
|
+
transform: scale(0);
|
|
778
|
+
opacity: 0;
|
|
779
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
780
|
+
}
|
|
781
|
+
.tntd-rc-zoom-right-enter-prepare,
|
|
782
|
+
.tntd-rc-zoom-right-appear-prepare {
|
|
783
|
+
transform: none;
|
|
784
|
+
}
|
|
785
|
+
.tntd-rc-zoom-right-leave {
|
|
786
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
787
|
+
}
|
|
788
|
+
@keyframes antZoomIn {
|
|
789
|
+
0% {
|
|
790
|
+
transform: scale(0.2);
|
|
791
|
+
opacity: 0;
|
|
792
|
+
}
|
|
793
|
+
100% {
|
|
794
|
+
transform: scale(1);
|
|
795
|
+
opacity: 1;
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
@keyframes antZoomOut {
|
|
799
|
+
0% {
|
|
800
|
+
transform: scale(1);
|
|
801
|
+
}
|
|
802
|
+
100% {
|
|
803
|
+
transform: scale(0.2);
|
|
804
|
+
opacity: 0;
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
@keyframes antZoomBigIn {
|
|
808
|
+
0% {
|
|
809
|
+
transform: scale(0.8);
|
|
810
|
+
opacity: 0;
|
|
811
|
+
}
|
|
812
|
+
100% {
|
|
813
|
+
transform: scale(1);
|
|
814
|
+
opacity: 1;
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
@keyframes antZoomBigOut {
|
|
818
|
+
0% {
|
|
819
|
+
transform: scale(1);
|
|
820
|
+
}
|
|
821
|
+
100% {
|
|
822
|
+
transform: scale(0.8);
|
|
823
|
+
opacity: 0;
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
@keyframes antZoomUpIn {
|
|
827
|
+
0% {
|
|
828
|
+
transform: scale(0.8);
|
|
829
|
+
transform-origin: 50% 0%;
|
|
830
|
+
opacity: 0;
|
|
831
|
+
}
|
|
832
|
+
100% {
|
|
833
|
+
transform: scale(1);
|
|
834
|
+
transform-origin: 50% 0%;
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
@keyframes antZoomUpOut {
|
|
838
|
+
0% {
|
|
839
|
+
transform: scale(1);
|
|
840
|
+
transform-origin: 50% 0%;
|
|
841
|
+
}
|
|
842
|
+
100% {
|
|
843
|
+
transform: scale(0.8);
|
|
844
|
+
transform-origin: 50% 0%;
|
|
845
|
+
opacity: 0;
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
@keyframes antZoomLeftIn {
|
|
849
|
+
0% {
|
|
850
|
+
transform: scale(0.8);
|
|
851
|
+
transform-origin: 0% 50%;
|
|
852
|
+
opacity: 0;
|
|
853
|
+
}
|
|
854
|
+
100% {
|
|
855
|
+
transform: scale(1);
|
|
856
|
+
transform-origin: 0% 50%;
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
@keyframes antZoomLeftOut {
|
|
860
|
+
0% {
|
|
861
|
+
transform: scale(1);
|
|
862
|
+
transform-origin: 0% 50%;
|
|
863
|
+
}
|
|
864
|
+
100% {
|
|
865
|
+
transform: scale(0.8);
|
|
866
|
+
transform-origin: 0% 50%;
|
|
867
|
+
opacity: 0;
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
@keyframes antZoomRightIn {
|
|
871
|
+
0% {
|
|
872
|
+
transform: scale(0.8);
|
|
873
|
+
transform-origin: 100% 50%;
|
|
874
|
+
opacity: 0;
|
|
875
|
+
}
|
|
876
|
+
100% {
|
|
877
|
+
transform: scale(1);
|
|
878
|
+
transform-origin: 100% 50%;
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
@keyframes antZoomRightOut {
|
|
882
|
+
0% {
|
|
883
|
+
transform: scale(1);
|
|
884
|
+
transform-origin: 100% 50%;
|
|
885
|
+
}
|
|
886
|
+
100% {
|
|
887
|
+
transform: scale(0.8);
|
|
888
|
+
transform-origin: 100% 50%;
|
|
889
|
+
opacity: 0;
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
@keyframes antZoomDownIn {
|
|
893
|
+
0% {
|
|
894
|
+
transform: scale(0.8);
|
|
895
|
+
transform-origin: 50% 100%;
|
|
896
|
+
opacity: 0;
|
|
897
|
+
}
|
|
898
|
+
100% {
|
|
899
|
+
transform: scale(1);
|
|
900
|
+
transform-origin: 50% 100%;
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
@keyframes antZoomDownOut {
|
|
904
|
+
0% {
|
|
905
|
+
transform: scale(1);
|
|
906
|
+
transform-origin: 50% 100%;
|
|
907
|
+
}
|
|
908
|
+
100% {
|
|
909
|
+
transform: scale(0.8);
|
|
910
|
+
transform-origin: 50% 100%;
|
|
911
|
+
opacity: 0;
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
.tntd-rc-motion-collapse-legacy {
|
|
915
|
+
overflow: hidden;
|
|
916
|
+
}
|
|
917
|
+
.tntd-rc-motion-collapse-legacy-active {
|
|
918
|
+
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
919
|
+
}
|
|
920
|
+
.tntd-rc-motion-collapse {
|
|
921
|
+
overflow: hidden;
|
|
922
|
+
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
.tntd-rc-select-single .tntd-rc-select-selector {
|
|
931
|
+
display: flex;
|
|
932
|
+
}
|
|
933
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-search {
|
|
934
|
+
position: absolute;
|
|
935
|
+
top: 0;
|
|
936
|
+
right: 11px;
|
|
937
|
+
bottom: 0;
|
|
938
|
+
left: 11px;
|
|
939
|
+
}
|
|
940
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-search-input {
|
|
941
|
+
width: 100%;
|
|
942
|
+
}
|
|
943
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-item,
|
|
944
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-placeholder {
|
|
945
|
+
padding: 0;
|
|
946
|
+
line-height: 30px;
|
|
947
|
+
transition: all 0.3s, visibility 0s;
|
|
948
|
+
}
|
|
949
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-item {
|
|
950
|
+
position: relative;
|
|
951
|
+
-webkit-user-select: none;
|
|
952
|
+
-moz-user-select: none;
|
|
953
|
+
-ms-user-select: none;
|
|
954
|
+
user-select: none;
|
|
955
|
+
}
|
|
956
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-placeholder {
|
|
957
|
+
transition: none;
|
|
958
|
+
pointer-events: none;
|
|
959
|
+
}
|
|
960
|
+
.tntd-rc-select-single .tntd-rc-select-selector::after,
|
|
961
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-item::after,
|
|
962
|
+
.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-placeholder::after {
|
|
963
|
+
display: inline-block;
|
|
964
|
+
width: 0;
|
|
965
|
+
visibility: hidden;
|
|
966
|
+
content: '\a0';
|
|
967
|
+
}
|
|
968
|
+
.tntd-rc-select-single.tntd-rc-select-show-arrow .tntd-rc-select-selection-search {
|
|
969
|
+
right: 25px;
|
|
970
|
+
}
|
|
971
|
+
.tntd-rc-select-single.tntd-rc-select-show-arrow .tntd-rc-select-selection-item,
|
|
972
|
+
.tntd-rc-select-single.tntd-rc-select-show-arrow .tntd-rc-select-selection-placeholder {
|
|
973
|
+
padding-right: 18px;
|
|
974
|
+
}
|
|
975
|
+
.tntd-rc-select-single.tntd-rc-select-open .tntd-rc-select-selection-item {
|
|
976
|
+
color: #bfbfbf;
|
|
977
|
+
}
|
|
978
|
+
.tntd-rc-select-single:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
979
|
+
width: 100%;
|
|
980
|
+
height: 32px;
|
|
981
|
+
padding: 0 11px;
|
|
982
|
+
}
|
|
983
|
+
.tntd-rc-select-single:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector .tntd-rc-select-selection-search-input {
|
|
984
|
+
height: 30px;
|
|
985
|
+
}
|
|
986
|
+
.tntd-rc-select-single:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector::after {
|
|
987
|
+
line-height: 30px;
|
|
988
|
+
}
|
|
989
|
+
.tntd-rc-select-single.tntd-rc-select-customize-input .tntd-rc-select-selector::after {
|
|
990
|
+
display: none;
|
|
991
|
+
}
|
|
992
|
+
.tntd-rc-select-single.tntd-rc-select-customize-input .tntd-rc-select-selector .tntd-rc-select-selection-search {
|
|
993
|
+
position: static;
|
|
994
|
+
width: 100%;
|
|
995
|
+
}
|
|
996
|
+
.tntd-rc-select-single.tntd-rc-select-customize-input .tntd-rc-select-selector .tntd-rc-select-selection-placeholder {
|
|
997
|
+
position: absolute;
|
|
998
|
+
right: 0;
|
|
999
|
+
left: 0;
|
|
1000
|
+
padding: 0 11px;
|
|
1001
|
+
}
|
|
1002
|
+
.tntd-rc-select-single.tntd-rc-select-customize-input .tntd-rc-select-selector .tntd-rc-select-selection-placeholder::after {
|
|
1003
|
+
display: none;
|
|
1004
|
+
}
|
|
1005
|
+
.tntd-rc-select-single.tntd-rc-select-lg:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1006
|
+
height: 40px;
|
|
1007
|
+
}
|
|
1008
|
+
.tntd-rc-select-single.tntd-rc-select-lg:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector::after,
|
|
1009
|
+
.tntd-rc-select-single.tntd-rc-select-lg:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector .tntd-rc-select-selection-item,
|
|
1010
|
+
.tntd-rc-select-single.tntd-rc-select-lg:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector .tntd-rc-select-selection-placeholder {
|
|
1011
|
+
line-height: 38px;
|
|
1012
|
+
}
|
|
1013
|
+
.tntd-rc-select-single.tntd-rc-select-lg:not(.tntd-rc-select-customize-input):not(.tntd-rc-select-customize-input) .tntd-rc-select-selection-search-input {
|
|
1014
|
+
height: 38px;
|
|
1015
|
+
}
|
|
1016
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1017
|
+
height: 24px;
|
|
1018
|
+
}
|
|
1019
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector::after,
|
|
1020
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector .tntd-rc-select-selection-item,
|
|
1021
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector .tntd-rc-select-selection-placeholder {
|
|
1022
|
+
line-height: 22px;
|
|
1023
|
+
}
|
|
1024
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input):not(.tntd-rc-select-customize-input) .tntd-rc-select-selection-search-input {
|
|
1025
|
+
height: 22px;
|
|
1026
|
+
}
|
|
1027
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input) .tntd-rc-select-selection-search {
|
|
1028
|
+
right: 7px;
|
|
1029
|
+
left: 7px;
|
|
1030
|
+
}
|
|
1031
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1032
|
+
padding: 0 7px;
|
|
1033
|
+
}
|
|
1034
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input).tntd-rc-select-show-arrow .tntd-rc-select-selection-search {
|
|
1035
|
+
right: 28px;
|
|
1036
|
+
}
|
|
1037
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input).tntd-rc-select-show-arrow .tntd-rc-select-selection-item,
|
|
1038
|
+
.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input).tntd-rc-select-show-arrow .tntd-rc-select-selection-placeholder {
|
|
1039
|
+
padding-right: 21px;
|
|
1040
|
+
}
|
|
1041
|
+
.tntd-rc-select-single.tntd-rc-select-lg:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1042
|
+
padding: 0 11px;
|
|
1043
|
+
}
|
|
1044
|
+
/**
|
|
1045
|
+
* Do not merge `height` & `line-height` under style with `selection` & `search`,
|
|
1046
|
+
* since chrome may update to redesign with its align logic.
|
|
1047
|
+
*/
|
|
1048
|
+
.tntd-rc-select-selection-overflow {
|
|
1049
|
+
position: relative;
|
|
1050
|
+
display: flex;
|
|
1051
|
+
flex: auto;
|
|
1052
|
+
flex-wrap: wrap;
|
|
1053
|
+
max-width: 100%;
|
|
1054
|
+
}
|
|
1055
|
+
.tntd-rc-select-selection-overflow-item {
|
|
1056
|
+
flex: none;
|
|
1057
|
+
align-self: center;
|
|
1058
|
+
max-width: 100%;
|
|
1059
|
+
}
|
|
1060
|
+
.tntd-rc-select-multiple .tntd-rc-select-selector {
|
|
1061
|
+
display: flex;
|
|
1062
|
+
flex-wrap: wrap;
|
|
1063
|
+
align-items: center;
|
|
1064
|
+
padding: 1px 4px;
|
|
1065
|
+
}
|
|
1066
|
+
.tntd-rc-select-show-search.tntd-rc-select-multiple .tntd-rc-select-selector {
|
|
1067
|
+
cursor: text;
|
|
1068
|
+
}
|
|
1069
|
+
.tntd-rc-select-disabled.tntd-rc-select-multiple .tntd-rc-select-selector {
|
|
1070
|
+
background: #f5f5f5;
|
|
1071
|
+
cursor: not-allowed;
|
|
1072
|
+
}
|
|
1073
|
+
.tntd-rc-select-multiple .tntd-rc-select-selector::after {
|
|
1074
|
+
display: inline-block;
|
|
1075
|
+
width: 0;
|
|
1076
|
+
margin: 2px 0;
|
|
1077
|
+
line-height: 24px;
|
|
1078
|
+
visibility: hidden;
|
|
1079
|
+
content: '\a0';
|
|
1080
|
+
}
|
|
1081
|
+
.tntd-rc-select-multiple.tntd-rc-select-show-arrow .tntd-rc-select-selector,
|
|
1082
|
+
.tntd-rc-select-multiple.tntd-rc-select-allow-clear .tntd-rc-select-selector {
|
|
1083
|
+
padding-right: 24px;
|
|
1084
|
+
}
|
|
1085
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item {
|
|
1086
|
+
position: relative;
|
|
1087
|
+
display: flex;
|
|
1088
|
+
flex: none;
|
|
1089
|
+
box-sizing: border-box;
|
|
1090
|
+
max-width: 100%;
|
|
1091
|
+
height: 24px;
|
|
1092
|
+
margin-top: 2px;
|
|
1093
|
+
margin-bottom: 2px;
|
|
1094
|
+
line-height: 22px;
|
|
1095
|
+
background: #f5f5f5;
|
|
1096
|
+
border: 1px solid #f0f0f0;
|
|
1097
|
+
border-radius: 2px;
|
|
1098
|
+
cursor: default;
|
|
1099
|
+
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
1100
|
+
-webkit-user-select: none;
|
|
1101
|
+
-moz-user-select: none;
|
|
1102
|
+
-ms-user-select: none;
|
|
1103
|
+
user-select: none;
|
|
1104
|
+
margin-inline-end: 4px;
|
|
1105
|
+
padding-inline-start: 8px;
|
|
1106
|
+
padding-inline-end: 4px;
|
|
1107
|
+
}
|
|
1108
|
+
.tntd-rc-select-disabled.tntd-rc-select-multiple .tntd-rc-select-selection-item {
|
|
1109
|
+
color: #bfbfbf;
|
|
1110
|
+
border-color: #d9d9d9;
|
|
1111
|
+
cursor: not-allowed;
|
|
1112
|
+
}
|
|
1113
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-content {
|
|
1114
|
+
display: inline-block;
|
|
1115
|
+
margin-right: 4px;
|
|
1116
|
+
overflow: hidden;
|
|
1117
|
+
white-space: pre;
|
|
1118
|
+
text-overflow: ellipsis;
|
|
1119
|
+
}
|
|
1120
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-remove {
|
|
1121
|
+
color: inherit;
|
|
1122
|
+
font-style: normal;
|
|
1123
|
+
line-height: 0;
|
|
1124
|
+
text-align: center;
|
|
1125
|
+
text-transform: none;
|
|
1126
|
+
vertical-align: -0.125em;
|
|
1127
|
+
text-rendering: optimizelegibility;
|
|
1128
|
+
-webkit-font-smoothing: antialiased;
|
|
1129
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1130
|
+
display: inline-flex;
|
|
1131
|
+
align-items: center;
|
|
1132
|
+
color: rgba(0, 0, 0, 0.45);
|
|
1133
|
+
font-weight: bold;
|
|
1134
|
+
font-size: 10px;
|
|
1135
|
+
line-height: inherit;
|
|
1136
|
+
cursor: pointer;
|
|
1137
|
+
}
|
|
1138
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-remove > * {
|
|
1139
|
+
line-height: 1;
|
|
1140
|
+
}
|
|
1141
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-remove svg {
|
|
1142
|
+
display: inline-block;
|
|
1143
|
+
}
|
|
1144
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-remove::before {
|
|
1145
|
+
display: none;
|
|
1146
|
+
}
|
|
1147
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-remove .tntd-rc-select-multiple .tntd-rc-select-selection-item-remove-icon {
|
|
1148
|
+
display: block;
|
|
1149
|
+
}
|
|
1150
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-remove > .anticon {
|
|
1151
|
+
vertical-align: middle;
|
|
1152
|
+
}
|
|
1153
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-item-remove:hover {
|
|
1154
|
+
color: rgba(0, 0, 0, 0.75);
|
|
1155
|
+
}
|
|
1156
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-overflow-item + .tntd-rc-select-selection-overflow-item .tntd-rc-select-selection-search {
|
|
1157
|
+
margin-inline-start: 0;
|
|
1158
|
+
}
|
|
1159
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-search {
|
|
1160
|
+
position: relative;
|
|
1161
|
+
max-width: 100%;
|
|
1162
|
+
margin-inline-start: 7px;
|
|
1163
|
+
}
|
|
1164
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-search-input,
|
|
1165
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-search-mirror {
|
|
1166
|
+
height: 24px;
|
|
1167
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
1168
|
+
line-height: 24px;
|
|
1169
|
+
transition: all 0.3s;
|
|
1170
|
+
}
|
|
1171
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-search-input {
|
|
1172
|
+
width: 100%;
|
|
1173
|
+
min-width: 4.1px;
|
|
1174
|
+
}
|
|
1175
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-search-mirror {
|
|
1176
|
+
position: absolute;
|
|
1177
|
+
top: 0;
|
|
1178
|
+
left: 0;
|
|
1179
|
+
z-index: 999;
|
|
1180
|
+
white-space: pre;
|
|
1181
|
+
visibility: hidden;
|
|
1182
|
+
}
|
|
1183
|
+
.tntd-rc-select-multiple .tntd-rc-select-selection-placeholder {
|
|
1184
|
+
position: absolute;
|
|
1185
|
+
top: 50%;
|
|
1186
|
+
right: 11px;
|
|
1187
|
+
left: 11px;
|
|
1188
|
+
transform: translateY(-50%);
|
|
1189
|
+
transition: all 0.3s;
|
|
1190
|
+
}
|
|
1191
|
+
.tntd-rc-select-multiple.tntd-rc-select-lg .tntd-rc-select-selector::after {
|
|
1192
|
+
line-height: 32px;
|
|
1193
|
+
}
|
|
1194
|
+
.tntd-rc-select-multiple.tntd-rc-select-lg .tntd-rc-select-selection-item {
|
|
1195
|
+
height: 32px;
|
|
1196
|
+
line-height: 30px;
|
|
1197
|
+
}
|
|
1198
|
+
.tntd-rc-select-multiple.tntd-rc-select-lg .tntd-rc-select-selection-search {
|
|
1199
|
+
height: 32px;
|
|
1200
|
+
line-height: 32px;
|
|
1201
|
+
}
|
|
1202
|
+
.tntd-rc-select-multiple.tntd-rc-select-lg .tntd-rc-select-selection-search-input,
|
|
1203
|
+
.tntd-rc-select-multiple.tntd-rc-select-lg .tntd-rc-select-selection-search-mirror {
|
|
1204
|
+
height: 32px;
|
|
1205
|
+
line-height: 30px;
|
|
1206
|
+
}
|
|
1207
|
+
.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selector::after {
|
|
1208
|
+
line-height: 16px;
|
|
1209
|
+
}
|
|
1210
|
+
.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selection-item {
|
|
1211
|
+
height: 16px;
|
|
1212
|
+
line-height: 14px;
|
|
1213
|
+
}
|
|
1214
|
+
.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selection-search {
|
|
1215
|
+
height: 16px;
|
|
1216
|
+
line-height: 16px;
|
|
1217
|
+
}
|
|
1218
|
+
.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selection-search-input,
|
|
1219
|
+
.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selection-search-mirror {
|
|
1220
|
+
height: 16px;
|
|
1221
|
+
line-height: 14px;
|
|
1222
|
+
}
|
|
1223
|
+
.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selection-placeholder {
|
|
1224
|
+
left: 7px;
|
|
1225
|
+
}
|
|
1226
|
+
.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selection-search {
|
|
1227
|
+
margin-inline-start: 3px;
|
|
1228
|
+
}
|
|
1229
|
+
.tntd-rc-select-disabled .tntd-rc-select-selection-item-remove {
|
|
1230
|
+
display: none;
|
|
1231
|
+
}
|
|
1232
|
+
.tntd-rc-select-status-error.tntd-rc-select:not(.tntd-rc-select-disabled):not(.tntd-rc-select-customize-input):not(.tntd-rc-pagination-size-changer) .tntd-rc-select-selector {
|
|
1233
|
+
background-color: #fff;
|
|
1234
|
+
border-color: #ff4d4f !important;
|
|
1235
|
+
}
|
|
1236
|
+
.tntd-rc-select-status-error.tntd-rc-select:not(.tntd-rc-select-disabled):not(.tntd-rc-select-customize-input):not(.tntd-rc-pagination-size-changer).tntd-rc-select-open .tntd-rc-select-selector,
|
|
1237
|
+
.tntd-rc-select-status-error.tntd-rc-select:not(.tntd-rc-select-disabled):not(.tntd-rc-select-customize-input):not(.tntd-rc-pagination-size-changer).tntd-rc-select-focused .tntd-rc-select-selector {
|
|
1238
|
+
border-color: #ff7875;
|
|
1239
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
1240
|
+
border-right-width: 1px;
|
|
1241
|
+
outline: 0;
|
|
1242
|
+
}
|
|
1243
|
+
.tntd-rc-select-status-warning.tntd-rc-select:not(.tntd-rc-select-disabled):not(.tntd-rc-select-customize-input):not(.tntd-rc-pagination-size-changer) .tntd-rc-select-selector {
|
|
1244
|
+
background-color: #fff;
|
|
1245
|
+
border-color: #faad14 !important;
|
|
1246
|
+
}
|
|
1247
|
+
.tntd-rc-select-status-warning.tntd-rc-select:not(.tntd-rc-select-disabled):not(.tntd-rc-select-customize-input):not(.tntd-rc-pagination-size-changer).tntd-rc-select-open .tntd-rc-select-selector,
|
|
1248
|
+
.tntd-rc-select-status-warning.tntd-rc-select:not(.tntd-rc-select-disabled):not(.tntd-rc-select-customize-input):not(.tntd-rc-pagination-size-changer).tntd-rc-select-focused .tntd-rc-select-selector {
|
|
1249
|
+
border-color: #ffc53d;
|
|
1250
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
1251
|
+
border-right-width: 1px;
|
|
1252
|
+
outline: 0;
|
|
1253
|
+
}
|
|
1254
|
+
.tntd-rc-select-status-error.tntd-rc-select-has-feedback .tntd-rc-select-clear,
|
|
1255
|
+
.tntd-rc-select-status-warning.tntd-rc-select-has-feedback .tntd-rc-select-clear,
|
|
1256
|
+
.tntd-rc-select-status-success.tntd-rc-select-has-feedback .tntd-rc-select-clear,
|
|
1257
|
+
.tntd-rc-select-status-validating.tntd-rc-select-has-feedback .tntd-rc-select-clear {
|
|
1258
|
+
right: 32px;
|
|
1259
|
+
}
|
|
1260
|
+
.tntd-rc-select-status-error.tntd-rc-select-has-feedback .tntd-rc-select-selection-selected-value,
|
|
1261
|
+
.tntd-rc-select-status-warning.tntd-rc-select-has-feedback .tntd-rc-select-selection-selected-value,
|
|
1262
|
+
.tntd-rc-select-status-success.tntd-rc-select-has-feedback .tntd-rc-select-selection-selected-value,
|
|
1263
|
+
.tntd-rc-select-status-validating.tntd-rc-select-has-feedback .tntd-rc-select-selection-selected-value {
|
|
1264
|
+
padding-right: 42px;
|
|
1265
|
+
}
|
|
1266
|
+
/* Reset search input style */
|
|
1267
|
+
.tntd-rc-select {
|
|
1268
|
+
box-sizing: border-box;
|
|
1269
|
+
margin: 0;
|
|
1270
|
+
padding: 0;
|
|
1271
|
+
color: rgba(0, 0, 0, 0.85);
|
|
1272
|
+
font-size: 14px;
|
|
1273
|
+
font-variant: tabular-nums;
|
|
1274
|
+
line-height: 1.5715;
|
|
1275
|
+
list-style: none;
|
|
1276
|
+
font-feature-settings: 'tnum';
|
|
1277
|
+
position: relative;
|
|
1278
|
+
display: inline-block;
|
|
1279
|
+
cursor: pointer;
|
|
1280
|
+
}
|
|
1281
|
+
.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1282
|
+
position: relative;
|
|
1283
|
+
background-color: #fff;
|
|
1284
|
+
border: 1px solid #d9d9d9;
|
|
1285
|
+
border-radius: 2px;
|
|
1286
|
+
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
1287
|
+
}
|
|
1288
|
+
.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector input {
|
|
1289
|
+
cursor: pointer;
|
|
1290
|
+
}
|
|
1291
|
+
.tntd-rc-select-show-search.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1292
|
+
cursor: text;
|
|
1293
|
+
}
|
|
1294
|
+
.tntd-rc-select-show-search.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector input {
|
|
1295
|
+
cursor: auto;
|
|
1296
|
+
}
|
|
1297
|
+
.tntd-rc-select-focused:not(.tntd-rc-select-disabled).tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1298
|
+
border-color: #40a9ff;
|
|
1299
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
1300
|
+
border-right-width: 1px;
|
|
1301
|
+
outline: 0;
|
|
1302
|
+
}
|
|
1303
|
+
.tntd-rc-select-disabled.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1304
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1305
|
+
background: #f5f5f5;
|
|
1306
|
+
cursor: not-allowed;
|
|
1307
|
+
}
|
|
1308
|
+
.tntd-rc-select-multiple.tntd-rc-select-disabled.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector {
|
|
1309
|
+
background: #f5f5f5;
|
|
1310
|
+
}
|
|
1311
|
+
.tntd-rc-select-disabled.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector input {
|
|
1312
|
+
cursor: not-allowed;
|
|
1313
|
+
}
|
|
1314
|
+
.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector .tntd-rc-select-selection-search-input {
|
|
1315
|
+
margin: 0;
|
|
1316
|
+
padding: 0;
|
|
1317
|
+
background: transparent;
|
|
1318
|
+
border: none;
|
|
1319
|
+
outline: none;
|
|
1320
|
+
-webkit-appearance: none;
|
|
1321
|
+
-moz-appearance: none;
|
|
1322
|
+
appearance: none;
|
|
1323
|
+
}
|
|
1324
|
+
.tntd-rc-select:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector .tntd-rc-select-selection-search-input::-webkit-search-cancel-button {
|
|
1325
|
+
display: none;
|
|
1326
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
1327
|
+
-webkit-appearance: none;
|
|
1328
|
+
}
|
|
1329
|
+
.tntd-rc-select:not(.tntd-rc-select-disabled):hover .tntd-rc-select-selector {
|
|
1330
|
+
border-color: #40a9ff;
|
|
1331
|
+
border-right-width: 1px;
|
|
1332
|
+
}
|
|
1333
|
+
.tntd-rc-select-selection-item {
|
|
1334
|
+
flex: 1;
|
|
1335
|
+
overflow: hidden;
|
|
1336
|
+
font-weight: normal;
|
|
1337
|
+
white-space: nowrap;
|
|
1338
|
+
text-overflow: ellipsis;
|
|
1339
|
+
}
|
|
1340
|
+
@media all and (-ms-high-contrast: none) {
|
|
1341
|
+
.tntd-rc-select-selection-item *::-ms-backdrop,
|
|
1342
|
+
.tntd-rc-select-selection-item {
|
|
1343
|
+
flex: auto;
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
.tntd-rc-select-selection-placeholder {
|
|
1347
|
+
flex: 1;
|
|
1348
|
+
overflow: hidden;
|
|
1349
|
+
color: #bfbfbf;
|
|
1350
|
+
white-space: nowrap;
|
|
1351
|
+
text-overflow: ellipsis;
|
|
1352
|
+
pointer-events: none;
|
|
1353
|
+
}
|
|
1354
|
+
@media all and (-ms-high-contrast: none) {
|
|
1355
|
+
.tntd-rc-select-selection-placeholder *::-ms-backdrop,
|
|
1356
|
+
.tntd-rc-select-selection-placeholder {
|
|
1357
|
+
flex: auto;
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
.tntd-rc-select-arrow {
|
|
1361
|
+
display: inline-flex;
|
|
1362
|
+
color: inherit;
|
|
1363
|
+
font-style: normal;
|
|
1364
|
+
line-height: 0;
|
|
1365
|
+
text-transform: none;
|
|
1366
|
+
vertical-align: -0.125em;
|
|
1367
|
+
text-rendering: optimizelegibility;
|
|
1368
|
+
-webkit-font-smoothing: antialiased;
|
|
1369
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1370
|
+
position: absolute;
|
|
1371
|
+
top: 50%;
|
|
1372
|
+
right: 11px;
|
|
1373
|
+
display: flex;
|
|
1374
|
+
align-items: center;
|
|
1375
|
+
height: 12px;
|
|
1376
|
+
margin-top: -6px;
|
|
1377
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1378
|
+
font-size: 12px;
|
|
1379
|
+
line-height: 1;
|
|
1380
|
+
text-align: center;
|
|
1381
|
+
pointer-events: none;
|
|
1382
|
+
}
|
|
1383
|
+
.tntd-rc-select-arrow > * {
|
|
1384
|
+
line-height: 1;
|
|
1385
|
+
}
|
|
1386
|
+
.tntd-rc-select-arrow svg {
|
|
1387
|
+
display: inline-block;
|
|
1388
|
+
}
|
|
1389
|
+
.tntd-rc-select-arrow::before {
|
|
1390
|
+
display: none;
|
|
1391
|
+
}
|
|
1392
|
+
.tntd-rc-select-arrow .tntd-rc-select-arrow-icon {
|
|
1393
|
+
display: block;
|
|
1394
|
+
}
|
|
1395
|
+
.tntd-rc-select-arrow .anticon {
|
|
1396
|
+
vertical-align: top;
|
|
1397
|
+
transition: transform 0.3s;
|
|
1398
|
+
}
|
|
1399
|
+
.tntd-rc-select-arrow .anticon > svg {
|
|
1400
|
+
vertical-align: top;
|
|
1401
|
+
}
|
|
1402
|
+
.tntd-rc-select-arrow .anticon:not(.tntd-rc-select-suffix) {
|
|
1403
|
+
pointer-events: auto;
|
|
1404
|
+
}
|
|
1405
|
+
.tntd-rc-select-disabled .tntd-rc-select-arrow {
|
|
1406
|
+
cursor: not-allowed;
|
|
1407
|
+
}
|
|
1408
|
+
.tntd-rc-select-arrow > *:not(:last-child) {
|
|
1409
|
+
margin-inline-end: 8px;
|
|
1410
|
+
}
|
|
1411
|
+
.tntd-rc-select-clear {
|
|
1412
|
+
position: absolute;
|
|
1413
|
+
top: 50%;
|
|
1414
|
+
right: 11px;
|
|
1415
|
+
z-index: 1;
|
|
1416
|
+
display: inline-block;
|
|
1417
|
+
width: 12px;
|
|
1418
|
+
height: 12px;
|
|
1419
|
+
margin-top: -6px;
|
|
1420
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1421
|
+
font-size: 12px;
|
|
1422
|
+
font-style: normal;
|
|
1423
|
+
line-height: 1;
|
|
1424
|
+
text-align: center;
|
|
1425
|
+
text-transform: none;
|
|
1426
|
+
background: #fff;
|
|
1427
|
+
cursor: pointer;
|
|
1428
|
+
opacity: 0;
|
|
1429
|
+
transition: color 0.3s ease, opacity 0.15s ease;
|
|
1430
|
+
text-rendering: auto;
|
|
1431
|
+
}
|
|
1432
|
+
.tntd-rc-select-clear::before {
|
|
1433
|
+
display: block;
|
|
1434
|
+
}
|
|
1435
|
+
.tntd-rc-select-clear:hover {
|
|
1436
|
+
color: rgba(0, 0, 0, 0.45);
|
|
1437
|
+
}
|
|
1438
|
+
.tntd-rc-select:hover .tntd-rc-select-clear {
|
|
1439
|
+
opacity: 1;
|
|
1440
|
+
}
|
|
1441
|
+
.tntd-rc-select-dropdown {
|
|
1442
|
+
margin: 0;
|
|
1443
|
+
padding: 0;
|
|
1444
|
+
color: rgba(0, 0, 0, 0.85);
|
|
1445
|
+
font-variant: tabular-nums;
|
|
1446
|
+
line-height: 1.5715;
|
|
1447
|
+
list-style: none;
|
|
1448
|
+
font-feature-settings: 'tnum';
|
|
1449
|
+
position: absolute;
|
|
1450
|
+
top: -9999px;
|
|
1451
|
+
left: -9999px;
|
|
1452
|
+
z-index: 1050;
|
|
1453
|
+
box-sizing: border-box;
|
|
1454
|
+
padding: 4px 0;
|
|
1455
|
+
overflow: hidden;
|
|
1456
|
+
font-size: 14px;
|
|
1457
|
+
font-variant: initial;
|
|
1458
|
+
background-color: #fff;
|
|
1459
|
+
border-radius: 2px;
|
|
1460
|
+
outline: none;
|
|
1461
|
+
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
1462
|
+
}
|
|
1463
|
+
.tntd-rc-select-dropdown.tntd-rc-slide-up-enter.tntd-rc-slide-up-enter-active.tntd-rc-select-dropdown-placement-bottomLeft,
|
|
1464
|
+
.tntd-rc-select-dropdown.tntd-rc-slide-up-appear.tntd-rc-slide-up-appear-active.tntd-rc-select-dropdown-placement-bottomLeft {
|
|
1465
|
+
animation-name: antSlideUpIn;
|
|
1466
|
+
}
|
|
1467
|
+
.tntd-rc-select-dropdown.tntd-rc-slide-up-enter.tntd-rc-slide-up-enter-active.tntd-rc-select-dropdown-placement-topLeft,
|
|
1468
|
+
.tntd-rc-select-dropdown.tntd-rc-slide-up-appear.tntd-rc-slide-up-appear-active.tntd-rc-select-dropdown-placement-topLeft {
|
|
1469
|
+
animation-name: antSlideDownIn;
|
|
1470
|
+
}
|
|
1471
|
+
.tntd-rc-select-dropdown.tntd-rc-slide-up-leave.tntd-rc-slide-up-leave-active.tntd-rc-select-dropdown-placement-bottomLeft {
|
|
1472
|
+
animation-name: antSlideUpOut;
|
|
1473
|
+
}
|
|
1474
|
+
.tntd-rc-select-dropdown.tntd-rc-slide-up-leave.tntd-rc-slide-up-leave-active.tntd-rc-select-dropdown-placement-topLeft {
|
|
1475
|
+
animation-name: antSlideDownOut;
|
|
1476
|
+
}
|
|
1477
|
+
.tntd-rc-select-dropdown-hidden {
|
|
1478
|
+
display: none;
|
|
1479
|
+
}
|
|
1480
|
+
.tntd-rc-select-dropdown-empty {
|
|
1481
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1482
|
+
}
|
|
1483
|
+
.tntd-rc-select-item-empty {
|
|
1484
|
+
position: relative;
|
|
1485
|
+
display: block;
|
|
1486
|
+
min-height: 32px;
|
|
1487
|
+
padding: 5px 12px;
|
|
1488
|
+
color: rgba(0, 0, 0, 0.85);
|
|
1489
|
+
font-weight: normal;
|
|
1490
|
+
font-size: 14px;
|
|
1491
|
+
line-height: 22px;
|
|
1492
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1493
|
+
text-align: center;
|
|
1494
|
+
}
|
|
1495
|
+
.tntd-rc-select-item {
|
|
1496
|
+
position: relative;
|
|
1497
|
+
display: block;
|
|
1498
|
+
min-height: 32px;
|
|
1499
|
+
padding: 5px 12px;
|
|
1500
|
+
color: rgba(0, 0, 0, 0.85);
|
|
1501
|
+
font-weight: normal;
|
|
1502
|
+
font-size: 14px;
|
|
1503
|
+
line-height: 22px;
|
|
1504
|
+
cursor: pointer;
|
|
1505
|
+
transition: background 0.3s ease;
|
|
1506
|
+
}
|
|
1507
|
+
.tntd-rc-select-item-group {
|
|
1508
|
+
color: rgba(0, 0, 0, 0.45);
|
|
1509
|
+
font-size: 12px;
|
|
1510
|
+
cursor: default;
|
|
1511
|
+
}
|
|
1512
|
+
.tntd-rc-select-item-option {
|
|
1513
|
+
display: flex;
|
|
1514
|
+
}
|
|
1515
|
+
.tntd-rc-select-item-option-content {
|
|
1516
|
+
flex: auto;
|
|
1517
|
+
overflow: hidden;
|
|
1518
|
+
white-space: nowrap;
|
|
1519
|
+
text-overflow: ellipsis;
|
|
1520
|
+
}
|
|
1521
|
+
.tntd-rc-select-item-option-state {
|
|
1522
|
+
flex: none;
|
|
1523
|
+
}
|
|
1524
|
+
.tntd-rc-select-item-option-active:not(.tntd-rc-select-item-option-disabled) {
|
|
1525
|
+
background-color: #f5f5f5;
|
|
1526
|
+
}
|
|
1527
|
+
.tntd-rc-select-item-option-selected:not(.tntd-rc-select-item-option-disabled) {
|
|
1528
|
+
color: rgba(0, 0, 0, 0.85);
|
|
1529
|
+
font-weight: 600;
|
|
1530
|
+
background-color: #e6f7ff;
|
|
1531
|
+
}
|
|
1532
|
+
.tntd-rc-select-item-option-selected:not(.tntd-rc-select-item-option-disabled) .tntd-rc-select-item-option-state {
|
|
1533
|
+
color: #1890ff;
|
|
1534
|
+
}
|
|
1535
|
+
.tntd-rc-select-item-option-disabled {
|
|
1536
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1537
|
+
cursor: not-allowed;
|
|
1538
|
+
}
|
|
1539
|
+
.tntd-rc-select-item-option-disabled.tntd-rc-select-item-option-selected {
|
|
1540
|
+
background-color: #f5f5f5;
|
|
1541
|
+
}
|
|
1542
|
+
.tntd-rc-select-item-option-grouped {
|
|
1543
|
+
padding-left: 24px;
|
|
1544
|
+
}
|
|
1545
|
+
.tntd-rc-select-lg {
|
|
1546
|
+
font-size: 16px;
|
|
1547
|
+
}
|
|
1548
|
+
.tntd-rc-select-borderless .tntd-rc-select-selector {
|
|
1549
|
+
background-color: transparent !important;
|
|
1550
|
+
border-color: transparent !important;
|
|
1551
|
+
box-shadow: none !important;
|
|
1552
|
+
}
|
|
1553
|
+
.tntd-rc-select.tntd-rc-select-in-form-item {
|
|
1554
|
+
width: 100%;
|
|
1555
|
+
}
|
|
1556
|
+
.tntd-rc-select-compact-item:not(.tntd-rc-select-compact-last-item) {
|
|
1557
|
+
margin-right: -1px;
|
|
1558
|
+
}
|
|
1559
|
+
.tntd-rc-select-compact-item:not(.tntd-rc-select-compact-last-item).tntd-rc-select-compact-item-rtl {
|
|
1560
|
+
margin-right: 0;
|
|
1561
|
+
margin-left: -1px;
|
|
1562
|
+
}
|
|
1563
|
+
.tntd-rc-select-compact-item:hover > *,
|
|
1564
|
+
.tntd-rc-select-compact-item:focus > *,
|
|
1565
|
+
.tntd-rc-select-compact-item:active > * {
|
|
1566
|
+
z-index: 2;
|
|
1567
|
+
}
|
|
1568
|
+
.tntd-rc-select-compact-item.tntd-rc-select-focused > * {
|
|
1569
|
+
z-index: 2;
|
|
1570
|
+
}
|
|
1571
|
+
.tntd-rc-select-compact-item[disabled] > * {
|
|
1572
|
+
z-index: 0;
|
|
1573
|
+
}
|
|
1574
|
+
.tntd-rc-select-compact-item:not(.tntd-rc-select-compact-first-item):not(.tntd-rc-select-compact-last-item).tntd-rc-select > .tntd-rc-select-selector {
|
|
1575
|
+
border-radius: 0;
|
|
1576
|
+
}
|
|
1577
|
+
.tntd-rc-select-compact-item.tntd-rc-select-compact-first-item.tntd-rc-select:not(.tntd-rc-select-compact-last-item):not(.tntd-rc-select-compact-item-rtl) > .tntd-rc-select-selector {
|
|
1578
|
+
border-top-right-radius: 0;
|
|
1579
|
+
border-bottom-right-radius: 0;
|
|
1580
|
+
}
|
|
1581
|
+
.tntd-rc-select-compact-item.tntd-rc-select-compact-last-item.tntd-rc-select:not(.tntd-rc-select-compact-first-item):not(.tntd-rc-select-compact-item-rtl) > .tntd-rc-select-selector {
|
|
1582
|
+
border-top-left-radius: 0;
|
|
1583
|
+
border-bottom-left-radius: 0;
|
|
1584
|
+
}
|
|
1585
|
+
.tntd-rc-select-compact-item.tntd-rc-select.tntd-rc-select-compact-first-item.tntd-rc-select-compact-item-rtl:not(.tntd-rc-select-compact-last-item) > .tntd-rc-select-selector {
|
|
1586
|
+
border-top-left-radius: 0;
|
|
1587
|
+
border-bottom-left-radius: 0;
|
|
1588
|
+
}
|
|
1589
|
+
.tntd-rc-select-compact-item.tntd-rc-select.tntd-rc-select-compact-last-item.tntd-rc-select-compact-item-rtl:not(.tntd-rc-select-compact-first-item) > .tntd-rc-select-selector {
|
|
1590
|
+
border-top-right-radius: 0;
|
|
1591
|
+
border-bottom-right-radius: 0;
|
|
1592
|
+
}
|
|
1593
|
+
.tntd-rc-select-rtl {
|
|
1594
|
+
direction: rtl;
|
|
1595
|
+
}
|
|
1596
|
+
.tntd-rc-select-rtl .tntd-rc-select-arrow {
|
|
1597
|
+
right: initial;
|
|
1598
|
+
left: 11px;
|
|
1599
|
+
}
|
|
1600
|
+
.tntd-rc-select-rtl .tntd-rc-select-clear {
|
|
1601
|
+
right: initial;
|
|
1602
|
+
left: 11px;
|
|
1603
|
+
}
|
|
1604
|
+
.tntd-rc-select-dropdown-rtl {
|
|
1605
|
+
direction: rtl;
|
|
1606
|
+
}
|
|
1607
|
+
.tntd-rc-select-dropdown-rtl .tntd-rc-select-item-option-grouped {
|
|
1608
|
+
padding-right: 24px;
|
|
1609
|
+
padding-left: 12px;
|
|
1610
|
+
}
|
|
1611
|
+
.tntd-rc-select-rtl.tntd-rc-select-multiple.tntd-rc-select-show-arrow .tntd-rc-select-selector,
|
|
1612
|
+
.tntd-rc-select-rtl.tntd-rc-select-multiple.tntd-rc-select-allow-clear .tntd-rc-select-selector {
|
|
1613
|
+
padding-right: 4px;
|
|
1614
|
+
padding-left: 24px;
|
|
1615
|
+
}
|
|
1616
|
+
.tntd-rc-select-rtl.tntd-rc-select-multiple .tntd-rc-select-selection-item {
|
|
1617
|
+
text-align: right;
|
|
1618
|
+
}
|
|
1619
|
+
.tntd-rc-select-rtl.tntd-rc-select-multiple .tntd-rc-select-selection-item-content {
|
|
1620
|
+
margin-right: 0;
|
|
1621
|
+
margin-left: 4px;
|
|
1622
|
+
text-align: right;
|
|
1623
|
+
}
|
|
1624
|
+
.tntd-rc-select-rtl.tntd-rc-select-multiple .tntd-rc-select-selection-search-mirror {
|
|
1625
|
+
right: 0;
|
|
1626
|
+
left: auto;
|
|
1627
|
+
}
|
|
1628
|
+
.tntd-rc-select-rtl.tntd-rc-select-multiple .tntd-rc-select-selection-placeholder {
|
|
1629
|
+
right: 11px;
|
|
1630
|
+
left: auto;
|
|
1631
|
+
}
|
|
1632
|
+
.tntd-rc-select-rtl.tntd-rc-select-multiple.tntd-rc-select-sm .tntd-rc-select-selection-placeholder {
|
|
1633
|
+
right: 7px;
|
|
1634
|
+
}
|
|
1635
|
+
.tntd-rc-select-rtl.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-item,
|
|
1636
|
+
.tntd-rc-select-rtl.tntd-rc-select-single .tntd-rc-select-selector .tntd-rc-select-selection-placeholder {
|
|
1637
|
+
right: 0;
|
|
1638
|
+
left: 9px;
|
|
1639
|
+
text-align: right;
|
|
1640
|
+
}
|
|
1641
|
+
.tntd-rc-select-rtl.tntd-rc-select-single.tntd-rc-select-show-arrow .tntd-rc-select-selection-search {
|
|
1642
|
+
right: 11px;
|
|
1643
|
+
left: 25px;
|
|
1644
|
+
}
|
|
1645
|
+
.tntd-rc-select-rtl.tntd-rc-select-single.tntd-rc-select-show-arrow .tntd-rc-select-selection-item,
|
|
1646
|
+
.tntd-rc-select-rtl.tntd-rc-select-single.tntd-rc-select-show-arrow .tntd-rc-select-selection-placeholder {
|
|
1647
|
+
padding-right: 0;
|
|
1648
|
+
padding-left: 18px;
|
|
1649
|
+
}
|
|
1650
|
+
.tntd-rc-select-rtl.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input).tntd-rc-select-show-arrow .tntd-rc-select-selection-search {
|
|
1651
|
+
right: 6px;
|
|
1652
|
+
}
|
|
1653
|
+
.tntd-rc-select-rtl.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input).tntd-rc-select-show-arrow .tntd-rc-select-selection-item,
|
|
1654
|
+
.tntd-rc-select-rtl.tntd-rc-select-single.tntd-rc-select-sm:not(.tntd-rc-select-customize-input).tntd-rc-select-show-arrow .tntd-rc-select-selection-placeholder {
|
|
1655
|
+
padding-right: 0;
|
|
1656
|
+
padding-left: 21px;
|
|
1657
|
+
}
|