@orchestrator-ui/orchestrator-ui-components 0.5.2 → 0.6.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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.6.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.13 MB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
-
[32mDTS[39m ⚡️ Build success in
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 743ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 12148ms
|
|
14
14
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m113.82 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.6.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
|
|
6
5
|
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
6
|
+
PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
|
|
7
7
|
PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
8
|
-
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
9
8
|
PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
9
|
+
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
10
10
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
11
11
|
PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
|
|
12
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
13
12
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
13
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
14
14
|
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
15
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
16
15
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
16
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
17
17
|
PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
|
|
18
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
|
|
19
18
|
PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
|
|
20
|
-
PASS Orchestrator UI Components Tests src/utils/
|
|
19
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
|
|
21
20
|
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
21
|
+
PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
|
|
22
22
|
PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
|
|
23
23
|
PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
24
24
|
PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
|
|
@@ -28,5 +28,5 @@ PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHead
|
|
|
28
28
|
Test Suites: 22 passed, 22 total
|
|
29
29
|
Tests: 131 passed, 131 total
|
|
30
30
|
Snapshots: 0 total
|
|
31
|
-
Time: 4.
|
|
31
|
+
Time: 4.484 s
|
|
32
32
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d44c55c: Fix ProcessDetailQuery by removing form subfields
|
|
8
|
+
- !WARNING: this version requires backend version 2.1.0.
|
|
9
|
+
- It changes the graphql processes.page.form to a JSON type, so there are no subfields to request and will respond with an error.
|
|
10
|
+
|
|
3
11
|
## 0.5.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -47707,14 +47707,7 @@ var GET_PROCESS_DETAIL_GRAPHQL_QUERY = parse(gql7`
|
|
|
47707
47707
|
lastStep
|
|
47708
47708
|
workflowName
|
|
47709
47709
|
isTask
|
|
47710
|
-
form
|
|
47711
|
-
additionalProperties
|
|
47712
|
-
definitions
|
|
47713
|
-
properties
|
|
47714
|
-
required
|
|
47715
|
-
title
|
|
47716
|
-
type
|
|
47717
|
-
}
|
|
47710
|
+
form
|
|
47718
47711
|
steps {
|
|
47719
47712
|
name
|
|
47720
47713
|
status
|
package/package.json
CHANGED