@dodoex/api 3.0.4-ve33.2 → 3.0.4-ve33.4

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 (194) hide show
  1. package/dist/index.cjs +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/types/{dodoex-api/src/gql → gql}/gql.d.ts +8 -0
  4. package/dist/types/{dodoex-api/src/gql → gql}/graphql.d.ts +292 -1
  5. package/dist/types/{dodoex-api/src/services → services}/SwapWidgetApi.d.ts +2 -2
  6. package/dist/types/{dodoex-api/src/services → services}/pool/PoolApi.d.ts +6 -0
  7. package/dist/types/{dodoex-api/src/services → services}/pool/graphqlQuery.d.ts +6 -0
  8. package/package.json +2 -2
  9. package/dist/types/dodoex-components/src/Accordion/Accordion.d.ts +0 -8
  10. package/dist/types/dodoex-components/src/Accordion/index.d.ts +0 -2
  11. package/dist/types/dodoex-components/src/Box/Box.d.ts +0 -5
  12. package/dist/types/dodoex-components/src/Box/index.d.ts +0 -2
  13. package/dist/types/dodoex-components/src/Button/Button.d.ts +0 -34
  14. package/dist/types/dodoex-components/src/Button/ButtonBase.d.ts +0 -2
  15. package/dist/types/dodoex-components/src/Button/ButtonGroup.d.ts +0 -6
  16. package/dist/types/dodoex-components/src/Button/index.d.ts +0 -4
  17. package/dist/types/dodoex-components/src/Checkbox/Checkbox.d.ts +0 -7
  18. package/dist/types/dodoex-components/src/Checkbox/Checkbox.types.d.ts +0 -14
  19. package/dist/types/dodoex-components/src/Checkbox/index.d.ts +0 -1
  20. package/dist/types/dodoex-components/src/Hover/HoverAddBackground.d.ts +0 -6
  21. package/dist/types/dodoex-components/src/Hover/HoverAddUnderLine.d.ts +0 -9
  22. package/dist/types/dodoex-components/src/Hover/HoverOpacity.d.ts +0 -6
  23. package/dist/types/dodoex-components/src/Hover/index.d.ts +0 -3
  24. package/dist/types/dodoex-components/src/Input/Input.d.ts +0 -17
  25. package/dist/types/dodoex-components/src/Input/SearchInput.d.ts +0 -7
  26. package/dist/types/dodoex-components/src/Input/index.d.ts +0 -3
  27. package/dist/types/dodoex-components/src/Loading/LoadingSkeleton.d.ts +0 -9
  28. package/dist/types/dodoex-components/src/Loading/RotatingIcon.d.ts +0 -5
  29. package/dist/types/dodoex-components/src/Loading/index.d.ts +0 -2
  30. package/dist/types/dodoex-components/src/Lottie/EmptyDataIcon.d.ts +0 -5
  31. package/dist/types/dodoex-components/src/Lottie/FailedIcon.d.ts +0 -4
  32. package/dist/types/dodoex-components/src/Lottie/index.d.ts +0 -2
  33. package/dist/types/dodoex-components/src/Modal/Modal.d.ts +0 -3
  34. package/dist/types/dodoex-components/src/Modal/WidgetModal.d.ts +0 -3
  35. package/dist/types/dodoex-components/src/Modal/index.d.ts +0 -3
  36. package/dist/types/dodoex-components/src/Radio/index.d.ts +0 -11
  37. package/dist/types/dodoex-components/src/Select/index.d.ts +0 -20
  38. package/dist/types/dodoex-components/src/Skeleton/Skeleton.d.ts +0 -9
  39. package/dist/types/dodoex-components/src/Skeleton/index.d.ts +0 -2
  40. package/dist/types/dodoex-components/src/Slider/index.d.ts +0 -4
  41. package/dist/types/dodoex-components/src/Switch/index.d.ts +0 -10
  42. package/dist/types/dodoex-components/src/Tabs/TabPanel.d.ts +0 -6
  43. package/dist/types/dodoex-components/src/Tabs/Tabs.d.ts +0 -6
  44. package/dist/types/dodoex-components/src/Tabs/TabsButtonGroup/Tab.d.ts +0 -8
  45. package/dist/types/dodoex-components/src/Tabs/TabsButtonGroup/TabsList.d.ts +0 -9
  46. package/dist/types/dodoex-components/src/Tabs/TabsButtonGroup/index.d.ts +0 -14
  47. package/dist/types/dodoex-components/src/Tabs/TabsGroup/Tab.d.ts +0 -8
  48. package/dist/types/dodoex-components/src/Tabs/TabsGroup/TabsList.d.ts +0 -7
  49. package/dist/types/dodoex-components/src/Tabs/TabsGroup/index.d.ts +0 -13
  50. package/dist/types/dodoex-components/src/Tabs/index.d.ts +0 -7
  51. package/dist/types/dodoex-components/src/Tooltip/QuestionTooltip.d.ts +0 -13
  52. package/dist/types/dodoex-components/src/Tooltip/Tooltip.d.ts +0 -34
  53. package/dist/types/dodoex-components/src/Tooltip/TooltipToast.d.ts +0 -17
  54. package/dist/types/dodoex-components/src/Tooltip/index.d.ts +0 -4
  55. package/dist/types/dodoex-components/src/hooks/index.d.ts +0 -2
  56. package/dist/types/dodoex-components/src/hooks/mediaQuery.d.ts +0 -8
  57. package/dist/types/dodoex-components/src/hooks/useDevices.d.ts +0 -6
  58. package/dist/types/dodoex-components/src/hooks/useMediaQuery.d.ts +0 -32
  59. package/dist/types/dodoex-components/src/index.d.ts +0 -28
  60. package/dist/types/dodoex-components/src/theme/CssBaseline.d.ts +0 -23
  61. package/dist/types/dodoex-components/src/theme/ThemeProvider.d.ts +0 -1
  62. package/dist/types/dodoex-components/src/theme/config.d.ts +0 -77
  63. package/dist/types/dodoex-components/src/theme/createTheme.d.ts +0 -9
  64. package/dist/types/dodoex-components/src/theme/index.d.ts +0 -6
  65. /package/dist/types/{dodoex-api/src/chainConfig → chainConfig}/basicToken.d.ts +0 -0
  66. /package/dist/types/{dodoex-api/src/chainConfig → chainConfig}/chain.d.ts +0 -0
  67. /package/dist/types/{dodoex-api/src/chainConfig → chainConfig}/contractConfig.d.ts +0 -0
  68. /package/dist/types/{dodoex-api/src/chainConfig → chainConfig}/index.d.ts +0 -0
  69. /package/dist/types/{dodoex-api/src/chainConfig → chainConfig}/platform.d.ts +0 -0
  70. /package/dist/types/{dodoex-api/src/gql → gql}/fragment-masking.d.ts +0 -0
  71. /package/dist/types/{dodoex-api/src/gql → gql}/index.d.ts +0 -0
  72. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/AaveLendingPoolABI.d.ts +0 -0
  73. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/AaveLendingPoolAddressesProvider.d.ts +0 -0
  74. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/AavePriceOracleABI.d.ts +0 -0
  75. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/AaveProtocolDataProviderABI.d.ts +0 -0
  76. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/BaseDrops.d.ts +0 -0
  77. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/D3MM_READ_ABI.d.ts +0 -0
  78. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/D3Proxy.d.ts +0 -0
  79. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/DODO1155.d.ts +0 -0
  80. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/DODO721.d.ts +0 -0
  81. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/DODOCirculationHelperABI.d.ts +0 -0
  82. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/DODORouteProxy.d.ts +0 -0
  83. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/DODOV1PmmHelperABI.d.ts +0 -0
  84. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/DVM.d.ts +0 -0
  85. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/DropsERC721.d.ts +0 -0
  86. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/FilterAdmin.d.ts +0 -0
  87. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/FilterERC1155V1.d.ts +0 -0
  88. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/FilterERC721V1.d.ts +0 -0
  89. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/Fragment.d.ts +0 -0
  90. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/FundingABI.d.ts +0 -0
  91. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/IdodoV2.d.ts +0 -0
  92. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/LockedTokenVaultABI.d.ts +0 -0
  93. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/MarginTrading.d.ts +0 -0
  94. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/MarginTradingFactory.d.ts +0 -0
  95. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/MerkleDistributorABI.d.ts +0 -0
  96. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/NonfungiblePositionManager.d.ts +0 -0
  97. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/PancakePairABI.d.ts +0 -0
  98. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/UniswapV3Pool.d.ts +0 -0
  99. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/baseFilterV1.d.ts +0 -0
  100. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/classicalPoolABI.d.ts +0 -0
  101. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoABI.d.ts +0 -0
  102. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoBuyoutModel.d.ts +0 -0
  103. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCP.d.ts +0 -0
  104. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCPABI.d.ts +0 -0
  105. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCPABIV2.d.ts +0 -0
  106. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCPFactory.d.ts +0 -0
  107. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCpProxy.d.ts +0 -0
  108. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCpProxyV2.d.ts +0 -0
  109. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCpProxyV202.d.ts +0 -0
  110. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoCustomMintableERC20.d.ts +0 -0
  111. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDPPAdmin.d.ts +0 -0
  112. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDPPFactory.d.ts +0 -0
  113. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDSP.d.ts +0 -0
  114. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDSPFactory.d.ts +0 -0
  115. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDVM.d.ts +0 -0
  116. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDVMFactory.d.ts +0 -0
  117. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDppProxy.d.ts +0 -0
  118. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDropsProxy.d.ts +0 -0
  119. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoDspProxy.d.ts +0 -0
  120. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoERC20V3Factory.d.ts +0 -0
  121. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoEthProxyABI.d.ts +0 -0
  122. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoFeeImpl.d.ts +0 -0
  123. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoFragment.d.ts +0 -0
  124. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoMineV3Proxy.d.ts +0 -0
  125. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoMineV3ProxyOld.d.ts +0 -0
  126. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoMiningABI.d.ts +0 -0
  127. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoMiningReaderABI.d.ts +0 -0
  128. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoNftERC1155.d.ts +0 -0
  129. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoNftERC721.d.ts +0 -0
  130. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoNftPoolProxy.d.ts +0 -0
  131. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoNftProxy.d.ts +0 -0
  132. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoNftVault.d.ts +0 -0
  133. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoOracleABI.d.ts +0 -0
  134. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoPair.d.ts +0 -0
  135. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoPreminingABI.d.ts +0 -0
  136. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoProxyV2.d.ts +0 -0
  137. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoStarterProxy.d.ts +0 -0
  138. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoTokenABI.d.ts +0 -0
  139. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoUpCPFactoryABI.d.ts +0 -0
  140. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoUpCpFactory.d.ts +0 -0
  141. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoV1PairProxy.d.ts +0 -0
  142. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dodoZooABI.d.ts +0 -0
  143. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/dppPoolABI.d.ts +0 -0
  144. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/erc20ABI.d.ts +0 -0
  145. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/erc20Helper.d.ts +0 -0
  146. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/feeABI.d.ts +0 -0
  147. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/multicallABI.d.ts +0 -0
  148. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/nftContract.d.ts +0 -0
  149. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/nftFilterAdmin.d.ts +0 -0
  150. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/oneBitSettlement.d.ts +0 -0
  151. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/setApprovalForAll.d.ts +0 -0
  152. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/spaceIdABI.d.ts +0 -0
  153. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/spaceIdResolverABI.d.ts +0 -0
  154. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/v3MiningABI.d.ts +0 -0
  155. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/vdodo.d.ts +0 -0
  156. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/vdodoTokenABI.d.ts +0 -0
  157. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/ABIs/weth.d.ts +0 -0
  158. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/abiName.d.ts +0 -0
  159. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/abi/index.d.ts +0 -0
  160. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/batch.d.ts +0 -0
  161. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/batchProvider.d.ts +0 -0
  162. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/encode.d.ts +0 -0
  163. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/index.d.ts +0 -0
  164. /package/dist/types/{dodoex-api/src/helper → helper}/ContractRequests/type.d.ts +0 -0
  165. /package/dist/types/{dodoex-api/src/helper → helper}/GraphQLRequests.d.ts +0 -0
  166. /package/dist/types/{dodoex-api/src/helper → helper}/RestApiRequests.d.ts +0 -0
  167. /package/dist/types/{dodoex-api/src/index.d.ts → index.d.ts} +0 -0
  168. /package/dist/types/{dodoex-api/src/services → services}/TokenApi/graphqlQuery.d.ts +0 -0
  169. /package/dist/types/{dodoex-api/src/services → services}/TokenApi/index.d.ts +0 -0
  170. /package/dist/types/{dodoex-api/src/services → services}/TokenApi/tokenBlackList/bsc.d.ts +0 -0
  171. /package/dist/types/{dodoex-api/src/services → services}/TokenApi/tokenBlackList/eth.d.ts +0 -0
  172. /package/dist/types/{dodoex-api/src/services → services}/TokenApi/tokenBlackList/index.d.ts +0 -0
  173. /package/dist/types/{dodoex-api/src/services → services}/TokenApi/utils.d.ts +0 -0
  174. /package/dist/types/{dodoex-api/src/services → services}/ammv3/AMMV3Api.d.ts +0 -0
  175. /package/dist/types/{dodoex-api/src/services → services}/ammv3/index.d.ts +0 -0
  176. /package/dist/types/{dodoex-api/src/services → services}/ammv3/queries.d.ts +0 -0
  177. /package/dist/types/{dodoex-api/src/services → services}/mining/MiningApi.d.ts +0 -0
  178. /package/dist/types/{dodoex-api/src/services → services}/mining/graphqlQuery.d.ts +0 -0
  179. /package/dist/types/{dodoex-api/src/services → services}/mining/index.d.ts +0 -0
  180. /package/dist/types/{dodoex-api/src/services → services}/mining/utils.d.ts +0 -0
  181. /package/dist/types/{dodoex-api/src/services → services}/pool/index.d.ts +0 -0
  182. /package/dist/types/{dodoex-api/src/services → services}/pool/pmm/PMMState.d.ts +0 -0
  183. /package/dist/types/{dodoex-api/src/services → services}/pool/pmm/convertPmmParams.d.ts +0 -0
  184. /package/dist/types/{dodoex-api/src/services → services}/pool/pmm/pmm.d.ts +0 -0
  185. /package/dist/types/{dodoex-api/src/services → services}/pool/pmm/pmmHelper.d.ts +0 -0
  186. /package/dist/types/{dodoex-api/src/services → services}/pool/pmm/pmmModel.d.ts +0 -0
  187. /package/dist/types/{dodoex-api/src/services → services}/pool/poolUtils.d.ts +0 -0
  188. /package/dist/types/{dodoex-api/src/services → services}/pool/type.d.ts +0 -0
  189. /package/dist/types/{dodoex-api/src/services → services}/swap/SwapApi.d.ts +0 -0
  190. /package/dist/types/{dodoex-api/src/services → services}/swap/graphqlQuery.d.ts +0 -0
  191. /package/dist/types/{dodoex-api/src/services → services}/system/SystemApi.d.ts +0 -0
  192. /package/dist/types/{dodoex-api/src/services → services}/system/graphqlQuery.d.ts +0 -0
  193. /package/dist/types/{dodoex-api/src/utils → utils}/color.d.ts +0 -0
  194. /package/dist/types/{dodoex-api/src/utils → utils}/number.d.ts +0 -0
