@orchestrator-ui/orchestrator-ui-components 2.3.0 → 2.4.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 +9 -9
- package/CHANGELOG.md +10 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +201 -175
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoForms/formFields/SubscriptionField.tsx +0 -17
- package/src/components/WfoTable/WfoFirstPartUUID/WfoFirstPartUUID.tsx +28 -5
- package/src/components/WfoTable/WfoFirstPartUUID/styles.ts +16 -0
- package/src/configuration/version.ts +1 -1
- package/src/rtk/endpoints/subscriptionsDropdownOptions.ts +1 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.4.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.4.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 66ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.1.0
|
|
@@ -16,6 +16,6 @@ src/configuration/version.ts 53ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.89 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m3.43 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m184.
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 1233ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 20461ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m184.17 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@2.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.4.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/WfoForms/formFields/utils.spec.ts
|
|
7
6
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
8
|
-
PASS Wfo-UI Tests src/
|
|
7
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
9
8
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
9
|
+
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
10
11
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
12
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
12
|
-
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
@@ -17,12 +17,12 @@ PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
|
17
17
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
18
18
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
19
19
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
20
|
-
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
21
20
|
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
22
|
-
PASS Wfo-UI Tests src/utils/
|
|
21
|
+
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
23
22
|
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
24
|
-
PASS Wfo-UI Tests src/
|
|
23
|
+
PASS Wfo-UI Tests src/utils/optionalArray.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/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
27
27
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
@@ -32,10 +32,10 @@ PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
|
32
32
|
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
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.
|
|
35
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.369 s)
|
|
36
36
|
|
|
37
37
|
Test Suites: 31 passed, 31 total
|
|
38
38
|
Tests: 194 passed, 194 total
|
|
39
39
|
Snapshots: 0 total
|
|
40
|
-
Time:
|
|
40
|
+
Time: 10.871 s
|
|
41
41
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ad83b95: Improves performace of subscription dropdown options
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- ff6f520: 1377 Added copy button to UUID fields in tables
|
|
12
|
+
|
|
3
13
|
## 2.3.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1180,7 +1180,7 @@ declare const useGetSubscriptionSummaryListQuery: _reduxjs_toolkit_dist_query_re
|
|
|
1180
1180
|
meta?: {} | undefined;
|
|
1181
1181
|
} | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, SubscriptionListSummaryResponse, "orchestratorApi">>;
|
|
1182
1182
|
|
|
1183
|
-
declare const subscriptionsDropdownOptionsQuery = "\n query SubscriptionDropdownOptions(\n $filterBy: [GraphqlFilter!]\n $first: Int!\n ) {\n subscriptions(filterBy: $filterBy, first: $first, after: 0) {\n page {\n description\n subscriptionId\n product {\n tag\n productId\n }\n customer {\n fullname\n customerId\n }\n productBlockInstances {\n id\n ownerSubscriptionId\n parent\n productBlockInstanceValues\n subscriptionInstanceId\n inUseByRelations\n }\n fixedInputs
|
|
1183
|
+
declare const subscriptionsDropdownOptionsQuery = "\n query SubscriptionDropdownOptions(\n $filterBy: [GraphqlFilter!]\n $first: Int!\n ) {\n subscriptions(filterBy: $filterBy, first: $first, after: 0) {\n page {\n description\n subscriptionId\n product {\n tag\n productId\n }\n customer {\n fullname\n customerId\n }\n productBlockInstances {\n id\n ownerSubscriptionId\n parent\n productBlockInstanceValues\n subscriptionInstanceId\n inUseByRelations\n }\n fixedInputs\n }\n }\n }\n";
|
|
1184
1184
|
declare type SubscriptionDropdownOptionsResponse = {
|
|
1185
1185
|
subscriptionDropdownOptions: SubscriptionDropdownOption[];
|
|
1186
1186
|
};
|
|
@@ -2975,7 +2975,7 @@ declare const IPAM_IP_BLOCKS_ENDPOINT: string;
|
|
|
2975
2975
|
declare const IPAM_FREE_SUBNETS_ENDPOINT: string;
|
|
2976
2976
|
declare const SUBSCRIPTION_ACTIONS_ENDPOINT = "subscriptions/workflows";
|
|
2977
2977
|
|
|
2978
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.
|
|
2978
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.4.0";
|
|
2979
2979
|
|
|
2980
2980
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
2981
2981
|
pydanticForms: {
|