@orchestrator-ui/orchestrator-ui-components 5.3.0 → 5.3.1
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 +5 -5
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +6 -6
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionExpandableMenuItem.tsx +1 -0
- package/src/configuration/version.ts +1 -1
- package/src/pages/processes/WfoProcessListSubscriptionsCell.tsx +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@5.3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.3.1 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@5.3.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@5.3.1 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 34ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.4.0
|
|
@@ -16,6 +16,6 @@ src/configuration/version.ts 37ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.99 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m3.69 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 769ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 20380ms
|
|
21
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.3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.3.1 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
6
6
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
7
|
-
PASS Wfo-UI Tests src/utils/date.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/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/utils/compareVersions.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/WfoForms/formFields/utils.spec.ts (6.364 s)
|
|
39
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
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.056 s
|
|
45
45
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 5.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cd00d6f: 1953 Fix - Process detail page: left align of subscription descriptions in the related subscriptions cell
|
|
8
|
+
- d7d4717: 2024 - Subscription Detail Page - action menu: opening linked subscriptions in a new tab
|
|
9
|
+
|
|
3
10
|
## 5.3.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -17878,7 +17878,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
|
|
|
17878
17878
|
declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
17879
17879
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
17880
17880
|
|
|
17881
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "5.3.
|
|
17881
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "5.3.1";
|
|
17882
17882
|
|
|
17883
17883
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
17884
17884
|
pydanticForms: {
|
package/dist/index.js
CHANGED
|
@@ -26799,7 +26799,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
|
|
|
26799
26799
|
})(PolicyResource || {});
|
|
26800
26800
|
|
|
26801
26801
|
// src/configuration/version.ts
|
|
26802
|
-
var ORCHESTRATOR_UI_LIBRARY_VERSION = "5.3.
|
|
26802
|
+
var ORCHESTRATOR_UI_LIBRARY_VERSION = "5.3.1";
|
|
26803
26803
|
|
|
26804
26804
|
// src/types/types.ts
|
|
26805
26805
|
var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
|
|
@@ -42324,6 +42324,7 @@ var WfoSubscriptionActionExpandableMenuItem = ({ subscriptionAction, onClickLock
|
|
|
42324
42324
|
{
|
|
42325
42325
|
css: linkStyle,
|
|
42326
42326
|
href: `${PATH_SUBSCRIPTIONS}/${relation}`,
|
|
42327
|
+
target: "_blank",
|
|
42327
42328
|
onClick: () => onClickLockedRelation(relation),
|
|
42328
42329
|
children: relation
|
|
42329
42330
|
}
|
|
@@ -49720,7 +49721,6 @@ var WfoProcessListSubscriptionsCell = ({
|
|
|
49720
49721
|
EuiFlexGroup19,
|
|
49721
49722
|
{
|
|
49722
49723
|
direction: renderDirection === "HORIZONTAL" /* HORIZONTAL */ ? "row" : "column",
|
|
49723
|
-
alignItems: "center",
|
|
49724
49724
|
gutterSize: renderDirection === "HORIZONTAL" /* HORIZONTAL */ ? "s" : "xs",
|
|
49725
49725
|
children: [
|
|
49726
49726
|
visibleSubscriptions.map((subscription) => /* @__PURE__ */ jsx199(
|