@orchestrator-ui/orchestrator-ui-components 6.2.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.2.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.2.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 42ms
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
@@ -15,7 +15,7 @@ src/configuration/version.ts 42ms
15
15
  ESM Build start
16
16
  DTS Build start
17
17
  ESM dist/index.js 2.16 MB
18
- ESM dist/index.js.map 4.12 MB
19
- ESM ⚡️ Build success in 689ms
20
- DTS ⚡️ Build success in 19826ms
21
- DTS dist/index.d.ts 896.94 KB
18
+ ESM dist/index.js.map 4.13 MB
19
+ ESM ⚡️ Build success in 756ms
20
+ DTS ⚡️ Build success in 20262ms
21
+ DTS dist/index.d.ts 897.11 KB
@@ -1,13 +1,16 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.2.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,11 +1,11 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.2.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
6
- PASS Wfo-UI Tests src/utils/date.spec.ts
7
6
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
8
7
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
8
+ PASS Wfo-UI Tests src/utils/date.spec.ts
9
9
  PASS Wfo-UI Tests src/utils/string.spec.ts
10
10
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
11
11
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
@@ -22,9 +22,9 @@ 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
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.104 s)
26
- PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
25
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.356 s)
27
26
  PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
27
+ PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
28
28
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
29
29
  PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
30
30
  PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.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.565 s
45
+ Time: 9.871 s
46
46
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
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
+
9
+ ## 6.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 53f510f: 2208 Add confirmation popup/dialog when navigating back or canceling form
14
+
15
+ ## 6.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - eb164ba: 2189 Add set in-sync to the subscription list page
20
+
21
+ ### Patch Changes
22
+
23
+ - 0fbdf28: Fixes bug in Summaryfield
24
+ - fb3e48c: Adds pydantic forms feature toggle
25
+
3
26
  ## 6.2.1
4
27
 
5
28
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -18088,6 +18088,7 @@ type OrchestratorConfig = {
18088
18088
  supportMenuItemUrl: string;
18089
18089
  enableAoStackStatus: boolean;
18090
18090
  aoStackStatusUrl: string;
18091
+ activatePydanticForms: boolean;
18091
18092
  };
18092
18093
  declare enum ColorModes {
18093
18094
  LIGHT = "LIGHT",
@@ -18643,8 +18644,10 @@ declare const SubscriptionKeyValueBlock: ({ title, keyValues, }: SubscriptionKey
18643
18644
 
18644
18645
  interface WfoInSyncFieldProps {
18645
18646
  subscriptionDetail: SubscriptionDetail;
18647
+ compactMode?: boolean;
18648
+ setPopover?: (isOpen: boolean) => void;
18646
18649
  }
18647
- declare const WfoInSyncField: ({ subscriptionDetail }: WfoInSyncFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
18650
+ declare const WfoInSyncField: ({ subscriptionDetail, compactMode, setPopover, }: WfoInSyncFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
18648
18651
 
18649
18652
  interface WfoProcessesTimelineProps {
18650
18653
  subscriptionDetailProcesses: SubscriptionDetailProcess[];
@@ -19952,7 +19955,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
19952
19955
  declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
19953
19956
  declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
19954
19957
 
19955
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.2.1";
19958
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.3.2";
19956
19959
 
19957
19960
  declare const useGetTranslationMessages: (locale: string | undefined) => {
19958
19961
  pydanticForms: {
@@ -20333,6 +20336,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
20333
20336
  selectByNameButtonText: string;
20334
20337
  see: string;
20335
20338
  setInSync: string;
20339
+ subscriptionIsInSync: string;
20336
20340
  setInSyncQuestion: string;
20337
20341
  setInSyncFailed: {
20338
20342
  title: string;