@orchestrator-ui/orchestrator-ui-components 1.36.1 → 1.37.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 (39) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +8 -8
  4. package/CHANGELOG.md +23 -0
  5. package/dist/index.d.ts +111 -88
  6. package/dist/index.js +598 -469
  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 +28 -27
  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/utils.ts +65 -0
  38. package/src/rtk/wfoGraphqlRequestBaseQuery.ts +4 -3
  39. package/src/theme/defaultOrchestratorTheme.ts +99 -89
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.36.1 build
2
+ > @orchestrator-ui/orchestrator-ui-components@1.37.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
@@ -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 728ms
13
- DTS ⚡️ Build success in 14082ms
14
- DTS dist/index.d.ts 177.40 KB
11
+ ESM dist/index.js 1.88 MB
12
+ ESM ⚡️ Build success in 720ms
13
+ DTS ⚡️ Build success in 14421ms
14
+ DTS dist/index.d.ts 175.16 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.36.1 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@1.37.1 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,41 +1,41 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.36.1 test
2
+ > @orchestrator-ui/orchestrator-ui-components@1.37.1 test
3
3
  > jest
4
4
 
5
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
6
  PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
7
7
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
8
- PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
8
  PASS Wfo-UI Tests src/utils/date.spec.ts
9
+ PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
10
  PASS Wfo-UI Tests src/utils/string.spec.ts
11
11
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
12
12
  PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
13
13
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
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
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
16
+ PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.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
20
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
21
21
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
22
22
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
23
- PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
24
23
  PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
24
+ PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
25
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/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
27
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
29
- PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
28
+ PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
30
29
  PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
30
+ PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
31
31
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
32
- PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
33
32
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
33
+ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
34
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
35
35
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
36
36
 
37
37
  Test Suites: 31 passed, 31 total
38
38
  Tests: 192 passed, 192 total
39
39
  Snapshots: 0 total
40
- Time: 4.007 s
40
+ Time: 3.869 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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a95a3c7: Changed order of side menu to reflect the importance of the pages in a more logical order
8
+
9
+ ## 1.37.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 4f91f82: Adds submenu higlighting
14
+ - 6601919: Adjust submenu hightlighting
15
+ - a25dc81: Improve error presentation for WfoTableWithFilter
16
+ - d9c18b9: Fixes removing the last item in a list in some cicrumstances
17
+
18
+ ### Patch Changes
19
+
20
+ - 2501569: Fixed bug that always showed error on subscription list page, improved function for mapping errors
21
+ - 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
22
+ - 2c6d26d: added WfoIsAllowedToRender around the cache flush component
23
+ - 04b1ff7: Added invalidation to subscriptionId query, and loading state for setInSync button
24
+ - 60c8947: 1312 Reretrieves ports when the user goes through the same form multiple times. Retrieving on mount keeps the port list up to date.
25
+
3
26
  ## 1.36.1
4
27
 
5
28
  ### Patch Changes