@eccenca/gui-elements 23.1.0 → 23.2.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 +339 -229
- package/README.md +11 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/index.js +14 -8
- package/dist/cjs/cmem/ActivityControl/index.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +8 -2
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/index.js +12 -5
- package/dist/cjs/cmem/ContentBlobToggler/index.js.map +1 -1
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +16 -4
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
- package/dist/cjs/cmem/index.js +6 -19
- package/dist/cjs/cmem/index.js.map +1 -1
- package/dist/cjs/cmem/markdown/Markdown.js +1 -1
- package/dist/cjs/cmem/markdown/Markdown.js.map +1 -1
- package/dist/cjs/cmem/markdown/highlightSearchWords.js +71 -0
- package/dist/cjs/cmem/markdown/highlightSearchWords.js.map +1 -0
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/index.js +16 -0
- package/dist/cjs/cmem/react-flow/index.js.map +1 -0
- package/dist/cjs/common/index.js +19 -0
- package/dist/cjs/common/index.js.map +1 -0
- package/dist/cjs/common/utils/characters.js +3 -2
- package/dist/cjs/common/utils/characters.js.map +1 -1
- package/dist/cjs/common/utils/openInNewTab.js.map +1 -1
- package/dist/cjs/components/Accordion/Accordion.js +5 -3
- package/dist/cjs/components/Accordion/Accordion.js.map +1 -1
- package/dist/cjs/components/Accordion/AccordionItem.js +5 -3
- package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/cjs/components/Accordion/index.js +15 -0
- package/dist/cjs/components/Accordion/index.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationContainer.js +7 -5
- package/dist/cjs/components/Application/ApplicationContainer.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationContent.js +7 -5
- package/dist/cjs/components/Application/ApplicationContent.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationHeader.js +8 -6
- package/dist/cjs/components/Application/ApplicationHeader.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js +8 -6
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js +8 -5
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationTitle.js +7 -5
- package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbar.js +8 -6
- package/dist/cjs/components/Application/ApplicationToolbar.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarAction.js +8 -6
- package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js +12 -6
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationToolbarSection.js +8 -5
- package/dist/cjs/components/Application/ApplicationToolbarSection.js.map +1 -1
- package/dist/cjs/components/Application/index.js +23 -0
- package/dist/cjs/components/Application/index.js.map +1 -0
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +7 -2
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js +3 -1
- package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/index.js +10 -0
- package/dist/cjs/components/AutoSuggestion/index.js.map +1 -0
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +1 -0
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js +27 -0
- package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -0
- package/dist/cjs/components/AutocompleteField/index.js +19 -0
- package/dist/cjs/components/AutocompleteField/index.js.map +1 -0
- package/dist/cjs/components/AutocompleteField/interfaces.js +3 -0
- package/dist/cjs/components/AutocompleteField/interfaces.js.map +1 -0
- package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js +5 -3
- package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +5 -3
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/index.js +15 -0
- package/dist/cjs/components/Breadcrumb/index.js.map +1 -0
- package/dist/cjs/components/Button/Button.js +12 -11
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/Card/Card.js +5 -4
- package/dist/cjs/components/Card/Card.js.map +1 -1
- package/dist/cjs/components/Card/CardActions.js +5 -4
- package/dist/cjs/components/Card/CardActions.js.map +1 -1
- package/dist/cjs/components/Card/CardActionsAux.js +6 -4
- package/dist/cjs/components/Card/CardActionsAux.js.map +1 -1
- package/dist/cjs/components/Card/CardContent.js +5 -4
- package/dist/cjs/components/Card/CardContent.js.map +1 -1
- package/dist/cjs/components/Card/CardHeader.js +5 -3
- package/dist/cjs/components/Card/CardHeader.js.map +1 -1
- package/dist/cjs/components/Card/CardOptions.js +6 -4
- package/dist/cjs/components/Card/CardOptions.js.map +1 -1
- package/dist/cjs/components/Card/CardTitle.js +5 -4
- package/dist/cjs/components/Card/CardTitle.js.map +1 -1
- package/dist/cjs/components/Card/index.js +16 -17
- package/dist/cjs/components/Card/index.js.map +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.js +5 -4
- package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextMenu.js +5 -3
- package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js +5 -3
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/index.js +15 -0
- package/dist/cjs/components/ContextOverlay/index.js.map +1 -0
- package/dist/cjs/components/Dialog/AlertDialog.js +5 -7
- package/dist/cjs/components/Dialog/AlertDialog.js.map +1 -1
- package/dist/cjs/components/Dialog/Modal.js +7 -8
- package/dist/cjs/components/Dialog/Modal.js.map +1 -1
- package/dist/cjs/components/Dialog/SimpleDialog.js +5 -6
- package/dist/cjs/components/Dialog/SimpleDialog.js.map +1 -1
- package/dist/cjs/components/Dialog/index.js +16 -0
- package/dist/cjs/components/Dialog/index.js.map +1 -0
- package/dist/cjs/components/Form/FieldItem.js +5 -3
- package/dist/cjs/components/Form/FieldItem.js.map +1 -1
- package/dist/cjs/components/Form/FieldItemRow.js +5 -3
- package/dist/cjs/components/Form/FieldItemRow.js.map +1 -1
- package/dist/cjs/components/Form/FieldSet.js +8 -3
- package/dist/cjs/components/Form/FieldSet.js.map +1 -1
- package/dist/cjs/components/Form/index.js +16 -0
- package/dist/cjs/components/Form/index.js.map +1 -0
- package/dist/cjs/components/Grid/Grid.js +5 -3
- package/dist/cjs/components/Grid/Grid.js.map +1 -1
- package/dist/cjs/components/Grid/GridColumn.js +7 -5
- package/dist/cjs/components/Grid/GridColumn.js.map +1 -1
- package/dist/cjs/components/Grid/GridRow.js +5 -3
- package/dist/cjs/components/Grid/GridRow.js.map +1 -1
- package/dist/cjs/components/Grid/index.js +16 -0
- package/dist/cjs/components/Grid/index.js.map +1 -0
- package/dist/cjs/components/HoverToggler/HoverToggler.js +1 -0
- package/dist/cjs/components/HoverToggler/HoverToggler.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 +12 -5
- package/dist/cjs/components/Icon/Icon.js.map +1 -1
- package/dist/cjs/components/Icon/IconButton.js +5 -3
- package/dist/cjs/components/Icon/IconButton.js.map +1 -1
- package/dist/cjs/components/Icon/TestIcon.js +5 -3
- package/dist/cjs/components/Icon/TestIcon.js.map +1 -1
- package/dist/cjs/components/Icon/index.js +12 -7
- package/dist/cjs/components/Icon/index.js.map +1 -1
- package/dist/cjs/components/Iframe/Iframe.js +4 -3
- package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
- package/dist/cjs/components/Iframe/IframeModal.js +3 -2
- package/dist/cjs/components/Iframe/IframeModal.js.map +1 -1
- package/dist/cjs/components/Iframe/index.js +15 -0
- package/dist/cjs/components/Iframe/index.js.map +1 -0
- package/dist/cjs/components/InteractionGate/InteractionGate.js +5 -3
- package/dist/cjs/components/InteractionGate/InteractionGate.js.map +1 -1
- package/dist/cjs/components/Label/Label.js +5 -3
- package/dist/cjs/components/Label/Label.js.map +1 -1
- package/dist/cjs/components/Link/Link.js +6 -3
- package/dist/cjs/components/Link/Link.js.map +1 -1
- package/dist/cjs/components/List/List.js +2 -0
- package/dist/cjs/components/List/List.js.map +1 -1
- package/dist/cjs/components/Menu/Menu.js +5 -3
- package/dist/cjs/components/Menu/Menu.js.map +1 -1
- package/dist/cjs/components/Menu/MenuDivider.js +5 -3
- package/dist/cjs/components/Menu/MenuDivider.js.map +1 -1
- package/dist/cjs/components/Menu/MenuItem.js +5 -3
- package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
- package/dist/cjs/components/Menu/index.js +16 -0
- package/dist/cjs/components/Menu/index.js.map +1 -0
- package/dist/cjs/components/MultiSelect/MultiSelect.js +2 -0
- package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/cjs/components/Notification/Notification.js +5 -3
- package/dist/cjs/components/Notification/Notification.js.map +1 -1
- package/dist/cjs/components/Notification/Toast.js +5 -0
- package/dist/cjs/components/Notification/Toast.js.map +1 -1
- package/dist/cjs/components/Notification/index.js +15 -0
- package/dist/cjs/components/Notification/index.js.map +1 -0
- package/dist/cjs/components/NumericInput/NumericInput.js +4 -1
- package/dist/cjs/components/NumericInput/NumericInput.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItem.js +5 -3
- package/dist/cjs/components/OverviewItem/OverviewItem.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemActions.js +5 -3
- package/dist/cjs/components/OverviewItem/OverviewItemActions.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js +5 -3
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDescription.js +7 -5
- package/dist/cjs/components/OverviewItem/OverviewItemDescription.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemLine.js +5 -3
- package/dist/cjs/components/OverviewItem/OverviewItemLine.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemList.js +5 -3
- package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -1
- package/dist/cjs/components/OverviewItem/index.js +15 -15
- package/dist/cjs/components/OverviewItem/index.js.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.js +6 -5
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/PropertyName.js +6 -3
- package/dist/cjs/components/PropertyValuePair/PropertyName.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/PropertyValue.js +6 -3
- package/dist/cjs/components/PropertyValuePair/PropertyValue.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/PropertyValueList.js +6 -3
- package/dist/cjs/components/PropertyValuePair/PropertyValueList.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/PropertyValuePair.js +6 -3
- package/dist/cjs/components/PropertyValuePair/PropertyValuePair.js.map +1 -1
- package/dist/cjs/components/PropertyValuePair/index.js +13 -11
- package/dist/cjs/components/PropertyValuePair/index.js.map +1 -1
- package/dist/cjs/components/RadioButton/RadioButton.js +5 -4
- package/dist/cjs/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/cjs/components/Select/Select.js +2 -0
- package/dist/cjs/components/Select/Select.js.map +1 -1
- package/dist/cjs/components/Separation/Spacing.js +5 -3
- package/dist/cjs/components/Separation/Spacing.js.map +1 -1
- package/dist/cjs/components/Spinner/Spinner.js +5 -3
- package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
- package/dist/cjs/components/Structure/Section.js +6 -3
- package/dist/cjs/components/Structure/Section.js.map +1 -1
- package/dist/cjs/components/Structure/SectionHeader.js +6 -3
- package/dist/cjs/components/Structure/SectionHeader.js.map +1 -1
- package/dist/cjs/components/Structure/TitleMainsection.js +6 -3
- package/dist/cjs/components/Structure/TitleMainsection.js.map +1 -1
- package/dist/cjs/components/Structure/TitlePage.js +6 -3
- package/dist/cjs/components/Structure/TitlePage.js.map +1 -1
- package/dist/cjs/components/Structure/TitleSubsection.js +8 -5
- package/dist/cjs/components/Structure/TitleSubsection.js.map +1 -1
- package/dist/cjs/components/Structure/index.js +18 -0
- package/dist/cjs/components/Structure/index.js.map +1 -0
- package/dist/cjs/components/Switch/Switch.js +5 -3
- package/dist/cjs/components/Switch/Switch.js.map +1 -1
- package/dist/cjs/components/Tabs/Tab.js +1 -50
- package/dist/cjs/components/Tabs/Tab.js.map +1 -1
- package/dist/cjs/components/Tabs/TabPanel.js +5 -3
- package/dist/cjs/components/Tabs/TabPanel.js.map +1 -1
- package/dist/cjs/components/Tabs/TabTitle.js +3 -1
- package/dist/cjs/components/Tabs/TabTitle.js.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.js +5 -4
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/Tabs/index.js +17 -0
- package/dist/cjs/components/Tabs/index.js.map +1 -0
- package/dist/cjs/components/TextField/SearchField.js +5 -3
- package/dist/cjs/components/TextField/SearchField.js.map +1 -1
- package/dist/cjs/components/TextField/TextArea.js +5 -3
- package/dist/cjs/components/TextField/TextArea.js.map +1 -1
- package/dist/cjs/components/TextField/TextField.js +6 -4
- package/dist/cjs/components/TextField/TextField.js.map +1 -1
- package/dist/cjs/components/TextField/index.js +16 -0
- package/dist/cjs/components/TextField/index.js.map +1 -0
- package/dist/cjs/components/Toolbar/Toolbar.js +5 -3
- package/dist/cjs/components/Toolbar/Toolbar.js.map +1 -1
- package/dist/cjs/components/Toolbar/ToolbarSection.js +5 -3
- package/dist/cjs/components/Toolbar/ToolbarSection.js.map +1 -1
- package/dist/cjs/components/Toolbar/index.js +15 -0
- package/dist/cjs/components/Toolbar/index.js.map +1 -0
- package/dist/cjs/components/Tooltip/Tooltip.js +5 -3
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/components/Typography/Highlighter.js +19 -4
- package/dist/cjs/components/Typography/Highlighter.js.map +1 -1
- package/dist/cjs/components/Typography/HtmlContentBlock.js +5 -3
- package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
- package/dist/cjs/components/Typography/OverflowText.js +5 -3
- package/dist/cjs/components/Typography/OverflowText.js.map +1 -1
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js +5 -3
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/cjs/components/Typography/index.js +19 -15
- package/dist/cjs/components/Typography/index.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceContent.js +6 -3
- package/dist/cjs/components/Workspace/WorkspaceContent.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceHeader.js +5 -3
- package/dist/cjs/components/Workspace/WorkspaceHeader.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceMain.js +6 -4
- package/dist/cjs/components/Workspace/WorkspaceMain.js.map +1 -1
- package/dist/cjs/components/Workspace/WorkspaceSide.js +7 -5
- package/dist/cjs/components/Workspace/WorkspaceSide.js.map +1 -1
- package/dist/cjs/components/Workspace/index.js +17 -0
- package/dist/cjs/components/Workspace/index.js.map +1 -0
- package/dist/cjs/components/index.js +37 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +12 -8
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js +2 -2
- package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/edgeTypes.js +1 -0
- package/dist/cjs/extensions/react-flow/edges/edgeTypes.js.map +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/index.js +28 -32
- package/dist/cjs/extensions/react-flow/index.js.map +1 -1
- package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js +3 -1
- package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +1 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/utils.js +10 -8
- package/dist/cjs/extensions/react-flow/minimap/utils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +9 -7
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +1 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/nodeTypes.js +1 -0
- package/dist/cjs/extensions/react-flow/nodes/nodeTypes.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js +3 -2
- package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/sharedTypes.js +3 -0
- package/dist/cjs/extensions/react-flow/nodes/sharedTypes.js.map +1 -0
- package/dist/cjs/index.js +8 -179
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/index.js +4 -3
- package/dist/esm/cmem/ActivityControl/index.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +7 -1
- package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/index.js +2 -2
- package/dist/esm/cmem/ContentBlobToggler/index.js.map +1 -1
- package/dist/esm/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +15 -3
- package/dist/esm/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
- package/dist/esm/cmem/index.js +6 -7
- package/dist/esm/cmem/index.js.map +1 -1
- package/dist/esm/cmem/markdown/Markdown.js +1 -1
- package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
- package/dist/esm/cmem/markdown/highlightSearchWords.js +103 -0
- package/dist/esm/cmem/markdown/highlightSearchWords.js.map +1 -0
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/esm/cmem/react-flow/index.js +4 -0
- package/dist/esm/cmem/react-flow/index.js.map +1 -0
- package/dist/esm/common/index.js +13 -0
- package/dist/esm/common/index.js.map +1 -0
- package/dist/esm/common/utils/characters.js +1 -1
- package/dist/esm/common/utils/characters.js.map +1 -1
- package/dist/esm/common/utils/openInNewTab.js.map +1 -1
- package/dist/esm/components/Accordion/Accordion.js +2 -2
- package/dist/esm/components/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/Accordion/AccordionItem.js +2 -2
- package/dist/esm/components/Accordion/AccordionItem.js.map +1 -1
- package/dist/esm/components/Accordion/index.js +3 -0
- package/dist/esm/components/Accordion/index.js.map +1 -0
- package/dist/esm/components/Application/ApplicationContainer.js +4 -4
- package/dist/esm/components/Application/ApplicationContainer.js.map +1 -1
- package/dist/esm/components/Application/ApplicationContent.js +4 -4
- package/dist/esm/components/Application/ApplicationContent.js.map +1 -1
- package/dist/esm/components/Application/ApplicationHeader.js +6 -6
- package/dist/esm/components/Application/ApplicationHeader.js.map +1 -1
- package/dist/esm/components/Application/ApplicationSidebarNavigation.js +6 -6
- package/dist/esm/components/Application/ApplicationSidebarNavigation.js.map +1 -1
- package/dist/esm/components/Application/ApplicationSidebarToggler.js +6 -5
- package/dist/esm/components/Application/ApplicationSidebarToggler.js.map +1 -1
- package/dist/esm/components/Application/ApplicationTitle.js +5 -5
- package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbar.js +6 -6
- package/dist/esm/components/Application/ApplicationToolbar.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarAction.js +6 -6
- package/dist/esm/components/Application/ApplicationToolbarAction.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarPanel.js +10 -6
- package/dist/esm/components/Application/ApplicationToolbarPanel.js.map +1 -1
- package/dist/esm/components/Application/ApplicationToolbarSection.js +5 -4
- package/dist/esm/components/Application/ApplicationToolbarSection.js.map +1 -1
- package/dist/esm/components/Application/index.js +11 -0
- package/dist/esm/components/Application/index.js.map +1 -0
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +5 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js +1 -1
- package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/index.js +5 -0
- package/dist/esm/components/AutoSuggestion/index.js.map +1 -0
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js +1 -0
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js +20 -0
- package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -0
- package/dist/esm/components/AutocompleteField/index.js +6 -0
- package/dist/esm/components/AutocompleteField/index.js.map +1 -0
- package/dist/esm/components/AutocompleteField/interfaces.js +2 -0
- package/dist/esm/components/AutocompleteField/interfaces.js.map +1 -0
- package/dist/esm/components/Breadcrumb/BreadcrumbItem.js +2 -2
- package/dist/esm/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js +2 -2
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/esm/components/Breadcrumb/index.js +3 -0
- package/dist/esm/components/Breadcrumb/index.js.map +1 -0
- package/dist/esm/components/Button/Button.js +7 -8
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Card/Card.js +2 -3
- package/dist/esm/components/Card/Card.js.map +1 -1
- package/dist/esm/components/Card/CardActions.js +2 -3
- package/dist/esm/components/Card/CardActions.js.map +1 -1
- package/dist/esm/components/Card/CardActionsAux.js +3 -3
- package/dist/esm/components/Card/CardActionsAux.js.map +1 -1
- package/dist/esm/components/Card/CardContent.js +2 -3
- package/dist/esm/components/Card/CardContent.js.map +1 -1
- package/dist/esm/components/Card/CardHeader.js +2 -2
- package/dist/esm/components/Card/CardHeader.js.map +1 -1
- package/dist/esm/components/Card/CardOptions.js +3 -3
- package/dist/esm/components/Card/CardOptions.js.map +1 -1
- package/dist/esm/components/Card/CardTitle.js +2 -3
- package/dist/esm/components/Card/CardTitle.js.map +1 -1
- package/dist/esm/components/Card/index.js +7 -8
- package/dist/esm/components/Card/index.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js +2 -3
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextMenu.js +2 -2
- package/dist/esm/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextOverlay.js +2 -2
- package/dist/esm/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/esm/components/ContextOverlay/index.js +3 -0
- package/dist/esm/components/ContextOverlay/index.js.map +1 -0
- package/dist/esm/components/Dialog/AlertDialog.js +2 -6
- package/dist/esm/components/Dialog/AlertDialog.js.map +1 -1
- package/dist/esm/components/Dialog/Modal.js +4 -7
- package/dist/esm/components/Dialog/Modal.js.map +1 -1
- package/dist/esm/components/Dialog/SimpleDialog.js +2 -5
- package/dist/esm/components/Dialog/SimpleDialog.js.map +1 -1
- package/dist/esm/components/Dialog/index.js +4 -0
- package/dist/esm/components/Dialog/index.js.map +1 -0
- package/dist/esm/components/Form/FieldItem.js +2 -2
- package/dist/esm/components/Form/FieldItem.js.map +1 -1
- package/dist/esm/components/Form/FieldItemRow.js +2 -2
- package/dist/esm/components/Form/FieldItemRow.js.map +1 -1
- package/dist/esm/components/Form/FieldSet.js +5 -2
- package/dist/esm/components/Form/FieldSet.js.map +1 -1
- package/dist/esm/components/Form/index.js +4 -0
- package/dist/esm/components/Form/index.js.map +1 -0
- package/dist/esm/components/Grid/Grid.js +2 -2
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Grid/GridColumn.js +4 -4
- package/dist/esm/components/Grid/GridColumn.js.map +1 -1
- package/dist/esm/components/Grid/GridRow.js +2 -2
- package/dist/esm/components/Grid/GridRow.js.map +1 -1
- package/dist/esm/components/Grid/index.js +4 -0
- package/dist/esm/components/Grid/index.js.map +1 -0
- package/dist/esm/components/HoverToggler/HoverToggler.js +1 -0
- package/dist/esm/components/HoverToggler/HoverToggler.js.map +1 -1
- package/dist/esm/components/Icon/BaseIcon.js +3 -4
- package/dist/esm/components/Icon/BaseIcon.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js +9 -3
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/IconButton.js +2 -2
- package/dist/esm/components/Icon/IconButton.js.map +1 -1
- package/dist/esm/components/Icon/TestIcon.js +2 -2
- package/dist/esm/components/Icon/TestIcon.js.map +1 -1
- package/dist/esm/components/Icon/index.js +3 -3
- package/dist/esm/components/Icon/index.js.map +1 -1
- package/dist/esm/components/Iframe/Iframe.js +4 -3
- package/dist/esm/components/Iframe/Iframe.js.map +1 -1
- package/dist/esm/components/Iframe/IframeModal.js +3 -2
- package/dist/esm/components/Iframe/IframeModal.js.map +1 -1
- package/dist/esm/components/Iframe/index.js +3 -0
- package/dist/esm/components/Iframe/index.js.map +1 -0
- package/dist/esm/components/InteractionGate/InteractionGate.js +2 -2
- package/dist/esm/components/InteractionGate/InteractionGate.js.map +1 -1
- package/dist/esm/components/Label/Label.js +2 -2
- package/dist/esm/components/Label/Label.js.map +1 -1
- package/dist/esm/components/Link/Link.js +4 -3
- package/dist/esm/components/Link/Link.js.map +1 -1
- package/dist/esm/components/List/List.js +1 -1
- package/dist/esm/components/List/List.js.map +1 -1
- package/dist/esm/components/Menu/Menu.js +2 -2
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/Menu/MenuDivider.js +2 -2
- package/dist/esm/components/Menu/MenuDivider.js.map +1 -1
- package/dist/esm/components/Menu/MenuItem.js +2 -2
- package/dist/esm/components/Menu/MenuItem.js.map +1 -1
- package/dist/esm/components/Menu/index.js +4 -0
- package/dist/esm/components/Menu/index.js.map +1 -0
- package/dist/esm/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/Notification/Notification.js +2 -2
- package/dist/esm/components/Notification/Notification.js.map +1 -1
- package/dist/esm/components/Notification/Toast.js +5 -0
- package/dist/esm/components/Notification/Toast.js.map +1 -1
- package/dist/esm/components/Notification/index.js +3 -0
- package/dist/esm/components/Notification/index.js.map +1 -0
- package/dist/esm/components/NumericInput/NumericInput.js +4 -2
- package/dist/esm/components/NumericInput/NumericInput.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItem.js +2 -2
- package/dist/esm/components/OverviewItem/OverviewItem.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemActions.js +2 -2
- package/dist/esm/components/OverviewItem/OverviewItemActions.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js +2 -2
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDescription.js +4 -4
- package/dist/esm/components/OverviewItem/OverviewItemDescription.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemLine.js +2 -2
- package/dist/esm/components/OverviewItem/OverviewItemLine.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemList.js +2 -2
- package/dist/esm/components/OverviewItem/OverviewItemList.js.map +1 -1
- package/dist/esm/components/OverviewItem/index.js +6 -7
- package/dist/esm/components/OverviewItem/index.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js +2 -2
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyName.js +3 -2
- package/dist/esm/components/PropertyValuePair/PropertyName.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyValue.js +3 -2
- package/dist/esm/components/PropertyValuePair/PropertyValue.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyValueList.js +3 -2
- package/dist/esm/components/PropertyValuePair/PropertyValueList.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/PropertyValuePair.js +3 -2
- package/dist/esm/components/PropertyValuePair/PropertyValuePair.js.map +1 -1
- package/dist/esm/components/PropertyValuePair/index.js +4 -5
- package/dist/esm/components/PropertyValuePair/index.js.map +1 -1
- package/dist/esm/components/RadioButton/RadioButton.js +2 -3
- package/dist/esm/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/esm/components/Select/Select.js +1 -1
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Separation/Spacing.js +2 -2
- package/dist/esm/components/Separation/Spacing.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js +2 -2
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Structure/Section.js +3 -2
- package/dist/esm/components/Structure/Section.js.map +1 -1
- package/dist/esm/components/Structure/SectionHeader.js +3 -2
- package/dist/esm/components/Structure/SectionHeader.js.map +1 -1
- package/dist/esm/components/Structure/TitleMainsection.js +3 -2
- package/dist/esm/components/Structure/TitleMainsection.js.map +1 -1
- package/dist/esm/components/Structure/TitlePage.js +3 -2
- package/dist/esm/components/Structure/TitlePage.js.map +1 -1
- package/dist/esm/components/Structure/TitleSubsection.js +5 -4
- package/dist/esm/components/Structure/TitleSubsection.js.map +1 -1
- package/dist/esm/components/Structure/index.js +6 -0
- package/dist/esm/components/Structure/index.js.map +1 -0
- package/dist/esm/components/Switch/Switch.js +2 -2
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Tabs/Tab.js +0 -48
- package/dist/esm/components/Tabs/Tab.js.map +1 -1
- package/dist/esm/components/Tabs/TabPanel.js +2 -2
- package/dist/esm/components/Tabs/TabPanel.js.map +1 -1
- package/dist/esm/components/Tabs/TabTitle.js +1 -1
- package/dist/esm/components/Tabs/TabTitle.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js +2 -3
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Tabs/index.js +5 -0
- package/dist/esm/components/Tabs/index.js.map +1 -0
- package/dist/esm/components/TextField/SearchField.js +2 -2
- 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 +3 -3
- package/dist/esm/components/TextField/TextField.js.map +1 -1
- package/dist/esm/components/TextField/index.js +4 -0
- package/dist/esm/components/TextField/index.js.map +1 -0
- package/dist/esm/components/Toolbar/Toolbar.js +2 -2
- package/dist/esm/components/Toolbar/Toolbar.js.map +1 -1
- package/dist/esm/components/Toolbar/ToolbarSection.js +2 -2
- package/dist/esm/components/Toolbar/ToolbarSection.js.map +1 -1
- package/dist/esm/components/Toolbar/index.js +3 -0
- package/dist/esm/components/Toolbar/index.js.map +1 -0
- package/dist/esm/components/Tooltip/Tooltip.js +2 -2
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Typography/Highlighter.js +18 -4
- package/dist/esm/components/Typography/Highlighter.js.map +1 -1
- package/dist/esm/components/Typography/HtmlContentBlock.js +2 -2
- package/dist/esm/components/Typography/HtmlContentBlock.js.map +1 -1
- package/dist/esm/components/Typography/OverflowText.js +2 -2
- package/dist/esm/components/Typography/OverflowText.js.map +1 -1
- package/dist/esm/components/Typography/WhiteSpaceContainer.js +2 -2
- package/dist/esm/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/esm/components/Typography/index.js +5 -5
- package/dist/esm/components/Typography/index.js.map +1 -1
- package/dist/esm/components/Workspace/WorkspaceContent.js +3 -2
- 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 +3 -3
- package/dist/esm/components/Workspace/WorkspaceMain.js.map +1 -1
- package/dist/esm/components/Workspace/WorkspaceSide.js +4 -4
- package/dist/esm/components/Workspace/WorkspaceSide.js.map +1 -1
- package/dist/esm/components/Workspace/index.js +5 -0
- package/dist/esm/components/Workspace/index.js.map +1 -0
- package/dist/esm/components/index.js +37 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js +10 -5
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeLabel.js +2 -2
- package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/edgeTypes.js +1 -0
- package/dist/esm/extensions/react-flow/edges/edgeTypes.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/index.js +25 -15
- package/dist/esm/extensions/react-flow/index.js.map +1 -1
- package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js +3 -1
- package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js +2 -2
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/utils.js +10 -5
- package/dist/esm/extensions/react-flow/minimap/utils.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js +7 -3
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +1 -0
- package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/nodeTypes.js +1 -0
- package/dist/esm/extensions/react-flow/nodes/nodeTypes.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/nodeUtils.js +2 -2
- package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/sharedTypes.js +2 -0
- package/dist/esm/extensions/react-flow/nodes/sharedTypes.js.map +1 -0
- package/dist/esm/index.js +7 -85
- package/dist/esm/index.js.map +1 -1
- package/dist/types/cmem/ActivityControl/ActivityControlTypes.d.ts +2 -0
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +7 -5
- package/dist/types/cmem/ActivityControl/ActivityExecutionErrorReportModal.d.ts +3 -3
- package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +19 -15
- package/dist/types/cmem/ActivityControl/index.d.ts +4 -3
- package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +1 -1
- package/dist/types/cmem/ContentBlobToggler/ContentBlobToggler.d.ts +2 -3
- package/dist/types/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.d.ts +10 -24
- package/dist/types/cmem/ContentBlobToggler/index.d.ts +2 -2
- package/dist/types/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.d.ts +22 -8
- package/dist/types/cmem/index.d.ts +6 -11
- package/dist/types/cmem/markdown/Markdown.d.ts +5 -4
- package/dist/types/cmem/markdown/highlightSearchWords.d.ts +10 -0
- package/dist/types/cmem/react-flow/configuration/graph.d.ts +9 -9
- package/dist/types/cmem/react-flow/configuration/linking.d.ts +6 -6
- package/dist/types/cmem/react-flow/configuration/unspecified.d.ts +4 -4
- package/dist/types/cmem/react-flow/configuration/workflow.d.ts +4 -4
- package/dist/types/cmem/react-flow/index.d.ts +3 -0
- package/dist/types/cmem/react-flow/nodes/StickyNoteNode.d.ts +1 -1
- package/dist/types/common/index.d.ts +43 -0
- package/dist/types/common/utils/characters.d.ts +6 -0
- package/dist/types/common/utils/openInNewTab.d.ts +1 -1
- package/dist/types/components/Accordion/Accordion.d.ts +2 -2
- package/dist/types/components/Accordion/AccordionItem.d.ts +2 -2
- package/dist/types/components/Accordion/index.d.ts +2 -0
- package/dist/types/components/Application/ApplicationContainer.d.ts +2 -3
- package/dist/types/components/Application/ApplicationContent.d.ts +7 -4
- package/dist/types/components/Application/ApplicationHeader.d.ts +5 -2
- package/dist/types/components/Application/ApplicationSidebarNavigation.d.ts +3 -9
- package/dist/types/components/Application/ApplicationSidebarToggler.d.ts +5 -2
- package/dist/types/components/Application/ApplicationTitle.d.ts +3 -3
- package/dist/types/components/Application/ApplicationToolbar.d.ts +5 -2
- package/dist/types/components/Application/ApplicationToolbarAction.d.ts +5 -2
- package/dist/types/components/Application/ApplicationToolbarPanel.d.ts +14 -2
- package/dist/types/components/Application/ApplicationToolbarSection.d.ts +4 -2
- package/dist/types/components/Application/index.d.ts +10 -0
- package/dist/types/components/AutoSuggestion/AutoSuggestion.d.ts +4 -3
- package/dist/types/components/AutoSuggestion/AutoSuggestionList.d.ts +3 -2
- package/dist/types/components/AutoSuggestion/SingleLineCodeEditor.d.ts +8 -7
- package/dist/types/components/AutoSuggestion/index.d.ts +5 -0
- package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +8 -15
- package/dist/types/components/AutocompleteField/autoCompleteFieldUtils.d.ts +11 -0
- package/dist/types/components/AutocompleteField/index.d.ts +5 -0
- package/dist/types/components/AutocompleteField/interfaces.d.ts +11 -0
- package/dist/types/components/Badge/Badge.d.ts +1 -1
- package/dist/types/components/Breadcrumb/BreadcrumbItem.d.ts +2 -2
- package/dist/types/components/Breadcrumb/BreadcrumbList.d.ts +2 -3
- package/dist/types/components/Breadcrumb/index.d.ts +2 -0
- package/dist/types/components/Button/Button.d.ts +29 -29
- package/dist/types/components/Card/Card.d.ts +2 -2
- package/dist/types/components/Card/CardActions.d.ts +2 -2
- package/dist/types/components/Card/CardActionsAux.d.ts +2 -2
- package/dist/types/components/Card/CardContent.d.ts +1 -1
- package/dist/types/components/Card/CardHeader.d.ts +3 -3
- package/dist/types/components/Card/CardOptions.d.ts +3 -3
- package/dist/types/components/Card/CardTitle.d.ts +2 -2
- package/dist/types/components/Card/index.d.ts +7 -8
- package/dist/types/components/Checkbox/Checkbox.d.ts +3 -3
- package/dist/types/components/ContextOverlay/ContextMenu.d.ts +3 -3
- package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +2 -2
- package/dist/types/components/ContextOverlay/index.d.ts +2 -0
- package/dist/types/components/Depiction/Depiction.d.ts +1 -1
- package/dist/types/components/Dialog/AlertDialog.d.ts +4 -3
- package/dist/types/components/Dialog/Modal.d.ts +3 -2
- package/dist/types/components/Dialog/SimpleDialog.d.ts +1 -1
- package/dist/types/components/Dialog/index.d.ts +3 -0
- package/dist/types/components/Form/FieldItem.d.ts +1 -1
- package/dist/types/components/Form/FieldItemRow.d.ts +1 -1
- package/dist/types/components/Form/FieldSet.d.ts +42 -2
- package/dist/types/components/Form/index.d.ts +3 -0
- package/dist/types/components/Grid/Grid.d.ts +7 -3
- package/dist/types/components/Grid/GridColumn.d.ts +7 -3
- package/dist/types/components/Grid/GridRow.d.ts +3 -3
- package/dist/types/components/Grid/index.d.ts +3 -0
- package/dist/types/components/HoverToggler/HoverToggler.d.ts +3 -3
- package/dist/types/components/Icon/BaseIcon.d.ts +2 -2
- package/dist/types/components/Icon/Icon.d.ts +9 -3
- package/dist/types/components/Icon/IconButton.d.ts +3 -2
- package/dist/types/components/Icon/TestIcon.d.ts +2 -2
- package/dist/types/components/Icon/index.d.ts +3 -4
- package/dist/types/components/Iframe/Iframe.d.ts +4 -0
- package/dist/types/components/Iframe/IframeModal.d.ts +2 -1
- package/dist/types/components/Iframe/index.d.ts +2 -0
- package/dist/types/components/InteractionGate/InteractionGate.d.ts +1 -1
- package/dist/types/components/Label/Label.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +5 -2
- package/dist/types/components/List/List.d.ts +2 -2
- package/dist/types/components/Menu/Menu.d.ts +2 -2
- package/dist/types/components/Menu/MenuDivider.d.ts +2 -2
- package/dist/types/components/Menu/MenuItem.d.ts +2 -2
- package/dist/types/components/Menu/index.d.ts +3 -0
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +7 -6
- package/dist/types/components/Notification/Notification.d.ts +1 -3
- package/dist/types/components/Notification/Toast.d.ts +8 -2
- package/dist/types/components/Notification/index.d.ts +2 -0
- package/dist/types/components/NumericInput/NumericInput.d.ts +3 -3
- package/dist/types/components/OverviewItem/OverviewItem.d.ts +1 -1
- package/dist/types/components/OverviewItem/OverviewItemActions.d.ts +1 -1
- package/dist/types/components/OverviewItem/OverviewItemDepiction.d.ts +1 -1
- package/dist/types/components/OverviewItem/OverviewItemDescription.d.ts +3 -1
- package/dist/types/components/OverviewItem/OverviewItemLine.d.ts +1 -1
- package/dist/types/components/OverviewItem/OverviewItemList.d.ts +1 -1
- package/dist/types/components/OverviewItem/index.d.ts +6 -7
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/PropertyValuePair/PropertyName.d.ts +4 -2
- package/dist/types/components/PropertyValuePair/PropertyValue.d.ts +4 -2
- package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +4 -2
- package/dist/types/components/PropertyValuePair/PropertyValuePair.d.ts +12 -2
- package/dist/types/components/PropertyValuePair/index.d.ts +4 -5
- package/dist/types/components/RadioButton/RadioButton.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Separation/Divider.d.ts +1 -1
- package/dist/types/components/Separation/Spacing.d.ts +2 -2
- package/dist/types/components/Spinner/Spinner.d.ts +2 -3
- package/dist/types/components/Structure/Section.d.ts +4 -2
- package/dist/types/components/Structure/SectionHeader.d.ts +4 -2
- package/dist/types/components/Structure/TitleMainsection.d.ts +4 -2
- package/dist/types/components/Structure/TitlePage.d.ts +4 -2
- package/dist/types/components/Structure/TitleSubsection.d.ts +269 -2
- package/dist/types/components/Structure/index.d.ts +5 -0
- package/dist/types/components/Switch/Switch.d.ts +2 -2
- package/dist/types/components/Table/Table.d.ts +1 -1
- package/dist/types/components/Table/TableCell.d.ts +1 -1
- package/dist/types/components/Table/TableContainer.d.ts +1 -1
- package/dist/types/components/Table/TableExpandHeader.d.ts +1 -1
- package/dist/types/components/Table/TableExpandRow.d.ts +1 -1
- package/dist/types/components/Table/TableRow.d.ts +1 -1
- package/dist/types/components/Tabs/Tab.d.ts +28 -15
- package/dist/types/components/Tabs/TabPanel.d.ts +1 -1
- package/dist/types/components/Tabs/TabTitle.d.ts +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts +2 -2
- package/dist/types/components/Tabs/index.d.ts +4 -0
- package/dist/types/components/Tag/Tag.d.ts +1 -1
- package/dist/types/components/Tag/TagList.d.ts +1 -1
- package/dist/types/components/TextField/SearchField.d.ts +3 -3
- package/dist/types/components/TextField/TextArea.d.ts +10 -10
- package/dist/types/components/TextField/TextField.d.ts +4 -4
- package/dist/types/components/TextField/index.d.ts +3 -0
- package/dist/types/components/Toolbar/Toolbar.d.ts +2 -2
- package/dist/types/components/Toolbar/ToolbarSection.d.ts +2 -2
- package/dist/types/components/Toolbar/index.d.ts +2 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/Typography/Highlighter.d.ts +19 -5
- package/dist/types/components/Typography/HtmlContentBlock.d.ts +1 -1
- package/dist/types/components/Typography/OverflowText.d.ts +2 -2
- package/dist/types/components/Typography/WhiteSpaceContainer.d.ts +1 -1
- package/dist/types/components/Typography/index.d.ts +4 -6
- package/dist/types/components/Workspace/WorkspaceContent.d.ts +5 -2
- package/dist/types/components/Workspace/WorkspaceHeader.d.ts +3 -2
- package/dist/types/components/Workspace/WorkspaceMain.d.ts +5 -2
- package/dist/types/components/Workspace/WorkspaceSide.d.ts +5 -2
- package/dist/types/components/Workspace/index.d.ts +4 -0
- package/dist/types/components/index.d.ts +37 -0
- package/dist/types/extensions/codemirror/CodeMirror.d.ts +2 -2
- package/dist/types/extensions/react-flow/edges/EdgeDefault.d.ts +7 -3
- package/dist/types/extensions/react-flow/edges/EdgeLabel.d.ts +3 -4
- package/dist/types/extensions/react-flow/edges/EdgeStep.d.ts +3 -2
- package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +1 -1
- package/dist/types/extensions/react-flow/edges/edgeTypes.d.ts +13 -13
- package/dist/types/extensions/react-flow/handles/HandleContent.d.ts +1 -1
- package/dist/types/extensions/react-flow/handles/HandleDefault.d.ts +2 -1
- package/dist/types/extensions/react-flow/index.d.ts +28 -20
- package/dist/types/extensions/react-flow/markers/ReactFlowMarkers.d.ts +3 -1
- package/dist/types/extensions/react-flow/minimap/MiniMap.d.ts +1 -1
- package/dist/types/extensions/react-flow/minimap/utils.d.ts +5 -3
- package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +14 -12
- package/dist/types/extensions/react-flow/nodes/NodeContentExtension.d.ts +1 -1
- package/dist/types/extensions/react-flow/nodes/NodeDefault.d.ts +4 -2
- package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +5 -5
- package/dist/types/extensions/react-flow/nodes/nodeTypes.d.ts +10 -10
- package/dist/types/extensions/react-flow/nodes/nodeUtils.d.ts +4 -4
- package/dist/types/extensions/react-flow/nodes/sharedTypes.d.ts +3 -0
- package/dist/types/index.d.ts +9 -82
- package/dist/types/legacy-replacements/Button/AffirmativeButton.d.ts +2 -2
- package/dist/types/legacy-replacements/Button/Button.d.ts +2 -2
- package/dist/types/legacy-replacements/Button/DismissiveButton.d.ts +2 -2
- package/dist/types/legacy-replacements/Button/DisruptiveButton.d.ts +2 -2
- package/dist/types/legacy-replacements/Checkbox/Checkbox.d.ts +2 -2
- package/dist/types/legacy-replacements/Radio/RadioButton.d.ts +2 -2
- package/dist/types/legacy-replacements/Tabs/Tabs.d.ts +1 -1
- package/dist/types/legacy-replacements/TextField/TextField.d.ts +2 -2
- package/package.json +213 -193
- package/scripts/sassConfig.js +1 -1
- package/src/_shame.scss +1 -45
- package/src/cmem/ActivityControl/ActivityControlTypes.ts +4 -0
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +11 -5
- package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +9 -2
- package/src/cmem/ActivityControl/SilkActivityControl.tsx +29 -20
- package/src/cmem/ActivityControl/index.ts +4 -3
- package/src/cmem/ContentBlobToggler/ContentBlobToggler.tsx +2 -3
- package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +21 -34
- package/src/cmem/ContentBlobToggler/index.ts +2 -2
- package/src/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.tsx +34 -11
- package/src/cmem/index.ts +6 -24
- package/src/cmem/markdown/Markdown.tsx +6 -4
- package/src/cmem/markdown/highlightSearchWords.ts +11 -4
- package/src/cmem/markdown/markdown.scss +33 -3
- package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +0 -1
- package/src/cmem/react-flow/index.ts +3 -0
- package/src/common/index.ts +13 -0
- package/src/common/utils/characters.ts +1 -1
- package/src/common/utils/openInNewTab.ts +2 -2
- package/src/components/Accordion/Accordion.tsx +2 -2
- package/src/components/Accordion/AccordionItem.tsx +2 -2
- package/src/components/Accordion/index.ts +2 -0
- package/src/components/Application/ApplicationContainer.tsx +5 -7
- package/src/components/Application/ApplicationContent.tsx +13 -12
- package/src/components/Application/ApplicationHeader.tsx +15 -4
- package/src/components/Application/ApplicationSidebarNavigation.tsx +13 -19
- package/src/components/Application/ApplicationSidebarToggler.tsx +12 -4
- package/src/components/Application/ApplicationTitle.tsx +10 -8
- package/src/components/Application/ApplicationToolbar.tsx +12 -4
- package/src/components/Application/ApplicationToolbarAction.tsx +12 -4
- package/src/components/Application/ApplicationToolbarPanel.tsx +41 -6
- package/src/components/Application/ApplicationToolbarSection.tsx +8 -2
- package/src/components/Application/_toolbar.scss +13 -0
- package/src/components/Application/application.scss +4 -0
- package/src/components/Application/index.ts +10 -0
- package/src/components/AutoSuggestion/AutoSuggestion.scss +50 -49
- package/src/components/AutoSuggestion/AutoSuggestion.tsx +11 -3
- package/src/components/AutoSuggestion/AutoSuggestionList.tsx +5 -2
- package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +38 -36
- package/src/components/AutoSuggestion/index.ts +15 -0
- package/src/components/AutoSuggestion/stories/AutoSuggestion.stories.tsx +83 -0
- package/src/components/AutoSuggestion/tests/AutoSuggestion.test.tsx +2 -2
- package/src/components/AutoSuggestion/tests/AutoSuggestionList.test.tsx +2 -2
- package/src/components/AutoSuggestion/tests/SingleLineCodeEditor.test.tsx +10 -9
- package/src/components/AutocompleteField/AutoCompleteField.tsx +17 -19
- package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +1 -1
- package/src/components/AutocompleteField/index.ts +5 -0
- package/src/components/AutocompleteField/interfaces.ts +14 -0
- package/src/components/Breadcrumb/BreadcrumbItem.tsx +3 -3
- package/src/components/Breadcrumb/BreadcrumbList.tsx +5 -7
- package/src/components/Breadcrumb/breadcrumb.scss +4 -0
- package/src/components/Breadcrumb/index.ts +2 -0
- package/src/components/Button/Button.stories.tsx +6 -5
- package/src/components/Button/Button.test.tsx +24 -25
- package/src/components/Button/Button.tsx +117 -113
- package/src/components/Button/button.scss +39 -21
- package/src/components/Card/Card.tsx +2 -2
- package/src/components/Card/CardActions.tsx +3 -3
- package/src/components/Card/CardActionsAux.tsx +3 -4
- package/src/components/Card/CardContent.tsx +2 -2
- package/src/components/Card/CardHeader.tsx +3 -3
- package/src/components/Card/CardOptions.tsx +3 -5
- package/src/components/Card/CardTitle.tsx +2 -2
- package/src/components/Card/index.tsx +7 -17
- package/src/components/Checkbox/Checkbox.tsx +3 -3
- package/src/components/ContextOverlay/ContextMenu.tsx +3 -3
- package/src/components/ContextOverlay/ContextOverlay.tsx +2 -2
- package/src/components/ContextOverlay/index.ts +2 -0
- package/src/components/Dialog/AlertDialog.tsx +6 -7
- package/src/components/Dialog/Modal.tsx +4 -8
- package/src/components/Dialog/SimpleDialog.tsx +2 -6
- package/src/components/Dialog/index.ts +3 -0
- package/src/components/Form/FieldItem.tsx +2 -2
- package/src/components/Form/FieldItemRow.tsx +2 -2
- package/src/components/Form/FieldSet.tsx +43 -2
- package/src/components/Form/Stories/FieldSet.stories.tsx +30 -0
- package/src/components/Form/index.ts +3 -0
- package/src/components/Grid/Grid.tsx +7 -3
- package/src/components/Grid/GridColumn.tsx +9 -3
- package/src/components/Grid/GridRow.tsx +3 -3
- package/src/components/Grid/index.ts +3 -0
- package/src/components/HoverToggler/HoverToggler.tsx +3 -1
- package/src/components/Icon/BaseIcon.tsx +13 -13
- package/src/components/Icon/Icon.tsx +10 -3
- package/src/components/Icon/IconButton.tsx +5 -3
- package/src/components/Icon/TestIcon.tsx +2 -2
- package/src/components/Icon/index.ts +3 -5
- package/src/components/Iframe/Iframe.tsx +5 -4
- package/src/components/Iframe/IframeModal.tsx +4 -2
- package/src/components/Iframe/index.ts +2 -0
- package/src/components/InteractionGate/InteractionGate.tsx +2 -2
- package/src/components/Label/Label.tsx +2 -2
- package/src/components/Link/Link.tsx +14 -3
- package/src/components/List/List.tsx +8 -2
- package/src/components/Menu/Menu.tsx +2 -2
- package/src/components/Menu/MenuDivider.tsx +2 -2
- package/src/components/Menu/MenuItem.tsx +4 -4
- package/src/components/Menu/index.ts +3 -0
- package/src/components/MultiSelect/MultiSelect.tsx +9 -6
- package/src/components/Notification/Notification.tsx +2 -2
- package/src/components/Notification/Toast.tsx +9 -2
- package/src/components/Notification/index.ts +2 -0
- package/src/components/NumericInput/NumericInput.tsx +4 -2
- package/src/components/OverviewItem/OverviewItem.tsx +2 -2
- package/src/components/OverviewItem/OverviewItemActions.tsx +2 -2
- package/src/components/OverviewItem/OverviewItemDepiction.tsx +2 -2
- package/src/components/OverviewItem/OverviewItemDescription.tsx +7 -5
- package/src/components/OverviewItem/OverviewItemLine.tsx +2 -2
- package/src/components/OverviewItem/OverviewItemList.tsx +2 -2
- package/src/components/OverviewItem/index.ts +6 -0
- package/src/components/Pagination/Pagination.tsx +2 -2
- package/src/components/PropertyValuePair/PropertyName.tsx +3 -1
- package/src/components/PropertyValuePair/PropertyValue.tsx +3 -1
- package/src/components/PropertyValuePair/PropertyValueList.tsx +3 -1
- package/src/components/PropertyValuePair/PropertyValuePair.tsx +18 -1
- package/src/components/PropertyValuePair/index.ts +4 -0
- package/src/components/RadioButton/RadioButton.tsx +3 -3
- package/src/components/Select/Select.tsx +1 -1
- package/src/components/Separation/Spacing.tsx +1 -1
- package/src/components/Spinner/Spinner.tsx +5 -2
- package/src/components/Structure/Section.tsx +3 -1
- package/src/components/Structure/SectionHeader.tsx +3 -1
- package/src/components/Structure/TitleMainsection.tsx +4 -2
- package/src/components/Structure/TitlePage.tsx +4 -2
- package/src/components/Structure/TitleSubsection.tsx +21 -6
- package/src/components/Structure/index.ts +5 -0
- package/src/components/Switch/Switch.tsx +1 -1
- package/src/components/Tabs/Tab.tsx +0 -51
- package/src/components/Tabs/TabPanel.tsx +2 -2
- package/src/components/Tabs/TabTitle.tsx +1 -1
- package/src/components/Tabs/Tabs.tsx +3 -3
- package/src/components/Tabs/index.ts +4 -0
- package/src/components/TextField/SearchField.tsx +3 -3
- package/src/components/TextField/TextArea.tsx +18 -18
- package/src/components/TextField/TextField.tsx +5 -5
- package/src/components/TextField/index.ts +3 -0
- package/src/components/TextField/stories/TextField.stories.tsx +27 -0
- package/src/components/Toolbar/Toolbar.tsx +3 -3
- package/src/components/Toolbar/ToolbarSection.tsx +3 -3
- package/src/components/Toolbar/index.ts +2 -0
- package/src/components/Tooltip/Tooltip.tsx +2 -2
- package/src/components/Typography/Highlighter.tsx +19 -4
- package/src/components/Typography/HtmlContentBlock.tsx +2 -2
- package/src/components/Typography/OverflowText.tsx +2 -2
- package/src/components/Typography/WhiteSpaceContainer.tsx +2 -2
- package/src/components/Typography/index.ts +6 -18
- package/src/components/Workspace/WorkspaceContent.tsx +4 -2
- package/src/components/Workspace/WorkspaceHeader.tsx +4 -2
- package/src/components/Workspace/WorkspaceMain.tsx +4 -3
- package/src/components/Workspace/WorkspaceSide.tsx +5 -4
- package/src/components/Workspace/index.ts +4 -0
- package/src/components/Workspace/workspace.scss +5 -0
- package/src/components/index.scss +36 -2
- package/src/components/index.ts +37 -0
- package/src/extensions/codemirror/_codemirror.scss +3 -2
- package/src/extensions/react-flow/edges/EdgeDefault.tsx +12 -5
- package/src/extensions/react-flow/edges/EdgeLabel.tsx +3 -2
- package/src/extensions/react-flow/edges/EdgeStep.tsx +1 -1
- package/src/extensions/react-flow/edges/edgeTypes.ts +1 -0
- package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +10 -2
- package/src/extensions/react-flow/handles/HandleDefault.tsx +4 -5
- package/src/extensions/react-flow/index.ts +26 -22
- package/src/extensions/react-flow/markers/ReactFlowMarkers.tsx +8 -1
- package/src/extensions/react-flow/minimap/MiniMap.tsx +4 -9
- package/src/extensions/react-flow/minimap/utils.ts +11 -5
- package/src/extensions/react-flow/nodes/NodeContent.tsx +26 -14
- package/src/extensions/react-flow/nodes/NodeDefault.tsx +8 -3
- package/src/extensions/react-flow/nodes/NodeTools.tsx +6 -6
- package/src/extensions/react-flow/nodes/nodeTypes.ts +1 -0
- package/src/extensions/react-flow/nodes/nodeUtils.tsx +3 -3
- package/src/extensions/react-flow/nodes/sharedTypes.ts +3 -0
- package/src/includes/blueprintjs/_components.scss +6 -0
- package/src/includes/blueprintjs/_requisits.scss +7 -0
- package/src/index.scss +3 -49
- package/src/index.ts +10 -212
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { AccordionProps as CarbonAccordionProps } from "carbon-components-react";
|
|
3
3
|
export interface AccordionProps extends Omit<CarbonAccordionProps, "className" | "size"> {
|
|
4
4
|
/**
|
|
@@ -10,5 +10,5 @@ export interface AccordionProps extends Omit<CarbonAccordionProps, "className" |
|
|
|
10
10
|
*/
|
|
11
11
|
size?: "small" | "medium" | "large";
|
|
12
12
|
}
|
|
13
|
-
declare
|
|
13
|
+
export declare const Accordion: ({ children, className, align, size, ...otherProps }: AccordionProps) => React.JSX.Element;
|
|
14
14
|
export default Accordion;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { AccordionItemProps as CarbonAccordionItemProps } from "carbon-components-react";
|
|
3
3
|
export interface AccordionItemProps extends Omit<CarbonAccordionItemProps, "title" | "iconDescription" | "renderExpando"> {
|
|
4
4
|
/**
|
|
@@ -26,5 +26,5 @@ export interface AccordionItemProps extends Omit<CarbonAccordionItemProps, "titl
|
|
|
26
26
|
*/
|
|
27
27
|
elevated?: boolean;
|
|
28
28
|
}
|
|
29
|
-
declare
|
|
29
|
+
export declare const AccordionItem: ({ children, label, className, fullWidth, elevated, condensed, noBorder, ...otherProps }: AccordionItemProps) => React.JSX.Element;
|
|
30
30
|
export default AccordionItem;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
interface ApplicationContainerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
-
className?: string;
|
|
2
|
+
export interface ApplicationContainerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
4
3
|
}
|
|
5
|
-
declare
|
|
4
|
+
export declare const ApplicationContainer: ({ children, className, ...otherDivProps }: ApplicationContainerProps) => React.JSX.Element;
|
|
6
5
|
export default ApplicationContainer;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
interface
|
|
2
|
+
export interface ApplicationContentProps {
|
|
3
|
+
/**
|
|
4
|
+
Literally the application content displayed in the main area
|
|
5
|
+
*/
|
|
3
6
|
children: React.ReactNode;
|
|
4
7
|
/**
|
|
5
8
|
addional class name
|
|
@@ -14,9 +17,9 @@ interface IApplicationContentProps {
|
|
|
14
17
|
*/
|
|
15
18
|
isApplicationSidebarRail?: boolean;
|
|
16
19
|
/**
|
|
17
|
-
native attributes for the <main> HTML element
|
|
20
|
+
native attributes for the <main> HTML element, except `className`
|
|
18
21
|
*/
|
|
19
|
-
htmlMainProps?: React.HTMLAttributes<HTMLElement>;
|
|
22
|
+
htmlMainProps?: Omit<React.HTMLAttributes<HTMLElement>, "className">;
|
|
20
23
|
}
|
|
21
|
-
declare
|
|
24
|
+
export declare const ApplicationContent: ({ children, className, isApplicationSidebarExpanded, isApplicationSidebarRail, htmlMainProps, ...otherUnknownProps }: ApplicationContentProps) => React.JSX.Element;
|
|
22
25
|
export default ApplicationContent;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { HeaderProps as CarbonHeaderProps } from "carbon-components-react";
|
|
3
|
+
export interface ApplicationHeaderProps extends CarbonHeaderProps {
|
|
4
|
+
}
|
|
5
|
+
export declare const ApplicationHeader: ({ children, className, ...otherCarbonHeaderProps }: ApplicationHeaderProps) => React.JSX.Element;
|
|
3
6
|
export default ApplicationHeader;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
expanded?: boolean;
|
|
5
|
-
isRail?: boolean;
|
|
6
|
-
defaultExpanded?: never;
|
|
7
|
-
isPersistent?: never;
|
|
8
|
-
isFixedNav?: never;
|
|
9
|
-
isChildOfHeader?: never;
|
|
2
|
+
import { SideNavProps as CarbonSideNavProps } from "carbon-components-react";
|
|
3
|
+
export interface ApplicationSidebarNavigationProps extends Omit<CarbonSideNavProps, "defaultExpanded" | "isPersistent" | "isFixedNav" | "isChildOfHeader">, React.HTMLAttributes<HTMLElement> {
|
|
10
4
|
}
|
|
11
|
-
declare
|
|
5
|
+
export declare const ApplicationSidebarNavigation: ({ children, className, ...otherCarbonSideNavProps }: ApplicationSidebarNavigationProps) => React.JSX.Element;
|
|
12
6
|
export default ApplicationSidebarNavigation;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { HeaderMenuButtonProps as CarbonHeaderMenuButtonProps } from "carbon-components-react";
|
|
3
|
+
export interface ApplicationSidebarTogglerProps extends CarbonHeaderMenuButtonProps {
|
|
4
|
+
}
|
|
5
|
+
export declare const ApplicationSidebarToggler: ({ className, ...otherCarbonHeaderMenuButtonProps }: ApplicationSidebarTogglerProps) => React.JSX.Element;
|
|
3
6
|
export default ApplicationSidebarToggler;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { HeaderNameProps as CarbonHeaderNameProps } from "carbon-components-react";
|
|
2
3
|
declare type SvgDepiction = HTMLElement & SVGElement;
|
|
3
4
|
declare type ImgDepiction = HTMLElement & HTMLImageElement;
|
|
4
|
-
interface
|
|
5
|
-
children: React.ReactNode;
|
|
5
|
+
export interface ApplicationTitleProps extends CarbonHeaderNameProps {
|
|
6
6
|
/**
|
|
7
7
|
addional class name
|
|
8
8
|
*/
|
|
@@ -36,5 +36,5 @@ interface IApplicationTitleProps {
|
|
|
36
36
|
*/
|
|
37
37
|
htmlAProps?: React.AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
38
38
|
}
|
|
39
|
-
declare
|
|
39
|
+
export declare const ApplicationTitle: ({ children, className, prefix, href, depiction, isNotDisplayed, isAlignedWithSidebar, isApplicationSidebarExpanded, htmlAProps, ...otherCarbonHeaderNameProps }: ApplicationTitleProps) => React.JSX.Element;
|
|
40
40
|
export default ApplicationTitle;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { HeaderGlobalBarProps as CarbonHeaderGlobalBarProps } from "carbon-components-react";
|
|
3
|
+
export interface ApplicationToolbarProps extends CarbonHeaderGlobalBarProps {
|
|
4
|
+
}
|
|
5
|
+
export declare const ApplicationToolbar: ({ children, className, ...otherCarbonHeaderGlobalBarProps }: ApplicationToolbarProps) => React.JSX.Element;
|
|
3
6
|
export default ApplicationToolbar;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { HeaderGlobalActionProps as CarbonHeaderGlobalActionProps } from "carbon-components-react";
|
|
3
|
+
export interface ApplicationToolbarActionProps extends CarbonHeaderGlobalActionProps {
|
|
4
|
+
}
|
|
5
|
+
export declare const ApplicationToolbarAction: ({ children, className, ...otherCarbonHeaderGlobalActionProps }: ApplicationToolbarActionProps) => React.JSX.Element;
|
|
3
6
|
export default ApplicationToolbarAction;
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { HeaderPanelProps as CarbonHeaderPanelProps } from "carbon-components-react";
|
|
3
|
+
export interface ApplicationToolbarPanelProps extends CarbonHeaderPanelProps {
|
|
4
|
+
/**
|
|
5
|
+
* Event handler getting called when the pointer device leaves the area of the panel menu.
|
|
6
|
+
* Could be used to close it automatically.
|
|
7
|
+
*/
|
|
8
|
+
onLeave?: () => void;
|
|
9
|
+
/**
|
|
10
|
+
* Event handler getting called when the the user clicks outside of the panel menu area.
|
|
11
|
+
*/
|
|
12
|
+
onOutsideClick?: () => void;
|
|
13
|
+
}
|
|
14
|
+
export declare const ApplicationToolbarPanel: ({ children, className, onLeave, onOutsideClick, ...otherCarbonHeaderPanelProps }: ApplicationToolbarPanelProps) => React.JSX.Element;
|
|
3
15
|
export default ApplicationToolbarPanel;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface ApplicationToolbarSectionProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
}
|
|
4
|
+
export declare const ApplicationToolbarSection: ({ children, className, ...otherDivProps }: ApplicationToolbarSectionProps) => React.JSX.Element;
|
|
3
5
|
export default ApplicationToolbarSection;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./ApplicationContainer";
|
|
2
|
+
export * from "./ApplicationHeader";
|
|
3
|
+
export * from "./ApplicationContent";
|
|
4
|
+
export * from "./ApplicationSidebarNavigation";
|
|
5
|
+
export * from "./ApplicationSidebarToggler";
|
|
6
|
+
export * from "./ApplicationTitle";
|
|
7
|
+
export * from "./ApplicationToolbar";
|
|
8
|
+
export * from "./ApplicationToolbarSection";
|
|
9
|
+
export * from "./ApplicationToolbarAction";
|
|
10
|
+
export * from "./ApplicationToolbarPanel";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare enum OVERWRITTEN_KEYS {
|
|
3
3
|
ArrowUp = "ArrowUp",
|
|
4
4
|
ArrowDown = "ArrowDown",
|
|
@@ -41,7 +41,7 @@ export interface IValidationResult {
|
|
|
41
41
|
end: number;
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
export interface
|
|
44
|
+
export interface AutoSuggestionProps {
|
|
45
45
|
label?: string;
|
|
46
46
|
initialValue: string;
|
|
47
47
|
onChange: (currentValue: string) => any;
|
|
@@ -67,7 +67,8 @@ export interface IProps {
|
|
|
67
67
|
* This should prevent the UI to send too many requests to the backend. */
|
|
68
68
|
validationRequestDelay?: number;
|
|
69
69
|
}
|
|
70
|
+
export declare type IProps = AutoSuggestionProps;
|
|
70
71
|
/** Input component that allows partial, fine-grained auto-completion, i.e. of sub-strings of the input string.
|
|
71
72
|
* This is comparable to a one line code editor. */
|
|
72
|
-
declare const AutoSuggestion: ({ label, initialValue, onChange, fetchSuggestions, checkInput, validationErrorText, clearIconText, onFocusChange, id, onInputChecked, leftElement, rightElement, useTabForCompletions, placeholder, showScrollBar, autoCompletionRequestDelay, validationRequestDelay }:
|
|
73
|
+
export declare const AutoSuggestion: ({ label, initialValue, onChange, fetchSuggestions, checkInput, validationErrorText, clearIconText, onFocusChange, id, onInputChecked, leftElement, rightElement, useTabForCompletions, placeholder, showScrollBar, autoCompletionRequestDelay, validationRequestDelay }: AutoSuggestionProps) => React.JSX.Element;
|
|
73
74
|
export default AutoSuggestion;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { ISuggestionWithReplacementInfo } from "./AutoSuggestion";
|
|
3
|
-
export interface
|
|
3
|
+
export interface AutoSuggestionListProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "children"> {
|
|
4
4
|
options: Array<ISuggestionWithReplacementInfo>;
|
|
5
5
|
onItemSelectionChange: (item: ISuggestionWithReplacementInfo) => any;
|
|
6
6
|
isOpen: boolean;
|
|
@@ -9,7 +9,8 @@ export interface IDropdownProps extends Omit<React.HTMLAttributes<HTMLDivElement
|
|
|
9
9
|
currentlyFocusedIndex: number;
|
|
10
10
|
itemToHighlight: (item: ISuggestionWithReplacementInfo | undefined) => any;
|
|
11
11
|
}
|
|
12
|
+
export declare type IDropdownProps = AutoSuggestionListProps;
|
|
12
13
|
declare type HorizontalShiftCallbackFunction = (shift: number) => any;
|
|
13
14
|
/** A drop-down-like list that can be used in combination with other components to show and select items. */
|
|
14
|
-
export declare const AutoSuggestionList: ({ isOpen, options, loading, onItemSelectionChange, registerForHorizontalShift, currentlyFocusedIndex, itemToHighlight, style, ...otherDivProps }:
|
|
15
|
+
export declare const AutoSuggestionList: ({ isOpen, options, loading, onItemSelectionChange, registerForHorizontalShift, currentlyFocusedIndex, itemToHighlight, style, ...otherDivProps }: AutoSuggestionListProps) => React.JSX.Element | null;
|
|
15
16
|
export {};
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import "codemirror/addon/display/placeholder.js";
|
|
3
2
|
import "codemirror/mode/sparql/sparql.js";
|
|
3
|
+
import React from "react";
|
|
4
4
|
import { Editor as CodeMirrorEditor } from "codemirror";
|
|
5
|
-
export interface
|
|
5
|
+
export interface IRange {
|
|
6
|
+
from: number;
|
|
7
|
+
to: number;
|
|
8
|
+
}
|
|
9
|
+
export interface SingleLineCodeEditorProps {
|
|
6
10
|
setEditorInstance: (editor: CodeMirrorEditor) => any;
|
|
7
11
|
onChange: (value: string) => any;
|
|
8
12
|
onCursorChange: (pos: any, coords: any, scrollinfo: any) => any;
|
|
@@ -16,10 +20,7 @@ export interface IEditorProps {
|
|
|
16
20
|
placeholder?: string;
|
|
17
21
|
showScrollBar?: boolean;
|
|
18
22
|
}
|
|
19
|
-
export
|
|
20
|
-
from: number;
|
|
21
|
-
to: number;
|
|
22
|
-
}
|
|
23
|
+
export declare type IEditorProps = SingleLineCodeEditorProps;
|
|
23
24
|
/** A single-line code editor. */
|
|
24
|
-
declare const SingleLineCodeEditor: ({ setEditorInstance, onChange, onCursorChange, mode, initialValue, onFocusChange, onKeyDown, onSelection, enableTab, placeholder, showScrollBar }:
|
|
25
|
+
export declare const SingleLineCodeEditor: ({ setEditorInstance, onChange, onCursorChange, mode, initialValue, onFocusChange, onKeyDown, onSelection, enableTab, placeholder, showScrollBar }: SingleLineCodeEditorProps) => React.JSX.Element;
|
|
25
26
|
export default SingleLineCodeEditor;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AutoSuggestion, AutoSuggestionProps } from "./AutoSuggestion";
|
|
2
|
+
import { AutoSuggestionList, AutoSuggestionListProps } from "./AutoSuggestionList";
|
|
3
|
+
import { SingleLineCodeEditor, SingleLineCodeEditorProps } from "./SingleLineCodeEditor";
|
|
4
|
+
export { AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, };
|
|
5
|
+
export type { AutoSuggestionProps, AutoSuggestionListProps, SingleLineCodeEditorProps, };
|
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { HTMLInputProps as BlueprintHTMLInputProps,
|
|
2
|
+
import { HTMLInputProps as BlueprintHTMLInputProps, InputGroupProps2 as BlueprintInputGroupProps } from "@blueprintjs/core";
|
|
3
3
|
import { ContextOverlayProps } from "../../index";
|
|
4
|
+
import { IElementWidth as IElementWidthOrig, IRenderModifiers as IRenderModifiersOrig } from "./interfaces";
|
|
5
|
+
export declare type IElementWidth = IElementWidthOrig;
|
|
6
|
+
export declare type IRenderModifiers = IRenderModifiersOrig;
|
|
4
7
|
declare type SearchFunction<T extends any> = (value: string) => T[];
|
|
5
8
|
declare type AsyncSearchFunction<T extends any> = (value: string) => Promise<T[]>;
|
|
6
|
-
export interface IRenderModifiers {
|
|
7
|
-
active: boolean;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
styleWidth: IElementWidth;
|
|
10
|
-
highlightingEnabled: boolean;
|
|
11
|
-
}
|
|
12
9
|
/**
|
|
13
10
|
* Parameters for the auto-complete field parameterized by T and U.
|
|
14
11
|
* @param T is the input data structure/type of the items that can be selected.
|
|
15
12
|
* @param UPDATE_VALUE The value type that will be pushed into the onChange callback.
|
|
16
13
|
*/
|
|
17
|
-
export interface
|
|
14
|
+
export interface AutoCompleteFieldProps<T extends any, UPDATE_VALUE extends any> {
|
|
18
15
|
/**
|
|
19
16
|
* Fired when text is typed into the input field. Returns a list of items of type T.
|
|
20
17
|
*/
|
|
@@ -105,17 +102,13 @@ export interface IAutoCompleteFieldProps<T extends any, UPDATE_VALUE extends any
|
|
|
105
102
|
**/
|
|
106
103
|
hasBackDrop?: boolean;
|
|
107
104
|
}
|
|
108
|
-
|
|
109
|
-
export interface IElementWidth {
|
|
110
|
-
minWidth: string;
|
|
111
|
-
maxWidth: string;
|
|
112
|
-
}
|
|
105
|
+
export declare type IAutoCompleteFieldProps<T extends any, UPDATE_VALUE extends any> = AutoCompleteFieldProps<T, UPDATE_VALUE>;
|
|
113
106
|
/** Auto-complete input widget. */
|
|
114
|
-
export declare function AutoCompleteField<T extends any, UPDATE_VALUE extends any>(props:
|
|
107
|
+
export declare function AutoCompleteField<T extends any, UPDATE_VALUE extends any>(props: AutoCompleteFieldProps<T, UPDATE_VALUE>): React.JSX.Element;
|
|
115
108
|
export declare namespace AutoCompleteField {
|
|
116
109
|
var defaultProps: {
|
|
117
110
|
autoFocus: boolean;
|
|
118
111
|
disabled: boolean;
|
|
119
112
|
};
|
|
120
113
|
}
|
|
121
|
-
export
|
|
114
|
+
export default AutoCompleteField;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IElementWidth, IRenderModifiers } from "./interfaces";
|
|
3
|
+
import { TestIconProps } from "./../Icon/TestIcon";
|
|
4
|
+
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
5
|
+
/**
|
|
6
|
+
* Returns a function to be used in an AutoComplete widget for rendering custom elements based on the query string.
|
|
7
|
+
*
|
|
8
|
+
* @param itemTextRenderer The text or element that should be displayed for the new custom item suggestion.
|
|
9
|
+
* @param iconName Optional icon to show left to the text.
|
|
10
|
+
*/
|
|
11
|
+
export declare const createNewItemRendererFactory: (itemTextRenderer: (query: string, styleWidth: IElementWidth) => string | JSX.Element, iconName?: ValidIconName | React.ReactElement<TestIconProps, string | React.JSXElementConstructor<any>> | undefined) => (query: string, modifiers: IRenderModifiers, handleClick: React.MouseEventHandler<HTMLElement>) => React.JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export * from "./AutoCompleteField";
|
|
3
|
+
export declare const autoCompleteFieldUtils: {
|
|
4
|
+
createNewItemRendererFactory: (itemTextRenderer: (query: string, styleWidth: import("./interfaces").IElementWidth) => string | JSX.Element, iconName?: import("../Icon/canonicalIconNames").ValidIconName | import("react").ReactElement<import("..").TestIconProps, string | import("react").JSXElementConstructor<any>> | undefined) => (query: string, modifiers: import("./interfaces").IRenderModifiers, handleClick: import("react").MouseEventHandler<HTMLElement>) => import("react").JSX.Element;
|
|
5
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface IRenderModifiers {
|
|
2
|
+
active: boolean;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
styleWidth: IElementWidth;
|
|
5
|
+
highlightingEnabled: boolean;
|
|
6
|
+
}
|
|
7
|
+
/** Style object to be used in menu option items. */
|
|
8
|
+
export interface IElementWidth {
|
|
9
|
+
minWidth: string;
|
|
10
|
+
maxWidth: string;
|
|
11
|
+
}
|
|
@@ -39,5 +39,5 @@ export interface BadgeProps extends Omit<React.HTMLAttributes<HTMLSpanElement>,
|
|
|
39
39
|
* Display a badge element to add more context to another element.
|
|
40
40
|
* It can display icons, text and numbers.
|
|
41
41
|
*/
|
|
42
|
-
export declare function Badge({ children, className, position, size, maxLength, intent, tagProps, ...spanProps }: BadgeProps): JSX.Element;
|
|
42
|
+
export declare function Badge({ children, className, position, size, maxLength, intent, tagProps, ...spanProps }: BadgeProps): React.JSX.Element;
|
|
43
43
|
export default Badge;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { BreadcrumbProps as BlueprintBreadcrumbItemProps } from "@blueprintjs/core";
|
|
3
3
|
export declare type BreadcrumbItemProps = Omit<BlueprintBreadcrumbItemProps, "icon" | "iconTitle" | "intent" | "target">;
|
|
4
4
|
/**
|
|
5
5
|
* Item of the breadcrumbs list.
|
|
6
6
|
* It cannot be used directly but the properties can be used within the elements of the `BreadcrumbList.items` property.
|
|
7
7
|
*/
|
|
8
|
-
declare
|
|
8
|
+
export declare const BreadcrumbItem: ({ className, onClick, href, ...otherBlueprintBreadcrumbProps }: BreadcrumbItemProps) => React.JSX.Element;
|
|
9
9
|
export default BreadcrumbItem;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Breadcrumbs2Props as BlueprintBreadcrumbsProps } from "@blueprintjs/popover2";
|
|
3
3
|
import { BreadcrumbItemProps } from "./BreadcrumbItem";
|
|
4
|
-
|
|
5
|
-
interface BreadcrumbListProps extends ReducedBreadcrumbsProps {
|
|
4
|
+
export interface BreadcrumbListProps extends Omit<BlueprintBreadcrumbsProps, "breadcrumbRenderer" | "collapseFrom" | "currentBreadcrumbRenderer" | "minVisibleItems" | "overflowListProps" | "popoverProps"> {
|
|
6
5
|
/**
|
|
7
6
|
list of breadcrumb items to display
|
|
8
7
|
*/
|
|
@@ -32,5 +31,5 @@ interface BreadcrumbListProps extends ReducedBreadcrumbsProps {
|
|
|
32
31
|
/**
|
|
33
32
|
* Navigation path to the currently show resource or view in the application.
|
|
34
33
|
*/
|
|
35
|
-
declare
|
|
34
|
+
export declare const BreadcrumbList: ({ className, onItemClick, htmlUlProps, ignoreOverflow, latenOverflow, ...otherBlueprintBreadcrumbsProps }: BreadcrumbListProps) => React.JSX.Element;
|
|
36
35
|
export default BreadcrumbList;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
import { TooltipProps } from "./../Tooltip/Tooltip";
|
|
4
|
-
import { BadgeProps } from "./../Badge/Badge";
|
|
2
|
+
import { AnchorButtonProps as BlueprintAnchorButtonProps, ButtonProps as BlueprintButtonProps } from "@blueprintjs/core";
|
|
5
3
|
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
4
|
+
import { BadgeProps } from "./../Badge/Badge";
|
|
5
|
+
import { TooltipProps } from "./../Tooltip/Tooltip";
|
|
6
6
|
export declare type AnchorOrButtonProps = Omit<BlueprintButtonProps, "elementRef" | "icon" | "rightIcon"> | Omit<BlueprintAnchorButtonProps, "elementRef" | "icon" | "rightIcon">;
|
|
7
7
|
export interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement | HTMLAnchorElement> {
|
|
8
8
|
/**
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
* Always use this when the button triggers an affirmative action, e.g. confirm a process.
|
|
10
|
+
* The button is displayed with primary color scheme.
|
|
11
|
+
*/
|
|
12
12
|
affirmative?: boolean;
|
|
13
13
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
* Always use this when the button triggers an disruptive action, e.g. delete or remove.
|
|
15
|
+
* The button is displayed with primary color scheme.
|
|
16
|
+
*/
|
|
17
17
|
disruptive?: boolean;
|
|
18
18
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
* Use this when a button is important enough to highlight it in a set of other buttons.
|
|
20
|
+
* The button is displayed with primary color scheme.
|
|
21
|
+
*/
|
|
22
22
|
elevated?: boolean;
|
|
23
23
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
* The button is displayed with primary color scheme.
|
|
25
|
+
*/
|
|
26
26
|
hasStatePrimary?: boolean;
|
|
27
27
|
/**
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
* The button is displayed with success (some type of green) color scheme.
|
|
29
|
+
*/
|
|
30
30
|
hasStateSuccess?: boolean;
|
|
31
31
|
/**
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
* The button is displayed with warning (some type of orange) color scheme.
|
|
33
|
+
*/
|
|
34
34
|
hasStateWarning?: boolean;
|
|
35
35
|
/**
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
* The button is displayed with danger (some type of red) color scheme.
|
|
37
|
+
*/
|
|
38
38
|
hasStateDanger?: boolean;
|
|
39
39
|
/**
|
|
40
40
|
* Content displayed in a badge that is attached to the button.
|
|
@@ -43,20 +43,20 @@ export interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement | HT
|
|
|
43
43
|
*/
|
|
44
44
|
badge?: BadgeProps["children"];
|
|
45
45
|
/**
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
* Object with additional properties for the badge.
|
|
47
|
+
*/
|
|
48
48
|
badgeProps?: Partial<Omit<BadgeProps, "children">>;
|
|
49
49
|
/**
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
* takes in either a string of text or a react element to display as a tooltip when the button is hovered.
|
|
51
|
+
*/
|
|
52
52
|
tooltip?: string | JSX.Element | null;
|
|
53
53
|
/**
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
* Object with additional properties for the tooltip.
|
|
55
|
+
*/
|
|
56
56
|
tooltipProps?: Partial<Omit<TooltipProps, "content" | "children">>;
|
|
57
57
|
/**
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
* 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;
|
|
@@ -66,5 +66,5 @@ export interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement | HT
|
|
|
66
66
|
* Display a button element to enable user interaction.
|
|
67
67
|
* It normally should trigger action when clicked.
|
|
68
68
|
*/
|
|
69
|
-
declare
|
|
69
|
+
export declare const Button: ({ children, className, affirmative, disruptive, elevated, hasStatePrimary, hasStateSuccess, hasStateWarning, hasStateDanger, icon, rightIcon, tooltip, tooltipProps, badge, badgeProps, ...restProps }: ButtonProps & AnchorOrButtonProps) => React.JSX.Element;
|
|
70
70
|
export default Button;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CardProps as BlueprintCardProps } from "@blueprintjs/core";
|
|
3
3
|
export interface CardProps extends BlueprintCardProps {
|
|
4
4
|
/**
|
|
@@ -28,5 +28,5 @@ export interface CardProps extends BlueprintCardProps {
|
|
|
28
28
|
* Element to separate content sections from each other.
|
|
29
29
|
* Cards can include other cards but should not.
|
|
30
30
|
*/
|
|
31
|
-
declare
|
|
31
|
+
export declare const Card: ({ children, className, elevation, isOnlyLayout, fullHeight, elevated, scrollinOnFocus, whitespaceAmount, interactive, ...otherProps }: CardProps) => React.JSX.Element;
|
|
32
32
|
export default Card;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export interface
|
|
2
|
+
export interface CardActionsProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
/**
|
|
4
4
|
* Set an inverse direction of how the elements are aligned.
|
|
5
5
|
* Mainly used for cards used as modals (dialogs).
|
|
@@ -10,5 +10,5 @@ export interface OverviewItemProps extends React.HTMLAttributes<HTMLDivElement>
|
|
|
10
10
|
* Contains a footer with user-interaction elements like buttons for the `Card` element.
|
|
11
11
|
* Content must be ordered by importance, so the main action comes before other actions.
|
|
12
12
|
*/
|
|
13
|
-
declare
|
|
13
|
+
export declare const CardActions: ({ children, className, inverseDirection, ...otherProps }: CardActionsProps) => React.JSX.Element;
|
|
14
14
|
export default CardActions;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export interface
|
|
2
|
+
export interface CardActionsAuxProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
}
|
|
4
4
|
/**
|
|
5
5
|
* Additional side buttons inside `CardActions`.
|
|
6
6
|
* Elements are aligned to the other side of the container.
|
|
7
7
|
*/
|
|
8
|
-
declare
|
|
8
|
+
export declare const CardActionsAux: ({ children, className, ...otherProps }: CardActionsAuxProps) => React.JSX.Element;
|
|
9
9
|
export default CardActionsAux;
|
|
@@ -11,5 +11,5 @@ export interface CardContentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
11
11
|
* Holds the card content.
|
|
12
12
|
* Display scrollbars in case there is not enough space for it.
|
|
13
13
|
*/
|
|
14
|
-
declare
|
|
14
|
+
export declare const CardContent: ({ children, className, noFlexHeight, ...otherProps }: CardContentProps) => React.JSX.Element;
|
|
15
15
|
export default CardContent;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { OverviewItemProps } from "./../OverviewItem/OverviewItem";
|
|
3
|
-
interface CardHeaderProps extends Omit<OverviewItemProps, "densityHigh" | "hasSpacing"> {
|
|
3
|
+
export interface CardHeaderProps extends Omit<OverviewItemProps, "densityHigh" | "hasSpacing"> {
|
|
4
4
|
children: JSX.Element | (JSX.Element | undefined | null)[] | null | undefined;
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated
|
|
@@ -11,5 +11,5 @@ interface CardHeaderProps extends Omit<OverviewItemProps, "densityHigh" | "hasSp
|
|
|
11
11
|
*/
|
|
12
12
|
hasSpacing?: OverviewItemProps["hasSpacing"];
|
|
13
13
|
}
|
|
14
|
-
declare
|
|
14
|
+
export declare const CardHeader: ({ children, className, densityHigh, ...otherProps }: CardHeaderProps) => React.JSX.Element;
|
|
15
15
|
export default CardHeader;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { OverviewItemActionsProps } from './../OverviewItem/OverviewItemActions';
|
|
3
|
-
interface CardOptionsProps extends Omit<OverviewItemActionsProps, "hiddenInteractions"> {
|
|
3
|
+
export interface CardOptionsProps extends Omit<OverviewItemActionsProps, "hiddenInteractions"> {
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
6
|
* Container for elements that allow user-interaction, e.g. buttons or context menus.
|
|
7
7
|
* Can contain multiple of them.
|
|
8
8
|
* Is displayed right-aligned in the `CardHeader`.
|
|
9
9
|
*/
|
|
10
|
-
declare
|
|
10
|
+
export declare const CardOptions: ({ children, className, ...otherProps }: CardOptionsProps) => React.JSX.Element;
|
|
11
11
|
export default CardOptions;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { OverviewItemLineProps } from './../OverviewItem/OverviewItemLine';
|
|
3
3
|
export interface CardTitleProps extends Omit<OverviewItemLineProps, "small" | "large"> {
|
|
4
4
|
/**
|
|
@@ -9,5 +9,5 @@ export interface CardTitleProps extends Omit<OverviewItemLineProps, "small" | "l
|
|
|
9
9
|
/**
|
|
10
10
|
* Display a card title, can include other markup like `h2`, `h3` and so on to define document structure.
|
|
11
11
|
*/
|
|
12
|
-
declare
|
|
12
|
+
export declare const CardTitle: ({ children, className, narrowed, ...otherProps }: CardTitleProps) => React.JSX.Element;
|
|
13
13
|
export default CardTitle;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export { Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, };
|
|
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,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CheckboxProps as BlueprintCheckboxProps } from "@blueprintjs/core";
|
|
3
|
-
interface CheckboxProps extends BlueprintCheckboxProps {
|
|
3
|
+
export interface CheckboxProps extends BlueprintCheckboxProps {
|
|
4
4
|
}
|
|
5
|
-
declare
|
|
5
|
+
export declare const Checkbox: ({ children, className, ...restProps }: CheckboxProps) => React.JSX.Element;
|
|
6
6
|
export default Checkbox;
|