@audira/carbon-react-native 1.0.4 → 1.0.5

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 (574) hide show
  1. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  2. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  3. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  4. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  5. package/lib/commonjs/carbon-react-native/CarbonReactNative.js +8 -6
  6. package/lib/commonjs/carbon-react-native/CarbonReactNative.js.map +1 -1
  7. package/lib/commonjs/carbon-style-sheet/color.js +1 -1
  8. package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
  9. package/lib/commonjs/carbon-style-sheet/g/spacing.js +1 -1
  10. package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
  11. package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
  12. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +1 -1
  13. package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
  14. package/lib/commonjs/components/box/Box.js +6 -0
  15. package/lib/commonjs/components/box/Box.js.map +1 -1
  16. package/lib/commonjs/components/button/base/Base.js +5 -14
  17. package/lib/commonjs/components/button/base/Base.js.map +1 -1
  18. package/lib/commonjs/components/button/ghost/Ghost.js +0 -15
  19. package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
  20. package/lib/commonjs/components/index.js +116 -42
  21. package/lib/commonjs/components/index.js.map +1 -1
  22. package/lib/commonjs/components/scroll-view/ScrollView.js +35 -0
  23. package/lib/commonjs/components/scroll-view/ScrollView.js.map +1 -0
  24. package/lib/commonjs/components/scroll-view/ScrollViewProps.js +6 -0
  25. package/lib/commonjs/components/scroll-view/ScrollViewProps.js.map +1 -0
  26. package/lib/commonjs/components/scroll-view/index.js +17 -0
  27. package/lib/commonjs/components/scroll-view/index.js.map +1 -0
  28. package/lib/commonjs/components/table/Table.js +15 -10
  29. package/lib/commonjs/components/table/Table.js.map +1 -1
  30. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js +81 -0
  31. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  32. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js +6 -0
  33. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  34. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js +6 -0
  35. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  36. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  37. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  38. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js +11 -0
  39. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  40. package/lib/commonjs/components/table-batch-action-bar/index.js +17 -0
  41. package/lib/commonjs/components/table-batch-action-bar/index.js.map +1 -0
  42. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js +38 -0
  43. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  44. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +6 -0
  45. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  46. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +6 -0
  47. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  48. package/lib/commonjs/components/table-batch-action-bar-button/index.js +17 -0
  49. package/lib/commonjs/components/table-batch-action-bar-button/index.js.map +1 -0
  50. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js +3 -3
  51. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  52. package/lib/commonjs/components/table-header/TableHeader.js +53 -0
  53. package/lib/commonjs/components/table-header/TableHeader.js.map +1 -0
  54. package/lib/commonjs/components/table-header/TableHeaderProps.js +6 -0
  55. package/lib/commonjs/components/table-header/TableHeaderProps.js.map +1 -0
  56. package/lib/commonjs/components/table-header/TableHeaderRef.js +6 -0
  57. package/lib/commonjs/components/table-header/TableHeaderRef.js.map +1 -0
  58. package/lib/commonjs/components/table-header/index.js +17 -0
  59. package/lib/commonjs/components/table-header/index.js.map +1 -0
  60. package/lib/commonjs/components/table-toolbar/TableToolbar.js +84 -0
  61. package/lib/commonjs/components/table-toolbar/TableToolbar.js.map +1 -0
  62. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js +6 -0
  63. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js.map +1 -0
  64. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js +6 -0
  65. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js.map +1 -0
  66. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js +2 -0
  67. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js.map +1 -0
  68. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js +11 -0
  69. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  70. package/lib/commonjs/components/table-toolbar/index.js +17 -0
  71. package/lib/commonjs/components/table-toolbar/index.js.map +1 -0
  72. package/lib/commonjs/components/table-toolbar-button/_useSize.js +17 -0
  73. package/lib/commonjs/components/table-toolbar-button/_useSize.js.map +1 -0
  74. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js +22 -0
  75. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  76. package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js +6 -0
  77. package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  78. package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js +6 -0
  79. package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  80. package/lib/commonjs/components/table-toolbar-button/ghost/index.js +17 -0
  81. package/lib/commonjs/components/table-toolbar-button/ghost/index.js.map +1 -0
  82. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js +22 -0
  83. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  84. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js +6 -0
  85. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  86. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js +6 -0
  87. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  88. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js +17 -0
  89. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  90. package/lib/commonjs/components/table-toolbar-button/index.js +39 -0
  91. package/lib/commonjs/components/table-toolbar-button/index.js.map +1 -0
  92. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js +22 -0
  93. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js.map +1 -0
  94. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js +6 -0
  95. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  96. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js +6 -0
  97. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  98. package/lib/commonjs/components/table-toolbar-button/primary/index.js +17 -0
  99. package/lib/commonjs/components/table-toolbar-button/primary/index.js.map +1 -0
  100. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js +60 -0
  101. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  102. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +6 -0
  103. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  104. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +6 -0
  105. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  106. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  107. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  108. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  109. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  110. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +23 -0
  111. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  112. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +6 -0
  113. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  114. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js +17 -0
  115. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  116. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +29 -0
  117. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  118. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +6 -0
  119. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  120. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +6 -0
  121. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  122. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js +17 -0
  123. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  124. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js +86 -0
  125. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  126. package/lib/commonjs/components/table-toolbar-switcher/index.js +17 -0
  127. package/lib/commonjs/components/table-toolbar-switcher/index.js.map +1 -0
  128. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  129. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  130. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  131. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  132. package/lib/module/carbon-react-native/CarbonReactNative.js +8 -6
  133. package/lib/module/carbon-react-native/CarbonReactNative.js.map +1 -1
  134. package/lib/module/carbon-style-sheet/color.js +1 -1
  135. package/lib/module/carbon-style-sheet/g/font.js +1 -1
  136. package/lib/module/carbon-style-sheet/g/spacing.js +1 -1
  137. package/lib/module/carbon-style-sheet/g/typography.js +1 -1
  138. package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
  139. package/lib/module/carbon-style-sheet/g-object/spacing.js +1 -1
  140. package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
  141. package/lib/module/components/box/Box.js +6 -0
  142. package/lib/module/components/box/Box.js.map +1 -1
  143. package/lib/module/components/button/base/Base.js +5 -14
  144. package/lib/module/components/button/base/Base.js.map +1 -1
  145. package/lib/module/components/button/ghost/Ghost.js +1 -16
  146. package/lib/module/components/button/ghost/Ghost.js.map +1 -1
  147. package/lib/module/components/index.js +8 -1
  148. package/lib/module/components/index.js.map +1 -1
  149. package/lib/module/components/scroll-view/ScrollView.js +30 -0
  150. package/lib/module/components/scroll-view/ScrollView.js.map +1 -0
  151. package/lib/module/components/scroll-view/ScrollViewProps.js +4 -0
  152. package/lib/module/components/scroll-view/ScrollViewProps.js.map +1 -0
  153. package/lib/module/components/scroll-view/index.js +4 -0
  154. package/lib/module/components/scroll-view/index.js.map +1 -0
  155. package/lib/module/components/table/Table.js +15 -10
  156. package/lib/module/components/table/Table.js.map +1 -1
  157. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js +76 -0
  158. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  159. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js +4 -0
  160. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  161. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js +4 -0
  162. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  163. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  164. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  165. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js +7 -0
  166. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  167. package/lib/module/components/table-batch-action-bar/index.js +4 -0
  168. package/lib/module/components/table-batch-action-bar/index.js.map +1 -0
  169. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js +33 -0
  170. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  171. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +4 -0
  172. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  173. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +4 -0
  174. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  175. package/lib/module/components/table-batch-action-bar-button/index.js +4 -0
  176. package/lib/module/components/table-batch-action-bar-button/index.js.map +1 -0
  177. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js +4 -4
  178. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  179. package/lib/module/components/table-header/TableHeader.js +48 -0
  180. package/lib/module/components/table-header/TableHeader.js.map +1 -0
  181. package/lib/module/components/table-header/TableHeaderProps.js +4 -0
  182. package/lib/module/components/table-header/TableHeaderProps.js.map +1 -0
  183. package/lib/module/components/table-header/TableHeaderRef.js +4 -0
  184. package/lib/module/components/table-header/TableHeaderRef.js.map +1 -0
  185. package/lib/module/components/table-header/index.js +4 -0
  186. package/lib/module/components/table-header/index.js.map +1 -0
  187. package/lib/module/components/table-toolbar/TableToolbar.js +79 -0
  188. package/lib/module/components/table-toolbar/TableToolbar.js.map +1 -0
  189. package/lib/module/components/table-toolbar/TableToolbarProps.js +4 -0
  190. package/lib/module/components/table-toolbar/TableToolbarProps.js.map +1 -0
  191. package/lib/module/components/table-toolbar/TableToolbarRef.js +4 -0
  192. package/lib/module/components/table-toolbar/TableToolbarRef.js.map +1 -0
  193. package/lib/module/components/table-toolbar/TableToolbarSize.js +2 -0
  194. package/lib/module/components/table-toolbar/TableToolbarSize.js.map +1 -0
  195. package/lib/module/components/table-toolbar/_TableToolbarContext.js +7 -0
  196. package/lib/module/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  197. package/lib/module/components/table-toolbar/index.js +4 -0
  198. package/lib/module/components/table-toolbar/index.js.map +1 -0
  199. package/lib/module/components/table-toolbar-button/_useSize.js +13 -0
  200. package/lib/module/components/table-toolbar-button/_useSize.js.map +1 -0
  201. package/lib/module/components/table-toolbar-button/ghost/Ghost.js +18 -0
  202. package/lib/module/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  203. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js +4 -0
  204. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  205. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js +4 -0
  206. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  207. package/lib/module/components/table-toolbar-button/ghost/index.js +4 -0
  208. package/lib/module/components/table-toolbar-button/ghost/index.js.map +1 -0
  209. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js +18 -0
  210. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  211. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js +4 -0
  212. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  213. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js +4 -0
  214. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  215. package/lib/module/components/table-toolbar-button/ghost-icon/index.js +4 -0
  216. package/lib/module/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  217. package/lib/module/components/table-toolbar-button/index.js +6 -0
  218. package/lib/module/components/table-toolbar-button/index.js.map +1 -0
  219. package/lib/module/components/table-toolbar-button/primary/Primary.js +18 -0
  220. package/lib/module/components/table-toolbar-button/primary/Primary.js.map +1 -0
  221. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js +4 -0
  222. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  223. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js +4 -0
  224. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  225. package/lib/module/components/table-toolbar-button/primary/index.js +4 -0
  226. package/lib/module/components/table-toolbar-button/primary/index.js.map +1 -0
  227. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js +56 -0
  228. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  229. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +4 -0
  230. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  231. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +4 -0
  232. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  233. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  234. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  235. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  236. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  237. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +19 -0
  238. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  239. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +4 -0
  240. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  241. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js +4 -0
  242. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  243. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +25 -0
  244. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  245. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +4 -0
  246. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  247. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +4 -0
  248. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  249. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js +4 -0
  250. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  251. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js +81 -0
  252. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  253. package/lib/module/components/table-toolbar-switcher/index.js +4 -0
  254. package/lib/module/components/table-toolbar-switcher/index.js.map +1 -0
  255. package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  256. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  257. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  258. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  259. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  260. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  261. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  262. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  263. package/lib/typescript/commonjs/components/box/Box.d.ts +6 -0
  264. package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -1
  265. package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/components/index.d.ts +8 -1
  267. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  268. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts +9 -0
  269. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts.map +1 -0
  270. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts +4 -0
  271. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  272. package/lib/typescript/commonjs/components/scroll-view/index.d.ts +3 -0
  273. package/lib/typescript/commonjs/components/scroll-view/index.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/components/table/Table.d.ts.map +1 -1
  275. package/lib/typescript/commonjs/components/table/TableProps.d.ts +15 -0
  276. package/lib/typescript/commonjs/components/table/TableProps.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/components/table/TableRef.d.ts +2 -2
  278. package/lib/typescript/commonjs/components/table/TableRef.d.ts.map +1 -1
  279. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  280. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  281. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  282. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  283. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  284. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  285. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  286. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  287. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  288. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  289. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts +5 -0
  290. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts.map +1 -0
  291. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  292. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  293. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  294. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  295. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  296. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  297. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts +4 -0
  298. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  299. package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  300. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts +4 -0
  301. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts +9 -0
  303. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts.map +1 -0
  304. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts +4 -0
  305. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts.map +1 -0
  306. package/lib/typescript/commonjs/components/table-header/index.d.ts +4 -0
  307. package/lib/typescript/commonjs/components/table-header/index.d.ts.map +1 -0
  308. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +3 -0
  309. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
  310. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts +4 -0
  311. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  312. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  313. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  314. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  315. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  316. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  317. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  318. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  319. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  320. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts +5 -0
  321. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts.map +1 -0
  322. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts +3 -0
  323. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  324. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  325. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  326. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  327. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  328. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  329. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  330. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts +4 -0
  331. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  333. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  334. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  335. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  336. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  337. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  338. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  339. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  340. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts +4 -0
  341. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts.map +1 -0
  342. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  343. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  344. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  345. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  346. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  347. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  348. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts +4 -0
  349. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  350. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  351. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  352. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  353. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  354. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  355. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  356. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  357. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  358. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  359. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  360. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  361. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  362. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  363. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  364. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  365. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  366. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  367. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  368. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  369. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  370. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  371. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  372. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  373. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  374. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  375. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  376. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts +5 -0
  377. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts.map +1 -0
  378. package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  379. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  380. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  381. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  382. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  383. package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  384. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  385. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  386. package/lib/typescript/module/components/box/Box.d.ts +6 -0
  387. package/lib/typescript/module/components/box/Box.d.ts.map +1 -1
  388. package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
  389. package/lib/typescript/module/components/index.d.ts +8 -1
  390. package/lib/typescript/module/components/index.d.ts.map +1 -1
  391. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts +9 -0
  392. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts.map +1 -0
  393. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts +4 -0
  394. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  395. package/lib/typescript/module/components/scroll-view/index.d.ts +3 -0
  396. package/lib/typescript/module/components/scroll-view/index.d.ts.map +1 -0
  397. package/lib/typescript/module/components/table/Table.d.ts.map +1 -1
  398. package/lib/typescript/module/components/table/TableProps.d.ts +15 -0
  399. package/lib/typescript/module/components/table/TableProps.d.ts.map +1 -1
  400. package/lib/typescript/module/components/table/TableRef.d.ts +2 -2
  401. package/lib/typescript/module/components/table/TableRef.d.ts.map +1 -1
  402. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  403. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  404. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  405. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  406. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  407. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  408. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  409. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  410. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  411. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  412. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts +5 -0
  413. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts.map +1 -0
  414. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  415. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  416. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  417. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  418. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  419. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  420. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts +4 -0
  421. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  422. package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  423. package/lib/typescript/module/components/table-header/TableHeader.d.ts +4 -0
  424. package/lib/typescript/module/components/table-header/TableHeader.d.ts.map +1 -0
  425. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts +9 -0
  426. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts.map +1 -0
  427. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts +4 -0
  428. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts.map +1 -0
  429. package/lib/typescript/module/components/table-header/index.d.ts +4 -0
  430. package/lib/typescript/module/components/table-header/index.d.ts.map +1 -0
  431. package/lib/typescript/module/components/table-row/TableRowProps.d.ts +3 -0
  432. package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
  433. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts +4 -0
  434. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  435. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  436. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  437. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  438. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  439. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  440. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  441. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  442. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  443. package/lib/typescript/module/components/table-toolbar/index.d.ts +5 -0
  444. package/lib/typescript/module/components/table-toolbar/index.d.ts.map +1 -0
  445. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts +3 -0
  446. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  447. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  448. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  449. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  450. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  451. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  452. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  453. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts +4 -0
  454. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  455. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  456. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  457. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  458. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  459. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  460. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  461. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  462. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  463. package/lib/typescript/module/components/table-toolbar-button/index.d.ts +4 -0
  464. package/lib/typescript/module/components/table-toolbar-button/index.d.ts.map +1 -0
  465. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  466. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  467. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  468. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  469. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  470. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  471. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts +4 -0
  472. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  473. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  474. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  475. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  476. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  477. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  478. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  479. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  480. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  481. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  482. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  483. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  484. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  485. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  486. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  487. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  488. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  489. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  490. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  491. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  492. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  493. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  494. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  495. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  496. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  497. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  498. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  499. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts +5 -0
  500. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts.map +1 -0
  501. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  502. package/package.json +1 -1
  503. package/src/_internal/contexts/global-config/GlobalConfigContext.ts +5 -1
  504. package/src/_internal/providers/global-config/GlobalConfigProvider.tsx +14 -4
  505. package/src/_internal/providers/global-config/GlobalConfigProviderProps.ts +1 -1
  506. package/src/carbon-react-native/CarbonReactNative.tsx +8 -8
  507. package/src/carbon-react-native/CarbonReactNativeProps.ts +1 -1
  508. package/src/carbon-style-sheet/color.ts +1 -1
  509. package/src/carbon-style-sheet/g/font.ts +1 -1
  510. package/src/carbon-style-sheet/g/spacing.ts +1 -1
  511. package/src/carbon-style-sheet/g/typography.ts +1 -1
  512. package/src/carbon-style-sheet/g-object/font.ts +1 -1
  513. package/src/carbon-style-sheet/g-object/spacing.ts +1 -1
  514. package/src/carbon-style-sheet/g-object/typography.ts +1 -1
  515. package/src/components/box/Box.tsx +6 -0
  516. package/src/components/button/base/Base.tsx +6 -17
  517. package/src/components/button/ghost/Ghost.tsx +3 -23
  518. package/src/components/index.ts +8 -0
  519. package/src/components/scroll-view/ScrollView.tsx +62 -0
  520. package/src/components/scroll-view/ScrollViewProps.ts +6 -0
  521. package/src/components/scroll-view/index.ts +2 -0
  522. package/src/components/table/Table.tsx +18 -7
  523. package/src/components/table/TableProps.ts +24 -0
  524. package/src/components/table/TableRef.ts +3 -3
  525. package/src/components/table-batch-action-bar/TableBatchActionBar.tsx +156 -0
  526. package/src/components/table-batch-action-bar/TableBatchActionBarProps.ts +42 -0
  527. package/src/components/table-batch-action-bar/TableBatchActionBarRef.ts +6 -0
  528. package/src/components/table-batch-action-bar/TableBatchActionBarSize.ts +3 -0
  529. package/src/components/table-batch-action-bar/_TableBatchActionBarContext.ts +15 -0
  530. package/src/components/table-batch-action-bar/index.ts +4 -0
  531. package/src/components/table-batch-action-bar-button/TableBatchActionBarButton.tsx +74 -0
  532. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts +6 -0
  533. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts +6 -0
  534. package/src/components/table-batch-action-bar-button/index.ts +3 -0
  535. package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +4 -3
  536. package/src/components/table-header/TableHeader.tsx +110 -0
  537. package/src/components/table-header/TableHeaderProps.ts +22 -0
  538. package/src/components/table-header/TableHeaderRef.ts +6 -0
  539. package/src/components/table-header/index.ts +3 -0
  540. package/src/components/table-row/TableRowProps.ts +3 -0
  541. package/src/components/table-toolbar/TableToolbar.tsx +165 -0
  542. package/src/components/table-toolbar/TableToolbarProps.ts +27 -0
  543. package/src/components/table-toolbar/TableToolbarRef.ts +6 -0
  544. package/src/components/table-toolbar/TableToolbarSize.ts +3 -0
  545. package/src/components/table-toolbar/_TableToolbarContext.ts +15 -0
  546. package/src/components/table-toolbar/index.ts +4 -0
  547. package/src/components/table-toolbar-button/_useSize.tsx +28 -0
  548. package/src/components/table-toolbar-button/ghost/Ghost.tsx +43 -0
  549. package/src/components/table-toolbar-button/ghost/GhostProps.ts +6 -0
  550. package/src/components/table-toolbar-button/ghost/GhostRef.ts +6 -0
  551. package/src/components/table-toolbar-button/ghost/index.ts +3 -0
  552. package/src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx +43 -0
  553. package/src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts +6 -0
  554. package/src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts +6 -0
  555. package/src/components/table-toolbar-button/ghost-icon/index.ts +3 -0
  556. package/src/components/table-toolbar-button/index.ts +3 -0
  557. package/src/components/table-toolbar-button/primary/Primary.tsx +43 -0
  558. package/src/components/table-toolbar-button/primary/PrimaryProps.ts +6 -0
  559. package/src/components/table-toolbar-button/primary/PrimaryRef.ts +6 -0
  560. package/src/components/table-toolbar-button/primary/index.ts +3 -0
  561. package/src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx +110 -0
  562. package/src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts +18 -0
  563. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts +10 -0
  564. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts +16 -0
  565. package/src/components/table-toolbar-switcher/_AnimatedContentProps.ts +3 -0
  566. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx +33 -0
  567. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts +10 -0
  568. package/src/components/table-toolbar-switcher/_animated-next-content/index.ts +2 -0
  569. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx +59 -0
  570. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts +10 -0
  571. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts +6 -0
  572. package/src/components/table-toolbar-switcher/_animated-toolbar/index.ts +3 -0
  573. package/src/components/table-toolbar-switcher/_useAnimatedContent.tsx +179 -0
  574. package/src/components/table-toolbar-switcher/index.ts +4 -0
