@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.32.0 build
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
  CLI Building entry: src/index.ts
@@ -9,6 +9,6 @@
9
9
  ESM Build start
10
10
  DTS Build start
11
11
  ESM dist/index.js 1.87 MB
12
- ESM ⚡️ Build success in 614ms
13
- DTS ⚡️ Build success in 13879ms
14
- DTS dist/index.d.ts 174.61 KB
12
+ ESM ⚡️ Build success in 739ms
13
+ DTS ⚡️ Build success in 14515ms
14
+ DTS dist/index.d.ts 175.21 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.32.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@1.34.0 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
@@ -1,40 +1,41 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.32.0 test
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/utils/tableConfigPersistence.spec.ts
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/getEnvironmentVariables.spec.ts
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/components/WfoTable/utils/columns.spec.ts
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: 30 passed, 30 total
37
- Tests: 186 passed, 186 total
37
+ Test Suites: 31 passed, 31 total
38
+ Tests: 192 passed, 192 total
38
39
  Snapshots: 0 total
39
- Time: 4.018 s
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