@orchestrator-ui/orchestrator-ui-components 1.27.0 → 1.27.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 +4 -4
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +12 -12
- package/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/package.json +1 -1
- package/src/rtk/endpoints/startOptions.ts +4 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.27.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.27.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
|
|
@@ -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 852ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 14260ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m173.47 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.27.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.27.1 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
5
|
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
7
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
8
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/
|
|
12
|
-
PASS Wfo-UI Tests src/
|
|
9
|
+
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
11
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
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/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
16
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
17
|
-
PASS Wfo-UI Tests src/components/
|
|
16
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
18
17
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
18
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
19
19
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
20
|
-
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
21
20
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
21
|
+
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
22
22
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
23
23
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
24
24
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
25
25
|
PASS Wfo-UI Tests src/utils/sortObjectKeys.spec.ts
|
|
26
|
-
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
27
26
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
27
|
+
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
29
29
|
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
30
30
|
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
31
31
|
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
32
|
-
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
33
32
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
33
|
+
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
34
34
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
35
35
|
|
|
36
36
|
Test Suites: 30 passed, 30 total
|
|
37
37
|
Tests: 169 passed, 169 total
|
|
38
38
|
Snapshots: 0 total
|
|
39
|
-
Time: 4.
|
|
39
|
+
Time: 4.131 s
|
|
40
40
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -739,6 +739,7 @@ declare type WorkflowOption = {
|
|
|
739
739
|
workflowName: WorkflowDefinition['name'];
|
|
740
740
|
productName: ProductDefinition['name'];
|
|
741
741
|
productId: ProductDefinition['productId'];
|
|
742
|
+
productType: ProductDefinition['productType'];
|
|
742
743
|
};
|
|
743
744
|
declare type StartOptionsResponse<StartOption> = {
|
|
744
745
|
startOptions: StartOption[];
|
package/dist/index.js
CHANGED
|
@@ -41626,6 +41626,7 @@ var workflowOptionsQuery = `
|
|
|
41626
41626
|
page {
|
|
41627
41627
|
name
|
|
41628
41628
|
products {
|
|
41629
|
+
productType
|
|
41629
41630
|
productId
|
|
41630
41631
|
name
|
|
41631
41632
|
}
|
|
@@ -41659,7 +41660,8 @@ var startButtonOptionsApi = orchestratorApi.injectEndpoints({
|
|
|
41659
41660
|
startOptions.push({
|
|
41660
41661
|
workflowName,
|
|
41661
41662
|
productName: product.name,
|
|
41662
|
-
productId: product.productId
|
|
41663
|
+
productId: product.productId,
|
|
41664
|
+
productType: product.productType
|
|
41663
41665
|
});
|
|
41664
41666
|
});
|
|
41665
41667
|
});
|
package/package.json
CHANGED
|
@@ -13,6 +13,7 @@ const workflowOptionsQuery = `
|
|
|
13
13
|
page {
|
|
14
14
|
name
|
|
15
15
|
products {
|
|
16
|
+
productType
|
|
16
17
|
productId
|
|
17
18
|
name
|
|
18
19
|
}
|
|
@@ -36,6 +37,7 @@ type WorkflowOption = {
|
|
|
36
37
|
workflowName: WorkflowDefinition['name'];
|
|
37
38
|
productName: ProductDefinition['name'];
|
|
38
39
|
productId: ProductDefinition['productId'];
|
|
40
|
+
productType: ProductDefinition['productType'];
|
|
39
41
|
};
|
|
40
42
|
|
|
41
43
|
type WorkflowOptionsResult = StartOptionsResult<{
|
|
@@ -43,6 +45,7 @@ type WorkflowOptionsResult = StartOptionsResult<{
|
|
|
43
45
|
products: {
|
|
44
46
|
name: ProductDefinition['name'];
|
|
45
47
|
productId: ProductDefinition['productId'];
|
|
48
|
+
productType: ProductDefinition['productType'];
|
|
46
49
|
}[];
|
|
47
50
|
}>;
|
|
48
51
|
|
|
@@ -72,6 +75,7 @@ const startButtonOptionsApi = orchestratorApi.injectEndpoints({
|
|
|
72
75
|
workflowName,
|
|
73
76
|
productName: product.name,
|
|
74
77
|
productId: product.productId,
|
|
78
|
+
productType: product.productType,
|
|
75
79
|
});
|
|
76
80
|
});
|
|
77
81
|
});
|