@carbon/ibm-products 2.89.0 → 2.90.0
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/css/carbon.css +374 -417
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +496 -430
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +117 -13
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +143 -13
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +359 -283
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_rolldown/runtime.js +13 -22
- package/es/components/APIKeyModal/APIKeyDownloader.js +19 -3
- package/es/components/APIKeyModal/APIKeyModal.js +161 -3
- package/es/components/AboutModal/AboutModal.js +44 -3
- package/es/components/ActionBar/ActionBar.js +41 -3
- package/es/components/ActionBar/ActionBarItem.js +30 -3
- package/es/components/ActionBar/ActionBarOverflowItems.js +20 -3
- package/es/components/ActionSet/ActionSet.js +35 -3
- package/es/components/AddSelect/AddSelect.js +7 -3
- package/es/components/AddSelect/AddSelectBody.js +3 -3
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -3
- package/es/components/AddSelect/AddSelectColumn.js +2 -4
- package/es/components/AddSelect/AddSelectFilter.js +1 -3
- package/es/components/AddSelect/AddSelectFormControl.js +1 -3
- package/es/components/AddSelect/AddSelectList.js +1 -3
- package/es/components/AddSelect/AddSelectMetaPanel.js +1 -3
- package/es/components/AddSelect/AddSelectRow.js +1 -3
- package/es/components/AddSelect/AddSelectSidebar.js +1 -3
- package/es/components/AddSelect/AddSelectSort.js +1 -3
- package/es/components/AddSelect/add-select-utils.js +1 -2
- package/es/components/AddSelect/hooks/useFocus.js +1 -3
- package/es/components/AddSelect/hooks/useItemSort.js +1 -3
- package/es/components/AddSelect/hooks/useParentSelect.js +1 -3
- package/es/components/AddSelect/hooks/usePath.js +1 -3
- package/es/components/BigNumber/BigNumber.js +52 -6
- package/es/components/BigNumber/BigNumberSkeleton.js +12 -9
- package/es/components/BigNumber/constants.js +1 -19
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +37 -3
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +28 -4
- package/es/components/Card/Card.js +20 -3
- package/es/components/Card/CardFooter.js +1 -3
- package/es/components/Card/CardHeader.js +12 -3
- package/es/components/Carousel/Carousel.js +33 -3
- package/es/components/Carousel/CarouselItem.js +7 -3
- package/es/components/Cascade/Cascade.js +12 -3
- package/es/components/Checklist/Checklist.js +65 -11
- package/es/components/Checklist/ChecklistChart.js +13 -7
- package/es/components/Checklist/ChecklistIcon.js +17 -11
- package/es/components/Coachmark/Coachmark.js +60 -6
- package/es/components/Coachmark/CoachmarkDragbar.js +17 -3
- package/es/components/Coachmark/CoachmarkHeader.js +13 -3
- package/es/components/Coachmark/CoachmarkOverlay.js +24 -6
- package/es/components/Coachmark/CoachmarkTagline.js +13 -3
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.js +56 -9
- package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +8 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +18 -3
- package/es/components/Coachmark/next/Coachmark/ContentBody.js +8 -3
- package/es/components/Coachmark/next/Coachmark/ContentHeader.js +13 -3
- package/es/components/Coachmark/next/Coachmark/context.js +1 -3
- package/es/components/Coachmark/utils/constants.js +15 -23
- package/es/components/Coachmark/utils/context.js +1 -3
- package/es/components/Coachmark/utils/enums.js +1 -2
- package/es/components/Coachmark/utils/hooks.js +3 -5
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/CoachmarkButton/CoachmarkButton.js +7 -3
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +31 -5
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +14 -3
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +33 -3
- package/es/components/CoachmarkStack/CoachmarkStack.js +43 -5
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +41 -3
- package/es/components/ComboButton/ComboButton.js +5 -3
- package/es/components/ComboButton/ComboButtonItem/index.js +5 -3
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +48 -5
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilder.js +65 -4
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +15 -5
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +29 -3
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +39 -3
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +12 -5
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +37 -15
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +35 -3
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +37 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +13 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +10 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +29 -7
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +10 -3
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -3
- package/es/components/ConditionBuilder/utils/useEvent.js +1 -3
- package/es/components/ConditionBuilder/utils/useTranslations.js +1 -3
- package/es/components/ConditionBuilder/utils/util.js +1 -3
- package/es/components/CreateFullPage/CreateFullPage.js +79 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +51 -3
- package/es/components/CreateInfluencer/CreateInfluencer.js +16 -3
- package/es/components/CreateModal/CreateModal.js +43 -3
- package/es/components/CreateSidePanel/CreateSidePanel.js +59 -3
- package/es/components/CreateTearsheet/CreateTearsheet.js +82 -4
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +6 -4
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +72 -3
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +56 -3
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +61 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +115 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +76 -3
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -2
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -3
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +1 -3
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -3
- package/es/components/DataSpreadsheet/utils/getCellSize.js +1 -3
- package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -2
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -3
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +1 -3
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -3
- package/es/components/DataSpreadsheet/utils/selectAllCells.js +1 -3
- package/es/components/Datagrid/Datagrid/Datagrid.js +9 -3
- package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridContent.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHead.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +43 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +19 -14
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +8 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +9 -11
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -3
- package/es/components/Datagrid/common-column-ids.js +1 -2
- package/es/components/Datagrid/useActionsColumn.js +1 -3
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -3
- package/es/components/Datagrid/useColumnOrder.js +1 -3
- package/es/components/Datagrid/useColumnRightAlign.js +1 -3
- package/es/components/Datagrid/useCustomizeColumns.js +1 -3
- package/es/components/Datagrid/useDatagrid.js +1 -3
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -3
- package/es/components/Datagrid/useDisableSelectRows.js +1 -2
- package/es/components/Datagrid/useEditableCell.js +1 -3
- package/es/components/Datagrid/useExpandedRow.js +1 -3
- package/es/components/Datagrid/useFiltering.js +1 -3
- package/es/components/Datagrid/useFlexResize.js +1 -3
- package/es/components/Datagrid/useFloatingScroll.js +1 -3
- package/es/components/Datagrid/useFocusRowExpander.js +1 -3
- package/es/components/Datagrid/useInfiniteScroll.js +1 -3
- package/es/components/Datagrid/useInitialColumnSort.js +1 -3
- package/es/components/Datagrid/useInlineEdit.js +1 -3
- package/es/components/Datagrid/useNestedRowExpander.js +1 -3
- package/es/components/Datagrid/useNestedRows.js +1 -3
- package/es/components/Datagrid/useOnRowClick.js +1 -3
- package/es/components/Datagrid/useParentDimensions.js +1 -3
- package/es/components/Datagrid/useResizeTable.js +1 -3
- package/es/components/Datagrid/useRowExpander.js +1 -3
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -3
- package/es/components/Datagrid/useRowRenderer.js +1 -3
- package/es/components/Datagrid/useRowSize.js +1 -3
- package/es/components/Datagrid/useSelectAllToggle.js +4 -6
- package/es/components/Datagrid/useSelectRows.js +1 -3
- package/es/components/Datagrid/useSkeletonRows.js +1 -2
- package/es/components/Datagrid/useSortableColumns.js +1 -3
- package/es/components/Datagrid/useStickyColumn.js +1 -3
- package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -2
- package/es/components/Decorator/Decorator.js +55 -3
- package/es/components/DecoratorBase/DecoratorBase.js +4 -3
- package/es/components/DecoratorBase/DecoratorIcon.js +10 -3
- package/es/components/DecoratorBase/utils.js +1 -2
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +74 -3
- package/es/components/DecoratorLink/DecoratorLink.js +66 -3
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +66 -3
- package/es/components/DelimitedList/DelimitedList.js +13 -3
- package/es/components/DescriptionList/DescriptionList.js +5 -3
- package/es/components/DescriptionList/DescriptionListBody.js +3 -3
- package/es/components/DescriptionList/DescriptionListCell.js +3 -3
- package/es/components/DescriptionList/DescriptionListRow.js +3 -3
- package/es/components/DescriptionList/constants.js +1 -2
- package/es/components/EditFullPage/EditFullPage.js +7 -3
- package/es/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/es/components/EditInPlace/EditInPlace.js +136 -28
- package/es/components/EditSidePanel/EditSidePanel.js +66 -3
- package/es/components/EditTearsheet/EditTearsheet.js +53 -3
- package/es/components/EditTearsheet/EditTearsheetForm.js +33 -3
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +7 -3
- package/es/components/EditUpdateCards/EditUpdateCards.js +70 -3
- package/es/components/EmptyStates/EmptyState.js +41 -9
- package/es/components/EmptyStates/EmptyStateContent.js +21 -3
- package/es/components/EmptyStates/EmptyStateIllustration.deprecated.js +1 -3
- package/es/components/EmptyStates/EmptyStateV2.deprecated.js +39 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +37 -3
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +37 -3
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +37 -3
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +37 -3
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +37 -3
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +37 -3
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -3
- package/es/components/ExportModal/ExportModal.js +80 -3
- package/es/components/ExpressiveCard/ExpressiveCard.js +76 -3
- package/es/components/FeatureFlags/index.js +4 -3
- package/es/components/FilterPanel/FilterPanel.js +10 -3
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -3
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +22 -3
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +16 -3
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +34 -3
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +16 -3
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -3
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +13 -4
- package/es/components/FilterSummary/FilterSummary.js +2 -3
- package/es/components/FullPageError/FullPageError.js +20 -3
- package/es/components/FullPageError/assets/Error403SVG.js +1 -3
- package/es/components/FullPageError/assets/Error404SVG.js +1 -3
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +1 -3
- package/es/components/GetStartedCard/GetStartedCard.js +37 -3
- package/es/components/Guidebanner/Guidebanner.js +49 -5
- package/es/components/Guidebanner/GuidebannerElement.js +14 -3
- package/es/components/Guidebanner/GuidebannerElementButton.js +11 -3
- package/es/components/Guidebanner/GuidebannerElementLink.js +7 -3
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +23 -3
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +23 -3
- package/es/components/HTTPErrors/HTTPErrorContent.js +19 -3
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +23 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +1 -3
- package/es/components/ImportModal/ImportModal.js +88 -3
- package/es/components/InlineTip/InlineTip.js +56 -3
- package/es/components/InlineTip/InlineTipButton.js +7 -3
- package/es/components/InlineTip/InlineTipLink.js +7 -3
- package/es/components/InlineTip/utils.js +1 -2
- package/es/components/InterstitialScreen/InterstitialScreen.js +23 -3
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +13 -3
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +24 -3
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +20 -3
- package/es/components/InterstitialScreen/InterstitialScreenView.js +13 -3
- package/es/components/InterstitialScreen/context.js +1 -3
- package/es/components/MultiAddSelect/MultiAddSelect.js +81 -3
- package/es/components/Nav/Nav.js +16 -3
- package/es/components/Nav/NavItem.js +37 -3
- package/es/components/Nav/NavItemLink.js +4 -4
- package/es/components/Nav/NavList.js +12 -3
- package/es/components/NonLinearReading/NonLinearReading.js +13 -3
- package/es/components/NotificationsPanel/NotificationsPanel.js +118 -3
- package/es/components/NotificationsPanel/utils.js +1 -2
- package/es/components/OptionsTile/OptionsTile.js +52 -3
- package/es/components/PageHeader/PageHeader.js +219 -3
- package/es/components/PageHeader/PageHeaderTitle.js +24 -3
- package/es/components/PageHeader/PageHeaderUtils.js +1 -3
- package/es/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/es/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeader.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.js +2 -6
- package/es/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +16 -3
- package/es/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContent.js +32 -9
- package/es/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContentPageActions.js +21 -7
- package/es/components/PageHeader/next/PageHeaderContentText.js +10 -3
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.js +22 -6
- package/es/components/PageHeader/next/PageHeaderScrollButton.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTabBar.js +3 -5
- package/es/components/PageHeader/next/PageHeaderTagOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +1 -3
- package/es/components/PageHeader/next/context.d.ts +2 -2
- package/es/components/PageHeader/next/context.d.ts.map +1 -1
- package/es/components/PageHeader/next/context.js +1 -3
- package/es/components/PageHeader/next/index.js +1 -3
- package/es/components/PageHeader/next/overflowHandler.js +1 -2
- package/es/components/PageHeader/next/utils.js +1 -2
- package/es/components/ProductiveCard/ProductiveCard.js +93 -3
- package/es/components/RemoveModal/RemoveModal.js +58 -3
- package/es/components/Saving/Saving.js +43 -3
- package/es/components/ScrollGradient/ScrollGradient.js +12 -3
- package/es/components/ScrollGradient/constants.js +1 -3
- package/es/components/SearchBar/SearchBar.js +31 -4
- package/es/components/SidePanel/SidePanel.js +116 -3
- package/es/components/SidePanel/constants.js +1 -2
- package/es/components/SimpleHeader/SimpleHeader.js +15 -3
- package/es/components/SingleAddSelect/SingleAddSelect.js +52 -3
- package/es/components/StatusIcon/StatusIcon.js +16 -3
- package/es/components/StatusIndicator/StatusIndicator.js +21 -3
- package/es/components/StatusIndicator/StatusIndicatorStep.js +13 -3
- package/es/components/StringFormatter/StringFormatter.js +9 -3
- package/es/components/StringFormatter/utils/enums.js +1 -2
- package/es/components/TagOverflow/TagOverflow.js +65 -3
- package/es/components/TagOverflow/TagOverflowModal.js +1 -3
- package/es/components/TagOverflow/TagOverflowPopover.js +31 -3
- package/es/components/TagOverflow/constants.js +1 -2
- package/es/components/TagSet/TagSet.js +66 -3
- package/es/components/TagSet/TagSetModal.js +1 -3
- package/es/components/TagSet/TagSetOverflow.js +38 -3
- package/es/components/Tearsheet/Tearsheet.js +103 -4
- package/es/components/Tearsheet/TearsheetNarrow.js +76 -4
- package/es/components/Tearsheet/TearsheetPresence.js +1 -3
- package/es/components/Tearsheet/TearsheetShell.js +119 -3
- package/es/components/Tearsheet/next/StackContext.js +1 -3
- package/es/components/Tearsheet/next/Tearsheet.js +1 -3
- package/es/components/Tearsheet/next/TearsheetBody.js +1 -3
- package/es/components/Tearsheet/next/TearsheetFooter.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeader.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderActions.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderContent.js +1 -3
- package/es/components/Tearsheet/next/context.js +1 -3
- package/es/components/Tearsheet/usePresence.js +7 -3
- package/es/components/Tearsheet/usePresenceContext.js +1 -3
- package/es/components/Toolbar/Toolbar.js +4 -3
- package/es/components/Toolbar/ToolbarButton.js +12 -4
- package/es/components/Toolbar/ToolbarGroup.js +3 -3
- package/es/components/TooltipTrigger/TooltipTrigger.js +7 -3
- package/es/components/TruncatedList/TruncatedList.js +32 -3
- package/es/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/es/components/TruncatedText/TruncatedText.js +7 -6
- package/es/components/TruncatedText/useTruncatedText.js +1 -3
- package/es/components/UserAvatar/UserAvatar.js +32 -3
- package/es/components/UserProfileImage/UserProfileImage.js +37 -3
- package/es/components/WebTerminal/WebTerminal.js +27 -3
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +6 -4
- package/es/components/WebTerminal/hooks/index.js +6 -4
- package/es/components/_Canary/Canary.js +3 -3
- package/es/global/js/hooks/useActiveElement.js +1 -3
- package/es/global/js/hooks/useClickOutside.js +1 -3
- package/es/global/js/hooks/useCollapsible.js +1 -3
- package/es/global/js/hooks/useControllableState.js +1 -3
- package/es/global/js/hooks/useCreateComponentFocus.js +1 -3
- package/es/global/js/hooks/useCreateComponentStepChange.js +1 -3
- package/es/global/js/hooks/useFocus.js +1 -3
- package/es/global/js/hooks/useIsomorphicEffect.js +1 -3
- package/es/global/js/hooks/useMatchMedia.js +1 -3
- package/es/global/js/hooks/useMergedRefs.js +1 -3
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +1 -3
- package/es/global/js/hooks/useOverflowString.js +1 -3
- package/es/global/js/hooks/usePortalTarget.js +1 -3
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -3
- package/es/global/js/hooks/usePrefix.js +1 -3
- package/es/global/js/hooks/usePresence.js +1 -3
- package/es/global/js/hooks/usePreviousValue.js +1 -3
- package/es/global/js/hooks/useResetCreateComponent.js +1 -3
- package/es/global/js/hooks/useResizeObserver.js +1 -3
- package/es/global/js/hooks/useRetrieveFormTitles.js +1 -3
- package/es/global/js/hooks/useRetrieveStepData.js +1 -3
- package/es/global/js/hooks/useValidCreateStepCount.js +1 -3
- package/es/global/js/hooks/useWindowResize.js +1 -3
- package/es/global/js/hooks/useWindowScroll.js +1 -3
- package/es/global/js/package-settings.js +1 -2
- package/es/global/js/utils/Wrap.js +25 -3
- package/es/global/js/utils/checkForOverflow.js +1 -2
- package/es/global/js/utils/clamp.js +1 -2
- package/es/global/js/utils/debounce.js +1 -2
- package/es/global/js/utils/deepCloneObject.js +1 -2
- package/es/global/js/utils/deepCompareObject.js +1 -2
- package/es/global/js/utils/devtools.js +1 -3
- package/es/global/js/utils/getFocusableElements.js +1 -2
- package/es/global/js/utils/getNodeTextContent.js +1 -2
- package/es/global/js/utils/getNumberOfHiddenSteps.js +1 -2
- package/es/global/js/utils/getScrollbarWidth.js +1 -2
- package/es/global/js/utils/getSupportedLocale.js +1 -2
- package/es/global/js/utils/lastIndexInArray.js +1 -2
- package/es/global/js/utils/makeDraggable/makeDraggable.js +1 -2
- package/es/global/js/utils/pconsole.js +5 -11
- package/es/global/js/utils/props-helper.js +1 -3
- package/es/global/js/utils/rangeWithCallback.js +1 -2
- package/es/global/js/utils/scrollableAncestor.js +1 -2
- package/es/global/js/utils/throttle.js +1 -2
- package/es/global/js/utils/useId.js +1 -3
- package/es/global/js/utils/uuidv4.js +1 -2
- package/es/global/js/utils/wait.js +1 -2
- package/es/index.js +2 -5
- package/es/node_modules/@carbon/colors/es/index.js +1 -2
- package/es/node_modules/@carbon/icon-helpers/es/index.js +1 -2
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -3
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +351 -328
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +185 -192
- package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-B1cP964Y.js → iconPropTypes-BElKp6Sn.js} +2 -4
- package/es/node_modules/classnames/index.js +1 -4
- package/es/settings.js +1 -3
- package/lib/_virtual/_rolldown/runtime.js +13 -23
- package/lib/components/APIKeyModal/APIKeyDownloader.js +21 -5
- package/lib/components/APIKeyModal/APIKeyModal.js +170 -12
- package/lib/components/AboutModal/AboutModal.js +51 -10
- package/lib/components/ActionBar/ActionBar.js +49 -11
- package/lib/components/ActionBar/ActionBarItem.js +33 -6
- package/lib/components/ActionBar/ActionBarOverflowItems.js +24 -7
- package/lib/components/ActionSet/ActionSet.js +40 -8
- package/lib/components/AddSelect/AddSelect.js +10 -6
- package/lib/components/AddSelect/AddSelectBody.js +19 -19
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +4 -6
- package/lib/components/AddSelect/AddSelectColumn.js +9 -11
- package/lib/components/AddSelect/AddSelectFilter.js +4 -6
- package/lib/components/AddSelect/AddSelectFormControl.js +4 -6
- package/lib/components/AddSelect/AddSelectList.js +6 -8
- package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -5
- package/lib/components/AddSelect/AddSelectRow.js +5 -7
- package/lib/components/AddSelect/AddSelectSidebar.js +5 -7
- package/lib/components/AddSelect/AddSelectSort.js +3 -5
- package/lib/components/AddSelect/add-select-utils.js +1 -3
- package/lib/components/AddSelect/hooks/useFocus.js +2 -4
- package/lib/components/AddSelect/hooks/useItemSort.js +2 -4
- package/lib/components/AddSelect/hooks/useParentSelect.js +2 -4
- package/lib/components/AddSelect/hooks/usePath.js +2 -4
- package/lib/components/BigNumber/BigNumber.js +59 -13
- package/lib/components/BigNumber/BigNumberSkeleton.js +16 -13
- package/lib/components/BigNumber/constants.js +1 -22
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +49 -15
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +33 -9
- package/lib/components/Card/Card.js +25 -8
- package/lib/components/Card/CardFooter.js +4 -6
- package/lib/components/Card/CardHeader.js +15 -6
- package/lib/components/Carousel/Carousel.js +39 -9
- package/lib/components/Carousel/CarouselItem.js +11 -7
- package/lib/components/Cascade/Cascade.js +16 -7
- package/lib/components/Checklist/Checklist.js +72 -18
- package/lib/components/Checklist/ChecklistChart.js +19 -13
- package/lib/components/Checklist/ChecklistIcon.js +21 -15
- package/lib/components/Coachmark/Coachmark.js +69 -15
- package/lib/components/Coachmark/CoachmarkDragbar.js +22 -8
- package/lib/components/Coachmark/CoachmarkHeader.js +18 -8
- package/lib/components/Coachmark/CoachmarkOverlay.js +35 -17
- package/lib/components/Coachmark/CoachmarkTagline.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.js +64 -17
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +12 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +22 -7
- package/lib/components/Coachmark/next/Coachmark/ContentBody.js +11 -6
- package/lib/components/Coachmark/next/Coachmark/ContentHeader.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/context.js +4 -7
- package/lib/components/Coachmark/utils/constants.js +15 -23
- package/lib/components/Coachmark/utils/context.js +2 -4
- package/lib/components/Coachmark/utils/enums.js +1 -3
- package/lib/components/Coachmark/utils/hooks.js +5 -7
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/CoachmarkButton/CoachmarkButton.js +12 -8
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +40 -14
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +18 -7
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +41 -11
- package/lib/components/CoachmarkStack/CoachmarkStack.js +52 -14
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +48 -10
- package/lib/components/ComboButton/ComboButton.js +9 -7
- package/lib/components/ComboButton/ComboButtonItem/index.js +6 -4
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +64 -21
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilder.js +72 -11
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +25 -15
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +35 -9
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +43 -7
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +19 -12
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +8 -10
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +46 -24
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +37 -5
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +45 -11
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +13 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +15 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +12 -5
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -18
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +16 -9
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +4 -6
- package/lib/components/ConditionBuilder/utils/useEvent.js +2 -4
- package/lib/components/ConditionBuilder/utils/useTranslations.js +4 -6
- package/lib/components/ConditionBuilder/utils/util.js +2 -5
- package/lib/components/CreateFullPage/CreateFullPage.js +92 -16
- package/lib/components/CreateFullPage/CreateFullPageStep.js +58 -10
- package/lib/components/CreateInfluencer/CreateInfluencer.js +20 -7
- package/lib/components/CreateModal/CreateModal.js +48 -8
- package/lib/components/CreateSidePanel/CreateSidePanel.js +65 -9
- package/lib/components/CreateTearsheet/CreateTearsheet.js +96 -18
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +79 -10
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +62 -9
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +85 -27
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +128 -16
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +88 -15
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +2 -4
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +3 -5
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +4 -6
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -3
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +11 -13
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +3 -5
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +4 -6
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -3
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +5 -7
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +4 -6
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +3 -5
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +2 -4
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +3 -5
- package/lib/components/Datagrid/Datagrid/Datagrid.js +17 -11
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +19 -21
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -4
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +10 -12
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +5 -7
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +7 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +7 -9
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +54 -14
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +31 -26
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +16 -18
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +2 -5
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -7
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +2 -4
- package/lib/components/Datagrid/common-column-ids.js +1 -3
- package/lib/components/Datagrid/useActionsColumn.js +5 -7
- package/lib/components/Datagrid/useColumnCenterAlign.js +4 -6
- package/lib/components/Datagrid/useColumnOrder.js +3 -6
- package/lib/components/Datagrid/useColumnRightAlign.js +4 -6
- package/lib/components/Datagrid/useCustomizeColumns.js +4 -6
- package/lib/components/Datagrid/useDatagrid.js +11 -13
- package/lib/components/Datagrid/useDefaultStringRenderer.js +4 -6
- package/lib/components/Datagrid/useDisableSelectRows.js +1 -3
- package/lib/components/Datagrid/useEditableCell.js +2 -4
- package/lib/components/Datagrid/useExpandedRow.js +4 -6
- package/lib/components/Datagrid/useFiltering.js +4 -6
- package/lib/components/Datagrid/useFlexResize.js +2 -4
- package/lib/components/Datagrid/useFloatingScroll.js +4 -6
- package/lib/components/Datagrid/useFocusRowExpander.js +2 -4
- package/lib/components/Datagrid/useInfiniteScroll.js +5 -7
- package/lib/components/Datagrid/useInitialColumnSort.js +3 -5
- package/lib/components/Datagrid/useInlineEdit.js +5 -7
- package/lib/components/Datagrid/useNestedRowExpander.js +6 -8
- package/lib/components/Datagrid/useNestedRows.js +5 -7
- package/lib/components/Datagrid/useOnRowClick.js +3 -5
- package/lib/components/Datagrid/useParentDimensions.js +2 -4
- package/lib/components/Datagrid/useResizeTable.js +2 -4
- package/lib/components/Datagrid/useRowExpander.js +5 -7
- package/lib/components/Datagrid/useRowIsMouseOver.js +3 -5
- package/lib/components/Datagrid/useRowRenderer.js +2 -4
- package/lib/components/Datagrid/useRowSize.js +3 -5
- package/lib/components/Datagrid/useSelectAllToggle.js +9 -11
- package/lib/components/Datagrid/useSelectRows.js +8 -10
- package/lib/components/Datagrid/useSkeletonRows.js +1 -3
- package/lib/components/Datagrid/useSortableColumns.js +6 -8
- package/lib/components/Datagrid/useStickyColumn.js +6 -8
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -3
- package/lib/components/Decorator/Decorator.js +65 -13
- package/lib/components/DecoratorBase/DecoratorBase.js +9 -8
- package/lib/components/DecoratorBase/DecoratorIcon.js +19 -12
- package/lib/components/DecoratorBase/utils.js +1 -3
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +84 -13
- package/lib/components/DecoratorLink/DecoratorLink.js +76 -13
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +76 -13
- package/lib/components/DelimitedList/DelimitedList.js +17 -7
- package/lib/components/DescriptionList/DescriptionList.js +15 -13
- package/lib/components/DescriptionList/DescriptionListBody.js +12 -12
- package/lib/components/DescriptionList/DescriptionListCell.js +12 -12
- package/lib/components/DescriptionList/DescriptionListRow.js +12 -12
- package/lib/components/DescriptionList/constants.js +1 -3
- package/lib/components/EditFullPage/EditFullPage.js +11 -7
- package/lib/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +139 -31
- package/lib/components/EditSidePanel/EditSidePanel.js +73 -10
- package/lib/components/EditTearsheet/EditTearsheet.js +59 -9
- package/lib/components/EditTearsheet/EditTearsheetForm.js +39 -9
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +11 -7
- package/lib/components/EditUpdateCards/EditUpdateCards.js +75 -8
- package/lib/components/EmptyStates/EmptyState.js +48 -16
- package/lib/components/EmptyStates/EmptyStateContent.js +24 -6
- package/lib/components/EmptyStates/EmptyStateIllustration.deprecated.js +2 -4
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.js +45 -9
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +44 -10
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +44 -10
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +5 -7
- package/lib/components/ExportModal/ExportModal.js +86 -9
- package/lib/components/ExpressiveCard/ExpressiveCard.js +80 -7
- package/lib/components/FeatureFlags/index.js +6 -5
- package/lib/components/FilterPanel/FilterPanel.js +19 -12
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +29 -13
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +33 -14
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +26 -13
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +44 -13
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +26 -13
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +22 -12
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +22 -13
- package/lib/components/FilterSummary/FilterSummary.js +12 -13
- package/lib/components/FullPageError/FullPageError.js +27 -10
- package/lib/components/FullPageError/assets/Error403SVG.js +2 -4
- package/lib/components/FullPageError/assets/Error404SVG.js +2 -4
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +2 -4
- package/lib/components/GetStartedCard/GetStartedCard.js +40 -6
- package/lib/components/Guidebanner/Guidebanner.js +57 -13
- package/lib/components/Guidebanner/GuidebannerElement.js +18 -7
- package/lib/components/Guidebanner/GuidebannerElementButton.js +15 -7
- package/lib/components/Guidebanner/GuidebannerElementLink.js +11 -7
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +29 -9
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +29 -9
- package/lib/components/HTTPErrors/HTTPErrorContent.js +21 -5
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +29 -9
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +3 -5
- package/lib/components/ImportModal/ImportModal.js +94 -9
- package/lib/components/InlineTip/InlineTip.js +62 -9
- package/lib/components/InlineTip/InlineTipButton.js +11 -7
- package/lib/components/InlineTip/InlineTipLink.js +11 -7
- package/lib/components/InlineTip/utils.js +1 -3
- package/lib/components/InterstitialScreen/InterstitialScreen.js +30 -10
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +17 -7
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +28 -7
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +24 -7
- package/lib/components/InterstitialScreen/InterstitialScreenView.js +15 -5
- package/lib/components/InterstitialScreen/context.js +3 -5
- package/lib/components/MultiAddSelect/MultiAddSelect.js +84 -6
- package/lib/components/Nav/Nav.js +27 -14
- package/lib/components/Nav/NavItem.js +48 -14
- package/lib/components/Nav/NavItemLink.js +5 -5
- package/lib/components/Nav/NavList.js +22 -13
- package/lib/components/NonLinearReading/NonLinearReading.js +18 -8
- package/lib/components/NotificationsPanel/NotificationsPanel.js +130 -15
- package/lib/components/NotificationsPanel/utils.js +1 -3
- package/lib/components/OptionsTile/OptionsTile.js +59 -10
- package/lib/components/PageHeader/PageHeader.js +234 -18
- package/lib/components/PageHeader/PageHeaderTitle.js +28 -7
- package/lib/components/PageHeader/PageHeaderUtils.js +5 -7
- package/lib/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeader.js +19 -21
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.js +6 -10
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +19 -6
- package/lib/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContent.js +36 -13
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.js +26 -12
- package/lib/components/PageHeader/next/PageHeaderContentText.js +13 -6
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.js +25 -9
- package/lib/components/PageHeader/next/PageHeaderScrollButton.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTabBar.js +7 -9
- package/lib/components/PageHeader/next/PageHeaderTagOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +5 -7
- package/lib/components/PageHeader/next/context.d.ts +2 -2
- package/lib/components/PageHeader/next/context.d.ts.map +1 -1
- package/lib/components/PageHeader/next/context.js +2 -4
- package/lib/components/PageHeader/next/index.js +19 -21
- package/lib/components/PageHeader/next/overflowHandler.js +1 -3
- package/lib/components/PageHeader/next/utils.js +1 -3
- package/lib/components/ProductiveCard/ProductiveCard.js +97 -7
- package/lib/components/RemoveModal/RemoveModal.js +65 -10
- package/lib/components/Saving/Saving.js +47 -7
- package/lib/components/ScrollGradient/ScrollGradient.js +23 -14
- package/lib/components/ScrollGradient/constants.js +3 -5
- package/lib/components/SearchBar/SearchBar.js +35 -8
- package/lib/components/SidePanel/SidePanel.js +129 -16
- package/lib/components/SidePanel/constants.js +1 -3
- package/lib/components/SimpleHeader/SimpleHeader.js +20 -8
- package/lib/components/SingleAddSelect/SingleAddSelect.js +56 -7
- package/lib/components/StatusIcon/StatusIcon.js +20 -7
- package/lib/components/StatusIndicator/StatusIndicator.js +30 -12
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +22 -12
- package/lib/components/StringFormatter/StringFormatter.js +21 -15
- package/lib/components/StringFormatter/utils/enums.js +1 -3
- package/lib/components/TagOverflow/TagOverflow.js +73 -11
- package/lib/components/TagOverflow/TagOverflowModal.js +6 -8
- package/lib/components/TagOverflow/TagOverflowPopover.js +35 -7
- package/lib/components/TagOverflow/constants.js +1 -3
- package/lib/components/TagSet/TagSet.js +73 -10
- package/lib/components/TagSet/TagSetModal.js +6 -8
- package/lib/components/TagSet/TagSetOverflow.js +42 -7
- package/lib/components/Tearsheet/Tearsheet.js +107 -8
- package/lib/components/Tearsheet/TearsheetNarrow.js +80 -8
- package/lib/components/Tearsheet/TearsheetPresence.js +3 -5
- package/lib/components/Tearsheet/TearsheetShell.js +135 -19
- package/lib/components/Tearsheet/next/StackContext.js +3 -5
- package/lib/components/Tearsheet/next/Tearsheet.js +15 -17
- package/lib/components/Tearsheet/next/TearsheetBody.js +6 -8
- package/lib/components/Tearsheet/next/TearsheetFooter.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeader.js +4 -6
- package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +5 -7
- package/lib/components/Tearsheet/next/context.js +4 -7
- package/lib/components/Tearsheet/usePresence.js +9 -5
- package/lib/components/Tearsheet/usePresenceContext.js +3 -5
- package/lib/components/Toolbar/Toolbar.js +9 -8
- package/lib/components/Toolbar/ToolbarButton.js +15 -7
- package/lib/components/Toolbar/ToolbarGroup.js +6 -6
- package/lib/components/TooltipTrigger/TooltipTrigger.js +10 -6
- package/lib/components/TruncatedList/TruncatedList.js +37 -8
- package/lib/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/lib/components/TruncatedText/TruncatedText.js +12 -11
- package/lib/components/TruncatedText/useTruncatedText.js +3 -5
- package/lib/components/UserAvatar/UserAvatar.js +38 -9
- package/lib/components/UserProfileImage/UserProfileImage.js +43 -9
- package/lib/components/WebTerminal/WebTerminal.js +33 -9
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +10 -8
- package/lib/components/WebTerminal/hooks/index.js +7 -5
- package/lib/components/_Canary/Canary.js +6 -6
- package/lib/global/js/hooks/useActiveElement.js +2 -4
- package/lib/global/js/hooks/useClickOutside.js +2 -4
- package/lib/global/js/hooks/useCollapsible.js +2 -4
- package/lib/global/js/hooks/useControllableState.js +2 -4
- package/lib/global/js/hooks/useCreateComponentFocus.js +3 -5
- package/lib/global/js/hooks/useCreateComponentStepChange.js +2 -4
- package/lib/global/js/hooks/useFocus.js +3 -5
- package/lib/global/js/hooks/useIsomorphicEffect.js +2 -4
- package/lib/global/js/hooks/useMatchMedia.js +2 -4
- package/lib/global/js/hooks/useMergedRefs.js +2 -4
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +3 -5
- package/lib/global/js/hooks/useOverflowString.js +2 -4
- package/lib/global/js/hooks/usePortalTarget.js +4 -6
- package/lib/global/js/hooks/usePrefersReducedMotion.js +3 -5
- package/lib/global/js/hooks/usePrefix.js +2 -4
- package/lib/global/js/hooks/usePresence.js +2 -4
- package/lib/global/js/hooks/usePreviousValue.js +2 -4
- package/lib/global/js/hooks/useResetCreateComponent.js +3 -5
- package/lib/global/js/hooks/useResizeObserver.js +3 -5
- package/lib/global/js/hooks/useRetrieveFormTitles.js +2 -4
- package/lib/global/js/hooks/useRetrieveStepData.js +2 -4
- package/lib/global/js/hooks/useValidCreateStepCount.js +2 -4
- package/lib/global/js/hooks/useWindowResize.js +3 -5
- package/lib/global/js/hooks/useWindowScroll.js +4 -6
- package/lib/global/js/package-settings.js +1 -3
- package/lib/global/js/utils/Wrap.js +26 -4
- package/lib/global/js/utils/checkForOverflow.js +1 -3
- package/lib/global/js/utils/clamp.js +1 -3
- package/lib/global/js/utils/debounce.js +1 -3
- package/lib/global/js/utils/deepCloneObject.js +1 -3
- package/lib/global/js/utils/deepCompareObject.js +1 -3
- package/lib/global/js/utils/devtools.js +2 -4
- package/lib/global/js/utils/getFocusableElements.js +1 -3
- package/lib/global/js/utils/getNodeTextContent.js +1 -3
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +1 -3
- package/lib/global/js/utils/getScrollbarWidth.js +1 -3
- package/lib/global/js/utils/getSupportedLocale.js +1 -3
- package/lib/global/js/utils/lastIndexInArray.js +1 -3
- package/lib/global/js/utils/makeDraggable/makeDraggable.js +1 -3
- package/lib/global/js/utils/pconsole.js +4 -9
- package/lib/global/js/utils/props-helper.js +2 -4
- package/lib/global/js/utils/rangeWithCallback.js +1 -3
- package/lib/global/js/utils/scrollableAncestor.js +1 -3
- package/lib/global/js/utils/throttle.js +1 -3
- package/lib/global/js/utils/useId.js +3 -5
- package/lib/global/js/utils/uuidv4.js +1 -3
- package/lib/global/js/utils/wait.js +1 -3
- package/lib/index.js +264 -267
- package/lib/node_modules/@carbon/colors/lib/index.js +15 -21
- package/lib/node_modules/@carbon/icon-helpers/lib/index.js +7 -10
- package/lib/node_modules/@carbon/icons-react/lib/{Icon.js → Icon-2zUDcllO.js} +44 -17
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-0.js +274 -278
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-1.js +303 -316
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-10.js +478 -472
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-11.js +491 -468
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-12.js +482 -474
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-13.js +509 -547
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-14.js +546 -596
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-15.js +596 -538
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-16.js +571 -616
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-17.js +669 -654
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-18.js +683 -661
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-19.js +701 -718
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-2.js +332 -330
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-20.js +743 -783
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-21.js +548 -40
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-3.js +340 -349
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-4.js +360 -380
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-5.js +397 -405
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-6.js +405 -392
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-7.js +418 -437
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-8.js +456 -496
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-9.js +489 -480
- package/lib/node_modules/@carbon/icons-react/lib/{iconPropTypes-U9gLABJo.js → iconPropTypes-DaTOKOBs.js} +12 -14
- package/lib/node_modules/@carbon/icons-react/lib/index.js +425 -395
- package/lib/node_modules/classnames/index.js +7 -10
- package/lib/settings.js +5 -7
- package/package.json +17 -17
- package/scss/components/EditInPlace/_edit-in-place.scss +30 -6
- package/scss/components/PageHeader/_page-header.scss +66 -6
- package/scss/components/TruncatedText/_truncated-text.scss +21 -0
- package/telemetry.yml +12 -3
- package/es/components/Checklist/Checklist.types.js +0 -30
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/components/Checklist/Checklist.types.js +0 -32
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/node_modules/@carbon/icons-react/lib/chunk-CsKB0u1v.js +0 -54
|
@@ -22,7 +22,6 @@ import { TearsheetShell } from "../Tearsheet/TearsheetShell.js";
|
|
|
22
22
|
import React, { createContext, forwardRef, useEffect, useRef, useState } from "react";
|
|
23
23
|
import PropTypes from "prop-types";
|
|
24
24
|
import { Form } from "@carbon/react";
|
|
25
|
-
|
|
26
25
|
//#region src/components/CreateTearsheet/CreateTearsheet.tsx
|
|
27
26
|
/**
|
|
28
27
|
* Copyright IBM Corp. 2021, 2025
|
|
@@ -85,9 +84,11 @@ const CreateTearsheet = forwardRef(({ backButtonText, cancelButtonText, children
|
|
|
85
84
|
useResetCreateComponent({
|
|
86
85
|
firstIncludedStep,
|
|
87
86
|
previousState,
|
|
87
|
+
/**@ts-ignore */
|
|
88
88
|
open,
|
|
89
89
|
setCurrentStep,
|
|
90
90
|
stepData,
|
|
91
|
+
/**@ts-ignore */
|
|
91
92
|
initialStep,
|
|
92
93
|
totalSteps: stepData?.length,
|
|
93
94
|
componentName
|
|
@@ -102,6 +103,7 @@ const CreateTearsheet = forwardRef(({ backButtonText, cancelButtonText, children
|
|
|
102
103
|
setCurrentStep,
|
|
103
104
|
setIsSubmitting,
|
|
104
105
|
setShouldViewAll,
|
|
106
|
+
/**@ts-ignore */
|
|
105
107
|
setLoadingPrevious,
|
|
106
108
|
loadingPrevious,
|
|
107
109
|
onClose,
|
|
@@ -165,30 +167,106 @@ const CreateTearsheet = forwardRef(({ backButtonText, cancelButtonText, children
|
|
|
165
167
|
}, child))))));
|
|
166
168
|
});
|
|
167
169
|
CreateTearsheet.displayName = componentName;
|
|
168
|
-
const deprecatedProps = {
|
|
170
|
+
const deprecatedProps = {
|
|
171
|
+
/**
|
|
172
|
+
* @deprecated Property replaced by `decorator`
|
|
173
|
+
*/
|
|
174
|
+
slug: deprecateProp(PropTypes.node, "Property replaced by `decorator`") };
|
|
169
175
|
CreateTearsheet.propTypes = {
|
|
176
|
+
/**
|
|
177
|
+
* The back button text
|
|
178
|
+
*/
|
|
170
179
|
backButtonText: PropTypes.string.isRequired,
|
|
180
|
+
/**
|
|
181
|
+
* The cancel button text
|
|
182
|
+
*/
|
|
171
183
|
cancelButtonText: PropTypes.string.isRequired,
|
|
184
|
+
/**
|
|
185
|
+
* The main content of the tearsheet
|
|
186
|
+
*/
|
|
172
187
|
children: PropTypes.node,
|
|
188
|
+
/**
|
|
189
|
+
* An optional class or classes to be added to the outermost element.
|
|
190
|
+
*/
|
|
173
191
|
className: PropTypes.string,
|
|
192
|
+
/**
|
|
193
|
+
* Optional prop that allows you to pass any component.
|
|
194
|
+
*/
|
|
174
195
|
decorator: PropTypes.node,
|
|
196
|
+
/**
|
|
197
|
+
* A description of the flow, displayed in the header area of the tearsheet.
|
|
198
|
+
*/
|
|
175
199
|
description: PropTypes.node,
|
|
200
|
+
/**
|
|
201
|
+
* The experimentalSecondary submit button text
|
|
202
|
+
*/
|
|
176
203
|
experimentalSecondarySubmitText: PropTypes.string,
|
|
204
|
+
/**
|
|
205
|
+
* Specifies elements to focus on first on render.
|
|
206
|
+
*/
|
|
177
207
|
firstFocusElement: PropTypes.string,
|
|
208
|
+
/**
|
|
209
|
+
* To indicate an error occurred in the Tearsheet step
|
|
210
|
+
* Used to pass this value to TearsheetShell
|
|
211
|
+
*/
|
|
178
212
|
hasError: PropTypes.bool,
|
|
213
|
+
/**
|
|
214
|
+
* Used to set the size of the influencer
|
|
215
|
+
*/
|
|
179
216
|
influencerWidth: PropTypes.oneOf(["narrow", "wide"]),
|
|
217
|
+
/**
|
|
218
|
+
* This can be used to open the component to a step other than the first step.
|
|
219
|
+
* For example, a create flow was previously in progress, data was saved, and
|
|
220
|
+
* is now being completed.
|
|
221
|
+
*/
|
|
180
222
|
initialStep: PropTypes.number,
|
|
223
|
+
/**
|
|
224
|
+
* A label for the tearsheet, displayed in the header area of the tearsheet
|
|
225
|
+
* to maintain context for the tearsheet (e.g. as the title changes from page
|
|
226
|
+
* to page of a multi-page task).
|
|
227
|
+
*/
|
|
181
228
|
label: PropTypes.node,
|
|
229
|
+
/**
|
|
230
|
+
* The next button text
|
|
231
|
+
*/
|
|
182
232
|
nextButtonText: PropTypes.string.isRequired,
|
|
233
|
+
/**
|
|
234
|
+
* An optional handler that is called when the user closes the tearsheet (by
|
|
235
|
+
* clicking the close button, if enabled, or clicking outside, if enabled).
|
|
236
|
+
* Returning `false` here prevents the modal from closing.
|
|
237
|
+
*/
|
|
183
238
|
onClose: PropTypes.func,
|
|
239
|
+
/**
|
|
240
|
+
* Specify a handler for submitting the multi step tearsheet (final step).
|
|
241
|
+
* This function can _optionally_ return a promise that is either resolved or rejected and the CreateTearsheet will handle the submitting state of the create button.
|
|
242
|
+
*/
|
|
184
243
|
onRequestSubmit: PropTypes.func.isRequired,
|
|
244
|
+
/**
|
|
245
|
+
* Specifies whether the tearsheet is currently open.
|
|
246
|
+
*/
|
|
185
247
|
open: PropTypes.bool,
|
|
248
|
+
/**
|
|
249
|
+
* Specify a CSS selector that matches the DOM element that should be
|
|
250
|
+
* focused when the Modal opens.
|
|
251
|
+
*/
|
|
186
252
|
selectorPrimaryFocus: PropTypes.string,
|
|
253
|
+
/**
|
|
254
|
+
* The submit button text
|
|
255
|
+
*/
|
|
187
256
|
submitButtonText: PropTypes.string.isRequired,
|
|
257
|
+
/**
|
|
258
|
+
* The main title of the tearsheet, displayed in the header area.
|
|
259
|
+
*/
|
|
188
260
|
title: PropTypes.node,
|
|
261
|
+
/**
|
|
262
|
+
* The position of the top of tearsheet in the viewport. The 'normal'
|
|
263
|
+
* position (the default) is a short distance down from the top of the
|
|
264
|
+
* viewport, leaving room at the top for a global header bar to show through
|
|
265
|
+
* from below. The 'lower' position provides a little extra room at the top
|
|
266
|
+
* to allow an action bar navigation or breadcrumbs to also show through.
|
|
267
|
+
*/
|
|
189
268
|
verticalPosition: PropTypes.oneOf(["normal", "lower"]),
|
|
190
269
|
...deprecatedProps
|
|
191
270
|
};
|
|
192
|
-
|
|
193
271
|
//#endregion
|
|
194
|
-
export { CreateTearsheet, StepNumberContext, StepsContext };
|
|
272
|
+
export { CreateTearsheet, StepNumberContext, StepsContext };
|
|
@@ -10,7 +10,6 @@ import { require_classnames } from "../../node_modules/classnames/index.js";
|
|
|
10
10
|
import { pkg } from "../../settings.js";
|
|
11
11
|
import React, { forwardRef } from "react";
|
|
12
12
|
import PropTypes from "prop-types";
|
|
13
|
-
|
|
14
13
|
//#region src/components/CreateTearsheet/CreateTearsheetDivider.tsx
|
|
15
14
|
/**
|
|
16
15
|
* Copyright IBM Corp. 2021, 2024
|
|
@@ -27,7 +26,10 @@ const CreateTearsheetDivider = forwardRef(({ className, ...rest }, ref) => {
|
|
|
27
26
|
className: (0, import_classnames.default)(blockClass, className)
|
|
28
27
|
});
|
|
29
28
|
});
|
|
30
|
-
CreateTearsheetDivider.propTypes = {
|
|
31
|
-
|
|
29
|
+
CreateTearsheetDivider.propTypes = {
|
|
30
|
+
/**
|
|
31
|
+
* Sets an optional className to be added to the tearsheet divider
|
|
32
|
+
*/
|
|
33
|
+
className: PropTypes.string };
|
|
32
34
|
//#endregion
|
|
33
|
-
export { CreateTearsheetDivider };
|
|
35
|
+
export { CreateTearsheetDivider };
|
|
@@ -15,7 +15,6 @@ import { StepNumberContext, StepsContext } from "./CreateTearsheet.js";
|
|
|
15
15
|
import React, { forwardRef, isValidElement, useContext, useEffect, useRef, useState } from "react";
|
|
16
16
|
import PropTypes from "prop-types";
|
|
17
17
|
import { Column, FormGroup, Grid } from "@carbon/react";
|
|
18
|
-
|
|
19
18
|
//#region src/components/CreateTearsheet/CreateTearsheetStep.tsx
|
|
20
19
|
/**
|
|
21
20
|
* Copyright IBM Corp. 2021, 2025
|
|
@@ -113,30 +112,100 @@ const CreateTearsheetStep = forwardRef(({ children, className, description, disa
|
|
|
113
112
|
}, children) : children))) : pconsole_default.warn(`You have tried using a ${componentName} component outside of a CreateTearsheet. This is not allowed. ${componentName}s should always be children of the CreateTearsheet`);
|
|
114
113
|
});
|
|
115
114
|
CreateTearsheetStep.propTypes = {
|
|
115
|
+
/**
|
|
116
|
+
* Content that shows in the tearsheet step
|
|
117
|
+
*/
|
|
116
118
|
children: PropTypes.node,
|
|
119
|
+
/**
|
|
120
|
+
* Sets an optional className to be added to the tearsheet step
|
|
121
|
+
*/
|
|
117
122
|
className: PropTypes.string,
|
|
123
|
+
/**
|
|
124
|
+
* Sets an optional description on the step component
|
|
125
|
+
*/
|
|
118
126
|
description: PropTypes.node,
|
|
127
|
+
/**
|
|
128
|
+
* This will conditionally disable the submit button in the multi step Tearsheet
|
|
129
|
+
*/
|
|
119
130
|
disableSubmit: PropTypes.bool,
|
|
131
|
+
/**
|
|
132
|
+
* Configuration options for customizing the behavior of the experimentalSecondary submit button.
|
|
133
|
+
*
|
|
134
|
+
* @property {string} [labelText] - Optional text to replace the default button text.
|
|
135
|
+
* @property {boolean} [disabled] - If true, the button will be disabled and not clickable.
|
|
136
|
+
* @property {boolean} [hideSecondarySubmit] - If true, the button will be hidden from view.
|
|
137
|
+
* @property {() => void} [onClick] - Optional click handler function to be executed when the button is clicked.
|
|
138
|
+
*/
|
|
139
|
+
/**@ts-ignore*/
|
|
120
140
|
experimentalSecondarySubmit: PropTypes.shape({
|
|
121
141
|
labelText: PropTypes.string,
|
|
122
142
|
disabled: PropTypes.bool,
|
|
123
143
|
hideSecondarySubmit: PropTypes.bool,
|
|
124
144
|
onClick: PropTypes.func
|
|
125
145
|
}),
|
|
146
|
+
/**
|
|
147
|
+
* This is the required legend id that appears as the aria-labelledby of fieldset for accessibility purposes.
|
|
148
|
+
*/
|
|
149
|
+
/**@ts-ignore*/
|
|
126
150
|
fieldsetLegendId: PropTypes.node,
|
|
151
|
+
/**
|
|
152
|
+
* This is the required legend text that appears above a fieldset html element for accessibility purposes.
|
|
153
|
+
* You can set the `hasFieldset` prop to false if you have multiple fieldset elements or want to control the children of your Full Page's step content.
|
|
154
|
+
* Otherwise, use CSS to hide/remove this label text.
|
|
155
|
+
*/
|
|
156
|
+
/**@ts-ignore*/
|
|
127
157
|
fieldsetLegendText: PropTypes.string,
|
|
158
|
+
/**
|
|
159
|
+
* This optional prop will render your form content inside of a fieldset html element
|
|
160
|
+
* and is defaulted to true.
|
|
161
|
+
* You can set this prop to `false` if you have multiple fieldset elements or want to control the children of your Full Page's step content.
|
|
162
|
+
*/
|
|
163
|
+
/**@ts-ignore*/
|
|
128
164
|
hasFieldset: PropTypes.bool,
|
|
165
|
+
/**
|
|
166
|
+
* This prop is used to help track dynamic steps. If this value is `false` then the step is not included in the visible steps or the ProgressIndicator
|
|
167
|
+
* steps. If this value is `true` then the step will be included in the list of visible steps, as well as being included in the ProgressIndicator step list
|
|
168
|
+
*/
|
|
129
169
|
includeStep: PropTypes.bool,
|
|
170
|
+
/**
|
|
171
|
+
* This prop can be used on the first step to mark it as an intro step, which will not render the progress indicator steps
|
|
172
|
+
*/
|
|
130
173
|
introStep: PropTypes.bool,
|
|
174
|
+
/**
|
|
175
|
+
* This optional prop will indicate an error icon on the progress indicator step item
|
|
176
|
+
*/
|
|
131
177
|
invalid: PropTypes.bool,
|
|
178
|
+
/**
|
|
179
|
+
* Optional function to be called on initial mount of a step.
|
|
180
|
+
* For example, this can be used to fetch data that is required on a particular step.
|
|
181
|
+
*/
|
|
132
182
|
onMount: PropTypes.func,
|
|
183
|
+
/**
|
|
184
|
+
* Optional function to be called when you move to the next step.
|
|
185
|
+
* For example, this can be used to validate input fields before proceeding to the next step.
|
|
186
|
+
* This function can _optionally_ return a promise that is either resolved or rejected and the CreateTearsheet will handle the submitting state of the next button.
|
|
187
|
+
*/
|
|
133
188
|
onNext: PropTypes.func,
|
|
189
|
+
/**
|
|
190
|
+
* Optional function to be called when you move to the previous step.
|
|
191
|
+
*/
|
|
134
192
|
onPrevious: PropTypes.func,
|
|
193
|
+
/**
|
|
194
|
+
* This will conditionally disable the secondary (Back) button in the multi step Tearsheet
|
|
195
|
+
*/
|
|
135
196
|
secondaryButtonDisabled: PropTypes.bool,
|
|
197
|
+
/**
|
|
198
|
+
* Sets the optional secondary label on the progress step component
|
|
199
|
+
*/
|
|
136
200
|
secondaryLabel: PropTypes.string,
|
|
201
|
+
/**
|
|
202
|
+
* Sets an optional subtitle on the step component
|
|
203
|
+
*/
|
|
137
204
|
subtitle: PropTypes.string,
|
|
205
|
+
/**
|
|
206
|
+
* Sets the title text for a tearsheet step
|
|
207
|
+
*/
|
|
138
208
|
title: PropTypes.node.isRequired
|
|
139
209
|
};
|
|
140
|
-
|
|
141
210
|
//#endregion
|
|
142
|
-
export { CreateTearsheetStep };
|
|
211
|
+
export { CreateTearsheetStep };
|
|
@@ -14,7 +14,6 @@ import { TearsheetNarrow } from "../Tearsheet/TearsheetNarrow.js";
|
|
|
14
14
|
import React from "react";
|
|
15
15
|
import PropTypes from "prop-types";
|
|
16
16
|
import { Form } from "@carbon/react";
|
|
17
|
-
|
|
18
17
|
//#region src/components/CreateTearsheetNarrow/CreateTearsheetNarrow.tsx
|
|
19
18
|
/**
|
|
20
19
|
* Copyright IBM Corp. 2021, 2021
|
|
@@ -70,22 +69,76 @@ const CreateTearsheetNarrow = React.forwardRef(({ children, className, descripti
|
|
|
70
69
|
});
|
|
71
70
|
CreateTearsheetNarrow.displayName = componentName;
|
|
72
71
|
CreateTearsheetNarrow.propTypes = {
|
|
72
|
+
/**
|
|
73
|
+
* Provide the contents of the CreateTearsheetNarrow.
|
|
74
|
+
*/
|
|
73
75
|
children: PropTypes.node.isRequired,
|
|
76
|
+
/**
|
|
77
|
+
* Provide an optional class to be applied to the containing node.
|
|
78
|
+
*/
|
|
74
79
|
className: PropTypes.string,
|
|
80
|
+
/**
|
|
81
|
+
* A description of the flow, displayed in the header area of the tearsheet.
|
|
82
|
+
*/
|
|
75
83
|
description: PropTypes.node,
|
|
84
|
+
/**
|
|
85
|
+
* Specifies a boolean for disabling or enabling the primary button. This is important for form validation
|
|
86
|
+
* Returning `true` prevents the primary button from being clicked until required fields are completed.
|
|
87
|
+
*/
|
|
76
88
|
disableSubmit: PropTypes.bool,
|
|
89
|
+
/**
|
|
90
|
+
* Specifies an optional field that provides a additional context for a form
|
|
91
|
+
*/
|
|
77
92
|
formDescription: PropTypes.node,
|
|
93
|
+
/**
|
|
94
|
+
* Specifies a field that provides a title for a form
|
|
95
|
+
*/
|
|
78
96
|
formTitle: PropTypes.node,
|
|
97
|
+
/**
|
|
98
|
+
* A label for the tearsheet, displayed in the header area of the tearsheet
|
|
99
|
+
* to maintain context for the tearsheet (e.g. as the title changes from page
|
|
100
|
+
* to page of a multi-page task).
|
|
101
|
+
*/
|
|
79
102
|
label: PropTypes.node,
|
|
103
|
+
/**
|
|
104
|
+
* An optional handler that is called when the user closes the tearsheet (by
|
|
105
|
+
* clicking the close button, if enabled, or clicking outside, if enabled).
|
|
106
|
+
* Returning `false` here prevents the modal from closing.
|
|
107
|
+
*/
|
|
80
108
|
onRequestClose: PropTypes.func,
|
|
109
|
+
/**
|
|
110
|
+
* Specifies an optional handler which is called when the CreateTearsheetNarrow
|
|
111
|
+
* primary button is pressed.
|
|
112
|
+
*/
|
|
81
113
|
onRequestSubmit: PropTypes.func,
|
|
114
|
+
/**
|
|
115
|
+
* Specifies whether the tearsheet is currently open.
|
|
116
|
+
*/
|
|
82
117
|
open: PropTypes.bool,
|
|
118
|
+
/**
|
|
119
|
+
* Specifies the primary button's text in the CreateTearsheetNarrow.
|
|
120
|
+
*/
|
|
83
121
|
primaryButtonText: PropTypes.string.isRequired,
|
|
122
|
+
/**
|
|
123
|
+
* Specifies the secondary button's text in the CreateTearsheetNarrow.
|
|
124
|
+
*/
|
|
84
125
|
secondaryButtonText: PropTypes.string.isRequired,
|
|
126
|
+
/**
|
|
127
|
+
* Specifies which DOM element in the form should be focused.
|
|
128
|
+
*/
|
|
85
129
|
selectorPrimaryFocus: PropTypes.node,
|
|
130
|
+
/**
|
|
131
|
+
* The main title of the tearsheet, displayed in the header area.
|
|
132
|
+
*/
|
|
86
133
|
title: PropTypes.node,
|
|
134
|
+
/**
|
|
135
|
+
* The position of the top of tearsheet in the viewport. The 'normal'
|
|
136
|
+
* position (the default) is a short distance down from the top of the
|
|
137
|
+
* viewport, leaving room at the top for a global header bar to show through
|
|
138
|
+
* from below. The 'lower' position provides a little extra room at the top
|
|
139
|
+
* to allow an action bar navigation or breadcrumbs to also show through.
|
|
140
|
+
*/
|
|
87
141
|
verticalPosition: PropTypes.oneOf(["normal", "lower"])
|
|
88
142
|
};
|
|
89
|
-
|
|
90
143
|
//#endregion
|
|
91
|
-
export { CreateTearsheetNarrow };
|
|
144
|
+
export { CreateTearsheetNarrow };
|
|
@@ -32,7 +32,6 @@ import { handleEditSubmit } from "./utils/handleEditSubmit.js";
|
|
|
32
32
|
import React, { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
33
33
|
import PropTypes from "prop-types";
|
|
34
34
|
import { useBlockLayout, useColumnOrder, useTable } from "react-table";
|
|
35
|
-
|
|
36
35
|
//#region src/components/DataSpreadsheet/DataSpreadsheet.tsx
|
|
37
36
|
var import_classnames = /* @__PURE__ */ __toESM(require_classnames());
|
|
38
37
|
const blockClass = `${pkg.prefix}--data-spreadsheet`;
|
|
@@ -568,35 +567,94 @@ const DataSpreadsheet = React.forwardRef(({ cellSize = "sm", className, columns
|
|
|
568
567
|
});
|
|
569
568
|
DataSpreadsheet.displayName = componentName;
|
|
570
569
|
DataSpreadsheet.propTypes = {
|
|
570
|
+
/**
|
|
571
|
+
* Specifies the cell height
|
|
572
|
+
*/
|
|
571
573
|
cellSize: PropTypes.oneOf([
|
|
572
574
|
"xs",
|
|
573
575
|
"sm",
|
|
574
576
|
"md",
|
|
575
577
|
"lg"
|
|
576
578
|
]),
|
|
579
|
+
/**
|
|
580
|
+
* Provide an optional class to be applied to the containing node.
|
|
581
|
+
*/
|
|
577
582
|
className: PropTypes.string,
|
|
583
|
+
/**
|
|
584
|
+
* The data that will build the column headers
|
|
585
|
+
*/
|
|
586
|
+
/**@ts-ignore */
|
|
578
587
|
columns: PropTypes.arrayOf(PropTypes.shape({
|
|
579
588
|
Header: PropTypes.string,
|
|
580
589
|
accessor: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
|
|
581
590
|
Cell: PropTypes.func
|
|
582
591
|
})),
|
|
592
|
+
/**
|
|
593
|
+
* The spreadsheet data that will be rendered in the body of the spreadsheet component
|
|
594
|
+
*/
|
|
595
|
+
/**@ts-ignore */
|
|
583
596
|
data: PropTypes.arrayOf(PropTypes.shape),
|
|
597
|
+
/**
|
|
598
|
+
* Sets the number of empty rows to be created when there is no data provided
|
|
599
|
+
*/
|
|
584
600
|
defaultEmptyRowCount: PropTypes.number,
|
|
601
|
+
/**
|
|
602
|
+
* Disable column swapping, default false
|
|
603
|
+
*/
|
|
585
604
|
disableColumnSwapping: PropTypes.bool,
|
|
605
|
+
/**
|
|
606
|
+
* Check if spreadsheet is using custom row header component attached
|
|
607
|
+
*/
|
|
586
608
|
hasCustomRowHeader: PropTypes.bool,
|
|
609
|
+
/**
|
|
610
|
+
* The spreadsheet id
|
|
611
|
+
*/
|
|
587
612
|
id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
613
|
+
/**
|
|
614
|
+
* The event handler that is called when the active cell changes
|
|
615
|
+
*/
|
|
588
616
|
onActiveCellChange: PropTypes.func,
|
|
617
|
+
/**
|
|
618
|
+
* Callback for when columns are dropped after dragged
|
|
619
|
+
*/
|
|
589
620
|
onColDrag: PropTypes.func,
|
|
621
|
+
/**
|
|
622
|
+
* The setter fn for the data prop
|
|
623
|
+
*/
|
|
590
624
|
onDataUpdate: PropTypes.func,
|
|
625
|
+
/**
|
|
626
|
+
* The event handler that is called when the selection area values change
|
|
627
|
+
*/
|
|
591
628
|
onSelectionAreaChange: PropTypes.func,
|
|
629
|
+
/**
|
|
630
|
+
* Read-only table
|
|
631
|
+
*/
|
|
592
632
|
readOnlyTable: PropTypes.bool,
|
|
633
|
+
/**
|
|
634
|
+
* Component next to numbering rows
|
|
635
|
+
*/
|
|
593
636
|
renderRowHeader: PropTypes.func,
|
|
637
|
+
/**
|
|
638
|
+
* Component next to numbering rows
|
|
639
|
+
*/
|
|
594
640
|
renderRowHeaderDirection: PropTypes.oneOf(["left", "right"]),
|
|
641
|
+
/**
|
|
642
|
+
* The aria label applied to the Select all button
|
|
643
|
+
*/
|
|
595
644
|
selectAllAriaLabel: PropTypes.string.isRequired,
|
|
645
|
+
/**
|
|
646
|
+
* The aria label applied to the Data spreadsheet component
|
|
647
|
+
*/
|
|
596
648
|
spreadsheetAriaLabel: PropTypes.string.isRequired,
|
|
649
|
+
/**
|
|
650
|
+
* The theme the DataSpreadsheet should use (only used to render active cell/selection area colors on dark theme)
|
|
651
|
+
*/
|
|
597
652
|
theme: PropTypes.oneOf(["light", "dark"]),
|
|
653
|
+
/**
|
|
654
|
+
* The total number of columns to be initially visible, additional columns will be rendered and
|
|
655
|
+
* visible via horizontal scrollbar
|
|
656
|
+
*/
|
|
598
657
|
totalVisibleColumns: PropTypes.number
|
|
599
658
|
};
|
|
600
|
-
|
|
601
659
|
//#endregion
|
|
602
|
-
export { DataSpreadsheet };
|
|
660
|
+
export { DataSpreadsheet };
|
|
@@ -22,7 +22,6 @@ import React, { forwardRef, useCallback, useEffect, useRef, useState } from "rea
|
|
|
22
22
|
import PropTypes from "prop-types";
|
|
23
23
|
import { px } from "@carbon/layout";
|
|
24
24
|
import { FixedSizeList } from "react-window";
|
|
25
|
-
|
|
26
25
|
//#region src/components/DataSpreadsheet/DataSpreadsheetBody.tsx
|
|
27
26
|
/**
|
|
28
27
|
* Copyright IBM Corp. 2022, 2022
|
|
@@ -384,50 +383,163 @@ const DataSpreadsheetBody = forwardRef(({ activeCellRef, columns, activeCellCoor
|
|
|
384
383
|
}, rows?.length ? RenderRow : RenderEmptyRows));
|
|
385
384
|
});
|
|
386
385
|
DataSpreadsheetBody.propTypes = {
|
|
386
|
+
/**
|
|
387
|
+
* Object containing the active cell coordinates
|
|
388
|
+
*/
|
|
389
|
+
/**@ts-ignore */
|
|
387
390
|
activeCellCoordinates: PropTypes.shape({
|
|
388
391
|
row: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
389
392
|
column: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
390
393
|
}),
|
|
394
|
+
/**
|
|
395
|
+
*This is the ref of the button input, which is the active cell element
|
|
396
|
+
*/
|
|
397
|
+
/**@ts-ignore */
|
|
391
398
|
activeCellRef: PropTypes.object,
|
|
399
|
+
/**
|
|
400
|
+
* Is the user clicking and holding in the data spreadsheet body
|
|
401
|
+
*/
|
|
392
402
|
clickAndHoldActive: PropTypes.bool,
|
|
403
|
+
/**
|
|
404
|
+
* All of the spreadsheet columns
|
|
405
|
+
*/
|
|
393
406
|
columns: PropTypes.array,
|
|
407
|
+
/**
|
|
408
|
+
* This represents the id of the current cell selection area
|
|
409
|
+
*/
|
|
394
410
|
currentMatcher: PropTypes.string,
|
|
411
|
+
/**
|
|
412
|
+
* Default spreadsheet sizing values
|
|
413
|
+
*/
|
|
414
|
+
/**@ts-ignore */
|
|
395
415
|
defaultColumn: PropTypes.shape({
|
|
396
416
|
rowHeight: PropTypes.number,
|
|
397
417
|
rowHeaderWidth: PropTypes.number,
|
|
398
418
|
width: PropTypes.number
|
|
399
419
|
}),
|
|
420
|
+
/**
|
|
421
|
+
* Sets the number of empty rows to be created when there is no data provided
|
|
422
|
+
*/
|
|
400
423
|
defaultEmptyRowCount: PropTypes.number,
|
|
424
|
+
/**
|
|
425
|
+
* Function to set table body prop values
|
|
426
|
+
*/
|
|
427
|
+
/**@ts-ignore */
|
|
401
428
|
getTableBodyProps: PropTypes.func,
|
|
429
|
+
/**
|
|
430
|
+
* Check if spreadsheet is using custom row header component attached
|
|
431
|
+
*/
|
|
402
432
|
hasCustomRowHeader: PropTypes.bool,
|
|
433
|
+
/**
|
|
434
|
+
* Headers provided from useTable hook
|
|
435
|
+
*/
|
|
403
436
|
headerGroups: PropTypes.arrayOf(PropTypes.object),
|
|
437
|
+
/**
|
|
438
|
+
* The spreadsheet id
|
|
439
|
+
*/
|
|
404
440
|
id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
441
|
+
/**
|
|
442
|
+
* The event handler that is called when the active cell changes
|
|
443
|
+
*/
|
|
405
444
|
onActiveCellChange: PropTypes.func,
|
|
445
|
+
/**
|
|
446
|
+
* The event handler that is called to set the rows for the empty spreadsheet
|
|
447
|
+
*/
|
|
406
448
|
onDataUpdate: PropTypes.func,
|
|
449
|
+
/**
|
|
450
|
+
* The event handler that is called when the selection areas change
|
|
451
|
+
*/
|
|
407
452
|
onSelectionAreaChange: PropTypes.func,
|
|
453
|
+
/**
|
|
454
|
+
* Prepare row function from react-table
|
|
455
|
+
*/
|
|
408
456
|
prepareRow: PropTypes.func,
|
|
457
|
+
/**
|
|
458
|
+
* Component next to numbering rows
|
|
459
|
+
*/
|
|
409
460
|
renderRowHeader: PropTypes.func,
|
|
461
|
+
/**
|
|
462
|
+
* Component next to numbering rows
|
|
463
|
+
*/
|
|
410
464
|
renderRowHeaderDirection: PropTypes.string,
|
|
465
|
+
/**
|
|
466
|
+
* All of the spreadsheet row data
|
|
467
|
+
*/
|
|
411
468
|
rows: PropTypes.arrayOf(PropTypes.object),
|
|
469
|
+
/**
|
|
470
|
+
* The scrollbar width
|
|
471
|
+
*/
|
|
412
472
|
scrollBarSize: PropTypes.number,
|
|
473
|
+
/**
|
|
474
|
+
* Header reordering is active
|
|
475
|
+
*/
|
|
413
476
|
selectedHeaderReorderActive: PropTypes.bool,
|
|
477
|
+
/**
|
|
478
|
+
* Array of selection area data
|
|
479
|
+
*/
|
|
414
480
|
selectionAreaData: PropTypes.array,
|
|
481
|
+
/**
|
|
482
|
+
* Array of selection areas
|
|
483
|
+
*/
|
|
415
484
|
selectionAreas: PropTypes.array,
|
|
485
|
+
/**
|
|
486
|
+
* Setter fn for activeCellCoordinates state value
|
|
487
|
+
*/
|
|
416
488
|
setActiveCellCoordinates: PropTypes.func,
|
|
489
|
+
/**
|
|
490
|
+
* Setter fn for active cell inside of selection area
|
|
491
|
+
*/
|
|
417
492
|
setActiveCellInsideSelectionArea: PropTypes.func,
|
|
493
|
+
/**
|
|
494
|
+
* Setter fn for clickAndHold state value
|
|
495
|
+
*/
|
|
418
496
|
setClickAndHoldActive: PropTypes.func,
|
|
497
|
+
/**
|
|
498
|
+
* Setter fn for column ordering, provided from react-table
|
|
499
|
+
*/
|
|
419
500
|
setColumnOrder: PropTypes.func,
|
|
501
|
+
/**
|
|
502
|
+
* Setter fn for containerHasFocus state value
|
|
503
|
+
*/
|
|
420
504
|
setContainerHasFocus: PropTypes.func,
|
|
505
|
+
/**
|
|
506
|
+
* Set current columns after drag drop
|
|
507
|
+
*/
|
|
421
508
|
setCurrentColumns: PropTypes.func,
|
|
509
|
+
/**
|
|
510
|
+
* Setter fn for currentMatcher state value
|
|
511
|
+
*/
|
|
422
512
|
setCurrentMatcher: PropTypes.func,
|
|
513
|
+
/**
|
|
514
|
+
* Setter fn for header cell hold active value
|
|
515
|
+
*/
|
|
423
516
|
setHeaderCellHoldActive: PropTypes.func,
|
|
517
|
+
/**
|
|
518
|
+
* Set header reordering active or not
|
|
519
|
+
*/
|
|
424
520
|
setSelectedHeaderReorderActive: PropTypes.func,
|
|
521
|
+
/**
|
|
522
|
+
* Setter fn for selectionAreaData state value
|
|
523
|
+
*/
|
|
425
524
|
setSelectionAreaData: PropTypes.func,
|
|
525
|
+
/**
|
|
526
|
+
* Setter fn for selectionAreas state value
|
|
527
|
+
*/
|
|
426
528
|
setSelectionAreas: PropTypes.func,
|
|
529
|
+
/**
|
|
530
|
+
* The total columns width
|
|
531
|
+
*/
|
|
427
532
|
totalColumnsWidth: PropTypes.number,
|
|
533
|
+
/**
|
|
534
|
+
* The total number of columns to be initially visible, additional columns will be rendered and
|
|
535
|
+
* visible via horizontal scrollbar
|
|
536
|
+
*/
|
|
428
537
|
totalVisibleColumns: PropTypes.number,
|
|
538
|
+
/**
|
|
539
|
+
* Prop from react-table used to reorder columns
|
|
540
|
+
*/
|
|
541
|
+
/**@ts-ignore */
|
|
429
542
|
visibleColumns: PropTypes.array
|
|
430
543
|
};
|
|
431
|
-
|
|
432
544
|
//#endregion
|
|
433
|
-
export { DataSpreadsheetBody };
|
|
545
|
+
export { DataSpreadsheetBody };
|