@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.
Files changed (125) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/.turbo/turbo-lint.log +3 -3
  3. package/.turbo/turbo-test.log +6 -6
  4. package/CHANGELOG.md +13 -0
  5. package/dist/index.d.ts +3502 -319
  6. package/dist/index.js +10699 -9940
  7. package/dist/index.js.map +1 -1
  8. package/package.json +6 -5
  9. package/src/components/WfoAgent/ExportButton/styles.ts +9 -9
  10. package/src/components/WfoAgent/ToolProgress/SetFilterTreeDisplay.styles.ts +5 -5
  11. package/src/components/WfoAgent/ToolProgress/styles.ts +7 -7
  12. package/src/components/WfoAgent/WfoAgentChart/WfoAgentLineChart.tsx +2 -2
  13. package/src/components/WfoAgent/WfoAgentChart/WfoAgentPieChart.tsx +2 -2
  14. package/src/components/WfoBadges/WfoEngineStatusBadge/WfoEngineStatusBadge.tsx +2 -2
  15. package/src/components/WfoBadges/WfoFailedTasksBadge/WfoFailedTasksBadge.tsx +21 -29
  16. package/src/components/WfoBadges/WfoProcessStatusBadge/WfoProcessStatusBadge.tsx +12 -12
  17. package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +12 -12
  18. package/src/components/WfoBadges/WfoProductStatusBadge/WfoProductStatusBadge.tsx +8 -8
  19. package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.tsx +8 -8
  20. package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.tsx +5 -4
  21. package/src/components/WfoBadges/WfoWebsocketStatusBadge/styles.ts +5 -3
  22. package/src/components/WfoBadges/WfoWorkflowTargetBadge/WfoWorkflowTargetBadge.tsx +14 -13
  23. package/src/components/WfoButtonComboBox/styles.ts +6 -6
  24. package/src/components/WfoButtonWithConfirm/WfoButtonWithConfirm.tsx +35 -0
  25. package/src/components/WfoButtonWithConfirm/index.ts +1 -0
  26. package/src/components/WfoDiff/styles.ts +6 -6
  27. package/src/components/WfoError/WfoError.tsx +1 -1
  28. package/src/components/WfoExpandableField/styles.ts +2 -2
  29. package/src/components/WfoFilterTabs/styles.ts +2 -2
  30. package/src/components/WfoJsonCodeBlock/styles.ts +2 -2
  31. package/src/components/WfoKeyValueTable/WfoValueCell.tsx +1 -1
  32. package/src/components/WfoKeyValueTable/styles.ts +6 -6
  33. package/src/components/WfoLogoSpinner/styles.ts +6 -0
  34. package/src/components/WfoMonacoCodeBlock/WfoMonacoCodeBlock.tsx +7 -7
  35. package/src/components/WfoMonacoCodeBlock/styles.ts +5 -3
  36. package/src/components/WfoNoResults/styles.ts +3 -3
  37. package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +1 -1
  38. package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +3 -7
  39. package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +6 -6
  40. package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +3 -3
  41. package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +56 -8
  42. package/src/components/WfoPageTemplate/WfoPageTemplate/styles.ts +4 -4
  43. package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +26 -24
  44. package/src/components/WfoPageTemplate/paths.ts +2 -0
  45. package/src/components/WfoPopover/WfoPopover.tsx +43 -0
  46. package/src/components/WfoPopover/index.ts +1 -0
  47. package/src/components/WfoPydanticForm/Footer.tsx +8 -8
  48. package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +10 -285
  49. package/src/components/WfoPydanticForm/fields/WfoArrayField/WfoArrayField.tsx +4 -3
  50. package/src/components/WfoPydanticForm/fields/WfoArrayField/styles.ts +4 -2
  51. package/src/components/WfoPydanticForm/fields/WfoInteger.tsx +5 -5
  52. package/src/components/WfoPydanticForm/fields/WfoLabel.tsx +1 -1
  53. package/src/components/WfoPydanticForm/fields/WfoReactSelect/styles.ts +36 -13
  54. package/src/components/WfoPydanticForm/fields/WfoTimestampField.tsx +67 -0
  55. package/src/components/WfoPydanticForm/fields/index.ts +1 -0
  56. package/src/components/WfoPydanticForm/fields/styles.ts +8 -8
  57. package/src/components/WfoSearchPage/WfoConditionRow/WfoPathChips.tsx +1 -1
  58. package/src/components/WfoSearchPage/WfoConditionRow/WfoSelectedPathDisplay.tsx +8 -5
  59. package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +1 -1
  60. package/src/components/WfoSettings/styles.ts +5 -6
  61. package/src/components/WfoStartButton/WfoStartButtonComboBox.tsx +4 -7
  62. package/src/components/WfoStartButton/styles.ts +6 -6
  63. package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx +10 -27
  64. package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +3 -3
  65. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +8 -9
  66. package/src/components/WfoSubscription/WfoTargetTypeIcon.tsx +4 -2
  67. package/src/components/WfoSubscription/styles.ts +9 -4
  68. package/src/components/WfoSubscription/utils/utils.spec.ts +8 -8
  69. package/src/components/WfoSubscription/utils/utils.ts +4 -4
  70. package/src/components/WfoSummary/WfoSummaryCardHeader/WfoSummaryCardHeader.tsx +5 -1
  71. package/src/components/WfoSummary/WfoSummaryCardHeader/styles.ts +2 -2
  72. package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardListItem.tsx +3 -1
  73. package/src/components/WfoSummary/WfoSummaryCardList/styles.ts +4 -3
  74. package/src/components/WfoSummary/styles.ts +2 -2
  75. package/src/components/WfoTable/WfoAdvancedTable/WfoAdvancedTable.tsx +5 -2
  76. package/src/components/WfoTable/WfoFirstPartUUID/WfoFirstPartUUID.tsx +1 -1
  77. package/src/components/WfoTable/WfoFirstPartUUID/styles.ts +2 -2
  78. package/src/components/WfoTable/WfoSortButtons/WfoSortButton.tsx +5 -1
  79. package/src/components/WfoTable/WfoStatusColorField/styles.ts +2 -2
  80. package/src/components/WfoTable/WfoTable/WfoGroupedTable/styles.ts +3 -3
  81. package/src/components/WfoTable/WfoTable/WfoTable.tsx +9 -3
  82. package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoSortDirectionIcon.tsx +3 -3
  83. package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/styles.ts +10 -10
  84. package/src/components/WfoTable/WfoTable/styles.ts +13 -14
  85. package/src/components/WfoTable/WfoTable/utils.ts +29 -1
  86. package/src/components/WfoTable/WfoTableSettingsModal/styles.ts +6 -6
  87. package/src/components/WfoTable/utils/tableUtils.ts +0 -1
  88. package/src/components/WfoTableCodeBlock/styles.ts +2 -2
  89. package/src/components/WfoTextAnchor/styles.ts +2 -2
  90. package/src/components/WfoTimeline/styles.ts +8 -8
  91. package/src/components/WfoTree/styles.ts +5 -6
  92. package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +6 -2
  93. package/src/components/WfoWorkflowSteps/WfoStep/WfoStepForm.tsx +12 -21
  94. package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +12 -9
  95. package/src/components/WfoWorkflowSteps/WfoTraceback/styles.ts +2 -2
  96. package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoStepListHeader.tsx +1 -1
  97. package/src/components/WfoWorkflowSteps/styles.ts +9 -6
  98. package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +1 -1
  99. package/src/components/index.ts +2 -0
  100. package/src/configuration/constants.ts +1 -1
  101. package/src/configuration/version.ts +1 -1
  102. package/src/hooks/index.ts +1 -0
  103. package/src/hooks/useGetPydanticFormsConfig.tsx +324 -0
  104. package/src/hooks/useOrchestratorTheme.ts +20 -18
  105. package/src/hooks/useWithOrchestratorTheme.ts +4 -4
  106. package/src/messages/en-GB.json +27 -3
  107. package/src/messages/nl-NL.json +28 -4
  108. package/src/pages/metadata/WfoScheduleTaskFormPage.tsx +464 -0
  109. package/src/pages/metadata/WfoScheduledTasksPage.tsx +43 -3
  110. package/src/pages/metadata/WfoTasksPage.tsx +75 -1
  111. package/src/pages/metadata/index.ts +1 -0
  112. package/src/pages/processes/WfoProcessDetail.tsx +3 -3
  113. package/src/pages/processes/WfoProcessListSubscriptionsCell.tsx +1 -1
  114. package/src/pages/processes/WfoProductInformationWithLink.tsx +1 -1
  115. package/src/pages/processes/WfoStartProcessPage.tsx +6 -1
  116. package/src/pages/settings/WfoSettingsPage.tsx +2 -1
  117. package/src/pages/tasks/WfoTasksListPage.tsx +1 -1
  118. package/src/rtk/api.ts +1 -0
  119. package/src/rtk/endpoints/metadata/scheduledTasks.ts +131 -3
  120. package/src/rtk/endpoints/metadata/tasks.ts +2 -0
  121. package/src/theme/baseStyles/formFieldsBaseStyle.ts +8 -6
  122. package/src/theme/index.ts +1 -1
  123. package/src/theme/wfoThemeModifications.ts +117 -0
  124. package/src/types/types.ts +18 -0
  125. package/src/theme/defaultOrchestratorTheme.ts +0 -129
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@7.2.0 build
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.2.0 generate-version
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 128ms
9
+ src/configuration/version.ts 120ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.json
12
12
  CLI tsup v8.5.0
@@ -14,9 +14,9 @@ src/configuration/version.ts 128ms
14
14
  CLI Target: es2022
15
15
  CLI Cleaning output folder
16
16
  ESM Build start
17
- ESM dist/index.js 820.95 KB
18
- ESM dist/index.js.map 1.54 MB
19
- ESM ⚡️ Build success in 262ms
17
+ ESM dist/index.js 846.32 KB
18
+ ESM dist/index.js.map 1.59 MB
19
+ ESM ⚡️ Build success in 275ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 18430ms
22
- DTS dist/index.d.ts 1.13 MB
21
+ DTS ⚡️ Build success in 21534ms
22
+ DTS dist/index.d.ts 1.47 MB
@@ -1,10 +1,10 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@7.2.0 lint
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/WfoPydanticForm/Footer.tsx
7
- 40:11 warning The 'handlePrevious' function makes the dependencies of useEffect Hook (at line 72) change on every render. To fix this, wrap the definition of 'handlePrevious' in its own useCallback() Hook react-hooks/exhaustive-deps
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
@@ -1,15 +1,15 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@7.2.0 test
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.432 s
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