@orchestrator-ui/orchestrator-ui-components 5.2.4 → 5.3.0
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 +6 -6
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.js +166 -166
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoInlineNoteEdit/WfoSubscriptionNoteEdit.tsx +8 -12
- package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +11 -10
- package/src/configuration/version.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.3.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@5.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@5.3.0 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
9
|
src/configuration/version.ts 37ms
|
|
@@ -15,7 +15,7 @@ src/configuration/version.ts 37ms
|
|
|
15
15
|
[34mESM[39m Build start
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.99 MB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m3.
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m813.
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m3.69 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 752ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 20639ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m813.44 KB[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@5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.3.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
7
|
-
PASS Wfo-UI Tests src/
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
8
7
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/
|
|
8
|
+
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
9
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/utils/
|
|
10
|
+
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
@@ -35,11 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
|
35
35
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
36
36
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
37
37
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
38
|
-
PASS Wfo-UI Tests src/components/
|
|
39
|
-
PASS Wfo-UI Tests src/components/
|
|
38
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.1 s)
|
|
39
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.284 s)
|
|
40
40
|
|
|
41
41
|
Test Suites: 35 passed, 35 total
|
|
42
42
|
Tests: 226 passed, 226 total
|
|
43
43
|
Snapshots: 0 total
|
|
44
|
-
Time: 8.
|
|
44
|
+
Time: 8.099 s
|
|
45
45
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -17802,7 +17802,8 @@ interface WfoSubscriptionNoteEditProps {
|
|
|
17802
17802
|
onlyShowOnHover?: boolean;
|
|
17803
17803
|
queryVariables: Record<string, unknown>;
|
|
17804
17804
|
endpointName: string | undefined;
|
|
17805
|
-
|
|
17805
|
+
subscriptionId: string;
|
|
17806
|
+
note: string | null;
|
|
17806
17807
|
}
|
|
17807
17808
|
declare const WfoSubscriptionNoteEdit: FC<WfoSubscriptionNoteEditProps>;
|
|
17808
17809
|
|
|
@@ -17877,7 +17878,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
|
|
|
17877
17878
|
declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
17878
17879
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
17879
17880
|
|
|
17880
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "5.
|
|
17881
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "5.3.0";
|
|
17881
17882
|
|
|
17882
17883
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
17883
17884
|
pydanticForms: {
|