@orchestrator-ui/orchestrator-ui-components 8.7.0 → 8.7.2
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 +12 -12
- package/CHANGELOG.md +14 -0
- package/dist/index.d.ts +379 -1244
- package/dist/index.js +1021 -1068
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoPydanticForm/fields/WfoSummary.tsx +42 -7
- package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +1 -1
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoFieldSelector.tsx +1 -1
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoFilterBuilder.tsx +25 -7
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoOperatorSelector.tsx +18 -1
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoRangeEditor.tsx +38 -50
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoValueEditor.tsx +34 -29
- package/src/configuration/version.ts +1 -1
- package/src/messages/en-GB.json +452 -578
- package/src/messages/getTranslationMessages.spec.ts +47 -30
- package/src/messages/nl-NL.json +450 -430
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.
|
|
1
|
+
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.2 build
|
|
2
2
|
npm notice run npm run generate-version && tsup src/index.ts
|
|
3
|
-
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.
|
|
3
|
+
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.2 generate-version
|
|
4
4
|
npm notice run node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
|
|
5
|
-
src/configuration/version.ts
|
|
5
|
+
src/configuration/version.ts 44ms
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
7
7
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
8
|
[34mCLI[39m tsup v8.5.1
|
|
@@ -10,9 +10,9 @@ src/configuration/version.ts 51ms
|
|
|
10
10
|
[34mCLI[39m Target: es2022
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mESM[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.js [22m[
|
|
14
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m1.
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m [1mdist/index.js [22m[32m878.76 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m1.51 MB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 314ms
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 24972ms
|
|
18
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.53 MB[39m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.
|
|
1
|
+
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.2 lint
|
|
2
2
|
npm notice run eslint
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.
|
|
1
|
+
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.2 test
|
|
2
2
|
npm notice run jest
|
|
3
|
-
PASS Wfo-UI Tests src/
|
|
3
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
4
4
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
6
6
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
7
7
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
8
|
+
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
8
9
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
11
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
12
12
|
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
|
+
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
15
16
|
PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
16
|
-
PASS Wfo-UI Tests src/components/WfoTable/
|
|
17
|
-
PASS Wfo-UI Tests src/components/
|
|
18
|
-
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/WfoCron.spec.ts (5.596 s)
|
|
17
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (6.379 s)
|
|
18
|
+
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/WfoCron.spec.ts (5.541 s)
|
|
19
19
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
20
|
-
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
21
20
|
PASS Wfo-UI Tests src/utils/getQueryParams.spec.ts
|
|
22
21
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
23
22
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
24
23
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
25
|
-
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
26
24
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
25
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.spec.ts
|
|
26
|
+
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
27
27
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
29
|
-
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
30
29
|
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
30
|
+
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
31
31
|
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
32
32
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
33
33
|
PASS Wfo-UI Tests src/utils/integer.spec.ts
|
|
@@ -35,12 +35,12 @@ PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
|
35
35
|
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
36
36
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
37
37
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
38
|
-
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
39
38
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
39
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
40
40
|
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
|
|
41
41
|
|
|
42
42
|
Test Suites: 38 passed, 38 total
|
|
43
|
-
Tests:
|
|
43
|
+
Tests: 257 passed, 257 total
|
|
44
44
|
Snapshots: 0 total
|
|
45
|
-
Time:
|
|
45
|
+
Time: 10.181 s
|
|
46
46
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 8.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a5ce17a: Minor comment improvements
|
|
8
|
+
- af9eaf6: Fixes subscription search has component and range filters
|
|
9
|
+
|
|
10
|
+
## 8.7.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 64ec9c8: Handles summaryForm translation client side
|
|
15
|
+
- da99ddd: Adds missing NL translations
|
|
16
|
+
|
|
3
17
|
## 8.7.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|