@eccenca/gui-elements 23.0.0 → 23.1.0-rc.2
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 +35 -1
- package/README.md +7 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +7 -2
- package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +3 -7
- package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js +200 -0
- package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -0
- package/dist/cjs/common/Intent/index.js +7 -3
- package/dist/cjs/common/Intent/index.js.map +1 -1
- package/dist/cjs/common/utils/characters.js +82 -0
- package/dist/cjs/common/utils/characters.js.map +1 -0
- package/dist/cjs/components/Application/ApplicationTitle.js +2 -2
- package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/cjs/components/Badge/Badge.js +44 -0
- package/dist/cjs/components/Badge/Badge.js.map +1 -0
- package/dist/cjs/components/Depiction/Depiction.js +111 -0
- package/dist/cjs/components/Depiction/Depiction.js.map +1 -0
- package/dist/cjs/components/Grid/Grid.js +7 -2
- package/dist/cjs/components/Grid/Grid.js.map +1 -1
- package/dist/cjs/components/Grid/GridColumn.js +6 -2
- package/dist/cjs/components/Grid/GridColumn.js.map +1 -1
- package/dist/cjs/components/Grid/GridRow.js +3 -0
- package/dist/cjs/components/Grid/GridRow.js.map +1 -1
- package/dist/cjs/components/Icon/BaseIcon.js +38 -0
- package/dist/cjs/components/Icon/BaseIcon.js.map +1 -0
- package/dist/cjs/components/Icon/Icon.js +9 -24
- package/dist/cjs/components/Icon/Icon.js.map +1 -1
- package/dist/cjs/components/Icon/IconButton.js +8 -1
- package/dist/cjs/components/Icon/IconButton.js.map +1 -1
- package/dist/cjs/components/Icon/TestIcon.js +35 -0
- package/dist/cjs/components/Icon/TestIcon.js.map +1 -0
- package/dist/cjs/components/Icon/canonicalIconNames.js +123 -621
- package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/cjs/components/Icon/index.js +11 -0
- package/dist/cjs/components/Icon/index.js.map +1 -0
- package/dist/cjs/components/Menu/MenuItem.js +1 -1
- package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
- package/dist/cjs/components/MultiSelect/MultiSelect.js +56 -23
- package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/cjs/components/Notification/Notification.js +10 -2
- package/dist/cjs/components/Notification/Notification.js.map +1 -1
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js +24 -0
- package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/cjs/components/Tag/Tag.js +6 -2
- package/dist/cjs/components/Tag/Tag.js.map +1 -1
- package/dist/cjs/components/TextField/TextArea.js +4 -2
- package/dist/cjs/components/TextField/TextArea.js.map +1 -1
- package/dist/cjs/components/TextField/TextField.js +4 -2
- package/dist/cjs/components/TextField/TextField.js.map +1 -1
- package/dist/cjs/components/TextField/useTextValidation.js +84 -0
- package/dist/cjs/components/TextField/useTextValidation.js.map +1 -0
- package/dist/cjs/components/Tree/Tree.js.map +1 -1
- package/dist/cjs/components/Typography/Highlighter.js.map +1 -1
- package/dist/cjs/components/Typography/OverflowText.js.map +1 -1
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js +35 -12
- package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/cjs/components/Typography/index.js +21 -0
- package/dist/cjs/components/Typography/index.js.map +1 -0
- package/dist/cjs/components/Workspace/WorkspaceContent.js +1 -1
- package/dist/cjs/components/Workspace/WorkspaceContent.js.map +1 -1
- package/dist/cjs/components/index.js +18 -0
- package/dist/cjs/components/index.js.map +1 -0
- package/dist/cjs/index.js +7 -17
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js +7 -2
- package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +3 -6
- package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
- package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js +194 -0
- package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -0
- package/dist/esm/common/Intent/index.js +5 -13
- package/dist/esm/common/Intent/index.js.map +1 -1
- package/dist/esm/common/utils/characters.js +96 -0
- package/dist/esm/common/utils/characters.js.map +1 -0
- package/dist/esm/components/Application/ApplicationTitle.js +2 -2
- package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
- package/dist/esm/components/Badge/Badge.js +48 -0
- package/dist/esm/components/Badge/Badge.js.map +1 -0
- package/dist/esm/components/Depiction/Depiction.js +96 -0
- package/dist/esm/components/Depiction/Depiction.js.map +1 -0
- package/dist/esm/components/Grid/Grid.js +7 -2
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Grid/GridColumn.js +6 -2
- package/dist/esm/components/Grid/GridColumn.js.map +1 -1
- package/dist/esm/components/Grid/GridRow.js +3 -0
- package/dist/esm/components/Grid/GridRow.js.map +1 -1
- package/dist/esm/components/Icon/BaseIcon.js +44 -0
- package/dist/esm/components/Icon/BaseIcon.js.map +1 -0
- package/dist/esm/components/Icon/Icon.js +9 -24
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/IconButton.js +8 -1
- package/dist/esm/components/Icon/IconButton.js.map +1 -1
- package/dist/esm/components/Icon/TestIcon.js +41 -0
- package/dist/esm/components/Icon/TestIcon.js.map +1 -0
- package/dist/esm/components/Icon/canonicalIconNames.js +123 -621
- package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/esm/components/Icon/index.js +4 -0
- package/dist/esm/components/Icon/index.js.map +1 -0
- package/dist/esm/components/Menu/MenuItem.js +1 -1
- package/dist/esm/components/Menu/MenuItem.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js +61 -44
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/Notification/Notification.js +12 -4
- package/dist/esm/components/Notification/Notification.js.map +1 -1
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js +24 -0
- package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
- package/dist/esm/components/Tag/Tag.js +6 -2
- package/dist/esm/components/Tag/Tag.js.map +1 -1
- package/dist/esm/components/TextField/TextArea.js +4 -2
- package/dist/esm/components/TextField/TextArea.js.map +1 -1
- package/dist/esm/components/TextField/TextField.js +4 -2
- package/dist/esm/components/TextField/TextField.js.map +1 -1
- package/dist/esm/components/TextField/useTextValidation.js +78 -0
- package/dist/esm/components/TextField/useTextValidation.js.map +1 -0
- package/dist/esm/components/Tree/Tree.js.map +1 -1
- package/dist/esm/components/Typography/Highlighter.js.map +1 -1
- package/dist/esm/components/Typography/OverflowText.js.map +1 -1
- package/dist/esm/components/Typography/WhiteSpaceContainer.js +16 -14
- package/dist/esm/components/Typography/WhiteSpaceContainer.js.map +1 -1
- package/dist/esm/components/Typography/index.js +12 -0
- package/dist/esm/components/Typography/index.js.map +1 -0
- package/dist/esm/components/Workspace/WorkspaceContent.js +1 -1
- package/dist/esm/components/Workspace/WorkspaceContent.js.map +1 -1
- package/dist/esm/components/index.js +6 -0
- package/dist/esm/components/index.js.map +1 -0
- package/dist/esm/index.js +5 -10
- package/dist/esm/index.js.map +1 -1
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +2 -1
- package/dist/types/cmem/react-flow/ReactFlow/ReactFlow.d.ts +14 -0
- package/dist/types/cmem/react-flow/extensions/scrollOnDragHook.d.ts +22 -0
- package/dist/types/common/Intent/index.d.ts +4 -3
- package/dist/types/common/utils/characters.d.ts +19 -0
- package/dist/types/components/Badge/Badge.d.ts +42 -0
- package/dist/types/components/Depiction/Depiction.d.ts +71 -0
- package/dist/types/components/Grid/Grid.d.ts +21 -2
- package/dist/types/components/Grid/GridColumn.d.ts +20 -2
- package/dist/types/components/Grid/GridRow.d.ts +17 -1
- package/dist/types/components/Icon/BaseIcon.d.ts +45 -0
- package/dist/types/components/Icon/Icon.d.ts +7 -34
- package/dist/types/components/Icon/IconButton.d.ts +3 -2
- package/dist/types/components/Icon/TestIcon.d.ts +20 -0
- package/dist/types/components/Icon/canonicalIconNames.d.ts +9 -7
- package/dist/types/components/Icon/index.d.ts +4 -0
- package/dist/types/components/Menu/MenuItem.d.ts +2 -1
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +3 -1
- package/dist/types/components/Notification/Notification.d.ts +13 -4
- package/dist/types/components/Tabs/Tab.d.ts +2 -0
- package/dist/types/components/Tag/Tag.d.ts +16 -3
- package/dist/types/components/TextField/TextArea.d.ts +7 -2
- package/dist/types/components/TextField/TextField.d.ts +6 -1
- package/dist/types/components/TextField/useTextValidation.d.ts +28 -0
- package/dist/types/components/Tree/Tree.d.ts +2 -1
- package/dist/types/components/Typography/Highlighter.d.ts +2 -2
- package/dist/types/components/Typography/OverflowText.d.ts +2 -2
- package/dist/types/components/Typography/WhiteSpaceContainer.d.ts +45 -4
- package/dist/types/components/Typography/index.d.ts +12 -0
- package/dist/types/components/index.d.ts +5 -0
- package/dist/types/index.d.ts +6 -11
- package/package.json +13 -16
- package/scripts/compile-sass.ts +9 -1
- package/src/_shame.scss +1 -1
- package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +6 -4
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +3 -2
- package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +26 -1
- package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +10 -6
- package/src/cmem/react-flow/extensions/scrollOnDragHook.ts +247 -0
- package/src/common/Intent/index.ts +16 -12
- package/src/common/utils/characters.ts +111 -0
- package/src/components/Accordion/accordion.scss +4 -3
- package/src/components/Application/ApplicationTitle.tsx +2 -2
- package/src/components/Application/_config.scss +1 -1
- package/src/components/Application/_content.scss +1 -1
- package/src/components/Application/_header.scss +2 -2
- package/src/components/Application/_sidebar.scss +2 -9
- package/src/components/Application/_toolbar.scss +1 -1
- package/src/components/Application/application.scss +4 -4
- package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +13 -8
- package/src/components/Badge/Badge.stories.tsx +47 -0
- package/src/components/Badge/Badge.tsx +93 -0
- package/src/components/Badge/badge.scss +44 -0
- package/src/components/Depiction/Depiction.tsx +198 -0
- package/src/components/Depiction/depiction.scss +176 -0
- package/src/components/Depiction/stories/Depiction.stories.tsx +69 -0
- package/src/components/Depiction/stories/test-16to9.png +0 -0
- package/src/components/Depiction/stories/test-16to9.svg +41 -0
- package/src/components/Depiction/stories/test-16to9.tobase64.svg +41 -0
- package/src/components/Depiction/stories/test-16to9.tsx +44 -0
- package/src/components/Depiction/stories/test-9to16.png +0 -0
- package/src/components/Depiction/stories/test-9to16.svg +44 -0
- package/src/components/Depiction/stories/test-9to16.tobase64.svg +44 -0
- package/src/components/Depiction/stories/test-9to16.tsx +48 -0
- package/src/components/Grid/Grid.tsx +22 -4
- package/src/components/Grid/GridColumn.tsx +23 -6
- package/src/components/Grid/GridRow.tsx +17 -2
- package/src/components/Grid/grid.scss +14 -13
- package/src/components/Grid/stories/Grid.stories.tsx +27 -0
- package/src/components/Grid/stories/GridColumn.stories.tsx +66 -0
- package/src/components/Grid/stories/GridRow.stories.tsx +47 -0
- package/src/components/Icon/BaseIcon.tsx +84 -0
- package/src/components/Icon/Icon.tsx +23 -82
- package/src/components/Icon/IconButton.tsx +18 -14
- package/src/components/Icon/TestIcon.tsx +39 -0
- package/src/components/Icon/canonicalIconNames.tsx +132 -633
- package/src/components/Icon/index.ts +5 -0
- package/src/components/Icon/stories/Icon.stories.tsx +13 -0
- package/src/components/Icon/stories/IconButton.stories.tsx +14 -7
- package/src/components/Icon/stories/TestIcon.stories.tsx +28 -0
- package/src/components/Link/link.scss +2 -1
- package/src/components/Menu/MenuItem.tsx +14 -4
- package/src/components/Menu/Stories/MenuItem.stories.tsx +16 -2
- package/src/components/MultiSelect/MultiSelect.tsx +58 -27
- package/src/components/Notification/Notification.stories.tsx +4 -0
- package/src/components/Notification/Notification.tsx +26 -6
- package/src/components/OverviewItem/OverviewItemDepiction.tsx +31 -0
- package/src/components/OverviewItem/overviewitem.scss +2 -1
- package/src/components/OverviewItem/stories/OverviewItem.stories.tsx +22 -1
- package/src/components/OverviewItem/stories/OverviewItemDepiction.stories.tsx +8 -3
- package/src/components/Pagination/pagination.scss +3 -2
- package/src/components/SimpleTable/simpletable.scss +11 -12
- package/src/components/Tag/Tag.stories.tsx +7 -2
- package/src/components/Tag/Tag.tsx +24 -4
- package/src/components/Tag/tag.scss +84 -3
- package/src/components/TagInput/taginput.scss +6 -0
- package/src/components/TextField/TextArea.tsx +10 -1
- package/src/components/TextField/TextField.tsx +9 -0
- package/src/components/TextField/stories/SearchField.stories.tsx +1 -1
- package/src/components/TextField/textfield.scss +12 -0
- package/src/components/TextField/useTextValidation.ts +103 -0
- package/src/components/Tooltip/tooltip.scss +1 -1
- package/src/components/Tree/Tree.stories.tsx +7 -1
- package/src/components/Tree/Tree.tsx +2 -1
- package/src/components/Typography/Highlighter.tsx +2 -2
- package/src/components/Typography/OverflowText.tsx +2 -2
- package/src/components/Typography/WhiteSpaceContainer.tsx +69 -21
- package/src/components/Typography/index.ts +25 -0
- package/src/components/Typography/stories/WhiteSpaceContainer.stories.tsx +55 -0
- package/src/components/Typography/typography.scss +3 -2
- package/src/components/Workspace/WorkspaceContent.tsx +1 -1
- package/src/components/index.scss +5 -0
- package/src/components/index.ts +5 -0
- package/src/includes/carbon-components/_components.scss +11 -0
- package/src/includes/carbon-components/_requisits.scss +18 -0
- package/src/includes/carbon-components/_variables.scss +50 -53
- package/src/index.scss +4 -105
- package/src/index.ts +6 -16
|
@@ -21,627 +21,129 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
22
|
const icons = __importStar(require("@carbon/icons-react"));
|
|
23
23
|
const canonicalIconNames = {
|
|
24
|
-
"application-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"application-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"module-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"module-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
"toggler-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"toggler-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
large: icons.ChevronLeft32,
|
|
148
|
-
},
|
|
149
|
-
"toggler-maximize": {
|
|
150
|
-
small: icons.Maximize16,
|
|
151
|
-
normal: icons.Maximize20,
|
|
152
|
-
large: icons.Maximize32,
|
|
153
|
-
},
|
|
154
|
-
"toggler-minimize": {
|
|
155
|
-
small: icons.Minimize16,
|
|
156
|
-
normal: icons.Minimize20,
|
|
157
|
-
large: icons.Minimize32,
|
|
158
|
-
},
|
|
159
|
-
"toggler-tree": {
|
|
160
|
-
small: icons.TreeViewAlt16,
|
|
161
|
-
normal: icons.TreeViewAlt20,
|
|
162
|
-
large: icons.TreeViewAlt32,
|
|
163
|
-
},
|
|
164
|
-
"navigation-back": {
|
|
165
|
-
small: icons.ArrowLeft16,
|
|
166
|
-
normal: icons.ArrowLeft20,
|
|
167
|
-
large: icons.ArrowLeft32,
|
|
168
|
-
},
|
|
169
|
-
"navigation-forth": {
|
|
170
|
-
small: icons.ArrowRight16,
|
|
171
|
-
normal: icons.ArrowRight20,
|
|
172
|
-
large: icons.ArrowRight32,
|
|
173
|
-
},
|
|
174
|
-
"navigation-close": {
|
|
175
|
-
small: icons.Close16,
|
|
176
|
-
normal: icons.Close20,
|
|
177
|
-
large: icons.Close32,
|
|
178
|
-
},
|
|
179
|
-
"navigation-jump": {
|
|
180
|
-
small: icons.JumpLink16,
|
|
181
|
-
normal: icons.JumpLink20,
|
|
182
|
-
large: icons.JumpLink32,
|
|
183
|
-
},
|
|
184
|
-
"navigation-last": {
|
|
185
|
-
small: icons.PageLast16,
|
|
186
|
-
normal: icons.PageLast20,
|
|
187
|
-
large: icons.PageLast32,
|
|
188
|
-
},
|
|
189
|
-
"navigation-previous": {
|
|
190
|
-
small: icons.ChevronLeft16,
|
|
191
|
-
normal: icons.ChevronLeft20,
|
|
192
|
-
large: icons.ChevronLeft32,
|
|
193
|
-
},
|
|
194
|
-
"navigation-next": {
|
|
195
|
-
small: icons.ChevronRight16,
|
|
196
|
-
normal: icons.ChevronRight20,
|
|
197
|
-
large: icons.ChevronRight32,
|
|
198
|
-
},
|
|
199
|
-
"navigation-first": {
|
|
200
|
-
small: icons.PageFirst16,
|
|
201
|
-
normal: icons.PageFirst20,
|
|
202
|
-
large: icons.PageFirst32,
|
|
203
|
-
},
|
|
204
|
-
"item-moremenu": {
|
|
205
|
-
small: icons.OverflowMenuVertical16,
|
|
206
|
-
normal: icons.OverflowMenuVertical20,
|
|
207
|
-
large: icons.OverflowMenuVertical32,
|
|
208
|
-
},
|
|
209
|
-
"item-vertmenu": {
|
|
210
|
-
small: icons.OverflowMenuHorizontal16,
|
|
211
|
-
normal: icons.OverflowMenuHorizontal20,
|
|
212
|
-
large: icons.OverflowMenuHorizontal32,
|
|
213
|
-
},
|
|
214
|
-
"item-viewdetails": {
|
|
215
|
-
small: icons.View16,
|
|
216
|
-
normal: icons.View20,
|
|
217
|
-
large: icons.View32,
|
|
218
|
-
},
|
|
219
|
-
"item-clone": {
|
|
220
|
-
small: icons.Copy16,
|
|
221
|
-
normal: icons.Copy20,
|
|
222
|
-
large: icons.Copy32,
|
|
223
|
-
},
|
|
224
|
-
"item-edit": {
|
|
225
|
-
small: icons.Edit16,
|
|
226
|
-
normal: icons.Edit20,
|
|
227
|
-
large: icons.Edit32,
|
|
228
|
-
},
|
|
229
|
-
"item-evaluation": {
|
|
230
|
-
small: icons.Analytics16,
|
|
231
|
-
normal: icons.Analytics20,
|
|
232
|
-
large: icons.Analytics32,
|
|
233
|
-
},
|
|
234
|
-
"item-execution": {
|
|
235
|
-
small: icons.Run16,
|
|
236
|
-
normal: icons.Run20,
|
|
237
|
-
large: icons.Run32,
|
|
238
|
-
},
|
|
239
|
-
"item-info": {
|
|
240
|
-
small: icons.Information16,
|
|
241
|
-
normal: icons.Information20,
|
|
242
|
-
large: icons.Information32,
|
|
243
|
-
},
|
|
244
|
-
"item-remove": {
|
|
245
|
-
small: icons.TrashCan16,
|
|
246
|
-
normal: icons.TrashCan20,
|
|
247
|
-
large: icons.TrashCan32,
|
|
248
|
-
},
|
|
249
|
-
"item-add-artefact": {
|
|
250
|
-
small: icons.AddAlt16,
|
|
251
|
-
normal: icons.AddAlt20,
|
|
252
|
-
large: icons.AddAlt32,
|
|
253
|
-
},
|
|
254
|
-
"item-launch": {
|
|
255
|
-
small: icons.Launch16,
|
|
256
|
-
normal: icons.Launch20,
|
|
257
|
-
large: icons.Launch32,
|
|
258
|
-
},
|
|
259
|
-
"item-download": {
|
|
260
|
-
small: icons.Download16,
|
|
261
|
-
normal: icons.Download20,
|
|
262
|
-
large: icons.Download32,
|
|
263
|
-
},
|
|
264
|
-
"item-upload": {
|
|
265
|
-
small: icons.Upload16,
|
|
266
|
-
normal: icons.Upload20,
|
|
267
|
-
large: icons.Upload32,
|
|
268
|
-
},
|
|
269
|
-
"item-question": {
|
|
270
|
-
small: icons.Help16,
|
|
271
|
-
normal: icons.Help20,
|
|
272
|
-
large: icons.Help32,
|
|
273
|
-
},
|
|
274
|
-
"item-copy": {
|
|
275
|
-
small: icons.CopyFile16,
|
|
276
|
-
normal: icons.CopyFile20,
|
|
277
|
-
large: icons.CopyFile32,
|
|
278
|
-
},
|
|
279
|
-
"item-save": {
|
|
280
|
-
small: icons.Save16,
|
|
281
|
-
normal: icons.Save20,
|
|
282
|
-
large: icons.Save32,
|
|
283
|
-
},
|
|
284
|
-
"item-start": {
|
|
285
|
-
small: icons.PlayFilledAlt16,
|
|
286
|
-
normal: icons.PlayFilledAlt20,
|
|
287
|
-
large: icons.PlayFilledAlt32,
|
|
288
|
-
},
|
|
289
|
-
"item-stop": {
|
|
290
|
-
small: icons.StopFilledAlt16,
|
|
291
|
-
normal: icons.StopFilledAlt20,
|
|
292
|
-
large: icons.StopFilledAlt32,
|
|
293
|
-
},
|
|
294
|
-
"item-reload": {
|
|
295
|
-
small: icons.Renew16,
|
|
296
|
-
normal: icons.Renew20,
|
|
297
|
-
large: icons.Renew32,
|
|
298
|
-
},
|
|
299
|
-
"item-reset": {
|
|
300
|
-
small: icons.Reset16,
|
|
301
|
-
normal: icons.Reset20,
|
|
302
|
-
large: icons.Reset32,
|
|
303
|
-
},
|
|
304
|
-
"item-comment": {
|
|
305
|
-
small: icons.AddComment16,
|
|
306
|
-
normal: icons.AddComment20,
|
|
307
|
-
large: icons.AddComment32,
|
|
308
|
-
},
|
|
309
|
-
"item-shuffle": {
|
|
310
|
-
small: icons.Shuffle16,
|
|
311
|
-
normal: icons.Shuffle20,
|
|
312
|
-
large: icons.Shuffle32,
|
|
313
|
-
},
|
|
314
|
-
"item-draggable": {
|
|
315
|
-
small: icons.Draggable16,
|
|
316
|
-
normal: icons.Draggable20,
|
|
317
|
-
large: icons.Draggable32,
|
|
318
|
-
},
|
|
319
|
-
"item-settings": {
|
|
320
|
-
small: icons.Settings16,
|
|
321
|
-
normal: icons.Settings20,
|
|
322
|
-
large: icons.Settings32,
|
|
323
|
-
},
|
|
324
|
-
"operation-search": {
|
|
325
|
-
small: icons.Search16,
|
|
326
|
-
normal: icons.Search20,
|
|
327
|
-
large: icons.Search32,
|
|
328
|
-
},
|
|
329
|
-
"operation-clear": {
|
|
330
|
-
small: icons.Close16,
|
|
331
|
-
normal: icons.Close20,
|
|
332
|
-
large: icons.Close32,
|
|
333
|
-
},
|
|
334
|
-
"operation-undo": {
|
|
335
|
-
small: icons.Undo16,
|
|
336
|
-
normal: icons.Undo20,
|
|
337
|
-
large: icons.Undo32,
|
|
338
|
-
},
|
|
339
|
-
"operation-redo": {
|
|
340
|
-
small: icons.Redo16,
|
|
341
|
-
normal: icons.Redo20,
|
|
342
|
-
large: icons.Redo32,
|
|
343
|
-
},
|
|
344
|
-
"operation-logout": {
|
|
345
|
-
small: icons.Logout16,
|
|
346
|
-
normal: icons.Logout20,
|
|
347
|
-
large: icons.Logout32,
|
|
348
|
-
},
|
|
349
|
-
"operation-filter": {
|
|
350
|
-
small: icons.Filter16,
|
|
351
|
-
normal: icons.Filter20,
|
|
352
|
-
large: icons.Filter32,
|
|
353
|
-
},
|
|
354
|
-
"operation-filteredit": {
|
|
355
|
-
small: icons.FilterEdit16,
|
|
356
|
-
normal: icons.FilterEdit20,
|
|
357
|
-
large: icons.FilterEdit32,
|
|
358
|
-
},
|
|
359
|
-
"operation-transform": {
|
|
360
|
-
small: icons.Calculation16,
|
|
361
|
-
normal: icons.Calculation20,
|
|
362
|
-
large: icons.Calculation32,
|
|
363
|
-
},
|
|
364
|
-
"operation-comparison": {
|
|
365
|
-
small: icons.Compare16,
|
|
366
|
-
normal: icons.Compare20,
|
|
367
|
-
large: icons.Compare32,
|
|
368
|
-
},
|
|
369
|
-
"operation-aggregation": {
|
|
370
|
-
small: icons.DataCollection16,
|
|
371
|
-
normal: icons.DataCollection20,
|
|
372
|
-
large: icons.DataCollection32,
|
|
373
|
-
},
|
|
374
|
-
"operation-commit": {
|
|
375
|
-
small: icons.Commit16,
|
|
376
|
-
normal: icons.Commit20,
|
|
377
|
-
large: icons.Commit32
|
|
378
|
-
},
|
|
379
|
-
"operation-sharelink": {
|
|
380
|
-
small: icons.CopyLink16,
|
|
381
|
-
normal: icons.CopyLink20,
|
|
382
|
-
large: icons.CopyLink32
|
|
383
|
-
},
|
|
384
|
-
"data-sourcepath": {
|
|
385
|
-
small: icons.Data_216,
|
|
386
|
-
normal: icons.Data_220,
|
|
387
|
-
large: icons.Data_232,
|
|
388
|
-
},
|
|
389
|
-
"data-targetpath": {
|
|
390
|
-
small: icons.Data_116,
|
|
391
|
-
normal: icons.Data_120,
|
|
392
|
-
large: icons.Data_132,
|
|
393
|
-
},
|
|
394
|
-
"list-sort": {
|
|
395
|
-
small: icons.ArrowsVertical16,
|
|
396
|
-
normal: icons.ArrowsVertical20,
|
|
397
|
-
large: icons.ArrowsVertical32,
|
|
398
|
-
},
|
|
399
|
-
"list-sortasc": {
|
|
400
|
-
small: icons.ArrowDown16,
|
|
401
|
-
normal: icons.ArrowDown20,
|
|
402
|
-
large: icons.ArrowDown32,
|
|
403
|
-
},
|
|
404
|
-
"list-sortdesc": {
|
|
405
|
-
small: icons.ArrowUp16,
|
|
406
|
-
normal: icons.ArrowUp20,
|
|
407
|
-
large: icons.ArrowUp32,
|
|
408
|
-
},
|
|
409
|
-
"state-info": {
|
|
410
|
-
small: icons.InformationFilled16,
|
|
411
|
-
normal: icons.InformationFilled20,
|
|
412
|
-
large: icons.InformationFilled32,
|
|
413
|
-
},
|
|
414
|
-
"state-success": {
|
|
415
|
-
small: icons.CheckmarkFilled16,
|
|
416
|
-
normal: icons.CheckmarkFilled20,
|
|
417
|
-
large: icons.CheckmarkFilled32,
|
|
418
|
-
},
|
|
419
|
-
"state-warning": {
|
|
420
|
-
small: icons.WarningAltFilled16,
|
|
421
|
-
normal: icons.WarningAltFilled20,
|
|
422
|
-
large: icons.WarningAltFilled32,
|
|
423
|
-
},
|
|
424
|
-
"state-danger": {
|
|
425
|
-
small: icons.ErrorFilled16,
|
|
426
|
-
normal: icons.ErrorFilled20,
|
|
427
|
-
large: icons.ErrorFilled32,
|
|
428
|
-
},
|
|
429
|
-
"state-unchecked": {
|
|
430
|
-
small: icons.Checkbox16,
|
|
431
|
-
normal: icons.Checkbox20,
|
|
432
|
-
large: icons.Checkbox32,
|
|
433
|
-
},
|
|
434
|
-
"state-checked": {
|
|
435
|
-
small: icons.CheckboxChecked16,
|
|
436
|
-
normal: icons.CheckboxChecked20,
|
|
437
|
-
large: icons.CheckboxChecked32,
|
|
438
|
-
},
|
|
439
|
-
"state-checkedsimple": {
|
|
440
|
-
small: icons.Checkmark16,
|
|
441
|
-
normal: icons.Checkmark20,
|
|
442
|
-
large: icons.Checkmark32,
|
|
443
|
-
},
|
|
444
|
-
"state-partlychecked": {
|
|
445
|
-
small: icons.CheckboxIndeterminate16,
|
|
446
|
-
normal: icons.CheckboxIndeterminate20,
|
|
447
|
-
large: icons.CheckboxIndeterminate32,
|
|
448
|
-
},
|
|
449
|
-
"state-declined": {
|
|
450
|
-
small: icons.ThumbsDown16,
|
|
451
|
-
normal: icons.ThumbsDown20,
|
|
452
|
-
large: icons.ThumbsDown32
|
|
453
|
-
},
|
|
454
|
-
"state-confirmed": {
|
|
455
|
-
small: icons.ThumbsUp16,
|
|
456
|
-
normal: icons.ThumbsUp20,
|
|
457
|
-
large: icons.ThumbsUp32
|
|
458
|
-
},
|
|
459
|
-
"artefact-project": {
|
|
460
|
-
small: icons.Folder16,
|
|
461
|
-
normal: icons.Folder20,
|
|
462
|
-
large: icons.Folder32,
|
|
463
|
-
},
|
|
464
|
-
"artefact-workflow": {
|
|
465
|
-
small: icons.ModelBuilder16,
|
|
466
|
-
normal: icons.ModelBuilder20,
|
|
467
|
-
large: icons.ModelBuilder32,
|
|
468
|
-
},
|
|
469
|
-
"artefact-dataset": {
|
|
470
|
-
small: icons.Data_216,
|
|
471
|
-
normal: icons.Data_220,
|
|
472
|
-
large: icons.Data_232,
|
|
473
|
-
},
|
|
474
|
-
"artefact-dataset-csv": {
|
|
475
|
-
small: icons.Csv16,
|
|
476
|
-
normal: icons.Csv20,
|
|
477
|
-
large: icons.Csv32,
|
|
478
|
-
},
|
|
479
|
-
"artefact-dataset-multicsv": {
|
|
480
|
-
small: icons.Csv16,
|
|
481
|
-
normal: icons.Csv20,
|
|
482
|
-
large: icons.Csv32,
|
|
483
|
-
},
|
|
484
|
-
"artefact-dataset-sparkview": {
|
|
485
|
-
small: icons.Sql16,
|
|
486
|
-
normal: icons.Sql20,
|
|
487
|
-
large: icons.Sql32,
|
|
488
|
-
},
|
|
489
|
-
"artefact-dataset-sqlendpoint": {
|
|
490
|
-
small: icons.Sql16,
|
|
491
|
-
normal: icons.Sql20,
|
|
492
|
-
large: icons.Sql32,
|
|
493
|
-
},
|
|
494
|
-
"artefact-dataset-jdbc": {
|
|
495
|
-
small: icons.Sql16,
|
|
496
|
-
normal: icons.Sql20,
|
|
497
|
-
large: icons.Sql32,
|
|
498
|
-
},
|
|
499
|
-
"artefact-dataset-xml": {
|
|
500
|
-
small: icons.Xml16,
|
|
501
|
-
normal: icons.Xml20,
|
|
502
|
-
large: icons.Xml32,
|
|
503
|
-
},
|
|
504
|
-
"artefact-dataset-json": {
|
|
505
|
-
small: icons.Json16,
|
|
506
|
-
normal: icons.Json20,
|
|
507
|
-
large: icons.Json32,
|
|
508
|
-
},
|
|
509
|
-
"artefact-dataset-excel": {
|
|
510
|
-
small: icons.Xls16,
|
|
511
|
-
normal: icons.Xls20,
|
|
512
|
-
large: icons.Xls32,
|
|
513
|
-
},
|
|
514
|
-
"artefact-dataset-file": {
|
|
515
|
-
small: icons.DataVis_116,
|
|
516
|
-
normal: icons.DataVis_120,
|
|
517
|
-
large: icons.DataVis_132,
|
|
518
|
-
},
|
|
519
|
-
"artefact-dataset-eccencadataplatform": {
|
|
520
|
-
small: icons.DataVis_116,
|
|
521
|
-
normal: icons.DataVis_120,
|
|
522
|
-
large: icons.DataVis_132,
|
|
523
|
-
},
|
|
524
|
-
"artefact-dataset-sparqlendpoint": {
|
|
525
|
-
small: icons.DataVis_116,
|
|
526
|
-
normal: icons.DataVis_120,
|
|
527
|
-
large: icons.DataVis_132,
|
|
528
|
-
},
|
|
529
|
-
"artefact-dataset-neo4j": {
|
|
530
|
-
small: icons.DataVis_116,
|
|
531
|
-
normal: icons.DataVis_120,
|
|
532
|
-
large: icons.DataVis_132,
|
|
533
|
-
},
|
|
534
|
-
"artefact-transform": {
|
|
535
|
-
small: icons.DataRefinery16,
|
|
536
|
-
normal: icons.DataRefinery20,
|
|
537
|
-
large: icons.DataRefinery32,
|
|
538
|
-
},
|
|
539
|
-
"artefact-linking": {
|
|
540
|
-
small: icons.Connect16,
|
|
541
|
-
normal: icons.Connect20,
|
|
542
|
-
large: icons.Connect32,
|
|
543
|
-
},
|
|
544
|
-
"artefact-task": {
|
|
545
|
-
small: icons.Script16,
|
|
546
|
-
normal: icons.Script20,
|
|
547
|
-
large: icons.Script32,
|
|
548
|
-
},
|
|
549
|
-
"artefact-customtask": {
|
|
550
|
-
small: icons.Script16,
|
|
551
|
-
normal: icons.Script20,
|
|
552
|
-
large: icons.Script32,
|
|
553
|
-
},
|
|
554
|
-
"artefact-file": {
|
|
555
|
-
small: icons.Document16,
|
|
556
|
-
normal: icons.Document20,
|
|
557
|
-
large: icons.Document32,
|
|
558
|
-
},
|
|
559
|
-
"artefact-embedded": {
|
|
560
|
-
small: icons.DataBase16,
|
|
561
|
-
normal: icons.DataBase20,
|
|
562
|
-
large: icons.DataBase32,
|
|
563
|
-
},
|
|
564
|
-
"artefact-remote": {
|
|
565
|
-
small: icons.VirtualMachine16,
|
|
566
|
-
normal: icons.VirtualMachine20,
|
|
567
|
-
large: icons.VirtualMachine32,
|
|
568
|
-
},
|
|
569
|
-
"artefact-deprecated": {
|
|
570
|
-
small: icons.WarningSquare16,
|
|
571
|
-
normal: icons.WarningSquare20,
|
|
572
|
-
large: icons.WarningSquare32,
|
|
573
|
-
},
|
|
574
|
-
"artefact-uncategorized": {
|
|
575
|
-
small: icons.Unknown16,
|
|
576
|
-
normal: icons.Unknown20,
|
|
577
|
-
large: icons.Unknown32,
|
|
578
|
-
},
|
|
579
|
-
"artefact-rawdata": {
|
|
580
|
-
small: icons.ScriptReference16,
|
|
581
|
-
normal: icons.ScriptReference20,
|
|
582
|
-
large: icons.ScriptReference32,
|
|
583
|
-
},
|
|
584
|
-
"artefact-report": {
|
|
585
|
-
small: icons.Report16,
|
|
586
|
-
normal: icons.Report20,
|
|
587
|
-
large: icons.Report32,
|
|
588
|
-
},
|
|
589
|
-
"artefact-commit": {
|
|
590
|
-
small: icons.Commit16,
|
|
591
|
-
normal: icons.Commit20,
|
|
592
|
-
large: icons.Commit32
|
|
593
|
-
},
|
|
594
|
-
"artefact-errorlog": {
|
|
595
|
-
// FIXME: we may check for a better icon
|
|
596
|
-
small: icons.WarningOther16,
|
|
597
|
-
normal: icons.WarningOther20,
|
|
598
|
-
large: icons.WarningOther32,
|
|
599
|
-
},
|
|
600
|
-
"toggler-caret": {
|
|
601
|
-
small: icons.CaretSort16,
|
|
602
|
-
normal: icons.CaretSort20,
|
|
603
|
-
large: icons.CaretSort32,
|
|
604
|
-
},
|
|
605
|
-
"operation-link": {
|
|
606
|
-
small: icons.Link16,
|
|
607
|
-
normal: icons.Link20,
|
|
608
|
-
large: icons.Link32,
|
|
609
|
-
},
|
|
610
|
-
"operation-unlink": {
|
|
611
|
-
small: icons.Unlink16,
|
|
612
|
-
normal: icons.Unlink20,
|
|
613
|
-
large: icons.Unlink32,
|
|
614
|
-
},
|
|
615
|
-
"operation-autolayout": {
|
|
616
|
-
small: icons.ChartNetwork16,
|
|
617
|
-
normal: icons.ChartNetwork20,
|
|
618
|
-
large: icons.ChartNetwork32,
|
|
619
|
-
},
|
|
620
|
-
"state-protected": {
|
|
621
|
-
small: icons.DocumentProtected16,
|
|
622
|
-
normal: icons.DocumentProtected20,
|
|
623
|
-
large: icons.DocumentProtected32,
|
|
624
|
-
},
|
|
625
|
-
"toggler-star-empty": {
|
|
626
|
-
small: icons.Star16,
|
|
627
|
-
normal: icons.Star20,
|
|
628
|
-
large: icons.Star32
|
|
629
|
-
},
|
|
630
|
-
"toggler-star-filled": {
|
|
631
|
-
small: icons.StarFilled16,
|
|
632
|
-
normal: icons.StarFilled20,
|
|
633
|
-
large: icons.StarFilled32
|
|
634
|
-
},
|
|
635
|
-
undefined: {
|
|
636
|
-
small: icons.Undefined16,
|
|
637
|
-
normal: icons.Undefined20,
|
|
638
|
-
large: icons.Undefined32,
|
|
639
|
-
},
|
|
640
|
-
Undefined: {
|
|
641
|
-
small: icons.Undefined16,
|
|
642
|
-
normal: icons.Undefined20,
|
|
643
|
-
large: icons.Undefined32,
|
|
644
|
-
},
|
|
24
|
+
"application-activities": icons.Activity,
|
|
25
|
+
"application-dataintegration": icons.DataUnstructured,
|
|
26
|
+
"application-explore": icons.Explore,
|
|
27
|
+
"application-homepage": icons.Workspace,
|
|
28
|
+
"application-legacygui": icons.ResetAlt,
|
|
29
|
+
"application-mapping": icons.ModelBuilder,
|
|
30
|
+
"application-queries": icons.DataView,
|
|
31
|
+
"application-useraccount": icons.UserAvatar,
|
|
32
|
+
"application-vocabularies": icons.Catalog,
|
|
33
|
+
"application-warning": icons.WarningAlt,
|
|
34
|
+
"artefact-commit": icons.Commit,
|
|
35
|
+
"artefact-customtask": icons.Script,
|
|
36
|
+
"artefact-dataset-csv": icons.Csv,
|
|
37
|
+
"artefact-dataset-eccencadataplatform": icons.DataVis_1,
|
|
38
|
+
"artefact-dataset-excel": icons.Xls,
|
|
39
|
+
"artefact-dataset-file": icons.DataVis_1,
|
|
40
|
+
"artefact-dataset": icons.Data_2,
|
|
41
|
+
"artefact-dataset-jdbc": icons.Sql,
|
|
42
|
+
"artefact-dataset-json": icons.Json,
|
|
43
|
+
"artefact-dataset-multicsv": icons.Csv,
|
|
44
|
+
"artefact-dataset-neo4j": icons.DataVis_1,
|
|
45
|
+
"artefact-dataset-sparkview": icons.Sql,
|
|
46
|
+
"artefact-dataset-sparqlendpoint": icons.DataVis_1,
|
|
47
|
+
"artefact-dataset-sqlendpoint": icons.Sql,
|
|
48
|
+
"artefact-dataset-xml": icons.Xml,
|
|
49
|
+
"artefact-deprecated": icons.WarningSquare,
|
|
50
|
+
"artefact-embedded": icons.DataBase,
|
|
51
|
+
"artefact-errorlog": icons.WarningOther,
|
|
52
|
+
"artefact-file": icons.Document,
|
|
53
|
+
"artefact-linking": icons.Connect,
|
|
54
|
+
"artefact-project": icons.Folder,
|
|
55
|
+
"artefact-rawdata": icons.ScriptReference,
|
|
56
|
+
"artefact-remote": icons.VirtualMachine,
|
|
57
|
+
"artefact-report": icons.Report,
|
|
58
|
+
"artefact-task": icons.Script,
|
|
59
|
+
"artefact-transform": icons.DataRefinery,
|
|
60
|
+
"artefact-uncategorized": icons.Unknown,
|
|
61
|
+
"artefact-workflow": icons.ModelBuilder,
|
|
62
|
+
"data-sourcepath": icons.Data_2,
|
|
63
|
+
"data-targetpath": icons.Data_1,
|
|
64
|
+
"item-add-artefact": icons.AddAlt,
|
|
65
|
+
"item-clone": icons.Copy,
|
|
66
|
+
"item-comment": icons.AddComment,
|
|
67
|
+
"item-copy": icons.CopyFile,
|
|
68
|
+
"item-download": icons.Download,
|
|
69
|
+
"item-draggable": icons.Draggable,
|
|
70
|
+
"item-edit": icons.Edit,
|
|
71
|
+
"item-evaluation": icons.Analytics,
|
|
72
|
+
"item-execution": icons.Run,
|
|
73
|
+
"item-info": icons.Information,
|
|
74
|
+
"item-launch": icons.Launch,
|
|
75
|
+
"item-moremenu": icons.OverflowMenuVertical,
|
|
76
|
+
"item-question": icons.Help,
|
|
77
|
+
"item-reload": icons.Renew,
|
|
78
|
+
"item-remove": icons.TrashCan,
|
|
79
|
+
"item-reset": icons.Reset,
|
|
80
|
+
"item-save": icons.Save,
|
|
81
|
+
"item-settings": icons.Settings,
|
|
82
|
+
"item-shuffle": icons.Shuffle,
|
|
83
|
+
"item-start": icons.PlayFilledAlt,
|
|
84
|
+
"item-stop": icons.StopFilledAlt,
|
|
85
|
+
"item-upload": icons.Upload,
|
|
86
|
+
"item-vertmenu": icons.OverflowMenuHorizontal,
|
|
87
|
+
"item-viewdetails": icons.View,
|
|
88
|
+
"list-sortasc": icons.ArrowDown,
|
|
89
|
+
"list-sortdesc": icons.ArrowUp,
|
|
90
|
+
"list-sort": icons.ArrowsVertical,
|
|
91
|
+
"module-accesscontrol": icons.UserAdmin,
|
|
92
|
+
"module-annotation": icons.WatsonHealthTextAnnotationToggle,
|
|
93
|
+
"module-dashboard": icons.Dashboard,
|
|
94
|
+
"module-gdprsearch": icons.UserProfile,
|
|
95
|
+
"module-integrations": icons.AppConnectivity,
|
|
96
|
+
"module-linkedrules": icons.Connect,
|
|
97
|
+
"module-reports": icons.ReportData,
|
|
98
|
+
"module-search": icons.Search,
|
|
99
|
+
"module-thesauri": icons.Book,
|
|
100
|
+
"module-timetracker": icons.Timer,
|
|
101
|
+
"module-visualization": icons.DataVis_1,
|
|
102
|
+
"navigation-back": icons.ArrowLeft,
|
|
103
|
+
"navigation-close": icons.Close,
|
|
104
|
+
"navigation-first": icons.PageFirst,
|
|
105
|
+
"navigation-forth": icons.ArrowRight,
|
|
106
|
+
"navigation-jump": icons.JumpLink,
|
|
107
|
+
"navigation-last": icons.PageLast,
|
|
108
|
+
"navigation-next": icons.ChevronRight,
|
|
109
|
+
"navigation-previous": icons.ChevronLeft,
|
|
110
|
+
"operation-aggregation": icons.DataCollection,
|
|
111
|
+
"operation-autolayout": icons.ChartNetwork,
|
|
112
|
+
"operation-clear": icons.Close,
|
|
113
|
+
"operation-commit": icons.Commit,
|
|
114
|
+
"operation-comparison": icons.Compare,
|
|
115
|
+
"operation-filteredit": icons.FilterEdit,
|
|
116
|
+
"operation-filter": icons.Filter,
|
|
117
|
+
"operation-link": icons.Link,
|
|
118
|
+
"operation-logout": icons.Logout,
|
|
119
|
+
"operation-redo": icons.Redo,
|
|
120
|
+
"operation-search": icons.Search,
|
|
121
|
+
"operation-sharelink": icons.CopyLink,
|
|
122
|
+
"operation-transform": icons.Calculation,
|
|
123
|
+
"operation-undo": icons.Undo,
|
|
124
|
+
"operation-unlink": icons.Unlink,
|
|
125
|
+
"state-checked": icons.CheckboxChecked,
|
|
126
|
+
"state-checkedsimple": icons.Checkmark,
|
|
127
|
+
"state-confirmed": icons.ThumbsUp,
|
|
128
|
+
"state-danger": icons.ErrorFilled,
|
|
129
|
+
"state-declined": icons.ThumbsDown,
|
|
130
|
+
"state-info": icons.InformationFilled,
|
|
131
|
+
"state-partlychecked": icons.CheckboxIndeterminate,
|
|
132
|
+
"state-protected": icons.DocumentProtected,
|
|
133
|
+
"state-success": icons.CheckmarkFilled,
|
|
134
|
+
"state-unchecked": icons.Checkbox,
|
|
135
|
+
"state-warning": icons.WarningAltFilled,
|
|
136
|
+
"toggler-caret": icons.CaretSort,
|
|
137
|
+
"toggler-maximize": icons.Maximize,
|
|
138
|
+
"toggler-minimize": icons.Minimize,
|
|
139
|
+
"toggler-moveleft": icons.ChevronLeft,
|
|
140
|
+
"toggler-moveright": icons.ChevronRight,
|
|
141
|
+
"toggler-showless": icons.ChevronUp,
|
|
142
|
+
"toggler-showmore": icons.ChevronDown,
|
|
143
|
+
"toggler-star-empty": icons.Star,
|
|
144
|
+
"toggler-star-filled": icons.StarFilled,
|
|
145
|
+
"toggler-tree": icons.TreeViewAlt,
|
|
146
|
+
undefined: icons.Undefined,
|
|
645
147
|
};
|
|
646
148
|
exports.default = canonicalIconNames;
|
|
647
149
|
//# sourceMappingURL=canonicalIconNames.js.map
|