@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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.3.0 build
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.3.0 generate-version
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 53ms
9
+ src/configuration/version.ts 66ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.1.0
@@ -16,6 +16,6 @@ src/configuration/version.ts 53ms
16
16
  DTS Build start
17
17
  ESM dist/index.js 1.89 MB
18
18
  ESM dist/index.js.map 3.43 MB
19
- ESM ⚡️ Build success in 1243ms
20
- DTS ⚡️ Build success in 21535ms
21
- DTS dist/index.d.ts 184.33 KB
19
+ ESM ⚡️ Build success in 1233ms
20
+ DTS ⚡️ Build success in 20461ms
21
+ DTS dist/index.d.ts 184.17 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.3.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@2.4.0 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,15 +1,15 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.3.0 test
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/pages/processes/timelineUtils.spec.ts
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/optionalArray.spec.ts
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/components/WfoTable/utils/columns.spec.ts
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.998 s)
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: 11.472 s
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, \n inUseBySubscriptions {\n pageInfo {\n totalItems\n }\n }\n }\n }\n }\n";
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.3.0";
2978
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.4.0";
2979
2979
 
2980
2980
  declare const useGetTranslationMessages: (locale: string | undefined) => {
2981
2981
  pydanticForms: {