@orchestrator-ui/orchestrator-ui-components 1.26.0 → 1.27.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 +4 -4
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +34 -33
- package/CHANGELOG.md +9 -0
- package/dist/index.d.ts +75 -66
- package/dist/index.js +596 -536
- package/jest.config.cjs +13 -2
- package/package.json +1 -1
- package/src/components/WfoForms/UserInputForm.tsx +18 -13
- package/src/components/WfoForms/UserInputFormWizard.tsx +3 -3
- package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +52 -10
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +1 -11
- package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +5 -4
- package/src/components/WfoSubscription/WfoInSyncField.tsx +1 -1
- package/src/components/WfoSubscription/WfoSubscriptionDetailTree.tsx +4 -1
- package/src/components/WfoTree/WfoTree.tsx +4 -3
- package/src/components/WfoTree/WfoTreeBranch.tsx +10 -3
- package/src/components/WfoTree/treeUtils.ts +13 -0
- package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +61 -68
- package/src/contexts/ConfirmationDialogProvider.tsx +57 -60
- package/src/messages/en-GB.json +3 -1
- package/src/messages/nl-NL.json +3 -1
- package/src/pages/processes/WfoProcessDetail.tsx +3 -3
- package/src/pages/tasks/WfoTasksListPage.tsx +1 -1
- package/src/rtk/api.ts +5 -21
- package/src/rtk/endpoints/processDetail.ts +11 -11
- package/src/rtk/endpoints/processList.ts +8 -2
- package/src/rtk/endpoints/processListSummary.ts +7 -3
- package/src/rtk/endpoints/processStatusCounts.ts +4 -3
- package/src/rtk/endpoints/settings.ts +5 -5
- package/src/rtk/endpoints/streamMessages.ts +13 -45
- package/src/rtk/endpoints/subscriptionActions.ts +1 -2
- package/src/rtk/endpoints/subscriptionDetail.ts +12 -7
- package/src/rtk/endpoints/subscriptionInUseByRelationsList.ts +4 -2
- package/src/rtk/endpoints/subscriptionList.ts +4 -2
- package/src/rtk/endpoints/subscriptionListSummary.ts +4 -2
- package/src/rtk/endpoints/translations.ts +1 -2
- package/src/types/types.ts +11 -0
- package/src/utils/cacheTag.spec.ts +14 -0
- package/src/utils/cacheTag.ts +11 -0
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.27.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
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[32mESM[39m [1mdist/index.js [22m[32m2.15 MB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
-
[32mDTS[39m ⚡️ Build success in
|
|
14
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m173.
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 744ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 13679ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m173.42 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,39 +1,40 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.27.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS
|
|
6
|
-
PASS
|
|
7
|
-
PASS
|
|
8
|
-
PASS
|
|
9
|
-
PASS
|
|
10
|
-
PASS
|
|
11
|
-
PASS
|
|
12
|
-
PASS
|
|
13
|
-
PASS
|
|
14
|
-
PASS
|
|
15
|
-
PASS
|
|
16
|
-
PASS
|
|
17
|
-
PASS
|
|
18
|
-
PASS
|
|
19
|
-
PASS
|
|
20
|
-
PASS
|
|
21
|
-
PASS
|
|
22
|
-
PASS
|
|
23
|
-
PASS
|
|
24
|
-
PASS
|
|
25
|
-
PASS
|
|
26
|
-
PASS
|
|
27
|
-
PASS
|
|
28
|
-
PASS
|
|
29
|
-
PASS
|
|
30
|
-
PASS
|
|
31
|
-
PASS
|
|
32
|
-
PASS
|
|
33
|
-
PASS
|
|
5
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
7
|
+
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
8
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
9
|
+
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
|
+
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
11
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
13
|
+
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
14
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
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
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
18
|
+
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
19
|
+
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
20
|
+
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
21
|
+
PASS Wfo-UI Tests src/utils/getToastMessage.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/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
27
|
+
PASS Wfo-UI Tests src/utils/getTokenName.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/getQueryVariablesForExport.spec.ts
|
|
33
|
+
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
34
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
34
35
|
|
|
35
|
-
Test Suites:
|
|
36
|
-
Tests:
|
|
36
|
+
Test Suites: 30 passed, 30 total
|
|
37
|
+
Tests: 169 passed, 169 total
|
|
37
38
|
Snapshots: 0 total
|
|
38
|
-
Time: 4.
|
|
39
|
+
Time: 4.001 s
|
|
39
40
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 1.27.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0a3877d: Moves side menu toggle from header to breadcrumb
|
|
8
|
+
- bc65670: Orders product blocks in subcription detail tree
|
|
9
|
+
- 8f45591: Improves confirmation dialog on page leave
|
|
10
|
+
- cbfc034: Updates websocket messages to work with new format
|
|
11
|
+
|
|
3
12
|
## 1.26.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|