@orchestrator-ui/orchestrator-ui-components 6.7.5 → 6.7.6

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,21 +1,22 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.7.5 build
2
+ > @orchestrator-ui/orchestrator-ui-components@6.7.6 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@6.7.5 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@6.7.6 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 158ms
9
+ src/configuration/version.ts 144ms
10
10
  CLI Building entry: src/index.ts
11
- CLI Using tsconfig: tsconfig.build.json
11
+ CLI Using tsconfig: tsconfig.json
12
12
  CLI tsup v8.5.0
13
13
  CLI Using tsup config: /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/tsup.config.ts
14
- CLI Target: es2020
14
+ CLI Target: es2022
15
+ CLI Cleaning output folder
15
16
  ESM Build start
17
+ ESM dist/index.js 928.36 KB
18
+ ESM dist/index.js.map 1.78 MB
19
+ ESM ⚡️ Build success in 314ms
16
20
  DTS Build start
17
- ESM dist/index.js 2.20 MB
18
- ESM dist/index.js.map 4.23 MB
19
- ESM ⚡️ Build success in 975ms
20
- DTS ⚡️ Build success in 22498ms
21
+ DTS ⚡️ Build success in 22774ms
21
22
  DTS dist/index.d.ts 1.26 MB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.7.5 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@6.7.6 lint
3
3
  > eslint
4
4
 
5
5
 
@@ -1,10 +1,10 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.7.5 test
2
+ > @orchestrator-ui/orchestrator-ui-components@6.7.6 test
3
3
  > jest
4
4
 
5
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
- PASS Wfo-UI Tests src/utils/date.spec.ts
7
6
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
+ PASS Wfo-UI Tests src/utils/date.spec.ts
8
8
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
9
  PASS Wfo-UI Tests src/utils/string.spec.ts
10
10
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
@@ -21,19 +21,19 @@ 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 (6.735 s)
25
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.242 s)
24
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.925 s)
25
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.774 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
29
29
  PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
30
+ PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
30
31
  PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
31
32
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
32
- PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
33
- PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
34
33
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
35
- PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
34
+ PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
36
35
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
36
+ PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
37
37
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
38
38
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
39
39
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
@@ -42,5 +42,5 @@ PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
42
42
  Test Suites: 36 passed, 36 total
43
43
  Tests: 239 passed, 239 total
44
44
  Snapshots: 0 total
45
- Time: 9.117 s
45
+ Time: 9.607 s
46
46
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 6.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 2125cee: 2246 Show 'Start task' button instead of 'Start workflow' for tasks + custom button texts and colors
8
+ - 077371e: Hot reloading attempt fix
9
+
3
10
  ## 6.7.5
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -27663,7 +27663,10 @@ declare const WfoCallout: ({ pydanticFormField }: PydanticFormElementProps) => _
27663
27663
 
27664
27664
  declare const Row: RowRenderComponent;
27665
27665
 
27666
- declare const Footer: ({ onCancel, onPrevious, hasNext, hasPrevious, }: PydanticFormFooterProps) => _emotion_react_jsx_runtime.JSX.Element;
27666
+ type FooterProps = PydanticFormFooterProps & {
27667
+ isTask?: boolean;
27668
+ };
27669
+ declare const Footer: ({ onCancel, onPrevious, hasNext, hasPrevious, isTask, buttons, }: FooterProps) => _emotion_react_jsx_runtime.JSX.Element;
27667
27670
 
27668
27671
  declare const Header: ({ pydanticFormSchema }: PydanticFormHeaderProps) => _emotion_react_jsx_runtime.JSX.Element | undefined;
27669
27672
 
@@ -27972,7 +27975,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
27972
27975
  declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
27973
27976
  declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
27974
27977
 
27975
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.7.5";
27978
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.7.6";
27976
27979
 
27977
27980
  declare const useGetTranslationMessages: (locale: string | undefined) => {
27978
27981
  pydanticForms: {
@@ -28077,6 +28080,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
28077
28080
  tableSettings: string;
28078
28081
  openMenu: string;
28079
28082
  incompatibleVersion: string;
28083
+ incompatibleVersionText: string;
28080
28084
  minimumOrchestratorCoreVersion: string;
28081
28085
  };
28082
28086
  common: {
@@ -28159,6 +28163,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
28159
28163
  usedInProductBlocks: string;
28160
28164
  };
28161
28165
  workflows: {
28166
+ workflowId: string;
28162
28167
  name: string;
28163
28168
  description: string;
28164
28169
  target: string;
@@ -28166,6 +28171,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
28166
28171
  createdAt: string;
28167
28172
  };
28168
28173
  tasks: {
28174
+ workflowId: string;
28169
28175
  name: string;
28170
28176
  description: string;
28171
28177
  target: string;
@@ -28384,10 +28390,10 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
28384
28390
  };
28385
28391
  settings: {
28386
28392
  page: {
28387
- engineStatusTitle: string;
28388
- workerStatusTitle: string;
28389
28393
  flushButton: string;
28390
28394
  flushCacheSettingsTitle: string;
28395
+ engineStatusTitle: string;
28396
+ workerStatusTitle: string;
28391
28397
  modifyEngine: string;
28392
28398
  pauseEngine: string;
28393
28399
  runningProcesses: string;
@@ -28399,6 +28405,8 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
28399
28405
  numberOfQueuedJobs: string;
28400
28406
  numberOfRunningJobs: string;
28401
28407
  numberOfWorkersOnline: string;
28408
+ viewStatusPage: string;
28409
+ aoStackStatus: string;
28402
28410
  noSettingsExposed: string;
28403
28411
  settingsOverviewLink: string;
28404
28412
  };
@@ -28439,6 +28447,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
28439
28447
  };
28440
28448
  };
28441
28449
  hamburgerMenu: {
28450
+ openMenu: string;
28442
28451
  support: string;
28443
28452
  softwareVersions: string;
28444
28453
  logout: string;