@orchestrator-ui/orchestrator-ui-components 1.32.0 → 1.34.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 +13 -12
- package/CHANGELOG.md +16 -0
- package/dist/index.d.ts +223 -492
- package/dist/index.js +197 -109
- package/package.json +3 -2
- package/src/components/WfoSubscription/WfoSubscriptionDetailTree.tsx +22 -5
- package/src/components/WfoTable/utils/constants.ts +2 -2
- package/src/rtk/api.ts +9 -19
- package/src/rtk/index.ts +1 -0
- package/src/rtk/utils.spec.ts +84 -0
- package/src/rtk/utils.ts +14 -0
- package/src/rtk/wfoGraphqlRequestBaseQuery.ts +79 -0
- package/src/utils/csvDownload.ts +4 -5
- package/src/utils/index.ts +1 -0
- package/src/utils/{sortObjectKeys.ts → toObjectWithSortedKeys.ts} +1 -1
- package/src/utils/{sortObjectKeys.spec.ts → toSortedObjectKeys.spec.ts} +8 -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.34.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[32m1.87 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 739ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 14515ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m175.21 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,40 +1,41 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.34.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
6
|
-
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
7
6
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
7
|
+
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
8
8
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
9
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
|
-
PASS Wfo-UI Tests src/components/WfoTable/
|
|
12
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
14
13
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
14
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
16
16
|
PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
17
|
-
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
18
17
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
19
|
-
PASS Wfo-UI Tests src/utils
|
|
18
|
+
PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
19
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
20
20
|
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
21
|
+
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
21
22
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
22
|
-
PASS Wfo-UI Tests src/
|
|
23
|
+
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
23
24
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
25
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
24
26
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
25
|
-
PASS Wfo-UI Tests src/utils/sortObjectKeys.spec.ts
|
|
26
27
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
27
28
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
28
29
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
29
|
-
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
30
30
|
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
31
|
+
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
31
32
|
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
32
33
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
33
34
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
34
35
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
35
36
|
|
|
36
|
-
Test Suites:
|
|
37
|
-
Tests:
|
|
37
|
+
Test Suites: 31 passed, 31 total
|
|
38
|
+
Tests: 192 passed, 192 total
|
|
38
39
|
Snapshots: 0 total
|
|
39
|
-
Time: 4.
|
|
40
|
+
Time: 4.019 s
|
|
40
41
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 1.34.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6a098f6: WFO GraphQL base query that handles both errors and data returned
|
|
8
|
+
|
|
9
|
+
## 1.33.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- bd05bd4: Makes productBlocks on service configuration tab scrollable
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- a728dfe: 1168 Exposes toObjectWithSortedKeys util
|
|
18
|
+
|
|
3
19
|
## 1.32.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|