@eccenca/gui-elements 22.1.0-rc.1 → 23.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -4
- package/README.md +1 -11
- 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/ReactFlow/ReactFlow.js +7 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/customLabel.js +13 -0
- package/dist/cjs/cmem/react-flow/configuration/customLabel.js.map +1 -0
- 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/inverseEdge.js +13 -0
- package/dist/cjs/cmem/react-flow/configuration/inverseEdge.js.map +1 -0
- 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/components/AutoSuggestion/AutoSuggestion.js +2 -0
- 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 +1 -0
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/cjs/components/Dialog/Modal.js +1 -1
- package/dist/cjs/components/Dialog/Modal.js.map +1 -1
- package/dist/cjs/components/Dialog/SimpleDialog.js +9 -4
- package/dist/cjs/components/Dialog/SimpleDialog.js.map +1 -1
- package/dist/cjs/components/Form/FieldItemRow.js +1 -1
- 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/Icon/canonicalIconNames.js +10 -0
- package/dist/cjs/components/Icon/canonicalIconNames.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/Iframe/IframeModal.js +2 -6
- package/dist/cjs/components/Iframe/IframeModal.js.map +1 -1
- package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemList.js +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -1
- package/dist/cjs/components/Spinner/Spinner.js +1 -0
- package/dist/cjs/components/Spinner/Spinner.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/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 +5 -5
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
- package/dist/cjs/extensions/react-flow/index.js +5 -1
- package/dist/cjs/extensions/react-flow/index.js.map +1 -1
- package/dist/cjs/extensions/react-flow/markers/MarkerArrowClosedInverse.js +13 -0
- package/dist/cjs/extensions/react-flow/markers/MarkerArrowClosedInverse.js.map +1 -0
- package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js +15 -0
- package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -0
- 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/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 +2 -2
- package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlWidget.js.map +0 -0
- package/dist/{es5 → esm}/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +1 -1
- package/dist/{es5 → esm}/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +0 -0
- package/dist/{es5 → esm}/cmem/ActivityControl/SilkActivityControl.js +4 -4
- package/dist/{es5 → esm}/cmem/ActivityControl/SilkActivityControl.js.map +0 -0
- 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 +11 -5
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -0
- package/dist/esm/cmem/react-flow/configuration/customLabel.js +10 -0
- package/dist/esm/cmem/react-flow/configuration/customLabel.js.map +1 -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/esm/cmem/react-flow/configuration/inverseEdge.js +10 -0
- package/dist/esm/cmem/react-flow/configuration/inverseEdge.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/{es5 → esm}/common/utils/stringUtils.js +0 -0
- package/dist/{es5 → esm}/common/utils/stringUtils.js.map +0 -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 +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationContent.js.map +0 -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 +1 -1
- package/dist/{es5 → esm}/components/Application/ApplicationTitle.js.map +0 -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 -3
- 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 +3 -2
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -0
- package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbItem.js +2 -2
- 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 +3 -3
- package/dist/{es5 → esm}/components/Button/Button.js.map +0 -0
- package/dist/{es5 → esm}/components/Card/Card.js +1 -1
- package/dist/{es5 → esm}/components/Card/Card.js.map +0 -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 +29 -8
- package/dist/esm/components/Dialog/SimpleDialog.js.map +1 -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 +10 -0
- package/dist/{es5 → esm}/components/Icon/canonicalIconNames.js.map +1 -1
- 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 +5 -25
- package/dist/esm/components/Iframe/IframeModal.js.map +1 -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 +5 -5
- package/dist/{es5 → esm}/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/{es5 → esm}/components/Notification/Notification.js +3 -3
- package/dist/{es5 → esm}/components/Notification/Notification.js.map +0 -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 +2 -2
- 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 +2 -1
- 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 +2 -2
- package/dist/{es5 → esm}/components/Tabs/Tab.js.map +0 -0
- 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 +2 -2
- package/dist/{es5 → esm}/components/Tabs/Tabs.js.map +0 -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/{es5 → esm}/components/Typography/HtmlContentBlock.js +2 -2
- package/dist/{es5 → esm}/components/Typography/HtmlContentBlock.js.map +0 -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 +1 -1
- package/dist/{es5 → esm}/components/Typography/classnames.js.map +0 -0
- 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 +7 -7
- package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -0
- 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/{es5 → esm}/extensions/react-flow/edges/getSmoothStepPath.js +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/edges/getSmoothStepPath.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/edges/utils.js +1 -1
- package/dist/{es5 → esm}/extensions/react-flow/edges/utils.js.map +0 -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 +14 -0
- package/dist/{es5 → esm}/extensions/react-flow/index.js.map +1 -1
- package/dist/esm/extensions/react-flow/markers/MarkerArrowClosedInverse.js +6 -0
- package/dist/esm/extensions/react-flow/markers/MarkerArrowClosedInverse.js.map +1 -0
- package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js +8 -0
- package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -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 +3 -3
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContent.js.map +0 -0
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContentExtension.js +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContentExtension.js.map +0 -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 +2 -2
- package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeTools.js.map +0 -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/react-flow/ReactFlow/ReactFlow.d.ts +2 -3
- package/dist/types/cmem/react-flow/configuration/customLabel.d.ts +8 -0
- package/dist/types/cmem/react-flow/configuration/graph.d.ts +1 -2
- package/dist/types/cmem/react-flow/configuration/inverseEdge.d.ts +8 -0
- 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/components/AutoSuggestion/SingleLineCodeEditor.d.ts +1 -1
- package/dist/types/components/Dialog/SimpleDialog.d.ts +5 -1
- package/dist/types/components/Icon/canonicalIconNames.d.ts +1 -1
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +1 -1
- 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/EdgeDefault.d.ts +3 -0
- package/dist/types/extensions/react-flow/index.d.ts +2 -0
- package/dist/types/extensions/react-flow/markers/MarkerArrowClosedInverse.d.ts +2 -0
- package/dist/types/extensions/react-flow/markers/ReactFlowMarkers.d.ts +2 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +15 -10
- package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +1 -1
- package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +115 -39
- package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +10 -3
- 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/customLabel.ts +11 -0
- package/src/cmem/react-flow/configuration/graph.ts +0 -2
- package/src/cmem/react-flow/configuration/inverseEdge.ts +11 -0
- 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 +133 -0
- package/src/common/utils/getColorConfiguration.ts +21 -0
- package/src/components/Accordion/accordion.scss +8 -2
- package/src/components/AutoSuggestion/AutoSuggestion.tsx +2 -0
- package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +3 -3
- package/src/components/AutocompleteField/AutoCompleteField.tsx +1 -0
- package/src/components/Dialog/Modal.tsx +1 -1
- package/src/components/Dialog/SimpleDialog.tsx +25 -4
- package/src/components/Form/FieldItemRow.tsx +1 -1
- package/src/components/Form/FieldSet.tsx +1 -0
- package/src/components/Icon/canonicalIconNames.tsx +12 -0
- package/src/components/Iframe/Iframe.tsx +1 -1
- package/src/components/Iframe/IframeModal.tsx +6 -17
- package/src/components/MultiSelect/MultiSelect.tsx +2 -2
- package/src/components/OverviewItem/OverviewItemList.tsx +1 -1
- package/src/components/Spinner/Spinner.tsx +1 -0
- package/src/components/Tag/TagList.tsx +1 -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/edges/EdgeDefault.tsx +7 -2
- package/src/extensions/react-flow/index.ts +2 -0
- package/src/extensions/react-flow/markers/MarkerArrowClosedInverse.tsx +25 -0
- package/src/extensions/react-flow/markers/ReactFlowMarkers.tsx +13 -0
- package/src/extensions/react-flow/minimap/MiniMap.tsx +1 -1
- package/src/index.scss +1 -4
- package/src/index.ts +1 -1
- 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/index.js +0 -4
- package/dist/es5/cmem/ContentBlobToggler/index.js +0 -3
- package/dist/es5/cmem/react-flow/ReactFlow/ReactFlow.js.map +0 -1
- 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/AutoSuggestion/AutoSuggestion.js.map +0 -1
- package/dist/es5/components/AutocompleteField/AutoCompleteField.js.map +0 -1
- package/dist/es5/components/Card/index.js +0 -9
- package/dist/es5/components/Dialog/SimpleDialog.js.map +0 -1
- package/dist/es5/components/Form/FieldItemRow.js +0 -23
- package/dist/es5/components/Form/FieldItemRow.js.map +0 -1
- package/dist/es5/components/Form/FieldSet.js.map +0 -1
- package/dist/es5/components/Iframe/IframeModal.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/Tag/TagList.js.map +0 -1
- package/dist/es5/extensions/react-flow/edges/EdgeDefault.js.map +0 -1
- package/dist/es5/extensions/react-flow/index.js +0 -12
- package/dist/es5/index.js +0 -97
- 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
|
@@ -21,9 +21,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from "react";
|
|
24
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
-
import Tooltip from "../Tooltip/Tooltip";
|
|
26
|
-
import Icon from "../Icon/Icon";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
|
+
import Tooltip from "../Tooltip/Tooltip.js";
|
|
26
|
+
import Icon from "../Icon/Icon.js";
|
|
27
27
|
function Label(_a) {
|
|
28
28
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? "" : _b, disabled = _a.disabled, text = _a.text, info = _a.info, tooltip = _a.tooltip, tooltipProperties = _a.tooltipProperties, _c = _a.isLayoutForElement, isLayoutForElement = _c === void 0 ? "label" : _c, otherProps = __rest(_a, ["children", "className", "disabled", "text", "info", "tooltip", "tooltipProperties", "isLayoutForElement"]);
|
|
29
29
|
var htmlElementstring = isLayoutForElement;
|
|
File without changes
|
|
@@ -22,8 +22,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import React from "react";
|
|
24
24
|
import { Link as CarbonLink } from "carbon-components-react";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
26
|
-
import { openInNewTab } from "../../common/utils/openInNewTab";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
|
+
import { openInNewTab } from "../../common/utils/openInNewTab.js";
|
|
27
27
|
function Link(_a) {
|
|
28
28
|
var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, href = _a.href, onClick = _a.onClick, otherProps = __rest(_a, ["className", "children", "href", "onClick"]);
|
|
29
29
|
return (React.createElement(CarbonLink, __assign({ className: eccgui + "-link " + className }, otherProps, { href: href, onClick: function (e) { return openInNewTab(e, onClick, href); } }), children));
|
|
File without changes
|
|
@@ -14,7 +14,7 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
14
14
|
}
|
|
15
15
|
return ar;
|
|
16
16
|
};
|
|
17
|
-
import Button from "../Button/Button";
|
|
17
|
+
import Button from "../Button/Button.js";
|
|
18
18
|
import React, { useEffect } from "react";
|
|
19
19
|
/** A generic list component with support of various performance/scalability improvements. */
|
|
20
20
|
function List(_a) {
|
|
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 { Menu as BlueprintMenu } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
26
|
function Menu(_a) {
|
|
27
27
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
28
28
|
return React.createElement(BlueprintMenu, __assign({}, restProps, { className: eccgui + "-menu__list " + className }), children);
|
|
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 { MenuDivider as BlueprintMenuDivider } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
26
|
function MenuDivider(_a) {
|
|
27
27
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
28
28
|
return React.createElement(BlueprintMenuDivider, __assign({}, restProps, { className: eccgui + "-menu__divider " + className }), children);
|
|
File without changes
|
|
@@ -22,9 +22,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
24
|
import { MenuItem as BlueprintMenuItem } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
26
|
-
import Icon from '../Icon/Icon';
|
|
27
|
-
import { openInNewTab } from '../../common/utils/openInNewTab';
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
|
+
import Icon from '../Icon/Icon.js';
|
|
27
|
+
import { openInNewTab } from '../../common/utils/openInNewTab.js';
|
|
28
28
|
/** A single item in a Menu. */
|
|
29
29
|
function MenuItem(_a) {
|
|
30
30
|
var _b, _c;
|
|
File without changes
|
|
@@ -84,11 +84,11 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
84
84
|
import React from "react";
|
|
85
85
|
import { Intent as BlueprintIntent } from "@blueprintjs/core";
|
|
86
86
|
import { MultiSelect as BlueprintMultiSelect } from "@blueprintjs/select";
|
|
87
|
-
import MenuItem from "../Menu/MenuItem";
|
|
88
|
-
import Highlighter from "../Typography/Highlighter";
|
|
89
|
-
import Button from "../Button/Button";
|
|
90
|
-
import OverflowText from "../Typography/OverflowText";
|
|
91
|
-
import { removeExtraSpaces } from "../../common/utils/stringUtils";
|
|
87
|
+
import MenuItem from "../Menu/MenuItem.js";
|
|
88
|
+
import Highlighter from "../Typography/Highlighter.js";
|
|
89
|
+
import Button from "../Button/Button.js";
|
|
90
|
+
import OverflowText from "../Typography/OverflowText.js";
|
|
91
|
+
import { removeExtraSpaces } from "../../common/utils/stringUtils.js";
|
|
92
92
|
function MultiSelect(_a) {
|
|
93
93
|
var _this = this;
|
|
94
94
|
var items = _a.items, prePopulateWithItems = _a.prePopulateWithItems, itemId = _a.itemId, itemLabel = _a.itemLabel, onSelection = _a.onSelection, popoverProps = _a.popoverProps, tagInputProps = _a.tagInputProps, inputProps = _a.inputProps, runOnQueryChange = _a.runOnQueryChange, _b = _a.fullWidth, fullWidth = _b === void 0 ? true : _b, _c = _a.noResultText, noResultText = _c === void 0 ? "No results." : _c, _d = _a.newItemCreationText, newItemCreationText = _d === void 0 ? "Add new item" : _d, _e = _a.newItemPostfix, newItemPostfix = _e === void 0 ? " (new item)" : _e, hasStatePrimary = _a.hasStatePrimary, hasStateDanger = _a.hasStateDanger, hasStateSuccess = _a.hasStateSuccess, hasStateWarning = _a.hasStateWarning, disabled = _a.disabled, createNewItemFromQuery = _a.createNewItemFromQuery, otherProps = __rest(_a, ["items", "prePopulateWithItems", "itemId", "itemLabel", "onSelection", "popoverProps", "tagInputProps", "inputProps", "runOnQueryChange", "fullWidth", "noResultText", "newItemCreationText", "newItemPostfix", "hasStatePrimary", "hasStateDanger", "hasStateSuccess", "hasStateWarning", "disabled", "createNewItemFromQuery"]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelect.js","sourceRoot":"","sources":["../../../../src/components/MultiSelect/MultiSelect.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,MAAM,IAAI,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAqB,WAAW,IAAI,oBAAoB,EAAmB,MAAM,qBAAqB,CAAC;AAC9G,OAAO,QAAQ,MAAM,kBAAkB,CAAC;AACxC,OAAO,WAAW,MAAM,2BAA2B,CAAC;AACpD,OAAO,MAAM,MAAM,kBAAkB,CAAC;AACtC,OAAO,YAAY,MAAM,4BAA4B,CAAC;AAEtD,OAAO,EAAC,iBAAiB,EAAC,MAAM,gCAAgC,CAAC;AAuFjE,SAAS,WAAW,CAAI,EAqBZ;IArBZ,iBAmRC;IAlRG,IAAA,KAAK,WAAA,EACL,oBAAoB,0BAAA,EACpB,MAAM,YAAA,EACN,SAAS,eAAA,EACT,WAAW,iBAAA,EACX,YAAY,kBAAA,EACZ,aAAa,mBAAA,EACb,UAAU,gBAAA,EACV,gBAAgB,sBAAA,EAChB,iBAAgB,EAAhB,SAAS,mBAAG,IAAI,KAAA,EAChB,oBAA4B,EAA5B,YAAY,mBAAG,aAAa,KAAA,EAC5B,2BAAoC,EAApC,mBAAmB,mBAAG,cAAc,KAAA,EACpC,sBAA8B,EAA9B,cAAc,mBAAG,aAAa,KAAA,EAC9B,eAAe,qBAAA,EACf,cAAc,oBAAA,EACd,eAAe,qBAAA,EACf,eAAe,qBAAA,EACf,QAAQ,cAAA,EACR,sBAAsB,4BAAA,EACnB,UAAU,cApBO,iUAqBvB,CADgB;IAEP,IAAA,KAAA,OAAkC,KAAK,CAAC,QAAQ,CAAM,EAAE,CAAC,IAAA,EAAxD,YAAY,QAAA,EAAE,eAAe,QAA2B,CAAC;IAC1D,IAAA,KAAA,OAA4B,KAAK,CAAC,QAAQ,0BAAU,KAAK,UAAE,IAAA,EAA1D,SAAS,QAAA,EAAE,YAAY,QAAmC,CAAC;IAC5D,IAAA,KAAA,OAA0C,KAAK,CAAC,QAAQ,CAAM,EAAE,CAAC,IAAA,EAAhE,gBAAgB,QAAA,EAAE,mBAAmB,QAA2B,CAAC;IAClE,IAAA,KAAA,OAAoC,KAAK,CAAC,QAAQ,CAAM,cAAM,OAAA,CAAC,oBAAoB,CAAC,CAAC,0BAAK,KAAK,UAAE,CAAC,CAAC,EAAE,CAAC,EAAxC,CAAwC,CAAC,IAAA,EAAtG,aAAa,QAAA,EAAE,gBAAgB,QAAuE,CAAC;IACxG,IAAA,KAAA,OAAoB,KAAK,CAAC,QAAQ,CAAqB,SAAS,CAAC,IAAA,EAAhE,KAAK,QAAA,EAAE,QAAQ,QAAiD,CAAC;IACxE,2CAA2C;IACrC,IAAA,KAAA,OAAgC,KAAK,CAAC,QAAQ,CAAW,IAAI,CAAC,IAAA,EAA7D,WAAW,QAAA,EAAE,cAAc,QAAkC,CAAC;IACrE,IAAM,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAmB,IAAI,CAAC,CAAC;IAEtD,IAAI,MAAM,CAAC;IACX,QAAQ,IAAI,EAAE;QACV,KAAK,eAAe;YAChB,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC;YACjC,MAAM;QACV,KAAK,eAAe;YAChB,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC;YACjC,MAAM;QACV,KAAK,eAAe;YAChB,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC;YACjC,MAAM;QACV,KAAK,cAAc;YACf,MAAM,GAAG,eAAe,CAAC,MAAM,CAAC;YAChC,MAAM;QACV;YACI,MAAM;KACb;IAED;;OAEG;IACH,KAAK,CAAC,SAAS,CAAC;QACZ,YAAY,wCAAK,KAAK,kBAAK,YAAY,UAAE,CAAC;QAC1C,mBAAmB,wCAAK,KAAK,kBAAK,YAAY,UAAE,CAAC;QACjD,gDAAgD;IACpD,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,EAAZ,CAAY,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAElD,KAAK,CAAC,SAAS,CAAC;QACZ,WAAW;YACP,WAAW,CAAC;gBACR,aAAa,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBACzC,YAAY,cAAA;gBACZ,aAAa,eAAA;aAChB,CAAC,CAAC;QACP,gDAAgD;IACpD,CAAC,EAAE;QACC,WAAW;QACX,aAAa,CAAC,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,EAAZ,CAAY,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;QACnD,YAAY,CAAC,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,EAAZ,CAAY,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;KACrD,CAAC,CAAC;IAEH;;;;OAIG;IACH,IAAM,0BAA0B,GAAG,UAAC,OAAe;QAC/C,OAAO,CAAC,CAAC,aAAa,CAAC,IAAI,CAAC,UAAC,IAAI,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,KAAK,OAAO,EAAxB,CAAwB,CAAC,CAAC;IACpE,CAAC,CAAC;IAEF;;;OAGG;IACH,IAAM,mBAAmB,GAAG,UAAC,OAAe;QACxC,gBAAgB,CAAC,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,MAAM,CAAC,UAAC,IAAI,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,KAAK,OAAO,EAAxB,CAAwB,CAAC,EAAhD,CAAgD,CAAC,CAAC;IAClF,CAAC,CAAC;IAEF;;;;OAIG;IACH,IAAM,YAAY,GAAG,UAAC,IAAO;;QACzB,IAAI,0BAA0B,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,EAAE;YAC1C,mBAAmB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;SACrC;aAAM;YACH,gBAAgB,CAAC,UAAC,KAAK,IAAK,8CAAI,KAAK,YAAE,IAAI,WAAf,CAAgB,CAAC,CAAC;SACjD;QACD,MAAA,QAAQ,CAAC,OAAO,0CAAE,MAAM,EAAE,CAAA;IAC9B,CAAC,CAAC;IAEF;;;OAGG;IACH,IAAM,aAAa,GAAG,UAAO,KAAa;;;;;yBAClC,KAAK,CAAC,MAAM,EAAZ,wBAAY;oBACZ,QAAQ,CAAC,KAAK,CAAC,CAAC;oBAChB,mBAAmB,CAAC,EAAE,CAAC,CAAA;oBACC,KAAA,gBAAgB,CAAA;6BAAhB,wBAAgB;oBAAK,qBAAM,gBAAgB,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,EAAA;;oBAAjD,KAAA,CAAC,SAAgD,CAAC,CAAA;;;oBAAxF,sBAAwF;oBAC9F,mBAAmB,CAAC;wBAChB,OAAA,uCAAI,CAAC,iBAAe,aAAf,iBAAe,cAAf,iBAAe,GAAI,SAAS,CAAC,kBAAK,YAAY,UAAE,MAAM,CAAC,UAAA,IAAI;4BAC5D,OAAA,SAAS,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;wBAA3D,CAA2D,CAC9D;oBAFD,CAEC,CACJ,CAAC;;;;;SAET,CAAC;IAEF,mDAAmD;IACnD,IAAM,cAAc,GAAG,UAAC,KAAa;QACjC,OAAO,oBAAC,WAAW,IAAC,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,GAAI,CAAC;IAC7D,CAAC,CAAC;IAEF;;OAEG;IACH,IAAM,cAAc,GAAG,UAAC,IAAO,EAAE,EAA8C;YAA5C,WAAW,iBAAA,EAAE,SAAS,eAAA;QACrD,IAAI,CAAC,SAAS,CAAC,gBAAgB,EAAE;YAC7B,OAAO,IAAI,CAAC;SACf;QACD,IAAI,KAAK,GAAG,SAAS,CAAC,IAAI,CAAC,CAAA;QAC3B,IAAG,YAAY,CAAC,IAAI,CAAC,UAAA,OAAO,IAAI,OAAA,MAAM,CAAC,OAAO,CAAC,KAAK,MAAM,CAAC,IAAI,CAAC,EAAhC,CAAgC,CAAC,EAAE;YAC/D,KAAK,IAAI,cAAc,CAAA;SAC1B;QACD,OAAO,CACH,oBAAC,QAAQ,IACL,MAAM,EAAE,SAAS,CAAC,MAAM,EACxB,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,EACjB,IAAI,EAAE,0BAA0B,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,iBAAiB,EACpF,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE,cAAc,CAAC,KAAK,CAAC,EAC3B,oBAAoB,EAAE,KAAK,GAC7B,CACL,CAAC;IACN,CAAC,CAAC;IAEF;;OAEG;IACH,IAAM,WAAW,GAAG;QAChB,gBAAgB,CAAC,EAAE,CAAC,CAAC;QACrB,mBAAmB,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF;;;;OAIG;IACH,IAAM,8BAA8B,GAAG,UAAC,
|
|
1
|
+
{"version":3,"file":"MultiSelect.js","sourceRoot":"","sources":["../../../../src/components/MultiSelect/MultiSelect.tsx"],"names":[],"mappings":"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"}
|
|
@@ -22,9 +22,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import React from "react";
|
|
24
24
|
import { Toast as BlueprintToast, Classes as BlueprintClassNames, } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
26
|
-
import { ClassNames as IntentClassNames } from "../../common/Intent";
|
|
27
|
-
import Icon from "./../Icon/Icon";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
|
+
import { ClassNames as IntentClassNames } from "../../common/Intent/index.js";
|
|
27
|
+
import Icon from "./../Icon/Icon.js";
|
|
28
28
|
/**
|
|
29
29
|
* Displays a notification message, optionally combined with depiction and further action buttons.
|
|
30
30
|
* By default it uses colorization of an blueish info alert.
|
|
File without changes
|
|
@@ -21,8 +21,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from "react";
|
|
24
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
-
import Notification from "./Notification";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
|
+
import Notification from "./Notification.js";
|
|
26
26
|
function Toast(_a) {
|
|
27
27
|
var children = _a.children, className = _a.className, _b = _a.timeout, timeout = _b === void 0 ? 10000 : _b, otherProps = __rest(_a, ["children", "className", "timeout"]);
|
|
28
28
|
return (React.createElement(Notification, __assign({ className: eccgui + "-notification--toast" + (className ? " " + className : ""), timeout: timeout }, otherProps), children));
|
|
File without changes
|
|
File without changes
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
/**
|
|
26
26
|
* This element can include all basic information and actions to give an overview about the item.
|
|
27
27
|
* Mainly used in items list or to create basic widgets.
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
/**
|
|
26
26
|
* Contains an arbitrary number of elements for user-interactions.
|
|
27
27
|
* It does not make sense to include more than 1 or 2 of these elements within `OverviewItem`.
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function OverviewItemDepiction(_a) {
|
|
26
26
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.keepColors, keepColors = _c === void 0 ? false : _c, restProps = __rest(_a, ["children", "className", "keepColors"]);
|
|
27
27
|
return (React.createElement("div", __assign({}, restProps, { className: eccgui + "-overviewitem__depiction " +
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function OverviewItemDescription(_a) {
|
|
26
26
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
27
27
|
return (React.createElement("div", __assign({}, restProps, { className: eccgui + "-overviewitem__description " + className }), 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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
/**
|
|
26
26
|
* Contains content of a single line in an `OverviewItemDescription` element.
|
|
27
27
|
* It is limited to one line only, text is not broken to multiple lines on white spaces.
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
/**
|
|
26
26
|
* This element can include all basic information and actions to give an overview about the item.
|
|
27
27
|
* Mainly used in items list or to create basic widgets.
|
|
@@ -33,7 +33,7 @@ function OverviewItemList(_a) {
|
|
|
33
33
|
(hasDivider ? eccgui + "-overviewitem__list--hasdivider " : '') +
|
|
34
34
|
(hasSpacing ? eccgui + "-overviewitem__list--hasspacing " : '') +
|
|
35
35
|
(columns > 1 ? eccgui + "-overviewitem__list--hascolumns " : '') + // FIXME: Support numbers > 2
|
|
36
|
-
className }), React.Children.map(children, function (child
|
|
36
|
+
className }), React.Children.map(children, function (child) {
|
|
37
37
|
return React.createElement("li", null, child);
|
|
38
38
|
})));
|
|
39
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OverviewItemList.js","sourceRoot":"","sources":["../../../../src/components/OverviewItem/OverviewItemList.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAsBtE;;;GAGG;AACH,SAAS,gBAAgB,CAAC,EAQF;IAPpB,IAAA,QAAQ,cAAA,EACR,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,mBAAmB,EAAnB,WAAW,mBAAG,KAAK,KAAA,EACnB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,eAAS,EAAT,OAAO,mBAAC,CAAC,KAAA,EACN,SAAS,cAPU,+EAQzB,CADe;IAEZ,OAAO,CACH,uCACQ,SAAS,IACb,SAAS,EACF,MAAM,yBAAsB;YAC/B,CAAC,WAAW,CAAC,CAAC,CAAI,MAAM,sCAAmC,CAAC,CAAC,CAAC,EAAE,CAAC;YACjE,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,6BAA6B;YAChG,SAAS,KAIT,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,UAAC,KAAK
|
|
1
|
+
{"version":3,"file":"OverviewItemList.js","sourceRoot":"","sources":["../../../../src/components/OverviewItem/OverviewItemList.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAsBtE;;;GAGG;AACH,SAAS,gBAAgB,CAAC,EAQF;IAPpB,IAAA,QAAQ,cAAA,EACR,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,mBAAmB,EAAnB,WAAW,mBAAG,KAAK,KAAA,EACnB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,eAAS,EAAT,OAAO,mBAAC,CAAC,KAAA,EACN,SAAS,cAPU,+EAQzB,CADe;IAEZ,OAAO,CACH,uCACQ,SAAS,IACb,SAAS,EACF,MAAM,yBAAsB;YAC/B,CAAC,WAAW,CAAC,CAAC,CAAI,MAAM,sCAAmC,CAAC,CAAC,CAAC,EAAE,CAAC;YACjE,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,6BAA6B;YAChG,SAAS,KAIT,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,UAAC,KAAK;QAC/B,OAAO,gCAAM,KAAK,CAAO,CAAA;IAC7B,CAAC,CAAC,CAEL,CACR,CAAA;AACL,CAAC;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import OverviewItem from './OverviewItem.js';
|
|
2
|
+
import OverviewItemDepiction from './OverviewItemDepiction.js';
|
|
3
|
+
import OverviewItemDescription from './OverviewItemDescription.js';
|
|
4
|
+
import OverviewItemLine from './OverviewItemLine.js';
|
|
5
|
+
import OverviewItemActions from './OverviewItemActions.js';
|
|
6
|
+
import OverviewItemList from './OverviewItemList.js';
|
|
7
|
+
export { OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList, };
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
File without changes
|
|
@@ -47,7 +47,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
47
47
|
};
|
|
48
48
|
import React, { useState } from "react";
|
|
49
49
|
import { Pagination as CarbonPagination } from "carbon-components-react";
|
|
50
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
50
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
51
51
|
function Pagination(_a) {
|
|
52
52
|
var className = _a.className, _b = _a.hidePageSizeConfiguration, hidePageSizeConfiguration = _b === void 0 ? false : _b, _c = _a.hideInfoText, hideInfoText = _c === void 0 ? false : _c, _d = _a.hidePageSelect, hidePageSelect = _d === void 0 ? false : _d, _e = _a.hideNavigationArrows, hideNavigationArrows = _e === void 0 ? false : _e, otherProps = __rest(_a, ["className", "hidePageSizeConfiguration", "hideInfoText", "hidePageSelect", "hideNavigationArrows"]);
|
|
53
53
|
return (React.createElement(CarbonPagination, __assign({}, otherProps, { className: eccgui + "-pagination" +
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -21,8 +21,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from "react";
|
|
24
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
-
import Label from "../Label/Label";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
|
+
import Label from "../Label/Label.js";
|
|
26
26
|
function PropertyName(_a) {
|
|
27
27
|
var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, otherProps = __rest(_a, ["className", "children"]);
|
|
28
28
|
return (React.createElement("dt", __assign({ className: eccgui + "-propertyvalue__property" + (className ? " " + className : "") }, otherProps),
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function PropertyValue(_a) {
|
|
26
26
|
var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, otherProps = __rest(_a, ["className", "children"]);
|
|
27
27
|
return (React.createElement("dd", __assign({ className: eccgui + "-propertyvalue__value" + (className ? " " + className : "") }, otherProps),
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function PropertyValueList(_a) {
|
|
26
26
|
var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, otherProps = __rest(_a, ["className", "children"]);
|
|
27
27
|
return (React.createElement("dl", __assign({ className: eccgui + "-propertyvalue__list" + (className ? " " + className : "") }, otherProps), 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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function PropertyValuePair(_a) {
|
|
26
26
|
var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, _c = _a.hasSpacing, hasSpacing = _c === void 0 ? false : _c, _d = _a.hasDivider, hasDivider = _d === void 0 ? false : _d, otherProps = __rest(_a, ["className", "children", "hasSpacing", "hasDivider"]);
|
|
27
27
|
return (React.createElement("div", __assign({ className: eccgui + "-propertyvalue__pair" +
|
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import PropertyName from "./PropertyName.js";
|
|
2
|
+
import PropertyValue from "./PropertyValue.js";
|
|
3
|
+
import PropertyValuePair from "./PropertyValuePair.js";
|
|
4
|
+
import PropertyValueList from "./PropertyValueList.js";
|
|
5
|
+
export { PropertyName, PropertyValue, PropertyValuePair, PropertyValueList };
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
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 { Radio as BlueprintRadioButton } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
26
|
function RadioButton(_a) {
|
|
27
27
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
28
28
|
return (React.createElement(BlueprintRadioButton, __assign({}, restProps, { className: eccgui + "-radiobutton " + className }), children));
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
2
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
3
3
|
function Divider(_a) {
|
|
4
4
|
var _b = _a.addSpacing, addSpacing = _b === void 0 ? "none" : _b;
|
|
5
5
|
return React.createElement("hr", { className: eccgui + "-separation__divider-horizontal " + eccgui + "-separation__spacing--" + addSpacing });
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
2
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
3
3
|
/** Adds horizontal or vertical space between neighbouring elements. */
|
|
4
4
|
function Spacing(_a) {
|
|
5
5
|
var _b = _a.size, size = _b === void 0 ? "medium" : _b, _c = _a.hasDivider, hasDivider = _c === void 0 ? false : _c, _d = _a.vertical, vertical = _d === void 0 ? false : _d;
|
|
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 { DataTable as CarbonDataTable } from "carbon-components-react";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
26
|
function TableContainer(_a) {
|
|
27
27
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? "" : _b, otherProps = __rest(_a, ["children", "className"]);
|
|
28
28
|
if (typeof otherProps.title !== "undefined") {
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Table, TableHead, TableRow, TableBody, TableCell, TableHeader } from "carbon-components-react";
|
|
2
|
-
import TableContainer from "./TableContainer";
|
|
2
|
+
import TableContainer from "./TableContainer.js";
|
|
3
3
|
export { TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader };
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
File without changes
|
|
@@ -38,7 +38,7 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
38
38
|
};
|
|
39
39
|
import React, { useEffect, useState } from "react";
|
|
40
40
|
import { Overlay as BlueprintOverlay, Spinner as BlueprintSpinner } from "@blueprintjs/core";
|
|
41
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
41
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
42
42
|
function Spinner(_a) {
|
|
43
43
|
var _b = _a.className, className = _b === void 0 ? "" : _b, _c = _a.color, color = _c === void 0 ? "inherit" : _c, _d = _a.description, description = _d === void 0 ? "Loading indicator" : _d, // currently unsupported (FIXME)
|
|
44
44
|
_e = _a.position, // currently unsupported (FIXME)
|
|
@@ -49,6 +49,7 @@ function Spinner(_a) {
|
|
|
49
49
|
var timeoutId_1 = setTimeout(function () { return setShowSpinner(true); }, delay);
|
|
50
50
|
return function () { return clearTimeout(timeoutId_1); };
|
|
51
51
|
}
|
|
52
|
+
return;
|
|
52
53
|
}, [showSpinner, delay]);
|
|
53
54
|
var availableIntent = ["primary", "success", "warning", "danger", "inherit"];
|
|
54
55
|
var internSizes = {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.js","sourceRoot":"","sources":["../../../../src/components/Spinner/Spinner.tsx"],"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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function Section(_a) {
|
|
26
26
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
27
27
|
return (React.createElement("section", __assign({}, restProps, { className: eccgui + "-structure__section " + className }), 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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function SectionHeader(_a) {
|
|
26
26
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
27
27
|
return (React.createElement("header", __assign({}, restProps, { className: eccgui + "-structure__section__header " + className }), 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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function TitleMainsection(_a) {
|
|
26
26
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
27
27
|
var htmlElement = React.createElement('div');
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function TitlePage(_a) {
|
|
26
26
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
|
|
27
27
|
var htmlElement = React.createElement('div');
|
|
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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
24
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
25
25
|
function TitleSubsection(_a) {
|
|
26
26
|
var children = _a.children, _b = _a.className, className = _b === void 0 ? "" : _b, useHtmlElement = _a.useHtmlElement, restProps = __rest(_a, ["children", "className", "useHtmlElement"]);
|
|
27
27
|
var childrenArray = React.Children.toArray(children);
|
|
File without changes
|
|
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import React, { memo } from 'react';
|
|
24
24
|
import { Switch as BlueprintSwitch } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
26
|
function Switch(_a) {
|
|
27
27
|
var className = _a.className, otherProps = __rest(_a, ["className"]);
|
|
28
28
|
var handleChange = function (e) {
|
|
File without changes
|
|
@@ -23,8 +23,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import React from 'react';
|
|
24
24
|
import { Tab as BlueprintTab } from "@blueprintjs/core";
|
|
25
25
|
import Color from "color";
|
|
26
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
27
|
-
import TabTitle from "./TabTitle";
|
|
26
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
27
|
+
import TabTitle from "./TabTitle.js";
|
|
28
28
|
// Dummy as we cannot use it like that directly for now
|
|
29
29
|
export var TabDummyForStorybook = function (props) { return React.createElement(React.Fragment, null, props.title); };
|
|
30
30
|
export var transformTabProperties = function (_a) {
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
3
|
-
import Button from "../Button/Button";
|
|
2
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
3
|
+
import Button from "../Button/Button.js";
|
|
4
4
|
/**
|
|
5
5
|
* Gives control about functionality and layout of the tab titles.
|
|
6
6
|
*/
|
|
File without changes
|
|
@@ -22,8 +22,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import React from 'react';
|
|
24
24
|
import { Tabs as BlueprintTabs, } from "@blueprintjs/core";
|
|
25
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
26
|
-
import Tab, { transformTabProperties } from "./Tab";
|
|
25
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
26
|
+
import Tab, { transformTabProperties } from "./Tab.js";
|
|
27
27
|
function Tabs(_a) {
|
|
28
28
|
var _b = _a.tabs, tabs = _b === void 0 ? [] : _b, children = _a.children, _c = _a.className, className = _c === void 0 ? "" : _c, allowScrollbars = _a.allowScrollbars, restProps = __rest(_a, ["tabs", "children", "className", "allowScrollbars"]);
|
|
29
29
|
return (React.createElement(BlueprintTabs, __assign({ className: className +
|
|
File without changes
|
|
@@ -23,7 +23,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import React from 'react';
|
|
24
24
|
import { Tag as BlueprintTag } from "@blueprintjs/core";
|
|
25
25
|
import Color from "color";
|
|
26
|
-
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
|
|
26
|
+
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
27
27
|
function Tag(_a) {
|
|
28
28
|
var _b, _c;
|
|
29
29
|
var children = _a.children, _d = _a.className, className = _d === void 0 ? '' : _d, _e = _a.emphasis, emphasis = _e === void 0 ? "normal" : _e, _f = _a.minimal, minimal = _f === void 0 ? true : _f, _g = _a.small, small = _g === void 0 ? false : _g, backgroundColor = _a.backgroundColor, otherProps = __rest(_a, ["children", "className", "emphasis", "minimal", "small", "backgroundColor"]);
|
|
File without changes
|