@dodoex/widgets 3.0.4-ve33.4 → 3.0.4-ve33.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 (714) hide show
  1. package/dist/cjs/locales/en-US.js +1 -1
  2. package/dist/cjs/locales/zh-CN.js +1 -1
  3. package/dist/{helper-BsHsp48k.cjs → helper-Bis-N8ZP.cjs} +1 -1
  4. package/dist/{helper-B7nc6LZO.js → helper-J4wFG8Gf.js} +1 -1
  5. package/dist/{index-CN0n427Z.js → index-BRprU40y.js} +1 -1
  6. package/dist/{index-vBJggd5y.js → index-CRc1r1Vj.js} +1 -1
  7. package/dist/index-DvfsiXtb.cjs +32 -0
  8. package/dist/{index-BfohC1zu.cjs → index-FSCXYObp.cjs} +1 -1
  9. package/dist/{index-DN17ziZt.cjs → index-T01y-64j.cjs} +1 -1
  10. package/dist/index-XBh0IFq7.js +32 -0
  11. package/dist/index.cjs +1 -1
  12. package/dist/index.js +1 -1
  13. package/dist/locales/en-US.js +1 -1
  14. package/dist/locales/zh-CN.js +1 -1
  15. package/dist/types/dodoex-api/src/chainConfig/basicToken.d.ts +16 -0
  16. package/dist/types/dodoex-api/src/chainConfig/chain.d.ts +26 -0
  17. package/dist/types/dodoex-api/src/chainConfig/contractConfig.d.ts +27 -0
  18. package/dist/types/dodoex-api/src/chainConfig/index.d.ts +4 -0
  19. package/dist/types/dodoex-api/src/chainConfig/platform.d.ts +4 -0
  20. package/dist/types/dodoex-api/src/gql/fragment-masking.d.ts +15 -0
  21. package/dist/types/dodoex-api/src/gql/gql.d.ts +88 -0
  22. package/dist/types/dodoex-api/src/gql/graphql.d.ts +19593 -0
  23. package/dist/types/dodoex-api/src/gql/index.d.ts +2 -0
  24. package/dist/types/dodoex-api/src/helper/ContractRequests/abi/abiName.d.ts +74 -0
  25. package/dist/types/dodoex-api/src/helper/ContractRequests/abi/index.d.ts +2 -0
  26. package/dist/types/dodoex-api/src/helper/ContractRequests/batch.d.ts +18 -0
  27. package/dist/types/dodoex-api/src/helper/ContractRequests/batchProvider.d.ts +25 -0
  28. package/dist/types/dodoex-api/src/helper/ContractRequests/encode.d.ts +6 -0
  29. package/dist/types/dodoex-api/src/helper/ContractRequests/index.d.ts +58 -0
  30. package/dist/types/dodoex-api/src/helper/ContractRequests/type.d.ts +8 -0
  31. package/dist/types/dodoex-api/src/helper/GraphQLRequests.d.ts +30 -0
  32. package/dist/types/dodoex-api/src/helper/RestApiRequests.d.ts +37 -0
  33. package/dist/types/dodoex-api/src/index.d.ts +17 -0
  34. package/dist/types/dodoex-api/src/services/SwapWidgetApi.d.ts +333 -0
  35. package/dist/types/dodoex-api/src/services/TokenApi/graphqlQuery.d.ts +11 -0
  36. package/dist/types/dodoex-api/src/services/TokenApi/index.d.ts +74 -0
  37. package/dist/types/dodoex-api/src/services/TokenApi/tokenBlackList/bsc.d.ts +2 -0
  38. package/dist/types/dodoex-api/src/services/TokenApi/tokenBlackList/eth.d.ts +2 -0
  39. package/dist/types/dodoex-api/src/services/TokenApi/tokenBlackList/index.d.ts +1 -0
  40. package/dist/types/dodoex-api/src/services/TokenApi/utils.d.ts +1 -0
  41. package/dist/types/dodoex-api/src/services/ammv3/AMMV3Api.d.ts +58 -0
  42. package/dist/types/dodoex-api/src/services/ammv3/index.d.ts +4 -0
  43. package/dist/types/dodoex-api/src/services/ammv3/queries.d.ts +5 -0
  44. package/dist/types/dodoex-api/src/services/mining/MiningApi.d.ts +77 -0
  45. package/dist/types/dodoex-api/src/services/mining/graphqlQuery.d.ts +11 -0
  46. package/dist/types/dodoex-api/src/services/mining/index.d.ts +3 -0
  47. package/dist/types/dodoex-api/src/services/mining/utils.d.ts +26 -0
  48. package/dist/types/dodoex-api/src/services/pool/PoolApi.d.ts +423 -0
  49. package/dist/types/dodoex-api/src/services/pool/graphqlQuery.d.ts +53 -0
  50. package/dist/types/dodoex-api/src/services/pool/index.d.ts +7 -0
  51. package/dist/types/dodoex-api/src/services/pool/pmm/PMMState.d.ts +23 -0
  52. package/dist/types/dodoex-api/src/services/pool/pmm/convertPmmParams.d.ts +24 -0
  53. package/dist/types/dodoex-api/src/services/pool/pmm/pmm.d.ts +41 -0
  54. package/dist/types/dodoex-api/src/services/pool/pmm/pmmHelper.d.ts +19 -0
  55. package/dist/types/dodoex-api/src/services/pool/pmm/pmmModel.d.ts +25 -0
  56. package/dist/types/dodoex-api/src/services/pool/poolUtils.d.ts +6 -0
  57. package/dist/types/dodoex-api/src/services/pool/type.d.ts +1 -0
  58. package/dist/types/dodoex-api/src/services/swap/SwapApi.d.ts +8 -0
  59. package/dist/types/dodoex-api/src/services/swap/graphqlQuery.d.ts +5 -0
  60. package/dist/types/dodoex-api/src/services/system/SystemApi.d.ts +14 -0
  61. package/dist/types/dodoex-api/src/services/system/graphqlQuery.d.ts +11 -0
  62. package/dist/types/dodoex-api/src/utils/color.d.ts +10 -0
  63. package/dist/types/dodoex-api/src/utils/number.d.ts +3 -0
  64. package/dist/types/dodoex-components/src/Accordion/Accordion.d.ts +8 -0
  65. package/dist/types/dodoex-components/src/Accordion/index.d.ts +2 -0
  66. package/dist/types/dodoex-components/src/Box/Box.d.ts +5 -0
  67. package/dist/types/dodoex-components/src/Box/index.d.ts +2 -0
  68. package/dist/types/dodoex-components/src/Button/Button.d.ts +34 -0
  69. package/dist/types/dodoex-components/src/Button/ButtonBase.d.ts +2 -0
  70. package/dist/types/dodoex-components/src/Button/ButtonGroup.d.ts +6 -0
  71. package/dist/types/dodoex-components/src/Button/index.d.ts +4 -0
  72. package/dist/types/dodoex-components/src/Checkbox/Checkbox.d.ts +7 -0
  73. package/dist/types/dodoex-components/src/Checkbox/Checkbox.types.d.ts +14 -0
  74. package/dist/types/dodoex-components/src/Checkbox/index.d.ts +1 -0
  75. package/dist/types/dodoex-components/src/Hover/HoverAddBackground.d.ts +6 -0
  76. package/dist/types/dodoex-components/src/Hover/HoverAddUnderLine.d.ts +9 -0
  77. package/dist/types/dodoex-components/src/Hover/HoverOpacity.d.ts +6 -0
  78. package/dist/types/dodoex-components/src/Hover/index.d.ts +3 -0
  79. package/dist/types/dodoex-components/src/Input/Input.d.ts +17 -0
  80. package/dist/types/dodoex-components/src/Input/SearchInput.d.ts +7 -0
  81. package/dist/types/dodoex-components/src/Input/index.d.ts +3 -0
  82. package/dist/types/dodoex-components/src/Loading/LoadingSkeleton.d.ts +9 -0
  83. package/dist/types/dodoex-components/src/Loading/RotatingIcon.d.ts +5 -0
  84. package/dist/types/dodoex-components/src/Loading/index.d.ts +2 -0
  85. package/dist/types/dodoex-components/src/Lottie/EmptyDataIcon.d.ts +5 -0
  86. package/dist/types/dodoex-components/src/Lottie/FailedIcon.d.ts +4 -0
  87. package/dist/types/dodoex-components/src/Lottie/index.d.ts +2 -0
  88. package/dist/types/dodoex-components/src/Modal/Modal.d.ts +3 -0
  89. package/dist/types/dodoex-components/src/Modal/WidgetModal.d.ts +3 -0
  90. package/dist/types/dodoex-components/src/Modal/index.d.ts +3 -0
  91. package/dist/types/dodoex-components/src/Radio/index.d.ts +11 -0
  92. package/dist/types/dodoex-components/src/Select/index.d.ts +20 -0
  93. package/dist/types/dodoex-components/src/Skeleton/Skeleton.d.ts +9 -0
  94. package/dist/types/dodoex-components/src/Skeleton/index.d.ts +2 -0
  95. package/dist/types/dodoex-components/src/Slider/index.d.ts +4 -0
  96. package/dist/types/dodoex-components/src/Switch/index.d.ts +10 -0
  97. package/dist/types/dodoex-components/src/Tabs/TabPanel.d.ts +6 -0
  98. package/dist/types/dodoex-components/src/Tabs/Tabs.d.ts +6 -0
  99. package/dist/types/dodoex-components/src/Tabs/TabsButtonGroup/Tab.d.ts +8 -0
  100. package/dist/types/dodoex-components/src/Tabs/TabsButtonGroup/TabsList.d.ts +9 -0
  101. package/dist/types/dodoex-components/src/Tabs/TabsButtonGroup/index.d.ts +14 -0
  102. package/dist/types/dodoex-components/src/Tabs/TabsGroup/Tab.d.ts +8 -0
  103. package/dist/types/dodoex-components/src/Tabs/TabsGroup/TabsList.d.ts +7 -0
  104. package/dist/types/dodoex-components/src/Tabs/TabsGroup/index.d.ts +13 -0
  105. package/dist/types/dodoex-components/src/Tabs/index.d.ts +7 -0
  106. package/dist/types/dodoex-components/src/Tooltip/QuestionTooltip.d.ts +13 -0
  107. package/dist/types/dodoex-components/src/Tooltip/Tooltip.d.ts +34 -0
  108. package/dist/types/dodoex-components/src/Tooltip/TooltipToast.d.ts +17 -0
  109. package/dist/types/dodoex-components/src/Tooltip/index.d.ts +4 -0
  110. package/dist/types/dodoex-components/src/hooks/index.d.ts +2 -0
  111. package/dist/types/dodoex-components/src/hooks/mediaQuery.d.ts +8 -0
  112. package/dist/types/dodoex-components/src/hooks/useDevices.d.ts +6 -0
  113. package/dist/types/dodoex-components/src/hooks/useMediaQuery.d.ts +32 -0
  114. package/dist/types/dodoex-components/src/index.d.ts +28 -0
  115. package/dist/types/dodoex-components/src/theme/CssBaseline.d.ts +23 -0
  116. package/dist/types/dodoex-components/src/theme/ThemeProvider.d.ts +1 -0
  117. package/dist/types/dodoex-components/src/theme/config.d.ts +77 -0
  118. package/dist/types/dodoex-components/src/theme/createTheme.d.ts +9 -0
  119. package/dist/types/dodoex-components/src/theme/index.d.ts +6 -0
  120. package/dist/types/{components → dodoex-widgets/src/components}/WidgetContainer.d.ts +1 -1
  121. package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useForecastSlippageList.d.ts +7 -7
  122. package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useSwapSlippage.d.ts +7 -7
  123. package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useTradeSwapOrderList.d.ts +17 -17
  124. package/dist/types/{index.d.ts → dodoex-widgets/src/index.d.ts} +1 -1
  125. package/dist/types/{utils → dodoex-widgets/src/utils}/formatter.d.ts +2 -2
  126. package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/helper.d.ts +3 -3
  127. package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useMiningItem.d.ts +1 -1
  128. package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useMiningList.d.ts +1 -1
  129. package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useMyCreatedMiningList.d.ts +1 -1
  130. package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useReviewRewardToken.d.ts +3 -3
  131. package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useStatusAndStartBlockNumber.d.ts +1 -1
  132. package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/hooks/useLiquidityProviders.d.ts +7 -7
  133. package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/hooks/usePoolDashboard.d.ts +7 -7
  134. package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/hooks/usePoolDayData.d.ts +7 -7
  135. package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/hooks/usePoolSwapList.d.ts +7 -7
  136. package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/usePoolDetail.d.ts +7 -7
  137. package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/utils.d.ts +1 -0
  138. package/dist/types/dodoex-widgets/src/widgets/ve33/Ve33PoolList/TableList.d.ts +13 -0
  139. package/dist/types/dodoex-widgets/src/widgets/ve33/Ve33PoolList/components/PoolTypeTag.d.ts +7 -0
  140. package/dist/types/{widgets → dodoex-widgets/src/widgets/ve33}/Ve33PoolList/index.d.ts +1 -1
  141. package/dist/types/dodoex-widgets/src/widgets/ve33/config.d.ts +62 -0
  142. package/dist/types/dodoex-widgets/src/widgets/ve33/constants.d.ts +21 -0
  143. package/dist/types/dodoex-widgets/src/widgets/ve33/hooks/usePoolColors.d.ts +11 -0
  144. package/dist/types/dodoex-widgets/src/widgets/ve33/types.d.ts +24 -0
  145. package/dist/types/dodoex-widgets/src/widgets/ve33/utils.d.ts +6 -0
  146. package/package.json +4 -4
  147. package/dist/index-CE62ajA2.js +0 -32
  148. package/dist/index-D1QX8CA8.cjs +0 -32
  149. /package/dist/types/{components → dodoex-widgets/src/components}/AddTokenToMetamask.d.ts +0 -0
  150. /package/dist/types/{components → dodoex-widgets/src/components}/AddressWithLinkAndCopy.d.ts +0 -0
  151. /package/dist/types/{components → dodoex-widgets/src/components}/AutoButton.d.ts +0 -0
  152. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/BridgeRouteShortCard.d.ts +0 -0
  153. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/BridgeSummaryDialog/BridgeSummaryDetail.d.ts +0 -0
  154. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/BridgeSummaryDialog/index.d.ts +0 -0
  155. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/BridgeSummaryDialog/orderInfoModal/CrossStep.d.ts +0 -0
  156. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/BridgeSummaryDialog/orderInfoModal/EtherscanLinkButton.d.ts +0 -0
  157. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/BridgeSummaryDialog/orderInfoModal/RouteSteps.d.ts +0 -0
  158. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/BridgeSummaryDialog/orderInfoModal/SwapStep.d.ts +0 -0
  159. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/SelectBridgeDialog/BridgeLogo.d.ts +0 -0
  160. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/SelectBridgeDialog/DirectionLine.d.ts +0 -0
  161. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/SelectBridgeDialog/RouteCard.d.ts +0 -0
  162. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/SelectBridgeDialog/RouteTagList.d.ts +0 -0
  163. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/SelectBridgeDialog/TokenWithChain.d.ts +0 -0
  164. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/SelectBridgeDialog/index.d.ts +0 -0
  165. /package/dist/types/{components → dodoex-widgets/src/components}/Bridge/SelectBridgeDialog/productList.d.ts +0 -0
  166. /package/dist/types/{components → dodoex-widgets/src/components}/CardWidgets.d.ts +0 -0
  167. /package/dist/types/{components → dodoex-widgets/src/components}/Confirm.d.ts +0 -0
  168. /package/dist/types/{components → dodoex-widgets/src/components}/ConnectWallet/ConnectWalletDialog.d.ts +0 -0
  169. /package/dist/types/{components → dodoex-widgets/src/components}/ConnectWallet/NeedConnectButton.d.ts +0 -0
  170. /package/dist/types/{components → dodoex-widgets/src/components}/ConnectWallet/OpenConnectWalletInfo.d.ts +0 -0
  171. /package/dist/types/{components → dodoex-widgets/src/components}/CopyTooltipToast.d.ts +0 -0
  172. /package/dist/types/{components → dodoex-widgets/src/components}/DataCard/DataCardGroup.d.ts +0 -0
  173. /package/dist/types/{components → dodoex-widgets/src/components}/DateTimePickerInput/components/MobileDateTimePicker.d.ts +0 -0
  174. /package/dist/types/{components → dodoex-widgets/src/components}/DateTimePickerInput/components/PCDateTimePicker.d.ts +0 -0
  175. /package/dist/types/{components → dodoex-widgets/src/components}/DateTimePickerInput/index.d.ts +0 -0
  176. /package/dist/types/{components → dodoex-widgets/src/components}/DateTimePickerInput/utils/index.d.ts +0 -0
  177. /package/dist/types/{components → dodoex-widgets/src/components}/Dialog.d.ts +0 -0
  178. /package/dist/types/{components → dodoex-widgets/src/components}/ErrorMessageDialog.d.ts +0 -0
  179. /package/dist/types/{components → dodoex-widgets/src/components}/GoBack.d.ts +0 -0
  180. /package/dist/types/{components → dodoex-widgets/src/components}/HowItWorks.d.ts +0 -0
  181. /package/dist/types/{components → dodoex-widgets/src/components}/LiquidityLpPartnerReward.d.ts +0 -0
  182. /package/dist/types/{components → dodoex-widgets/src/components}/List/EmptyList.d.ts +0 -0
  183. /package/dist/types/{components → dodoex-widgets/src/components}/List/FailedList.d.ts +0 -0
  184. /package/dist/types/{components → dodoex-widgets/src/components}/LoadMore.d.ts +0 -0
  185. /package/dist/types/{components → dodoex-widgets/src/components}/LoadingRotation.d.ts +0 -0
  186. /package/dist/types/{components → dodoex-widgets/src/components}/Message/Countdown.d.ts +0 -0
  187. /package/dist/types/{components → dodoex-widgets/src/components}/Message/index.d.ts +0 -0
  188. /package/dist/types/{components → dodoex-widgets/src/components}/RiskDialog.d.ts +0 -0
  189. /package/dist/types/{components → dodoex-widgets/src/components}/Select.d.ts +0 -0
  190. /package/dist/types/{components → dodoex-widgets/src/components}/SelectChain.d.ts +0 -0
  191. /package/dist/types/{components → dodoex-widgets/src/components}/SpaceBetweenItem.d.ts +0 -0
  192. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/SwapOrderHistory/PriceWithToggle.d.ts +0 -0
  193. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/SwapOrderHistory/RoutingCard.d.ts +0 -0
  194. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/SwapOrderHistory/RoutingVision.d.ts +0 -0
  195. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/SwapOrderHistory/SameOrderCard.d.ts +0 -0
  196. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/SwapOrderHistory/index.d.ts +0 -0
  197. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/ConnectWallet/index.d.ts +0 -0
  198. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/Dialog.d.ts +0 -0
  199. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/ReviewDialog.d.ts +0 -0
  200. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SettingsDialog/NumberInput.d.ts +0 -0
  201. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SettingsDialog/index.d.ts +0 -0
  202. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/MoreTradeSetting.d.ts +0 -0
  203. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageCurveChart/CurveChart.d.ts +0 -0
  204. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageCurveChart/SlippageSlider.d.ts +0 -0
  205. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageCurveChart/index.d.ts +0 -0
  206. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageCurveChart/useHoverSlider.d.ts +0 -0
  207. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageCurveChart/useSlippageSlider.d.ts +0 -0
  208. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageCurveChart/useSuccessRate.d.ts +0 -0
  209. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageSetting.d.ts +0 -0
  210. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/SlippageWarning.d.ts +0 -0
  211. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwapSettingsDialog/index.d.ts +0 -0
  212. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/SwitchBox.d.ts +0 -0
  213. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/TokenCard/BalanceText.d.ts +0 -0
  214. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/TokenCard/NumberInput.d.ts +0 -0
  215. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/TokenCard/PercentageSelectButtonGroup.d.ts +0 -0
  216. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/TokenCard/TokenLogoCollapse.d.ts +0 -0
  217. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/TokenCard/TokenPickerDialog.d.ts +0 -0
  218. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/TokenCard/index.d.ts +0 -0
  219. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/components/TokenPairPriceWithToggle.d.ts +0 -0
  220. /package/dist/types/{components → dodoex-widgets/src/components}/Swap/index.d.ts +0 -0
  221. /package/dist/types/{components → dodoex-widgets/src/components}/SwitchChainDialog/index.d.ts +0 -0
  222. /package/dist/types/{components → dodoex-widgets/src/components}/Table.d.ts +0 -0
  223. /package/dist/types/{components → dodoex-widgets/src/components}/TextSwitch.d.ts +0 -0
  224. /package/dist/types/{components → dodoex-widgets/src/components}/Token/TokenItem.d.ts +0 -0
  225. /package/dist/types/{components → dodoex-widgets/src/components}/TokenLogo.d.ts +0 -0
  226. /package/dist/types/{components → dodoex-widgets/src/components}/TokenLogoPair.d.ts +0 -0
  227. /package/dist/types/{components → dodoex-widgets/src/components}/TokenLogoSimple.d.ts +0 -0
  228. /package/dist/types/{components → dodoex-widgets/src/components}/TokenPairStatusButton.d.ts +0 -0
  229. /package/dist/types/{components → dodoex-widgets/src/components}/TokenPicker/PopularToken.d.ts +0 -0
  230. /package/dist/types/{components → dodoex-widgets/src/components}/TokenPicker/SelectChainItem.d.ts +0 -0
  231. /package/dist/types/{components → dodoex-widgets/src/components}/TokenPicker/TokenItem.d.ts +0 -0
  232. /package/dist/types/{components → dodoex-widgets/src/components}/TokenPicker/TokenSearchLoadingSkelton.d.ts +0 -0
  233. /package/dist/types/{components → dodoex-widgets/src/components}/TokenPicker/index.d.ts +0 -0
  234. /package/dist/types/{components → dodoex-widgets/src/components}/TokenSelect.d.ts +0 -0
  235. /package/dist/types/{components → dodoex-widgets/src/components}/TokenStatusButton.d.ts +0 -0
  236. /package/dist/types/{components → dodoex-widgets/src/components}/Tooltip/QuestionTooltip.d.ts +0 -0
  237. /package/dist/types/{components → dodoex-widgets/src/components}/Tooltip/index.d.ts +0 -0
  238. /package/dist/types/{components → dodoex-widgets/src/components}/UserOptionsProvider.d.ts +0 -0
  239. /package/dist/types/{components → dodoex-widgets/src/components}/Widget/index.d.ts +0 -0
  240. /package/dist/types/{components → dodoex-widgets/src/components}/WidgetConfirm.d.ts +0 -0
  241. /package/dist/types/{components → dodoex-widgets/src/components}/WidgetDialog.d.ts +0 -0
  242. /package/dist/types/{components → dodoex-widgets/src/components}/WithExecutionDialog/index.d.ts +0 -0
  243. /package/dist/types/{components → dodoex-widgets/src/components}/chart/components/BaseButton.d.ts +0 -0
  244. /package/dist/types/{components → dodoex-widgets/src/components}/chart/components/Display.d.ts +0 -0
  245. /package/dist/types/{components → dodoex-widgets/src/components}/chart/components/Input.d.ts +0 -0
  246. /package/dist/types/{components → dodoex-widgets/src/components}/chart/components/NumberInput.d.ts +0 -0
  247. /package/dist/types/{components → dodoex-widgets/src/components}/chart/components/TogglePriceIcon.d.ts +0 -0
  248. /package/dist/types/{components → dodoex-widgets/src/components}/chart/components/TokenLogo.d.ts +0 -0
  249. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/DepthChartKonva.d.ts +0 -0
  250. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/__tests__/utils.test.d.ts +0 -0
  251. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/helper.d.ts +0 -0
  252. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/index.d.ts +0 -0
  253. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/index.styled.d.ts +0 -0
  254. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/useDepthLinePoints.d.ts +0 -0
  255. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/useGridLinePoints.d.ts +0 -0
  256. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/useHorizontalLabelPoints.d.ts +0 -0
  257. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart/utils.d.ts +0 -0
  258. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart-v2/index.d.ts +0 -0
  259. /package/dist/types/{components → dodoex-widgets/src/components}/chart/depth-chart-v2/index.styled.d.ts +0 -0
  260. /package/dist/types/{components → dodoex-widgets/src/components}/chart/hooks/usePreventWheel.d.ts +0 -0
  261. /package/dist/types/{components → dodoex-widgets/src/components}/chart/i18n.d.ts +0 -0
  262. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/LiquidityChartKonva.d.ts +0 -0
  263. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/__tests__/helper.test.d.ts +0 -0
  264. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/helper.d.ts +0 -0
  265. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/index.d.ts +0 -0
  266. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/index.styled.d.ts +0 -0
  267. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/useGridLine.d.ts +0 -0
  268. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/useHorizontalLabel.d.ts +0 -0
  269. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/useLiquidityLine.d.ts +0 -0
  270. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/useMiddleLine.d.ts +0 -0
  271. /package/dist/types/{components → dodoex-widgets/src/components}/chart/liquidity-chart/usePoints.d.ts +0 -0
  272. /package/dist/types/{components → dodoex-widgets/src/components}/chart/utils.d.ts +0 -0
  273. /package/dist/types/{constants → dodoex-widgets/src/constants}/address.d.ts +0 -0
  274. /package/dist/types/{constants → dodoex-widgets/src/constants}/api.d.ts +0 -0
  275. /package/dist/types/{constants → dodoex-widgets/src/constants}/chainList.d.ts +0 -0
  276. /package/dist/types/{constants → dodoex-widgets/src/constants}/chains.d.ts +0 -0
  277. /package/dist/types/{constants → dodoex-widgets/src/constants}/locales.d.ts +0 -0
  278. /package/dist/types/{constants → dodoex-widgets/src/constants}/localstorage.d.ts +0 -0
  279. /package/dist/types/{constants → dodoex-widgets/src/constants}/pool.d.ts +0 -0
  280. /package/dist/types/{constants → dodoex-widgets/src/constants}/sessionStorage.d.ts +0 -0
  281. /package/dist/types/{constants → dodoex-widgets/src/constants}/swap.d.ts +0 -0
  282. /package/dist/types/{constants → dodoex-widgets/src/constants}/testId.d.ts +0 -0
  283. /package/dist/types/{constants → dodoex-widgets/src/constants}/token.d.ts +0 -0
  284. /package/dist/types/{constants → dodoex-widgets/src/constants}/tokenList.d.ts +0 -0
  285. /package/dist/types/{constants → dodoex-widgets/src/constants}/wallet.d.ts +0 -0
  286. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Bridge/createBridgeOrder.d.ts +0 -0
  287. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Bridge/index.d.ts +0 -0
  288. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Bridge/useExecuteBridgeRoute.d.ts +0 -0
  289. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Bridge/useFetchRoutePriceBridge.d.ts +0 -0
  290. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Bridge/useFetchRoutePriceBridge.test.d.ts +0 -0
  291. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Bridge/useSendRoute.d.ts +0 -0
  292. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Bridge/useSwitchBridgeOrSwapSlippage.d.ts +0 -0
  293. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Chain/useChainList.d.ts +0 -0
  294. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Chain/useChainList.test.d.ts +0 -0
  295. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/ConnectWallet/Connectors/JsonRpcConnector.d.ts +0 -0
  296. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/ConnectWallet/index.d.ts +0 -0
  297. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/ConnectWallet/useCurrentChainId.d.ts +0 -0
  298. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/ConnectWallet/useSwitchChain.d.ts +0 -0
  299. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/ConnectWallet/useWalletInfo.d.ts +0 -0
  300. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/ConnectWallet/useWeb3Connectors.d.ts +0 -0
  301. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/ConnectWallet/web3.d.ts +0 -0
  302. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/getExecutionErrorMsg.d.ts +0 -0
  303. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/index.d.ts +0 -0
  304. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/spec.d.ts +0 -0
  305. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/types.d.ts +0 -0
  306. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/useBalanceUpdateLoading.d.ts +0 -0
  307. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/useExecution.d.ts +0 -0
  308. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/useInflights.d.ts +0 -0
  309. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Submission/useSubmissionStatusColor.d.ts +0 -0
  310. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/index.d.ts +0 -0
  311. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useCustomSlippage.d.ts +0 -0
  312. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useExecuteSwap.d.ts +0 -0
  313. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useFetchFiatPrice.d.ts +0 -0
  314. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useFetchFiatPrice.test.d.ts +0 -0
  315. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useFetchRoutePrice.d.ts +0 -0
  316. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useInitDefaultToken.d.ts +0 -0
  317. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useMarginAmount.d.ts +0 -0
  318. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useMarginAmount.test.d.ts +0 -0
  319. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/usePriceTimer.d.ts +0 -0
  320. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useSlippageLimit.d.ts +0 -0
  321. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Swap/useSwapSettingStore.d.ts +0 -0
  322. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/index.d.ts +0 -0
  323. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/type.d.ts +0 -0
  324. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useDisabledTokenSwitch.d.ts +0 -0
  325. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useFindTokenByAddress.d.ts +0 -0
  326. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useFindTokenByAddress.test.d.ts +0 -0
  327. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useGetCGTokenList.d.ts +0 -0
  328. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useGetTokenStatus.d.ts +0 -0
  329. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useInitTokenList.d.ts +0 -0
  330. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useSelectChainList.d.ts +0 -0
  331. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useSelectChainList.test.d.ts +0 -0
  332. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useTokenList.d.ts +0 -0
  333. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useTokenList.test.d.ts +0 -0
  334. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useTokenListDefaultToken.d.ts +0 -0
  335. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useTokenListFetchBalance.d.ts +0 -0
  336. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useTokenStatus.d.ts +0 -0
  337. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/Token/useTokenStatus.test.d.ts +0 -0
  338. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/contract/index.d.ts +0 -0
  339. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/contract/useFetchBlockNumber.d.ts +0 -0
  340. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/contract/useFetchETHBalance.d.ts +0 -0
  341. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/contract/useFetchTokens.d.ts +0 -0
  342. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/contract/wallet.d.ts +0 -0
  343. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/setting/useDefaultSlippage.d.ts +0 -0
  344. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/setting/useGetAPIService.d.ts +0 -0
  345. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/setting/useSetAutoSlippage.d.ts +0 -0
  346. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/style/useWidgetDevice.d.ts +0 -0
  347. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/useFetchFiatPriceBatch.d.ts +0 -0
  348. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/useGraphQLRequests.d.ts +0 -0
  349. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/useMessageState.d.ts +0 -0
  350. /package/dist/types/{hooks → dodoex-widgets/src/hooks}/useRouteVisionData.d.ts +0 -0
  351. /package/dist/types/{providers → dodoex-widgets/src/providers}/i18n.d.ts +0 -0
  352. /package/dist/types/{providers → dodoex-widgets/src/providers}/queryClient/index.d.ts +0 -0
  353. /package/dist/types/{providers → dodoex-widgets/src/providers}/useInitContractRequest.d.ts +0 -0
  354. /package/dist/types/{router → dodoex-widgets/src/router}/index.d.ts +0 -0
  355. /package/dist/types/{router → dodoex-widgets/src/router}/types.d.ts +0 -0
  356. /package/dist/types/{store → dodoex-widgets/src/store}/actions/globals.d.ts +0 -0
  357. /package/dist/types/{store → dodoex-widgets/src/store}/actions/index.d.ts +0 -0
  358. /package/dist/types/{store → dodoex-widgets/src/store}/actions/settings.d.ts +0 -0
  359. /package/dist/types/{store → dodoex-widgets/src/store}/actions/token.d.ts +0 -0
  360. /package/dist/types/{store → dodoex-widgets/src/store}/actions/wallet.d.ts +0 -0
  361. /package/dist/types/{store → dodoex-widgets/src/store}/index.d.ts +0 -0
  362. /package/dist/types/{store → dodoex-widgets/src/store}/reducers/globals.d.ts +0 -0
  363. /package/dist/types/{store → dodoex-widgets/src/store}/reducers/index.d.ts +0 -0
  364. /package/dist/types/{store → dodoex-widgets/src/store}/reducers/settings.d.ts +0 -0
  365. /package/dist/types/{store → dodoex-widgets/src/store}/reducers/token.d.ts +0 -0
  366. /package/dist/types/{store → dodoex-widgets/src/store}/reducers/wallet.d.ts +0 -0
  367. /package/dist/types/{store → dodoex-widgets/src/store}/selectors/globals.d.ts +0 -0
  368. /package/dist/types/{store → dodoex-widgets/src/store}/selectors/settings.d.ts +0 -0
  369. /package/dist/types/{store → dodoex-widgets/src/store}/selectors/token.d.ts +0 -0
  370. /package/dist/types/{store → dodoex-widgets/src/store}/selectors/wallet.d.ts +0 -0
  371. /package/dist/types/{utils → dodoex-widgets/src/utils}/address.d.ts +0 -0
  372. /package/dist/types/{utils → dodoex-widgets/src/utils}/address.test.d.ts +0 -0
  373. /package/dist/types/{utils → dodoex-widgets/src/utils}/browser.d.ts +0 -0
  374. /package/dist/types/{utils → dodoex-widgets/src/utils}/bytes.d.ts +0 -0
  375. /package/dist/types/{utils → dodoex-widgets/src/utils}/chains.d.ts +0 -0
  376. /package/dist/types/{utils → dodoex-widgets/src/utils}/chains.test.d.ts +0 -0
  377. /package/dist/types/{utils → dodoex-widgets/src/utils}/formatter.test.d.ts +0 -0
  378. /package/dist/types/{utils → dodoex-widgets/src/utils}/index.d.ts +0 -0
  379. /package/dist/types/{utils → dodoex-widgets/src/utils}/time.d.ts +0 -0
  380. /package/dist/types/{utils → dodoex-widgets/src/utils}/time.test.d.ts +0 -0
  381. /package/dist/types/{utils → dodoex-widgets/src/utils}/token.d.ts +0 -0
  382. /package/dist/types/{utils → dodoex-widgets/src/utils}/token.test.d.ts +0 -0
  383. /package/dist/types/{utils → dodoex-widgets/src/utils}/utils.d.ts +0 -0
  384. /package/dist/types/{utils → dodoex-widgets/src/utils}/wallet.d.ts +0 -0
  385. /package/dist/types/{utils → dodoex-widgets/src/utils}/wallet.test.d.ts +0 -0
  386. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/LpTokenMiningOperate/index.d.ts +0 -0
  387. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/components/PoolCard.d.ts +0 -0
  388. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/components/PoolPicker.d.ts +0 -0
  389. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/components/RewardDetailList.d.ts +0 -0
  390. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/components/RewardTokenSelect.d.ts +0 -0
  391. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/components/SectionTitle.d.ts +0 -0
  392. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/components/StakingRules.d.ts +0 -0
  393. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/components/StepTitle.d.ts +0 -0
  394. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/reducers.d.ts +0 -0
  395. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/useCreateMining.d.ts +0 -0
  396. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/useCreateMiningTypeList.d.ts +0 -0
  397. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/useDefaultStakeToken.d.ts +0 -0
  398. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/useDexList.d.ts +0 -0
  399. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/usePoolPairList.d.ts +0 -0
  400. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/usePoolTokenBalance.d.ts +0 -0
  401. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/useRewardsStatus.d.ts +0 -0
  402. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/useTokenPair.d.ts +0 -0
  403. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/hooks/useTokenPairStatus.d.ts +0 -0
  404. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/index.d.ts +0 -0
  405. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/operate-widgets/BottomButtonGroup.d.ts +0 -0
  406. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/operate-widgets/CreateMiningTypeSelect.d.ts +0 -0
  407. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/operate-widgets/RewardForm.d.ts +0 -0
  408. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/operate-widgets/SingleTokenSelect.d.ts +0 -0
  409. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/operate-widgets/TokenPairSelect.d.ts +0 -0
  410. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/types.d.ts +0 -0
  411. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningCreate/utils.d.ts +0 -0
  412. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningDetail/MiningInfo.d.ts +0 -0
  413. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningDetail/RewardCard.d.ts +0 -0
  414. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningDetail/index.d.ts +0 -0
  415. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningDetail/widgets.d.ts +0 -0
  416. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/APRSection.d.ts +0 -0
  417. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/CloseButton.d.ts +0 -0
  418. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/GoBack.d.ts +0 -0
  419. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/ManageButtonList.d.ts +0 -0
  420. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/MiningCardLayout.d.ts +0 -0
  421. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/MiningListEmpty.d.ts +0 -0
  422. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/MiningListLoading.d.ts +0 -0
  423. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/MiningStatusTabSelect.d.ts +0 -0
  424. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/MiningTags.d.ts +0 -0
  425. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/MiningTitle.d.ts +0 -0
  426. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/MyStakedSection.d.ts +0 -0
  427. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/OperateButtonList.d.ts +0 -0
  428. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/RewardsSection.d.ts +0 -0
  429. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/SearchComponents.d.ts +0 -0
  430. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/ShareModeSelect.d.ts +0 -0
  431. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/TVLSection.d.ts +0 -0
  432. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/TokenAmountPopover.d.ts +0 -0
  433. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/UnknownUSDPopover.d.ts +0 -0
  434. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/UsersIcon.d.ts +0 -0
  435. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/components/widgets.d.ts +0 -0
  436. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/contexts.d.ts +0 -0
  437. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/dom.d.ts +0 -0
  438. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useDepositOrWithdrawOrClaim.d.ts +0 -0
  439. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useGetLpLink.d.ts +0 -0
  440. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useHasUnclaimedReward.d.ts +0 -0
  441. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useMyStakedLoading.d.ts +0 -0
  442. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useOperateHooks.d.ts +0 -0
  443. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useRewardTokenInfo.d.ts +0 -0
  444. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useRewardTokenTrigger.d.ts +0 -0
  445. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useStakedInfo.d.ts +0 -0
  446. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useStatusAndStartBlockNumber.d.ts +0 -0
  447. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/hooks/useTotalRewardUSD.d.ts +0 -0
  448. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/index.d.ts +0 -0
  449. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/mining-types/BaseMiningCard.d.ts +0 -0
  450. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/my-created/MyCreatedMining.d.ts +0 -0
  451. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/my-created/OperateArea.d.ts +0 -0
  452. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/my-created/RewardCard.d.ts +0 -0
  453. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/my-created/index.d.ts +0 -0
  454. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/AssociatedMine.d.ts +0 -0
  455. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/ClaimButton.d.ts +0 -0
  456. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/ClaimTips.d.ts +0 -0
  457. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/GetLpLink.d.ts +0 -0
  458. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/InputArea.d.ts +0 -0
  459. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/PercentageSelectButtonGroup.d.ts +0 -0
  460. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/RewardListCard.d.ts +0 -0
  461. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/RewardTokenTable.d.ts +0 -0
  462. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/StakeButton.d.ts +0 -0
  463. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/StakeTokenSelect.d.ts +0 -0
  464. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/UnstakeButton.d.ts +0 -0
  465. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/index.d.ts +0 -0
  466. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/operate-area/utils.d.ts +0 -0
  467. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/MiningList/utils.d.ts +0 -0
  468. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/AssociateMine.d.ts +0 -0
  469. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/ClaimButton.d.ts +0 -0
  470. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/GetLpLink.d.ts +0 -0
  471. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/RewardListCard.d.ts +0 -0
  472. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/StakeButton.d.ts +0 -0
  473. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/UnstakeButton.d.ts +0 -0
  474. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/Widgets.d.ts +0 -0
  475. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/OperateArea/index.d.ts +0 -0
  476. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/helper.d.ts +0 -0
  477. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useClaimMiningSubmit.d.ts +0 -0
  478. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useMiningBlockNumber.d.ts +0 -0
  479. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useMiningListContractDataMap.d.ts +0 -0
  480. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/usePrevious.d.ts +0 -0
  481. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useRefetch.d.ts +0 -0
  482. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useRewardListAmount.d.ts +0 -0
  483. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useStakeMiningSubmit.d.ts +0 -0
  484. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/useUnstakeMiningSubmit.d.ts +0 -0
  485. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/hooks/utils.d.ts +0 -0
  486. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/MiningWidget/types.d.ts +0 -0
  487. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV2Create/ConfirmDialog.d.ts +0 -0
  488. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV2Create/CreateItem.d.ts +0 -0
  489. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV2Create/FeeEdit.d.ts +0 -0
  490. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV2Create/MyLiqidity.d.ts +0 -0
  491. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV2Create/Ratio.d.ts +0 -0
  492. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV2Create/Setting.d.ts +0 -0
  493. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV2Create/index.d.ts +0 -0
  494. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/AMMV3PositionManage.d.ts +0 -0
  495. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/AMMV3PositionsView.d.ts +0 -0
  496. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/AddLiquidityV3.d.ts +0 -0
  497. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/Badge/AMMV3.d.ts +0 -0
  498. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/Badge/RangeBadge.d.ts +0 -0
  499. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/Buttons.d.ts +0 -0
  500. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/ClaimButton.d.ts +0 -0
  501. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/CurrencyInputPanel.d.ts +0 -0
  502. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/FeeSelector.d.ts +0 -0
  503. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/InRangeDot.d.ts +0 -0
  504. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/InputStepCounter.d.ts +0 -0
  505. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/Area.d.ts +0 -0
  506. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/AxisBottom.d.ts +0 -0
  507. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/Brush.d.ts +0 -0
  508. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/Chart.d.ts +0 -0
  509. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/Line.d.ts +0 -0
  510. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/Zoom.d.ts +0 -0
  511. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/hooks.d.ts +0 -0
  512. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/index.d.ts +0 -0
  513. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/svg.d.ts +0 -0
  514. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/types.d.ts +0 -0
  515. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/usePrevious.d.ts +0 -0
  516. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/LiquidityChartRangeInput/utils.d.ts +0 -0
  517. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/PositionAmountPreview.d.ts +0 -0
  518. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/PositionPreview.d.ts +0 -0
  519. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/PositionSelectedRangePreview.d.ts +0 -0
  520. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/PositionViewCard.d.ts +0 -0
  521. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/RangeSelector.d.ts +0 -0
  522. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/RateToggle.d.ts +0 -0
  523. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/RemoveButton.d.ts +0 -0
  524. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/ReviewModal.d.ts +0 -0
  525. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/TokenPairSelect.d.ts +0 -0
  526. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/shared.d.ts +0 -0
  527. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/components/widgets.d.ts +0 -0
  528. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/constants/misc.d.ts +0 -0
  529. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useContract.d.ts +0 -0
  530. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useDerivedPositionInfo.d.ts +0 -0
  531. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useDerivedV3BurnInfo.d.ts +0 -0
  532. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useIsTickAtLimit.d.ts +0 -0
  533. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/usePoolTickData.d.ts +0 -0
  534. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/usePools.d.ts +0 -0
  535. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useRangeHopCallbacks.d.ts +0 -0
  536. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useSwapTaxes.d.ts +0 -0
  537. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useV3DerivedMintInfo.d.ts +0 -0
  538. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useV3MintActionHandlers.d.ts +0 -0
  539. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useV3PositionFees.d.ts +0 -0
  540. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/hooks/useV3Positions.d.ts +0 -0
  541. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/reducer.d.ts +0 -0
  542. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/addresses.d.ts +0 -0
  543. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/chains.d.ts +0 -0
  544. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/constants.d.ts +0 -0
  545. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/baseCurrency.d.ts +0 -0
  546. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/currency.d.ts +0 -0
  547. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/fractions/currencyAmount.d.ts +0 -0
  548. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/fractions/fraction.d.ts +0 -0
  549. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/fractions/index.d.ts +0 -0
  550. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/fractions/percent.d.ts +0 -0
  551. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/fractions/price.d.ts +0 -0
  552. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/index.d.ts +0 -0
  553. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/nativeCurrency.d.ts +0 -0
  554. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/nativeCurrencyClass.d.ts +0 -0
  555. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/entities/token.d.ts +0 -0
  556. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/index.d.ts +0 -0
  557. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/utils/computePriceImpact.d.ts +0 -0
  558. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/utils/index.d.ts +0 -0
  559. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/utils/sortedInsert.d.ts +0 -0
  560. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/utils/sqrt.d.ts +0 -0
  561. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/sdk-core/utils/validateAndParseAddress.d.ts +0 -0
  562. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/constants.d.ts +0 -0
  563. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/index.d.ts +0 -0
  564. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/pool.d.ts +0 -0
  565. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/position.d.ts +0 -0
  566. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/route.d.ts +0 -0
  567. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/tick.d.ts +0 -0
  568. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/tickDataProvider.d.ts +0 -0
  569. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/tickListDataProvider.d.ts +0 -0
  570. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/entities/trade.d.ts +0 -0
  571. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/index.d.ts +0 -0
  572. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/internalConstants.d.ts +0 -0
  573. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/multicall.d.ts +0 -0
  574. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/nonfungiblePositionManager.d.ts +0 -0
  575. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/payments.d.ts +0 -0
  576. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/quoter.d.ts +0 -0
  577. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/selfPermit.d.ts +0 -0
  578. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/staker.d.ts +0 -0
  579. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/swapRouter.d.ts +0 -0
  580. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/calldata.d.ts +0 -0
  581. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/computePoolAddress.d.ts +0 -0
  582. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/encodeRouteToPath.d.ts +0 -0
  583. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/encodeSqrtRatioX96.d.ts +0 -0
  584. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/fullMath.d.ts +0 -0
  585. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/index.d.ts +0 -0
  586. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/isSorted.d.ts +0 -0
  587. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/liquidityMath.d.ts +0 -0
  588. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/maxLiquidityForAmounts.d.ts +0 -0
  589. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/mostSignificantBit.d.ts +0 -0
  590. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/nearestUsableTick.d.ts +0 -0
  591. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/position.d.ts +0 -0
  592. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/priceTickConversions.d.ts +0 -0
  593. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/sqrtPriceMath.d.ts +0 -0
  594. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/swapMath.d.ts +0 -0
  595. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/tickLibrary.d.ts +0 -0
  596. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/tickList.d.ts +0 -0
  597. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/tickMath.d.ts +0 -0
  598. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/sdks/v3-sdk/utils/v3swap.d.ts +0 -0
  599. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/types/position.d.ts +0 -0
  600. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/types.d.ts +0 -0
  601. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils/computeSurroundingTicks.d.ts +0 -0
  602. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils/formatTickPrice.d.ts +0 -0
  603. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils/getTickToPrice.d.ts +0 -0
  604. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils/maxAmountSpend.d.ts +0 -0
  605. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils/slippage.d.ts +0 -0
  606. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils/tryParseCurrencyAmount.d.ts +0 -0
  607. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils/tryParseTick.d.ts +0 -0
  608. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/AMMV3/utils.d.ts +0 -0
  609. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/BaseInfoCardList.d.ts +0 -0
  610. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/ConfirmInfoDialog.d.ts +0 -0
  611. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/DepthAndLiquidityChart.d.ts +0 -0
  612. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/DepthChartWrapper.d.ts +0 -0
  613. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/EmptyChart.d.ts +0 -0
  614. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/FeeRateCard.d.ts +0 -0
  615. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/FixedInitPriceConfirm.d.ts +0 -0
  616. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/GasWrapGasTokenError.d.ts +0 -0
  617. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/LqRatioSet.d.ts +0 -0
  618. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/LqSettingsShow.d.ts +0 -0
  619. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/PriceModeCard.d.ts +0 -0
  620. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/RadioButton.d.ts +0 -0
  621. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/RadioButtonIcon.d.ts +0 -0
  622. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/RadioButtonTag.d.ts +0 -0
  623. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/SectionTitle.d.ts +0 -0
  624. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/SelectAndInput.d.ts +0 -0
  625. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/StepTitle.d.ts +0 -0
  626. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/VersionChartExample.d.ts +0 -0
  627. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/components/widgets.d.ts +0 -0
  628. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/contract/useCreatePoolSubmit.d.ts +0 -0
  629. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/useCreatePmm.d.ts +0 -0
  630. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/useDefaultTokens.d.ts +0 -0
  631. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/useFeeRateList.d.ts +0 -0
  632. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/usePriceInit.d.ts +0 -0
  633. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/useSlippageCoefficientList.d.ts +0 -0
  634. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/useValidation.d.ts +0 -0
  635. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/hooks/useVersionList.d.ts +0 -0
  636. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/index.d.ts +0 -0
  637. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/BottomButtonGroup.d.ts +0 -0
  638. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/FeeRateSetting.d.ts +0 -0
  639. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/InitPriceSetting.d.ts +0 -0
  640. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/PriceModeSetting.d.ts +0 -0
  641. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/RatioSetting.d.ts +0 -0
  642. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/SlippageCoefficientSetting.d.ts +0 -0
  643. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/TokenPairSelect.d.ts +0 -0
  644. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/VersionSelect.d.ts +0 -0
  645. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/operate-widgets/widgets.d.ts +0 -0
  646. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/reducer.d.ts +0 -0
  647. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/types.d.ts +0 -0
  648. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolCreate/utils.d.ts +0 -0
  649. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/BaseQuotePie.d.ts +0 -0
  650. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/ChartInfo.d.ts +0 -0
  651. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/MoreDetail/LiquidityProvidersTable.d.ts +0 -0
  652. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/MoreDetail/ParametersTable.d.ts +0 -0
  653. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/MoreDetail/SwapsTable.d.ts +0 -0
  654. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/MoreDetail/index.d.ts +0 -0
  655. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/Overview.d.ts +0 -0
  656. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/StatBarChart.d.ts +0 -0
  657. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/TitleInfo.d.ts +0 -0
  658. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/components/TotalLiquidity.d.ts +0 -0
  659. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolDetail/index.d.ts +0 -0
  660. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/AddLiquidity.d.ts +0 -0
  661. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/MyCreated.d.ts +0 -0
  662. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/MyLiquidity.d.ts +0 -0
  663. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/AddingOrRemovingBtn.d.ts +0 -0
  664. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/CreatePoolBtn.d.ts +0 -0
  665. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/FilterAddressTags.d.ts +0 -0
  666. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/FilterTokenTags.d.ts +0 -0
  667. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/GoPoolDetailBtn.d.ts +0 -0
  668. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/LiquidityTable.d.ts +0 -0
  669. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/LoadingCard.d.ts +0 -0
  670. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/OnlyV3Toggle.d.ts +0 -0
  671. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/PoolApyTooltip.d.ts +0 -0
  672. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/SkeletonTable.d.ts +0 -0
  673. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/TokenAndPoolFilter.d.ts +0 -0
  674. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/components/TokenListPoolItem.d.ts +0 -0
  675. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/hooks/usePoolListFilterChainId.d.ts +0 -0
  676. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/hooks/usePoolListFilterTokenAndPool.d.ts +0 -0
  677. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/hooks/usePoolListTabs.d.ts +0 -0
  678. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolList/index.d.ts +0 -0
  679. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolModify/SectionTitle.d.ts +0 -0
  680. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolModify/index.d.ts +0 -0
  681. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolModify/operate-widgets/BottomButtonGroup.d.ts +0 -0
  682. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolModify/operate-widgets/FeeRateSetting.d.ts +0 -0
  683. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/AddPoolOperate.d.ts +0 -0
  684. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/PoolOperateInner.d.ts +0 -0
  685. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/RemovePoolOperate.d.ts +0 -0
  686. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/ComparePrice.d.ts +0 -0
  687. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/GSPPairRiskWarning.d.ts +0 -0
  688. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/LiquidityInfo.d.ts +0 -0
  689. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/OperateBtn.d.ts +0 -0
  690. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/Ratio.d.ts +0 -0
  691. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/SliderPercentageCard.d.ts +0 -0
  692. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/SlippageSetting.d.ts +0 -0
  693. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/components/TokenList.d.ts +0 -0
  694. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/hooks/useCheckToken.d.ts +0 -0
  695. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/hooks/useComparePrice.d.ts +0 -0
  696. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/hooks/useLiquidityOperateAmount.d.ts +0 -0
  697. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/hooks/usePercentageRemove.d.ts +0 -0
  698. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/hooks/usePoolOperateTabs.d.ts +0 -0
  699. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/hooks/usePoolOrMiningTabs.d.ts +0 -0
  700. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/hooks/useRemoveLiquidityTokenStatus.d.ts +0 -0
  701. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/index.d.ts +0 -0
  702. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/PoolOperate/types.d.ts +0 -0
  703. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/contract/getModifyDPPPoolParams.d.ts +0 -0
  704. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/contract/useModifyDppPool.d.ts +0 -0
  705. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/contract/useOperateLiquidity.d.ts +0 -0
  706. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/contract/useWithdrawInfo.d.ts +0 -0
  707. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/useAMMV2AddLiquidity.d.ts +0 -0
  708. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/useAMMV2Balance.d.ts +0 -0
  709. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/useAMMV2RemoveLiquidity.d.ts +0 -0
  710. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/usePoolBalanceInfo.d.ts +0 -0
  711. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/usePoolTypeTag.d.ts +0 -0
  712. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/useUniV2CreatePairs.d.ts +0 -0
  713. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/hooks/useUniV2Pairs.d.ts +0 -0
  714. /package/dist/types/{widgets → dodoex-widgets/src/widgets}/PoolWidget/index.d.ts +0 -0