@@ -0,0 +1,9 @@
1
+ import { ScrollView as ReactNativeScrollView } from "react-native";
2
+ /**
3
+ * This component is a basic React Native `ScrollView` to solve
4
+ * RTL support for component level.
5
+ *
6
+ * You may use this if your app provides custom localization options.
7
+ */
8
+ export declare const ScrollView: typeof ReactNativeScrollView & ReactNativeScrollView;
9
+ //# sourceMappingURL=ScrollView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScrollView.d.ts","sourceRoot":"","sources":["../../../../../src/components/scroll-view/ScrollView.tsx"],"names":[],"mappings":"AAKA,OAAO,EACN,UAAU,IAAI,qBAAqB,EACnC,MAAM,cAAc,CAAA;AAYrB;;;;;GAKG;AACH,eAAO,MAAM,UAAU,EAoCP,OAAO,qBAAqB,GAAG,qBAAqB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { ScrollViewProps as Props } from "react-native";
2
+ export interface ScrollViewProps extends Props {
3
+ }
4
+ //# sourceMappingURL=ScrollViewProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScrollViewProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/scroll-view/ScrollViewProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,eAAe,IAAI,KAAK,EACxB,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,eAAgB,SAAQ,KAAK;CAC7C"}
@@ -0,0 +1,3 @@
1
+ export * from "./ScrollView";
2
+ export type * from "./ScrollViewProps";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/scroll-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,mBAAmB,mBAAmB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAMnB,eAAO,MAAM,KAAK,iGA0CjB,CAAA"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAMnB,eAAO,MAAM,KAAK,iGAqDjB,CAAA"}
@@ -1,3 +1,4 @@
1
+ import type { ScrollViewProps } from "react-native";
1
2
  import type { BoxProps } from "../box/BoxProps";
