@eccenca/gui-elements 22.1.0-rc.0 → 23.0.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 +41 -4
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +13 -9
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +23 -6
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +1 -1
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +1 -1
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/graph.js +1 -6
- package/dist/cjs/cmem/react-flow/configuration/graph.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/linking.js +1 -6
- package/dist/cjs/cmem/react-flow/configuration/linking.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/workflow.js +1 -6
- package/dist/cjs/cmem/react-flow/configuration/workflow.js.map +1 -1
- package/dist/cjs/common/utils/stringUtils.js +7 -0
- package/dist/cjs/common/utils/stringUtils.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationContent.js +1 -7
- package/dist/cjs/components/Application/ApplicationContent.js.map +1 -1
- package/dist/cjs/components/Application/ApplicationTitle.js +1 -7
- package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +2 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js +3 -3
- package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +6 -4
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js +1 -1
- package/dist/cjs/components/Button/Button.js +1 -1
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/Card/Card.js +18 -3
- package/dist/cjs/components/Card/Card.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/Form/FieldItemRow.js +3 -4
- package/dist/cjs/components/Form/FieldItemRow.js.map +1 -1
- package/dist/cjs/components/Form/FieldSet.js +2 -2
- package/dist/cjs/components/Form/FieldSet.js.map +1 -1
- package/dist/cjs/components/Iframe/Iframe.js +1 -1
- package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
- package/dist/cjs/components/MultiSelect/MultiSelect.js +34 -41
- package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/cjs/components/Notification/Notification.js +8 -2
- package/dist/cjs/components/Notification/Notification.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemList.js +2 -2
- package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -1
- package/dist/cjs/components/Spinner/Spinner.js +2 -1
- package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
- package/dist/cjs/components/Tabs/Tab.js +1 -2
- package/dist/cjs/components/Tabs/Tab.js.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.js +1 -4
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/Tag/TagList.js +2 -2
- package/dist/cjs/components/Tag/TagList.js.map +1 -1
- package/dist/cjs/components/Typography/HtmlContentBlock.js +6 -6
- package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
- package/dist/cjs/components/Typography/classnames.js +2 -1
- package/dist/cjs/components/Typography/classnames.js.map +1 -1
- package/dist/cjs/extensions/codemirror/CodeMirror.js +59 -0
- package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -0
- package/dist/cjs/extensions/index.js +15 -0
- package/dist/cjs/extensions/index.js.map +1 -0
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/getSmoothStepPath.js +98 -0
- package/dist/cjs/extensions/react-flow/edges/getSmoothStepPath.js.map +1 -0
- package/dist/cjs/extensions/react-flow/edges/utils.js +21 -20
- package/dist/cjs/extensions/react-flow/edges/utils.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/nodes/NodeContent.js +6 -4
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js +3 -2
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +11 -9
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlTypes.js +0 -0
- package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlTypes.js.map +0 -0
- package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlWidget.js +15 -11
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -0
- package/dist/{es5 → esm}/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +21 -4
- package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -0
- package/dist/{es5 → esm}/cmem/ActivityControl/SilkActivityControl.js +5 -5
- package/dist/{es5 → esm}/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/index.js +4 -0
- package/dist/{es5 → esm}/cmem/ActivityControl/index.js.map +0 -0
- package/dist/{es5 → esm}/cmem/ContentBlobToggler/ContentBlobToggler.js +1 -1
- package/dist/{es5 → esm}/cmem/ContentBlobToggler/ContentBlobToggler.js.map +0 -0
- package/dist/{es5 → esm}/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +1 -1
- package/dist/{es5 → esm}/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
- package/dist/esm/cmem/ContentBlobToggler/index.js +3 -0
- package/dist/{es5 → esm}/cmem/ContentBlobToggler/index.js.map +0 -0
- package/dist/{es5 → esm}/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +0 -0
- package/dist/{es5 → esm}/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +0 -0
- package/dist/{es5 → esm}/cmem/index.js +6 -6
- package/dist/{es5 → esm}/cmem/index.js.map +0 -0
- package/dist/{es5 → esm}/cmem/markdown/Markdown.js +2 -2
- package/dist/{es5 → esm}/cmem/markdown/Markdown.js.map +0 -0
- package/dist/{es5 → esm}/cmem/react-flow/ReactFlow/ReactFlow.js +4 -4
- package/dist/{es5 → esm}/cmem/react-flow/ReactFlow/ReactFlow.js.map +0 -0
- package/dist/{es5 → esm}/cmem/react-flow/configuration/graph.js +3 -4
- package/dist/esm/cmem/react-flow/configuration/graph.js.map +1 -0
- package/dist/{es5 → esm}/cmem/react-flow/configuration/linking.js +3 -4
- package/dist/esm/cmem/react-flow/configuration/linking.js.map +1 -0
- package/dist/{es5 → esm}/cmem/react-flow/configuration/unspecified.js +3 -3
- package/dist/{es5 → esm}/cmem/react-flow/configuration/unspecified.js.map +0 -0
- package/dist/{es5 → esm}/cmem/react-flow/configuration/workflow.js +3 -4
- package/dist/esm/cmem/react-flow/configuration/workflow.js.map +1 -0
- package/dist/{es5 → esm}/common/Intent/index.js +1 -1
- package/dist/{es5 → esm}/common/Intent/index.js.map +0 -0
- package/dist/{es5 → esm}/common/utils/openInNewTab.js +0 -0
- package/dist/{es5 → esm}/common/utils/openInNewTab.js.map +0 -0
- package/dist/esm/common/utils/stringUtils.js +3 -0
- package/dist/esm/common/utils/stringUtils.js.map +1 -0
- package/dist/{es5 → esm}/components/Accordion/Accordion.js +1 -1
- package/dist/{es5 → esm}/components/Accordion/Accordion.js.map +0 -0
- package/dist/{es5 → esm}/components/Accordion/AccordionItem.js +1 -1
- package/dist/{es5 → esm}/components/Accordion/AccordionItem.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationContainer.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationContainer.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationContent.js +2 -8
- package/dist/esm/components/Application/ApplicationContent.js.map +1 -0
- package/dist/{es5 → esm}/components/Application/ApplicationHeader.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationHeader.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationSidebarNavigation.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationSidebarNavigation.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationSidebarToggler.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationSidebarToggler.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationTitle.js +2 -8
- package/dist/esm/components/Application/ApplicationTitle.js.map +1 -0
- package/dist/{es5 → esm}/components/Application/ApplicationToolbar.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationToolbar.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationToolbarAction.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationToolbarAction.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationToolbarPanel.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationToolbarPanel.js.map +0 -0
- package/dist/{es5 → esm}/components/Application/ApplicationToolbarSection.js +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationToolbarSection.js.map +0 -0
- package/dist/{es5 → esm}/components/AutoSuggestion/AutoSuggestion.js +5 -4
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -0
- package/dist/{es5 → esm}/components/AutoSuggestion/AutoSuggestionList.js +1 -1
- package/dist/{es5 → esm}/components/AutoSuggestion/AutoSuggestionList.js.map +0 -0
- package/dist/{es5 → esm}/components/AutoSuggestion/SingleLineCodeEditor.js +3 -3
- package/dist/{es5 → esm}/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
- package/dist/{es5 → esm}/components/AutocompleteField/AutoCompleteField.js +8 -6
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -0
- package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbItem.js +3 -3
- package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbItem.js.map +0 -0
- package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbList.js +2 -2
- package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbList.js.map +0 -0
- package/dist/{es5 → esm}/components/Button/Button.js +4 -4
- package/dist/{es5 → esm}/components/Button/Button.js.map +1 -1
- package/dist/{es5 → esm}/components/Card/Card.js +19 -4
- package/dist/esm/components/Card/Card.js.map +1 -0
- package/dist/{es5 → esm}/components/Card/CardActions.js +1 -1
- package/dist/{es5 → esm}/components/Card/CardActions.js.map +0 -0
- package/dist/{es5 → esm}/components/Card/CardActionsAux.js +1 -1
- package/dist/{es5 → esm}/components/Card/CardActionsAux.js.map +0 -0
- package/dist/{es5 → esm}/components/Card/CardContent.js +1 -1
- package/dist/{es5 → esm}/components/Card/CardContent.js.map +0 -0
- package/dist/{es5 → esm}/components/Card/CardHeader.js +5 -5
- package/dist/{es5 → esm}/components/Card/CardHeader.js.map +0 -0
- package/dist/{es5 → esm}/components/Card/CardOptions.js +2 -2
- package/dist/{es5 → esm}/components/Card/CardOptions.js.map +0 -0
- package/dist/{es5 → esm}/components/Card/CardTitle.js +2 -2
- package/dist/{es5 → esm}/components/Card/CardTitle.js.map +0 -0
- package/dist/esm/components/Card/index.js +9 -0
- package/dist/{es5 → esm}/components/Card/index.js.map +0 -0
- package/dist/{es5 → esm}/components/Checkbox/Checkbox.js +1 -1
- package/dist/{es5 → esm}/components/Checkbox/Checkbox.js.map +0 -0
- package/dist/{es5 → esm}/components/ContextOverlay/ContextMenu.js +4 -4
- package/dist/{es5 → esm}/components/ContextOverlay/ContextMenu.js.map +0 -0
- package/dist/{es5 → esm}/components/ContextOverlay/ContextOverlay.js +1 -1
- package/dist/{es5 → esm}/components/ContextOverlay/ContextOverlay.js.map +0 -0
- package/dist/{es5 → esm}/components/Dialog/AlertDialog.js +2 -2
- package/dist/{es5 → esm}/components/Dialog/AlertDialog.js.map +0 -0
- package/dist/{es5 → esm}/components/Dialog/Modal.js +3 -3
- package/dist/{es5 → esm}/components/Dialog/Modal.js.map +1 -1
- package/dist/{es5 → esm}/components/Dialog/SimpleDialog.js +4 -4
- package/dist/{es5 → esm}/components/Dialog/SimpleDialog.js.map +0 -0
- package/dist/{es5 → esm}/components/Form/FieldItem.js +3 -3
- package/dist/{es5 → esm}/components/Form/FieldItem.js.map +0 -0
- package/dist/esm/components/Form/FieldItemRow.js +34 -0
- package/dist/esm/components/Form/FieldItemRow.js.map +1 -0
- package/dist/{es5 → esm}/components/Form/FieldSet.js +15 -4
- package/dist/esm/components/Form/FieldSet.js.map +1 -0
- package/dist/{es5 → esm}/components/Grid/Grid.js +1 -1
- package/dist/{es5 → esm}/components/Grid/Grid.js.map +0 -0
- package/dist/{es5 → esm}/components/Grid/GridColumn.js +1 -1
- package/dist/{es5 → esm}/components/Grid/GridColumn.js.map +0 -0
- package/dist/{es5 → esm}/components/Grid/GridRow.js +1 -1
- package/dist/{es5 → esm}/components/Grid/GridRow.js.map +0 -0
- package/dist/{es5 → esm}/components/Icon/Icon.js +3 -3
- package/dist/{es5 → esm}/components/Icon/Icon.js.map +0 -0
- package/dist/{es5 → esm}/components/Icon/IconButton.js +3 -3
- package/dist/{es5 → esm}/components/Icon/IconButton.js.map +0 -0
- package/dist/{es5 → esm}/components/Icon/canonicalIconNames.js +0 -0
- package/dist/{es5 → esm}/components/Icon/canonicalIconNames.js.map +0 -0
- package/dist/{es5 → esm}/components/Iframe/Iframe.js +3 -3
- package/dist/{es5 → esm}/components/Iframe/Iframe.js.map +1 -1
- package/dist/{es5 → esm}/components/Iframe/IframeModal.js +4 -4
- package/dist/{es5 → esm}/components/Iframe/IframeModal.js.map +0 -0
- package/dist/{es5 → esm}/components/Label/Label.js +3 -3
- package/dist/{es5 → esm}/components/Label/Label.js.map +0 -0
- package/dist/{es5 → esm}/components/Link/Link.js +2 -2
- package/dist/{es5 → esm}/components/Link/Link.js.map +0 -0
- package/dist/{es5 → esm}/components/List/List.js +1 -1
- package/dist/{es5 → esm}/components/List/List.js.map +0 -0
- package/dist/{es5 → esm}/components/Menu/Menu.js +1 -1
- package/dist/{es5 → esm}/components/Menu/Menu.js.map +0 -0
- package/dist/{es5 → esm}/components/Menu/MenuDivider.js +1 -1
- package/dist/{es5 → esm}/components/Menu/MenuDivider.js.map +0 -0
- package/dist/{es5 → esm}/components/Menu/MenuItem.js +3 -3
- package/dist/{es5 → esm}/components/Menu/MenuItem.js.map +0 -0
- package/dist/{es5 → esm}/components/MultiSelect/MultiSelect.js +44 -55
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -0
- package/dist/{es5 → esm}/components/Notification/Notification.js +13 -6
- package/dist/esm/components/Notification/Notification.js.map +1 -0
- package/dist/{es5 → esm}/components/Notification/Toast.js +2 -2
- package/dist/{es5 → esm}/components/Notification/Toast.js.map +0 -0
- package/dist/{es5 → esm}/components/NumericInput/NumericInput.js +0 -0
- package/dist/{es5 → esm}/components/NumericInput/NumericInput.js.map +0 -0
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItem.js +1 -1
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItem.js.map +0 -0
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemActions.js +1 -1
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemActions.js.map +0 -0
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDepiction.js +1 -1
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDepiction.js.map +0 -0
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDescription.js +1 -1
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDescription.js.map +0 -0
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemLine.js +1 -1
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemLine.js.map +0 -0
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemList.js +3 -3
- package/dist/{es5 → esm}/components/OverviewItem/OverviewItemList.js.map +1 -1
- package/dist/esm/components/OverviewItem/index.js +8 -0
- package/dist/{es5 → esm}/components/OverviewItem/index.js.map +0 -0
- package/dist/{es5 → esm}/components/Pagination/Pagination.js +1 -1
- package/dist/{es5 → esm}/components/Pagination/Pagination.js.map +0 -0
- package/dist/{es5 → esm}/components/ProgressBar/ProgressBar.js +0 -0
- package/dist/{es5 → esm}/components/ProgressBar/ProgressBar.js.map +0 -0
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyName.js +2 -2
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyName.js.map +0 -0
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValue.js +1 -1
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValue.js.map +0 -0
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValueList.js +1 -1
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValueList.js.map +0 -0
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValuePair.js +1 -1
- package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValuePair.js.map +0 -0
- package/dist/esm/components/PropertyValuePair/index.js +6 -0
- package/dist/{es5 → esm}/components/PropertyValuePair/index.js.map +0 -0
- package/dist/{es5 → esm}/components/RadioButton/RadioButton.js +1 -1
- package/dist/{es5 → esm}/components/RadioButton/RadioButton.js.map +0 -0
- package/dist/{es5 → esm}/components/Separation/Divider.js +1 -1
- package/dist/{es5 → esm}/components/Separation/Divider.js.map +0 -0
- package/dist/{es5 → esm}/components/Separation/Spacing.js +1 -1
- package/dist/{es5 → esm}/components/Separation/Spacing.js.map +0 -0
- package/dist/{es5 → esm}/components/SimpleTable/TableContainer.js +1 -1
- package/dist/{es5 → esm}/components/SimpleTable/TableContainer.js.map +0 -0
- package/dist/{es5 → esm}/components/SimpleTable/index.js +1 -1
- package/dist/{es5 → esm}/components/SimpleTable/index.js.map +0 -0
- package/dist/{es5 → esm}/components/Spinner/Spinner.js +4 -3
- package/dist/esm/components/Spinner/Spinner.js.map +1 -0
- package/dist/{es5 → esm}/components/Structure/Section.js +1 -1
- package/dist/{es5 → esm}/components/Structure/Section.js.map +0 -0
- package/dist/{es5 → esm}/components/Structure/SectionHeader.js +1 -1
- package/dist/{es5 → esm}/components/Structure/SectionHeader.js.map +0 -0
- package/dist/{es5 → esm}/components/Structure/TitleMainsection.js +1 -1
- package/dist/{es5 → esm}/components/Structure/TitleMainsection.js.map +0 -0
- package/dist/{es5 → esm}/components/Structure/TitlePage.js +1 -1
- package/dist/{es5 → esm}/components/Structure/TitlePage.js.map +0 -0
- package/dist/{es5 → esm}/components/Structure/TitleSubsection.js +1 -1
- package/dist/{es5 → esm}/components/Structure/TitleSubsection.js.map +0 -0
- package/dist/{es5 → esm}/components/Switch/Switch.js +1 -1
- package/dist/{es5 → esm}/components/Switch/Switch.js.map +0 -0
- package/dist/{es5 → esm}/components/Tabs/Tab.js +3 -4
- package/dist/{es5 → esm}/components/Tabs/Tab.js.map +1 -1
- package/dist/{es5 → esm}/components/Tabs/TabTitle.js +2 -2
- package/dist/{es5 → esm}/components/Tabs/TabTitle.js.map +0 -0
- package/dist/{es5 → esm}/components/Tabs/Tabs.js +3 -6
- package/dist/esm/components/Tabs/Tabs.js.map +1 -0
- package/dist/{es5 → esm}/components/Tag/Tag.js +1 -1
- package/dist/{es5 → esm}/components/Tag/Tag.js.map +0 -0
- package/dist/{es5 → esm}/components/Tag/TagList.js +14 -3
- package/dist/esm/components/Tag/TagList.js.map +1 -0
- package/dist/{es5 → esm}/components/TextField/SearchField.js +4 -4
- package/dist/{es5 → esm}/components/TextField/SearchField.js.map +0 -0
- package/dist/{es5 → esm}/components/TextField/TextArea.js +1 -1
- package/dist/{es5 → esm}/components/TextField/TextArea.js.map +0 -0
- package/dist/{es5 → esm}/components/TextField/TextField.js +2 -2
- package/dist/{es5 → esm}/components/TextField/TextField.js.map +0 -0
- package/dist/{es5 → esm}/components/Toolbar/Toolbar.js +1 -1
- package/dist/{es5 → esm}/components/Toolbar/Toolbar.js.map +0 -0
- package/dist/{es5 → esm}/components/Toolbar/ToolbarSection.js +1 -1
- package/dist/{es5 → esm}/components/Toolbar/ToolbarSection.js.map +0 -0
- package/dist/{es5 → esm}/components/Tooltip/Tooltip.js +1 -1
- package/dist/{es5 → esm}/components/Tooltip/Tooltip.js.map +0 -0
- package/dist/{es5 → esm}/components/Typography/Highlighter.js +0 -0
- package/dist/{es5 → esm}/components/Typography/Highlighter.js.map +0 -0
- package/dist/esm/components/Typography/HtmlContentBlock.js +39 -0
- package/dist/esm/components/Typography/HtmlContentBlock.js.map +1 -0
- package/dist/{es5 → esm}/components/Typography/OverflowText.js +1 -1
- package/dist/{es5 → esm}/components/Typography/OverflowText.js.map +0 -0
- package/dist/{es5 → esm}/components/Typography/WhiteSpaceContainer.js +1 -1
- package/dist/{es5 → esm}/components/Typography/WhiteSpaceContainer.js.map +0 -0
- package/dist/{es5 → esm}/components/Typography/classnames.js +2 -1
- package/dist/{es5 → esm}/components/Typography/classnames.js.map +1 -1
- package/dist/{es5 → esm}/components/Workspace/WorkspaceContent.js +3 -3
- package/dist/{es5 → esm}/components/Workspace/WorkspaceContent.js.map +0 -0
- package/dist/{es5 → esm}/components/Workspace/WorkspaceHeader.js +1 -1
- package/dist/{es5 → esm}/components/Workspace/WorkspaceHeader.js.map +0 -0
- package/dist/{es5 → esm}/components/Workspace/WorkspaceMain.js +2 -2
- package/dist/{es5 → esm}/components/Workspace/WorkspaceMain.js.map +0 -0
- package/dist/{es5 → esm}/components/Workspace/WorkspaceSide.js +2 -2
- package/dist/{es5 → esm}/components/Workspace/WorkspaceSide.js.map +0 -0
- package/dist/{es5 → esm}/components/interfaces.js +0 -0
- package/dist/{es5 → esm}/components/interfaces.js.map +0 -0
- package/dist/{es5 → esm}/configuration/constants.js +0 -0
- package/dist/{es5 → esm}/configuration/constants.js.map +0 -0
- package/dist/esm/extensions/codemirror/CodeMirror.js +34 -0
- package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -0
- package/dist/esm/extensions/index.js +3 -0
- package/dist/esm/extensions/index.js.map +1 -0
- package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeDefault.js +1 -1
- package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeStep.js +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeStep.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeTools.js +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeTools.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/edges/edgeTypes.js +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/edges/edgeTypes.js.map +0 -0
- package/dist/esm/extensions/react-flow/edges/getSmoothStepPath.js +119 -0
- package/dist/esm/extensions/react-flow/edges/getSmoothStepPath.js.map +1 -0
- package/dist/{es5 → esm}/extensions/react-flow/edges/utils.js +21 -20
- package/dist/esm/extensions/react-flow/edges/utils.js.map +1 -0
- package/dist/{es5 → esm}/extensions/react-flow/handles/HandleContent.js +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/handles/HandleContent.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/handles/HandleDefault.js +1 -1
- package/dist/{es5 → esm}/extensions/react-flow/handles/HandleDefault.js.map +0 -0
- package/dist/esm/extensions/react-flow/index.js +12 -0
- package/dist/{es5 → esm}/extensions/react-flow/index.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/minimap/MiniMap.js +1 -1
- package/dist/{es5 → esm}/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/{es5 → esm}/extensions/react-flow/minimap/utils.js +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/minimap/utils.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContent.js +10 -8
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -0
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContentExtension.js +5 -4
- package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -0
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeDefault.js +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeDefault.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeTools.js +14 -12
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -0
- package/dist/{es5 → esm}/extensions/react-flow/nodes/nodeTypes.js +1 -1
- package/dist/{es5 → esm}/extensions/react-flow/nodes/nodeTypes.js.map +0 -0
- package/dist/esm/index.js +97 -0
- package/dist/{es5 → esm}/index.js.map +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Button/AffirmativeButton.js +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Button/AffirmativeButton.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/Button/Button.js +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Button/Button.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/Button/DismissiveButton.js +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Button/DismissiveButton.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/Button/DisruptiveButton.js +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Button/DisruptiveButton.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/Checkbox/Checkbox.js +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Checkbox/Checkbox.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/Radio/RadioButton.js +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Radio/RadioButton.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/Tabs/Tabs.js +1 -1
- package/dist/{es5 → esm}/legacy-replacements/Tabs/Tabs.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/TextField/TextField.js +4 -4
- package/dist/{es5 → esm}/legacy-replacements/TextField/TextField.js.map +0 -0
- package/dist/{es5 → esm}/legacy-replacements/index.js +9 -9
- package/dist/{es5 → esm}/legacy-replacements/index.js.map +0 -0
- package/dist/{es5 → esm}/package.json +0 -0
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +9 -0
- package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +2 -0
- package/dist/types/cmem/react-flow/configuration/graph.d.ts +1 -2
- package/dist/types/cmem/react-flow/configuration/linking.d.ts +1 -2
- package/dist/types/cmem/react-flow/configuration/workflow.d.ts +1 -2
- package/dist/types/common/utils/stringUtils.d.ts +2 -0
- package/dist/types/components/AutoSuggestion/SingleLineCodeEditor.d.ts +1 -1
- package/dist/types/components/Card/Card.d.ts +9 -4
- package/dist/types/components/Form/FieldItemRow.d.ts +1 -0
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +17 -10
- package/dist/types/components/Notification/Notification.d.ts +55 -2
- package/dist/types/components/OverviewItem/OverviewItemList.d.ts +1 -1
- package/dist/types/components/Spinner/Spinner.d.ts +1 -1
- package/dist/types/components/Typography/HtmlContentBlock.d.ts +15 -5
- package/dist/types/components/Typography/classnames.d.ts +1 -0
- package/dist/types/extensions/codemirror/CodeMirror.d.ts +35 -0
- package/dist/types/extensions/index.d.ts +2 -0
- package/dist/types/extensions/react-flow/edges/getSmoothStepPath.d.ts +18 -0
- package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +8 -2
- package/dist/types/extensions/react-flow/nodes/NodeContentExtension.d.ts +5 -1
- package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +7 -1
- package/dist/types/index.d.ts +2 -4
- package/package.json +29 -19
- package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +6 -6
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +27 -14
- package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +11 -3
- package/src/cmem/ActivityControl/SilkActivityControl.tsx +5 -1
- package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +1 -1
- package/src/cmem/react-flow/_nodes.scss +12 -6
- package/src/cmem/react-flow/configuration/_colors-graph.scss +35 -0
- package/src/cmem/react-flow/configuration/_colors-linking.scss +29 -0
- package/src/cmem/react-flow/configuration/_colors-workflow.scss +22 -0
- package/src/cmem/react-flow/configuration/_colors.scss +3 -3
- package/src/cmem/react-flow/configuration/graph.ts +0 -2
- package/src/cmem/react-flow/configuration/linking.ts +0 -2
- package/src/cmem/react-flow/configuration/workflow.ts +0 -2
- package/src/common/utils/CssCustomProperties.ts +123 -0
- package/src/common/utils/getColorConfiguration.ts +21 -0
- package/src/common/utils/stringUtils.ts +2 -0
- package/src/components/Accordion/accordion.scss +8 -2
- package/src/components/Application/ApplicationContent.tsx +0 -5
- package/src/components/Application/ApplicationTitle.tsx +0 -5
- package/src/components/AutoSuggestion/AutoSuggestion.tsx +2 -1
- package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +3 -3
- package/src/components/AutocompleteField/AutoCompleteField.tsx +6 -4
- package/src/components/Breadcrumb/BreadcrumbItem.tsx +5 -5
- package/src/components/Breadcrumb/BreadcrumbList.tsx +1 -1
- package/src/components/Button/Button.stories.tsx +1 -1
- package/src/components/Button/Button.tsx +1 -1
- package/src/components/Card/Card.tsx +23 -4
- package/src/components/Card/card.scss +4 -0
- package/src/components/Checkbox/checkbox.scss +4 -0
- package/src/components/Dialog/Modal.tsx +1 -1
- package/src/components/Form/FieldItem.tsx +3 -3
- package/src/components/Form/FieldItemRow.tsx +3 -5
- package/src/components/Form/FieldSet.tsx +1 -0
- package/src/components/Icon/IconButton.tsx +2 -2
- package/src/components/Iframe/Iframe.tsx +1 -1
- package/src/components/Menu/MenuItem.tsx +1 -1
- package/src/components/MultiSelect/MultiSelect.stories.tsx +15 -7
- package/src/components/MultiSelect/MultiSelect.tsx +65 -62
- package/src/components/Notification/Notification.stories.tsx +82 -0
- package/src/components/Notification/Notification.tsx +62 -4
- package/src/components/Notification/notification.scss +2 -1
- package/src/components/OverviewItem/OverviewItemList.tsx +3 -3
- package/src/components/RadioButton/radiobutton.scss +4 -0
- package/src/components/Spinner/Spinner.tsx +2 -1
- package/src/components/Switch/switch.scss +1 -0
- package/src/components/Tabs/Tab.tsx +1 -2
- package/src/components/Tabs/Tabs.tsx +1 -5
- package/src/components/Tabs/stories/Tabs.stories.tsx +3 -3
- package/src/components/Tag/TagList.tsx +1 -0
- package/src/components/Tag/tag.scss +1 -1
- package/src/components/Toolbar/toolbar.scss +1 -1
- package/src/components/Typography/HtmlContentBlock.tsx +27 -4
- package/src/components/Typography/classnames.ts +1 -0
- package/src/components/Typography/typography.scss +8 -0
- package/src/extensions/_index.scss +5 -0
- package/src/extensions/codemirror/CodeMirror.stories.tsx +26 -0
- package/src/extensions/codemirror/CodeMirror.tsx +82 -0
- package/src/extensions/codemirror/_codemirror.scss +31 -0
- package/src/extensions/index.ts +2 -0
- package/src/extensions/react-flow/_react-flow.scss +4 -0
- package/src/extensions/react-flow/edges/EdgeDefault.tsx +0 -1
- package/src/extensions/react-flow/edges/getSmoothStepPath.ts +118 -0
- package/src/extensions/react-flow/edges/utils.ts +21 -29
- package/src/extensions/react-flow/minimap/MiniMap.tsx +1 -1
- package/src/extensions/react-flow/nodes/NodeContent.tsx +13 -7
- package/src/extensions/react-flow/nodes/NodeContentExtension.tsx +6 -0
- package/src/extensions/react-flow/nodes/NodeTools.tsx +25 -9
- package/src/extensions/react-flow/nodes/_nodes.scss +31 -12
- package/src/extensions/react-flow/nodes/stories/NodeContent.stories.tsx +10 -1
- package/src/extensions/react-flow/nodes/stories/NodeContentExtension.stories.tsx +23 -0
- package/src/index.scss +1 -4
- package/src/index.ts +4 -4
- package/dist/cjs/cmem/react-flow/configuration/_colors-graph.module.scss +0 -35
- package/dist/cjs/cmem/react-flow/configuration/_colors-linking.module.scss +0 -29
- package/dist/cjs/cmem/react-flow/configuration/_colors-workflow.module.scss +0 -22
- package/dist/es5/cmem/ActivityControl/ActivityControlWidget.js.map +0 -1
- package/dist/es5/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +0 -1
- package/dist/es5/cmem/ActivityControl/index.js +0 -4
- package/dist/es5/cmem/ContentBlobToggler/index.js +0 -3
- package/dist/es5/cmem/react-flow/configuration/_colors-graph.module.scss +0 -35
- package/dist/es5/cmem/react-flow/configuration/_colors-linking.module.scss +0 -29
- package/dist/es5/cmem/react-flow/configuration/_colors-workflow.module.scss +0 -22
- package/dist/es5/cmem/react-flow/configuration/graph.js.map +0 -1
- package/dist/es5/cmem/react-flow/configuration/linking.js.map +0 -1
- package/dist/es5/cmem/react-flow/configuration/workflow.js.map +0 -1
- package/dist/es5/components/Application/ApplicationContent.js.map +0 -1
- package/dist/es5/components/Application/ApplicationTitle.js.map +0 -1
- package/dist/es5/components/AutoSuggestion/AutoSuggestion.js.map +0 -1
- package/dist/es5/components/AutocompleteField/AutoCompleteField.js.map +0 -1
- package/dist/es5/components/Card/Card.js.map +0 -1
- package/dist/es5/components/Card/index.js +0 -9
- package/dist/es5/components/Form/FieldItemRow.js +0 -24
- package/dist/es5/components/Form/FieldItemRow.js.map +0 -1
- package/dist/es5/components/Form/FieldSet.js.map +0 -1
- package/dist/es5/components/MultiSelect/MultiSelect.js.map +0 -1
- package/dist/es5/components/Notification/Notification.js.map +0 -1
- package/dist/es5/components/OverviewItem/index.js +0 -8
- package/dist/es5/components/PropertyValuePair/index.js +0 -6
- package/dist/es5/components/Spinner/Spinner.js.map +0 -1
- package/dist/es5/components/Tabs/Tabs.js.map +0 -1
- package/dist/es5/components/Tag/TagList.js.map +0 -1
- package/dist/es5/components/Typography/HtmlContentBlock.js +0 -30
- package/dist/es5/components/Typography/HtmlContentBlock.js.map +0 -1
- package/dist/es5/extensions/react-flow/edges/utils.js.map +0 -1
- package/dist/es5/extensions/react-flow/index.js +0 -12
- package/dist/es5/extensions/react-flow/nodes/NodeContent.js.map +0 -1
- package/dist/es5/extensions/react-flow/nodes/NodeContentExtension.js.map +0 -1
- package/dist/es5/extensions/react-flow/nodes/NodeTools.js.map +0 -1
- package/dist/es5/index.js +0 -99
- package/src/cmem/react-flow/configuration/_colors-graph.module.scss +0 -35
- package/src/cmem/react-flow/configuration/_colors-linking.module.scss +0 -29
- package/src/cmem/react-flow/configuration/_colors-workflow.module.scss +0 -22
|
@@ -36,20 +36,22 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
36
36
|
}
|
|
37
37
|
return ar;
|
|
38
38
|
};
|
|
39
|
-
import React, { memo, useState } from "react";
|
|
39
|
+
import React, { memo, useEffect, useState } from "react";
|
|
40
40
|
import { PopoverInteractionKind as BlueprintPopoverInteractionKind, } from "@blueprintjs/core";
|
|
41
|
-
import { ContextOverlay, IconButton } from "../../../index";
|
|
42
|
-
import { CLASSPREFIX as eccgui } from "../../../configuration/constants";
|
|
41
|
+
import { ContextOverlay, IconButton } from "../../../index.js";
|
|
42
|
+
import { CLASSPREFIX as eccgui } from "../../../configuration/constants.js";
|
|
43
43
|
export var NodeTools = memo(function (_a) {
|
|
44
|
-
var children = _a.children, _b = _a.togglerElement, togglerElement = _b === void 0 ? "item-moremenu" : _b, _c = _a.togglerText, togglerText = _c === void 0 ? "Show more options" : _c, menuButtonDataTestId = _a.menuButtonDataTestId, otherOverlayProps = __rest(_a, ["children", "togglerElement", "togglerText", "menuButtonDataTestId"]);
|
|
45
|
-
var _d = __read(useState(false), 2),
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
44
|
+
var children = _a.children, _b = _a.togglerElement, togglerElement = _b === void 0 ? "item-moremenu" : _b, _c = _a.togglerText, togglerText = _c === void 0 ? "Show more options" : _c, menuButtonDataTestId = _a.menuButtonDataTestId, menuFunctionsCallback = _a.menuFunctionsCallback, otherOverlayProps = __rest(_a, ["children", "togglerElement", "togglerText", "menuButtonDataTestId", "menuFunctionsCallback"]);
|
|
45
|
+
var _d = __read(useState(false), 2), isOpen = _d[0], setIsOpen = _d[1];
|
|
46
|
+
useEffect(function () {
|
|
47
|
+
menuFunctionsCallback && menuFunctionsCallback({
|
|
48
|
+
closeMenu: function () {
|
|
49
|
+
setIsOpen(false);
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
}, [menuFunctionsCallback]);
|
|
53
|
+
return (React.createElement(ContextOverlay, __assign({ isOpen: isOpen, onClose: function () { return setIsOpen(false); }, hoverCloseDelay: 500, interactionKind: isOpen ? BlueprintPopoverInteractionKind.HOVER : BlueprintPopoverInteractionKind.CLICK }, otherOverlayProps),
|
|
54
|
+
typeof togglerElement === "string" ? (React.createElement(IconButton, { "data-test-id": menuButtonDataTestId, name: togglerElement, text: togglerText, onClick: function () { return setIsOpen(function (previous) { return !previous; }); } })) : ({ togglerElement: togglerElement }),
|
|
53
55
|
React.createElement("div", { className: eccgui + "-graphviz__nodetools__content" }, children)));
|
|
54
56
|
});
|
|
55
57
|
//# sourceMappingURL=NodeTools.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NodeTools.js","sourceRoot":"","sources":["../../../../../src/extensions/react-flow/nodes/NodeTools.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAC,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAC,MAAM,OAAO,CAAC;AAAA,OAAO,EAE1D,sBAAsB,IAAI,+BAA+B,GAC5D,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAC,cAAc,EAAE,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAC,WAAW,IAAI,MAAM,EAAC,MAAM,kCAAkC,CAAC;AAkBvE,MAAM,CAAC,IAAM,SAAS,GAAG,IAAI,CAAC,UAAC,EAOd;IANb,IAAA,QAAQ,cAAA,EACR,sBAAgC,EAAhC,cAAc,mBAAG,eAAe,KAAA,EAChC,mBAAiC,EAAjC,WAAW,mBAAG,mBAAmB,KAAA,EACjC,oBAAoB,0BAAA,EACpB,qBAAqB,2BAAA,EAClB,iBAAiB,cANO,8FAO9B,CADuB;IAEd,IAAA,KAAA,OAAsB,QAAQ,CAAU,KAAK,CAAC,IAAA,EAA7C,MAAM,QAAA,EAAE,SAAS,QAA4B,CAAC;IAErD,SAAS,CAAC;QACN,qBAAqB,IAAI,qBAAqB,CAAC;YAC3C,SAAS,EAAT;gBACI,SAAS,CAAC,KAAK,CAAC,CAAA;YACpB,CAAC;SACJ,CAAC,CAAA;IACN,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAA;IAE3B,OAAO,CACH,oBAAC,cAAc,aACX,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,cAAM,OAAA,SAAS,CAAC,KAAK,CAAC,EAAhB,CAAgB,EAC/B,eAAe,EAAE,GAAG,EACpB,eAAe,EAAE,MAAM,CAAC,CAAC,CAAC,+BAA+B,CAAC,KAAK,CAAC,CAAC,CAAC,+BAA+B,CAAC,KAAK,IACnG,iBAAiB;QAEpB,OAAO,cAAc,KAAK,QAAQ,CAAC,CAAC,CAAC,CAClC,oBAAC,UAAU,oBACO,oBAAoB,EAClC,IAAI,EAAE,cAAc,EACpB,IAAI,EAAE,WAAW,EACjB,OAAO,EAAE,cAAM,OAAA,SAAS,CAAC,UAAA,QAAQ,IAAI,OAAA,CAAC,QAAQ,EAAT,CAAS,CAAC,EAAhC,CAAgC,GACjD,CACL,CAAC,CAAC,CAAC,CACA,EAAE,cAAc,gBAAA,EAAE,CACrB;QACD,6BAAK,SAAS,EAAK,MAAM,kCAA+B,IAClD,QAAQ,CACR,CACO,CACpB,CAAC;AACN,CAAC,CAAC,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import ApplicationContainer from "./components/Application/ApplicationContainer.js";
|
|
2
|
+
import ApplicationHeader from "./components/Application/ApplicationHeader.js";
|
|
3
|
+
import ApplicationContent from "./components/Application/ApplicationContent.js";
|
|
4
|
+
import ApplicationSidebarNavigation from "./components/Application/ApplicationSidebarNavigation.js";
|
|
5
|
+
import ApplicationSidebarToggler from "./components/Application/ApplicationSidebarToggler.js";
|
|
6
|
+
import ApplicationTitle from "./components/Application/ApplicationTitle.js";
|
|
7
|
+
import ApplicationToolbar from "./components/Application/ApplicationToolbar.js";
|
|
8
|
+
import ApplicationToolbarSection from "./components/Application/ApplicationToolbarSection.js";
|
|
9
|
+
import ApplicationToolbarAction from "./components/Application/ApplicationToolbarAction.js";
|
|
10
|
+
import ApplicationToolbarPanel from "./components/Application/ApplicationToolbarPanel.js";
|
|
11
|
+
import AutoSuggestion from "./components/AutoSuggestion/AutoSuggestion.js";
|
|
12
|
+
import { AutoSuggestionList } from "./components/AutoSuggestion/AutoSuggestionList.js";
|
|
13
|
+
import SingleLineCodeEditor from "./components/AutoSuggestion/SingleLineCodeEditor.js";
|
|
14
|
+
import HtmlContentBlock from "./components/Typography/HtmlContentBlock.js";
|
|
15
|
+
import OverflowText from "./components/Typography/OverflowText.js";
|
|
16
|
+
import WhiteSpaceContainer from "./components/Typography/WhiteSpaceContainer.js";
|
|
17
|
+
import Highlighter from "./components/Typography/Highlighter.js";
|
|
18
|
+
import Grid from "./components/Grid/Grid.js";
|
|
19
|
+
import GridRow from "./components/Grid/GridRow.js";
|
|
20
|
+
import GridColumn from "./components/Grid/GridColumn.js";
|
|
21
|
+
import WorkspaceContent from "./components/Workspace/WorkspaceContent.js";
|
|
22
|
+
import WorkspaceMain from "./components/Workspace/WorkspaceMain.js";
|
|
23
|
+
import WorkspaceSide from "./components/Workspace/WorkspaceSide.js";
|
|
24
|
+
import WorkspaceHeader from "./components/Workspace/WorkspaceHeader.js";
|
|
25
|
+
import Icon from "./components/Icon/Icon.js";
|
|
26
|
+
import IconButton from "./components/Icon/IconButton.js";
|
|
27
|
+
import Label from "./components/Label/Label.js";
|
|
28
|
+
import Button from "./components/Button/Button.js";
|
|
29
|
+
import Checkbox from "./components/Checkbox/Checkbox.js";
|
|
30
|
+
import RadioButton from "./components/RadioButton/RadioButton.js";
|
|
31
|
+
import Tabs from "./components/Tabs/Tabs.js";
|
|
32
|
+
import Tab from "./components/Tabs/Tab.js";
|
|
33
|
+
import TabTitle from "./components/Tabs/TabTitle.js";
|
|
34
|
+
import TextField from "./components/TextField/TextField.js";
|
|
35
|
+
import TextArea from "./components/TextField/TextArea.js";
|
|
36
|
+
import SearchField from "./components/TextField/SearchField.js";
|
|
37
|
+
import Switch from "./components/Switch/Switch.js";
|
|
38
|
+
import NumericInput from "./components/NumericInput/NumericInput.js";
|
|
39
|
+
import FieldItem from "./components/Form/FieldItem.js";
|
|
40
|
+
import FieldItemRow from "./components/Form/FieldItemRow.js";
|
|
41
|
+
import FieldSet from "./components/Form/FieldSet.js";
|
|
42
|
+
import { AutoCompleteField } from "./components/AutocompleteField/AutoCompleteField.js";
|
|
43
|
+
import Menu from "./components/Menu/Menu.js";
|
|
44
|
+
import MenuItem from "./components/Menu/MenuItem.js";
|
|
45
|
+
import MenuDivider from "./components/Menu/MenuDivider.js";
|
|
46
|
+
import ContextOverlay from "./components/ContextOverlay/ContextOverlay.js";
|
|
47
|
+
import ContextMenu from "./components/ContextOverlay/ContextMenu.js";
|
|
48
|
+
import Pagination from "./components/Pagination/Pagination.js";
|
|
49
|
+
import Tag from "./components/Tag/Tag.js";
|
|
50
|
+
import TagList from "./components/Tag/TagList.js";
|
|
51
|
+
import Notification from "./components/Notification/Notification.js";
|
|
52
|
+
import Toast from "./components/Notification/Toast.js";
|
|
53
|
+
import { Select } from "@blueprintjs/select";
|
|
54
|
+
import MultiSelect from "./components/MultiSelect/MultiSelect.js";
|
|
55
|
+
import { Iframe } from "./components/Iframe/Iframe.js";
|
|
56
|
+
import { IframeModal } from "./components/Iframe/IframeModal.js";
|
|
57
|
+
import { OverviewItem, OverviewItemActions, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemList, } from "./components/OverviewItem/index.js";
|
|
58
|
+
import { TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader, } from "./components/SimpleTable/index.js";
|
|
59
|
+
import BreadcrumbList from "./components/Breadcrumb/BreadcrumbList.js";
|
|
60
|
+
import BreadcrumbItem from "./components/Breadcrumb/BreadcrumbItem.js";
|
|
61
|
+
import Modal from "./components/Dialog/Modal.js";
|
|
62
|
+
import SimpleDialog from "./components/Dialog/SimpleDialog.js";
|
|
63
|
+
import AlertDialog from "./components/Dialog/AlertDialog.js";
|
|
64
|
+
import { Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, } from "./components/Card/index.js";
|
|
65
|
+
import Spacing from "./components/Separation/Spacing.js";
|
|
66
|
+
import Divider from "./components/Separation/Divider.js";
|
|
67
|
+
import Tooltip from "./components/Tooltip/Tooltip.js";
|
|
68
|
+
import Toolbar from "./components/Toolbar/Toolbar.js";
|
|
69
|
+
import ToolbarSection from "./components/Toolbar/ToolbarSection.js";
|
|
70
|
+
import Section from "./components/Structure/Section.js";
|
|
71
|
+
import SectionHeader from "./components/Structure/SectionHeader.js";
|
|
72
|
+
import TitlePage from "./components/Structure/TitlePage.js";
|
|
73
|
+
import TitleMainsection from "./components/Structure/TitleMainsection.js";
|
|
74
|
+
import TitleSubsection from "./components/Structure/TitleSubsection.js";
|
|
75
|
+
import Accordion from "./components/Accordion/Accordion.js";
|
|
76
|
+
import AccordionItem from "./components/Accordion/AccordionItem.js";
|
|
77
|
+
import Link from "./components/Link/Link.js";
|
|
78
|
+
import Spinner from "./components/Spinner/Spinner.js";
|
|
79
|
+
import { PropertyName, PropertyValue, PropertyValuePair, PropertyValueList } from "./components/PropertyValuePair/index.js";
|
|
80
|
+
import * as TypographyClassNames from "./components/Typography/classnames.js";
|
|
81
|
+
import { ClassNames as IntentClassNames } from "./common/Intent/index.js";
|
|
82
|
+
import { openInNewTab } from "./common/utils/openInNewTab.js";
|
|
83
|
+
import { ProgressBar } from "./components/ProgressBar/ProgressBar.js";
|
|
84
|
+
import List from "./components/List/List.js";
|
|
85
|
+
import * as LegacyReplacements from "./legacy-replacements/index.js";
|
|
86
|
+
var HelperClasses = {
|
|
87
|
+
Typography: TypographyClassNames,
|
|
88
|
+
Intent: IntentClassNames,
|
|
89
|
+
};
|
|
90
|
+
var Utilities = {
|
|
91
|
+
openInNewTab: openInNewTab
|
|
92
|
+
};
|
|
93
|
+
export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, HtmlContentBlock, OverflowText, WhiteSpaceContainer, Highlighter, Grid, GridRow, GridColumn, List, WorkspaceContent, WorkspaceMain, WorkspaceSide, WorkspaceHeader, Menu, MenuItem, MenuDivider, ContextOverlay, ContextMenu, OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList, TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader, Icon, IconButton, Label, Button, Checkbox, RadioButton, Tabs, Tab, TabTitle, TextField, TextArea, SearchField, Switch, NumericInput, FieldItem, FieldItemRow, FieldSet, BreadcrumbList, BreadcrumbItem, Modal, SimpleDialog, AlertDialog, Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, Spacing, Divider, Tooltip, Section, SectionHeader, TitlePage, TitleMainsection, TitleSubsection, Accordion, AccordionItem, Toolbar, ToolbarSection, Tag, TagList, Pagination, Notification, Link, Spinner, PropertyName, PropertyValue, PropertyValuePair, PropertyValueList, Toast, HelperClasses, Select, // FIXME: CMEM-3742: include as own element
|
|
94
|
+
MultiSelect, AutoCompleteField, ProgressBar, Iframe, IframeModal, Utilities, LegacyReplacements, };
|
|
95
|
+
export * from "./cmem/index.js";
|
|
96
|
+
export * from "./extensions/index.js";
|
|
97
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
|
-
import { ButtonReplacement } from "./Button";
|
|
24
|
+
import { ButtonReplacement } from "./Button.js";
|
|
25
25
|
export function AffirmativeButtonReplacement(_a) {
|
|
26
26
|
var children = _a.children, otherProps = __rest(_a, ["children"]);
|
|
27
27
|
return (React.createElement(ButtonReplacement, __assign({}, otherProps, { affirmative: true }), children));
|
|
File without changes
|
|
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
|
-
import Button from "../../components/Button/Button";
|
|
24
|
+
import Button from "../../components/Button/Button.js";
|
|
25
25
|
export var iconMappings = {
|
|
26
26
|
"edit": "item-edit",
|
|
27
27
|
"delete": "item-remove",
|
|
File without changes
|
|
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
|
-
import { ButtonReplacement } from "./Button";
|
|
24
|
+
import { ButtonReplacement } from "./Button.js";
|
|
25
25
|
export function DismissiveButtonReplacement(_a) {
|
|
26
26
|
var children = _a.children, otherProps = __rest(_a, ["children"]);
|
|
27
27
|
return (React.createElement(ButtonReplacement, __assign({}, otherProps, { dismissive: true }), children));
|
|
File without changes
|
|
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
|
-
import { ButtonReplacement } from "./Button";
|
|
24
|
+
import { ButtonReplacement } from "./Button.js";
|
|
25
25
|
export function DisruptiveButtonReplacement(_a) {
|
|
26
26
|
var children = _a.children, otherProps = __rest(_a, ["children"]);
|
|
27
27
|
return (React.createElement(ButtonReplacement, __assign({}, otherProps, { disruptive: true }), children));
|
|
File without changes
|
|
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
|
-
import Checkbox from "../../components/Checkbox/Checkbox";
|
|
24
|
+
import Checkbox from "../../components/Checkbox/Checkbox.js";
|
|
25
25
|
var extendedOnChangeBoolean = function (onChangeFn, event) {
|
|
26
26
|
if (typeof onChangeFn === "function") {
|
|
27
27
|
onChangeFn({
|
|
File without changes
|
|
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
|
-
import RadioButton from "../../components/RadioButton/RadioButton";
|
|
24
|
+
import RadioButton from "../../components/RadioButton/RadioButton.js";
|
|
25
25
|
export function RadioButtonReplacement(_a) {
|
|
26
26
|
var children = _a.children, label = _a.label, otherProps = __rest(_a, ["children", "label"]);
|
|
27
27
|
if (process.env.NODE_ENV === 'development') {
|
|
File without changes
|
|
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
24
|
import { Tabs as BlueprintTabs, Tab, } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
26
|
var createDeprecatedTab = function (_a) {
|
|
27
27
|
var tabId = _a.tabId, tabTitle = _a.tabTitle, tabContent = _a.tabContent, _b = _a.dontShrink, dontShrink = _b === void 0 ? false : _b, otherTabProps = __rest(_a, ["tabId", "tabTitle", "tabContent", "dontShrink"]);
|
|
28
28
|
var extraStyles = dontShrink ? { style: { flexShrink: 0 } } : {};
|
|
File without changes
|
|
@@ -21,10 +21,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
|
-
import FieldItem from "../../components/Form/FieldItem";
|
|
25
|
-
import TextField from "../../components/TextField/TextField";
|
|
26
|
-
import TextArea from "../../components/TextField/TextArea";
|
|
27
|
-
import IconButton from "../../components/Icon/IconButton";
|
|
24
|
+
import FieldItem from "../../components/Form/FieldItem.js";
|
|
25
|
+
import TextField from "../../components/TextField/TextField.js";
|
|
26
|
+
import TextArea from "../../components/TextField/TextArea.js";
|
|
27
|
+
import IconButton from "../../components/Icon/IconButton.js";
|
|
28
28
|
var extendedOnChange = function (onChangeFn, event) {
|
|
29
29
|
if (typeof onChangeFn === "function") {
|
|
30
30
|
onChangeFn({
|
|
File without changes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { ButtonReplacement as Button } from "./Button/Button";
|
|
2
|
-
export { AffirmativeButtonReplacement as AffirmativeButton } from "./Button/AffirmativeButton";
|
|
3
|
-
export { DismissiveButtonReplacement as DismissiveButton } from "./Button/DismissiveButton";
|
|
4
|
-
export { DisruptiveButtonReplacement as DisruptiveButton } from "./Button/DisruptiveButton";
|
|
5
|
-
export { ButtonReplacement as ProgressButton } from "./Button/Button";
|
|
6
|
-
export { CheckboxReplacement as Checkbox } from "./Checkbox/Checkbox";
|
|
7
|
-
export { RadioButtonReplacement as Radio } from "./Radio/RadioButton";
|
|
8
|
-
export { TabsReplacement as Tabs } from "./Tabs/Tabs";
|
|
9
|
-
export { TextFieldReplacement as TextField } from "./TextField/TextField";
|
|
1
|
+
export { ButtonReplacement as Button } from "./Button/Button.js";
|
|
2
|
+
export { AffirmativeButtonReplacement as AffirmativeButton } from "./Button/AffirmativeButton.js";
|
|
3
|
+
export { DismissiveButtonReplacement as DismissiveButton } from "./Button/DismissiveButton.js";
|
|
4
|
+
export { DisruptiveButtonReplacement as DisruptiveButton } from "./Button/DisruptiveButton.js";
|
|
5
|
+
export { ButtonReplacement as ProgressButton } from "./Button/Button.js";
|
|
6
|
+
export { CheckboxReplacement as Checkbox } from "./Checkbox/Checkbox.js";
|
|
7
|
+
export { RadioButtonReplacement as Radio } from "./Radio/RadioButton.js";
|
|
8
|
+
export { TabsReplacement as Tabs } from "./Tabs/Tabs.js";
|
|
9
|
+
export { TextFieldReplacement as TextField } from "./TextField/TextField.js";
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -9,6 +9,11 @@ export interface IActivityControlProps extends TestableComponent {
|
|
|
9
9
|
* The label to be shown
|
|
10
10
|
*/
|
|
11
11
|
label?: string | JSX.Element;
|
|
12
|
+
/**
|
|
13
|
+
* Element that wraps around the label.
|
|
14
|
+
* Default: `<OverflowText inline={true} />`
|
|
15
|
+
*/
|
|
16
|
+
labelWrapper?: JSX.Element;
|
|
12
17
|
/**
|
|
13
18
|
* To add tags in addition to the widget status description
|
|
14
19
|
*/
|
|
@@ -41,6 +46,10 @@ export interface IActivityControlProps extends TestableComponent {
|
|
|
41
46
|
* display widget inside rectangle
|
|
42
47
|
*/
|
|
43
48
|
border?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* display a bit whitespace around widget, even without border
|
|
51
|
+
*/
|
|
52
|
+
hasSpacing?: boolean;
|
|
44
53
|
/**
|
|
45
54
|
* only use necessary width, not always the available 100% of parent element
|
|
46
55
|
*/
|
|
@@ -34,8 +34,10 @@ interface SilkActivityControlProps extends TestableComponent {
|
|
|
34
34
|
export interface IActivityControlLayoutProps {
|
|
35
35
|
small?: boolean;
|
|
36
36
|
border?: boolean;
|
|
37
|
+
hasSpacing?: boolean;
|
|
37
38
|
canShrink?: boolean;
|
|
38
39
|
visualization?: "none" | "progressbar" | "spinner";
|
|
40
|
+
labelWrapper?: JSX.Element;
|
|
39
41
|
}
|
|
40
42
|
interface IErrorReportAction {
|
|
41
43
|
title?: string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import colors from "./_colors-graph.module.scss";
|
|
3
2
|
declare const edgeTypes: {
|
|
4
3
|
default: import("react").MemoExoticComponent<(edge: import("./../../../extensions/react-flow/edges/EdgeDefault").EdgeDefaultProps) => JSX.Element>;
|
|
5
4
|
implicit: import("react").MemoExoticComponent<(edge: import("./../../../extensions/react-flow/edges/EdgeDefault").EdgeDefaultProps) => JSX.Element>;
|
|
@@ -18,4 +17,4 @@ declare const nodeTypes: {
|
|
|
18
17
|
instance: import("react").MemoExoticComponent<(node: import("./../../../extensions/react-flow/nodes/NodeDefault").NodeProps<any, any>) => JSX.Element>;
|
|
19
18
|
property: import("react").MemoExoticComponent<(node: import("./../../../extensions/react-flow/nodes/NodeDefault").NodeProps<any, any>) => JSX.Element>;
|
|
20
19
|
};
|
|
21
|
-
export { edgeTypes, nodeTypes,
|
|
20
|
+
export { edgeTypes, nodeTypes, };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import colors from "./_colors-linking.module.scss";
|
|
3
2
|
declare const edgeTypes: {
|
|
4
3
|
default: import("react").MemoExoticComponent<(edge: import("./../../../extensions/react-flow/edges/EdgeStep").EdgeStepProps) => JSX.Element>;
|
|
5
4
|
value: import("react").MemoExoticComponent<(edge: import("./../../../extensions/react-flow/edges/EdgeStep").EdgeStepProps) => JSX.Element>;
|
|
@@ -16,4 +15,4 @@ declare const nodeTypes: {
|
|
|
16
15
|
comparator: import("react").MemoExoticComponent<(node: import("./../../../extensions/react-flow/nodes/NodeDefault").NodeProps<any, any>) => JSX.Element>;
|
|
17
16
|
aggregator: import("react").MemoExoticComponent<(node: import("./../../../extensions/react-flow/nodes/NodeDefault").NodeProps<any, any>) => JSX.Element>;
|
|
18
17
|
};
|
|
19
|
-
export { edgeTypes, nodeTypes,
|
|
18
|
+
export { edgeTypes, nodeTypes, };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import colors from "./_colors-workflow.module.scss";
|
|
3
2
|
declare const edgeTypes: {
|
|
4
3
|
default: import("react").MemoExoticComponent<(edge: import("./../../../extensions/react-flow/edges/EdgeStep").EdgeStepProps) => JSX.Element>;
|
|
5
4
|
success: import("react").MemoExoticComponent<(edge: import("./../../../extensions/react-flow/edges/EdgeStep").EdgeStepProps) => JSX.Element>;
|
|
@@ -14,4 +13,4 @@ declare const nodeTypes: {
|
|
|
14
13
|
task: import("react").MemoExoticComponent<(node: import("./../../../extensions/react-flow/nodes/NodeDefault").NodeProps<any, any>) => JSX.Element>;
|
|
15
14
|
workflow: import("react").MemoExoticComponent<(node: import("./../../../extensions/react-flow/nodes/NodeDefault").NodeProps<any, any>) => JSX.Element>;
|
|
16
15
|
};
|
|
17
|
-
export { edgeTypes, nodeTypes,
|
|
16
|
+
export { edgeTypes, nodeTypes, };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import "codemirror/addon/display/placeholder";
|
|
2
|
+
import "codemirror/addon/display/placeholder.js";
|
|
3
3
|
import "codemirror/mode/sparql/sparql.js";
|
|
4
4
|
import { Editor as CodeMirrorEditor } from "codemirror";
|
|
5
5
|
export interface IEditorProps {
|
|
@@ -2,22 +2,27 @@
|
|
|
2
2
|
import { CardProps as BlueprintCardProps } from "@blueprintjs/core";
|
|
3
3
|
export interface CardProps extends BlueprintCardProps {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* `<Card />` element is included in DOM as simple `div` element.
|
|
6
6
|
* By default it is a HTML `section`.
|
|
7
7
|
*/
|
|
8
8
|
isOnlyLayout?: boolean;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Take the full height of container to display the card.
|
|
11
11
|
*/
|
|
12
12
|
fullHeight?: boolean;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Background color is slightly altered to differ card display from other cards.
|
|
15
15
|
*/
|
|
16
16
|
elevated?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* When card (or its children) get focus the card is scrolled into the viewport.
|
|
19
|
+
* Property value defined which part of the card is always scrolled in, this may important when the card is larger than the viewport.
|
|
20
|
+
*/
|
|
21
|
+
scrollinOnFocus?: "start" | "center" | "end";
|
|
17
22
|
}
|
|
18
23
|
/**
|
|
19
24
|
* Element to separate content sections from each other.
|
|
20
25
|
* Cards can include other cards but should not.
|
|
21
26
|
*/
|
|
22
|
-
declare function Card({ children, className, elevation, isOnlyLayout, fullHeight, elevated, interactive, ...otherProps }: CardProps): JSX.Element;
|
|
27
|
+
declare function Card({ children, className, elevation, isOnlyLayout, fullHeight, elevated, scrollinOnFocus, interactive, ...otherProps }: CardProps): JSX.Element;
|
|
23
28
|
export default Card;
|
|
@@ -1,24 +1,21 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { MultiSelectProps } from "@blueprintjs/select";
|
|
3
|
-
|
|
3
|
+
import { HTMLInputProps } from "@blueprintjs/core/src/common/props";
|
|
4
|
+
export interface SelectedParamsType<T> {
|
|
4
5
|
newlySelected: T;
|
|
5
6
|
selectedItems: T[];
|
|
6
7
|
createdItems: Partial<T>[];
|
|
7
8
|
}
|
|
8
9
|
interface IProps<T> extends Pick<MultiSelectProps<T>, "items" | "placeholder" | "openOnKeyDown"> {
|
|
9
10
|
/**
|
|
10
|
-
*
|
|
11
|
+
* Returns the unique ID of an item. This will be used for equality of items.
|
|
11
12
|
*/
|
|
12
|
-
|
|
13
|
+
itemId: (item: T) => string;
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
* Returns the label of an item.
|
|
15
16
|
* this would be used in the item selection list as well as the multi-select input
|
|
16
17
|
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* if new items that are not in the original item list can be created and appended
|
|
20
|
-
*/
|
|
21
|
-
canCreateNewItem?: boolean;
|
|
18
|
+
itemLabel: (item: T) => string;
|
|
22
19
|
/**
|
|
23
20
|
* When set to true will set the multi-select value with all the items provided
|
|
24
21
|
*/
|
|
@@ -35,6 +32,8 @@ interface IProps<T> extends Pick<MultiSelectProps<T>, "items" | "placeholder" |
|
|
|
35
32
|
* Props to spread to `TagInput`. Use `query` and `onQueryChange` to control the input.
|
|
36
33
|
*/
|
|
37
34
|
tagInputProps?: MultiSelectProps<T>["tagInputProps"];
|
|
35
|
+
/** Additional properties for the (query) input field of the multi-selection. */
|
|
36
|
+
inputProps?: HTMLInputProps;
|
|
38
37
|
/**
|
|
39
38
|
* prop to listen for query changes, when text is entered in the multi-select input
|
|
40
39
|
*/
|
|
@@ -54,6 +53,14 @@ interface IProps<T> extends Pick<MultiSelectProps<T>, "items" | "placeholder" |
|
|
|
54
53
|
* If omitted, "No results." will be rendered in this case.
|
|
55
54
|
*/
|
|
56
55
|
newItemCreationText?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Allows to creates new item from a given query. If this is not provided then no new items can be created.
|
|
58
|
+
*/
|
|
59
|
+
createNewItemFromQuery?: (query: string) => T;
|
|
60
|
+
/**
|
|
61
|
+
* Items that were newly created and not taken from the list will be post-fixed with this string.
|
|
62
|
+
*/
|
|
63
|
+
newItemPostfix?: string;
|
|
57
64
|
/**
|
|
58
65
|
* The input element is displayed with primary color scheme.
|
|
59
66
|
*/
|
|
@@ -75,5 +82,5 @@ interface IProps<T> extends Pick<MultiSelectProps<T>, "items" | "placeholder" |
|
|
|
75
82
|
*/
|
|
76
83
|
disabled?: boolean;
|
|
77
84
|
}
|
|
78
|
-
declare function MultiSelect<T>({ items, prePopulateWithItems,
|
|
85
|
+
declare function MultiSelect<T>({ items, prePopulateWithItems, itemId, itemLabel, onSelection, popoverProps, tagInputProps, inputProps, runOnQueryChange, fullWidth, noResultText, newItemCreationText, newItemPostfix, hasStatePrimary, hasStateDanger, hasStateSuccess, hasStateWarning, disabled, createNewItemFromQuery, ...otherProps }: IProps<T>): JSX.Element;
|
|
79
86
|
export default MultiSelect;
|
|
@@ -1,3 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ToastProps as BlueprintToastProps } from "@blueprintjs/core";
|
|
3
|
+
import { ValidIconName } from "./../Icon/canonicalIconNames";
|
|
4
|
+
export interface NotificationProps extends Omit<BlueprintToastProps, "message" | "action" | "icon" | "intent">, React.HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
/**
|
|
6
|
+
* Extra user action elements
|
|
7
|
+
*/
|
|
8
|
+
actions?: JSX.Element | JSX.Element[];
|
|
9
|
+
/**
|
|
10
|
+
* Notification message that can be used as alternative to children elements.
|
|
11
|
+
*/
|
|
12
|
+
message?: JSX.Element | string;
|
|
13
|
+
/**
|
|
14
|
+
* Notification has a neutral color scheme.
|
|
15
|
+
*/
|
|
16
|
+
neutral?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Notification is a success info.
|
|
19
|
+
* This defines the colorization and the icon symbol.
|
|
20
|
+
*/
|
|
21
|
+
success?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Notification is a warning alert.
|
|
24
|
+
* This defines the colorization and the icon symbol.
|
|
25
|
+
*/
|
|
26
|
+
warning?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Notification is a danger alert.
|
|
29
|
+
* This defines the colorization and the icon symbol.
|
|
30
|
+
*/
|
|
31
|
+
danger?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Notification uses the the given space more flexible.
|
|
34
|
+
* Depracation notice: Property name will removed in futire versions.
|
|
35
|
+
* Please use `flexWidth`.
|
|
36
|
+
* @depracted
|
|
37
|
+
*/
|
|
38
|
+
fullWidth?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Notification uses the the given space more flexible.
|
|
41
|
+
* Default notifcation is displayed in min and max limits.
|
|
42
|
+
* Those limits are removed by setting this property to `true`.
|
|
43
|
+
*/
|
|
44
|
+
flexWidth?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Icon used as depiction that is displayed with the notification.
|
|
47
|
+
*/
|
|
48
|
+
iconName?: ValidIconName;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Displays a notification message, optionally combined with depiction and further action buttons.
|
|
52
|
+
* By default it uses colorization of an blueish info alert.
|
|
53
|
+
*/
|
|
54
|
+
declare function Notification({ actions, children, className, message, success, warning, danger, neutral, fullWidth, // deprecated
|
|
55
|
+
flexWidth, iconName, timeout, ...otherProps }: NotificationProps): JSX.Element;
|
|
3
56
|
export default Notification;
|
|
@@ -16,7 +16,7 @@ export interface OverviewItemListProps extends React.HTMLAttributes<HTMLOListEle
|
|
|
16
16
|
* Use multiple columns.
|
|
17
17
|
* Currently only lists using 1 and 2 columns are supported.
|
|
18
18
|
*/
|
|
19
|
-
columns?:
|
|
19
|
+
columns?: 1 | 2;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* This element can include all basic information and actions to give an overview about the item.
|
|
@@ -14,6 +14,6 @@ export interface SpinnerProps extends Partial<BlueprintOverlayProps & Omit<Bluep
|
|
|
14
14
|
stroke?: SpinnerStroke;
|
|
15
15
|
delay?: number;
|
|
16
16
|
}
|
|
17
|
-
declare function Spinner({ className, color, description, // currently unsupported (
|
|
17
|
+
declare function Spinner({ className, color, description, // currently unsupported (FIXME)
|
|
18
18
|
position, size, stroke, delay, ...otherProps }: SpinnerProps): JSX.Element | null;
|
|
19
19
|
export default Spinner;
|
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface HtmlContentBlockProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
className?: string;
|
|
4
|
+
small?: boolean;
|
|
5
|
+
/** currently not supported */
|
|
6
|
+
large?: boolean;
|
|
7
|
+
/** currently not supported */
|
|
8
|
+
muted?: boolean;
|
|
9
|
+
/** currently not supported */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
linebreakForced?: boolean;
|
|
12
|
+
linebreakPrevented?: boolean;
|
|
13
|
+
noScrollbarsOnChildren?: boolean;
|
|
14
|
+
}
|
|
15
|
+
declare function HtmlContentBlock({ className, children, small, large, muted, disabled, linebreakForced, linebreakPrevented, noScrollbarsOnChildren, ...otherProps }: HtmlContentBlockProps): JSX.Element;
|
|
6
16
|
export default HtmlContentBlock;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const NOOVERFLOW: string;
|
|
2
2
|
export declare const FORCELINEBREAK: string;
|
|
3
3
|
export declare const PREVENTLINEBREAK: string;
|
|
4
|
+
export declare const NOSCROLLBARSONCHILDREN: string;
|
|
4
5
|
export declare const LARGE: string;
|
|
5
6
|
export declare const SMALL: string;
|
|
6
7
|
export declare const MUTED: string;
|