@eccenca/gui-elements 23.4.2-rc.0 → 23.6.0-rc.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/CHANGELOG.md +40 -0
- package/README.md +23 -24
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +5 -3
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +6 -4
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js +14 -10
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +3 -3
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +2 -2
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
- package/dist/cjs/cmem/index.js.map +1 -1
- package/dist/cjs/cmem/markdown/Markdown.js +55 -21
- package/dist/cjs/cmem/markdown/Markdown.js.map +1 -1
- package/dist/cjs/cmem/markdown/highlightSearchWords.js +9 -8
- package/dist/cjs/cmem/markdown/highlightSearchWords.js.map +1 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +5 -5
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +1 -1
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/cjs/cmem/react-flow/extensions/ReactFlowHotkeyContext.js +1 -1
- package/dist/cjs/cmem/react-flow/extensions/ReactFlowHotkeyContext.js.map +1 -1
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js +20 -18
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
- package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -1
- package/dist/cjs/common/Intent/index.js +1 -1
- package/dist/cjs/common/Intent/index.js.map +1 -1
- package/dist/cjs/common/utils/CssCustomProperties.js +6 -15
- package/dist/cjs/common/utils/CssCustomProperties.js.map +1 -1
- package/dist/cjs/common/utils/characters.js +10 -10
- package/dist/cjs/common/utils/characters.js.map +1 -1
- package/dist/cjs/common/utils/colorDecideContrastvalue.js +4 -2
- package/dist/cjs/common/utils/colorDecideContrastvalue.js.map +1 -1
- package/dist/cjs/common/utils/getColorConfiguration.js +1 -1
- package/dist/cjs/common/utils/getColorConfiguration.js.map +1 -1
- package/dist/cjs/common/utils/openInNewTab.js.map +1 -1
- package/dist/cjs/components/Accordion/Accordion.js +3 -3
- package/dist/cjs/components/Accordion/Accordion.js.map +1 -1
- package/dist/cjs/components/Accordion/AccordionItem.js +1 -2
- package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationContainer.js +3 -1
- package/dist/cjs/components/Application/ApplicationContainer.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationContent.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js +0 -1
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js +0 -1
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationTitle.js +3 -1
- package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbar.js +0 -1
- package/dist/cjs/components/Application/ApplicationToolbar.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarAction.js +0 -1
- package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js +2 -3
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarSection.js +0 -1
- package/dist/cjs/components/Application/ApplicationToolbarSection.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js +2 -2
- package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/index.js +1 -1
- package/dist/cjs/components/AutocompleteField/index.js.map +1 -1
- package/dist/cjs/components/Badge/Badge.js +6 -7
- package/dist/cjs/components/Badge/Badge.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +9 -6
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/Card/Card.js +21 -19
- package/dist/cjs/components/Card/Card.js.map +1 -1
- package/dist/cjs/components/Card/CardActions.js +3 -3
- package/dist/cjs/components/Card/CardActions.js.map +1 -1
- package/dist/cjs/components/Card/CardActionsAux.js +2 -4
- package/dist/cjs/components/Card/CardActionsAux.js.map +1 -1
- package/dist/cjs/components/Card/CardContent.js +2 -2
- package/dist/cjs/components/Card/CardContent.js.map +1 -1
- package/dist/cjs/components/Card/CardOptions.js +3 -5
- package/dist/cjs/components/Card/CardOptions.js.map +1 -1
- package/dist/cjs/components/Card/CardTitle.js +2 -3
- package/dist/cjs/components/Card/CardTitle.js.map +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.js +1 -2
- package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextMenu.js +2 -2
- package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js +2 -2
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/cjs/components/Dialog/AlertDialog.js.map +1 -1
- package/dist/cjs/components/Dialog/Modal.js +3 -4
- package/dist/cjs/components/Dialog/Modal.js.map +1 -1
- package/dist/cjs/components/Dialog/SimpleDialog.js +1 -1
- package/dist/cjs/components/Dialog/SimpleDialog.js.map +1 -1
- package/dist/cjs/components/Form/FieldItem.js +4 -2
- package/dist/cjs/components/Form/FieldItem.js.map +1 -1
- package/dist/cjs/components/Form/FieldItemRow.js.map +1 -1
- package/dist/cjs/components/Form/FieldSet.js.map +1 -1
- package/dist/cjs/components/Grid/Grid.js +3 -3
- package/dist/cjs/components/Grid/Grid.js.map +1 -1
- package/dist/cjs/components/Grid/GridRow.js.map +1 -1
- package/dist/cjs/components/HoverToggler/HoverToggler.js +2 -4
- package/dist/cjs/components/HoverToggler/HoverToggler.js.map +1 -1
- package/dist/cjs/components/Icon/Icon.js +2 -2
- package/dist/cjs/components/Icon/Icon.js.map +1 -1
- package/dist/cjs/components/Icon/IconButton.js.map +1 -1
- package/dist/cjs/components/Iframe/Iframe.js +16 -9
- package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
- package/dist/cjs/components/Iframe/IframeModal.js +3 -4
- package/dist/cjs/components/Iframe/IframeModal.js.map +1 -1
- package/dist/cjs/components/InteractionGate/InteractionGate.js +3 -3
- package/dist/cjs/components/InteractionGate/InteractionGate.js.map +1 -1
- package/dist/cjs/components/Label/Label.js +4 -2
- package/dist/cjs/components/Label/Label.js.map +1 -1
- package/dist/cjs/components/Link/Link.js +1 -2
- package/dist/cjs/components/Link/Link.js.map +1 -1
- package/dist/cjs/components/List/List.js +5 -6
- package/dist/cjs/components/List/List.js.map +1 -1
- package/dist/cjs/components/Menu/Menu.js.map +1 -1
- package/dist/cjs/components/Menu/MenuDivider.js.map +1 -1
- package/dist/cjs/components/Menu/MenuItem.js +2 -2
- package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
- package/dist/cjs/components/Menu/index.js.map +1 -1
- package/dist/cjs/components/Notification/Notification.js +9 -6
- package/dist/cjs/components/Notification/Notification.js.map +1 -1
- package/dist/cjs/components/Notification/Toast.js +0 -1
- package/dist/cjs/components/Notification/Toast.js.map +1 -1
- package/dist/cjs/components/NumericInput/NumericInput.js +1 -1
- package/dist/cjs/components/NumericInput/NumericInput.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemActions.js +3 -3
- package/dist/cjs/components/OverviewItem/OverviewItemActions.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDescription.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemLine.js +3 -3
- package/dist/cjs/components/OverviewItem/OverviewItemLine.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemList.js +5 -5
- package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/PropertyValueList.js +0 -1
- package/dist/cjs/components/PropertyValuePair/PropertyValueList.js.map +1 -1
- package/dist/cjs/components/RadioButton/RadioButton.js +1 -2
- package/dist/cjs/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/cjs/components/Select/Select.js +8 -3
- package/dist/cjs/components/Select/Select.js.map +1 -1
- package/dist/cjs/components/Separation/Divider.js +1 -1
- package/dist/cjs/components/Separation/Divider.js.map +1 -1
- package/dist/cjs/components/Spinner/Spinner.js +2 -2
- package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
- package/dist/cjs/components/Structure/Section.js +1 -2
- package/dist/cjs/components/Structure/Section.js.map +1 -1
- package/dist/cjs/components/Structure/SectionHeader.js +1 -2
- package/dist/cjs/components/Structure/SectionHeader.js.map +1 -1
- package/dist/cjs/components/Structure/TitleMainsection.js +4 -6
- package/dist/cjs/components/Structure/TitleMainsection.js.map +1 -1
- package/dist/cjs/components/Structure/TitlePage.js +4 -6
- package/dist/cjs/components/Structure/TitlePage.js.map +1 -1
- package/dist/cjs/components/Structure/TitleSubsection.js +0 -1
- package/dist/cjs/components/Structure/TitleSubsection.js.map +1 -1
- package/dist/cjs/components/Switch/Switch.js.map +1 -1
- package/dist/cjs/components/Table/Table.js +6 -6
- package/dist/cjs/components/Table/Table.js.map +1 -1
- package/dist/cjs/components/Table/TableContainer.js +1 -1
- package/dist/cjs/components/Table/TableContainer.js.map +1 -1
- package/dist/cjs/components/Table/TableExpandRow.js +6 -8
- package/dist/cjs/components/Table/TableExpandRow.js.map +1 -1
- package/dist/cjs/components/Table/TableRow.js.map +1 -1
- package/dist/cjs/components/Table/index.js.map +1 -1
- package/dist/cjs/components/Tabs/Tab.js +6 -5
- package/dist/cjs/components/Tabs/Tab.js.map +1 -1
- package/dist/cjs/components/Tabs/TabPanel.js.map +1 -1
- package/dist/cjs/components/Tabs/TabTitle.js +1 -1
- package/dist/cjs/components/Tabs/TabTitle.js.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.js +7 -6
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/Tag/Tag.js +11 -12
- package/dist/cjs/components/Tag/Tag.js.map +1 -1
- package/dist/cjs/components/Tag/TagList.js +4 -7
- package/dist/cjs/components/Tag/TagList.js.map +1 -1
- package/dist/cjs/components/TextField/SearchField.js +2 -3
- package/dist/cjs/components/TextField/SearchField.js.map +1 -1
- package/dist/cjs/components/TextField/TextArea.js.map +1 -1
- package/dist/cjs/components/TextField/TextField.js +9 -5
- package/dist/cjs/components/TextField/TextField.js.map +1 -1
- package/dist/cjs/components/Toolbar/Toolbar.js +4 -4
- package/dist/cjs/components/Toolbar/Toolbar.js.map +1 -1
- package/dist/cjs/components/Toolbar/ToolbarSection.js +5 -5
- package/dist/cjs/components/Toolbar/ToolbarSection.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.js +4 -5
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/components/Tree/Tree.js.map +1 -1
- package/dist/cjs/components/Typography/Highlighter.js +2 -2
- package/dist/cjs/components/Typography/Highlighter.js.map +1 -1
- package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
- package/dist/cjs/components/Typography/OverflowText.js.map +1 -1
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js +9 -9
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceContent.js +2 -3
- package/dist/cjs/components/Workspace/WorkspaceContent.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceHeader.js +1 -1
- package/dist/cjs/components/Workspace/WorkspaceHeader.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceMain.js +0 -1
- package/dist/cjs/components/Workspace/WorkspaceMain.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceSide.js +1 -2
- package/dist/cjs/components/Workspace/WorkspaceSide.js.map +1 -1
- package/dist/cjs/configuration/constants.js +1 -1
- package/dist/cjs/extensions/codemirror/CodeMirror.js +9 -2
- package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +7 -7
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js +2 -2
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/getSmoothStepPath.js +2 -2
- package/dist/cjs/extensions/react-flow/edges/utils.js +20 -9
- package/dist/cjs/extensions/react-flow/edges/utils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +10 -6
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/utils.js +4 -2
- package/dist/cjs/extensions/react-flow/minimap/utils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js +7 -3
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +5 -5
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +8 -7
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/versionsupport.js +2 -2
- package/dist/cjs/extensions/react-flow/versionsupport.js.map +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/AffirmativeButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/Button.js +12 -10
- package/dist/cjs/legacy-replacements/Button/Button.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/DismissiveButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/DisruptiveButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Checkbox/Checkbox.js +5 -3
- package/dist/cjs/legacy-replacements/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/legacy-replacements/Radio/RadioButton.js +5 -3
- package/dist/cjs/legacy-replacements/Radio/RadioButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Tabs/Tabs.js +1 -3
- package/dist/cjs/legacy-replacements/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/legacy-replacements/TextField/TextField.js +10 -8
- package/dist/cjs/legacy-replacements/TextField/TextField.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +7 -5
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +5 -3
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js +2 -2
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js +19 -15
- package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +2 -2
- package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/esm/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +3 -3
- package/dist/esm/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
- package/dist/esm/cmem/index.js.map +1 -1
- package/dist/esm/cmem/markdown/Markdown.js +56 -22
- package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
- package/dist/esm/cmem/markdown/highlightSearchWords.js +9 -7
- package/dist/esm/cmem/markdown/highlightSearchWords.js.map +1 -1
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js +5 -5
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +1 -1
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/esm/cmem/react-flow/extensions/ReactFlowHotkeyContext.js +1 -1
- package/dist/esm/cmem/react-flow/extensions/ReactFlowHotkeyContext.js.map +1 -1
- package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js +20 -18
- package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
- package/dist/esm/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -1
- package/dist/esm/common/Intent/index.js +1 -1
- package/dist/esm/common/Intent/index.js.map +1 -1
- package/dist/esm/common/utils/CssCustomProperties.js +5 -13
- package/dist/esm/common/utils/CssCustomProperties.js.map +1 -1
- package/dist/esm/common/utils/characters.js +12 -12
- package/dist/esm/common/utils/characters.js.map +1 -1
- package/dist/esm/common/utils/colorDecideContrastvalue.js +3 -1
- package/dist/esm/common/utils/colorDecideContrastvalue.js.map +1 -1
- package/dist/esm/common/utils/getColorConfiguration.js +2 -2
- package/dist/esm/common/utils/getColorConfiguration.js.map +1 -1
- package/dist/esm/common/utils/globalVars.js +1 -1
- package/dist/esm/common/utils/globalVars.js.map +1 -1
- package/dist/esm/common/utils/openInNewTab.js.map +1 -1
- package/dist/esm/components/Accordion/Accordion.js +5 -5
- package/dist/esm/components/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/Accordion/AccordionItem.js +6 -7
- package/dist/esm/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/esm/components/Application/ApplicationContainer.js +3 -1
- package/dist/esm/components/Application/ApplicationContainer.js.map +1 -1
- package/dist/esm/components/Application/ApplicationContent.js +3 -3
- package/dist/esm/components/Application/ApplicationContent.js.map +1 -1
- package/dist/esm/components/Application/ApplicationHeader.js +1 -1
- package/dist/esm/components/Application/ApplicationHeader.js.map +1 -1
- package/dist/esm/components/Application/ApplicationSidebarNavigation.js +2 -3
- package/dist/esm/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/esm/components/Application/ApplicationSidebarToggler.js +1 -2
- package/dist/esm/components/Application/ApplicationSidebarToggler.js.map +1 -1
- package/dist/esm/components/Application/ApplicationTitle.js +9 -7
- package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbar.js +1 -2
- package/dist/esm/components/Application/ApplicationToolbar.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarAction.js +1 -2
- package/dist/esm/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarPanel.js +6 -7
- package/dist/esm/components/Application/ApplicationToolbarPanel.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarSection.js +1 -2
- package/dist/esm/components/Application/ApplicationToolbarSection.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +8 -8
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js +2 -2
- package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/ExtendedCodeEditor.js +3 -3
- package/dist/esm/components/AutoSuggestion/ExtendedCodeEditor.js.map +1 -1
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js +4 -4
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js +1 -1
- package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
- package/dist/esm/components/AutocompleteField/index.js +1 -1
- package/dist/esm/components/AutocompleteField/index.js.map +1 -1
- package/dist/esm/components/Badge/Badge.js +8 -9
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbItem.js +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js +13 -8
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/esm/components/Button/Button.js +1 -1
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Card/Card.js +23 -21
- package/dist/esm/components/Card/Card.js.map +1 -1
- package/dist/esm/components/Card/CardActions.js +5 -5
- package/dist/esm/components/Card/CardActions.js.map +1 -1
- package/dist/esm/components/Card/CardActionsAux.js +3 -5
- package/dist/esm/components/Card/CardActionsAux.js.map +1 -1
- package/dist/esm/components/Card/CardContent.js +5 -5
- package/dist/esm/components/Card/CardContent.js.map +1 -1
- package/dist/esm/components/Card/CardHeader.js +1 -1
- package/dist/esm/components/Card/CardHeader.js.map +1 -1
- package/dist/esm/components/Card/CardOptions.js +4 -6
- package/dist/esm/components/Card/CardOptions.js.map +1 -1
- package/dist/esm/components/Card/CardTitle.js +4 -5
- package/dist/esm/components/Card/CardTitle.js.map +1 -1
- package/dist/esm/components/Card/index.js +7 -7
- package/dist/esm/components/Checkbox/Checkbox.js +3 -4
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/CodeAutocompleteField/CodeAutocompleteField.js +1 -1
- package/dist/esm/components/CodeAutocompleteField/CodeAutocompleteField.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextMenu.js +3 -3
- package/dist/esm/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextOverlay.js +4 -4
- package/dist/esm/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/esm/components/Depiction/Depiction.js +13 -13
- package/dist/esm/components/Depiction/Depiction.js.map +1 -1
- package/dist/esm/components/Dialog/AlertDialog.js +2 -2
- package/dist/esm/components/Dialog/AlertDialog.js.map +1 -1
- package/dist/esm/components/Dialog/Modal.js +8 -9
- package/dist/esm/components/Dialog/Modal.js.map +1 -1
- package/dist/esm/components/Dialog/SimpleDialog.js +3 -3
- package/dist/esm/components/Dialog/SimpleDialog.js.map +1 -1
- package/dist/esm/components/Form/FieldItem.js +7 -5
- package/dist/esm/components/Form/FieldItem.js.map +1 -1
- package/dist/esm/components/Form/FieldItemRow.js +3 -3
- package/dist/esm/components/Form/FieldItemRow.js.map +1 -1
- package/dist/esm/components/Form/FieldSet.js +5 -5
- package/dist/esm/components/Form/FieldSet.js.map +1 -1
- package/dist/esm/components/Grid/Grid.js +4 -4
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Grid/GridColumn.js +2 -2
- package/dist/esm/components/Grid/GridColumn.js.map +1 -1
- package/dist/esm/components/Grid/GridRow.js +4 -4
- package/dist/esm/components/Grid/GridRow.js.map +1 -1
- package/dist/esm/components/HoverToggler/HoverToggler.js +6 -8
- package/dist/esm/components/HoverToggler/HoverToggler.js.map +1 -1
- package/dist/esm/components/Icon/BaseIcon.js +1 -1
- package/dist/esm/components/Icon/BaseIcon.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js +1 -1
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/IconButton.js +1 -1
- package/dist/esm/components/Icon/IconButton.js.map +1 -1
- package/dist/esm/components/Icon/TestIcon.js +1 -1
- package/dist/esm/components/Icon/TestIcon.js.map +1 -1
- package/dist/esm/components/Iframe/Iframe.js +18 -11
- package/dist/esm/components/Iframe/Iframe.js.map +1 -1
- package/dist/esm/components/Iframe/IframeModal.js +3 -4
- package/dist/esm/components/Iframe/IframeModal.js.map +1 -1
- package/dist/esm/components/InteractionGate/InteractionGate.js +9 -9
- package/dist/esm/components/InteractionGate/InteractionGate.js.map +1 -1
- package/dist/esm/components/Label/Label.js +8 -6
- package/dist/esm/components/Label/Label.js.map +1 -1
- package/dist/esm/components/Link/Link.js +3 -4
- package/dist/esm/components/Link/Link.js.map +1 -1
- package/dist/esm/components/List/List.js +4 -5
- package/dist/esm/components/List/List.js.map +1 -1
- package/dist/esm/components/Menu/Menu.js +3 -3
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/Menu/MenuDivider.js +3 -3
- package/dist/esm/components/Menu/MenuDivider.js.map +1 -1
- package/dist/esm/components/Menu/MenuItem.js +6 -4
- package/dist/esm/components/Menu/MenuItem.js.map +1 -1
- package/dist/esm/components/Menu/index.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js +3 -3
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/MultiSuggestField/MultiSuggestField.js +1 -1
- package/dist/esm/components/MultiSuggestField/MultiSuggestField.js.map +1 -1
- package/dist/esm/components/Notification/Notification.js +16 -13
- package/dist/esm/components/Notification/Notification.js.map +1 -1
- package/dist/esm/components/Notification/Toast.js +1 -2
- package/dist/esm/components/Notification/Toast.js.map +1 -1
- package/dist/esm/components/NumericInput/NumericInput.js +1 -1
- package/dist/esm/components/NumericInput/NumericInput.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItem.js +3 -3
- package/dist/esm/components/OverviewItem/OverviewItem.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemActions.js +4 -4
- package/dist/esm/components/OverviewItem/OverviewItemActions.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js +3 -3
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDescription.js +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDescription.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemLine.js +4 -4
- package/dist/esm/components/OverviewItem/OverviewItemLine.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemList.js +6 -6
- package/dist/esm/components/OverviewItem/OverviewItemList.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js +7 -7
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyName.js +3 -3
- package/dist/esm/components/PropertyValuePair/PropertyName.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyValue.js +2 -2
- package/dist/esm/components/PropertyValuePair/PropertyValue.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyValueList.js +1 -2
- package/dist/esm/components/PropertyValuePair/PropertyValueList.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyValuePair.js +3 -3
- package/dist/esm/components/PropertyValuePair/PropertyValuePair.js.map +1 -1
- package/dist/esm/components/RadioButton/RadioButton.js +4 -5
- package/dist/esm/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/esm/components/Select/Select.js +9 -4
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Separation/Divider.js +5 -5
- package/dist/esm/components/Separation/Divider.js.map +1 -1
- package/dist/esm/components/Separation/Spacing.js +3 -3
- package/dist/esm/components/Separation/Spacing.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js +8 -8
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Structure/Section.js +2 -3
- package/dist/esm/components/Structure/Section.js.map +1 -1
- package/dist/esm/components/Structure/SectionHeader.js +2 -3
- package/dist/esm/components/Structure/SectionHeader.js.map +1 -1
- package/dist/esm/components/Structure/TitleMainsection.js +5 -7
- package/dist/esm/components/Structure/TitleMainsection.js.map +1 -1
- package/dist/esm/components/Structure/TitlePage.js +5 -7
- package/dist/esm/components/Structure/TitlePage.js.map +1 -1
- package/dist/esm/components/Structure/TitleSubsection.js +1 -2
- package/dist/esm/components/Structure/TitleSubsection.js.map +1 -1
- package/dist/esm/components/SuggestField/SuggestField.js +1 -1
- package/dist/esm/components/SuggestField/SuggestField.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js +3 -3
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/Table.js +11 -11
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/components/Table/TableCell.js +4 -4
- package/dist/esm/components/Table/TableCell.js.map +1 -1
- package/dist/esm/components/Table/TableContainer.js +4 -4
- package/dist/esm/components/Table/TableContainer.js.map +1 -1
- package/dist/esm/components/Table/TableExpandHeader.js +1 -1
- package/dist/esm/components/Table/TableExpandHeader.js.map +1 -1
- package/dist/esm/components/Table/TableExpandRow.js +11 -13
- package/dist/esm/components/Table/TableExpandRow.js.map +1 -1
- package/dist/esm/components/Table/TableRow.js +4 -4
- package/dist/esm/components/Table/TableRow.js.map +1 -1
- package/dist/esm/components/Table/index.js +1 -1
- package/dist/esm/components/Table/index.js.map +1 -1
- package/dist/esm/components/Tabs/Tab.js +8 -7
- package/dist/esm/components/Tabs/Tab.js.map +1 -1
- package/dist/esm/components/Tabs/TabPanel.js +1 -1
- package/dist/esm/components/Tabs/TabPanel.js.map +1 -1
- package/dist/esm/components/Tabs/TabTitle.js +3 -3
- package/dist/esm/components/Tabs/TabTitle.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js +9 -8
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Tag/Tag.js +13 -14
- package/dist/esm/components/Tag/Tag.js.map +1 -1
- package/dist/esm/components/Tag/TagList.js +7 -10
- package/dist/esm/components/Tag/TagList.js.map +1 -1
- package/dist/esm/components/TextField/SearchField.js +4 -5
- package/dist/esm/components/TextField/SearchField.js.map +1 -1
- package/dist/esm/components/TextField/TextArea.js +2 -2
- package/dist/esm/components/TextField/TextArea.js.map +1 -1
- package/dist/esm/components/TextField/TextField.js +11 -7
- package/dist/esm/components/TextField/TextField.js.map +1 -1
- package/dist/esm/components/Toolbar/Toolbar.js +5 -5
- package/dist/esm/components/Toolbar/Toolbar.js.map +1 -1
- package/dist/esm/components/Toolbar/ToolbarSection.js +6 -6
- package/dist/esm/components/Toolbar/ToolbarSection.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js +6 -7
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Tree/Tree.js.map +1 -1
- package/dist/esm/components/Typography/Highlighter.js.map +1 -1
- package/dist/esm/components/Typography/HtmlContentBlock.js +1 -1
- package/dist/esm/components/Typography/HtmlContentBlock.js.map +1 -1
- package/dist/esm/components/Typography/OverflowText.js +4 -4
- package/dist/esm/components/Typography/OverflowText.js.map +1 -1
- package/dist/esm/components/Typography/WhiteSpaceContainer.js +10 -10
- package/dist/esm/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/esm/components/Typography/index.js +1 -1
- package/dist/esm/components/Typography/index.js.map +1 -1
- package/dist/esm/components/Workspace/WorkspaceContent.js +2 -3
- package/dist/esm/components/Workspace/WorkspaceContent.js.map +1 -1
- package/dist/esm/components/Workspace/WorkspaceHeader.js +2 -2
- package/dist/esm/components/Workspace/WorkspaceHeader.js.map +1 -1
- package/dist/esm/components/Workspace/WorkspaceMain.js +1 -2
- package/dist/esm/components/Workspace/WorkspaceMain.js.map +1 -1
- package/dist/esm/components/Workspace/WorkspaceSide.js +2 -3
- package/dist/esm/components/Workspace/WorkspaceSide.js.map +1 -1
- package/dist/esm/configuration/constants.js +1 -1
- package/dist/esm/extensions/codemirror/CodeMirror.js +11 -4
- package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js +9 -9
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeLabel.js +10 -10
- package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeStep.js +2 -2
- package/dist/esm/extensions/react-flow/edges/EdgeStep.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeTools.js +6 -6
- package/dist/esm/extensions/react-flow/edges/EdgeTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/getSmoothStepPath.js +11 -11
- package/dist/esm/extensions/react-flow/edges/getSmoothStepPath.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/utils.js +24 -13
- package/dist/esm/extensions/react-flow/edges/utils.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleContent.js +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleDefault.js +7 -7
- package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleTools.js +2 -2
- package/dist/esm/extensions/react-flow/handles/HandleTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js +12 -8
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/utils.js +6 -4
- package/dist/esm/extensions/react-flow/minimap/utils.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js +29 -29
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js +12 -8
- package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +4 -4
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js +9 -8
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/versionsupport.js +2 -2
- package/dist/esm/extensions/react-flow/versionsupport.js.map +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legacy-replacements/Button/AffirmativeButton.js +1 -1
- package/dist/esm/legacy-replacements/Button/AffirmativeButton.js.map +1 -1
- package/dist/esm/legacy-replacements/Button/Button.js +12 -10
- package/dist/esm/legacy-replacements/Button/Button.js.map +1 -1
- package/dist/esm/legacy-replacements/Button/DismissiveButton.js +1 -1
- package/dist/esm/legacy-replacements/Button/DismissiveButton.js.map +1 -1
- package/dist/esm/legacy-replacements/Button/DisruptiveButton.js +1 -1
- package/dist/esm/legacy-replacements/Button/DisruptiveButton.js.map +1 -1
- package/dist/esm/legacy-replacements/Checkbox/Checkbox.js +5 -3
- package/dist/esm/legacy-replacements/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/legacy-replacements/Radio/RadioButton.js +5 -3
- package/dist/esm/legacy-replacements/Radio/RadioButton.js.map +1 -1
- package/dist/esm/legacy-replacements/Tabs/Tabs.js +4 -6
- package/dist/esm/legacy-replacements/Tabs/Tabs.js.map +1 -1
- package/dist/esm/legacy-replacements/TextField/TextField.js +11 -9
- package/dist/esm/legacy-replacements/TextField/TextField.js.map +1 -1
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +3 -3
- package/dist/types/cmem/ActivityControl/ActivityExecutionErrorReportModal.d.ts +1 -1
- package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +1 -1
- package/dist/types/cmem/ContentBlobToggler/ContentBlobToggler.d.ts +14 -14
- package/dist/types/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.d.ts +1 -1
- package/dist/types/cmem/markdown/highlightSearchWords.d.ts +3 -2
- package/dist/types/common/index.d.ts +2 -2
- package/dist/types/common/utils/colorDecideContrastvalue.d.ts +1 -1
- package/dist/types/components/Application/ApplicationContainer.d.ts +1 -2
- package/dist/types/components/Application/ApplicationSidebarToggler.d.ts +1 -2
- package/dist/types/components/Application/ApplicationToolbar.d.ts +1 -2
- package/dist/types/components/Application/ApplicationToolbarAction.d.ts +1 -2
- package/dist/types/components/Application/ApplicationToolbarSection.d.ts +1 -2
- package/dist/types/components/AutoSuggestion/ExtendedCodeEditor.d.ts +2 -2
- package/dist/types/components/Badge/Badge.d.ts +2 -2
- package/dist/types/components/Breadcrumb/BreadcrumbList.d.ts +11 -4
- package/dist/types/components/Button/Button.d.ts +8 -4
- package/dist/types/components/Card/Card.d.ts +1 -1
- package/dist/types/components/Card/CardActions.d.ts +1 -1
- package/dist/types/components/Card/CardActionsAux.d.ts +2 -3
- package/dist/types/components/Card/CardContent.d.ts +1 -1
- package/dist/types/components/Card/CardOptions.d.ts +3 -4
- package/dist/types/components/Card/CardTitle.d.ts +2 -2
- package/dist/types/components/Card/index.d.ts +7 -7
- package/dist/types/components/Checkbox/Checkbox.d.ts +2 -3
- package/dist/types/components/ContextOverlay/ContextMenu.d.ts +1 -1
- package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +1 -1
- package/dist/types/components/Dialog/AlertDialog.d.ts +2 -2
- package/dist/types/components/Dialog/Modal.d.ts +4 -3
- package/dist/types/components/Form/FieldItem.d.ts +1 -1
- package/dist/types/components/Form/FieldSet.d.ts +19 -19
- package/dist/types/components/Icon/IconButton.d.ts +3 -3
- package/dist/types/components/Link/Link.d.ts +1 -2
- package/dist/types/components/Menu/Menu.d.ts +2 -3
- package/dist/types/components/Menu/MenuDivider.d.ts +2 -3
- package/dist/types/components/Menu/MenuItem.d.ts +2 -2
- package/dist/types/components/Notification/Notification.d.ts +9 -3
- package/dist/types/components/Notification/Toast.d.ts +1 -2
- package/dist/types/components/OverviewItem/OverviewItemDescription.d.ts +1 -2
- package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +1 -2
- package/dist/types/components/RadioButton/RadioButton.d.ts +2 -3
- package/dist/types/components/Select/Select.d.ts +9 -3
- package/dist/types/components/Structure/Section.d.ts +1 -2
- package/dist/types/components/Structure/SectionHeader.d.ts +1 -2
- package/dist/types/components/Structure/TitleMainsection.d.ts +1 -2
- package/dist/types/components/Structure/TitlePage.d.ts +1 -2
- package/dist/types/components/Structure/TitleSubsection.d.ts +48 -48
- package/dist/types/components/Switch/Switch.d.ts +1 -1
- package/dist/types/components/Table/Table.d.ts +1 -1
- package/dist/types/components/Table/index.d.ts +1 -1
- package/dist/types/components/Tabs/Tab.d.ts +109 -103
- package/dist/types/components/Tabs/TabTitle.d.ts +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts +9 -3
- package/dist/types/components/Tag/Tag.d.ts +3 -3
- package/dist/types/components/Tag/TagList.d.ts +1 -1
- package/dist/types/components/TextField/SearchField.d.ts +8 -8
- package/dist/types/components/TextField/TextArea.d.ts +8 -8
- package/dist/types/components/TextField/TextField.d.ts +14 -14
- package/dist/types/components/Toolbar/ToolbarSection.d.ts +7 -7
- package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/Tree/Tree.d.ts +1 -1
- package/dist/types/components/Typography/index.d.ts +1 -1
- package/dist/types/components/Workspace/WorkspaceContent.d.ts +1 -2
- package/dist/types/components/Workspace/WorkspaceMain.d.ts +1 -2
- package/dist/types/components/Workspace/WorkspaceSide.d.ts +1 -2
- package/dist/types/components/interfaces.d.ts +2 -1
- package/dist/types/extensions/codemirror/CodeMirror.d.ts +14 -1
- package/dist/types/extensions/react-flow/edges/EdgeDefault.d.ts +2 -2
- package/dist/types/extensions/react-flow/edges/EdgeStep.d.ts +2 -2
- package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +1 -1
- package/dist/types/extensions/react-flow/nodes/NodeDefault.d.ts +1 -1
- package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +1 -1
- package/dist/types/index.d.ts +7 -4
- package/dist/types/legacy-replacements/Button/AffirmativeButton.d.ts +1 -1
- package/dist/types/legacy-replacements/Button/Button.d.ts +1 -1
- package/dist/types/legacy-replacements/Button/DismissiveButton.d.ts +1 -1
- package/dist/types/legacy-replacements/Button/DisruptiveButton.d.ts +1 -1
- package/dist/types/legacy-replacements/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/legacy-replacements/Radio/RadioButton.d.ts +1 -1
- package/dist/types/legacy-replacements/Tabs/Tabs.d.ts +3 -3
- package/dist/types/legacy-replacements/TextField/TextField.d.ts +1 -1
- package/package.json +57 -55
- package/scripts/compile-sass.ts +2 -1
- package/scripts/sassConfig.js +2 -2
- package/src/_shame.scss +12 -13
- package/src/cmem/ActivityControl/ActivityControlTypes.ts +9 -2
- package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +2 -2
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +19 -14
- package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +20 -18
- package/src/cmem/ActivityControl/activitycontrol.scss +3 -3
- package/src/cmem/ConfidenceValue/ConfidenceValue.stories.tsx +5 -7
- package/src/cmem/ConfidenceValue/ConfidenceValue.tsx +24 -23
- package/src/cmem/ConfidenceValue/confidencevalue.scss +4 -4
- package/src/cmem/ContentBlobToggler/ContentBlobToggler.tsx +71 -70
- package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +29 -19
- package/src/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.tsx +56 -44
- package/src/cmem/DateTimeDisplay/tests/ElapsedDateTimeDisplay.test.tsx +27 -25
- package/src/cmem/_index.scss +1 -1
- package/src/cmem/index.ts +1 -1
- package/src/cmem/markdown/Markdown.stories.tsx +4 -4
- package/src/cmem/markdown/Markdown.tsx +66 -32
- package/src/cmem/markdown/highlightSearchWords.test.ts +20 -19
- package/src/cmem/markdown/highlightSearchWords.ts +38 -34
- package/src/cmem/markdown/markdown.scss +12 -8
- package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +257 -91
- package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +43 -47
- package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +98 -99
- package/src/cmem/react-flow/_minimap.scss +1 -0
- package/src/cmem/react-flow/configuration/_colors-graph.scss +0 -1
- package/src/cmem/react-flow/configuration/_colors-linking.scss +0 -1
- package/src/cmem/react-flow/extensions/ReactFlowHotkeyContext.ts +4 -4
- package/src/cmem/react-flow/extensions/scrollOnDragHook.ts +185 -144
- package/src/cmem/react-flow/nodes/StickyNoteNode.tsx +3 -5
- package/src/cmem/react-flow/nodes/_colors.scss +3 -3
- package/src/cmem/react-flow/nodes/_stickynote.scss +13 -10
- package/src/common/Intent/index.ts +7 -7
- package/src/common/utils/CssCustomProperties.ts +34 -48
- package/src/common/utils/characters.ts +53 -55
- package/src/common/utils/colorDecideContrastvalue.ts +7 -5
- package/src/common/utils/getColorConfiguration.ts +13 -9
- package/src/common/utils/openInNewTab.ts +9 -9
- package/src/components/Accordion/Accordion.tsx +9 -10
- package/src/components/Accordion/AccordionItem.tsx +6 -4
- package/src/components/Accordion/Stories/Accordion.stories.tsx +8 -10
- package/src/components/Accordion/Stories/AccordionItem.stories.tsx +11 -7
- package/src/components/Accordion/accordion.scss +17 -10
- package/src/components/Application/ApplicationContainer.tsx +11 -12
- package/src/components/Application/ApplicationContent.tsx +10 -6
- package/src/components/Application/ApplicationSidebarNavigation.tsx +7 -10
- package/src/components/Application/ApplicationSidebarToggler.tsx +4 -3
- package/src/components/Application/ApplicationTitle.tsx +19 -18
- package/src/components/Application/ApplicationToolbar.tsx +5 -4
- package/src/components/Application/ApplicationToolbarAction.tsx +5 -4
- package/src/components/Application/ApplicationToolbarPanel.tsx +9 -10
- package/src/components/Application/ApplicationToolbarSection.tsx +6 -8
- package/src/components/Application/_content.scss +4 -4
- package/src/components/Application/_sidebar.scss +2 -2
- package/src/components/AutoSuggestion/AutoSuggestion.scss +28 -26
- package/src/components/AutoSuggestion/AutoSuggestionList.tsx +6 -4
- package/src/components/AutoSuggestion/ExtendedCodeEditor.tsx +4 -2
- package/src/components/AutoSuggestion/tests/AutoSuggestion.test.tsx +4 -2
- package/src/components/AutoSuggestion/tests/AutoSuggestionList.test.tsx +21 -10
- package/src/components/AutoSuggestion/tests/ExtendedCodeEditor.test.tsx +4 -2
- package/src/components/AutocompleteField/AutoCompleteField.tsx +1 -1
- package/src/components/AutocompleteField/index.ts +2 -2
- package/src/components/Badge/Badge.stories.tsx +10 -11
- package/src/components/Badge/Badge.tsx +22 -22
- package/src/components/Badge/badge.scss +4 -4
- package/src/components/Breadcrumb/BreadcrumbList.tsx +71 -36
- package/src/components/Breadcrumb/stories/BreadcrumbItem.stories.tsx +7 -9
- package/src/components/Button/Button.stories.tsx +24 -19
- package/src/components/Button/Button.test.tsx +3 -3
- package/src/components/Button/Button.tsx +12 -4
- package/src/components/Card/Card.tsx +31 -28
- package/src/components/Card/CardActions.tsx +6 -5
- package/src/components/Card/CardActionsAux.tsx +5 -14
- package/src/components/Card/CardContent.tsx +4 -8
- package/src/components/Card/CardOptions.tsx +7 -15
- package/src/components/Card/CardTitle.tsx +7 -14
- package/src/components/Card/card.scss +26 -15
- package/src/components/Card/index.tsx +7 -7
- package/src/components/Card/stories/Card.stories.tsx +16 -22
- package/src/components/Card/stories/CardActions.stories.tsx +20 -24
- package/src/components/Card/stories/CardContent.stories.tsx +19 -19
- package/src/components/Card/stories/CardHeader.stories.tsx +18 -27
- package/src/components/Card/stories/CardOptions.stories.tsx +14 -18
- package/src/components/Card/stories/CardTitle.stories.tsx +12 -16
- package/src/components/Checkbox/Checkbox.tsx +6 -17
- package/src/components/Checkbox/Stories/Checkbox.stories.tsx +16 -13
- package/src/components/Checkbox/checkbox.scss +4 -2
- package/src/components/ContextOverlay/ContextMenu.stories.tsx +19 -19
- package/src/components/ContextOverlay/ContextMenu.tsx +10 -8
- package/src/components/ContextOverlay/ContextOverlay.stories.tsx +32 -122
- package/src/components/ContextOverlay/ContextOverlay.tsx +1 -1
- package/src/components/ContextOverlay/contextoverlay.scss +2 -2
- package/src/components/Depiction/stories/Depiction.stories.tsx +6 -1
- package/src/components/Depiction/stories/test-16to9.tsx +78 -36
- package/src/components/Depiction/stories/test-9to16.tsx +84 -40
- package/src/components/Dialog/AlertDialog.tsx +30 -27
- package/src/components/Dialog/Modal.tsx +7 -5
- package/src/components/Dialog/SimpleDialog.tsx +2 -2
- package/src/components/Dialog/stories/AlertDialog.stories.tsx +21 -18
- package/src/components/Dialog/stories/Modal.stories.tsx +15 -10
- package/src/components/Dialog/stories/SimpleDialog.stories.tsx +13 -9
- package/src/components/Form/FieldItem.tsx +16 -13
- package/src/components/Form/FieldItemRow.tsx +3 -7
- package/src/components/Form/FieldSet.tsx +26 -25
- package/src/components/Form/Stories/FieldItem.stories.tsx +10 -11
- package/src/components/Form/Stories/FieldItemRow.stories.tsx +13 -14
- package/src/components/Form/Stories/FieldSet.stories.tsx +8 -11
- package/src/components/Form/form.scss +12 -11
- package/src/components/Grid/Grid.tsx +11 -10
- package/src/components/Grid/GridRow.tsx +5 -4
- package/src/components/Grid/grid.scss +12 -14
- package/src/components/Grid/stories/Grid.stories.tsx +7 -5
- package/src/components/Grid/stories/GridColumn.stories.tsx +12 -11
- package/src/components/Grid/stories/GridRow.stories.tsx +10 -8
- package/src/components/HoverToggler/HoverToggler.stories.tsx +11 -7
- package/src/components/HoverToggler/HoverToggler.tsx +17 -19
- package/src/components/HoverToggler/hovertoggler.scss +11 -11
- package/src/components/Icon/Icon.tsx +11 -13
- package/src/components/Icon/IconButton.tsx +6 -5
- package/src/components/Icon/icon.scss +7 -4
- package/src/components/Icon/stories/Icon.stories.tsx +12 -7
- package/src/components/Icon/stories/IconButton.stories.tsx +16 -14
- package/src/components/Icon/stories/TestIcon.stories.tsx +7 -2
- package/src/components/Iframe/Iframe.tsx +72 -58
- package/src/components/Iframe/IframeModal.tsx +13 -20
- package/src/components/Iframe/iframe.scss +1 -4
- package/src/components/InteractionGate/InteractionGate.stories.tsx +21 -19
- package/src/components/InteractionGate/InteractionGate.tsx +10 -5
- package/src/components/Label/Label.stories.tsx +7 -12
- package/src/components/Label/Label.tsx +16 -10
- package/src/components/Label/label.scss +10 -8
- package/src/components/Link/Link.tsx +14 -22
- package/src/components/Link/link.scss +1 -0
- package/src/components/List/List.tsx +32 -34
- package/src/components/Menu/Menu.tsx +7 -18
- package/src/components/Menu/MenuDivider.tsx +7 -17
- package/src/components/Menu/MenuItem.tsx +18 -30
- package/src/components/Menu/Stories/Menu.stories.tsx +17 -13
- package/src/components/Menu/Stories/MenuItem.stories.tsx +20 -16
- package/src/components/Menu/index.ts +1 -1
- package/src/components/Menu/menu.scss +9 -2
- package/src/components/Notification/Notification.stories.tsx +7 -8
- package/src/components/Notification/Notification.tsx +38 -13
- package/src/components/Notification/Toast.tsx +3 -1
- package/src/components/NumericInput/NumericInput.tsx +2 -2
- package/src/components/OverviewItem/OverviewItemActions.tsx +6 -5
- package/src/components/OverviewItem/OverviewItemDepiction.tsx +5 -3
- package/src/components/OverviewItem/OverviewItemDescription.tsx +4 -3
- package/src/components/OverviewItem/OverviewItemLine.tsx +8 -7
- package/src/components/OverviewItem/OverviewItemList.tsx +12 -13
- package/src/components/OverviewItem/index.tsx +6 -6
- package/src/components/OverviewItem/stories/OverviewItem.stories.tsx +36 -29
- package/src/components/OverviewItem/stories/OverviewItemActions.stories.tsx +16 -21
- package/src/components/OverviewItem/stories/OverviewItemDepiction.stories.tsx +22 -18
- package/src/components/OverviewItem/stories/OverviewItemDescription.stories.tsx +25 -22
- package/src/components/OverviewItem/stories/OverviewItemLine.stories.tsx +15 -17
- package/src/components/OverviewItem/stories/OverviewItemList.stories.tsx +13 -19
- package/src/components/Pagination/Pagination.tsx +26 -20
- package/src/components/Pagination/Stories/Pagination.stories.tsx +16 -18
- package/src/components/ProgressBar/ProgressBar.tsx +1 -4
- package/src/components/ProgressBar/Stories/ProgressBar.stories.tsx +10 -14
- package/src/components/PropertyValuePair/PropertyValueList.tsx +3 -2
- package/src/components/PropertyValuePair/index.tsx +1 -1
- package/src/components/RadioButton/RadioButton.tsx +6 -17
- package/src/components/RadioButton/Stories/RadioButton.stories.tsx +17 -14
- package/src/components/RadioButton/radiobutton.scss +1 -3
- package/src/components/Select/Select.tsx +51 -12
- package/src/components/Separation/Divider.tsx +3 -1
- package/src/components/Separation/Stories/Divider.stories.tsx +9 -10
- package/src/components/Separation/Stories/Spacing.stories.tsx +11 -10
- package/src/components/Separation/separation.scss +7 -7
- package/src/components/Spinner/Spinner.tsx +22 -22
- package/src/components/Spinner/Stories/spinner.stories.tsx +10 -9
- package/src/components/Spinner/spinner.scss +9 -13
- package/src/components/Structure/Section.tsx +7 -9
- package/src/components/Structure/SectionHeader.tsx +7 -9
- package/src/components/Structure/TitleMainsection.tsx +8 -17
- package/src/components/Structure/TitlePage.tsx +8 -17
- package/src/components/Structure/TitleSubsection.tsx +5 -9
- package/src/components/Structure/_titles.scss +3 -5
- package/src/components/Switch/Stories/Switch.stories.tsx +12 -14
- package/src/components/Switch/Switch.tsx +8 -14
- package/src/components/Table/Table.tsx +16 -15
- package/src/components/Table/TableContainer.tsx +11 -15
- package/src/components/Table/TableExpandRow.tsx +18 -25
- package/src/components/Table/TableRow.tsx +4 -12
- package/src/components/Table/index.tsx +1 -6
- package/src/components/Tabs/Tab.tsx +22 -21
- package/src/components/Tabs/TabPanel.tsx +8 -13
- package/src/components/Tabs/TabTitle.tsx +6 -5
- package/src/components/Tabs/Tabs.tsx +40 -28
- package/src/components/Tabs/stories/Tab.stories.tsx +7 -13
- package/src/components/Tabs/stories/TabPanel.stories.tsx +6 -8
- package/src/components/Tabs/stories/TabTitle.stories.tsx +8 -10
- package/src/components/Tabs/stories/Tabs.stories.tsx +5 -6
- package/src/components/Tabs/tabs.scss +15 -11
- package/src/components/Tag/Tag.tsx +30 -39
- package/src/components/Tag/TagList.tsx +13 -33
- package/src/components/Tag/stories/Tag.stories.tsx +5 -5
- package/src/components/Tag/stories/TagList.stories.tsx +5 -11
- package/src/components/Tag/tag.scss +47 -46
- package/src/components/TextField/SearchField.tsx +48 -49
- package/src/components/TextField/TextArea.tsx +52 -50
- package/src/components/TextField/TextField.tsx +126 -115
- package/src/components/TextField/stories/SearchField.stories.tsx +21 -25
- package/src/components/TextField/stories/TextArea.stories.tsx +5 -7
- package/src/components/TextField/textfield.scss +17 -7
- package/src/components/Toolbar/Toolbar.stories.tsx +13 -12
- package/src/components/Toolbar/Toolbar.tsx +14 -13
- package/src/components/Toolbar/ToolbarSection.tsx +17 -16
- package/src/components/Toolbar/toolbar.scss +4 -6
- package/src/components/Tooltip/Tooltip.stories.tsx +20 -22
- package/src/components/Tooltip/Tooltip.tsx +14 -14
- package/src/components/Tooltip/tooltip.scss +2 -1
- package/src/components/Tree/Tree.stories.tsx +19 -11
- package/src/components/Tree/Tree.tsx +3 -3
- package/src/components/Tree/tree.scss +1 -1
- package/src/components/Typography/Highlighter.tsx +6 -7
- package/src/components/Typography/HtmlContentBlock.tsx +4 -2
- package/src/components/Typography/OverflowText.tsx +8 -7
- package/src/components/Typography/WhiteSpaceContainer.tsx +12 -11
- package/src/components/Typography/_reset.scss +4 -4
- package/src/components/Typography/index.ts +1 -1
- package/src/components/Typography/stories/WhiteSpaceContainer.stories.tsx +26 -23
- package/src/components/Typography/typography.scss +25 -19
- package/src/components/Workspace/WorkspaceContent.tsx +8 -13
- package/src/components/Workspace/WorkspaceHeader.tsx +5 -4
- package/src/components/Workspace/WorkspaceMain.tsx +4 -2
- package/src/components/Workspace/WorkspaceSide.tsx +9 -7
- package/src/components/Workspace/_header.scss +1 -1
- package/src/components/Workspace/workspace.scss +2 -2
- package/src/components/index.scss +1 -1
- package/src/components/interfaces.ts +3 -3
- package/src/configuration/constants.ts +1 -1
- package/src/extensions/_index.scss +1 -0
- package/src/extensions/codemirror/CodeMirror.stories.tsx +4 -6
- package/src/extensions/codemirror/CodeMirror.tsx +27 -1
- package/src/extensions/codemirror/_codemirror.scss +15 -1
- package/src/extensions/react-flow/_config.scss +0 -3
- package/src/extensions/react-flow/edges/EdgeDefault.tsx +73 -91
- package/src/extensions/react-flow/edges/EdgeStep.tsx +7 -10
- package/src/extensions/react-flow/edges/EdgeTools.tsx +21 -28
- package/src/extensions/react-flow/edges/getSmoothStepPath.ts +2 -2
- package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +19 -13
- package/src/extensions/react-flow/edges/utils.ts +49 -25
- package/src/extensions/react-flow/handles/HandleTools.tsx +1 -1
- package/src/extensions/react-flow/markers/ReactFlowMarkers.tsx +1 -5
- package/src/extensions/react-flow/minimap/MiniMap.tsx +96 -89
- package/src/extensions/react-flow/minimap/_minimap.scss +2 -2
- package/src/extensions/react-flow/minimap/utils.ts +8 -5
- package/src/extensions/react-flow/nodes/NodeContentExtension.tsx +33 -35
- package/src/extensions/react-flow/nodes/NodeDefault.tsx +42 -39
- package/src/extensions/react-flow/nodes/NodeTools.tsx +51 -52
- package/src/extensions/react-flow/nodes/nodeUtils.tsx +1 -1
- package/src/extensions/react-flow/nodes/stories/NodeContentExtension.stories.tsx +13 -8
- package/src/extensions/react-flow/versionsupport.ts +3 -3
- package/src/includes/blueprintjs/_requisits.scss +1 -0
- package/src/includes/blueprintjs/_variables.scss +6 -3
- package/src/includes/carbon-components/_requisits.scss +2 -0
- package/src/includes/carbon-components/_variables.scss +1 -4
- package/src/index.scss +4 -0
- package/src/index.ts +4 -1
- package/src/legacy-replacements/Button/AffirmativeButton.tsx +4 -9
- package/src/legacy-replacements/Button/Button.tsx +21 -16
- package/src/legacy-replacements/Button/DismissiveButton.tsx +4 -9
- package/src/legacy-replacements/Button/DisruptiveButton.tsx +4 -9
- package/src/legacy-replacements/Checkbox/Checkbox.tsx +8 -5
- package/src/legacy-replacements/Radio/RadioButton.tsx +9 -12
- package/src/legacy-replacements/Tabs/Tabs.stories.tsx +5 -7
- package/src/legacy-replacements/Tabs/Tabs.tsx +21 -39
- package/src/legacy-replacements/TextField/TextField.tsx +18 -23
- package/src/test/setupTests.js +11 -12
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export interface ContentBlobTogglerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
/**
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
space-delimited list of class names
|
|
5
|
+
*/
|
|
6
6
|
className?: string;
|
|
7
7
|
/**
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
text label used for toggler when preview is displayed
|
|
9
|
+
*/
|
|
10
10
|
toggleExtendText: string;
|
|
11
11
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
text label used for toggler when full view is displayed
|
|
13
|
+
*/
|
|
14
14
|
toggleReduceText: string;
|
|
15
15
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
content that is displayed as preview
|
|
17
|
+
*/
|
|
18
18
|
previewContent: React.ReactNode;
|
|
19
19
|
/**
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
content that is displayed as extended full view
|
|
21
|
+
*/
|
|
22
22
|
fullviewContent: React.ReactNode;
|
|
23
23
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
Show extended full view initially. Default: false
|
|
25
|
+
*/
|
|
26
26
|
startExtended?: boolean;
|
|
27
27
|
/**
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
Callback if toggler is necessary. Default: true
|
|
29
|
+
*/
|
|
30
30
|
enableToggler?: boolean;
|
|
31
31
|
}
|
|
32
32
|
/** Shows a preview with the option to expand to a full view (and back). */
|
|
@@ -17,7 +17,7 @@ export interface StringPreviewContentBlobTogglerProps extends Omit<ContentBlobTo
|
|
|
17
17
|
allowedHtmlElementsInPreview?: string[];
|
|
18
18
|
}
|
|
19
19
|
/** Version of the content toggler for text only content. */
|
|
20
|
-
export declare function StringPreviewContentBlobToggler({ className, previewMaxLength, toggleExtendText, toggleReduceText, content, fullviewContent, startExtended, firstNonEmptyLineOnly, renderPreviewAsMarkdown, allowedHtmlElementsInPreview }: StringPreviewContentBlobTogglerProps): React.JSX.Element;
|
|
20
|
+
export declare function StringPreviewContentBlobToggler({ className, previewMaxLength, toggleExtendText, toggleReduceText, content, fullviewContent, startExtended, firstNonEmptyLineOnly, renderPreviewAsMarkdown, allowedHtmlElementsInPreview, }: StringPreviewContentBlobTogglerProps): React.JSX.Element;
|
|
21
21
|
/**
|
|
22
22
|
* Takes the first non-empty line from a preview string.
|
|
23
23
|
* @deprecated use `stringPreviewContentBlobTogglerUtils.firstNonEmptyLine`
|
|
@@ -4,7 +4,8 @@ import { Transformer } from "unified";
|
|
|
4
4
|
* Creates a react-markdown reHype plugin that marks text based on a multi-word search query.
|
|
5
5
|
* @deprecated moved to `markdownUtils.highlightSearchWordsPluginFactory`
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
declare const highlightSearchWordsPluginFactory: (searchQuery: string | undefined) => () => Transformer<Root, Root>;
|
|
8
|
+
export default highlightSearchWordsPluginFactory;
|
|
8
9
|
export declare const markdownUtils: {
|
|
9
|
-
highlightSearchWordsPluginFactory:
|
|
10
|
+
highlightSearchWordsPluginFactory: (searchQuery: string | undefined) => () => Transformer<Root, Root>;
|
|
10
11
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const utils: {
|
|
3
3
|
openInNewTab: (event: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>, handler?: ((e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined, url?: string | undefined) => void;
|
|
4
|
-
decideContrastColorValue: ({ testColor, lightColor, darkColor }: import("./utils/colorDecideContrastvalue").decideContrastColorValueProps) => string;
|
|
4
|
+
decideContrastColorValue: ({ testColor, lightColor, darkColor, }: import("./utils/colorDecideContrastvalue").decideContrastColorValueProps) => string;
|
|
5
5
|
getColorConfiguration: (configId: "react-flow-graph" | "react-flow-linking" | "react-flow-workflow" | "stickynotes") => any;
|
|
6
6
|
invisibleZeroWidthCharacters: {
|
|
7
7
|
codePoints: {
|
|
@@ -24,7 +24,7 @@ export declare const utils: {
|
|
|
24
24
|
};
|
|
25
25
|
export declare const Utilities: {
|
|
26
26
|
openInNewTab: (event: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>, handler?: ((e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined, url?: string | undefined) => void;
|
|
27
|
-
decideContrastColorValue: ({ testColor, lightColor, darkColor }: import("./utils/colorDecideContrastvalue").decideContrastColorValueProps) => string;
|
|
27
|
+
decideContrastColorValue: ({ testColor, lightColor, darkColor, }: import("./utils/colorDecideContrastvalue").decideContrastColorValueProps) => string;
|
|
28
28
|
getColorConfiguration: (configId: "react-flow-graph" | "react-flow-linking" | "react-flow-workflow" | "stickynotes") => any;
|
|
29
29
|
invisibleZeroWidthCharacters: {
|
|
30
30
|
codePoints: {
|
|
@@ -5,5 +5,5 @@ export interface decideContrastColorValueProps {
|
|
|
5
5
|
lightColor?: colorValue;
|
|
6
6
|
darkColor?: colorValue;
|
|
7
7
|
}
|
|
8
|
-
declare const decideContrastColorValue: ({ testColor, lightColor, darkColor }: decideContrastColorValueProps) => string;
|
|
8
|
+
declare const decideContrastColorValue: ({ testColor, lightColor, darkColor, }: decideContrastColorValueProps) => string;
|
|
9
9
|
export default decideContrastColorValue;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
3
|
-
}
|
|
2
|
+
export declare type ApplicationContainerProps = React.HTMLAttributes<HTMLDivElement>;
|
|
4
3
|
export declare const ApplicationContainer: ({ children, className, ...otherDivProps }: ApplicationContainerProps) => React.JSX.Element;
|
|
5
4
|
export default ApplicationContainer;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { HeaderMenuButtonProps as CarbonHeaderMenuButtonProps } from "carbon-components-react";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type ApplicationSidebarTogglerProps = CarbonHeaderMenuButtonProps;
|
|
5
4
|
export declare const ApplicationSidebarToggler: ({ className, ...otherCarbonHeaderMenuButtonProps }: ApplicationSidebarTogglerProps) => React.JSX.Element;
|
|
6
5
|
export default ApplicationSidebarToggler;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { HeaderGlobalBarProps as CarbonHeaderGlobalBarProps } from "carbon-components-react";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type ApplicationToolbarProps = CarbonHeaderGlobalBarProps;
|
|
5
4
|
export declare const ApplicationToolbar: ({ children, className, ...otherCarbonHeaderGlobalBarProps }: ApplicationToolbarProps) => React.JSX.Element;
|
|
6
5
|
export default ApplicationToolbar;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { HeaderGlobalActionProps as CarbonHeaderGlobalActionProps } from "carbon-components-react";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type ApplicationToolbarActionProps = CarbonHeaderGlobalActionProps;
|
|
5
4
|
export declare const ApplicationToolbarAction: ({ children, className, ...otherCarbonHeaderGlobalActionProps }: ApplicationToolbarActionProps) => React.JSX.Element;
|
|
6
5
|
export default ApplicationToolbarAction;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
3
|
-
}
|
|
2
|
+
export declare type ApplicationToolbarSectionProps = React.HTMLAttributes<HTMLDivElement>;
|
|
4
3
|
export declare const ApplicationToolbarSection: ({ children, className, ...otherDivProps }: ApplicationToolbarSectionProps) => React.JSX.Element;
|
|
5
4
|
export default ApplicationToolbarSection;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "codemirror/addon/display/placeholder.js";
|
|
2
|
-
import "codemirror/mode/sparql/sparql.js";
|
|
3
1
|
import React from "react";
|
|
4
2
|
import { Editor as CodeMirrorEditor } from "codemirror";
|
|
3
|
+
import "codemirror/addon/display/placeholder.js";
|
|
4
|
+
import "codemirror/mode/sparql/sparql.js";
|
|
5
5
|
export interface IRange {
|
|
6
6
|
from: number;
|
|
7
7
|
to: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { IntentTypes } from "../../common/Intent";
|
|
3
3
|
import { IconProps } from "../Icon/Icon";
|
|
4
4
|
import { TestIconProps } from "../Icon/TestIcon";
|
|
5
|
-
import {
|
|
5
|
+
import { TagProps } from "../Tag/Tag";
|
|
6
6
|
export interface BadgeProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "children"> {
|
|
7
7
|
/**
|
|
8
8
|
* The badge only accepts numbers, text and ions as valid content.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { BreadcrumbsProps as BlueprintBreadcrumbsProps } from "@blueprintjs/core";
|
|
3
|
+
import { TestableComponent } from "../interfaces";
|
|
3
4
|
import { BreadcrumbItemProps } from "./BreadcrumbItem";
|
|
4
|
-
export interface BreadcrumbListProps extends Omit<BlueprintBreadcrumbsProps, "breadcrumbRenderer" | "collapseFrom" | "currentBreadcrumbRenderer" | "minVisibleItems" | "overflowListProps" | "popoverProps"> {
|
|
5
|
+
export interface BreadcrumbListProps extends TestableComponent, Omit<BlueprintBreadcrumbsProps, "breadcrumbRenderer" | "collapseFrom" | "currentBreadcrumbRenderer" | "minVisibleItems" | "overflowListProps" | "popoverProps"> {
|
|
5
6
|
/**
|
|
6
7
|
list of breadcrumb items to display
|
|
7
8
|
*/
|
|
@@ -9,11 +10,17 @@ export interface BreadcrumbListProps extends Omit<BlueprintBreadcrumbsProps, "br
|
|
|
9
10
|
/**
|
|
10
11
|
click handler used on breadcrumb items
|
|
11
12
|
*/
|
|
12
|
-
onItemClick?(itemUrl: string | undefined, event: object):
|
|
13
|
+
onItemClick?(itemUrl: string | undefined, event: object): boolean | void;
|
|
13
14
|
/**
|
|
14
15
|
native attributes for the unordered HTML list (ul)
|
|
16
|
+
@deprecated will be removed because the BlueprintJS `Breadcrumbs` component does not support native `ul` attributes. Use `wrapperProps` as alternate way to add native attributes to a container `div` element.
|
|
15
17
|
*/
|
|
16
18
|
htmlUlProps?: React.HTMLAttributes<HTMLUListElement>;
|
|
19
|
+
/**
|
|
20
|
+
* If set then a `div` element is used as wrapper.
|
|
21
|
+
* It uses the attributes given via this property.
|
|
22
|
+
*/
|
|
23
|
+
wrapperProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
17
24
|
/**
|
|
18
25
|
char that devides breadcrumb items, default: "/" (currently unsupported)
|
|
19
26
|
*/
|
|
@@ -31,5 +38,5 @@ export interface BreadcrumbListProps extends Omit<BlueprintBreadcrumbsProps, "br
|
|
|
31
38
|
/**
|
|
32
39
|
* Navigation path to the currently show resource or view in the application.
|
|
33
40
|
*/
|
|
34
|
-
export declare const BreadcrumbList: ({ className, onItemClick, htmlUlProps, ignoreOverflow, latenOverflow, ...otherBlueprintBreadcrumbsProps }: BreadcrumbListProps) => React.JSX.Element;
|
|
41
|
+
export declare const BreadcrumbList: ({ className, onItemClick, htmlUlProps, ignoreOverflow, latenOverflow, wrapperProps, "data-test-id": dataTestId, "data-testid": dataTestid, ...otherBlueprintBreadcrumbsProps }: BreadcrumbListProps) => React.JSX.Element;
|
|
35
42
|
export default BreadcrumbList;
|
|
@@ -3,8 +3,9 @@ import { AnchorButtonProps as BlueprintAnchorButtonProps, ButtonProps as Bluepri
|
|
|
3
3
|
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
4
4
|
import { BadgeProps } from "./../Badge/Badge";
|
|
5
5
|
import { TooltipProps } from "./../Tooltip/Tooltip";
|
|
6
|
+
/** @deprecated will be removed, there is no replacement */
|
|
6
7
|
export declare type AnchorOrButtonProps = Omit<BlueprintButtonProps, "elementRef" | "icon" | "rightIcon"> | Omit<BlueprintAnchorButtonProps, "elementRef" | "icon" | "rightIcon">;
|
|
7
|
-
|
|
8
|
+
interface AdditionalButtonProps {
|
|
8
9
|
/**
|
|
9
10
|
* Always use this when the button triggers an affirmative action, e.g. confirm a process.
|
|
10
11
|
* The button is displayed with primary color scheme.
|
|
@@ -57,14 +58,17 @@ export interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement | HT
|
|
|
57
58
|
/**
|
|
58
59
|
* If an URL is set then the button is included as HTML anchor element instead of a button form element.
|
|
59
60
|
*/
|
|
60
|
-
href?: string;
|
|
61
61
|
icon?: ValidIconName | JSX.Element;
|
|
62
62
|
rightIcon?: ValidIconName | JSX.Element;
|
|
63
|
-
target?: string;
|
|
64
63
|
}
|
|
64
|
+
interface ExtendedButtonProps extends AdditionalButtonProps, Omit<BlueprintButtonProps, "icon" | "rightIcon"> {
|
|
65
|
+
}
|
|
66
|
+
interface ExtendedAnchorButtonProps extends AdditionalButtonProps, Omit<BlueprintAnchorButtonProps, "icon" | "rightIcon"> {
|
|
67
|
+
}
|
|
68
|
+
export declare type ButtonProps = ExtendedButtonProps & ExtendedAnchorButtonProps;
|
|
65
69
|
/**
|
|
66
70
|
* Display a button element to enable user interaction.
|
|
67
71
|
* It normally should trigger action when clicked.
|
|
68
72
|
*/
|
|
69
|
-
export declare const Button: ({ children, className, affirmative, disruptive, elevated, hasStatePrimary, hasStateSuccess, hasStateWarning, hasStateDanger, icon, rightIcon, tooltip, tooltipProps, badge, badgeProps, ...restProps }: ButtonProps
|
|
73
|
+
export declare const Button: ({ children, className, affirmative, disruptive, elevated, hasStatePrimary, hasStateSuccess, hasStateWarning, hasStateDanger, icon, rightIcon, tooltip, tooltipProps, badge, badgeProps, ...restProps }: ButtonProps) => React.JSX.Element;
|
|
70
74
|
export default Button;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export
|
|
3
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare type CardActionsAuxProps = React.HTMLAttributes<HTMLDivElement>;
|
|
4
3
|
/**
|
|
5
4
|
* Additional side buttons inside `CardActions`.
|
|
6
5
|
* Elements are aligned to the other side of the container.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { OverviewItemActionsProps } from
|
|
3
|
-
export
|
|
4
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { OverviewItemActionsProps } from "./../OverviewItem/OverviewItemActions";
|
|
3
|
+
export declare type CardOptionsProps = Omit<OverviewItemActionsProps, "hiddenInteractions">;
|
|
5
4
|
/**
|
|
6
5
|
* Container for elements that allow user-interaction, e.g. buttons or context menus.
|
|
7
6
|
* Can contain multiple of them.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { OverviewItemLineProps } from
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { OverviewItemLineProps } from "./../OverviewItem/OverviewItemLine";
|
|
3
3
|
export interface CardTitleProps extends Omit<OverviewItemLineProps, "small" | "large"> {
|
|
4
4
|
/**
|
|
5
5
|
* Use only normal font size instead of a large one.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
1
|
+
export * from "./Card";
|
|
2
|
+
export * from "./CardHeader";
|
|
3
|
+
export * from "./CardTitle";
|
|
4
|
+
export * from "./CardOptions";
|
|
5
|
+
export * from "./CardContent";
|
|
6
|
+
export * from "./CardActions";
|
|
7
|
+
export * from "./CardActionsAux";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { CheckboxProps as BlueprintCheckboxProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type CheckboxProps = BlueprintCheckboxProps;
|
|
5
4
|
export declare const Checkbox: ({ children, className, ...restProps }: CheckboxProps) => React.JSX.Element;
|
|
6
5
|
export default Checkbox;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
2
3
|
import { TestableComponent } from "../interfaces";
|
|
3
4
|
import { ContextOverlayProps } from "./ContextOverlay";
|
|
4
|
-
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
5
5
|
export interface ContextMenuProps extends TestableComponent {
|
|
6
6
|
/**
|
|
7
7
|
* Addional CSS class names.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { PopoverProps as BlueprintPopoverProps } from "@blueprintjs/core";
|
|
3
3
|
export interface ContextOverlayProps extends Omit<BlueprintPopoverProps, "position"> {
|
|
4
4
|
/**
|
|
5
5
|
* `target` element to use as toggler for the overlay display.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { SimpleDialogProps } from
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SimpleDialogProps } from "./SimpleDialog";
|
|
3
3
|
export interface AlertDialogProps extends Omit<SimpleDialogProps, "intent"> {
|
|
4
4
|
/**
|
|
5
5
|
* set to true if alert dialog displays a success message
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { Overlay2Props as BlueprintOverlayProps } from "@blueprintjs/core";
|
|
3
|
+
import { TestableComponent } from "../interfaces";
|
|
4
|
+
export interface ModalProps extends TestableComponent, BlueprintOverlayProps {
|
|
4
5
|
children: React.ReactNode | React.ReactNode[];
|
|
5
6
|
/**
|
|
6
7
|
* A space-delimited list of class names to pass along to the BlueprintJS `Overlay` element that is used to create the modal.
|
|
@@ -38,5 +39,5 @@ export interface ModalProps extends BlueprintOverlayProps, BlueprintOverlayState
|
|
|
38
39
|
* Otherwise this element can be used to create own modal elements and edge cases for modal dialogs.
|
|
39
40
|
* Then it is recommended to use the `Card` element inside.
|
|
40
41
|
*/
|
|
41
|
-
export declare const Modal: ({ children, className, overlayClassName, size, canOutsideClickClose, canEscapeKeyClose, preventBackdrop, wrapperDivProps, modalFocusable, usePortal, forceTopPosition, onOpening, ...otherProps }: ModalProps) => React.JSX.Element;
|
|
42
|
+
export declare const Modal: ({ children, className, overlayClassName, size, canOutsideClickClose, canEscapeKeyClose, preventBackdrop, wrapperDivProps, modalFocusable, usePortal, forceTopPosition, onOpening, "data-test-id": dataTestId, "data-testid": dataTestid, ...otherProps }: ModalProps) => React.JSX.Element;
|
|
42
43
|
export default Modal;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { LabelProps } from "../Label/Label";
|
|
3
2
|
import { TestableComponent } from "../interfaces";
|
|
3
|
+
import { LabelProps } from "../Label/Label";
|
|
4
4
|
export interface FieldItemProps extends React.HTMLAttributes<HTMLDivElement>, TestableComponent {
|
|
5
5
|
/**
|
|
6
6
|
* Set primary state.
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export interface FieldSetProps extends Omit<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, "title"> {
|
|
3
3
|
/**
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
* Displays the fieldset inside a box.
|
|
5
|
+
* Background color of the box is set automatically regarding the set intent state.
|
|
6
|
+
*/
|
|
7
7
|
boxed?: boolean;
|
|
8
8
|
/**
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
* The fieldsetsection is displayed with primary color scheme.
|
|
10
|
+
*/
|
|
11
11
|
hasStatePrimary?: boolean;
|
|
12
12
|
/**
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
* The fieldset section is displayed with success (some type of green) color scheme.
|
|
14
|
+
*/
|
|
15
15
|
hasStateSuccess?: boolean;
|
|
16
16
|
/**
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
* The fieldset section is displayed with warning (some type of orange) color scheme.
|
|
18
|
+
*/
|
|
19
19
|
hasStateWarning?: boolean;
|
|
20
20
|
/**
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
* The fieldsetsection is displayed with danger (some type of red) color scheme.
|
|
22
|
+
*/
|
|
23
23
|
hasStateDanger?: boolean;
|
|
24
24
|
/**
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
* Optional helper text. If given then it is displayed after the title.
|
|
26
|
+
*/
|
|
27
27
|
helperText?: string | JSX.Element;
|
|
28
28
|
/**
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
* Optional notification text.
|
|
30
|
+
* If given then it is displayed before the fieldset content and is colored reagarding the set intent state.
|
|
31
|
+
*/
|
|
32
32
|
messageText?: string | JSX.Element;
|
|
33
33
|
/**
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
* Optional title, set the fieldset legend and if given it is display on top, colored reagarding the set intent state.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
37
|
title?: string | JSX.Element;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { ButtonProps } from "../Button/Button";
|
|
3
3
|
import { ValidIconName } from "./canonicalIconNames";
|
|
4
4
|
import { TestIconProps } from "./TestIcon";
|
|
5
|
-
interface ExtendedButtonProps extends Omit<ButtonProps, "icon" | "rightIcon" | "text" | "minimal" | "tooltip"> {
|
|
5
|
+
interface ExtendedButtonProps extends Omit<ButtonProps, "name" | "icon" | "rightIcon" | "text" | "minimal" | "tooltip"> {
|
|
6
6
|
/**
|
|
7
7
|
* Canonical icon name, or an array of strings.
|
|
8
8
|
* In case of the array the first valid icon name is used.
|
|
@@ -27,7 +27,7 @@ interface ExtendedButtonProps extends Omit<ButtonProps, "icon" | "rightIcon" | "
|
|
|
27
27
|
*/
|
|
28
28
|
minimal?: boolean;
|
|
29
29
|
}
|
|
30
|
-
export declare type IconButtonProps = ExtendedButtonProps
|
|
30
|
+
export declare type IconButtonProps = ExtendedButtonProps;
|
|
31
31
|
/** A button with an icon instead of text. */
|
|
32
32
|
export declare const IconButton: ({ className, name, text, tooltipProps, description, tooltipAsTitle, minimal, ...restProps }: IconButtonProps) => React.JSX.Element;
|
|
33
33
|
export default IconButton;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { LinkProps as CarbonLinkProps } from "carbon-components-react";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type LinkProps = CarbonLinkProps;
|
|
5
4
|
export declare const Link: ({ className, children, href, onClick, ...otherProps }: CarbonLinkProps) => React.JSX.Element;
|
|
6
5
|
export default Link;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { MenuProps as BlueprintMenuProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type MenuProps = BlueprintMenuProps;
|
|
5
4
|
export declare const Menu: ({ children, className, ...restProps }: MenuProps) => React.JSX.Element;
|
|
6
5
|
export default Menu;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { MenuDividerProps as BlueprintMenuDividerProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type MenuDividerProps = BlueprintMenuDividerProps;
|
|
5
4
|
export declare const MenuDivider: ({ children, className, ...restProps }: MenuDividerProps) => React.JSX.Element;
|
|
6
5
|
export default MenuDivider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { MenuItemProps as BlueprintMenuItemProps } from "@blueprintjs/core";
|
|
3
|
-
import { TestIconProps } from "./../Icon/TestIcon";
|
|
4
3
|
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
4
|
+
import { TestIconProps } from "./../Icon/TestIcon";
|
|
5
5
|
export interface MenuItemProps extends Omit<BlueprintMenuItemProps, "icon" | "children">, Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "onClick" | "onFocus" | "target" | "children"> {
|
|
6
6
|
icon?: ValidIconName | string[] | React.ReactElement<TestIconProps>;
|
|
7
7
|
children?: React.ReactNode;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { ToastProps as BlueprintToastProps } from "@blueprintjs/core";
|
|
3
|
+
import { TestableComponent } from "../interfaces";
|
|
4
|
+
import { ValidIconName } from "./../Icon/canonicalIconNames";
|
|
3
5
|
import { IconProps } from "./../Icon/Icon";
|
|
4
6
|
import { TestIconProps } from "./../Icon/TestIcon";
|
|
5
|
-
|
|
6
|
-
export interface NotificationProps extends Omit<BlueprintToastProps, "message" | "action" | "icon" | "intent">, React.HTMLAttributes<HTMLDivElement> {
|
|
7
|
+
export interface NotificationProps extends TestableComponent, Omit<BlueprintToastProps, "message" | "action" | "icon" | "intent">, React.HTMLAttributes<HTMLDivElement> {
|
|
7
8
|
/**
|
|
8
9
|
* Extra user action elements
|
|
9
10
|
*/
|
|
@@ -54,10 +55,15 @@ export interface NotificationProps extends Omit<BlueprintToastProps, "message" |
|
|
|
54
55
|
* Icon used as depiction that is displayed with the notification.
|
|
55
56
|
*/
|
|
56
57
|
iconName?: ValidIconName | null;
|
|
58
|
+
/**
|
|
59
|
+
* If set then a `div` element is used as wrapper.
|
|
60
|
+
* It uses the attributes given via this property.
|
|
61
|
+
*/
|
|
62
|
+
wrapperProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
57
63
|
}
|
|
58
64
|
/**
|
|
59
65
|
* Displays a notification message, optionally combined with depiction and further action buttons.
|
|
60
66
|
* By default it uses colorization of an blueish info alert.
|
|
61
67
|
*/
|
|
62
|
-
export declare const Notification: ({ actions, children, className, message, success, warning, danger, neutral, fullWidth, flexWidth, iconName, icon, timeout, ...otherProps }: NotificationProps) => React.JSX.Element;
|
|
68
|
+
export declare const Notification: ({ actions, children, className, message, success, warning, danger, neutral, fullWidth, flexWidth, iconName, icon, timeout, wrapperProps, "data-test-id": dataTestId, "data-testid": dataTestid, ...otherProps }: NotificationProps) => React.JSX.Element;
|
|
63
69
|
export default Notification;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { NotificationProps } from "./Notification";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type ToastProps = NotificationProps;
|
|
5
4
|
/**
|
|
6
5
|
* Displays a `Notification` with a pre-set `timeout` setting.
|
|
7
6
|
*/
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
3
|
-
}
|
|
2
|
+
export declare type OverviewItemDescriptionProps = React.HTMLAttributes<HTMLDivElement>;
|
|
4
3
|
export declare const OverviewItemDescription: ({ children, className, ...otherDivProps }: OverviewItemDescriptionProps) => React.JSX.Element;
|
|
5
4
|
export default OverviewItemDescription;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
3
|
-
}
|
|
2
|
+
export declare type PropertyValueListProps = React.HTMLAttributes<HTMLDListElement>;
|
|
4
3
|
export declare const PropertyValueList: ({ className, children, ...otherProps }: PropertyValueListProps) => React.JSX.Element;
|
|
5
4
|
export default PropertyValueList;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { RadioProps as BlueprintRadioProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export declare type RadioButtonProps = BlueprintRadioProps;
|
|
5
4
|
export declare const RadioButton: ({ children, className, ...restProps }: RadioButtonProps) => React.JSX.Element;
|
|
6
5
|
export default RadioButton;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { SelectProps as BlueprintSelectProps } from "@blueprintjs/select";
|
|
3
|
+
import { TestableComponent } from "../interfaces";
|
|
3
4
|
import { ButtonProps, ContextOverlayProps } from "./../../index";
|
|
4
|
-
export interface SelectProps<T> extends Omit<BlueprintSelectProps<T>, "popoverTargetProps" | "popoverContentProps" | "popoverProps" | "popoverRef">, Pick<ButtonProps, "icon" | "rightIcon"> {
|
|
5
|
+
export interface SelectProps<T> extends TestableComponent, Omit<BlueprintSelectProps<T>, "popoverTargetProps" | "popoverContentProps" | "popoverProps" | "popoverRef">, Pick<ButtonProps, "icon" | "rightIcon"> {
|
|
5
6
|
/**
|
|
6
7
|
* Textual representation of the the selected value.
|
|
7
8
|
* This is displayed if the select target is not controlled directly via `children` elements.
|
|
@@ -27,6 +28,11 @@ export interface SelectProps<T> extends Omit<BlueprintSelectProps<T>, "popoverTa
|
|
|
27
28
|
* Only works with the uncontrolled default select target.
|
|
28
29
|
*/
|
|
29
30
|
onClearanceText?: string;
|
|
31
|
+
/**
|
|
32
|
+
* If set then a `div` element is used as wrapper.
|
|
33
|
+
* It uses the attributes given via this property.
|
|
34
|
+
*/
|
|
35
|
+
wrapperProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
30
36
|
}
|
|
31
37
|
/**
|
|
32
38
|
* Create a Select box without the HTML select element.
|
|
@@ -34,7 +40,7 @@ export interface SelectProps<T> extends Omit<BlueprintSelectProps<T>, "popoverTa
|
|
|
34
40
|
*
|
|
35
41
|
* **Use this input element when the value is primarily selected from a defined set of elements.**
|
|
36
42
|
*/
|
|
37
|
-
export declare function Select<T>({ contextOverlayProps, className, children, text, placeholder, icon, rightIcon, onClearanceHandler, inputProps, onClearanceText, ...otherSelectProps }: SelectProps<T>): React.JSX.Element;
|
|
43
|
+
export declare function Select<T>({ contextOverlayProps, className, children, text, placeholder, icon, rightIcon, onClearanceHandler, inputProps, onClearanceText, "data-test-id": dataTestId, "data-testid": dataTestid, wrapperProps, ...otherSelectProps }: SelectProps<T>): React.JSX.Element;
|
|
38
44
|
export declare namespace Select {
|
|
39
45
|
var ofType: <U>() => (props: SelectProps<U>) => React.JSX.Element;
|
|
40
46
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
3
|
-
}
|
|
2
|
+
export declare type SectionProps = React.HTMLAttributes<HTMLElement>;
|
|
4
3
|
export declare const Section: ({ children, className, ...restProps }: SectionProps) => React.JSX.Element;
|
|
5
4
|
export default Section;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
3
|
-
}
|
|
2
|
+
export declare type SectionHeaderProps = React.HTMLAttributes<HTMLElement>;
|
|
4
3
|
export declare const SectionHeader: ({ children, className, ...restProps }: SectionHeaderProps) => React.JSX.Element;
|
|
5
4
|
export default SectionHeader;
|