@orchestrator-ui/orchestrator-ui-components 8.7.1 → 8.7.3

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,8 +1,8 @@
1
- npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.1 build
1
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.3 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.1 generate-version
3
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.3 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 44ms
5
+ src/configuration/version.ts 52ms
6
6
  CLI Building entry: src/index.ts
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.5.1
@@ -10,9 +10,9 @@ src/configuration/version.ts 44ms
10
10
  CLI Target: es2022
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
- ESM dist/index.js 878.47 KB
14
- ESM dist/index.js.map 1.51 MB
15
- ESM ⚡️ Build success in 323ms
13
+ ESM dist/index.js 882.48 KB
14
+ ESM dist/index.js.map 1.52 MB
15
+ ESM ⚡️ Build success in 335ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 22597ms
18
- DTS dist/index.d.ts 1.53 MB
17
+ DTS ⚡️ Build success in 22335ms
18
+ DTS dist/index.d.ts 1.55 MB
@@ -1,2 +1,2 @@
1
- npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.1 lint
1
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.3 lint
2
2
  npm notice run eslint
@@ -1,46 +1,51 @@
1
- npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.1 test
1
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.3 test
2
2
  npm notice run jest
3
- PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
4
3
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
5
- PASS Wfo-UI Tests src/utils/date.spec.ts
6
4
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
5
+ PASS Wfo-UI Tests src/utils/date.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
7
7
  PASS Wfo-UI Tests src/utils/string.spec.ts
8
+ PASS Wfo-UI Tests src/components/WfoTable/WfoStructuredSearchTable/WfoOperatorSelector.spec.tsx
8
9
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
9
10
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
11
+ PASS Wfo-UI Tests src/components/WfoTable/WfoStructuredSearchTable/WfoRestoreLoop.spec.tsx
10
12
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
11
13
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
12
14
  PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
13
15
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
14
16
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
17
+ PASS Wfo-UI Tests src/components/WfoTable/WfoStructuredSearchTable/utils.spec.ts
18
+ PASS Wfo-UI Tests src/hooks/usePathAutoComplete.spec.tsx
15
19
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
20
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (6.233 s)
16
21
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
17
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.648 s)
18
- PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/WfoCron.spec.ts (5.113 s)
22
+ PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/WfoCron.spec.ts
19
23
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
20
24
  PASS Wfo-UI Tests src/utils/getQueryParams.spec.ts
21
- PASS Wfo-UI Tests src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.spec.ts
22
25
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
26
+ PASS Wfo-UI Tests src/components/WfoTable/WfoStructuredSearchTable/WfoValueEditor.spec.tsx
23
27
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
24
28
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
25
29
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
26
30
  PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
27
31
  PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
32
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
29
- PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
30
33
  PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
34
+ PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
35
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.spec.ts
31
36
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
32
- PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
33
37
  PASS Wfo-UI Tests src/utils/integer.spec.ts
34
- PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
38
+ PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
35
39
  PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
40
+ PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
36
41
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
37
42
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
38
43
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
39
44
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
40
45
  PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
41
46
 
42
- Test Suites: 38 passed, 38 total
43
- Tests: 257 passed, 257 total
47
+ Test Suites: 43 passed, 43 total
48
+ Tests: 274 passed, 274 total
44
49
  Snapshots: 0 total
45
- Time: 9.057 s
50
+ Time: 11.248 s
46
51
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 8.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f88e3ef: Bug fixes for subscription search
8
+
9
+ ## 8.7.2
10
+
11
+ ### Patch Changes
12
+
13
+ - a5ce17a: Minor comment improvements
14
+ - af9eaf6: Fixes subscription search has component and range filters
15
+
3
16
  ## 8.7.1
4
17
 
5
18
  ### Patch Changes