@orchestrator-ui/orchestrator-ui-components 6.3.1 → 6.3.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 +5 -5
- package/.turbo/turbo-lint.log +5 -2
- package/.turbo/turbo-test.log +3 -3
- package/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +1 -1
- package/src/configuration/version.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.3.2 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@6.3.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@6.3.2 generate-version
|
|
7
7
|
> node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
|
|
8
8
|
|
|
9
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 36ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.5.0
|
|
@@ -16,6 +16,6 @@ src/configuration/version.ts 44ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m2.16 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m4.13 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 756ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 20262ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m897.11 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.3.2 lint
|
|
3
3
|
> eslint
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoPydanticForm/WfoPydanticForm.tsx
|
|
7
|
+
331:8 warning React Hook useCallback has an unnecessary dependency: 'isTask'. Either exclude it or remove the dependency array react-hooks/exhaustive-deps
|
|
8
|
+
|
|
6
9
|
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoSearchPage/WfoSearch/WfoSearch.tsx
|
|
7
10
|
193:8 warning React Hook useEffect has missing dependencies: 'setSelectedRecordId' and 'setSelectedRecordIndex'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
8
11
|
|
|
9
12
|
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/hooks/usePathAutoComplete.ts
|
|
10
13
|
124:8 warning React Hook useEffect has a missing dependency: 'debouncedPrefix.length'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
11
14
|
|
|
12
|
-
✖
|
|
15
|
+
✖ 3 problems (0 errors, 3 warnings)
|
|
13
16
|
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.3.2 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
@@ -21,8 +21,8 @@ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllo
|
|
|
21
21
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
22
22
|
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
23
23
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
24
|
-
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (5.94 s)
|
|
25
24
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
25
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.356 s)
|
|
26
26
|
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
27
27
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
@@ -42,5 +42,5 @@ PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spe
|
|
|
42
42
|
Test Suites: 36 passed, 36 total
|
|
43
43
|
Tests: 239 passed, 239 total
|
|
44
44
|
Snapshots: 0 total
|
|
45
|
-
Time: 9.
|
|
45
|
+
Time: 9.871 s
|
|
46
46
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -19955,7 +19955,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
|
|
|
19955
19955
|
declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
19956
19956
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
19957
19957
|
|
|
19958
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.3.
|
|
19958
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.3.2";
|
|
19959
19959
|
|
|
19960
19960
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
19961
19961
|
pydanticForms: {
|
package/dist/index.js
CHANGED
|
@@ -26801,7 +26801,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
|
|
|
26801
26801
|
})(PolicyResource || {});
|
|
26802
26802
|
|
|
26803
26803
|
// src/configuration/version.ts
|
|
26804
|
-
var ORCHESTRATOR_UI_LIBRARY_VERSION = "6.3.
|
|
26804
|
+
var ORCHESTRATOR_UI_LIBRARY_VERSION = "6.3.2";
|
|
26805
26805
|
|
|
26806
26806
|
// src/types/types.ts
|
|
26807
26807
|
var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
|
|
@@ -52531,7 +52531,7 @@ var WfoPydanticForm = ({
|
|
|
52531
52531
|
requestBody = [],
|
|
52532
52532
|
formKey
|
|
52533
52533
|
}) => {
|
|
52534
|
-
const userInputs =
|
|
52534
|
+
const userInputs = _4.isEmpty(startProcessPayload) ? [...requestBody] : [{ ...startProcessPayload }, ...requestBody];
|
|
52535
52535
|
const response = startProcess({
|
|
52536
52536
|
workflowName: formKey,
|
|
52537
52537
|
userInputs
|