@qn-pandora/pandora-component 4.4.4 → 4.4.6

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.
Files changed (292) hide show
  1. package/es/components/AutoComplete/index.d.ts +3 -2
  2. package/es/components/Breadcrumb/index.d.ts +1 -1
  3. package/es/components/Button/index.d.ts +1 -1
  4. package/es/components/Card/RowExtra/index.d.ts +1 -1
  5. package/es/components/Card/SearchInput/index.d.ts +2 -2
  6. package/es/components/Card/index.d.ts +1 -1
  7. package/es/components/CheckTransformList/Item/index.d.ts +2 -2
  8. package/es/components/CheckTransformList/index.d.ts +2 -2
  9. package/es/components/Checkbox/index.d.ts +2 -2
  10. package/es/components/CheckboxList/index.d.ts +1 -1
  11. package/es/components/Collapse/Panel/index.d.ts +2 -2
  12. package/es/components/Collapse/index.d.ts +2 -2
  13. package/es/components/Collapse/index.js +10 -8
  14. package/es/components/CollapsiblePanel/PanelContent/index.d.ts +1 -1
  15. package/es/components/CollapsiblePanel/PanelContent/index.js +2 -2
  16. package/es/components/CollapsiblePanel/PanelHeader/index.d.ts +1 -1
  17. package/es/components/CollapsiblePanel/PanelHeader/index.js +1 -1
  18. package/es/components/CollapsiblePanel/index.d.ts +1 -1
  19. package/es/components/CollapsiblePanel/index.js +1 -1
  20. package/es/components/ConfigProvider/context.d.ts +1 -1
  21. package/es/components/ConfigProvider/index.d.ts +2 -2
  22. package/es/components/DateTimePicker/Base/index.d.ts +4 -4
  23. package/es/components/DateTimePicker/Base/index.js +7 -7
  24. package/es/components/DateTimePicker/Base/relativeTimePicker.d.ts +1 -1
  25. package/es/components/DateTimePicker/Base/relativeTimePicker.js +1 -1
  26. package/es/components/DateTimePicker/BaseMobile/Absolute/index.d.ts +1 -1
  27. package/es/components/DateTimePicker/BaseMobile/Absolute/index.js +4 -4
  28. package/es/components/DateTimePicker/BaseMobile/CustomButton/index.d.ts +2 -2
  29. package/es/components/DateTimePicker/BaseMobile/index.d.ts +2 -2
  30. package/es/components/DateTimePicker/BaseMobile/index.js +1 -1
  31. package/es/components/DateTimePicker/Collapse/Panel/index.d.ts +1 -1
  32. package/es/components/DateTimePicker/Collapse/index.d.ts +1 -1
  33. package/es/components/DateTimePicker/DisplayInput/index.d.ts +1 -1
  34. package/es/components/DateTimePicker/DisplayInput/index.js +1 -1
  35. package/es/components/DateTimePicker/index.d.ts +1 -1
  36. package/es/components/DateTimePicker/index.js +1 -1
  37. package/es/components/Drawer/index.d.ts +5 -5
  38. package/es/components/Drawer/index.js +3 -3
  39. package/es/components/FileResumable/constants.js +1 -0
  40. package/es/components/FileResumable/index.d.ts +2 -2
  41. package/es/components/Input/Password/index.d.ts +2 -2
  42. package/es/components/Input/TextArea/index.d.ts +2 -2
  43. package/es/components/Input/index.d.ts +4 -4
  44. package/es/components/InputNumberWithUnit/index.d.ts +1 -1
  45. package/es/components/KeyValuePair/index.d.ts +2 -2
  46. package/es/components/KeyValuePair/index.js +10 -3
  47. package/es/components/Measure/index.d.ts +2 -2
  48. package/es/components/Menu/Option.d.ts +1 -1
  49. package/es/components/Menu/index.d.ts +1 -1
  50. package/es/components/Modal/index.d.ts +1 -1
  51. package/es/components/Modal/index.js +1 -1
  52. package/es/components/NameExplainTooltip/index.d.ts +2 -2
  53. package/es/components/NameLimiter/index.d.ts +1 -1
  54. package/es/components/OptionList/InlineOptionList/index.d.ts +2 -2
  55. package/es/components/OptionList/OptionItem/index.d.ts +2 -2
  56. package/es/components/OptionList/PopoverOptionList/index.d.ts +1 -1
  57. package/es/components/OptionList/index.d.ts +1 -1
  58. package/es/components/RadioGroup/index.d.ts +1 -1
  59. package/es/components/RangeInput/index.d.ts +1 -1
  60. package/es/components/ReactSortable/index.d.ts +23 -0
  61. package/es/components/ReactSortable/index.js +171 -0
  62. package/es/components/RemarkName/index.d.ts +2 -2
  63. package/es/components/Selector/SelectorWidthChildren.d.ts +1 -1
  64. package/es/components/Selector/index.d.ts +1 -1
  65. package/es/components/Selector/index.js +1 -1
  66. package/es/components/SolidRadioGroup/index.d.ts +1 -1
  67. package/es/components/Spin/LoadingSVG.d.ts +2 -2
  68. package/es/components/Spin/index.d.ts +1 -1
  69. package/es/components/Steps/ControlButton/index.d.ts +1 -1
  70. package/es/components/Steps/Step/index.d.ts +2 -2
  71. package/es/components/Steps/index.d.ts +2 -2
  72. package/es/components/Style/index.d.ts +1 -1
  73. package/es/components/Style/index.js +1 -1
  74. package/es/components/Table/ColumnSetting/index.d.ts +1 -1
  75. package/es/components/Table/ColumnSetting/index.js +1 -1
  76. package/es/components/Table/ColumnTag/ColumnTag.d.ts +2 -2
  77. package/es/components/Table/ResizableTitle/index.d.ts +2 -2
  78. package/es/components/Table/constant.d.ts +7 -1
  79. package/es/components/Table/constant.js +6 -0
  80. package/es/components/Table/index.d.ts +15 -6
  81. package/es/components/Table/index.js +147 -117
  82. package/es/components/Tabs/index.d.ts +1 -1
  83. package/es/components/TagList/Tag/index.d.ts +1 -1
  84. package/es/components/TagList/TagSwitch/index.d.ts +1 -1
  85. package/es/components/TagList/index.d.ts +1 -1
  86. package/es/components/TagList/index.js +1 -1
  87. package/es/components/Timeline/TimelineItem/index.d.ts +1 -1
  88. package/es/components/Timeline/index.d.ts +1 -1
  89. package/es/components/Transfer/List/index.d.ts +2 -2
  90. package/es/components/Transfer/ListBody/index.d.ts +2 -2
  91. package/es/components/Transfer/constants.js +1 -0
  92. package/es/components/Transfer/index.d.ts +2 -2
  93. package/es/components/TreeSelector/index.d.ts +1 -1
  94. package/es/hoc/debounce.d.ts +1 -1
  95. package/es/hoc/modalPopupContainer.d.ts +1 -1
  96. package/es/index.css +372 -372
  97. package/es/index.d.ts +1 -0
  98. package/es/index.js +1 -0
  99. package/es/index.less +13 -13
  100. package/es/models/index.js +1 -0
  101. package/es/style/theme.less +4 -3
  102. package/lib/components/AutoComplete/index.d.ts +3 -2
  103. package/lib/components/AutoComplete/index.js +20 -7
  104. package/lib/components/Breadcrumb/index.d.ts +1 -1
  105. package/lib/components/Breadcrumb/index.js +14 -2
  106. package/lib/components/Button/index.d.ts +1 -1
  107. package/lib/components/Button/index.js +19 -7
  108. package/lib/components/Card/RowExtra/index.d.ts +1 -1
  109. package/lib/components/Card/RowExtra/index.js +14 -2
  110. package/lib/components/Card/SearchInput/index.d.ts +2 -2
  111. package/lib/components/Card/SearchInput/index.js +19 -7
  112. package/lib/components/Card/index.d.ts +1 -1
  113. package/lib/components/Card/index.js +19 -7
  114. package/lib/components/CheckTransformList/Item/index.d.ts +2 -2
  115. package/lib/components/CheckTransformList/Item/index.js +14 -2
  116. package/lib/components/CheckTransformList/index.d.ts +2 -2
  117. package/lib/components/CheckTransformList/index.js +19 -7
  118. package/lib/components/Checkbox/index.d.ts +2 -2
  119. package/lib/components/Checkbox/index.js +19 -7
  120. package/lib/components/CheckboxList/index.d.ts +1 -1
  121. package/lib/components/CheckboxList/index.js +14 -2
  122. package/lib/components/Collapse/Panel/index.d.ts +2 -2
  123. package/lib/components/Collapse/Panel/index.js +20 -7
  124. package/lib/components/Collapse/index.d.ts +2 -2
  125. package/lib/components/Collapse/index.js +30 -15
  126. package/lib/components/CollapsiblePanel/PanelContent/index.d.ts +1 -1
  127. package/lib/components/CollapsiblePanel/PanelContent/index.js +2 -2
  128. package/lib/components/CollapsiblePanel/PanelHeader/index.d.ts +1 -1
  129. package/lib/components/CollapsiblePanel/PanelHeader/index.js +1 -1
  130. package/lib/components/CollapsiblePanel/index.d.ts +1 -1
  131. package/lib/components/CollapsiblePanel/index.js +1 -1
  132. package/lib/components/ConfigProvider/context.d.ts +1 -1
  133. package/lib/components/ConfigProvider/context.js +20 -7
  134. package/lib/components/ConfigProvider/index.d.ts +2 -2
  135. package/lib/components/DateTimePicker/Base/constants.js +1 -0
  136. package/lib/components/DateTimePicker/Base/index.d.ts +4 -4
  137. package/lib/components/DateTimePicker/Base/index.js +25 -12
  138. package/lib/components/DateTimePicker/Base/relativeTimePicker.d.ts +1 -1
  139. package/lib/components/DateTimePicker/Base/relativeTimePicker.js +15 -3
  140. package/lib/components/DateTimePicker/BaseMobile/Absolute/constants.js +1 -0
  141. package/lib/components/DateTimePicker/BaseMobile/Absolute/index.d.ts +1 -1
  142. package/lib/components/DateTimePicker/BaseMobile/Absolute/index.js +4 -4
  143. package/lib/components/DateTimePicker/BaseMobile/CustomButton/index.d.ts +2 -2
  144. package/lib/components/DateTimePicker/BaseMobile/constants.js +1 -0
  145. package/lib/components/DateTimePicker/BaseMobile/index.d.ts +2 -2
  146. package/lib/components/DateTimePicker/BaseMobile/index.js +3 -2
  147. package/lib/components/DateTimePicker/Collapse/Panel/index.d.ts +1 -1
  148. package/lib/components/DateTimePicker/Collapse/Panel/index.js +19 -7
  149. package/lib/components/DateTimePicker/Collapse/index.d.ts +1 -1
  150. package/lib/components/DateTimePicker/Collapse/index.js +14 -2
  151. package/lib/components/DateTimePicker/DisplayInput/index.d.ts +1 -1
  152. package/lib/components/DateTimePicker/DisplayInput/index.js +20 -8
  153. package/lib/components/DateTimePicker/constants.js +1 -0
  154. package/lib/components/DateTimePicker/index.d.ts +1 -1
  155. package/lib/components/DateTimePicker/index.js +22 -9
  156. package/lib/components/DateTimePicker/transform.js +1 -0
  157. package/lib/components/Descriptions/index.js +19 -7
  158. package/lib/components/Drawer/CloseIcon/index.js +17 -3
  159. package/lib/components/Drawer/index.d.ts +5 -5
  160. package/lib/components/Drawer/index.js +4 -3
  161. package/lib/components/FileResumable/index.d.ts +2 -2
  162. package/lib/components/FileResumable/index.js +19 -7
  163. package/lib/components/FileResumable/utils.js +3 -1
  164. package/lib/components/Input/Password/index.d.ts +2 -2
  165. package/lib/components/Input/Password/index.js +20 -7
  166. package/lib/components/Input/TextArea/index.d.ts +2 -2
  167. package/lib/components/Input/TextArea/index.js +20 -7
  168. package/lib/components/Input/index.d.ts +4 -4
  169. package/lib/components/Input/index.js +19 -7
  170. package/lib/components/InputNumberWithUnit/index.d.ts +1 -1
  171. package/lib/components/InputNumberWithUnit/index.js +19 -7
  172. package/lib/components/KeyValuePair/index.d.ts +2 -2
  173. package/lib/components/KeyValuePair/index.js +27 -8
  174. package/lib/components/Measure/index.d.ts +2 -2
  175. package/lib/components/Menu/Option.d.ts +1 -1
  176. package/lib/components/Menu/Option.js +14 -2
  177. package/lib/components/Menu/index.d.ts +1 -1
  178. package/lib/components/Menu/index.js +20 -7
  179. package/lib/components/Modal/index.d.ts +1 -1
  180. package/lib/components/Modal/index.js +20 -8
  181. package/lib/components/NameExplainTooltip/index.d.ts +2 -2
  182. package/lib/components/NameExplainTooltip/index.js +19 -7
  183. package/lib/components/NameLimiter/index.d.ts +1 -1
  184. package/lib/components/NameLimiter/index.js +19 -7
  185. package/lib/components/OptionList/InlineOptionList/index.d.ts +2 -2
  186. package/lib/components/OptionList/InlineOptionList/index.js +14 -2
  187. package/lib/components/OptionList/OptionItem/index.d.ts +2 -2
  188. package/lib/components/OptionList/OptionItem/index.js +14 -2
  189. package/lib/components/OptionList/PopoverOptionList/index.d.ts +1 -1
  190. package/lib/components/OptionList/PopoverOptionList/index.js +19 -7
  191. package/lib/components/OptionList/constants.js +1 -0
  192. package/lib/components/OptionList/index.d.ts +1 -1
  193. package/lib/components/OptionList/index.js +23 -11
  194. package/lib/components/RadioGroup/index.d.ts +1 -1
  195. package/lib/components/RadioGroup/index.js +14 -2
  196. package/lib/components/RangeInput/index.d.ts +1 -1
  197. package/lib/components/RangeInput/index.js +19 -7
  198. package/lib/components/RangeInput/utils.js +1 -0
  199. package/lib/components/ReactSortable/index.d.ts +23 -0
  200. package/lib/components/ReactSortable/index.js +195 -0
  201. package/lib/components/RemarkName/index.d.ts +2 -2
  202. package/lib/components/RemarkName/index.js +15 -2
  203. package/lib/components/Selector/SelectorWidthChildren.d.ts +1 -1
  204. package/lib/components/Selector/SelectorWidthChildren.js +19 -7
  205. package/lib/components/Selector/index.d.ts +1 -1
  206. package/lib/components/Selector/index.js +20 -8
  207. package/lib/components/SolidRadioGroup/index.d.ts +1 -1
  208. package/lib/components/SolidRadioGroup/index.js +14 -2
  209. package/lib/components/Spin/LoadingSVG.d.ts +2 -2
  210. package/lib/components/Spin/index.d.ts +1 -1
  211. package/lib/components/Spin/index.js +1 -0
  212. package/lib/components/Steps/ControlButton/index.d.ts +1 -1
  213. package/lib/components/Steps/ControlButton/index.js +14 -2
  214. package/lib/components/Steps/Step/index.d.ts +2 -2
  215. package/lib/components/Steps/Step/index.js +14 -2
  216. package/lib/components/Steps/context.js +15 -2
  217. package/lib/components/Steps/index.d.ts +2 -2
  218. package/lib/components/Steps/index.js +19 -7
  219. package/lib/components/Style/index.d.ts +1 -1
  220. package/lib/components/Style/index.js +18 -6
  221. package/lib/components/Table/ColumnSetting/index.d.ts +1 -1
  222. package/lib/components/Table/ColumnSetting/index.js +22 -9
  223. package/lib/components/Table/ColumnTag/ColumnTag.d.ts +2 -2
  224. package/lib/components/Table/ColumnTag/ColumnTag.js +15 -2
  225. package/lib/components/Table/ResizableTitle/index.d.ts +2 -2
  226. package/lib/components/Table/constant.d.ts +7 -1
  227. package/lib/components/Table/constant.js +7 -0
  228. package/lib/components/Table/index.d.ts +15 -6
  229. package/lib/components/Table/index.js +167 -124
  230. package/lib/components/Tabs/index.d.ts +1 -1
  231. package/lib/components/Tabs/index.js +1 -0
  232. package/lib/components/TagList/Tag/index.d.ts +1 -1
  233. package/lib/components/TagList/Tag/index.js +19 -7
  234. package/lib/components/TagList/TagSwitch/index.d.ts +1 -1
  235. package/lib/components/TagList/TagSwitch/index.js +14 -2
  236. package/lib/components/TagList/index.d.ts +1 -1
  237. package/lib/components/TagList/index.js +20 -8
  238. package/lib/components/Timeline/TimelineItem/index.d.ts +1 -1
  239. package/lib/components/Timeline/TimelineItem/index.js +14 -2
  240. package/lib/components/Timeline/index.d.ts +1 -1
  241. package/lib/components/Timeline/index.js +15 -2
  242. package/lib/components/Transfer/List/index.d.ts +2 -2
  243. package/lib/components/Transfer/List/index.js +19 -7
  244. package/lib/components/Transfer/ListBody/index.d.ts +2 -2
  245. package/lib/components/Transfer/index.d.ts +2 -2
  246. package/lib/components/TreeSelector/index.d.ts +1 -1
  247. package/lib/components/TreeSelector/index.js +20 -7
  248. package/lib/constants/language/check_transform_list/en.js +1 -0
  249. package/lib/constants/language/check_transform_list/type.js +1 -0
  250. package/lib/constants/language/check_transform_list/zh.js +1 -0
  251. package/lib/constants/language/datetime/en.js +1 -0
  252. package/lib/constants/language/datetime/type.js +1 -0
  253. package/lib/constants/language/datetime/zh.js +1 -0
  254. package/lib/constants/language/en.js +1 -0
  255. package/lib/constants/language/modal/en.js +1 -0
  256. package/lib/constants/language/modal/type.js +1 -0
  257. package/lib/constants/language/modal/zh.js +1 -0
  258. package/lib/constants/language/range_input/en.js +1 -0
  259. package/lib/constants/language/range_input/type.js +1 -0
  260. package/lib/constants/language/range_input/zh.js +1 -0
  261. package/lib/constants/language/steps/en.js +1 -0
  262. package/lib/constants/language/steps/type.js +1 -0
  263. package/lib/constants/language/steps/zh.js +1 -0
  264. package/lib/constants/language/table/en.js +1 -0
  265. package/lib/constants/language/table/type.js +1 -0
  266. package/lib/constants/language/table/zh.js +1 -0
  267. package/lib/constants/language/transfer/en.js +1 -0
  268. package/lib/constants/language/transfer/type.js +1 -0
  269. package/lib/constants/language/transfer/zh.js +1 -0
  270. package/lib/constants/language/type.js +1 -0
  271. package/lib/constants/language/upload/type.js +1 -0
  272. package/lib/constants/language/zh.js +1 -0
  273. package/lib/constants/locale.js +1 -0
  274. package/lib/constants/style.js +1 -0
  275. package/lib/constants/time.js +1 -0
  276. package/lib/hoc/debounce.d.ts +1 -1
  277. package/lib/hoc/debounce.js +19 -7
  278. package/lib/hoc/modalPopupContainer.d.ts +1 -1
  279. package/lib/hoc/modalPopupContainer.js +19 -7
  280. package/lib/index.css +1587 -1587
  281. package/lib/index.d.ts +1 -0
  282. package/lib/index.js +67 -54
  283. package/lib/index.less +11 -11
  284. package/lib/style/theme.less +4 -3
  285. package/lib/utils/dom.js +1 -0
  286. package/lib/utils/env.js +1 -0
  287. package/lib/utils/language.js +1 -0
  288. package/lib/utils/languageLocale.js +1 -0
  289. package/lib/utils/time.js +17 -3
  290. package/package.json +17 -15
  291. package/CHANGELOG.json +0 -672
  292. package/CHANGELOG.md +0 -235
