ods-component-lib 1.21.2 → 1.21.3

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 (376) hide show
  1. package/dist/components/antd/currencyInput/CurrencySelect.js +16 -11
  2. package/dist/components/antd/currencyInput/CurrencySelect.js.map +1 -1
  3. package/dist/components/devextreme/OdsBasicDataGrid/OdsBasicDataGrid.js +32 -43
  4. package/dist/components/devextreme/OdsBasicDataGrid/OdsBasicDataGrid.js.map +1 -1
  5. package/dist/components/devextreme/OdsDataGrid.Legacy.js +4 -4
  6. package/dist/components/devextreme/OdsRemoteDataGrid.js +1 -1
  7. package/dist/index.js +10 -10
  8. package/dist/node_modules/@ant-design/cssinjs/es/StyleContext.js +6 -6
  9. package/dist/node_modules/@ant-design/cssinjs/es/StyleContext.js.map +1 -1
  10. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.js +20 -20
  11. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.js.map +1 -1
  12. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.js.map +1 -1
  13. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.js +101 -98
  14. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.js.map +1 -1
  15. package/dist/node_modules/@ant-design/cssinjs/es/linters/utils.js +1 -1
  16. package/dist/node_modules/@ant-design/cssinjs/es/util/index.js +29 -27
  17. package/dist/node_modules/@ant-design/cssinjs/es/util/index.js.map +1 -1
  18. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/getComponentToken.js +1 -1
  19. package/dist/node_modules/@ant-design/fast-color/es/FastColor.js +66 -45
  20. package/dist/node_modules/@ant-design/fast-color/es/FastColor.js.map +1 -1
  21. package/dist/node_modules/@ant-design/icons/es/icons/FrownOutlined.js +5 -8
  22. package/dist/node_modules/@ant-design/icons/es/icons/HeartOutlined.js +3 -6
  23. package/dist/node_modules/@ant-design/icons/es/icons/MehOutlined.js +12 -15
  24. package/dist/node_modules/@ant-design/icons/es/icons/SmileOutlined.js +8 -11
  25. package/dist/node_modules/@ant-design/icons/es/utils.js +2 -9
  26. package/dist/node_modules/@ant-design/icons/es/utils.js.map +1 -1
  27. package/dist/node_modules/@emotion/stylis/dist/stylis.browser.esm.js +1 -9
  28. package/dist/node_modules/@emotion/stylis/dist/stylis.browser.esm.js.map +1 -1
  29. package/dist/node_modules/@rc-component/async-validator/es/index.js +20 -20
  30. package/dist/node_modules/@rc-component/async-validator/es/index.js.map +1 -1
  31. package/dist/node_modules/@rc-component/async-validator/es/messages.js +1 -0
  32. package/dist/node_modules/@rc-component/async-validator/es/messages.js.map +1 -1
  33. package/dist/node_modules/@rc-component/async-validator/es/rule/type.js +18 -8
  34. package/dist/node_modules/@rc-component/async-validator/es/rule/type.js.map +1 -1
  35. package/dist/node_modules/@rc-component/async-validator/es/util.js +1 -1
  36. package/dist/node_modules/@rc-component/async-validator/es/util.js.map +1 -1
  37. package/dist/node_modules/@rc-component/async-validator/es/validator/index.js +1 -0
  38. package/dist/node_modules/@rc-component/async-validator/es/validator/index.js.map +1 -1
  39. package/dist/node_modules/@rc-component/collapse/es/Collapse.js +1 -1
  40. package/dist/node_modules/@rc-component/collapse/es/hooks/useItems.js +88 -68
  41. package/dist/node_modules/@rc-component/collapse/es/hooks/useItems.js.map +1 -1
  42. package/dist/node_modules/@rc-component/dialog/es/Dialog/Content/Panel.js +75 -96
  43. package/dist/node_modules/@rc-component/dialog/es/Dialog/Content/Panel.js.map +1 -1
  44. package/dist/node_modules/@rc-component/dialog/es/Dialog/Content/index.js +22 -20
  45. package/dist/node_modules/@rc-component/dialog/es/Dialog/Content/index.js.map +1 -1
  46. package/dist/node_modules/@rc-component/dialog/es/Dialog/index.js +92 -100
  47. package/dist/node_modules/@rc-component/dialog/es/Dialog/index.js.map +1 -1
  48. package/dist/node_modules/@rc-component/dialog/es/DialogWrap.js +40 -29
  49. package/dist/node_modules/@rc-component/dialog/es/DialogWrap.js.map +1 -1
  50. package/dist/node_modules/@rc-component/dropdown/es/Dropdown.js +2 -2
  51. package/dist/node_modules/@rc-component/form/es/Field.js +9 -9
  52. package/dist/node_modules/@rc-component/form/es/FieldContext.js +2 -3
  53. package/dist/node_modules/@rc-component/form/es/FieldContext.js.map +1 -1
  54. package/dist/node_modules/@rc-component/form/es/Form.js +78 -92
  55. package/dist/node_modules/@rc-component/form/es/Form.js.map +1 -1
  56. package/dist/node_modules/@rc-component/form/es/List.js +1 -1
  57. package/dist/node_modules/@rc-component/form/es/{useForm.js → hooks/useForm.js} +136 -143
  58. package/dist/node_modules/@rc-component/form/es/hooks/useForm.js.map +1 -0
  59. package/dist/node_modules/@rc-component/form/es/hooks/useNotifyWatch.js +43 -0
  60. package/dist/node_modules/@rc-component/form/es/hooks/useNotifyWatch.js.map +1 -0
  61. package/dist/node_modules/@rc-component/form/es/{useWatch.js → hooks/useWatch.js} +7 -7
  62. package/dist/node_modules/@rc-component/form/es/hooks/useWatch.js.map +1 -0
  63. package/dist/node_modules/@rc-component/form/es/index.js +2 -2
  64. package/dist/node_modules/@rc-component/form/es/index.js.map +1 -1
  65. package/dist/node_modules/@rc-component/form/es/utils/NameMap.js +28 -22
  66. package/dist/node_modules/@rc-component/form/es/utils/NameMap.js.map +1 -1
  67. package/dist/node_modules/@rc-component/form/es/utils/messages.js +1 -0
  68. package/dist/node_modules/@rc-component/form/es/utils/messages.js.map +1 -1
  69. package/dist/node_modules/@rc-component/form/es/utils/validateUtil.js +1 -1
  70. package/dist/node_modules/@rc-component/form/es/utils/valueUtil.js.map +1 -1
  71. package/dist/node_modules/@rc-component/image/es/Preview/index.js +111 -105
  72. package/dist/node_modules/@rc-component/image/es/Preview/index.js.map +1 -1
  73. package/dist/node_modules/@rc-component/input-number/es/hooks/useCursor.js +1 -1
  74. package/dist/node_modules/@rc-component/menu/es/Menu.js +1 -1
  75. package/dist/node_modules/@rc-component/menu/es/MenuItem.js +1 -1
  76. package/dist/node_modules/@rc-component/menu/es/SubMenu/index.js +1 -1
  77. package/dist/node_modules/@rc-component/menu/es/hooks/useKeyRecords.js +1 -1
  78. package/dist/node_modules/@rc-component/menu/es/placements.js +0 -1
  79. package/dist/node_modules/@rc-component/menu/es/utils/warnUtil.js +1 -1
  80. package/dist/node_modules/@rc-component/pagination/es/Pagination.js +1 -1
  81. package/dist/node_modules/@rc-component/picker/es/PickerInput/RangePicker.js +1 -1
  82. package/dist/node_modules/@rc-component/picker/es/PickerInput/Selector/hooks/useClearIcon.js +1 -1
  83. package/dist/node_modules/@rc-component/picker/es/PickerInput/Selector/hooks/useInputProps.js +1 -1
  84. package/dist/node_modules/@rc-component/picker/es/PickerInput/hooks/useCellRender.js +1 -1
  85. package/dist/node_modules/@rc-component/picker/es/PickerInput/hooks/useFilledProps.js +1 -1
  86. package/dist/node_modules/@rc-component/picker/es/PickerInput/hooks/usePresets.js +1 -1
  87. package/dist/node_modules/@rc-component/picker/es/PickerPanel/index.js +1 -1
  88. package/dist/node_modules/@rc-component/picker/es/hooks/useTimeInfo.js +1 -1
  89. package/dist/node_modules/@rc-component/portal/es/Portal.js +41 -35
  90. package/dist/node_modules/@rc-component/portal/es/Portal.js.map +1 -1
  91. package/dist/node_modules/@rc-component/portal/es/useEscKeyDown.js +48 -0
  92. package/dist/node_modules/@rc-component/portal/es/useEscKeyDown.js.map +1 -0
  93. package/dist/node_modules/@rc-component/resize-observer/es/SingleObserver/index.js +18 -54
  94. package/dist/node_modules/@rc-component/resize-observer/es/SingleObserver/index.js.map +1 -1
  95. package/dist/node_modules/@rc-component/resize-observer/es/index.js.map +1 -1
  96. package/dist/node_modules/@rc-component/resize-observer/es/useResizeObserver.js +50 -0
  97. package/dist/node_modules/@rc-component/resize-observer/es/useResizeObserver.js.map +1 -0
  98. package/dist/node_modules/@rc-component/select/es/BaseSelect/index.js +141 -140
  99. package/dist/node_modules/@rc-component/select/es/BaseSelect/index.js.map +1 -1
  100. package/dist/node_modules/@rc-component/select/es/OptionList.js +92 -91
  101. package/dist/node_modules/@rc-component/select/es/OptionList.js.map +1 -1
  102. package/dist/node_modules/@rc-component/select/es/Select.js +5 -5
  103. package/dist/node_modules/@rc-component/select/es/SelectInput/Content/MultipleContent.js +50 -50
  104. package/dist/node_modules/@rc-component/select/es/SelectInput/Content/MultipleContent.js.map +1 -1
  105. package/dist/node_modules/@rc-component/select/es/SelectInput/Content/SingleContent.js +41 -47
  106. package/dist/node_modules/@rc-component/select/es/SelectInput/Content/SingleContent.js.map +1 -1
  107. package/dist/node_modules/@rc-component/select/es/SelectInput/index.js +85 -80
  108. package/dist/node_modules/@rc-component/select/es/SelectInput/index.js.map +1 -1
  109. package/dist/node_modules/@rc-component/select/es/hooks/useOpen.js +27 -26
  110. package/dist/node_modules/@rc-component/select/es/hooks/useOpen.js.map +1 -1
  111. package/dist/node_modules/@rc-component/select/es/utils/valueUtil.js +1 -1
  112. package/dist/node_modules/@rc-component/select/es/utils/warningPropsUtil.js +6 -6
  113. package/dist/node_modules/@rc-component/table/es/Cell/useCellRender.js +1 -1
  114. package/dist/node_modules/@rc-component/table/es/Table.js +1 -1
  115. package/dist/node_modules/@rc-component/table/es/VirtualTable/BodyGrid.js +85 -80
  116. package/dist/node_modules/@rc-component/table/es/VirtualTable/BodyGrid.js.map +1 -1
  117. package/dist/node_modules/@rc-component/table/es/VirtualTable/index.js +1 -1
  118. package/dist/node_modules/@rc-component/table/es/hooks/useColumns/index.js +1 -1
  119. package/dist/node_modules/@rc-component/table/es/hooks/useExpand.js +1 -1
  120. package/dist/node_modules/@rc-component/table/es/utils/legacyUtil.js +1 -1
  121. package/dist/node_modules/@rc-component/tabs/es/hooks/useAnimateConfig.js +1 -1
  122. package/dist/node_modules/@rc-component/tooltip/es/placements.js +0 -1
  123. package/dist/node_modules/@rc-component/tree/es/Tree.js +1 -1
  124. package/dist/node_modules/@rc-component/tree/es/util.js +1 -1
  125. package/dist/node_modules/@rc-component/tree/es/utils/conductUtil.js +1 -1
  126. package/dist/node_modules/@rc-component/tree/es/utils/treeUtil.js +1 -1
  127. package/dist/node_modules/@rc-component/tree-select/es/TreeSelect.js +1 -1
  128. package/dist/node_modules/@rc-component/tree-select/es/hooks/useDataEntities.js +1 -1
  129. package/dist/node_modules/@rc-component/tree-select/es/utils/legacyUtil.js +1 -1
  130. package/dist/node_modules/@rc-component/tree-select/es/utils/warningPropsUtil.js +1 -1
  131. package/dist/node_modules/@rc-component/trigger/es/Popup/index.js +74 -72
  132. package/dist/node_modules/@rc-component/trigger/es/Popup/index.js.map +1 -1
  133. package/dist/node_modules/@rc-component/trigger/es/UniqueProvider/index.js +10 -9
  134. package/dist/node_modules/@rc-component/trigger/es/UniqueProvider/index.js.map +1 -1
  135. package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.js +126 -123
  136. package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.js.map +1 -1
  137. package/dist/node_modules/@rc-component/trigger/es/index.js +150 -140
  138. package/dist/node_modules/@rc-component/trigger/es/index.js.map +1 -1
  139. package/dist/node_modules/@rc-component/trigger/es/util.js +35 -34
  140. package/dist/node_modules/@rc-component/trigger/es/util.js.map +1 -1
  141. package/dist/node_modules/@rc-component/upload/es/attr-accept.js +1 -1
  142. package/dist/node_modules/@rc-component/util/es/Dom/focus.js +65 -20
  143. package/dist/node_modules/@rc-component/util/es/Dom/focus.js.map +1 -1
  144. package/dist/node_modules/@rc-component/util/es/KeyCode.js.map +1 -1
  145. package/dist/node_modules/@rc-component/util/es/hooks/useId.js.map +1 -1
  146. package/dist/node_modules/@rc-component/util/es/hooks/useState.js +6 -6
  147. package/dist/node_modules/@rc-component/util/es/hooks/useState.js.map +1 -1
  148. package/dist/node_modules/@rc-component/util/es/hooks/useSyncState.js.map +1 -1
  149. package/dist/node_modules/@rc-component/util/es/isEqual.js +1 -1
  150. package/dist/node_modules/@rc-component/util/es/utils/set.js +21 -21
  151. package/dist/node_modules/@rc-component/util/es/utils/set.js.map +1 -1
  152. package/dist/node_modules/@rc-component/virtual-list/es/hooks/useScrollTo.js +1 -1
  153. package/dist/node_modules/antd/es/_util/warning.js +1 -1
  154. package/dist/node_modules/antd/es/_util/wave/WaveEffect.js +53 -48
  155. package/dist/node_modules/antd/es/_util/wave/WaveEffect.js.map +1 -1
  156. package/dist/node_modules/antd/es/_util/wave/index.js +1 -1
  157. package/dist/node_modules/antd/es/_util/wave/index.js.map +1 -1
  158. package/dist/node_modules/antd/es/_util/wave/style.js +8 -7
  159. package/dist/node_modules/antd/es/_util/wave/style.js.map +1 -1
  160. package/dist/node_modules/antd/es/alert/Alert.js +133 -128
  161. package/dist/node_modules/antd/es/alert/Alert.js.map +1 -1
  162. package/dist/node_modules/antd/es/badge/Badge.js +29 -28
  163. package/dist/node_modules/antd/es/badge/Badge.js.map +1 -1
  164. package/dist/node_modules/antd/es/badge/style/index.js +1 -1
  165. package/dist/node_modules/antd/es/badge/style/index.js.map +1 -1
  166. package/dist/node_modules/antd/es/button/buttonHelpers.js +47 -41
  167. package/dist/node_modules/antd/es/button/buttonHelpers.js.map +1 -1
  168. package/dist/node_modules/antd/es/button/style/compact.js +45 -36
  169. package/dist/node_modules/antd/es/button/style/compact.js.map +1 -1
  170. package/dist/node_modules/antd/es/button/style/variant.js +100 -90
  171. package/dist/node_modules/antd/es/button/style/variant.js.map +1 -1
  172. package/dist/node_modules/antd/es/calendar/generateCalendar.js +55 -57
  173. package/dist/node_modules/antd/es/calendar/generateCalendar.js.map +1 -1
  174. package/dist/node_modules/antd/es/calendar/style/index.js +18 -18
  175. package/dist/node_modules/antd/es/calendar/style/index.js.map +1 -1
  176. package/dist/node_modules/antd/es/card/CardGrid.js.map +1 -1
  177. package/dist/node_modules/antd/es/card/style/index.js +23 -11
  178. package/dist/node_modules/antd/es/card/style/index.js.map +1 -1
  179. package/dist/node_modules/antd/es/checkbox/Group.js +32 -30
  180. package/dist/node_modules/antd/es/checkbox/Group.js.map +1 -1
  181. package/dist/node_modules/antd/es/collapse/Collapse.js +61 -61
  182. package/dist/node_modules/antd/es/collapse/Collapse.js.map +1 -1
  183. package/dist/node_modules/antd/es/color-picker/color.js +9 -9
  184. package/dist/node_modules/antd/es/color-picker/color.js.map +1 -1
  185. package/dist/node_modules/antd/es/config-provider/index.js +76 -71
  186. package/dist/node_modules/antd/es/config-provider/index.js.map +1 -1
  187. package/dist/node_modules/antd/es/date-picker/generatePicker/generateRangePicker.js +29 -31
  188. package/dist/node_modules/antd/es/date-picker/generatePicker/generateRangePicker.js.map +1 -1
  189. package/dist/node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.js +7 -9
  190. package/dist/node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.js.map +1 -1
  191. package/dist/node_modules/antd/es/date-picker/generatePicker/{SuffixIcon.js → useSuffixIcon.js} +4 -4
  192. package/dist/node_modules/antd/es/date-picker/generatePicker/useSuffixIcon.js.map +1 -0
  193. package/dist/node_modules/antd/es/date-picker/style/panel.js +4 -4
  194. package/dist/node_modules/antd/es/date-picker/style/panel.js.map +1 -1
  195. package/dist/node_modules/antd/es/drawer/useFocusable.js +14 -0
  196. package/dist/node_modules/antd/es/drawer/useFocusable.js.map +1 -0
  197. package/dist/node_modules/antd/es/empty/empty.js +27 -32
  198. package/dist/node_modules/antd/es/empty/empty.js.map +1 -1
  199. package/dist/node_modules/antd/es/empty/simple.js +2 -2
  200. package/dist/node_modules/antd/es/empty/simple.js.map +1 -1
  201. package/dist/node_modules/antd/es/form/hooks/useForm.js +2 -2
  202. package/dist/node_modules/antd/es/form/index.js +1 -1
  203. package/dist/node_modules/antd/es/form/style/index.js +24 -24
  204. package/dist/node_modules/antd/es/form/style/index.js.map +1 -1
  205. package/dist/node_modules/antd/es/grid/col.js +56 -54
  206. package/dist/node_modules/antd/es/grid/col.js.map +1 -1
  207. package/dist/node_modules/antd/es/grid/style/index.js +50 -50
  208. package/dist/node_modules/antd/es/grid/style/index.js.map +1 -1
  209. package/dist/node_modules/antd/es/input/TextArea.js +16 -15
  210. package/dist/node_modules/antd/es/input/TextArea.js.map +1 -1
  211. package/dist/node_modules/antd/es/input/style/index.js +1 -0
  212. package/dist/node_modules/antd/es/input/style/index.js.map +1 -1
  213. package/dist/node_modules/antd/es/input-number/index.js +91 -91
  214. package/dist/node_modules/antd/es/input-number/index.js.map +1 -1
  215. package/dist/node_modules/antd/es/input-number/style/index.js +80 -79
  216. package/dist/node_modules/antd/es/input-number/style/index.js.map +1 -1
  217. package/dist/node_modules/antd/es/layout/Sider.js +1 -2
  218. package/dist/node_modules/antd/es/layout/style/sider.js +9 -9
  219. package/dist/node_modules/antd/es/layout/style/sider.js.map +1 -1
  220. package/dist/node_modules/antd/es/menu/MenuItem.js +6 -6
  221. package/dist/node_modules/antd/es/menu/MenuItem.js.map +1 -1
  222. package/dist/node_modules/antd/es/menu/SubMenu.js +8 -8
  223. package/dist/node_modules/antd/es/menu/SubMenu.js.map +1 -1
  224. package/dist/node_modules/antd/es/menu/style/horizontal.js +1 -1
  225. package/dist/node_modules/antd/es/menu/style/horizontal.js.map +1 -1
  226. package/dist/node_modules/antd/es/menu/style/index.js +58 -58
  227. package/dist/node_modules/antd/es/menu/style/index.js.map +1 -1
  228. package/dist/node_modules/antd/es/menu/style/vertical.js +1 -1
  229. package/dist/node_modules/antd/es/menu/style/vertical.js.map +1 -1
  230. package/dist/node_modules/antd/es/message/index.js +1 -1
  231. package/dist/node_modules/antd/es/modal/ConfirmDialog.js +117 -112
  232. package/dist/node_modules/antd/es/modal/ConfirmDialog.js.map +1 -1
  233. package/dist/node_modules/antd/es/modal/Modal.js +115 -109
  234. package/dist/node_modules/antd/es/modal/Modal.js.map +1 -1
  235. package/dist/node_modules/antd/es/modal/confirm.js +3 -3
  236. package/dist/node_modules/antd/es/modal/style/index.js +83 -80
  237. package/dist/node_modules/antd/es/modal/style/index.js.map +1 -1
  238. package/dist/node_modules/antd/es/pagination/Pagination.js +85 -81
  239. package/dist/node_modules/antd/es/pagination/Pagination.js.map +1 -1
  240. package/dist/node_modules/antd/es/pagination/style/bordered.js +2 -2
  241. package/dist/node_modules/antd/es/pagination/style/bordered.js.map +1 -1
  242. package/dist/node_modules/antd/es/pagination/style/index.js +100 -133
  243. package/dist/node_modules/antd/es/pagination/style/index.js.map +1 -1
  244. package/dist/node_modules/antd/es/popover/index.js +77 -82
  245. package/dist/node_modules/antd/es/popover/index.js.map +1 -1
  246. package/dist/node_modules/antd/es/popover/style/index.js +65 -63
  247. package/dist/node_modules/antd/es/popover/style/index.js.map +1 -1
  248. package/dist/node_modules/antd/es/progress/progress.js +4 -4
  249. package/dist/node_modules/antd/es/radio/context.js +3 -3
  250. package/dist/node_modules/antd/es/radio/context.js.map +1 -1
  251. package/dist/node_modules/antd/es/radio/group.js +31 -29
  252. package/dist/node_modules/antd/es/radio/group.js.map +1 -1
  253. package/dist/node_modules/antd/es/radio/style/index.js +1 -1
  254. package/dist/node_modules/antd/es/radio/style/index.js.map +1 -1
  255. package/dist/node_modules/antd/es/select/style/dropdown.js +1 -1
  256. package/dist/node_modules/antd/es/select/style/dropdown.js.map +1 -1
  257. package/dist/node_modules/antd/es/select/style/select-input-multiple.js +71 -69
  258. package/dist/node_modules/antd/es/select/style/select-input-multiple.js.map +1 -1
  259. package/dist/node_modules/antd/es/select/style/select-input.js +113 -98
  260. package/dist/node_modules/antd/es/select/style/select-input.js.map +1 -1
  261. package/dist/node_modules/antd/es/skeleton/Image.js +9 -9
  262. package/dist/node_modules/antd/es/skeleton/Image.js.map +1 -1
  263. package/dist/node_modules/antd/es/space/Item.js +2 -2
  264. package/dist/node_modules/antd/es/space/Item.js.map +1 -1
  265. package/dist/node_modules/antd/es/space/index.js +4 -4
  266. package/dist/node_modules/antd/es/space/index.js.map +1 -1
  267. package/dist/node_modules/antd/es/space/style/addon.js +47 -46
  268. package/dist/node_modules/antd/es/space/style/addon.js.map +1 -1
  269. package/dist/node_modules/antd/es/steps/PanelArrow.js +2 -2
  270. package/dist/node_modules/antd/es/steps/PanelArrow.js.map +1 -1
  271. package/dist/node_modules/antd/es/steps/ProgressIcon.js +12 -10
  272. package/dist/node_modules/antd/es/steps/ProgressIcon.js.map +1 -1
  273. package/dist/node_modules/antd/es/steps/index.js +108 -106
  274. package/dist/node_modules/antd/es/steps/index.js.map +1 -1
  275. package/dist/node_modules/antd/es/steps/style/horizontal.js +13 -11
  276. package/dist/node_modules/antd/es/steps/style/horizontal.js.map +1 -1
  277. package/dist/node_modules/antd/es/steps/style/icon.js +23 -18
  278. package/dist/node_modules/antd/es/steps/style/icon.js.map +1 -1
  279. package/dist/node_modules/antd/es/steps/style/index.js +41 -41
  280. package/dist/node_modules/antd/es/steps/style/index.js.map +1 -1
  281. package/dist/node_modules/antd/es/steps/style/inline.js +28 -23
  282. package/dist/node_modules/antd/es/steps/style/inline.js.map +1 -1
  283. package/dist/node_modules/antd/es/steps/style/label-placement.js +44 -39
  284. package/dist/node_modules/antd/es/steps/style/label-placement.js.map +1 -1
  285. package/dist/node_modules/antd/es/steps/style/nav.js +29 -27
  286. package/dist/node_modules/antd/es/steps/style/nav.js.map +1 -1
  287. package/dist/node_modules/antd/es/steps/style/panel.js +61 -56
  288. package/dist/node_modules/antd/es/steps/style/panel.js.map +1 -1
  289. package/dist/node_modules/antd/es/steps/style/progress-dot.js +28 -26
  290. package/dist/node_modules/antd/es/steps/style/progress-dot.js.map +1 -1
  291. package/dist/node_modules/antd/es/steps/style/progress.js +24 -57
  292. package/dist/node_modules/antd/es/steps/style/progress.js.map +1 -1
  293. package/dist/node_modules/antd/es/steps/style/rtl.js +10 -8
  294. package/dist/node_modules/antd/es/steps/style/rtl.js.map +1 -1
  295. package/dist/node_modules/antd/es/steps/style/small.js +21 -16
  296. package/dist/node_modules/antd/es/steps/style/small.js.map +1 -1
  297. package/dist/node_modules/antd/es/steps/style/status.js +187 -176
  298. package/dist/node_modules/antd/es/steps/style/status.js.map +1 -1
  299. package/dist/node_modules/antd/es/steps/style/util.js +18 -16
  300. package/dist/node_modules/antd/es/steps/style/util.js.map +1 -1
  301. package/dist/node_modules/antd/es/steps/style/vertical.js +21 -16
  302. package/dist/node_modules/antd/es/steps/style/vertical.js.map +1 -1
  303. package/dist/node_modules/antd/es/style/placementArrow.js +31 -29
  304. package/dist/node_modules/antd/es/style/placementArrow.js.map +1 -1
  305. package/dist/node_modules/antd/es/table/InternalTable.js +65 -62
  306. package/dist/node_modules/antd/es/table/InternalTable.js.map +1 -1
  307. package/dist/node_modules/antd/es/table/TableMeasureRowContext.js +6 -0
  308. package/dist/node_modules/antd/es/table/TableMeasureRowContext.js.map +1 -0
  309. package/dist/node_modules/antd/es/table/hooks/useFilter/FilterDropdown.js +145 -137
  310. package/dist/node_modules/antd/es/table/hooks/useFilter/FilterDropdown.js.map +1 -1
  311. package/dist/node_modules/antd/es/table/style/index.js +3 -3
  312. package/dist/node_modules/antd/es/table/style/index.js.map +1 -1
  313. package/dist/node_modules/antd/es/table/style/radius.js +10 -0
  314. package/dist/node_modules/antd/es/table/style/radius.js.map +1 -1
  315. package/dist/node_modules/antd/es/table/style/virtual.js +5 -5
  316. package/dist/node_modules/antd/es/table/style/virtual.js.map +1 -1
  317. package/dist/node_modules/antd/es/tag/style/index.js +5 -5
  318. package/dist/node_modules/antd/es/tag/style/index.js.map +1 -1
  319. package/dist/node_modules/antd/es/theme/util/genStyleUtils.js +29 -32
  320. package/dist/node_modules/antd/es/theme/util/genStyleUtils.js.map +1 -1
  321. package/dist/node_modules/antd/es/timeline/Timeline.js +76 -74
  322. package/dist/node_modules/antd/es/timeline/Timeline.js.map +1 -1
  323. package/dist/node_modules/antd/es/timeline/style/horizontal.js +21 -18
  324. package/dist/node_modules/antd/es/timeline/style/horizontal.js.map +1 -1
  325. package/dist/node_modules/antd/es/timeline/style/index.js +85 -70
  326. package/dist/node_modules/antd/es/timeline/style/index.js.map +1 -1
  327. package/dist/node_modules/antd/es/timeline/useItems.js +38 -37
  328. package/dist/node_modules/antd/es/timeline/useItems.js.map +1 -1
  329. package/dist/node_modules/antd/es/tooltip/PurePanel.js +27 -27
  330. package/dist/node_modules/antd/es/tooltip/PurePanel.js.map +1 -1
  331. package/dist/node_modules/antd/es/tooltip/UniqueProvider/MotionContent.js +17 -22
  332. package/dist/node_modules/antd/es/tooltip/UniqueProvider/MotionContent.js.map +1 -1
  333. package/dist/node_modules/antd/es/tooltip/UniqueProvider/index.js +27 -26
  334. package/dist/node_modules/antd/es/tooltip/UniqueProvider/index.js.map +1 -1
  335. package/dist/node_modules/antd/es/tooltip/index.js +52 -51
  336. package/dist/node_modules/antd/es/tooltip/index.js.map +1 -1
  337. package/dist/node_modules/antd/es/tooltip/style/index.js +55 -52
  338. package/dist/node_modules/antd/es/tooltip/style/index.js.map +1 -1
  339. package/dist/node_modules/antd/es/tooltip/util.js +13 -12
  340. package/dist/node_modules/antd/es/tooltip/util.js.map +1 -1
  341. package/dist/node_modules/antd/es/transfer/ListBody.js +16 -16
  342. package/dist/node_modules/antd/es/transfer/ListBody.js.map +1 -1
  343. package/dist/node_modules/antd/es/transfer/ListItem.js +43 -43
  344. package/dist/node_modules/antd/es/transfer/ListItem.js.map +1 -1
  345. package/dist/node_modules/antd/es/transfer/style/index.js +1 -1
  346. package/dist/node_modules/antd/es/tree/DirectoryTree.js +42 -41
  347. package/dist/node_modules/antd/es/tree/DirectoryTree.js.map +1 -1
  348. package/dist/node_modules/antd/es/typography/Base/index.js +43 -42
  349. package/dist/node_modules/antd/es/typography/Base/index.js.map +1 -1
  350. package/dist/node_modules/antd/es/typography/style/index.js +43 -43
  351. package/dist/node_modules/antd/es/typography/style/index.js.map +1 -1
  352. package/dist/node_modules/antd/es/typography/style/mixins.js +1 -1
  353. package/dist/node_modules/antd/es/typography/style/mixins.js.map +1 -1
  354. package/dist/node_modules/antd/es/version/version.js +1 -1
  355. package/dist/node_modules/antd/es/version/version.js.map +1 -1
  356. package/dist/node_modules/antd/es/watermark/context.js +5 -6
  357. package/dist/node_modules/antd/es/watermark/context.js.map +1 -1
  358. package/dist/node_modules/antd-style/node_modules/@ant-design/cssinjs/es/StyleContext.js +1 -2
  359. package/dist/node_modules/antd-style/node_modules/@ant-design/cssinjs/es/StyleContext.js.map +1 -1
  360. package/dist/node_modules/exceljs/dist/exceljs.min.js +91 -508
  361. package/dist/node_modules/exceljs/dist/exceljs.min.js.map +1 -1
  362. package/dist/node_modules/html2canvas/dist/html2canvas.esm.js +5 -55
  363. package/dist/node_modules/html2canvas/dist/html2canvas.esm.js.map +1 -1
  364. package/dist/node_modules/jspdf/dist/jspdf.es.min.js +8 -53
  365. package/dist/node_modules/jspdf/dist/jspdf.es.min.js.map +1 -1
  366. package/dist/node_modules/lodash/lodash.js +295 -278
  367. package/dist/node_modules/lodash/lodash.js.map +1 -1
  368. package/dist/node_modules/moment/dist/moment.js +2 -8
  369. package/dist/node_modules/moment/dist/moment.js.map +1 -1
  370. package/dist/node_modules/rc-util/es/isEqual.js +1 -1
  371. package/package.json +1 -1
  372. package/dist/node_modules/@rc-component/form/es/BatchUpdate.js +0 -21
  373. package/dist/node_modules/@rc-component/form/es/BatchUpdate.js.map +0 -1
  374. package/dist/node_modules/@rc-component/form/es/useForm.js.map +0 -1
  375. package/dist/node_modules/@rc-component/form/es/useWatch.js.map +0 -1
  376. package/dist/node_modules/antd/es/date-picker/generatePicker/SuffixIcon.js.map +0 -1
