@orchestrator-ui/orchestrator-ui-components 2.5.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +6 -6
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +16 -15
- package/CHANGELOG.md +22 -0
- package/dist/index.d.ts +13 -6
- package/dist/index.js +54 -25
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoSearchBar/WfoSearchField.tsx +13 -6
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoProductBlockKeyValueRow.tsx +5 -5
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoSubscriptionProductBlock.tsx +3 -2
- package/src/components/WfoSubscription/overrides/useSubscriptionDetailValueOverride.ts +2 -2
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/useGroupedTableConfig.tsx +12 -4
- package/src/configuration/version.ts +1 -1
- package/src/rtk/api.ts +2 -0
- package/src/rtk/slices/orchestratorComponentOverride.ts +4 -2
- package/src/types/types.ts +7 -0
- package/src/utils/csvDownload.ts +7 -3
- package/src/utils/index.ts +1 -0
- package/src/utils/toObjectWithSerializedValues.spec.ts +36 -0
- package/src/utils/toObjectWithSerializedValues.ts +17 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.7.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@2.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@2.7.0 generate-version
|
|
7
7
|
> node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
|
|
8
8
|
|
|
9
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 57ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.1.0
|
|
@@ -16,6 +16,6 @@ src/configuration/version.ts 59ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.90 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m3.44 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m185.
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 1060ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 21223ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m185.65 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,41 +1,42 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.7.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
6
|
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
7
|
-
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
8
7
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/
|
|
8
|
+
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
10
9
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/utils/
|
|
10
|
+
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
|
-
PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
16
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
17
|
-
PASS Wfo-UI Tests src/utils
|
|
16
|
+
PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
18
17
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
19
|
-
PASS Wfo-UI Tests src/utils/
|
|
18
|
+
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
20
19
|
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
21
|
-
PASS Wfo-UI Tests src/utils/
|
|
20
|
+
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
22
21
|
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
23
|
-
PASS Wfo-UI Tests src/utils/
|
|
22
|
+
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
24
23
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
24
|
+
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
25
25
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
26
|
+
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
26
27
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
27
28
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
28
29
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
29
30
|
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
30
|
-
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
31
31
|
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
32
|
-
PASS Wfo-UI Tests src/utils/
|
|
32
|
+
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
33
33
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
34
|
+
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
34
35
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
35
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.
|
|
36
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.582 s)
|
|
36
37
|
|
|
37
|
-
Test Suites:
|
|
38
|
-
Tests:
|
|
38
|
+
Test Suites: 32 passed, 32 total
|
|
39
|
+
Tests: 197 passed, 197 total
|
|
39
40
|
Snapshots: 0 total
|
|
40
|
-
Time: 10.
|
|
41
|
+
Time: 10.829 s
|
|
41
42
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 2.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b293024: Adds flags to disable RTK cache in development
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- f00a7d1: 1494 Introduces refs to fix the useEffect rerender loop
|
|
12
|
+
- aa24057: 735 - WfoSearch: Triggers onUpdateQueryString when field is erased. Adds queryIsValid prop to mark the validity of the query.
|
|
13
|
+
- 6bcfd14: 1398 - Adds a generic way of serializing objects when exporting CSV files
|
|
14
|
+
|
|
15
|
+
## 2.6.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 404ffe2: Shows empty values in productBlocks in detail mode
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 293c85c: 1440 Adjusted FieldValue type to include ReactNode for NMS
|
|
24
|
+
|
|
3
25
|
## 2.5.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1286,7 +1286,7 @@ declare type CustomApiConfig = {
|
|
|
1286
1286
|
declare type CustomApiSlice = Slice<CustomApiConfig[]>;
|
|
1287
1287
|
declare const getCustomApiSlice: (customApis: CustomApiConfig[]) => CustomApiSlice;
|
|
1288
1288
|
|
|
1289
|
-
declare type ValueOverrideFunction = (fieldValue: FieldValue) => ReactNode;
|
|
1289
|
+
declare type ValueOverrideFunction = (fieldValue: FieldValue | RenderableFieldValue) => ReactNode;
|
|
1290
1290
|
declare type ValueOverrideConfiguration = Record<string, ValueOverrideFunction>;
|
|
1291
1291
|
declare type WfoSubscriptionDetailGeneralConfiguration = {
|
|
1292
1292
|
id: string;
|
|
@@ -1393,6 +1393,10 @@ declare type FieldValue = {
|
|
|
1393
1393
|
field: string;
|
|
1394
1394
|
value: string | number | boolean | null;
|
|
1395
1395
|
};
|
|
1396
|
+
declare type RenderableFieldValue = {
|
|
1397
|
+
field: string;
|
|
1398
|
+
value: FieldValue['value'] | ReactNode;
|
|
1399
|
+
};
|
|
1396
1400
|
declare enum EngineStatus {
|
|
1397
1401
|
RUNNING = "RUNNING",
|
|
1398
1402
|
PAUSING = "PAUSING",
|
|
@@ -2047,9 +2051,10 @@ declare const PATH_SETTINGS = "/settings";
|
|
|
2047
2051
|
|
|
2048
2052
|
declare type WfoSearchFieldProps = {
|
|
2049
2053
|
queryString?: string;
|
|
2054
|
+
queryIsValid?: boolean;
|
|
2050
2055
|
onUpdateQueryString?: (queryString: string) => void;
|
|
2051
2056
|
};
|
|
2052
|
-
declare const WfoSearchField: ({ queryString, onUpdateQueryString, }: WfoSearchFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
2057
|
+
declare const WfoSearchField: ({ queryString, queryIsValid, onUpdateQueryString, }: WfoSearchFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
2053
2058
|
|
|
2054
2059
|
declare type WfoInformationModalProps = {
|
|
2055
2060
|
title: string;
|
|
@@ -2094,7 +2099,7 @@ declare const getLatestTaskDate: (processes: SubscriptionDetailProcess[]) => str
|
|
|
2094
2099
|
declare const sortProcessesByDate: (processList: SubscriptionDetailProcess[], sortOrder: SortOrder) => SubscriptionDetailProcess[];
|
|
2095
2100
|
|
|
2096
2101
|
declare const useSubscriptionDetailValueOverride: () => {
|
|
2097
|
-
getOverriddenValue: (fieldValue: FieldValue) => React__default.ReactNode | null;
|
|
2102
|
+
getOverriddenValue: (fieldValue: FieldValue | RenderableFieldValue) => React__default.ReactNode | null;
|
|
2098
2103
|
};
|
|
2099
2104
|
|
|
2100
2105
|
declare const useSubscriptionDetailGeneralSectionConfigurationOverride: () => {
|
|
@@ -2164,7 +2169,7 @@ declare const HIDDEN_KEYS: string[];
|
|
|
2164
2169
|
declare const WfoSubscriptionProductBlock: ({ productBlock, subscriptionId, }: WfoSubscriptionProductBlockProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
2165
2170
|
|
|
2166
2171
|
declare type WfoProductBlockKeyValueRowProps = {
|
|
2167
|
-
fieldValue: FieldValue;
|
|
2172
|
+
fieldValue: FieldValue | RenderableFieldValue;
|
|
2168
2173
|
};
|
|
2169
2174
|
declare const WfoProductBlockKeyValueRow: FC<WfoProductBlockKeyValueRowProps>;
|
|
2170
2175
|
|
|
@@ -2993,7 +2998,7 @@ declare const IPAM_IP_BLOCKS_ENDPOINT: string;
|
|
|
2993
2998
|
declare const IPAM_FREE_SUBNETS_ENDPOINT: string;
|
|
2994
2999
|
declare const SUBSCRIPTION_ACTIONS_ENDPOINT = "subscriptions/workflows";
|
|
2995
3000
|
|
|
2996
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.
|
|
3001
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.7.0";
|
|
2997
3002
|
|
|
2998
3003
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
2999
3004
|
pydanticForms: {
|
|
@@ -4142,6 +4147,8 @@ declare const snakeToHuman: (value: string) => string;
|
|
|
4142
4147
|
declare const snakeToKebab: (value: string) => string;
|
|
4143
4148
|
declare const isAllUpperCase: (str: string) => boolean;
|
|
4144
4149
|
|
|
4150
|
+
declare const toObjectWithSerializedValues: <T extends object>(inputObject: T) => any;
|
|
4151
|
+
|
|
4145
4152
|
declare const toObjectWithSortedKeys: <T extends object>(inputObject: T, keyOrder: string[]) => T;
|
|
4146
4153
|
|
|
4147
4154
|
declare const getFirstUuidPart: (uuid: string) => string;
|
|
@@ -4149,4 +4156,4 @@ declare const isUuid4: (value: string) => boolean;
|
|
|
4149
4156
|
|
|
4150
4157
|
declare const getCacheTag: (type: CacheTagType, id?: string | undefined) => CacheTag[];
|
|
4151
4158
|
|
|
4152
|
-
export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, type AppDispatch, type AutoFieldsProps, BadgeType, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, CACHETAG_TYPE_LIST, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, type CustomerDescriptions, CustomerField, type CustomerFieldProps, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, 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 FetchFilter, type FieldProps$1 as FieldProps, type FieldValue, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, HttpStatus, IPAM_ENDPOINT, IPAM_FREE_SUBNETS_ENDPOINT, IPAM_IP_BLOCKS_ENDPOINT, IPAM_PREFIX_FILTERS_ENDPOINT, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InUseByRelationDetail, type InUseByRelationsDetailResponse, type InUseByRelationsDetailResult, type InitialOrchestratorStoreConfig, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, 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_TASKS_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MetaDataTab, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscriptionOption, type NodeSubscriptionOptionsResult, type Nullable, NumField, type NumFieldProps, ORCHESTRATOR_UI_LIBRARY_VERSION, OptGroupField, type OptGroupFieldProps, type OrchestratorComponentOverride, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PAGE_SIZES_INCLUDING_SHOW_ALL, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_TASKS, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, PROCESSES_ENDPOINT, PROCESSES_RESUME_ALL_ENDPOINT, PROCESS_ABORT_ENDPOINT, PROCESS_RESUME_ENDPOINT, PROCESS_STATUS_COUNTS_ENDPOINT, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStepsResult, type ProcessSummary, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductLifecycleStatus, ProductTag, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, type RelatedSubscriptionListItem, type RelatedSubscriptionVariables, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, SETTINGS_CACHE_ENDPOINT, SETTINGS_CACHE_NAMES_ENDPOINT, SETTINGS_ENDPOINT, SETTINGS_ENGINE_STATUS_ENDPOINT, SETTINGS_SEARCH_INDEX_RESET_ENDPOINT, SETTINGS_WORKER_STATUS_ENDPOINT, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, SUBSCRIPTION_ACTIONS_ENDPOINT, type SelectFieldProps, type ServicePort, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionActions, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, type SubscriptionListItem, type SubscriptionListResponse, type SubscriptionListSummaryResponse, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, type SummaryCardButtonConfig, type SummaryCardListItem, SummaryCardStatus, SummaryField, type SummaryFieldProps, TABLE_ROW_HEIGHT, type TableColumnKeys, type TableSettingsColumnConfig, type TableSettingsConfig, TableSettingsModal, type TableSettingsModalProps, type TaskDefinition, type TaskDefinitionsResult, type TaskListItem, type TasksResponse, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, type ValueOverrideConfiguration, type ValueOverrideFunction, VlanField, type VlanFieldProps, type VlanRange, WFO_STATUS_COLOR_FIELD, type WfValueOnlyTableProps, WfoActiveWorkflowsSummaryCard, WfoAdvancedTable, type WfoAdvancedTableColumnConfig, type WfoAdvancedTableDataColumnConfig, type WfoAdvancedTableDataColumnConfigItem, type WfoAdvancedTableProps, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, WfoErrorWithMessage, WfoExpandableField, type WfoExpandableFieldProps, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, WfoFailedTasksSummaryCard, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, type WfoGraphqlError, type WfoGraphqlErrorsMeta, WfoGroupedTable, type WfoGroupedTableProps, WfoHeaderBadge, WfoHeroIconsWrapper, type WfoHeroIconsWrapperProps, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineJson, type WfoInlineJsonProps, WfoInlineNoteEdit, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLatestActiveSubscriptionsSummaryCard, WfoLatestOutOfSyncSubscriptionSummaryCard, WfoLoading, WfoLogoutIcon, WfoMenuItemLink, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoMultilineCell, type WfoMultilineCellProps, WfoMyWorkflowsSummaryCard, type WfoMyWorkflowsSummaryCardProps, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoPort, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlockKeyValueRow, type WfoProductBlockKeyValueRowProps, WfoProductBlocksPage, WfoProductInformationWithLink, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoProductsSummaryCard, WfoRadioDropdown, type WfoRadioDropdownOption, type WfoRadioDropdownProps, WfoRefresh, WfoRelatedSubscriptions, WfoRenderElementOrString, type WfoRenderElementOrStringProps, WfoResetTextSearchIndexButton, 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, WfoStartWorkflowButtonComboBox, WfoStatistic, 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, type WfoSubscriptionDetailGeneralConfiguration, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, WfoSubscriptionProductBlock, WfoSubscriptionProductInfoSection, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionSyncStatusBadge, type WfoSubscriptionSyncStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, WfoSummaryCard, WfoSummaryCardHeader, type WfoSummaryCardHeaderProps, WfoSummaryCardList, WfoSummaryCardListItem, type WfoSummaryCardListItemProps, type WfoSummaryCardListProps, type WfoSummaryCardProps, WfoSummaryCards, type WfoSummaryCardsProps, WfoTable, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoTextAnchor, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, WfoTrash, type WfoTreeNodeMap, WfoTruncateCell, type WfoTruncateCellProps, WfoUserInputForm, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoValueOnlyTable, type WfoValueOnlyTableDataType, WfoViewList, WfoWarningTriangle, WfoWebsocketStatusBadge, WfoWorkerStatus, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsListTabType, WfoWorkflowsPage, WfoXCircleFill, WorkerTypes, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getCacheTag, getConcatenatedPagedResult, getConcatenatedResult, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getDefaultTableConfig, getEnvironmentVariables, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getFormFieldsBaseStyle, getLastUncompletedProcess, getLatestTaskDate, getNumberOfColumns, getNumberValueFromEnvironmentVariable, getObjectKeys, getOrchestratorComponentOverrideSlice, getOrchestratorConfigSlice, getOrchestratorStore, getPageIndexChangeHandler, getPageSizeChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypedFieldFromObject, getWfoGroupedTableStyles, getWfoTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isAllUpperCase, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, resourceTypesQuery, selectOrchestratorConfig, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, sortProcessesByDate, splitPrefixStyling, stop, stripUndefined, subscriptionDetailFragment, subscriptionDetailQuery, subscriptionInUseByRelationQuery, subscriptionListQuery, subscriptionListSummaryQuery, subscriptionListTabs, subscriptionsDropdownOptionsQuery, tasksQuery, toObjectWithSortedKeys, toObjectWithSortedProperties, toOptionalArrayEntry, toSortedTableColumnConfig, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetEngineStatusQuery, useGetInUseByRelationDetailsQuery, useGetOrchestratorConfig, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionDetailQuery, useGetSubscriptionListQuery, useGetSubscriptionSummaryListQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkerStatusQuery, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetSubscriptionListQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useLazyStreamMessagesQuery, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useResetTextSearchIndexMutation, useResumeProcessMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsQuery };
|
|
4159
|
+
export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, type AppDispatch, type AutoFieldsProps, BadgeType, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, CACHETAG_TYPE_LIST, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, type CustomerDescriptions, CustomerField, type CustomerFieldProps, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, 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 FetchFilter, type FieldProps$1 as FieldProps, type FieldValue, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, HttpStatus, IPAM_ENDPOINT, IPAM_FREE_SUBNETS_ENDPOINT, IPAM_IP_BLOCKS_ENDPOINT, IPAM_PREFIX_FILTERS_ENDPOINT, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InUseByRelationDetail, type InUseByRelationsDetailResponse, type InUseByRelationsDetailResult, type InitialOrchestratorStoreConfig, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, 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_TASKS_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MetaDataTab, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscriptionOption, type NodeSubscriptionOptionsResult, type Nullable, NumField, type NumFieldProps, ORCHESTRATOR_UI_LIBRARY_VERSION, OptGroupField, type OptGroupFieldProps, type OrchestratorComponentOverride, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PAGE_SIZES_INCLUDING_SHOW_ALL, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_TASKS, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, PROCESSES_ENDPOINT, PROCESSES_RESUME_ALL_ENDPOINT, PROCESS_ABORT_ENDPOINT, PROCESS_RESUME_ENDPOINT, PROCESS_STATUS_COUNTS_ENDPOINT, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStepsResult, type ProcessSummary, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductLifecycleStatus, ProductTag, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, type RelatedSubscriptionListItem, type RelatedSubscriptionVariables, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type RenderableFieldValue, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, SETTINGS_CACHE_ENDPOINT, SETTINGS_CACHE_NAMES_ENDPOINT, SETTINGS_ENDPOINT, SETTINGS_ENGINE_STATUS_ENDPOINT, SETTINGS_SEARCH_INDEX_RESET_ENDPOINT, SETTINGS_WORKER_STATUS_ENDPOINT, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, SUBSCRIPTION_ACTIONS_ENDPOINT, type SelectFieldProps, type ServicePort, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionActions, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, type SubscriptionListItem, type SubscriptionListResponse, type SubscriptionListSummaryResponse, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, type SummaryCardButtonConfig, type SummaryCardListItem, SummaryCardStatus, SummaryField, type SummaryFieldProps, TABLE_ROW_HEIGHT, type TableColumnKeys, type TableSettingsColumnConfig, type TableSettingsConfig, TableSettingsModal, type TableSettingsModalProps, type TaskDefinition, type TaskDefinitionsResult, type TaskListItem, type TasksResponse, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, type ValueOverrideConfiguration, type ValueOverrideFunction, VlanField, type VlanFieldProps, type VlanRange, WFO_STATUS_COLOR_FIELD, type WfValueOnlyTableProps, WfoActiveWorkflowsSummaryCard, WfoAdvancedTable, type WfoAdvancedTableColumnConfig, type WfoAdvancedTableDataColumnConfig, type WfoAdvancedTableDataColumnConfigItem, type WfoAdvancedTableProps, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, WfoErrorWithMessage, WfoExpandableField, type WfoExpandableFieldProps, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, WfoFailedTasksSummaryCard, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, type WfoGraphqlError, type WfoGraphqlErrorsMeta, WfoGroupedTable, type WfoGroupedTableProps, WfoHeaderBadge, WfoHeroIconsWrapper, type WfoHeroIconsWrapperProps, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineJson, type WfoInlineJsonProps, WfoInlineNoteEdit, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLatestActiveSubscriptionsSummaryCard, WfoLatestOutOfSyncSubscriptionSummaryCard, WfoLoading, WfoLogoutIcon, WfoMenuItemLink, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoMultilineCell, type WfoMultilineCellProps, WfoMyWorkflowsSummaryCard, type WfoMyWorkflowsSummaryCardProps, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoPort, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlockKeyValueRow, type WfoProductBlockKeyValueRowProps, WfoProductBlocksPage, WfoProductInformationWithLink, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoProductsSummaryCard, WfoRadioDropdown, type WfoRadioDropdownOption, type WfoRadioDropdownProps, WfoRefresh, WfoRelatedSubscriptions, WfoRenderElementOrString, type WfoRenderElementOrStringProps, WfoResetTextSearchIndexButton, 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, WfoStartWorkflowButtonComboBox, WfoStatistic, 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, type WfoSubscriptionDetailGeneralConfiguration, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, WfoSubscriptionProductBlock, WfoSubscriptionProductInfoSection, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionSyncStatusBadge, type WfoSubscriptionSyncStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, WfoSummaryCard, WfoSummaryCardHeader, type WfoSummaryCardHeaderProps, WfoSummaryCardList, WfoSummaryCardListItem, type WfoSummaryCardListItemProps, type WfoSummaryCardListProps, type WfoSummaryCardProps, WfoSummaryCards, type WfoSummaryCardsProps, WfoTable, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoTextAnchor, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, WfoTrash, type WfoTreeNodeMap, WfoTruncateCell, type WfoTruncateCellProps, WfoUserInputForm, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoValueOnlyTable, type WfoValueOnlyTableDataType, WfoViewList, WfoWarningTriangle, WfoWebsocketStatusBadge, WfoWorkerStatus, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsListTabType, WfoWorkflowsPage, WfoXCircleFill, WorkerTypes, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getCacheTag, getConcatenatedPagedResult, getConcatenatedResult, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getDefaultTableConfig, getEnvironmentVariables, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getFormFieldsBaseStyle, getLastUncompletedProcess, getLatestTaskDate, getNumberOfColumns, getNumberValueFromEnvironmentVariable, getObjectKeys, getOrchestratorComponentOverrideSlice, getOrchestratorConfigSlice, getOrchestratorStore, getPageIndexChangeHandler, getPageSizeChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypedFieldFromObject, getWfoGroupedTableStyles, getWfoTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isAllUpperCase, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, resourceTypesQuery, selectOrchestratorConfig, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, sortProcessesByDate, splitPrefixStyling, stop, stripUndefined, subscriptionDetailFragment, subscriptionDetailQuery, subscriptionInUseByRelationQuery, subscriptionListQuery, subscriptionListSummaryQuery, subscriptionListTabs, subscriptionsDropdownOptionsQuery, tasksQuery, toObjectWithSerializedValues, toObjectWithSortedKeys, toObjectWithSortedProperties, toOptionalArrayEntry, toSortedTableColumnConfig, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetEngineStatusQuery, useGetInUseByRelationDetailsQuery, useGetOrchestratorConfig, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionDetailQuery, useGetSubscriptionListQuery, useGetSubscriptionSummaryListQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkerStatusQuery, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetSubscriptionListQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useLazyStreamMessagesQuery, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useResetTextSearchIndexMutation, useResumeProcessMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsQuery };
|
package/dist/index.js
CHANGED
|
@@ -26792,7 +26792,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
|
|
|
26792
26792
|
})(PolicyResource || {});
|
|
26793
26793
|
|
|
26794
26794
|
// src/configuration/version.ts
|
|
26795
|
-
var ORCHESTRATOR_UI_LIBRARY_VERSION = "2.
|
|
26795
|
+
var ORCHESTRATOR_UI_LIBRARY_VERSION = "2.7.0";
|
|
26796
26796
|
|
|
26797
26797
|
// src/types/types.ts
|
|
26798
26798
|
var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
|
|
@@ -32743,7 +32743,8 @@ var orchestratorApi = createApi2({
|
|
|
32743
32743
|
"processes" /* processes */,
|
|
32744
32744
|
"processStatusCounts" /* processStatusCounts */,
|
|
32745
32745
|
"subscriptions" /* subscriptions */
|
|
32746
|
-
]
|
|
32746
|
+
],
|
|
32747
|
+
keepUnusedDataFor: process.env.NEXT_PUBLIC_DISABLE_CACHE === "true" ? 0 : 60 * 60 * 1e3
|
|
32747
32748
|
});
|
|
32748
32749
|
|
|
32749
32750
|
// src/rtk/endpoints/customers.ts
|
|
@@ -36702,7 +36703,10 @@ var csvDownloadHandler = (dataFetchFunction, dataMapper, pageInfoMapper, keyOrde
|
|
|
36702
36703
|
const data = await dataFetchFunction();
|
|
36703
36704
|
if (data) {
|
|
36704
36705
|
const dataForExport = dataMapper(data).map(
|
|
36705
|
-
(
|
|
36706
|
+
(dataRow) => toObjectWithSortedKeys(
|
|
36707
|
+
toObjectWithSerializedValues(dataRow),
|
|
36708
|
+
keyOrder
|
|
36709
|
+
)
|
|
36706
36710
|
);
|
|
36707
36711
|
const pageInfo = pageInfoMapper(data);
|
|
36708
36712
|
(pageInfo.totalItems ?? 0) > MAXIMUM_ITEMS_FOR_BULK_FETCHING && addToastFunction(
|
|
@@ -36929,6 +36933,18 @@ var snakeToKebab = (value) => {
|
|
|
36929
36933
|
};
|
|
36930
36934
|
var isAllUpperCase = (str) => str === str.toUpperCase();
|
|
36931
36935
|
|
|
36936
|
+
// src/utils/toObjectWithSerializedValues.ts
|
|
36937
|
+
var toObjectWithSerializedValues = (inputObject) => {
|
|
36938
|
+
const entries = Object.entries(inputObject);
|
|
36939
|
+
const mappedEntries = entries.map(([key, value]) => {
|
|
36940
|
+
if (value !== null && value.constructor !== Date && typeof value === "object") {
|
|
36941
|
+
return [key, JSON.stringify(value)];
|
|
36942
|
+
}
|
|
36943
|
+
return [key, value];
|
|
36944
|
+
});
|
|
36945
|
+
return Object.fromEntries(mappedEntries);
|
|
36946
|
+
};
|
|
36947
|
+
|
|
36932
36948
|
// src/utils/toObjectWithSortedKeys.ts
|
|
36933
36949
|
var toObjectWithSortedKeys = (inputObject, keyOrder) => {
|
|
36934
36950
|
const allInputObjectKeys = Object.keys(inputObject);
|
|
@@ -38067,7 +38083,7 @@ var WfoPageTemplate = ({
|
|
|
38067
38083
|
};
|
|
38068
38084
|
|
|
38069
38085
|
// src/components/WfoSearchBar/WfoSearchField.tsx
|
|
38070
|
-
import { useEffect as useEffect6, useState as useState10 } from "react";
|
|
38086
|
+
import { useEffect as useEffect6, useRef as useRef4, useState as useState10 } from "react";
|
|
38071
38087
|
import { useTranslations as useTranslations14 } from "next-intl";
|
|
38072
38088
|
import { EuiFieldSearch, EuiFormRow } from "@elastic/eui";
|
|
38073
38089
|
|
|
@@ -38185,6 +38201,7 @@ var defaultOrchestratorTheme = {
|
|
|
38185
38201
|
import { jsx as jsx76 } from "@emotion/react/jsx-runtime";
|
|
38186
38202
|
var WfoSearchField = ({
|
|
38187
38203
|
queryString,
|
|
38204
|
+
queryIsValid = true,
|
|
38188
38205
|
onUpdateQueryString
|
|
38189
38206
|
}) => {
|
|
38190
38207
|
const t = useTranslations14("common");
|
|
@@ -38192,12 +38209,18 @@ var WfoSearchField = ({
|
|
|
38192
38209
|
const { formFieldBaseStyle } = useWithOrchestratorTheme(
|
|
38193
38210
|
getFormFieldsBaseStyle
|
|
38194
38211
|
);
|
|
38195
|
-
const
|
|
38212
|
+
const handleSearch = useRef4(
|
|
38213
|
+
(queryText) => onUpdateQueryString?.(queryText)
|
|
38214
|
+
);
|
|
38196
38215
|
const [currentQuery, setCurrentQuery] = useState10(queryString ?? "");
|
|
38197
38216
|
useEffect6(() => {
|
|
38198
38217
|
setCurrentQuery(queryString ?? "");
|
|
38199
38218
|
}, [queryString]);
|
|
38200
|
-
|
|
38219
|
+
useEffect6(() => {
|
|
38220
|
+
if (currentQuery === "") {
|
|
38221
|
+
handleSearch.current(currentQuery);
|
|
38222
|
+
}
|
|
38223
|
+
}, [currentQuery, handleSearch]);
|
|
38201
38224
|
return /* @__PURE__ */ jsx76(
|
|
38202
38225
|
EuiFormRow,
|
|
38203
38226
|
{
|
|
@@ -38211,8 +38234,8 @@ var WfoSearchField = ({
|
|
|
38211
38234
|
value: currentQuery,
|
|
38212
38235
|
placeholder: `${t("search")}...`,
|
|
38213
38236
|
onChange: (event) => setCurrentQuery(event.target.value),
|
|
38214
|
-
onSearch: handleSearch,
|
|
38215
|
-
onBlur: (event) => handleSearch(event.target.value),
|
|
38237
|
+
onSearch: handleSearch.current,
|
|
38238
|
+
onBlur: (event) => handleSearch.current(event.target.value),
|
|
38216
38239
|
isInvalid: !queryIsValid,
|
|
38217
38240
|
fullWidth: true
|
|
38218
38241
|
}
|
|
@@ -39723,7 +39746,7 @@ import { useTranslations as useTranslations25 } from "next-intl";
|
|
|
39723
39746
|
import { EuiButtonEmpty as EuiButtonEmpty3, EuiFlexGroup as EuiFlexGroup7, EuiSpacer as EuiSpacer11 } from "@elastic/eui";
|
|
39724
39747
|
|
|
39725
39748
|
// src/components/WfoTable/WfoTable/WfoGroupedTable/useGroupedTableConfig.tsx
|
|
39726
|
-
import { useEffect as useEffect7, useRef as
|
|
39749
|
+
import { useEffect as useEffect7, useRef as useRef5, useState as useState12 } from "react";
|
|
39727
39750
|
|
|
39728
39751
|
// src/components/WfoTable/WfoTable/WfoGroupedTable/WfoExpandableRow.tsx
|
|
39729
39752
|
import { useTranslations as useTranslations24 } from "next-intl";
|
|
@@ -39938,7 +39961,7 @@ var useGroupedTableConfig = ({
|
|
|
39938
39961
|
nestingLevel = 0,
|
|
39939
39962
|
notifyParent
|
|
39940
39963
|
}) => {
|
|
39941
|
-
const groupReferences =
|
|
39964
|
+
const groupReferences = useRef5(/* @__PURE__ */ new Map());
|
|
39942
39965
|
const [expandedRowIds, setExpandedRowIds] = useState12([]);
|
|
39943
39966
|
const [isAllGroupsExpanded, setIsAllGroupsExpanded] = useState12(false);
|
|
39944
39967
|
const [isAllSubgroupsExpanded, setIsAllSubgroupsExpanded] = useState12([]);
|
|
@@ -39947,6 +39970,8 @@ var useGroupedTableConfig = ({
|
|
|
39947
39970
|
groupName: key.toString()
|
|
39948
39971
|
}));
|
|
39949
39972
|
const numberOfColumnsInnerTable = Object.keys(columnConfig).length;
|
|
39973
|
+
const notifyParentRef = useRef5(notifyParent);
|
|
39974
|
+
const groupsRef = useRef5(groups);
|
|
39950
39975
|
useEffect7(() => {
|
|
39951
39976
|
if (isExpanding) {
|
|
39952
39977
|
groupReferences.current.forEach((ref) => {
|
|
@@ -39956,14 +39981,19 @@ var useGroupedTableConfig = ({
|
|
|
39956
39981
|
}
|
|
39957
39982
|
}, [isExpanding]);
|
|
39958
39983
|
useEffect7(() => {
|
|
39959
|
-
if (
|
|
39960
|
-
|
|
39961
|
-
isAllGroupsExpanded &&
|
|
39984
|
+
if (notifyParentRef.current) {
|
|
39985
|
+
notifyParentRef.current(
|
|
39986
|
+
isAllGroupsExpanded && groupsRef.current.every(
|
|
39962
39987
|
({ groupName }) => isAllSubgroupsExpanded.includes(groupName)
|
|
39963
39988
|
)
|
|
39964
39989
|
);
|
|
39965
39990
|
}
|
|
39966
|
-
}, [
|
|
39991
|
+
}, [
|
|
39992
|
+
isAllSubgroupsExpanded,
|
|
39993
|
+
isAllGroupsExpanded,
|
|
39994
|
+
notifyParentRef,
|
|
39995
|
+
groupsRef
|
|
39996
|
+
]);
|
|
39967
39997
|
const groupColumnConfig = {
|
|
39968
39998
|
groupName: {
|
|
39969
39999
|
columnType: "control" /* CONTROL */,
|
|
@@ -40910,9 +40940,9 @@ var WfoSubscriptionProductBlock = ({
|
|
|
40910
40940
|
return 0;
|
|
40911
40941
|
}
|
|
40912
40942
|
).map((productBlockInstanceValue, index) => {
|
|
40913
|
-
if (productBlockInstanceValue && !isEmpty2(
|
|
40943
|
+
if (productBlockInstanceValue && (!isEmpty2(
|
|
40914
40944
|
productBlockInstanceValue.value
|
|
40915
|
-
)) {
|
|
40945
|
+
) || showDetails)) {
|
|
40916
40946
|
return /* @__PURE__ */ jsx109(
|
|
40917
40947
|
WfoProductBlockKeyValueRow,
|
|
40918
40948
|
{
|
|
@@ -40936,9 +40966,7 @@ var WfoProductBlockKeyValueRow = ({ fieldValue }) => {
|
|
|
40936
40966
|
const { leftColumnStyle, rowStyle } = useWithOrchestratorTheme(getStyles5);
|
|
40937
40967
|
const { getOverriddenValue } = useSubscriptionDetailValueOverride();
|
|
40938
40968
|
const { field, value } = fieldValue;
|
|
40939
|
-
const WfoProductBlockValue = ({
|
|
40940
|
-
value: value2
|
|
40941
|
-
}) => {
|
|
40969
|
+
const WfoProductBlockValue = ({ value: value2 }) => {
|
|
40942
40970
|
if (typeof value2 === "boolean") {
|
|
40943
40971
|
return /* @__PURE__ */ jsx110(EuiBadge3, { children: value2.toString() });
|
|
40944
40972
|
} else if (Array.isArray(value2)) {
|
|
@@ -43722,7 +43750,7 @@ function LocationCode({ locationCodes, ...props }) {
|
|
|
43722
43750
|
var LocationCodeField = connectField16(LocationCode, { kind: "leaf" });
|
|
43723
43751
|
|
|
43724
43752
|
// src/components/WfoForms/formFields/deprecated/ContactPersonAutocomplete.tsx
|
|
43725
|
-
import { useEffect as useEffect11, useRef as
|
|
43753
|
+
import { useEffect as useEffect11, useRef as useRef6 } from "react";
|
|
43726
43754
|
import scrollIntoView from "scroll-into-view";
|
|
43727
43755
|
import { EuiFlexItem as EuiFlexItem16 } from "@elastic/eui";
|
|
43728
43756
|
|
|
@@ -43843,7 +43871,7 @@ var ContactPersonAutocomplete = ({
|
|
|
43843
43871
|
suggestions
|
|
43844
43872
|
}) => {
|
|
43845
43873
|
const { contactPersonAutocompleteStyling } = useWithOrchestratorTheme(getStyles11);
|
|
43846
|
-
const selectedRowRef =
|
|
43874
|
+
const selectedRowRef = useRef6(null);
|
|
43847
43875
|
useEffect11(() => {
|
|
43848
43876
|
if (!isEmpty(suggestions) && selectedRowRef.current) {
|
|
43849
43877
|
scrollIntoView(selectedRowRef.current);
|
|
@@ -47622,7 +47650,7 @@ var WfoProcessListSubscriptionsCell = ({
|
|
|
47622
47650
|
};
|
|
47623
47651
|
|
|
47624
47652
|
// src/pages/processes/WfoProcessDetailPage.tsx
|
|
47625
|
-
import { useRef as
|
|
47653
|
+
import { useRef as useRef7 } from "react";
|
|
47626
47654
|
|
|
47627
47655
|
// src/rtk/endpoints/processDetail.ts
|
|
47628
47656
|
var processDetailQuery = `query ProcessDetail($processId: String!) {
|
|
@@ -48125,7 +48153,7 @@ import { jsx as jsx182 } from "@emotion/react/jsx-runtime";
|
|
|
48125
48153
|
var WfoProcessDetailPage = ({
|
|
48126
48154
|
processId
|
|
48127
48155
|
}) => {
|
|
48128
|
-
const stepListRef =
|
|
48156
|
+
const stepListRef = useRef7(null);
|
|
48129
48157
|
const { data, isLoading, isError: isError2 } = useGetProcessDetailQuery({
|
|
48130
48158
|
processId
|
|
48131
48159
|
});
|
|
@@ -48592,7 +48620,7 @@ var WfoStep = React55.forwardRef(
|
|
|
48592
48620
|
WfoStep.displayName = "WfoStep";
|
|
48593
48621
|
|
|
48594
48622
|
// src/components/WfoWorkflowSteps/WfoStepList/WfoStepList.tsx
|
|
48595
|
-
import React56, { useImperativeHandle as useImperativeHandle2, useRef as
|
|
48623
|
+
import React56, { useImperativeHandle as useImperativeHandle2, useRef as useRef8 } from "react";
|
|
48596
48624
|
import { Fragment as Fragment47, jsx as jsx186, jsxs as jsxs104 } from "@emotion/react/jsx-runtime";
|
|
48597
48625
|
var WfoStepList = React56.forwardRef(
|
|
48598
48626
|
({
|
|
@@ -48605,7 +48633,7 @@ var WfoStepList = React56.forwardRef(
|
|
|
48605
48633
|
processId
|
|
48606
48634
|
}, reference) => {
|
|
48607
48635
|
const { stepSpacerStyle } = useWithOrchestratorTheme(getStyles13);
|
|
48608
|
-
const stepReferences =
|
|
48636
|
+
const stepReferences = useRef8(/* @__PURE__ */ new Map());
|
|
48609
48637
|
let stepStartTime = startedAt;
|
|
48610
48638
|
useImperativeHandle2(reference, () => ({
|
|
48611
48639
|
scrollToStep: async (stepId) => {
|
|
@@ -52804,6 +52832,7 @@ export {
|
|
|
52804
52832
|
subscriptionListTabs,
|
|
52805
52833
|
subscriptionsDropdownOptionsQuery,
|
|
52806
52834
|
tasksQuery,
|
|
52835
|
+
toObjectWithSerializedValues,
|
|
52807
52836
|
toObjectWithSortedKeys,
|
|
52808
52837
|
toObjectWithSortedProperties,
|
|
52809
52838
|
toOptionalArrayEntry,
|