@orchestrator-ui/orchestrator-ui-components 6.2.0 → 6.3.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 +7 -7
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +8 -8
- package/CHANGELOG.md +23 -0
- package/dist/index.d.ts +6 -2
- package/dist/index.js +1792 -1666
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/WfoPydanticForm/Footer.tsx +20 -4
- package/src/components/WfoPydanticForm/fields/WfoSummary.tsx +1 -1
- package/src/components/WfoSubscription/WfoInSyncField/WfoInSyncField.tsx +118 -17
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx +36 -116
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionsMenuItem.tsx +122 -0
- package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +13 -0
- package/src/components/WfoSubscription/WfoTargetTypeIcon.tsx +18 -3
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +8 -7
- package/src/configuration/version.ts +1 -1
- package/src/contexts/OrchestratorConfigContext.tsx +1 -0
- package/src/messages/en-GB.json +1 -0
- package/src/messages/nl-NL.json +1 -0
- package/src/pages/processes/WfoStartProcessPage.tsx +6 -3
- package/src/types/types.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.3.1 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@6.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@6.3.1 generate-version
|
|
7
7
|
> node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
|
|
8
8
|
|
|
9
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 44ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.5.0
|
|
@@ -15,7 +15,7 @@ src/configuration/version.ts 38ms
|
|
|
15
15
|
[34mESM[39m Build start
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m2.16 MB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m4.
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m4.13 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 700ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 19284ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m897.11 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.3.1 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
5
6
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
7
|
+
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
6
8
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
7
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
8
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
11
11
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
12
12
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
@@ -21,20 +21,20 @@ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllo
|
|
|
21
21
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
22
22
|
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
23
23
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
24
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (5.94 s)
|
|
24
25
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
25
|
-
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.11 s)
|
|
26
26
|
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
27
27
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
28
|
-
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
29
28
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
29
|
+
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
30
30
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
31
31
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
32
|
-
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
33
32
|
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
33
|
+
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
34
34
|
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
35
35
|
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
36
|
-
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
37
36
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
37
|
+
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
38
38
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
39
39
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
40
40
|
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
|
|
@@ -42,5 +42,5 @@ PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spe
|
|
|
42
42
|
Test Suites: 36 passed, 36 total
|
|
43
43
|
Tests: 239 passed, 239 total
|
|
44
44
|
Snapshots: 0 total
|
|
45
|
-
Time: 9.
|
|
45
|
+
Time: 9.513 s
|
|
46
46
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 6.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 53f510f: 2208 Add confirmation popup/dialog when navigating back or canceling form
|
|
8
|
+
|
|
9
|
+
## 6.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- eb164ba: 2189 Add set in-sync to the subscription list page
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 0fbdf28: Fixes bug in Summaryfield
|
|
18
|
+
- fb3e48c: Adds pydantic forms feature toggle
|
|
19
|
+
|
|
20
|
+
## 6.2.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- db5c529: Fixes monaco loader to version 1.5.0
|
|
25
|
+
|
|
3
26
|
## 6.2.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -18088,6 +18088,7 @@ type OrchestratorConfig = {
|
|
|
18088
18088
|
supportMenuItemUrl: string;
|
|
18089
18089
|
enableAoStackStatus: boolean;
|
|
18090
18090
|
aoStackStatusUrl: string;
|
|
18091
|
+
activatePydanticForms: boolean;
|
|
18091
18092
|
};
|
|
18092
18093
|
declare enum ColorModes {
|
|
18093
18094
|
LIGHT = "LIGHT",
|
|
@@ -18643,8 +18644,10 @@ declare const SubscriptionKeyValueBlock: ({ title, keyValues, }: SubscriptionKey
|
|
|
18643
18644
|
|
|
18644
18645
|
interface WfoInSyncFieldProps {
|
|
18645
18646
|
subscriptionDetail: SubscriptionDetail;
|
|
18647
|
+
compactMode?: boolean;
|
|
18648
|
+
setPopover?: (isOpen: boolean) => void;
|
|
18646
18649
|
}
|
|
18647
|
-
declare const WfoInSyncField: ({ subscriptionDetail }: WfoInSyncFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
18650
|
+
declare const WfoInSyncField: ({ subscriptionDetail, compactMode, setPopover, }: WfoInSyncFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
18648
18651
|
|
|
18649
18652
|
interface WfoProcessesTimelineProps {
|
|
18650
18653
|
subscriptionDetailProcesses: SubscriptionDetailProcess[];
|
|
@@ -19952,7 +19955,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
|
|
|
19952
19955
|
declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
19953
19956
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
19954
19957
|
|
|
19955
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.
|
|
19958
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.3.1";
|
|
19956
19959
|
|
|
19957
19960
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
19958
19961
|
pydanticForms: {
|
|
@@ -20333,6 +20336,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
20333
20336
|
selectByNameButtonText: string;
|
|
20334
20337
|
see: string;
|
|
20335
20338
|
setInSync: string;
|
|
20339
|
+
subscriptionIsInSync: string;
|
|
20336
20340
|
setInSyncQuestion: string;
|
|
20337
20341
|
setInSyncFailed: {
|
|
20338
20342
|
title: string;
|