Index

libs/acl/src/lib/acl-engine/types.ts

AclResetState
AclResourceState
AclRuleState
AclResetState | AclResourceState

libs/nx/src/models/acl-yaml.schema.ts

AclYamlSchema
AclDescriptor[]

libs/common/src/lib/typed-forms/types.ts

AsyncValidator
This has been rendered obsolete by Angular 14 along with TALY typed forms.
AsyncValidatorFn | AsyncValidatorFn[] | null
AsyncValidatorFn
This has been rendered obsolete by Angular 14 along with TALY typed forms.
function
ControlEventOptions
This has been rendered obsolete by Angular 14 along with TALY typed forms.
Pick<ControlOptions | "emitEvent" | "onlySelf">
ControlPath
This has been rendered obsolete by Angular 14 along with TALY typed forms.
(string | number)[] | string
ControlState
This has been rendered obsolete by Angular 14 along with TALY typed forms.
"VALID" | "INVALID" | "PENDING" | "DISABLED"
EmitEvent
This has been rendered obsolete by Angular 14 along with TALY typed forms.
Pick<ControlOptions | emitEvent>
ExtractStrings
This has been rendered obsolete by Angular 14 along with TALY typed forms.
Extract<T | string>
Obj
This has been rendered obsolete by Angular 14 along with TALY typed forms.
Record<string | any>
OnlySelf
This has been rendered obsolete by Angular 14 along with TALY typed forms.
Pick<ControlOptions | onlySelf>
OrBoxedValue
This has been rendered obsolete by Angular 14 along with TALY typed forms.
T | BoxedValue<T>
ValidationErrors
This has been rendered obsolete by Angular 14 along with TALY typed forms.
T
Validator
ValidatorFn | ValidatorFn[]
ValidatorFn
This has been rendered obsolete by Angular 14 along with TALY typed forms.
function
ValidatorOrOpts
This has been rendered obsolete by Angular 14 along with TALY typed forms.
ValidatorFn | ValidatorFn[] | NgAbstractControlOptions | null

libs/core/schemas/src/file-schemas/pages-json-parts.schema.ts

BannerBlockConfiguration
Omit<BaseBuildingBlockConfiguration | sidebar>
BuildingBlockConfiguration

Describe the configuration of your Building Block. This is required for generation and runtime.

BuildingBlockConfigurationWithSection | BuildingBlockConfigurationWithPanel
BuildingBlockStyle

Apply styling options to this Building Block.

BaseBuildingBlockStyle | CompactBuildingBlockStyle
FrameNavigationConfig

Configuration for navigation stepper

FrameNavigationConfigWithSections | FrameNavigationConfigWithJumpNavigationMenu
JumpNavigationMenuEntry
JumpNavigationMenuParentEntry | JumpNavigationMenuLeafEntry
NotificationConfig
BaseNotificationConfig | ErrorNotificationConfig
NotificationContext
"info" | "error" | "success" | "warning"
OverarchingDetailsBlockConfiguration
Omit<BaseBuildingBlockConfiguration | "buildingBlockStyle" | "sidebar">

libs/core/schemas/src/file-schemas/dynamic-form-config.model.ts

BaseDynamicFormBBConfiguration
DynamicFormBBConfiguration
DynamicFormBBConfigurationWithSection | DynamicFormBBConfigurationWithPanel

libs/core/src/lib/services/building-block-meta.service.ts

BuildingBlockPageMetaData
Record<string | BuildingBlockMetaData>

libs/pfe-connector/src/lib/types.ts

BuildingBlockResourceMap
Record<string | StaticResource | StoreQuery>
ExpressionFromQueryFunction
function
ObservableFromQueryFunction

Abstractions to be decouple PFE while keeping the query aspect. This will help to move the query handling into the core soon.

function
StaticResourceList
Record<string | StaticResource>

libs/nx/src/generators/journey-src/lib/create-pages/single-page/example-state.ts

BuildingBlockWithExampleMap
Map<string | BuildingBlockWithExample>

libs/core/src/lib/services/taly-business-event.service.ts

BusinessEventConfig

Business event configuration. The business event can run either a PFE service activator or a PFE action

BusinessEventServiceActivator | BusinessEventAction
BusinessEventPfeActionConfig

PFE action configuration in business event object with "handlerType" 'PFE_ACTION'

PfeActionConfig | PfeBaseActionConfig
BusinessEventServiceActivator

Business event configuration for a PFE service activator. Either a PFE service activator id or an object containing a service activator configuration.

string | literal type
BusinessEventServiceActivatorConfig

