@orchestrator-ui/orchestrator-ui-components 0.5.0 → 0.5.2
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 +4 -4
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +8 -8
- package/CHANGELOG.md +15 -0
- package/dist/index.d.ts +39 -18
- package/dist/index.js +506 -471
- package/package.json +1 -1
- package/src/components/WfoDateTime/WfoDateTime.tsx +2 -9
- package/src/components/WfoErrorBoundary/WfoErrorBoundary.tsx +45 -0
- package/src/components/WfoErrorBoundary/index.ts +1 -0
- package/src/components/WfoForms/AutoFieldLoader.tsx +3 -3
- package/src/components/WfoForms/UserInputForm.tsx +5 -5
- package/src/components/WfoForms/formFields/ContactPersonNameField.tsx +21 -23
- package/src/components/WfoForms/formFields/{OrganisationField.tsx → CustomerField.tsx} +5 -5
- package/src/components/WfoForms/formFields/SubscriptionField.tsx +15 -15
- package/src/components/WfoForms/formFields/SummaryField.tsx +1 -2
- package/src/components/WfoForms/formFields/index.ts +1 -1
- package/src/components/WfoProcessList/WfoProcessesList.tsx +7 -3
- package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +8 -6
- package/src/components/WfoSubscription/subscriptionDetailTabs.tsx +6 -6
- package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +2 -2
- package/src/components/WfoTable/WfoBasicTable/WfoBasicTable.tsx +5 -0
- package/src/components/index.ts +1 -0
- package/src/graphqlQueries/subscriptionsListQuery.ts +4 -1
- package/src/messages/en-GB.json +5 -3
- package/src/messages/nl-NL.json +5 -3
- package/src/pages/metadata/WfoProductBlocksPage.tsx +2 -2
- package/src/pages/metadata/WfoProductsPage.tsx +2 -2
- package/src/pages/metadata/WfoResourceTypesPage.tsx +2 -2
- package/src/pages/metadata/WfoWorkflowsPage.tsx +2 -2
- package/src/pages/startPage/WfoStartPage.tsx +6 -6
- package/src/pages/tasks/WfoTasksListPage.tsx +28 -13
- package/src/rtk/endpoints/customers.ts +2 -2
- package/src/rtk/storeProvider.tsx +4 -8
- package/src/utils/date.ts +8 -0
- package/src/components/WfoPageHeader/WfoPageHeader.tsx +0 -25
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.5.2 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
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[32mESM[39m [1mdist/index.js [22m[32m2.13 MB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
-
[32mDTS[39m ⚡️ Build success in
|
|
14
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m113.
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 735ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 11717ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m113.82 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@0.5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@0.5.2 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
6
5
|
PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
|
|
6
|
+
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
7
7
|
PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
8
|
-
PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
9
8
|
PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
10
|
-
PASS Orchestrator UI Components Tests src/components/
|
|
9
|
+
PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
11
10
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
11
|
+
PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
|
|
12
|
+
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
12
13
|
PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
13
14
|
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
14
|
-
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
15
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
16
|
-
PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
|
|
17
16
|
PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
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/sortObjectKeys.spec.ts
|
|
20
20
|
PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
|
|
21
21
|
PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
22
22
|
PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
|
|
23
|
-
PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
|
|
24
23
|
PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
24
|
+
PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
|
|
25
25
|
PASS Orchestrator UI Components Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
26
26
|
PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
27
27
|
|
|
28
28
|
Test Suites: 22 passed, 22 total
|
|
29
29
|
Tests: 131 passed, 131 total
|
|
30
30
|
Snapshots: 0 total
|
|
31
|
-
Time:
|
|
31
|
+
Time: 4.333 s
|
|
32
32
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e88410d: Update form fields to remove 'organisation' naming
|
|
8
|
+
- 2310074: 723: Fix SummaryField .includes is not a function
|
|
9
|
+
|
|
10
|
+
## 0.5.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- dac8fb2: update date presentation and move getDate to utils
|
|
15
|
+
- e3b847a: Adds error boundary at the top level of the app
|
|
16
|
+
- 926d47b: Table enhancements: Introduces a loading-placeholder and a no-data-placeholder. Prevents showing previous page results while loading new data.
|
|
17
|
+
|
|
3
18
|
## 0.5.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, { Ref, ReactNode, FC, ReactElement, ComponentType, HTMLProps, JSX, FunctionComponent } from 'react';
|
|
2
|
+
import React__default, { Ref, ReactNode, FC, ReactElement, ComponentType, HTMLProps, JSX, FunctionComponent, ErrorInfo } from 'react';
|
|
3
3
|
import { JSONSchema6 } from 'json-schema';
|
|
4
4
|
import * as uniforms from 'uniforms';
|
|
5
5
|
import { HTMLFieldProps, FieldProps as FieldProps$2 } from 'uniforms';
|
|
@@ -1549,18 +1549,15 @@ declare type TimestampFieldProps = FieldProps<number, {
|
|
|
1549
1549
|
}>;
|
|
1550
1550
|
declare const TimestampField: uniforms.ConnectedField<TimestampFieldProps, number | undefined>;
|
|
1551
1551
|
|
|
1552
|
-
declare type OrganisationFieldProps = Omit<SelectFieldProps, 'placeholder' | 'transform' | 'allowedValues'>;
|
|
1553
|
-
declare const OrganisationField: uniforms.ConnectedField<OrganisationFieldProps, string | string[] | undefined>;
|
|
1554
|
-
|
|
1555
1552
|
declare function stop(e: React__default.SyntheticEvent): void;
|
|
1556
1553
|
declare type ContactPersonNameFieldProps = FieldProps<string, {
|
|
1557
|
-
|
|
1558
|
-
|
|
1554
|
+
customerId?: string;
|
|
1555
|
+
customerKey?: string;
|
|
1559
1556
|
}>;
|
|
1560
1557
|
declare module 'uniforms' {
|
|
1561
1558
|
interface FilterDOMProps {
|
|
1562
|
-
|
|
1563
|
-
|
|
1559
|
+
customerId: never;
|
|
1560
|
+
customerKey: never;
|
|
1564
1561
|
}
|
|
1565
1562
|
}
|
|
1566
1563
|
declare const ContactPersonNameField: uniforms.ConnectedField<ContactPersonNameFieldProps, string | undefined>;
|
|
@@ -1635,8 +1632,8 @@ declare const OptGroupField: uniforms.ConnectedField<OptGroupFieldProps, null |
|
|
|
1635
1632
|
declare module 'uniforms' {
|
|
1636
1633
|
interface FilterDOMProps {
|
|
1637
1634
|
excludedSubscriptionIds: never;
|
|
1638
|
-
|
|
1639
|
-
|
|
1635
|
+
customerId: never;
|
|
1636
|
+
customerKey: never;
|
|
1640
1637
|
visiblePortMode: never;
|
|
1641
1638
|
bandwidth: never;
|
|
1642
1639
|
bandwidthKey: never;
|
|
@@ -1647,8 +1644,8 @@ declare module 'uniforms' {
|
|
|
1647
1644
|
declare type SubscriptionFieldProps = FieldProps<string, {
|
|
1648
1645
|
productIds?: string[];
|
|
1649
1646
|
excludedSubscriptionIds?: string[];
|
|
1650
|
-
|
|
1651
|
-
|
|
1647
|
+
customerId?: string;
|
|
1648
|
+
customerKey?: string;
|
|
1652
1649
|
visiblePortMode?: string;
|
|
1653
1650
|
bandwidth?: number;
|
|
1654
1651
|
bandwidthKey?: string;
|
|
@@ -1679,6 +1676,9 @@ declare const SummaryField: uniforms.ConnectedField<uniforms.GuaranteedProps<nul
|
|
|
1679
1676
|
} | undefined;
|
|
1680
1677
|
}, keyof uniforms.GuaranteedProps<null>>, null | undefined>;
|
|
1681
1678
|
|
|
1679
|
+
declare type CustomerFieldProps = Omit<SelectFieldProps, 'placeholder' | 'transform' | 'allowedValues'>;
|
|
1680
|
+
declare const CustomerField: uniforms.ConnectedField<CustomerFieldProps, string | string[] | undefined>;
|
|
1681
|
+
|
|
1682
1682
|
declare const WfoStartTaskButtonComboBox: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
1683
1683
|
|
|
1684
1684
|
declare type WfoDateTimeProps = {
|
|
@@ -1741,6 +1741,22 @@ declare const WfoInsyncIcon: ({ inSync }: WfoInsyncIconProps) => _emotion_react_
|
|
|
1741
1741
|
|
|
1742
1742
|
declare const WfoError: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
1743
1743
|
|
|
1744
|
+
declare type ErrorBoundaryProps = {
|
|
1745
|
+
fallback?: ReactNode;
|
|
1746
|
+
children: ReactNode;
|
|
1747
|
+
};
|
|
1748
|
+
declare type ErrorBoundaryState = {
|
|
1749
|
+
hasError: boolean;
|
|
1750
|
+
};
|
|
1751
|
+
declare class WfoErrorBoundary extends React__default.Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
|
1752
|
+
constructor(props: ErrorBoundaryProps);
|
|
1753
|
+
static getDerivedStateFromError(): {
|
|
1754
|
+
hasError: boolean;
|
|
1755
|
+
};
|
|
1756
|
+
componentDidCatch(error: Error, info: ErrorInfo): void;
|
|
1757
|
+
render(): string | number | boolean | Iterable<React__default.ReactNode> | React__default.PromiseLikeOfReactNode | _emotion_react_jsx_runtime.JSX.Element | null | undefined;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1744
1760
|
declare type WfoStepListRef = {
|
|
1745
1761
|
scrollToStep: (stepId: string) => void;
|
|
1746
1762
|
};
|
|
@@ -1822,6 +1838,7 @@ declare const isToday: (date: Date) => boolean;
|
|
|
1822
1838
|
declare const parseDateOrTimeRelativeToToday: (date: Date | null) => string;
|
|
1823
1839
|
declare const parseDateRelativeToToday: (date: Date | null) => string;
|
|
1824
1840
|
declare const formatDateCetWithUtc: (inputDateString: string | null | undefined) => string;
|
|
1841
|
+
declare const getDate: (date: Date | string | null) => Date | null;
|
|
1825
1842
|
|
|
1826
1843
|
declare const getNumberValueFromEnvironmentVariable: (environmentVariable: string | undefined, defaultValue: number) => number;
|
|
1827
1844
|
|
|
@@ -1862,7 +1879,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
1862
1879
|
inputFieldsHaveValidationErrors: string;
|
|
1863
1880
|
};
|
|
1864
1881
|
widgets: {
|
|
1865
|
-
|
|
1882
|
+
customer: {
|
|
1866
1883
|
placeholder: string;
|
|
1867
1884
|
loading: string;
|
|
1868
1885
|
};
|
|
@@ -1923,7 +1940,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
1923
1940
|
inputFieldsHaveValidationErrors: string;
|
|
1924
1941
|
};
|
|
1925
1942
|
widgets: {
|
|
1926
|
-
|
|
1943
|
+
customer: {
|
|
1927
1944
|
placeholder: string;
|
|
1928
1945
|
loading: string;
|
|
1929
1946
|
};
|
|
@@ -1991,9 +2008,11 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
1991
2008
|
deselect: string;
|
|
1992
2009
|
close: string;
|
|
1993
2010
|
editColumns: string;
|
|
2011
|
+
loading: string;
|
|
1994
2012
|
newSubscription: string;
|
|
1995
2013
|
newTask: string;
|
|
1996
2014
|
noFailedTasks: string;
|
|
2015
|
+
noItemsFound: string;
|
|
1997
2016
|
search: string;
|
|
1998
2017
|
errorMessage: string;
|
|
1999
2018
|
export: string;
|
|
@@ -2275,7 +2294,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2275
2294
|
inputFieldsHaveValidationErrors: string;
|
|
2276
2295
|
};
|
|
2277
2296
|
widgets: {
|
|
2278
|
-
|
|
2297
|
+
customer: {
|
|
2279
2298
|
placeholder: string;
|
|
2280
2299
|
loading: string;
|
|
2281
2300
|
};
|
|
@@ -2336,7 +2355,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2336
2355
|
inputFieldsHaveValidationErrors: string;
|
|
2337
2356
|
};
|
|
2338
2357
|
widgets: {
|
|
2339
|
-
|
|
2358
|
+
customer: {
|
|
2340
2359
|
placeholder: string;
|
|
2341
2360
|
loading: string;
|
|
2342
2361
|
};
|
|
@@ -2404,9 +2423,11 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
2404
2423
|
deselect: string;
|
|
2405
2424
|
close: string;
|
|
2406
2425
|
editColumns: string;
|
|
2426
|
+
loading: string;
|
|
2407
2427
|
newSubscription: string;
|
|
2408
2428
|
newTask: string;
|
|
2409
2429
|
noFailedTasks: string;
|
|
2430
|
+
noItemsFound: string;
|
|
2410
2431
|
search: string;
|
|
2411
2432
|
errorMessage: string;
|
|
2412
2433
|
export: string;
|
|
@@ -2741,7 +2762,7 @@ declare const WfoWorkflowsListPage: () => _emotion_react_jsx_runtime.JSX.Element
|
|
|
2741
2762
|
declare const GET_SUBSCRIPTIONS_LIST_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2742
2763
|
declare const GET_SUBSCRIPTIONS_LIST_SUMMARY_GRAPHQL_QUERY: graphql.DocumentNode;
|
|
2743
2764
|
declare const getSubscriptionsListGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Subscription>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
2744
|
-
declare const getSubscriptionsListSummaryGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Pick<Subscription, "description" | "subscriptionId">>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
2765
|
+
declare const getSubscriptionsListSummaryGraphQlQuery: <QueryVariablesType = Subscription>() => TypedDocumentNode<SubscriptionsResult<Pick<Subscription, "description" | "subscriptionId" | "startDate">>, GraphqlQueryVariables<QueryVariablesType>>;
|
|
2745
2766
|
|
|
2746
2767
|
declare const GET_PRODUCTS_BLOCKS_GRAPHQL_QUERY: TypedDocumentNode<ProductBlockDefinitionsResult, GraphqlQueryVariables<ProductBlockDefinition>>;
|
|
2747
2768
|
|
|
@@ -2906,4 +2927,4 @@ declare type StoreProviderProps = {
|
|
|
2906
2927
|
};
|
|
2907
2928
|
declare const StoreProvider: ({ initialOrchestratorConfig, children, }: StoreProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
2908
2929
|
|
|
2909
|
-
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, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type Customer, 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, OrganisationField, type OrganisationFieldProps, 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 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, SelectField, type SelectFieldProps, type SessionToken, 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, 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, type WfoEuiBasicTableColumn, WfoEyeFill, WfoFailedTasksBadge, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, WfoHeaderBadge, type WfoIconProps, WfoInformationModal, type WfoInformationModalProps, WfoInsyncIcon, 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, 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, WfoValueCell, type WfoValueCellProps, WfoViewList, 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, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getInitialColumnOrder, getNumberValueFromEnvironmentVariable, 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, useProcessStatusCountsQuery, useQueryWithFetch, useQueryWithGraphql, useQueryWithGraphqlLazy, useRawProcessDetails, useSessionWithToken, useSetEngineStatusMutation, useShowToastMessage, useStoredTableConfig, useSubscriptionActions, useWithOrchestratorTheme, utcTimestampToLocalMoment };
|
|
2930
|
+
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, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, 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 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, SelectField, type SelectFieldProps, type SessionToken, 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, 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, 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, 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, WfoValueCell, type WfoValueCellProps, WfoViewList, 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, 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, useProcessStatusCountsQuery, useQueryWithFetch, useQueryWithGraphql, useQueryWithGraphqlLazy, useRawProcessDetails, useSessionWithToken, useSetEngineStatusMutation, useShowToastMessage, useStoredTableConfig, useSubscriptionActions, useWithOrchestratorTheme, utcTimestampToLocalMoment };
|