@orchestrator-ui/orchestrator-ui-components 1.26.0 → 1.27.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.
Files changed (41) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +34 -33
  4. package/CHANGELOG.md +15 -0
  5. package/dist/index.d.ts +76 -66
  6. package/dist/index.js +599 -537
  7. package/jest.config.cjs +13 -2
  8. package/package.json +1 -1
  9. package/src/components/WfoForms/UserInputForm.tsx +18 -13
  10. package/src/components/WfoForms/UserInputFormWizard.tsx +3 -3
  11. package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +52 -10
  12. package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +1 -11
  13. package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +5 -4
  14. package/src/components/WfoSubscription/WfoInSyncField.tsx +1 -1
  15. package/src/components/WfoSubscription/WfoSubscriptionDetailTree.tsx +4 -1
  16. package/src/components/WfoTree/WfoTree.tsx +4 -3
  17. package/src/components/WfoTree/WfoTreeBranch.tsx +10 -3
  18. package/src/components/WfoTree/treeUtils.ts +13 -0
  19. package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +61 -68
  20. package/src/contexts/ConfirmationDialogProvider.tsx +57 -60
  21. package/src/messages/en-GB.json +3 -1
  22. package/src/messages/nl-NL.json +3 -1
  23. package/src/pages/processes/WfoProcessDetail.tsx +3 -3
  24. package/src/pages/tasks/WfoTasksListPage.tsx +1 -1
  25. package/src/rtk/api.ts +5 -21
  26. package/src/rtk/endpoints/processDetail.ts +11 -11
  27. package/src/rtk/endpoints/processList.ts +8 -2
  28. package/src/rtk/endpoints/processListSummary.ts +7 -3
  29. package/src/rtk/endpoints/processStatusCounts.ts +4 -3
  30. package/src/rtk/endpoints/settings.ts +5 -5
  31. package/src/rtk/endpoints/startOptions.ts +4 -0
  32. package/src/rtk/endpoints/streamMessages.ts +13 -45
  33. package/src/rtk/endpoints/subscriptionActions.ts +1 -2
  34. package/src/rtk/endpoints/subscriptionDetail.ts +12 -7
  35. package/src/rtk/endpoints/subscriptionInUseByRelationsList.ts +4 -2
  36. package/src/rtk/endpoints/subscriptionList.ts +4 -2
  37. package/src/rtk/endpoints/subscriptionListSummary.ts +4 -2
  38. package/src/rtk/endpoints/translations.ts +1 -2
  39. package/src/types/types.ts +11 -0
  40. package/src/utils/cacheTag.spec.ts +14 -0
  41. package/src/utils/cacheTag.ts +11 -0
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.26.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@1.27.1 build
3
3
  > tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,6 +9,6 @@
9
9
  ESM Build start
10
10
  DTS Build start
11
11
  ESM dist/index.js 2.15 MB
12
- ESM ⚡️ Build success in 803ms
13
- DTS ⚡️ Build success in 13528ms
14
- DTS dist/index.d.ts 173.37 KB
12
+ ESM ⚡️ Build success in 852ms
13
+ DTS ⚡️ Build success in 14260ms
14
+ DTS dist/index.d.ts 173.47 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.26.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@1.27.1 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,39 +1,40 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.26.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@1.27.1 test
3
3
  > jest
4
4
 
5
- PASS Orchestrator UI Components Tests src/utils/date.spec.ts
6
- PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
7
- PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
8
- PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
9
- PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
10
- PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
11
- PASS Orchestrator UI Components Tests src/utils/string.spec.ts
12
- PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
13
- PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
- PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
- PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
16
- PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
17
- PASS Orchestrator UI Components Tests src/utils/resultFlattener.spec.ts
18
- PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
19
- PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
20
- PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
21
- PASS Orchestrator UI Components Tests src/utils/optionalArray.spec.ts
22
- PASS Orchestrator UI Components Tests src/utils/getEnvironmentVariables.spec.ts
23
- PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
24
- PASS Orchestrator UI Components Tests src/utils/filterData.spec.ts
25
- PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
26
- PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
27
- PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
- PASS Orchestrator UI Components Tests src/utils/onlyUnique.spec.ts
29
- PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
30
- PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
31
- PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
32
- PASS Orchestrator UI Components Tests src/utils/getQueryVariablesForExport.spec.ts
33
- PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
5
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
+ PASS Wfo-UI Tests src/utils/date.spec.ts
8
+ PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
9
+ PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
+ PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
11
+ PASS Wfo-UI Tests src/utils/string.spec.ts
12
+ PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
13
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
+ PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
+ PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
16
+ PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
17
+ PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
18
+ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
19
+ PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
20
+ PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
21
+ PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
22
+ PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
23
+ PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
24
+ PASS Wfo-UI Tests src/utils/filterData.spec.ts
25
+ PASS Wfo-UI Tests src/utils/sortObjectKeys.spec.ts
26
+ PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
27
+ PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
+ PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
29
+ PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
30
+ PASS Wfo-UI Tests src/utils/uuid.spec.ts
31
+ PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
32
+ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
33
+ PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
34
+ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
34
35
 
35
- Test Suites: 29 passed, 29 total
36
- Tests: 167 passed, 167 total
36
+ Test Suites: 30 passed, 30 total
37
+ Tests: 169 passed, 169 total
37
38
  Snapshots: 0 total
38
- Time: 4.002 s
39
+ Time: 4.131 s
39
40
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 1.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 54b537c: Added productType to Workflow option used by LIR prefixes
8
+
9
+ ## 1.27.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 0a3877d: Moves side menu toggle from header to breadcrumb
14
+ - bc65670: Orders product blocks in subcription detail tree
15
+ - 8f45591: Improves confirmation dialog on page leave
16
+ - cbfc034: Updates websocket messages to work with new format
17
+
3
18
  ## 1.26.0
4
19
 
5
20
  ### Minor Changes