@orchestrator-ui/orchestrator-ui-components 5.3.3 → 5.4.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 +8 -8
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +4 -4
- package/CHANGELOG.md +18 -0
- package/dist/index.d.ts +350 -19
- package/dist/index.js +989 -755
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/WfoForms/UserInputForm.tsx +6 -0
- package/src/components/WfoForms/UserInputFormWizard.tsx +3 -0
- package/src/components/WfoPydanticForm/Footer.tsx +18 -16
- package/src/components/WfoPydanticForm/Header.tsx +3 -1
- package/src/components/WfoPydanticForm/RenderFormErrors.tsx +33 -0
- package/src/components/WfoPydanticForm/Row.tsx +1 -0
- package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +194 -178
- package/src/components/WfoPydanticForm/fields/WfoArrayField/WfoArrayField.tsx +25 -4
- package/src/components/WfoPydanticForm/fields/{Checkbox.tsx → WfoCheckbox.tsx} +2 -1
- package/src/components/WfoPydanticForm/fields/{Divider.tsx → WfoDivider.tsx} +2 -1
- package/src/components/WfoPydanticForm/fields/{Integer.tsx → WfoInteger.tsx} +2 -1
- package/src/components/WfoPydanticForm/fields/{Label.tsx → WfoLabel.tsx} +2 -2
- package/src/components/WfoPydanticForm/fields/WfoObjectField/WfoObjectField.tsx +8 -2
- package/src/components/WfoPydanticForm/fields/{Radio.tsx → WfoRadio.tsx} +2 -1
- package/src/components/WfoPydanticForm/fields/{Summary.tsx → WfoSummary.tsx} +2 -2
- package/src/components/WfoPydanticForm/fields/{Text.tsx → WfoText.tsx} +3 -1
- package/src/components/WfoPydanticForm/fields/{TextArea.tsx → WfoTextArea.tsx} +2 -1
- package/src/components/WfoPydanticForm/fields/index.ts +8 -8
- package/src/components/WfoPydanticForm/index.ts +1 -0
- package/src/components/WfoStartButton/WfoStartTaskComboBox.tsx +1 -0
- package/src/components/WfoStartButton/WfoStartWorkflowComboBox.tsx +1 -0
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +10 -4
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStepForm.tsx +4 -1
- package/src/components/WfoWorkflowSteps/WfoStepList/WfoStepList.tsx +24 -30
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoWorkflowStepList.tsx +4 -3
- package/src/configuration/constants.ts +1 -0
- package/src/configuration/version.ts +1 -1
- package/src/messages/en-GB.json +9 -2
- package/src/messages/nl-NL.json +9 -2
- package/src/pages/processes/WfoProcessDetail.tsx +1 -0
- package/src/pages/processes/WfoProcessDetailPage.tsx +1 -0
- package/src/pages/processes/timelineUtils.spec.ts +2 -1
- package/src/pages/settings/WfoSettingsPage.tsx +161 -10
- package/src/rtk/endpoints/processDetail.ts +6 -1
- package/src/rtk/endpoints/settings.ts +15 -1
- package/src/rtk/endpoints/startOptions.ts +10 -1
- package/src/types/forms.ts +5 -0
- package/src/types/types.ts +17 -2
- package/src/utils/getProductNamesFromProcess.spec.ts +6 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.4.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@5.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@5.4.0 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 42ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.4.0
|
|
@@ -14,8 +14,8 @@ src/configuration/version.ts 47ms
|
|
|
14
14
|
[34mCLI[39m Target: es2020
|
|
15
15
|
[34mESM[39m Build start
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m2.
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m3.
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m2.03 MB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m3.88 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 583ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 20751ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m830.43 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.4.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
@@ -7,8 +7,8 @@ PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
|
7
7
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
8
8
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
10
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
10
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
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
|
|
13
13
|
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
@@ -35,11 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
|
35
35
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
36
36
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
37
37
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
38
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.515 s)
|
|
38
39
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
39
|
-
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.559 s)
|
|
40
40
|
|
|
41
41
|
Test Suites: 35 passed, 35 total
|
|
42
42
|
Tests: 228 passed, 228 total
|
|
43
43
|
Snapshots: 0 total
|
|
44
|
-
Time: 8.
|
|
44
|
+
Time: 8.063 s
|
|
45
45
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 5.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fb634ec: Improve Process Detail step timestamp using step started and completed datetime
|
|
8
|
+
- b338d31: Reflect RBAC rules from backend in GUI, requires minimum backend version of 4.2.0
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- b604a46: Updates to latest version of pydantic forms
|
|
13
|
+
- 796d299: Fixes for pydanticforms integration
|
|
14
|
+
|
|
15
|
+
## 5.3.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- b2479fe: Always allows submit button on pydantic-forms
|
|
20
|
+
|
|
3
21
|
## 5.3.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|