@orchestrator-ui/orchestrator-ui-components 0.11.0 → 0.11.1
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 +8 -8
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +111 -67
- package/dist/index.js +631 -463
- package/package.json +1 -1
- 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/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/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/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.11.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.11.1 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 695ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 11613ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m120.41 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.11.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.11.1 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/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
10
9
|
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
11
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/
|
|
10
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
12
11
|
PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
|
|
13
12
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
14
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/
|
|
13
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
14
|
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
16
15
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
16
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
17
17
|
PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
|
|
18
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
|
|
19
18
|
PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
|
|
20
|
-
PASS Orchestrator UI Components Tests src/utils/
|
|
19
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
|
|
21
20
|
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
21
|
+
PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
|
|
22
22
|
PASS Orchestrator UI Components Tests src/utils/getTokenName.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
|
|
@@ -29,5 +29,5 @@ PASS Orchestrator UI Components Tests src/utils/getQueryVariablesForExport.spec.
|
|
|
29
29
|
Test Suites: 23 passed, 23 total
|
|
30
30
|
Tests: 135 passed, 135 total
|
|
31
31
|
Snapshots: 0 total
|
|
32
|
-
Time: 4.
|
|
32
|
+
Time: 4.312 s
|
|
33
33
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
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';
|
|
@@ -604,6 +604,28 @@ interface WfoPageTemplateProps {
|
|
|
604
604
|
}
|
|
605
605
|
declare const WfoPageTemplate: FC<WfoPageTemplateProps>;
|
|
606
606
|
|
|
607
|
+
declare enum PolicyResource {
|
|
608
|
+
NAVIGATION_METADATA = "/orchestrator/metadata",
|
|
609
|
+
NAVIGATION_SETTINGS = "/orchestrator/settings",
|
|
610
|
+
NAVIGATION_SUBSCRIPTIONS = "/orchestrator/subscriptions",
|
|
611
|
+
NAVIGATION_TASKS = "/orchestrator/tasks",
|
|
612
|
+
NAVIGATION_WORKFLOWS = "/orchestrator/workflows",
|
|
613
|
+
PROCESS_ABORT = "/orchestrator/processes/abort/",
|
|
614
|
+
PROCESS_DELETE = "/orchestrator/processes/delete/",
|
|
615
|
+
PROCESS_DETAILS = "/orchestrator/processes/details/",
|
|
616
|
+
PROCESS_RELATED_SUBSCRIPTIONS = "/orchestrator/subscriptions/view/from-process",
|
|
617
|
+
PROCESS_RETRY = "/orchestrator/processes/retry/",
|
|
618
|
+
PROCESS_USER_INPUT = "/orchestrator/processes/user-input/",
|
|
619
|
+
SUBSCRIPTION_CREATE = "/orchestrator/processes/create/process/menu",
|
|
620
|
+
SUBSCRIPTION_MODIFY = "/orchestrator/subscriptions/modify/",
|
|
621
|
+
SUBSCRIPTION_TERMINATE = "/orchestrator/subscriptions/terminate/",
|
|
622
|
+
SUBSCRIPTION_VALIDATE = "/orchestrator/subscriptions/validate/",
|
|
623
|
+
TASKS_CREATE = "/orchestrator/processes/create/task",
|
|
624
|
+
TASKS_RETRY_ALL = "/orchestrator/processes/all-tasks/retry"
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
declare const renderEmptyElementWhenNotAllowedByPolicy: (isAllowed: boolean) => (() => _emotion_react_jsx_runtime.JSX.Element) | undefined;
|
|
628
|
+
declare const urlPolicyMap: Map<string, PolicyResource>;
|
|
607
629
|
declare type WfoSidebarProps = {
|
|
608
630
|
overrideMenuItems?: (defaultMenuItems: EuiSideNavItemType<object>[]) => EuiSideNavItemType<object>[];
|
|
609
631
|
};
|
|
@@ -1708,6 +1730,12 @@ declare type WfoDateTimeProps = {
|
|
|
1708
1730
|
};
|
|
1709
1731
|
declare const WfoDateTime: FC<WfoDateTimeProps>;
|
|
1710
1732
|
|
|
1733
|
+
declare type WfoPolicyRenderFallbackProps = {
|
|
1734
|
+
resource?: string;
|
|
1735
|
+
children: ReactNode;
|
|
1736
|
+
};
|
|
1737
|
+
declare const WfoPolicyRenderPageFallback: FC<WfoPolicyRenderFallbackProps>;
|
|
1738
|
+
|
|
1711
1739
|
interface AuthProps {
|
|
1712
1740
|
children: ReactNode;
|
|
1713
1741
|
isAllowedHandler?: (routerPath: string, resource?: string) => boolean;
|
|
@@ -1739,6 +1767,8 @@ declare type WfoIsAllowedToRenderProps = {
|
|
|
1739
1767
|
};
|
|
1740
1768
|
declare const WfoIsAllowedToRender: FC<WfoIsAllowedToRenderProps>;
|
|
1741
1769
|
|
|
1770
|
+
declare const WfoPageUnauthorized: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
1771
|
+
|
|
1742
1772
|
interface WfoDropdownButtonProps {
|
|
1743
1773
|
label: string;
|
|
1744
1774
|
isDisabled?: boolean;
|
|
@@ -1873,44 +1903,41 @@ declare const WfoStepStatusIcon: ({ stepStatus, isStartStep, }: WfoStepStatusIco
|
|
|
1873
1903
|
declare const STEP_STATE_HIDDEN_KEYS: string[];
|
|
1874
1904
|
declare const getStepContent: (stepDelta: StepState, showHiddenKeys: boolean) => StepState;
|
|
1875
1905
|
|
|
1876
|
-
declare const
|
|
1906
|
+
declare const MAXIMUM_ITEMS_FOR_BULK_FETCHING = 1000;
|
|
1877
1907
|
|
|
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;
|
|
1908
|
+
declare const GET_SUBSCRIPTIONS_LIST_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1909
|
+
declare const GET_SUBSCRIPTIONS_LIST_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1910
|
+
declare const getSubscriptionsListGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Subscription>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
1911
|
+
declare const getSubscriptionsListSummaryGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Pick<Subscription, "description" | "subscriptionId" | "startDate">>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
1891
1912
|
|
|
1892
|
-
declare const
|
|
1913
|
+
declare const GET_PRODUCTS_BLOCKS_GRAPHQL_QUERY: TypedDocumentNode<ProductBlockDefinitionsResult, GraphqlQueryVariables<ProductBlockDefinition>>;
|
|
1893
1914
|
|
|
1894
|
-
declare const
|
|
1915
|
+
declare const GET_PRODUCTS_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1916
|
+
declare const GET_PRODUCTS_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1917
|
+
declare const getProductsSummaryQuery: () => TypedDocumentNode<ProductDefinitionsResult<Pick<ProductDefinition, 'name'> & SubscriptionsResult<never>>, GraphqlQueryVariables<ProductDefinition>>;
|
|
1918
|
+
declare const getProductsQuery: () => TypedDocumentNode<ProductDefinitionsResult, GraphqlQueryVariables<ProductDefinition>>;
|
|
1895
1919
|
|
|
1896
|
-
declare
|
|
1920
|
+
declare const GET_RESOURCE_TYPES_GRAPHQL_QUERY: TypedDocumentNode<ResourceTypeDefinitionsResult, GraphqlQueryVariables<ResourceTypeDefinition>>;
|
|
1897
1921
|
|
|
1898
|
-
declare const
|
|
1899
|
-
|
|
1922
|
+
declare const GET_SUBSCRIPTION_DETAIL_GRAPHQL_QUERY: TypedDocumentNode<SubscriptionDetailResult, {
|
|
1923
|
+
subscriptionId: string;
|
|
1924
|
+
}>;
|
|
1900
1925
|
|
|
1901
|
-
declare const
|
|
1902
|
-
|
|
1903
|
-
|
|
1926
|
+
declare const GET_PROCESS_DETAIL_GRAPHQL_QUERY: TypedDocumentNode<ProcessesDetailResult, {
|
|
1927
|
+
processId: string;
|
|
1928
|
+
}>;
|
|
1904
1929
|
|
|
1905
|
-
declare const
|
|
1930
|
+
declare const GET_SUBSCRIPTION_DROPDOWN_OPTIONS_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1931
|
+
declare function getSubscriptionDropdownOptionsGraphQlQuery<QueryVariablesType = SubscriptionDropdownOption>(): TypedDocumentNode<SubscriptionDropdownOptionsResult, GraphqlQueryVariables<QueryVariablesType>>;
|
|
1906
1932
|
|
|
1907
|
-
declare const
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1933
|
+
declare const GET_PROCESS_STEPS_GRAPHQL_QUERY: TypedDocumentNode<ProcessStepsResult, {
|
|
1934
|
+
processName: string;
|
|
1935
|
+
}>;
|
|
1936
|
+
|
|
1937
|
+
declare const GET_PROCESS_LIST_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1938
|
+
declare const GET_PROCESS_LIST_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
1939
|
+
declare const getProcessListGraphQlQuery: () => TypedDocumentNode<ProcessListResult, GraphqlQueryVariables<Process>>;
|
|
1940
|
+
declare const getProcessListSummaryGraphQlQuery: () => TypedDocumentNode<ProcessListResult<Pick<Process, 'processId' | 'workflowName' | 'startedAt'>>, GraphqlQueryVariables<Process>>;
|
|
1914
1941
|
|
|
1915
1942
|
declare type TranslationMessagesMap = Map<Locale, AbstractIntlMessages>;
|
|
1916
1943
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
@@ -2075,6 +2102,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2075
2102
|
search: string;
|
|
2076
2103
|
errorMessage: string;
|
|
2077
2104
|
export: string;
|
|
2105
|
+
unauthorizedPage: string;
|
|
2078
2106
|
insyncTrue: string;
|
|
2079
2107
|
insyncFalse: string;
|
|
2080
2108
|
};
|
|
@@ -2325,6 +2353,11 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2325
2353
|
headerTitle: string;
|
|
2326
2354
|
listTitle: string;
|
|
2327
2355
|
};
|
|
2356
|
+
outOfSyncSubscriptions: {
|
|
2357
|
+
buttonText: string;
|
|
2358
|
+
headerTitle: string;
|
|
2359
|
+
listTitle: string;
|
|
2360
|
+
};
|
|
2328
2361
|
activeWorkflows: {
|
|
2329
2362
|
buttonText: string;
|
|
2330
2363
|
headerTitle: string;
|
|
@@ -2502,6 +2535,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2502
2535
|
search: string;
|
|
2503
2536
|
errorMessage: string;
|
|
2504
2537
|
export: string;
|
|
2538
|
+
unauthorizedPage: string;
|
|
2505
2539
|
insyncTrue: string;
|
|
2506
2540
|
insyncFalse: string;
|
|
2507
2541
|
};
|
|
@@ -2751,6 +2785,11 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2751
2785
|
headerTitle: string;
|
|
2752
2786
|
listTitle: string;
|
|
2753
2787
|
};
|
|
2788
|
+
outOfSyncSubscriptions: {
|
|
2789
|
+
buttonText: string;
|
|
2790
|
+
headerTitle: string;
|
|
2791
|
+
listTitle: string;
|
|
2792
|
+
};
|
|
2754
2793
|
activeWorkflows: {
|
|
2755
2794
|
buttonText: string;
|
|
2756
2795
|
headerTitle: string;
|
|
@@ -2832,40 +2871,6 @@ declare const getTasksListTabTypeFromString: (tabId?: string | undefined) => Wfo
|
|
|
2832
2871
|
|
|
2833
2872
|
declare const WfoWorkflowsListPage: () => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
2834
2873
|
|
|
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
2874
|
declare enum BaseQueryTypes {
|
|
2870
2875
|
fetch = "fetch",
|
|
2871
2876
|
graphql = "graphql",
|
|
@@ -3023,4 +3028,43 @@ declare type StoreProviderProps = {
|
|
|
3023
3028
|
};
|
|
3024
3029
|
declare const StoreProvider: ({ initialOrchestratorConfig, children, }: StoreProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
3025
3030
|
|
|
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 };
|
|
3031
|
+
declare const defaultOrchestratorTheme: EuiThemeModifications;
|
|
3032
|
+
|
|
3033
|
+
declare const getCurrentBrowserLocale: () => string;
|
|
3034
|
+
declare const parseDate: (date: string | null | undefined) => Date | null;
|
|
3035
|
+
declare const calculateTimeDifference: (from: string, to: string) => string;
|
|
3036
|
+
declare const formatDate: (dateString: string | undefined | null) => string;
|
|
3037
|
+
declare const parseIsoString: (dateToStringParser: (date: Date | null) => string) => (date: string | null) => string;
|
|
3038
|
+
declare const parseDateToLocaleDateTimeString: (value: Date | null) => string;
|
|
3039
|
+
declare const parseDateToLocaleDateString: (value: Date | null) => string;
|
|
3040
|
+
declare const parseDateToLocaleTimeString: (value: Date | null) => string;
|
|
3041
|
+
declare const isToday: (date: Date) => boolean;
|
|
3042
|
+
declare const parseDateOrTimeRelativeToToday: (date: Date | null) => string;
|
|
3043
|
+
declare const parseDateRelativeToToday: (date: Date | null) => string;
|
|
3044
|
+
declare const formatDateCetWithUtc: (inputDateString: string | null | undefined) => string;
|
|
3045
|
+
declare const getDate: (date: Date | string | null) => Date | null;
|
|
3046
|
+
|
|
3047
|
+
declare const getNumberValueFromEnvironmentVariable: (environmentVariable: string | undefined, defaultValue: number) => number;
|
|
3048
|
+
|
|
3049
|
+
declare const getStatusBadgeColor: (status: string) => any;
|
|
3050
|
+
|
|
3051
|
+
declare function getTypedFieldFromObject<T extends object>(field: string | undefined, object: T): null | keyof T;
|
|
3052
|
+
|
|
3053
|
+
declare const getFirstUuidPart: (uuid: string) => string;
|
|
3054
|
+
declare const isUuid4: (value: string) => boolean;
|
|
3055
|
+
|
|
3056
|
+
declare const upperCaseFirstChar: (value: string) => string;
|
|
3057
|
+
declare const removeSuffix: (value: string, splitChar?: string) => string;
|
|
3058
|
+
declare const camelToHuman: (value: string) => string;
|
|
3059
|
+
|
|
3060
|
+
declare const getProductNamesFromProcess: (process: ProcessDetail | undefined | Omit<ProcessDetail, 'status'>) => string;
|
|
3061
|
+
|
|
3062
|
+
declare const getQueryVariablesForExport: <T extends object>(queryVariables: GraphqlQueryVariables<T>) => {
|
|
3063
|
+
first: number;
|
|
3064
|
+
after: number;
|
|
3065
|
+
sortBy?: GraphQLSort<T> | undefined;
|
|
3066
|
+
filterBy?: GraphqlFilter<T>[] | undefined;
|
|
3067
|
+
query?: string | undefined;
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3070
|
+
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, 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, 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, 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 };
|