@orchestrator-ui/orchestrator-ui-components 1.13.1 → 1.14.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 +12 -12
- package/CHANGELOG.md +13 -0
- package/dist/index.d.ts +1068 -1025
- package/dist/index.js +664 -630
- package/package.json +1 -1
- package/src/components/WfoForms/CreateForm.tsx +15 -13
- package/src/components/WfoForms/UserInputForm.tsx +24 -26
- package/src/components/WfoForms/UserInputFormWizard.tsx +3 -5
- package/src/components/WfoForms/index.ts +0 -1
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStepForm.tsx +10 -8
- package/src/messages/en-GB.json +5 -0
- package/src/messages/nl-NL.json +5 -0
- package/src/pages/processes/WfoStartProcessPage.tsx +28 -26
- package/src/pages/startPage/WfoStartPage.tsx +76 -139
- package/src/pages/startPage/mappers.ts +21 -0
- package/src/pages/startPage/queryVariables.ts +111 -0
- package/src/pages/startPage/useStartPageSummaryCardConfigurationOverride.ts +13 -0
- package/src/rtk/api.ts +2 -1
- package/src/rtk/endpoints/forms.ts +64 -0
- package/src/rtk/endpoints/processListSummary.ts +4 -1
- package/src/rtk/slices/orchestratorComponentOverride.ts +6 -0
- package/src/types/forms.ts +16 -0
- package/src/utils/index.ts +1 -1
- package/src/utils/optionalArray.spec.ts +32 -0
- package/src/utils/optionalArray.ts +9 -0
- package/src/components/WfoForms/UserInputFormWizardDeprecated.tsx +0 -125
- package/src/utils/toOptionalArrayEntry.spec.ts +0 -17
- package/src/utils/toOptionalArrayEntry.ts +0 -4
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.14.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
|
|
14
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 658ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 13234ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m163.29 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.14.0 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/WfoForms/formFields/utils.spec.ts
|
|
6
7
|
PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
7
|
-
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
8
8
|
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
9
|
-
PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
9
|
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
10
|
+
PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
|
|
11
11
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
12
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
13
12
|
PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
|
|
14
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/
|
|
13
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
14
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
16
|
-
PASS Orchestrator UI Components Tests src/utils/
|
|
15
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
17
16
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
17
|
+
PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
|
|
18
18
|
PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
|
|
19
|
+
PASS Orchestrator UI Components Tests src/utils/resultFlattener.spec.ts
|
|
20
|
+
PASS Orchestrator UI Components Tests src/utils/optionalArray.spec.ts
|
|
19
21
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
|
|
20
|
-
PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
|
|
21
|
-
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
22
22
|
PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
|
|
23
|
-
PASS Orchestrator UI Components Tests src/
|
|
23
|
+
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
24
24
|
PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
|
|
25
|
+
PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
|
|
25
26
|
PASS Orchestrator UI Components Tests src/utils/onlyUnique.spec.ts
|
|
26
27
|
PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
|
|
27
28
|
PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
28
29
|
PASS Orchestrator UI Components Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
29
|
-
PASS Orchestrator UI Components Tests src/utils/toOptionalArrayEntry.spec.ts
|
|
30
30
|
PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
31
31
|
|
|
32
32
|
Test Suites: 26 passed, 26 total
|
|
33
|
-
Tests:
|
|
33
|
+
Tests: 159 passed, 159 total
|
|
34
34
|
Snapshots: 0 total
|
|
35
|
-
Time: 3.
|
|
35
|
+
Time: 3.637 s
|
|
36
36
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 1.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5b9d042: Moved form wizards to RTK
|
|
8
|
+
|
|
9
|
+
## 1.13.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 43be47b: 565 Added a new summary card listing the 5 latest workflows for the user that is logged in
|
|
14
|
+
- 8b6e73d: 879 Makes SummaryCards on the start page overridable
|
|
15
|
+
|
|
3
16
|
## 1.13.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|