@orchestrator-ui/orchestrator-ui-components 3.4.0 → 3.4.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.
- package/.turbo/turbo-build.log +6 -6
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +8 -7
- package/CHANGELOG.md +14 -0
- package/dist/index.d.ts +10 -571
- package/dist/index.js +1778 -1626
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoBadges/WfoVersionIncompatibleBadge/WfoVersionIncompatibleBadge.stories.tsx +19 -0
- package/src/components/WfoBadges/WfoVersionIncompatibleBadge/WfoVersionIncompatibleBadge.tsx +65 -0
- package/src/components/WfoBadges/WfoVersionIncompatibleBadge/index.ts +1 -0
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +12 -1
- package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +5 -2
- package/src/components/WfoTable/WfoTable/WfoDragHandler.tsx +13 -6
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/useGroupedTableConfig.tsx +1 -0
- package/src/components/WfoTable/WfoTable/WfoTable.tsx +3 -2
- package/src/components/WfoTable/WfoTable/styles.ts +20 -2
- package/src/configuration/version.ts +1 -1
- package/src/messages/en-GB.json +5 -1
- package/src/messages/nl-NL.json +3 -1
- package/src/types/types.ts +7 -0
- package/src/utils/compareVersions.spec.ts +129 -0
- package/src/utils/compareVersions.ts +64 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.4.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.4.2 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@3.4.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@3.4.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
|
|
9
|
+
src/configuration/version.ts 130ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.3.5
|
|
@@ -16,6 +16,6 @@ src/configuration/version.ts 153ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.94 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m3.53 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 479ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 16306ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m684.53 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.4.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.4.2 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/utils/string.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
11
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
12
13
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
13
14
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
14
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
@@ -33,11 +34,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
|
33
34
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
34
35
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
35
36
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
36
|
-
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.
|
|
37
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.
|
|
37
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.694 s)
|
|
38
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.218 s)
|
|
38
39
|
|
|
39
|
-
Test Suites:
|
|
40
|
-
Tests:
|
|
40
|
+
Test Suites: 34 passed, 34 total
|
|
41
|
+
Tests: 216 passed, 216 total
|
|
41
42
|
Snapshots: 0 total
|
|
42
|
-
Time: 7.
|
|
43
|
+
Time: 7.518 s
|
|
43
44
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 3.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 00038a1: Fix for grouped table width
|
|
8
|
+
|
|
9
|
+
## 3.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0a6d086: 1758 Show error badge in navigation header when versions of frontend and backend are incompatible.
|
|
14
|
+
- 985eed8: 1749 Set a minHeight for EuiPageTemplate section
|
|
15
|
+
- e570801: 1707 Improve resizing of table columns
|
|
16
|
+
|
|
3
17
|
## 3.4.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|