@@ -1,9 +0,0 @@
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, "nonce" | "id" | "component" | "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" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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;
@@ -1,6 +0,0 @@
1
- import { BoxProps } from '../Box';
2
- declare const HoverOpacity: import("react").ForwardRefExoticComponent<Pick<BoxProps & {
3
- weak?: boolean;
4
- color?: string;
5
- }, "nonce" | "id" | "component" | "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" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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;
@@ -1,3 +0,0 @@
1
- export { default as HoverOpacity } from './HoverOpacity';
2
- export { default as HoverAddBackground } from './HoverAddBackground';
3
- export { default as HoverAddUnderLine } from './HoverAddUnderLine';
@@ -1,17 +0,0 @@
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;
@@ -1,7 +0,0 @@
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 {};
@@ -1,3 +0,0 @@
1
- export { default as Input } from './Input';
2
- export type { InputProps } from './Input';
3
- export { default as SearchInput } from './SearchInput';
@@ -1,9 +0,0 @@
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, "nonce" | "id" | "component" | "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" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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;
@@ -1,5 +0,0 @@
1
- import { BoxProps } from '../Box';
2
- export interface RotatingIconProps {
3
- sx?: BoxProps['sx'];
4
- }
5
- export declare const RotatingIcon: ({ sx }: RotatingIconProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- export * from './RotatingIcon';
2
- export { default as LoadingSkeleton } from './LoadingSkeleton';
@@ -1,5 +0,0 @@
1
- import { BoxProps } from '../Box';
2
- export default function EmptyDataIcon({ hasSearch, sx, }: {
3
- hasSearch?: boolean;
4
- sx?: BoxProps['sx'];
5
- }): JSX.Element;
@@ -1,4 +0,0 @@
1
- import { BoxProps } from '../Box';
2
- export default function FailedIcon({ sx }: {
3
- sx?: BoxProps['sx'];
4
- }): JSX.Element;
@@ -1,2 +0,0 @@
1
- export { default as EmptyDataIcon } from './EmptyDataIcon';
2
- export { default as FailedIcon } from './FailedIcon';
@@ -1,3 +0,0 @@
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;
@@ -1,3 +0,0 @@
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;
@@ -1,3 +0,0 @@
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';
@@ -1,11 +0,0 @@
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 {};
@@ -1,20 +0,0 @@
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 {};
@@ -1,9 +0,0 @@
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, "nonce" | "id" | "component" | "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" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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;
@@ -1,2 +0,0 @@
1
- export { default as Skeleton } from './Skeleton';
2
- export type { SkeletonProps } from './Skeleton';
@@ -1,4 +0,0 @@
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;
@@ -1,10 +0,0 @@
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 {};
@@ -1,6 +0,0 @@
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
- }, "nonce" | "id" | "lang" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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>>;
@@ -1,6 +0,0 @@
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
- }, "nonce" | "id" | "lang" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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>>;
@@ -1,8 +0,0 @@
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, "value" | "to" | "nonce" | "type" | "id" | "action" | "name" | "lang" | "children" | "form" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "focusableWhenDisabled" | "onFocusVisible" | "rootElementName" | "slotProps" | "slots"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,9 +0,0 @@
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
- }, "nonce" | "id" | "lang" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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>>;
@@ -1,14 +0,0 @@
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;
@@ -1,8 +0,0 @@
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, "value" | "to" | "nonce" | "type" | "id" | "action" | "name" | "lang" | "children" | "form" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "focusableWhenDisabled" | "onFocusVisible" | "rootElementName" | "slotProps" | "slots"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,7 +0,0 @@
1
- import { BoxProps } from '../../Box';
2
- import React from 'react';
3
- 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>> & {
4
- ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
5
- }, keyof import("@mui/base/TabsList").TabsListOwnProps> & {
6
- sx?: BoxProps["sx"];
7
- }, "nonce" | "id" | "lang" | "slot" | "style" | "title" | "color" | "translate" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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/TabsList").TabsListOwnProps> & React.RefAttributes<HTMLDivElement>>;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { BoxProps } from '../../Box';
3
- import { TabProps } from './Tab';
4
- export declare function TabsGroup<T extends string | number = string | number>({ tabs, variant, tabsListSx, tabSx, rightSlot, }: {
5
- tabs: Array<{
6
- key: T;
7
- value: React.ReactNode;
8
- }>;
9
- variant?: TabProps['variant'];
10
- tabsListSx?: BoxProps['sx'];
11
- tabSx?: BoxProps['sx'];
12
- rightSlot?: React.ReactNode;
13
- }): JSX.Element;
@@ -1,7 +0,0 @@
1
- export { Tab } from './TabsGroup/Tab';
2
- export { Tabs } from './Tabs';
3
- export { TabsList } from './TabsGroup/TabsList';
4
- export { TabPanel } from './TabPanel';
5
- export { TabsGroup } from './TabsGroup';
6
- export { TabsButtonGroup, TabButton, TabListButton } from './TabsButtonGroup';
7
- export { tabClasses } from '@mui/base';
@@ -1,13 +0,0 @@
1
- import { BoxProps } from '../Box';
2
- import { PopperProps } from '@mui/base/Popper';
3
- export interface QuestionTooltipProps {
4
- title?: string | React.ReactNode;
5
- maxWidth?: string | number;
6
- ml?: number | string;
7
- mr?: number | string;
8
- size?: string | number;
9
- sx?: BoxProps['sx'];
10
- container?: PopperProps['container'];
11
- onlyHover?: boolean;
12
- }
13
- export default function QuestionTooltip({ title, ml, mr, size, sx, maxWidth, container, onlyHover, }: QuestionTooltipProps): JSX.Element | null;
@@ -1,34 +0,0 @@
1
- import { PopperProps as PopperUnstyledProps } from '@mui/base/Popper';
2
- import { BoxProps } from '../Box';
3
- import { JSXElementConstructor, ReactElement } from 'react';
4
- export interface TooltipProps {
5
- title: React.ReactNode | string;
6
- maxWidth?: string | number;
7
- sx?: BoxProps['sx'];
8
- children: ReactElement<any, string | JSXElementConstructor<any>>;
9
- container?: PopperUnstyledProps['container'];
10
- direction?: PopperUnstyledProps['direction'];
11
- disablePortal?: PopperUnstyledProps['disablePortal'];
12
- placement?: PopperUnstyledProps['placement'];
13
- popperOptions?: PopperUnstyledProps['popperOptions'];
14
- transition?: PopperUnstyledProps['transition'];
15
- componentsProps?: PopperUnstyledProps['componentsProps'];
16
- PopperProps?: Partial<PopperUnstyledProps>;
17
- onlyHover?: boolean;
18
- onlyClick?: boolean;
19
- open?: boolean;
20
- onOpen?: () => void;
21
- onClose?: () => void;
22
- enterDelay?: number;
23
- leaveDelay?: number;
24
- arrow?: boolean;
25
- disabled?: boolean;
26
- }
27
- export declare const tooltipClasses: {
28
- arrow: string;
29
- };
30
- export default function Tooltip({ title, sx, maxWidth, popperOptions, children, onlyHover, onlyClick,
31
- /** This prop won't impact the enter click delay */
32
- enterDelay,
33
- /** This prop won't impact the enter click delay */
34
- leaveDelay, arrow, PopperProps, open: openProps, onOpen, onClose, disabled, placement, ...attrs }: TooltipProps): JSX.Element;
@@ -1,17 +0,0 @@
1
- import { BoxProps } from '../Box';
2
- import { TooltipProps } from './Tooltip';
3
- export interface TooltipToastProps {
4
- title: TooltipProps['title'];
5
- arrow?: TooltipProps['arrow'];
6
- placement?: TooltipProps['placement'];
7
- leaveDelay?: TooltipProps['leaveDelay'];
8
- children: JSX.Element;
9
- tooltipSx?: BoxProps['sx'];
10
- open?: boolean;
11
- onOpen?: () => void;
12
- onClose?: () => void;
13
- duration?: number;
14
- }
15
- export default function TooltipToast({ title, children,
16
- /** This prop won't impact the enter click delay */
17
- leaveDelay, duration, arrow, placement, tooltipSx, open: openProps, onOpen, onClose, ...attrs }: TooltipToastProps): JSX.Element;
@@ -1,4 +0,0 @@
1
- export { default as Tooltip } from './Tooltip';
2
- export { default as QuestionTooltip } from './QuestionTooltip';
3
- export type { QuestionTooltipProps } from './QuestionTooltip';
4
- export { default as TooltipToast } from './TooltipToast';
@@ -1,2 +0,0 @@
1
- export { useMediaDevices } from './mediaQuery';
2
- export { useDevices } from './useDevices';
@@ -1,8 +0,0 @@
1
- /**
2
- * tablet: 768
3
- * Minimum width of the middle section in the navigation bar: 236px+450px
4
- * @see https://mui.com/customization/breakpoints/#default-breakpoints
5
- */
6
- export declare function useMediaDevices(): {
7
- isMobile: boolean;
8
- };
@@ -1,6 +0,0 @@
1
- export declare const isBrowser: boolean;
2
- export declare const isAndroid: boolean | "";
3
- export declare const isIOS: boolean;
4
- export declare function useDevices(): {
5
- isMobile: boolean | "";
6
- };
@@ -1,32 +0,0 @@
1
- import { Theme } from '@mui/system';
2
- /**
3
- * @deprecated Not used internally. Use `MediaQueryListEvent` from lib.dom.d.ts instead.
4
- */
5
- export interface MuiMediaQueryListEvent {
6
- matches: boolean;
7
- }
8
- /**
9
- * @deprecated Not used internally. Use `MediaQueryList` from lib.dom.d.ts instead.
10
- */
11
- export interface MuiMediaQueryList {
12
- matches: boolean;
13
- addListener: (listener: MuiMediaQueryListListener) => void;
14
- removeListener: (listener: MuiMediaQueryListListener) => void;
15
- }
16
- /**
17
- * @deprecated Not used internally. Use `(event: MediaQueryListEvent) => void` instead.
18
- */
19
- export type MuiMediaQueryListListener = (event: MuiMediaQueryListEvent) => void;
20
- export interface Options {
21
- defaultMatches?: boolean;
22
- matchMedia?: typeof window.matchMedia;
23
- /**
24
- * This option is kept for backwards compatibility and has no longer any effect.
25
- * It's previous behavior is now handled automatically.
26
- */
27
- noSsr?: boolean;
28
- ssrMatchMedia?: (query: string) => {
29
- matches: boolean;
30
- };
31
- }
32
- export default function useMediaQuery(queryInput: string | ((theme: Theme) => string), options?: Options): boolean;