PFE service activator configuration in business event object with "handlerType" 'PFE_SERVICE_ACTIVATOR'.

NavServiceActivatorConfig

libs/core/dynamic-form/checkbox/src/checkbox.model.ts

CheckboxLabelSize

libs/core/dynamic-form/src/form/form.component.ts

ContainerLayout

libs/nx/src/generators/journey-src/lib/create-pages/single-page/create-page-data-assignment.ts

curriedCreateLocalizeAssignmentFunction

Signature for the return value of createLocalizeAssignment to ensure we pass in the correct function.

function

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/get-form-correct-return-custom-type.ts

CustomType
"VariantOne" | "VariantTwo " | "VariantThree"

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/get-form-correct-return-custom-type.ts

CustomType
"VariantOne" | "VariantTwo " | "VariantThree"

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/derived-types.ts

DerivedType
Pick<BaseForType | "parties" | "abc">

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/derived-types.ts

DerivedType
Pick<BaseForType | "parties" | "abc">

libs/nx/src/executors/introspection/compat/__test/example-library/src/lib/my-building-block/my-building-block.component.ts

DerivedType
Pick<BaseForType | "parties" | "abc">
SomeType
literal type

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/lib/my-building-block/my-building-block.component.ts

DerivedType
Pick<BaseForType | "parties" | "abc">
SomeType
literal type

libs/core/schemas/src/file-schemas/dynamic-form/dynamic-form-config.model.ts

DfBasicComponentsConfig

This combined type provides access to the configuration data models of all the default dynamic form types. It can also be used as an extension point for custom dynamic form components. For example: export type FormFieldCustomExtendedType = XtraDynamicFormfieldConfig | MyCustomDynamicFormComponent

DfCheckboxConfig | DfCircleToggleGroupConfig | DfDateConfig | DfDropdownConfig | DfHeadlineConfig | DfInputConfig | DfParagraphConfig | DfRadioConfig | DfTextAreaConfig | DfSwitcherConfig | DfCustomComponentConfig | DfLineBreakConfig
DynamicFormConfiguration

A DynamicFormConfiguration contains the layout and fields of a dynamic form.

BaseDynamicFormConfiguration<DfBasicComponentsConfig>

libs/core/dynamic-form/src/base/base.model.ts

DfComponentConfig
literal type
DfFormfieldSpacing
DfInteractiveEventConfig
Exclude<BusinessEventConfig | string>

libs/core/dynamic-form/date/src/date.model.ts

DfDateDefaultValues
DfDateStartViewType

libs/core/dynamic-form/src/utils/form-layout/form-layout.model.ts

DfFormLayout
DfFormLayoutClassName

libs/core/src/lib/validation-config.model.ts

DistributiveOmit
DynamicFormValidationConfig
DistributiveOmit<ValidationRule | id>
ValidationParam
JsonValue | Record<string | > | []
ValidationRule
RequiredValidatorRule | RequiredTrueValidatorRule | EmailValidatorRule | MinValidatorRule | DynamicMinValidatorRule | MaxValidatorRule | DynamicMaxValidatorRule | MinDateValidatorRule | MaxDateValidatorRule | MinLengthValidatorRule | MaxLengthValidatorRule | PatternValidatorRule | PluginValidationRule

libs/common/src/lib/dynamic-form-bb/dynamic-form-bb.model.ts

DynamicFormBbState
Record<string | > | undefined

libs/nx/src/executors/extract-i18n/schema.ts

ExtractI18nExecutorSchema
Omit<ExtractI18nBuilderOptions | "progress" | "browserTarget">

libs/core/src/lib/services/taly-page-data.service.ts

ExtraPageAction

Available types of additional action buttons

"SAVE_OFFER" | "CANCEL_OPERATION"
PageTitle
string | PageTitleObject | Stage
Stage
PageTitleAsStageBase | PageTitleAsStageWithSubline | PageTitleAsStageWithTopline

libs/common/frame/src/frame-parts/navigation/jump-navigation-menu.component.ts

FlatTreeNode

libs/nx/src/executors/introspection/compat/utils/extract-form-properties.ts

FormProperty
literal type

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/get-form-recursive-return-type.ts

FormType
literal type
FourthLayerWithRecursionType
literal type
SecondLayerType
literal type
ThirdLayerType
literal type

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/get-form-recursive-return-type.ts

FormType
literal type
FourthLayerWithRecursionType
literal type
SecondLayerType
literal type
ThirdLayerType
literal type

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/get-form-recursive-return-type-and-interface.ts

FourthLayerWithRecursionType
literal type
SecondLayerType
literal type

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/get-form-recursive-return-type-and-interface.ts

