@orchestrator-ui/orchestrator-ui-components 1.5.0 → 1.6.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.
- package/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +9 -8
- package/CHANGELOG.md +21 -0
- package/dist/index.d.ts +1218 -1137
- package/dist/index.js +1166 -976
- package/package.json +1 -1
- package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +1 -0
- package/src/components/WfoForms/formFields/utils.spec.ts +1 -0
- package/src/components/WfoJsonCodeBlock/WfoJsonCodeBlock.tsx +11 -5
- package/src/components/WfoJsonCodeBlock/styles.ts +13 -0
- package/src/components/WfoKeyValueTable/WfoValueCell.tsx +8 -1
- package/src/components/WfoProcessList/WfoProcessesList.tsx +5 -1
- package/src/components/WfoProcessList/processListObjectMappers.ts +7 -4
- package/src/components/WfoSubscription/WfoSubscription.tsx +5 -5
- package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +74 -62
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock.tsx +24 -5
- package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +11 -1
- package/src/components/WfoSubscriptionsList/subscriptionResultMappers.ts +3 -0
- package/src/components/WfoTable/WfoInlineJson/WfoInlineJson.tsx +14 -0
- package/src/components/WfoTable/WfoInlineJson/index.ts +1 -0
- package/src/components/WfoTable/index.ts +1 -0
- package/src/components/WfoTable/utils/constants.ts +2 -2
- package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +7 -0
- package/src/components/index.ts +1 -0
- package/src/icons/WfoExternalLink.tsx +30 -0
- package/src/icons/index.ts +1 -0
- package/src/messages/en-GB.json +3 -0
- package/src/messages/nl-NL.json +2 -0
- package/src/pages/metadata/WfoMetadataPageLayout.tsx +4 -4
- package/src/pages/metadata/WfoProductBlocksPage.tsx +25 -1
- package/src/pages/metadata/WfoProductsPage.tsx +32 -1
- package/src/pages/metadata/WfoResourceTypesPage.tsx +23 -4
- package/src/pages/metadata/WfoWorkflowsPage.tsx +24 -2
- package/src/pages/metadata/index.ts +2 -0
- package/src/pages/subscriptions/WfoSubscriptionDetailPage.tsx +2 -2
- package/src/pages/subscriptions/WfoSubscriptionsListPage.tsx +1 -1
- package/src/pages/workflows/index.ts +2 -0
- package/src/rtk/endpoints/subscriptionDetail.ts +1 -0
- package/src/rtk/endpoints/subscriptionList.ts +1 -0
- package/src/types/types.ts +5 -2
- package/src/utils/getDefaultTableConfig.ts +1 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/resultFlattener.spec.ts +51 -0
- package/src/utils/resultFlattener.ts +25 -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.6.1 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[32m2.
|
|
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[32m2.10 MB[39m
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 653ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 12466ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m152.68 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.6.1 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
+
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
5
6
|
PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
7
|
PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
7
|
-
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
8
|
-
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
9
8
|
PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
|
+
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
10
10
|
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
11
11
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
12
12
|
PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
|
|
13
13
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
14
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
15
14
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
16
16
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
17
|
+
PASS Orchestrator UI Components Tests src/utils/resultFlattener.spec.ts
|
|
17
18
|
PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
|
|
18
19
|
PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
|
|
19
|
-
PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
|
|
20
20
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
|
|
21
21
|
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
22
|
+
PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
|
|
22
23
|
PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
|
|
23
24
|
PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
|
|
24
25
|
PASS Orchestrator UI Components Tests src/utils/onlyUnique.spec.ts
|
|
@@ -27,8 +28,8 @@ PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
|
27
28
|
PASS Orchestrator UI Components Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
28
29
|
PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
29
30
|
|
|
30
|
-
Test Suites:
|
|
31
|
-
Tests:
|
|
31
|
+
Test Suites: 25 passed, 25 total
|
|
32
|
+
Tests: 155 passed, 155 total
|
|
32
33
|
Snapshots: 0 total
|
|
33
|
-
Time: 4.
|
|
34
|
+
Time: 4.688 s
|
|
34
35
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 1.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3cfd9f5: Fixes error in exported values
|
|
8
|
+
- 5807458: 332 Subscription detail page: hides metadata section when there is no data available
|
|
9
|
+
|
|
10
|
+
## 1.6.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- bf4698e: 332 Adds subscription metadata to the subscription list page and subscription detail page
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- e3874e0: Changed overlay icon colour of skipped step in workflow/task
|
|
19
|
+
Badge style to product name column in metadata table products
|
|
20
|
+
Some features owner subscription presentation & hide pb-sub-instance-id
|
|
21
|
+
Changed default table row settings
|
|
22
|
+
- 29c6459: Added external link icon
|
|
23
|
+
|
|
3
24
|
## 1.5.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|