@orchestrator-ui/orchestrator-ui-components 3.1.1 → 3.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 +8 -8
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +8 -8
- package/CHANGELOG.md +14 -0
- package/dist/index.d.ts +602 -15
- package/dist/index.js +1911 -1629
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/{WfoInlineNoteEdit/WfoInlineNoteEdit.tsx → WfoInlineEdit/WfoInlineEdit.tsx} +10 -10
- package/src/components/WfoInlineEdit/index.ts +1 -0
- package/src/components/WfoInlineNoteEdit/WfoSubscriptionDetailNoteEdit.tsx +4 -3
- package/src/components/WfoInlineNoteEdit/WfoSubscriptionNoteEdit.tsx +4 -3
- package/src/components/WfoInlineNoteEdit/index.ts +0 -1
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +66 -5
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +18 -16
- package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +1 -2
- package/src/components/WfoSubscription/WfoCustomerDescriptionsField.tsx +100 -26
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionExpandableMenuItem.tsx +1 -2
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx +2 -3
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionDetailSection.tsx +11 -15
- package/src/components/WfoSubscription/styles.ts +12 -0
- package/src/components/WfoTable/utils/tableUtils.spec.ts +37 -1
- package/src/components/WfoTable/utils/tableUtils.ts +11 -1
- package/src/components/index.ts +1 -0
- package/src/configuration/constants.ts +2 -0
- package/src/configuration/version.ts +1 -1
- package/src/icons/heroicons/WfoSquareStack3dStack.tsx +27 -0
- package/src/icons/heroicons/index.ts +1 -0
- package/src/messages/en-GB.json +10 -3
- package/src/messages/nl-NL.json +6 -1
- package/src/pages/metadata/WfoTasksPage.tsx +21 -6
- package/src/pages/metadata/WfoWorkflowsPage.tsx +19 -2
- package/src/pages/metadata/taskListObjectMapper.ts +2 -1
- package/src/pages/metadata/workflowListObjectMapper.ts +2 -2
- package/src/rtk/endpoints/customerDescriptions.ts +54 -0
- package/src/rtk/endpoints/metadata/tasks.ts +1 -0
- package/src/rtk/endpoints/metadata/workflows.ts +1 -0
- package/src/rtk/endpoints/subscriptionDetail.ts +1 -0
- package/src/rtk/endpoints/versions.ts +27 -0
- package/src/types/types.ts +3 -0
- package/src/utils/getDefaultTableConfig.ts +11 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.3.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@3.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@3.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
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 143ms
|
|
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
|
|
@@ -14,8 +14,8 @@ src/configuration/version.ts 150ms
|
|
|
14
14
|
[34mCLI[39m Target: es2020
|
|
15
15
|
[34mESM[39m Build start
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m1.
|
|
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[
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m1.93 MB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m3.51 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 475ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 16086ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m673.61 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.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
|
|
8
|
+
PASS Wfo-UI Tests src/pages/processes/timelineUtils.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/components/WfoTable/utils/tableUtils.spec.ts
|
|
12
13
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
13
14
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
14
|
-
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
16
16
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
17
17
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
@@ -33,11 +33,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
|
33
33
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
34
34
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
35
35
|
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.
|
|
36
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.565 s)
|
|
37
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.112 s)
|
|
38
38
|
|
|
39
39
|
Test Suites: 33 passed, 33 total
|
|
40
|
-
Tests:
|
|
40
|
+
Tests: 211 passed, 211 total
|
|
41
41
|
Snapshots: 0 total
|
|
42
|
-
Time: 7.
|
|
42
|
+
Time: 7.378 s
|
|
43
43
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0476c1d: Adds an asteriks to every single word search
|
|
8
|
+
- 937c8d6: Adds customer description edit forms
|
|
9
|
+
- 1bb8c3c: Added support for displaying software versions in hamburger menu
|
|
10
|
+
|
|
11
|
+
## 3.2.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 2175530: 1704 - Adjustments to assist in overriding the standard menu items: Using more descriptive id values. Adds reusable divider menu item
|
|
16
|
+
|
|
3
17
|
## 3.1.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|