@orchestrator-ui/orchestrator-ui-components 7.1.1 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-lint.log +5 -2
- package/.turbo/turbo-test.log +6 -6
- package/CHANGELOG.md +13 -0
- package/dist/index.d.ts +2892 -24
- package/dist/index.js +2929 -2478
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
- package/src/components/WfoAgent/ExportButton/styles.ts +9 -9
- package/src/components/WfoAgent/ToolProgress/SetFilterTreeDisplay.styles.ts +5 -5
- package/src/components/WfoAgent/ToolProgress/styles.ts +7 -7
- package/src/components/WfoAgent/WfoAgentChart/WfoAgentLineChart.tsx +2 -2
- package/src/components/WfoAgent/WfoAgentChart/WfoAgentPieChart.tsx +2 -2
- package/src/components/WfoBadges/WfoEngineStatusBadge/WfoEngineStatusBadge.tsx +2 -2
- package/src/components/WfoBadges/WfoFailedTasksBadge/WfoFailedTasksBadge.tsx +21 -29
- package/src/components/WfoBadges/WfoProcessStatusBadge/WfoProcessStatusBadge.tsx +12 -12
- package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +12 -12
- package/src/components/WfoBadges/WfoProductStatusBadge/WfoProductStatusBadge.tsx +8 -8
- package/src/components/WfoBadges/WfoScheduledTasksBadges/WfoScheduledTasksBadges.tsx +38 -0
- package/src/components/WfoBadges/WfoScheduledTasksBadges/WfoScheduledTasksBadgesContainer.tsx +27 -0
- package/src/components/WfoBadges/WfoScheduledTasksBadges/index.ts +2 -0
- package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.tsx +8 -8
- package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.tsx +5 -4
- package/src/components/WfoBadges/WfoWebsocketStatusBadge/styles.ts +5 -3
- package/src/components/WfoBadges/WfoWorkflowTargetBadge/WfoWorkflowTargetBadge.tsx +14 -13
- package/src/components/WfoBadges/index.ts +1 -0
- package/src/components/WfoButtonComboBox/styles.ts +6 -6
- package/src/components/WfoDiff/styles.ts +6 -6
- package/src/components/WfoError/WfoError.tsx +1 -1
- package/src/components/WfoExpandableField/styles.ts +2 -2
- package/src/components/WfoFilterTabs/styles.ts +2 -2
- package/src/components/WfoJsonCodeBlock/styles.ts +2 -2
- package/src/components/WfoKeyValueTable/WfoValueCell.tsx +1 -1
- package/src/components/WfoKeyValueTable/styles.ts +6 -6
- package/src/components/WfoLogoSpinner/styles.ts +6 -0
- package/src/components/WfoMonacoCodeBlock/WfoMonacoCodeBlock.tsx +7 -7
- package/src/components/WfoMonacoCodeBlock/styles.ts +5 -3
- package/src/components/WfoNoResults/styles.ts +3 -3
- package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +1 -1
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +3 -7
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +6 -6
- package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +3 -3
- package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +56 -8
- package/src/components/WfoPageTemplate/WfoPageTemplate/styles.ts +4 -4
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +19 -0
- package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +26 -24
- package/src/components/WfoPageTemplate/paths.ts +1 -0
- package/src/components/WfoPydanticForm/Footer.tsx +5 -5
- package/src/components/WfoPydanticForm/fields/WfoArrayField/WfoArrayField.tsx +4 -3
- package/src/components/WfoPydanticForm/fields/WfoArrayField/styles.ts +4 -2
- package/src/components/WfoPydanticForm/fields/WfoInteger.tsx +5 -5
- package/src/components/WfoPydanticForm/fields/WfoLabel.tsx +1 -1
- package/src/components/WfoPydanticForm/fields/WfoReactSelect/styles.ts +36 -13
- package/src/components/WfoPydanticForm/fields/styles.ts +8 -8
- package/src/components/WfoSearchPage/WfoConditionRow/WfoPathChips.tsx +1 -1
- package/src/components/WfoSearchPage/WfoConditionRow/WfoSelectedPathDisplay.tsx +8 -5
- package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +1 -1
- package/src/components/WfoSettings/styles.ts +5 -6
- package/src/components/WfoStartButton/WfoStartButtonComboBox.tsx +4 -7
- package/src/components/WfoStartButton/styles.ts +6 -6
- package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +3 -3
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +8 -9
- package/src/components/WfoSubscription/WfoTargetTypeIcon.tsx +4 -2
- package/src/components/WfoSubscription/styles.ts +9 -4
- package/src/components/WfoSubscription/utils/utils.spec.ts +8 -8
- package/src/components/WfoSubscription/utils/utils.ts +4 -4
- package/src/components/WfoSummary/WfoSummaryCardHeader/WfoSummaryCardHeader.tsx +5 -1
- package/src/components/WfoSummary/WfoSummaryCardHeader/styles.ts +2 -2
- package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardListItem.tsx +3 -1
- package/src/components/WfoSummary/WfoSummaryCardList/styles.ts +4 -3
- package/src/components/WfoSummary/styles.ts +2 -2
- package/src/components/WfoTable/WfoAdvancedTable/WfoAdvancedTable.tsx +17 -11
- package/src/components/WfoTable/WfoFirstPartUUID/WfoFirstPartUUID.tsx +1 -1
- package/src/components/WfoTable/WfoFirstPartUUID/styles.ts +2 -2
- package/src/components/WfoTable/WfoSortButtons/WfoSortButton.tsx +5 -1
- package/src/components/WfoTable/WfoStatusColorField/styles.ts +2 -2
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/styles.ts +3 -3
- package/src/components/WfoTable/WfoTable/WfoTable.tsx +9 -3
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoSortDirectionIcon.tsx +3 -3
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/styles.ts +10 -10
- package/src/components/WfoTable/WfoTable/styles.ts +13 -14
- package/src/components/WfoTable/WfoTable/utils.ts +29 -1
- package/src/components/WfoTable/WfoTableSettingsModal/styles.ts +6 -6
- package/src/components/WfoTable/utils/constants.ts +1 -0
- package/src/components/WfoTable/utils/tableUtils.ts +0 -1
- package/src/components/WfoTableCodeBlock/styles.ts +2 -2
- package/src/components/WfoTextAnchor/styles.ts +2 -2
- package/src/components/WfoTimeline/styles.ts +8 -8
- package/src/components/WfoTree/styles.ts +5 -6
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +6 -2
- package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +12 -9
- package/src/components/WfoWorkflowSteps/WfoTraceback/styles.ts +2 -2
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoStepListHeader.tsx +1 -1
- package/src/components/WfoWorkflowSteps/styles.ts +9 -6
- package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +1 -1
- package/src/configuration/constants.ts +1 -0
- package/src/configuration/version.ts +1 -1
- package/src/hooks/index.ts +2 -0
- package/src/hooks/useGetSchedulesForWorkflow.tsx +30 -0
- package/src/hooks/useGetWorkflowNameById.tsx +23 -0
- package/src/hooks/useOrchestratorTheme.ts +20 -18
- package/src/hooks/useWithOrchestratorTheme.ts +4 -4
- package/src/icons/heroicons/WfoScheduledTaskOnce.tsx +32 -0
- package/src/icons/heroicons/WfoScheduledTaskRecurring.tsx +32 -0
- package/src/icons/heroicons/index.ts +2 -0
- package/src/messages/en-GB.json +11 -1
- package/src/messages/nl-NL.json +10 -1
- package/src/pages/metadata/WfoMetadataPageLayout.tsx +6 -1
- package/src/pages/metadata/WfoScheduledTasksPage.tsx +223 -0
- package/src/pages/metadata/WfoTasksPage.tsx +20 -3
- package/src/pages/metadata/index.ts +1 -0
- package/src/pages/metadata/taskListObjectMapper.ts +3 -0
- package/src/pages/processes/WfoProcessDetail.tsx +3 -3
- package/src/pages/processes/WfoProcessListSubscriptionsCell.tsx +1 -1
- package/src/pages/processes/WfoProductInformationWithLink.tsx +1 -1
- package/src/pages/processes/WfoStartProcessPage.tsx +6 -1
- package/src/pages/settings/WfoSettingsPage.tsx +2 -1
- package/src/pages/tasks/WfoTasksListPage.tsx +1 -1
- package/src/rtk/endpoints/metadata/index.ts +1 -0
- package/src/rtk/endpoints/metadata/scheduledTasks.ts +66 -0
- package/src/rtk/endpoints/metadata/tasks.ts +1 -1
- package/src/theme/baseStyles/formFieldsBaseStyle.ts +8 -6
- package/src/theme/index.ts +1 -1
- package/src/theme/wfoThemeModifications.ts +117 -0
- package/src/types/types.ts +18 -3
- package/src/theme/defaultOrchestratorTheme.ts +0 -129
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import type { EuiThemeComputed, EuiThemeModifications } from '@elastic/eui';
|
|
2
|
-
|
|
3
|
-
export type WfoThemeExtraColors = {
|
|
4
|
-
colors: {
|
|
5
|
-
header: string;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export type WfoThemeComputed = EuiThemeComputed<WfoThemeExtraColors>;
|
|
10
|
-
|
|
11
|
-
export const defaultOrchestratorTheme: EuiThemeModifications<WfoThemeExtraColors> =
|
|
12
|
-
{
|
|
13
|
-
base: 16,
|
|
14
|
-
breakpoint: {
|
|
15
|
-
xs: 0,
|
|
16
|
-
s: 575,
|
|
17
|
-
m: 768,
|
|
18
|
-
l: 992,
|
|
19
|
-
xl: 1200,
|
|
20
|
-
xxl: 1600,
|
|
21
|
-
},
|
|
22
|
-
size: {
|
|
23
|
-
base: '16px',
|
|
24
|
-
xxs: '2px',
|
|
25
|
-
xs: '4px',
|
|
26
|
-
s: '8px',
|
|
27
|
-
m: '12px',
|
|
28
|
-
l: '24px',
|
|
29
|
-
xl: '32px',
|
|
30
|
-
xxl: '40px',
|
|
31
|
-
xxxl: '48px',
|
|
32
|
-
xxxxl: '64px',
|
|
33
|
-
},
|
|
34
|
-
colors: {
|
|
35
|
-
DARK: {
|
|
36
|
-
primary: '#0077C8',
|
|
37
|
-
accent: '#E67300',
|
|
38
|
-
success: '#13B054',
|
|
39
|
-
warning: '#FFC514',
|
|
40
|
-
danger: '#FF4F46',
|
|
41
|
-
primaryText: '#1F8DD8',
|
|
42
|
-
textPrimary: '#1F8DD8',
|
|
43
|
-
accentText: '#E67300',
|
|
44
|
-
textAccent: '#E67300',
|
|
45
|
-
successText: '#13B054',
|
|
46
|
-
textSuccess: '#13B054',
|
|
47
|
-
warningText: '#FFC514',
|
|
48
|
-
textWarning: '#FFC514',
|
|
49
|
-
dangerText: '#FF4F46',
|
|
50
|
-
textDanger: '#FF4F46',
|
|
51
|
-
emptyShade: '#101827',
|
|
52
|
-
backgroundBasePlain: '#101827',
|
|
53
|
-
lightestShade: '#1F2937',
|
|
54
|
-
backgroundBaseSubdued: '#1F2937',
|
|
55
|
-
lightShade: '#374151',
|
|
56
|
-
borderBaseSubdued: '#374151',
|
|
57
|
-
mediumShade: '#4B5563',
|
|
58
|
-
borderBasePlain: '#4B5563',
|
|
59
|
-
darkShade: '#64758B',
|
|
60
|
-
darkestShade: '#F1F5F9',
|
|
61
|
-
fullShade: '#ffffff',
|
|
62
|
-
text: '#9CA3AF',
|
|
63
|
-
title: '#ffffff',
|
|
64
|
-
subduedText: '#9CA3AF',
|
|
65
|
-
textSubdued: '#9CA3AF',
|
|
66
|
-
link: '#1F8DD8',
|
|
67
|
-
body: '#1F2937',
|
|
68
|
-
highlight: '#51482F',
|
|
69
|
-
disabled: '#4B5563',
|
|
70
|
-
backgroundBaseDisabled: '#4B5563',
|
|
71
|
-
disabledText: '#4B5563',
|
|
72
|
-
textDisabled: '#4B5563',
|
|
73
|
-
shadow: '#000000',
|
|
74
|
-
},
|
|
75
|
-
LIGHT: {
|
|
76
|
-
primary: '#0077C8',
|
|
77
|
-
accent: '#E67300',
|
|
78
|
-
success: '#008939',
|
|
79
|
-
warning: '#FFC514',
|
|
80
|
-
danger: '#BD271F',
|
|
81
|
-
primaryText: '#0067AC',
|
|
82
|
-
textPrimary: '#0067AC',
|
|
83
|
-
accentText: '#B05200',
|
|
84
|
-
textAccent: '#B05200',
|
|
85
|
-
successText: '#007832',
|
|
86
|
-
textSuccess: '#007832',
|
|
87
|
-
warningText: '#8E6A00',
|
|
88
|
-
textWarning: '#8E6A00',
|
|
89
|
-
dangerText: '#AC0A01',
|
|
90
|
-
textDanger: '#AC0A01',
|
|
91
|
-
emptyShade: '#FFFFFF',
|
|
92
|
-
backgroundBasePlain: '#FFFFFF',
|
|
93
|
-
lightestShade: '#F1F5F9',
|
|
94
|
-
backgroundBaseSubdued: '#F1F5F9',
|
|
95
|
-
lightShade: '#CCD5E2',
|
|
96
|
-
borderBaseSubdued: '#CCD5E2',
|
|
97
|
-
mediumShade: '#94A4B8',
|
|
98
|
-
borderBasePlain: '#94A4B8',
|
|
99
|
-
darkShade: '#64758B',
|
|
100
|
-
darkestShade: '#334255',
|
|
101
|
-
fullShade: '#0F172B',
|
|
102
|
-
text: '#334255',
|
|
103
|
-
textParagraph: '#334255',
|
|
104
|
-
title: '#0F172B',
|
|
105
|
-
subduedText: '#64758B',
|
|
106
|
-
textSubdued: '#64758B',
|
|
107
|
-
link: '#0067AC',
|
|
108
|
-
body: '#F1F5F9',
|
|
109
|
-
highlight: '#FFF6DE',
|
|
110
|
-
disabled: '#94A4B8',
|
|
111
|
-
backgroundBaseDisabled: '#94A4B8',
|
|
112
|
-
disabledText: '#94A4B8',
|
|
113
|
-
textDisabled: '#94A4B8',
|
|
114
|
-
shadow: '#000000',
|
|
115
|
-
},
|
|
116
|
-
header: '#04385F',
|
|
117
|
-
},
|
|
118
|
-
font: {
|
|
119
|
-
weight: {
|
|
120
|
-
regular: 400,
|
|
121
|
-
medium: 500,
|
|
122
|
-
semiBold: 600,
|
|
123
|
-
bold: 700,
|
|
124
|
-
},
|
|
125
|
-
},
|
|
126
|
-
border: {
|
|
127
|
-
thin: 'solid 1px #ddd',
|
|
128
|
-
},
|
|
129
|
-
};
|