@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.
- package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
- package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
- package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
- package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
- package/lib/commonjs/carbon-react-native/CarbonReactNative.js +8 -6
- package/lib/commonjs/carbon-react-native/CarbonReactNative.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/color.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/spacing.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
- package/lib/commonjs/components/box/Box.js +6 -0
- package/lib/commonjs/components/box/Box.js.map +1 -1
- package/lib/commonjs/components/button/base/Base.js +5 -14
- package/lib/commonjs/components/button/base/Base.js.map +1 -1
- package/lib/commonjs/components/button/ghost/Ghost.js +0 -15
- package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
- package/lib/commonjs/components/index.js +116 -42
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/scroll-view/ScrollView.js +35 -0
- package/lib/commonjs/components/scroll-view/ScrollView.js.map +1 -0
- package/lib/commonjs/components/scroll-view/ScrollViewProps.js +6 -0
- package/lib/commonjs/components/scroll-view/ScrollViewProps.js.map +1 -0
- package/lib/commonjs/components/scroll-view/index.js +17 -0
- package/lib/commonjs/components/scroll-view/index.js.map +1 -0
- package/lib/commonjs/components/table/Table.js +15 -10
- package/lib/commonjs/components/table/Table.js.map +1 -1
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js +81 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js +11 -0
- package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/index.js +17 -0
- package/lib/commonjs/components/table-batch-action-bar/index.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js +38 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/index.js +17 -0
- package/lib/commonjs/components/table-batch-action-bar-button/index.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js +3 -3
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
- package/lib/commonjs/components/table-header/TableHeader.js +53 -0
- package/lib/commonjs/components/table-header/TableHeader.js.map +1 -0
- package/lib/commonjs/components/table-header/TableHeaderProps.js +6 -0
- package/lib/commonjs/components/table-header/TableHeaderProps.js.map +1 -0
- package/lib/commonjs/components/table-header/TableHeaderRef.js +6 -0
- package/lib/commonjs/components/table-header/TableHeaderRef.js.map +1 -0
- package/lib/commonjs/components/table-header/index.js +17 -0
- package/lib/commonjs/components/table-header/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbar.js +84 -0
- package/lib/commonjs/components/table-toolbar/TableToolbar.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarProps.js +6 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarRef.js +6 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarSize.js +2 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarSize.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js +11 -0
- package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/index.js +17 -0
- package/lib/commonjs/components/table-toolbar/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/_useSize.js +17 -0
- package/lib/commonjs/components/table-toolbar-button/_useSize.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js +22 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js +22 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/index.js +39 -0
- package/lib/commonjs/components/table-toolbar-button/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/primary/Primary.js +22 -0
- package/lib/commonjs/components/table-toolbar-button/primary/Primary.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/primary/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-button/primary/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js +60 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
- package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +23 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +29 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js +86 -0
- package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-switcher/index.js.map +1 -0
- package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
- package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
- package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
- package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
- package/lib/module/carbon-react-native/CarbonReactNative.js +8 -6
- package/lib/module/carbon-react-native/CarbonReactNative.js.map +1 -1
- package/lib/module/carbon-style-sheet/color.js +1 -1
- package/lib/module/carbon-style-sheet/g/font.js +1 -1
- package/lib/module/carbon-style-sheet/g/spacing.js +1 -1
- package/lib/module/carbon-style-sheet/g/typography.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/spacing.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
- package/lib/module/components/box/Box.js +6 -0
- package/lib/module/components/box/Box.js.map +1 -1
- package/lib/module/components/button/base/Base.js +5 -14
- package/lib/module/components/button/base/Base.js.map +1 -1
- package/lib/module/components/button/ghost/Ghost.js +1 -16
- package/lib/module/components/button/ghost/Ghost.js.map +1 -1
- package/lib/module/components/index.js +8 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/scroll-view/ScrollView.js +30 -0
- package/lib/module/components/scroll-view/ScrollView.js.map +1 -0
- package/lib/module/components/scroll-view/ScrollViewProps.js +4 -0
- package/lib/module/components/scroll-view/ScrollViewProps.js.map +1 -0
- package/lib/module/components/scroll-view/index.js +4 -0
- package/lib/module/components/scroll-view/index.js.map +1 -0
- package/lib/module/components/table/Table.js +15 -10
- package/lib/module/components/table/Table.js.map +1 -1
- package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js +76 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js +4 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js +4 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js +7 -0
- package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/index.js +4 -0
- package/lib/module/components/table-batch-action-bar/index.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js +33 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +4 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +4 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/index.js +4 -0
- package/lib/module/components/table-batch-action-bar-button/index.js.map +1 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js +4 -4
- package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
- package/lib/module/components/table-header/TableHeader.js +48 -0
- package/lib/module/components/table-header/TableHeader.js.map +1 -0
- package/lib/module/components/table-header/TableHeaderProps.js +4 -0
- package/lib/module/components/table-header/TableHeaderProps.js.map +1 -0
- package/lib/module/components/table-header/TableHeaderRef.js +4 -0
- package/lib/module/components/table-header/TableHeaderRef.js.map +1 -0
- package/lib/module/components/table-header/index.js +4 -0
- package/lib/module/components/table-header/index.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbar.js +79 -0
- package/lib/module/components/table-toolbar/TableToolbar.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbarProps.js +4 -0
- package/lib/module/components/table-toolbar/TableToolbarProps.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbarRef.js +4 -0
- package/lib/module/components/table-toolbar/TableToolbarRef.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbarSize.js +2 -0
- package/lib/module/components/table-toolbar/TableToolbarSize.js.map +1 -0
- package/lib/module/components/table-toolbar/_TableToolbarContext.js +7 -0
- package/lib/module/components/table-toolbar/_TableToolbarContext.js.map +1 -0
- package/lib/module/components/table-toolbar/index.js +4 -0
- package/lib/module/components/table-toolbar/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/_useSize.js +13 -0
- package/lib/module/components/table-toolbar-button/_useSize.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/Ghost.js +18 -0
- package/lib/module/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostProps.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostRef.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/index.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js +18 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/index.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/index.js +6 -0
- package/lib/module/components/table-toolbar-button/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/Primary.js +18 -0
- package/lib/module/components/table-toolbar-button/primary/Primary.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js +4 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js +4 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/index.js +4 -0
- package/lib/module/components/table-toolbar-button/primary/index.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js +56 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +4 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +4 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
- package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +19 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +25 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js +81 -0
- package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/index.js +4 -0
- package/lib/module/components/table-toolbar-switcher/index.js.map +1 -0
- package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/box/Box.d.ts +6 -0
- package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/index.d.ts +8 -1
- package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts +9 -0
- package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/scroll-view/index.d.ts +3 -0
- package/lib/typescript/commonjs/components/scroll-view/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table/Table.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table/TableProps.d.ts +15 -0
- package/lib/typescript/commonjs/components/table/TableProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table/TableRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/table/TableRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts +9 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-header/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-header/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts +22 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts +2 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
- package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
- package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
- package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
- package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
- package/lib/typescript/module/components/box/Box.d.ts +6 -0
- package/lib/typescript/module/components/box/Box.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/module/components/index.d.ts +8 -1
- package/lib/typescript/module/components/index.d.ts.map +1 -1
- package/lib/typescript/module/components/scroll-view/ScrollView.d.ts +9 -0
- package/lib/typescript/module/components/scroll-view/ScrollView.d.ts.map +1 -0
- package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts +4 -0
- package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
- package/lib/typescript/module/components/scroll-view/index.d.ts +3 -0
- package/lib/typescript/module/components/scroll-view/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table/Table.d.ts.map +1 -1
- package/lib/typescript/module/components/table/TableProps.d.ts +15 -0
- package/lib/typescript/module/components/table/TableProps.d.ts.map +1 -1
- package/lib/typescript/module/components/table/TableRef.d.ts +2 -2
- package/lib/typescript/module/components/table/TableRef.d.ts.map +1 -1
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
- package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/index.d.ts +5 -0
- package/lib/typescript/module/components/table-batch-action-bar/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
- package/lib/typescript/module/components/table-header/TableHeader.d.ts +4 -0
- package/lib/typescript/module/components/table-header/TableHeader.d.ts.map +1 -0
- package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts +9 -0
- package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts +4 -0
- package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-header/index.d.ts +4 -0
- package/lib/typescript/module/components/table-header/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts +3 -0
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
- package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts +22 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts +2 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
- package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/index.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts +3 -0
- package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts.map +1 -0
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/_internal/contexts/global-config/GlobalConfigContext.ts +5 -1
- package/src/_internal/providers/global-config/GlobalConfigProvider.tsx +14 -4
- package/src/_internal/providers/global-config/GlobalConfigProviderProps.ts +1 -1
- package/src/carbon-react-native/CarbonReactNative.tsx +8 -8
- package/src/carbon-react-native/CarbonReactNativeProps.ts +1 -1
- package/src/carbon-style-sheet/color.ts +1 -1
- package/src/carbon-style-sheet/g/font.ts +1 -1
- package/src/carbon-style-sheet/g/spacing.ts +1 -1
- package/src/carbon-style-sheet/g/typography.ts +1 -1
- package/src/carbon-style-sheet/g-object/font.ts +1 -1
- package/src/carbon-style-sheet/g-object/spacing.ts +1 -1
- package/src/carbon-style-sheet/g-object/typography.ts +1 -1
- package/src/components/box/Box.tsx +6 -0
- package/src/components/button/base/Base.tsx +6 -17
- package/src/components/button/ghost/Ghost.tsx +3 -23
- package/src/components/index.ts +8 -0
- package/src/components/scroll-view/ScrollView.tsx +62 -0
- package/src/components/scroll-view/ScrollViewProps.ts +6 -0
- package/src/components/scroll-view/index.ts +2 -0
- package/src/components/table/Table.tsx +18 -7
- package/src/components/table/TableProps.ts +24 -0
- package/src/components/table/TableRef.ts +3 -3
- package/src/components/table-batch-action-bar/TableBatchActionBar.tsx +156 -0
- package/src/components/table-batch-action-bar/TableBatchActionBarProps.ts +42 -0
- package/src/components/table-batch-action-bar/TableBatchActionBarRef.ts +6 -0
- package/src/components/table-batch-action-bar/TableBatchActionBarSize.ts +3 -0
- package/src/components/table-batch-action-bar/_TableBatchActionBarContext.ts +15 -0
- package/src/components/table-batch-action-bar/index.ts +4 -0
- package/src/components/table-batch-action-bar-button/TableBatchActionBarButton.tsx +74 -0
- package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts +6 -0
- package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts +6 -0
- package/src/components/table-batch-action-bar-button/index.ts +3 -0
- package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +4 -3
- package/src/components/table-header/TableHeader.tsx +110 -0
- package/src/components/table-header/TableHeaderProps.ts +22 -0
- package/src/components/table-header/TableHeaderRef.ts +6 -0
- package/src/components/table-header/index.ts +3 -0
- package/src/components/table-row/TableRowProps.ts +3 -0
- package/src/components/table-toolbar/TableToolbar.tsx +165 -0
- package/src/components/table-toolbar/TableToolbarProps.ts +27 -0
- package/src/components/table-toolbar/TableToolbarRef.ts +6 -0
- package/src/components/table-toolbar/TableToolbarSize.ts +3 -0
- package/src/components/table-toolbar/_TableToolbarContext.ts +15 -0
- package/src/components/table-toolbar/index.ts +4 -0
- package/src/components/table-toolbar-button/_useSize.tsx +28 -0
- package/src/components/table-toolbar-button/ghost/Ghost.tsx +43 -0
- package/src/components/table-toolbar-button/ghost/GhostProps.ts +6 -0
- package/src/components/table-toolbar-button/ghost/GhostRef.ts +6 -0
- package/src/components/table-toolbar-button/ghost/index.ts +3 -0
- package/src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx +43 -0
- package/src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts +6 -0
- package/src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts +6 -0
- package/src/components/table-toolbar-button/ghost-icon/index.ts +3 -0
- package/src/components/table-toolbar-button/index.ts +3 -0
- package/src/components/table-toolbar-button/primary/Primary.tsx +43 -0
- package/src/components/table-toolbar-button/primary/PrimaryProps.ts +6 -0
- package/src/components/table-toolbar-button/primary/PrimaryRef.ts +6 -0
- package/src/components/table-toolbar-button/primary/index.ts +3 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx +110 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts +18 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts +10 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts +16 -0
- package/src/components/table-toolbar-switcher/_AnimatedContentProps.ts +3 -0
- package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx +33 -0
- package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts +10 -0
- package/src/components/table-toolbar-switcher/_animated-next-content/index.ts +2 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx +59 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts +10 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts +6 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/index.ts +3 -0
- package/src/components/table-toolbar-switcher/_useAnimatedContent.tsx +179 -0
- package/src/components/table-toolbar-switcher/index.ts +4 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["forwardRef","useImperativeHandle","useRef","useState","View","CarbonStyleSheet","AnimatedNextContent","AnimatedToolbar","jsx","_jsx","jsxs","_jsxs","TableToolbarSwitcher","defaultNext","next","nextProp","nextContent","props","ref","animatedToolbarRef","nextSelf","setNextSelf","Object","assign","current","prev","switch","s","style","g","flex_auto","children","visible"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcher.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,mBAAmB,EACnBC,MAAM,EACNC,QAAQ,QACF,OAAO;AAEd,SACCC,IAAI,QACE,cAAc;AAErB,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAc5D,SACCC,mBAAmB,QACb,mCAA0B;AAEjC,SACCC,eAAe,QAET,8BAAqB;;AAE5B;AACA;AACA;AACA;AACA;AACA;AALA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAMA,OAAO,MAAMC,oBAAoB,gBAAGZ,UAAU,CAC7C,SAASY,oBAAoBA,CAC5B;EACCC,WAAW;EACXC,IAAI,EAAEC,QAAQ;EACdC,WAAW;EACX,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAGD,MACCC,kBAAkB,GACjBjB,MAAM,CAAqB,IAAI,CAAC;IAEjC,CAACkB,QAAQ,EAAEC,WAAW,CAAC,GACtBlB,QAAQ,CAAC,CAAC,CAACU,WAAW,CAAC;IAExBC,IAAI,GACHC,QAAQ,IAAIK,QAAQ;EAEtBnB,mBAAmB,CAACiB,GAAG,EAAE,MAAM;IAC9B,OAAOI,MAAM,CAACC,MAAM,CACnBJ,kBAAkB,CAACK,OAAO,IAAI,CAAC,CAAuB,EACtD;MACCV,IAAIA,CAAA,EAAG;QACN,IAAG,OAAOC,QAAQ,KAAK,WAAW,EAAE;UACnCM,WAAW,CAAC,IAAI,CAAC;QAClB;MACD,CAAC;MACDI,IAAIA,CAAA,EAAG;QACN,IAAG,OAAOV,QAAQ,KAAK,WAAW,EAAE;UACnCM,WAAW,CAAC,KAAK,CAAC;QACnB;MACD,CAAC;MACDK,MAAMA,CAAA,EAAG;QACR,IAAG,OAAOX,QAAQ,KAAK,WAAW,EAAE;UACnCM,WAAW,CAACM,CAAC,IAAI,CAACA,CAAC,CAAC;QACrB;MACD;IACD,CACD,CAAC;EACF,CAAC,EAAE,CACFZ,QAAQ,CACR,CAAC;EAEF,oBACCJ,KAAA,CAACP,IAAI;IACJwB,KAAK,EAAG,CACPvB,gBAAgB,CAACwB,CAAC,CAACC,SAAS,CAC1B;IAAAC,QAAA,gBAEHtB,IAAA,CAACF,eAAe;MACfW,GAAG,EAAGC,kBAAoB;MAAA,GACrBF,KAAK;MACVe,OAAO,EAAG,CAAClB;IAAM,CACjB,CAAC,eAEFL,IAAA,CAACH,mBAAmB;MACnB0B,OAAO,EAAGlB,IAAM;MAAAiB,QAAA,EAEdf;IAAW,CACO,CAAC;EAAA,CACjB,CAAC;AAGT,CACD,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcherProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcherRef.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/_AnimatedContentProps.ts"],"mappings":"","ignoreList":[]}
|
package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { Animated } from "react-native";
|
|
4
|
+
import { useAnimatedContent } from "../_useAnimatedContent.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export function AnimatedNextContent({
|
|
7
|
+
visible,
|
|
8
|
+
style,
|
|
9
|
+
...props
|
|
10
|
+
}) {
|
|
11
|
+
const animatedContent = useAnimatedContent({
|
|
12
|
+
visible
|
|
13
|
+
});
|
|
14
|
+
return /*#__PURE__*/_jsx(Animated.View, {
|
|
15
|
+
...props,
|
|
16
|
+
style: [animatedContent.style, style]
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=AnimatedNextContent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Animated","useAnimatedContent","jsx","_jsx","AnimatedNextContent","visible","style","props","animatedContent","View"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx"],"mappings":";;AAAA,SACCA,QAAQ,QACF,cAAc;AAErB,SACCC,kBAAkB,QACZ,2BAAwB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAM/B,OAAO,SAASC,mBAAmBA,CAAC;EACnCC,OAAO;EACPC,KAAK;EACL,GAAGC;AACsB,CAAC,EAAE;EAE5B,MACCC,eAAe,GACdP,kBAAkB,CAAC;IAAEI;EAAQ,CAAC,CAAC;EAEjC,oBACCF,IAAA,CAACH,QAAQ,CAACS,IAAI;IAAA,GACRF,KAAK;IACVD,KAAK,EAAG,CACPE,eAAe,CAACF,KAAK,EACrBA,KAAK;EACH,CACH,CAAC;AAGJ","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-next-content/index.ts"],"mappings":";;AAAA,cAAc,0BAAuB","ignoreList":[]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import { Animated } from "react-native";
|
|
5
|
+
import { TableToolbar } from "../../table-toolbar/TableToolbar.js";
|
|
6
|
+
import { useAnimatedContent } from "../_useAnimatedContent.js";
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
export const AnimatedToolbar = /*#__PURE__*/forwardRef(function AnimatedToolbar({
|
|
9
|
+
visible,
|
|
10
|
+
size,
|
|
11
|
+
style,
|
|
12
|
+
...props
|
|
13
|
+
}, ref) {
|
|
14
|
+
const animatedContent = useAnimatedContent({
|
|
15
|
+
visible,
|
|
16
|
+
size
|
|
17
|
+
});
|
|
18
|
+
return /*#__PURE__*/_jsx(AnimatedTableToolbar, {
|
|
19
|
+
ref: ref,
|
|
20
|
+
...props,
|
|
21
|
+
style: [animatedContent.style, style]
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
const AnimatedTableToolbar = Animated.createAnimatedComponent(TableToolbar);
|
|
25
|
+
//# sourceMappingURL=AnimatedToolbar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["forwardRef","Animated","TableToolbar","useAnimatedContent","jsx","_jsx","AnimatedToolbar","visible","size","style","props","ref","animatedContent","AnimatedTableToolbar","createAnimatedComponent"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,QAAQ,QACF,cAAc;AAErB,SACCC,YAAY,QACN,qCAAkC;AAEzC,SACCC,kBAAkB,QACZ,2BAAwB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU/B,OAAO,MAAMC,eAAe,gBAAGN,UAAU,CACxC,SAASM,eAAeA,CACvB;EACCC,OAAO;EACPC,IAAI;EACJC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,eAAe,GACdT,kBAAkB,CAAC;IAClBI,OAAO;IACPC;EACD,CAAC,CAAC;EAEJ,oBACCH,IAAA,CAACQ,oBAAoB;IACpBF,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVD,KAAK,EAAG,CACPG,eAAe,CAACH,KAAK,EACrBA,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC;AAED,MACCI,oBAAoB,GACnBZ,QAAQ,CAACa,uBAAuB,CAACZ,YAAY,CAAC","ignoreList":[]}
|
package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts"],"mappings":"","ignoreList":[]}
|
package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/index.ts"],"mappings":";;AAAA,cAAc,sBAAmB","ignoreList":[]}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { useContext, useEffect, useMemo, useRef } from "react";
|
|
4
|
+
import { Animated, Easing, Platform } from "react-native";
|
|
5
|
+
import { Motion } from "@audira/carbon-react-native-elements";
|
|
6
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
7
|
+
import { TableContext } from "../table/_TableContext.js";
|
|
8
|
+
export function useAnimatedContent({
|
|
9
|
+
size: sizeProp,
|
|
10
|
+
visible
|
|
11
|
+
}) {
|
|
12
|
+
const tableContext = useContext(TableContext),
|
|
13
|
+
heightPx = useMemo(() => {
|
|
14
|
+
return mapHeightBySize[mapRowSizeToToolbarSize[sizeProp ?? tableContext.rowSize]];
|
|
15
|
+
}, [sizeProp, tableContext.rowSize]),
|
|
16
|
+
ref = useRef({
|
|
17
|
+
visible,
|
|
18
|
+
heightPx
|
|
19
|
+
}),
|
|
20
|
+
translateYAnimated = useRef(new Animated.Value(visible ? 0 : heightPx));
|
|
21
|
+
useEffect(() => {
|
|
22
|
+
if (ref.current.visible != visible) {
|
|
23
|
+
ref.current.visible = visible;
|
|
24
|
+
const timingConfig = {
|
|
25
|
+
duration: Motion.Duration.fast_02,
|
|
26
|
+
easing: Easing.bezier(Motion.Easing.standard.productive.x1, Motion.Easing.standard.productive.y1, Motion.Easing.standard.productive.x2, Motion.Easing.standard.productive.y2),
|
|
27
|
+
useNativeDriver: Platform.OS != "web"
|
|
28
|
+
};
|
|
29
|
+
if (!visible) {
|
|
30
|
+
Animated.timing(translateYAnimated.current, {
|
|
31
|
+
toValue: heightPx,
|
|
32
|
+
...timingConfig
|
|
33
|
+
}).start();
|
|
34
|
+
} else {
|
|
35
|
+
Animated.sequence([Animated.timing(translateYAnimated.current, {
|
|
36
|
+
toValue: heightPx,
|
|
37
|
+
duration: 0,
|
|
38
|
+
useNativeDriver: true
|
|
39
|
+
}), Animated.timing(translateYAnimated.current, {
|
|
40
|
+
toValue: 0,
|
|
41
|
+
...timingConfig
|
|
42
|
+
})]).start();
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}, [heightPx, visible]);
|
|
46
|
+
useEffect(() => {
|
|
47
|
+
if (ref.current.heightPx != heightPx) {
|
|
48
|
+
Animated.timing(translateYAnimated.current, {
|
|
49
|
+
toValue: 1,
|
|
50
|
+
duration: Motion.Duration.fast_02,
|
|
51
|
+
easing: Easing.bezier(Motion.Easing.standard.productive.x1, Motion.Easing.standard.productive.y1, Motion.Easing.standard.productive.x2, Motion.Easing.standard.productive.y2),
|
|
52
|
+
useNativeDriver: Platform.OS != "web"
|
|
53
|
+
}).start();
|
|
54
|
+
}
|
|
55
|
+
}, [heightPx]);
|
|
56
|
+
return {
|
|
57
|
+
style: [!visible ? [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.w_full] : undefined, {
|
|
58
|
+
transform: [{
|
|
59
|
+
// eslint-disable-next-line react-hooks/refs
|
|
60
|
+
translateY: translateYAnimated.current
|
|
61
|
+
}],
|
|
62
|
+
// eslint-disable-next-line react-hooks/refs
|
|
63
|
+
opacity: translateYAnimated.current.interpolate({
|
|
64
|
+
inputRange: [0, heightPx],
|
|
65
|
+
outputRange: [1, 0]
|
|
66
|
+
})
|
|
67
|
+
}]
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
const mapHeightBySize = {
|
|
71
|
+
small: 32,
|
|
72
|
+
large: 48
|
|
73
|
+
},
|
|
74
|
+
mapRowSizeToToolbarSize = {
|
|
75
|
+
extra_small: "small",
|
|
76
|
+
small: "small",
|
|
77
|
+
medium: "small",
|
|
78
|
+
large: "large",
|
|
79
|
+
extra_large: "large"
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=_useAnimatedContent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useContext","useEffect","useMemo","useRef","Animated","Easing","Platform","Motion","CarbonStyleSheet","TableContext","useAnimatedContent","size","sizeProp","visible","tableContext","heightPx","mapHeightBySize","mapRowSizeToToolbarSize","rowSize","ref","translateYAnimated","Value","current","timingConfig","duration","Duration","fast_02","easing","bezier","standard","productive","x1","y1","x2","y2","useNativeDriver","OS","timing","toValue","start","sequence","style","g","absolute","w_full","undefined","transform","translateY","opacity","interpolate","inputRange","outputRange","small","large","extra_small","medium","extra_large"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/_useAnimatedContent.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,SAAS,EACTC,OAAO,EACPC,MAAM,QACA,OAAO;AAEd,SACCC,QAAQ,EACRC,MAAM,EACNC,QAAQ,QAEF,cAAc;AAErB,SACCC,MAAM,QACA,sCAAsC;AAE7C,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,YAAY,QACN,2BAAwB;AAc/B,OAAO,SAASC,kBAAkBA,CAAC;EAClCC,IAAI,EAAEC,QAAQ;EACdC;AACwB,CAAC,EAAE;EAE3B,MACCC,YAAY,GACXd,UAAU,CAACS,YAAY,CAAC;IAEzBM,QAAQ,GACPb,OAAO,CAAC,MAAM;MACb,OAAOc,eAAe,CACrBC,uBAAuB,CAACL,QAAQ,IAAIE,YAAY,CAACI,OAAO,CAAC,CACzD;IACF,CAAC,EAAE,CACFN,QAAQ,EACRE,YAAY,CAACI,OAAO,CACpB,CAAC;IAEHC,GAAG,GACFhB,MAAM,CAAC;MACNU,OAAO;MACPE;IACD,CAAC,CAAC;IAEHK,kBAAkB,GACjBjB,MAAM,CAAC,IAAIC,QAAQ,CAACiB,KAAK,CAACR,OAAO,GAAG,CAAC,GAAGE,QAAQ,CAAC,CAAC;EAEpDd,SAAS,CAAC,MAAM;IACf,IAAGkB,GAAG,CAACG,OAAO,CAACT,OAAO,IAAIA,OAAO,EAAE;MAClCM,GAAG,CAACG,OAAO,CAACT,OAAO,GAAGA,OAAO;MAE7B,MAAMU,YAAY,GAAG;QACpBC,QAAQ,EAAEjB,MAAM,CAACkB,QAAQ,CAACC,OAAO;QACjCC,MAAM,EAAEtB,MAAM,CAACuB,MAAM,CACpBrB,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpCxB,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCzB,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpC1B,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACI,EACnC,CAAC;QACDC,eAAe,EAAE7B,QAAQ,CAAC8B,EAAE,IAAI;MACjC,CAAC;MAED,IAAG,CAACvB,OAAO,EAAE;QACZT,QAAQ,CACNiC,MAAM,CACNjB,kBAAkB,CAACE,OAAO,EAC1B;UACCgB,OAAO,EAAEvB,QAAQ;UACjB,GAAGQ;QACJ,CACD,CAAC,CACAgB,KAAK,CAAC,CAAC;MACV,CAAC,MAAM;QACNnC,QAAQ,CACNoC,QAAQ,CAAC,CACTpC,QAAQ,CAACiC,MAAM,CACdjB,kBAAkB,CAACE,OAAO,EAC1B;UACCgB,OAAO,EAAEvB,QAAQ;UACjBS,QAAQ,EAAE,CAAC;UACXW,eAAe,EAAE;QAClB,CACD,CAAC,EACD/B,QAAQ,CAACiC,MAAM,CACdjB,kBAAkB,CAACE,OAAO,EAC1B;UACCgB,OAAO,EAAE,CAAC;UACV,GAAGf;QACJ,CACD,CAAC,CACD,CAAC,CACDgB,KAAK,CAAC,CAAC;MACV;IACD;EACD,CAAC,EAAE,CACFxB,QAAQ,EACRF,OAAO,CACP,CAAC;EAEFZ,SAAS,CAAC,MAAM;IACf,IAAGkB,GAAG,CAACG,OAAO,CAACP,QAAQ,IAAIA,QAAQ,EAAE;MACpCX,QAAQ,CACNiC,MAAM,CACNjB,kBAAkB,CAACE,OAAO,EAC1B;QACCgB,OAAO,EAAE,CAAC;QACVd,QAAQ,EAAEjB,MAAM,CAACkB,QAAQ,CAACC,OAAO;QACjCC,MAAM,EAAEtB,MAAM,CAACuB,MAAM,CACpBrB,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpCxB,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCzB,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpC1B,MAAM,CAACF,MAAM,CAACwB,QAAQ,CAACC,UAAU,CAACI,EACnC,CAAC;QACDC,eAAe,EAAE7B,QAAQ,CAAC8B,EAAE,IAAI;MACjC,CACD,CAAC,CACAG,KAAK,CAAC,CAAC;IACV;EACD,CAAC,EAAE,CACFxB,QAAQ,CACR,CAAC;EAEF,OAAO;IAEN0B,KAAK,EAAE,CACN,CAAC5B,OAAO,GAAG,CAACL,gBAAgB,CAACkC,CAAC,CAACC,QAAQ,EAAEnC,gBAAgB,CAACkC,CAAC,CAACE,MAAM,CAAC,GAAGC,SAAS,EAC/E;MACCC,SAAS,EAAE,CAAC;QACX;QACAC,UAAU,EAAE3B,kBAAkB,CAACE;MAChC,CAAC,CAAC;MACF;MACA0B,OAAO,EAAE5B,kBAAkB,CAACE,OAAO,CAAC2B,WAAW,CAAC;QAC/CC,UAAU,EAAE,CAAC,CAAC,EAAEnC,QAAQ,CAAC;QACzBoC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC;MACnB,CAAC;IACF,CAAC;EAGH,CAAC;AAMF;AAEA,MACCnC,eAAe,GACd;IACCoC,KAAK,EAAE,EAAE;IACTC,KAAK,EAAE;EACR,CAAiF;EAElFpC,uBAAuB,GACtB;IACCqC,WAAW,EAAE,OAAO;IACpBF,KAAK,EAAE,OAAO;IACdG,MAAM,EAAE,OAAO;IACfF,KAAK,EAAE,OAAO;IACdG,WAAW,EAAE;EACd,CAAkG","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/index.ts"],"mappings":";;AAAA,cAAc,2BAAwB","ignoreList":[]}
|
package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalConfigContext.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/contexts/global-config/GlobalConfigContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GlobalConfigContext.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/contexts/global-config/GlobalConfigContext.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,oDAAoD,CAAA;AAE3D,MAAM,WAAW,mBAAmB;IACnC,0BAA0B,EAAE,OAAO,CAAC;IACpC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,GAAG,EAAE,OAAO,CAAC;CACb;AAED,eAAO,MAAM,mBAAmB,8CAK9B,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { GlobalConfigProviderProps } from "./GlobalConfigProviderProps";
|
|
2
|
-
export declare function GlobalConfigProvider({ android_buttonRippleEffect, notificationColor, toastDuration, rtl, children, }: GlobalConfigProviderProps): import("react").JSX.Element;
|
|
2
|
+
export declare function GlobalConfigProvider({ android_buttonRippleEffect, notificationColor, toastDuration, rtl: rtlProp, children, }: GlobalConfigProviderProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=GlobalConfigProvider.d.ts.map
|
package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalConfigProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/providers/global-config/GlobalConfigProvider.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GlobalConfigProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/providers/global-config/GlobalConfigProvider.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACX,yBAAyB,EACzB,MAAM,6BAA6B,CAAA;AAIpC,wBAAgB,oBAAoB,CAAC,EACpC,0BAAiC,EACjC,iBAAmC,EACnC,aAAoB,EACpB,GAAG,EAAE,OAAO,EACZ,QAAQ,GACR,EAAE,yBAAyB,+BAmB3B"}
|
package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GlobalConfigContext } from "../../contexts";
|
|
2
|
-
export interface GlobalConfigProviderProps extends GlobalConfigContext {
|
|
2
|
+
export interface GlobalConfigProviderProps extends Partial<GlobalConfigContext> {
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=GlobalConfigProviderProps.d.ts.map
|
package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalConfigProviderProps.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/providers/global-config/GlobalConfigProviderProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,gBAAgB,CAAA;AAEvB,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;
|
|
1
|
+
{"version":3,"file":"GlobalConfigProviderProps.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/providers/global-config/GlobalConfigProviderProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,gBAAgB,CAAA;AAEvB,MAAM,WAAW,yBAA0B,SAAQ,OAAO,CAAC,mBAAmB,CAAC;IAC9E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarbonReactNative.d.ts","sourceRoot":"","sources":["../../../../src/carbon-react-native/CarbonReactNative.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACX,sBAAsB,EACtB,MAAM,0BAA0B,CAAA;AAEjC,wBAAgB,iBAAiB,CAAC,EAEjC,
|
|
1
|
+
{"version":3,"file":"CarbonReactNative.d.ts","sourceRoot":"","sources":["../../../../src/carbon-react-native/CarbonReactNative.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACX,sBAAsB,EACtB,MAAM,0BAA0B,CAAA;AAEjC,wBAAgB,iBAAiB,CAAC,EAEjC,0BAA0B,EAC1B,iBAAiB,EACjB,aAAa,EACb,GAAG,EAGH,WAAW,EAEX,QAAQ,GACR,EAAE,sBAAsB,+BAmBxB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { GlobalConfigProviderProps, ThemeProviderProps } from "../_internal/providers";
|
|
2
|
-
export interface CarbonReactNativeProps extends
|
|
2
|
+
export interface CarbonReactNativeProps extends GlobalConfigProviderProps, ThemeProviderProps {
|
|
3
3
|
}
|
|
4
4
|
//# sourceMappingURL=CarbonReactNativeProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarbonReactNativeProps.d.ts","sourceRoot":"","sources":["../../../../src/carbon-react-native/CarbonReactNativeProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,yBAAyB,EACzB,kBAAkB,EAClB,MAAM,wBAAwB,CAAA;AAE/B,MAAM,WAAW,sBAAuB,SAAQ,
|
|
1
|
+
{"version":3,"file":"CarbonReactNativeProps.d.ts","sourceRoot":"","sources":["../../../../src/carbon-react-native/CarbonReactNativeProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,yBAAyB,EACzB,kBAAkB,EAClB,MAAM,wBAAwB,CAAA;AAE/B,MAAM,WAAW,sBAAuB,SAAQ,yBAAyB,EAAE,kBAAkB;CAC5F"}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import type { BoxProps } from "./BoxProps";
|
|
2
2
|
import type { BoxRef } from "./BoxRef";
|
|
3
|
+
/**
|
|
4
|
+
* This component is a basic React Native `View` to solve
|
|
5
|
+
* RTL support for component level.
|
|
6
|
+
*
|
|
7
|
+
* You may use this if your app provides custom localization options.
|
|
8
|
+
*/
|
|
3
9
|
export declare const Box: import("react").ForwardRefExoticComponent<BoxProps & import("react").RefAttributes<BoxRef>>;
|
|
4
10
|
//# sourceMappingURL=Box.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/box/Box.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAEnB,OAAO,KAAK,EACX,MAAM,EACN,MAAM,UAAU,CAAA;AAEjB,eAAO,MAAM,GAAG,6FA+Bf,CAAA"}
|
|
1
|
+
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/box/Box.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAEnB,OAAO,KAAK,EACX,MAAM,EACN,MAAM,UAAU,CAAA;AAEjB;;;;;GAKG;AACH,eAAO,MAAM,GAAG,6FA+Bf,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ghost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ghost/Ghost.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Ghost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ghost/Ghost.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAEnB,eAAO,MAAM,KAAK,iGAwCjB,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as Button from "./button";
|
|
2
2
|
import * as Notification from "./notification";
|
|
3
|
+
import * as TableToolbarButton from "./table-toolbar-button";
|
|
3
4
|
import * as Toggle from "./toggle";
|
|
4
|
-
export { Button, Notification, Toggle, };
|
|
5
|
+
export { Button, Notification, TableToolbarButton, Toggle, };
|
|
5
6
|
export * from "./accordion";
|
|
6
7
|
export * from "./box";
|
|
7
8
|
export * from "./button-group";
|
|
@@ -25,10 +26,16 @@ export * from "./radio-button-group";
|
|
|
25
26
|
export * from "./radio-button-input";
|
|
26
27
|
export * from "./switch";
|
|
27
28
|
export * from "./table";
|
|
29
|
+
export * from "./table-batch-action-bar";
|
|
30
|
+
export * from "./table-batch-action-bar-button";
|
|
28
31
|
export * from "./table-cell";
|
|
29
32
|
export * from "./table-cell-header";
|
|
30
33
|
export * from "./table-cell-icon";
|
|
31
34
|
export * from "./table-cell-text";
|
|
35
|
+
export * from "./table-header";
|
|
36
|
+
export * from "./table-toolbar";
|
|
37
|
+
export * from "./table-toolbar-button";
|
|
38
|
+
export * from "./table-toolbar-switcher";
|
|
32
39
|
export * from "./table-row";
|
|
33
40
|
export * from "./table-row-header";
|
|
34
41
|
export * from "./text";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAClC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAElC,OAAO,EACN,MAAM,EACN,YAAY,EACZ,MAAM,GACN,CAAA;AAED,cAAc,aAAa,CAAA;AAC3B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAClC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,kBAAkB,MAAM,wBAAwB,CAAA;AAC5D,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAElC,OAAO,EACN,MAAM,EACN,YAAY,EACZ,kBAAkB,EAClB,MAAM,GACN,CAAA;AAED,cAAc,aAAa,CAAA;AAC3B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,0BAA0B,CAAA;AACxC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA"}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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,
|
|
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;
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/TableRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,
|
|
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
|
package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts.map
ADDED
|
@@ -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"}
|
package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts
ADDED
|
@@ -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
|
package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map
ADDED
|
@@ -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"}
|
package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map
ADDED
|
@@ -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"}
|
package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map
ADDED
|
@@ -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"}
|
package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts
ADDED
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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":"
|
|
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"}
|