@eccenca/gui-elements 23.1.0-easynav.3 → 23.1.0-easynav.4
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 +7 -0
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +6 -4
- package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +33 -8
- package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js +52 -0
- package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -0
- package/dist/cjs/cmem/ConfidenceValue/index.js +14 -0
- package/dist/cjs/cmem/ConfidenceValue/index.js.map +1 -0
- package/dist/cjs/cmem/index.js +11 -0
- package/dist/cjs/cmem/index.js.map +1 -1
- package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js +8 -10
- package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
- package/dist/cjs/components/Card/Card.js +7 -6
- package/dist/cjs/components/Card/Card.js.map +1 -1
- package/dist/cjs/components/Card/CardContent.js +4 -2
- package/dist/cjs/components/Card/CardContent.js.map +1 -1
- package/dist/cjs/components/Card/CardHeader.js.map +1 -1
- package/dist/cjs/components/Icon/canonicalIconNames.js +6 -0
- package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.js +24 -9
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/ProgressBar/index.js +14 -0
- package/dist/cjs/components/ProgressBar/index.js.map +1 -0
- package/dist/cjs/components/Switch/Switch.js +2 -2
- package/dist/cjs/components/Switch/Switch.js.map +1 -1
- package/dist/cjs/components/Table/Table.js +45 -0
- package/dist/cjs/components/Table/Table.js.map +1 -0
- package/dist/cjs/components/{SimpleTable → Table}/TableContainer.js +7 -8
- package/dist/cjs/components/Table/TableContainer.js.map +1 -0
- package/dist/cjs/components/Table/TableExpandHeader.js +34 -0
- package/dist/cjs/components/Table/TableExpandHeader.js.map +1 -0
- package/dist/cjs/components/Table/TableExpandRow.js +42 -0
- package/dist/cjs/components/Table/TableExpandRow.js.map +1 -0
- package/dist/cjs/components/Table/index.js +29 -0
- package/dist/cjs/components/Table/index.js.map +1 -0
- package/dist/cjs/components/Tag/TagList.js.map +1 -1
- package/dist/cjs/components/Tag/index.js +11 -0
- package/dist/cjs/components/Tag/index.js.map +1 -0
- package/dist/cjs/components/TextField/TextField.js +25 -9
- package/dist/cjs/components/TextField/TextField.js.map +1 -1
- package/dist/cjs/components/index.js +4 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/index.js +3 -19
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +6 -4
- package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js +35 -10
- package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
- package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js +56 -0
- package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -0
- package/dist/esm/cmem/ConfidenceValue/index.js +2 -0
- package/dist/esm/cmem/ConfidenceValue/index.js.map +1 -0
- package/dist/esm/cmem/index.js +1 -0
- package/dist/esm/cmem/index.js.map +1 -1
- package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js +8 -10
- package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
- package/dist/esm/components/Card/Card.js +7 -6
- package/dist/esm/components/Card/Card.js.map +1 -1
- package/dist/esm/components/Card/CardContent.js +4 -2
- package/dist/esm/components/Card/CardContent.js.map +1 -1
- package/dist/esm/components/Card/CardHeader.js.map +1 -1
- package/dist/esm/components/Icon/canonicalIconNames.js +6 -0
- package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js +25 -10
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/ProgressBar/index.js +2 -0
- package/dist/esm/components/ProgressBar/index.js.map +1 -0
- package/dist/esm/components/Switch/Switch.js +2 -2
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/Table.js +50 -0
- package/dist/esm/components/Table/Table.js.map +1 -0
- package/dist/esm/components/{SimpleTable → Table}/TableContainer.js +7 -8
- package/dist/esm/components/Table/TableContainer.js.map +1 -0
- package/dist/esm/components/Table/TableExpandHeader.js +40 -0
- package/dist/esm/components/Table/TableExpandHeader.js.map +1 -0
- package/dist/esm/components/Table/TableExpandRow.js +48 -0
- package/dist/esm/components/Table/TableExpandRow.js.map +1 -0
- package/dist/esm/components/Table/index.js +15 -0
- package/dist/esm/components/Table/index.js.map +1 -0
- package/dist/esm/components/Tag/TagList.js.map +1 -1
- package/dist/esm/components/Tag/index.js +4 -0
- package/dist/esm/components/Tag/index.js.map +1 -0
- package/dist/esm/components/TextField/TextField.js +26 -10
- package/dist/esm/components/TextField/TextField.js.map +1 -1
- package/dist/esm/components/index.js +4 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/index.js +3 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +1 -1
- package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +6 -2
- package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +46 -0
- package/dist/types/cmem/ConfidenceValue/index.d.ts +1 -0
- package/dist/types/cmem/index.d.ts +1 -0
- package/dist/types/components/Card/Card.d.ts +5 -1
- package/dist/types/components/Card/CardContent.d.ts +7 -1
- package/dist/types/components/Card/CardHeader.d.ts +9 -1
- package/dist/types/components/Icon/IconButton.d.ts +1 -1
- package/dist/types/components/Icon/canonicalIconNames.d.ts +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +5 -1
- package/dist/types/components/ProgressBar/index.d.ts +1 -0
- package/dist/types/components/Switch/Switch.d.ts +5 -1
- package/dist/types/components/Table/Table.d.ts +32 -0
- package/dist/types/components/Table/TableContainer.d.ts +13 -0
- package/dist/types/components/Table/TableExpandHeader.d.ts +13 -0
- package/dist/types/components/Table/TableExpandRow.d.ts +13 -0
- package/dist/types/components/Table/index.d.ts +13 -0
- package/dist/types/components/Tag/Tag.d.ts +1 -1
- package/dist/types/components/Tag/TagList.d.ts +5 -2
- package/dist/types/components/Tag/index.d.ts +4 -0
- package/dist/types/components/TextField/TextField.d.ts +9 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/index.d.ts +1 -6
- package/package.json +1 -1
- package/src/cmem/ActivityControl/ActivityControlWidget.tsx +5 -5
- package/src/cmem/ActivityControl/SilkActivityControl.tsx +44 -17
- package/src/cmem/ConfidenceValue/ConfidenceValue.stories.tsx +22 -0
- package/src/cmem/ConfidenceValue/ConfidenceValue.tsx +116 -0
- package/src/cmem/ConfidenceValue/confidencevalue.scss +49 -0
- package/src/cmem/ConfidenceValue/index.ts +1 -0
- package/src/cmem/_index.scss +1 -0
- package/src/cmem/index.ts +2 -0
- package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +8 -10
- package/src/components/AutoSuggestion/tests/SingleLineCodeEditor.test.tsx +5 -0
- package/src/components/Badge/badge.scss +2 -5
- package/src/components/Card/Card.tsx +11 -5
- package/src/components/Card/CardContent.tsx +12 -1
- package/src/components/Card/CardHeader.tsx +9 -1
- package/src/components/Card/card.scss +108 -3
- package/src/components/Checkbox/checkbox.scss +6 -2
- package/src/components/Icon/IconButton.tsx +1 -1
- package/src/components/Icon/canonicalIconNames.tsx +13 -0
- package/src/components/Menu/menu.scss +4 -0
- package/src/components/OverviewItem/overviewitem.scss +2 -2
- package/src/components/Pagination/Pagination.tsx +29 -9
- package/src/components/Pagination/pagination.scss +16 -0
- package/src/components/ProgressBar/index.ts +1 -0
- package/src/components/Switch/Switch.tsx +6 -2
- package/src/components/Table/Table.tsx +88 -0
- package/src/components/Table/TableContainer.tsx +49 -0
- package/src/components/Table/TableExpandHeader.tsx +51 -0
- package/src/components/Table/TableExpandRow.tsx +64 -0
- package/src/components/Table/index.tsx +41 -0
- package/src/components/Table/table.scss +318 -0
- package/src/components/Tag/Tag.tsx +1 -1
- package/src/components/Tag/TagList.tsx +5 -3
- package/src/components/Tag/index.ts +5 -0
- package/src/components/Tag/{Tag.stories.tsx → stories/Tag.stories.tsx} +3 -2
- package/src/components/Tag/stories/TagList.stories.tsx +28 -0
- package/src/components/Tag/tag.scss +1 -0
- package/src/components/TextField/TextField.tsx +43 -12
- package/src/components/TextField/stories/TextField.stories.tsx +3 -0
- package/src/components/TextField/textfield.scss +23 -1
- package/src/components/Tree/tree.scss +4 -0
- package/src/components/index.scss +1 -0
- package/src/components/index.ts +5 -0
- package/src/extensions/react-flow/_config.scss +1 -1
- package/src/extensions/react-flow/edges/_edges.scss +25 -24
- package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +3 -2
- package/src/extensions/react-flow/nodes/_nodes.scss +3 -4
- package/src/index.scss +0 -1
- package/src/index.ts +5 -38
- package/dist/cjs/components/SimpleTable/TableContainer.js.map +0 -1
- package/dist/cjs/components/SimpleTable/index.js +0 -16
- package/dist/cjs/components/SimpleTable/index.js.map +0 -1
- package/dist/esm/components/SimpleTable/TableContainer.js.map +0 -1
- package/dist/esm/components/SimpleTable/index.js +0 -4
- package/dist/esm/components/SimpleTable/index.js.map +0 -1
- package/dist/types/components/SimpleTable/TableContainer.d.ts +0 -3
- package/dist/types/components/SimpleTable/index.d.ts +0 -3
- package/src/components/SimpleTable/TableContainer.tsx +0 -20
- package/src/components/SimpleTable/index.tsx +0 -4
- package/src/components/SimpleTable/simpletable.scss +0 -180
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Tag/index.ts"],"names":[],"mappings":"AAAA,OAAO,GAAiB,MAAM,OAAO,CAAC;AACtC,OAAO,OAAyB,MAAM,WAAW,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -21,7 +21,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import React from "react";
|
|
24
|
-
import { InputGroup as BlueprintInputGroup, Classes as BlueprintClassNames,
|
|
24
|
+
import { InputGroup as BlueprintInputGroup, Classes as BlueprintClassNames, } from "@blueprintjs/core";
|
|
25
|
+
import { Definitions as IntentDefinitions } from "../../common/Intent/index.js";
|
|
25
26
|
import Icon from "../Icon/Icon.js";
|
|
26
27
|
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
|
|
27
28
|
import { useTextValidation } from "./useTextValidation.js";
|
|
@@ -30,28 +31,43 @@ import { useTextValidation } from "./useTextValidation.js";
|
|
|
30
31
|
*/
|
|
31
32
|
function TextField(_a) {
|
|
32
33
|
var _b = _a.className, className = _b === void 0 ? "" : _b, _c = _a.hasStatePrimary, hasStatePrimary = _c === void 0 ? false : _c, _d = _a.hasStateSuccess, hasStateSuccess = _d === void 0 ? false : _d, _e = _a.hasStateWarning, hasStateWarning = _e === void 0 ? false : _e, _f = _a.hasStateDanger, hasStateDanger = _f === void 0 ? false : _f, _g = _a.fullWidth, fullWidth = _g === void 0 ? true : _g, leftIcon = _a.leftIcon, invisibleCharacterWarning = _a.invisibleCharacterWarning, otherProps = __rest(_a, ["className", "hasStatePrimary", "hasStateSuccess", "hasStateWarning", "hasStateDanger", "fullWidth", "leftIcon", "invisibleCharacterWarning"]);
|
|
33
|
-
var
|
|
34
|
+
var deprecatedIntent;
|
|
34
35
|
switch (true) {
|
|
35
36
|
case hasStatePrimary:
|
|
36
|
-
|
|
37
|
+
deprecatedIntent = IntentDefinitions.PRIMARY;
|
|
37
38
|
break;
|
|
38
39
|
case hasStateSuccess:
|
|
39
|
-
|
|
40
|
+
deprecatedIntent = IntentDefinitions.SUCCESS;
|
|
40
41
|
break;
|
|
41
42
|
case hasStateWarning:
|
|
42
|
-
|
|
43
|
+
deprecatedIntent = IntentDefinitions.WARNING;
|
|
43
44
|
break;
|
|
44
45
|
case hasStateDanger:
|
|
45
|
-
|
|
46
|
+
deprecatedIntent = IntentDefinitions.DANGER;
|
|
46
47
|
break;
|
|
47
48
|
default:
|
|
48
49
|
break;
|
|
49
50
|
}
|
|
50
|
-
var
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
var _h = otherProps.intent, intent = _h === void 0 ? deprecatedIntent : _h, otherBlueprintInputGroupProps = __rest(otherProps, ["intent"]);
|
|
52
|
+
var iconIntent;
|
|
53
|
+
switch (intent) {
|
|
54
|
+
case "edited":
|
|
55
|
+
iconIntent = IntentDefinitions.INFO;
|
|
56
|
+
break;
|
|
57
|
+
case "removed":
|
|
58
|
+
iconIntent = IntentDefinitions.DANGER;
|
|
59
|
+
break;
|
|
60
|
+
default:
|
|
61
|
+
iconIntent = intent;
|
|
62
|
+
break;
|
|
63
|
+
}
|
|
64
|
+
var maybeWrappedOnChange = useTextValidation(__assign(__assign({}, otherBlueprintInputGroupProps), { invisibleCharacterWarning: invisibleCharacterWarning }));
|
|
65
|
+
if ((otherBlueprintInputGroupProps.readOnly || otherBlueprintInputGroupProps.disabled) && !!otherBlueprintInputGroupProps.value && !otherBlueprintInputGroupProps.title) {
|
|
66
|
+
otherBlueprintInputGroupProps["title"] = otherBlueprintInputGroupProps.value;
|
|
53
67
|
}
|
|
54
|
-
return (React.createElement(BlueprintInputGroup, __assign({ className: eccgui + "-textfield
|
|
68
|
+
return (React.createElement(BlueprintInputGroup, __assign({ className: eccgui + "-textfield" +
|
|
69
|
+
(intent ? " " + eccgui + "-intent--" + intent : "") +
|
|
70
|
+
(!!className ? " " + className : ""), intent: (intent && !(["info", "edited", "removed", "neutral"].includes(intent))) ? intent : undefined, fill: fullWidth }, otherBlueprintInputGroupProps, { leftIcon: leftIcon != null && leftIcon !== false ? (typeof leftIcon === "string" ? (React.createElement(Icon, { name: leftIcon, className: BlueprintClassNames.ICON, intent: iconIntent })) : (React.createElement("span", { className: BlueprintClassNames.ICON }, leftIcon))) : undefined, dir: "auto", onChange: maybeWrappedOnChange })));
|
|
55
71
|
}
|
|
56
72
|
export default TextField;
|
|
57
73
|
//# sourceMappingURL=TextField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.js","sourceRoot":"","sources":["../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,UAAU,IAAI,mBAAmB,EACjC,OAAO,IAAI,mBAAmB,
|
|
1
|
+
{"version":3,"file":"TextField.js","sourceRoot":"","sources":["../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export * from "./Badge/Badge.js";
|
|
2
2
|
export * from "./Depiction/Depiction.js";
|
|
3
3
|
export * from "./Icon/index.js";
|
|
4
|
+
export * from "./ProgressBar/index.js";
|
|
5
|
+
export * from "./Table/index.js";
|
|
6
|
+
export * from "./Tag/index.js";
|
|
4
7
|
export * from "./Tree/Tree.js";
|
|
5
8
|
export * from "./Typography/index.js";
|
|
9
|
+
export * from "./interfaces.js";
|
|
6
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAE7B,cAAc,cAAc,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -43,8 +43,6 @@ import MenuDivider from "./components/Menu/MenuDivider.js";
|
|
|
43
43
|
import ContextOverlay from "./components/ContextOverlay/ContextOverlay.js";
|
|
44
44
|
import ContextMenu from "./components/ContextOverlay/ContextMenu.js";
|
|
45
45
|
import Pagination from "./components/Pagination/Pagination.js";
|
|
46
|
-
import Tag from "./components/Tag/Tag.js";
|
|
47
|
-
import TagList from "./components/Tag/TagList.js";
|
|
48
46
|
import Notification from "./components/Notification/Notification.js";
|
|
49
47
|
import Toast from "./components/Notification/Toast.js";
|
|
50
48
|
import Select from "./components/Select/Select.js";
|
|
@@ -52,13 +50,12 @@ import MultiSelect from "./components/MultiSelect/MultiSelect.js";
|
|
|
52
50
|
import { Iframe } from "./components/Iframe/Iframe.js";
|
|
53
51
|
import { IframeModal } from "./components/Iframe/IframeModal.js";
|
|
54
52
|
import { OverviewItem, OverviewItemActions, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemList, } from "./components/OverviewItem/index.js";
|
|
55
|
-
import { TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader, } from "./components/SimpleTable/index.js";
|
|
56
53
|
import BreadcrumbList from "./components/Breadcrumb/BreadcrumbList.js";
|
|
57
54
|
import BreadcrumbItem from "./components/Breadcrumb/BreadcrumbItem.js";
|
|
58
55
|
import Modal from "./components/Dialog/Modal.js";
|
|
59
56
|
import SimpleDialog from "./components/Dialog/SimpleDialog.js";
|
|
60
57
|
import AlertDialog from "./components/Dialog/AlertDialog.js";
|
|
61
|
-
import { Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux
|
|
58
|
+
import { Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux } from "./components/Card/index.js";
|
|
62
59
|
import Spacing from "./components/Separation/Spacing.js";
|
|
63
60
|
import Divider from "./components/Separation/Divider.js";
|
|
64
61
|
import Tooltip from "./components/Tooltip/Tooltip.js";
|
|
@@ -75,7 +72,6 @@ import Link from "./components/Link/Link.js";
|
|
|
75
72
|
import Spinner from "./components/Spinner/Spinner.js";
|
|
76
73
|
import InteractionGate from "./components/InteractionGate/InteractionGate.js";
|
|
77
74
|
import { PropertyName, PropertyValue, PropertyValuePair, PropertyValueList } from "./components/PropertyValuePair/index.js";
|
|
78
|
-
import { ProgressBar } from "./components/ProgressBar/ProgressBar.js";
|
|
79
75
|
import List from "./components/List/List.js";
|
|
80
76
|
import * as LegacyReplacements from "./legacy-replacements/index.js";
|
|
81
77
|
import * as TypographyClassNames from "./components/Typography/classnames.js";
|
|
@@ -88,11 +84,10 @@ var HelperClasses = {
|
|
|
88
84
|
};
|
|
89
85
|
var Utilities = {
|
|
90
86
|
openInNewTab: openInNewTab,
|
|
91
|
-
decideContrastColorValue: decideContrastColorValue
|
|
87
|
+
decideContrastColorValue: decideContrastColorValue,
|
|
92
88
|
};
|
|
93
|
-
export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, Grid, GridRow, GridColumn, List, WorkspaceContent, WorkspaceMain, WorkspaceSide, WorkspaceHeader, Menu, MenuItem, MenuDivider, ContextOverlay, ContextMenu, OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList,
|
|
89
|
+
export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, Grid, GridRow, GridColumn, List, WorkspaceContent, WorkspaceMain, WorkspaceSide, WorkspaceHeader, Menu, MenuItem, MenuDivider, ContextOverlay, ContextMenu, OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList, IconButton, Label, Button, Checkbox, RadioButton, Tabs, Tab, TabTitle, TabPanel, TextField, TextArea, SearchField, Switch, NumericInput, FieldItem, FieldItemRow, FieldSet, BreadcrumbList, BreadcrumbItem, Modal, SimpleDialog, AlertDialog, Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, HoverToggler, Spacing, Divider, Tooltip, Section, SectionHeader, TitlePage, TitleMainsection, TitleSubsection, Accordion, AccordionItem, Toolbar, ToolbarSection, Pagination, Notification, Link, Spinner, InteractionGate, PropertyName, PropertyValue, PropertyValuePair, PropertyValueList, Toast, HelperClasses, Select, MultiSelect, AutoCompleteField, Iframe, IframeModal, Utilities, LegacyReplacements, };
|
|
94
90
|
export * from "./components/index.js";
|
|
95
|
-
export * from "./components/interfaces.js";
|
|
96
91
|
export * from "./extensions/index.js";
|
|
97
92
|
export * from "./cmem/index.js";
|
|
98
93
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,+CAA+C,CAAC;AACjF,OAAO,iBAAiB,MAAM,4CAA4C,CAAC;AAC3E,OAAO,kBAAkB,MAAM,6CAA6C,CAAC;AAC7E,OAAO,4BAA4B,MAAM,uDAAuD,CAAC;AACjG,OAAO,yBAAyB,MAAM,oDAAoD,CAAC;AAC3F,OAAO,gBAAgB,MAAM,2CAA2C,CAAC;AACzE,OAAO,kBAAkB,MAAM,6CAA6C,CAAC;AAC7E,OAAO,yBAAyB,MAAM,oDAAoD,CAAC;AAC3F,OAAO,wBAAwB,MAAM,mDAAmD,CAAC;AACzF,OAAO,uBAAuB,MAAM,kDAAkD,CAAC;AACvF,OAAO,cAAc,MAAM,4CAA4C,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,oBAAoB,MAAM,kDAAkD,CAAC;AAEpF,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,OAAO,MAAM,2BAA2B,CAAC;AAChD,OAAO,UAAU,MAAM,8BAA8B,CAAC;AAEtD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -67,7 +67,7 @@ interface IActivityContextMenu extends TestableComponent {
|
|
|
67
67
|
export interface IActivityAction extends TestableComponent {
|
|
68
68
|
action: () => any;
|
|
69
69
|
tooltip?: string;
|
|
70
|
-
icon: ValidIconName
|
|
70
|
+
icon: ValidIconName | React.ReactElement<TestIconProps>;
|
|
71
71
|
disabled?: boolean;
|
|
72
72
|
hasStateWarning?: boolean;
|
|
73
73
|
}
|
|
@@ -21,6 +21,10 @@ interface SilkActivityControlProps extends TestableComponent {
|
|
|
21
21
|
action: string | (() => any);
|
|
22
22
|
};
|
|
23
23
|
executeActivityAction: (action: ActivityAction) => void;
|
|
24
|
+
/** If specified, the activity control will offer a "Start prioritized" button while the activity is in the waiting state.
|
|
25
|
+
* When the button is clicked it should start the activity via the startPrioritized endpoint.
|
|
26
|
+
*/
|
|
27
|
+
executePrioritized?: () => void;
|
|
24
28
|
translate: (key: ActivityControlTranslationKeys) => string;
|
|
25
29
|
elapsedTimeOfLastStart?: {
|
|
26
30
|
prefix?: string;
|
|
@@ -64,11 +68,11 @@ interface IStacktrace {
|
|
|
64
68
|
lines: string[];
|
|
65
69
|
cause?: IStacktrace;
|
|
66
70
|
}
|
|
67
|
-
export declare type ActivityControlTranslationKeys = "startActivity" | "stopActivity" | "reloadActivity" | "showErrorReport";
|
|
71
|
+
export declare type ActivityControlTranslationKeys = "startActivity" | "stopActivity" | "reloadActivity" | "showErrorReport" | "startPrioritized";
|
|
68
72
|
export declare type ActivityAction = "start" | "cancel" | "restart";
|
|
69
73
|
/** Silk activity control. */
|
|
70
74
|
export declare function SilkActivityControl(props: SilkActivityControlProps): JSX.Element;
|
|
71
|
-
export declare function useSilkActivityControl({ label, initialStatus, registerForUpdates, executeActivityAction, showReloadAction, showStartAction, viewValueAction, showStopAction, failureReportAction, unregisterFromUpdates, translate, elapsedTimeOfLastStart, tags, layoutConfig, hideMessageOnStatus, ...props }: SilkActivityControlProps): {
|
|
75
|
+
export declare function useSilkActivityControl({ label, initialStatus, registerForUpdates, executeActivityAction, showReloadAction, showStartAction, viewValueAction, showStopAction, failureReportAction, unregisterFromUpdates, translate, elapsedTimeOfLastStart, tags, layoutConfig, hideMessageOnStatus, executePrioritized, ...props }: SilkActivityControlProps): {
|
|
72
76
|
readonly elapsedDateTime: JSX.Element;
|
|
73
77
|
readonly intent: Intent;
|
|
74
78
|
readonly widget: JSX.Element;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import Color from "color";
|
|
3
|
+
import { TagProps } from "./../../components/Tag";
|
|
4
|
+
import { ProgressBarProps } from "./../../components/ProgressBar";
|
|
5
|
+
export interface ConfidenceValueProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "children"> {
|
|
6
|
+
/**
|
|
7
|
+
* Confidence value.
|
|
8
|
+
*/
|
|
9
|
+
value: number;
|
|
10
|
+
/**
|
|
11
|
+
* Minimal border for the confidence range.
|
|
12
|
+
*/
|
|
13
|
+
minValue?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Center (or average) value of the confidence range.
|
|
16
|
+
*/
|
|
17
|
+
centerValue?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Maximum border for the confidence range.
|
|
20
|
+
*/
|
|
21
|
+
maxValue?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Color of the confidence bar.
|
|
24
|
+
* By default it is colorized red for values below the `centerValue`, otherwise green.
|
|
25
|
+
*/
|
|
26
|
+
barColor?: Color | string;
|
|
27
|
+
/**
|
|
28
|
+
* The value is displayed by a bar.
|
|
29
|
+
* This confidence bar can be start from the left or right side, or from the center of the element.
|
|
30
|
+
*/
|
|
31
|
+
barStart?: "side" | "center";
|
|
32
|
+
/**
|
|
33
|
+
* What width is used to display the lement.
|
|
34
|
+
* It could use the `minimal` necessary space, the `maximal` available space, or a `static` width.
|
|
35
|
+
*/
|
|
36
|
+
spaceUsage?: "minimal" | "static" | "maximal";
|
|
37
|
+
/**
|
|
38
|
+
* Additional properties for the `<Tag/>` element that is used to display the confidence value.
|
|
39
|
+
*/
|
|
40
|
+
tagProps?: Omit<TagProps, "className">;
|
|
41
|
+
/**
|
|
42
|
+
* Additional properties for the `<PRogressBar/>` element that is used to display the confidence bar.
|
|
43
|
+
*/
|
|
44
|
+
progressBarProps?: Omit<ProgressBarProps, "className">;
|
|
45
|
+
}
|
|
46
|
+
export declare function ConfidenceValue({ className, value, minValue, maxValue, centerValue, barColor, barStart, spaceUsage, tagProps, progressBarProps, ...otherProps }: ConfidenceValueProps): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ConfidenceValue";
|
|
@@ -9,3 +9,4 @@ export { Markdown } from "./markdown/Markdown";
|
|
|
9
9
|
export { ReactFlow } from "./react-flow/ReactFlow/ReactFlow";
|
|
10
10
|
export { StickyNoteModal } from "./react-flow/StickyNoteModal/StickyNoteModal";
|
|
11
11
|
export type { IActivityStatus, ActivityAction, IActivityControlLayoutProps, TimeUnits, };
|
|
12
|
+
export * from "./ConfidenceValue";
|
|
@@ -19,10 +19,14 @@ export interface CardProps extends BlueprintCardProps {
|
|
|
19
19
|
* Property value defined which part of the card is always scrolled in, this may important when the card is larger than the viewport.
|
|
20
20
|
*/
|
|
21
21
|
scrollinOnFocus?: "start" | "center" | "end";
|
|
22
|
+
/**
|
|
23
|
+
* Controls how much whitespace is displayed within the card subelements.
|
|
24
|
+
*/
|
|
25
|
+
whitespaceAmount?: "none" | "small" | "medium" | "large";
|
|
22
26
|
}
|
|
23
27
|
/**
|
|
24
28
|
* Element to separate content sections from each other.
|
|
25
29
|
* Cards can include other cards but should not.
|
|
26
30
|
*/
|
|
27
|
-
declare function Card({ children, className, elevation, isOnlyLayout, fullHeight, elevated, scrollinOnFocus, interactive, ...otherProps }: CardProps): JSX.Element;
|
|
31
|
+
declare function Card({ children, className, elevation, isOnlyLayout, fullHeight, elevated, scrollinOnFocus, whitespaceAmount, interactive, ...otherProps }: CardProps): JSX.Element;
|
|
28
32
|
export default Card;
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export interface CardContentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/**
|
|
4
|
+
* Usually `CardContent` remains the available space inside a card.
|
|
5
|
+
* This option changes that behaviour, so that the content section is not grown or shrinked.
|
|
6
|
+
* You may use this then you have multiple content section in one card but not all those sections should be grown or shrinked regarding the remaining space.
|
|
7
|
+
*/
|
|
8
|
+
noFlexHeight?: boolean;
|
|
3
9
|
}
|
|
4
10
|
/**
|
|
5
11
|
* Holds the card content.
|
|
6
12
|
* Display scrollbars in case there is not enough space for it.
|
|
7
13
|
*/
|
|
8
|
-
declare function CardContent({ children, className, ...otherProps }: CardContentProps): JSX.Element;
|
|
14
|
+
declare function CardContent({ children, className, noFlexHeight, ...otherProps }: CardContentProps): JSX.Element;
|
|
9
15
|
export default CardContent;
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { OverviewItemProps } from "./../OverviewItem/OverviewItem";
|
|
3
|
-
interface CardHeaderProps extends OverviewItemProps {
|
|
3
|
+
interface CardHeaderProps extends Omit<OverviewItemProps, "densityHigh" | "hasSpacing"> {
|
|
4
4
|
children: JSX.Element | (JSX.Element | undefined | null)[] | null | undefined;
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated
|
|
7
|
+
*/
|
|
8
|
+
densityHigh?: OverviewItemProps["densityHigh"];
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated
|
|
11
|
+
*/
|
|
12
|
+
hasSpacing?: OverviewItemProps["hasSpacing"];
|
|
5
13
|
}
|
|
6
14
|
declare function CardHeader({ children, className, densityHigh, ...otherProps }: CardHeaderProps): JSX.Element;
|
|
7
15
|
export default CardHeader;
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { ButtonProps, AnchorOrButtonProps } from "../Button/Button";
|
|
3
3
|
import { TestIconProps } from "./TestIcon";
|
|
4
4
|
import { ValidIconName } from "./canonicalIconNames";
|
|
5
|
-
interface IconButtonProps extends Omit<ButtonProps, "icon" | "rightIcon" | "text" | "minimal" | "tooltip"> {
|
|
5
|
+
export interface IconButtonProps extends Omit<ButtonProps, "icon" | "rightIcon" | "text" | "minimal" | "tooltip"> {
|
|
6
6
|
/**
|
|
7
7
|
* Canonical icon name, or an array of strings.
|
|
8
8
|
* In case of the array the first valid icon name is used.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IconProps as CarbonIconProps } from "carbon-components-react";
|
|
3
3
|
/** Valid icon names. */
|
|
4
|
-
export declare type ValidIconName = "application-activities" | "application-dataintegration" | "application-explore" | "application-homepage" | "application-legacygui" | "application-mapping" | "application-queries" | "application-useraccount" | "application-vocabularies" | "application-warning" | "artefact-commit" | "artefact-customtask" | "artefact-dataset" | "artefact-dataset-csv" | "artefact-dataset-eccencadataplatform" | "artefact-dataset-excel" | "artefact-dataset-file" | "artefact-dataset-jdbc" | "artefact-dataset-json" | "artefact-dataset-multicsv" | "artefact-dataset-neo4j" | "artefact-dataset-sparkview" | "artefact-dataset-sparqlendpoint" | "artefact-dataset-sqlendpoint" | "artefact-dataset-xml" | "artefact-deprecated" | "artefact-embedded" | "artefact-errorlog" | "artefact-file" | "artefact-linking" | "artefact-project" | "artefact-rawdata" | "artefact-remote" | "artefact-report" | "artefact-task" | "artefact-transform" | "artefact-uncategorized" | "artefact-workflow" | "data-sourcepath" | "data-targetpath" | "item-add-artefact" | "item-clone" | "item-comment" | "item-copy" | "item-download" | "item-draggable" | "item-edit" | "item-evaluation" | "item-execution" | "item-info" | "item-launch" | "item-moremenu" | "item-question" | "item-reload" | "item-remove" | "item-reset" | "item-save" | "item-settings" | "item-shuffle" | "item-start" | "item-stop" | "item-upload" | "item-vertmenu" | "item-viewdetails" | "list-sort" | "list-sortasc" | "list-sortdesc" | "module-accesscontrol" | "module-annotation" | "module-dashboard" | "module-gdprsearch" | "module-integrations" | "module-linkedrules" | "module-reports" | "module-search" | "module-thesauri" | "module-timetracker" | "module-visualization" | "navigation-back" | "navigation-close" | "navigation-first" | "navigation-forth" | "navigation-jump" | "navigation-last" | "navigation-next" | "navigation-previous" | "operation-aggregation" | "operation-autolayout" | "operation-clear" | "operation-commit" | "operation-comparison" | "operation-filter" | "operation-filteredit" | "operation-link" | "operation-logout" | "operation-redo" | "operation-search" | "operation-sharelink" | "operation-transform" | "operation-undo" | "operation-unlink" | "state-checked" | "state-checkedsimple" | "state-confirmed" | "state-danger" | "state-declined" | "state-info" | "state-partlychecked" | "state-protected" | "state-success" | "state-unchecked" | "state-warning" | "toggler-caret" | "toggler-maximize" | "toggler-minimize" | "toggler-moveleft" | "toggler-moveright" | "toggler-showless" | "toggler-showmore" | "toggler-star-empty" | "toggler-star-filled" | "toggler-tree" | "undefined";
|
|
4
|
+
export declare type ValidIconName = "application-activities" | "application-dataintegration" | "application-explore" | "application-homepage" | "application-legacygui" | "application-mapping" | "application-queries" | "application-useraccount" | "application-vocabularies" | "application-warning" | "artefact-commit" | "artefact-customtask" | "artefact-dataset" | "artefact-dataset-csv" | "artefact-dataset-eccencadataplatform" | "artefact-dataset-excel" | "artefact-dataset-file" | "artefact-dataset-jdbc" | "artefact-dataset-json" | "artefact-dataset-multicsv" | "artefact-dataset-neo4j" | "artefact-dataset-sparkview" | "artefact-dataset-sparqlendpoint" | "artefact-dataset-sqlendpoint" | "artefact-dataset-xml" | "artefact-deprecated" | "artefact-embedded" | "artefact-errorlog" | "artefact-file" | "artefact-linking" | "artefact-project" | "artefact-rawdata" | "artefact-remote" | "artefact-report" | "artefact-task" | "artefact-transform" | "artefact-uncategorized" | "artefact-workflow" | "data-sourcepath" | "data-targetpath" | "item-add-artefact" | "item-clone" | "item-comment" | "item-copy" | "item-download" | "item-draggable" | "item-edit" | "item-evaluation" | "item-execution" | "item-info" | "item-launch" | "item-moremenu" | "item-question" | "item-reload" | "item-remove" | "item-reset" | "item-save" | "item-settings" | "item-shuffle" | "item-skip-forward" | "item-start" | "item-stop" | "item-upload" | "item-vertmenu" | "item-viewdetails" | "list-sort" | "list-sortasc" | "list-sortdesc" | "module-accesscontrol" | "module-annotation" | "module-dashboard" | "module-gdprsearch" | "module-integrations" | "module-linkedrules" | "module-reports" | "module-search" | "module-thesauri" | "module-timetracker" | "module-visualization" | "navigation-back" | "navigation-close" | "navigation-first" | "navigation-forth" | "navigation-jump" | "navigation-last" | "navigation-next" | "navigation-previous" | "operation-aggregation" | "operation-autolayout" | "operation-clear" | "operation-commit" | "operation-comparison" | "operation-filter" | "operation-filteredit" | "operation-link" | "operation-logout" | "operation-redo" | "operation-search" | "operation-sharelink" | "operation-transform" | "operation-undo" | "operation-unlink" | "state-checked" | "state-checkedsimple" | "state-confirmed" | "state-danger" | "state-declined" | "state-info" | "state-partlychecked" | "state-protected" | "state-success" | "state-unchecked" | "state-warning" | "toggler-caret" | "toggler-caretright" | "toggler-caretdown" | "toggler-maximize" | "toggler-minimize" | "toggler-moveleft" | "toggler-moveright" | "toggler-rowexpand" | "toggler-rowcollapse" | "toggler-showless" | "toggler-showmore" | "toggler-star-empty" | "toggler-star-filled" | "toggler-tree" | "form-template" | "undefined";
|
|
5
5
|
export declare type CarbonIconType = React.ComponentType<CarbonIconProps>;
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated
|
|
@@ -21,8 +21,12 @@ export interface PaginationProps extends CarbonPaginationProps {
|
|
|
21
21
|
* Hide prev/next arrows to navigate through the pages.
|
|
22
22
|
*/
|
|
23
23
|
hideNavigationArrows?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Element is displayed with dividing borders.
|
|
26
|
+
*/
|
|
27
|
+
hideBorders?: boolean;
|
|
24
28
|
}
|
|
25
|
-
declare function Pagination({ className, hidePageSizeConfiguration, hideInfoText, hidePageSelect, hideNavigationArrows, ...otherProps }: PaginationProps): JSX.Element;
|
|
29
|
+
declare function Pagination({ className, hidePageSizeConfiguration, hideInfoText, hidePageSelect, hideNavigationArrows, hideBorders, ...otherProps }: PaginationProps): JSX.Element;
|
|
26
30
|
interface IPaginationDetails {
|
|
27
31
|
total: number;
|
|
28
32
|
current: number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ProgressBar";
|
|
@@ -5,7 +5,11 @@ export interface SwitchProps extends Omit<BlueprintSwitchProps, "onChange"> {
|
|
|
5
5
|
* Event handler for changed state.
|
|
6
6
|
*/
|
|
7
7
|
onChange?: (value: boolean) => any;
|
|
8
|
+
/**
|
|
9
|
+
* class names
|
|
10
|
+
*/
|
|
11
|
+
className?: string;
|
|
8
12
|
}
|
|
9
|
-
declare function Switch({ onChange, ...otherProps }: SwitchProps): JSX.Element;
|
|
13
|
+
declare function Switch({ onChange, className, ...otherProps }: SwitchProps): JSX.Element;
|
|
10
14
|
declare const _default: React.MemoExoticComponent<typeof Switch>;
|
|
11
15
|
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TableProps as CarbonTableProps, DataTableSize as CarbonDataTableSize } from "carbon-components-react";
|
|
3
|
+
declare type TableRowHeightSizeDepracted = "compact" | "tall";
|
|
4
|
+
export declare type TableRowHeightSize = "small" | "medium" | "large" | TableRowHeightSizeDepracted;
|
|
5
|
+
export interface TableProps extends Omit<CarbonTableProps, "size" | "overflowMenuOnHover" | "stickyHeader" | "useStaticWidth">, React.TableHTMLAttributes<HTMLTableElement> {
|
|
6
|
+
/**
|
|
7
|
+
* Sets basically the height of a row inside the table.
|
|
8
|
+
* Please use only `small`, `medium` and `large`.
|
|
9
|
+
* `compact` and `tall` are deprecated.
|
|
10
|
+
*/
|
|
11
|
+
size?: TableRowHeightSize;
|
|
12
|
+
/**
|
|
13
|
+
* All rows are divided by horizontal borders.
|
|
14
|
+
*/
|
|
15
|
+
hasDivider?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* This will lead to a `colgroup` element within the `table` setting `with` styles for each column.
|
|
18
|
+
* The table is then displayed `fixed`.
|
|
19
|
+
* All values need to be valid CSS width expression, e.g. `30px`, `5rem`, `40%`.
|
|
20
|
+
* If you need to add more attributes to the `col` elements, e.g. class names, then you need to control `colgroup` and `fixed` table by yourself.
|
|
21
|
+
*/
|
|
22
|
+
columnWidths?: string[];
|
|
23
|
+
/**
|
|
24
|
+
* Table is displayed without any own coloring.
|
|
25
|
+
* For example this can be used for sub tables inside other elements with already set background colors.
|
|
26
|
+
* Zebra styles won't work if this option is enabled!
|
|
27
|
+
*/
|
|
28
|
+
colorless?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export declare const tableRowHeightSizes: Record<string, CarbonDataTableSize>;
|
|
31
|
+
declare function Table({ className, size, hasDivider, columnWidths, colorless, children, ...otherCarbonTableProps }: TableProps): JSX.Element;
|
|
32
|
+
export default Table;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { DataTableProps as CarbonDataTableProps, TableContainerProps as CarbonTableContainerProps } from "carbon-components-react";
|
|
3
|
+
import { TableRowHeightSize } from "./Table";
|
|
4
|
+
interface TableDataContainerProps extends Omit<CarbonDataTableProps, "size" | "overflowMenuOnHover" | "stickyHeader" | "useStaticWidth">, React.TableHTMLAttributes<HTMLTableElement> {
|
|
5
|
+
children(signature: any): JSX.Element;
|
|
6
|
+
size?: TableRowHeightSize;
|
|
7
|
+
}
|
|
8
|
+
interface TableSimpleContainerProps extends Omit<CarbonTableContainerProps, "description" | "stickyHeader" | "title" | "useStaticWidth">, React.HTMLAttributes<HTMLDivElement> {
|
|
9
|
+
children?: JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
export declare type TableContainerProps = TableDataContainerProps | TableSimpleContainerProps;
|
|
12
|
+
declare function TableContainer({ className, ...otherProps }: TableContainerProps): JSX.Element;
|
|
13
|
+
export default TableContainer;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TableExpandHeaderProps as CarbonTableExpandHeaderProps } from "carbon-components-react";
|
|
3
|
+
export interface TableExpandHeaderProps extends Omit<CarbonTableExpandHeaderProps, "children" | "ariaLabel" | "enableExpando" | "expandIconDescription">, React.ThHTMLAttributes<HTMLTableCellElement> {
|
|
4
|
+
/**
|
|
5
|
+
* This text is displayed as tooltip for the button that toggles the expanded/collapsed state.
|
|
6
|
+
*/
|
|
7
|
+
togglerText: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Adds a button to the table header that can trigger a function to expand/collapse all rows of the table.
|
|
11
|
+
*/
|
|
12
|
+
declare function TableExpandHeader({ togglerText, isExpanded, onExpand, className, enableToggle, ...otherCarbonTableExpandHeaderProps }: TableExpandHeaderProps): JSX.Element;
|
|
13
|
+
export default TableExpandHeader;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TableExpandRowProps as CarbonTableExpandRowProps } from "carbon-components-react";
|
|
3
|
+
export interface TableExpandRowProps extends Omit<CarbonTableExpandRowProps, "ariaLabel" | "expandIconDescription">, React.HTMLAttributes<HTMLTableRowElement> {
|
|
4
|
+
/**
|
|
5
|
+
* This text is displayed as tooltip for the button that toggles the expanded/collapsed state.
|
|
6
|
+
*/
|
|
7
|
+
togglerText: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Table row that is suffixed by a cell containing a button to expand/collapse this row.
|
|
11
|
+
*/
|
|
12
|
+
declare function TableExpandRow({ togglerText, isExpanded, isSelected, onExpand, className, children, ...otherCarbonTableExpandRowProps }: TableExpandRowProps): JSX.Element;
|
|
13
|
+
export default TableExpandRow;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TableHeader } from "carbon-components-react";
|
|
3
|
+
import TableContainer, { TableContainerProps } from "./TableContainer";
|
|
4
|
+
import Table, { TableProps } from "./Table";
|
|
5
|
+
import TableExpandHeader, { TableExpandHeaderProps } from "./TableExpandHeader";
|
|
6
|
+
import TableExpandRow, { TableExpandRowProps } from "./TableExpandRow";
|
|
7
|
+
declare const TableHead: import("react").FC<import("carbon-components-react").TableHeadProps>;
|
|
8
|
+
declare const TableBody: import("react").FC<import("carbon-components-react").TableBodyProps>;
|
|
9
|
+
declare const TableRow: import("react").FC<import("carbon-components-react").TableRowProps>;
|
|
10
|
+
declare const TableExpandedRow: import("react").FC<import("carbon-components-react").TableExpandedRowProps>;
|
|
11
|
+
declare const TableCell: import("react").FC<import("carbon-components-react").TableCellProps>;
|
|
12
|
+
export type { TableContainerProps, TableProps, TableExpandHeaderProps, TableExpandRowProps, };
|
|
13
|
+
export { TableContainer, Table, TableHead, TableBody, TableRow, TableExpandRow, TableExpandedRow, TableHeader, TableExpandHeader, TableCell, };
|
|
@@ -8,7 +8,7 @@ import { IntentTypes } from "../../common/Intent";
|
|
|
8
8
|
export interface TagProps extends Omit<BlueprintTagProps, "active" | "fill" | "icon" | "intent" | "large" | "multiline" | "rightIcon"> {
|
|
9
9
|
/**
|
|
10
10
|
* Sets the background color of a tag, depends on the `Color` object provided by the
|
|
11
|
-
* [npm color module](https://www.npmjs.com/package/color) v3. You can use it with
|
|
11
|
+
* [npm color module](https://www.npmjs.com/export package/color) v3. You can use it with
|
|
12
12
|
* all allowed [CSS color values](https://developer.mozilla.org/de/docs/Web/CSS/color_value).
|
|
13
13
|
*
|
|
14
14
|
* The front color is set automatically, so the tag label is always readable.
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TagListProps extends React.HTMLAttributes<HTMLUListElement> {
|
|
3
|
+
label?: string;
|
|
4
|
+
}
|
|
5
|
+
declare function TagList({ children, className, label, ...otherProps }: TagListProps): JSX.Element;
|
|
3
6
|
export default TagList;
|
|
@@ -1,24 +1,33 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { MaybeElement, HTMLInputProps, InputGroupProps } from "@blueprintjs/core";
|
|
3
|
+
import { IntentTypes } from "../../common/Intent";
|
|
3
4
|
import { ValidIconName } from "../Icon/canonicalIconNames";
|
|
4
5
|
import { InvisibleCharacterWarningProps } from "./useTextValidation";
|
|
5
6
|
export interface TextFieldProps extends Partial<Omit<InputGroupProps, "intent" | "leftIcon"> & HTMLInputProps> {
|
|
6
7
|
/**
|
|
7
8
|
* The input element is displayed with primary color scheme.
|
|
9
|
+
* @deprecated
|
|
8
10
|
*/
|
|
9
11
|
hasStatePrimary?: boolean;
|
|
10
12
|
/**
|
|
11
13
|
* The input element is displayed with success (some type of green) color scheme.
|
|
14
|
+
* @deprecated
|
|
12
15
|
*/
|
|
13
16
|
hasStateSuccess?: boolean;
|
|
14
17
|
/**
|
|
15
18
|
* The input element is displayed with warning (some type of orange) color scheme.
|
|
19
|
+
* @deprecated
|
|
16
20
|
*/
|
|
17
21
|
hasStateWarning?: boolean;
|
|
18
22
|
/**
|
|
19
23
|
* The input element is displayed with danger (some type of red) color scheme.
|
|
24
|
+
* @deprecated
|
|
20
25
|
*/
|
|
21
26
|
hasStateDanger?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Intent state of the text field.
|
|
29
|
+
*/
|
|
30
|
+
intent?: IntentTypes | "edited" | "removed";
|
|
22
31
|
/**
|
|
23
32
|
* The input element uses the full horizontal width of the parent container.
|
|
24
33
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
export * from "./Badge/Badge";
|
|
2
2
|
export * from "./Depiction/Depiction";
|
|
3
3
|
export * from "./Icon";
|
|
4
|
+
export * from "./ProgressBar";
|
|
5
|
+
export * from "./Table";
|
|
6
|
+
export * from "./Tag";
|
|
4
7
|
export * from "./Tree/Tree";
|
|
5
8
|
export * from "./Typography";
|
|
9
|
+
export * from "./interfaces";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -44,8 +44,6 @@ import MenuDivider from "./components/Menu/MenuDivider";
|
|
|
44
44
|
import ContextOverlay from "./components/ContextOverlay/ContextOverlay";
|
|
45
45
|
import ContextMenu from "./components/ContextOverlay/ContextMenu";
|
|
46
46
|
import Pagination from "./components/Pagination/Pagination";
|
|
47
|
-
import Tag from "./components/Tag/Tag";
|
|
48
|
-
import TagList from "./components/Tag/TagList";
|
|
49
47
|
import Notification from "./components/Notification/Notification";
|
|
50
48
|
import Toast from "./components/Notification/Toast";
|
|
51
49
|
import Select from "./components/Select/Select";
|
|
@@ -53,7 +51,6 @@ import MultiSelect from "./components/MultiSelect/MultiSelect";
|
|
|
53
51
|
import { Iframe } from "./components/Iframe/Iframe";
|
|
54
52
|
import { IframeModal } from "./components/Iframe/IframeModal";
|
|
55
53
|
import { OverviewItem, OverviewItemActions, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemList } from "./components/OverviewItem";
|
|
56
|
-
import { TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader } from "./components/SimpleTable";
|
|
57
54
|
import BreadcrumbList from "./components/Breadcrumb/BreadcrumbList";
|
|
58
55
|
import BreadcrumbItem from "./components/Breadcrumb/BreadcrumbItem";
|
|
59
56
|
import Modal from "./components/Dialog/Modal";
|
|
@@ -76,7 +73,6 @@ import Link from "./components/Link/Link";
|
|
|
76
73
|
import Spinner from "./components/Spinner/Spinner";
|
|
77
74
|
import InteractionGate from "./components/InteractionGate/InteractionGate";
|
|
78
75
|
import { PropertyName, PropertyValue, PropertyValuePair, PropertyValueList } from "./components/PropertyValuePair";
|
|
79
|
-
import { ProgressBar } from "./components/ProgressBar/ProgressBar";
|
|
80
76
|
import List from "./components/List/List";
|
|
81
77
|
import * as LegacyReplacements from "./legacy-replacements";
|
|
82
78
|
import * as TypographyClassNames from "./components/Typography/classnames";
|
|
@@ -90,8 +86,7 @@ declare const Utilities: {
|
|
|
90
86
|
openInNewTab: (event: import("react").MouseEvent<HTMLElement, MouseEvent>, handler?: ((e: import("react").MouseEvent<HTMLElement, MouseEvent>) => void) | undefined, url?: string | undefined) => void;
|
|
91
87
|
decideContrastColorValue: ({ testColor, lightColor, darkColor }: import("./common/utils/colorDecideContrastvalue").decideContrastColorValueProps) => string;
|
|
92
88
|
};
|
|
93
|
-
export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, Grid, GridRow, GridColumn, List, WorkspaceContent, WorkspaceMain, WorkspaceSide, WorkspaceHeader, Menu, MenuItem, MenuDivider, ContextOverlay, ContextMenu, OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList,
|
|
89
|
+
export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, Grid, GridRow, GridColumn, List, WorkspaceContent, WorkspaceMain, WorkspaceSide, WorkspaceHeader, Menu, MenuItem, MenuDivider, ContextOverlay, ContextMenu, OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList, IconButton, Label, Button, Checkbox, RadioButton, Tabs, Tab, TabTitle, TabPanel, TextField, TextArea, SearchField, Switch, NumericInput, FieldItem, FieldItemRow, FieldSet, BreadcrumbList, BreadcrumbItem, Modal, SimpleDialog, AlertDialog, Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, HoverToggler, Spacing, Divider, Tooltip, Section, SectionHeader, TitlePage, TitleMainsection, TitleSubsection, Accordion, AccordionItem, Toolbar, ToolbarSection, Pagination, Notification, Link, Spinner, InteractionGate, PropertyName, PropertyValue, PropertyValuePair, PropertyValueList, Toast, HelperClasses, Select, MultiSelect, AutoCompleteField, Iframe, IframeModal, Utilities, LegacyReplacements, };
|
|
94
90
|
export * from "./components";
|
|
95
|
-
export * from "./components/interfaces";
|
|
96
91
|
export * from "./extensions";
|
|
97
92
|
export * from "./cmem";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eccenca/gui-elements",
|
|
3
3
|
"description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
|
|
4
|
-
"version": "23.1.0-easynav.
|
|
4
|
+
"version": "23.1.0-easynav.4",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/eccenca/gui-elements",
|
|
7
7
|
"bugs": "https://github.com/eccenca/gui-elements/issues",
|