@@ -1,11 +1,11 @@
1
1
  import { unit as r } from "../../../../@ant-design/cssinjs/es/util/index.js";
2
- import { genInputSmallStyle as n, genBasicInputStyle as o } from "../../input/style/index.js";
3
- import { genDisabledStyle as l, genBaseOutlinedStyle as a } from "../../input/style/variants.js";
4
- import { resetComponent as c, genFocusOutline as t, genFocusStyle as m } from "../../style/index.js";
5
- import { genStyleHooks as g } from "../../theme/util/genStyleUtils.js";
6
- import { merge as d } from "../../../../@ant-design/cssinjs-utils/es/util/statistic.js";
7
- import { initComponentToken as s, initInputToken as p } from "../../input/style/token.js";
8
- const u = (i) => {
2
+ import { genInputLargeStyle as c, genInputSmallStyle as s, genBasicInputStyle as m } from "../../input/style/index.js";
3
+ import { genDisabledStyle as g, genBaseOutlinedStyle as d } from "../../input/style/variants.js";
4
+ import { resetComponent as p, genFocusOutline as l, genFocusStyle as u } from "../../style/index.js";
5
+ import { genStyleHooks as b, genCssVar as a } from "../../theme/util/genStyleUtils.js";
6
+ import { merge as h } from "../../../../@ant-design/cssinjs-utils/es/util/statistic.js";
7
+ import { initInputToken as v, initComponentToken as $ } from "../../input/style/token.js";
8
+ const S = (i) => {
9
9
  const {
10
10
  componentCls: e
11
11
  } = i;
@@ -77,84 +77,47 @@ const u = (i) => {
77
77
  }
78
78
  }
79
79
  };