package/lib/index.css CHANGED
@@ -1985,6 +1985,81 @@ a.ant-btn-sm {
1985
1985
  color: inherit;
1986
1986
  vertical-align: middle;
1987
1987
  }
1988
+ .ant-breadcrumb {
1989
+ -webkit-box-sizing: border-box;
1990
+ box-sizing: border-box;
1991
+ margin: 0;
1992
+ padding: 0;
1993
+ color: rgba(0, 0, 0, 0.85);
1994
+ font-variant: tabular-nums;
1995
+ line-height: 1.5715;
1996
+ list-style: none;
1997
+ -webkit-font-feature-settings: 'tnum';
1998
+ font-feature-settings: 'tnum';
1999
+ color: rgba(0, 0, 0, 0.45);
2000
+ font-size: 14px;
2001
+ }
2002
+ .ant-breadcrumb .anticon {
2003
+ font-size: 14px;
2004
+ }
2005
+ .ant-breadcrumb a {
2006
+ color: rgba(0, 0, 0, 0.45);
2007
+ -webkit-transition: color 0.3s;
2008
+ transition: color 0.3s;
2009
+ }
2010
+ .ant-breadcrumb a:hover {
2011
+ color: #40a9ff;
2012
+ }
2013
+ .ant-breadcrumb > span:last-child {
2014
+ color: rgba(0, 0, 0, 0.85);
2015
+ }
2016
+ .ant-breadcrumb > span:last-child a {
2017
+ color: rgba(0, 0, 0, 0.85);
2018
+ }
2019
+ .ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
2020
+ display: none;
2021
+ }
2022
+ .ant-breadcrumb-separator {
2023
+ margin: 0 8px;
2024
+ color: rgba(0, 0, 0, 0.45);
2025
+ }
2026
+ .ant-breadcrumb-link > .anticon + span,
2027
+ .ant-breadcrumb-link > .anticon + a {
2028
+ margin-left: 4px;
2029
+ }
2030
+ .ant-breadcrumb-overlay-link > .anticon {
2031
+ margin-left: 4px;
2032
+ }
2033
+ .ant-breadcrumb-rtl {
2034
+ direction: rtl;
2035
+ }
2036
+ .ant-breadcrumb-rtl::before {
2037
+ display: table;
2038
+ content: '';
2039
+ }
2040
+ .ant-breadcrumb-rtl::after {
2041
+ display: table;
2042
+ clear: both;
2043
+ content: '';
2044
+ }
2045
+ .ant-breadcrumb-rtl > span {
2046
+ float: right;
2047
+ }
2048
+ .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
2049
+ .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
2050
+ margin-right: 4px;
2051
+ margin-left: 0;
2052
+ }
2053
+ .ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
2054
+ margin-right: 4px;
2055
+ margin-left: 0;
2056
+ }
2057
+ .pandora-sdk-breadcrumb {
2058
+ font-size: 14px;
2059
+ }
2060
+ .pandora-sdk-breadcrumb a {
2061
+ text-decoration: none;
2062
+ }
1988
2063
  .ant-card {
1989
2064
  -webkit-box-sizing: border-box;
1990
2065
  box-sizing: border-box;
@@ -4192,83 +4267,16 @@ textarea.ant-input {
4192
4267
  .pandora-sdk-check-transform .pandora-sdk-check-transform-checkBox .pandora-sdk-check-transform-checkbox-group {
4193
4268
  line-height: 40px;
4194
4269
  }
4195
- .ant-breadcrumb {
4196
- -webkit-box-sizing: border-box;
4197
- box-sizing: border-box;
4198
- margin: 0;
4199
- padding: 0;
4200
- color: rgba(0, 0, 0, 0.85);
4201
- font-variant: tabular-nums;
4202
- line-height: 1.5715;
4203
- list-style: none;
4204
- -webkit-font-feature-settings: 'tnum';
4205
- font-feature-settings: 'tnum';
4206
- color: rgba(0, 0, 0, 0.45);
4207
- font-size: 14px;
4208
- }
4209
- .ant-breadcrumb .anticon {
4210
- font-size: 14px;
4211
- }
4212
- .ant-breadcrumb a {
4213
- color: rgba(0, 0, 0, 0.45);
4214
- -webkit-transition: color 0.3s;
4215
- transition: color 0.3s;
4216
- }
4217
- .ant-breadcrumb a:hover {
4218
- color: #40a9ff;
4219
- }
4220
- .ant-breadcrumb > span:last-child {
4221
- color: rgba(0, 0, 0, 0.85);
4222
- }
4223
- .ant-breadcrumb > span:last-child a {
4224
- color: rgba(0, 0, 0, 0.85);
4225
- }
4226
- .ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
4227
- display: none;
4228
- }
4229
- .ant-breadcrumb-separator {
4230
- margin: 0 8px;
4231
- color: rgba(0, 0, 0, 0.45);
4232
- }
4233
- .ant-breadcrumb-link > .anticon + span,
4234
- .ant-breadcrumb-link > .anticon + a {
4235
- margin-left: 4px;
4236
- }
4237
- .ant-breadcrumb-overlay-link > .anticon {
4238
- margin-left: 4px;
4239
- }
4240
- .ant-breadcrumb-rtl {
4241
- direction: rtl;
4242
- }
4243
- .ant-breadcrumb-rtl::before {
4244
- display: table;
4245
- content: '';
4246
- }
4247
- .ant-breadcrumb-rtl::after {
4248
- display: table;
4249
- clear: both;
4250
- content: '';
4251
- }
4252
- .ant-breadcrumb-rtl > span {
4253
- float: right;
4270
+ .ant-checkbox-inner::after {
4271
+ left: 20%;
4254
4272
  }
4255
- .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
4256
- .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
4257
- margin-right: 4px;
4258
- margin-left: 0;
4273
+ .pandora-sdk-checkbox-item {
4274
+ white-space: nowrap;
4275
+ width: 100%;
4259
4276
  }
4260
- .ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
4261
- margin-right: 4px;
4277
+ .pandora-sdk-checkbox-item.ant-checkbox-wrapper {
4262
4278
  margin-left: 0;
4263
- }
4264
- .pandora-sdk-breadcrumb {
4265
- font-size: 14px;
4266
- }
4267
- .pandora-sdk-breadcrumb a {
4268
- text-decoration: none;
4269
- }
4270
- .ant-checkbox-inner::after {
4271
- left: 20%;
4279
+ line-height: 25px;
4272
4280
  }
4273
4281
  .ant-collapse {
4274
4282
  -webkit-box-sizing: border-box;
@@ -4531,14 +4539,6 @@ textarea.ant-input {
4531
4539
  padding-left: 16px;
4532
4540
  padding-right: 16px;
4533
4541
  }
4534
- .pandora-sdk-checkbox-item {
4535
- white-space: nowrap;
4536
- width: 100%;
4537
- }
4538
- .pandora-sdk-checkbox-item.ant-checkbox-wrapper {
4539
- margin-left: 0;
4540
- line-height: 25px;
4541
- }
4542
4542
  .ant-popover {
4543
4543
  -webkit-box-sizing: border-box;
4544
4544
  box-sizing: border-box;
@@ -4857,6 +4857,16 @@ textarea.ant-input {
4857
4857
  margin-right: 8px;
4858
4858
  margin-left: 0;
4859
4859
  }
4860
+ .pandora-sdk-descriptions .pandora-sdk-remark-icon {
4861
+ margin-left: 5px;
4862
+ }
4863
+ .pandora-sdk-descriptions .ant-descriptions-item-label {
4864
+ color: #999;
4865
+ }
4866
+ .pandora-sdk-descriptions .ant-descriptions-item-content {
4867
+ color: #333;
4868
+ overflow: hidden;
4869
+ }
4860
4870
  .pandora-sdk-datetime-pick-popover-root .ant-popover-inner-content {
4861
4871
  padding: 0;
4862
4872
  }
@@ -4869,16 +4879,6 @@ textarea.ant-input {
4869
4879
  .pandora-sdk-datetime-pick-popover {
4870
4880
  width: 650px;
4871
4881
  }
4872
- .pandora-sdk-descriptions .pandora-sdk-remark-icon {
4873
- margin-left: 5px;
4874
- }
4875
- .pandora-sdk-descriptions .ant-descriptions-item-label {
4876
- color: #999;
4877
- }
4878
- .pandora-sdk-descriptions .ant-descriptions-item-content {
4879
- color: #333;
4880
- overflow: hidden;
4881
- }
4882
4882
  .ant-drawer {
4883
4883
  position: fixed;
4884
4884
  z-index: 1000;
@@ -5176,6 +5176,12 @@ textarea.ant-input {
5176
5176
  .pandora-sdk-drawer-no-mask {
5177
5177
  background-color: #d9d9d9;
5178
5178
  }
5179
+ .ant-input[disabled] {
5180
+ border-color: #d9d9d9;
5181
+ }
5182
+ .ant-input-group-addon {
5183
+ color: #666;
5184
+ }
5179
5185
  .ant-upload {
5180
5186
  -webkit-box-sizing: border-box;
5181
5187
  box-sizing: border-box;
@@ -5943,12 +5949,6 @@ textarea.ant-input {
5943
5949
  .pandora-sdk-file-resumable-img.ant-upload.ant-upload-drag .ant-upload-btn {
5944
5950
  padding: 0;
5945
5951
  }
5946
- .ant-input[disabled] {
5947
- border-color: #d9d9d9;
5948
- }
5949
- .ant-input-group-addon {
5950
- color: #666;
5951
- }
5952
5952
  .ant-menu-item-danger.ant-menu-item {
5953
5953
  color: #ff4d4f;
5954
5954
  }
@@ -7236,16 +7236,7 @@ textarea.ant-input {
7236
7236
  .pandora-sdk-modal .ant-modal-footer .ant-btn-primary {
7237
7237
  color: #d9d9d9;
7238
7238
  }
7239
- .pandora-sdk-name-explain-icon {
7240
- color: inherit;
7241
- -webkit-transition: color 0.3s;
7242
- transition: color 0.3s;
7243
- }
7244
- .pandora-sdk-name-explain-icon:hover,
7245
- .pandora-sdk-name-explain-icon .ant-tooltip-open {
7246
- color: #2c6dd2;
7247
- }
7248
- .ant-tooltip {
7239
+ .ant-radio-group {
7249
7240
  -webkit-box-sizing: border-box;
7250
7241
  box-sizing: border-box;
7251
7242
  margin: 0;
@@ -7257,394 +7248,405 @@ textarea.ant-input {
7257
7248
  list-style: none;
7258
7249
  -webkit-font-feature-settings: 'tnum';
7259
7250
  font-feature-settings: 'tnum';
7260
- position: absolute;
7261
- z-index: 1070;
7262
- display: block;
7263
- width: -webkit-max-content;
7264
- width: -moz-max-content;
7265
- width: max-content;
7266
- max-width: 250px;
7267
- visibility: visible;
7251
+ display: inline-block;
7252
+ font-size: 0;
7268
7253
  }
7269
- .ant-tooltip-hidden {
7270
- display: none;
7254
+ .ant-radio-group .ant-badge-count {
7255
+ z-index: 1;
7271
7256
  }
7272
- .ant-tooltip-placement-top,
7273
- .ant-tooltip-placement-topLeft,
7274
- .ant-tooltip-placement-topRight {
7275
- padding-bottom: 8px;
7257
+ .ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
7258
+ border-left: none;
7276
7259
  }
7277
- .ant-tooltip-placement-right,
7278
- .ant-tooltip-placement-rightTop,
7279
- .ant-tooltip-placement-rightBottom {
7280
- padding-left: 8px;
7260
+ .ant-radio-wrapper {
7261
+ -webkit-box-sizing: border-box;
7262
+ box-sizing: border-box;
7263
+ margin: 0;
7264
+ padding: 0;
7265
+ color: rgba(0, 0, 0, 0.85);
7266
+ font-size: 14px;
7267
+ font-variant: tabular-nums;
7268
+ line-height: 1.5715;
7269
+ list-style: none;
7270
+ -webkit-font-feature-settings: 'tnum';
7271
+ font-feature-settings: 'tnum';
7272
+ position: relative;
7273
+ display: -webkit-inline-box;
7274
+ display: -ms-inline-flexbox;
7275
+ display: inline-flex;
7276
+ -webkit-box-align: baseline;
7277
+ -ms-flex-align: baseline;
7278
+ align-items: baseline;
7279
+ margin-right: 8px;
7280
+ cursor: pointer;
7281
7281
  }
7282
- .ant-tooltip-placement-bottom,
7283
- .ant-tooltip-placement-bottomLeft,
7284
- .ant-tooltip-placement-bottomRight {
7285
- padding-top: 8px;
7282
+ .ant-radio-wrapper::after {
7283
+ display: inline-block;
7284
+ width: 0;
7285
+ overflow: hidden;
7286
+ content: '\a0';
7286
7287
  }
7287
- .ant-tooltip-placement-left,
7288
- .ant-tooltip-placement-leftTop,
7289
- .ant-tooltip-placement-leftBottom {
7290
- padding-right: 8px;
7288
+ .ant-radio {
7289
+ -webkit-box-sizing: border-box;
7290
+ box-sizing: border-box;
7291
+ margin: 0;
7292
+ padding: 0;
7293
+ color: rgba(0, 0, 0, 0.85);
7294
+ font-size: 14px;
7295
+ font-variant: tabular-nums;
7296
+ line-height: 1.5715;
7297
+ list-style: none;
7298
+ -webkit-font-feature-settings: 'tnum';
7299
+ font-feature-settings: 'tnum';
7300
+ position: relative;
7301
+ top: 0.2em;
7302
+ display: inline-block;
7303
+ outline: none;
7304
+ cursor: pointer;
7291
7305
  }
7292
- .ant-tooltip-inner {
7293
- min-width: 30px;
7294
- min-height: 32px;
7295
- padding: 6px 8px;
7296
- color: #fff;
7297
- text-align: left;
7298
- text-decoration: none;
7299
- word-wrap: break-word;
7300
- background-color: rgba(0, 0, 0, 0.75);
7301
- border-radius: 2px;
7302
- -webkit-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);
7303
- 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);
7306
+ .ant-radio-wrapper:hover .ant-radio,
7307
+ .ant-radio:hover .ant-radio-inner,
7308
+ .ant-radio-input:focus + .ant-radio-inner {
7309
+ border-color: #1890ff;
7304
7310
  }
7305
- .ant-tooltip-arrow {
7311
+ .ant-radio-input:focus + .ant-radio-inner {
7312
+ -webkit-box-shadow: 0 0 0 3px #e6f7ff;
7313
+ box-shadow: 0 0 0 3px #e6f7ff;
7314
+ }
7315
+ .ant-radio-checked::after {
7316
+ position: absolute;
7317
+ top: 0;
7318
+ left: 0;
7319
+ width: 100%;
7320
+ height: 100%;
7321
+ border: 1px solid #1890ff;
7322
+ border-radius: 50%;
7323
+ visibility: hidden;
7324
+ -webkit-animation: antRadioEffect 0.36s ease-in-out;
7325
+ animation: antRadioEffect 0.36s ease-in-out;
7326
+ -webkit-animation-fill-mode: both;
7327
+ animation-fill-mode: both;
7328
+ content: '';
7329
+ }
7330
+ .ant-radio:hover::after,
7331
+ .ant-radio-wrapper:hover .ant-radio::after {
7332
+ visibility: visible;
7333
+ }
7334
+ .ant-radio-inner {
7335
+ position: relative;
7336
+ top: 0;
7337
+ left: 0;
7338
+ display: block;
7339
+ width: 16px;
7340
+ height: 16px;
7341
+ background-color: #fff;
7342
+ border-color: #d9d9d9;
7343
+ border-style: solid;
7344
+ border-width: 1px;
7345
+ border-radius: 50%;
7346
+ -webkit-transition: all 0.3s;
7347
+ transition: all 0.3s;
7348
+ }
7349
+ .ant-radio-inner::after {
7306
7350
  position: absolute;
7351
+ top: 3px;
7352
+ left: 3px;
7307
7353
  display: block;
7308
- width: 13.07106781px;
7309
- height: 13.07106781px;
7310
- overflow: hidden;
7311
- background: transparent;
7312
- pointer-events: none;
7354
+ width: 8px;
7355
+ height: 8px;
7356
+ background-color: #1890ff;
7357
+ border-top: 0;
7358
+ border-left: 0;
7359
+ border-radius: 8px;
7360
+ -webkit-transform: scale(0);
7361
+ transform: scale(0);
7362
+ opacity: 0;
7363
+ -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
7364
+ transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
7365
+ content: ' ';
7313
7366
  }
7314
- .ant-tooltip-arrow-content {
7367
+ .ant-radio-input {
7315
7368
  position: absolute;
7316
7369
  top: 0;
7317
7370
  right: 0;
7318
7371
  bottom: 0;
7319
7372
  left: 0;
7320
- display: block;
7321
- width: 5px;
7322
- height: 5px;
7323
- margin: auto;
7324
- background-color: rgba(0, 0, 0, 0.75);
7325
- content: '';
7326
- pointer-events: auto;
7373
+ z-index: 1;
7374
+ cursor: pointer;
7375
+ opacity: 0;
7327
7376
  }
7328
- .ant-tooltip-placement-top .ant-tooltip-arrow,
7329
- .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
7330
- .ant-tooltip-placement-topRight .ant-tooltip-arrow {
7331
- bottom: -5.07106781px;
7377
+ .ant-radio-checked .ant-radio-inner {
7378
+ border-color: #1890ff;
7332
7379
  }
7333
- .ant-tooltip-placement-top .ant-tooltip-arrow-content,
7334
- .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
7335
- .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
7336
- -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7337
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7338
- -webkit-transform: translateY(-6.53553391px) rotate(45deg);
7339
- transform: translateY(-6.53553391px) rotate(45deg);
7380
+ .ant-radio-checked .ant-radio-inner::after {
7381
+ -webkit-transform: scale(1);
7382
+ transform: scale(1);
7383
+ opacity: 1;
7384
+ -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
7385
+ transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
7340
7386
  }
7341
- .ant-tooltip-placement-top .ant-tooltip-arrow {
7342
- left: 50%;
7343
- -webkit-transform: translateX(-50%);
7344
- transform: translateX(-50%);
7387
+ .ant-radio-disabled {
7388
+ cursor: not-allowed;
7345
7389
  }
7346
- .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
7347
- left: 13px;
7390
+ .ant-radio-disabled .ant-radio-inner {
7391
+ background-color: #f5f5f5;
7392
+ border-color: #d9d9d9 !important;
7393
+ cursor: not-allowed;
7348
7394
  }
7349
- .ant-tooltip-placement-topRight .ant-tooltip-arrow {
7350
- right: 13px;
7395
+ .ant-radio-disabled .ant-radio-inner::after {
7396
+ background-color: rgba(0, 0, 0, 0.2);
7351
7397
  }
7352
- .ant-tooltip-placement-right .ant-tooltip-arrow,
7353
- .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
7354
- .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
7355
- left: -5.07106781px;
7398
+ .ant-radio-disabled .ant-radio-input {
7399
+ cursor: not-allowed;
7356
7400
  }
7357
- .ant-tooltip-placement-right .ant-tooltip-arrow-content,
7358
- .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
7359
- .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
7360
- -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
7361
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
7362
- -webkit-transform: translateX(6.53553391px) rotate(45deg);
7363
- transform: translateX(6.53553391px) rotate(45deg);
7401
+ .ant-radio-disabled + span {
7402
+ color: rgba(0, 0, 0, 0.25);
7403
+ cursor: not-allowed;
7364
7404
  }
7365
- .ant-tooltip-placement-right .ant-tooltip-arrow {
7366
- top: 50%;
7367
- -webkit-transform: translateY(-50%);
7368
- transform: translateY(-50%);
7405
+ span.ant-radio + * {
7406
+ padding-right: 8px;
7407
+ padding-left: 8px;
7369
7408
  }
7370
- .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
7371
- top: 5px;
7409
+ .ant-radio-button-wrapper {
7410
+ position: relative;
7411
+ display: inline-block;
7412
+ height: 32px;
7413
+ margin: 0;
7414
+ padding: 0 15px;
7415
+ color: rgba(0, 0, 0, 0.85);
7416
+ font-size: 14px;
7417
+ line-height: 30px;
7418
+ background: #fff;
7419
+ border: 1px solid #d9d9d9;
7420
+ border-top-width: 1.02px;
7421
+ border-left-width: 0;
7422
+ cursor: pointer;
7423
+ -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
7424
+ transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
7425
+ transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
7426
+ transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
7372
7427
  }
7373
- .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
7374
- bottom: 5px;
7428
+ .ant-radio-button-wrapper a {
7429
+ color: rgba(0, 0, 0, 0.85);
7375
7430
  }
7376
- .ant-tooltip-placement-left .ant-tooltip-arrow,
7377
- .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
7378
- .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
7379
- right: -5.07106781px;
7431
+ .ant-radio-button-wrapper > .ant-radio-button {
7432
+ position: absolute;
7433
+ top: 0;
7434
+ left: 0;
7435
+ z-index: -1;
7436
+ width: 100%;
7437
+ height: 100%;
7380
7438
  }
7381
- .ant-tooltip-placement-left .ant-tooltip-arrow-content,
7382
- .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
7383
- .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
7384
- -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
7385
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
7386
- -webkit-transform: translateX(-6.53553391px) rotate(45deg);
7387
- transform: translateX(-6.53553391px) rotate(45deg);
7439
+ .ant-radio-group-large .ant-radio-button-wrapper {
7440
+ height: 40px;
7441
+ font-size: 16px;
7442
+ line-height: 38px;
7388
7443
  }
7389
- .ant-tooltip-placement-left .ant-tooltip-arrow {
7390
- top: 50%;
7391
- -webkit-transform: translateY(-50%);
7392
- transform: translateY(-50%);
7444
+ .ant-radio-group-small .ant-radio-button-wrapper {
7445
+ height: 24px;
7446
+ padding: 0 7px;
7447
+ line-height: 22px;
7393
7448
  }
7394
- .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
7395
- top: 5px;
7449
+ .ant-radio-button-wrapper:not(:first-child)::before {
7450
+ position: absolute;
7451
+ top: -1px;
7452
+ left: -1px;
7453
+ display: block;
7454
+ -webkit-box-sizing: content-box;
7455
+ box-sizing: content-box;
7456
+ width: 1px;
7457
+ height: 100%;
7458
+ padding: 1px 0;
7459
+ background-color: #d9d9d9;
7460
+ -webkit-transition: background-color 0.3s;
7461
+ transition: background-color 0.3s;
7462
+ content: '';
7396
7463
  }
7397
- .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
7398
- bottom: 5px;
7464
+ .ant-radio-button-wrapper:first-child {
7465
+ border-left: 1px solid #d9d9d9;
7466
+ border-radius: 2px 0 0 2px;
7399
7467
  }
7400
- .ant-tooltip-placement-bottom .ant-tooltip-arrow,
7401
- .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
7402
- .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
7403
- top: -5.07106781px;
7468
+ .ant-radio-button-wrapper:last-child {
7469
+ border-radius: 0 2px 2px 0;
7404
7470
  }
7405
- .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
7406
- .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
7407
- .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
7408
- -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
7409
- box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
7410
- -webkit-transform: translateY(6.53553391px) rotate(45deg);
7411
- transform: translateY(6.53553391px) rotate(45deg);
7471
+ .ant-radio-button-wrapper:first-child:last-child {
7472
+ border-radius: 2px;
7412
7473
  }
7413
- .ant-tooltip-placement-bottom .ant-tooltip-arrow {
7414
- left: 50%;
7415
- -webkit-transform: translateX(-50%);
7416
- transform: translateX(-50%);
7474
+ .ant-radio-button-wrapper:hover {
7475
+ position: relative;
7476
+ color: #1890ff;
7417
7477
  }
7418
- .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
7419
- left: 13px;
7478
+ .ant-radio-button-wrapper:focus-within {
7479
+ -webkit-box-shadow: 0 0 0 3px #e6f7ff;
7480
+ box-shadow: 0 0 0 3px #e6f7ff;
7420
7481
  }
7421
- .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
7422
- right: 13px;
7482
+ .ant-radio-button-wrapper .ant-radio-inner,
7483
+ .ant-radio-button-wrapper input[type='checkbox'],
7484
+ .ant-radio-button-wrapper input[type='radio'] {
7485
+ width: 0;
7486
+ height: 0;
7487
+ opacity: 0;
7488
+ pointer-events: none;
7423
7489
  }
7424
- .ant-tooltip-pink .ant-tooltip-inner {
7425
- background-color: #eb2f96;
7490
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
7491
+ z-index: 1;
7492
+ color: #1890ff;
7493
+ background: #fff;
7494
+ border-color: #1890ff;
7426
7495
  }
7427
- .ant-tooltip-pink .ant-tooltip-arrow-content {
7428
- background-color: #eb2f96;
7496
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
7497
+ background-color: #1890ff;
7429
7498
  }
7430
- .ant-tooltip-magenta .ant-tooltip-inner {
7431
- background-color: #eb2f96;
7499
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
7500
+ border-color: #1890ff;
7432
7501
  }
7433
- .ant-tooltip-magenta .ant-tooltip-arrow-content {
7434
- background-color: #eb2f96;
7502
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
7503
+ color: #40a9ff;
7504
+ border-color: #40a9ff;
7435
7505
  }
7436
- .ant-tooltip-red .ant-tooltip-inner {
7437
- background-color: #f5222d;
7506
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
7507
+ background-color: #40a9ff;
7438
7508
  }
7439
- .ant-tooltip-red .ant-tooltip-arrow-content {
7440
- background-color: #f5222d;
7509
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
7510
+ color: #096dd9;
7511
+ border-color: #096dd9;
7441
7512
  }
7442
- .ant-tooltip-volcano .ant-tooltip-inner {
7443
- background-color: #fa541c;
7513
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
7514
+ background-color: #096dd9;
7444
7515
  }
7445
- .ant-tooltip-volcano .ant-tooltip-arrow-content {
7446
- background-color: #fa541c;
7516
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
7517
+ -webkit-box-shadow: 0 0 0 3px #e6f7ff;
7518
+ box-shadow: 0 0 0 3px #e6f7ff;
7447
7519
  }
7448
- .ant-tooltip-orange .ant-tooltip-inner {
7449
- background-color: #fa8c16;
7520
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
7521
+ color: #fff;
7522
+ background: #1890ff;
7523
+ border-color: #1890ff;
7450
7524
  }
7451
- .ant-tooltip-orange .ant-tooltip-arrow-content {
7452
- background-color: #fa8c16;
7525
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
7526
+ color: #fff;
7527
+ background: #40a9ff;
7528
+ border-color: #40a9ff;
7453
7529
  }
7454
- .ant-tooltip-yellow .ant-tooltip-inner {
7455
- background-color: #fadb14;
7530
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
7531
+ color: #fff;
7532
+ background: #096dd9;
7533
+ border-color: #096dd9;
7456
7534
  }
7457
- .ant-tooltip-yellow .ant-tooltip-arrow-content {
7458
- background-color: #fadb14;
7535
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
7536
+ -webkit-box-shadow: 0 0 0 3px #e6f7ff;
7537
+ box-shadow: 0 0 0 3px #e6f7ff;
7459
7538
  }
7460
- .ant-tooltip-gold .ant-tooltip-inner {
7461
- background-color: #faad14;
7539
+ .ant-radio-button-wrapper-disabled {
7540
+ color: rgba(0, 0, 0, 0.25);
7541
+ background-color: #f5f5f5;
7542
+ border-color: #d9d9d9;
7543
+ cursor: not-allowed;
7462
7544
  }
7463
- .ant-tooltip-gold .ant-tooltip-arrow-content {
7464
- background-color: #faad14;
7545
+ .ant-radio-button-wrapper-disabled:first-child,
7546
+ .ant-radio-button-wrapper-disabled:hover {
7547
+ color: rgba(0, 0, 0, 0.25);
7548
+ background-color: #f5f5f5;
7549
+ border-color: #d9d9d9;
7465
7550
  }
7466
- .ant-tooltip-cyan .ant-tooltip-inner {
7467
- background-color: #13c2c2;
7551
+ .ant-radio-button-wrapper-disabled:first-child {
7552
+ border-left-color: #d9d9d9;
7468
7553
  }
7469
- .ant-tooltip-cyan .ant-tooltip-arrow-content {
7470
- background-color: #13c2c2;
7554
+ .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
7555
+ color: rgba(0, 0, 0, 0.25);
7556
+ background-color: #e6e6e6;
7557
+ border-color: #d9d9d9;
7558
+ -webkit-box-shadow: none;
7559
+ box-shadow: none;
7471
7560
  }
7472
- .ant-tooltip-lime .ant-tooltip-inner {
7473
- background-color: #a0d911;
7561
+ @-webkit-keyframes antRadioEffect {
7562
+ 0% {
7563
+ -webkit-transform: scale(1);
7564
+ transform: scale(1);
7565
+ opacity: 0.5;
7566
+ }
7567
+ 100% {
7568
+ -webkit-transform: scale(1.6);
7569
+ transform: scale(1.6);
7570
+ opacity: 0;
7571
+ }
7474
7572
  }
7475
- .ant-tooltip-lime .ant-tooltip-arrow-content {
7476
- background-color: #a0d911;
7573
+ @keyframes antRadioEffect {
7574
+ 0% {
7575
+ -webkit-transform: scale(1);
7576
+ transform: scale(1);
7577
+ opacity: 0.5;
7578
+ }
7579
+ 100% {
7580
+ -webkit-transform: scale(1.6);
7581
+ transform: scale(1.6);
7582
+ opacity: 0;
7583
+ }
7477
7584
  }
7478
- .ant-tooltip-green .ant-tooltip-inner {
7479
- background-color: #52c41a;
7585
+ .ant-radio-group.ant-radio-group-rtl {
7586
+ direction: rtl;
7480
7587
  }
7481
- .ant-tooltip-green .ant-tooltip-arrow-content {
7482
- background-color: #52c41a;
7588
+ .ant-radio-wrapper.ant-radio-wrapper-rtl {
7589
+ margin-right: 0;
7590
+ margin-left: 8px;
7591
+ direction: rtl;
7483
7592
  }
7484
- .ant-tooltip-blue .ant-tooltip-inner {
7485
- background-color: #1890ff;
7593
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
7594
+ border-right-width: 0;
7595
+ border-left-width: 1px;
7486
7596
  }
7487
- .ant-tooltip-blue .ant-tooltip-arrow-content {
7488
- background-color: #1890ff;
7597
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
7598
+ right: -1px;
7599
+ left: 0;
7489
7600
  }
7490
- .ant-tooltip-geekblue .ant-tooltip-inner {
7491
- background-color: #2f54eb;
7601
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
7602
+ border-right: 1px solid #d9d9d9;
7603
+ border-radius: 0 2px 2px 0;
7492
7604
  }
7493
- .ant-tooltip-geekblue .ant-tooltip-arrow-content {
7494
- background-color: #2f54eb;
7605
+ .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
7606
+ border-right-color: #40a9ff;
7495
7607
  }
7496
- .ant-tooltip-purple .ant-tooltip-inner {
7497
- background-color: #722ed1;
7608
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
7609
+ border-radius: 2px 0 0 2px;
7498
7610
  }
7499
- .ant-tooltip-purple .ant-tooltip-arrow-content {
7500
- background-color: #722ed1;
7611
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
7612
+ border-right-color: #d9d9d9;
7501
7613
  }
7502
- .ant-tooltip-rtl {
7503
- direction: rtl;
7614
+ .pandora-sdk-solid-radio-group .ant-radio-button-wrapper:not(.pandora-sdk-solid-radio-group .ant-radio-button-wrapper-checked)::before {
7615
+ background-color: #bfbfbf;
7504
7616
  }
7505
- .ant-tooltip-rtl .ant-tooltip-inner {
7506
- text-align: right;
7617
+ .pandora-sdk-solid-radio-group .ant-radio-button-wrapper {
7618
+ padding: 0 12px;
7507
7619
  }
7508
- .pandora-sdk-name-limit {
7509
- max-width: 100%;
7510
- display: inline-block;
7511
- vertical-align: top;
7512
- white-space: nowrap;
7513
- text-overflow: ellipsis;
7514
- overflow: hidden;
7620
+ .pandora-sdk-solid-radio-group .ant-radio-button-wrapper:not(.pandora-sdk-solid-radio-group .ant-radio-button-wrapper-checked) {
7621
+ border-color: #d9d9d9;
7515
7622
  }
7516
- .pandora-sdk-name-limit-tooltip .ant-tooltip-inner {
7517
- max-width: 400px;
7518
- max-height: 200px;
7519
- overflow: auto;
7623
+ .pandora-sdk-solid-radio-group .ant-radio-button-wrapper:focus-within {
7624
+ -webkit-box-shadow: unset;
7625
+ box-shadow: unset;
7520
7626
  }
7521
- .ant-input-number {
7627
+ .pandora-sdk-solid-radio-group .ant-radio:not(.pandora-sdk-solid-radio-group .ant-radio-checked) .ant-radio-inner {
7628
+ border-color: #d9d9d9;
7629
+ }
7630
+ .pandora-sdk-solid-radio-group .ant-radio .ant-radio-inner {
7522
7631
  -webkit-box-sizing: border-box;
7523
7632
  box-sizing: border-box;
7524
- font-variant: tabular-nums;
7525
- list-style: none;
7526
- -webkit-font-feature-settings: 'tnum';
7527
- font-feature-settings: 'tnum';
7528
- position: relative;
7529
- width: 100%;
7530
- min-width: 0;
7531
- padding: 4px 11px;
7532
- color: rgba(0, 0, 0, 0.85);
7533
- font-size: 14px;
7534
- line-height: 1.5715;
7535
- background-color: #fff;
7536
- background-image: none;
7537
- -webkit-transition: all 0.3s;
7538
- transition: all 0.3s;
7539
- /* stylelint-disable-next-line selector-no-vendor-prefix */
7540
- display: inline-block;
7541
- width: 90px;
7542
- margin: 0;
7543
- padding: 0;
7544
- border: 1px solid #d9d9d9;
7545
- border-radius: 2px;
7546
7633
  }
7547
- .ant-input-number::-moz-placeholder {
7548
- opacity: 1;
7634
+ .pandora-sdk-solid-radio-group .ant-radio .ant-radio-checked .ant-radio-inner {
7635
+ border-color: #2c6dd2;
7549
7636
  }
7550
- .ant-input-number::-webkit-input-placeholder {
7551
- color: #bfbfbf;
7552
- -webkit-user-select: none;
7553
- user-select: none;
7637
+ .pandora-sdk-solid-radio-group .ant-radio .ant-radio-checked .ant-radio-inner::after {
7638
+ background-color: #2c6dd2;
7554
7639
  }
7555
- .ant-input-number::-ms-input-placeholder {
7556
- color: #bfbfbf;
7557
- -ms-user-select: none;
7558
- user-select: none;
7640
+ .pandora-sdk-name-explain-icon {
7641
+ color: inherit;
7642
+ -webkit-transition: color 0.3s;
7643
+ transition: color 0.3s;
7559
7644
  }
7560
- .ant-input-number::placeholder {
7561
- color: #bfbfbf;
7562
- -webkit-user-select: none;
7563
- -moz-user-select: none;
7564
- -ms-user-select: none;
7565
- user-select: none;
7645
+ .pandora-sdk-name-explain-icon:hover,
7646
+ .pandora-sdk-name-explain-icon .ant-tooltip-open {
7647
+ color: #2c6dd2;
7566
7648
  }
7567
- .ant-input-number:placeholder-shown {
7568
- text-overflow: ellipsis;
7569
- }
7570
- .ant-input-number:hover {
7571
- border-color: #40a9ff;
7572
- border-right-width: 1px !important;
7573
- }
7574
- .ant-input-rtl .ant-input-number:hover {
7575
- border-right-width: 0;
7576
- border-left-width: 1px !important;
7577
- }
7578
- .ant-input-number:focus,
7579
- .ant-input-number-focused {
7580
- border-color: #40a9ff;
7581
- -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
7582
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
7583
- border-right-width: 1px !important;
7584
- outline: 0;
7585
- }
7586
- .ant-input-rtl .ant-input-number:focus,
7587
- .ant-input-rtl .ant-input-number-focused {
7588
- border-right-width: 0;
7589
- border-left-width: 1px !important;
7590
- }
7591
- .ant-input-number-disabled {
7592
- color: rgba(0, 0, 0, 0.25);
7593
- background-color: #f5f5f5;
7594
- border-color: #d9d9d9;
7595
- -webkit-box-shadow: none;
7596
- box-shadow: none;
7597
- cursor: not-allowed;
7598
- opacity: 1;
7599
- }
7600
- .ant-input-number-disabled:hover {
7601
- border-color: #d9d9d9;
7602
- border-right-width: 1px !important;
7603
- }
7604
- .ant-input-number[disabled] {
7605
- color: rgba(0, 0, 0, 0.25);
7606
- background-color: #f5f5f5;
7607
- border-color: #d9d9d9;
7608
- -webkit-box-shadow: none;
7609
- box-shadow: none;
7610
- cursor: not-allowed;
7611
- opacity: 1;
7612
- }
7613
- .ant-input-number[disabled]:hover {
7614
- border-color: #d9d9d9;
7615
- border-right-width: 1px !important;
7616
- }
7617
- .ant-input-number-borderless,
7618
- .ant-input-number-borderless:hover,
7619
- .ant-input-number-borderless:focus,
7620
- .ant-input-number-borderless-focused,
7621
- .ant-input-number-borderless-disabled,
7622
- .ant-input-number-borderless[disabled] {
7623
- background-color: transparent;
7624
- border: none;
7625
- -webkit-box-shadow: none;
7626
- box-shadow: none;
7627
- }
7628
- textarea.ant-input-number {
7629
- max-width: 100%;
7630
- height: auto;
7631
- min-height: 32px;
7632
- line-height: 1.5715;
7633
- vertical-align: bottom;
7634
- -webkit-transition: all 0.3s, height 0s;
7635
- transition: all 0.3s, height 0s;
7636
- }
7637
- .ant-input-number-lg {
7638
- padding: 6.5px 11px;
7639
- font-size: 16px;
7640
- }
7641
- .ant-input-number-sm {
7642
- padding: 0px 7px;
7643
- }
7644
- .ant-input-number-rtl {
7645
- direction: rtl;
7646
- }
7647
- .ant-input-number-group {
7649
+ .ant-tooltip {
7648
7650
  -webkit-box-sizing: border-box;
7649
7651
  box-sizing: border-box;
7650
7652
  margin: 0;
@@ -7656,388 +7658,325 @@ textarea.ant-input-number {
7656
7658
  list-style: none;
7657
7659
  -webkit-font-feature-settings: 'tnum';
7658
7660
  font-feature-settings: 'tnum';
7659
- position: relative;
7660
- display: table;
7661
- width: 100%;
7662
- border-collapse: separate;
7663
- border-spacing: 0;
7661
+ position: absolute;
7662
+ z-index: 1070;
7663
+ display: block;
7664
+ width: -webkit-max-content;
7665
+ width: -moz-max-content;
7666
+ width: max-content;
7667
+ max-width: 250px;
7668
+ visibility: visible;
7664
7669
  }
7665
- .ant-input-number-group[class*='col-'] {
7666
- float: none;
7667
- padding-right: 0;
7668
- padding-left: 0;
7670
+ .ant-tooltip-hidden {
7671
+ display: none;
7669
7672
  }
7670
- .ant-input-number-group > [class*='col-'] {
7671
- padding-right: 8px;
7673
+ .ant-tooltip-placement-top,
7674
+ .ant-tooltip-placement-topLeft,
7675
+ .ant-tooltip-placement-topRight {
7676
+ padding-bottom: 8px;
7672
7677
  }
7673
- .ant-input-number-group > [class*='col-']:last-child {
7674
- padding-right: 0;
7678
+ .ant-tooltip-placement-right,
7679
+ .ant-tooltip-placement-rightTop,
7680
+ .ant-tooltip-placement-rightBottom {
7681
+ padding-left: 8px;
7675
7682
  }
7676
- .ant-input-number-group-addon,
7677
- .ant-input-number-group-wrap,
7678
- .ant-input-number-group > .ant-input-number {
7679
- display: table-cell;
7683
+ .ant-tooltip-placement-bottom,
7684
+ .ant-tooltip-placement-bottomLeft,
7685
+ .ant-tooltip-placement-bottomRight {
7686
+ padding-top: 8px;
7680
7687
  }
7681
- .ant-input-number-group-addon:not(:first-child):not(:last-child),
7682
- .ant-input-number-group-wrap:not(:first-child):not(:last-child),
7683
- .ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
7684
- border-radius: 0;
7688
+ .ant-tooltip-placement-left,
7689
+ .ant-tooltip-placement-leftTop,
7690
+ .ant-tooltip-placement-leftBottom {
7691
+ padding-right: 8px;
7685
7692
  }
7686
- .ant-input-number-group-addon,
7687
- .ant-input-number-group-wrap {
7688
- width: 1px;
7689
- white-space: nowrap;
7690
- vertical-align: middle;
7693
+ .ant-tooltip-inner {
7694
+ min-width: 30px;
7695
+ min-height: 32px;
7696
+ padding: 6px 8px;
7697
+ color: #fff;
7698
+ text-align: left;
7699
+ text-decoration: none;
7700
+ word-wrap: break-word;
7701
+ background-color: rgba(0, 0, 0, 0.75);
7702
+ border-radius: 2px;
7703
+ -webkit-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);
7704
+ 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);
7691
7705
  }
7692
- .ant-input-number-group-wrap > * {
7693
- display: block !important;
7706
+ .ant-tooltip-arrow {
7707
+ position: absolute;
7708
+ display: block;
7709
+ width: 13.07106781px;
7710
+ height: 13.07106781px;
7711
+ overflow: hidden;
7712
+ background: transparent;
7713
+ pointer-events: none;
7694
7714
  }
7695
- .ant-input-number-group .ant-input-number {
7696
- float: left;
7697
- width: 100%;
7698
- margin-bottom: 0;
7699
- text-align: inherit;
7715
+ .ant-tooltip-arrow-content {
7716
+ position: absolute;
7717
+ top: 0;
7718
+ right: 0;
7719
+ bottom: 0;
7720
+ left: 0;
7721
+ display: block;
7722
+ width: 5px;
7723
+ height: 5px;
7724
+ margin: auto;
7725
+ background-color: rgba(0, 0, 0, 0.75);
7726
+ content: '';
7727
+ pointer-events: auto;
7700
7728
  }
7701
- .ant-input-number-group .ant-input-number:focus {
7702
- z-index: 1;
7703
- border-right-width: 1px;
7729
+ .ant-tooltip-placement-top .ant-tooltip-arrow,
7730
+ .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
7731
+ .ant-tooltip-placement-topRight .ant-tooltip-arrow {
7732
+ bottom: -5.07106781px;
7704
7733
  }
7705
- .ant-input-number-group .ant-input-number:hover {
7706
- z-index: 1;
7707
- border-right-width: 1px;
7734
+ .ant-tooltip-placement-top .ant-tooltip-arrow-content,
7735
+ .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
7736
+ .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
7737
+ -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7738
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7739
+ -webkit-transform: translateY(-6.53553391px) rotate(45deg);
7740
+ transform: translateY(-6.53553391px) rotate(45deg);
7708
7741
  }
7709
- .ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
7710
- z-index: 0;
7742
+ .ant-tooltip-placement-top .ant-tooltip-arrow {
7743
+ left: 50%;
7744
+ -webkit-transform: translateX(-50%);
7745
+ transform: translateX(-50%);
7711
7746
  }
7712
- .ant-input-number-group-addon {
7713
- position: relative;
7714
- padding: 0 11px;
7715
- color: rgba(0, 0, 0, 0.85);
7716
- font-weight: normal;
7717
- font-size: 14px;
7718
- text-align: center;
7719
- background-color: #fafafa;
7720
- border: 1px solid #d9d9d9;
7721
- border-radius: 2px;
7722
- -webkit-transition: all 0.3s;
7723
- transition: all 0.3s;
7747
+ .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
7748
+ left: 13px;
7724
7749
  }
7725
- .ant-input-number-group-addon .ant-select {
7726
- margin: -5px -11px;
7750
+ .ant-tooltip-placement-topRight .ant-tooltip-arrow {
7751
+ right: 13px;
7727
7752
  }
7728
- .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
7729
- background-color: inherit;
7730
- border: 1px solid transparent;
7731
- -webkit-box-shadow: none;
7732
- box-shadow: none;
7753
+ .ant-tooltip-placement-right .ant-tooltip-arrow,
7754
+ .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
7755
+ .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
7756
+ left: -5.07106781px;
7733
7757
  }
7734
- .ant-input-number-group-addon .ant-select-open .ant-select-selector,
7735
- .ant-input-number-group-addon .ant-select-focused .ant-select-selector {
7736
- color: #1890ff;
7758
+ .ant-tooltip-placement-right .ant-tooltip-arrow-content,
7759
+ .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
7760
+ .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
7761
+ -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
7762
+ box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
7763
+ -webkit-transform: translateX(6.53553391px) rotate(45deg);
7764
+ transform: translateX(6.53553391px) rotate(45deg);
7737
7765
  }
7738
- .ant-input-number-group-addon .ant-cascader-picker {
7739
- margin: -9px -12px;
7740
- background-color: transparent;
7766
+ .ant-tooltip-placement-right .ant-tooltip-arrow {
7767
+ top: 50%;
7768
+ -webkit-transform: translateY(-50%);
7769
+ transform: translateY(-50%);
7741
7770
  }
7742
- .ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
7743
- text-align: left;
7744
- border: 0;
7745
- -webkit-box-shadow: none;
7746
- box-shadow: none;
7771
+ .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
7772
+ top: 5px;
7747
7773
  }
7748
- .ant-input-number-group > .ant-input-number:first-child,
7749
- .ant-input-number-group-addon:first-child {
7750
- border-top-right-radius: 0;
7751
- border-bottom-right-radius: 0;
7774
+ .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
7775
+ bottom: 5px;
7752
7776
  }
7753
- .ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
7754
- .ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
7755
- border-top-right-radius: 0;
7756
- border-bottom-right-radius: 0;
7757
- }
7758
- .ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
7759
- border-top-left-radius: 0;
7760
- border-bottom-left-radius: 0;
7761
- }
7762
- .ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
7763
- border-top-right-radius: 0;
7764
- border-bottom-right-radius: 0;
7765
- }
7766
- .ant-input-number-group-addon:first-child {
7767
- border-right: 0;
7768
- }
7769
- .ant-input-number-group-addon:last-child {
7770
- border-left: 0;
7771
- }
7772
- .ant-input-number-group > .ant-input-number:last-child,
7773
- .ant-input-number-group-addon:last-child {
7774
- border-top-left-radius: 0;
7775
- border-bottom-left-radius: 0;
7777
+ .ant-tooltip-placement-left .ant-tooltip-arrow,
7778
+ .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
7779
+ .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
7780
+ right: -5.07106781px;
7776
7781
  }
7777
- .ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
7778
- .ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
7779
- border-top-left-radius: 0;
7780
- border-bottom-left-radius: 0;
7782
+ .ant-tooltip-placement-left .ant-tooltip-arrow-content,
7783
+ .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
7784
+ .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
7785
+ -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
7786
+ box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
7787
+ -webkit-transform: translateX(-6.53553391px) rotate(45deg);
7788
+ transform: translateX(-6.53553391px) rotate(45deg);
7781
7789
  }
7782
- .ant-input-number-group-lg .ant-input-number,
7783
- .ant-input-number-group-lg > .ant-input-number-group-addon {
7784
- padding: 6.5px 11px;
7785
- font-size: 16px;
7790
+ .ant-tooltip-placement-left .ant-tooltip-arrow {
7791
+ top: 50%;
7792
+ -webkit-transform: translateY(-50%);
7793
+ transform: translateY(-50%);
7786
7794
  }
7787
- .ant-input-number-group-sm .ant-input-number,
7788
- .ant-input-number-group-sm > .ant-input-number-group-addon {
7789
- padding: 0px 7px;
7795
+ .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
7796
+ top: 5px;
7790
7797
  }
7791
- .ant-input-number-group-lg .ant-select-single .ant-select-selector {
7792
- height: 40px;
7798
+ .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
7799
+ bottom: 5px;
7793
7800
  }
7794
- .ant-input-number-group-sm .ant-select-single .ant-select-selector {
7795
- height: 24px;
7801
+ .ant-tooltip-placement-bottom .ant-tooltip-arrow,
7802
+ .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
7803
+ .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
7804
+ top: -5.07106781px;
7796
7805
  }
7797
- .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
7798
- border-top-right-radius: 0;
7799
- border-bottom-right-radius: 0;
7806
+ .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
7807
+ .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
7808
+ .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
7809
+ -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
7810
+ box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
7811
+ -webkit-transform: translateY(6.53553391px) rotate(45deg);
7812
+ transform: translateY(6.53553391px) rotate(45deg);
7800
7813
  }
7801
- .ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
7802
- border-top-left-radius: 2px;
7803
- border-bottom-left-radius: 2px;
7814
+ .ant-tooltip-placement-bottom .ant-tooltip-arrow {
7815
+ left: 50%;
7816
+ -webkit-transform: translateX(-50%);
7817
+ transform: translateX(-50%);
7804
7818
  }
7805
- .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
7806
- .ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
7807
- border-top-left-radius: 0;
7808
- border-bottom-left-radius: 0;
7819
+ .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
7820
+ left: 13px;
7809
7821
  }
7810
- .ant-input-number-group.ant-input-number-group-compact {
7811
- display: block;
7822
+ .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
7823
+ right: 13px;
7812
7824
  }
7813
- .ant-input-number-group.ant-input-number-group-compact::before {
7814
- display: table;
7815
- content: '';
7825
+ .ant-tooltip-pink .ant-tooltip-inner {
7826
+ background-color: #eb2f96;
7816
7827
  }
7817
- .ant-input-number-group.ant-input-number-group-compact::after {
7818
- display: table;
7819
- clear: both;
7820
- content: '';
7828
+ .ant-tooltip-pink .ant-tooltip-arrow-content {
7829
+ background-color: #eb2f96;
7821
7830
  }
7822
- .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
7823
- .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
7824
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
7825
- border-right-width: 1px;
7831
+ .ant-tooltip-magenta .ant-tooltip-inner {
7832
+ background-color: #eb2f96;
7826
7833
  }
7827
- .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
7828
- .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
7829
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
7830
- z-index: 1;
7834
+ .ant-tooltip-magenta .ant-tooltip-arrow-content {
7835
+ background-color: #eb2f96;
7831
7836
  }
7832
- .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
7833
- .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
7834
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
7835
- z-index: 1;
7837
+ .ant-tooltip-red .ant-tooltip-inner {
7838
+ background-color: #f5222d;
7836
7839
  }
7837
- .ant-input-number-group.ant-input-number-group-compact > * {
7838
- display: inline-block;
7839
- float: none;
7840
- vertical-align: top;
7841
- border-radius: 0;
7840
+ .ant-tooltip-red .ant-tooltip-arrow-content {
7841
+ background-color: #f5222d;
7842
7842
  }
7843
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
7844
- display: -webkit-inline-box;
7845
- display: -ms-inline-flexbox;
7846
- display: inline-flex;
7843
+ .ant-tooltip-volcano .ant-tooltip-inner {
7844
+ background-color: #fa541c;
7847
7845
  }
7848
- .ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
7849
- display: -webkit-inline-box;
7850
- display: -ms-inline-flexbox;
7851
- display: inline-flex;
7846
+ .ant-tooltip-volcano .ant-tooltip-arrow-content {
7847
+ background-color: #fa541c;
7852
7848
  }
7853
- .ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
7854
- margin-right: -1px;
7855
- border-right-width: 1px;
7849
+ .ant-tooltip-orange .ant-tooltip-inner {
7850
+ background-color: #fa8c16;
7856
7851
  }
7857
- .ant-input-number-group.ant-input-number-group-compact .ant-input-number {
7858
- float: none;
7852
+ .ant-tooltip-orange .ant-tooltip-arrow-content {
7853
+ background-color: #fa8c16;
7859
7854
  }
7860
- .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
7861
- .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
7862
- .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
7863
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
7864
- border-right-width: 1px;
7865
- border-radius: 0;
7855
+ .ant-tooltip-yellow .ant-tooltip-inner {
7856
+ background-color: #fadb14;
7866
7857
  }
7867
- .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
7868
- .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
7869
- .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
7870
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
7871
- z-index: 1;
7858
+ .ant-tooltip-yellow .ant-tooltip-arrow-content {
7859
+ background-color: #fadb14;
7872
7860
  }
7873
- .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
7874
- .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
7875
- .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
7876
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
7877
- z-index: 1;
7861
+ .ant-tooltip-gold .ant-tooltip-inner {
7862
+ background-color: #faad14;
7878
7863
  }
7879
- .ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
7880
- z-index: 1;
7864
+ .ant-tooltip-gold .ant-tooltip-arrow-content {
7865
+ background-color: #faad14;
7881
7866
  }
7882
- .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
7883
- z-index: 1;
7867
+ .ant-tooltip-cyan .ant-tooltip-inner {
7868
+ background-color: #13c2c2;
7884
7869
  }
7885
- .ant-input-number-group.ant-input-number-group-compact > *:first-child,
7886
- .ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
7887
- .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
7888
- .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
7889
- border-top-left-radius: 2px;
7890
- border-bottom-left-radius: 2px;
7870
+ .ant-tooltip-cyan .ant-tooltip-arrow-content {
7871
+ background-color: #13c2c2;
7891
7872
  }
7892
- .ant-input-number-group.ant-input-number-group-compact > *:last-child,
7893
- .ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
7894
- .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
7895
- .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
7896
- border-right-width: 1px;
7897
- border-top-right-radius: 2px;
7898
- border-bottom-right-radius: 2px;
7873
+ .ant-tooltip-lime .ant-tooltip-inner {
7874
+ background-color: #a0d911;
7899
7875
  }
7900
- .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
7901
- vertical-align: top;
7876
+ .ant-tooltip-lime .ant-tooltip-arrow-content {
7877
+ background-color: #a0d911;
7902
7878
  }
7903
- .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
7904
- margin-left: -1px;
7879
+ .ant-tooltip-green .ant-tooltip-inner {
7880
+ background-color: #52c41a;
7905
7881
  }
7906
- .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
7907
- border-radius: 0;
7882
+ .ant-tooltip-green .ant-tooltip-arrow-content {
7883
+ background-color: #52c41a;
7908
7884
  }
7909
- .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
7910
- border-radius: 0;
7885
+ .ant-tooltip-blue .ant-tooltip-inner {
7886
+ background-color: #1890ff;
7911
7887
  }
7912
- .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
7913
- border-radius: 2px 0 0 2px;
7888
+ .ant-tooltip-blue .ant-tooltip-arrow-content {
7889
+ background-color: #1890ff;
7914
7890
  }
7915
- .ant-input-number-group > .ant-input-number-rtl:first-child,
7916
- .ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
7917
- border-radius: 0 2px 2px 0;
7891
+ .ant-tooltip-geekblue .ant-tooltip-inner {
7892
+ background-color: #2f54eb;
7918
7893
  }
7919
- .ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
7920
- border-right: 1px solid #d9d9d9;
7921
- border-left: 0;
7894
+ .ant-tooltip-geekblue .ant-tooltip-arrow-content {
7895
+ background-color: #2f54eb;
7922
7896
  }
7923
- .ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
7924
- border-right: 0;
7925
- border-left: 1px solid #d9d9d9;
7897
+ .ant-tooltip-purple .ant-tooltip-inner {
7898
+ background-color: #722ed1;
7926
7899
  }
7927
- .ant-input-number-group-rtl.ant-input-number-group > .ant-input-number:last-child,
7928
- .ant-input-number-group-rtl.ant-input-number-group-addon:last-child {
7929
- border-radius: 2px 0 0 2px;
7900
+ .ant-tooltip-purple .ant-tooltip-arrow-content {
7901
+ background-color: #722ed1;
7930
7902
  }
7931
- .ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
7932
- border-radius: 2px 0 0 2px;
7903
+ .ant-tooltip-rtl {
7904
+ direction: rtl;
7933
7905
  }
7934
- .ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
7935
- border-radius: 0 2px 2px 0;
7906
+ .ant-tooltip-rtl .ant-tooltip-inner {
7907
+ text-align: right;
7936
7908
  }
7937
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
7938
- margin-right: 0;
7939
- margin-left: -1px;
7940
- border-left-width: 1px;
7909
+ .pandora-sdk-name-limit {
7910
+ max-width: 100%;
7911
+ display: inline-block;
7912
+ vertical-align: top;
7913
+ white-space: nowrap;
7914
+ text-overflow: ellipsis;
7915
+ overflow: hidden;
7941
7916
  }
7942
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:first-child,
7943
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
7944
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
7945
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
7946
- border-radius: 0 2px 2px 0;
7917
+ .pandora-sdk-name-limit-tooltip .ant-tooltip-inner {
7918
+ max-width: 400px;
7919
+ max-height: 200px;
7920
+ overflow: auto;
7947
7921
  }
7948
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:last-child,
7949
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
7950
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:last-child .ant-input,
7951
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
7952
- .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
7953
- border-left-width: 1px;
7954
- border-radius: 2px 0 0 2px;
7955
- }
7956
- .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
7957
- margin-right: -1px;
7958
- margin-left: 0;
7959
- }
7960
- .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
7961
- border-radius: 0 2px 2px 0;
7962
- }
7963
- .ant-input-number-group-wrapper {
7964
- display: inline-block;
7965
- text-align: start;
7966
- vertical-align: top;
7967
- }
7968
- .ant-input-number-handler {
7922
+ .ant-input-number {
7923
+ -webkit-box-sizing: border-box;
7924
+ box-sizing: border-box;
7925
+ font-variant: tabular-nums;
7926
+ list-style: none;
7927
+ -webkit-font-feature-settings: 'tnum';
7928
+ font-feature-settings: 'tnum';
7969
7929
  position: relative;
7970
- display: block;
7971
7930
  width: 100%;
7972
- height: 50%;
7973
- overflow: hidden;
7974
- color: rgba(0, 0, 0, 0.45);
7975
- font-weight: bold;
7976
- line-height: 0;
7977
- text-align: center;
7978
- border-left: 1px solid #d9d9d9;
7979
- -webkit-transition: all 0.1s linear;
7980
- transition: all 0.1s linear;
7931
+ min-width: 0;
7932
+ padding: 4px 11px;
7933
+ color: rgba(0, 0, 0, 0.85);
7934
+ font-size: 14px;
7935
+ line-height: 1.5715;
7936
+ background-color: #fff;
7937
+ background-image: none;
7938
+ -webkit-transition: all 0.3s;
7939
+ transition: all 0.3s;
7940
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
7941
+ display: inline-block;
7942
+ width: 90px;
7943
+ margin: 0;
7944
+ padding: 0;
7945
+ border: 1px solid #d9d9d9;
7946
+ border-radius: 2px;
7981
7947
  }
7982
- .ant-input-number-handler:active {
7983
- background: #f4f4f4;
7948
+ .ant-input-number::-moz-placeholder {
7949
+ opacity: 1;
7984
7950
  }
7985
- .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
7986
- .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
7987
- color: #40a9ff;
7951
+ .ant-input-number::-webkit-input-placeholder {
7952
+ color: #bfbfbf;
7953
+ -webkit-user-select: none;
7954
+ user-select: none;
7988
7955
  }
7989
- .ant-input-number-handler-up-inner,
7990
- .ant-input-number-handler-down-inner {
7991
- display: inline-block;
7992
- color: inherit;
7993
- font-style: normal;
7994
- line-height: 0;
7995
- text-align: center;
7996
- text-transform: none;
7997
- vertical-align: -0.125em;
7998
- text-rendering: optimizeLegibility;
7999
- -webkit-font-smoothing: antialiased;
8000
- -moz-osx-font-smoothing: grayscale;
8001
- position: absolute;
8002
- right: 4px;
8003
- width: 12px;
8004
- height: 12px;
8005
- color: rgba(0, 0, 0, 0.45);
8006
- line-height: 12px;
8007
- -webkit-transition: all 0.1s linear;
8008
- transition: all 0.1s linear;
7956
+ .ant-input-number::-ms-input-placeholder {
7957
+ color: #bfbfbf;
7958
+ -ms-user-select: none;
7959
+ user-select: none;
7960
+ }
7961
+ .ant-input-number::placeholder {
7962
+ color: #bfbfbf;
8009
7963
  -webkit-user-select: none;
8010
7964
  -moz-user-select: none;
8011
7965
  -ms-user-select: none;
8012
7966
  user-select: none;
8013
7967
  }
8014
- .ant-input-number-handler-up-inner > *,
8015
- .ant-input-number-handler-down-inner > * {
8016
- line-height: 1;
8017
- }
8018
- .ant-input-number-handler-up-inner svg,
8019
- .ant-input-number-handler-down-inner svg {
8020
- display: inline-block;
8021
- }
8022
- .ant-input-number-handler-up-inner::before,
8023
- .ant-input-number-handler-down-inner::before {
8024
- display: none;
8025
- }
8026
- .ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
8027
- .ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
8028
- .ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
8029
- .ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
8030
- display: block;
7968
+ .ant-input-number:placeholder-shown {
7969
+ text-overflow: ellipsis;
8031
7970
  }
8032
7971
  .ant-input-number:hover {
8033
7972
  border-color: #40a9ff;
8034
7973
  border-right-width: 1px !important;
8035
7974
  }
8036
- .ant-input-number:hover + .ant-form-item-children-icon {
8037
- opacity: 0;
8038
- -webkit-transition: opacity 0.24s linear 0.24s;
8039
- transition: opacity 0.24s linear 0.24s;
7975
+ .ant-input-rtl .ant-input-number:hover {
7976
+ border-right-width: 0;
7977
+ border-left-width: 1px !important;
8040
7978
  }
7979
+ .ant-input-number:focus,
8041
7980
  .ant-input-number-focused {
8042
7981
  border-color: #40a9ff;
8043
7982
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
@@ -8045,6 +7984,7 @@ textarea.ant-input-number {
8045
7984
  border-right-width: 1px !important;
8046
7985
  outline: 0;
8047
7986
  }
7987
+ .ant-input-rtl .ant-input-number:focus,
8048
7988
  .ant-input-rtl .ant-input-number-focused {
8049
7989
  border-right-width: 0;
8050
7990
  border-left-width: 1px !important;
@@ -8062,610 +8002,670 @@ textarea.ant-input-number {
8062
8002
  border-color: #d9d9d9;
8063
8003
  border-right-width: 1px !important;
8064
8004
  }
8065
- .ant-input-number-disabled .ant-input-number-input {
8005
+ .ant-input-number[disabled] {
8006
+ color: rgba(0, 0, 0, 0.25);
8007
+ background-color: #f5f5f5;
8008
+ border-color: #d9d9d9;
8009
+ -webkit-box-shadow: none;
8010
+ box-shadow: none;
8066
8011
  cursor: not-allowed;
8012
+ opacity: 1;
8067
8013
  }
8068
- .ant-input-number-disabled .ant-input-number-handler-wrap {
8069
- display: none;
8070
- }
8071
- .ant-input-number-readonly .ant-input-number-handler-wrap {
8072
- display: none;
8014
+ .ant-input-number[disabled]:hover {
8015
+ border-color: #d9d9d9;
8016
+ border-right-width: 1px !important;
8073
8017
  }
8074
- .ant-input-number-input {
8075
- width: 100%;
8076
- height: 30px;
8077
- padding: 0 11px;
8078
- text-align: left;
8018
+ .ant-input-number-borderless,
8019
+ .ant-input-number-borderless:hover,
8020
+ .ant-input-number-borderless:focus,
8021
+ .ant-input-number-borderless-focused,
8022
+ .ant-input-number-borderless-disabled,
8023
+ .ant-input-number-borderless[disabled] {
8079
8024
  background-color: transparent;
8080
- border: 0;
8081
- border-radius: 2px;
8082
- outline: 0;
8083
- -webkit-transition: all 0.3s linear;
8084
- transition: all 0.3s linear;
8085
- -webkit-appearance: textfield !important;
8086
- -moz-appearance: textfield !important;
8087
- appearance: textfield !important;
8088
- /* stylelint-disable-next-line selector-no-vendor-prefix */
8089
- }
8090
- .ant-input-number-input::-moz-placeholder {
8091
- opacity: 1;
8025
+ border: none;
8026
+ -webkit-box-shadow: none;
8027
+ box-shadow: none;
8092
8028
  }
8093
- .ant-input-number-input::-webkit-input-placeholder {
8094
- color: #bfbfbf;
8095
- -webkit-user-select: none;
8096
- user-select: none;
8029
+ textarea.ant-input-number {
8030
+ max-width: 100%;
8031
+ height: auto;
8032
+ min-height: 32px;
8033
+ line-height: 1.5715;
8034
+ vertical-align: bottom;
8035
+ -webkit-transition: all 0.3s, height 0s;
8036
+ transition: all 0.3s, height 0s;
8097
8037
  }
8098
- .ant-input-number-input::-ms-input-placeholder {
8099
- color: #bfbfbf;
8100
- -ms-user-select: none;
8101
- user-select: none;
8038
+ .ant-input-number-lg {
8039
+ padding: 6.5px 11px;
8040
+ font-size: 16px;
8102
8041
  }
8103
- .ant-input-number-input::placeholder {
8104
- color: #bfbfbf;
8105
- -webkit-user-select: none;
8106
- -moz-user-select: none;
8107
- -ms-user-select: none;
8108
- user-select: none;
8042
+ .ant-input-number-sm {
8043
+ padding: 0px 7px;
8109
8044
  }
8110
- .ant-input-number-input:placeholder-shown {
8111
- text-overflow: ellipsis;
8045
+ .ant-input-number-rtl {
8046
+ direction: rtl;
8112
8047
  }
8113
- .ant-input-number-input[type='number']::-webkit-inner-spin-button,
8114
- .ant-input-number-input[type='number']::-webkit-outer-spin-button {
8048
+ .ant-input-number-group {
8049
+ -webkit-box-sizing: border-box;
8050
+ box-sizing: border-box;
8115
8051
  margin: 0;
8116
- /* stylelint-disable-next-line property-no-vendor-prefix */
8117
- -webkit-appearance: none;
8118
- appearance: none;
8119
- }
8120
- .ant-input-number-lg {
8121
8052
  padding: 0;
8122
- font-size: 16px;
8053
+ color: rgba(0, 0, 0, 0.85);
8054
+ font-size: 14px;
8055
+ font-variant: tabular-nums;
8056
+ line-height: 1.5715;
8057
+ list-style: none;
8058
+ -webkit-font-feature-settings: 'tnum';
8059
+ font-feature-settings: 'tnum';
8060
+ position: relative;
8061
+ display: table;
8062
+ width: 100%;
8063
+ border-collapse: separate;
8064
+ border-spacing: 0;
8123
8065
  }
8124
- .ant-input-number-lg input {
8125
- height: 38px;
8066
+ .ant-input-number-group[class*='col-'] {
8067
+ float: none;
8068
+ padding-right: 0;
8069
+ padding-left: 0;
8126
8070
  }
8127
- .ant-input-number-sm {
8128
- padding: 0;
8071
+ .ant-input-number-group > [class*='col-'] {
8072
+ padding-right: 8px;
8129
8073
  }
8130
- .ant-input-number-sm input {
8131
- height: 22px;
8132
- padding: 0 7px;
8074
+ .ant-input-number-group > [class*='col-']:last-child {
8075
+ padding-right: 0;
8133
8076
  }
8134
- .ant-input-number-handler-wrap {
8135
- position: absolute;
8136
- top: 0;
8137
- right: 0;
8138
- width: 22px;
8139
- height: 100%;
8140
- background: #fff;
8141
- border-radius: 0 2px 2px 0;
8142
- opacity: 0;
8143
- -webkit-transition: opacity 0.24s linear 0.1s;
8144
- transition: opacity 0.24s linear 0.1s;
8077
+ .ant-input-number-group-addon,
8078
+ .ant-input-number-group-wrap,
8079
+ .ant-input-number-group > .ant-input-number {
8080
+ display: table-cell;
8145
8081
  }
8146
- .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
8147
- .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
8148
- display: -webkit-box;
8149
- display: -ms-flexbox;
8150
- display: flex;
8151
- -webkit-box-align: center;
8152
- -ms-flex-align: center;
8153
- align-items: center;
8154
- -webkit-box-pack: center;
8155
- -ms-flex-pack: center;
8156
- justify-content: center;
8157
- min-width: auto;
8158
- margin-right: 0;
8159
- font-size: 7px;
8160
- }
8161
- .ant-input-number-borderless .ant-input-number-handler-wrap {
8162
- border-left-width: 0;
8082
+ .ant-input-number-group-addon:not(:first-child):not(:last-child),
8083
+ .ant-input-number-group-wrap:not(:first-child):not(:last-child),
8084
+ .ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
8085
+ border-radius: 0;
8163
8086
  }
8164
- .ant-input-number-handler-wrap:hover .ant-input-number-handler {
8165
- height: 40%;
8087
+ .ant-input-number-group-addon,
8088
+ .ant-input-number-group-wrap {
8089
+ width: 1px;
8090
+ white-space: nowrap;
8091
+ vertical-align: middle;
8166
8092
  }
8167
- .ant-input-number:hover .ant-input-number-handler-wrap,
8168
- .ant-input-number-focused .ant-input-number-handler-wrap {
8169
- opacity: 1;
8093
+ .ant-input-number-group-wrap > * {
8094
+ display: block !important;
8170
8095
  }
8171
- .ant-input-number-handler-up {
8172
- border-top-right-radius: 2px;
8173
- cursor: pointer;
8096
+ .ant-input-number-group .ant-input-number {
8097
+ float: left;
8098
+ width: 100%;
8099
+ margin-bottom: 0;
8100
+ text-align: inherit;
8174
8101
  }
8175
- .ant-input-number-handler-up-inner {
8176
- top: 50%;
8177
- margin-top: -5px;
8178
- text-align: center;
8102
+ .ant-input-number-group .ant-input-number:focus {
8103
+ z-index: 1;
8104
+ border-right-width: 1px;
8179
8105
  }
8180
- .ant-input-number-handler-up:hover {
8181
- height: 60% !important;
8106
+ .ant-input-number-group .ant-input-number:hover {
8107
+ z-index: 1;
8108
+ border-right-width: 1px;
8182
8109
  }
8183
- .ant-input-number-handler-down {
8184
- top: 0;
8185
- border-top: 1px solid #d9d9d9;
8186
- border-bottom-right-radius: 2px;
8187
- cursor: pointer;
8110
+ .ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
8111
+ z-index: 0;
8188
8112
  }
8189
- .ant-input-number-handler-down-inner {
8190
- top: 50%;
8113
+ .ant-input-number-group-addon {
8114
+ position: relative;
8115
+ padding: 0 11px;
8116
+ color: rgba(0, 0, 0, 0.85);
8117
+ font-weight: normal;
8118
+ font-size: 14px;
8191
8119
  text-align: center;
8192
- -webkit-transform: translateY(-50%);
8193
- transform: translateY(-50%);
8120
+ background-color: #fafafa;
8121
+ border: 1px solid #d9d9d9;
8122
+ border-radius: 2px;
8123
+ -webkit-transition: all 0.3s;
8124
+ transition: all 0.3s;
8194
8125
  }
8195
- .ant-input-number-handler-down:hover {
8196
- height: 60% !important;
8126
+ .ant-input-number-group-addon .ant-select {
8127
+ margin: -5px -11px;
8197
8128
  }
8198
- .ant-input-number-borderless .ant-input-number-handler-down {
8199
- border-top-width: 0;
8129
+ .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
8130
+ background-color: inherit;
8131
+ border: 1px solid transparent;
8132
+ -webkit-box-shadow: none;
8133
+ box-shadow: none;
8200
8134
  }
8201
- .ant-input-number-handler-up-disabled,
8202
- .ant-input-number-handler-down-disabled {
8203
- cursor: not-allowed;
8135
+ .ant-input-number-group-addon .ant-select-open .ant-select-selector,
8136
+ .ant-input-number-group-addon .ant-select-focused .ant-select-selector {
8137
+ color: #1890ff;
8204
8138
  }
8205
- .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
8206
- .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
8207
- color: rgba(0, 0, 0, 0.25);
8139
+ .ant-input-number-group-addon .ant-cascader-picker {
8140
+ margin: -9px -12px;
8141
+ background-color: transparent;
8208
8142
  }
8209
- .ant-input-number-borderless {
8143
+ .ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
8144
+ text-align: left;
8145
+ border: 0;
8210
8146
  -webkit-box-shadow: none;
8211
8147
  box-shadow: none;
8212
8148
  }
8213
- .ant-input-number-out-of-range input {
8214
- color: #ff4d4f;
8149
+ .ant-input-number-group > .ant-input-number:first-child,
8150
+ .ant-input-number-group-addon:first-child {
8151
+ border-top-right-radius: 0;
8152
+ border-bottom-right-radius: 0;
8215
8153
  }
8216
- .ant-input-number-rtl {
8217
- direction: rtl;
8154
+ .ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
8155
+ .ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
8156
+ border-top-right-radius: 0;
8157
+ border-bottom-right-radius: 0;
8218
8158
  }
8219
- .ant-input-number-rtl .ant-input-number-handler {
8220
- border-right: 1px solid #d9d9d9;
8159
+ .ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
8160
+ border-top-left-radius: 0;
8161
+ border-bottom-left-radius: 0;
8162
+ }
8163
+ .ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
8164
+ border-top-right-radius: 0;
8165
+ border-bottom-right-radius: 0;
8166
+ }
8167
+ .ant-input-number-group-addon:first-child {
8168
+ border-right: 0;
8169
+ }
8170
+ .ant-input-number-group-addon:last-child {
8221
8171
  border-left: 0;
8222
8172
  }
8223
- .ant-input-number-rtl .ant-input-number-handler-wrap {
8224
- right: auto;
8225
- left: 0;
8173
+ .ant-input-number-group > .ant-input-number:last-child,
8174
+ .ant-input-number-group-addon:last-child {
8175
+ border-top-left-radius: 0;
8176
+ border-bottom-left-radius: 0;
8226
8177
  }
8227
- .ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
8228
- border-right-width: 0;
8178
+ .ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
8179
+ .ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
8180
+ border-top-left-radius: 0;
8181
+ border-bottom-left-radius: 0;
8229
8182
  }
8230
- .ant-input-number-rtl .ant-input-number-handler-up {
8231
- border-top-right-radius: 0;
8183
+ .ant-input-number-group-lg .ant-input-number,
8184
+ .ant-input-number-group-lg > .ant-input-number-group-addon {
8185
+ padding: 6.5px 11px;
8186
+ font-size: 16px;
8232
8187
  }
8233
- .ant-input-number-rtl .ant-input-number-handler-down {
8234
- border-bottom-right-radius: 0;
8188
+ .ant-input-number-group-sm .ant-input-number,
8189
+ .ant-input-number-group-sm > .ant-input-number-group-addon {
8190
+ padding: 0px 7px;
8235
8191
  }
8236
- .ant-input-number-rtl .ant-input-number-input {
8237
- direction: ltr;
8238
- text-align: right;
8192
+ .ant-input-number-group-lg .ant-select-single .ant-select-selector {
8193
+ height: 40px;
8239
8194
  }
8240
- .pandora-sdk-range-input {
8241
- position: relative;
8195
+ .ant-input-number-group-sm .ant-select-single .ant-select-selector {
8196
+ height: 24px;
8242
8197
  }
8243
- .pandora-sdk-range-input .pandora-sdk-range-input-symbol {
8244
- display: inline-block;
8245
- width: 40px;
8246
- line-height: 40px;
8247
- text-align: center;
8198
+ .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
8199
+ border-top-right-radius: 0;
8200
+ border-bottom-right-radius: 0;
8248
8201
  }
8249
- .pandora-sdk-range-input .pandora-sdk-range-input-input {
8250
- width: calc(50% - 20px);
8251
- text-align: center;
8252
- display: inline-block;
8202
+ .ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
8203
+ border-top-left-radius: 2px;
8204
+ border-bottom-left-radius: 2px;
8253
8205
  }
8254
- .pandora-sdk-range-input .pandora-sdk-range-input-error {
8255
- color: #ff4d4f;
8256
- line-height: 24px;
8257
- font-size: 12px;
8206
+ .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
8207
+ .ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
8208
+ border-top-left-radius: 0;
8209
+ border-bottom-left-radius: 0;
8258
8210
  }
8259
- .pandora-sdk-range-input .ant-input-number {
8260
- width: 100%;
8211
+ .ant-input-number-group.ant-input-number-group-compact {
8212
+ display: block;
8261
8213
  }
8262
- .pandora-sdk-range-input input::-webkit-outer-spin-button,
8263
- .pandora-sdk-range-input input::-webkit-inner-spin-button {
8264
- -webkit-appearance: none;
8214
+ .ant-input-number-group.ant-input-number-group-compact::before {
8215
+ display: table;
8216
+ content: '';
8265
8217
  }
8266
- .pandora-sdk-range-input input[type='number'] {
8267
- -moz-appearance: textfield;
8218
+ .ant-input-number-group.ant-input-number-group-compact::after {
8219
+ display: table;
8220
+ clear: both;
8221
+ content: '';
8268
8222
  }
8269
- .ant-radio-group {
8270
- -webkit-box-sizing: border-box;
8271
- box-sizing: border-box;
8272
- margin: 0;
8273
- padding: 0;
8274
- color: rgba(0, 0, 0, 0.85);
8275
- font-size: 14px;
8276
- font-variant: tabular-nums;
8277
- line-height: 1.5715;
8278
- list-style: none;
8279
- -webkit-font-feature-settings: 'tnum';
8280
- font-feature-settings: 'tnum';
8281
- display: inline-block;
8282
- font-size: 0;
8223
+ .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
8224
+ .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
8225
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
8226
+ border-right-width: 1px;
8283
8227
  }
8284
- .ant-radio-group .ant-badge-count {
8228
+ .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
8229
+ .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
8230
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
8285
8231
  z-index: 1;
8286
8232
  }
8287
- .ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
8288
- border-left: none;
8233
+ .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
8234
+ .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
8235
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
8236
+ z-index: 1;
8289
8237
  }
8290
- .ant-radio-wrapper {
8291
- -webkit-box-sizing: border-box;
8292
- box-sizing: border-box;
8293
- margin: 0;
8294
- padding: 0;
8295
- color: rgba(0, 0, 0, 0.85);
8296
- font-size: 14px;
8297
- font-variant: tabular-nums;
8298
- line-height: 1.5715;
8299
- list-style: none;
8300
- -webkit-font-feature-settings: 'tnum';
8301
- font-feature-settings: 'tnum';
8302
- position: relative;
8238
+ .ant-input-number-group.ant-input-number-group-compact > * {
8239
+ display: inline-block;
8240
+ float: none;
8241
+ vertical-align: top;
8242
+ border-radius: 0;
8243
+ }
8244
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
8303
8245
  display: -webkit-inline-box;
8304
8246
  display: -ms-inline-flexbox;
8305
8247
  display: inline-flex;
8306
- -webkit-box-align: baseline;
8307
- -ms-flex-align: baseline;
8308
- align-items: baseline;
8309
- margin-right: 8px;
8310
- cursor: pointer;
8311
8248
  }
8312
- .ant-radio-wrapper::after {
8313
- display: inline-block;
8314
- width: 0;
8315
- overflow: hidden;
8316
- content: '\a0';
8249
+ .ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
8250
+ display: -webkit-inline-box;
8251
+ display: -ms-inline-flexbox;
8252
+ display: inline-flex;
8317
8253
  }
8318
- .ant-radio {
8319
- -webkit-box-sizing: border-box;
8320
- box-sizing: border-box;
8321
- margin: 0;
8322
- padding: 0;
8323
- color: rgba(0, 0, 0, 0.85);
8324
- font-size: 14px;
8325
- font-variant: tabular-nums;
8326
- line-height: 1.5715;
8327
- list-style: none;
8328
- -webkit-font-feature-settings: 'tnum';
8329
- font-feature-settings: 'tnum';
8330
- position: relative;
8331
- top: 0.2em;
8332
- display: inline-block;
8333
- outline: none;
8334
- cursor: pointer;
8254
+ .ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
8255
+ margin-right: -1px;
8256
+ border-right-width: 1px;
8335
8257
  }
8336
- .ant-radio-wrapper:hover .ant-radio,
8337
- .ant-radio:hover .ant-radio-inner,
8338
- .ant-radio-input:focus + .ant-radio-inner {
8339
- border-color: #1890ff;
8258
+ .ant-input-number-group.ant-input-number-group-compact .ant-input-number {
8259
+ float: none;
8340
8260
  }
8341
- .ant-radio-input:focus + .ant-radio-inner {
8342
- -webkit-box-shadow: 0 0 0 3px #e6f7ff;
8343
- box-shadow: 0 0 0 3px #e6f7ff;
8261
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
8262
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
8263
+ .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
8264
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
8265
+ border-right-width: 1px;
8266
+ border-radius: 0;
8344
8267
  }
8345
- .ant-radio-checked::after {
8346
- position: absolute;
8347
- top: 0;
8348
- left: 0;
8349
- width: 100%;
8350
- height: 100%;
8351
- border: 1px solid #1890ff;
8352
- border-radius: 50%;
8353
- visibility: hidden;
8354
- -webkit-animation: antRadioEffect 0.36s ease-in-out;
8355
- animation: antRadioEffect 0.36s ease-in-out;
8356
- -webkit-animation-fill-mode: both;
8357
- animation-fill-mode: both;
8358
- content: '';
8268
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
8269
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
8270
+ .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
8271
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
8272
+ z-index: 1;
8359
8273
  }
8360
- .ant-radio:hover::after,
8361
- .ant-radio-wrapper:hover .ant-radio::after {
8362
- visibility: visible;
8274
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
8275
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
8276
+ .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
8277
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
8278
+ z-index: 1;
8363
8279
  }
8364
- .ant-radio-inner {
8280
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
8281
+ z-index: 1;
8282
+ }
8283
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
8284
+ z-index: 1;
8285
+ }
8286
+ .ant-input-number-group.ant-input-number-group-compact > *:first-child,
8287
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
8288
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
8289
+ .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
8290
+ border-top-left-radius: 2px;
8291
+ border-bottom-left-radius: 2px;
8292
+ }
8293
+ .ant-input-number-group.ant-input-number-group-compact > *:last-child,
8294
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
8295
+ .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
8296
+ .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
8297
+ border-right-width: 1px;
8298
+ border-top-right-radius: 2px;
8299
+ border-bottom-right-radius: 2px;
8300
+ }
8301
+ .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
8302
+ vertical-align: top;
8303
+ }
8304
+ .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
8305
+ margin-left: -1px;
8306
+ }
8307
+ .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
8308
+ border-radius: 0;
8309
+ }
8310
+ .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
8311
+ border-radius: 0;
8312
+ }
8313
+ .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
8314
+ border-radius: 2px 0 0 2px;
8315
+ }
8316
+ .ant-input-number-group > .ant-input-number-rtl:first-child,
8317
+ .ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
8318
+ border-radius: 0 2px 2px 0;
8319
+ }
8320
+ .ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
8321
+ border-right: 1px solid #d9d9d9;
8322
+ border-left: 0;
8323
+ }
8324
+ .ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
8325
+ border-right: 0;
8326
+ border-left: 1px solid #d9d9d9;
8327
+ }
8328
+ .ant-input-number-group-rtl.ant-input-number-group > .ant-input-number:last-child,
8329
+ .ant-input-number-group-rtl.ant-input-number-group-addon:last-child {
8330
+ border-radius: 2px 0 0 2px;
8331
+ }
8332
+ .ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
8333
+ border-radius: 2px 0 0 2px;
8334
+ }
8335
+ .ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
8336
+ border-radius: 0 2px 2px 0;
8337
+ }
8338
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
8339
+ margin-right: 0;
8340
+ margin-left: -1px;
8341
+ border-left-width: 1px;
8342
+ }
8343
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:first-child,
8344
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
8345
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
8346
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
8347
+ border-radius: 0 2px 2px 0;
8348
+ }
8349
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:last-child,
8350
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
8351
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:last-child .ant-input,
8352
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
8353
+ .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
8354
+ border-left-width: 1px;
8355
+ border-radius: 2px 0 0 2px;
8356
+ }
8357
+ .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
8358
+ margin-right: -1px;
8359
+ margin-left: 0;
8360
+ }
8361
+ .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
8362
+ border-radius: 0 2px 2px 0;
8363
+ }
8364
+ .ant-input-number-group-wrapper {
8365
+ display: inline-block;
8366
+ text-align: start;
8367
+ vertical-align: top;
8368
+ }
8369
+ .ant-input-number-handler {
8365
8370
  position: relative;
8366
- top: 0;
8367
- left: 0;
8368
8371
  display: block;
8369
- width: 16px;
8370
- height: 16px;
8371
- background-color: #fff;
8372
- border-color: #d9d9d9;
8373
- border-style: solid;
8374
- border-width: 1px;
8375
- border-radius: 50%;
8376
- -webkit-transition: all 0.3s;
8377
- transition: all 0.3s;
8372
+ width: 100%;
8373
+ height: 50%;
8374
+ overflow: hidden;
8375
+ color: rgba(0, 0, 0, 0.45);
8376
+ font-weight: bold;
8377
+ line-height: 0;
8378
+ text-align: center;
8379
+ border-left: 1px solid #d9d9d9;
8380
+ -webkit-transition: all 0.1s linear;
8381
+ transition: all 0.1s linear;
8378
8382
  }
8379
- .ant-radio-inner::after {
8383
+ .ant-input-number-handler:active {
8384
+ background: #f4f4f4;
8385
+ }
8386
+ .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
8387
+ .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
8388
+ color: #40a9ff;
8389
+ }
8390
+ .ant-input-number-handler-up-inner,
8391
+ .ant-input-number-handler-down-inner {
8392
+ display: inline-block;
8393
+ color: inherit;
8394
+ font-style: normal;
8395
+ line-height: 0;
8396
+ text-align: center;
8397
+ text-transform: none;
8398
+ vertical-align: -0.125em;
8399
+ text-rendering: optimizeLegibility;
8400
+ -webkit-font-smoothing: antialiased;
8401
+ -moz-osx-font-smoothing: grayscale;
8380
8402
  position: absolute;
8381
- top: 3px;
8382
- left: 3px;
8403
+ right: 4px;
8404
+ width: 12px;
8405
+ height: 12px;
8406
+ color: rgba(0, 0, 0, 0.45);
8407
+ line-height: 12px;
8408
+ -webkit-transition: all 0.1s linear;
8409
+ transition: all 0.1s linear;
8410
+ -webkit-user-select: none;
8411
+ -moz-user-select: none;
8412
+ -ms-user-select: none;
8413
+ user-select: none;
8414
+ }
8415
+ .ant-input-number-handler-up-inner > *,
8416
+ .ant-input-number-handler-down-inner > * {
8417
+ line-height: 1;
8418
+ }
8419
+ .ant-input-number-handler-up-inner svg,
8420
+ .ant-input-number-handler-down-inner svg {
8421
+ display: inline-block;
8422
+ }
8423
+ .ant-input-number-handler-up-inner::before,
8424
+ .ant-input-number-handler-down-inner::before {
8425
+ display: none;
8426
+ }
8427
+ .ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
8428
+ .ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
8429
+ .ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
8430
+ .ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
8383
8431
  display: block;
8384
- width: 8px;
8385
- height: 8px;
8386
- background-color: #1890ff;
8387
- border-top: 0;
8388
- border-left: 0;
8389
- border-radius: 8px;
8390
- -webkit-transform: scale(0);
8391
- transform: scale(0);
8392
- opacity: 0;
8393
- -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8394
- transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8395
- content: ' ';
8396
8432
  }
8397
- .ant-radio-input {
8398
- position: absolute;
8399
- top: 0;
8400
- right: 0;
8401
- bottom: 0;
8402
- left: 0;
8403
- z-index: 1;
8404
- cursor: pointer;
8405
- opacity: 0;
8433
+ .ant-input-number:hover {
8434
+ border-color: #40a9ff;
8435
+ border-right-width: 1px !important;
8406
8436
  }
8407
- .ant-radio-checked .ant-radio-inner {
8408
- border-color: #1890ff;
8437
+ .ant-input-number:hover + .ant-form-item-children-icon {
8438
+ opacity: 0;
8439
+ -webkit-transition: opacity 0.24s linear 0.24s;
8440
+ transition: opacity 0.24s linear 0.24s;
8409
8441
  }
8410
- .ant-radio-checked .ant-radio-inner::after {
8411
- -webkit-transform: scale(1);
8412
- transform: scale(1);
8413
- opacity: 1;
8414
- -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8415
- transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8442
+ .ant-input-number-focused {
8443
+ border-color: #40a9ff;
8444
+ -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
8445
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
8446
+ border-right-width: 1px !important;
8447
+ outline: 0;
8416
8448
  }
8417
- .ant-radio-disabled {
8418
- cursor: not-allowed;
8449
+ .ant-input-rtl .ant-input-number-focused {
8450
+ border-right-width: 0;
8451
+ border-left-width: 1px !important;
8419
8452
  }
8420
- .ant-radio-disabled .ant-radio-inner {
8453
+ .ant-input-number-disabled {
8454
+ color: rgba(0, 0, 0, 0.25);
8421
8455
  background-color: #f5f5f5;
8422
- border-color: #d9d9d9 !important;
8456
+ border-color: #d9d9d9;
8457
+ -webkit-box-shadow: none;
8458
+ box-shadow: none;
8423
8459
  cursor: not-allowed;
8460
+ opacity: 1;
8424
8461
  }
8425
- .ant-radio-disabled .ant-radio-inner::after {
8426
- background-color: rgba(0, 0, 0, 0.2);
8462
+ .ant-input-number-disabled:hover {
8463
+ border-color: #d9d9d9;
8464
+ border-right-width: 1px !important;
8427
8465
  }
8428
- .ant-radio-disabled .ant-radio-input {
8466
+ .ant-input-number-disabled .ant-input-number-input {
8429
8467
  cursor: not-allowed;
8430
8468
  }
8431
- .ant-radio-disabled + span {
8432
- color: rgba(0, 0, 0, 0.25);
8433
- cursor: not-allowed;
8469
+ .ant-input-number-disabled .ant-input-number-handler-wrap {
8470
+ display: none;
8434
8471
  }
8435
- span.ant-radio + * {
8436
- padding-right: 8px;
8437
- padding-left: 8px;
8472
+ .ant-input-number-readonly .ant-input-number-handler-wrap {
8473
+ display: none;
8438
8474
  }
8439
- .ant-radio-button-wrapper {
8440
- position: relative;
8441
- display: inline-block;
8442
- height: 32px;
8443
- margin: 0;
8444
- padding: 0 15px;
8445
- color: rgba(0, 0, 0, 0.85);
8446
- font-size: 14px;
8447
- line-height: 30px;
8448
- background: #fff;
8449
- border: 1px solid #d9d9d9;
8450
- border-top-width: 1.02px;
8451
- border-left-width: 0;
8452
- cursor: pointer;
8453
- -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
8454
- transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
8455
- transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
8456
- transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
8475
+ .ant-input-number-input {
8476
+ width: 100%;
8477
+ height: 30px;
8478
+ padding: 0 11px;
8479
+ text-align: left;
8480
+ background-color: transparent;
8481
+ border: 0;
8482
+ border-radius: 2px;
8483
+ outline: 0;
8484
+ -webkit-transition: all 0.3s linear;
8485
+ transition: all 0.3s linear;
8486
+ -webkit-appearance: textfield !important;
8487
+ -moz-appearance: textfield !important;
8488
+ appearance: textfield !important;
8489
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
8457
8490
  }
8458
- .ant-radio-button-wrapper a {
8459
- color: rgba(0, 0, 0, 0.85);
8491
+ .ant-input-number-input::-moz-placeholder {
8492
+ opacity: 1;
8460
8493
  }
8461
- .ant-radio-button-wrapper > .ant-radio-button {
8462
- position: absolute;
8463
- top: 0;
8464
- left: 0;
8465
- z-index: -1;
8466
- width: 100%;
8467
- height: 100%;
8494
+ .ant-input-number-input::-webkit-input-placeholder {
8495
+ color: #bfbfbf;
8496
+ -webkit-user-select: none;
8497
+ user-select: none;
8498
+ }
8499
+ .ant-input-number-input::-ms-input-placeholder {
8500
+ color: #bfbfbf;
8501
+ -ms-user-select: none;
8502
+ user-select: none;
8503
+ }
8504
+ .ant-input-number-input::placeholder {
8505
+ color: #bfbfbf;
8506
+ -webkit-user-select: none;
8507
+ -moz-user-select: none;
8508
+ -ms-user-select: none;
8509
+ user-select: none;
8510
+ }
8511
+ .ant-input-number-input:placeholder-shown {
8512
+ text-overflow: ellipsis;
8513
+ }
8514
+ .ant-input-number-input[type='number']::-webkit-inner-spin-button,
8515
+ .ant-input-number-input[type='number']::-webkit-outer-spin-button {
8516
+ margin: 0;
8517
+ /* stylelint-disable-next-line property-no-vendor-prefix */
8518
+ -webkit-appearance: none;
8519
+ appearance: none;
8468
8520
  }
8469
- .ant-radio-group-large .ant-radio-button-wrapper {
8470
- height: 40px;
8521
+ .ant-input-number-lg {
8522
+ padding: 0;
8471
8523
  font-size: 16px;
8472
- line-height: 38px;
8473
8524
  }
8474
- .ant-radio-group-small .ant-radio-button-wrapper {
8475
- height: 24px;
8525
+ .ant-input-number-lg input {
8526
+ height: 38px;
8527
+ }
8528
+ .ant-input-number-sm {
8529
+ padding: 0;
8530
+ }
8531
+ .ant-input-number-sm input {
8532
+ height: 22px;
8476
8533
  padding: 0 7px;
8477
- line-height: 22px;
8478
8534
  }
8479
- .ant-radio-button-wrapper:not(:first-child)::before {
8535
+ .ant-input-number-handler-wrap {
8480
8536
  position: absolute;
8481
- top: -1px;
8482
- left: -1px;
8483
- display: block;
8484
- -webkit-box-sizing: content-box;
8485
- box-sizing: content-box;
8486
- width: 1px;
8537
+ top: 0;
8538
+ right: 0;
8539
+ width: 22px;
8487
8540
  height: 100%;
8488
- padding: 1px 0;
8489
- background-color: #d9d9d9;
8490
- -webkit-transition: background-color 0.3s;
8491
- transition: background-color 0.3s;
8492
- content: '';
8493
- }
8494
- .ant-radio-button-wrapper:first-child {
8495
- border-left: 1px solid #d9d9d9;
8496
- border-radius: 2px 0 0 2px;
8497
- }
8498
- .ant-radio-button-wrapper:last-child {
8541
+ background: #fff;
8499
8542
  border-radius: 0 2px 2px 0;
8500
- }
8501
- .ant-radio-button-wrapper:first-child:last-child {
8502
- border-radius: 2px;
8503
- }
8504
- .ant-radio-button-wrapper:hover {
8505
- position: relative;
8506
- color: #1890ff;
8507
- }
8508
- .ant-radio-button-wrapper:focus-within {
8509
- -webkit-box-shadow: 0 0 0 3px #e6f7ff;
8510
- box-shadow: 0 0 0 3px #e6f7ff;
8511
- }
8512
- .ant-radio-button-wrapper .ant-radio-inner,
8513
- .ant-radio-button-wrapper input[type='checkbox'],
8514
- .ant-radio-button-wrapper input[type='radio'] {
8515
- width: 0;
8516
- height: 0;
8517
8543
  opacity: 0;
8518
- pointer-events: none;
8519
- }
8520
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
8521
- z-index: 1;
8522
- color: #1890ff;
8523
- background: #fff;
8524
- border-color: #1890ff;
8544
+ -webkit-transition: opacity 0.24s linear 0.1s;
8545
+ transition: opacity 0.24s linear 0.1s;
8525
8546
  }
8526
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
8527
- background-color: #1890ff;
8547
+ .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
8548
+ .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
8549
+ display: -webkit-box;
8550
+ display: -ms-flexbox;
8551
+ display: flex;
8552
+ -webkit-box-align: center;
8553
+ -ms-flex-align: center;
8554
+ align-items: center;
8555
+ -webkit-box-pack: center;
8556
+ -ms-flex-pack: center;
8557
+ justify-content: center;
8558
+ min-width: auto;
8559
+ margin-right: 0;
8560
+ font-size: 7px;
8528
8561
  }
8529
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
8530
- border-color: #1890ff;
8562
+ .ant-input-number-borderless .ant-input-number-handler-wrap {
8563
+ border-left-width: 0;
8531
8564
  }
8532
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8533
- color: #40a9ff;
8534
- border-color: #40a9ff;
8565
+ .ant-input-number-handler-wrap:hover .ant-input-number-handler {
8566
+ height: 40%;
8535
8567
  }
8536
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
8537
- background-color: #40a9ff;
8568
+ .ant-input-number:hover .ant-input-number-handler-wrap,
8569
+ .ant-input-number-focused .ant-input-number-handler-wrap {
8570
+ opacity: 1;
8538
8571
  }
8539
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8540
- color: #096dd9;
8541
- border-color: #096dd9;
8572
+ .ant-input-number-handler-up {
8573
+ border-top-right-radius: 2px;
8574
+ cursor: pointer;
8542
8575
  }
8543
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
8544
- background-color: #096dd9;
8576
+ .ant-input-number-handler-up-inner {
8577
+ top: 50%;
8578
+ margin-top: -5px;
8579
+ text-align: center;
8545
8580
  }
8546
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8547
- -webkit-box-shadow: 0 0 0 3px #e6f7ff;
8548
- box-shadow: 0 0 0 3px #e6f7ff;
8581
+ .ant-input-number-handler-up:hover {
8582
+ height: 60% !important;
8549
8583
  }
8550
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
8551
- color: #fff;
8552
- background: #1890ff;
8553
- border-color: #1890ff;
8584
+ .ant-input-number-handler-down {
8585
+ top: 0;
8586
+ border-top: 1px solid #d9d9d9;
8587
+ border-bottom-right-radius: 2px;
8588
+ cursor: pointer;
8554
8589
  }
8555
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8556
- color: #fff;
8557
- background: #40a9ff;
8558
- border-color: #40a9ff;
8590
+ .ant-input-number-handler-down-inner {
8591
+ top: 50%;
8592
+ text-align: center;
8593
+ -webkit-transform: translateY(-50%);
8594
+ transform: translateY(-50%);
8559
8595
  }
8560
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8561
- color: #fff;
8562
- background: #096dd9;
8563
- border-color: #096dd9;
8596
+ .ant-input-number-handler-down:hover {
8597
+ height: 60% !important;
8564
8598
  }
8565
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8566
- -webkit-box-shadow: 0 0 0 3px #e6f7ff;
8567
- box-shadow: 0 0 0 3px #e6f7ff;
8599
+ .ant-input-number-borderless .ant-input-number-handler-down {
8600
+ border-top-width: 0;
8568
8601
  }
8569
- .ant-radio-button-wrapper-disabled {
8570
- color: rgba(0, 0, 0, 0.25);
8571
- background-color: #f5f5f5;
8572
- border-color: #d9d9d9;
8602
+ .ant-input-number-handler-up-disabled,
8603
+ .ant-input-number-handler-down-disabled {
8573
8604
  cursor: not-allowed;
8574
8605
  }
8575
- .ant-radio-button-wrapper-disabled:first-child,
8576
- .ant-radio-button-wrapper-disabled:hover {
8606
+ .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
8607
+ .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
8577
8608
  color: rgba(0, 0, 0, 0.25);
8578
- background-color: #f5f5f5;
8579
- border-color: #d9d9d9;
8580
- }
8581
- .ant-radio-button-wrapper-disabled:first-child {
8582
- border-left-color: #d9d9d9;
8583
8609
  }
8584
- .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
8585
- color: rgba(0, 0, 0, 0.25);
8586
- background-color: #e6e6e6;
8587
- border-color: #d9d9d9;
8610
+ .ant-input-number-borderless {
8588
8611
  -webkit-box-shadow: none;
8589
8612
  box-shadow: none;
8590
8613
  }
8591
- @-webkit-keyframes antRadioEffect {
8592
- 0% {
8593
- -webkit-transform: scale(1);
8594
- transform: scale(1);
8595
- opacity: 0.5;
8596
- }
8597
- 100% {
8598
- -webkit-transform: scale(1.6);
8599
- transform: scale(1.6);
8600
- opacity: 0;
8601
- }
8602
- }
8603
- @keyframes antRadioEffect {
8604
- 0% {
8605
- -webkit-transform: scale(1);
8606
- transform: scale(1);
8607
- opacity: 0.5;
8608
- }
8609
- 100% {
8610
- -webkit-transform: scale(1.6);
8611
- transform: scale(1.6);
8612
- opacity: 0;
8613
- }
8614
- }
8615
- .ant-radio-group.ant-radio-group-rtl {
8616
- direction: rtl;
8614
+ .ant-input-number-out-of-range input {
8615
+ color: #ff4d4f;
8617
8616
  }
8618
- .ant-radio-wrapper.ant-radio-wrapper-rtl {
8619
- margin-right: 0;
8620
- margin-left: 8px;
8617
+ .ant-input-number-rtl {
8621
8618
  direction: rtl;
8622
8619
  }
8623
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
8624
- border-right-width: 0;
8625
- border-left-width: 1px;
8626
- }
8627
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
8628
- right: -1px;
8629
- left: 0;
8630
- }
8631
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
8620
+ .ant-input-number-rtl .ant-input-number-handler {
8632
8621
  border-right: 1px solid #d9d9d9;
8633
- border-radius: 0 2px 2px 0;
8622
+ border-left: 0;
8634
8623
  }
8635
- .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
8636
- border-right-color: #40a9ff;
8624
+ .ant-input-number-rtl .ant-input-number-handler-wrap {
8625
+ right: auto;
8626
+ left: 0;
8637
8627
  }
8638
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
8639
- border-radius: 2px 0 0 2px;
8628
+ .ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
8629
+ border-right-width: 0;
8640
8630
  }
8641
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
8642
- border-right-color: #d9d9d9;
8631
+ .ant-input-number-rtl .ant-input-number-handler-up {
8632
+ border-top-right-radius: 0;
8643
8633
  }
8644
- .pandora-sdk-solid-radio-group .ant-radio-button-wrapper:not(.pandora-sdk-solid-radio-group .ant-radio-button-wrapper-checked)::before {
8645
- background-color: #bfbfbf;
8634
+ .ant-input-number-rtl .ant-input-number-handler-down {
8635
+ border-bottom-right-radius: 0;
8646
8636
  }
8647
- .pandora-sdk-solid-radio-group .ant-radio-button-wrapper {
8648
- padding: 0 12px;
8637
+ .ant-input-number-rtl .ant-input-number-input {
8638
+ direction: ltr;
8639
+ text-align: right;
8649
8640
  }
8650
- .pandora-sdk-solid-radio-group .ant-radio-button-wrapper:not(.pandora-sdk-solid-radio-group .ant-radio-button-wrapper-checked) {
8651
- border-color: #d9d9d9;
8641
+ .pandora-sdk-range-input {
8642
+ position: relative;
8652
8643
  }
8653
- .pandora-sdk-solid-radio-group .ant-radio-button-wrapper:focus-within {
8654
- -webkit-box-shadow: unset;
8655
- box-shadow: unset;
8644
+ .pandora-sdk-range-input .pandora-sdk-range-input-symbol {
8645
+ display: inline-block;
8646
+ width: 40px;
8647
+ line-height: 40px;
8648
+ text-align: center;
8656
8649
  }
8657
- .pandora-sdk-solid-radio-group .ant-radio:not(.pandora-sdk-solid-radio-group .ant-radio-checked) .ant-radio-inner {
8658
- border-color: #d9d9d9;
8650
+ .pandora-sdk-range-input .pandora-sdk-range-input-input {
8651
+ width: calc(50% - 20px);
8652
+ text-align: center;
8653
+ display: inline-block;
8659
8654
  }
8660
- .pandora-sdk-solid-radio-group .ant-radio .ant-radio-inner {
8661
- -webkit-box-sizing: border-box;
8662
- box-sizing: border-box;
8655
+ .pandora-sdk-range-input .pandora-sdk-range-input-error {
8656
+ color: #ff4d4f;
8657
+ line-height: 24px;
8658
+ font-size: 12px;
8663
8659
  }
8664
- .pandora-sdk-solid-radio-group .ant-radio .ant-radio-checked .ant-radio-inner {
8665
- border-color: #2c6dd2;
8660
+ .pandora-sdk-range-input .ant-input-number {
8661
+ width: 100%;
8666
8662
  }
8667
- .pandora-sdk-solid-radio-group .ant-radio .ant-radio-checked .ant-radio-inner::after {
8668
- background-color: #2c6dd2;
8663
+ .pandora-sdk-range-input input::-webkit-outer-spin-button,
8664
+ .pandora-sdk-range-input input::-webkit-inner-spin-button {
8665
+ -webkit-appearance: none;
8666
+ }
8667
+ .pandora-sdk-range-input input[type='number'] {
8668
+ -moz-appearance: textfield;
8669
8669
  }
8670
8670
  .ant-select-single .ant-select-selector {
8671
8671
  display: -webkit-box;
@@ -9479,17 +9479,270 @@ span.ant-radio + * {
9479
9479
  .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option::after {
9480
9480
  content: none;
9481
9481
  }
9482
- .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option a {
9483
- color: #2c6dd2;
9482
+ .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option a {
9483
+ color: #2c6dd2;
9484
+ }
9485
+ .pandora-sdk-selector-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state .anticon-check.anticon {
9486
+ color: #2c6dd2;
9487
+ }
9488
+ .pandora-sdk-selector-create-lint {
9489
+ display: block;
9490
+ }
9491
+ .pandora-sdk-close-icon {
9492
+ color: #d9d9d9;
9493
+ }
9494
+ .ant-spin {
9495
+ -webkit-box-sizing: border-box;
9496
+ box-sizing: border-box;
9497
+ margin: 0;
9498
+ padding: 0;
9499
+ color: rgba(0, 0, 0, 0.85);
9500
+ font-size: 14px;
9501
+ font-variant: tabular-nums;
9502
+ line-height: 1.5715;
9503
+ list-style: none;
9504
+ -webkit-font-feature-settings: 'tnum';
9505
+ font-feature-settings: 'tnum';
9506
+ position: absolute;
9507
+ display: none;
9508
+ color: #1890ff;
9509
+ text-align: center;
9510
+ vertical-align: middle;
9511
+ opacity: 0;
9512
+ -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9513
+ transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9514
+ transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9515
+ transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9516
+ }
9517
+ .ant-spin-spinning {
9518
+ position: static;
9519
+ display: inline-block;
9520
+ opacity: 1;
9521
+ }
9522
+ .ant-spin-nested-loading {
9523
+ position: relative;
9524
+ }
9525
+ .ant-spin-nested-loading > div > .ant-spin {
9526
+ position: absolute;
9527
+ top: 0;
9528
+ left: 0;
9529
+ z-index: 4;
9530
+ display: block;
9531
+ width: 100%;
9532
+ height: 100%;
9533
+ max-height: 400px;
9534
+ }
9535
+ .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
9536
+ position: absolute;
9537
+ top: 50%;
9538
+ left: 50%;
9539
+ margin: -10px;
9540
+ }
9541
+ .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
9542
+ position: absolute;
9543
+ top: 50%;
9544
+ width: 100%;
9545
+ padding-top: 5px;
9546
+ text-shadow: 0 1px 2px #fff;
9547
+ }
9548
+ .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
9549
+ margin-top: -20px;
9550
+ }
9551
+ .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
9552
+ margin: -7px;
9553
+ }
9554
+ .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
9555
+ padding-top: 2px;
9556
+ }
9557
+ .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
9558
+ margin-top: -17px;
9559
+ }
9560
+ .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
9561
+ margin: -16px;
9562
+ }
9563
+ .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
9564
+ padding-top: 11px;
9565
+ }
9566
+ .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
9567
+ margin-top: -26px;
9568
+ }
9569
+ .ant-spin-container {
9570
+ position: relative;
9571
+ -webkit-transition: opacity 0.3s;
9572
+ transition: opacity 0.3s;
9573
+ }
9574
+ .ant-spin-container::after {
9575
+ position: absolute;
9576
+ top: 0;
9577
+ right: 0;
9578
+ bottom: 0;
9579
+ left: 0;
9580
+ z-index: 10;
9581
+ display: none \9;
9582
+ width: 100%;
9583
+ height: 100%;
9584
+ background: #fff;
9585
+ opacity: 0;
9586
+ -webkit-transition: all 0.3s;
9587
+ transition: all 0.3s;
9588
+ content: '';
9589
+ pointer-events: none;
9590
+ }
9591
+ .ant-spin-blur {
9592
+ clear: both;
9593
+ opacity: 0.5;
9594
+ -webkit-user-select: none;
9595
+ -moz-user-select: none;
9596
+ -ms-user-select: none;
9597
+ user-select: none;
9598
+ pointer-events: none;
9599
+ }
9600
+ .ant-spin-blur::after {
9601
+ opacity: 0.4;
9602
+ pointer-events: auto;
9603
+ }
9604
+ .ant-spin-tip {
9605
+ color: rgba(0, 0, 0, 0.45);
9606
+ }
9607
+ .ant-spin-dot {
9608
+ position: relative;
9609
+ display: inline-block;
9610
+ font-size: 20px;
9611
+ width: 1em;
9612
+ height: 1em;
9613
+ }
9614
+ .ant-spin-dot-item {
9615
+ position: absolute;
9616
+ display: block;
9617
+ width: 9px;
9618
+ height: 9px;
9619
+ background-color: #1890ff;
9620
+ border-radius: 100%;
9621
+ -webkit-transform: scale(0.75);
9622
+ transform: scale(0.75);
9623
+ -webkit-transform-origin: 50% 50%;
9624
+ transform-origin: 50% 50%;
9625
+ opacity: 0.3;
9626
+ -webkit-animation: antSpinMove 1s infinite linear alternate;
9627
+ animation: antSpinMove 1s infinite linear alternate;
9628
+ }
9629
+ .ant-spin-dot-item:nth-child(1) {
9630
+ top: 0;
9631
+ left: 0;
9632
+ }
9633
+ .ant-spin-dot-item:nth-child(2) {
9634
+ top: 0;
9635
+ right: 0;
9636
+ -webkit-animation-delay: 0.4s;
9637
+ animation-delay: 0.4s;
9638
+ }
9639
+ .ant-spin-dot-item:nth-child(3) {
9640
+ right: 0;
9641
+ bottom: 0;
9642
+ -webkit-animation-delay: 0.8s;
9643
+ animation-delay: 0.8s;
9644
+ }
9645
+ .ant-spin-dot-item:nth-child(4) {
9646
+ bottom: 0;
9647
+ left: 0;
9648
+ -webkit-animation-delay: 1.2s;
9649
+ animation-delay: 1.2s;
9650
+ }
9651
+ .ant-spin-dot-spin {
9652
+ -webkit-transform: rotate(45deg);
9653
+ transform: rotate(45deg);
9654
+ -webkit-animation: antRotate 1.2s infinite linear;
9655
+ animation: antRotate 1.2s infinite linear;
9656
+ }
9657
+ .ant-spin-sm .ant-spin-dot {
9658
+ font-size: 14px;
9659
+ }
9660
+ .ant-spin-sm .ant-spin-dot i {
9661
+ width: 6px;
9662
+ height: 6px;
9663
+ }
9664
+ .ant-spin-lg .ant-spin-dot {
9665
+ font-size: 32px;
9666
+ }
9667
+ .ant-spin-lg .ant-spin-dot i {
9668
+ width: 14px;
9669
+ height: 14px;
9670
+ }
9671
+ .ant-spin.ant-spin-show-text .ant-spin-text {
9672
+ display: block;
9673
+ }
9674
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9675
+ /* IE10+ */
9676
+ .ant-spin-blur {
9677
+ background: #fff;
9678
+ opacity: 0.5;
9679
+ }
9680
+ }
9681
+ @-webkit-keyframes antSpinMove {
9682
+ to {
9683
+ opacity: 1;
9684
+ }
9685
+ }
9686
+ @keyframes antSpinMove {
9687
+ to {
9688
+ opacity: 1;
9689
+ }
9690
+ }
9691
+ @-webkit-keyframes antRotate {
9692
+ to {
9693
+ -webkit-transform: rotate(405deg);
9694
+ transform: rotate(405deg);
9695
+ }
9696
+ }
9697
+ @keyframes antRotate {
9698
+ to {
9699
+ -webkit-transform: rotate(405deg);
9700
+ transform: rotate(405deg);
9701
+ }
9702
+ }
9703
+ .ant-spin-rtl {
9704
+ direction: rtl;
9705
+ }
9706
+ .ant-spin-rtl .ant-spin-dot-spin {
9707
+ -webkit-transform: rotate(-45deg);
9708
+ transform: rotate(-45deg);
9709
+ -webkit-animation-name: antRotateRtl;
9710
+ animation-name: antRotateRtl;
9711
+ }
9712
+ @-webkit-keyframes antRotateRtl {
9713
+ to {
9714
+ -webkit-transform: rotate(-405deg);
9715
+ transform: rotate(-405deg);
9716
+ }
9717
+ }
9718
+ @keyframes antRotateRtl {
9719
+ to {
9720
+ -webkit-transform: rotate(-405deg);
9721
+ transform: rotate(-405deg);
9722
+ }
9723
+ }
9724
+ .pandora-sdk-spin-container {
9725
+ position: relative;
9726
+ width: 100%;
9727
+ height: 100%;
9728
+ }
9729
+ .pandora-sdk-spin-container .pandora-sdk-spin-loading {
9730
+ position: absolute;
9731
+ width: 60px;
9732
+ height: 60px;
9733
+ top: 50%;
9734
+ left: 50%;
9735
+ -webkit-transform: translate(-50%, -50%);
9736
+ transform: translate(-50%, -50%);
9484
9737
  }
9485
- .pandora-sdk-selector-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state .anticon-check.anticon {
9486
- color: #2c6dd2;
9738
+ .pandora-sdk-spin-container .ant-spin-container {
9739
+ height: 100%;
9487
9740
  }
9488
- .pandora-sdk-selector-create-lint {
9489
- display: block;
9741
+ .pandora-sdk-spin-container .ant-spin-container > div {
9742
+ height: 100%;
9490
9743
  }
9491
- .pandora-sdk-close-icon {
9492
- color: #d9d9d9;
9744
+ .pandora-sdk-spin-hide {
9745
+ visibility: hidden;
9493
9746
  }
9494
9747
  .ant-steps {
9495
9748
  -webkit-box-sizing: border-box;
@@ -10200,338 +10453,85 @@ span.ant-radio + * {
10200
10453
  .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
10201
10454
  /* expand hover area */
10202
10455
  }
10203
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
10204
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
10205
- float: right;
10206
- }
10207
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
10208
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
10209
- right: -26px;
10210
- left: auto;
10211
- }
10212
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
10213
- margin-right: 0;
10214
- margin-left: 16px;
10215
- }
10216
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
10217
- right: -9px;
10218
- left: auto;
10219
- }
10220
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
10221
- right: 0;
10222
- left: auto;
10223
- }
10224
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
10225
- right: -2px;
10226
- left: auto;
10227
- }
10228
- .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
10229
- padding-right: 4px;
10230
- }
10231
- .ant-steps-with-progress .ant-steps-item {
10232
- padding-top: 4px;
10233
- }
10234
- .ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
10235
- top: 4px !important;
10236
- }
10237
- .ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
10238
- padding-bottom: 4px;
10239
- padding-left: 4px;
10240
- }
10241
- .ant-steps-with-progress .ant-steps-item-icon {
10242
- position: relative;
10243
- }
10244
- .ant-steps-with-progress .ant-steps-item-icon .ant-progress {
10245
- position: absolute;
10246
- top: -5px;
10247
- right: -5px;
10248
- bottom: -5px;
10249
- left: -5px;
10250
- }
10251
- .pandora-sdk-steps .ant-steps-item-icon {
10252
- width: 24px;
10253
- height: 24px;
10254
- font-size: 12px;
10255
- line-height: 24px;
10256
- }
10257
- .pandora-sdk-steps .ant-steps-item-icon .ant-steps-icon {
10258
- font-size: 10px;
10259
- }
10260
- .pandora-sdk-steps .ant-steps-item:last-of-type .ant-steps-item-title::after {
10261
- display: none;
10262
- }
10263
- .pandora-sdk-steps .ant-steps-item-process .ant-steps-item-title {
10264
- font-weight: 400;
10265
- }
10266
- .pandora-sdk-steps .ant-steps-item .ant-steps-item-icon {
10267
- border-radius: 2px;
10268
- background: #2c6dd2;
10269
- border: none;
10270
- }
10271
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
10272
- color: #d9d9d9;
10273
- }
10274
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon span.anticon.anticon-check.ant-steps-finish-icon {
10275
- color: #d9d9d9;
10276
- }
10277
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon {
10278
- background: #eee;
10279
- }
10280
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
10281
- color: inherit;
10282
- }
10283
- .ant-spin {
10284
- -webkit-box-sizing: border-box;
10285
- box-sizing: border-box;
10286
- margin: 0;
10287
- padding: 0;
10288
- color: rgba(0, 0, 0, 0.85);
10289
- font-size: 14px;
10290
- font-variant: tabular-nums;
10291
- line-height: 1.5715;
10292
- list-style: none;
10293
- -webkit-font-feature-settings: 'tnum';
10294
- font-feature-settings: 'tnum';
10295
- position: absolute;
10296
- display: none;
10297
- color: #1890ff;
10298
- text-align: center;
10299
- vertical-align: middle;
10300
- opacity: 0;
10301
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
10302
- transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
10303
- transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
10304
- transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
10305
- }
10306
- .ant-spin-spinning {
10307
- position: static;
10308
- display: inline-block;
10309
- opacity: 1;
10310
- }
10311
- .ant-spin-nested-loading {
10312
- position: relative;
10313
- }
10314
- .ant-spin-nested-loading > div > .ant-spin {
10315
- position: absolute;
10316
- top: 0;
10317
- left: 0;
10318
- z-index: 4;
10319
- display: block;
10320
- width: 100%;
10321
- height: 100%;
10322
- max-height: 400px;
10323
- }
10324
- .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
10325
- position: absolute;
10326
- top: 50%;
10327
- left: 50%;
10328
- margin: -10px;
10329
- }
10330
- .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
10331
- position: absolute;
10332
- top: 50%;
10333
- width: 100%;
10334
- padding-top: 5px;
10335
- text-shadow: 0 1px 2px #fff;
10336
- }
10337
- .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
10338
- margin-top: -20px;
10339
- }
10340
- .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
10341
- margin: -7px;
10342
- }
10343
- .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
10344
- padding-top: 2px;
10345
- }
10346
- .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
10347
- margin-top: -17px;
10348
- }
10349
- .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
10350
- margin: -16px;
10351
- }
10352
- .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
10353
- padding-top: 11px;
10354
- }
10355
- .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
10356
- margin-top: -26px;
10357
- }
10358
- .ant-spin-container {
10359
- position: relative;
10360
- -webkit-transition: opacity 0.3s;
10361
- transition: opacity 0.3s;
10362
- }
10363
- .ant-spin-container::after {
10364
- position: absolute;
10365
- top: 0;
10366
- right: 0;
10367
- bottom: 0;
10368
- left: 0;
10369
- z-index: 10;
10370
- display: none \9;
10371
- width: 100%;
10372
- height: 100%;
10373
- background: #fff;
10374
- opacity: 0;
10375
- -webkit-transition: all 0.3s;
10376
- transition: all 0.3s;
10377
- content: '';
10378
- pointer-events: none;
10379
- }
10380
- .ant-spin-blur {
10381
- clear: both;
10382
- opacity: 0.5;
10383
- -webkit-user-select: none;
10384
- -moz-user-select: none;
10385
- -ms-user-select: none;
10386
- user-select: none;
10387
- pointer-events: none;
10388
- }
10389
- .ant-spin-blur::after {
10390
- opacity: 0.4;
10391
- pointer-events: auto;
10392
- }
10393
- .ant-spin-tip {
10394
- color: rgba(0, 0, 0, 0.45);
10395
- }
10396
- .ant-spin-dot {
10397
- position: relative;
10398
- display: inline-block;
10399
- font-size: 20px;
10400
- width: 1em;
10401
- height: 1em;
10402
- }
10403
- .ant-spin-dot-item {
10404
- position: absolute;
10405
- display: block;
10406
- width: 9px;
10407
- height: 9px;
10408
- background-color: #1890ff;
10409
- border-radius: 100%;
10410
- -webkit-transform: scale(0.75);
10411
- transform: scale(0.75);
10412
- -webkit-transform-origin: 50% 50%;
10413
- transform-origin: 50% 50%;
10414
- opacity: 0.3;
10415
- -webkit-animation: antSpinMove 1s infinite linear alternate;
10416
- animation: antSpinMove 1s infinite linear alternate;
10417
- }
10418
- .ant-spin-dot-item:nth-child(1) {
10419
- top: 0;
10420
- left: 0;
10421
- }
10422
- .ant-spin-dot-item:nth-child(2) {
10423
- top: 0;
10424
- right: 0;
10425
- -webkit-animation-delay: 0.4s;
10426
- animation-delay: 0.4s;
10427
- }
10428
- .ant-spin-dot-item:nth-child(3) {
10429
- right: 0;
10430
- bottom: 0;
10431
- -webkit-animation-delay: 0.8s;
10432
- animation-delay: 0.8s;
10433
- }
10434
- .ant-spin-dot-item:nth-child(4) {
10435
- bottom: 0;
10436
- left: 0;
10437
- -webkit-animation-delay: 1.2s;
10438
- animation-delay: 1.2s;
10456
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
10457
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
10458
+ float: right;
10439
10459
  }
10440
- .ant-spin-dot-spin {
10441
- -webkit-transform: rotate(45deg);
10442
- transform: rotate(45deg);
10443
- -webkit-animation: antRotate 1.2s infinite linear;
10444
- animation: antRotate 1.2s infinite linear;
10460
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
10461
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
10462
+ right: -26px;
10463
+ left: auto;
10445
10464
  }
10446
- .ant-spin-sm .ant-spin-dot {
10447
- font-size: 14px;
10465
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
10466
+ margin-right: 0;
10467
+ margin-left: 16px;
10448
10468
  }
10449
- .ant-spin-sm .ant-spin-dot i {
10450
- width: 6px;
10451
- height: 6px;
10469
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
10470
+ right: -9px;
10471
+ left: auto;
10452
10472
  }
10453
- .ant-spin-lg .ant-spin-dot {
10454
- font-size: 32px;
10473
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
10474
+ right: 0;
10475
+ left: auto;
10455
10476
  }
10456
- .ant-spin-lg .ant-spin-dot i {
10457
- width: 14px;
10458
- height: 14px;
10477
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
10478
+ right: -2px;
10479
+ left: auto;
10459
10480
  }
10460
- .ant-spin.ant-spin-show-text .ant-spin-text {
10461
- display: block;
10481
+ .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
10482
+ padding-right: 4px;
10462
10483
  }
10463
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
10464
- /* IE10+ */
10465
- .ant-spin-blur {
10466
- background: #fff;
10467
- opacity: 0.5;
10468
- }
10484
+ .ant-steps-with-progress .ant-steps-item {
10485
+ padding-top: 4px;
10469
10486
  }
10470
- @-webkit-keyframes antSpinMove {
10471
- to {
10472
- opacity: 1;
10473
- }
10487
+ .ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
10488
+ top: 4px !important;
10474
10489
  }
10475
- @keyframes antSpinMove {
10476
- to {
10477
- opacity: 1;
10478
- }
10490
+ .ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
10491
+ padding-bottom: 4px;
10492
+ padding-left: 4px;
10479
10493
  }
10480
- @-webkit-keyframes antRotate {
10481
- to {
10482
- -webkit-transform: rotate(405deg);
10483
- transform: rotate(405deg);
10484
- }
10494
+ .ant-steps-with-progress .ant-steps-item-icon {
10495
+ position: relative;
10485
10496
  }
10486
- @keyframes antRotate {
10487
- to {
10488
- -webkit-transform: rotate(405deg);
10489
- transform: rotate(405deg);
10490
- }
10497
+ .ant-steps-with-progress .ant-steps-item-icon .ant-progress {
10498
+ position: absolute;
10499
+ top: -5px;
10500
+ right: -5px;
10501
+ bottom: -5px;
10502
+ left: -5px;
10491
10503
  }
10492
- .ant-spin-rtl {
10493
- direction: rtl;
10504
+ .pandora-sdk-steps .ant-steps-item-icon {
10505
+ width: 24px;
10506
+ height: 24px;
10507
+ font-size: 12px;
10508
+ line-height: 24px;
10494
10509
  }
10495
- .ant-spin-rtl .ant-spin-dot-spin {
10496
- -webkit-transform: rotate(-45deg);
10497
- transform: rotate(-45deg);
10498
- -webkit-animation-name: antRotateRtl;
10499
- animation-name: antRotateRtl;
10510
+ .pandora-sdk-steps .ant-steps-item-icon .ant-steps-icon {
10511
+ font-size: 10px;
10500
10512
  }
10501
- @-webkit-keyframes antRotateRtl {
10502
- to {
10503
- -webkit-transform: rotate(-405deg);
10504
- transform: rotate(-405deg);
10505
- }
10513
+ .pandora-sdk-steps .ant-steps-item:last-of-type .ant-steps-item-title::after {
10514
+ display: none;
10506
10515
  }
10507
- @keyframes antRotateRtl {
10508
- to {
10509
- -webkit-transform: rotate(-405deg);
10510
- transform: rotate(-405deg);
10511
- }
10516
+ .pandora-sdk-steps .ant-steps-item-process .ant-steps-item-title {
10517
+ font-weight: 400;
10512
10518
  }
10513
- .pandora-sdk-spin-container {
10514
- position: relative;
10515
- width: 100%;
10516
- height: 100%;
10519
+ .pandora-sdk-steps .ant-steps-item .ant-steps-item-icon {
10520
+ border-radius: 2px;
10521
+ background: #2c6dd2;
10522
+ border: none;
10517
10523
  }
10518
- .pandora-sdk-spin-container .pandora-sdk-spin-loading {
10519
- position: absolute;
10520
- width: 60px;
10521
- height: 60px;
10522
- top: 50%;
10523
- left: 50%;
10524
- -webkit-transform: translate(-50%, -50%);
10525
- transform: translate(-50%, -50%);
10524
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
10525
+ color: #d9d9d9;
10526
10526
  }
10527
- .pandora-sdk-spin-container .ant-spin-container {
10528
- height: 100%;
10527
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon span.anticon.anticon-check.ant-steps-finish-icon {
10528
+ color: #d9d9d9;
10529
10529
  }
10530
- .pandora-sdk-spin-container .ant-spin-container > div {
10531
- height: 100%;
10530
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon {
10531
+ background: #eee;
10532
10532
  }
10533
- .pandora-sdk-spin-hide {
10534
- visibility: hidden;
10533
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
10534
+ color: inherit;
10535
10535
  }
10536
10536
  .pandora-sdk-tabs .pandora-sdk-tabs-tab {
10537
10537
  position: relative;
@@ -12584,27 +12584,6 @@ textarea.ant-pagination-options-quick-jumper input {
12584
12584
  .pandora-sdk-popover > div {
12585
12585
  margin: 4px;
12586
12586
  }
12587
- .pandora-sdk-timeline-container {
12588
- list-style: none;
12589
- margin: 0;
12590
- line-height: 1.5;
12591
- font-size: 14px;
12592
- color: rgba(0, 0, 0, 0.65);
12593
- -webkit-box-sizing: border-box;
12594
- box-sizing: border-box;
12595
- padding: 0;
12596
- }
12597
- .pandora-sdk-timeline-container .pandora-sdk-icon {
12598
- margin: 0 8px;
12599
- color: inherit;
12600
- vertical-align: middle;
12601
- font-size: 14px;
12602
- -webkit-transition: 0.3s;
12603
- transition: 0.3s;
12604
- }
12605
- .pandora-sdk-timeline-container .pandora-sdk-icon:hover {
12606
- color: #7a869a;
12607
- }
12608
12587
  @-webkit-keyframes ant-tree-node-fx-do-not-use {
12609
12588
  0% {
12610
12589
  opacity: 0;
@@ -13224,6 +13203,33 @@ textarea.ant-pagination-options-quick-jumper input {
13224
13203
  -ms-flex-preferred-size: 200px;
13225
13204
  flex-basis: 200px;
13226
13205
  }
13206
+ .pandora-sdk-timeline-container {
13207
+ list-style: none;
13208
+ margin: 0;
13209
+ line-height: 1.5;
13210
+ font-size: 14px;
13211
+ color: rgba(0, 0, 0, 0.65);
13212
+ -webkit-box-sizing: border-box;
13213
+ box-sizing: border-box;
13214
+ padding: 0;
13215
+ }
13216
+ .pandora-sdk-timeline-container .pandora-sdk-icon {
13217
+ margin: 0 8px;
13218
+ color: inherit;
13219
+ vertical-align: middle;
13220
+ font-size: 14px;
13221
+ -webkit-transition: 0.3s;
13222
+ transition: 0.3s;
13223
+ }
13224
+ .pandora-sdk-timeline-container .pandora-sdk-icon:hover {
13225
+ color: #7a869a;
13226
+ }
13227
+ .pandora-sdk-card-search-input {
13228
+ min-width: 200px;
13229
+ }
13230
+ .pandora-sdk-card-search-input i {
13231
+ color: #bfbfbf;
13232
+ }
13227
13233
  .ant-row {
13228
13234
  display: -webkit-box;
13229
13235
  display: -ms-flexbox;
@@ -19113,12 +19119,6 @@ textarea.ant-pagination-options-quick-jumper input {
19113
19119
  .pandora-sdk-card-row-extra button {
19114
19120
  min-width: 80px;
19115
19121
  }
19116
- .pandora-sdk-card-search-input {
19117
- min-width: 200px;
19118
- }
19119
- .pandora-sdk-card-search-input i {
19120
- color: #bfbfbf;
19121
- }
19122
19122
  .ant-picker {
19123
19123
  -webkit-box-sizing: border-box;
19124
19124
  box-sizing: border-box;
@@ -20706,6 +20706,37 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
20706
20706
  .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-blue {
20707
20707
  background: #03a9f4;
20708
20708
  }
20709
+ .pandora-sdk-transfer-list {
20710
+ overflow: hidden;
20711
+ }
20712
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-title {
20713
+ margin-bottom: 10px;
20714
+ }
20715
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-search {
20716
+ margin-bottom: 10px;
20717
+ }
20718
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-mb10 {
20719
+ margin-bottom: 10px;
20720
+ }
20721
+ .pandora-sdk-search-icon {
20722
+ color: inherit;
20723
+ }
20724
+ .pandora-sdk-transfer-list-body {
20725
+ height: 300px;
20726
+ overflow-y: scroll;
20727
+ }
20728
+ .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container {
20729
+ overflow: hidden;
20730
+ text-overflow: ellipsis;
20731
+ white-space: nowrap;
20732
+ }
20733
+ .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container .pandora-sdk-transfer-check-box-label {
20734
+ padding-right: 0px;
20735
+ padding-left: 8px;
20736
+ }
20737
+ .pandora-sdk-transfer-list-body .pandora-sdk-transfer-mb10 {
20738
+ margin-bottom: 10px;
20739
+ }
20709
20740
  .pandora-sdk-timeline-item {
20710
20741
  font-size: 14px;
20711
20742
  list-style: none;
@@ -20750,37 +20781,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
20750
20781
  font-size: 14px;
20751
20782
  color: #333;
20752
20783
  }
20753
- .pandora-sdk-transfer-list {
20754
- overflow: hidden;
20755
- }
20756
- .pandora-sdk-transfer-list .pandora-sdk-transfer-title {
20757
- margin-bottom: 10px;
20758
- }
20759
- .pandora-sdk-transfer-list .pandora-sdk-transfer-search {
20760
- margin-bottom: 10px;
20761
- }
20762
- .pandora-sdk-transfer-list .pandora-sdk-transfer-mb10 {
20763
- margin-bottom: 10px;
20764
- }
20765
- .pandora-sdk-search-icon {
20766
- color: inherit;
20767
- }
20768
- .pandora-sdk-transfer-list-body {
20769
- height: 300px;
20770
- overflow-y: scroll;
20771
- }
20772
- .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container {
20773
- overflow: hidden;
20774
- text-overflow: ellipsis;
20775
- white-space: nowrap;
20776
- }
20777
- .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container .pandora-sdk-transfer-check-box-label {
20778
- padding-right: 0px;
20779
- padding-left: 8px;
20780
- }
20781
- .pandora-sdk-transfer-list-body .pandora-sdk-transfer-mb10 {
20782
- margin-bottom: 10px;
20783
- }
20784
20784
  .pandora-sdk-datetime-mobile-pick-range-preset-head {
20785
20785
  display: -webkit-box;
20786
20786
  display: -ms-flexbox;