@orchestrator-ui/orchestrator-ui-components 1.36.0 → 1.37.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 (40) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +9 -9
  4. package/CHANGELOG.md +23 -0
  5. package/dist/index.d.ts +111 -88
  6. package/dist/index.js +570 -448
  7. package/package.json +1 -1
  8. package/src/components/WfoError/WfoError.tsx +25 -1
  9. package/src/components/WfoForms/formFields/CustomerField.tsx +15 -1
  10. package/src/components/WfoForms/formFields/SubscriptionSummaryField.tsx +7 -2
  11. package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +1 -0
  12. package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +3 -0
  13. package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +1 -3
  14. package/src/components/WfoPageTemplate/WfoSidebar/WfoMenuLink.tsx +5 -0
  15. package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +1 -0
  16. package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +36 -12
  17. package/src/components/WfoProcessList/WfoProcessesList.tsx +3 -2
  18. package/src/components/WfoSettings/WfoFlushSettings.tsx +24 -20
  19. package/src/components/WfoSubscription/WfoInSyncField.tsx +12 -4
  20. package/src/components/WfoSubscription/WfoRelatedSubscriptions.tsx +2 -2
  21. package/src/components/WfoSubscription/WfoSubscription.tsx +5 -3
  22. package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +8 -1
  23. package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +3 -2
  24. package/src/components/WfoTable/WfoTableWithFilter/WfoTableWithFilter.tsx +5 -8
  25. package/src/configuration/policy-resources.ts +1 -0
  26. package/src/hooks/useOrchestratorTheme.ts +3 -3
  27. package/src/messages/en-GB.json +3 -1
  28. package/src/messages/nl-NL.json +2 -1
  29. package/src/pages/metadata/WfoProductBlocksPage.tsx +3 -2
  30. package/src/pages/metadata/WfoProductsPage.tsx +3 -2
  31. package/src/pages/metadata/WfoResourceTypesPage.tsx +3 -2
  32. package/src/pages/metadata/WfoTasksPage.tsx +3 -2
  33. package/src/pages/metadata/WfoWorkflowsPage.tsx +3 -2
  34. package/src/rtk/api.ts +10 -0
  35. package/src/rtk/endpoints/formFields.ts +1 -1
  36. package/src/rtk/endpoints/inSync.ts +7 -1
  37. package/src/rtk/endpoints/streamMessages.ts +6 -11
  38. package/src/rtk/utils.ts +65 -0
  39. package/src/rtk/wfoGraphqlRequestBaseQuery.ts +4 -3
  40. package/src/theme/defaultOrchestratorTheme.ts +99 -89
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.36.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@1.37.0 build
3
3
  > tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  DTS Build start
11
- ESM dist/index.js 1.87 MB
12
- ESM ⚡️ Build success in 696ms
13
- DTS ⚡️ Build success in 14372ms
14
- DTS dist/index.d.ts 177.40 KB
11
+ ESM dist/index.js 1.88 MB
12
+ ESM ⚡️ Build success in 777ms
13
+ DTS ⚡️ Build success in 15481ms
14
+ DTS dist/index.d.ts 175.16 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.36.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@1.37.0 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,34 +1,34 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.36.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@1.37.0 test
3
3
  > jest
4
4
 
5
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
6
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
7
6
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
8
8
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
9
  PASS Wfo-UI Tests src/utils/date.spec.ts
10
10
  PASS Wfo-UI Tests src/utils/string.spec.ts
11
- PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
12
11
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
13
12
  PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
13
+ PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
14
14
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
16
16
  PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
17
17
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
18
18
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
19
19
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
20
- PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
21
20
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
22
- PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
21
+ PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
23
22
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
24
- PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
23
+ PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
25
24
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
25
+ PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
26
26
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
27
- PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
28
27
  PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
+ PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
29
29
  PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
30
- PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
31
30
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
31
+ PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
32
32
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
33
33
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
34
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
@@ -37,5 +37,5 @@ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorW
37
37
  Test Suites: 31 passed, 31 total
38
38
  Tests: 192 passed, 192 total
39
39
  Snapshots: 0 total
40
- Time: 4.053 s
40
+ Time: 4.173 s
41
41
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 1.37.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4f91f82: Adds submenu higlighting
8
+ - 6601919: Adjust submenu hightlighting
9
+ - a25dc81: Improve error presentation for WfoTableWithFilter
10
+ - d9c18b9: Fixes removing the last item in a list in some cicrumstances
11
+
12
+ ### Patch Changes
13
+
14
+ - 2501569: Fixed bug that always showed error on subscription list page, improved function for mapping errors
15
+ - 38f7135: 906 Uses isLoading instead of isFetching to render the no-results component. This keeps the table visible when browsing between pages of the paginated table
16
+ - 2c6d26d: added WfoIsAllowedToRender around the cache flush component
17
+ - 04b1ff7: Added invalidation to subscriptionId query, and loading state for setInSync button
18
+ - 60c8947: 1312 Reretrieves ports when the user goes through the same form multiple times. Retrieving on mount keeps the port list up to date.
19
+
20
+ ## 1.36.1
21
+
22
+ ### Patch Changes
23
+
24
+ - f7571b1: 822 Removes debounce mechanism in the websocket logic
25
+
3
26
  ## 1.36.0
4
27
 
5
28
  ### Minor Changes