@orchestrator-ui/orchestrator-ui-components 2.8.3 → 2.9.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 +9 -9
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +11 -11
- package/CHANGELOG.md +21 -0
- package/dist/index.d.ts +12047 -7966
- package/dist/index.js +1625 -1426
- package/dist/index.js.map +1 -1
- package/package.json +6 -5
- package/src/components/WfoDiff/WfoDiff.tsx +1 -1
- package/src/components/WfoForms/formFields/AcceptField.tsx +2 -2
- package/src/components/WfoForms/formFields/SubscriptionField.tsx +6 -2
- package/src/components/WfoForms/formFields/deprecated/ImsNodeIdField.tsx +2 -2
- package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +2 -2
- package/src/components/WfoForms/formFields/deprecated/VlanField.tsx +10 -10
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +1 -1
- package/src/components/WfoSubscription/WfoCustomerDescriptionsField.tsx +3 -4
- package/src/components/WfoSubscription/WfoInSyncField.tsx +3 -1
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionExpandableMenuItem.tsx +73 -0
- package/src/components/WfoSubscription/{WfoSubscriptionActions.tsx → WfoSubscriptionActions/WfoSubscriptionActions.tsx} +29 -13
- package/src/components/WfoSubscription/WfoSubscriptionActions/index.ts +1 -0
- package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +75 -0
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoSubscriptionProductBlock.tsx +1 -4
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +3 -0
- package/src/components/WfoTable/utils/tableUtils.spec.ts +6 -6
- package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +3 -1
- package/src/configuration/version.ts +1 -1
- package/src/messages/en-GB.json +2 -1
- package/src/messages/nl-NL.json +4 -2
- package/src/pages/processes/WfoProcessDetail.tsx +6 -3
- package/src/pages/processes/WfoProcessDetailPage.tsx +18 -2
- package/src/pages/processes/WfoStartProcessPage.tsx +12 -1
- package/src/rtk/api.ts +3 -0
- package/src/rtk/endpoints/index.ts +1 -0
- package/src/rtk/endpoints/metadata/workflows.ts +62 -1
- package/src/utils/csvDownload.ts +2 -1
- package/src/utils/getEnvironmentVariables.ts +13 -14
- package/src/utils/resultFlattener.ts +3 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.9.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@2.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@2.9.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
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 161ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
|
-
[34mCLI[39m tsup v8.3.
|
|
12
|
+
[34mCLI[39m tsup v8.3.5
|
|
13
13
|
[34mCLI[39m Using tsup config: /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/tsup.config.ts
|
|
14
14
|
[34mCLI[39m Target: es2020
|
|
15
15
|
[34mESM[39m Build start
|
|
16
|
-
[34mDTS[39m Build start
|
|
17
16
|
[32mESM[39m [1mdist/index.js [22m[32m1.91 MB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m3.
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[
|
|
21
|
-
[32mDTS[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m3.48 MB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 974ms
|
|
19
|
+
[34mDTS[39m Build start
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 21666ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m650.94 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.9.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
6
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
7
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
7
8
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
8
9
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
10
|
-
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
11
10
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
|
+
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
12
12
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
14
|
-
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
14
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
15
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
16
16
|
PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
17
|
-
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
18
17
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
19
|
-
PASS Wfo-UI Tests src/
|
|
18
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
20
19
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
21
|
-
PASS Wfo-UI Tests src/
|
|
20
|
+
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
22
21
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
22
|
+
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
23
23
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
24
|
-
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
25
24
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
25
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
26
26
|
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
27
27
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
@@ -33,10 +33,10 @@ PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
|
33
33
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
34
34
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
35
35
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
36
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.
|
|
36
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.003 s)
|
|
37
37
|
|
|
38
38
|
Test Suites: 32 passed, 32 total
|
|
39
39
|
Tests: 197 passed, 197 total
|
|
40
40
|
Snapshots: 0 total
|
|
41
|
-
Time:
|
|
41
|
+
Time: 9.996 s
|
|
42
42
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 2.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fc8002a: 1503 Makes disabled action menu items expandable to list all subscriptions preventing this action to be available
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- beca81e: Fixes possible error in suspend step
|
|
12
|
+
- 9d1881f: 1504 Resolves task names and workflow names into the description text from the metadata endpoint, making the titles more human-readable
|
|
13
|
+
- e8c65bf: update to translation file
|
|
14
|
+
- 4bf976f: Fixes showing empty product block values where they should not be
|
|
15
|
+
|
|
16
|
+
## 2.8.4
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- be6bf70: added extra Dutch translation term and fix workflowsteps translation
|
|
21
|
+
- 3bfe651: Updates npm packages to latest versions
|
|
22
|
+
- 490da42: 1490 Remove last border of a product block key value item
|
|
23
|
+
|
|
3
24
|
## 2.8.3
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|