@eccenca/gui-elements 23.0.0-rc.1 → 23.0.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +4 -10
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/index.js +3 -1
- package/dist/cjs/cmem/index.js.map +1 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +2 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +64 -0
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -0
- package/dist/cjs/cmem/react-flow/configuration/graph.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/linking.js +2 -0
- package/dist/cjs/cmem/react-flow/configuration/linking.js.map +1 -1
- package/dist/cjs/cmem/react-flow/configuration/typing.js +35 -0
- package/dist/cjs/cmem/react-flow/configuration/typing.js.map +1 -0
- package/dist/cjs/cmem/react-flow/configuration/workflow.js +2 -0
- package/dist/cjs/cmem/react-flow/configuration/workflow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js +42 -0
- package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -0
- package/dist/cjs/common/utils/CssCustomProperties.js +114 -0
- package/dist/cjs/common/utils/CssCustomProperties.js.map +1 -0
- package/dist/cjs/common/utils/getColorConfiguration.js +21 -0
- package/dist/cjs/common/utils/getColorConfiguration.js.map +1 -0
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +19 -19
- package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js +4 -12
- package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +15 -6
- package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js +13 -4
- package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +11 -4
- package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/cjs/components/Button/Button.js +2 -2
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextMenu.js +6 -5
- package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js +6 -8
- package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/cjs/components/Form/FieldItem.js +2 -2
- package/dist/cjs/components/Form/FieldItem.js.map +1 -1
- package/dist/cjs/components/Icon/Icon.js +2 -2
- package/dist/cjs/components/Icon/Icon.js.map +1 -1
- package/dist/cjs/components/Icon/IconButton.js +2 -2
- package/dist/cjs/components/Icon/IconButton.js.map +1 -1
- package/dist/cjs/components/Icon/canonicalIconNames.js +124 -114
- package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/cjs/components/Label/Label.js +6 -6
- package/dist/cjs/components/Label/Label.js.map +1 -1
- package/dist/cjs/components/Menu/MenuItem.js +2 -5
- package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
- package/dist/cjs/components/MultiSelect/MultiSelect.js +8 -10
- package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/cjs/components/Select/Select.js +29 -0
- package/dist/cjs/components/Select/Select.js.map +1 -0
- package/dist/cjs/components/Tabs/TabTitle.js +2 -4
- package/dist/cjs/components/Tabs/TabTitle.js.map +1 -1
- package/dist/cjs/components/Tag/Tag.js +2 -1
- package/dist/cjs/components/Tag/Tag.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.js +7 -4
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/extensions/codemirror/CodeMirror.js +3 -3
- package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js +2 -1
- package/dist/cjs/extensions/react-flow/edges/EdgeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js +1 -1
- package/dist/cjs/extensions/react-flow/handles/HandleContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/index.js +6 -1
- package/dist/cjs/extensions/react-flow/index.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +3 -2
- package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/cjs/extensions/react-flow/minimap/utils.js +12 -6
- package/dist/cjs/extensions/react-flow/minimap/utils.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +74 -25
- package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js +10 -6
- package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +1 -3
- package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js +49 -0
- package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -0
- package/dist/cjs/index.js +3 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legacy-replacements/Tabs/Tabs.js +1 -1
- package/dist/cjs/legacy-replacements/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/legacy-replacements/TextField/TextField.js +5 -8
- package/dist/cjs/legacy-replacements/TextField/TextField.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +4 -10
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/esm/cmem/index.js +1 -0
- package/dist/esm/cmem/index.js.map +1 -1
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js +2 -1
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +89 -0
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -0
- package/dist/esm/cmem/react-flow/configuration/graph.js +1 -1
- package/dist/esm/cmem/react-flow/configuration/graph.js.map +1 -1
- package/dist/esm/cmem/react-flow/configuration/linking.js +3 -1
- package/dist/esm/cmem/react-flow/configuration/linking.js.map +1 -1
- package/dist/esm/cmem/react-flow/configuration/typing.js +32 -0
- package/dist/esm/cmem/react-flow/configuration/typing.js.map +1 -0
- package/dist/esm/cmem/react-flow/configuration/workflow.js +3 -1
- package/dist/esm/cmem/react-flow/configuration/workflow.js.map +1 -1
- package/dist/esm/cmem/react-flow/nodes/StickyNoteNode.js +31 -0
- package/dist/esm/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -0
- package/dist/esm/common/utils/CssCustomProperties.js +154 -0
- package/dist/esm/common/utils/CssCustomProperties.js.map +1 -0
- package/dist/esm/common/utils/getColorConfiguration.js +16 -0
- package/dist/esm/common/utils/getColorConfiguration.js.map +1 -0
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +23 -21
- package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js +4 -12
- package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js +32 -23
- package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbItem.js +13 -4
- package/dist/esm/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js +11 -4
- package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
- package/dist/esm/components/Button/Button.js +2 -2
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextMenu.js +6 -5
- package/dist/esm/components/ContextOverlay/ContextMenu.js.map +1 -1
- package/dist/esm/components/ContextOverlay/ContextOverlay.js +6 -8
- package/dist/esm/components/ContextOverlay/ContextOverlay.js.map +1 -1
- package/dist/esm/components/Form/FieldItem.js +2 -2
- package/dist/esm/components/Form/FieldItem.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js +2 -2
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/IconButton.js +2 -2
- package/dist/esm/components/Icon/IconButton.js.map +1 -1
- package/dist/esm/components/Icon/canonicalIconNames.js +124 -114
- package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/esm/components/Label/Label.js +6 -6
- package/dist/esm/components/Label/Label.js.map +1 -1
- package/dist/esm/components/Menu/MenuItem.js +2 -5
- package/dist/esm/components/Menu/MenuItem.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js +5 -7
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/Select/Select.js +35 -0
- package/dist/esm/components/Select/Select.js.map +1 -0
- package/dist/esm/components/Tabs/TabTitle.js +2 -4
- package/dist/esm/components/Tabs/TabTitle.js.map +1 -1
- package/dist/esm/components/Tag/Tag.js +2 -1
- package/dist/esm/components/Tag/Tag.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js +7 -4
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/extensions/codemirror/CodeMirror.js +3 -3
- package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -1
- package/dist/esm/extensions/react-flow/edges/EdgeTools.js +2 -1
- package/dist/esm/extensions/react-flow/edges/EdgeTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleContent.js +1 -1
- package/dist/esm/extensions/react-flow/handles/HandleContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/index.js +1 -0
- package/dist/esm/extensions/react-flow/index.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js +3 -2
- package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
- package/dist/esm/extensions/react-flow/minimap/utils.js +10 -5
- package/dist/esm/extensions/react-flow/minimap/utils.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js +76 -27
- package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js +26 -6
- package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js +1 -3
- package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -1
- package/dist/esm/extensions/react-flow/nodes/nodeUtils.js +44 -0
- package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -0
- package/dist/esm/index.js +3 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legacy-replacements/Tabs/Tabs.js +1 -1
- package/dist/esm/legacy-replacements/Tabs/Tabs.js.map +1 -1
- package/dist/esm/legacy-replacements/TextField/TextField.js +2 -5
- package/dist/esm/legacy-replacements/TextField/TextField.js.map +1 -1
- package/dist/types/cmem/index.d.ts +1 -0
- package/dist/types/cmem/react-flow/StickyNoteModal/StickyNoteModal.d.ts +26 -0
- package/dist/types/cmem/react-flow/configuration/graph.d.ts +3 -8
- package/dist/types/cmem/react-flow/configuration/linking.d.ts +3 -9
- package/dist/types/cmem/react-flow/configuration/typing.d.ts +28 -0
- package/dist/types/cmem/react-flow/configuration/workflow.d.ts +3 -9
- package/dist/types/cmem/react-flow/nodes/StickyNoteNode.d.ts +3 -0
- package/dist/types/common/utils/CssCustomProperties.d.ts +28 -0
- package/dist/types/common/utils/getColorConfiguration.d.ts +8 -0
- package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +7 -4
- package/dist/types/components/Breadcrumb/BreadcrumbItem.d.ts +7 -3
- package/dist/types/components/Breadcrumb/BreadcrumbList.d.ts +20 -8
- package/dist/types/components/Button/Button.d.ts +2 -2
- package/dist/types/components/ContextOverlay/ContextMenu.d.ts +37 -3
- package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +12 -1
- package/dist/types/components/Form/FieldItem.d.ts +3 -2
- package/dist/types/components/Icon/Icon.d.ts +32 -7
- package/dist/types/components/Icon/IconButton.d.ts +21 -7
- package/dist/types/components/Icon/canonicalIconNames.d.ts +1 -1
- package/dist/types/components/Label/Label.d.ts +30 -2
- package/dist/types/components/Menu/MenuItem.d.ts +3 -7
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +13 -9
- package/dist/types/components/Select/Select.d.ts +22 -0
- package/dist/types/components/Tag/Tag.d.ts +5 -1
- package/dist/types/components/Tooltip/Tooltip.d.ts +13 -11
- package/dist/types/components/interfaces.d.ts +1 -0
- package/dist/types/extensions/codemirror/CodeMirror.d.ts +5 -1
- package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +2 -2
- package/dist/types/extensions/react-flow/index.d.ts +1 -0
- package/dist/types/extensions/react-flow/minimap/MiniMap.d.ts +1 -1
- package/dist/types/extensions/react-flow/minimap/utils.d.ts +1 -0
- package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +17 -1
- package/dist/types/extensions/react-flow/nodes/NodeContentExtension.d.ts +2 -2
- package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +2 -2
- package/dist/types/extensions/react-flow/nodes/nodeUtils.d.ts +14 -0
- package/dist/types/index.d.ts +3 -2
- package/dist/types/legacy-replacements/Tabs/Tabs.d.ts +1 -1
- package/package.json +19 -15
- package/scripts/compile-sass.ts +9 -0
- package/scripts/fix-cjs-dist +5 -0
- package/scripts/fix-esm-dist +6 -0
- package/scripts/sassConfig.js +13 -0
- package/src/_shame.scss +17 -0
- package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +2 -2
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +5 -10
- package/src/cmem/index.ts +1 -0
- package/src/cmem/markdown/markdown.scss +1 -1
- package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +48 -15
- package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +2 -0
- package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +134 -0
- package/src/cmem/react-flow/_index.scss +1 -1
- package/src/cmem/react-flow/_minimap.scss +6 -2
- package/src/cmem/react-flow/configuration/graph.ts +3 -5
- package/src/cmem/react-flow/configuration/linking.ts +5 -6
- package/src/cmem/react-flow/configuration/typing.ts +30 -0
- package/src/cmem/react-flow/configuration/workflow.ts +5 -5
- package/src/cmem/react-flow/nodes/StickyNoteNode.tsx +13 -0
- package/src/cmem/react-flow/{_nodes.scss → nodes/_colors.scss} +0 -0
- package/src/cmem/react-flow/nodes/_index.scss +2 -0
- package/src/cmem/react-flow/nodes/_stickynote.scss +72 -0
- package/src/common/utils/CssCustomProperties.ts +14 -12
- package/src/common/utils/getColorConfiguration.ts +1 -2
- package/src/components/Accordion/accordion.scss +11 -11
- package/src/components/Application/_header.scss +4 -3
- package/src/components/AutoSuggestion/AutoSuggestion.tsx +23 -23
- package/src/components/AutoSuggestion/AutoSuggestionList.tsx +15 -17
- package/src/components/AutoSuggestion/tests/AutoSuggestionList.test.tsx +1 -1
- package/src/components/AutocompleteField/AutoCompleteField.tsx +44 -19
- package/src/components/AutocompleteField/autocompletefield.scss +5 -3
- package/src/components/AutocompleteField/stories/AutoCompleteField.stories.tsx +75 -0
- package/src/components/Breadcrumb/BreadcrumbItem.tsx +15 -6
- package/src/components/Breadcrumb/BreadcrumbList.tsx +36 -14
- package/src/components/Breadcrumb/breadcrumb.scss +24 -1
- package/src/components/Breadcrumb/stories/BreadcrumbItem.stories.tsx +19 -0
- package/src/components/Breadcrumb/stories/BreadcrumbList.stories.tsx +26 -0
- package/src/components/Button/Button.tsx +3 -3
- package/src/components/Button/button.scss +43 -6
- package/src/components/Card/card.scss +5 -5
- package/src/components/ContextOverlay/ContextMenu.stories.tsx +33 -0
- package/src/components/ContextOverlay/ContextMenu.tsx +46 -8
- package/src/components/ContextOverlay/ContextOverlay.stories.tsx +148 -0
- package/src/components/ContextOverlay/ContextOverlay.tsx +16 -9
- package/src/components/ContextOverlay/contextoverlay.scss +17 -5
- package/src/components/Dialog/dialog.scss +10 -8
- package/src/components/Form/FieldItem.tsx +4 -4
- package/src/components/Form/form.scss +6 -6
- package/src/components/Icon/Icon.tsx +33 -18
- package/src/components/Icon/IconButton.tsx +24 -19
- package/src/components/Icon/canonicalIconNames.tsx +134 -121
- package/src/components/Icon/icon.scss +1 -1
- package/src/components/Icon/stories/Icon.stories.tsx +52 -0
- package/src/components/Icon/stories/IconButton.stories.tsx +27 -0
- package/src/components/Label/Label.stories.tsx +27 -0
- package/src/components/Label/Label.tsx +47 -15
- package/src/components/Label/label.scss +2 -2
- package/src/components/Menu/MenuItem.tsx +9 -16
- package/src/components/Menu/menu.scss +10 -9
- package/src/components/MultiSelect/MultiSelect.tsx +30 -18
- package/src/components/Notification/notification.scss +3 -1
- package/src/components/OverviewItem/overviewitem.scss +8 -8
- package/src/components/PropertyValuePair/propertyvalue.scss +9 -7
- package/src/components/Select/Select.stories.tsx +35 -0
- package/src/components/Select/Select.tsx +38 -0
- package/src/components/Select/_select.scss +8 -0
- package/src/components/Separation/separation.scss +6 -6
- package/src/components/SimpleTable/simpletable.scss +5 -5
- package/src/components/Tabs/TabTitle.tsx +2 -4
- package/src/components/Tabs/tabs.scss +3 -3
- package/src/components/Tag/Tag.tsx +6 -0
- package/src/components/Tag/tag.scss +62 -33
- package/src/components/TextField/textfield.scss +6 -4
- package/src/components/Tooltip/Tooltip.stories.tsx +36 -0
- package/src/components/Tooltip/Tooltip.tsx +23 -18
- package/src/components/Tooltip/tooltip.scss +7 -7
- package/src/components/Typography/typography.scss +5 -4
- package/src/components/interfaces.ts +3 -1
- package/src/configuration/_variables.scss +11 -9
- package/src/extensions/codemirror/CodeMirror.tsx +9 -4
- package/src/extensions/react-flow/edges/EdgeTools.tsx +6 -4
- package/src/extensions/react-flow/edges/_edges.scss +3 -3
- package/src/extensions/react-flow/handles/HandleContent.tsx +0 -1
- package/src/extensions/react-flow/handles/_handles.scss +13 -13
- package/src/extensions/react-flow/index.ts +1 -0
- package/src/extensions/react-flow/minimap/MiniMap.tsx +16 -1
- package/src/extensions/react-flow/minimap/_minimap.scss +6 -6
- package/src/extensions/react-flow/minimap/utils.ts +8 -3
- package/src/extensions/react-flow/nodes/NodeContent.tsx +253 -166
- package/src/extensions/react-flow/nodes/NodeContentExtension.tsx +17 -11
- package/src/extensions/react-flow/nodes/NodeTools.tsx +10 -7
- package/src/extensions/react-flow/nodes/_nodes.scss +44 -12
- package/src/extensions/react-flow/nodes/nodeUtils.tsx +53 -0
- package/src/extensions/react-flow/nodes/stories/NodeContent.stories.tsx +41 -12
- package/src/extensions/react-flow/nodes/stories/NodeContentExtension.stories.tsx +39 -47
- package/src/includes/blueprintjs/_variables.scss +4 -2
- package/src/includes/carbon-components/_variables.scss +7 -5
- package/src/index.scss +9 -5
- package/src/index.ts +4 -2
- package/src/legacy-replacements/Tabs/Tabs.tsx +3 -1
- package/src/legacy-replacements/TextField/TextField.tsx +7 -5
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import * as icons from "@carbon/icons-react"
|
|
1
|
+
import * as icons from "@carbon/icons-react";
|
|
2
2
|
|
|
3
3
|
/** Valid icon names. */
|
|
4
|
-
export type ValidIconName =
|
|
4
|
+
export type ValidIconName =
|
|
5
|
+
| "application-dataintegration"
|
|
5
6
|
| "application-homepage"
|
|
6
7
|
| "application-useraccount"
|
|
7
8
|
| "application-warning"
|
|
@@ -50,6 +51,7 @@ export type ValidIconName = "application-dataintegration"
|
|
|
50
51
|
| "item-launch"
|
|
51
52
|
| "item-download"
|
|
52
53
|
| "item-question"
|
|
54
|
+
| "item-comment"
|
|
53
55
|
| "item-copy"
|
|
54
56
|
| "item-save"
|
|
55
57
|
| "item-start"
|
|
@@ -80,6 +82,7 @@ export type ValidIconName = "application-dataintegration"
|
|
|
80
82
|
| "state-danger"
|
|
81
83
|
| "state-unchecked"
|
|
82
84
|
| "state-checked"
|
|
85
|
+
| "state-checkedsimple"
|
|
83
86
|
| "state-partlychecked"
|
|
84
87
|
| "artefact-project"
|
|
85
88
|
| "artefact-workflow"
|
|
@@ -117,343 +120,348 @@ export type ValidIconName = "application-dataintegration"
|
|
|
117
120
|
| "Undefined";
|
|
118
121
|
|
|
119
122
|
export interface IconSized {
|
|
120
|
-
small: (props: any) => JSX.Element | null
|
|
121
|
-
normal: (props: any) => JSX.Element | null
|
|
122
|
-
large: (props: any) => JSX.Element | null
|
|
123
|
+
small: (props: any) => JSX.Element | null;
|
|
124
|
+
normal: (props: any) => JSX.Element | null;
|
|
125
|
+
large: (props: any) => JSX.Element | null;
|
|
123
126
|
}
|
|
124
127
|
const canonicalIconNames: Record<ValidIconName, IconSized> = {
|
|
125
128
|
"application-dataintegration": {
|
|
126
129
|
small: icons.DataUnstructured16,
|
|
127
130
|
normal: icons.DataUnstructured20,
|
|
128
|
-
large: icons.DataUnstructured32
|
|
131
|
+
large: icons.DataUnstructured32,
|
|
129
132
|
},
|
|
130
133
|
"application-homepage": {
|
|
131
134
|
small: icons.Workspace16,
|
|
132
135
|
normal: icons.Workspace20,
|
|
133
|
-
large: icons.Workspace32
|
|
136
|
+
large: icons.Workspace32,
|
|
134
137
|
},
|
|
135
138
|
"application-useraccount": {
|
|
136
139
|
small: icons.UserAvatar16,
|
|
137
140
|
normal: icons.UserAvatar20,
|
|
138
|
-
large: icons.UserAvatar32
|
|
141
|
+
large: icons.UserAvatar32,
|
|
139
142
|
},
|
|
140
143
|
"application-warning": {
|
|
141
144
|
small: icons.WarningAlt16,
|
|
142
145
|
normal: icons.WarningAlt20,
|
|
143
|
-
large: icons.WarningAlt32
|
|
146
|
+
large: icons.WarningAlt32,
|
|
144
147
|
},
|
|
145
148
|
"application-mapping": {
|
|
146
149
|
small: icons.ModelBuilder16,
|
|
147
150
|
normal: icons.ModelBuilder20,
|
|
148
|
-
large: icons.ModelBuilder32
|
|
151
|
+
large: icons.ModelBuilder32,
|
|
149
152
|
},
|
|
150
153
|
"application-explore": {
|
|
151
154
|
small: icons.Explore16,
|
|
152
155
|
normal: icons.Explore20,
|
|
153
|
-
large: icons.Explore32
|
|
156
|
+
large: icons.Explore32,
|
|
154
157
|
},
|
|
155
158
|
"application-vocabularies": {
|
|
156
159
|
small: icons.Catalog16,
|
|
157
160
|
normal: icons.Catalog20,
|
|
158
|
-
large: icons.Catalog32
|
|
161
|
+
large: icons.Catalog32,
|
|
159
162
|
},
|
|
160
163
|
"application-queries": {
|
|
161
164
|
small: icons.DataView16,
|
|
162
165
|
normal: icons.DataView20,
|
|
163
|
-
large: icons.DataView32
|
|
166
|
+
large: icons.DataView32,
|
|
164
167
|
},
|
|
165
168
|
"application-legacygui": {
|
|
166
169
|
small: icons.ResetAlt16,
|
|
167
170
|
normal: icons.ResetAlt20,
|
|
168
|
-
large: icons.ResetAlt32
|
|
171
|
+
large: icons.ResetAlt32,
|
|
169
172
|
},
|
|
170
173
|
"application-activities": {
|
|
171
174
|
small: icons.Activity16,
|
|
172
175
|
normal: icons.Activity20,
|
|
173
|
-
large: icons.Activity32
|
|
176
|
+
large: icons.Activity32,
|
|
174
177
|
},
|
|
175
178
|
"module-timetracker": {
|
|
176
179
|
small: icons.Timer16,
|
|
177
180
|
normal: icons.Timer20,
|
|
178
|
-
large: icons.Timer32
|
|
181
|
+
large: icons.Timer32,
|
|
179
182
|
},
|
|
180
183
|
"module-accesscontrol": {
|
|
181
184
|
small: icons.UserAdmin16,
|
|
182
185
|
normal: icons.UserAdmin20,
|
|
183
|
-
large: icons.UserAdmin32
|
|
186
|
+
large: icons.UserAdmin32,
|
|
184
187
|
},
|
|
185
188
|
"module-annotation": {
|
|
186
189
|
small: icons.WatsonHealthTextAnnotationToggle16,
|
|
187
190
|
normal: icons.WatsonHealthTextAnnotationToggle20,
|
|
188
|
-
large: icons.WatsonHealthTextAnnotationToggle32
|
|
191
|
+
large: icons.WatsonHealthTextAnnotationToggle32,
|
|
189
192
|
},
|
|
190
193
|
"module-dashboard": {
|
|
191
194
|
small: icons.Dashboard16,
|
|
192
195
|
normal: icons.Dashboard20,
|
|
193
|
-
large: icons.Dashboard32
|
|
196
|
+
large: icons.Dashboard32,
|
|
194
197
|
},
|
|
195
198
|
"module-search": {
|
|
196
199
|
small: icons.Search16,
|
|
197
200
|
normal: icons.Search20,
|
|
198
|
-
large: icons.Search32
|
|
201
|
+
large: icons.Search32,
|
|
199
202
|
},
|
|
200
203
|
"module-visualization": {
|
|
201
204
|
small: icons.DataVis_116,
|
|
202
205
|
normal: icons.DataVis_120,
|
|
203
|
-
large: icons.DataVis_132
|
|
206
|
+
large: icons.DataVis_132,
|
|
204
207
|
},
|
|
205
208
|
"module-reports": {
|
|
206
209
|
small: icons.ReportData16,
|
|
207
210
|
normal: icons.ReportData20,
|
|
208
|
-
large: icons.ReportData32
|
|
211
|
+
large: icons.ReportData32,
|
|
209
212
|
},
|
|
210
213
|
"module-thesauri": {
|
|
211
214
|
small: icons.Book16,
|
|
212
215
|
normal: icons.Book20,
|
|
213
|
-
large: icons.Book32
|
|
216
|
+
large: icons.Book32,
|
|
214
217
|
},
|
|
215
218
|
"module-linkedrules": {
|
|
216
219
|
small: icons.Connect16,
|
|
217
220
|
normal: icons.Connect20,
|
|
218
|
-
large: icons.Connect32
|
|
221
|
+
large: icons.Connect32,
|
|
219
222
|
},
|
|
220
223
|
"module-integrations": {
|
|
221
224
|
small: icons.AppConnectivity16,
|
|
222
225
|
normal: icons.AppConnectivity20,
|
|
223
|
-
large: icons.AppConnectivity32
|
|
226
|
+
large: icons.AppConnectivity32,
|
|
224
227
|
},
|
|
225
228
|
"module-gdprsearch": {
|
|
226
229
|
small: icons.UserProfile16,
|
|
227
230
|
normal: icons.UserProfile20,
|
|
228
|
-
large: icons.UserProfile32
|
|
231
|
+
large: icons.UserProfile32,
|
|
229
232
|
},
|
|
230
233
|
"toggler-showmore": {
|
|
231
234
|
small: icons.ChevronDown16,
|
|
232
235
|
normal: icons.ChevronDown20,
|
|
233
|
-
large: icons.ChevronDown32
|
|
236
|
+
large: icons.ChevronDown32,
|
|
234
237
|
},
|
|
235
238
|
"toggler-showless": {
|
|
236
239
|
small: icons.ChevronUp16,
|
|
237
240
|
normal: icons.ChevronUp20,
|
|
238
|
-
large: icons.ChevronUp32
|
|
241
|
+
large: icons.ChevronUp32,
|
|
239
242
|
},
|
|
240
243
|
"toggler-moveright": {
|
|
241
244
|
small: icons.ChevronRight16,
|
|
242
245
|
normal: icons.ChevronRight20,
|
|
243
|
-
large: icons.ChevronRight32
|
|
246
|
+
large: icons.ChevronRight32,
|
|
244
247
|
},
|
|
245
248
|
"toggler-moveleft": {
|
|
246
249
|
small: icons.ChevronLeft16,
|
|
247
250
|
normal: icons.ChevronLeft20,
|
|
248
|
-
large: icons.ChevronLeft32
|
|
251
|
+
large: icons.ChevronLeft32,
|
|
249
252
|
},
|
|
250
253
|
"toggler-maximize": {
|
|
251
254
|
small: icons.Maximize16,
|
|
252
255
|
normal: icons.Maximize20,
|
|
253
|
-
large: icons.Maximize32
|
|
256
|
+
large: icons.Maximize32,
|
|
254
257
|
},
|
|
255
258
|
"toggler-minimize": {
|
|
256
259
|
small: icons.Minimize16,
|
|
257
260
|
normal: icons.Minimize20,
|
|
258
|
-
large: icons.Minimize32
|
|
261
|
+
large: icons.Minimize32,
|
|
259
262
|
},
|
|
260
263
|
"toggler-tree": {
|
|
261
264
|
small: icons.TreeViewAlt16,
|
|
262
265
|
normal: icons.TreeViewAlt20,
|
|
263
|
-
large: icons.TreeViewAlt32
|
|
266
|
+
large: icons.TreeViewAlt32,
|
|
264
267
|
},
|
|
265
268
|
|
|
266
269
|
"navigation-back": {
|
|
267
270
|
small: icons.ArrowLeft16,
|
|
268
271
|
normal: icons.ArrowLeft20,
|
|
269
|
-
large: icons.ArrowLeft32
|
|
272
|
+
large: icons.ArrowLeft32,
|
|
270
273
|
},
|
|
271
274
|
"navigation-forth": {
|
|
272
275
|
small: icons.ArrowRight16,
|
|
273
276
|
normal: icons.ArrowRight20,
|
|
274
|
-
large: icons.ArrowRight32
|
|
277
|
+
large: icons.ArrowRight32,
|
|
275
278
|
},
|
|
276
279
|
"navigation-close": {
|
|
277
280
|
small: icons.Close16,
|
|
278
281
|
normal: icons.Close20,
|
|
279
|
-
large: icons.Close32
|
|
282
|
+
large: icons.Close32,
|
|
280
283
|
},
|
|
281
284
|
"navigation-jump": {
|
|
282
285
|
small: icons.JumpLink16,
|
|
283
286
|
normal: icons.JumpLink20,
|
|
284
|
-
large: icons.JumpLink32
|
|
287
|
+
large: icons.JumpLink32,
|
|
285
288
|
},
|
|
286
289
|
"navigation-last": {
|
|
287
290
|
small: icons.PageLast16,
|
|
288
291
|
normal: icons.PageLast20,
|
|
289
|
-
large: icons.PageLast32
|
|
292
|
+
large: icons.PageLast32,
|
|
290
293
|
},
|
|
291
294
|
"navigation-previous": {
|
|
292
295
|
small: icons.ChevronLeft16,
|
|
293
296
|
normal: icons.ChevronLeft20,
|
|
294
|
-
large: icons.ChevronLeft32
|
|
297
|
+
large: icons.ChevronLeft32,
|
|
295
298
|
},
|
|
296
299
|
"navigation-next": {
|
|
297
300
|
small: icons.ChevronRight16,
|
|
298
301
|
normal: icons.ChevronRight20,
|
|
299
|
-
large: icons.ChevronRight32
|
|
302
|
+
large: icons.ChevronRight32,
|
|
300
303
|
},
|
|
301
304
|
"navigation-first": {
|
|
302
305
|
small: icons.PageFirst16,
|
|
303
306
|
normal: icons.PageFirst20,
|
|
304
|
-
large: icons.PageFirst32
|
|
307
|
+
large: icons.PageFirst32,
|
|
305
308
|
},
|
|
306
309
|
|
|
307
310
|
"item-moremenu": {
|
|
308
311
|
small: icons.OverflowMenuVertical16,
|
|
309
312
|
normal: icons.OverflowMenuVertical20,
|
|
310
|
-
large: icons.OverflowMenuVertical32
|
|
313
|
+
large: icons.OverflowMenuVertical32,
|
|
311
314
|
},
|
|
312
315
|
"item-vertmenu": {
|
|
313
316
|
small: icons.OverflowMenuHorizontal16,
|
|
314
317
|
normal: icons.OverflowMenuHorizontal20,
|
|
315
|
-
large: icons.OverflowMenuHorizontal32
|
|
318
|
+
large: icons.OverflowMenuHorizontal32,
|
|
316
319
|
},
|
|
317
320
|
"item-viewdetails": {
|
|
318
321
|
small: icons.View16,
|
|
319
322
|
normal: icons.View20,
|
|
320
|
-
large: icons.View32
|
|
323
|
+
large: icons.View32,
|
|
321
324
|
},
|
|
322
325
|
"item-clone": {
|
|
323
326
|
small: icons.Copy16,
|
|
324
327
|
normal: icons.Copy20,
|
|
325
|
-
large: icons.Copy32
|
|
328
|
+
large: icons.Copy32,
|
|
326
329
|
},
|
|
327
330
|
"item-edit": {
|
|
328
331
|
small: icons.Edit16,
|
|
329
332
|
normal: icons.Edit20,
|
|
330
|
-
large: icons.Edit32
|
|
333
|
+
large: icons.Edit32,
|
|
331
334
|
},
|
|
332
335
|
"item-evaluation": {
|
|
333
336
|
small: icons.Analytics16,
|
|
334
337
|
normal: icons.Analytics20,
|
|
335
|
-
large: icons.Analytics32
|
|
338
|
+
large: icons.Analytics32,
|
|
336
339
|
},
|
|
337
340
|
"item-execution": {
|
|
338
341
|
small: icons.Run16,
|
|
339
342
|
normal: icons.Run20,
|
|
340
|
-
large: icons.Run32
|
|
343
|
+
large: icons.Run32,
|
|
341
344
|
},
|
|
342
345
|
"item-info": {
|
|
343
346
|
small: icons.Information16,
|
|
344
347
|
normal: icons.Information20,
|
|
345
|
-
large: icons.Information32
|
|
348
|
+
large: icons.Information32,
|
|
346
349
|
},
|
|
347
350
|
"item-remove": {
|
|
348
351
|
small: icons.TrashCan16,
|
|
349
352
|
normal: icons.TrashCan20,
|
|
350
|
-
large: icons.TrashCan32
|
|
353
|
+
large: icons.TrashCan32,
|
|
351
354
|
},
|
|
352
355
|
"item-add-artefact": {
|
|
353
356
|
small: icons.AddAlt16,
|
|
354
357
|
normal: icons.AddAlt20,
|
|
355
|
-
large: icons.AddAlt32
|
|
358
|
+
large: icons.AddAlt32,
|
|
356
359
|
},
|
|
357
360
|
"item-launch": {
|
|
358
361
|
small: icons.Launch16,
|
|
359
362
|
normal: icons.Launch20,
|
|
360
|
-
large: icons.Launch32
|
|
363
|
+
large: icons.Launch32,
|
|
361
364
|
},
|
|
362
365
|
"item-download": {
|
|
363
366
|
small: icons.Download16,
|
|
364
367
|
normal: icons.Download20,
|
|
365
|
-
large: icons.Download32
|
|
368
|
+
large: icons.Download32,
|
|
366
369
|
},
|
|
367
370
|
"item-question": {
|
|
368
371
|
small: icons.Help16,
|
|
369
372
|
normal: icons.Help20,
|
|
370
|
-
large: icons.Help32
|
|
373
|
+
large: icons.Help32,
|
|
371
374
|
},
|
|
372
375
|
"item-copy": {
|
|
373
376
|
small: icons.CopyFile16,
|
|
374
377
|
normal: icons.CopyFile20,
|
|
375
|
-
large: icons.CopyFile32
|
|
378
|
+
large: icons.CopyFile32,
|
|
376
379
|
},
|
|
377
380
|
"item-save": {
|
|
378
381
|
small: icons.Save16,
|
|
379
382
|
normal: icons.Save20,
|
|
380
|
-
large: icons.Save32
|
|
383
|
+
large: icons.Save32,
|
|
381
384
|
},
|
|
382
385
|
"item-start": {
|
|
383
386
|
small: icons.PlayFilledAlt16,
|
|
384
387
|
normal: icons.PlayFilledAlt20,
|
|
385
|
-
large: icons.PlayFilledAlt32
|
|
388
|
+
large: icons.PlayFilledAlt32,
|
|
386
389
|
},
|
|
387
390
|
"item-stop": {
|
|
388
391
|
small: icons.StopFilledAlt16,
|
|
389
392
|
normal: icons.StopFilledAlt20,
|
|
390
|
-
large: icons.StopFilledAlt32
|
|
393
|
+
large: icons.StopFilledAlt32,
|
|
391
394
|
},
|
|
392
395
|
"item-reload": {
|
|
393
396
|
small: icons.Renew16,
|
|
394
397
|
normal: icons.Renew20,
|
|
395
|
-
large: icons.Renew32
|
|
398
|
+
large: icons.Renew32,
|
|
399
|
+
},
|
|
400
|
+
"item-comment": {
|
|
401
|
+
small: icons.AddComment16,
|
|
402
|
+
normal: icons.AddComment20,
|
|
403
|
+
large: icons.AddComment32,
|
|
396
404
|
},
|
|
397
405
|
"item-shuffle": {
|
|
398
406
|
small: icons.Shuffle16,
|
|
399
407
|
normal: icons.Shuffle20,
|
|
400
|
-
large: icons.Shuffle32
|
|
408
|
+
large: icons.Shuffle32,
|
|
401
409
|
},
|
|
402
410
|
"item-draggable": {
|
|
403
411
|
small: icons.Draggable16,
|
|
404
412
|
normal: icons.Draggable20,
|
|
405
|
-
large: icons.Draggable32
|
|
413
|
+
large: icons.Draggable32,
|
|
406
414
|
},
|
|
407
415
|
|
|
408
416
|
"operation-search": {
|
|
409
417
|
small: icons.Search16,
|
|
410
418
|
normal: icons.Search20,
|
|
411
|
-
large: icons.Search32
|
|
419
|
+
large: icons.Search32,
|
|
412
420
|
},
|
|
413
421
|
"operation-clear": {
|
|
414
422
|
small: icons.Close16,
|
|
415
423
|
normal: icons.Close20,
|
|
416
|
-
large: icons.Close32
|
|
424
|
+
large: icons.Close32,
|
|
417
425
|
},
|
|
418
426
|
"operation-undo": {
|
|
419
427
|
small: icons.Undo16,
|
|
420
428
|
normal: icons.Undo20,
|
|
421
|
-
large: icons.Undo32
|
|
429
|
+
large: icons.Undo32,
|
|
422
430
|
},
|
|
423
431
|
"operation-redo": {
|
|
424
432
|
small: icons.Redo16,
|
|
425
433
|
normal: icons.Redo20,
|
|
426
|
-
large: icons.Redo32
|
|
434
|
+
large: icons.Redo32,
|
|
427
435
|
},
|
|
428
436
|
"operation-logout": {
|
|
429
437
|
small: icons.Logout16,
|
|
430
438
|
normal: icons.Logout20,
|
|
431
|
-
large: icons.Logout32
|
|
439
|
+
large: icons.Logout32,
|
|
432
440
|
},
|
|
433
441
|
"operation-filter": {
|
|
434
442
|
small: icons.Filter16,
|
|
435
443
|
normal: icons.Filter20,
|
|
436
|
-
large: icons.Filter32
|
|
444
|
+
large: icons.Filter32,
|
|
437
445
|
},
|
|
438
446
|
"operation-filteredit": {
|
|
439
447
|
small: icons.FilterEdit16,
|
|
440
448
|
normal: icons.FilterEdit20,
|
|
441
|
-
large: icons.FilterEdit32
|
|
449
|
+
large: icons.FilterEdit32,
|
|
442
450
|
},
|
|
443
451
|
"operation-transform": {
|
|
444
452
|
small: icons.Calculation16,
|
|
445
453
|
normal: icons.Calculation20,
|
|
446
|
-
large: icons.Calculation32
|
|
454
|
+
large: icons.Calculation32,
|
|
447
455
|
},
|
|
448
456
|
"operation-comparison": {
|
|
449
457
|
small: icons.Compare16,
|
|
450
458
|
normal: icons.Compare20,
|
|
451
|
-
large: icons.Compare32
|
|
459
|
+
large: icons.Compare32,
|
|
452
460
|
},
|
|
453
461
|
"operation-aggregation": {
|
|
454
462
|
small: icons.DataCollection16,
|
|
455
463
|
normal: icons.DataCollection20,
|
|
456
|
-
large: icons.DataCollection32
|
|
464
|
+
large: icons.DataCollection32,
|
|
457
465
|
},
|
|
458
466
|
"operation-commit": {
|
|
459
467
|
small: icons.Commit16,
|
|
@@ -469,242 +477,247 @@ const canonicalIconNames: Record<ValidIconName, IconSized> = {
|
|
|
469
477
|
"data-sourcepath": {
|
|
470
478
|
small: icons.Data_216,
|
|
471
479
|
normal: icons.Data_220,
|
|
472
|
-
large: icons.Data_232
|
|
480
|
+
large: icons.Data_232,
|
|
473
481
|
},
|
|
474
482
|
"data-targetpath": {
|
|
475
483
|
small: icons.Data_116,
|
|
476
484
|
normal: icons.Data_120,
|
|
477
|
-
large: icons.Data_132
|
|
485
|
+
large: icons.Data_132,
|
|
478
486
|
},
|
|
479
487
|
|
|
480
488
|
"list-sort": {
|
|
481
489
|
small: icons.ArrowsVertical16,
|
|
482
490
|
normal: icons.ArrowsVertical20,
|
|
483
|
-
large: icons.ArrowsVertical32
|
|
491
|
+
large: icons.ArrowsVertical32,
|
|
484
492
|
},
|
|
485
493
|
"list-sortasc": {
|
|
486
494
|
small: icons.ArrowDown16,
|
|
487
495
|
normal: icons.ArrowDown20,
|
|
488
|
-
large: icons.ArrowDown32
|
|
496
|
+
large: icons.ArrowDown32,
|
|
489
497
|
},
|
|
490
498
|
"list-sortdesc": {
|
|
491
499
|
small: icons.ArrowUp16,
|
|
492
500
|
normal: icons.ArrowUp20,
|
|
493
|
-
large: icons.ArrowUp32
|
|
501
|
+
large: icons.ArrowUp32,
|
|
494
502
|
},
|
|
495
503
|
|
|
496
504
|
"state-info": {
|
|
497
505
|
small: icons.InformationFilled16,
|
|
498
506
|
normal: icons.InformationFilled20,
|
|
499
|
-
large: icons.InformationFilled32
|
|
507
|
+
large: icons.InformationFilled32,
|
|
500
508
|
},
|
|
501
509
|
"state-success": {
|
|
502
510
|
small: icons.CheckmarkFilled16,
|
|
503
511
|
normal: icons.CheckmarkFilled20,
|
|
504
|
-
large: icons.CheckmarkFilled32
|
|
512
|
+
large: icons.CheckmarkFilled32,
|
|
505
513
|
},
|
|
506
514
|
"state-warning": {
|
|
507
515
|
small: icons.WarningAltFilled16,
|
|
508
516
|
normal: icons.WarningAltFilled20,
|
|
509
|
-
large: icons.WarningAltFilled32
|
|
517
|
+
large: icons.WarningAltFilled32,
|
|
510
518
|
},
|
|
511
519
|
"state-danger": {
|
|
512
520
|
small: icons.ErrorFilled16,
|
|
513
521
|
normal: icons.ErrorFilled20,
|
|
514
|
-
large: icons.ErrorFilled32
|
|
522
|
+
large: icons.ErrorFilled32,
|
|
515
523
|
},
|
|
516
524
|
"state-unchecked": {
|
|
517
525
|
small: icons.Checkbox16,
|
|
518
526
|
normal: icons.Checkbox20,
|
|
519
|
-
large: icons.Checkbox32
|
|
527
|
+
large: icons.Checkbox32,
|
|
520
528
|
},
|
|
521
529
|
"state-checked": {
|
|
522
530
|
small: icons.CheckboxChecked16,
|
|
523
531
|
normal: icons.CheckboxChecked20,
|
|
524
|
-
large: icons.CheckboxChecked32
|
|
532
|
+
large: icons.CheckboxChecked32,
|
|
533
|
+
},
|
|
534
|
+
"state-checkedsimple": {
|
|
535
|
+
small: icons.Checkmark16,
|
|
536
|
+
normal: icons.Checkmark20,
|
|
537
|
+
large: icons.Checkmark32,
|
|
525
538
|
},
|
|
526
539
|
"state-partlychecked": {
|
|
527
540
|
small: icons.CheckboxIndeterminate16,
|
|
528
541
|
normal: icons.CheckboxIndeterminate20,
|
|
529
|
-
large: icons.CheckboxIndeterminate32
|
|
542
|
+
large: icons.CheckboxIndeterminate32,
|
|
530
543
|
},
|
|
531
544
|
|
|
532
545
|
"artefact-project": {
|
|
533
546
|
small: icons.Folder16,
|
|
534
547
|
normal: icons.Folder20,
|
|
535
|
-
large: icons.Folder32
|
|
548
|
+
large: icons.Folder32,
|
|
536
549
|
},
|
|
537
550
|
"artefact-workflow": {
|
|
538
551
|
small: icons.ModelBuilder16,
|
|
539
552
|
normal: icons.ModelBuilder20,
|
|
540
|
-
large: icons.ModelBuilder32
|
|
553
|
+
large: icons.ModelBuilder32,
|
|
541
554
|
},
|
|
542
555
|
"artefact-dataset": {
|
|
543
556
|
small: icons.Data_216,
|
|
544
557
|
normal: icons.Data_220,
|
|
545
|
-
large: icons.Data_232
|
|
558
|
+
large: icons.Data_232,
|
|
546
559
|
},
|
|
547
560
|
"artefact-dataset-csv": {
|
|
548
561
|
small: icons.Csv16,
|
|
549
562
|
normal: icons.Csv20,
|
|
550
|
-
large: icons.Csv32
|
|
563
|
+
large: icons.Csv32,
|
|
551
564
|
},
|
|
552
565
|
"artefact-dataset-multicsv": {
|
|
553
566
|
small: icons.Csv16,
|
|
554
567
|
normal: icons.Csv20,
|
|
555
|
-
large: icons.Csv32
|
|
568
|
+
large: icons.Csv32,
|
|
556
569
|
},
|
|
557
570
|
"artefact-dataset-sparkview": {
|
|
558
571
|
small: icons.Sql16,
|
|
559
572
|
normal: icons.Sql20,
|
|
560
|
-
large: icons.Sql32
|
|
573
|
+
large: icons.Sql32,
|
|
561
574
|
},
|
|
562
575
|
"artefact-dataset-sqlendpoint": {
|
|
563
576
|
small: icons.Sql16,
|
|
564
577
|
normal: icons.Sql20,
|
|
565
|
-
large: icons.Sql32
|
|
578
|
+
large: icons.Sql32,
|
|
566
579
|
},
|
|
567
580
|
"artefact-dataset-jdbc": {
|
|
568
581
|
small: icons.Sql16,
|
|
569
582
|
normal: icons.Sql20,
|
|
570
|
-
large: icons.Sql32
|
|
583
|
+
large: icons.Sql32,
|
|
571
584
|
},
|
|
572
585
|
"artefact-dataset-xml": {
|
|
573
586
|
small: icons.Xml16,
|
|
574
587
|
normal: icons.Xml20,
|
|
575
|
-
large: icons.Xml32
|
|
588
|
+
large: icons.Xml32,
|
|
576
589
|
},
|
|
577
590
|
"artefact-dataset-json": {
|
|
578
591
|
small: icons.Json16,
|
|
579
592
|
normal: icons.Json20,
|
|
580
|
-
large: icons.Json32
|
|
593
|
+
large: icons.Json32,
|
|
581
594
|
},
|
|
582
595
|
"artefact-dataset-excel": {
|
|
583
596
|
small: icons.Xls16,
|
|
584
597
|
normal: icons.Xls20,
|
|
585
|
-
large: icons.Xls32
|
|
598
|
+
large: icons.Xls32,
|
|
586
599
|
},
|
|
587
600
|
"artefact-dataset-file": {
|
|
588
601
|
small: icons.DataVis_116,
|
|
589
602
|
normal: icons.DataVis_120,
|
|
590
|
-
large: icons.DataVis_132
|
|
603
|
+
large: icons.DataVis_132,
|
|
591
604
|
},
|
|
592
605
|
"artefact-dataset-eccencadataplatform": {
|
|
593
606
|
small: icons.DataVis_116,
|
|
594
607
|
normal: icons.DataVis_120,
|
|
595
|
-
large: icons.DataVis_132
|
|
608
|
+
large: icons.DataVis_132,
|
|
596
609
|
},
|
|
597
610
|
"artefact-dataset-sparqlendpoint": {
|
|
598
611
|
small: icons.DataVis_116,
|
|
599
612
|
normal: icons.DataVis_120,
|
|
600
|
-
large: icons.DataVis_132
|
|
613
|
+
large: icons.DataVis_132,
|
|
601
614
|
},
|
|
602
615
|
"artefact-dataset-neo4j": {
|
|
603
616
|
small: icons.DataVis_116,
|
|
604
617
|
normal: icons.DataVis_120,
|
|
605
|
-
large: icons.DataVis_132
|
|
618
|
+
large: icons.DataVis_132,
|
|
606
619
|
},
|
|
607
620
|
"artefact-transform": {
|
|
608
621
|
small: icons.DataRefinery16,
|
|
609
622
|
normal: icons.DataRefinery20,
|
|
610
|
-
large: icons.DataRefinery32
|
|
623
|
+
large: icons.DataRefinery32,
|
|
611
624
|
},
|
|
612
625
|
"artefact-linking": {
|
|
613
626
|
small: icons.Connect16,
|
|
614
627
|
normal: icons.Connect20,
|
|
615
|
-
large: icons.Connect32
|
|
628
|
+
large: icons.Connect32,
|
|
616
629
|
},
|
|
617
630
|
"artefact-task": {
|
|
618
631
|
small: icons.Script16,
|
|
619
632
|
normal: icons.Script20,
|
|
620
|
-
large: icons.Script32
|
|
633
|
+
large: icons.Script32,
|
|
621
634
|
},
|
|
622
635
|
"artefact-customtask": {
|
|
623
636
|
small: icons.Script16,
|
|
624
637
|
normal: icons.Script20,
|
|
625
|
-
large: icons.Script32
|
|
638
|
+
large: icons.Script32,
|
|
626
639
|
},
|
|
627
640
|
"artefact-file": {
|
|
628
641
|
small: icons.Document16,
|
|
629
642
|
normal: icons.Document20,
|
|
630
|
-
large: icons.Document32
|
|
643
|
+
large: icons.Document32,
|
|
631
644
|
},
|
|
632
645
|
"artefact-embedded": {
|
|
633
646
|
small: icons.DataBase16,
|
|
634
647
|
normal: icons.DataBase20,
|
|
635
|
-
large: icons.DataBase32
|
|
648
|
+
large: icons.DataBase32,
|
|
636
649
|
},
|
|
637
650
|
"artefact-remote": {
|
|
638
651
|
small: icons.VirtualMachine16,
|
|
639
652
|
normal: icons.VirtualMachine20,
|
|
640
|
-
large: icons.VirtualMachine32
|
|
653
|
+
large: icons.VirtualMachine32,
|
|
641
654
|
},
|
|
642
655
|
"artefact-deprecated": {
|
|
643
656
|
small: icons.WarningSquare16,
|
|
644
657
|
normal: icons.WarningSquare20,
|
|
645
|
-
large: icons.WarningSquare32
|
|
658
|
+
large: icons.WarningSquare32,
|
|
646
659
|
},
|
|
647
660
|
"artefact-uncategorized": {
|
|
648
661
|
small: icons.Unknown16,
|
|
649
662
|
normal: icons.Unknown20,
|
|
650
|
-
large: icons.Unknown32
|
|
663
|
+
large: icons.Unknown32,
|
|
651
664
|
},
|
|
652
665
|
"artefact-rawdata": {
|
|
653
666
|
small: icons.ScriptReference16,
|
|
654
667
|
normal: icons.ScriptReference20,
|
|
655
|
-
large: icons.ScriptReference32
|
|
668
|
+
large: icons.ScriptReference32,
|
|
656
669
|
},
|
|
657
670
|
"artefact-report": {
|
|
658
671
|
small: icons.Report16,
|
|
659
672
|
normal: icons.Report20,
|
|
660
|
-
large: icons.Report32
|
|
673
|
+
large: icons.Report32,
|
|
661
674
|
},
|
|
662
675
|
|
|
663
676
|
"activity-error-report": {
|
|
664
677
|
small: icons.Error16,
|
|
665
678
|
normal: icons.Error20,
|
|
666
|
-
large: icons.Error32
|
|
679
|
+
large: icons.Error32,
|
|
667
680
|
},
|
|
668
681
|
|
|
669
682
|
"select-caret": {
|
|
670
683
|
small: icons.CaretSort16,
|
|
671
684
|
normal: icons.CaretSort20,
|
|
672
|
-
large: icons.CaretSort32
|
|
685
|
+
large: icons.CaretSort32,
|
|
673
686
|
},
|
|
674
687
|
|
|
675
688
|
"linked-item": {
|
|
676
689
|
small: icons.Link16,
|
|
677
690
|
normal: icons.Link20,
|
|
678
|
-
large: icons.Link32
|
|
691
|
+
large: icons.Link32,
|
|
679
692
|
},
|
|
680
693
|
"unlinked-item": {
|
|
681
694
|
small: icons.Unlink16,
|
|
682
695
|
normal: icons.Unlink20,
|
|
683
|
-
large: icons.Unlink32
|
|
696
|
+
large: icons.Unlink32,
|
|
684
697
|
},
|
|
685
698
|
|
|
686
699
|
"operation-auto-graph-layout": {
|
|
687
700
|
small: icons.ChartNetwork16,
|
|
688
701
|
normal: icons.ChartNetwork20,
|
|
689
|
-
large: icons.ChartNetwork32
|
|
702
|
+
large: icons.ChartNetwork32,
|
|
690
703
|
},
|
|
691
704
|
|
|
692
705
|
"write-protected": {
|
|
693
706
|
small: icons.DocumentProtected16,
|
|
694
707
|
normal: icons.DocumentProtected20,
|
|
695
|
-
large: icons.DocumentProtected32
|
|
708
|
+
large: icons.DocumentProtected32,
|
|
696
709
|
},
|
|
697
710
|
|
|
698
|
-
|
|
711
|
+
undefined: {
|
|
699
712
|
small: icons.Undefined16,
|
|
700
713
|
normal: icons.Undefined20,
|
|
701
|
-
large: icons.Undefined32
|
|
714
|
+
large: icons.Undefined32,
|
|
702
715
|
},
|
|
703
|
-
|
|
716
|
+
Undefined: {
|
|
704
717
|
small: icons.Undefined16,
|
|
705
718
|
normal: icons.Undefined20,
|
|
706
|
-
large: icons.Undefined32
|
|
719
|
+
large: icons.Undefined32,
|
|
707
720
|
},
|
|
708
|
-
}
|
|
721
|
+
};
|
|
709
722
|
|
|
710
|
-
export default canonicalIconNames
|
|
723
|
+
export default canonicalIconNames;
|