@reltio/components 1.4.2190 → 1.4.2192
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/AttributeCellRenderers/BlobRenderer.d.ts +5 -0
- package/AttributeCellRenderers/BlobRenderer.js +23 -0
- package/AttributeCellRenderers/EntityIdRenderer.d.ts +11 -0
- package/AttributeCellRenderers/EntityIdRenderer.js +19 -0
- package/AttributeCellRenderers/EntityProfileRenderer.d.ts +5 -0
- package/AttributeCellRenderers/EntityProfileRenderer.js +17 -0
- package/AttributeCellRenderers/ImageRenderer.d.ts +10 -0
- package/AttributeCellRenderers/ImageRenderer.js +10 -0
- package/AttributeCellRenderers/ReferenceRenderer.d.ts +5 -0
- package/AttributeCellRenderers/ReferenceRenderer.js +24 -0
- package/AttributeCellRenderers/SimpleAttributeRenderer.d.ts +5 -0
- package/AttributeCellRenderers/SimpleAttributeRenderer.js +22 -0
- package/AttributeCellRenderers/getAttributeValueRenderer.d.ts +15 -0
- package/AttributeCellRenderers/getAttributeValueRenderer.js +24 -0
- package/AttributeCellRenderers/index.d.ts +1 -0
- package/AttributeCellRenderers/index.js +1 -0
- package/AttributeCellRenderers/styles.module.css.js +9 -0
- package/AttributeRowCellRenderer/AttributeRowCellRenderer.d.ts +21 -0
- package/AttributeRowCellRenderer/AttributeRowCellRenderer.js +42 -0
- package/AttributeRowCellRenderer/index.d.ts +1 -0
- package/AttributeRowCellRenderer/index.js +1 -0
- package/DefaultHeadCellRendererWithTooltip/DefaultHeadCellRendererWithTooltip.d.ts +4 -1
- package/DefaultHeadCellRendererWithTooltip/DefaultHeadCellRendererWithTooltip.js +7 -4
- package/DefaultHeadCellRendererWithTooltip/DefaultHeadCellRendererWithTooltip.module.css.js +2 -2
- package/ProfileBand/ProfileBand.d.ts +5 -4
- package/ProfileBand/ProfileBand.js +4 -5
- package/ProfileBand/ProfileBand.module.css.js +9 -0
- package/RCTree/styles.d.ts +1 -1
- package/RowCellChipWithTooltip/RowCellChipWithTooltip.d.ts +9 -0
- package/RowCellChipWithTooltip/RowCellChipWithTooltip.js +18 -0
- package/RowCellChipWithTooltip/RowCellChipWithTooltip.module.css.js +9 -0
- package/RowCellChipWithTooltip/index.d.ts +1 -0
- package/RowCellChipWithTooltip/index.js +1 -0
- package/RowCellChips/RowCellChips.d.ts +11 -0
- package/RowCellChips/RowCellChips.js +9 -0
- package/RowCellChips/RowCellChips.module.css.js +9 -0
- package/RowCellChips/index.d.ts +1 -0
- package/RowCellChips/index.js +1 -0
- package/TableWithBars/TableWithBars.test.js +3 -3
- package/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.js +1 -1
- package/cjs/AttributeCellRenderers/BlobRenderer.d.ts +5 -0
- package/cjs/AttributeCellRenderers/BlobRenderer.js +28 -0
- package/cjs/AttributeCellRenderers/EntityIdRenderer.d.ts +11 -0
- package/cjs/AttributeCellRenderers/EntityIdRenderer.js +26 -0
- package/cjs/AttributeCellRenderers/EntityProfileRenderer.d.ts +5 -0
- package/cjs/AttributeCellRenderers/EntityProfileRenderer.js +22 -0
- package/cjs/AttributeCellRenderers/ImageRenderer.d.ts +10 -0
- package/cjs/AttributeCellRenderers/ImageRenderer.js +17 -0
- package/cjs/AttributeCellRenderers/ReferenceRenderer.d.ts +5 -0
- package/cjs/AttributeCellRenderers/ReferenceRenderer.js +29 -0
- package/cjs/AttributeCellRenderers/SimpleAttributeRenderer.d.ts +5 -0
- package/cjs/AttributeCellRenderers/SimpleAttributeRenderer.js +27 -0
- package/cjs/AttributeCellRenderers/getAttributeValueRenderer.d.ts +15 -0
- package/cjs/AttributeCellRenderers/getAttributeValueRenderer.js +31 -0
- package/cjs/AttributeCellRenderers/index.d.ts +1 -0
- package/cjs/AttributeCellRenderers/index.js +5 -0
- package/cjs/AttributeCellRenderers/styles.module.css.js +9 -0
- package/cjs/AttributeRowCellRenderer/AttributeRowCellRenderer.d.ts +21 -0
- package/cjs/AttributeRowCellRenderer/AttributeRowCellRenderer.js +47 -0
- package/cjs/AttributeRowCellRenderer/index.d.ts +1 -0
- package/cjs/AttributeRowCellRenderer/index.js +8 -0
- package/cjs/DefaultHeadCellRendererWithTooltip/DefaultHeadCellRendererWithTooltip.d.ts +4 -1
- package/cjs/DefaultHeadCellRendererWithTooltip/DefaultHeadCellRendererWithTooltip.js +7 -4
- package/cjs/DefaultHeadCellRendererWithTooltip/DefaultHeadCellRendererWithTooltip.module.css.js +2 -2
- package/cjs/ProfileBand/ProfileBand.d.ts +5 -4
- package/cjs/ProfileBand/ProfileBand.js +14 -15
- package/cjs/ProfileBand/ProfileBand.module.css.js +9 -0
- package/cjs/RCTree/styles.d.ts +1 -1
- package/cjs/RowCellChipWithTooltip/RowCellChipWithTooltip.d.ts +9 -0
- package/cjs/RowCellChipWithTooltip/RowCellChipWithTooltip.js +48 -0
- package/cjs/RowCellChipWithTooltip/RowCellChipWithTooltip.module.css.js +9 -0
- package/cjs/RowCellChipWithTooltip/index.d.ts +1 -0
- package/cjs/RowCellChipWithTooltip/index.js +5 -0
- package/cjs/RowCellChips/RowCellChips.d.ts +11 -0
- package/cjs/RowCellChips/RowCellChips.js +16 -0
- package/cjs/RowCellChips/RowCellChips.module.css.js +9 -0
- package/cjs/RowCellChips/index.d.ts +1 -0
- package/cjs/RowCellChips/index.js +5 -0
- package/cjs/TableWithBars/TableWithBars.test.js +3 -3
- package/cjs/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.js +1 -1
- package/cjs/contexts/BasicTableContext/index.d.ts +1 -1
- package/cjs/contexts/MdmModuleContext/context.d.ts +4 -0
- package/cjs/contexts/MdmModuleContext/hooks.d.ts +2 -0
- package/cjs/contexts/MdmModuleContext/hooks.js +6 -2
- package/cjs/contexts/MdmModuleContext/index.d.ts +1 -1
- package/cjs/contexts/MdmModuleContext/index.js +3 -1
- package/cjs/features/history/HistoryRow/styles.d.ts +1 -1
- package/cjs/features/workflow/ChangeRequestEditor/ChangeRequestEditor.d.ts +8 -0
- package/cjs/features/workflow/ChangeRequestEditor/ChangeRequestEditor.js +18 -0
- package/cjs/features/workflow/ChangeRequestEditor/ChangeRequestEditor.module.css.js +9 -0
- package/cjs/features/workflow/ChangeRequestEditor/index.d.ts +1 -0
- package/cjs/features/workflow/ChangeRequestEditor/index.js +5 -0
- package/cjs/features/workflow/ReviewDCRButton/ReviewDCRButton.d.ts +6 -0
- package/cjs/features/workflow/ReviewDCRButton/ReviewDCRButton.js +19 -0
- package/cjs/features/workflow/ReviewDCRButton/ReviewDCRButton.module.css.js +9 -0
- package/cjs/features/workflow/ReviewDCRButton/index.d.ts +1 -0
- package/cjs/features/workflow/ReviewDCRButton/index.js +5 -0
- package/cjs/features/workflow/ReviewDCRDialog/ReviewDCRDialog.d.ts +11 -0
- package/cjs/features/workflow/ReviewDCRDialog/ReviewDCRDialog.js +63 -0
- package/cjs/features/workflow/ReviewDCRDialog/ReviewDCRDialog.module.css.js +9 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/DCRChangesSummary.d.ts +8 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/DCRChangesSummary.js +73 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/DCRChangesSummary.module.css.js +9 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/index.d.ts +1 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/index.js +5 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRSummaryInfo/DCRSummaryInfo.d.ts +9 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRSummaryInfo/DCRSummaryInfo.js +40 -0
- package/cjs/features/workflow/ReviewDCRDialog/components/DCRSummaryInfo/DCRSummaryInfo.module.css.js +9 -0
- package/cjs/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.d.ts +3 -0
- package/cjs/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.js +19 -0
- package/cjs/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.test.d.ts +1 -0
- package/cjs/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.test.js +124 -0
- package/cjs/features/workflow/ReviewDCRDialog/helpers/index.d.ts +1 -0
- package/cjs/features/workflow/ReviewDCRDialog/helpers/index.js +5 -0
- package/cjs/features/workflow/ReviewDCRDialog/index.d.ts +1 -0
- package/cjs/features/workflow/ReviewDCRDialog/index.js +5 -0
- package/cjs/features/workflow/WorkflowActionButtons/WorkflowActionButtons.d.ts +12 -0
- package/cjs/features/workflow/WorkflowActionButtons/WorkflowActionButtons.js +57 -0
- package/cjs/features/workflow/WorkflowActionButtons/index.d.ts +1 -0
- package/cjs/features/workflow/WorkflowActionButtons/index.js +5 -0
- package/cjs/features/workflow/WorkflowComments/WorkflowComments.d.ts +7 -1
- package/cjs/features/workflow/WorkflowComments/WorkflowComments.js +15 -31
- package/cjs/features/workflow/WorkflowComments/WorkflowComments.module.css.js +9 -0
- package/cjs/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.js +46 -6
- package/cjs/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.d.ts +2 -1
- package/cjs/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.js +30 -29
- package/cjs/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.module.css.js +9 -0
- package/cjs/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.spec.js +20 -2
- package/cjs/features/workflow/index.d.ts +2 -0
- package/cjs/features/workflow/index.js +5 -1
- package/cjs/icons/RequestSummary.d.ts +3 -0
- package/cjs/icons/RequestSummary.js +24 -0
- package/cjs/icons/ReviewDCR.d.ts +3 -0
- package/cjs/icons/ReviewDCR.js +22 -0
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +14 -8
- package/cjs/types/basicTable.d.ts +12 -0
- package/cjs/types/basicTable.js +11 -0
- package/contexts/BasicTableContext/index.d.ts +1 -1
- package/contexts/MdmModuleContext/context.d.ts +4 -0
- package/contexts/MdmModuleContext/hooks.d.ts +2 -0
- package/contexts/MdmModuleContext/hooks.js +2 -0
- package/contexts/MdmModuleContext/index.d.ts +1 -1
- package/contexts/MdmModuleContext/index.js +1 -1
- package/features/history/HistoryRow/styles.d.ts +1 -1
- package/features/workflow/ChangeRequestEditor/ChangeRequestEditor.d.ts +8 -0
- package/features/workflow/ChangeRequestEditor/ChangeRequestEditor.js +11 -0
- package/features/workflow/ChangeRequestEditor/ChangeRequestEditor.module.css.js +9 -0
- package/features/workflow/ChangeRequestEditor/index.d.ts +1 -0
- package/features/workflow/ChangeRequestEditor/index.js +1 -0
- package/features/workflow/ReviewDCRButton/ReviewDCRButton.d.ts +6 -0
- package/features/workflow/ReviewDCRButton/ReviewDCRButton.js +12 -0
- package/features/workflow/ReviewDCRButton/ReviewDCRButton.module.css.js +9 -0
- package/features/workflow/ReviewDCRButton/index.d.ts +1 -0
- package/features/workflow/ReviewDCRButton/index.js +1 -0
- package/features/workflow/ReviewDCRDialog/ReviewDCRDialog.d.ts +11 -0
- package/features/workflow/ReviewDCRDialog/ReviewDCRDialog.js +56 -0
- package/features/workflow/ReviewDCRDialog/ReviewDCRDialog.module.css.js +9 -0
- package/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/DCRChangesSummary.d.ts +8 -0
- package/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/DCRChangesSummary.js +43 -0
- package/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/DCRChangesSummary.module.css.js +9 -0
- package/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/index.d.ts +1 -0
- package/features/workflow/ReviewDCRDialog/components/DCRChangesSummary/index.js +1 -0
- package/features/workflow/ReviewDCRDialog/components/DCRSummaryInfo/DCRSummaryInfo.d.ts +9 -0
- package/features/workflow/ReviewDCRDialog/components/DCRSummaryInfo/DCRSummaryInfo.js +33 -0
- package/features/workflow/ReviewDCRDialog/components/DCRSummaryInfo/DCRSummaryInfo.module.css.js +9 -0
- package/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.d.ts +3 -0
- package/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.js +15 -0
- package/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.test.d.ts +1 -0
- package/features/workflow/ReviewDCRDialog/helpers/calculateDCRChanges.test.js +122 -0
- package/features/workflow/ReviewDCRDialog/helpers/index.d.ts +1 -0
- package/features/workflow/ReviewDCRDialog/helpers/index.js +1 -0
- package/features/workflow/ReviewDCRDialog/index.d.ts +1 -0
- package/features/workflow/ReviewDCRDialog/index.js +1 -0
- package/features/workflow/WorkflowActionButtons/WorkflowActionButtons.d.ts +12 -0
- package/features/workflow/WorkflowActionButtons/WorkflowActionButtons.js +27 -0
- package/features/workflow/WorkflowActionButtons/index.d.ts +1 -0
- package/features/workflow/WorkflowActionButtons/index.js +1 -0
- package/features/workflow/WorkflowComments/WorkflowComments.d.ts +7 -1
- package/features/workflow/WorkflowComments/WorkflowComments.js +13 -29
- package/features/workflow/WorkflowComments/WorkflowComments.module.css.js +9 -0
- package/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.js +23 -6
- package/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.d.ts +2 -1
- package/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.js +8 -7
- package/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.module.css.js +9 -0
- package/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/GenericWorkflowTaskCard.spec.js +20 -2
- package/features/workflow/index.d.ts +2 -0
- package/features/workflow/index.js +2 -0
- package/icons/RequestSummary.d.ts +3 -0
- package/icons/RequestSummary.js +19 -0
- package/icons/ReviewDCR.d.ts +3 -0
- package/icons/ReviewDCR.js +17 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/package.json +2 -2
- package/types/basicTable.d.ts +12 -0
- package/types/basicTable.js +10 -1
- package/ProfileBand/styles.d.ts +0 -1
- package/ProfileBand/styles.js +0 -87
- package/cjs/ProfileBand/styles.d.ts +0 -1
- package/cjs/ProfileBand/styles.js +0 -90
- package/cjs/features/workflow/WorkflowComments/styles.d.ts +0 -1
- package/cjs/features/workflow/WorkflowComments/styles.js +0 -42
- package/cjs/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/styles.d.ts +0 -3
- package/cjs/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/styles.js +0 -113
- package/features/workflow/WorkflowComments/styles.d.ts +0 -1
- package/features/workflow/WorkflowComments/styles.js +0 -39
- package/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/styles.d.ts +0 -3
- package/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/styles.js +0 -110
package/ProfileBand/styles.js
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { makeStyles } from '@mui/styles';
|
|
2
|
-
export var useStyles = makeStyles(function (theme) { return ({
|
|
3
|
-
profileBandWrapper: {
|
|
4
|
-
// especially for IE (overflow fix)
|
|
5
|
-
flexShrink: 0
|
|
6
|
-
},
|
|
7
|
-
profileBand: {
|
|
8
|
-
display: 'flex',
|
|
9
|
-
padding: '16px 12px 16px 16px',
|
|
10
|
-
alignItems: 'flex-start',
|
|
11
|
-
backgroundColor: '#fff',
|
|
12
|
-
boxShadow: '0px 1px 0px rgba(0, 0, 0, 0.12)',
|
|
13
|
-
marginBottom: '1px',
|
|
14
|
-
'&:after': {
|
|
15
|
-
// IE workaround for minHeight and centering items
|
|
16
|
-
content: '""',
|
|
17
|
-
minHeight: 'inherit',
|
|
18
|
-
fontSize: 0
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
inactive: {
|
|
22
|
-
background: theme.inactiveBackground
|
|
23
|
-
},
|
|
24
|
-
profileIcon: {
|
|
25
|
-
marginRight: '12px'
|
|
26
|
-
},
|
|
27
|
-
imageProfileIcon: {
|
|
28
|
-
width: '48px',
|
|
29
|
-
height: '48px'
|
|
30
|
-
},
|
|
31
|
-
profileInfo: {
|
|
32
|
-
display: 'flex',
|
|
33
|
-
flexDirection: 'column',
|
|
34
|
-
flex: '1 1 50%'
|
|
35
|
-
},
|
|
36
|
-
badge: {},
|
|
37
|
-
label: {
|
|
38
|
-
lineHeight: '1.2',
|
|
39
|
-
letterSpacing: '0.25px',
|
|
40
|
-
color: theme.palette.text.primary,
|
|
41
|
-
wordBreak: 'break-word',
|
|
42
|
-
whiteSpace: 'break-spaces',
|
|
43
|
-
'&+ $specialInfo': {
|
|
44
|
-
marginTop: '4px'
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
secondaryLabel: {
|
|
48
|
-
display: 'inline-flex',
|
|
49
|
-
color: theme.palette.text.primary,
|
|
50
|
-
marginTop: '2px',
|
|
51
|
-
lineHeight: '16px',
|
|
52
|
-
fontSize: '14px',
|
|
53
|
-
fontWeight: 400,
|
|
54
|
-
whiteSpace: 'break-spaces',
|
|
55
|
-
'&+ $businessCard': {
|
|
56
|
-
marginLeft: '12px'
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
businessCard: {
|
|
60
|
-
color: theme.palette.text.secondary,
|
|
61
|
-
display: 'inline-flex',
|
|
62
|
-
fontSize: '14px',
|
|
63
|
-
marginTop: '4px',
|
|
64
|
-
lineHeight: '1.2',
|
|
65
|
-
whiteSpace: 'break-spaces'
|
|
66
|
-
},
|
|
67
|
-
specialInfo: {
|
|
68
|
-
display: 'flex',
|
|
69
|
-
justifyContent: 'space-between',
|
|
70
|
-
flexWrap: 'wrap',
|
|
71
|
-
width: '100%',
|
|
72
|
-
marginTop: '8px'
|
|
73
|
-
},
|
|
74
|
-
entityType: {
|
|
75
|
-
display: 'flex',
|
|
76
|
-
flexWrap: 'wrap'
|
|
77
|
-
},
|
|
78
|
-
entityId: {
|
|
79
|
-
fontSize: '13px',
|
|
80
|
-
color: theme.palette.text.secondary,
|
|
81
|
-
whiteSpace: 'nowrap',
|
|
82
|
-
cursor: 'pointer',
|
|
83
|
-
'&:hover': {
|
|
84
|
-
textDecoration: 'underline'
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}); });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"inactive" | "label" | "secondaryLabel" | "profileBand" | "entityType" | "entityId" | "profileIcon" | "profileBandWrapper" | "imageProfileIcon" | "profileInfo" | "badge" | "businessCard" | "specialInfo">;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useStyles = void 0;
|
|
4
|
-
var styles_1 = require("@mui/styles");
|
|
5
|
-
exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
|
|
6
|
-
profileBandWrapper: {
|
|
7
|
-
// especially for IE (overflow fix)
|
|
8
|
-
flexShrink: 0
|
|
9
|
-
},
|
|
10
|
-
profileBand: {
|
|
11
|
-
display: 'flex',
|
|
12
|
-
padding: '16px 12px 16px 16px',
|
|
13
|
-
alignItems: 'flex-start',
|
|
14
|
-
backgroundColor: '#fff',
|
|
15
|
-
boxShadow: '0px 1px 0px rgba(0, 0, 0, 0.12)',
|
|
16
|
-
marginBottom: '1px',
|
|
17
|
-
'&:after': {
|
|
18
|
-
// IE workaround for minHeight and centering items
|
|
19
|
-
content: '""',
|
|
20
|
-
minHeight: 'inherit',
|
|
21
|
-
fontSize: 0
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
inactive: {
|
|
25
|
-
background: theme.inactiveBackground
|
|
26
|
-
},
|
|
27
|
-
profileIcon: {
|
|
28
|
-
marginRight: '12px'
|
|
29
|
-
},
|
|
30
|
-
imageProfileIcon: {
|
|
31
|
-
width: '48px',
|
|
32
|
-
height: '48px'
|
|
33
|
-
},
|
|
34
|
-
profileInfo: {
|
|
35
|
-
display: 'flex',
|
|
36
|
-
flexDirection: 'column',
|
|
37
|
-
flex: '1 1 50%'
|
|
38
|
-
},
|
|
39
|
-
badge: {},
|
|
40
|
-
label: {
|
|
41
|
-
lineHeight: '1.2',
|
|
42
|
-
letterSpacing: '0.25px',
|
|
43
|
-
color: theme.palette.text.primary,
|
|
44
|
-
wordBreak: 'break-word',
|
|
45
|
-
whiteSpace: 'break-spaces',
|
|
46
|
-
'&+ $specialInfo': {
|
|
47
|
-
marginTop: '4px'
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
secondaryLabel: {
|
|
51
|
-
display: 'inline-flex',
|
|
52
|
-
color: theme.palette.text.primary,
|
|
53
|
-
marginTop: '2px',
|
|
54
|
-
lineHeight: '16px',
|
|
55
|
-
fontSize: '14px',
|
|
56
|
-
fontWeight: 400,
|
|
57
|
-
whiteSpace: 'break-spaces',
|
|
58
|
-
'&+ $businessCard': {
|
|
59
|
-
marginLeft: '12px'
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
businessCard: {
|
|
63
|
-
color: theme.palette.text.secondary,
|
|
64
|
-
display: 'inline-flex',
|
|
65
|
-
fontSize: '14px',
|
|
66
|
-
marginTop: '4px',
|
|
67
|
-
lineHeight: '1.2',
|
|
68
|
-
whiteSpace: 'break-spaces'
|
|
69
|
-
},
|
|
70
|
-
specialInfo: {
|
|
71
|
-
display: 'flex',
|
|
72
|
-
justifyContent: 'space-between',
|
|
73
|
-
flexWrap: 'wrap',
|
|
74
|
-
width: '100%',
|
|
75
|
-
marginTop: '8px'
|
|
76
|
-
},
|
|
77
|
-
entityType: {
|
|
78
|
-
display: 'flex',
|
|
79
|
-
flexWrap: 'wrap'
|
|
80
|
-
},
|
|
81
|
-
entityId: {
|
|
82
|
-
fontSize: '13px',
|
|
83
|
-
color: theme.palette.text.secondary,
|
|
84
|
-
whiteSpace: 'nowrap',
|
|
85
|
-
cursor: 'pointer',
|
|
86
|
-
'&:hover': {
|
|
87
|
-
textDecoration: 'underline'
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}); });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "title" | "filledInputRoot" | "commentsContainer" | "modeSwitcherWrapper" | "sendButton">;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useStyles = void 0;
|
|
4
|
-
var styles_1 = require("@mui/styles");
|
|
5
|
-
exports.useStyles = (0, styles_1.makeStyles)(function (_theme) { return ({
|
|
6
|
-
container: {
|
|
7
|
-
padding: '5px 0',
|
|
8
|
-
display: 'flex',
|
|
9
|
-
flexDirection: 'column'
|
|
10
|
-
},
|
|
11
|
-
commentsContainer: {
|
|
12
|
-
maxHeight: '300px',
|
|
13
|
-
overflowY: 'auto'
|
|
14
|
-
},
|
|
15
|
-
title: {
|
|
16
|
-
margin: '0 0 8px 5px',
|
|
17
|
-
fontSize: '14px',
|
|
18
|
-
color: 'rgba(0, 0, 0, 0.87)'
|
|
19
|
-
},
|
|
20
|
-
filledInputRoot: {
|
|
21
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)',
|
|
22
|
-
padding: '10px 6px',
|
|
23
|
-
minHeight: '40px',
|
|
24
|
-
margin: '10px 17px 0 6px',
|
|
25
|
-
fontSize: '14px',
|
|
26
|
-
'&:hover': {
|
|
27
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
28
|
-
},
|
|
29
|
-
'&.focused': {
|
|
30
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
modeSwitcherWrapper: {
|
|
34
|
-
marginLeft: 'auto',
|
|
35
|
-
marginRight: '16px',
|
|
36
|
-
marginTop: '8px'
|
|
37
|
-
},
|
|
38
|
-
sendButton: {
|
|
39
|
-
alignSelf: 'end',
|
|
40
|
-
marginBottom: '10px'
|
|
41
|
-
}
|
|
42
|
-
}); });
|
package/cjs/features/workflow/WorkflowTaskCard/components/GenericWorkflowTaskCard/styles.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props: {
|
|
2
|
-
color: string;
|
|
3
|
-
}) => import("@mui/styles").ClassNameMap<"flex" | "caption" | "icon" | "title" | "header" | "line" | "date" | "info" | "priority" | "comments" | "infoBlock" | "flag" | "mainInfo" | "card" | "withBackground" | "lineWrapper" | "commentsInfo" | "commentsIcon" | "infoValue" | "controlsBox" | "controlsInRow">;
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useStyles = void 0;
|
|
4
|
-
var styles_1 = require("@mui/styles");
|
|
5
|
-
exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
|
|
6
|
-
card: {
|
|
7
|
-
borderBottom: '1px solid rgba(0,0,0,0.06)'
|
|
8
|
-
},
|
|
9
|
-
withBackground: {
|
|
10
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
11
|
-
},
|
|
12
|
-
lineWrapper: {
|
|
13
|
-
position: 'relative'
|
|
14
|
-
},
|
|
15
|
-
icon: {
|
|
16
|
-
position: 'absolute',
|
|
17
|
-
top: '8px',
|
|
18
|
-
left: '16px',
|
|
19
|
-
width: '32px',
|
|
20
|
-
height: '32px',
|
|
21
|
-
zIndex: 1
|
|
22
|
-
},
|
|
23
|
-
line: function (_a) {
|
|
24
|
-
var color = _a.color;
|
|
25
|
-
return ({
|
|
26
|
-
borderLeft: "3px solid ".concat(color),
|
|
27
|
-
position: 'absolute',
|
|
28
|
-
left: 0,
|
|
29
|
-
top: 0,
|
|
30
|
-
bottom: 0
|
|
31
|
-
});
|
|
32
|
-
},
|
|
33
|
-
info: {
|
|
34
|
-
fontSize: '13px',
|
|
35
|
-
color: theme.palette.text.secondary,
|
|
36
|
-
wordWrap: 'break-word',
|
|
37
|
-
lineHeight: '15px'
|
|
38
|
-
},
|
|
39
|
-
commentsInfo: {
|
|
40
|
-
display: 'flex',
|
|
41
|
-
alignItems: 'center',
|
|
42
|
-
marginBottom: '-4px',
|
|
43
|
-
marginTop: '7px'
|
|
44
|
-
},
|
|
45
|
-
commentsIcon: {
|
|
46
|
-
width: '11px',
|
|
47
|
-
height: '11px',
|
|
48
|
-
marginLeft: '2px',
|
|
49
|
-
marginRight: '6px',
|
|
50
|
-
marginTop: '-2px'
|
|
51
|
-
},
|
|
52
|
-
infoValue: {
|
|
53
|
-
color: theme.palette.text.primary
|
|
54
|
-
},
|
|
55
|
-
infoBlock: {
|
|
56
|
-
display: 'flex',
|
|
57
|
-
flexDirection: 'row',
|
|
58
|
-
marginBottom: '5px'
|
|
59
|
-
},
|
|
60
|
-
header: {
|
|
61
|
-
display: 'flex',
|
|
62
|
-
flexDirection: 'row',
|
|
63
|
-
paddingBottom: '12px'
|
|
64
|
-
},
|
|
65
|
-
flex: {
|
|
66
|
-
flex: 1
|
|
67
|
-
},
|
|
68
|
-
caption: {
|
|
69
|
-
fontSize: '16px',
|
|
70
|
-
color: theme.palette.text.primary
|
|
71
|
-
},
|
|
72
|
-
title: {
|
|
73
|
-
display: 'flex',
|
|
74
|
-
flexDirection: 'row',
|
|
75
|
-
alignItems: 'center',
|
|
76
|
-
marginBottom: '-4px'
|
|
77
|
-
},
|
|
78
|
-
flag: {
|
|
79
|
-
height: '13px',
|
|
80
|
-
width: '13px',
|
|
81
|
-
marginTop: '-2px',
|
|
82
|
-
stroke: '#000000',
|
|
83
|
-
fill: 'none',
|
|
84
|
-
margin: '2px 5px 0 5px'
|
|
85
|
-
},
|
|
86
|
-
date: {
|
|
87
|
-
fontSize: '13px',
|
|
88
|
-
color: theme.palette.text.primary
|
|
89
|
-
},
|
|
90
|
-
mainInfo: {
|
|
91
|
-
display: 'flex',
|
|
92
|
-
flexDirection: 'column',
|
|
93
|
-
flex: 1
|
|
94
|
-
},
|
|
95
|
-
controlsBox: {
|
|
96
|
-
marginRight: '16px',
|
|
97
|
-
marginBottom: '12px',
|
|
98
|
-
marginTop: '13px'
|
|
99
|
-
},
|
|
100
|
-
controlsInRow: {
|
|
101
|
-
display: 'flex',
|
|
102
|
-
flexDirection: 'row',
|
|
103
|
-
alignItems: 'center',
|
|
104
|
-
justifyContent: 'space-between',
|
|
105
|
-
marginBottom: '20px'
|
|
106
|
-
},
|
|
107
|
-
priority: {
|
|
108
|
-
width: '162px'
|
|
109
|
-
},
|
|
110
|
-
comments: {
|
|
111
|
-
marginLeft: '11px'
|
|
112
|
-
}
|
|
113
|
-
}); });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "title" | "filledInputRoot" | "commentsContainer" | "modeSwitcherWrapper" | "sendButton">;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { makeStyles } from '@mui/styles';
|
|
2
|
-
export var useStyles = makeStyles(function (_theme) { return ({
|
|
3
|
-
container: {
|
|
4
|
-
padding: '5px 0',
|
|
5
|
-
display: 'flex',
|
|
6
|
-
flexDirection: 'column'
|
|
7
|
-
},
|
|
8
|
-
commentsContainer: {
|
|
9
|
-
maxHeight: '300px',
|
|
10
|
-
overflowY: 'auto'
|
|
11
|
-
},
|
|
12
|
-
title: {
|
|
13
|
-
margin: '0 0 8px 5px',
|
|
14
|
-
fontSize: '14px',
|
|
15
|
-
color: 'rgba(0, 0, 0, 0.87)'
|
|
16
|
-
},
|
|
17
|
-
filledInputRoot: {
|
|
18
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)',
|
|
19
|
-
padding: '10px 6px',
|
|
20
|
-
minHeight: '40px',
|
|
21
|
-
margin: '10px 17px 0 6px',
|
|
22
|
-
fontSize: '14px',
|
|
23
|
-
'&:hover': {
|
|
24
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
25
|
-
},
|
|
26
|
-
'&.focused': {
|
|
27
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
modeSwitcherWrapper: {
|
|
31
|
-
marginLeft: 'auto',
|
|
32
|
-
marginRight: '16px',
|
|
33
|
-
marginTop: '8px'
|
|
34
|
-
},
|
|
35
|
-
sendButton: {
|
|
36
|
-
alignSelf: 'end',
|
|
37
|
-
marginBottom: '10px'
|
|
38
|
-
}
|
|
39
|
-
}); });
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props: {
|
|
2
|
-
color: string;
|
|
3
|
-
}) => import("@mui/styles").ClassNameMap<"flex" | "caption" | "icon" | "title" | "header" | "line" | "date" | "info" | "priority" | "comments" | "infoBlock" | "flag" | "mainInfo" | "card" | "withBackground" | "lineWrapper" | "commentsInfo" | "commentsIcon" | "infoValue" | "controlsBox" | "controlsInRow">;
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { makeStyles } from '@mui/styles';
|
|
2
|
-
export var useStyles = makeStyles(function (theme) { return ({
|
|
3
|
-
card: {
|
|
4
|
-
borderBottom: '1px solid rgba(0,0,0,0.06)'
|
|
5
|
-
},
|
|
6
|
-
withBackground: {
|
|
7
|
-
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
8
|
-
},
|
|
9
|
-
lineWrapper: {
|
|
10
|
-
position: 'relative'
|
|
11
|
-
},
|
|
12
|
-
icon: {
|
|
13
|
-
position: 'absolute',
|
|
14
|
-
top: '8px',
|
|
15
|
-
left: '16px',
|
|
16
|
-
width: '32px',
|
|
17
|
-
height: '32px',
|
|
18
|
-
zIndex: 1
|
|
19
|
-
},
|
|
20
|
-
line: function (_a) {
|
|
21
|
-
var color = _a.color;
|
|
22
|
-
return ({
|
|
23
|
-
borderLeft: "3px solid ".concat(color),
|
|
24
|
-
position: 'absolute',
|
|
25
|
-
left: 0,
|
|
26
|
-
top: 0,
|
|
27
|
-
bottom: 0
|
|
28
|
-
});
|
|
29
|
-
},
|
|
30
|
-
info: {
|
|
31
|
-
fontSize: '13px',
|
|
32
|
-
color: theme.palette.text.secondary,
|
|
33
|
-
wordWrap: 'break-word',
|
|
34
|
-
lineHeight: '15px'
|
|
35
|
-
},
|
|
36
|
-
commentsInfo: {
|
|
37
|
-
display: 'flex',
|
|
38
|
-
alignItems: 'center',
|
|
39
|
-
marginBottom: '-4px',
|
|
40
|
-
marginTop: '7px'
|
|
41
|
-
},
|
|
42
|
-
commentsIcon: {
|
|
43
|
-
width: '11px',
|
|
44
|
-
height: '11px',
|
|
45
|
-
marginLeft: '2px',
|
|
46
|
-
marginRight: '6px',
|
|
47
|
-
marginTop: '-2px'
|
|
48
|
-
},
|
|
49
|
-
infoValue: {
|
|
50
|
-
color: theme.palette.text.primary
|
|
51
|
-
},
|
|
52
|
-
infoBlock: {
|
|
53
|
-
display: 'flex',
|
|
54
|
-
flexDirection: 'row',
|
|
55
|
-
marginBottom: '5px'
|
|
56
|
-
},
|
|
57
|
-
header: {
|
|
58
|
-
display: 'flex',
|
|
59
|
-
flexDirection: 'row',
|
|
60
|
-
paddingBottom: '12px'
|
|
61
|
-
},
|
|
62
|
-
flex: {
|
|
63
|
-
flex: 1
|
|
64
|
-
},
|
|
65
|
-
caption: {
|
|
66
|
-
fontSize: '16px',
|
|
67
|
-
color: theme.palette.text.primary
|
|
68
|
-
},
|
|
69
|
-
title: {
|
|
70
|
-
display: 'flex',
|
|
71
|
-
flexDirection: 'row',
|
|
72
|
-
alignItems: 'center',
|
|
73
|
-
marginBottom: '-4px'
|
|
74
|
-
},
|
|
75
|
-
flag: {
|
|
76
|
-
height: '13px',
|
|
77
|
-
width: '13px',
|
|
78
|
-
marginTop: '-2px',
|
|
79
|
-
stroke: '#000000',
|
|
80
|
-
fill: 'none',
|
|
81
|
-
margin: '2px 5px 0 5px'
|
|
82
|
-
},
|
|
83
|
-
date: {
|
|
84
|
-
fontSize: '13px',
|
|
85
|
-
color: theme.palette.text.primary
|
|
86
|
-
},
|
|
87
|
-
mainInfo: {
|
|
88
|
-
display: 'flex',
|
|
89
|
-
flexDirection: 'column',
|
|
90
|
-
flex: 1
|
|
91
|
-
},
|
|
92
|
-
controlsBox: {
|
|
93
|
-
marginRight: '16px',
|
|
94
|
-
marginBottom: '12px',
|
|
95
|
-
marginTop: '13px'
|
|
96
|
-
},
|
|
97
|
-
controlsInRow: {
|
|
98
|
-
display: 'flex',
|
|
99
|
-
flexDirection: 'row',
|
|
100
|
-
alignItems: 'center',
|
|
101
|
-
justifyContent: 'space-between',
|
|
102
|
-
marginBottom: '20px'
|
|
103
|
-
},
|
|
104
|
-
priority: {
|
|
105
|
-
width: '162px'
|
|
106
|
-
},
|
|
107
|
-
comments: {
|
|
108
|
-
marginLeft: '11px'
|
|
109
|
-
}
|
|
110
|
-
}); });
|