@orchestrator-ui/orchestrator-ui-components 0.11.0 → 0.12.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 +5 -5
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +10 -10
- package/CHANGELOG.md +14 -0
- package/dist/index.d.ts +144 -83
- package/dist/index.js +714 -539
- package/package.json +1 -1
- package/src/api/index.ts +12 -18
- package/src/components/WfoAuth/WfoPageUnauthorized.tsx +8 -0
- package/src/components/WfoAuth/WfoPolicyRenderPageFallback.tsx +19 -0
- package/src/components/WfoAuth/index.ts +2 -0
- package/src/components/WfoForms/CreateForm.tsx +1 -1
- package/src/components/WfoForms/index.ts +1 -1
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +36 -3
- package/src/components/WfoSubscription/WfoSubscriptionActions.tsx +65 -44
- package/src/configuration/index.ts +2 -0
- package/src/configuration/policy-resources.ts +19 -0
- package/src/hooks/useQueryWithFetch.ts +7 -2
- package/src/index.ts +6 -5
- package/src/messages/en-GB.json +6 -0
- package/src/messages/nl-NL.json +6 -0
- package/src/pages/processes/WfoProcessDetail.tsx +89 -71
- package/src/pages/startPage/WfoStartPage.tsx +48 -0
- package/src/pages/tasks/WfoTasksListPage.tsx +20 -8
- package/src/types/index.ts +1 -0
- package/src/utils/string.spec.ts +37 -1
- package/src/utils/strings.ts +9 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.12.0 build
|
|
3
3
|
> tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[34mCLI[39m Target: es6
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
|
-
[32mESM[39m [1mdist/index.js [22m[32m2.
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
-
[32mDTS[39m ⚡️ Build success in
|
|
14
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
11
|
+
[32mESM[39m [1mdist/index.js [22m[32m2.15 MB[39m
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 767ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 11712ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m120.96 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.12.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
|
|
6
|
-
PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
7
6
|
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
7
|
+
PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
8
8
|
PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
9
|
-
PASS Orchestrator UI Components Tests src/
|
|
9
|
+
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
10
10
|
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
11
11
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
12
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
12
13
|
PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
|
|
13
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
14
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
15
|
-
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
16
14
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
15
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
16
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
17
17
|
PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
|
|
18
18
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
|
|
19
19
|
PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
|
|
20
20
|
PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
|
|
21
|
-
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
22
21
|
PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
|
|
22
|
+
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
23
23
|
PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
|
|
24
24
|
PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
|
|
25
25
|
PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
26
|
-
PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
27
26
|
PASS Orchestrator UI Components Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
27
|
+
PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
28
28
|
|
|
29
29
|
Test Suites: 23 passed, 23 total
|
|
30
|
-
Tests:
|
|
30
|
+
Tests: 141 passed, 141 total
|
|
31
31
|
Snapshots: 0 total
|
|
32
|
-
Time: 4.
|
|
32
|
+
Time: 4.392 s
|
|
33
33
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 0.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5efb8b0: #821 Reverted FORMS_ENPOINT string, removed cimStartForm, added new string utils
|
|
8
|
+
#833 Small change to useQueryWithFetch for the default sending level
|
|
9
|
+
|
|
10
|
+
## 0.11.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- e83d9aa: new summary card out-of-sync subscriptions
|
|
15
|
+
- 7ff8936: Applies policies in several components
|
|
16
|
+
|
|
3
17
|
## 0.11.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -18,13 +18,13 @@ import { SerializedStyles } from '@emotion/react';
|
|
|
18
18
|
import * as _emotion_utils from '@emotion/utils';
|
|
19
19
|
import { EuiThemeComputed as EuiThemeComputed$1 } from '@elastic/eui/src/services/theme/types';
|
|
20
20
|
import moment, { Moment } from 'moment-timezone';
|
|
21
|
-
import
|
|
21
|
+
import * as graphql from 'graphql';
|
|
22
22
|
import { TypedDocumentNode } from '@graphql-typed-document-node/core';
|
|
23
|
+
import { Variables } from 'graphql-request/build/esm/types';
|
|
23
24
|
import * as next_auth_react from 'next-auth/react';
|
|
24
25
|
import { UseSessionOptions } from 'next-auth/react';
|
|
25
26
|
import { Session } from 'next-auth';
|
|
26
27
|
import { Variables as Variables$1 } from 'graphql-request/build/cjs/types';
|
|
27
|
-
import * as graphql from 'graphql';
|
|
28
28
|
import * as _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes from '@rtk-query/graphql-request-base-query/dist/GraphqlBaseQueryTypes';
|
|
29
29
|
import * as _reduxjs_toolkit_dist_query_baseQueryTypes from '@reduxjs/toolkit/dist/query/baseQueryTypes';
|
|
30
30
|
import * as _reduxjs_toolkit_query_react from '@reduxjs/toolkit/query/react';
|
|
@@ -36,7 +36,25 @@ import { Reducer, Slice, PayloadAction, EnhancedStore, Dispatch, UnknownAction }
|
|
|
36
36
|
import { Toast } from '@elastic/eui/src/components/toast/global_toast_list';
|
|
37
37
|
export { Toast } from '@elastic/eui/src/components/toast/global_toast_list';
|
|
38
38
|
|
|
39
|
+
interface ValidationError {
|
|
40
|
+
input_type: string;
|
|
41
|
+
loc: (string | number)[];
|
|
42
|
+
msg: string;
|
|
43
|
+
type: string;
|
|
44
|
+
ctx?: ValidationErrorContext;
|
|
45
|
+
}
|
|
46
|
+
interface ValidationErrorContext {
|
|
47
|
+
[index: string]: string;
|
|
48
|
+
}
|
|
49
|
+
interface Form {
|
|
50
|
+
stepUserInput?: JSONSchema6;
|
|
51
|
+
hasNext?: boolean;
|
|
52
|
+
}
|
|
39
53
|
declare type InputForm = JSONSchema6;
|
|
54
|
+
interface FormNotCompleteResponse {
|
|
55
|
+
form: InputForm;
|
|
56
|
+
hasNext?: boolean;
|
|
57
|
+
}
|
|
40
58
|
declare type FieldProps$1<Value, Extra = object, InputElementType = HTMLInputElement, ElementType = HTMLDivElement> = HTMLFieldProps<Value, ElementType, {
|
|
41
59
|
inputRef?: Ref<InputElementType>;
|
|
42
60
|
description?: string;
|
|
@@ -477,17 +495,14 @@ declare class BaseApiClient {
|
|
|
477
495
|
fetchJsonWithCustomErrorHandling: <R = object>(path: string) => Promise<R>;
|
|
478
496
|
postPutJson: <R = object>(path: string, processInput: object, method: string, showErrorDialog?: boolean, result?: boolean) => Promise<R>;
|
|
479
497
|
}
|
|
480
|
-
declare
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
498
|
+
declare class ApiClient extends BaseApiClient {
|
|
499
|
+
startForm: (formKey: string, userInputs: object[]) => Promise<{
|
|
500
|
+
id: string;
|
|
501
|
+
}>;
|
|
484
502
|
startProcess: (workflowName: string, processInput: object) => Promise<unknown>;
|
|
485
503
|
resumeProcess: (processId: string, userInput: object[]) => Promise<object>;
|
|
486
504
|
products: () => Promise<ProductDefinition[]>;
|
|
487
505
|
productById: (productId: string) => Promise<ProductDefinition>;
|
|
488
|
-
cimStartForm: (formKey: string, userInputs: object[]) => Promise<{
|
|
489
|
-
id: string;
|
|
490
|
-
}>;
|
|
491
506
|
prefix_filters: () => Promise<IpPrefix[]>;
|
|
492
507
|
ip_blocks: (parentPrefix: number) => Promise<IpBlock[]>;
|
|
493
508
|
free_subnets: (subnet: string, netmask: number, prefixlen: number) => Promise<string[]>;
|
|
@@ -604,6 +619,28 @@ interface WfoPageTemplateProps {
|
|
|
604
619
|
}
|
|
605
620
|
declare const WfoPageTemplate: FC<WfoPageTemplateProps>;
|
|
606
621
|
|
|
622
|
+
declare enum PolicyResource {
|
|
623
|
+
NAVIGATION_METADATA = "/orchestrator/metadata",
|
|
624
|
+
NAVIGATION_SETTINGS = "/orchestrator/settings",
|
|
625
|
+
NAVIGATION_SUBSCRIPTIONS = "/orchestrator/subscriptions",
|
|
626
|
+
NAVIGATION_TASKS = "/orchestrator/tasks",
|
|
627
|
+
NAVIGATION_WORKFLOWS = "/orchestrator/workflows",
|
|
628
|
+
PROCESS_ABORT = "/orchestrator/processes/abort/",
|
|
629
|
+
PROCESS_DELETE = "/orchestrator/processes/delete/",
|
|
630
|
+
PROCESS_DETAILS = "/orchestrator/processes/details/",
|
|
631
|
+
PROCESS_RELATED_SUBSCRIPTIONS = "/orchestrator/subscriptions/view/from-process",
|
|
632
|
+
PROCESS_RETRY = "/orchestrator/processes/retry/",
|
|
633
|
+
PROCESS_USER_INPUT = "/orchestrator/processes/user-input/",
|
|
634
|
+
SUBSCRIPTION_CREATE = "/orchestrator/processes/create/process/menu",
|
|
635
|
+
SUBSCRIPTION_MODIFY = "/orchestrator/subscriptions/modify/",
|
|
636
|
+
SUBSCRIPTION_TERMINATE = "/orchestrator/subscriptions/terminate/",
|
|
637
|
+
SUBSCRIPTION_VALIDATE = "/orchestrator/subscriptions/validate/",
|
|
638
|
+
TASKS_CREATE = "/orchestrator/processes/create/task",
|
|
639
|
+
TASKS_RETRY_ALL = "/orchestrator/processes/all-tasks/retry"
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
declare const renderEmptyElementWhenNotAllowedByPolicy: (isAllowed: boolean) => (() => _emotion_react_jsx_runtime.JSX.Element) | undefined;
|
|
643
|
+
declare const urlPolicyMap: Map<string, PolicyResource>;
|
|
607
644
|
declare type WfoSidebarProps = {
|
|
608
645
|
overrideMenuItems?: (defaultMenuItems: EuiSideNavItemType<object>[]) => EuiSideNavItemType<object>[];
|
|
609
646
|
};
|
|
@@ -978,7 +1015,7 @@ declare const useWfoSession: <R extends boolean>(options?: UseSessionOptions<R>
|
|
|
978
1015
|
session: WfoSession | null;
|
|
979
1016
|
};
|
|
980
1017
|
|
|
981
|
-
declare const useQueryWithFetch: <T, V extends Variables$1>(url: string, queryVars: V, queryKey: string) => react_query.UseQueryResult<T, unknown>;
|
|
1018
|
+
declare const useQueryWithFetch: <T, V extends Variables$1>(url: string, queryVars: V, queryKey: string, options?: UseQueryOptions<T, unknown, T, [string, ...unknown[]]> | undefined) => react_query.UseQueryResult<T, unknown>;
|
|
982
1019
|
|
|
983
1020
|
declare enum SubscriptionDetailTab {
|
|
984
1021
|
GENERAL_TAB = "general",
|
|
@@ -1336,14 +1373,6 @@ declare const WfoLoading: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
|
1336
1373
|
|
|
1337
1374
|
declare const WfoToastsList: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
1338
1375
|
|
|
1339
|
-
interface IProps {
|
|
1340
|
-
preselectedInput?: unknown;
|
|
1341
|
-
formKey: string;
|
|
1342
|
-
handleSubmit: (userInputs: any) => void;
|
|
1343
|
-
handleCancel?: () => void;
|
|
1344
|
-
}
|
|
1345
|
-
declare function CreateForm(props: IProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
1346
|
-
|
|
1347
1376
|
declare type AutoFieldsProps = {
|
|
1348
1377
|
autoField?: ComponentType<{
|
|
1349
1378
|
className: string;
|
|
@@ -1701,6 +1730,14 @@ declare const CustomerField: uniforms.ConnectedField<CustomerFieldProps, string
|
|
|
1701
1730
|
|
|
1702
1731
|
declare const ConnectedSelectField: uniforms.ConnectedField<SelectFieldProps, string | string[] | undefined>;
|
|
1703
1732
|
|
|
1733
|
+
interface IProps {
|
|
1734
|
+
preselectedInput?: unknown;
|
|
1735
|
+
formKey: string;
|
|
1736
|
+
handleSubmit: (userInputs: any) => void;
|
|
1737
|
+
handleCancel?: () => void;
|
|
1738
|
+
}
|
|
1739
|
+
declare function CreateForm(props: IProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
1740
|
+
|
|
1704
1741
|
declare const WfoStartTaskButtonComboBox: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
1705
1742
|
|
|
1706
1743
|
declare type WfoDateTimeProps = {
|
|
@@ -1708,6 +1745,12 @@ declare type WfoDateTimeProps = {
|
|
|
1708
1745
|
};
|
|
1709
1746
|
declare const WfoDateTime: FC<WfoDateTimeProps>;
|
|
1710
1747
|
|
|
1748
|
+
declare type WfoPolicyRenderFallbackProps = {
|
|
1749
|
+
resource?: string;
|
|
1750
|
+
children: ReactNode;
|
|
1751
|
+
};
|
|
1752
|
+
declare const WfoPolicyRenderPageFallback: FC<WfoPolicyRenderFallbackProps>;
|
|
1753
|
+
|
|
1711
1754
|
interface AuthProps {
|
|
1712
1755
|
children: ReactNode;
|
|
1713
1756
|
isAllowedHandler?: (routerPath: string, resource?: string) => boolean;
|
|
@@ -1739,6 +1782,8 @@ declare type WfoIsAllowedToRenderProps = {
|
|
|
1739
1782
|
};
|
|
1740
1783
|
declare const WfoIsAllowedToRender: FC<WfoIsAllowedToRenderProps>;
|
|
1741
1784
|
|
|
1785
|
+
declare const WfoPageUnauthorized: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
1786
|
+
|
|
1742
1787
|
interface WfoDropdownButtonProps {
|
|
1743
1788
|
label: string;
|
|
1744
1789
|
isDisabled?: boolean;
|
|
@@ -1873,44 +1918,41 @@ declare const WfoStepStatusIcon: ({ stepStatus, isStartStep, }: WfoStepStatusIco
|
|
|
1873
1918
|
declare const STEP_STATE_HIDDEN_KEYS: string[];
|
|
1874
1919
|
declare const getStepContent: (stepDelta: StepState, showHiddenKeys: boolean) => StepState;
|
|
1875
1920
|
|
|
1876
|
-
declare const
|
|
1921
|
+
declare const MAXIMUM_ITEMS_FOR_BULK_FETCHING = 1000;
|
|
1877
1922
|
|
|
1878
|
-
declare const
|
|
1879
|
-
declare const
|
|
1880
|
-
declare const
|
|
1881
|
-
declare const
|
|
1882
|
-
declare const parseIsoString: (dateToStringParser: (date: Date | null) => string) => (date: string | null) => string;
|
|
1883
|
-
declare const parseDateToLocaleDateTimeString: (value: Date | null) => string;
|
|
1884
|
-
declare const parseDateToLocaleDateString: (value: Date | null) => string;
|
|
1885
|
-
declare const parseDateToLocaleTimeString: (value: Date | null) => string;
|
|
1886
|
-
declare const isToday: (date: Date) => boolean;
|
|
1887
|
-
declare const parseDateOrTimeRelativeToToday: (date: Date | null) => string;
|
|
1888
|
-
declare const parseDateRelativeToToday: (date: Date | null) => string;
|
|
1889
|
-
declare const formatDateCetWithUtc: (inputDateString: string | null | undefined) => string;
|
|
1890
|
-
declare const getDate: (date: Date | string | null) => Date | null;
|
|
1923
|
+
declare const GET_SUBSCRIPTIONS_LIST_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1924
|
+
declare const GET_SUBSCRIPTIONS_LIST_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1925
|
+
declare const getSubscriptionsListGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Subscription>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
1926
|
+
declare const getSubscriptionsListSummaryGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Pick<Subscription, "description" | "subscriptionId" | "startDate">>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
1891
1927
|
|
|
1892
|
-
declare const
|
|
1928
|
+
declare const GET_PRODUCTS_BLOCKS_GRAPHQL_QUERY: TypedDocumentNode<ProductBlockDefinitionsResult, GraphqlQueryVariables<ProductBlockDefinition>>;
|
|
1893
1929
|
|
|
1894
|
-
declare const
|
|
1930
|
+
declare const GET_PRODUCTS_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1931
|
+
declare const GET_PRODUCTS_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1932
|
+
declare const getProductsSummaryQuery: () => TypedDocumentNode<ProductDefinitionsResult<Pick<ProductDefinition, 'name'> & SubscriptionsResult<never>>, GraphqlQueryVariables<ProductDefinition>>;
|
|
1933
|
+
declare const getProductsQuery: () => TypedDocumentNode<ProductDefinitionsResult, GraphqlQueryVariables<ProductDefinition>>;
|
|
1895
1934
|
|
|
1896
|
-
declare
|
|
1935
|
+
declare const GET_RESOURCE_TYPES_GRAPHQL_QUERY: TypedDocumentNode<ResourceTypeDefinitionsResult, GraphqlQueryVariables<ResourceTypeDefinition>>;
|
|
1897
1936
|
|
|
1898
|
-
declare const
|
|
1899
|
-
|
|
1937
|
+
declare const GET_SUBSCRIPTION_DETAIL_GRAPHQL_QUERY: TypedDocumentNode<SubscriptionDetailResult, {
|
|
1938
|
+
subscriptionId: string;
|
|
1939
|
+
}>;
|
|
1900
1940
|
|
|
1901
|
-
declare const
|
|
1902
|
-
|
|
1903
|
-
|
|
1941
|
+
declare const GET_PROCESS_DETAIL_GRAPHQL_QUERY: TypedDocumentNode<ProcessesDetailResult, {
|
|
1942
|
+
processId: string;
|
|
1943
|
+
}>;
|
|
1904
1944
|
|
|
1905
|
-
declare const
|
|
1945
|
+
declare const GET_SUBSCRIPTION_DROPDOWN_OPTIONS_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1946
|
+
declare function getSubscriptionDropdownOptionsGraphQlQuery<QueryVariablesType = SubscriptionDropdownOption>(): TypedDocumentNode<SubscriptionDropdownOptionsResult, GraphqlQueryVariables<QueryVariablesType>>;
|
|
1906
1947
|
|
|
1907
|
-
declare const
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1948
|
+
declare const GET_PROCESS_STEPS_GRAPHQL_QUERY: TypedDocumentNode<ProcessStepsResult, {
|
|
1949
|
+
processName: string;
|
|
1950
|
+
}>;
|
|
1951
|
+
|
|
1952
|
+
declare const GET_PROCESS_LIST_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1953
|
+
declare const GET_PROCESS_LIST_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1954
|
+
declare const getProcessListGraphQlQuery: () => TypedDocumentNode<ProcessListResult, GraphqlQueryVariables<Process>>;
|
|
1955
|
+
declare const getProcessListSummaryGraphQlQuery: () => TypedDocumentNode<ProcessListResult<Pick<Process, 'processId' | 'workflowName' | 'startedAt'>>, GraphqlQueryVariables<Process>>;
|
|
1914
1956
|
|
|
1915
1957
|
declare type TranslationMessagesMap = Map<Locale, AbstractIntlMessages>;
|
|
1916
1958
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
@@ -2075,6 +2117,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2075
2117
|
search: string;
|
|
2076
2118
|
errorMessage: string;
|
|
2077
2119
|
export: string;
|
|
2120
|
+
unauthorizedPage: string;
|
|
2078
2121
|
insyncTrue: string;
|
|
2079
2122
|
insyncFalse: string;
|
|
2080
2123
|
};
|
|
@@ -2325,6 +2368,11 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2325
2368
|
headerTitle: string;
|
|
2326
2369
|
listTitle: string;
|
|
2327
2370
|
};
|
|
2371
|
+
outOfSyncSubscriptions: {
|
|
2372
|
+
buttonText: string;
|
|
2373
|
+
headerTitle: string;
|
|
2374
|
+
listTitle: string;
|
|
2375
|
+
};
|
|
2328
2376
|
activeWorkflows: {
|
|
2329
2377
|
buttonText: string;
|
|
2330
2378
|
headerTitle: string;
|
|
@@ -2502,6 +2550,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2502
2550
|
search: string;
|
|
2503
2551
|
errorMessage: string;
|
|
2504
2552
|
export: string;
|
|
2553
|
+
unauthorizedPage: string;
|
|
2505
2554
|
insyncTrue: string;
|
|
2506
2555
|
insyncFalse: string;
|
|
2507
2556
|
};
|
|
@@ -2751,6 +2800,11 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2751
2800
|
headerTitle: string;
|
|
2752
2801
|
listTitle: string;
|
|
2753
2802
|
};
|
|
2803
|
+
outOfSyncSubscriptions: {
|
|
2804
|
+
buttonText: string;
|
|
2805
|
+
headerTitle: string;
|
|
2806
|
+
listTitle: string;
|
|
2807
|
+
};
|
|
2754
2808
|
activeWorkflows: {
|
|
2755
2809
|
buttonText: string;
|
|
2756
2810
|
headerTitle: string;
|
|
@@ -2832,40 +2886,6 @@ declare const getTasksListTabTypeFromString: (tabId?: string | undefined) => Wfo
|
|
|
2832
2886
|
|
|
2833
2887
|
declare const WfoWorkflowsListPage: () => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
2834
2888
|
|
|
2835
|
-
declare const GET_SUBSCRIPTIONS_LIST_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2836
|
-
declare const GET_SUBSCRIPTIONS_LIST_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2837
|
-
declare const getSubscriptionsListGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Subscription>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
2838
|
-
declare const getSubscriptionsListSummaryGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Pick<Subscription, "description" | "subscriptionId" | "startDate">>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
2839
|
-
|
|
2840
|
-
declare const GET_PRODUCTS_BLOCKS_GRAPHQL_QUERY: TypedDocumentNode<ProductBlockDefinitionsResult, GraphqlQueryVariables<ProductBlockDefinition>>;
|
|
2841
|
-
|
|
2842
|
-
declare const GET_PRODUCTS_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2843
|
-
declare const GET_PRODUCTS_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2844
|
-
declare const getProductsSummaryQuery: () => TypedDocumentNode<ProductDefinitionsResult<Pick<ProductDefinition, 'name'> & SubscriptionsResult<never>>, GraphqlQueryVariables<ProductDefinition>>;
|
|
2845
|
-
declare const getProductsQuery: () => TypedDocumentNode<ProductDefinitionsResult, GraphqlQueryVariables<ProductDefinition>>;
|
|
2846
|
-
|
|
2847
|
-
declare const GET_RESOURCE_TYPES_GRAPHQL_QUERY: TypedDocumentNode<ResourceTypeDefinitionsResult, GraphqlQueryVariables<ResourceTypeDefinition>>;
|
|
2848
|
-
|
|
2849
|
-
declare const GET_SUBSCRIPTION_DETAIL_GRAPHQL_QUERY: TypedDocumentNode<SubscriptionDetailResult, {
|
|
2850
|
-
subscriptionId: string;
|
|
2851
|
-
}>;
|
|
2852
|
-
|
|
2853
|
-
declare const GET_PROCESS_DETAIL_GRAPHQL_QUERY: TypedDocumentNode<ProcessesDetailResult, {
|
|
2854
|
-
processId: string;
|
|
2855
|
-
}>;
|
|
2856
|
-
|
|
2857
|
-
declare const GET_SUBSCRIPTION_DROPDOWN_OPTIONS_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2858
|
-
declare function getSubscriptionDropdownOptionsGraphQlQuery<QueryVariablesType = SubscriptionDropdownOption>(): TypedDocumentNode<SubscriptionDropdownOptionsResult, GraphqlQueryVariables<QueryVariablesType>>;
|
|
2859
|
-
|
|
2860
|
-
declare const GET_PROCESS_STEPS_GRAPHQL_QUERY: TypedDocumentNode<ProcessStepsResult, {
|
|
2861
|
-
processName: string;
|
|
2862
|
-
}>;
|
|
2863
|
-
|
|
2864
|
-
declare const GET_PROCESS_LIST_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2865
|
-
declare const GET_PROCESS_LIST_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2866
|
-
declare const getProcessListGraphQlQuery: () => TypedDocumentNode<ProcessListResult, GraphqlQueryVariables<Process>>;
|
|
2867
|
-
declare const getProcessListSummaryGraphQlQuery: () => TypedDocumentNode<ProcessListResult<Pick<Process, 'processId' | 'workflowName' | 'startedAt'>>, GraphqlQueryVariables<Process>>;
|
|
2868
|
-
|
|
2869
2889
|
declare enum BaseQueryTypes {
|
|
2870
2890
|
fetch = "fetch",
|
|
2871
2891
|
graphql = "graphql",
|
|
@@ -3023,4 +3043,45 @@ declare type StoreProviderProps = {
|
|
|
3023
3043
|
};
|
|
3024
3044
|
declare const StoreProvider: ({ initialOrchestratorConfig, children, }: StoreProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
3025
3045
|
|
|
3026
|
-
export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, ApiClient, ApiClientContext, ApiClientContextProvider, type ApiClientContextProviderProps, type ApiContext, type AppDispatch, type AutoFieldsProps, BadgeType, BaseApiClient, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, CacheTags, ColorModes, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type Customer, CustomerField, type CustomerFieldProps, type CustomersResult, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, DateField, type DateFieldProps, DividerField, type DividerFieldProps, type EmailAddress, type EmailState, EngineStatus, Environment, ErrorField, type ErrorFieldProps, ErrorsField, type ErrorsFieldProps, type ExternalService, type Field, type FieldValue, type FilterQuery, type FixedInputDefinition, GET_PROCESS_DETAIL_GRAPHQL_QUERY, GET_PROCESS_LIST_GRAPHQL_QUERY, GET_PROCESS_LIST_SUMMARY_GRAPHQL_QUERY, GET_PROCESS_STEPS_GRAPHQL_QUERY, GET_PRODUCTS_BLOCKS_GRAPHQL_QUERY, GET_PRODUCTS_GRAPHQL_QUERY, GET_PRODUCTS_SUMMARY_GRAPHQL_QUERY, GET_RESOURCE_TYPES_GRAPHQL_QUERY, GET_SUBSCRIPTIONS_LIST_GRAPHQL_QUERY, GET_SUBSCRIPTIONS_LIST_SUMMARY_GRAPHQL_QUERY, GET_SUBSCRIPTION_DETAIL_GRAPHQL_QUERY, GET_SUBSCRIPTION_DROPDOWN_OPTIONS_GRAPHQL_QUERY, type GraphQLPageInfo, type GraphQLSort, type GraphqlFilter, type GraphqlQueryVariables, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, type IPvAnyNetworkFieldProps, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, IpNetworkField, type KeyValue, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, NestField, type NestFieldProps, type Nullable, NumField, type NumFieldProps, OptGroupField, type OptGroupFieldProps, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListItem, type ProcessListResponse, type ProcessListResult, ProcessStatus, type ProcessStatusCounts, type ProcessStepsResult, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductDefinition, type ProductDefinitionsResult, ProductField, type ProductFieldProps, ProductLifecycleStatus, RENDER_ALL, RESOURCE_TYPE_FIELD_DESCRIPTION, RESOURCE_TYPE_FIELD_ID, RESOURCE_TYPE_FIELD_PRODUCT_BLOCKS, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, type RelatedSubscriptionsResult, RenderDirection, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type RootState, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, type SelectFieldProps, type ShowConfirmDialog, type ShowConfirmDialogType, SortOrder, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, SubscriptionStatus, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, SummaryField, type SummaryFieldProps, type TableColumnKeys, type TableConfig, TableSettingsModal, type TableSettingsModalProps, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TranslationMessagesMap, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, VlanField, type VlanFieldProps, WFO_STATUS_COLOR_FIELD, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBasicTable, type WfoBasicTableColumns, type WfoBasicTableColumnsWithControlColumns, type WfoBasicTableProps, WfoBell, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, type WfoControlColumn, WfoCubeSolid, WfoDataGridTable, type WfoDataGridTableColumns, type WfoDataGridTableProps, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoEuiBasicTableColumn, WfoEyeFill, WfoFailedTasksBadge, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, WfoHeaderBadge, type WfoIconProps, WfoInformationModal, type WfoInformationModalProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLoading, WfoLogoutIcon, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlocksPage, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoRefresh, WfoResourceTypesPage, WfoSearchField, type WfoSearchFieldProps, WfoSearchStrikethrough, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStatistic, WfoStatus, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, WfoSubscriptionDetailPage, WfoSubscriptionDetailTree, WfoSubscriptionGeneral, WfoSubscriptionProductBlock, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionsListPage, type WfoTableColumns, type WfoTableColumnsWithExtraNonDataFields, type WfoTableControlColumnConfig, type WfoTableDataColumnConfig, WfoTableHeaderCell, type WfoTableHeaderCellProps, WfoTableWithFilter, type WfoTableWithFilterProps, WfoTasksListPage, WfoTasksListTabType, WfoTextAnchor, WfoTimeline, type WfoTimelineProps, WfoToastsList, type WfoTreeNodeMap, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoViewList, WfoWarningTriangle, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsPage, WfoXCircleFill, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, addToastMessage, calculateTimeDifference, camelToHuman, clearTableConfigFromLocalStorage, defaultOrchestratorTheme, defaultTasksListTabs, determineNewSortOrder, determinePageIndex, flattenArrayProps, formatDate, formatDateCetWithUtc, getApiClient, getCurrentBrowserLocale, getDataSortHandler, getDate, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getInitialColumnOrder, getNumberValueFromEnvironmentVariable, getOrchestratorConfigSlice, getOrchestratorStore, getPageChangeHandler, getProcessListGraphQlQuery, getProcessListSummaryGraphQlQuery, getProductBlockTitle, getProductNamesFromProcess, getProductsQuery, getProductsSummaryQuery, getQueryStringHandler, getQueryVariablesForExport, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getSubscriptionDropdownOptionsGraphQlQuery, getSubscriptionsListGraphQlQuery, getSubscriptionsListSummaryGraphQlQuery, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTypedFieldFromObject, getWfoBasicTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapColumnSortToEuiDataGridSorting, mapSortableAndFilterableValuesToTableColumnConfig, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, processListQuery, removeSuffix, removeToastMessage, setTableConfigToLocalStorage, stop, toastMessagesReducer, toastMessagesSlice, upperCaseFirstChar, useCacheNames, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useFilterQueryWithRest, useGetCustomersQuery, useGetEngineStatusQuery, useGetProcessListQuery, useGetTranslationMessages, useMutateProcess, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useProcessStatusCountsQuery, useQueryWithFetch, useQueryWithGraphql, useQueryWithGraphqlLazy, useRawProcessDetails, useSetEngineStatusMutation, useShowToastMessage, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionActions, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment };
|
|
3046
|
+
declare const defaultOrchestratorTheme: EuiThemeModifications;
|
|
3047
|
+
|
|
3048
|
+
declare const getCurrentBrowserLocale: () => string;
|
|
3049
|
+
declare const parseDate: (date: string | null | undefined) => Date | null;
|
|
3050
|
+
declare const calculateTimeDifference: (from: string, to: string) => string;
|
|
3051
|
+
declare const formatDate: (dateString: string | undefined | null) => string;
|
|
3052
|
+
declare const parseIsoString: (dateToStringParser: (date: Date | null) => string) => (date: string | null) => string;
|
|
3053
|
+
declare const parseDateToLocaleDateTimeString: (value: Date | null) => string;
|
|
3054
|
+
declare const parseDateToLocaleDateString: (value: Date | null) => string;
|
|
3055
|
+
declare const parseDateToLocaleTimeString: (value: Date | null) => string;
|
|
3056
|
+
declare const isToday: (date: Date) => boolean;
|
|
3057
|
+
declare const parseDateOrTimeRelativeToToday: (date: Date | null) => string;
|
|
3058
|
+
declare const parseDateRelativeToToday: (date: Date | null) => string;
|
|
3059
|
+
declare const formatDateCetWithUtc: (inputDateString: string | null | undefined) => string;
|
|
3060
|
+
declare const getDate: (date: Date | string | null) => Date | null;
|
|
3061
|
+
|
|
3062
|
+
declare const getNumberValueFromEnvironmentVariable: (environmentVariable: string | undefined, defaultValue: number) => number;
|
|
3063
|
+
|
|
3064
|
+
declare const getStatusBadgeColor: (status: string) => any;
|
|
3065
|
+
|
|
3066
|
+
declare function getTypedFieldFromObject<T extends object>(field: string | undefined, object: T): null | keyof T;
|
|
3067
|
+
|
|
3068
|
+
declare const getFirstUuidPart: (uuid: string) => string;
|
|
3069
|
+
declare const isUuid4: (value: string) => boolean;
|
|
3070
|
+
|
|
3071
|
+
declare const upperCaseFirstChar: (value: string) => string;
|
|
3072
|
+
declare const removeSuffix: (value: string, splitChar?: string) => string;
|
|
3073
|
+
declare const camelToHuman: (value: string) => string;
|
|
3074
|
+
declare const snakeToHuman: (value: string) => string;
|
|
3075
|
+
declare const snakeToKebab: (value: string) => string;
|
|
3076
|
+
|
|
3077
|
+
declare const getProductNamesFromProcess: (process: ProcessDetail | undefined | Omit<ProcessDetail, 'status'>) => string;
|
|
3078
|
+
|
|
3079
|
+
declare const getQueryVariablesForExport: <T extends object>(queryVariables: GraphqlQueryVariables<T>) => {
|
|
3080
|
+
first: number;
|
|
3081
|
+
after: number;
|
|
3082
|
+
sortBy?: GraphQLSort<T> | undefined;
|
|
3083
|
+
filterBy?: GraphqlFilter<T>[] | undefined;
|
|
3084
|
+
query?: string | undefined;
|
|
3085
|
+
};
|
|
3086
|
+
|
|
3087
|
+
export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, ApiClient, ApiClientContext, ApiClientContextProvider, type ApiClientContextProviderProps, type ApiContext, type AppDispatch, type AutoFieldsProps, BadgeType, BaseApiClient, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, CacheTags, ColorModes, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type Customer, CustomerField, type CustomerFieldProps, type CustomersResult, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, DateField, type DateFieldProps, DividerField, type DividerFieldProps, type EmailAddress, type EmailState, EngineStatus, Environment, ErrorField, type ErrorFieldProps, ErrorsField, type ErrorsFieldProps, type ExternalService, type Field, type FieldProps$1 as FieldProps, type FieldValue, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, GET_PROCESS_DETAIL_GRAPHQL_QUERY, GET_PROCESS_LIST_GRAPHQL_QUERY, GET_PROCESS_LIST_SUMMARY_GRAPHQL_QUERY, GET_PROCESS_STEPS_GRAPHQL_QUERY, GET_PRODUCTS_BLOCKS_GRAPHQL_QUERY, GET_PRODUCTS_GRAPHQL_QUERY, GET_PRODUCTS_SUMMARY_GRAPHQL_QUERY, GET_RESOURCE_TYPES_GRAPHQL_QUERY, GET_SUBSCRIPTIONS_LIST_GRAPHQL_QUERY, GET_SUBSCRIPTIONS_LIST_SUMMARY_GRAPHQL_QUERY, GET_SUBSCRIPTION_DETAIL_GRAPHQL_QUERY, GET_SUBSCRIPTION_DROPDOWN_OPTIONS_GRAPHQL_QUERY, type GraphQLPageInfo, type GraphQLSort, type GraphqlFilter, type GraphqlQueryVariables, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, type IPvAnyNetworkFieldProps, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InputForm, IpNetworkField, type KeyValue, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, NestField, type NestFieldProps, type Nullable, NumField, type NumFieldProps, OptGroupField, type OptGroupFieldProps, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListItem, type ProcessListResponse, type ProcessListResult, ProcessStatus, type ProcessStatusCounts, type ProcessStepsResult, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductDefinition, type ProductDefinitionsResult, ProductField, type ProductFieldProps, ProductLifecycleStatus, RENDER_ALL, RESOURCE_TYPE_FIELD_DESCRIPTION, RESOURCE_TYPE_FIELD_ID, RESOURCE_TYPE_FIELD_PRODUCT_BLOCKS, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, type RelatedSubscriptionsResult, RenderDirection, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type RootState, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, type SelectFieldProps, type ShowConfirmDialog, type ShowConfirmDialogType, SortOrder, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, SubscriptionStatus, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, SummaryField, type SummaryFieldProps, type TableColumnKeys, type TableConfig, TableSettingsModal, type TableSettingsModalProps, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TranslationMessagesMap, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, VlanField, type VlanFieldProps, WFO_STATUS_COLOR_FIELD, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBasicTable, type WfoBasicTableColumns, type WfoBasicTableColumnsWithControlColumns, type WfoBasicTableProps, WfoBell, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, type WfoControlColumn, WfoCubeSolid, WfoDataGridTable, type WfoDataGridTableColumns, type WfoDataGridTableProps, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoEuiBasicTableColumn, WfoEyeFill, WfoFailedTasksBadge, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, WfoHeaderBadge, type WfoIconProps, WfoInformationModal, type WfoInformationModalProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLoading, WfoLogoutIcon, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlocksPage, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoRefresh, WfoResourceTypesPage, WfoSearchField, type WfoSearchFieldProps, WfoSearchStrikethrough, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStatistic, WfoStatus, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, WfoSubscriptionDetailPage, WfoSubscriptionDetailTree, WfoSubscriptionGeneral, WfoSubscriptionProductBlock, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionsListPage, type WfoTableColumns, type WfoTableColumnsWithExtraNonDataFields, type WfoTableControlColumnConfig, type WfoTableDataColumnConfig, WfoTableHeaderCell, type WfoTableHeaderCellProps, WfoTableWithFilter, type WfoTableWithFilterProps, WfoTasksListPage, WfoTasksListTabType, WfoTextAnchor, WfoTimeline, type WfoTimelineProps, WfoToastsList, type WfoTreeNodeMap, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoViewList, WfoWarningTriangle, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsPage, WfoXCircleFill, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, addToastMessage, calculateTimeDifference, camelToHuman, clearTableConfigFromLocalStorage, defaultOrchestratorTheme, defaultTasksListTabs, determineNewSortOrder, determinePageIndex, flattenArrayProps, formatDate, formatDateCetWithUtc, getApiClient, getCurrentBrowserLocale, getDataSortHandler, getDate, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getInitialColumnOrder, getNumberValueFromEnvironmentVariable, getOrchestratorConfigSlice, getOrchestratorStore, getPageChangeHandler, getProcessListGraphQlQuery, getProcessListSummaryGraphQlQuery, getProductBlockTitle, getProductNamesFromProcess, getProductsQuery, getProductsSummaryQuery, getQueryStringHandler, getQueryVariablesForExport, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getSubscriptionDropdownOptionsGraphQlQuery, getSubscriptionsListGraphQlQuery, getSubscriptionsListSummaryGraphQlQuery, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTypedFieldFromObject, getWfoBasicTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapColumnSortToEuiDataGridSorting, mapSortableAndFilterableValuesToTableColumnConfig, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, processListQuery, removeSuffix, removeToastMessage, renderEmptyElementWhenNotAllowedByPolicy, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, stop, toastMessagesReducer, toastMessagesSlice, upperCaseFirstChar, urlPolicyMap, useCacheNames, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useFilterQueryWithRest, useGetCustomersQuery, useGetEngineStatusQuery, useGetProcessListQuery, useGetTranslationMessages, useMutateProcess, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useProcessStatusCountsQuery, useQueryWithFetch, useQueryWithGraphql, useQueryWithGraphqlLazy, useRawProcessDetails, useSetEngineStatusMutation, useShowToastMessage, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionActions, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment };
|