FourthLayerWithRecursionType
literal type
SecondLayerType
literal type

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/resources/recursive-type-and-interface.ts

FourthLayerWithRecursionType
literal type
SecondLayerType
literal type

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/state/recursive-type-and-interface.ts

FourthLayerWithRecursionType
literal type
SecondLayerType
literal type

libs/sdk/src/node/workspace/generate/generate.ts

GenerateWorkspacePreset
"empty" | "journey" | "library"

libs/sdk/src/lib/model/split-journey-configuration.schema.ts

GlobalActionsJsonSchema
GlobalServiceActivatorsJsonSchema

libs/core/dynamic-form/headline/src/headline.model.ts

HeaderOption
"page" | "page-bold-caps" | "section" | "subsection-large" | "subsection-medium" | "subsection-small" | "subsection-xsmall"
HeaderType

libs/nx/src/executors/extract-plugin-metadata/compat/base/create-inspector.ts

InspectionFn
function

libs/nx/src/executors/introspection/compat/base/create-inspector.ts

InspectionFn
function

libs/core/schemas/src/file-schemas/introspection-file.schema.ts

IntrospectionFileSchema
IntrospectionFileSchemaObject[]

libs/core/src/lib/model.ts

JourneyTarget
"app" | "webcomponent" | "module"

libs/sdk/src/lib/journey/transform/transform.ts

JsonValue
boolean | string | number | object | null

libs/sdk/src/node/journey/load/multi-tenant-journey/multi-tenant-journey-utils.ts

JsonValue
boolean | string | number | null | literal type | JsonValue[]

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/type-instead-of-interface-error.ts

MyState
literal type

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/warnings-2.ts

MyState
literal type

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/type-instead-of-interface-error.ts

MyState
literal type

libs/core/src/lib/building-block/abstract-building-block.ts

NoArray
RecordObjectLike

Why don't we use Record<string, any> here? Unfortunately, this is not fully supported by the json schema generator. With the usage of Record, the type safety there is lost.

See also: https://github.com/YousefED/typescript-json-schema/issues/547

(In reality, this does not make a real difference in the AbstractBuildingBlock, but it is what Building Blocks should also do)

Record<string | any>

libs/oauth/src/lib/symbols.ts

OauthConfig
OauthConfigWithAppTokenUrl | OauthConfigWithAppTokenPageIdOrInternalPath

libs/sdk/src/lib/model/page.ts

PageId
id

libs/core/showroom/src/showroom.model.ts

PageInJourneyExampleData
Record<string | BuildingBlockExampleDataItem>

libs/sdk/src/lib/analytics/building-blocks.ts

PageWithBlocks

libs/nx/src/generators/journey-src/lib/create-pages/single-page/merge-blocks-and-panels-into-sections.ts

PanelOrSectionOrBlock
PanelRuntimeDefinition | SectionOrBlock
SectionOrBlock
SectionRuntimeDefinition | BuildingBlockConfiguration

libs/core/src/lib/taly-placeholder-bb/taly-placeholder-bb.model.ts

PlaceholderComponentState
Record<string | >

libs/core/src/lib/form-support/plugins-validation.ts

PluginValidatorType
`PLUGIN_${string}`
PluginValidatorUnion
PluginValidator | AsyncPluginValidator

libs/nx/src/executors/introspection/compat/utils/process-properties.ts

ProcessPropertiesFunction
function

libs/core/form-tracking/src/lib/form-tracking.ts

PushEventFunction
function

libs/common/frame/src/frame-parts/navigation/model.ts

SectionConfig
Map<string | SectionConfiguration>

libs/common/frame/src/services/sidebar.service.ts

SidebarTemplateSet
Set<TemplateRef<>>

libs/core/src/lib/services/taly-resources.service.ts

StaticResource
boolean | number | string | object | [] | null

libs/common/ui/src/summary-panel/summary-panel.component.ts

StyleOfThePanel
Uppercase<AccordionStyle>

libs/core/dynamic-form/switcher/src/switcher.model.ts

SwitcherLabelPosition
SwitcherSize

libs/acl/form-support/src/lib/core/control-enforcer.ts

SyncEnforcer
function

libs/core/src/lib/utils/natural-dates.ts

Units
"d" | "w" | "m" | "y"

libs/core/src/lib/form-support/validation.model.ts

ValidationConfig
ValidationConfigItem
ValidationDefinitions
Record<string | ValidationConfig>

libs/common/web-components/src/utils/utils.ts

WebComponentRoutes
Record<string | string>

results matching ""

    No results matching ""