@eccenca/gui-elements 6.3.0 → 22.0.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 +102 -875
- package/LICENSE +202 -0
- package/README.md +65 -1235
- package/dist/cjs/cmem/ActivityControl/ActivityControlTypes.js +3 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlTypes.js.map +1 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +35 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -0
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +41 -0
- package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -0
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +182 -0
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -0
- package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js +61 -0
- package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -0
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +25 -0
- package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -0
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +85 -0
- package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -0
- package/dist/cjs/cmem/index.js +19 -0
- package/dist/cjs/cmem/index.js.map +1 -0
- package/dist/cjs/cmem/markdown/Markdown.js +57 -0
- package/dist/cjs/cmem/markdown/Markdown.js.map +1 -0
- package/dist/cjs/common/Intent/index.js +22 -0
- package/dist/cjs/common/Intent/index.js.map +1 -0
- package/dist/cjs/common/utils/openInNewTab.js +19 -0
- package/dist/cjs/common/utils/openInNewTab.js.map +1 -0
- package/dist/cjs/components/Accordion/Accordion.js +25 -0
- package/dist/cjs/components/Accordion/Accordion.js.map +1 -0
- package/dist/cjs/components/Accordion/AccordionItem.js +31 -0
- package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationContainer.js +24 -0
- package/dist/cjs/components/Application/ApplicationContainer.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationContent.js +38 -0
- package/dist/cjs/components/Application/ApplicationContent.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationHeader.js +26 -0
- package/dist/cjs/components/Application/ApplicationHeader.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js +26 -0
- package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js +25 -0
- package/dist/cjs/components/Application/ApplicationSidebarToggler.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationTitle.js +41 -0
- package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationToolbar.js +26 -0
- package/dist/cjs/components/Application/ApplicationToolbar.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationToolbarAction.js +26 -0
- package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js +26 -0
- package/dist/cjs/components/Application/ApplicationToolbarPanel.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationToolbarSection.js +24 -0
- package/dist/cjs/components/Application/ApplicationToolbarSection.js.map +1 -0
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +235 -0
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -0
- package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js +36 -0
- package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js.map +1 -0
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +41 -0
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -0
- package/dist/cjs/components/Button/Button.js +51 -0
- package/dist/cjs/components/Button/Button.js.map +1 -0
- package/dist/cjs/components/Card/Card.js +35 -0
- package/dist/cjs/components/Card/Card.js.map +1 -0
- package/dist/cjs/components/Card/CardActions.js +31 -0
- package/dist/cjs/components/Card/CardActions.js.map +1 -0
- package/dist/cjs/components/Card/CardActionsAux.js +30 -0
- package/dist/cjs/components/Card/CardActionsAux.js.map +1 -0
- package/dist/cjs/components/Card/CardContent.js +29 -0
- package/dist/cjs/components/Card/CardContent.js.map +1 -0
- package/dist/cjs/components/Card/CardHeader.js +45 -0
- package/dist/cjs/components/Card/CardHeader.js.map +1 -0
- package/dist/cjs/components/Card/CardOptions.js +32 -0
- package/dist/cjs/components/Card/CardOptions.js.map +1 -0
- package/dist/cjs/components/Card/CardTitle.js +30 -0
- package/dist/cjs/components/Card/CardTitle.js.map +1 -0
- package/dist/cjs/components/Card/index.js +21 -0
- package/dist/cjs/components/Card/index.js.map +1 -0
- package/dist/cjs/components/Checkbox/Checkbox.js +26 -0
- package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/cjs/components/ContextOverlay/ContextMenu.js +32 -0
- package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -0
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js +31 -0
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -0
- package/dist/cjs/components/Dialog/AlertDialog.js +43 -0
- package/dist/cjs/components/Dialog/AlertDialog.js.map +1 -0
- package/dist/cjs/components/Dialog/Modal.js +49 -0
- package/dist/cjs/components/Dialog/Modal.js.map +1 -0
- package/dist/cjs/components/Dialog/SimpleDialog.js +45 -0
- package/dist/cjs/components/Dialog/SimpleDialog.js.map +1 -0
- package/dist/cjs/components/Form/FieldItem.js +53 -0
- package/dist/cjs/components/Form/FieldItem.js.map +1 -0
- package/dist/cjs/components/Form/FieldItemRow.js +29 -0
- package/dist/cjs/components/Form/FieldItemRow.js.map +1 -0
- package/dist/cjs/components/Form/FieldSet.js +54 -0
- package/dist/cjs/components/Form/FieldSet.js.map +1 -0
- package/dist/cjs/components/Grid/Grid.js +29 -0
- package/dist/cjs/components/Grid/Grid.js.map +1 -0
- package/dist/cjs/components/Grid/GridColumn.js +33 -0
- package/dist/cjs/components/Grid/GridColumn.js.map +1 -0
- package/dist/cjs/components/Grid/GridRow.js +30 -0
- package/dist/cjs/components/Grid/GridRow.js.map +1 -0
- package/dist/cjs/components/Icon/Icon.js +68 -0
- package/dist/cjs/components/Icon/Icon.js.map +1 -0
- package/dist/cjs/components/Icon/IconButton.js +27 -0
- package/dist/cjs/components/Icon/IconButton.js.map +1 -0
- package/dist/cjs/components/Icon/canonicalIconNames.js +556 -0
- package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -0
- package/dist/cjs/components/Iframe/Iframe.js +77 -0
- package/dist/cjs/components/Iframe/Iframe.js.map +1 -0
- package/dist/cjs/components/Iframe/IframeModal.js +37 -0
- package/dist/cjs/components/Iframe/IframeModal.js.map +1 -0
- package/dist/cjs/components/Label/Label.js +35 -0
- package/dist/cjs/components/Label/Label.js.map +1 -0
- package/dist/cjs/components/Link/Link.js +26 -0
- package/dist/cjs/components/Link/Link.js.map +1 -0
- package/dist/cjs/components/List/List.js +49 -0
- package/dist/cjs/components/List/List.js.map +1 -0
- package/dist/cjs/components/Menu/Menu.js +25 -0
- package/dist/cjs/components/Menu/Menu.js.map +1 -0
- package/dist/cjs/components/Menu/MenuDivider.js +25 -0
- package/dist/cjs/components/Menu/MenuDivider.js.map +1 -0
- package/dist/cjs/components/Menu/MenuItem.js +31 -0
- package/dist/cjs/components/Menu/MenuItem.js.map +1 -0
- package/dist/cjs/components/Notification/Notification.js +53 -0
- package/dist/cjs/components/Notification/Notification.js.map +1 -0
- package/dist/cjs/components/Notification/Toast.js +25 -0
- package/dist/cjs/components/Notification/Toast.js.map +1 -0
- package/dist/cjs/components/NumericInput/NumericInput.js +6 -0
- package/dist/cjs/components/NumericInput/NumericInput.js.map +1 -0
- package/dist/cjs/components/OverviewItem/OverviewItem.js +41 -0
- package/dist/cjs/components/OverviewItem/OverviewItem.js.map +1 -0
- package/dist/cjs/components/OverviewItem/OverviewItemActions.js +30 -0
- package/dist/cjs/components/OverviewItem/OverviewItemActions.js.map +1 -0
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js +26 -0
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -0
- package/dist/cjs/components/OverviewItem/OverviewItemDescription.js +24 -0
- package/dist/cjs/components/OverviewItem/OverviewItemDescription.js.map +1 -0
- package/dist/cjs/components/OverviewItem/OverviewItemLine.js +33 -0
- package/dist/cjs/components/OverviewItem/OverviewItemLine.js.map +1 -0
- package/dist/cjs/components/OverviewItem/OverviewItemList.js +35 -0
- package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -0
- package/dist/cjs/components/OverviewItem/index.js +19 -0
- package/dist/cjs/components/OverviewItem/index.js.map +1 -0
- package/dist/cjs/components/Pagination/Pagination.js +67 -0
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -0
- package/dist/cjs/components/ProgressBar/ProgressBar.js +7 -0
- package/dist/cjs/components/ProgressBar/ProgressBar.js.map +1 -0
- package/dist/cjs/components/PropertyValuePair/PropertyName.js +26 -0
- package/dist/cjs/components/PropertyValuePair/PropertyName.js.map +1 -0
- package/dist/cjs/components/PropertyValuePair/PropertyValue.js +25 -0
- package/dist/cjs/components/PropertyValuePair/PropertyValue.js.map +1 -0
- package/dist/cjs/components/PropertyValuePair/PropertyValueList.js +24 -0
- package/dist/cjs/components/PropertyValuePair/PropertyValueList.js.map +1 -0
- package/dist/cjs/components/PropertyValuePair/PropertyValuePair.js +27 -0
- package/dist/cjs/components/PropertyValuePair/PropertyValuePair.js.map +1 -0
- package/dist/cjs/components/PropertyValuePair/index.js +15 -0
- package/dist/cjs/components/PropertyValuePair/index.js.map +1 -0
- package/dist/cjs/components/RadioButton/RadioButton.js +26 -0
- package/dist/cjs/components/RadioButton/RadioButton.js.map +1 -0
- package/dist/cjs/components/Separation/Divider.js +12 -0
- package/dist/cjs/components/Separation/Divider.js.map +1 -0
- package/dist/cjs/components/Separation/Spacing.js +16 -0
- package/dist/cjs/components/Separation/Spacing.js.map +1 -0
- package/dist/cjs/components/SimpleTable/TableContainer.js +31 -0
- package/dist/cjs/components/SimpleTable/TableContainer.js.map +1 -0
- package/dist/cjs/components/SimpleTable/index.js +16 -0
- package/dist/cjs/components/SimpleTable/index.js.map +1 -0
- package/dist/cjs/components/Spinner/Spinner.js +86 -0
- package/dist/cjs/components/Spinner/Spinner.js.map +1 -0
- package/dist/cjs/components/Structure/Section.js +24 -0
- package/dist/cjs/components/Structure/Section.js.map +1 -0
- package/dist/cjs/components/Structure/SectionHeader.js +24 -0
- package/dist/cjs/components/Structure/SectionHeader.js.map +1 -0
- package/dist/cjs/components/Structure/TitleMainsection.js +30 -0
- package/dist/cjs/components/Structure/TitleMainsection.js.map +1 -0
- package/dist/cjs/components/Structure/TitlePage.js +30 -0
- package/dist/cjs/components/Structure/TitlePage.js.map +1 -0
- package/dist/cjs/components/Structure/TitleSubsection.js +27 -0
- package/dist/cjs/components/Structure/TitleSubsection.js.map +1 -0
- package/dist/cjs/components/Switch/Switch.js +44 -0
- package/dist/cjs/components/Switch/Switch.js.map +1 -0
- package/dist/cjs/components/Tabs/Tabs.js +43 -0
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -0
- package/dist/cjs/components/Tag/Tag.js +39 -0
- package/dist/cjs/components/Tag/Tag.js.map +1 -0
- package/dist/cjs/components/Tag/TagList.js +35 -0
- package/dist/cjs/components/Tag/TagList.js.map +1 -0
- package/dist/cjs/components/TextField/SearchField.js +33 -0
- package/dist/cjs/components/TextField/SearchField.js.map +1 -0
- package/dist/cjs/components/TextField/TextArea.js +42 -0
- package/dist/cjs/components/TextField/TextArea.js.map +1 -0
- package/dist/cjs/components/TextField/TextField.js +46 -0
- package/dist/cjs/components/TextField/TextField.js.map +1 -0
- package/dist/cjs/components/Toolbar/Toolbar.js +30 -0
- package/dist/cjs/components/Toolbar/Toolbar.js.map +1 -0
- package/dist/cjs/components/Toolbar/ToolbarSection.js +32 -0
- package/dist/cjs/components/Toolbar/ToolbarSection.js.map +1 -0
- package/dist/cjs/components/Tooltip/Tooltip.js +29 -0
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/cjs/components/Typography/Highlighter.js +65 -0
- package/dist/cjs/components/Typography/Highlighter.js.map +1 -0
- package/dist/cjs/components/Typography/HtmlContentBlock.js +52 -0
- package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -0
- package/dist/cjs/components/Typography/OverflowText.js +35 -0
- package/dist/cjs/components/Typography/OverflowText.js.map +1 -0
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js +36 -0
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -0
- package/dist/cjs/components/Typography/classnames.js +13 -0
- package/dist/cjs/components/Typography/classnames.js.map +1 -0
- package/dist/cjs/components/Workspace/WorkspaceContent.js +28 -0
- package/dist/cjs/components/Workspace/WorkspaceContent.js.map +1 -0
- package/dist/cjs/components/Workspace/WorkspaceHeader.js +24 -0
- package/dist/cjs/components/Workspace/WorkspaceHeader.js.map +1 -0
- package/dist/cjs/components/Workspace/WorkspaceMain.js +26 -0
- package/dist/cjs/components/Workspace/WorkspaceMain.js.map +1 -0
- package/dist/cjs/components/Workspace/WorkspaceSide.js +26 -0
- package/dist/cjs/components/Workspace/WorkspaceSide.js.map +1 -0
- package/dist/cjs/components/interfaces.js +3 -0
- package/dist/cjs/components/interfaces.js.map +1 -0
- package/dist/cjs/configuration/constants.js +6 -0
- package/dist/cjs/configuration/constants.js.map +1 -0
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +56 -0
- package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -0
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js +29 -0
- package/dist/cjs/extensions/react-flow/edges/EdgeStep.js.map +1 -0
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js +43 -0
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js.map +1 -0
- package/dist/cjs/extensions/react-flow/edges/edgeTypes.js +26 -0
- package/dist/cjs/extensions/react-flow/edges/edgeTypes.js.map +1 -0
- package/dist/cjs/extensions/react-flow/edges/utils.js +21 -0
- package/dist/cjs/extensions/react-flow/edges/utils.js.map +1 -0
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js +33 -0
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js.map +1 -0
- package/dist/cjs/extensions/react-flow/handles/HandleDefault.js +43 -0
- package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -0
- package/dist/cjs/extensions/react-flow/index.js +27 -0
- package/dist/cjs/extensions/react-flow/index.js.map +1 -0
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +105 -0
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -0
- package/dist/cjs/extensions/react-flow/minimap/utils.js +19 -0
- package/dist/cjs/extensions/react-flow/minimap/utils.js.map +1 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +138 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js +40 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +45 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +50 -0
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -0
- package/dist/cjs/extensions/react-flow/nodes/nodeTypes.js +17 -0
- package/dist/cjs/extensions/react-flow/nodes/nodeTypes.js.map +1 -0
- package/dist/cjs/index.js +214 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/package.json +3 -0
- package/dist/es5/cmem/ActivityControl/ActivityControlTypes.js +2 -0
- package/dist/es5/cmem/ActivityControl/ActivityControlTypes.js.map +1 -0
- package/dist/es5/cmem/ActivityControl/ActivityControlWidget.js +39 -0
- package/dist/es5/cmem/ActivityControl/ActivityControlWidget.js.map +1 -0
- package/dist/es5/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +70 -0
- package/dist/es5/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -0
- package/dist/es5/cmem/ActivityControl/SilkActivityControl.js +227 -0
- package/dist/es5/cmem/ActivityControl/SilkActivityControl.js.map +1 -0
- package/dist/es5/cmem/ContentBlobToggler/ContentBlobToggler.js +65 -0
- package/dist/es5/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -0
- package/dist/es5/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +18 -0
- package/dist/es5/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -0
- package/dist/es5/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +76 -0
- package/dist/es5/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -0
- package/dist/es5/cmem/index.js +9 -0
- package/dist/es5/cmem/index.js.map +1 -0
- package/dist/es5/cmem/markdown/Markdown.js +87 -0
- package/dist/es5/cmem/markdown/Markdown.js.map +1 -0
- package/dist/es5/common/Intent/index.js +30 -0
- package/dist/es5/common/Intent/index.js.map +1 -0
- package/dist/es5/common/utils/openInNewTab.js +15 -0
- package/dist/es5/common/utils/openInNewTab.js.map +1 -0
- package/dist/es5/components/Accordion/Accordion.js +31 -0
- package/dist/es5/components/Accordion/Accordion.js.map +1 -0
- package/dist/es5/components/Accordion/AccordionItem.js +37 -0
- package/dist/es5/components/Accordion/AccordionItem.js.map +1 -0
- package/dist/es5/components/Application/ApplicationContainer.js +30 -0
- package/dist/es5/components/Application/ApplicationContainer.js.map +1 -0
- package/dist/es5/components/Application/ApplicationContent.js +44 -0
- package/dist/es5/components/Application/ApplicationContent.js.map +1 -0
- package/dist/es5/components/Application/ApplicationHeader.js +32 -0
- package/dist/es5/components/Application/ApplicationHeader.js.map +1 -0
- package/dist/es5/components/Application/ApplicationSidebarNavigation.js +32 -0
- package/dist/es5/components/Application/ApplicationSidebarNavigation.js.map +1 -0
- package/dist/es5/components/Application/ApplicationSidebarToggler.js +31 -0
- package/dist/es5/components/Application/ApplicationSidebarToggler.js.map +1 -0
- package/dist/es5/components/Application/ApplicationTitle.js +47 -0
- package/dist/es5/components/Application/ApplicationTitle.js.map +1 -0
- package/dist/es5/components/Application/ApplicationToolbar.js +32 -0
- package/dist/es5/components/Application/ApplicationToolbar.js.map +1 -0
- package/dist/es5/components/Application/ApplicationToolbarAction.js +32 -0
- package/dist/es5/components/Application/ApplicationToolbarAction.js.map +1 -0
- package/dist/es5/components/Application/ApplicationToolbarPanel.js +32 -0
- package/dist/es5/components/Application/ApplicationToolbarPanel.js.map +1 -0
- package/dist/es5/components/Application/ApplicationToolbarSection.js +30 -0
- package/dist/es5/components/Application/ApplicationToolbarSection.js.map +1 -0
- package/dist/es5/components/AutocompleteField/AutoCompleteField.js +294 -0
- package/dist/es5/components/AutocompleteField/AutoCompleteField.js.map +1 -0
- package/dist/es5/components/Breadcrumb/BreadcrumbItem.js +42 -0
- package/dist/es5/components/Breadcrumb/BreadcrumbItem.js.map +1 -0
- package/dist/es5/components/Breadcrumb/BreadcrumbList.js +47 -0
- package/dist/es5/components/Breadcrumb/BreadcrumbList.js.map +1 -0
- package/dist/es5/components/Button/Button.js +57 -0
- package/dist/es5/components/Button/Button.js.map +1 -0
- package/dist/es5/components/Card/Card.js +41 -0
- package/dist/es5/components/Card/Card.js.map +1 -0
- package/dist/es5/components/Card/CardActions.js +37 -0
- package/dist/es5/components/Card/CardActions.js.map +1 -0
- package/dist/es5/components/Card/CardActionsAux.js +36 -0
- package/dist/es5/components/Card/CardActionsAux.js.map +1 -0
- package/dist/es5/components/Card/CardContent.js +35 -0
- package/dist/es5/components/Card/CardContent.js.map +1 -0
- package/dist/es5/components/Card/CardHeader.js +51 -0
- package/dist/es5/components/Card/CardHeader.js.map +1 -0
- package/dist/es5/components/Card/CardOptions.js +38 -0
- package/dist/es5/components/Card/CardOptions.js.map +1 -0
- package/dist/es5/components/Card/CardTitle.js +36 -0
- package/dist/es5/components/Card/CardTitle.js.map +1 -0
- package/dist/es5/components/Card/index.js +9 -0
- package/dist/es5/components/Card/index.js.map +1 -0
- package/dist/es5/components/Checkbox/Checkbox.js +32 -0
- package/dist/es5/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/es5/components/ContextOverlay/ContextMenu.js +41 -0
- package/dist/es5/components/ContextOverlay/ContextMenu.js.map +1 -0
- package/dist/es5/components/ContextOverlay/ContextOverlay.js +37 -0
- package/dist/es5/components/ContextOverlay/ContextOverlay.js.map +1 -0
- package/dist/es5/components/Dialog/AlertDialog.js +49 -0
- package/dist/es5/components/Dialog/AlertDialog.js.map +1 -0
- package/dist/es5/components/Dialog/Modal.js +55 -0
- package/dist/es5/components/Dialog/Modal.js.map +1 -0
- package/dist/es5/components/Dialog/SimpleDialog.js +51 -0
- package/dist/es5/components/Dialog/SimpleDialog.js.map +1 -0
- package/dist/es5/components/Form/FieldItem.js +59 -0
- package/dist/es5/components/Form/FieldItem.js.map +1 -0
- package/dist/es5/components/Form/FieldItemRow.js +24 -0
- package/dist/es5/components/Form/FieldItemRow.js.map +1 -0
- package/dist/es5/components/Form/FieldSet.js +49 -0
- package/dist/es5/components/Form/FieldSet.js.map +1 -0
- package/dist/es5/components/Grid/Grid.js +35 -0
- package/dist/es5/components/Grid/Grid.js.map +1 -0
- package/dist/es5/components/Grid/GridColumn.js +39 -0
- package/dist/es5/components/Grid/GridColumn.js.map +1 -0
- package/dist/es5/components/Grid/GridRow.js +36 -0
- package/dist/es5/components/Grid/GridRow.js.map +1 -0
- package/dist/es5/components/Icon/Icon.js +99 -0
- package/dist/es5/components/Icon/Icon.js.map +1 -0
- package/dist/es5/components/Icon/IconButton.js +33 -0
- package/dist/es5/components/Icon/IconButton.js.map +1 -0
- package/dist/es5/components/Icon/canonicalIconNames.js +535 -0
- package/dist/es5/components/Icon/canonicalIconNames.js.map +1 -0
- package/dist/es5/components/Iframe/Iframe.js +79 -0
- package/dist/es5/components/Iframe/Iframe.js.map +1 -0
- package/dist/es5/components/Iframe/IframeModal.js +57 -0
- package/dist/es5/components/Iframe/IframeModal.js.map +1 -0
- package/dist/es5/components/Label/Label.js +41 -0
- package/dist/es5/components/Label/Label.js.map +1 -0
- package/dist/es5/components/Link/Link.js +32 -0
- package/dist/es5/components/Link/Link.js.map +1 -0
- package/dist/es5/components/List/List.js +42 -0
- package/dist/es5/components/List/List.js.map +1 -0
- package/dist/es5/components/Menu/Menu.js +31 -0
- package/dist/es5/components/Menu/Menu.js.map +1 -0
- package/dist/es5/components/Menu/MenuDivider.js +31 -0
- package/dist/es5/components/Menu/MenuDivider.js.map +1 -0
- package/dist/es5/components/Menu/MenuItem.js +37 -0
- package/dist/es5/components/Menu/MenuItem.js.map +1 -0
- package/dist/es5/components/Notification/Notification.js +59 -0
- package/dist/es5/components/Notification/Notification.js.map +1 -0
- package/dist/es5/components/Notification/Toast.js +31 -0
- package/dist/es5/components/Notification/Toast.js.map +1 -0
- package/dist/es5/components/NumericInput/NumericInput.js +4 -0
- package/dist/es5/components/NumericInput/NumericInput.js.map +1 -0
- package/dist/es5/components/OverviewItem/OverviewItem.js +47 -0
- package/dist/es5/components/OverviewItem/OverviewItem.js.map +1 -0
- package/dist/es5/components/OverviewItem/OverviewItemActions.js +36 -0
- package/dist/es5/components/OverviewItem/OverviewItemActions.js.map +1 -0
- package/dist/es5/components/OverviewItem/OverviewItemDepiction.js +32 -0
- package/dist/es5/components/OverviewItem/OverviewItemDepiction.js.map +1 -0
- package/dist/es5/components/OverviewItem/OverviewItemDescription.js +30 -0
- package/dist/es5/components/OverviewItem/OverviewItemDescription.js.map +1 -0
- package/dist/es5/components/OverviewItem/OverviewItemLine.js +39 -0
- package/dist/es5/components/OverviewItem/OverviewItemLine.js.map +1 -0
- package/dist/es5/components/OverviewItem/OverviewItemList.js +41 -0
- package/dist/es5/components/OverviewItem/OverviewItemList.js.map +1 -0
- package/dist/es5/components/OverviewItem/index.js +8 -0
- package/dist/es5/components/OverviewItem/index.js.map +1 -0
- package/dist/es5/components/Pagination/Pagination.js +82 -0
- package/dist/es5/components/Pagination/Pagination.js.map +1 -0
- package/dist/es5/components/ProgressBar/ProgressBar.js +4 -0
- package/dist/es5/components/ProgressBar/ProgressBar.js.map +1 -0
- package/dist/es5/components/PropertyValuePair/PropertyName.js +32 -0
- package/dist/es5/components/PropertyValuePair/PropertyName.js.map +1 -0
- package/dist/es5/components/PropertyValuePair/PropertyValue.js +31 -0
- package/dist/es5/components/PropertyValuePair/PropertyValue.js.map +1 -0
- package/dist/es5/components/PropertyValuePair/PropertyValueList.js +30 -0
- package/dist/es5/components/PropertyValuePair/PropertyValueList.js.map +1 -0
- package/dist/es5/components/PropertyValuePair/PropertyValuePair.js +33 -0
- package/dist/es5/components/PropertyValuePair/PropertyValuePair.js.map +1 -0
- package/dist/es5/components/PropertyValuePair/index.js +6 -0
- package/dist/es5/components/PropertyValuePair/index.js.map +1 -0
- package/dist/es5/components/RadioButton/RadioButton.js +32 -0
- package/dist/es5/components/RadioButton/RadioButton.js.map +1 -0
- package/dist/es5/components/Separation/Divider.js +8 -0
- package/dist/es5/components/Separation/Divider.js.map +1 -0
- package/dist/es5/components/Separation/Spacing.js +12 -0
- package/dist/es5/components/Separation/Spacing.js.map +1 -0
- package/dist/es5/components/SimpleTable/TableContainer.js +37 -0
- package/dist/es5/components/SimpleTable/TableContainer.js.map +1 -0
- package/dist/es5/components/SimpleTable/index.js +4 -0
- package/dist/es5/components/SimpleTable/index.js.map +1 -0
- package/dist/es5/components/Spinner/Spinner.js +93 -0
- package/dist/es5/components/Spinner/Spinner.js.map +1 -0
- package/dist/es5/components/Structure/Section.js +30 -0
- package/dist/es5/components/Structure/Section.js.map +1 -0
- package/dist/es5/components/Structure/SectionHeader.js +30 -0
- package/dist/es5/components/Structure/SectionHeader.js.map +1 -0
- package/dist/es5/components/Structure/TitleMainsection.js +36 -0
- package/dist/es5/components/Structure/TitleMainsection.js.map +1 -0
- package/dist/es5/components/Structure/TitlePage.js +36 -0
- package/dist/es5/components/Structure/TitlePage.js.map +1 -0
- package/dist/es5/components/Structure/TitleSubsection.js +33 -0
- package/dist/es5/components/Structure/TitleSubsection.js.map +1 -0
- package/dist/es5/components/Switch/Switch.js +34 -0
- package/dist/es5/components/Switch/Switch.js.map +1 -0
- package/dist/es5/components/Tabs/Tabs.js +50 -0
- package/dist/es5/components/Tabs/Tabs.js.map +1 -0
- package/dist/es5/components/Tag/Tag.js +45 -0
- package/dist/es5/components/Tag/Tag.js.map +1 -0
- package/dist/es5/components/Tag/TagList.js +30 -0
- package/dist/es5/components/Tag/TagList.js.map +1 -0
- package/dist/es5/components/TextField/SearchField.js +39 -0
- package/dist/es5/components/TextField/SearchField.js.map +1 -0
- package/dist/es5/components/TextField/TextArea.js +48 -0
- package/dist/es5/components/TextField/TextArea.js.map +1 -0
- package/dist/es5/components/TextField/TextField.js +52 -0
- package/dist/es5/components/TextField/TextField.js.map +1 -0
- package/dist/es5/components/Toolbar/Toolbar.js +36 -0
- package/dist/es5/components/Toolbar/Toolbar.js.map +1 -0
- package/dist/es5/components/Toolbar/ToolbarSection.js +38 -0
- package/dist/es5/components/Toolbar/ToolbarSection.js.map +1 -0
- package/dist/es5/components/Tooltip/Tooltip.js +35 -0
- package/dist/es5/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/es5/components/Typography/Highlighter.js +59 -0
- package/dist/es5/components/Typography/Highlighter.js.map +1 -0
- package/dist/es5/components/Typography/HtmlContentBlock.js +30 -0
- package/dist/es5/components/Typography/HtmlContentBlock.js.map +1 -0
- package/dist/es5/components/Typography/OverflowText.js +41 -0
- package/dist/es5/components/Typography/OverflowText.js.map +1 -0
- package/dist/es5/components/Typography/WhiteSpaceContainer.js +44 -0
- package/dist/es5/components/Typography/WhiteSpaceContainer.js.map +1 -0
- package/dist/es5/components/Typography/classnames.js +10 -0
- package/dist/es5/components/Typography/classnames.js.map +1 -0
- package/dist/es5/components/Workspace/WorkspaceContent.js +34 -0
- package/dist/es5/components/Workspace/WorkspaceContent.js.map +1 -0
- package/dist/es5/components/Workspace/WorkspaceHeader.js +30 -0
- package/dist/es5/components/Workspace/WorkspaceHeader.js.map +1 -0
- package/dist/es5/components/Workspace/WorkspaceMain.js +32 -0
- package/dist/es5/components/Workspace/WorkspaceMain.js.map +1 -0
- package/dist/es5/components/Workspace/WorkspaceSide.js +32 -0
- package/dist/es5/components/Workspace/WorkspaceSide.js.map +1 -0
- package/dist/es5/components/interfaces.js +2 -0
- package/dist/es5/components/interfaces.js.map +1 -0
- package/dist/es5/configuration/constants.js +3 -0
- package/dist/es5/configuration/constants.js.map +1 -0
- package/dist/es5/extensions/react-flow/edges/EdgeDefault.js +45 -0
- package/dist/es5/extensions/react-flow/edges/EdgeDefault.js.map +1 -0
- package/dist/es5/extensions/react-flow/edges/EdgeStep.js +18 -0
- package/dist/es5/extensions/react-flow/edges/EdgeStep.js.map +1 -0
- package/dist/es5/extensions/react-flow/edges/EdgeTools.js +32 -0
- package/dist/es5/extensions/react-flow/edges/EdgeTools.js.map +1 -0
- package/dist/es5/extensions/react-flow/edges/edgeTypes.js +23 -0
- package/dist/es5/extensions/react-flow/edges/edgeTypes.js.map +1 -0
- package/dist/es5/extensions/react-flow/edges/utils.js +18 -0
- package/dist/es5/extensions/react-flow/edges/utils.js.map +1 -0
- package/dist/es5/extensions/react-flow/handles/HandleContent.js +12 -0
- package/dist/es5/extensions/react-flow/handles/HandleContent.js.map +1 -0
- package/dist/es5/extensions/react-flow/handles/HandleDefault.js +32 -0
- package/dist/es5/extensions/react-flow/handles/HandleDefault.js.map +1 -0
- package/dist/es5/extensions/react-flow/index.js +12 -0
- package/dist/es5/extensions/react-flow/index.js.map +1 -0
- package/dist/es5/extensions/react-flow/minimap/MiniMap.js +94 -0
- package/dist/es5/extensions/react-flow/minimap/MiniMap.js.map +1 -0
- package/dist/es5/extensions/react-flow/minimap/utils.js +14 -0
- package/dist/es5/extensions/react-flow/minimap/utils.js.map +1 -0
- package/dist/es5/extensions/react-flow/nodes/NodeContent.js +143 -0
- package/dist/es5/extensions/react-flow/nodes/NodeContent.js.map +1 -0
- package/dist/es5/extensions/react-flow/nodes/NodeContentExtension.js +44 -0
- package/dist/es5/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -0
- package/dist/es5/extensions/react-flow/nodes/NodeDefault.js +34 -0
- package/dist/es5/extensions/react-flow/nodes/NodeDefault.js.map +1 -0
- package/dist/es5/extensions/react-flow/nodes/NodeTools.js +55 -0
- package/dist/es5/extensions/react-flow/nodes/NodeTools.js.map +1 -0
- package/dist/es5/extensions/react-flow/nodes/nodeTypes.js +14 -0
- package/dist/es5/extensions/react-flow/nodes/nodeTypes.js.map +1 -0
- package/dist/es5/index.js +92 -0
- package/dist/es5/index.js.map +1 -0
- package/dist/es5/package.json +3 -0
- package/dist/types/cmem/ActivityControl/ActivityControlTypes.d.ts +15 -0
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +32 -0
- package/dist/types/cmem/ActivityControl/ActivityExecutionErrorReportModal.d.ts +12 -0
- package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +62 -0
- package/dist/types/cmem/ContentBlobToggler/ContentBlobToggler.d.ts +34 -0
- package/dist/types/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.d.ts +42 -0
- package/dist/types/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.d.ts +15 -0
- package/dist/types/cmem/index.d.ts +10 -0
- package/dist/types/cmem/markdown/Markdown.d.ts +16 -0
- package/dist/types/common/Intent/index.d.ts +7 -0
- package/dist/types/common/utils/openInNewTab.d.ts +3 -0
- package/dist/types/components/Accordion/Accordion.d.ts +3 -0
- package/dist/types/components/Accordion/AccordionItem.d.ts +15 -0
- package/dist/types/components/Application/ApplicationContainer.d.ts +6 -0
- package/dist/types/components/Application/ApplicationContent.d.ts +22 -0
- package/dist/types/components/Application/ApplicationHeader.d.ts +3 -0
- package/dist/types/components/Application/ApplicationSidebarNavigation.d.ts +12 -0
- package/dist/types/components/Application/ApplicationSidebarToggler.d.ts +3 -0
- package/dist/types/components/Application/ApplicationTitle.d.ts +40 -0
- package/dist/types/components/Application/ApplicationToolbar.d.ts +3 -0
- package/dist/types/components/Application/ApplicationToolbarAction.d.ts +3 -0
- package/dist/types/components/Application/ApplicationToolbarPanel.d.ts +3 -0
- package/dist/types/components/Application/ApplicationToolbarSection.d.ts +3 -0
- package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +110 -0
- package/dist/types/components/Breadcrumb/BreadcrumbItem.d.ts +5 -0
- package/dist/types/components/Breadcrumb/BreadcrumbList.d.ts +24 -0
- package/dist/types/components/Button/Button.d.ts +58 -0
- package/dist/types/components/Card/Card.d.ts +23 -0
- package/dist/types/components/Card/CardActions.d.ts +14 -0
- package/dist/types/components/Card/CardActionsAux.d.ts +9 -0
- package/dist/types/components/Card/CardContent.d.ts +9 -0
- package/dist/types/components/Card/CardHeader.d.ts +7 -0
- package/dist/types/components/Card/CardOptions.d.ts +11 -0
- package/dist/types/components/Card/CardTitle.d.ts +13 -0
- package/dist/types/components/Card/index.d.ts +8 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts +3 -0
- package/dist/types/components/ContextOverlay/ContextMenu.d.ts +3 -0
- package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +3 -0
- package/dist/types/components/Dialog/AlertDialog.d.ts +22 -0
- package/dist/types/components/Dialog/Modal.d.ts +25 -0
- package/dist/types/components/Dialog/SimpleDialog.d.ts +41 -0
- package/dist/types/components/Form/FieldItem.d.ts +16 -0
- package/dist/types/components/Form/FieldItemRow.d.ts +3 -0
- package/dist/types/components/Form/FieldSet.d.ts +3 -0
- package/dist/types/components/Grid/Grid.d.ts +3 -0
- package/dist/types/components/Grid/GridColumn.d.ts +3 -0
- package/dist/types/components/Grid/GridRow.d.ts +3 -0
- package/dist/types/components/Icon/Icon.d.ts +20 -0
- package/dist/types/components/Icon/IconButton.d.ts +17 -0
- package/dist/types/components/Icon/canonicalIconNames.d.ts +10 -0
- package/dist/types/components/Iframe/Iframe.d.ts +18 -0
- package/dist/types/components/Iframe/IframeModal.d.ts +12 -0
- package/dist/types/components/Label/Label.d.ts +3 -0
- package/dist/types/components/Link/Link.d.ts +3 -0
- package/dist/types/components/List/List.d.ts +17 -0
- package/dist/types/components/Menu/Menu.d.ts +3 -0
- package/dist/types/components/Menu/MenuDivider.d.ts +3 -0
- package/dist/types/components/Menu/MenuItem.d.ts +13 -0
- package/dist/types/components/Notification/Notification.d.ts +3 -0
- package/dist/types/components/Notification/Toast.d.ts +3 -0
- package/dist/types/components/NumericInput/NumericInput.d.ts +4 -0
- package/dist/types/components/OverviewItem/OverviewItem.d.ts +17 -0
- package/dist/types/components/OverviewItem/OverviewItemActions.d.ts +13 -0
- package/dist/types/components/OverviewItem/OverviewItemDepiction.d.ts +6 -0
- package/dist/types/components/OverviewItem/OverviewItemDescription.d.ts +3 -0
- package/dist/types/components/OverviewItem/OverviewItemLine.d.ts +19 -0
- package/dist/types/components/OverviewItem/OverviewItemList.d.ts +26 -0
- package/dist/types/components/OverviewItem/index.d.ts +7 -0
- package/dist/types/components/Pagination/Pagination.d.ts +17 -0
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +3 -0
- package/dist/types/components/PropertyValuePair/PropertyName.d.ts +3 -0
- package/dist/types/components/PropertyValuePair/PropertyValue.d.ts +3 -0
- package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +3 -0
- package/dist/types/components/PropertyValuePair/PropertyValuePair.d.ts +3 -0
- package/dist/types/components/PropertyValuePair/index.d.ts +5 -0
- package/dist/types/components/RadioButton/RadioButton.d.ts +3 -0
- package/dist/types/components/Separation/Divider.d.ts +3 -0
- package/dist/types/components/Separation/Spacing.d.ts +9 -0
- package/dist/types/components/SimpleTable/TableContainer.d.ts +3 -0
- package/dist/types/components/SimpleTable/index.d.ts +3 -0
- package/dist/types/components/Spinner/Spinner.d.ts +19 -0
- package/dist/types/components/Structure/Section.d.ts +3 -0
- package/dist/types/components/Structure/SectionHeader.d.ts +3 -0
- package/dist/types/components/Structure/TitleMainsection.d.ts +3 -0
- package/dist/types/components/Structure/TitlePage.d.ts +3 -0
- package/dist/types/components/Structure/TitleSubsection.d.ts +3 -0
- package/dist/types/components/Switch/Switch.d.ts +4 -0
- package/dist/types/components/Tabs/Tabs.d.ts +24 -0
- package/dist/types/components/Tag/Tag.d.ts +27 -0
- package/dist/types/components/Tag/TagList.d.ts +3 -0
- package/dist/types/components/TextField/SearchField.d.ts +23 -0
- package/dist/types/components/TextField/TextArea.d.ts +22 -0
- package/dist/types/components/TextField/TextField.d.ts +34 -0
- package/dist/types/components/Toolbar/Toolbar.d.ts +18 -0
- package/dist/types/components/Toolbar/ToolbarSection.d.ts +22 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +17 -0
- package/dist/types/components/Typography/Highlighter.d.ts +18 -0
- package/dist/types/components/Typography/HtmlContentBlock.d.ts +6 -0
- package/dist/types/components/Typography/OverflowText.d.ts +12 -0
- package/dist/types/components/Typography/WhiteSpaceContainer.d.ts +5 -0
- package/dist/types/components/Typography/classnames.d.ts +7 -0
- package/dist/types/components/Workspace/WorkspaceContent.d.ts +3 -0
- package/dist/types/components/Workspace/WorkspaceHeader.d.ts +10 -0
- package/dist/types/components/Workspace/WorkspaceMain.d.ts +3 -0
- package/dist/types/components/Workspace/WorkspaceSide.d.ts +3 -0
- package/dist/types/components/interfaces.d.ts +3 -0
- package/dist/types/configuration/constants.d.ts +1 -0
- package/dist/types/extensions/react-flow/edges/EdgeDefault.d.ts +10 -0
- package/dist/types/extensions/react-flow/edges/EdgeStep.d.ts +9 -0
- package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +12 -0
- package/dist/types/extensions/react-flow/edges/edgeTypes.d.ts +15 -0
- package/dist/types/extensions/react-flow/edges/utils.d.ts +4 -0
- package/dist/types/extensions/react-flow/handles/HandleContent.d.ts +6 -0
- package/dist/types/extensions/react-flow/handles/HandleDefault.d.ts +9 -0
- package/dist/types/extensions/react-flow/index.d.ts +18 -0
- package/dist/types/extensions/react-flow/minimap/MiniMap.d.ts +8 -0
- package/dist/types/extensions/react-flow/minimap/utils.d.ts +2 -0
- package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +121 -0
- package/dist/types/extensions/react-flow/nodes/NodeContentExtension.d.ts +30 -0
- package/dist/types/extensions/react-flow/nodes/NodeDefault.d.ts +16 -0
- package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +9 -0
- package/dist/types/extensions/react-flow/nodes/nodeTypes.d.ts +13 -0
- package/dist/types/index.d.ts +92 -0
- package/package.json +165 -69
- package/src/_shame.scss +111 -0
- package/src/cmem/ActivityControl/ActivityControlTypes.ts +28 -0
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +165 -0
- package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +55 -0
- package/src/cmem/ActivityControl/SilkActivityControl.tsx +303 -0
- package/src/cmem/ActivityControl/activitycontrol.scss +27 -0
- package/src/cmem/ContentBlobToggler/ContentBlobToggler.tsx +95 -0
- package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +76 -0
- package/src/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.tsx +69 -0
- package/src/cmem/DateTimeDisplay/tests/ElapsedDateTimeDisplay.test.tsx +29 -0
- package/src/cmem/_index.scss +2 -0
- package/src/cmem/index.ts +35 -0
- package/src/cmem/markdown/Markdown.tsx +89 -0
- package/src/cmem/markdown/highlightSearchWords.test.ts +36 -0
- package/src/cmem/markdown/highlightSearchWords.ts +67 -0
- package/src/cmem/markdown/markdown.scss +32 -0
- package/src/common/Intent/index.ts +23 -0
- package/src/common/utils/openInNewTab.ts +17 -0
- package/src/components/Accordion/Accordion.tsx +13 -0
- package/src/components/Accordion/AccordionItem.tsx +73 -0
- package/src/components/Accordion/accordion.scss +96 -0
- package/src/components/Application/ApplicationContainer.tsx +21 -0
- package/src/components/Application/ApplicationContent.tsx +57 -0
- package/src/components/Application/ApplicationHeader.tsx +14 -0
- package/src/components/Application/ApplicationSidebarNavigation.tsx +39 -0
- package/src/components/Application/ApplicationSidebarToggler.tsx +15 -0
- package/src/components/Application/ApplicationTitle.tsx +95 -0
- package/src/components/Application/ApplicationToolbar.tsx +17 -0
- package/src/components/Application/ApplicationToolbarAction.tsx +17 -0
- package/src/components/Application/ApplicationToolbarPanel.tsx +17 -0
- package/src/components/Application/ApplicationToolbarSection.tsx +15 -0
- package/src/components/Application/_config.scss +40 -0
- package/src/components/Application/_content.scss +27 -0
- package/src/components/Application/_header.scss +237 -0
- package/src/components/Application/_sidebar.scss +37 -0
- package/src/components/Application/_toolbar.scss +75 -0
- package/src/components/Application/application.scss +9 -0
- package/src/components/AutocompleteField/AutoCompleteField.tsx +399 -0
- package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +32 -0
- package/src/components/AutocompleteField/autocompletefield.scss +6 -0
- package/src/components/Breadcrumb/BreadcrumbItem.tsx +46 -0
- package/src/components/Breadcrumb/BreadcrumbList.tsx +81 -0
- package/src/components/Breadcrumb/breadcrumb.scss +47 -0
- package/src/components/Button/Button.stories.tsx +199 -0
- package/src/components/Button/Button.test.tsx +37 -0
- package/src/components/Button/Button.tsx +127 -0
- package/src/components/Button/button.scss +55 -0
- package/src/components/Card/Card.tsx +58 -0
- package/src/components/Card/CardActions.tsx +36 -0
- package/src/components/Card/CardActionsAux.tsx +29 -0
- package/src/components/Card/CardContent.tsx +26 -0
- package/src/components/Card/CardHeader.tsx +44 -0
- package/src/components/Card/CardOptions.tsx +32 -0
- package/src/components/Card/CardTitle.tsx +32 -0
- package/src/components/Card/card.scss +138 -0
- package/src/components/Card/index.tsx +17 -0
- package/src/components/Card/stories/Card.stories.tsx +82 -0
- package/src/components/Card/stories/CardActions.stories.tsx +41 -0
- package/src/components/Card/stories/CardContent.stories.tsx +28 -0
- package/src/components/Card/stories/CardHeader.stories.tsx +38 -0
- package/src/components/Card/stories/CardOptions.stories.tsx +27 -0
- package/src/components/Card/stories/CardTitle.stories.tsx +27 -0
- package/src/components/Checkbox/Checkbox.tsx +20 -0
- package/src/components/Checkbox/checkbox.scss +61 -0
- package/src/components/ContextOverlay/ContextMenu.tsx +36 -0
- package/src/components/ContextOverlay/ContextOverlay.tsx +29 -0
- package/src/components/ContextOverlay/contextoverlay.scss +15 -0
- package/src/components/Dialog/AlertDialog.tsx +52 -0
- package/src/components/Dialog/Modal.tsx +86 -0
- package/src/components/Dialog/SimpleDialog.tsx +113 -0
- package/src/components/Dialog/dialog.scss +75 -0
- package/src/components/Dialog/stories/AlertDialog.stories.tsx +42 -0
- package/src/components/Dialog/stories/Modal.stories.tsx +88 -0
- package/src/components/Dialog/stories/SimpleDialog.stories.tsx +39 -0
- package/src/components/Form/FieldItem.tsx +95 -0
- package/src/components/Form/FieldItemRow.tsx +14 -0
- package/src/components/Form/FieldSet.tsx +71 -0
- package/src/components/Form/form.scss +159 -0
- package/src/components/Grid/Grid.tsx +29 -0
- package/src/components/Grid/GridColumn.tsx +33 -0
- package/src/components/Grid/GridRow.tsx +30 -0
- package/src/components/Grid/grid.scss +89 -0
- package/src/components/Icon/Icon.tsx +96 -0
- package/src/components/Icon/IconButton.tsx +59 -0
- package/src/components/Icon/canonicalIconNames.tsx +661 -0
- package/src/components/Icon/icon.scss +40 -0
- package/src/components/Iframe/Iframe.tsx +89 -0
- package/src/components/Iframe/IframeModal.tsx +77 -0
- package/src/components/Iframe/iframe.scss +49 -0
- package/src/components/Label/Label.tsx +43 -0
- package/src/components/Label/label.scss +75 -0
- package/src/components/Link/Link.tsx +19 -0
- package/src/components/Link/link.scss +6 -0
- package/src/components/List/List.tsx +46 -0
- package/src/components/Menu/Menu.tsx +9 -0
- package/src/components/Menu/MenuDivider.tsx +9 -0
- package/src/components/Menu/MenuItem.tsx +46 -0
- package/src/components/Menu/menu.scss +79 -0
- package/src/components/Notification/Notification.tsx +69 -0
- package/src/components/Notification/Toast.tsx +17 -0
- package/src/components/Notification/notification.scss +83 -0
- package/src/components/NumericInput/NumericInput.tsx +4 -0
- package/src/components/OverviewItem/OverviewItem.tsx +61 -0
- package/src/components/OverviewItem/OverviewItemActions.tsx +35 -0
- package/src/components/OverviewItem/OverviewItemDepiction.tsx +29 -0
- package/src/components/OverviewItem/OverviewItemDescription.tsx +16 -0
- package/src/components/OverviewItem/OverviewItemLine.tsx +43 -0
- package/src/components/OverviewItem/OverviewItemList.tsx +58 -0
- package/src/components/OverviewItem/index.tsx +15 -0
- package/src/components/OverviewItem/overviewitem.scss +193 -0
- package/src/components/OverviewItem/stories/OverviewItem.stories.tsx +56 -0
- package/src/components/OverviewItem/stories/OverviewItemActions.stories.tsx +31 -0
- package/src/components/OverviewItem/stories/OverviewItemDepiction.stories.tsx +26 -0
- package/src/components/OverviewItem/stories/OverviewItemDescription.stories.tsx +32 -0
- package/src/components/OverviewItem/stories/OverviewItemLine.stories.tsx +25 -0
- package/src/components/OverviewItem/stories/OverviewItemList.stories.tsx +41 -0
- package/src/components/Pagination/Pagination.tsx +80 -0
- package/src/components/Pagination/pagination.scss +47 -0
- package/src/components/ProgressBar/ProgressBar.tsx +8 -0
- package/src/components/PropertyValuePair/PropertyName.tsx +13 -0
- package/src/components/PropertyValuePair/PropertyValue.tsx +12 -0
- package/src/components/PropertyValuePair/PropertyValueList.tsx +12 -0
- package/src/components/PropertyValuePair/PropertyValuePair.tsx +20 -0
- package/src/components/PropertyValuePair/index.tsx +6 -0
- package/src/components/PropertyValuePair/propertyvalue.scss +56 -0
- package/src/components/RadioButton/RadioButton.tsx +20 -0
- package/src/components/RadioButton/radiobutton.scss +29 -0
- package/src/components/Separation/Divider.tsx +8 -0
- package/src/components/Separation/Spacing.tsx +25 -0
- package/src/components/Separation/separation.scss +77 -0
- package/src/components/SimpleTable/TableContainer.tsx +20 -0
- package/src/components/SimpleTable/index.tsx +4 -0
- package/src/components/SimpleTable/simpletable.scss +121 -0
- package/src/components/Spinner/Spinner.tsx +113 -0
- package/src/components/Spinner/spinner.scss +85 -0
- package/src/components/Structure/Section.tsx +15 -0
- package/src/components/Structure/SectionHeader.tsx +15 -0
- package/src/components/Structure/TitleMainsection.tsx +29 -0
- package/src/components/Structure/TitlePage.tsx +29 -0
- package/src/components/Structure/TitleSubsection.tsx +16 -0
- package/src/components/Structure/_titles.scss +56 -0
- package/src/components/Switch/Switch.tsx +17 -0
- package/src/components/Switch/switch.scss +4 -0
- package/src/components/Tabs/Tabs.tsx +121 -0
- package/src/components/Tabs/tabs.scss +65 -0
- package/src/components/Tag/Tag.stories.tsx +41 -0
- package/src/components/Tag/Tag.tsx +84 -0
- package/src/components/Tag/TagList.tsx +51 -0
- package/src/components/Tag/tag.scss +132 -0
- package/src/components/TagInput/taginput.scss +1 -0
- package/src/components/TextField/SearchField.tsx +71 -0
- package/src/components/TextField/TextArea.tsx +66 -0
- package/src/components/TextField/TextField.tsx +96 -0
- package/src/components/TextField/stories/SearchField.stories.tsx +40 -0
- package/src/components/TextField/stories/TextArea.stories.tsx +39 -0
- package/src/components/TextField/stories/TextField.stories.tsx +99 -0
- package/src/components/TextField/textfield.scss +63 -0
- package/src/components/Toolbar/Toolbar.stories.tsx +41 -0
- package/src/components/Toolbar/Toolbar.tsx +42 -0
- package/src/components/Toolbar/ToolbarSection.tsx +48 -0
- package/src/components/Toolbar/toolbar.scss +52 -0
- package/src/components/Tooltip/Tooltip.tsx +53 -0
- package/src/components/Tooltip/tooltip.scss +37 -0
- package/src/components/Typography/Highlighter.tsx +70 -0
- package/src/components/Typography/HtmlContentBlock.tsx +30 -0
- package/src/components/Typography/OverflowText.tsx +46 -0
- package/src/components/Typography/WhiteSpaceContainer.tsx +41 -0
- package/src/components/Typography/_reset.scss +36 -0
- package/src/components/Typography/classnames.ts +10 -0
- package/src/components/Typography/typography.scss +282 -0
- package/src/components/Workspace/WorkspaceContent.tsx +22 -0
- package/src/components/Workspace/WorkspaceHeader.tsx +20 -0
- package/src/components/Workspace/WorkspaceMain.tsx +14 -0
- package/src/components/Workspace/WorkspaceSide.tsx +18 -0
- package/src/components/Workspace/_header.scss +9 -0
- package/src/components/Workspace/workspace.scss +1 -0
- package/src/components/interfaces.ts +3 -0
- package/src/configuration/_variables.scss +130 -0
- package/src/configuration/constants.ts +2 -0
- package/src/extensions/_index.scss +1 -0
- package/src/extensions/react-flow/_config.scss +16 -0
- package/src/extensions/react-flow/_react-flow.scss +5 -0
- package/src/extensions/react-flow/edges/EdgeDefault.tsx +77 -0
- package/src/extensions/react-flow/edges/EdgeStep.tsx +19 -0
- package/src/extensions/react-flow/edges/EdgeTools.tsx +39 -0
- package/src/extensions/react-flow/edges/_edges.scss +181 -0
- package/src/extensions/react-flow/edges/edgeTypes.ts +24 -0
- package/src/extensions/react-flow/edges/utils.ts +32 -0
- package/src/extensions/react-flow/handles/HandleContent.tsx +39 -0
- package/src/extensions/react-flow/handles/HandleDefault.tsx +29 -0
- package/src/extensions/react-flow/handles/_handles.scss +208 -0
- package/src/extensions/react-flow/index.ts +19 -0
- package/src/extensions/react-flow/minimap/MiniMap.tsx +110 -0
- package/src/extensions/react-flow/minimap/_minimap.scss +79 -0
- package/src/extensions/react-flow/minimap/utils.ts +13 -0
- package/src/extensions/react-flow/nodes/NodeContent.stories.tsx +83 -0
- package/src/extensions/react-flow/nodes/NodeContent.tsx +329 -0
- package/src/extensions/react-flow/nodes/NodeContentExtension.stories.tsx +36 -0
- package/src/extensions/react-flow/nodes/NodeContentExtension.tsx +87 -0
- package/src/extensions/react-flow/nodes/NodeDefault.stories.tsx +139 -0
- package/src/extensions/react-flow/nodes/NodeDefault.tsx +54 -0
- package/src/extensions/react-flow/nodes/NodeTools.tsx +48 -0
- package/src/extensions/react-flow/nodes/_nodes.scss +490 -0
- package/src/extensions/react-flow/nodes/nodeTypes.ts +14 -0
- package/src/includes/blueprintjs/_variables.scss +195 -0
- package/src/includes/carbon-components/_variables.scss +107 -0
- package/src/index.scss +190 -0
- package/src/index.ts +238 -0
- package/src/legacy-replacements/Button/AffirmativeButton.tsx +16 -0
- package/src/legacy-replacements/Button/Button.tsx +73 -0
- package/src/legacy-replacements/Button/DismissiveButton.tsx +16 -0
- package/src/legacy-replacements/Button/DisruptiveButton.tsx +16 -0
- package/src/legacy-replacements/Checkbox/Checkbox.tsx +54 -0
- package/src/legacy-replacements/Radio/RadioButton.tsx +38 -0
- package/src/legacy-replacements/TextField/TextField.tsx +90 -0
- package/src/test/setupTests.js +2 -0
- package/.cached-fonts +0 -1
- package/Ruleset.md +0 -93
- package/additionalLicenses.yml +0 -21
- package/buildConfig.js +0 -25
- package/dist/fonts/iconfont/MaterialIcons-Regular.woff +0 -0
- package/dist/fonts/iconfont/MaterialIcons-Regular.woff2 +0 -0
- package/dist/fonts/iconfont/codepoints +0 -932
- package/dist/fonts/roboto/Black/Roboto-Black.woff +0 -0
- package/dist/fonts/roboto/Black/Roboto-Black.woff2 +0 -0
- package/dist/fonts/roboto/BlackItalic/Roboto-BlackItalic.woff +0 -0
- package/dist/fonts/roboto/BlackItalic/Roboto-BlackItalic.woff2 +0 -0
- package/dist/fonts/roboto/Bold/Roboto-Bold.woff +0 -0
- package/dist/fonts/roboto/Bold/Roboto-Bold.woff2 +0 -0
- package/dist/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff +0 -0
- package/dist/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff2 +0 -0
- package/dist/fonts/roboto/Italic/Roboto-Italic.woff +0 -0
- package/dist/fonts/roboto/Italic/Roboto-Italic.woff2 +0 -0
- package/dist/fonts/roboto/Light/Roboto-Light.woff +0 -0
- package/dist/fonts/roboto/Light/Roboto-Light.woff2 +0 -0
- package/dist/fonts/roboto/LightItalic/Roboto-LightItalic.woff +0 -0
- package/dist/fonts/roboto/LightItalic/Roboto-LightItalic.woff2 +0 -0
- package/dist/fonts/roboto/Medium/Roboto-Medium.woff +0 -0
- package/dist/fonts/roboto/Medium/Roboto-Medium.woff2 +0 -0
- package/dist/fonts/roboto/MediumItalic/Roboto-MediumItalic.woff +0 -0
- package/dist/fonts/roboto/MediumItalic/Roboto-MediumItalic.woff2 +0 -0
- package/dist/fonts/roboto/Regular/Roboto-Regular.woff +0 -0
- package/dist/fonts/roboto/Regular/Roboto-Regular.woff2 +0 -0
- package/dist/fonts/roboto/Thin/Roboto-Thin.woff +0 -0
- package/dist/fonts/roboto/Thin/Roboto-Thin.woff2 +0 -0
- package/dist/fonts/roboto/ThinItalic/Roboto-ThinItalic.woff +0 -0
- package/dist/fonts/roboto/ThinItalic/Roboto-ThinItalic.woff2 +0 -0
- package/docs/README.md +0 -953
- package/docs/docTemplate.md +0 -140
- package/es5/component.js +0 -6686
- package/index.js +0 -136
- package/jest.config.js +0 -42
- package/src/_configuration.default.scss +0 -97
- package/src/_configuration.mdl.scss +0 -518
- package/src/elements/Alert/Alert.jsx +0 -141
- package/src/elements/Alert/Error.jsx +0 -22
- package/src/elements/Alert/Info.jsx +0 -21
- package/src/elements/Alert/Success.jsx +0 -20
- package/src/elements/Alert/Warning.jsx +0 -19
- package/src/elements/Alert/_alert.scss +0 -93
- package/src/elements/Alert/index.js +0 -13
- package/src/elements/AutoCompleteBox/AutoCompleteBox.jsx +0 -149
- package/src/elements/AutoCompleteBox/_autocomplete.scss +0 -33
- package/src/elements/Breadcrumbs/BreadcrumbItem.jsx +0 -34
- package/src/elements/Breadcrumbs/BreadcrumbList.jsx +0 -56
- package/src/elements/Breadcrumbs/_breadcrumbs.scss +0 -47
- package/src/elements/Breadcrumbs/index.js +0 -7
- package/src/elements/Button/AffirmativeButton.jsx +0 -73
- package/src/elements/Button/Button.jsx +0 -216
- package/src/elements/Button/DismissiveButton.jsx +0 -77
- package/src/elements/Button/DisruptiveButton.jsx +0 -74
- package/src/elements/Button/ProgressButton.jsx +0 -95
- package/src/elements/Button/_button.scss +0 -61
- package/src/elements/Button/index.js +0 -13
- package/src/elements/Card/Card.jsx +0 -61
- package/src/elements/Card/CardActions.jsx +0 -37
- package/src/elements/Card/CardTitle.jsx +0 -78
- package/src/elements/Card/FloatingActionList.jsx +0 -260
- package/src/elements/Card/_card.scss +0 -179
- package/src/elements/Card/index.js +0 -18
- package/src/elements/Checkbox/Checkbox.jsx +0 -113
- package/src/elements/Checkbox/_checkbox.scss +0 -14
- package/src/elements/Chip/Chip.jsx +0 -141
- package/src/elements/Chip/ChipVisual.jsx +0 -88
- package/src/elements/Chip/_chip.scss +0 -82
- package/src/elements/Chip/index.js +0 -7
- package/src/elements/ContextMenu/ContextMenu.jsx +0 -101
- package/src/elements/ContextMenu/_contextmenu.scss +0 -23
- package/src/elements/DateField/DateField.jsx +0 -178
- package/src/elements/DateField/DateTimefield.jsx +0 -20
- package/src/elements/DateField/_datefield.scss +0 -116
- package/src/elements/DateField/index.js +0 -7
- package/src/elements/Dialog/BaseDialog.jsx +0 -161
- package/src/elements/Dialog/ConfirmationDialog.jsx +0 -48
- package/src/elements/Dialog/_dialog.scss +0 -58
- package/src/elements/Dialog/index.js +0 -7
- package/src/elements/Footer/Footer.jsx +0 -171
- package/src/elements/Footer/_footer.scss +0 -17
- package/src/elements/Grid/_grid.scss +0 -18
- package/src/elements/Icon/Icon.jsx +0 -97
- package/src/elements/Icon/canonicalicons.json +0 -32
- package/src/elements/Icon/canonicaltooltips.json +0 -32
- package/src/elements/Icon/icontable.json +0 -934
- package/src/elements/Layout/_layout.scss +0 -82
- package/src/elements/NotAvailable/NotAvailable.jsx +0 -87
- package/src/elements/NotAvailable/_notavailable.scss +0 -18
- package/src/elements/Pagination/Pagination.jsx +0 -431
- package/src/elements/Pagination/_pagination.scss +0 -98
- package/src/elements/Progressbar/Progressbar.jsx +0 -34
- package/src/elements/Progressbar/_progressbar.scss +0 -22
- package/src/elements/Radio/RadioButton.jsx +0 -129
- package/src/elements/Radio/RadioGroup.jsx +0 -35
- package/src/elements/Radio/_radio.scss +0 -46
- package/src/elements/Radio/index.js +0 -7
- package/src/elements/SelectBox/SelectBox.jsx +0 -321
- package/src/elements/SelectBox/_selectbox.scss +0 -144
- package/src/elements/Spinner/Spinner.jsx +0 -44
- package/src/elements/Spinner/_spinner.scss +0 -20
- package/src/elements/Switch/Switch.jsx +0 -38
- package/src/elements/Table/Table.jsx +0 -100
- package/src/elements/Table/TableBody.jsx +0 -66
- package/src/elements/Table/TableCell.jsx +0 -94
- package/src/elements/Table/TableHead.jsx +0 -66
- package/src/elements/Table/TableRow.jsx +0 -78
- package/src/elements/Table/_datatable.scss +0 -78
- package/src/elements/Table/_table.scss +0 -143
- package/src/elements/Tabs/Tabs.jsx +0 -116
- package/src/elements/TextField/TextField.jsx +0 -172
- package/src/elements/TextField/_textfield.scss +0 -80
- package/src/elements/Tooltip/Tooltip.jsx +0 -3
- package/src/elements/Tooltip/_tooltip.scss +0 -21
- package/src/elements/Version/Version.jsx +0 -19
- package/src/hocs/ScrollingHOC.js +0 -122
- package/src/main.scss +0 -83
- package/src/scss/_adjustments.scss +0 -16
- package/src/scss/_helpers.scss +0 -29
- package/src/scss/_iconfont.scss +0 -35
- package/src/scss/_patches.scss +0 -19
- package/src/scss/_roboto.scss +0 -30
- package/src/scss/main.build-css.scss +0 -4
- package/src/utils/classnameSeperator.js +0 -10
- package/src/utils/extendedOnChangeBoolean.jsx +0 -14
- package/src/utils/uniqueId.jsx +0 -36
- package/style/test.scss +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,894 +1,121 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
|
-
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep A Changelog's Format](http://keepachangelog.com/).
|
|
4
3
|
|
|
5
|
-
|
|
4
|
+
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
5
|
|
|
7
|
-
|
|
8
|
-
- Add `contextActions` property to `Chip` element, it can be used to add one or more icon buttons or centext menus offering context sensitive actions
|
|
9
|
-
|
|
10
|
-
## [6.2.0] 2020-11-13
|
|
6
|
+
## [Unreleased]
|
|
11
7
|
|
|
12
|
-
|
|
13
|
-
- New Property for **Pagination** `invalidPageText`
|
|
14
|
-
- New Property for **Pagination** `foundResultsTextSingular`
|
|
8
|
+
## [22.0.1] - 2022-04-11
|
|
15
9
|
|
|
16
10
|
### Fixed
|
|
17
|
-
- Render locale string whether
|
|
18
|
-
|
|
19
|
-
## [6.1.0] 2020-11-12
|
|
20
|
-
|
|
21
|
-
### Added
|
|
22
|
-
- New properties for **Pagination**:
|
|
23
|
-
- foundResultsText: text with placeholders. Default value `Found ::total:: results`
|
|
24
|
-
- pageWithLimitText: text with placeholders. Default value `Page ::current:: of ::total::`
|
|
25
|
-
- pageWithoutLimitText: text with placeholders. Default value `Page ::current::`
|
|
26
|
-
|
|
27
|
-
## [6.0.0] 2020-11-12
|
|
28
11
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- **BREAKING** Tabs now require tabId besides tabTitle and tabContent.
|
|
32
|
-
- Tabs now use tabId instead of tabTitle as identifier, to be compatible with translations.
|
|
12
|
+
* make used package version more stable, re-allowing also a yarn lock file
|
|
13
|
+
* correct documentation about package registry
|
|
33
14
|
|
|
34
|
-
## [
|
|
15
|
+
## [22.0.0] - 2022-04-08
|
|
35
16
|
|
|
36
17
|
### Added
|
|
37
|
-
- add `data-test-id` property to items in FloatActionItems component.
|
|
38
18
|
|
|
39
|
-
|
|
19
|
+
* `Tag` element got new property for `backgroundColor`
|
|
20
|
+
* Styles for footnotes and task lists, rendered by Markdown GFM parser.
|
|
21
|
+
* React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
|
|
40
22
|
|
|
41
23
|
### Changed
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
## [5.1.2] 2019-10-29
|
|
45
|
-
|
|
46
|
-
### Added
|
|
47
|
-
- add unit test for all components
|
|
48
|
-
|
|
49
|
-
### Fixed
|
|
50
|
-
- `<Selectbox />` clear icon was selectable when tabbing through elements.
|
|
24
|
+
* `TextField` elements are using `fullWidth=true` by default
|
|
25
|
+
* `SearchField` uses now by default `"operation-search"` as `leftIcon`
|
|
51
26
|
|
|
52
|
-
## [5.1.1] 2019-07-10
|
|
53
27
|
### Fixed
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## [5.1.0] 2019-07-05
|
|
58
|
-
|
|
59
|
-
### Added
|
|
60
|
-
- `<AutoCompleteBox />` option content can now be disabled.
|
|
61
|
-
|
|
62
|
-
## [5.0.0] 2019-06-24
|
|
63
|
-
|
|
64
|
-
### Changed
|
|
65
|
-
|
|
66
|
-
- Change openToBottom bool parameter to a function parameter returning a bool value
|
|
67
|
-
|
|
68
|
-
## [4.5.0] 2019-06-20
|
|
69
|
-
|
|
70
|
-
### Added
|
|
71
|
-
- add option `openToBottom` to allow `<FloatingActionList />` menu list to get opened to the bottom side
|
|
72
|
-
|
|
73
|
-
## [4.4.0] 2019-06-19
|
|
74
|
-
|
|
75
|
-
### Added
|
|
76
|
-
- allow disabled actionitems in floating menu lists, use the `disabled` property
|
|
77
|
-
- add option `allowSingleItemList` to allow `<FloatingActionList />` elements with menu lists containing only one action item
|
|
78
|
-
|
|
79
|
-
### Changed
|
|
80
|
-
- do not auto close FAB menu when mouse cursor moved out of it
|
|
81
|
-
|
|
82
|
-
## [4.3.1] 2019-06-18
|
|
83
|
-
|
|
84
|
-
### Fixed
|
|
85
|
-
- repair progress buttons to make them appear correctly
|
|
86
|
-
|
|
87
|
-
## [4.3.0] 2019-06-06
|
|
88
|
-
|
|
89
|
-
### Added
|
|
90
|
-
- add a `reducedHeight` option to `<Alert/>` element, forcing it to be not larger than 50% of the viewport
|
|
91
|
-
|
|
92
|
-
### Fixed
|
|
93
|
-
- use `not-allowed` cursor on disabled select inputs to align it with disabled textfields
|
|
94
|
-
- use input elements with reduced vertical margins in pagination to prevent too much white space
|
|
95
|
-
|
|
96
|
-
## [4.2.4] 2019-05-27
|
|
97
|
-
|
|
98
|
-
### Fixed
|
|
99
|
-
- change rendering styles of clearance button in TextField to prevent strange behaviour of table wrappers
|
|
100
|
-
- fix line breaks in tooltips within table cells
|
|
101
|
-
|
|
102
|
-
## [4.2.3] 2019-04-29
|
|
103
|
-
|
|
104
|
-
### Fixed
|
|
105
|
-
- justify `SelectBox` behaviour to other inout input fields, so focused state with placeholder and reduced size option work correctly
|
|
106
|
-
|
|
107
|
-
## [4.2.2] 2019-04-26
|
|
108
|
-
|
|
109
|
-
### Changed
|
|
110
|
-
- remove upper textfield padding when it is visually reduced and misses a label
|
|
111
|
-
- adjust Card title size
|
|
112
|
-
|
|
113
|
-
### Fixed
|
|
114
|
-
- prevent line breaks on multiselect values without clearance button
|
|
115
|
-
- fix state of clearance buttons on disabled textfields
|
|
116
|
-
- fix hover effect on disable clearance buttons
|
|
117
|
-
- fix maximum value of table cell width for very large displays
|
|
118
|
-
- `AutoCompleteBox` error in highlighting when using chars which need to be escaped
|
|
119
|
-
|
|
120
|
-
## [4.2.1] 2019-04-11
|
|
121
|
-
|
|
122
|
-
### Added
|
|
123
|
-
- add canonical definitions for reste and back buttons
|
|
124
|
-
|
|
125
|
-
### Changed
|
|
126
|
-
- increase visibility of clearance buttons to prevent mismatch with disabled buttons
|
|
127
|
-
|
|
128
|
-
### Fixed
|
|
129
|
-
- improve position of icons in normal buttons
|
|
130
|
-
|
|
131
|
-
## [4.2.0] 2019-04-11
|
|
132
|
-
|
|
133
|
-
### Changed
|
|
134
|
-
- prop `totalResults` can be undefined if the value is unknown.
|
|
135
|
-
|
|
136
|
-
### Fixed
|
|
137
|
-
- calculation of offset when using the page input field
|
|
138
|
-
|
|
139
|
-
## [4.0.0] 2019-03-28
|
|
140
|
-
### Changed
|
|
141
|
-
- Prepared component for react 16
|
|
142
|
-
- rules for sizes and colors now build on available configuration vars
|
|
143
|
-
- clean up `<Footer/>` sub elements
|
|
144
|
-
|
|
145
|
-
### Removed
|
|
146
|
-
- messagebus
|
|
147
|
-
- PerformanceMixin
|
|
148
|
-
- MaterialMixin
|
|
149
|
-
- Nothing component
|
|
150
|
-
|
|
151
|
-
### Added
|
|
152
|
-
- ScrollingHOC
|
|
153
|
-
- ScrollingHOC and usage ScrollingHOC in README
|
|
154
|
-
- include full configuration stack of MDL variables, all sizes there are calculated based on very few own base configurations: `$ecc-size-typo-base`, `$ecc-size-typo-base-lineheight` and `$ecc-size-type-levelratio`, see README.md under "Justify default configuration"
|
|
155
|
-
- allow children in `<Footer/>` element
|
|
156
|
-
|
|
157
|
-
### Breaking
|
|
158
|
-
- mixin replaced with hocs
|
|
159
|
-
|
|
160
|
-
## [3.5.0] 2019-03-20
|
|
161
|
-
### Added
|
|
162
|
-
- Footer now contain user credential info
|
|
163
|
-
|
|
164
|
-
## [3.4.2] 2019-03-12
|
|
165
|
-
|
|
166
|
-
### Fixed
|
|
167
|
-
|
|
168
|
-
- Button element now allows a badge property to use them (mainly) with icon buttons
|
|
169
|
-
|
|
170
|
-
## [3.4.1] 2019-02-07
|
|
171
|
-
### Fixed
|
|
172
|
-
|
|
173
|
-
- fix specifity of CSS selector for reduced Cards sub elements and improve its layout
|
|
174
|
-
## [3.4.0] 2019-01-16
|
|
175
|
-
|
|
176
|
-
### Added
|
|
177
|
-
- Routing to test cases
|
|
178
|
-
- New Cards test
|
|
179
|
-
|
|
180
|
-
### Changed
|
|
181
|
-
- Cut value description in `<AutoCompleteBox/>` on the left side if value is to big to get shown completely
|
|
182
|
-
- Redesign the content using MDL sidebar with `<Drawer>` and `<Navigation>` elements
|
|
183
|
-
- Separate chips test from buttons test
|
|
184
|
-
|
|
185
|
-
## [3.3.1] 2018-12-11
|
|
186
|
-
|
|
187
|
-
### Changed
|
|
188
|
-
- use <Card/> element as foundation for the dialogs to align them visually
|
|
189
|
-
|
|
190
|
-
## [3.3.0] 2018-11-29
|
|
191
|
-
|
|
192
|
-
### Fixed
|
|
193
|
-
- clearing button on TextField is now positioned correctly when it has an tooltip
|
|
194
|
-
|
|
195
|
-
### Added
|
|
196
|
-
- add `onClearValue` and `reducedSize` options to `<TextField />` element
|
|
197
|
-
|
|
198
|
-
## [3.2.0] 2018-11-28
|
|
199
|
-
|
|
200
|
-
### Added
|
|
201
|
-
- new param `inputRestriction` for `<AutoCompleteBox />` which allows to manipulate user input before reacting on it
|
|
202
|
-
### Fixed
|
|
203
|
-
- fatal error when enter '$' into `<AutoCompleteBox />` when `creatable` is true
|
|
204
|
-
- fatal error in `<AutoCompleteBox />`'s highlighter when using special characters sometimes
|
|
205
|
-
|
|
206
|
-
### Added
|
|
207
|
-
- add canonical icon names for 'add', 'clear', 'help', 'visibility_on' and 'visibility_off'
|
|
208
|
-
|
|
209
|
-
## [3.1.1] 2018-11-21
|
|
210
|
-
|
|
211
|
-
### Fixed
|
|
212
|
-
- prevent nested tables from inherit usage of multiline/overflow configuration of the parent table
|
|
213
|
-
|
|
214
|
-
## [3.1.0] 2018-11-07
|
|
215
|
-
|
|
216
|
-
### Fixed
|
|
217
|
-
- version
|
|
218
|
-
|
|
219
|
-
## [2.32.0] 2018-11-07
|
|
220
|
-
|
|
221
|
-
### Added
|
|
222
|
-
- `scrollTableOverflow` option for `<Table />`, this is now not enabled by default
|
|
223
|
-
- `preventCellOverflow` option for `<Table />`, this is now not enabled by default
|
|
224
|
-
- `showPageInput` option for `<Pagination />`, enables direct jump to page number
|
|
225
|
-
- `disabled` option for `<Pagination />`, allows disabling the pagination controls
|
|
226
|
-
- show number of results in `<Pagination />` and option to hide it
|
|
227
|
-
|
|
228
|
-
### Changed
|
|
229
|
-
- `<Pagination />` shows page offset by default now, can be changed by `showElementOffsetPagination` option
|
|
230
|
-
|
|
231
|
-
## [3.0.0] 2018-10-23
|
|
232
|
-
|
|
233
|
-
### Added
|
|
234
|
-
- add new GUI elements: `<Table/>`, `<TableHead/>`, `<TableBody/>`, `<TableRow/>`, `<TableCell/>`
|
|
235
|
-
- add `hideLabel` option to `<Checkbox/>` and `<Radio/>` elements, when true then labels are not visible but accessible
|
|
236
|
-
|
|
237
|
-
### Changed
|
|
238
|
-
- Pagination: left default alignement and smaller font sizes
|
|
239
|
-
- Data Table: styles now provided by new `<Table/>` element
|
|
240
|
-
|
|
241
|
-
### Removed
|
|
242
|
-
- remove support for `$color-primary-dark`, `$ecc-typo-display-3-font-size`, `$ecc-typo-display-2-font-size`, `$ecc-typo-display-1-font-size`, `$ecc-typo-headline-font-size`, `$ecc-typo-title-font-size`, `$ecc-typo-subhead-font-size` and remove the info about their deprecation
|
|
243
|
-
|
|
244
|
-
## [2.31.4] 2018-06-13
|
|
245
|
-
|
|
246
|
-
### Added
|
|
247
|
-
- possibility for `AutoCompleteBox` to directly pass user input to parent component with `handleValueChange`
|
|
248
|
-
|
|
249
|
-
## [2.31.3] 2018-04-20
|
|
250
|
-
|
|
251
|
-
### Fixed
|
|
252
|
-
- replace native array method for IE11 compatibility
|
|
253
|
-
|
|
254
|
-
## [2.31.2] 2018-04-16
|
|
255
|
-
|
|
256
|
-
### Fixed
|
|
257
|
-
- replace native array method for IE11 compatibility
|
|
258
|
-
|
|
259
|
-
## [2.31.1] 2018-03-19
|
|
260
|
-
|
|
261
|
-
### Changed
|
|
262
|
-
- use unsubscribe instead of dispose (breaking change in rx)
|
|
263
|
-
|
|
264
|
-
## [2.31.0] 2018-02-28
|
|
265
|
-
|
|
266
|
-
### Added
|
|
267
|
-
- Footer Component
|
|
268
|
-
|
|
269
|
-
## [2.30.0] 2018-02-07
|
|
270
|
-
|
|
271
|
-
### Added
|
|
272
|
-
- make option for <Card /> available to get rendered with reduced size, paddings, margins
|
|
273
|
-
- flex layout support for CardMenu that is part of CardTitle
|
|
274
|
-
- CardMenu layout for reduced Cards
|
|
275
|
-
|
|
276
|
-
### Changed
|
|
277
|
-
- small adjustment od CardMenu position (littlebit more right and top)
|
|
278
|
-
|
|
279
|
-
## [2.29.1] 2018-01-24
|
|
280
|
-
|
|
281
|
-
### Fixed
|
|
282
|
-
- Fonts can now be resolved correctly (still pointed `ecc-gui-elements`)
|
|
283
|
-
- Examples and README still pointed to `ecc-gui-elements`
|
|
284
|
-
|
|
285
|
-
## [2.29.0] 2018-01-24
|
|
286
|
-
|
|
287
|
-
### Changed
|
|
288
|
-
- Fixed registry to be `https://registry.npmjs.org/`
|
|
289
|
-
- Name to `@eccenca/gui-elements`
|
|
290
|
-
|
|
291
|
-
## [2.28.1] 2018-01-15
|
|
292
|
-
|
|
293
|
-
### Fixed
|
|
294
|
-
- use correct max height on scroll bars for FloatingActionList menus with more than six action items
|
|
295
|
-
|
|
296
|
-
## [2.28.0] 2018-01-10
|
|
297
|
-
|
|
298
|
-
### Added
|
|
299
|
-
- Support for badges on icons (`badge`)
|
|
300
|
-
|
|
301
|
-
### Changed
|
|
302
|
-
- Updated roboto
|
|
303
|
-
- Switched from code points to ligatures for icon font
|
|
304
|
-
|
|
305
|
-
### Fixed
|
|
306
|
-
- Disable false warnings, if deprecated `delete` Icon is used
|
|
307
|
-
|
|
308
|
-
### Removed
|
|
309
|
-
- removed eot and ttf versions of fonts
|
|
310
|
-
|
|
311
|
-
## [2.27.0] 2017-12-18
|
|
312
|
-
|
|
313
|
-
### Added
|
|
314
|
-
- `AutoCompleteBox` wrapper around `SelectBox`
|
|
315
|
-
- `name` property to `SelectBox`, which is also returned in the onChange event as a second parameter:
|
|
316
|
-
```
|
|
317
|
-
<SelectBox
|
|
318
|
-
name="selectBoxValue"
|
|
319
|
-
value={this.state.selectBoxValue}
|
|
320
|
-
onChange={(value, name) => this.setState({[name]: value})}
|
|
321
|
-
>
|
|
322
|
-
```
|
|
323
|
-
- `name` property support to `Checkbox`, `RadioGroup`, `Switch`, `TextField` and `DateField`, which is also returned in the onChange event:
|
|
324
|
-
```
|
|
325
|
-
<Checkbox
|
|
326
|
-
name="checkbox"
|
|
327
|
-
value={this.state.checkbox}
|
|
328
|
-
onChange={({value, name}) => this.setState({[name]: value})}
|
|
329
|
-
>
|
|
330
|
-
```
|
|
331
|
-
|
|
332
|
-
## [2.26.0] 2017-12-12
|
|
333
|
-
|
|
334
|
-
### Added
|
|
335
|
-
- provide class `.mdl-button-clearance` for buttons, see `README.md` for more info
|
|
336
|
-
|
|
337
|
-
### Fixed
|
|
338
|
-
- react-select version set to `v1.0.1`, waiting for [this PR](https://github.com/JedWatson/react-select/pull/2198) to land
|
|
339
|
-
|
|
340
|
-
## [2.25.2] 2017-12-06
|
|
341
|
-
|
|
342
|
-
### Fixed
|
|
343
|
-
- `<FloatingActionList/>`: remove active state before re-rendering with new options
|
|
344
|
-
|
|
345
|
-
## [2.25.1] 2017-12-04
|
|
346
|
-
|
|
347
|
-
### Fixed
|
|
348
|
-
- add more secifity to DateTime element styles
|
|
349
|
-
|
|
350
|
-
## [2.25.0] 2017-12-04
|
|
351
|
-
|
|
352
|
-
### Changed
|
|
353
|
-
- Set default time format to 24-hour format for date input
|
|
354
|
-
|
|
355
|
-
## [2.24.3] 2017-12-04
|
|
356
|
-
|
|
357
|
-
### Fixed
|
|
358
|
-
- adjust position of fixed <CardActions> regarding wrapping layout classes from applications
|
|
359
|
-
- increase specifity of DateTime element styles
|
|
360
|
-
|
|
361
|
-
## [2.24.2] 2017-11-30
|
|
362
|
-
|
|
363
|
-
### Fixed
|
|
364
|
-
- render `<SelectBox/>` options over other elements
|
|
365
|
-
|
|
366
|
-
## [2.24.1] 2017-11-29
|
|
367
|
-
|
|
368
|
-
### Fixed
|
|
369
|
-
- harden style of DateTime element to prevent problems when used in data tables
|
|
370
|
-
|
|
371
|
-
## [2.24.0] 2017-11-28
|
|
372
|
-
|
|
373
|
-
### Added
|
|
374
|
-
- provide <Tooltip /> element for separate tooltips, usable in combination with all other elements independently
|
|
375
|
-
- use tooltip element for buttons, icons and n/a elements
|
|
376
|
-
|
|
377
|
-
### Fixed
|
|
378
|
-
- use error icon for icons with unknown icon name
|
|
379
|
-
|
|
380
|
-
## [2.23.2] 2017-11-27
|
|
381
|
-
|
|
382
|
-
### Fixed
|
|
383
|
-
- calculation of current page in case of 0 results
|
|
384
|
-
|
|
385
|
-
## [2.23.1] 2017-11-23
|
|
386
|
-
|
|
387
|
-
### Fixed
|
|
388
|
-
- auto scroll always to top of element to prevent problems in cases when the element is higher than the viewport
|
|
389
|
-
|
|
390
|
-
## [2.23.0] 2017-11-23
|
|
391
|
-
|
|
392
|
-
### Added
|
|
393
|
-
- `DateTimeField` and `DateField` components
|
|
394
|
-
|
|
395
|
-
## [2.22.0] 2017-11-20
|
|
396
|
-
|
|
397
|
-
### Fixed
|
|
398
|
-
- use icon from `<FloatingActionList/>` on one item lists as fallback if the single action item has no icon configured
|
|
399
|
-
|
|
400
|
-
## [2.21.0] 2017-11-02
|
|
401
|
-
|
|
402
|
-
### Fixed
|
|
403
|
-
- fix the fallback tooltip for the delete/remove icon to "Remove."
|
|
404
|
-
|
|
405
|
-
### Added
|
|
406
|
-
- insert canonical icons and fallback tooltips for 'save', 'confirm', 'cancel', 'adjust' and 'settings'
|
|
407
|
-
|
|
408
|
-
## [2.20.1] 2017-10-16
|
|
409
|
-
|
|
410
|
-
### Fixed
|
|
411
|
-
- Remove reference to original material-design-lite
|
|
412
|
-
|
|
413
|
-
## [2.20.0] 2017-10-04
|
|
414
|
-
|
|
415
|
-
### Changed
|
|
416
|
-
- Migrate to new fork of mdl
|
|
417
|
-
|
|
418
|
-
## [2.19.0] 2017-09-06
|
|
419
|
-
|
|
420
|
-
### Added
|
|
421
|
-
- 'ScrollingMixin' mixin to scroll elements into the visible viewport of scrollable areas
|
|
422
|
-
- provide `<BreadcrumbList/>` and `<BreadcrumbItem/>` to create breadcrumb navigations
|
|
423
|
-
|
|
424
|
-
## [2.18.2] 2017-08-31
|
|
425
|
-
### Added
|
|
426
|
-
- `<ProgressButton />` event `progressTopic` can now additionally contain param `lastUpdate`.
|
|
427
|
-
|
|
428
|
-
## [2.18.1] 2017-08-29
|
|
429
|
-
|
|
430
|
-
### Removed
|
|
431
|
-
- Circular dependency on ecc-mixins
|
|
432
|
-
|
|
433
|
-
### Fixed
|
|
434
|
-
- How subscriptions in progress buttons are handled
|
|
435
|
-
|
|
436
|
-
## [2.18.0] 2017-08-29
|
|
437
|
-
|
|
438
|
-
### Added
|
|
439
|
-
- `<Chip/>` element support `href` option now, if given it is rendered as HTML link anchor
|
|
440
|
-
- `<ProgressButton />` element to show feedback of running backround processes to user in button
|
|
441
|
-
- `progress` and `progressTopic` for `<AffirmativeButton/>`, `<DismissiveButton/>` and `<DisruptiveButton/>` elements
|
|
442
|
-
|
|
443
|
-
## [2.17.1] 2017-08-22
|
|
444
|
-
|
|
445
|
-
### Fixed
|
|
446
|
-
- use correct inline imports
|
|
447
|
-
|
|
448
|
-
## [2.17.0] 2017-08-21
|
|
449
|
-
|
|
450
|
-
### Added
|
|
451
|
-
- `<Card />` element including sub elements to insert application card sections, see readme doc
|
|
452
|
-
- `<FloatingActionList />` element that provides simple FAB functionality, e.g. for cards
|
|
453
|
-
|
|
454
|
-
### Fixed
|
|
455
|
-
- size of large Floating Action Button (FAB) is now rendered corrently
|
|
456
|
-
- use MDL color syntax and revert prior fixes using double MDL files
|
|
457
|
-
|
|
458
|
-
## [2.16.2] 2017-08-10
|
|
459
|
-
|
|
460
|
-
### Fixed
|
|
461
|
-
- Remove gulp tasks from peer dependency
|
|
462
|
-
|
|
463
|
-
## [2.16.1] 2017-08-10
|
|
464
|
-
|
|
465
|
-
### Fixed
|
|
466
|
-
- reset margin of alerts to 1 REM (https://www.youtube.com/watch?v=xwtdhWltSIg)
|
|
467
|
-
|
|
468
|
-
## [2.16.0] 2017-08-10
|
|
469
|
-
|
|
470
|
-
## Changed
|
|
471
|
-
- Added patched versions of MDL libraries that are using real colors
|
|
472
|
-
|
|
473
|
-
### Fixed
|
|
474
|
-
- Resolve gui-elements to itself with the help of webpack aliases
|
|
475
|
-
|
|
476
|
-
## [2.15.3] 2017-08-08
|
|
477
|
-
|
|
478
|
-
### Added
|
|
479
|
-
- introduce `ecc` prefixed variables for global configuration stack of colors and sizes
|
|
480
|
-
|
|
481
|
-
### Fixed
|
|
482
|
-
- improve cursor position on focused `<SelectBox />` elements and narrow active select option
|
|
483
|
-
|
|
484
|
-
## [2.15.2] 2017-07-21
|
|
485
|
-
### Fixed
|
|
486
|
-
- `SelectBox` now pass `isOptionUnique` correctly
|
|
487
|
-
|
|
488
|
-
## [2.15.1] 2017-07-06
|
|
489
|
-
### Fixed
|
|
490
|
-
- documentation of `<Pagination />`
|
|
491
|
-
|
|
492
|
-
## [2.15.0] 2017-06-28
|
|
493
|
-
|
|
494
|
-
### Added
|
|
495
|
-
- add `<Alert/>` parameter to set icon used for handler button
|
|
496
|
-
|
|
497
|
-
### Changed
|
|
498
|
-
- update react-mdl and react-select to newest version
|
|
499
|
-
- Async Selects do not normalize input per default
|
|
500
|
-
|
|
501
|
-
### Fixed
|
|
502
|
-
- correct icon size and alignment in textfield label
|
|
503
|
-
|
|
504
|
-
## [2.14.0] 2017-06-23
|
|
505
|
-
|
|
506
|
-
### Added
|
|
507
|
-
|
|
508
|
-
- SelectBox can now be async
|
|
509
|
-
|
|
510
|
-
### Fixed
|
|
511
|
-
- optical adjustment of margin/padding for textarea textfields compared to single line textfields
|
|
512
|
-
|
|
513
|
-
## [2.13.0] 2017-06-20
|
|
514
|
-
|
|
515
|
-
### Added
|
|
516
|
-
- provide very simple `<NotAvailable />` element for configurable "not available" placeholder information
|
|
517
|
-
|
|
518
|
-
## [2.12.1] 2017-06-14
|
|
519
|
-
### Removed
|
|
520
|
-
- Dependencies which are unneeded after the vis removal
|
|
521
|
-
|
|
522
|
-
## [2.12.0] 2017-06-13
|
|
523
|
-
|
|
524
|
-
### Removed
|
|
525
|
-
- Timeline and vis dependency (Potentially breaking, no major change, as we migrated all components)
|
|
526
|
-
|
|
527
|
-
## [2.11.7] 2017-04-26
|
|
528
|
-
|
|
529
|
-
### Fixed
|
|
530
|
-
- prevent overflow of hovered menu items
|
|
531
|
-
|
|
532
|
-
## [2.11.6] 2017-04-24
|
|
533
|
-
|
|
534
|
-
### Fixed
|
|
535
|
-
- tooltips for no-access icons changed
|
|
536
|
-
|
|
537
|
-
## [2.11.5] 2017-04-12
|
|
538
|
-
### Fixed
|
|
539
|
-
- click on an already active Tab will no longer trigger rerender
|
|
540
|
-
|
|
541
|
-
## [2.11.4] 2017-03-29
|
|
542
|
-
### Fixed
|
|
543
|
-
- reduce icon size in chips to font size of parent element
|
|
544
|
-
|
|
545
|
-
## [2.11.3] 2017-03-28
|
|
546
|
-
### Fixed
|
|
547
|
-
- use separated chip scss stylesheet to include patches
|
|
548
|
-
- fix layout to use Chip on smaller spaces
|
|
549
|
-
- allow additional class names for `<ChipVisual/>` elements
|
|
550
|
-
- enable icons as content in `<ChipVisual/>` elements
|
|
551
|
-
|
|
552
|
-
## [2.11.2] 2017-03-24
|
|
553
|
-
### Fixed
|
|
554
|
-
- Only use vis css which is really needed
|
|
555
|
-
|
|
556
|
-
## [2.11.1] 2017-03-24
|
|
557
|
-
### Fixed
|
|
558
|
-
- made npm package ~3MB smaller by not including useless vis code
|
|
559
|
-
- remove faulty code from BaseDialog
|
|
560
|
-
|
|
561
|
-
## [2.11.0] 2017-03-24
|
|
562
|
-
### Added
|
|
563
|
-
- provide own `<Chip/>` and `<ChipVisual/>` element
|
|
564
|
-
|
|
565
|
-
## [2.10.0] 2017-03-21
|
|
566
|
-
### Added
|
|
567
|
-
- insert helper for justified usage of color definitions as strings and color types
|
|
568
|
-
|
|
569
|
-
## [2.9.1] 2017-03-21
|
|
570
|
-
### Fixed
|
|
571
|
-
- Unignore lib folder in npmignore
|
|
572
|
-
|
|
573
|
-
## [2.9.0] 2017-03-20
|
|
574
|
-
|
|
575
|
-
This release includes all changes included in `3.0.0`
|
|
576
|
-
|
|
577
|
-
### Changed
|
|
578
|
-
- `vis` dependency is managed as submodule again:
|
|
579
|
-
- update to `vis@4.19.1`
|
|
580
|
-
- update of `vis` license
|
|
581
|
-
- removal of `vis` dependency from package.json
|
|
582
|
-
|
|
583
|
-
## [3.0.0] 2017-03-16 (deprecated)
|
|
584
|
-
|
|
585
|
-
This release has been deprecated and should not be used. Please use the a release `>= 2.9.0` to include the changes listed below
|
|
586
|
-
|
|
587
|
-
### Changed
|
|
588
|
-
- update to `material-design-lite@1.3.0`
|
|
589
|
-
- with this update we use the official `material-design-lite` repo instead of an old fork
|
|
590
|
-
- update to `react-mdl@1.9.0`
|
|
591
|
-
- removed usage of eccenca clone of MDL, use JS directly from React-MDL
|
|
592
|
-
- use visjs Timeline via import from `package.json`
|
|
593
|
-
- restructure scss imports
|
|
594
|
-
|
|
595
|
-
### Added
|
|
596
|
-
- elements for `<Layout/>` and `<Content/>` containers
|
|
597
|
-
|
|
598
|
-
## [2.8.2] 2017-03-08
|
|
599
|
-
### Fixed
|
|
600
|
-
- revert to old Tabs workflow regarding to accidentally changes of behaviour with empty tabs content and non-avtive tabs
|
|
601
|
-
|
|
602
|
-
## [2.8.1] 2017-03-01
|
|
603
|
-
### Fixed
|
|
604
|
-
- Re-enable mixin side effect
|
|
605
|
-
|
|
606
|
-
## [2.8.0] 2017-02-24
|
|
607
|
-
### Fixed
|
|
608
|
-
- improve rendering of `ContextMenu`, prevent re-rendering cascade (replace react-mdl element)
|
|
609
|
-
- add prop `valign` with defauly `bottom` to `ContextMenu`
|
|
610
|
-
|
|
611
|
-
### Added
|
|
612
|
-
- `PerformanceMixin` provides default checks for shouldComponentUpdate() to prevent unnecessary renderings
|
|
613
|
-
|
|
614
|
-
## [2.7.0] 2017-02-13
|
|
615
|
-
|
|
616
|
-
### Added
|
|
617
|
-
- new elements for `<Radio/>` and `<RadioGroup/>`
|
|
618
|
-
|
|
619
|
-
## [2.6.2] 2017-02-07
|
|
620
|
-
|
|
621
|
-
### Fixed
|
|
622
|
-
- `<ContextMenu/>` with only one MenuItem does not break the application anymore
|
|
623
|
-
|
|
624
|
-
## [2.6.1] 2017-02-03
|
|
625
|
-
|
|
626
|
-
### Fixed
|
|
627
|
-
- use correct capitalization for fallback tooltips of icons and buttons
|
|
628
|
-
|
|
629
|
-
## [2.6.0] 2017-01-31
|
|
630
|
-
|
|
631
|
-
### Added
|
|
632
|
-
- new button elements: `<AffirmativeButton/>`, `<DismissiveButton/>`, `<DisruptiveButton/>`
|
|
633
|
-
|
|
634
|
-
## [2.5.0] 2017-01-24
|
|
635
|
-
|
|
636
|
-
### Fixed
|
|
637
|
-
- improve layout of multi select values to prevent box overflows
|
|
638
|
-
|
|
639
|
-
### Changed
|
|
640
|
-
- move remove button of multi select values to left side again
|
|
641
|
-
|
|
642
|
-
## [2.4.0] 2017-01-23
|
|
643
|
-
|
|
644
|
-
### Added
|
|
645
|
-
- add config option to overwrite default icon of context menu element
|
|
646
|
-
|
|
647
|
-
## [2.3.1] 2017-01-11
|
|
648
|
-
### Fixed
|
|
649
|
-
- Added missing licenses for `material-design-icons`, `roboto` and `vis`
|
|
650
|
-
- Tabs: No Error is thrown anymore if onTabClick is undefined
|
|
651
|
-
|
|
652
|
-
## [2.3.0] 2017-01-09
|
|
653
|
-
### Added
|
|
654
|
-
- classnames for `Pagination`, `ContextMenu` and `Dialog` buttons
|
|
655
|
-
|
|
656
|
-
## [2.2.0] 2016-12-01
|
|
657
|
-
### Changes
|
|
658
|
-
- add stretch option (default: true) to TextField element
|
|
659
|
-
- add multiline option (default: false) to TextField element
|
|
660
|
-
|
|
661
|
-
## [2.1.0] 2016-12-01
|
|
662
|
-
### Added
|
|
663
|
-
- SelectBox now has the `optionsOnTop` property (boolean, default `false`). If set to `true`, the dropdown will open to the top
|
|
664
|
-
- Pagination now has the `isTopPagination` property (boolean, default `false`). If set to `true`, the limit selector will open to the bottom
|
|
665
|
-
|
|
666
|
-
### Changed
|
|
667
|
-
- SelectBox uses MDL floating label pattern
|
|
668
|
-
|
|
669
|
-
## [2.0.0] 2016-11-28
|
|
670
|
-
### Breaking
|
|
671
|
-
- Removed `<Dialog>`. Please use `<ConfirmationDialog>` or `<BaseDialog>` instead:
|
|
672
|
-
|
|
673
|
-
```jsx
|
|
674
|
-
//Converting old Dialog to ConfirmationDialog:
|
|
675
|
-
<Dialog cancelButton={...} confirmButton={...}/>
|
|
676
|
-
// =>
|
|
677
|
-
<ConfirmationDialog cancelButton={...} confirmButton={...}/>
|
|
678
|
-
|
|
679
|
-
//If you used Dialog with just one button, please use BaseDialog instead:
|
|
680
|
-
<Dialog confirmButton={this.exampleButton}/>
|
|
681
|
-
// =>
|
|
682
|
-
<BaseDialog buttonRow={[this.exampleButton]}/>
|
|
683
|
-
```
|
|
684
|
-
|
|
685
|
-
- Checkbox/Switch have been changed to a controlled input.
|
|
686
|
-
|
|
687
|
-
Furthermore the onChange function has been changed:
|
|
688
|
-
|
|
689
|
-
```jsx
|
|
690
|
-
//New Usage
|
|
691
|
-
|
|
692
|
-
let isChecked = false;
|
|
693
|
-
|
|
694
|
-
const handleChange(data) => {
|
|
695
|
-
|
|
696
|
-
const {
|
|
697
|
-
//contains the react synthetic event
|
|
698
|
-
event,
|
|
699
|
-
//contains the content of the value prop
|
|
700
|
-
rawValue,
|
|
701
|
-
// contains true or false
|
|
702
|
-
value,
|
|
703
|
-
} = data;
|
|
704
|
-
|
|
705
|
-
isChecked = value;
|
|
706
|
-
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
<Checkbox
|
|
710
|
-
onChange={handleChange}
|
|
711
|
-
checked={isChecked}
|
|
712
|
-
value="foo"
|
|
713
|
-
/>
|
|
714
|
-
```
|
|
715
|
-
|
|
716
|
-
- Pagination has now a simpler onChange handler:
|
|
717
|
-
|
|
718
|
-
```jsx
|
|
719
|
-
//before
|
|
720
|
-
<Pagination
|
|
721
|
-
handleNewLimit={(limit) => console.log(limit)}
|
|
722
|
-
handleNewOffset={(offset) => console.log(offset)}
|
|
723
|
-
/>
|
|
724
|
-
//after
|
|
725
|
-
<Pagination
|
|
726
|
-
onChange={({offset, limit}) => console.log(offset, limit)}
|
|
727
|
-
/>
|
|
728
|
-
```
|
|
729
|
-
|
|
730
|
-
### Changed
|
|
731
|
-
- Disabled buttons do not show their tooltip anymore
|
|
732
|
-
- `SelectBox` now support multi selection and new value creation
|
|
733
|
-
|
|
734
|
-
## [1.17.3] 2016-11-24
|
|
735
|
-
### Changed
|
|
736
|
-
- Reverted Changes to Confirmation Dialog, as a Confirmation Dialog should always have two buttons [per spec](https://material.google.com/components/dialogs.html#dialogs-confirmation-dialogs).
|
|
737
|
-
|
|
738
|
-
## [1.17.1] 2016-11-15
|
|
739
|
-
### Fixed
|
|
740
|
-
- Missing mdl icons are now shown again
|
|
741
|
-
|
|
742
|
-
### Changed
|
|
743
|
-
- bumped `ecc-uitest-helpers`
|
|
744
|
-
|
|
745
|
-
## [1.17.0] 2016-11-15
|
|
746
|
-
### Changed
|
|
747
|
-
- Merged `ecc-style-core@1.7.5` into this project, with complete history.
|
|
748
|
-
You can find the `ecc-style-core` changelog at the end of this file.
|
|
749
|
-
|
|
750
|
-
## [1.16.4] 2016-11-07
|
|
751
|
-
### Fixed
|
|
752
|
-
- readd `Tabs` className
|
|
753
|
-
|
|
754
|
-
## [1.16.3] 2016-11-07
|
|
755
|
-
### Fixed
|
|
756
|
-
- issue with not shown `Tabs` content caused by className troubles
|
|
757
|
-
|
|
758
|
-
## [1.16.2] 2016-11-02
|
|
759
|
-
### Fixed
|
|
760
|
-
- add mdl class for tab panels to tab content section
|
|
761
|
-
|
|
762
|
-
## [1.16.1] 2016-10-28
|
|
763
|
-
### Fixed
|
|
764
|
-
- Fixed incorrect context menu style.
|
|
765
|
-
|
|
766
|
-
## [1.16.0] 2016-10-24
|
|
767
|
-
### Fixed
|
|
768
|
-
- `Pagination`: 'Last Page' button now returns correct offset if number of total results is a multiple of limit
|
|
769
|
-
|
|
770
|
-
## [1.15.0] 2016-10-18
|
|
771
|
-
### Changed
|
|
772
|
-
- Updated to `lodash@4`, `react-select@1.0.0-rc.2` and `classnames@^2.2.5`
|
|
773
|
-
- `Switch` and `Checkbox` now use `uniqueId` Higher Order Component
|
|
774
|
-
|
|
775
|
-
### Added
|
|
776
|
-
- `TextField` component
|
|
777
|
-
- `uniqueId` Higher Order Component
|
|
778
|
-
|
|
779
|
-
## [1.14.4] 2016-10-06
|
|
780
|
-
### Fixed
|
|
781
|
-
- `ContextMenu`: using more than one ContextMenu element per side without setting `target` results in the same id for every element
|
|
782
|
-
- `Pagination`: if no data exists offset was 0 instead of 1
|
|
783
|
-
|
|
784
|
-
## [1.14.3] 2016-09-27
|
|
785
|
-
### Fixed
|
|
786
|
-
- `Button`: forwarded info about to prevented tooltip to icon if used
|
|
787
|
-
|
|
788
|
-
## [1.14.2] 2016-09-27
|
|
789
|
-
### Fixed
|
|
790
|
-
- `ContextMenu`: fixed bug that it did not work properly with only one menu item
|
|
791
|
-
|
|
792
|
-
## [1.14.1] 2016-09-26
|
|
793
|
-
### Fixed
|
|
794
|
-
- `Pagination`: 'Last Page' button returned wrong offset
|
|
795
|
-
|
|
796
|
-
## [1.14.0] 2016-09-21
|
|
797
|
-
### Added
|
|
798
|
-
- `ContextMenu` element
|
|
799
|
-
|
|
800
|
-
## [1.13.0] 2016-09-12
|
|
801
|
-
### Added
|
|
802
|
-
- `Pagination` element
|
|
803
|
-
|
|
804
|
-
## [1.12.0] 2016-09-05
|
|
805
|
-
### Changed
|
|
806
|
-
- TimeLine: Instead of including the `vis` library completely,
|
|
807
|
-
we just build the relevant parts directly from a submodule.
|
|
808
|
-
|
|
809
|
-
If you want or need to update the `vis` dependency, please forward the submodule in `lib/vis` and run `npm run prepublish`.
|
|
810
|
-
|
|
811
|
-
## [1.11.2] 2016-08-30
|
|
812
|
-
### Fixed
|
|
813
|
-
- SelectBox: fixed type handling for strings and numbers
|
|
814
|
-
- SelectBox: correctly export react-select styles
|
|
815
|
-
|
|
816
|
-
## [1.11.1] 2016-08-28
|
|
817
|
-
### Changed
|
|
818
|
-
- Tabs onTabClick propType is now optional
|
|
819
|
-
- removed checks for changed content from Tabs regarding to some irregular behavior. Content should now check props changes by its own
|
|
820
|
-
|
|
821
|
-
## [1.11.0] 2016-08-18
|
|
822
|
-
### Added
|
|
823
|
-
- SelectBox, which is a wrapper around react-select
|
|
824
|
-
|
|
825
|
-
### Fixed
|
|
826
|
-
- pushing wrong properties into Buttons
|
|
827
|
-
|
|
828
|
-
## [1.10.1] 2016-06-30
|
|
829
|
-
### Fixed
|
|
830
|
-
- switch button order of confirmationDialog due to mdl guideline
|
|
831
|
-
|
|
832
|
-
## [1.10.0] 2016-06-17
|
|
833
|
-
### Added
|
|
834
|
-
- alternative dialog with customizable action row
|
|
835
|
-
|
|
836
|
-
### Changed
|
|
837
|
-
- renamed Dialog into ConfirmationDialog
|
|
28
|
+
* Add missing import to `components/Spinner/Spinner.tsx`.
|
|
29
|
+
* Add bottom white space in tables in content block elements.
|
|
30
|
+
* `fullWidth` on/off display of `TextField` is now working like expected
|
|
838
31
|
|
|
839
32
|
### Deprecated
|
|
840
|
-
- Dialog should be renamed to ConfirmationDialog
|
|
841
|
-
|
|
842
|
-
### Fixed
|
|
843
|
-
- removed class from react tabs to prevent null errors
|
|
844
|
-
|
|
845
|
-
## [v1.9.0] 2016-05-23
|
|
846
|
-
### Added
|
|
847
|
-
- Add Version to provide standard output of product version.
|
|
848
|
-
|
|
849
|
-
## [v1.8.0] 2016-05-17
|
|
850
|
-
### Changed
|
|
851
|
-
- Upgrade React development version to v15.
|
|
852
|
-
- Upgrade devvtools.
|
|
853
|
-
|
|
854
|
-
## ecc-style-core history
|
|
855
|
-
|
|
856
|
-
`ecc-style-core` was merged into this project. You can find the history here:
|
|
857
|
-
|
|
858
|
-
### [ecc-style-core@1.7.5] 2016-09-27
|
|
859
|
-
|
|
860
|
-
#### Fixed
|
|
861
|
-
- Improve visibility of tooltips by darker background and light border
|
|
862
|
-
|
|
863
|
-
### [ecc-style-core@1.7.4] 2016-09-21
|
|
864
|
-
|
|
865
|
-
#### Fixed
|
|
866
|
-
- (Workaround) do not show tooltips for disabled buttons, @see https://openproject.brox.de/work_packages/11918
|
|
867
|
-
|
|
868
|
-
### [ecc-style-core@1.7.3] 2016-09-13
|
|
869
|
-
|
|
870
|
-
#### Fixed
|
|
871
|
-
- Disabled animation of tooltips, as it causes problems in Chrome 53
|
|
872
|
-
|
|
873
|
-
### [ecc-style-core@1.7.2] 2016-09-12
|
|
874
|
-
|
|
875
|
-
#### Fixed
|
|
876
|
-
- Fix Page Size Selection in Pagination in Chrome
|
|
877
|
-
|
|
878
|
-
### [ecc-style-core@1.7.1] 2016-09-12
|
|
879
|
-
|
|
880
|
-
#### Fixed
|
|
881
|
-
- Tooltips are not blurry anymore in Chrome 53
|
|
882
|
-
|
|
883
|
-
### [ecc-style-core@1.7.0] 2016-09-08
|
|
884
|
-
|
|
885
|
-
#### Added
|
|
886
|
-
- basic styles for Pagination element
|
|
887
|
-
|
|
888
|
-
### [ecc-style-core@1.6.0] 2016-06-27
|
|
889
|
-
|
|
890
|
-
#### Added
|
|
891
|
-
- Added `ecc-dotfiles` dev dependency
|
|
892
33
|
|
|
893
|
-
|
|
894
|
-
|
|
34
|
+
* `SimpleDialog` element now uses `intent` property instead of `intentClassName`
|
|
35
|
+
|
|
36
|
+
## [21.11.1] 2021-11-24
|
|
37
|
+
|
|
38
|
+
### Added
|
|
39
|
+
|
|
40
|
+
* Changelog documentation
|
|
41
|
+
* Readme project overview
|
|
42
|
+
|
|
43
|
+
## 21.11
|
|
44
|
+
|
|
45
|
+
### Added
|
|
46
|
+
|
|
47
|
+
* Iframe and IframeModal basic elements
|
|
48
|
+
* Support for special components shared between applications of the eccenca Corporate Memory GUI
|
|
49
|
+
* ActivityControl widget
|
|
50
|
+
* ContentBlobToggler component
|
|
51
|
+
* Markdown parser widget
|
|
52
|
+
* Support animated NodeDefault shadows to visualize activities
|
|
53
|
+
* Height of NodeDefault can be aligned to number of handles
|
|
54
|
+
* React-Flow Minipmap can be used for navigation on canvas
|
|
55
|
+
* Support more icons
|
|
56
|
+
* Support intent states for Icon
|
|
57
|
+
|
|
58
|
+
### Changed
|
|
59
|
+
|
|
60
|
+
* ApplicationContainer is not based on Carbon anymore
|
|
61
|
+
* sidenav expansion state must be managed outside of that element now
|
|
62
|
+
* OverviewItemActions can be shown only when OverviewItem is hovered
|
|
63
|
+
* Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
|
|
64
|
+
* Use own property to hide overflow content in ToolbarSection
|
|
65
|
+
|
|
66
|
+
### Fixed
|
|
67
|
+
|
|
68
|
+
* Stabilize icon dimensions
|
|
69
|
+
* Small font size amrkup now works inside HTML content block
|
|
70
|
+
* Stabilize tabs
|
|
71
|
+
* Do not ignore size and stroke properties for Spinner
|
|
72
|
+
|
|
73
|
+
## 21.06
|
|
74
|
+
|
|
75
|
+
### Added
|
|
76
|
+
|
|
77
|
+
* First release, it provides:
|
|
78
|
+
* Basic GUI elements based on BlueprintJS and IBM Carbon Design System
|
|
79
|
+
* Accordion
|
|
80
|
+
* Application layout
|
|
81
|
+
* AutocompleteField
|
|
82
|
+
* Breadcrumb
|
|
83
|
+
* Button
|
|
84
|
+
* Card
|
|
85
|
+
* Checkbox
|
|
86
|
+
* ContextOverlay
|
|
87
|
+
* Dialog
|
|
88
|
+
* Form
|
|
89
|
+
* Grid
|
|
90
|
+
* Icon
|
|
91
|
+
* Intent
|
|
92
|
+
* Label
|
|
93
|
+
* Link
|
|
94
|
+
* Menu
|
|
95
|
+
* Notification
|
|
96
|
+
* NumericInput
|
|
97
|
+
* OverviewItem
|
|
98
|
+
* Pagination
|
|
99
|
+
* PropertyValuePair
|
|
100
|
+
* RadioButton
|
|
101
|
+
* Separation
|
|
102
|
+
* SimpleTable
|
|
103
|
+
* Spinner
|
|
104
|
+
* Structure
|
|
105
|
+
* Switch
|
|
106
|
+
* Tabs
|
|
107
|
+
* Tag
|
|
108
|
+
* TagInput
|
|
109
|
+
* TextField
|
|
110
|
+
* Toolbar
|
|
111
|
+
* Tooltip
|
|
112
|
+
* Typography
|
|
113
|
+
* Workspace view parts
|
|
114
|
+
* Extensions for React-Flow
|
|
115
|
+
* EdgeDefault
|
|
116
|
+
* EdgeStep
|
|
117
|
+
* EdgeTools
|
|
118
|
+
* HandleContent
|
|
119
|
+
* HandleDefault
|
|
120
|
+
* NodeDefault
|
|
121
|
+
* NodeTools
|