@@ -0,0 +1,5 @@
1
+ export declare const swapGraphqlQuery: {
2
+ fetchUserSwapOrderHistories: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchUserSwapOrderHistoriesQuery, import("../../gql/graphql").Exact<{
3
+ where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").User_SwapswapFilter>;
4
+ }>>;
5
+ };
@@ -0,0 +1,14 @@
1
+ export declare class SystemApi {
2
+ constructor();
3
+ static graphql: {
4
+ fetchNoticeCenterTransactionList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchNoticeCenterTransactionListQuery, import("../../gql/graphql").Exact<{
5
+ where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Notice_CentertransactionListFilter>;
6
+ }>>;
7
+ fetchLiquidityLpPartnerRewards: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchLiquidityLpPartnerRewardsQuery, import("../../gql/graphql").Exact<{
8
+ where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").LiquidityLpPartnerRewardsInput>;
9
+ }>>;
10
+ fetchUserprofileReward: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchUserprofileRewardQuery, import("../../gql/graphql").Exact<{
11
+ where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").UserprofileReward_Filter>;
12
+ }>>;
13
+ };
14
+ }
@@ -0,0 +1,11 @@
1
+ export declare const systemGraphqlQuery: {
2
+ fetchNoticeCenterTransactionList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchNoticeCenterTransactionListQuery, import("../../gql/graphql").Exact<{
3
+ where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Notice_CentertransactionListFilter>;
4
+ }>>;
5
+ fetchLiquidityLpPartnerRewards: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchLiquidityLpPartnerRewardsQuery, import("../../gql/graphql").Exact<{
6
+ where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").LiquidityLpPartnerRewardsInput>;
7
+ }>>;
8
+ fetchUserprofileReward: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchUserprofileRewardQuery, import("../../gql/graphql").Exact<{
9
+ where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").UserprofileReward_Filter>;
10
+ }>>;
11
+ };
@@ -0,0 +1,10 @@
1
+ export interface RgbColor {
2
+ r: number;
3
+ g: number;
4
+ b: number;
5
+ }
6
+ export interface RgbaColor extends RgbColor {
7
+ a: number;
8
+ }
9
+ export declare function rgbaColorToColor(rgbaColor?: RgbaColor): string | undefined;
10
+ export declare function strToColorStr(str?: string): string | undefined;
@@ -0,0 +1,3 @@
1
+ import { BigNumber } from 'bignumber.js';
2
+ import { BigNumber as EthersBigNumber } from '@ethersproject/bignumber';
3
+ export declare const byWei: (amount: BigNumber | EthersBigNumber | string | number, decimals: number) => BigNumber;
@@ -0,0 +1,8 @@
1
+ import { BoxProps } from '@mui/system';
2
+ import type { AccordionItemProps as ItemProps } from '@szhsin/react-accordion';
3
+ export { Accordion } from '@szhsin/react-accordion';
4
+ export type { AccordionProps } from '@szhsin/react-accordion';
5
+ export interface AccordionItemProps extends ItemProps {
6
+ sx?: BoxProps['sx'];
7
+ }
8
+ export declare function AccordionItem({ sx, buttonProps, ...props }: AccordionItemProps): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export { Accordion, AccordionItem } from './Accordion';
2
+ export type { AccordionProps, AccordionItemProps } from './Accordion';
@@ -0,0 +1,5 @@
1
+ import { Box as MUIBox, BoxProps as MUIBoxProps } from '@mui/system';
2
+ export interface BoxProps extends MUIBoxProps {
3
+ children?: React.ReactNode | React.ReactNode[];
4
+ }
5
+ export default MUIBox;
@@ -0,0 +1,2 @@
1
+ export { default as Box } from './Box';
2
+ export type { BoxProps } from './Box';
@@ -0,0 +1,34 @@
1
+ import { BoxProps } from '@mui/system';
2
+ declare enum Variant {
3
+ contained = "contained",
4
+ outlined = "outlined",
5
+ dashed = "dashed",
6
+ second = "second",
7
+ tag = "tag"
8
+ }
9
+ declare enum Size {
10
+ small = "small",
11
+ middle = "middle",
12
+ big = "big"
13
+ }
14
+ interface StyleProps {
15
+ sx?: BoxProps['sx'];
16
+ fullWidth?: boolean;
17
+ variant?: Variant;
18
+ danger?: boolean;
19
+ size?: Size;
20
+ backgroundColor?: string;
21
+ }
22
+ export interface Props extends StyleProps, React.HTMLProps<HTMLButtonElement> {
23
+ disabled?: boolean;
24
+ children?: React.ReactNode | string | number;
25
+ to?: string;
26
+ component?: React.ElementType;
27
+ isLoading?: boolean;
28
+ }
29
+ export declare const Button: {
30
+ ({ onClick, disabled, children, component, to, isLoading, fullWidth, variant, sx, danger, size, backgroundColor, ref, ...props }: Props): JSX.Element;
31
+ Variant: typeof Variant;
32
+ Size: typeof Size;
33
+ };
34
+ export default Button;
@@ -0,0 +1,2 @@
1
+ declare const ButtonBase: import("@emotion/styled").StyledComponent<import("@mui/base/Button").ButtonOwnProps & Omit<any, keyof import("@mui/base/Button").ButtonOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
2
+ export default ButtonBase;
@@ -0,0 +1,6 @@
1
+ import { BoxProps } from '@mui/system';
2
+ declare const ButtonGroup: ({ children, sx, }: {
3
+ children: BoxProps["children"];
4
+ sx?: BoxProps["sx"];
5
+ }) => JSX.Element;
6
+ export default ButtonGroup;
@@ -0,0 +1,4 @@
1
+ export type { Props as ButtonProps } from './Button';
2
+ export { default as Button } from './Button';
3
+ export { default as ButtonBase } from './ButtonBase';
4
+ export { default as ButtonGroup } from './ButtonGroup';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { CheckboxProps } from './Checkbox.types';
3
+ declare function Checkbox<RootComponentType extends React.ElementType>(props: CheckboxProps<RootComponentType>, forwardedRef: React.ForwardedRef<Element>): JSX.Element;
4
+ declare const _default: <T extends React.ElementType>(props: CheckboxProps<T> & {
5
+ ref?: React.ForwardedRef<Element>;
6
+ }) => ReturnType<typeof Checkbox>;
7
+ export default _default;
@@ -0,0 +1,14 @@
1
+ import type { PolymorphicProps } from '@mui/base/utils/PolymorphicComponent';
2
+ import { BoxProps } from '../Box';
3
+ interface CheckboxOwnProps {
4
+ children?: React.ReactNode;
5
+ className?: string;
6
+ size?: number;
7
+ sx?: BoxProps['sx'];
8
+ }
9
+ export interface CheckboxTypeMap<AdditionalProps = {}, RootComponentType extends React.ElementType = 'input'> {
10
+ props: CheckboxOwnProps & AdditionalProps;
11
+ defaultComponent: RootComponentType;
12
+ }
13
+ export type CheckboxProps<RootComponentType extends React.ElementType = CheckboxTypeMap['defaultComponent']> = PolymorphicProps<CheckboxTypeMap<{}, RootComponentType>, RootComponentType>;
14
+ export {};
@@ -0,0 +1 @@
1
+ export { default as Checkbox } from './Checkbox';
@@ -0,0 +1,6 @@
1
+ import { BoxProps } from '../Box';
2
+ interface Prop extends BoxProps {
3
+ hoverColor?: string;
4
+ }
5
+ declare const HoverAddBackground: import("react").ForwardRefExoticComponent<Pick<Prop, "typography" | "zIndex" | "border" | "borderRadius" | "lang" | "children" | "p" | "slot" | "style" | "title" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "component" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "hoverColor"> & import("react").RefAttributes<HTMLDivElement>>;
6
+ export default HoverAddBackground;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { BoxProps } from '../Box';
3
+ interface HoverAddUnderLineProps extends BoxProps {
4
+ lineColor?: string;
5
+ lineSx?: BoxProps['sx'];
6
+ hoverSx?: BoxProps['sx'];
7
+ }
8
+ declare const HoverAddUnderLine: React.ForwardRefExoticComponent<Pick<HoverAddUnderLineProps, "typography" | "zIndex" | "border" | "borderRadius" | "lang" | "children" | "p" | "slot" | "style" | "title" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "component" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "lineColor" | "lineSx" | "hoverSx"> & React.RefAttributes<HTMLDivElement>>;
9
+ export default HoverAddUnderLine;
@@ -0,0 +1,6 @@
1
+ import { BoxProps } from '../Box';
2
+ declare const HoverOpacity: import("react").ForwardRefExoticComponent<Pick<BoxProps & {
3
+ weak?: boolean;
4
+ color?: string;
5
+ }, "typography" | "zIndex" | "border" | "borderRadius" | "lang" | "children" | "p" | "slot" | "style" | "title" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "component" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "weak"> & import("react").RefAttributes<HTMLDivElement>>;
6
+ export default HoverOpacity;
@@ -0,0 +1,3 @@
1
+ export { default as HoverOpacity } from './HoverOpacity';
2
+ export { default as HoverAddBackground } from './HoverAddBackground';
3
+ export { default as HoverAddUnderLine } from './HoverAddUnderLine';
@@ -0,0 +1,17 @@
1
+ import { BoxProps } from '../Box';
2
+ interface StyleProps {
3
+ fullWidth?: boolean;
4
+ error?: boolean;
5
+ sx?: BoxProps['sx'];
6
+ inputSx?: BoxProps['sx'];
7
+ height?: number | string;
8
+ suffixGap?: number;
9
+ }
10
+ export interface InputProps extends StyleProps, React.InputHTMLAttributes<HTMLInputElement> {
11
+ suffix?: string | React.ReactNode;
12
+ prefix?: string | React.ReactNode;
13
+ errorMsg?: string;
14
+ dataTestId?: string;
15
+ }
16
+ declare const _default: import("react").ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;
17
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { InputProps } from './Input';
2
+ interface Props extends InputProps {
3
+ hideSearchIcon?: boolean;
4
+ clearValue?: () => void;
5
+ }
6
+ export default function SearchInput({ clearValue, hideSearchIcon, height, inputSx, ...attrs }: Props): JSX.Element;
7
+ export {};
@@ -0,0 +1,3 @@
1
+ export { default as Input } from './Input';
2
+ export type { InputProps } from './Input';
3
+ export { default as SearchInput } from './SearchInput';
@@ -0,0 +1,9 @@
1
+ import { BoxProps } from '../Box';
2
+ import { SkeletonProps } from '../Skeleton';
3
+ interface LoadingSkeletonProps extends BoxProps {
4
+ loading?: boolean;
5
+ loadingSx?: BoxProps['sx'];
6
+ loadingProps?: SkeletonProps;
7
+ }
8
+ declare const LoadingSkeleton: import("react").ForwardRefExoticComponent<Pick<LoadingSkeletonProps, "typography" | "zIndex" | "border" | "borderRadius" | "lang" | "children" | "p" | "slot" | "style" | "title" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "component" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "loading" | "loadingSx" | "loadingProps"> & import("react").RefAttributes<HTMLDivElement>>;
9
+ export default LoadingSkeleton;
@@ -0,0 +1,5 @@
1
+ import { BoxProps } from '../Box';
2
+ export interface RotatingIconProps {
3
+ sx?: BoxProps['sx'];
4
+ }
5
+ export declare const RotatingIcon: ({ sx }: RotatingIconProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './RotatingIcon';
2
+ export { default as LoadingSkeleton } from './LoadingSkeleton';
@@ -0,0 +1,5 @@
1
+ import { BoxProps } from '../Box';
2
+ export default function EmptyDataIcon({ hasSearch, sx, }: {
3
+ hasSearch?: boolean;
4
+ sx?: BoxProps['sx'];
5
+ }): JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { BoxProps } from '../Box';
2
+ export default function FailedIcon({ sx }: {
3
+ sx?: BoxProps['sx'];
4
+ }): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export { default as EmptyDataIcon } from './EmptyDataIcon';
2
+ export { default as FailedIcon } from './FailedIcon';
@@ -0,0 +1,3 @@
1
+ import type { ModalProps } from '@mui/base/Modal';
2
+ export declare const WIDGET_MODAL_FIXED_CLASS = "dodo-widget-modal-fixed";
3
+ export default function Modal({ slots, children, ...props }: ModalProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ import type { ModalProps } from '@mui/base/Modal';
2
+ export declare const WIDGET_MODAL_CLASS = "dodo-widget-modal";
3
+ export default function WidgetModal({ slots, ...props }: ModalProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ export { default as WidgetModal, WIDGET_MODAL_CLASS } from './WidgetModal';
2
+ export { default as Modal, WIDGET_MODAL_FIXED_CLASS } from './Modal';
3
+ export type { ModalProps } from '@mui/base/Modal';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { BoxProps } from '../Box';
3
+ type RadioProps = {
4
+ sx?: BoxProps['sx'];
5
+ size?: number;
6
+ checkedIconSize?: number;
7
+ checked?: boolean;
8
+ onChange?: (evt: React.ChangeEvent<HTMLInputElement>, checked: boolean) => void;
9
+ };
10
+ export declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<HTMLInputElement>>;
11
+ export {};
@@ -0,0 +1,20 @@
1
+ import { SelectProps } from '@mui/base/Select';
2
+ import { BoxProps } from '../Box';
3
+ import React from 'react';
4
+ export type SelectOption<V = number | string> = {
5
+ key: V;
6
+ value: string | React.ReactNode;
7
+ } & {
8
+ [key in string]?: any;
9
+ };
10
+ interface Props<T extends {} = SelectOption, Multiple extends boolean = false> extends SelectProps<T, Multiple> {
11
+ options?: SelectOption[];
12
+ fullWidth?: boolean;
13
+ px?: number;
14
+ height?: number;
15
+ /** Distance between a popup and the trigger element */
16
+ popupOffset?: number;
17
+ sx?: BoxProps['sx'];
18
+ }
19
+ export declare function Select<Value = number | string, Multiple extends boolean = false>({ options, fullWidth, px, height, popupOffset, ...props }: Props<Value, Multiple>): JSX.Element;
20
+ export {};
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import { BoxProps } from '../Box';
3
+ export interface SkeletonProps extends BoxProps {
4
+ variant?: 'circular' | 'rounded';
5
+ width?: number | string;
6
+ height?: number | string;
7
+ }
8
+ declare const Skeleton: React.ForwardRefExoticComponent<Pick<SkeletonProps, "typography" | "zIndex" | "border" | "borderRadius" | "lang" | "children" | "p" | "slot" | "style" | "title" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "component" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant"> & React.RefAttributes<HTMLDivElement>>;
9
+ export default Skeleton;
@@ -0,0 +1,2 @@
1
+ export { default as Skeleton } from './Skeleton';
2
+ export type { SkeletonProps } from './Skeleton';
@@ -0,0 +1,4 @@
1
+ import { SliderProps as BaseSliderProps } from '@mui/base/Slider';
2
+ export interface SliderProps extends BaseSliderProps {
3
+ }
4
+ export declare const Slider: (other: SliderProps) => JSX.Element;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { BoxProps } from '../Box';
3
+ type SwitchProps = {
4
+ sx?: BoxProps['sx'];
5
+ size?: number;
6
+ checked?: boolean;
7
+ onChange?: (evt: React.ChangeEvent<HTMLInputElement>, checked: boolean) => void;
8
+ };
9
+ export declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLInputElement>>;
10
+ export {};
@@ -0,0 +1,6 @@
1
+ import { TabPanelProps } from '@mui/base/TabPanel';
2
+ import { BoxProps } from '../Box';
3
+ import React from 'react';
4
+ export declare const TabPanel: React.ForwardRefExoticComponent<Pick<Partial<TabPanelProps> & {
5
+ sx?: BoxProps["sx"];
6
+ }, "lang" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("@mui/base/TabPanel").TabPanelOwnProps> & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,6 @@
1
+ import { TabsProps } from '@mui/base/Tabs';
2
+ import React from 'react';
3
+ import { BoxProps } from '../Box';
4
+ export declare const Tabs: React.ForwardRefExoticComponent<Pick<Partial<TabsProps> & {
5
+ sx?: BoxProps["sx"];
6
+ }, "lang" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("@mui/base/Tabs").TabsOwnProps> & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,8 @@
1
+ import { TabProps as BaseTabProps } from '@mui/base/Tab';
2
+ import React from 'react';
3
+ import { BoxProps } from '../../Box';
4
+ export interface TabProps extends BaseTabProps {
5
+ sx?: BoxProps['sx'];
6
+ variant?: 'default' | 'inPaper' | 'tag';
7
+ }
8
+ export declare const Tab: React.ForwardRefExoticComponent<Pick<TabProps, "lang" | "children" | "form" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant" | "disabled" | "to" | "action" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "type" | "value" | "focusableWhenDisabled" | "onFocusVisible" | "rootElementName" | "slotProps" | "slots"> & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,9 @@
1
+ import { BoxProps } from '../../Box';
2
+ import React from 'react';
3
+ import { TabProps } from './Tab';
4
+ export declare const TabsList: React.ForwardRefExoticComponent<Pick<import("@mui/base/TabsList").TabsListOwnProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
5
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
6
+ }, keyof import("@mui/base/TabsList").TabsListOwnProps> & {
7
+ sx?: BoxProps["sx"];
8
+ variant?: TabProps["variant"];
9
+ }, "lang" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant" | keyof import("@mui/base/TabsList").TabsListOwnProps> & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { BoxProps } from '../../Box';
3
+ import { TabProps } from './Tab';
4
+ export { Tab as TabButton } from './Tab';
5
+ export { TabsList as TabListButton } from './TabsList';
6
+ export declare function TabsButtonGroup<T extends string | number = string | number>({ tabs, variant, tabsListSx, tabSx, }: {
7
+ tabs: Array<{
8
+ key: T;
9
+ value: React.ReactNode;
10
+ }>;
11
+ variant?: TabProps['variant'];
12
+ tabsListSx?: BoxProps['sx'];
13
+ tabSx?: BoxProps['sx'];
14
+ }): JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { TabProps as BaseTabProps } from '@mui/base/Tab';
2
+ import React from 'react';
3
+ import { BoxProps } from '../../Box';
4
+ export interface TabProps extends BaseTabProps {
5
+ sx?: BoxProps['sx'];
6
+ variant?: 'default' | 'rounded';
7
+ }
8
+ export declare const Tab: React.ForwardRefExoticComponent<Pick<TabProps, "lang" | "children" | "form" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant" | "disabled" | "to" | "action" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "type" | "value" | "focusableWhenDisabled" | "onFocusVisible" | "rootElementName" | "slotProps" | "slots"> & React.RefAttributes<HTMLDivElement>>;