80
- }, h = (i) => {
80
+ }, C = (i) => {
81
81
  const {
82
82
  componentCls: e
83
83
  } = i;
84
84
  return {
85
- [`&${e}-mini ${e}-total-text, &${e}-mini ${e}-simple-pager`]: {
86
- height: i.itemSizeSM,
87
- lineHeight: r(i.itemSizeSM)
88
- },
89
- [`&${e}-mini ${e}-item`]: {
90
- minWidth: i.itemSizeSM,
91
- height: i.itemSizeSM,
92
- margin: 0,
93
- lineHeight: r(i.calc(i.itemSizeSM).sub(2).equal())
94
- },
95
- [`&${e}-mini ${e}-prev, &${e}-mini ${e}-next`]: {
96
- minWidth: i.itemSizeSM,
97
- height: i.itemSizeSM,
98
- margin: 0,
99
- lineHeight: r(i.itemSizeSM)
100
- },
101
- [`&${e}-mini:not(${e}-disabled)`]: {
102
- [`${e}-prev, ${e}-next`]: {
103
- [`&:hover ${e}-item-link`]: {
104
- backgroundColor: i.colorBgTextHover
105
- },
106
- [`&:active ${e}-item-link`]: {
107
- backgroundColor: i.colorBgTextActive
108
- },
109
- [`&${e}-disabled:hover ${e}-item-link`]: {
110
- backgroundColor: "transparent"
111
- }
112
- }
113
- },
114
- [`
115
- &${e}-mini ${e}-prev ${e}-item-link,
116
- &${e}-mini ${e}-next ${e}-item-link
117
- `]: {
118
- backgroundColor: "transparent",
119
- borderColor: "transparent",
120
- "&::after": {
121
- height: i.itemSizeSM,
122
- lineHeight: r(i.itemSizeSM)
123
- }
124
- },
125
- [`&${e}-mini ${e}-jump-prev, &${e}-mini ${e}-jump-next`]: {
126
- height: i.itemSizeSM,
127
- marginInlineEnd: 0,
128
- lineHeight: r(i.itemSizeSM)
129
- },
130
- [`&${e}-mini ${e}-options`]: {
85
+ [`&${e}-small ${e}-options`]: {
131
86
  marginInlineStart: i.paginationMiniOptionsMarginInlineStart,
132
- "&-size-changer": {
133
- top: i.miniOptionsSizeChangerTop
134
- },
135
87
  "&-quick-jumper": {
136
- height: i.itemSizeSM,
137
- lineHeight: r(i.itemSizeSM),
138
88
  input: {
139
- ...n(i),
140
- width: i.paginationMiniQuickJumperInputWidth,
141
- height: i.controlHeightSM
89
+ ...s(i),
90
+ width: i.paginationMiniQuickJumperInputWidth
142
91
  }
143
92
  }
144
93
  }
145
94
  };
146
- }, S = (i) => {
95
+ }, y = (i) => {
147
96
  const {
148
97
  componentCls: e
149
98
  } = i;
99
+ return {
100
+ [`&${e}-large ${e}-options`]: {
101
+ "&-quick-jumper": {
102
+ input: {
103
+ ...c(i)
104
+ }
105
+ }
106
+ }
107
+ };
108
+ }, x = (i) => {
109
+ const {
110
+ componentCls: e,
111
+ antCls: n
112
+ } = i, [, t] = a(n, "pagination");
150
113
  return {
151
114
  [`&${e}-simple`]: {
152
115
  [`${e}-prev, ${e}-next`]: {
153
- height: i.itemSize,
154
- lineHeight: r(i.itemSize),
116
+ height: t("item-size-actual"),
117
+ lineHeight: t("item-size-actual"),
155
118
  verticalAlign: "top",
156
119
  [`${e}-item-link`]: {
157
- height: i.itemSize,
120
+ height: t("item-size-actual"),
158
121
  backgroundColor: "transparent",
159
122
  border: 0,
160
123
  "&:hover": {
@@ -164,16 +127,16 @@ const u = (i) => {
164
127
  backgroundColor: i.colorBgTextActive
165
128
  },
166
129
  "&::after": {
167
- height: i.itemSize,
168
- lineHeight: r(i.itemSize)
130
+ height: t("item-size-actual"),
131
+ lineHeight: t("item-size-actual")
169
132
  }
170
133
  }
171
134
  },
172
135
  [`${e}-simple-pager`]: {
173
136
  display: "inline-flex",
174
137
  alignItems: "center",
175
- height: i.itemSize,
176
- marginInlineEnd: i.marginXS,
138
+ height: t("item-size-actual"),
139
+ marginInlineEnd: t("item-spacing-actual"),
177
140
  input: {
178
141
  boxSizing: "border-box",
179
142
  height: "100%",
@@ -210,20 +173,8 @@ const u = (i) => {
210
173
  }
211
174
  }
212
175
  },
213
- [`&${e}-mini`]: {
214
- [`${e}-prev, ${e}-next`]: {
215
- height: i.itemSizeSM,
216
- lineHeight: r(i.itemSizeSM),
217
- [`${e}-item-link`]: {
218
- height: i.itemSizeSM,
219
- "&::after": {
220
- height: i.itemSizeSM,
221
- lineHeight: r(i.itemSizeSM)
222
- }
223
- }
224
- },
176
+ [`&${e}-small`]: {
225
177
  [`${e}-simple-pager`]: {
226
- height: i.itemSizeSM,
227
178
  input: {
228
179
  width: i.paginationMiniQuickJumperInputWidth
229
180
  }
@@ -231,10 +182,11 @@ const u = (i) => {
231
182
  }
232
183
  }
233
184
  };
234
- }, $ = (i) => {
185
+ }, I = (i) => {
235
186
  const {
236
- componentCls: e
237
- } = i;
187
+ componentCls: e,
188
+ antCls: n
189
+ } = i, [, t] = a(n, "pagination");
238
190
  return {
239
191
  [`${e}-jump-prev, ${e}-jump-next`]: {
240
192
  outline: 0,
@@ -283,7 +235,7 @@ const u = (i) => {
283
235
  ${e}-jump-prev,
284
236
  ${e}-jump-next
285
237
  `]: {
286
- marginInlineEnd: i.marginXS
238
+ marginInlineEnd: t("item-spacing-actual")
287
239
  },
288
240
  [`
289
241
  ${e}-prev,
@@ -292,11 +244,11 @@ const u = (i) => {
292
244
  ${e}-jump-next
293
245
  `]: {
294
246
  display: "inline-block",
295
- minWidth: i.itemSize,
296
- height: i.itemSize,
247
+ minWidth: t("item-size-actual"),
248
+ height: t("item-size-actual"),
297
249
  color: i.colorText,
298
250
  fontFamily: i.fontFamily,
299
- lineHeight: r(i.itemSize),
251
+ lineHeight: t("item-size-actual"),
300
252
  textAlign: "center",
301
253
  verticalAlign: "middle",
302
254
  listStyle: "none",
@@ -349,43 +301,44 @@ const u = (i) => {
349
301
  },
350
302
  "&-quick-jumper": {
351
303
  display: "inline-block",
352
- height: i.controlHeight,
304
+ height: t("item-size-actual"),
353
305
  marginInlineStart: i.marginXS,
354
- lineHeight: r(i.controlHeight),
355
- verticalAlign: "top",
306
+ lineHeight: t("item-size-actual"),
307
+ verticalAlign: "baseline",
356
308
  input: {
357
- ...o(i),
358
- ...a(i, {
309
+ ...m(i),
310
+ ...d(i, {
359
311
  borderColor: i.colorBorder,
360
312
  hoverBorderColor: i.colorPrimaryHover,
361
313
  activeBorderColor: i.colorPrimary,
362
314
  activeShadow: i.activeShadow
363
315
  }),
364
316
  "&[disabled]": {
365
- ...l(i)
317
+ ...g(i)
366
318
  },
367
319
  width: i.quickJumperInputWidth,
368
- height: i.controlHeight,
320
+ height: t("item-size-actual"),
369
321
  boxSizing: "border-box",
370
322
  margin: 0,
371
- marginInlineStart: i.marginXS,
372
- marginInlineEnd: i.marginXS
323
+ marginInlineStart: t("item-spacing-actual"),
324
+ marginInlineEnd: t("item-spacing-actual")
373
325
  }
374
326
  }
375
327
  }
376
328
  };
377
- }, b = (i) => {
329
+ }, f = (i) => {
378
330
  const {
379
- componentCls: e
380
- } = i;
331
+ componentCls: e,
332
+ antCls: n
333
+ } = i, [, t] = a(n, "pagination");
381
334
  return {
382
335
  [`${e}-item`]: {
383
336
  display: "inline-block",
384
- minWidth: i.itemSize,
385
- height: i.itemSize,
386
- marginInlineEnd: i.marginXS,
337
+ minWidth: t("item-size-actual"),
338
+ height: t("item-size-actual"),
339
+ marginInlineEnd: t("item-spacing-actual"),
387
340
  fontFamily: i.fontFamily,
388
- lineHeight: r(i.calc(i.itemSize).sub(2).equal()),
341
+ lineHeight: r(i.calc(t("item-size-actual")).sub(2).equal()),
389
342
  textAlign: "center",
390
343
  verticalAlign: "middle",
391
344
  listStyle: "none",
@@ -428,14 +381,26 @@ const u = (i) => {
428
381
  }
429
382
  }
430
383
  };
431
- }, v = (i) => {
384
+ }, z = (i) => {
432
385
  const {
433
- componentCls: e
434
- } = i;
386
+ componentCls: e,
387
+ antCls: n
388
+ } = i, [t, o] = a(n, "pagination");
435
389
  return {
436
390
  [e]: {
437
- ...c(i),
391
+ [t("item-size-actual")]: r(i.itemSize),
392
+ [t("item-spacing-actual")]: r(i.marginXS),
393
+ "&-small": {
394
+ [t("item-size-actual")]: r(i.itemSizeSM),
395
+ [t("item-spacing-actual")]: r(i.marginXXS)
396
+ },
397
+ "&-large": {
398
+ [t("item-size-actual")]: r(i.itemSizeLG),
399
+ [t("item-spacing-actual")]: r(i.marginSM)
400
+ },
401
+ ...p(i),
438
402
  display: "flex",
403
+ alignItems: "center",
439
404
  "&-start": {
440
405
  justifyContent: "start"
441
406
  },
@@ -460,21 +425,22 @@ const u = (i) => {
460
425
  },
461
426
  [`${e}-total-text`]: {
462
427
  display: "inline-block",
463
- height: i.itemSize,
464
- marginInlineEnd: i.marginXS,
465
- lineHeight: r(i.calc(i.itemSize).sub(2).equal()),
428
+ height: o("item-size-actual"),
429
+ marginInlineEnd: o("item-spacing-actual"),
430
+ lineHeight: r(i.calc(o("item-size-actual")).sub(2).equal()),
466
431
  verticalAlign: "middle"
467
432
  },
468
433
  // item style
469
- ...b(i),
434
+ ...f(i),
470
435
  // jump btn style
471
- ...$(i),
436
+ ...I(i),
472
437
  // simple style
473
- ...S(i),
474
- // mini style
475
- ...h(i),
438
+ ...x(i),
439
+ // size style
440
+ ...C(i),
441
+ ...y(i),
476
442
  // disabled style
477
- ...u(i),
443
+ ...S(i),
478
444
  // media query style
479
445
  [`@media only screen and (max-width: ${i.screenLG}px)`]: {
480
446
  [`${e}-item`]: {
@@ -494,14 +460,14 @@ const u = (i) => {
494
460
  direction: "rtl"
495
461
  }
496
462
  };
497
- }, C = (i) => {
463
+ }, B = (i) => {
498
464
  const {
499
465
  componentCls: e
500
466
  } = i;
501
467
  return {
502
468
  [`${e}:not(${e}-disabled)`]: {
503
469
  [`${e}-item`]: {
504
- ...m(i)
470
+ ...u(i)
505
471
  },
506
472
  [`${e}-jump-prev, ${e}-jump-next`]: {
507
473
  "&:focus-visible": {
@@ -511,18 +477,19 @@ const u = (i) => {
511
477
  [`${e}-item-ellipsis`]: {
512
478
  opacity: 0
513
479
  },
514
- ...t(i)
480
+ ...l(i)
515
481
  }
516
482
  },
517
483
  [`${e}-prev, ${e}-next`]: {
518
- [`&:focus-visible ${e}-item-link`]: t(i)
484
+ [`&:focus-visible ${e}-item-link`]: l(i)
519
485
  }
520
486
  }
521
487
  };
522
- }, y = (i) => ({
488
+ }, T = (i) => ({
523
489
  itemBg: i.colorBgContainer,
524
490
  itemSize: i.controlHeight,
525
491
  itemSizeSM: i.controlHeightSM,
492
+ itemSizeLG: i.controlHeightLG,
526
493
  itemActiveBg: i.colorBgContainer,
527
494
  itemActiveColor: i.colorPrimary,
528
495
  itemActiveColorHover: i.colorPrimaryHover,
@@ -531,8 +498,8 @@ const u = (i) => {
531
498
  itemActiveBgDisabled: i.controlItemBgActiveDisabled,
532
499
  itemInputBg: i.colorBgContainer,
533
500
  miniOptionsSizeChangerTop: 0,
534
- ...s(i)
535
- }), x = (i) => d(i, {
501
+ ...$(i)
502
+ }), A = (i) => h(i, {
536
503
  inputOutlineOffset: 0,
537
504
  quickJumperInputWidth: i.calc(i.controlHeightLG).mul(1.25).equal(),
538
505
  paginationMiniOptionsMarginInlineStart: i.calc(i.marginXXS).div(2).equal(),
@@ -543,13 +510,13 @@ const u = (i) => {
543
510
  paginationSlashMarginInlineEnd: i.marginSM,
544
511
  paginationEllipsisTextIndent: "0.13em"
545
512
  // magic for ui experience
546
- }, p(i)), A = g("Pagination", (i) => {
547
- const e = x(i);
548
- return [v(e), C(e)];
549
- }, y);
513
+ }, v(i)), W = b("Pagination", (i) => {
514
+ const e = A(i);
515
+ return [z(e), B(e)];
516
+ }, T);
550
517
  export {
551
- A as default,
552
- y as prepareComponentToken,
553
- x as prepareToken
518
+ W as default,
519
+ T as prepareComponentToken,
520
+ A as prepareToken
554
521
  };
555
522
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../node_modules/antd/es/pagination/style/index.js"],"sourcesContent":["import { unit } from '@ant-design/cssinjs';\nimport { genBasicInputStyle, genInputSmallStyle, initComponentToken, initInputToken } from '../../input/style';\nimport { genBaseOutlinedStyle, genDisabledStyle } from '../../input/style/variants';\nimport { genFocusOutline, genFocusStyle, resetComponent } from '../../style';\nimport { genStyleHooks, mergeToken } from '../../theme/internal';\nconst genPaginationDisabledStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}-disabled`]: {\n '&, &:hover': {\n cursor: 'not-allowed',\n [`${componentCls}-item-link`]: {\n color: token.colorTextDisabled,\n cursor: 'not-allowed'\n }\n },\n '&:focus-visible': {\n cursor: 'not-allowed',\n [`${componentCls}-item-link`]: {\n color: token.colorTextDisabled,\n cursor: 'not-allowed'\n }\n }\n },\n [`&${componentCls}-disabled`]: {\n cursor: 'not-allowed',\n [`${componentCls}-item`]: {\n cursor: 'not-allowed',\n backgroundColor: 'transparent',\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n },\n a: {\n color: token.colorTextDisabled,\n backgroundColor: 'transparent',\n border: 'none',\n cursor: 'not-allowed'\n },\n '&-active': {\n borderColor: token.colorBorder,\n backgroundColor: token.itemActiveBgDisabled,\n '&:hover, &:active': {\n backgroundColor: token.itemActiveBgDisabled\n },\n a: {\n color: token.itemActiveColorDisabled\n }\n }\n },\n [`${componentCls}-item-link`]: {\n color: token.colorTextDisabled,\n cursor: 'not-allowed',\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n },\n [`${componentCls}-simple&`]: {\n backgroundColor: 'transparent',\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n }\n }\n },\n [`${componentCls}-simple-pager`]: {\n color: token.colorTextDisabled\n },\n [`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {\n [`${componentCls}-item-link-icon`]: {\n opacity: 0\n },\n [`${componentCls}-item-ellipsis`]: {\n opacity: 1\n }\n }\n }\n };\n};\nconst genPaginationMiniStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`&${componentCls}-mini ${componentCls}-total-text, &${componentCls}-mini ${componentCls}-simple-pager`]: {\n height: token.itemSizeSM,\n lineHeight: unit(token.itemSizeSM)\n },\n [`&${componentCls}-mini ${componentCls}-item`]: {\n minWidth: token.itemSizeSM,\n height: token.itemSizeSM,\n margin: 0,\n lineHeight: unit(token.calc(token.itemSizeSM).sub(2).equal())\n },\n [`&${componentCls}-mini ${componentCls}-prev, &${componentCls}-mini ${componentCls}-next`]: {\n minWidth: token.itemSizeSM,\n height: token.itemSizeSM,\n margin: 0,\n lineHeight: unit(token.itemSizeSM)\n },\n [`&${componentCls}-mini:not(${componentCls}-disabled)`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n [`&:hover ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgTextHover\n },\n [`&:active ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgTextActive\n },\n [`&${componentCls}-disabled:hover ${componentCls}-item-link`]: {\n backgroundColor: 'transparent'\n }\n }\n },\n [`\n &${componentCls}-mini ${componentCls}-prev ${componentCls}-item-link,\n &${componentCls}-mini ${componentCls}-next ${componentCls}-item-link\n `]: {\n backgroundColor: 'transparent',\n borderColor: 'transparent',\n '&::after': {\n height: token.itemSizeSM,\n lineHeight: unit(token.itemSizeSM)\n }\n },\n [`&${componentCls}-mini ${componentCls}-jump-prev, &${componentCls}-mini ${componentCls}-jump-next`]: {\n height: token.itemSizeSM,\n marginInlineEnd: 0,\n lineHeight: unit(token.itemSizeSM)\n },\n [`&${componentCls}-mini ${componentCls}-options`]: {\n marginInlineStart: token.paginationMiniOptionsMarginInlineStart,\n '&-size-changer': {\n top: token.miniOptionsSizeChangerTop\n },\n '&-quick-jumper': {\n height: token.itemSizeSM,\n lineHeight: unit(token.itemSizeSM),\n input: {\n ...genInputSmallStyle(token),\n width: token.paginationMiniQuickJumperInputWidth,\n height: token.controlHeightSM\n }\n }\n }\n };\n};\nconst genPaginationSimpleStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`&${componentCls}-simple`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n height: token.itemSize,\n lineHeight: unit(token.itemSize),\n verticalAlign: 'top',\n [`${componentCls}-item-link`]: {\n height: token.itemSize,\n backgroundColor: 'transparent',\n border: 0,\n '&:hover': {\n backgroundColor: token.colorBgTextHover\n },\n '&:active': {\n backgroundColor: token.colorBgTextActive\n },\n '&::after': {\n height: token.itemSize,\n lineHeight: unit(token.itemSize)\n }\n }\n },\n [`${componentCls}-simple-pager`]: {\n display: 'inline-flex',\n alignItems: 'center',\n height: token.itemSize,\n marginInlineEnd: token.marginXS,\n input: {\n boxSizing: 'border-box',\n height: '100%',\n width: token.quickJumperInputWidth,\n padding: `0 ${unit(token.paginationItemPaddingInline)}`,\n textAlign: 'center',\n backgroundColor: token.itemInputBg,\n border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorBorder}`,\n borderRadius: token.borderRadius,\n outline: 'none',\n transition: `border-color ${token.motionDurationMid}`,\n color: 'inherit',\n '&:hover': {\n borderColor: token.colorPrimary\n },\n '&:focus': {\n borderColor: token.colorPrimaryHover,\n boxShadow: `${unit(token.inputOutlineOffset)} 0 ${unit(token.controlOutlineWidth)} ${token.controlOutline}`\n },\n '&[disabled]': {\n color: token.colorTextDisabled,\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n cursor: 'not-allowed'\n }\n }\n },\n [`&${componentCls}-disabled`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n [`${componentCls}-item-link`]: {\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n }\n }\n }\n },\n [`&${componentCls}-mini`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n height: token.itemSizeSM,\n lineHeight: unit(token.itemSizeSM),\n [`${componentCls}-item-link`]: {\n height: token.itemSizeSM,\n '&::after': {\n height: token.itemSizeSM,\n lineHeight: unit(token.itemSizeSM)\n }\n }\n },\n [`${componentCls}-simple-pager`]: {\n height: token.itemSizeSM,\n input: {\n width: token.paginationMiniQuickJumperInputWidth\n }\n }\n }\n }\n };\n};\nconst genPaginationJumpStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {\n outline: 0,\n [`${componentCls}-item-container`]: {\n position: 'relative',\n [`${componentCls}-item-link-icon`]: {\n color: token.colorPrimary,\n fontSize: token.fontSizeSM,\n opacity: 0,\n transition: `all ${token.motionDurationMid}`,\n '&-svg': {\n top: 0,\n insetInlineEnd: 0,\n bottom: 0,\n insetInlineStart: 0,\n margin: 'auto'\n }\n },\n [`${componentCls}-item-ellipsis`]: {\n position: 'absolute',\n top: 0,\n insetInlineEnd: 0,\n bottom: 0,\n insetInlineStart: 0,\n display: 'block',\n margin: 'auto',\n color: token.colorTextDisabled,\n letterSpacing: token.paginationEllipsisLetterSpacing,\n textAlign: 'center',\n textIndent: token.paginationEllipsisTextIndent,\n opacity: 1,\n transition: `all ${token.motionDurationMid}`\n }\n },\n '&:hover': {\n [`${componentCls}-item-link-icon`]: {\n opacity: 1\n },\n [`${componentCls}-item-ellipsis`]: {\n opacity: 0\n }\n }\n },\n [`\n ${componentCls}-prev,\n ${componentCls}-jump-prev,\n ${componentCls}-jump-next\n `]: {\n marginInlineEnd: token.marginXS\n },\n [`\n ${componentCls}-prev,\n ${componentCls}-next,\n ${componentCls}-jump-prev,\n ${componentCls}-jump-next\n `]: {\n display: 'inline-block',\n minWidth: token.itemSize,\n height: token.itemSize,\n color: token.colorText,\n fontFamily: token.fontFamily,\n lineHeight: unit(token.itemSize),\n textAlign: 'center',\n verticalAlign: 'middle',\n listStyle: 'none',\n borderRadius: token.borderRadius,\n cursor: 'pointer',\n transition: `all ${token.motionDurationMid}`\n },\n [`${componentCls}-prev, ${componentCls}-next`]: {\n outline: 0,\n button: {\n color: token.colorText,\n cursor: 'pointer',\n userSelect: 'none'\n },\n [`${componentCls}-item-link`]: {\n display: 'block',\n width: '100%',\n height: '100%',\n padding: 0,\n fontSize: token.fontSizeSM,\n textAlign: 'center',\n backgroundColor: 'transparent',\n border: `${unit(token.lineWidth)} ${token.lineType} transparent`,\n borderRadius: token.borderRadius,\n outline: 'none',\n transition: `all ${token.motionDurationMid}`\n },\n [`&:hover ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgTextHover\n },\n [`&:active ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgTextActive\n },\n [`&${componentCls}-disabled:hover`]: {\n [`${componentCls}-item-link`]: {\n backgroundColor: 'transparent'\n }\n }\n },\n [`${componentCls}-slash`]: {\n marginInlineEnd: token.paginationSlashMarginInlineEnd,\n marginInlineStart: token.paginationSlashMarginInlineStart\n },\n [`${componentCls}-options`]: {\n display: 'inline-block',\n marginInlineStart: token.margin,\n verticalAlign: 'middle',\n '&-size-changer': {\n width: 'auto'\n },\n '&-quick-jumper': {\n display: 'inline-block',\n height: token.controlHeight,\n marginInlineStart: token.marginXS,\n lineHeight: unit(token.controlHeight),\n verticalAlign: 'top',\n input: {\n ...genBasicInputStyle(token),\n ...genBaseOutlinedStyle(token, {\n borderColor: token.colorBorder,\n hoverBorderColor: token.colorPrimaryHover,\n activeBorderColor: token.colorPrimary,\n activeShadow: token.activeShadow\n }),\n '&[disabled]': {\n ...genDisabledStyle(token)\n },\n width: token.quickJumperInputWidth,\n height: token.controlHeight,\n boxSizing: 'border-box',\n margin: 0,\n marginInlineStart: token.marginXS,\n marginInlineEnd: token.marginXS\n }\n }\n }\n };\n};\nconst genPaginationItemStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}-item`]: {\n display: 'inline-block',\n minWidth: token.itemSize,\n height: token.itemSize,\n marginInlineEnd: token.marginXS,\n fontFamily: token.fontFamily,\n lineHeight: unit(token.calc(token.itemSize).sub(2).equal()),\n textAlign: 'center',\n verticalAlign: 'middle',\n listStyle: 'none',\n backgroundColor: token.itemBg,\n border: `${unit(token.lineWidth)} ${token.lineType} transparent`,\n borderRadius: token.borderRadius,\n outline: 0,\n cursor: 'pointer',\n userSelect: 'none',\n a: {\n display: 'block',\n padding: `0 ${unit(token.paginationItemPaddingInline)}`,\n color: token.colorText,\n '&:hover': {\n textDecoration: 'none'\n }\n },\n [`&:not(${componentCls}-item-active)`]: {\n '&:hover': {\n transition: `all ${token.motionDurationMid}`,\n backgroundColor: token.colorBgTextHover\n },\n '&:active': {\n backgroundColor: token.colorBgTextActive\n }\n },\n '&-active': {\n fontWeight: token.fontWeightStrong,\n backgroundColor: token.itemActiveBg,\n borderColor: token.colorPrimary,\n a: {\n color: token.itemActiveColor\n },\n '&:hover': {\n borderColor: token.colorPrimaryHover\n },\n '&:hover a': {\n color: token.itemActiveColorHover\n }\n }\n }\n };\n};\nconst genPaginationStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [componentCls]: {\n ...resetComponent(token),\n display: 'flex',\n '&-start': {\n justifyContent: 'start'\n },\n '&-center': {\n justifyContent: 'center'\n },\n '&-end': {\n justifyContent: 'end'\n },\n 'ul, ol': {\n margin: 0,\n padding: 0,\n listStyle: 'none'\n },\n '&::after': {\n display: 'block',\n clear: 'both',\n height: 0,\n overflow: 'hidden',\n visibility: 'hidden',\n content: '\"\"'\n },\n [`${componentCls}-total-text`]: {\n display: 'inline-block',\n height: token.itemSize,\n marginInlineEnd: token.marginXS,\n lineHeight: unit(token.calc(token.itemSize).sub(2).equal()),\n verticalAlign: 'middle'\n },\n // item style\n ...genPaginationItemStyle(token),\n // jump btn style\n ...genPaginationJumpStyle(token),\n // simple style\n ...genPaginationSimpleStyle(token),\n // mini style\n ...genPaginationMiniStyle(token),\n // disabled style\n ...genPaginationDisabledStyle(token),\n // media query style\n [`@media only screen and (max-width: ${token.screenLG}px)`]: {\n [`${componentCls}-item`]: {\n '&-after-jump-prev, &-before-jump-next': {\n display: 'none'\n }\n }\n },\n [`@media only screen and (max-width: ${token.screenSM}px)`]: {\n [`${componentCls}-options`]: {\n display: 'none'\n }\n }\n },\n // rtl style\n [`&${token.componentCls}-rtl`]: {\n direction: 'rtl'\n }\n };\n};\nconst genPaginationFocusStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}:not(${componentCls}-disabled)`]: {\n [`${componentCls}-item`]: {\n ...genFocusStyle(token)\n },\n [`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {\n '&:focus-visible': {\n [`${componentCls}-item-link-icon`]: {\n opacity: 1\n },\n [`${componentCls}-item-ellipsis`]: {\n opacity: 0\n },\n ...genFocusOutline(token)\n }\n },\n [`${componentCls}-prev, ${componentCls}-next`]: {\n [`&:focus-visible ${componentCls}-item-link`]: genFocusOutline(token)\n }\n }\n };\n};\nexport const prepareComponentToken = token => ({\n itemBg: token.colorBgContainer,\n itemSize: token.controlHeight,\n itemSizeSM: token.controlHeightSM,\n itemActiveBg: token.colorBgContainer,\n itemActiveColor: token.colorPrimary,\n itemActiveColorHover: token.colorPrimaryHover,\n itemLinkBg: token.colorBgContainer,\n itemActiveColorDisabled: token.colorTextDisabled,\n itemActiveBgDisabled: token.controlItemBgActiveDisabled,\n itemInputBg: token.colorBgContainer,\n miniOptionsSizeChangerTop: 0,\n ...initComponentToken(token)\n});\nexport const prepareToken = token => mergeToken(token, {\n inputOutlineOffset: 0,\n quickJumperInputWidth: token.calc(token.controlHeightLG).mul(1.25).equal(),\n paginationMiniOptionsMarginInlineStart: token.calc(token.marginXXS).div(2).equal(),\n paginationMiniQuickJumperInputWidth: token.calc(token.controlHeightLG).mul(1.1).equal(),\n paginationItemPaddingInline: token.calc(token.marginXXS).mul(1.5).equal(),\n paginationEllipsisLetterSpacing: token.calc(token.marginXXS).div(2).equal(),\n paginationSlashMarginInlineStart: token.marginSM,\n paginationSlashMarginInlineEnd: token.marginSM,\n paginationEllipsisTextIndent: '0.13em' // magic for ui experience\n}, initInputToken(token));\n// ============================== Export ==============================\nexport default genStyleHooks('Pagination', token => {\n const paginationToken = prepareToken(token);\n return [genPaginationStyle(paginationToken), genPaginationFocusStyle(paginationToken)];\n}, prepareComponentToken);"],"names":["genPaginationDisabledStyle","token","componentCls","genPaginationMiniStyle","unit","genInputSmallStyle","genPaginationSimpleStyle","genPaginationJumpStyle","genBasicInputStyle","genBaseOutlinedStyle","genDisabledStyle","genPaginationItemStyle","genPaginationStyle","resetComponent","genPaginationFocusStyle","genFocusStyle","genFocusOutline","prepareComponentToken","initComponentToken","prepareToken","mergeToken","initInputToken","useStyle","genStyleHooks","paginationToken"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/antd/es/pagination/style/index.js"],"sourcesContent":["import { unit } from '@ant-design/cssinjs';\nimport { genBasicInputStyle, genInputLargeStyle, genInputSmallStyle, initComponentToken, initInputToken } from '../../input/style';\nimport { genBaseOutlinedStyle, genDisabledStyle } from '../../input/style/variants';\nimport { genFocusOutline, genFocusStyle, resetComponent } from '../../style';\nimport { genStyleHooks, mergeToken } from '../../theme/internal';\nimport { genCssVar } from '../../theme/util/genStyleUtils';\nconst genPaginationDisabledStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}-disabled`]: {\n '&, &:hover': {\n cursor: 'not-allowed',\n [`${componentCls}-item-link`]: {\n color: token.colorTextDisabled,\n cursor: 'not-allowed'\n }\n },\n '&:focus-visible': {\n cursor: 'not-allowed',\n [`${componentCls}-item-link`]: {\n color: token.colorTextDisabled,\n cursor: 'not-allowed'\n }\n }\n },\n [`&${componentCls}-disabled`]: {\n cursor: 'not-allowed',\n [`${componentCls}-item`]: {\n cursor: 'not-allowed',\n backgroundColor: 'transparent',\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n },\n a: {\n color: token.colorTextDisabled,\n backgroundColor: 'transparent',\n border: 'none',\n cursor: 'not-allowed'\n },\n '&-active': {\n borderColor: token.colorBorder,\n backgroundColor: token.itemActiveBgDisabled,\n '&:hover, &:active': {\n backgroundColor: token.itemActiveBgDisabled\n },\n a: {\n color: token.itemActiveColorDisabled\n }\n }\n },\n [`${componentCls}-item-link`]: {\n color: token.colorTextDisabled,\n cursor: 'not-allowed',\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n },\n [`${componentCls}-simple&`]: {\n backgroundColor: 'transparent',\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n }\n }\n },\n [`${componentCls}-simple-pager`]: {\n color: token.colorTextDisabled\n },\n [`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {\n [`${componentCls}-item-link-icon`]: {\n opacity: 0\n },\n [`${componentCls}-item-ellipsis`]: {\n opacity: 1\n }\n }\n }\n };\n};\nconst genPaginationSmallStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`&${componentCls}-small ${componentCls}-options`]: {\n marginInlineStart: token.paginationMiniOptionsMarginInlineStart,\n '&-quick-jumper': {\n input: {\n ...genInputSmallStyle(token),\n width: token.paginationMiniQuickJumperInputWidth\n }\n }\n }\n };\n};\nconst genPaginationLargeStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`&${componentCls}-large ${componentCls}-options`]: {\n '&-quick-jumper': {\n input: {\n ...genInputLargeStyle(token)\n }\n }\n }\n };\n};\nconst genPaginationSimpleStyle = token => {\n const {\n componentCls,\n antCls\n } = token;\n const [, varRef] = genCssVar(antCls, 'pagination');\n return {\n [`&${componentCls}-simple`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n height: varRef(`item-size-actual`),\n lineHeight: varRef(`item-size-actual`),\n verticalAlign: 'top',\n [`${componentCls}-item-link`]: {\n height: varRef(`item-size-actual`),\n backgroundColor: 'transparent',\n border: 0,\n '&:hover': {\n backgroundColor: token.colorBgTextHover\n },\n '&:active': {\n backgroundColor: token.colorBgTextActive\n },\n '&::after': {\n height: varRef(`item-size-actual`),\n lineHeight: varRef(`item-size-actual`)\n }\n }\n },\n [`${componentCls}-simple-pager`]: {\n display: 'inline-flex',\n alignItems: 'center',\n height: varRef(`item-size-actual`),\n marginInlineEnd: varRef(`item-spacing-actual`),\n input: {\n boxSizing: 'border-box',\n height: '100%',\n width: token.quickJumperInputWidth,\n padding: `0 ${unit(token.paginationItemPaddingInline)}`,\n textAlign: 'center',\n backgroundColor: token.itemInputBg,\n border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorBorder}`,\n borderRadius: token.borderRadius,\n outline: 'none',\n transition: `border-color ${token.motionDurationMid}`,\n color: 'inherit',\n '&:hover': {\n borderColor: token.colorPrimary\n },\n '&:focus': {\n borderColor: token.colorPrimaryHover,\n boxShadow: `${unit(token.inputOutlineOffset)} 0 ${unit(token.controlOutlineWidth)} ${token.controlOutline}`\n },\n '&[disabled]': {\n color: token.colorTextDisabled,\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n cursor: 'not-allowed'\n }\n }\n },\n [`&${componentCls}-disabled`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n [`${componentCls}-item-link`]: {\n '&:hover, &:active': {\n backgroundColor: 'transparent'\n }\n }\n }\n },\n [`&${componentCls}-small`]: {\n [`${componentCls}-simple-pager`]: {\n input: {\n width: token.paginationMiniQuickJumperInputWidth\n }\n }\n }\n }\n };\n};\nconst genPaginationJumpStyle = token => {\n const {\n componentCls,\n antCls\n } = token;\n const [, varRef] = genCssVar(antCls, 'pagination');\n return {\n [`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {\n outline: 0,\n [`${componentCls}-item-container`]: {\n position: 'relative',\n [`${componentCls}-item-link-icon`]: {\n color: token.colorPrimary,\n fontSize: token.fontSizeSM,\n opacity: 0,\n transition: `all ${token.motionDurationMid}`,\n '&-svg': {\n top: 0,\n insetInlineEnd: 0,\n bottom: 0,\n insetInlineStart: 0,\n margin: 'auto'\n }\n },\n [`${componentCls}-item-ellipsis`]: {\n position: 'absolute',\n top: 0,\n insetInlineEnd: 0,\n bottom: 0,\n insetInlineStart: 0,\n display: 'block',\n margin: 'auto',\n color: token.colorTextDisabled,\n letterSpacing: token.paginationEllipsisLetterSpacing,\n textAlign: 'center',\n textIndent: token.paginationEllipsisTextIndent,\n opacity: 1,\n transition: `all ${token.motionDurationMid}`\n }\n },\n '&:hover': {\n [`${componentCls}-item-link-icon`]: {\n opacity: 1\n },\n [`${componentCls}-item-ellipsis`]: {\n opacity: 0\n }\n }\n },\n [`\n ${componentCls}-prev,\n ${componentCls}-jump-prev,\n ${componentCls}-jump-next\n `]: {\n marginInlineEnd: varRef(`item-spacing-actual`)\n },\n [`\n ${componentCls}-prev,\n ${componentCls}-next,\n ${componentCls}-jump-prev,\n ${componentCls}-jump-next\n `]: {\n display: 'inline-block',\n minWidth: varRef(`item-size-actual`),\n height: varRef(`item-size-actual`),\n color: token.colorText,\n fontFamily: token.fontFamily,\n lineHeight: varRef(`item-size-actual`),\n textAlign: 'center',\n verticalAlign: 'middle',\n listStyle: 'none',\n borderRadius: token.borderRadius,\n cursor: 'pointer',\n transition: `all ${token.motionDurationMid}`\n },\n [`${componentCls}-prev, ${componentCls}-next`]: {\n outline: 0,\n button: {\n color: token.colorText,\n cursor: 'pointer',\n userSelect: 'none'\n },\n [`${componentCls}-item-link`]: {\n display: 'block',\n width: '100%',\n height: '100%',\n padding: 0,\n fontSize: token.fontSizeSM,\n textAlign: 'center',\n backgroundColor: 'transparent',\n border: `${unit(token.lineWidth)} ${token.lineType} transparent`,\n borderRadius: token.borderRadius,\n outline: 'none',\n transition: `all ${token.motionDurationMid}`\n },\n [`&:hover ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgTextHover\n },\n [`&:active ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgTextActive\n },\n [`&${componentCls}-disabled:hover`]: {\n [`${componentCls}-item-link`]: {\n backgroundColor: 'transparent'\n }\n }\n },\n [`${componentCls}-slash`]: {\n marginInlineEnd: token.paginationSlashMarginInlineEnd,\n marginInlineStart: token.paginationSlashMarginInlineStart\n },\n [`${componentCls}-options`]: {\n display: 'inline-block',\n marginInlineStart: token.margin,\n verticalAlign: 'middle',\n '&-size-changer': {\n width: 'auto'\n },\n '&-quick-jumper': {\n display: 'inline-block',\n height: varRef(`item-size-actual`),\n marginInlineStart: token.marginXS,\n lineHeight: varRef(`item-size-actual`),\n verticalAlign: 'baseline',\n input: {\n ...genBasicInputStyle(token),\n ...genBaseOutlinedStyle(token, {\n borderColor: token.colorBorder,\n hoverBorderColor: token.colorPrimaryHover,\n activeBorderColor: token.colorPrimary,\n activeShadow: token.activeShadow\n }),\n '&[disabled]': {\n ...genDisabledStyle(token)\n },\n width: token.quickJumperInputWidth,\n height: varRef(`item-size-actual`),\n boxSizing: 'border-box',\n margin: 0,\n marginInlineStart: varRef(`item-spacing-actual`),\n marginInlineEnd: varRef(`item-spacing-actual`)\n }\n }\n }\n };\n};\nconst genPaginationItemStyle = token => {\n const {\n componentCls,\n antCls\n } = token;\n const [, varRef] = genCssVar(antCls, 'pagination');\n return {\n [`${componentCls}-item`]: {\n display: 'inline-block',\n minWidth: varRef(`item-size-actual`),\n height: varRef(`item-size-actual`),\n marginInlineEnd: varRef(`item-spacing-actual`),\n fontFamily: token.fontFamily,\n lineHeight: unit(token.calc(varRef('item-size-actual')).sub(2).equal()),\n textAlign: 'center',\n verticalAlign: 'middle',\n listStyle: 'none',\n backgroundColor: token.itemBg,\n border: `${unit(token.lineWidth)} ${token.lineType} transparent`,\n borderRadius: token.borderRadius,\n outline: 0,\n cursor: 'pointer',\n userSelect: 'none',\n a: {\n display: 'block',\n padding: `0 ${unit(token.paginationItemPaddingInline)}`,\n color: token.colorText,\n '&:hover': {\n textDecoration: 'none'\n }\n },\n [`&:not(${componentCls}-item-active)`]: {\n '&:hover': {\n transition: `all ${token.motionDurationMid}`,\n backgroundColor: token.colorBgTextHover\n },\n '&:active': {\n backgroundColor: token.colorBgTextActive\n }\n },\n '&-active': {\n fontWeight: token.fontWeightStrong,\n backgroundColor: token.itemActiveBg,\n borderColor: token.colorPrimary,\n a: {\n color: token.itemActiveColor\n },\n '&:hover': {\n borderColor: token.colorPrimaryHover\n },\n '&:hover a': {\n color: token.itemActiveColorHover\n }\n }\n }\n };\n};\nconst genPaginationStyle = token => {\n const {\n componentCls,\n antCls\n } = token;\n const [varName, varRef] = genCssVar(antCls, 'pagination');\n return {\n [componentCls]: {\n [varName(`item-size-actual`)]: unit(token.itemSize),\n [varName(`item-spacing-actual`)]: unit(token.marginXS),\n '&-small': {\n [varName(`item-size-actual`)]: unit(token.itemSizeSM),\n [varName(`item-spacing-actual`)]: unit(token.marginXXS)\n },\n '&-large': {\n [varName(`item-size-actual`)]: unit(token.itemSizeLG),\n [varName(`item-spacing-actual`)]: unit(token.marginSM)\n },\n ...resetComponent(token),\n display: 'flex',\n alignItems: 'center',\n '&-start': {\n justifyContent: 'start'\n },\n '&-center': {\n justifyContent: 'center'\n },\n '&-end': {\n justifyContent: 'end'\n },\n 'ul, ol': {\n margin: 0,\n padding: 0,\n listStyle: 'none'\n },\n '&::after': {\n display: 'block',\n clear: 'both',\n height: 0,\n overflow: 'hidden',\n visibility: 'hidden',\n content: '\"\"'\n },\n [`${componentCls}-total-text`]: {\n display: 'inline-block',\n height: varRef(`item-size-actual`),\n marginInlineEnd: varRef(`item-spacing-actual`),\n lineHeight: unit(token.calc(varRef(`item-size-actual`)).sub(2).equal()),\n verticalAlign: 'middle'\n },\n // item style\n ...genPaginationItemStyle(token),\n // jump btn style\n ...genPaginationJumpStyle(token),\n // simple style\n ...genPaginationSimpleStyle(token),\n // size style\n ...genPaginationSmallStyle(token),\n ...genPaginationLargeStyle(token),\n // disabled style\n ...genPaginationDisabledStyle(token),\n // media query style\n [`@media only screen and (max-width: ${token.screenLG}px)`]: {\n [`${componentCls}-item`]: {\n '&-after-jump-prev, &-before-jump-next': {\n display: 'none'\n }\n }\n },\n [`@media only screen and (max-width: ${token.screenSM}px)`]: {\n [`${componentCls}-options`]: {\n display: 'none'\n }\n }\n },\n // rtl style\n [`&${token.componentCls}-rtl`]: {\n direction: 'rtl'\n }\n };\n};\nconst genPaginationFocusStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}:not(${componentCls}-disabled)`]: {\n [`${componentCls}-item`]: {\n ...genFocusStyle(token)\n },\n [`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {\n '&:focus-visible': {\n [`${componentCls}-item-link-icon`]: {\n opacity: 1\n },\n [`${componentCls}-item-ellipsis`]: {\n opacity: 0\n },\n ...genFocusOutline(token)\n }\n },\n [`${componentCls}-prev, ${componentCls}-next`]: {\n [`&:focus-visible ${componentCls}-item-link`]: genFocusOutline(token)\n }\n }\n };\n};\nexport const prepareComponentToken = token => ({\n itemBg: token.colorBgContainer,\n itemSize: token.controlHeight,\n itemSizeSM: token.controlHeightSM,\n itemSizeLG: token.controlHeightLG,\n itemActiveBg: token.colorBgContainer,\n itemActiveColor: token.colorPrimary,\n itemActiveColorHover: token.colorPrimaryHover,\n itemLinkBg: token.colorBgContainer,\n itemActiveColorDisabled: token.colorTextDisabled,\n itemActiveBgDisabled: token.controlItemBgActiveDisabled,\n itemInputBg: token.colorBgContainer,\n miniOptionsSizeChangerTop: 0,\n ...initComponentToken(token)\n});\nexport const prepareToken = token => mergeToken(token, {\n inputOutlineOffset: 0,\n quickJumperInputWidth: token.calc(token.controlHeightLG).mul(1.25).equal(),\n paginationMiniOptionsMarginInlineStart: token.calc(token.marginXXS).div(2).equal(),\n paginationMiniQuickJumperInputWidth: token.calc(token.controlHeightLG).mul(1.1).equal(),\n paginationItemPaddingInline: token.calc(token.marginXXS).mul(1.5).equal(),\n paginationEllipsisLetterSpacing: token.calc(token.marginXXS).div(2).equal(),\n paginationSlashMarginInlineStart: token.marginSM,\n paginationSlashMarginInlineEnd: token.marginSM,\n paginationEllipsisTextIndent: '0.13em' // magic for ui experience\n}, initInputToken(token));\n// ============================== Export ==============================\nexport default genStyleHooks('Pagination', token => {\n const paginationToken = prepareToken(token);\n return [genPaginationStyle(paginationToken), genPaginationFocusStyle(paginationToken)];\n}, prepareComponentToken);"],"names":["genPaginationDisabledStyle","token","componentCls","genPaginationSmallStyle","genInputSmallStyle","genPaginationLargeStyle","genInputLargeStyle","genPaginationSimpleStyle","antCls","varRef","genCssVar","unit","genPaginationJumpStyle","genBasicInputStyle","genBaseOutlinedStyle","genDisabledStyle","genPaginationItemStyle","genPaginationStyle","varName","resetComponent","genPaginationFocusStyle","genFocusStyle","genFocusOutline","prepareComponentToken","initComponentToken","prepareToken","mergeToken","initInputToken","useStyle","genStyleHooks","paginationToken"],"mappings":"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","x_google_ignoreList":[0]}