2
3
  import type { TableRowSize } from "../table-row/TableRowSize";
3
4
  export interface TableProps extends BoxProps {
@@ -6,5 +7,19 @@ export interface TableProps extends BoxProps {
6
7
  * @see https://carbondesignsystem.com/components/data-table/style/#rows
7
8
  */
8
9
  rowSize?: TableRowSize;
10
+ horizontalScrollViewProps?: Omit<ScrollViewProps, "children">;
11
+ verticalScrollViewProps?: Omit<ScrollViewProps, "children">;
12
+ /**
13
+ * Add React node after start of the table element.
14
+ *
15
+ * You may use this for `TableHeader`, `TableToolbar`, `TableBatchActionBar`, or all of them.
16
+ */
17
+ header?: React.ReactNode;
18
+ /**
19
+ * Add React node before end of the table element
20
+ *
21
+ * You may use this for `Pagination` component.
22
+ */
23
+ footer?: React.ReactNode;
9
24
  }
10
25
  //# sourceMappingURL=TableProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/TableProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,2BAA2B,CAAA;AAElC,MAAM,WAAW,UAAW,SAAQ,QAAQ;IAC3C;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;CACvB"}
1
+ {"version":3,"file":"TableProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/TableProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,eAAe,EACf,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,2BAA2B,CAAA;AAElC,MAAM,WAAW,UAAW,SAAQ,QAAQ;IAC3C;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,yBAAyB,CAAC,EAAE,IAAI,CAC/B,eAAe,EACb,UAAU,CACZ,CAAC;IACF,uBAAuB,CAAC,EAAE,IAAI,CAC7B,eAAe,EACb,UAAU,CACZ,CAAC;IACF;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB"}
@@ -1,4 +1,4 @@
1
- import type { View } from "react-native";
2
- export interface TableRef extends View {
1
+ import type { BoxRef } from "../box";
2
+ export interface TableRef extends BoxRef {
3
3
  }
4
4
  //# sourceMappingURL=TableRef.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/TableRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,QAAS,SAAQ,IAAI;CACrC"}
1
+ {"version":3,"file":"TableRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/TableRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,MAAM,EACN,MAAM,QAAQ,CAAC;AAEhB,MAAM,WAAW,QAAS,SAAQ,MAAM;CACvC"}
@@ -0,0 +1,4 @@
1
+ import type { TableBatchActionBarProps } from "./TableBatchActionBarProps";
2
+ import type { TableBatchActionBarRef } from "./TableBatchActionBarRef";
3
+ export declare const TableBatchActionBar: import("react").ForwardRefExoticComponent<TableBatchActionBarProps & import("react").RefAttributes<TableBatchActionBarRef>>;
4
+ //# sourceMappingURL=TableBatchActionBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBatchActionBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar/TableBatchActionBar.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EACX,sBAAsB,EACtB,MAAM,0BAA0B,CAAA;AAUjC,eAAO,MAAM,mBAAmB,6HAgF/B,CAAA"}
@@ -0,0 +1,30 @@
1
+ import type { ScrollViewProps } from "react-native";
2
+ import type { TextProps } from "../text/TextProps";
3
+ import type { TableBatchActionBarSize } from "./TableBatchActionBarSize";
4
+ export interface TableBatchActionBarProps extends Omit<ScrollViewProps, "children"> {
5
+ /**
6
+ * Based on the IBM spec, the `large` batch action bar is paired with the extra large and large row sizes.
7
+ * The `small` batch action bar is paired with the small and extra small row sizes.
8
+ *
9
+ * You may don't want to set the batch action bar size manually.
10
+ * Prefer to opt `rowSize` in the `Table` prop instead,
11
+ * and the batch action bar size will be adjusted automatically based on what the row size is.
12
+ *
13
+ * @default "large"
14
+ */
15
+ size?: TableBatchActionBarSize;
16
+ /**
17
+ * Provide descriptive text after one or multiple items selected,
18
+ *
19
+ * e.g. "0 items selected", "3 products selected", etc.
20
+ */
21
+ text: string;
22
+ textProps?: Omit<TextProps, "children" | "type">;
23
+ /**
24
+ * Provide one or multiple `<TableBatchActionBarButton>` in this prop.
25
+ *
26
+ * To provide multiple buttons, you can start it with `<>` or `<Fragment>`
27
+ */
28
+ buttons: React.ReactNode;
29
+ }
30
+ //# sourceMappingURL=TableBatchActionBarProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBatchActionBarProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar/TableBatchActionBarProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,eAAe,EACf,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EACX,uBAAuB,EACvB,MAAM,2BAA2B,CAAA;AAElC,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC;IAClF;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,uBAAuB,CAAC;IAC/B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,CACf,SAAS,EACP,UAAU,GACV,MAAM,CACR,CAAC;IACF;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB"}
@@ -0,0 +1,4 @@
1
+ import type { ScrollView } from "react-native";
2
+ export interface TableBatchActionBarRef extends ScrollView {
3
+ }
4
+ //# sourceMappingURL=TableBatchActionBarRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBatchActionBarRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar/TableBatchActionBarRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,sBAAuB,SAAQ,UAAU;CACzD"}
@@ -0,0 +1,2 @@
1
+ export type TableBatchActionBarSize = "large" | "small";
2
+ //# sourceMappingURL=TableBatchActionBarSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBatchActionBarSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar/TableBatchActionBarSize.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAChC,OAAO,GACP,OAAO,CAAA"}
@@ -0,0 +1,6 @@
1
+ import type { TableBatchActionBarSize } from "./TableBatchActionBarSize";
2
+ export interface TableBatchActionBarContext {
3
+ size: TableBatchActionBarSize;
4
+ }
5
+ export declare const TableBatchActionBarContext: import("react").Context<TableBatchActionBarContext>;
6
+ //# sourceMappingURL=_TableBatchActionBarContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_TableBatchActionBarContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar/_TableBatchActionBarContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,uBAAuB,EACvB,MAAM,2BAA2B,CAAA;AAElC,MAAM,WAAW,0BAA0B;IAC1C,IAAI,EAAE,uBAAuB,CAAC;CAC9B;AAED,eAAO,MAAM,0BAA0B,qDAErC,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from "./TableBatchActionBar";
2
+ export type * from "./TableBatchActionBarProps";
3
+ export type * from "./TableBatchActionBarRef";
4
+ export type * from "./TableBatchActionBarSize";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,mBAAmB,4BAA4B,CAAA;AAC/C,mBAAmB,0BAA0B,CAAA;AAC7C,mBAAmB,2BAA2B,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { TableBatchActionBarButtonProps } from "./TableBatchActionBarButtonProps";
2
+ import type { TableBatchActionBarButtonRef } from "./TableBatchActionBarButtonRef";
3
+ export declare const TableBatchActionBarButton: import("react").ForwardRefExoticComponent<TableBatchActionBarButtonProps & import("react").RefAttributes<TableBatchActionBarButtonRef>>;
4
+ //# sourceMappingURL=TableBatchActionBarButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBatchActionBarButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar-button/TableBatchActionBarButton.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACX,8BAA8B,EAC9B,MAAM,kCAAkC,CAAA;AAEzC,OAAO,KAAK,EACX,4BAA4B,EAC5B,MAAM,gCAAgC,CAAA;AAEvC,eAAO,MAAM,yBAAyB,yIAsCrC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps } from "../button/primary/PrimaryProps";
2
+ export interface TableBatchActionBarButtonProps extends Omit<PrimaryProps, "size"> {
3
+ }
4
+ //# sourceMappingURL=TableBatchActionBarButtonProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBatchActionBarButtonProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gCAAgC,CAAA;AAEvC,MAAM,WAAW,8BAA+B,SAAQ,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC;CACjF"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryRef } from "../button/primary/PrimaryRef";
2
+ export interface TableBatchActionBarButtonRef extends PrimaryRef {
3
+ }
4
+ //# sourceMappingURL=TableBatchActionBarButtonRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBatchActionBarButtonRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,8BAA8B,CAAA;AAErC,MAAM,WAAW,4BAA6B,SAAQ,UAAU;CAC/D"}
@@ -0,0 +1,4 @@
1
+ export * from "./TableBatchActionBarButton";
2
+ export type * from "./TableBatchActionBarButtonProps";
3
+ export type * from "./TableBatchActionBarButtonRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-batch-action-bar-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,mBAAmB,kCAAkC,CAAA;AACrD,mBAAmB,gCAAgC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"SortIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-cell-header/_sort-icon/SortIcon.tsx"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,eAAO,MAAM,QAAQ,uGAgGpB,CAAA"}
1
+ {"version":3,"file":"SortIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-cell-header/_sort-icon/SortIcon.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,eAAO,MAAM,QAAQ,uGAgGpB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { TableHeaderProps } from "./TableHeaderProps";
2
+ import type { TableHeaderRef } from "./TableHeaderRef";
3
+ export declare const TableHeader: import("react").ForwardRefExoticComponent<TableHeaderProps & import("react").RefAttributes<TableHeaderRef>>;
4
+ //# sourceMappingURL=TableHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/TableHeader.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,eAAO,MAAM,WAAW,6GAoDvB,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { BoxProps } from "../box/BoxProps";
2
+ import type { TextProps } from "../text/TextProps";
3
+ export interface TableHeaderProps extends Omit<BoxProps, "children"> {
4
+ title: string;
5
+ description?: string;
6
+ titleProps?: Omit<TextProps, "type" | "children">;
7
+ descriptionProps?: Omit<TextProps, "type" | "children">;
8
+ }
9
+ //# sourceMappingURL=TableHeaderProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeaderProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/TableHeaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,mBAAmB,CAAA;AAE1B,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC;IACnE,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,IAAI,CAChB,SAAS,EACP,MAAM,GACN,UAAU,CACZ,CAAC;IACF,gBAAgB,CAAC,EAAE,IAAI,CACtB,SAAS,EACP,MAAM,GACN,UAAU,CACZ,CAAC;CACF"}
@@ -0,0 +1,4 @@
1
+ import type { BoxRef } from "../box/BoxRef";
2
+ export interface TableHeaderRef extends BoxRef {
3
+ }
4
+ //# sourceMappingURL=TableHeaderRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeaderRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/TableHeaderRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,MAAM,EACN,MAAM,eAAe,CAAA;AAEtB,MAAM,WAAW,cAAe,SAAQ,MAAM;CAC7C"}
@@ -0,0 +1,4 @@
1
+ export * from "./TableHeader";
2
+ export type * from "./TableHeaderProps";
3
+ export type * from "./TableHeaderRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,kBAAkB,CAAA"}
@@ -3,6 +3,9 @@ import type { TableRowInteractiveState } from "./TableRowInteractiveState";
3
3
  import type { TableRowSize } from "./TableRowSize";
4
4
  export interface TableRowProps extends Omit<PressableProps, "style"> {
5
5
  /**
6
+ * You may don't want to set the row size each row individually.
7
+ * Prefer to opt `rowSize` in the `Table` prop instead.
8
+ *
6
9
  * @default "large"
7
10
  * @see https://carbondesignsystem.com/components/data-table/style/#rows
8
11
  */
@@ -1 +1 @@
1
- {"version":3,"file":"TableRowProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC;IACnE;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAC5C,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B"}
1
+ {"version":3,"file":"TableRowProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC;IACnE;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAC5C,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B"}
@@ -0,0 +1,4 @@
1
+ import type { TableToolbarProps } from "./TableToolbarProps";
2
+ import type { TableToolbarRef } from "./TableToolbarRef";
3
+ export declare const TableToolbar: import("react").ForwardRefExoticComponent<TableToolbarProps & import("react").RefAttributes<TableToolbarRef>>;
4
+ //# sourceMappingURL=TableToolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbar.tsx"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACX,eAAe,EACf,MAAM,mBAAmB,CAAA;AAU1B,eAAO,MAAM,YAAY,+GAiFxB,CAAA"}
@@ -0,0 +1,22 @@
1
+ import type { ScrollViewProps } from "react-native";
2
+ import type { TableToolbarSize } from "./TableToolbarSize";
3
+ export interface TableToolbarProps extends ScrollViewProps {
4
+ /**
5
+ * Based on the IBM spec, the `large` toolbar is paired with the extra large and large row sizes.
6
+ * The `small` toolbar is paired with the small and extra small row sizes.
7
+ *
8
+ * You may don't want to set the toolbar size manually.
9
+ * Prefer to opt `rowSize` in the `Table` prop instead,
10
+ * and the toolbar size will be adjusted automatically based on what the row size is.
11
+ *
12
+ * @default "large"
13
+ */
14
+ size?: TableToolbarSize;
15
+ /**
16
+ * Provide one or multiple `<TableToolbarButton>` in this prop.
17
+ *
18
+ * To provide multiple buttons, you can start it with `<>` or `<Fragment>`
19
+ */
20
+ buttons: React.ReactNode;
21
+ }
22
+ //# sourceMappingURL=TableToolbarProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbarProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,eAAe,EACf,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACzD;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB"}
@@ -0,0 +1,4 @@
1
+ import type { ScrollView } from "react-native";
2
+ export interface TableToolbarRef extends ScrollView {
3
+ }
4
+ //# sourceMappingURL=TableToolbarRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbarRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,eAAgB,SAAQ,UAAU;CAClD"}
@@ -0,0 +1,2 @@
1
+ export type TableToolbarSize = "large" | "small";
2
+ //# sourceMappingURL=TableToolbarSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbarSize.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GACzB,OAAO,GACP,OAAO,CAAA"}
@@ -0,0 +1,6 @@
1
+ import type { TableToolbarSize } from "./TableToolbarSize";
2
+ export interface TableToolbarContext {
3
+ size: TableToolbarSize;
4
+ }
5
+ export declare const TableToolbarContext: import("react").Context<TableToolbarContext>;
6
+ //# sourceMappingURL=_TableToolbarContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_TableToolbarContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/_TableToolbarContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,MAAM,WAAW,mBAAmB;IACnC,IAAI,EAAE,gBAAgB,CAAC;CACvB;AAED,eAAO,MAAM,mBAAmB,8CAE9B,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from "./TableToolbar";
2
+ export type * from "./TableToolbarProps";
3
+ export type * from "./TableToolbarRef";
4
+ export type * from "./TableToolbarSize";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,mBAAmB,CAAA;AACtC,mBAAmB,oBAAoB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { Size } from "../button/Size";
2
+ export declare function useSize(): Size;
3
+ //# sourceMappingURL=_useSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_useSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-button/_useSize.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,gBAAgB,CAAA;AAMvB,wBAAgB,OAAO,IAAI,IAAI,CAQ9B"}
@@ -0,0 +1,4 @@
1
+ import type { GhostProps } from "./GhostProps";
2
+ import type { GhostRef } from "./GhostRef";
3
+ export declare const Ghost: import("react").ForwardRefExoticComponent<GhostProps & import("react").RefAttributes<GhostRef>>;
4
+ //# sourceMappingURL=Ghost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ghost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/Ghost.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAEnB,eAAO,MAAM,KAAK,iGAsBjB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps as Props } from "../../button/primary/PrimaryProps";
2
+ export interface GhostProps extends Props {
3
+ }
4
+ //# sourceMappingURL=GhostProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostProps.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/GhostProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,YAAY,IAAI,KAAK,EACrB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,WAAW,UAAW,SAAQ,KAAK;CACxC"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryRef as Ref } from "../../button/primary/PrimaryRef";
2
+ export interface GhostRef extends Ref {
3
+ }
4
+ //# sourceMappingURL=GhostRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostRef.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/GhostRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,IAAI,GAAG,EACjB,MAAM,iCAAiC,CAAA;AAExC,MAAM,WAAW,QAAS,SAAQ,GAAG;CACpC"}
@@ -0,0 +1,4 @@
1
+ export * from "./Ghost";
2
+ export type * from "./GhostProps";
3
+ export type * from "./GhostRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { GhostIconProps } from "./GhostIconProps";
2
+ import type { GhostIconRef } from "./GhostIconRef";
3
+ export declare const GhostIcon: import("react").ForwardRefExoticComponent<GhostIconProps & import("react").RefAttributes<GhostIconRef>>;
4
+ //# sourceMappingURL=GhostIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,SAAS,yGAsBrB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps as Props } from "../../button/primary/PrimaryProps";
2
+ export interface GhostIconProps extends Props {
3
+ }
4
+ //# sourceMappingURL=GhostIconProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostIconProps.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,YAAY,IAAI,KAAK,EACrB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,WAAW,cAAe,SAAQ,KAAK;CAC5C"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryRef as Ref } from "../../button/primary/PrimaryRef";
2
+ export interface GhostIconRef extends Ref {
3
+ }
4
+ //# sourceMappingURL=GhostIconRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostIconRef.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,IAAI,GAAG,EACjB,MAAM,iCAAiC,CAAA;AAExC,MAAM,WAAW,YAAa,SAAQ,GAAG;CACxC"}
@@ -0,0 +1,4 @@
1
+ export * from "./GhostIcon";
2
+ export type * from "./GhostIconProps";
3
+ export type * from "./GhostIconRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,gBAAgB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from "./ghost";
2
+ export * from "./ghost-icon";
3
+ export * from "./primary";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps } from "./PrimaryProps";
2
+ import type { PrimaryRef } from "./PrimaryRef";
3
+ export declare const Primary: import("react").ForwardRefExoticComponent<PrimaryProps & import("react").RefAttributes<PrimaryRef>>;
4
+ //# sourceMappingURL=Primary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Primary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/Primary.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,eAAO,MAAM,OAAO,qGAsBnB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps as Props } from "../../button/primary/PrimaryProps";
2
+ export interface PrimaryProps extends Props {
3
+ }
4
+ //# sourceMappingURL=PrimaryProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrimaryProps.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/PrimaryProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,YAAY,IAAI,KAAK,EACrB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,WAAW,YAAa,SAAQ,KAAK;CAC1C"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryRef as Ref } from "../../button/primary/PrimaryRef";
2
+ export interface PrimaryRef extends Ref {
3
+ }
4
+ //# sourceMappingURL=PrimaryRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrimaryRef.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/PrimaryRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,IAAI,GAAG,EACjB,MAAM,iCAAiC,CAAA;AAExC,MAAM,WAAW,UAAW,SAAQ,GAAG;CACtC"}
@@ -0,0 +1,4 @@
1
+ export * from "./Primary";
2
+ export type * from "./PrimaryProps";
3
+ export type * from "./PrimaryRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,cAAc,CAAA"}
@@ -0,0 +1,10 @@
1
+ import type { TableToolbarSwitcherProps } from "./TableToolbarSwitcherProps";
2
+ import type { TableToolbarSwitcherRef } from "./TableToolbarSwitcherRef";
3
+ /**
4
+ * Render `TableToolbar` and switch to other view if some events happened.
5
+ *
6
+ * This is useful if you want to use both `TableToolbar` and `TableBatchActionBar`,
7
+ * but only show `TableBatchActionBar` and hide `TableToolbar` if some events occured, e.g. a row has been selected.
8
+ */
9
+ export declare const TableToolbarSwitcher: import("react").ForwardRefExoticComponent<TableToolbarSwitcherProps & import("react").RefAttributes<TableToolbarSwitcherRef>>;
10
+ //# sourceMappingURL=TableToolbarSwitcher.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcher.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EACX,yBAAyB,EACzB,MAAM,6BAA6B,CAAA;AAEpC,OAAO,KAAK,EACX,uBAAuB,EACvB,MAAM,2BAA2B,CAAA;AAelC;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,+HAoEhC,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { TableToolbarProps } from "../table-toolbar/TableToolbarProps";
2
+ export interface TableToolbarSwitcherProps extends TableToolbarProps {
3
+ /**
4
+ * true indicates the `nextContent` will be showed and the `TableToolbar` will be hidden
5
+ */
6
+ defaultNext?: boolean;
7
+ /**
8
+ * true indicates the `nextContent` will be showed and the `TableToolbar` will be hidden
9
+ */
10
+ next?: boolean;
11
+ /**
12
+ * This is other views that you want to render if `defaultNext` or `next` is true.
13
+ */
14
+ nextContent: React.ReactNode;
15
+ }
16
+ //# sourceMappingURL=TableToolbarSwitcherProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcherProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,oCAAoC,CAAA;AAE3C,MAAM,WAAW,yBAA0B,SAAQ,iBAAiB;IACnE;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B"}
@@ -0,0 +1,5 @@
1
+ import type { TableToolbarRef } from "../table-toolbar/TableToolbarRef";
2
+ import type { TableToolbarSwitcherRefBase } from "./TableToolbarSwitcherRefBase";
3
+ export interface TableToolbarSwitcherRef extends TableToolbarRef, TableToolbarSwitcherRefBase {
4
+ }
5
+ //# sourceMappingURL=TableToolbarSwitcherRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcherRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,eAAe,EACf,MAAM,kCAAkC,CAAA;AAEzC,OAAO,KAAK,EACX,2BAA2B,EAC3B,MAAM,+BAA+B,CAAA;AAEtC,MAAM,WAAW,uBAAwB,SAAQ,eAAe,EAAE,2BAA2B;CAC5F"}
@@ -0,0 +1,17 @@
1
+ export interface TableToolbarSwitcherRefBase {
2
+ /**
3
+ * Does nothing if `next` prop is boolean
4
+ */
5
+ next: () => void;
6
+ /**
7
+ * Does nothing if `next` prop is boolean
8
+ */
9
+ prev: () => void;
10
+ /**
11
+ * Run either next or prev.
12
+ *
13
+ * Does nothing if `next` prop is boolean
14
+ */
15
+ switch: () => void;
16
+ }
17
+ //# sourceMappingURL=TableToolbarSwitcherRefBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcherRefBase.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,2BAA2B;IAC3C;;OAEG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB;;;;OAIG;IACH,MAAM,EAAE,MAAM,IAAI,CAAC;CACnB"}
@@ -0,0 +1,4 @@
1
+ export interface AnimatedContentProps {
2
+ visible: boolean;
3
+ }
4
+ //# sourceMappingURL=_AnimatedContentProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_AnimatedContentProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/_AnimatedContentProps.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACpC,OAAO,EAAE,OAAO,CAAC;CACjB"}