@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.
- package/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +9 -9
- package/CHANGELOG.md +23 -0
- package/dist/index.d.ts +111 -88
- package/dist/index.js +570 -448
- package/package.json +1 -1
- package/src/components/WfoError/WfoError.tsx +25 -1
- package/src/components/WfoForms/formFields/CustomerField.tsx +15 -1
- package/src/components/WfoForms/formFields/SubscriptionSummaryField.tsx +7 -2
- package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +1 -0
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +3 -0
- package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +1 -3
- package/src/components/WfoPageTemplate/WfoSidebar/WfoMenuLink.tsx +5 -0
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +1 -0
- package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +36 -12
- package/src/components/WfoProcessList/WfoProcessesList.tsx +3 -2
- package/src/components/WfoSettings/WfoFlushSettings.tsx +24 -20
- package/src/components/WfoSubscription/WfoInSyncField.tsx +12 -4
- package/src/components/WfoSubscription/WfoRelatedSubscriptions.tsx +2 -2
- package/src/components/WfoSubscription/WfoSubscription.tsx +5 -3
- package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +8 -1
- package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +3 -2
- package/src/components/WfoTable/WfoTableWithFilter/WfoTableWithFilter.tsx +5 -8
- package/src/configuration/policy-resources.ts +1 -0
- package/src/hooks/useOrchestratorTheme.ts +3 -3
- package/src/messages/en-GB.json +3 -1
- package/src/messages/nl-NL.json +2 -1
- package/src/pages/metadata/WfoProductBlocksPage.tsx +3 -2
- package/src/pages/metadata/WfoProductsPage.tsx +3 -2
- package/src/pages/metadata/WfoResourceTypesPage.tsx +3 -2
- package/src/pages/metadata/WfoTasksPage.tsx +3 -2
- package/src/pages/metadata/WfoWorkflowsPage.tsx +3 -2
- package/src/rtk/api.ts +10 -0
- package/src/rtk/endpoints/formFields.ts +1 -1
- package/src/rtk/endpoints/inSync.ts +7 -1
- package/src/rtk/endpoints/streamMessages.ts +6 -11
- package/src/rtk/utils.ts +65 -0
- package/src/rtk/wfoGraphqlRequestBaseQuery.ts +4 -3
- package/src/theme/defaultOrchestratorTheme.ts +99 -89
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[34mCLI[39m Target: es6
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
|
-
[32mESM[39m [1mdist/index.js [22m[32m1.
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
-
[32mDTS[39m ⚡️ Build success in
|
|
14
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
11
|
+
[32mESM[39m [1mdist/index.js [22m[32m1.88 MB[39m
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 777ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 15481ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m175.16 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
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/
|
|
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/
|
|
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.
|
|
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
|