@eccenca/gui-elements 23.8.0 → 24.0.0-rc.1
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 +21 -0
- package/README.md +18 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +1 -2
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +5 -1
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +8 -4
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/index.js +5 -1
- package/dist/cjs/cmem/ActivityControl/index.js.map +1 -1
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js +1 -2
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
- package/dist/cjs/cmem/ConfidenceValue/index.js +5 -1
- package/dist/cjs/cmem/ConfidenceValue/index.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js +6 -3
- 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/ContentBlobToggler/index.js +5 -1
- package/dist/cjs/cmem/ContentBlobToggler/index.js.map +1 -1
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +5 -1
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
- package/dist/cjs/cmem/index.js +5 -1
- package/dist/cjs/cmem/index.js.map +1 -1
- package/dist/cjs/cmem/markdown/highlightSearchWords.js.map +1 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +5 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/typing.js +3 -3
- package/dist/cjs/cmem/react-flow/configuration/typing.js.map +1 -1
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js +5 -1
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
- package/dist/cjs/cmem/react-flow/index.js +5 -1
- package/dist/cjs/cmem/react-flow/index.js.map +1 -1
- package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js +5 -1
- package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -1
- package/dist/cjs/common/Intent/index.js.map +1 -1
- package/dist/cjs/common/utils/CssCustomProperties.js +1 -1
- package/dist/cjs/common/utils/CssCustomProperties.js.map +1 -1
- package/dist/cjs/common/utils/characters.js.map +1 -1
- package/dist/cjs/common/utils/colorDecideContrastvalue.js.map +1 -1
- package/dist/cjs/common/utils/getColorConfiguration.js.map +1 -1
- package/dist/cjs/common/utils/getScrollParent.js.map +1 -1
- package/dist/cjs/common/utils/openInNewTab.js.map +1 -1
- package/dist/cjs/components/Accordion/Accordion.js +2 -2
- package/dist/cjs/components/Accordion/Accordion.js.map +1 -1
- package/dist/cjs/components/Accordion/AccordionItem.js +3 -2
- package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/cjs/components/Accordion/index.js +5 -1
- package/dist/cjs/components/Accordion/index.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationContent.js +2 -2
- package/dist/cjs/components/Application/ApplicationContent.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationHeader.js +3 -2
- package/dist/cjs/components/Application/ApplicationHeader.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js +2 -2
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js +2 -2
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationTitle.js +2 -2
- package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbar.js +3 -2
- package/dist/cjs/components/Application/ApplicationToolbar.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarAction.js +3 -2
- package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js +3 -2
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js.map +1 -1
- package/dist/cjs/components/Application/helper.js.map +1 -1
- package/dist/cjs/components/Application/index.js +5 -1
- package/dist/cjs/components/Application/index.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +8 -4
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js +2 -2
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +9 -6
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/index.js +5 -1
- package/dist/cjs/components/AutocompleteField/index.js.map +1 -1
- package/dist/cjs/components/Badge/Badge.js +1 -2
- package/dist/cjs/components/Badge/Badge.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +5 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/index.js +5 -1
- package/dist/cjs/components/Breadcrumb/index.js.map +1 -1
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/Card/CardHeader.js.map +1 -1
- package/dist/cjs/components/Card/index.js +5 -1
- package/dist/cjs/components/Card/index.js.map +1 -1
- package/dist/cjs/components/CodeAutocompleteField/CodeAutocompleteField.js +1 -2
- package/dist/cjs/components/CodeAutocompleteField/CodeAutocompleteField.js.map +1 -1
- package/dist/cjs/components/CodeAutocompleteField/index.js +5 -1
- package/dist/cjs/components/CodeAutocompleteField/index.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/index.js +5 -1
- package/dist/cjs/components/ContextOverlay/index.js.map +1 -1
- package/dist/cjs/components/Depiction/Depiction.js +6 -3
- package/dist/cjs/components/Depiction/Depiction.js.map +1 -1
- package/dist/cjs/components/Dialog/AlertDialog.js.map +1 -1
- package/dist/cjs/components/Dialog/Modal.js +1 -1
- package/dist/cjs/components/Dialog/Modal.js.map +1 -1
- package/dist/cjs/components/Dialog/index.js +5 -1
- package/dist/cjs/components/Dialog/index.js.map +1 -1
- package/dist/cjs/components/Form/FieldItem.js.map +1 -1
- package/dist/cjs/components/Form/FieldSet.js.map +1 -1
- package/dist/cjs/components/Form/index.js +5 -1
- package/dist/cjs/components/Form/index.js.map +1 -1
- package/dist/cjs/components/Grid/Grid.js +2 -3
- package/dist/cjs/components/Grid/Grid.js.map +1 -1
- package/dist/cjs/components/Grid/GridColumn.js +2 -3
- package/dist/cjs/components/Grid/GridColumn.js.map +1 -1
- package/dist/cjs/components/Grid/GridRow.js +2 -2
- package/dist/cjs/components/Grid/GridRow.js.map +1 -1
- package/dist/cjs/components/Grid/index.js +5 -1
- package/dist/cjs/components/Grid/index.js.map +1 -1
- package/dist/cjs/components/Icon/BaseIcon.js +2 -3
- package/dist/cjs/components/Icon/BaseIcon.js.map +1 -1
- package/dist/cjs/components/Icon/Icon.js.map +1 -1
- package/dist/cjs/components/Icon/canonicalIconNames.js +9 -4
- package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/cjs/components/Icon/index.js +5 -1
- package/dist/cjs/components/Icon/index.js.map +1 -1
- package/dist/cjs/components/Iframe/Iframe.js +5 -1
- package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
- package/dist/cjs/components/Iframe/index.js +5 -1
- package/dist/cjs/components/Iframe/index.js.map +1 -1
- package/dist/cjs/components/InteractionGate/InteractionGate.js +5 -1
- package/dist/cjs/components/InteractionGate/InteractionGate.js.map +1 -1
- package/dist/cjs/components/Link/Link.js +2 -2
- package/dist/cjs/components/Link/Link.js.map +1 -1
- package/dist/cjs/components/List/List.js +6 -3
- package/dist/cjs/components/List/List.js.map +1 -1
- package/dist/cjs/components/Menu/index.js +5 -1
- package/dist/cjs/components/Menu/index.js.map +1 -1
- package/dist/cjs/components/MultiSelect/MultiSelect.js +12 -5
- package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/cjs/components/MultiSuggestField/MultiSuggestField.js +1 -2
- package/dist/cjs/components/MultiSuggestField/MultiSuggestField.js.map +1 -1
- package/dist/cjs/components/Notification/Notification.js.map +1 -1
- package/dist/cjs/components/Notification/index.js +5 -1
- package/dist/cjs/components/Notification/index.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItem.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/cjs/components/OverviewItem/index.js +5 -1
- package/dist/cjs/components/OverviewItem/index.js.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.js +7 -3
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/ProgressBar/index.js +5 -1
- package/dist/cjs/components/ProgressBar/index.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/PropertyValuePair.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/index.js +5 -1
- package/dist/cjs/components/PropertyValuePair/index.js.map +1 -1
- package/dist/cjs/components/Select/Select.js +1 -2
- package/dist/cjs/components/Select/Select.js.map +1 -1
- package/dist/cjs/components/Separation/Divider.js +1 -2
- package/dist/cjs/components/Separation/Divider.js.map +1 -1
- package/dist/cjs/components/Skeleton/Skeleton.js +1 -2
- package/dist/cjs/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/cjs/components/Spinner/Spinner.js +5 -1
- package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
- package/dist/cjs/components/Sticky/StickyTarget.js.map +1 -1
- package/dist/cjs/components/Sticky/index.js +5 -1
- package/dist/cjs/components/Sticky/index.js.map +1 -1
- package/dist/cjs/components/Structure/TitleMainsection.js.map +1 -1
- package/dist/cjs/components/Structure/TitlePage.js.map +1 -1
- package/dist/cjs/components/Structure/index.js +5 -1
- package/dist/cjs/components/Structure/index.js.map +1 -1
- package/dist/cjs/components/SuggestField/SuggestField.js +1 -2
- package/dist/cjs/components/SuggestField/SuggestField.js.map +1 -1
- package/dist/cjs/components/SuggestField/index.js +5 -1
- package/dist/cjs/components/SuggestField/index.js.map +1 -1
- package/dist/cjs/components/Switch/Switch.js +5 -1
- package/dist/cjs/components/Switch/Switch.js.map +1 -1
- package/dist/cjs/components/Table/Table.js +5 -4
- package/dist/cjs/components/Table/Table.js.map +1 -1
- package/dist/cjs/components/Table/TableCell.js +4 -4
- package/dist/cjs/components/Table/TableCell.js.map +1 -1
- package/dist/cjs/components/Table/TableContainer.js +5 -6
- package/dist/cjs/components/Table/TableContainer.js.map +1 -1
- package/dist/cjs/components/Table/TableExpandHeader.js +4 -4
- package/dist/cjs/components/Table/TableExpandHeader.js.map +1 -1
- package/dist/cjs/components/Table/TableExpandRow.js +6 -6
- package/dist/cjs/components/Table/TableExpandRow.js.map +1 -1
- package/dist/cjs/components/Table/TableRow.js +3 -4
- package/dist/cjs/components/Table/TableRow.js.map +1 -1
- package/dist/cjs/components/Table/index.js +10 -6
- package/dist/cjs/components/Table/index.js.map +1 -1
- package/dist/cjs/components/Tabs/Tab.js.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.js +5 -1
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/Tabs/index.js +5 -1
- package/dist/cjs/components/Tabs/index.js.map +1 -1
- package/dist/cjs/components/Tag/Tag.js.map +1 -1
- package/dist/cjs/components/Tag/TagList.js.map +1 -1
- package/dist/cjs/components/TextField/TextArea.js.map +1 -1
- package/dist/cjs/components/TextField/TextField.js.map +1 -1
- package/dist/cjs/components/TextField/index.js +5 -1
- package/dist/cjs/components/TextField/index.js.map +1 -1
- package/dist/cjs/components/TextField/useTextValidation.js.map +1 -1
- package/dist/cjs/components/Toolbar/index.js +5 -1
- package/dist/cjs/components/Toolbar/index.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/components/Tree/Tree.js +5 -1
- package/dist/cjs/components/Tree/Tree.js.map +1 -1
- package/dist/cjs/components/Typography/Highlighter.js +5 -5
- package/dist/cjs/components/Typography/Highlighter.js.map +1 -1
- package/dist/cjs/components/Typography/HtmlContentBlock.js +5 -1
- package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js +5 -1
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/cjs/components/Typography/index.js +5 -1
- package/dist/cjs/components/Typography/index.js.map +1 -1
- package/dist/cjs/components/Workspace/index.js +5 -1
- package/dist/cjs/components/Workspace/index.js.map +1 -1
- package/dist/cjs/components/index.js +5 -1
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/extensions/codemirror/CodeMirror.js +5 -1
- package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/cjs/extensions/index.js +5 -1
- package/dist/cjs/extensions/index.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +5 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js +5 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js +5 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js +5 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/getSmoothStepPath.js +1 -2
- package/dist/cjs/extensions/react-flow/edges/getSmoothStepPath.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/utils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js +5 -1
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleDefault.js +5 -1
- package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/index.js +5 -1
- package/dist/cjs/extensions/react-flow/index.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +5 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +2 -2
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +6 -2
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +5 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/versionsupport.js.map +1 -1
- package/dist/cjs/index.js +5 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/AffirmativeButton.js +1 -2
- package/dist/cjs/legacy-replacements/Button/AffirmativeButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/Button.js +2 -2
- package/dist/cjs/legacy-replacements/Button/Button.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/DismissiveButton.js +1 -2
- package/dist/cjs/legacy-replacements/Button/DismissiveButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Button/DisruptiveButton.js +1 -2
- package/dist/cjs/legacy-replacements/Button/DisruptiveButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Checkbox/Checkbox.js +1 -2
- package/dist/cjs/legacy-replacements/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/legacy-replacements/Radio/RadioButton.js +1 -2
- package/dist/cjs/legacy-replacements/Radio/RadioButton.js.map +1 -1
- package/dist/cjs/legacy-replacements/Tabs/Tabs.js +1 -2
- package/dist/cjs/legacy-replacements/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/legacy-replacements/TextField/TextField.js +1 -2
- package/dist/cjs/legacy-replacements/TextField/TextField.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js +1 -1
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
- package/dist/esm/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
- package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
- package/dist/esm/cmem/markdown/highlightSearchWords.js.map +1 -1
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
- package/dist/esm/common/Intent/index.js.map +1 -1
- package/dist/esm/common/utils/CssCustomProperties.js +1 -1
- package/dist/esm/common/utils/CssCustomProperties.js.map +1 -1
- package/dist/esm/common/utils/characters.js.map +1 -1
- package/dist/esm/common/utils/colorDecideContrastvalue.js.map +1 -1
- package/dist/esm/common/utils/getColorConfiguration.js.map +1 -1
- package/dist/esm/common/utils/getScrollParent.js.map +1 -1
- package/dist/esm/common/utils/openInNewTab.js.map +1 -1
- package/dist/esm/components/Accordion/Accordion.js +1 -1
- package/dist/esm/components/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/Accordion/AccordionItem.js +2 -1
- package/dist/esm/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/esm/components/Application/ApplicationContent.js +1 -1
- package/dist/esm/components/Application/ApplicationContent.js.map +1 -1
- package/dist/esm/components/Application/ApplicationHeader.js +2 -1
- package/dist/esm/components/Application/ApplicationHeader.js.map +1 -1
- package/dist/esm/components/Application/ApplicationSidebarNavigation.js +1 -1
- package/dist/esm/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/esm/components/Application/ApplicationSidebarToggler.js +1 -1
- package/dist/esm/components/Application/ApplicationSidebarToggler.js.map +1 -1
- package/dist/esm/components/Application/ApplicationTitle.js +1 -1
- package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbar.js +2 -1
- package/dist/esm/components/Application/ApplicationToolbar.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarAction.js +2 -1
- package/dist/esm/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarPanel.js +2 -1
- package/dist/esm/components/Application/ApplicationToolbarPanel.js.map +1 -1
- package/dist/esm/components/Application/helper.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +1 -1
- 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.map +1 -1
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js +2 -2
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Card/CardHeader.js.map +1 -1
- package/dist/esm/components/Depiction/Depiction.js.map +1 -1
- package/dist/esm/components/Dialog/AlertDialog.js.map +1 -1
- package/dist/esm/components/Dialog/Modal.js +1 -1
- package/dist/esm/components/Dialog/Modal.js.map +1 -1
- package/dist/esm/components/Form/FieldItem.js.map +1 -1
- package/dist/esm/components/Form/FieldSet.js.map +1 -1
- package/dist/esm/components/Grid/Grid.js +1 -2
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Grid/GridColumn.js +1 -2
- package/dist/esm/components/Grid/GridColumn.js.map +1 -1
- package/dist/esm/components/Grid/GridRow.js +1 -1
- package/dist/esm/components/Grid/GridRow.js.map +1 -1
- package/dist/esm/components/Icon/BaseIcon.js +2 -3
- package/dist/esm/components/Icon/BaseIcon.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/canonicalIconNames.js +4 -3
- package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/esm/components/Iframe/Iframe.js.map +1 -1
- package/dist/esm/components/InteractionGate/InteractionGate.js.map +1 -1
- package/dist/esm/components/Link/Link.js +1 -1
- package/dist/esm/components/Link/Link.js.map +1 -1
- package/dist/esm/components/List/List.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js +8 -6
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/Notification/Notification.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItem.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js +1 -1
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyValuePair.js.map +1 -1
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Sticky/StickyTarget.js.map +1 -1
- package/dist/esm/components/Structure/TitleMainsection.js.map +1 -1
- package/dist/esm/components/Structure/TitlePage.js.map +1 -1
- package/dist/esm/components/Table/Table.js +2 -1
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/components/Table/TableCell.js +2 -1
- package/dist/esm/components/Table/TableCell.js.map +1 -1
- package/dist/esm/components/Table/TableContainer.js +1 -1
- package/dist/esm/components/Table/TableContainer.js.map +1 -1
- package/dist/esm/components/Table/TableExpandHeader.js +3 -2
- package/dist/esm/components/Table/TableExpandHeader.js.map +1 -1
- package/dist/esm/components/Table/TableExpandRow.js +2 -1
- package/dist/esm/components/Table/TableExpandRow.js.map +1 -1
- package/dist/esm/components/Table/TableRow.js +1 -1
- 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.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Tag/Tag.js.map +1 -1
- package/dist/esm/components/Tag/TagList.js.map +1 -1
- package/dist/esm/components/TextField/TextArea.js.map +1 -1
- package/dist/esm/components/TextField/TextField.js.map +1 -1
- package/dist/esm/components/TextField/useTextValidation.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Typography/Highlighter.js.map +1 -1
- package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/getSmoothStepPath.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/utils.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
- package/dist/esm/extensions/react-flow/versionsupport.js.map +1 -1
- package/dist/esm/legacy-replacements/Button/Button.js.map +1 -1
- package/dist/esm/legacy-replacements/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/legacy-replacements/Radio/RadioButton.js.map +1 -1
- package/dist/esm/legacy-replacements/TextField/TextField.js.map +1 -1
- package/dist/types/cmem/ActivityControl/ActivityControlTypes.d.ts +3 -3
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +2 -2
- package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +6 -6
- package/dist/types/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.d.ts +2 -2
- package/dist/types/cmem/markdown/Markdown.d.ts +1 -1
- package/dist/types/cmem/react-flow/StickyNoteModal/StickyNoteModal.d.ts +2 -2
- package/dist/types/cmem/react-flow/configuration/graph.d.ts +0 -1
- package/dist/types/cmem/react-flow/configuration/linking.d.ts +0 -1
- package/dist/types/cmem/react-flow/configuration/unspecified.d.ts +1 -2
- package/dist/types/cmem/react-flow/configuration/workflow.d.ts +0 -1
- package/dist/types/cmem/react-flow/extensions/scrollOnDragHook.d.ts +1 -1
- package/dist/types/common/Intent/index.d.ts +1 -1
- package/dist/types/common/index.d.ts +4 -5
- package/dist/types/common/utils/CssCustomProperties.d.ts +1 -1
- package/dist/types/common/utils/characters.d.ts +1 -1
- package/dist/types/common/utils/colorDecideContrastvalue.d.ts +1 -1
- package/dist/types/common/utils/getColorConfiguration.d.ts +1 -1
- package/dist/types/common/utils/openInNewTab.d.ts +1 -1
- package/dist/types/components/Accordion/Accordion.d.ts +4 -3
- package/dist/types/components/Accordion/AccordionItem.d.ts +4 -3
- package/dist/types/components/Application/ApplicationHeader.d.ts +4 -2
- package/dist/types/components/Application/ApplicationSidebarNavigation.d.ts +2 -2
- package/dist/types/components/Application/ApplicationSidebarToggler.d.ts +2 -2
- package/dist/types/components/Application/ApplicationTitle.d.ts +5 -17
- package/dist/types/components/Application/ApplicationToolbar.d.ts +3 -2
- package/dist/types/components/Application/ApplicationToolbarAction.d.ts +4 -2
- package/dist/types/components/Application/ApplicationToolbarPanel.d.ts +3 -2
- package/dist/types/components/Application/ApplicationToolbarSection.d.ts +1 -1
- package/dist/types/components/AutoSuggestion/AutoSuggestion.d.ts +2 -2
- package/dist/types/components/AutoSuggestion/AutoSuggestionList.d.ts +1 -1
- package/dist/types/components/AutoSuggestion/ExtendedCodeEditor.d.ts +1 -1
- package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +5 -5
- package/dist/types/components/AutocompleteField/autoCompleteFieldUtils.d.ts +1 -1
- package/dist/types/components/AutocompleteField/index.d.ts +1 -2
- package/dist/types/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +2 -2
- package/dist/types/components/Card/CardActionsAux.d.ts +1 -1
- package/dist/types/components/Card/CardOptions.d.ts +1 -1
- package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/components/CodeAutocompleteField/CodeAutocompleteField.d.ts +1 -1
- package/dist/types/components/Dialog/AlertDialog.d.ts +1 -1
- package/dist/types/components/Grid/Grid.d.ts +2 -2
- package/dist/types/components/Grid/GridColumn.d.ts +3 -3
- package/dist/types/components/Grid/GridRow.d.ts +2 -2
- package/dist/types/components/Icon/BaseIcon.d.ts +7 -3
- package/dist/types/components/Icon/IconButton.d.ts +1 -1
- package/dist/types/components/Icon/canonicalIconNames.d.ts +163 -6
- package/dist/types/components/Link/Link.d.ts +3 -3
- package/dist/types/components/Menu/Menu.d.ts +1 -1
- package/dist/types/components/Menu/MenuDivider.d.ts +1 -1
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +8 -3
- package/dist/types/components/MultiSuggestField/MultiSuggestField.d.ts +1 -1
- package/dist/types/components/Notification/Toast.d.ts +1 -1
- package/dist/types/components/NumericInput/NumericInput.d.ts +0 -1
- package/dist/types/components/OverviewItem/OverviewItemDescription.d.ts +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +1 -1
- package/dist/types/components/RadioButton/RadioButton.d.ts +1 -1
- package/dist/types/components/Spinner/Spinner.d.ts +4 -4
- package/dist/types/components/Structure/Section.d.ts +1 -1
- package/dist/types/components/Structure/SectionHeader.d.ts +1 -1
- package/dist/types/components/Structure/TitleMainsection.d.ts +1 -1
- package/dist/types/components/Structure/TitlePage.d.ts +1 -1
- package/dist/types/components/Structure/TitleSubsection.d.ts +9 -9
- package/dist/types/components/SuggestField/SuggestField.d.ts +1 -1
- package/dist/types/components/SuggestField/index.d.ts +1 -2
- package/dist/types/components/Table/Table.d.ts +4 -3
- package/dist/types/components/Table/TableCell.d.ts +2 -1
- package/dist/types/components/Table/TableContainer.d.ts +4 -3
- package/dist/types/components/Table/TableExpandHeader.d.ts +2 -2
- package/dist/types/components/Table/TableExpandRow.d.ts +3 -2
- package/dist/types/components/Table/TableRow.d.ts +1 -1
- package/dist/types/components/Table/index.d.ts +1 -1
- package/dist/types/components/Tabs/Tab.d.ts +32 -38
- package/dist/types/components/Typography/WhiteSpaceContainer.d.ts +1 -1
- package/dist/types/components/Workspace/WorkspaceContent.d.ts +1 -1
- package/dist/types/components/Workspace/WorkspaceHeader.d.ts +1 -1
- package/dist/types/components/Workspace/WorkspaceMain.d.ts +1 -1
- package/dist/types/components/Workspace/WorkspaceSide.d.ts +1 -1
- package/dist/types/extensions/codemirror/CodeMirror.d.ts +2 -2
- package/dist/types/extensions/react-flow/edges/edgeTypes.d.ts +0 -1
- package/dist/types/extensions/react-flow/handles/HandleDefault.d.ts +2 -2
- package/dist/types/extensions/react-flow/index.d.ts +0 -1
- package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +7 -7
- package/dist/types/extensions/react-flow/nodes/NodeDefault.d.ts +1 -1
- package/dist/types/extensions/react-flow/nodes/nodeTypes.d.ts +10 -11
- package/dist/types/extensions/react-flow/nodes/nodeUtils.d.ts +1 -1
- package/dist/types/extensions/react-flow/nodes/sharedTypes.d.ts +2 -2
- package/package.json +40 -51
- package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +4 -22
- package/src/cmem/ConfidenceValue/ConfidenceValue.stories.tsx +3 -3
- package/src/cmem/markdown/Markdown.stories.tsx +3 -3
- package/src/components/Accordion/Accordion.tsx +4 -3
- package/src/components/Accordion/AccordionItem.tsx +6 -5
- package/src/components/Accordion/accordion.scss +12 -1
- package/src/components/Application/ApplicationContent.tsx +1 -1
- package/src/components/Application/ApplicationHeader.tsx +5 -2
- package/src/components/Application/ApplicationSidebarNavigation.tsx +2 -2
- package/src/components/Application/ApplicationSidebarToggler.tsx +1 -1
- package/src/components/Application/ApplicationTitle.tsx +3 -18
- package/src/components/Application/ApplicationToolbar.tsx +4 -4
- package/src/components/Application/ApplicationToolbarAction.tsx +7 -5
- package/src/components/Application/ApplicationToolbarPanel.tsx +5 -2
- package/src/components/Application/_config.scss +1 -1
- package/src/components/Application/_content.scss +1 -1
- package/src/components/Application/_header.scss +28 -11
- package/src/components/Application/_sidebar.scss +1 -1
- package/src/components/Application/_toolbar.scss +1 -1
- package/src/components/Application/application.scss +3 -3
- package/src/components/Application/stories/Application.stories.tsx +139 -0
- package/src/components/AutoSuggestion/AutoSuggestionList.tsx +2 -2
- package/src/components/Badge/Badge.stories.tsx +3 -3
- package/src/components/Breadcrumb/stories/BreadcrumbItem.stories.tsx +3 -3
- package/src/components/Card/stories/Card.stories.tsx +4 -4
- package/src/components/Card/stories/CardActions.stories.tsx +3 -3
- package/src/components/Card/stories/CardContent.stories.tsx +3 -3
- package/src/components/Card/stories/CardHeader.stories.tsx +3 -3
- package/src/components/Card/stories/CardOptions.stories.tsx +3 -3
- package/src/components/Card/stories/CardTitle.stories.tsx +3 -3
- package/src/components/Checkbox/Stories/Checkbox.stories.tsx +3 -3
- package/src/components/CodeAutocompleteField/CodeAutocompleteField.stories.tsx +4 -0
- package/src/components/Form/Stories/FieldItem.stories.tsx +3 -3
- package/src/components/Form/Stories/FieldItemRow.stories.tsx +3 -3
- package/src/components/Grid/Grid.tsx +4 -3
- package/src/components/Grid/GridColumn.tsx +4 -4
- package/src/components/Grid/GridRow.tsx +3 -2
- package/src/components/Grid/grid.scss +1 -1
- package/src/components/Grid/stories/Grid.stories.tsx +3 -3
- package/src/components/Grid/stories/GridColumn.stories.tsx +4 -4
- package/src/components/Grid/stories/GridRow.stories.tsx +4 -4
- package/src/components/HoverToggler/HoverToggler.stories.tsx +3 -3
- package/src/components/Icon/BaseIcon.tsx +10 -3
- package/src/components/Icon/canonicalIconNames.tsx +6 -163
- package/src/components/Icon/stories/Icon.stories.tsx +3 -0
- package/src/components/InteractionGate/InteractionGate.stories.tsx +3 -3
- package/src/components/Label/Label.stories.tsx +3 -3
- package/src/components/Link/Link.tsx +3 -3
- package/src/components/Link/link.scss +1 -1
- package/src/components/MultiSelect/MultiSelect.tsx +13 -3
- package/src/components/MultiSuggestField/MultiSuggestField.stories.tsx +16 -0
- package/src/components/MultiSuggestField/tests/MultiSuggestField.test.tsx +63 -1
- package/src/components/Notification/Notification.stories.tsx +3 -3
- package/src/components/Pagination/Pagination.tsx +2 -1
- package/src/components/Pagination/Stories/Pagination.stories.tsx +4 -4
- package/src/components/Pagination/pagination.scss +70 -1
- package/src/components/ProgressBar/Stories/ProgressBar.stories.tsx +3 -3
- package/src/components/RadioButton/Stories/RadioButton.stories.tsx +3 -3
- package/src/components/Separation/Stories/Divider.stories.tsx +3 -3
- package/src/components/Separation/Stories/Spacing.stories.tsx +3 -3
- package/src/components/Spinner/Stories/spinner.stories.tsx +3 -3
- package/src/components/Switch/Stories/Switch.stories.tsx +3 -3
- package/src/components/Table/Table.tsx +4 -5
- package/src/components/Table/TableCell.tsx +4 -1
- package/src/components/Table/TableContainer.tsx +11 -3
- package/src/components/Table/TableExpandHeader.tsx +7 -5
- package/src/components/Table/TableExpandRow.tsx +6 -3
- package/src/components/Table/TableRow.tsx +2 -1
- package/src/components/Table/index.tsx +1 -1
- package/src/components/Table/table.scss +5 -5
- package/src/components/Tabs/stories/Tab.stories.tsx +3 -3
- package/src/components/Tabs/stories/TabPanel.stories.tsx +3 -3
- package/src/components/Tabs/stories/TabTitle.stories.tsx +3 -3
- package/src/components/Tabs/stories/Tabs.stories.tsx +3 -3
- package/src/components/Tag/stories/Tag.stories.tsx +3 -3
- package/src/components/Tag/stories/TagList.stories.tsx +3 -3
- package/src/components/TextField/stories/SearchField.stories.tsx +4 -4
- package/src/components/TextField/stories/TextField.stories.tsx +3 -3
- package/src/components/Toolbar/Toolbar.stories.tsx +3 -3
- package/src/components/Tree/Tree.stories.tsx +3 -3
- package/src/components/Typography/stories/WhiteSpaceContainer.stories.tsx +3 -3
- package/src/extensions/codemirror/CodeMirror.stories.tsx +3 -3
- package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +3 -3
- package/src/extensions/react-flow/nodes/stories/NodeContentExtension.stories.tsx +3 -3
- package/src/includes/carbon-components/_components.scss +4 -4
- package/src/includes/carbon-components/_requisits.scss +12 -8
- package/src/includes/carbon-components/_variables.scss +1 -1
- package/src/legacy-replacements/Tabs/Tabs.stories.tsx +3 -11
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
export interface GridProps extends Omit<
|
|
2
|
+
import { GridProps as CarbonGridProps } from "@carbon/react/es/components/Grid";
|
|
3
|
+
export interface GridProps extends Omit<CarbonGridProps<"article" | "section" | "div">, "fullWidth" | "columns" | "narrow" | "as"> {
|
|
4
4
|
/**
|
|
5
5
|
* The available grid height can be distributed between multiple rows.
|
|
6
6
|
* To do so the `verticalStretched` property must be set for the `<GridRow />` element that need to be stretched.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
export interface GridColumnProps extends Omit<
|
|
2
|
+
import { ColumnProps as CarbonGridColumnProps } from "@carbon/react/es/components/Grid/Column";
|
|
3
|
+
export interface GridColumnProps extends Omit<CarbonGridColumnProps<"div">, "max" | "xlg" | "lg" | "md" | "sm"> {
|
|
4
4
|
/**
|
|
5
5
|
* Column width is small, using 3 (or 2, on medium viewports) parts out of 16.
|
|
6
6
|
* This boolean property is basically a quick switch for setting `{ md:2, lg:3 }`.
|
|
@@ -18,7 +18,7 @@ export interface GridColumnProps extends Omit<ColumnDefaultProps, "max" | "xlg"
|
|
|
18
18
|
/**
|
|
19
19
|
* Overwrite column sizes by using the original size config of the Carbon grid column.
|
|
20
20
|
*/
|
|
21
|
-
carbonSizeConfig?: Pick<
|
|
21
|
+
carbonSizeConfig?: Pick<CarbonGridColumnProps<"div">, "max" | "xlg" | "lg" | "md" | "sm">;
|
|
22
22
|
/**
|
|
23
23
|
* @deprecated
|
|
24
24
|
* Grid column always uses full width if it is the only column and does not have any othe size config.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
export interface GridRowProps extends Omit<
|
|
2
|
+
import { RowProps as CarbonRowProps } from "@carbon/react/es/components/Grid/Row";
|
|
3
|
+
export interface GridRowProps extends Omit<CarbonRowProps<"div">, "narrow"> {
|
|
4
4
|
/**
|
|
5
5
|
* Do not wrap column children when there is not enough space available.
|
|
6
6
|
* This only works for grids on medium sized and larger viewports.
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { CarbonIconProps, CarbonIconType } from "@carbon/react/icons";
|
|
3
3
|
import { IntentTypes } from "../../common/Intent";
|
|
4
4
|
import { TooltipProps } from "./../Tooltip/Tooltip";
|
|
5
|
-
import { CarbonIconType } from "./canonicalIconNames";
|
|
6
5
|
export interface BaseIconProps extends Omit<CarbonIconProps, "icon" | "description" | "name"> {
|
|
7
6
|
/**
|
|
8
7
|
* Carbon icon component that is used.
|
|
@@ -31,15 +30,20 @@ export interface BaseIconProps extends Omit<CarbonIconProps, "icon" | "descripti
|
|
|
31
30
|
className?: string;
|
|
32
31
|
/**
|
|
33
32
|
* Description for icon as accessibility fallback.
|
|
33
|
+
* @deprecated Use `title` as replacement.
|
|
34
34
|
*/
|
|
35
35
|
description?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Additonal tooltip properties, e.g. `hoverOpenDelay`.
|
|
38
38
|
*/
|
|
39
39
|
tooltipProps?: Partial<Omit<TooltipProps, "content" | "children">>;
|
|
40
|
+
/**
|
|
41
|
+
* @deprecated Use `title` as replacement.
|
|
42
|
+
*/
|
|
43
|
+
iconTitle?: CarbonIconProps["title"];
|
|
40
44
|
}
|
|
41
45
|
/**
|
|
42
46
|
* The base icon provides the basic functionality that is necessary to wrap the Carbon icon component.
|
|
43
47
|
*/
|
|
44
|
-
declare function BaseIcon({ iconComponent, className, large, small, tooltipText, tooltipProps, intent, description, tabIndex, ...restProps }: BaseIconProps): React.JSX.Element;
|
|
48
|
+
declare function BaseIcon({ iconComponent, className, large, small, tooltipText, tooltipProps, intent, description, iconTitle, tabIndex, ...restProps }: BaseIconProps): React.JSX.Element;
|
|
45
49
|
export default BaseIcon;
|
|
@@ -27,7 +27,7 @@ interface ExtendedButtonProps extends Omit<ButtonProps, "name" | "icon" | "right
|
|
|
27
27
|
*/
|
|
28
28
|
minimal?: boolean;
|
|
29
29
|
}
|
|
30
|
-
export
|
|
30
|
+
export 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,12 +1,169 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export declare type ValidIconName = "application-activities" | "application-dataintegration" | "application-explore" | "application-homepage" | "application-legacygui" | "application-mapping" | "application-queries" | "application-useraccount" | "application-vocabularies" | "application-warning" | "application-hotkeys" | "application-notification" | "artefact-chatlog" | "artefact-commit" | "artefact-customtask" | "artefact-dataset" | "artefact-dataset-csv" | "artefact-dataset-eccencadataplatform" | "artefact-dataset-excel" | "artefact-dataset-file" | "artefact-dataset-jdbc" | "artefact-dataset-json" | "artefact-dataset-multicsv" | "artefact-dataset-neo4j" | "artefact-dataset-sparkview" | "artefact-dataset-sparqlendpoint" | "artefact-dataset-sqlendpoint" | "artefact-dataset-xml" | "artefact-deprecated" | "artefact-embedded" | "artefact-errorlog" | "artefact-file" | "artefact-linking" | "artefact-project" | "artefact-rawdata" | "artefact-remote" | "artefact-report" | "artefact-task" | "artefact-transform" | "artefact-uncategorized" | "artefact-workflow" | "data-boolean" | "data-sourcepath" | "data-targetpath" | "data-string" | "data-date" | "data-time" | "data-datetime" | "data-number" | "entity-human" | "entity-robot" | "item-add-artefact" | "item-clone" | "item-comment" | "item-copy" | "item-download" | "item-draggable" | "item-edit" | "item-evaluation" | "item-execution" | "item-info" | "item-launch" | "item-moremenu" | "item-question" | "item-reload" | "item-remove" | "item-reset" | "item-save" | "item-settings" | "item-shuffle" | "item-skip-forward" | "item-start" | "item-stop" | "item-upload" | "item-vertmenu" | "item-viewdetails" | "item-hidedetails" | "list-sort" | "list-sortasc" | "list-sortdesc" | "module-accesscontrol" | "module-annotation" | "module-dashboard" | "module-gdprsearch" | "module-integrations" | "module-linkedrules" | "module-reports" | "module-search" | "module-thesauri" | "module-timetracker" | "module-visualization" | "navigation-back" | "navigation-close" | "navigation-down" | "navigation-extern" | "navigation-first" | "navigation-forth" | "navigation-jump" | "navigation-last" | "navigation-left" | "navigation-next" | "navigation-previous" | "navigation-right" | "navigation-up" | "operation-aggregation" | "operation-autolayout" | "operation-clear" | "operation-commit" | "operation-comparison" | "operation-erase" | "operation-filter" | "operation-filteredit" | "operation-filterremove" | "operation-fix" | "operation-link" | "operation-logout" | "operation-magic" | "operation-merge" | "operation-redo" | "operation-search" | "operation-sharelink" | "operation-transform" | "operation-translate" | "operation-undo" | "operation-unlink" | "state-checked" | "state-checkedsimple" | "state-confirmed" | "state-danger" | "state-declined" | "state-info" | "state-locked" | "state-partlychecked" | "state-protected" | "state-success" | "state-unchecked" | "state-unlocked" | "state-warning" | "toggler-caret" | "toggler-caretright" | "toggler-caretdown" | "toggler-maximize" | "toggler-minimize" | "toggler-moveleft" | "toggler-moveright" | "toggler-list" | "toggler-rowexpand" | "toggler-rowcollapse" | "toggler-showless" | "toggler-showmore" | "toggler-star-empty" | "toggler-star-filled" | "toggler-table" | "toggler-tree" | "form-template" | "undefined";
|
|
5
|
-
export declare type CarbonIconType = React.ComponentType<CarbonIconProps>;
|
|
1
|
+
import * as icons from "@carbon/react/icons";
|
|
2
|
+
import { CarbonIconType as IconType } from "@carbon/react/icons";
|
|
3
|
+
export type CarbonIconType = IconType;
|
|
6
4
|
/**
|
|
7
5
|
* @deprecated
|
|
8
6
|
* use CarbonIconType instead
|
|
9
7
|
*/
|
|
10
|
-
export
|
|
8
|
+
export type IconSized = CarbonIconType;
|
|
9
|
+
declare const canonicalIcons: {
|
|
10
|
+
"application-activities": icons.CarbonIconType;
|
|
11
|
+
"application-dataintegration": icons.CarbonIconType;
|
|
12
|
+
"application-explore": icons.CarbonIconType;
|
|
13
|
+
"application-homepage": icons.CarbonIconType;
|
|
14
|
+
"application-legacygui": icons.CarbonIconType;
|
|
15
|
+
"application-mapping": icons.CarbonIconType;
|
|
16
|
+
"application-queries": icons.CarbonIconType;
|
|
17
|
+
"application-useraccount": icons.CarbonIconType;
|
|
18
|
+
"application-vocabularies": icons.CarbonIconType;
|
|
19
|
+
"application-warning": icons.CarbonIconType;
|
|
20
|
+
"application-hotkeys": icons.CarbonIconType;
|
|
21
|
+
"application-notification": icons.CarbonIconType;
|
|
22
|
+
"artefact-chatlog": icons.CarbonIconType;
|
|
23
|
+
"artefact-commit": icons.CarbonIconType;
|
|
24
|
+
"artefact-customtask": icons.CarbonIconType;
|
|
25
|
+
"artefact-dataset-csv": icons.CarbonIconType;
|
|
26
|
+
"artefact-dataset-eccencadataplatform": icons.CarbonIconType;
|
|
27
|
+
"artefact-dataset-excel": icons.CarbonIconType;
|
|
28
|
+
"artefact-dataset-file": icons.CarbonIconType;
|
|
29
|
+
"artefact-dataset": icons.CarbonIconType;
|
|
30
|
+
"artefact-dataset-jdbc": icons.CarbonIconType;
|
|
31
|
+
"artefact-dataset-json": icons.CarbonIconType;
|
|
32
|
+
"artefact-dataset-multicsv": icons.CarbonIconType;
|
|
33
|
+
"artefact-dataset-neo4j": icons.CarbonIconType;
|
|
34
|
+
"artefact-dataset-sparkview": icons.CarbonIconType;
|
|
35
|
+
"artefact-dataset-sparqlendpoint": icons.CarbonIconType;
|
|
36
|
+
"artefact-dataset-sqlendpoint": icons.CarbonIconType;
|
|
37
|
+
"artefact-dataset-xml": icons.CarbonIconType;
|
|
38
|
+
"artefact-deprecated": icons.CarbonIconType;
|
|
39
|
+
"artefact-embedded": icons.CarbonIconType;
|
|
40
|
+
"artefact-errorlog": icons.CarbonIconType;
|
|
41
|
+
"artefact-file": icons.CarbonIconType;
|
|
42
|
+
"artefact-linking": icons.CarbonIconType;
|
|
43
|
+
"artefact-project": icons.CarbonIconType;
|
|
44
|
+
"artefact-rawdata": icons.CarbonIconType;
|
|
45
|
+
"artefact-remote": icons.CarbonIconType;
|
|
46
|
+
"artefact-report": icons.CarbonIconType;
|
|
47
|
+
"artefact-task": icons.CarbonIconType;
|
|
48
|
+
"artefact-transform": icons.CarbonIconType;
|
|
49
|
+
"artefact-uncategorized": icons.CarbonIconType;
|
|
50
|
+
"artefact-workflow": icons.CarbonIconType;
|
|
51
|
+
"data-boolean": icons.CarbonIconType;
|
|
52
|
+
"data-sourcepath": icons.CarbonIconType;
|
|
53
|
+
"data-targetpath": icons.CarbonIconType;
|
|
54
|
+
"data-string": icons.CarbonIconType;
|
|
55
|
+
"data-date": icons.CarbonIconType;
|
|
56
|
+
"data-time": icons.CarbonIconType;
|
|
57
|
+
"data-datetime": icons.CarbonIconType;
|
|
58
|
+
"data-number": icons.CarbonIconType;
|
|
59
|
+
"entity-human": icons.CarbonIconType;
|
|
60
|
+
"entity-robot": icons.CarbonIconType;
|
|
61
|
+
"item-add-artefact": icons.CarbonIconType;
|
|
62
|
+
"item-clone": icons.CarbonIconType;
|
|
63
|
+
"item-comment": icons.CarbonIconType;
|
|
64
|
+
"item-copy": icons.CarbonIconType;
|
|
65
|
+
"item-download": icons.CarbonIconType;
|
|
66
|
+
"item-draggable": icons.CarbonIconType;
|
|
67
|
+
"item-edit": icons.CarbonIconType;
|
|
68
|
+
"item-evaluation": icons.CarbonIconType;
|
|
69
|
+
"item-execution": icons.CarbonIconType;
|
|
70
|
+
"item-info": icons.CarbonIconType;
|
|
71
|
+
"item-launch": icons.CarbonIconType;
|
|
72
|
+
"item-moremenu": icons.CarbonIconType;
|
|
73
|
+
"item-question": icons.CarbonIconType;
|
|
74
|
+
"item-reload": icons.CarbonIconType;
|
|
75
|
+
"item-remove": icons.CarbonIconType;
|
|
76
|
+
"item-reset": icons.CarbonIconType;
|
|
77
|
+
"item-save": icons.CarbonIconType;
|
|
78
|
+
"item-settings": icons.CarbonIconType;
|
|
79
|
+
"item-shuffle": icons.CarbonIconType;
|
|
80
|
+
"item-skip-forward": icons.CarbonIconType;
|
|
81
|
+
"item-start": icons.CarbonIconType;
|
|
82
|
+
"item-stop": icons.CarbonIconType;
|
|
83
|
+
"item-upload": icons.CarbonIconType;
|
|
84
|
+
"item-vertmenu": icons.CarbonIconType;
|
|
85
|
+
"item-viewdetails": icons.CarbonIconType;
|
|
86
|
+
"item-hidedetails": icons.CarbonIconType;
|
|
87
|
+
"list-sortasc": icons.CarbonIconType;
|
|
88
|
+
"list-sortdesc": icons.CarbonIconType;
|
|
89
|
+
"list-sort": icons.CarbonIconType;
|
|
90
|
+
"module-accesscontrol": icons.CarbonIconType;
|
|
91
|
+
"module-annotation": icons.CarbonIconType;
|
|
92
|
+
"module-dashboard": icons.CarbonIconType;
|
|
93
|
+
"module-gdprsearch": icons.CarbonIconType;
|
|
94
|
+
"module-integrations": icons.CarbonIconType;
|
|
95
|
+
"module-linkedrules": icons.CarbonIconType;
|
|
96
|
+
"module-reports": icons.CarbonIconType;
|
|
97
|
+
"module-search": icons.CarbonIconType;
|
|
98
|
+
"module-thesauri": icons.CarbonIconType;
|
|
99
|
+
"module-timetracker": icons.CarbonIconType;
|
|
100
|
+
"module-visualization": icons.CarbonIconType;
|
|
101
|
+
"navigation-back": icons.CarbonIconType;
|
|
102
|
+
"navigation-close": icons.CarbonIconType;
|
|
103
|
+
"navigation-down": icons.CarbonIconType;
|
|
104
|
+
"navigation-extern": icons.CarbonIconType;
|
|
105
|
+
"navigation-first": icons.CarbonIconType;
|
|
106
|
+
"navigation-forth": icons.CarbonIconType;
|
|
107
|
+
"navigation-jump": icons.CarbonIconType;
|
|
108
|
+
"navigation-last": icons.CarbonIconType;
|
|
109
|
+
"navigation-left": icons.CarbonIconType;
|
|
110
|
+
"navigation-next": icons.CarbonIconType;
|
|
111
|
+
"navigation-previous": icons.CarbonIconType;
|
|
112
|
+
"navigation-right": icons.CarbonIconType;
|
|
113
|
+
"navigation-up": icons.CarbonIconType;
|
|
114
|
+
"operation-aggregation": icons.CarbonIconType;
|
|
115
|
+
"operation-autolayout": icons.CarbonIconType;
|
|
116
|
+
"operation-clear": icons.CarbonIconType;
|
|
117
|
+
"operation-commit": icons.CarbonIconType;
|
|
118
|
+
"operation-comparison": icons.CarbonIconType;
|
|
119
|
+
"operation-erase": icons.CarbonIconType;
|
|
120
|
+
"operation-filteredit": icons.CarbonIconType;
|
|
121
|
+
"operation-filterremove": icons.CarbonIconType;
|
|
122
|
+
"operation-filter": icons.CarbonIconType;
|
|
123
|
+
"operation-fix": icons.CarbonIconType;
|
|
124
|
+
"operation-link": icons.CarbonIconType;
|
|
125
|
+
"operation-logout": icons.CarbonIconType;
|
|
126
|
+
"operation-magic": icons.CarbonIconType;
|
|
127
|
+
"operation-merge": icons.CarbonIconType;
|
|
128
|
+
"operation-redo": icons.CarbonIconType;
|
|
129
|
+
"operation-search": icons.CarbonIconType;
|
|
130
|
+
"operation-sharelink": icons.CarbonIconType;
|
|
131
|
+
"operation-transform": icons.CarbonIconType;
|
|
132
|
+
"operation-translate": icons.CarbonIconType;
|
|
133
|
+
"operation-undo": icons.CarbonIconType;
|
|
134
|
+
"operation-unlink": icons.CarbonIconType;
|
|
135
|
+
"state-checked": icons.CarbonIconType;
|
|
136
|
+
"state-checkedsimple": icons.CarbonIconType;
|
|
137
|
+
"state-confirmed": icons.CarbonIconType;
|
|
138
|
+
"state-danger": icons.CarbonIconType;
|
|
139
|
+
"state-declined": icons.CarbonIconType;
|
|
140
|
+
"state-info": icons.CarbonIconType;
|
|
141
|
+
"state-locked": icons.CarbonIconType;
|
|
142
|
+
"state-partlychecked": icons.CarbonIconType;
|
|
143
|
+
"state-protected": icons.CarbonIconType;
|
|
144
|
+
"state-success": icons.CarbonIconType;
|
|
145
|
+
"state-unchecked": icons.CarbonIconType;
|
|
146
|
+
"state-unlocked": icons.CarbonIconType;
|
|
147
|
+
"state-warning": icons.CarbonIconType;
|
|
148
|
+
"toggler-caret": icons.CarbonIconType;
|
|
149
|
+
"toggler-caretright": icons.CarbonIconType;
|
|
150
|
+
"toggler-caretdown": icons.CarbonIconType;
|
|
151
|
+
"toggler-maximize": icons.CarbonIconType;
|
|
152
|
+
"toggler-minimize": icons.CarbonIconType;
|
|
153
|
+
"toggler-moveleft": icons.CarbonIconType;
|
|
154
|
+
"toggler-moveright": icons.CarbonIconType;
|
|
155
|
+
"toggler-list": icons.CarbonIconType;
|
|
156
|
+
"toggler-rowexpand": icons.CarbonIconType;
|
|
157
|
+
"toggler-rowcollapse": icons.CarbonIconType;
|
|
158
|
+
"toggler-showless": icons.CarbonIconType;
|
|
159
|
+
"toggler-showmore": icons.CarbonIconType;
|
|
160
|
+
"toggler-star-empty": icons.CarbonIconType;
|
|
161
|
+
"toggler-star-filled": icons.CarbonIconType;
|
|
162
|
+
"toggler-table": icons.CarbonIconType;
|
|
163
|
+
"toggler-tree": icons.CarbonIconType;
|
|
164
|
+
"form-template": icons.CarbonIconType;
|
|
165
|
+
undefined: icons.CarbonIconType;
|
|
166
|
+
};
|
|
167
|
+
export type ValidIconName = keyof typeof canonicalIcons;
|
|
11
168
|
declare const canonicalIconNames: Record<ValidIconName, CarbonIconType>;
|
|
12
169
|
export default canonicalIconNames;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { LinkProps as CarbonLinkProps } from "carbon
|
|
3
|
-
export
|
|
4
|
-
export declare const Link: ({ className, children, href, onClick, ...otherProps }:
|
|
2
|
+
import { LinkProps as CarbonLinkProps } from "@carbon/react";
|
|
3
|
+
export type LinkProps = Omit<CarbonLinkProps<"a">, "ref">;
|
|
4
|
+
export declare const Link: ({ className, children, href, onClick, ...otherProps }: LinkProps) => React.JSX.Element;
|
|
5
5
|
export default Link;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { MenuProps as BlueprintMenuProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
3
|
+
export type MenuProps = BlueprintMenuProps;
|
|
4
4
|
export declare const Menu: ({ children, className, ...restProps }: MenuProps) => React.JSX.Element;
|
|
5
5
|
export default Menu;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { MenuDividerProps as BlueprintMenuDividerProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
3
|
+
export type MenuDividerProps = BlueprintMenuDividerProps;
|
|
4
4
|
export declare const MenuDivider: ({ children, className, ...restProps }: MenuDividerProps) => React.JSX.Element;
|
|
5
5
|
export default MenuDivider;
|
|
@@ -8,7 +8,7 @@ export interface MultiSelectSelectionProps<T> {
|
|
|
8
8
|
selectedItems: T[];
|
|
9
9
|
createdItems: Partial<T>[];
|
|
10
10
|
}
|
|
11
|
-
export
|
|
11
|
+
export type SelectedParamsType<T> = MultiSelectSelectionProps<T>;
|
|
12
12
|
interface MultiSelectCommonProps<T> extends TestableComponent, Pick<BlueprintMultiSelectProps<T>, "items" | "placeholder" | "openOnKeyDown"> {
|
|
13
13
|
/**
|
|
14
14
|
* Additional class name, space separated.
|
|
@@ -98,8 +98,13 @@ interface MultiSelectCommonProps<T> extends TestableComponent, Pick<BlueprintMul
|
|
|
98
98
|
* It uses the attributes given via this property.
|
|
99
99
|
*/
|
|
100
100
|
wrapperProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
101
|
+
/**
|
|
102
|
+
* Function that allows us to filter values from the option list.
|
|
103
|
+
* If not provided, values are filtered by their labels
|
|
104
|
+
*/
|
|
105
|
+
searchPredicate?: (item: T, query: string) => boolean;
|
|
101
106
|
}
|
|
102
|
-
export
|
|
107
|
+
export type MultiSelectProps<T> = MultiSelectCommonProps<T> & ({
|
|
103
108
|
/**
|
|
104
109
|
* Predefined selected values
|
|
105
110
|
*/
|
|
@@ -119,7 +124,7 @@ export declare type MultiSelectProps<T> = MultiSelectCommonProps<T> & ({
|
|
|
119
124
|
* This component will be re-implemented later as a `Select` allowing multiple selections.
|
|
120
125
|
* @deprecated
|
|
121
126
|
*/
|
|
122
|
-
export declare function MultiSelect<T>({ items, selectedItems: externalSelectedItems, prePopulateWithItems, itemId, itemLabel, onSelection, contextOverlayProps, tagInputProps, inputProps, runOnQueryChange, fullWidth, noResultText, newItemCreationText, newItemPostfix, hasStatePrimary, hasStateDanger, hasStateSuccess, hasStateWarning, disabled, createNewItemFromQuery, requestDelay, clearQueryOnSelection, className, "data-test-id": dataTestId, "data-testid": dataTestid, wrapperProps, ...otherMultiSelectProps }: MultiSelectProps<T>): React.JSX.Element;
|
|
127
|
+
export declare function MultiSelect<T>({ items, selectedItems: externalSelectedItems, prePopulateWithItems, itemId, itemLabel, onSelection, contextOverlayProps, tagInputProps, inputProps, runOnQueryChange, fullWidth, noResultText, newItemCreationText, newItemPostfix, hasStatePrimary, hasStateDanger, hasStateSuccess, hasStateWarning, disabled, createNewItemFromQuery, requestDelay, clearQueryOnSelection, className, "data-test-id": dataTestId, "data-testid": dataTestid, wrapperProps, searchPredicate, ...otherMultiSelectProps }: MultiSelectProps<T>): React.JSX.Element;
|
|
123
128
|
export declare namespace MultiSelect {
|
|
124
129
|
var ofType: typeof BlueprintMultiSelect.ofType;
|
|
125
130
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { MultiSelectProps } from "../MultiSelect/MultiSelect";
|
|
3
|
-
export
|
|
3
|
+
export type MultiSuggestFieldProps<T> = MultiSelectProps<T>;
|
|
4
4
|
/**
|
|
5
5
|
* Element behaves very similar to `SuggestField` but allows multiple selections.
|
|
6
6
|
* Its value does not represent a string but a stack of objects.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type OverviewItemDescriptionProps = React.HTMLAttributes<HTMLDivElement>;
|
|
3
3
|
export declare const OverviewItemDescription: ({ children, className, ...otherDivProps }: OverviewItemDescriptionProps) => React.JSX.Element;
|
|
4
4
|
export default OverviewItemDescription;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { PaginationProps as CarbonPaginationProps } from "carbon
|
|
2
|
+
import { PaginationProps as CarbonPaginationProps } from "@carbon/react/es/components/Pagination/Pagination";
|
|
3
3
|
export interface PaginationProps extends CarbonPaginationProps {
|
|
4
4
|
/**
|
|
5
5
|
* Additional class names.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ProgressBar as BlueprintProgressBar, ProgressBarProps as BlueprintProgressBarProps } from "@blueprintjs/core";
|
|
2
2
|
export declare const ProgressBar: typeof BlueprintProgressBar;
|
|
3
|
-
export
|
|
3
|
+
export type ProgressBarProps = BlueprintProgressBarProps;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type PropertyValueListProps = React.HTMLAttributes<HTMLDListElement>;
|
|
3
3
|
export declare const PropertyValueList: ({ className, children, ...otherProps }: PropertyValueListProps) => React.JSX.Element;
|
|
4
4
|
export default PropertyValueList;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { RadioProps as BlueprintRadioProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
3
|
+
export type RadioButtonProps = BlueprintRadioProps;
|
|
4
4
|
export declare const RadioButton: ({ children, className, ...restProps }: RadioButtonProps) => React.JSX.Element;
|
|
5
5
|
export default RadioButton;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { OverlayProps as BlueprintOverlayProps, SpinnerProps as BlueprintSpinnerProps } from "@blueprintjs/core";
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
|
|
3
|
+
export type SpinnerPosition = "local" | "inline" | "global";
|
|
4
|
+
export type SpinnerSize = "tiny" | "small" | "medium" | "large" | "xlarge" | "inherit";
|
|
5
|
+
export type SpinnerStroke = "thin" | "medium" | "bold";
|
|
6
|
+
type Intent = "inherit" | "primary" | "success" | "warning" | "danger";
|
|
7
7
|
/** A spinner that is either displayed globally or locally. */
|
|
8
8
|
export interface SpinnerProps extends Omit<BlueprintSpinnerProps, "size"> {
|
|
9
9
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type SectionProps = React.HTMLAttributes<HTMLElement>;
|
|
3
3
|
export declare const Section: ({ children, className, ...restProps }: SectionProps) => React.JSX.Element;
|
|
4
4
|
export default Section;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type SectionHeaderProps = React.HTMLAttributes<HTMLElement>;
|
|
3
3
|
export declare const SectionHeader: ({ children, className, ...restProps }: SectionHeaderProps) => React.JSX.Element;
|
|
4
4
|
export default SectionHeader;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type TitleMainsectionProps = React.HTMLAttributes<HTMLElement>;
|
|
3
3
|
export declare const TitleMainsection: ({ children, className, ...restProps }: TitleMainsectionProps) => React.JSX.Element;
|
|
4
4
|
export default TitleMainsection;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type TitlePageProps = React.HTMLAttributes<HTMLElement>;
|
|
3
3
|
export declare const TitlePage: ({ children, className, ...restProps }: TitlePageProps) => React.JSX.Element;
|
|
4
4
|
export default TitlePage;
|
|
@@ -53,29 +53,29 @@ export declare const TitleSubsection: ({ children, className, useHtmlElement, ..
|
|
|
53
53
|
results?: number | undefined;
|
|
54
54
|
security?: string | undefined;
|
|
55
55
|
unselectable?: "on" | "off" | undefined;
|
|
56
|
-
inputMode?: "none" | "text" | "
|
|
56
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
57
57
|
is?: string | undefined;
|
|
58
58
|
"aria-activedescendant"?: string | undefined;
|
|
59
59
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
"aria-autocomplete"?: "none" | "
|
|
60
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
61
61
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
62
|
-
"aria-checked"?: boolean | "
|
|
62
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
63
63
|
"aria-colcount"?: number | undefined;
|
|
64
64
|
"aria-colindex"?: number | undefined;
|
|
65
65
|
"aria-colspan"?: number | undefined;
|
|
66
66
|
"aria-controls"?: string | undefined;
|
|
67
|
-
"aria-current"?: boolean | "
|
|
67
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
68
68
|
"aria-describedby"?: string | undefined;
|
|
69
69
|
"aria-details"?: string | undefined;
|
|
70
70
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
71
|
-
"aria-dropeffect"?: "none" | "
|
|
71
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
72
72
|
"aria-errormessage"?: string | undefined;
|
|
73
73
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
74
74
|
"aria-flowto"?: string | undefined;
|
|
75
75
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
76
|
-
"aria-haspopup"?: boolean | "
|
|
76
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
77
77
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
78
|
-
"aria-invalid"?: boolean | "
|
|
78
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
79
79
|
"aria-keyshortcuts"?: string | undefined;
|
|
80
80
|
"aria-label"?: string | undefined;
|
|
81
81
|
"aria-labelledby"?: string | undefined;
|
|
@@ -88,9 +88,9 @@ export declare const TitleSubsection: ({ children, className, useHtmlElement, ..
|
|
|
88
88
|
"aria-owns"?: string | undefined;
|
|
89
89
|
"aria-placeholder"?: string | undefined;
|
|
90
90
|
"aria-posinset"?: number | undefined;
|
|
91
|
-
"aria-pressed"?: boolean | "
|
|
91
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
92
92
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
93
|
-
"aria-relevant"?: "
|
|
93
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
94
94
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
95
95
|
"aria-roledescription"?: string | undefined;
|
|
96
96
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { AutoCompleteFieldProps } from "../AutocompleteField/AutoCompleteField";
|
|
3
|
-
export
|
|
3
|
+
export type SuggestFieldProps<T, UPDATE_VALUE> = AutoCompleteFieldProps<T, UPDATE_VALUE>;
|
|
4
4
|
/**
|
|
5
5
|
* A component with the appearance of an input field that allows to select and optionally create new items.
|
|
6
6
|
* It shows suggestions for the entered text from which the user can select any option.
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export * from "./SuggestField";
|
|
3
2
|
export declare const suggestFieldUtils: {
|
|
4
|
-
createNewItemRendererFactory: (itemTextRenderer: (query: string) => string | JSX.Element, iconName?: import("../Icon/canonicalIconNames").ValidIconName | import("react").ReactElement<import("..").TestIconProps
|
|
3
|
+
createNewItemRendererFactory: (itemTextRenderer: (query: string) => string | JSX.Element, iconName?: import("../Icon/canonicalIconNames").ValidIconName | import("react").ReactElement<import("..").TestIconProps>) => (query: string, modifiers: import("../AutocompleteField/interfaces").IRenderModifiers, handleClick: import("react").MouseEventHandler<HTMLElement>) => import("react").JSX.Element;
|
|
5
4
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { DataTableSize as CarbonDataTableSize,
|
|
3
|
-
|
|
4
|
-
export
|
|
2
|
+
import { DataTableSize as CarbonDataTableSize, Table as CarbonTable } from "@carbon/react";
|
|
3
|
+
type TableRowHeightSizeDepracted = "compact" | "tall";
|
|
4
|
+
export type TableRowHeightSize = "small" | "medium" | "large" | TableRowHeightSizeDepracted;
|
|
5
|
+
type CarbonTableProps = React.ComponentProps<typeof CarbonTable>;
|
|
5
6
|
export interface TableProps extends Omit<CarbonTableProps, "size" | "overflowMenuOnHover" | "stickyHeader" | "useStaticWidth">, React.TableHTMLAttributes<HTMLTableElement> {
|
|
6
7
|
/**
|
|
7
8
|
* Sets basically the height of a row inside the table.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { TableCell as CarbonTableCell } from "@carbon/react";
|
|
3
|
+
type CarbonTableCellProps = React.ComponentProps<typeof CarbonTableCell>;
|
|
3
4
|
export interface TableCellProps extends CarbonTableCellProps, React.TdHTMLAttributes<HTMLTableCellElement> {
|
|
4
5
|
/**
|
|
5
6
|
* By default all table cell content is aligned to the left of the cell.
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { DataTableProps as CarbonDataTableProps,
|
|
2
|
+
import { DataTableHeader as CarbonDataTableHeader, DataTableProps as CarbonDataTableProps, DataTableRow as CarbonDataTableRow } from "@carbon/react";
|
|
3
|
+
import { TableContainerProps as CarbonTableContainerProps } from "@carbon/react/es/components/DataTable/TableContainer";
|
|
3
4
|
import { TableRowHeightSize } from "./Table";
|
|
4
|
-
interface TableDataContainerProps extends Omit<CarbonDataTableProps
|
|
5
|
+
interface TableDataContainerProps extends Omit<CarbonDataTableProps<Array<Omit<CarbonDataTableRow<Array<CarbonDataTableHeader>>, "cells">>, Array<CarbonDataTableHeader>>, "size" | "overflowMenuOnHover" | "stickyHeader" | "useStaticWidth">, React.TableHTMLAttributes<HTMLTableElement> {
|
|
5
6
|
children(signature: any): JSX.Element;
|
|
6
7
|
size?: TableRowHeightSize;
|
|
7
8
|
}
|
|
8
9
|
interface TableSimpleContainerProps extends Omit<CarbonTableContainerProps, "description" | "stickyHeader" | "title" | "useStaticWidth">, React.HTMLAttributes<HTMLDivElement> {
|
|
9
10
|
children?: JSX.Element;
|
|
10
11
|
}
|
|
11
|
-
export
|
|
12
|
+
export type TableContainerProps = TableDataContainerProps | TableSimpleContainerProps;
|
|
12
13
|
export declare function TableContainer({ className, ...otherProps }: TableContainerProps): React.JSX.Element;
|
|
13
14
|
export default TableContainer;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { TableExpandHeaderProps as CarbonTableExpandHeaderProps } from "carbon
|
|
2
|
+
import { TableExpandHeaderProps as CarbonTableExpandHeaderProps } from "@carbon/react/es/components/DataTable/TableExpandHeader";
|
|
3
3
|
import { TestIconProps } from "../Icon";
|
|
4
4
|
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
5
|
-
export interface TableExpandHeaderProps extends Omit<CarbonTableExpandHeaderProps, "children" | "ariaLabel" | "enableExpando" | "expandIconDescription">, React.ThHTMLAttributes<HTMLTableCellElement> {
|
|
5
|
+
export interface TableExpandHeaderProps extends Omit<CarbonTableExpandHeaderProps, "children" | "ariaLabel" | "enableExpando" | "expandIconDescription" | "aria-label">, React.ThHTMLAttributes<HTMLTableCellElement> {
|
|
6
6
|
/**
|
|
7
7
|
* This text is displayed as tooltip for the button that toggles the expanded/collapsed state.
|
|
8
8
|
*/
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { TableExpandRow as CarbonTableExpandRow } from "@carbon/react";
|
|
3
|
+
type CarbonTableExpandRowProps = React.ComponentProps<typeof CarbonTableExpandRow>;
|
|
4
|
+
export interface TableExpandRowProps extends Omit<CarbonTableExpandRowProps, "ref" | "ariaLabel" | "expandIconDescription" | "aria-label">, React.HTMLAttributes<HTMLTableRowElement> {
|
|
4
5
|
/**
|
|
5
6
|
* This text is displayed as tooltip for the button that toggles the expanded/collapsed state.
|
|
6
7
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { TableRowProps as CarbonTableRowProps } from "carbon
|
|
2
|
+
import { TableRowProps as CarbonTableRowProps } from "@carbon/react/es/components/DataTable/TableRow";
|
|
3
3
|
export interface TableRowProps extends CarbonTableRowProps, React.TdHTMLAttributes<HTMLTableRowElement> {
|
|
4
4
|
/**
|
|
5
5
|
* Display this row with the styles from a zebra style-enabled table.
|
|
@@ -4,4 +4,4 @@ export * from "./TableRow";
|
|
|
4
4
|
export * from "./TableExpandRow";
|
|
5
5
|
export * from "./TableExpandHeader";
|
|
6
6
|
export * from "./TableCell";
|
|
7
|
-
export { TableHead, TableBody, TableExpandedRow, TableHeader } from "carbon
|
|
7
|
+
export { TableHead, TableBody, TableExpandedRow, TableHeader } from "@carbon/react";
|