@orchestrator-ui/orchestrator-ui-components 6.7.5 → 6.7.7
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 +10 -9
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +15 -15
- package/CHANGELOG.md +13 -0
- package/dist/index.d.ts +13 -4
- package/dist/index.js +679 -34299
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/WfoPydanticForm/Footer.tsx +62 -22
- package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +2 -1
- package/src/configuration/version.ts +1 -1
- package/src/hooks/useOrchestratorConfig.ts +1 -7
- package/src/messages/nl-NL.json +8 -2
- package/tsconfig.json +3 -4
- package/tsup.config.ts +11 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.7.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.7.7 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@6.7.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@6.7.7 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 135ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
|
-
[34mCLI[39m Using tsconfig: tsconfig.
|
|
11
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
12
12
|
[34mCLI[39m tsup v8.5.0
|
|
13
13
|
[34mCLI[39m Using tsup config: /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/tsup.config.ts
|
|
14
|
-
[34mCLI[39m Target:
|
|
14
|
+
[34mCLI[39m Target: es2022
|
|
15
|
+
[34mCLI[39m Cleaning output folder
|
|
15
16
|
[34mESM[39m Build start
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m928.36 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m1.78 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 303ms
|
|
16
20
|
[34mDTS[39m Build start
|
|
17
|
-
[
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m4.23 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in 975ms
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in 22498ms
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 20717ms
|
|
21
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.26 MB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.7.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.7.7 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
6
|
-
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
7
5
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
8
7
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/utils/
|
|
8
|
+
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
10
9
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/
|
|
10
|
+
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
@@ -21,26 +21,26 @@ 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/
|
|
25
|
-
PASS Wfo-UI Tests src/components/
|
|
24
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.567 s)
|
|
25
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.559 s)
|
|
26
|
+
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
|
|
26
27
|
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
27
28
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
28
|
-
PASS Wfo-UI Tests src/
|
|
29
|
+
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
29
30
|
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
30
|
-
PASS Wfo-UI Tests src/
|
|
31
|
+
PASS Wfo-UI Tests src/utils/filterData.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/
|
|
36
|
-
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
34
|
+
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
37
35
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
36
|
+
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
37
|
+
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
38
38
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
39
|
-
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
40
39
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
40
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
41
41
|
|
|
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.212 s
|
|
46
46
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 6.7.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5aa6612: Updates to latest version of pydantic forms
|
|
8
|
+
|
|
9
|
+
## 6.7.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2125cee: 2246 Show 'Start task' button instead of 'Start workflow' for tasks + custom button texts and colors
|
|
14
|
+
- 077371e: Hot reloading attempt fix
|
|
15
|
+
|
|
3
16
|
## 6.7.5
|
|
4
17
|
|
|
5
18
|
### 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
|
-
|
|
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.
|
|
27978
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.7.7";
|
|
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;
|