@orchestrator-ui/orchestrator-ui-components 7.2.0 → 7.3.0
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 +3 -3
- package/.turbo/turbo-test.log +6 -6
- package/CHANGELOG.md +13 -0
- package/dist/index.d.ts +3502 -319
- package/dist/index.js +10699 -9940
- package/dist/index.js.map +1 -1
- package/package.json +6 -5
- 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/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/WfoButtonComboBox/styles.ts +6 -6
- package/src/components/WfoButtonWithConfirm/WfoButtonWithConfirm.tsx +35 -0
- package/src/components/WfoButtonWithConfirm/index.ts +1 -0
- 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/styles.ts +26 -24
- package/src/components/WfoPageTemplate/paths.ts +2 -0
- package/src/components/WfoPopover/WfoPopover.tsx +43 -0
- package/src/components/WfoPopover/index.ts +1 -0
- package/src/components/WfoPydanticForm/Footer.tsx +8 -8
- package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +10 -285
- 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/WfoTimestampField.tsx +67 -0
- package/src/components/WfoPydanticForm/fields/index.ts +1 -0
- 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/WfoSubscriptionActions.tsx +10 -27
- 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 +5 -2
- 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/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/WfoStep/WfoStepForm.tsx +12 -21
- 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/components/index.ts +2 -0
- package/src/configuration/constants.ts +1 -1
- package/src/configuration/version.ts +1 -1
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useGetPydanticFormsConfig.tsx +324 -0
- package/src/hooks/useOrchestratorTheme.ts +20 -18
- package/src/hooks/useWithOrchestratorTheme.ts +4 -4
- package/src/messages/en-GB.json +27 -3
- package/src/messages/nl-NL.json +28 -4
- package/src/pages/metadata/WfoScheduleTaskFormPage.tsx +464 -0
- package/src/pages/metadata/WfoScheduledTasksPage.tsx +43 -3
- package/src/pages/metadata/WfoTasksPage.tsx +75 -1
- package/src/pages/metadata/index.ts +1 -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/api.ts +1 -0
- package/src/rtk/endpoints/metadata/scheduledTasks.ts +131 -3
- package/src/rtk/endpoints/metadata/tasks.ts +2 -0
- 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 -0
- package/src/theme/defaultOrchestratorTheme.ts +0 -129
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@7.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@7.3.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@7.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@7.3.0 generate-version
|
|
7
7
|
> node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
|
|
8
8
|
|
|
9
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 120ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
12
12
|
[34mCLI[39m tsup v8.5.0
|
|
@@ -14,9 +14,9 @@ src/configuration/version.ts 128ms
|
|
|
14
14
|
[34mCLI[39m Target: es2022
|
|
15
15
|
[34mCLI[39m Cleaning output folder
|
|
16
16
|
[34mESM[39m Build start
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m1.
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m846.32 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m1.59 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 275ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 21534ms
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.47 MB[39m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@7.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@7.3.0 lint
|
|
3
3
|
> eslint
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/
|
|
7
|
-
|
|
6
|
+
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx
|
|
7
|
+
56:8 warning React Hook useEffect has a missing dependency: 'handleColorModeSwitch'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
8
8
|
|
|
9
9
|
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoSearchPage/WfoSearch/WfoSearch.tsx
|
|
10
10
|
194:8 warning React Hook useEffect has missing dependencies: 'setSelectedRecordId' and 'setSelectedRecordIndex'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@7.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@7.3.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
|
-
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
7
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
6
|
+
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
7
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
8
8
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
@@ -35,11 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
|
35
35
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
36
36
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
37
37
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
38
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
38
39
|
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
|
|
39
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.087 s)
|
|
40
40
|
|
|
41
41
|
Test Suites: 35 passed, 35 total
|
|
42
42
|
Tests: 226 passed, 226 total
|
|
43
43
|
Snapshots: 0 total
|
|
44
|
-
Time: 7.
|
|
44
|
+
Time: 7.273 s
|
|
45
45
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 7.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 67ce439: Adds create scheduled task form
|
|
8
|
+
|
|
9
|
+
## 7.2.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- a976e7c: Update Elastic UI to v111.0.0
|
|
14
|
+
- a86e5fb: Fix resetting page index to 0 when reloading, add page index bounds guard
|
|
15
|
+
|
|
3
16
|
## 7.2.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|