@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.
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +17 -12
- package/CHANGELOG.md +13 -0
- package/dist/index.d.ts +484 -2
- package/dist/index.js +356 -233
- package/dist/index.js.map +1 -1
- package/jest.config.cjs +9 -8
- package/package.json +1 -1
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoFieldSelector.tsx +1 -1
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoFilterBuilder.tsx +55 -10
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoOperatorSelector.spec.tsx +143 -0
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoOperatorSelector.tsx +51 -12
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoRangeEditor.tsx +38 -50
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoRestoreLoop.spec.tsx +130 -0
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoValueEditor.spec.tsx +60 -0
- package/src/components/WfoTable/WfoStructuredSearchTable/WfoValueEditor.tsx +55 -32
- package/src/components/WfoTable/WfoStructuredSearchTable/utils.spec.ts +56 -0
- package/src/components/WfoTable/WfoStructuredSearchTable/utils.ts +40 -1
- package/src/configuration/version.ts +1 -1
- package/src/hooks/usePathAutoComplete.spec.tsx +64 -0
- package/src/hooks/usePathAutoComplete.ts +98 -41
- package/src/pages/WfoSearchPocPage.tsx +18 -17
- package/src/rtk/endpoints/search.ts +1 -0
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.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.
|
|
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
|
|
5
|
+
src/configuration/version.ts 52ms
|
|
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 44ms
|
|
|
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[32m882.48 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m1.52 MB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 335ms
|
|
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 22335ms
|
|
18
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.55 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.3 lint
|
|
2
2
|
npm notice run eslint
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,46 +1,51 @@
|
|
|
1
|
-
npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.
|
|
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/
|
|
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/
|
|
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:
|
|
43
|
-
Tests:
|
|
47
|
+
Test Suites: 43 passed, 43 total
|
|
48
|
+
Tests: 274 passed, 274 total
|
|
44
49
|
Snapshots: 0 total
|
|
45
|
-
Time:
|
|
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
|