@audira/carbon-react-native 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +6 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js +17 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
- package/lib/commonjs/_internal/components/index.js +17 -0
- package/lib/commonjs/_internal/components/index.js.map +1 -0
- 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/flex.js +9 -1
- package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/index.js +11 -0
- package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g/spacing.js +172 -4
- package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/visibility.js +40 -0
- package/lib/commonjs/carbon-style-sheet/g/visibility.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js +4 -1
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/index.js +11 -0
- package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +67 -4
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/visibility.js +26 -0
- package/lib/commonjs/carbon-style-sheet/g-object/visibility.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionItemRefBase.js +2 -0
- package/lib/commonjs/components/accordion/AccordionItemRefBase.js.map +1 -0
- package/lib/commonjs/components/accordion/_Header.js +8 -6
- package/lib/commonjs/components/accordion/_Header.js.map +1 -1
- package/lib/commonjs/components/accordion/_Item.js +11 -9
- package/lib/commonjs/components/accordion/_Item.js.map +1 -1
- package/lib/commonjs/components/accordion/_motion.js.map +1 -1
- package/lib/commonjs/components/accordion/index.js +0 -66
- package/lib/commonjs/components/accordion/index.js.map +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/checkbox/Checkbox.js +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/CheckboxRefBase.js +6 -0
- package/lib/commonjs/components/checkbox/CheckboxRefBase.js.map +1 -0
- package/lib/commonjs/components/checkbox/index.js +0 -22
- package/lib/commonjs/components/checkbox/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js +2 -2
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js +6 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/index.js +0 -44
- package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
- package/lib/commonjs/components/collapsible/Collapsible.js +26 -33
- package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
- package/lib/commonjs/components/collapsible/CollapsibleRefBase.js +2 -0
- package/lib/commonjs/components/collapsible/CollapsibleRefBase.js.map +1 -0
- package/lib/commonjs/components/collapsible/index.js +0 -22
- package/lib/commonjs/components/collapsible/index.js.map +1 -1
- package/lib/commonjs/components/index.js +140 -42
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/radio-button/RadioButton.js +1 -1
- package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
- package/lib/commonjs/components/radio-button/RadioButtonRefBase.js +6 -0
- package/lib/commonjs/components/radio-button/RadioButtonRefBase.js.map +1 -0
- package/lib/commonjs/components/radio-button/index.js +0 -22
- package/lib/commonjs/components/radio-button/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/index.js +0 -33
- package/lib/commonjs/components/radio-button-input/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/{radio-button-input/_RefBase.js.map → scroll-view/ScrollViewProps.js.map} +1 -1
- 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/switch/Switch.js +3 -2
- package/lib/commonjs/components/switch/Switch.js.map +1 -1
- package/lib/commonjs/components/switch/SwitchRefBase.js +2 -0
- package/lib/{module/components/collapsible/_RefBase.js.map → commonjs/components/switch/SwitchRefBase.js.map} +1 -1
- package/lib/commonjs/components/switch/index.js +0 -44
- package/lib/commonjs/components/switch/index.js.map +1 -1
- 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/TableCell.js +4 -2
- package/lib/commonjs/components/table-cell/TableCell.js.map +1 -1
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js +92 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +6 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js +6 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js +6 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/index.js +17 -0
- package/lib/commonjs/components/table-cell-checkbox/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-cell-text/TableCellText.js +5 -7
- package/lib/commonjs/components/table-cell-text/TableCellText.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/{module/components/radio-button-input/_RefBase.js.map → commonjs/components/table-header/TableHeaderRef.js.map} +1 -1
- 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-row/TableRow.js +51 -32
- package/lib/commonjs/components/table-row/TableRow.js.map +1 -1
- package/lib/commonjs/components/table-row/_TableRowContext.js +5 -1
- package/lib/commonjs/components/table-row/_TableRowContext.js.map +1 -1
- package/lib/commonjs/components/table-row/_TableRowContextProvider.js +27 -0
- package/lib/commonjs/components/table-row/_TableRowContextProvider.js.map +1 -0
- package/lib/commonjs/components/table-row/_style-sheet-height.js +3 -0
- package/lib/commonjs/components/table-row/_style-sheet-height.js.map +1 -1
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js +212 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +77 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js +17 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/index.js +17 -0
- package/lib/commonjs/components/table-row-collapsible/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/{checkbox-input/_RefBase.js → table-toolbar-button/ghost/GhostProps.js} +1 -1
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
- package/lib/commonjs/components/{toggle/base/_RefBase.js → table-toolbar-button/ghost/GhostRef.js} +1 -1
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
- package/lib/commonjs/components/{accordion/_chevron → table-toolbar-button/ghost}/index.js +4 -4
- 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/{accordion/_chevron/ChevronProps.js → table-toolbar-button/ghost-icon/GhostIconRef.js} +1 -1
- 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/{checkbox/_RefBase.js → table-toolbar-button/primary/PrimaryRef.js} +1 -1
- 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/commonjs/components/{radio-button/_RefBase.js → toggle/base/BaseRefBase.js} +1 -1
- package/lib/commonjs/components/toggle/base/BaseRefBase.js.map +1 -0
- package/lib/commonjs/components/toggle/base/index.js +0 -22
- package/lib/commonjs/components/toggle/base/index.js.map +1 -1
- package/lib/module/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
- package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +4 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/index.js +4 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
- package/lib/module/_internal/components/index.js +4 -0
- package/lib/module/_internal/components/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/flex.js +7 -0
- package/lib/module/carbon-style-sheet/g/flex.js.map +1 -1
- package/lib/module/carbon-style-sheet/g/font.js +1 -1
- package/lib/module/carbon-style-sheet/g/index.js +1 -0
- package/lib/module/carbon-style-sheet/g/index.js.map +1 -1
- package/lib/module/carbon-style-sheet/g/spacing.js +148 -1
- package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -1
- package/lib/module/carbon-style-sheet/g/typography.js +1 -1
- package/lib/module/carbon-style-sheet/g/visibility.js +34 -0
- package/lib/module/carbon-style-sheet/g/visibility.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js +3 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -1
- package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/index.js +1 -0
- package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -1
- package/lib/module/carbon-style-sheet/g-object/spacing.js +64 -1
- package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -1
- package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/visibility.js +22 -0
- package/lib/module/carbon-style-sheet/g-object/visibility.js.map +1 -0
- package/lib/module/components/accordion/AccordionItemRefBase.js +2 -0
- package/lib/module/components/accordion/AccordionItemRefBase.js.map +1 -0
- package/lib/module/components/accordion/_Header.js +4 -2
- package/lib/module/components/accordion/_Header.js.map +1 -1
- package/lib/module/components/accordion/_Item.js +11 -9
- package/lib/module/components/accordion/_Item.js.map +1 -1
- package/lib/module/components/accordion/_motion.js.map +1 -1
- package/lib/module/components/accordion/index.js +0 -6
- package/lib/module/components/accordion/index.js.map +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/checkbox/Checkbox.js +1 -1
- package/lib/module/components/checkbox/Checkbox.js.map +1 -1
- package/lib/module/components/checkbox/CheckboxRefBase.js +4 -0
- package/lib/module/components/checkbox/CheckboxRefBase.js.map +1 -0
- package/lib/module/components/checkbox/index.js +0 -2
- package/lib/module/components/checkbox/index.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInput.js +2 -2
- package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInputRefBase.js +4 -0
- package/lib/module/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
- package/lib/module/components/checkbox-input/index.js +0 -4
- package/lib/module/components/checkbox-input/index.js.map +1 -1
- package/lib/module/components/collapsible/Collapsible.js +26 -33
- package/lib/module/components/collapsible/Collapsible.js.map +1 -1
- package/lib/module/components/collapsible/CollapsibleRefBase.js +2 -0
- package/lib/module/components/collapsible/CollapsibleRefBase.js.map +1 -0
- package/lib/module/components/collapsible/index.js +0 -2
- package/lib/module/components/collapsible/index.js.map +1 -1
- package/lib/module/components/index.js +10 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/radio-button/RadioButton.js +1 -1
- package/lib/module/components/radio-button/RadioButton.js.map +1 -1
- package/lib/module/components/radio-button/RadioButtonRefBase.js +4 -0
- package/lib/module/components/radio-button/RadioButtonRefBase.js.map +1 -0
- package/lib/module/components/radio-button/index.js +0 -2
- package/lib/module/components/radio-button/index.js.map +1 -1
- package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
- package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
- package/lib/module/components/radio-button-input/index.js +0 -3
- package/lib/module/components/radio-button-input/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/switch/Switch.js +3 -2
- package/lib/module/components/switch/Switch.js.map +1 -1
- package/lib/module/components/switch/SwitchRefBase.js +2 -0
- package/lib/{commonjs/components/collapsible/_RefBase.js.map → module/components/switch/SwitchRefBase.js.map} +1 -1
- package/lib/module/components/switch/index.js +0 -4
- package/lib/module/components/switch/index.js.map +1 -1
- 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/TableCell.js +4 -2
- package/lib/module/components/table-cell/TableCell.js.map +1 -1
- package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js +87 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +4 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js +4 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js +4 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/index.js +4 -0
- package/lib/module/components/table-cell-checkbox/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-cell-text/TableCellText.js +5 -7
- package/lib/module/components/table-cell-text/TableCellText.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-row/TableRow.js +51 -32
- package/lib/module/components/table-row/TableRow.js.map +1 -1
- package/lib/module/components/table-row/_TableRowContext.js +5 -1
- package/lib/module/components/table-row/_TableRowContext.js.map +1 -1
- package/lib/module/components/table-row/_TableRowContextProvider.js +23 -0
- package/lib/module/components/table-row/_TableRowContextProvider.js.map +1 -0
- package/lib/module/components/table-row/_style-sheet-height.js +3 -0
- package/lib/module/components/table-row/_style-sheet-height.js.map +1 -1
- package/lib/module/components/table-row-collapsible/TableRowCollapsible.js +207 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js +4 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js +4 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js +4 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +72 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +4 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js +4 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
- package/lib/module/components/table-row-collapsible/index.js +4 -0
- package/lib/module/components/table-row-collapsible/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/module/components/toggle/base/BaseRefBase.js +4 -0
- package/lib/module/components/toggle/base/BaseRefBase.js.map +1 -0
- package/lib/module/components/toggle/base/index.js +0 -2
- package/lib/module/components/toggle/base/index.js.map +1 -1
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/components/index.d.ts +2 -0
- package/lib/typescript/commonjs/_internal/components/index.d.ts.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/carbon-style-sheet/g/flex.d.ts +3 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +63 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts +19 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +3 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +63 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts +19 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts +11 -0
- package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_context.d.ts +1 -1
- package/lib/typescript/commonjs/components/accordion/_context.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_motion.d.ts +9 -2
- package/lib/typescript/commonjs/components/accordion/_motion.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -6
- package/lib/typescript/commonjs/components/accordion/index.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/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts +5 -0
- package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
- package/lib/typescript/{module/components/checkbox-input/_RefBase.d.ts → commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -4
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +1 -2
- package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts +9 -0
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/collapsible/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/index.d.ts +10 -1
- package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts +4 -0
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -3
- package/lib/typescript/commonjs/components/radio-button-input/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/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts +11 -0
- package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/switch/index.d.ts +5 -4
- package/lib/typescript/commonjs/components/switch/index.d.ts.map +1 -1
- 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/TableCell.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/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-cell-text/TableCellText.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/TableRow.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts +1 -1
- package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +10 -1
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts +3 -1
- package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts +8 -0
- package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts.map +1 -0
- 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/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts +4 -0
- package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/components/index.d.ts +2 -0
- package/lib/typescript/module/_internal/components/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/carbon-style-sheet/g/flex.d.ts +3 -0
- package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +63 -0
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts +19 -0
- package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +3 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +63 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts +19 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
- package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
- package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts +11 -0
- package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_context.d.ts +1 -1
- package/lib/typescript/module/components/accordion/_context.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_motion.d.ts +9 -2
- package/lib/typescript/module/components/accordion/_motion.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/index.d.ts +7 -6
- package/lib/typescript/module/components/accordion/index.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/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
- package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts +5 -0
- package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/checkbox/index.d.ts +3 -2
- package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
- package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
- package/lib/typescript/{commonjs/components/checkbox-input/_RefBase.d.ts → module/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
- package/lib/typescript/module/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -4
- package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +1 -2
- package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
- package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts +9 -0
- package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/collapsible/index.d.ts +3 -2
- package/lib/typescript/module/components/collapsible/index.d.ts.map +1 -1
- package/lib/typescript/module/components/index.d.ts +10 -1
- package/lib/typescript/module/components/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
- package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts +4 -0
- package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/radio-button/index.d.ts +3 -2
- package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -3
- package/lib/typescript/module/components/radio-button-input/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/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
- package/lib/typescript/module/components/switch/SwitchRef.d.ts.map +1 -1
- package/lib/typescript/module/components/switch/SwitchRefBase.d.ts +11 -0
- package/lib/typescript/module/components/switch/SwitchRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/switch/index.d.ts +5 -4
- package/lib/typescript/module/components/switch/index.d.ts.map +1 -1
- 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/TableCell.d.ts.map +1 -1
- package/lib/typescript/module/components/table-cell/TableCellProps.d.ts +5 -0
- package/lib/typescript/module/components/table-cell/TableCellProps.d.ts.map +1 -1
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/index.d.ts +5 -0
- package/lib/typescript/module/components/table-cell-checkbox/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-cell-text/TableCellText.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/TableRow.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts +1 -1
- package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts +10 -1
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/_TableRowContext.d.ts +3 -1
- package/lib/typescript/module/components/table-row/_TableRowContext.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts +8 -0
- package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts +3 -0
- package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/index.d.ts +4 -0
- package/lib/typescript/module/components/table-row-collapsible/index.d.ts.map +1 -0
- 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/module/components/toggle/base/BaseRef.d.ts +2 -2
- package/lib/typescript/module/components/toggle/base/BaseRef.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts +4 -0
- package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/toggle/base/index.d.ts +3 -2
- package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/{components/accordion/_chevron/Chevron.tsx → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.tsx} +35 -11
- package/src/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.ts +14 -0
- package/src/_internal/components/animated-collapsible-chevron/index.ts +2 -0
- package/src/_internal/components/index.ts +1 -0
- 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/flex.ts +6 -0
- package/src/carbon-style-sheet/g/font.ts +1 -1
- package/src/carbon-style-sheet/g/index.ts +1 -0
- package/src/carbon-style-sheet/g/spacing.ts +106 -1
- package/src/carbon-style-sheet/g/typography.ts +1 -1
- package/src/carbon-style-sheet/g/visibility.ts +32 -0
- package/src/carbon-style-sheet/g-object/flex.ts +4 -0
- package/src/carbon-style-sheet/g-object/font.ts +1 -1
- package/src/carbon-style-sheet/g-object/index.ts +1 -0
- package/src/carbon-style-sheet/g-object/spacing.ts +85 -1
- package/src/carbon-style-sheet/g-object/typography.ts +1 -1
- package/src/carbon-style-sheet/g-object/visibility.ts +23 -0
- package/src/components/accordion/AccordionItemRef.ts +3 -3
- package/src/components/accordion/AccordionItemRefBase.ts +10 -0
- package/src/components/accordion/_Header.tsx +8 -3
- package/src/components/accordion/_Item.tsx +19 -16
- package/src/components/accordion/_context.ts +1 -1
- package/src/components/accordion/_motion.ts +2 -2
- package/src/components/accordion/index.ts +7 -6
- 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/checkbox/Checkbox.tsx +4 -5
- package/src/components/checkbox/CheckboxRef.ts +3 -3
- package/src/components/checkbox/CheckboxRefBase.ts +7 -0
- package/src/components/checkbox/index.ts +3 -2
- package/src/components/checkbox-input/CheckboxInput.tsx +7 -7
- package/src/components/checkbox-input/CheckboxInputRef.ts +3 -4
- package/src/components/checkbox-input/{_RefBase.ts → CheckboxInputRefBase.ts} +5 -2
- package/src/components/checkbox-input/index.ts +5 -4
- package/src/components/collapsible/Collapsible.tsx +23 -40
- package/src/components/collapsible/CollapsibleProps.ts +1 -2
- package/src/components/collapsible/CollapsibleRef.ts +3 -3
- package/src/components/collapsible/CollapsibleRefBase.ts +8 -0
- package/src/components/collapsible/index.ts +3 -2
- package/src/components/index.ts +10 -0
- package/src/components/radio-button/RadioButton.tsx +4 -4
- package/src/components/radio-button/RadioButtonRef.ts +3 -3
- package/src/components/radio-button/RadioButtonRefBase.ts +6 -0
- package/src/components/radio-button/index.ts +3 -2
- package/src/components/radio-button-input/RadioButtonInput.tsx +3 -3
- package/src/components/radio-button-input/RadioButtonInputRef.ts +3 -3
- package/src/components/radio-button-input/RadioButtonInputRefBase.ts +10 -0
- package/src/components/radio-button-input/index.ts +4 -3
- 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/switch/Switch.tsx +8 -7
- package/src/components/switch/SwitchRef.ts +3 -3
- package/src/components/switch/SwitchRefBase.ts +10 -0
- package/src/components/switch/index.ts +5 -4
- 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/TableCell.tsx +3 -0
- package/src/components/table-cell/TableCellProps.ts +5 -0
- package/src/components/table-cell-checkbox/TableCellCheckbox.tsx +168 -0
- package/src/components/table-cell-checkbox/TableCellCheckboxInteractiveState.ts +13 -0
- package/src/components/table-cell-checkbox/TableCellCheckboxProps.ts +26 -0
- package/src/components/table-cell-checkbox/TableCellCheckboxRef.ts +10 -0
- package/src/components/table-cell-checkbox/index.ts +4 -0
- package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +4 -3
- package/src/components/table-cell-text/TableCellText.tsx +7 -8
- 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/TableRow.tsx +100 -55
- package/src/components/table-row/TableRowInteractiveState.ts +0 -1
- package/src/components/table-row/TableRowProps.ts +10 -1
- package/src/components/table-row/_TableRowContext.ts +7 -1
- package/src/components/table-row/_TableRowContextProvider.tsx +38 -0
- package/src/components/table-row/_style-sheet-height.ts +3 -0
- package/src/components/table-row-collapsible/TableRowCollapsible.tsx +415 -0
- package/src/components/table-row-collapsible/TableRowCollapsibleProps.ts +44 -0
- package/src/components/table-row-collapsible/TableRowCollapsibleRef.ts +10 -0
- package/src/components/table-row-collapsible/TableRowCollapsibleRefBase.ts +10 -0
- package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.tsx +140 -0
- package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.ts +13 -0
- package/src/components/table-row-collapsible/_table-cell-chevron/index.ts +2 -0
- package/src/components/table-row-collapsible/index.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
- package/src/components/toggle/base/Base.tsx +3 -3
- package/src/components/toggle/base/BaseRef.ts +3 -3
- package/src/components/toggle/base/BaseRefBase.ts +7 -0
- package/src/components/toggle/base/index.ts +3 -2
- package/lib/commonjs/components/accordion/_ItemRefBase.js +0 -2
- package/lib/commonjs/components/accordion/_ItemRefBase.js.map +0 -1
- package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +0 -1
- package/lib/commonjs/components/accordion/_chevron/ChevronProps.js.map +0 -1
- package/lib/commonjs/components/accordion/_chevron/index.js.map +0 -1
- package/lib/commonjs/components/checkbox/_RefBase.js.map +0 -1
- package/lib/commonjs/components/checkbox-input/_RefBase.js.map +0 -1
- package/lib/commonjs/components/collapsible/_RefBase.js +0 -2
- package/lib/commonjs/components/radio-button/_RefBase.js.map +0 -1
- package/lib/commonjs/components/radio-button-input/_RefBase.js +0 -2
- package/lib/commonjs/components/switch/_RefBase.js +0 -2
- package/lib/commonjs/components/switch/_RefBase.js.map +0 -1
- package/lib/commonjs/components/toggle/base/_RefBase.js.map +0 -1
- package/lib/module/components/accordion/_ItemRefBase.js +0 -2
- package/lib/module/components/accordion/_ItemRefBase.js.map +0 -1
- package/lib/module/components/accordion/_chevron/Chevron.js.map +0 -1
- package/lib/module/components/accordion/_chevron/ChevronProps.js +0 -4
- package/lib/module/components/accordion/_chevron/ChevronProps.js.map +0 -1
- package/lib/module/components/accordion/_chevron/index.js +0 -4
- package/lib/module/components/accordion/_chevron/index.js.map +0 -1
- package/lib/module/components/checkbox/_RefBase.js +0 -4
- package/lib/module/components/checkbox/_RefBase.js.map +0 -1
- package/lib/module/components/checkbox-input/_RefBase.js +0 -4
- package/lib/module/components/checkbox-input/_RefBase.js.map +0 -1
- package/lib/module/components/collapsible/_RefBase.js +0 -2
- package/lib/module/components/radio-button/_RefBase.js +0 -4
- package/lib/module/components/radio-button/_RefBase.js.map +0 -1
- package/lib/module/components/radio-button-input/_RefBase.js +0 -2
- package/lib/module/components/switch/_RefBase.js +0 -2
- package/lib/module/components/switch/_RefBase.js.map +0 -1
- package/lib/module/components/toggle/base/_RefBase.js +0 -4
- package/lib/module/components/toggle/base/_RefBase.js.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts +0 -8
- package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +0 -3
- package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +0 -8
- package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +0 -3
- package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +0 -9
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts +0 -7
- package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +0 -9
- package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts +0 -8
- package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/switch/_RefBase.d.ts +0 -8
- package/lib/typescript/commonjs/components/switch/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +0 -9
- package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts +0 -8
- package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +0 -3
- package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +0 -8
- package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_chevron/index.d.ts +0 -3
- package/lib/typescript/module/components/accordion/_chevron/index.d.ts.map +0 -1
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts +0 -9
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/collapsible/_RefBase.d.ts +0 -7
- package/lib/typescript/module/components/collapsible/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/radio-button/_RefBase.d.ts +0 -9
- package/lib/typescript/module/components/radio-button/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts +0 -8
- package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/switch/_RefBase.d.ts +0 -8
- package/lib/typescript/module/components/switch/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +0 -9
- package/lib/typescript/module/components/toggle/base/_RefBase.d.ts.map +0 -1
- package/src/components/accordion/_ItemRefBase.ts +0 -7
- package/src/components/accordion/_chevron/ChevronProps.ts +0 -10
- package/src/components/accordion/_chevron/index.ts +0 -2
- package/src/components/checkbox/_RefBase.ts +0 -11
- package/src/components/collapsible/_RefBase.ts +0 -6
- package/src/components/radio-button/_RefBase.ts +0 -11
- package/src/components/radio-button-input/_RefBase.ts +0 -7
- package/src/components/switch/_RefBase.ts +0 -7
- package/src/components/toggle/base/_RefBase.ts +0 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButtonRefBase.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/RadioButtonRefBase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,uBAAuB,EACvB,MAAM,+CAA+C,CAAA;AAEtD,MAAM,WAAW,kBAAmB,SAAQ,uBAAuB;CAClE"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./RadioButton";
|
|
2
|
-
export * from "./RadioButtonProps";
|
|
3
|
-
export * from "./RadioButtonRef";
|
|
2
|
+
export type * from "./RadioButtonProps";
|
|
3
|
+
export type * from "./RadioButtonRef";
|
|
4
|
+
export type * from "./RadioButtonRefBase";
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,sBAAsB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { View } from "react-native";
|
|
2
|
-
import type {
|
|
3
|
-
export interface RadioButtonInputRef extends View,
|
|
2
|
+
import type { RadioButtonInputRefBase } from "./RadioButtonInputRefBase";
|
|
3
|
+
export interface RadioButtonInputRef extends View, RadioButtonInputRefBase {
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=RadioButtonInputRef.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioButtonInputRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/RadioButtonInputRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,
|
|
1
|
+
{"version":3,"file":"RadioButtonInputRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/RadioButtonInputRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,uBAAuB,EACvB,MAAM,2BAA2B,CAAA;AAElC,MAAM,WAAW,mBAAoB,SAAQ,IAAI,EAAE,uBAAuB;CACzE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface RadioButtonInputRefBase {
|
|
2
|
+
/**
|
|
3
|
+
* The current checked value.
|
|
4
|
+
*/
|
|
5
|
+
readonly checked: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* This method does nothing if `checked` component prop is defined
|
|
8
|
+
*/
|
|
9
|
+
setChecked: (checked: boolean | ((checked: boolean) => boolean)) => void;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=RadioButtonInputRefBase.d.ts.map
|
package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButtonInputRefBase.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/RadioButtonInputRefBase.ts"],"names":[],"mappings":"AAAA,MAAM,WAAY,uBAAuB;IACxC;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,CAAC,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,KAAK,IAAI,CAAC;CACzE"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./RadioButtonInput";
|
|
2
|
-
export * from "./RadioButtonInputInteractiveState";
|
|
3
|
-
export * from "./RadioButtonInputProps";
|
|
4
|
-
export * from "./RadioButtonInputRef";
|
|
2
|
+
export type * from "./RadioButtonInputInteractiveState";
|
|
3
|
+
export type * from "./RadioButtonInputProps";
|
|
4
|
+
export type * from "./RadioButtonInputRef";
|
|
5
|
+
export type * from "./RadioButtonInputRefBase";
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,mBAAmB,oCAAoC,CAAA;AACvD,mBAAmB,yBAAyB,CAAA;AAC5C,mBAAmB,uBAAuB,CAAA;AAC1C,mBAAmB,2BAA2B,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":"Switch.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAcpB,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAcpB,eAAO,MAAM,MAAM,mGAmRlB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { View } from "react-native";
|
|
2
|
-
import type {
|
|
3
|
-
export interface SwitchRef extends View,
|
|
2
|
+
import type { SwitchRefBase } from "./SwitchRefBase";
|
|
3
|
+
export interface SwitchRef extends View, SwitchRefBase {
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=SwitchRef.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitchRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/SwitchRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,
|
|
1
|
+
{"version":3,"file":"SwitchRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/SwitchRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,SAAU,SAAQ,IAAI,EAAE,aAAa;CACrD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface SwitchRefBase {
|
|
2
|
+
/**
|
|
3
|
+
* The current value.
|
|
4
|
+
*/
|
|
5
|
+
readonly value: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* This method does nothing if `value` component prop is defined
|
|
8
|
+
*/
|
|
9
|
+
setValue: (value: boolean | ((currentValue: boolean) => boolean)) => void;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=SwitchRefBase.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwitchRefBase.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/SwitchRefBase.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,YAAY,EAAE,OAAO,KAAK,OAAO,CAAC,KAAK,IAAI,CAAC;CAC1E"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Switch";
|
|
2
|
-
export * from "./SwitchProps";
|
|
3
|
-
export * from "./SwitchRef";
|
|
4
|
-
export * from "./
|
|
5
|
-
export * from "./
|
|
2
|
+
export type * from "./SwitchProps";
|
|
3
|
+
export type * from "./SwitchRef";
|
|
4
|
+
export type * from "./SwitchRefBase";
|
|
5
|
+
export type * from "./SwitchSize";
|
|
6
|
+
export type * from "./SwitchState";
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,aAAa,CAAA;AAChC,mBAAmB,iBAAiB,CAAA;AACpC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,eAAe,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":"TableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell/TableCell.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell/TableCell.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,SAAS,yGAuDrB,CAAA"}
|
|
@@ -20,6 +20,11 @@ export interface TableCellProps extends ViewProps {
|
|
|
20
20
|
* `children` prop takes over precedence over this prop.
|
|
21
21
|
*/
|
|
22
22
|
text?: string;
|
|
23
|
+
/**
|
|
24
|
+
* You may need this to make the checkbox cell invisible,
|
|
25
|
+
* but consist its width
|
|
26
|
+
*/
|
|
27
|
+
invisible?: boolean;
|
|
23
28
|
/**
|
|
24
29
|
* Only applies if you use the `text` prop instead of `children`
|
|
25
30
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCellProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell/TableCellProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,MAAM,WAAW,cAAe,SAAQ,SAAS;IAChD;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;CACjD"}
|
|
1
|
+
{"version":3,"file":"TableCellProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell/TableCellProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,MAAM,WAAW,cAAe,SAAQ,SAAS;IAChD;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;CACjD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { TableCellCheckboxProps } from "./TableCellCheckboxProps";
|
|
2
|
+
import type { TableCellCheckboxRef } from "./TableCellCheckboxRef";
|
|
3
|
+
export declare const TableCellCheckbox: import("react").ForwardRefExoticComponent<TableCellCheckboxProps & import("react").RefAttributes<TableCellCheckboxRef>>;
|
|
4
|
+
//# sourceMappingURL=TableCellCheckbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCellCheckbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-checkbox/TableCellCheckbox.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACX,sBAAsB,EACtB,MAAM,0BAA0B,CAAA;AAEjC,OAAO,KAAK,EACX,oBAAoB,EACpB,MAAM,wBAAwB,CAAA;AAE/B,eAAO,MAAM,iBAAiB,yHAmI7B,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { CheckboxInputInteractiveState } from "../checkbox-input/CheckboxInputInteractiveState";
|
|
2
|
+
import type { TableRowInteractiveState } from "../table-row/TableRowInteractiveState";
|
|
3
|
+
export type TableCellCheckboxInteractiveState = Exclude<CheckboxInputInteractiveState, TableRowInteractiveState>;
|
|
4
|
+
//# sourceMappingURL=TableCellCheckboxInteractiveState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCellCheckboxInteractiveState.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-checkbox/TableCellCheckboxInteractiveState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,6BAA6B,EAC7B,MAAM,iDAAiD,CAAA;AAExD,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,uCAAuC,CAAA;AAE9C,MAAM,MAAM,iCAAiC,GAC5C,OAAO,CACN,6BAA6B,EAC7B,wBAAwB,CACxB,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CheckboxInputProps } from "../checkbox-input/CheckboxInputProps";
|
|
2
|
+
import type { TableCellProps } from "../table-cell/TableCellProps";
|
|
3
|
+
import type { TableCellCheckboxInteractiveState } from "./TableCellCheckboxInteractiveState";
|
|
4
|
+
type PickedCheckboxInputProps = Pick<CheckboxInputProps, "defaultChecked" | "checked" | "onChange">;
|
|
5
|
+
export interface TableCellCheckboxProps extends Omit<TableCellProps, "children">, PickedCheckboxInputProps {
|
|
6
|
+
/**
|
|
7
|
+
* For `normal` and `disabled`, pass it from the `TableRow`, or `TableRowCollapsible`
|
|
8
|
+
*/
|
|
9
|
+
interactiveState?: TableCellCheckboxInteractiveState;
|
|
10
|
+
checkboxInputProps?: Omit<CheckboxInputProps, keyof PickedCheckboxInputProps>;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=TableCellCheckboxProps.d.ts.map
|
package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCellCheckboxProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-checkbox/TableCellCheckboxProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sCAAsC,CAAA;AAE7C,OAAO,KAAK,EACX,cAAc,EACd,MAAM,8BAA8B,CAAA;AAErC,OAAO,KAAK,EACX,iCAAiC,EACjC,MAAM,qCAAqC,CAAA;AAE5C,KAAK,wBAAwB,GAAG,IAAI,CACnC,kBAAkB,EAChB,gBAAgB,GAChB,SAAS,GACT,UAAU,CACZ,CAAA;AAED,MAAM,WAAW,sBAAuB,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,EAAE,wBAAwB;IACzG;;OAEG;IACH,gBAAgB,CAAC,EAAE,iCAAiC,CAAC;IACrD,kBAAkB,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,wBAAwB,CAAC,CAAC;CAC9E"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CheckboxInputRefBase } from "../checkbox-input/CheckboxInputRefBase";
|
|
2
|
+
import type { TableRowRef } from "../table-row/TableRowRef";
|
|
3
|
+
export interface TableCellCheckboxRef extends TableRowRef, CheckboxInputRefBase {
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=TableCellCheckboxRef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCellCheckboxRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-checkbox/TableCellCheckboxRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,oBAAoB,EACpB,MAAM,wCAAwC,CAAA;AAE/C,OAAO,KAAK,EACX,WAAW,EACX,MAAM,0BAA0B,CAAA;AAEjC,MAAM,WAAW,oBAAqB,SAAQ,WAAW,EAAE,oBAAoB;CAC9E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-checkbox/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,mBAAmB,qCAAqC,CAAA;AACxD,mBAAmB,0BAA0B,CAAA;AAC7C,mBAAmB,wBAAwB,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCellText.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-text/TableCellText.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B;;GAEG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"TableCellText.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-text/TableCellText.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B;;GAEG;AACH,eAAO,MAAM,aAAa,iHAuCzB,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 @@
|
|
|
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 @@
|
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRow.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRow.tsx"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AActB,eAAO,MAAM,QAAQ,uGAwDpB,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type TableRowInteractiveState = "normal" | "disabled"
|
|
1
|
+
export type TableRowInteractiveState = "normal" | "disabled";
|
|
2
2
|
//# sourceMappingURL=TableRowInteractiveState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRowInteractiveState.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowInteractiveState.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GACjC,QAAQ,GACR,UAAU,
|
|
1
|
+
{"version":3,"file":"TableRowInteractiveState.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowInteractiveState.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GACjC,QAAQ,GACR,UAAU,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import type { PressableProps, ViewProps } from "react-native";
|
|
2
2
|
import type { TableRowInteractiveState } from "./TableRowInteractiveState";
|
|
3
3
|
import type { TableRowSize } from "./TableRowSize";
|
|
4
|
-
export interface TableRowProps extends Omit<PressableProps, "style"> {
|
|
4
|
+
export interface TableRowProps extends Omit<PressableProps, "style" | "children"> {
|
|
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
|
*/
|
|
@@ -27,10 +30,16 @@ export interface TableRowProps extends Omit<PressableProps, "style"> {
|
|
|
27
30
|
* ===== Table =====
|
|
28
31
|
*/
|
|
29
32
|
zebra?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Help this component to render it initially with selected style,
|
|
35
|
+
* if you have `TableCellCheckbox` that checked by default.
|
|
36
|
+
*/
|
|
37
|
+
defaultSelected?: boolean;
|
|
30
38
|
/**
|
|
31
39
|
* @default "normal"
|
|
32
40
|
*/
|
|
33
41
|
interactiveState?: TableRowInteractiveState;
|
|
42
|
+
children?: ViewProps["children"];
|
|
34
43
|
style?: ViewProps["style"];
|
|
35
44
|
}
|
|
36
45
|
//# sourceMappingURL=TableRowProps.d.ts.map
|
|
@@ -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;
|
|
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,GAAG,UAAU,CAAC;IAChF;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAC5C,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { TableRowInteractiveState } from "./TableRowInteractiveState";
|
|
2
2
|
export interface TableRowContext {
|
|
3
3
|
interactiveState: TableRowInteractiveState;
|
|
4
|
-
|
|
4
|
+
readonly selected: boolean;
|
|
5
|
+
readonly hovered: boolean;
|
|
6
|
+
setSelected: (value: boolean) => void;
|
|
5
7
|
}
|
|
6
8
|
export declare const TableRowContext: import("react").Context<TableRowContext>;
|
|
7
9
|
//# sourceMappingURL=_TableRowContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_TableRowContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_TableRowContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,MAAM,WAAW,eAAe;IAC/B,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,OAAO,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"_TableRowContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_TableRowContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,MAAM,WAAW,eAAe;IAC/B,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,WAAW,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,0CAO1B,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TableRowContext } from "./_TableRowContext";
|
|
2
|
+
export declare function TableRowContextProvider({ interactiveState, hovered, defaultSelected, children, }: TableRowContextProviderProps): import("react").JSX.Element;
|
|
3
|
+
interface TableRowContextProviderProps extends Omit<TableRowContext, "selected" | "setSelected"> {
|
|
4
|
+
defaultSelected?: boolean;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=_TableRowContextProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_TableRowContextProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_TableRowContextProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,EACN,eAAe,EACf,MAAM,oBAAoB,CAAA;AAE3B,wBAAgB,uBAAuB,CAAC,EACvC,gBAAgB,EAChB,OAAO,EACP,eAAe,EACf,QAAQ,GACR,EAAE,4BAA4B,+BAmB9B;AAED,UAAU,4BAA6B,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,aAAa,CAAC;IAC/F,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_style-sheet-height.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_style-sheet-height.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAiByC,CAAA"}
|
|
1
|
+
{"version":3,"file":"_style-sheet-height.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_style-sheet-height.ts"],"names":[],"mappings":"AASA;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAiByC,CAAA"}
|