@orchestrator-ui/orchestrator-ui-components 5.0.0 → 5.2.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 +21 -0
- package/dist/index.d.ts +2858 -345
- package/dist/index.js +1967 -1714
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/WfoForms/formFields/SubscriptionSummaryField.tsx +1 -1
- package/src/components/WfoForms/formFields/commonStyles.ts +6 -0
- package/src/components/WfoForms/formFields/{SubscriptionField.tsx → deprecated/SubscriptionField.tsx} +53 -157
- package/src/components/WfoForms/formFields/deprecated/index.ts +1 -0
- package/src/components/WfoForms/formFields/index.ts +1 -1
- package/src/components/WfoPydanticForm/Footer.tsx +75 -34
- package/src/components/WfoPydanticForm/Header.tsx +18 -0
- package/src/components/WfoPydanticForm/Row.tsx +17 -5
- package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +101 -9
- package/src/components/WfoPydanticForm/fields/Checkbox.tsx +22 -0
- package/src/components/WfoPydanticForm/fields/Divider.tsx +17 -0
- package/src/components/WfoPydanticForm/fields/Label.tsx +23 -0
- package/src/components/WfoPydanticForm/fields/Summary.tsx +125 -0
- package/src/components/WfoPydanticForm/fields/Text.tsx +28 -0
- package/src/components/WfoPydanticForm/fields/index.ts +5 -0
- package/src/configuration/constants.ts +2 -0
- package/src/configuration/version.ts +1 -1
- package/src/hooks/deprecated/useGetSurfSubcriptionDropdownOptions.ts +37 -0
- package/src/icons/WfoExclamationTriangle.tsx +29 -0
- package/src/icons/index.ts +1 -0
- package/src/pages/metadata/WfoTasksPage.tsx +11 -26
- package/src/pages/metadata/WfoWorkflowsPage.tsx +11 -12
- package/src/rtk/api.ts +3 -1
- package/src/rtk/endpoints/deprecated/index.ts +1 -0
- package/src/rtk/endpoints/deprecated/surfSubscriptionDropdownOptions.ts +53 -0
- package/src/rtk/endpoints/index.ts +2 -1
- package/src/types/deprecated/SurfSubscriptionDropdownOptionsFilterParams.ts +10 -0
- package/src/types/deprecated/index.ts +1 -0
- package/src/types/index.ts +1 -0
- package/src/types/types.ts +2 -2
- package/src/hooks/deprecated/useGetSubscriptionDropdownOptions.ts +0 -39
- package/src/rtk/endpoints/subscriptionsDropdownOptions.ts +0 -71
- /package/src/components/WfoForms/formFields/{SubscriptionFieldStyling.ts → deprecated/SubscriptionFieldStyling.ts} +0 -0
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.2.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.2.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 39ms
|
|
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 36ms
|
|
|
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[32m1.
|
|
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[32m1.99 MB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m3.70 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 555ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 19781ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m813.29 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.2.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
@@ -8,8 +8,8 @@ PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
|
8
8
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
9
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.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.
|
|
38
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.329 s)
|
|
39
39
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
40
40
|
|
|
41
41
|
Test Suites: 35 passed, 35 total
|
|
42
42
|
Tests: 226 passed, 226 total
|
|
43
43
|
Snapshots: 0 total
|
|
44
|
-
Time:
|
|
44
|
+
Time: 7.845 s
|
|
45
45
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 5.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 7fa5828: SURF specific: Deprecate SubscriptionField and refactor it to use new REST endpoint with server-side filtering
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- bbae7ad: Small improvements to forms
|
|
12
|
+
|
|
13
|
+
## 5.1.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- f3f1417: removes conditional render option to edit description on wf/task metadata page
|
|
18
|
+
- 59c5109: Adds some fields to be used by workflows using pydantic forms
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- c03d83a: Add Exclamation badge
|
|
23
|
+
|
|
3
24
|
## 5.0.0
|
|
4
25
|
|
|
5
26
|
### Major Changes
|