@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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.3.1 build
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.1 generate-version
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 44ms
9
+ src/configuration/version.ts 36ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.5.0
@@ -16,6 +16,6 @@ src/configuration/version.ts 44ms
16
16
  DTS Build start
17
17
  ESM dist/index.js 2.16 MB
18
18
  ESM dist/index.js.map 4.13 MB
19
- ESM ⚡️ Build success in 700ms
20
- DTS ⚡️ Build success in 19284ms
19
+ ESM ⚡️ Build success in 756ms
20
+ DTS ⚡️ Build success in 20262ms
21
21
  DTS dist/index.d.ts 897.11 KB
@@ -1,13 +1,16 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.3.1 lint
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
- 2 problems (0 errors, 2 warnings)
15
+ 3 problems (0 errors, 3 warnings)
13
16
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.3.1 test
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.513 s
45
+ Time: 9.871 s
46
46
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 6.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ecd6594: Fixes starting tasks with pydantic forms component
8
+
3
9
  ## 6.3.1
4
10
 
5
11
  ### Patch Changes
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.1";
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.1";
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 = isTask ? [...requestBody] : [{ ...startProcessPayload }, ...requestBody];
52534
+ const userInputs = _4.isEmpty(startProcessPayload) ? [...requestBody] : [{ ...startProcessPayload }, ...requestBody];
52535
52535
  const response = startProcess({
52536
52536
  workflowName: formKey,
52537
52537
  userInputs