Index

projects/congarevenuecloud/elements/src/lib/chart/chart.component.ts

AnimationOptions

Enum representing various easing options for animations.

 LINEAR
Value : linear
 EASE_IN_QUAD
Value : easeInQuad
 EASE_OUT_QUAD
Value : easeOutQuad
 EASE_IN_OUT_QUAD
Value : easeInOutQuad
 EASE_IN_CUBIC
Value : easeInCubic
 EASE_OUT_CUBIC
Value : easeOutCubic
 EASE_IN_OUT_CUBIC
Value : easeInOutCubic
 EASE_IN_QUART
Value : easeInQuart
 EASE_OUT_QUART
Value : easeOutQuart
 EASE_IN_OUT_QUART
Value : easeInOutQuart
 EASE_IN_QUINT
Value : easeInQuint
 EASE_OUT_QUINT
Value : easeOutQuint
 EASE_IN_OUT_QUINT
Value : easeInOutQuint
 EASE_IN_SINE
Value : easeInSine
 EASE_OUT_SINE
Value : easeOutSine
 EASE_IN_OUT_SINE
Value : easeInOutSine
 EASE_IN_EXPO
Value : easeInExpo
 EASE_OUT_EXPO
Value : easeOutExpo
 EASE_IN_OUT_EXPO
Value : easeInOutExpo
 EASE_IN_CIRC
Value : easeInCirc
 EASE_OUT_CIRC
Value : easeOutCirc
 EASE_IN_OUT_CIRC
Value : easeInOutCirc
 EASE_IN_ELASTIC
Value : easeInElastic
 EASE_OUT_ELASTIC
Value : easeOutElastic
 EASE_IN_OUT_ELASTIC
Value : easeInOutElastic
 EASE_IN_BACK
Value : easeInBack
 EASE_OUT_BACK
Value : easeOutBack
 EASE_IN_OUT_BACK
Value : easeInOutBack
 EASE_IN_BOUNCE
Value : easeInBounce
 EASE_OUT_BOUNCE
Value : easeOutBounce
 EASE_IN_OUT_BOUNCE
Value : easeInOutBounce

projects/congarevenuecloud/ecommerce/src/lib/modules/pricing/pipes/convert.pipe.ts

DateFormat

This enum provides various pre-defined formats that can be used for formatting dates and times in different styles.

 ShortDateFormat
Value : M/d/yyyy
 FullDate
Value : EEEE, MMMM d, y
 DateTimeFormat
Value : M/d/yyyy, h:mm
 MediumDate
Value : MMM d, y
 LongDate
Value : MMMM d, y
 StandardDate
Value : MM/dd/yyyy
 FullTime
Value : h:mm:ss a zzzz
 ShortTime
Value : h:mm a
 MediumTime
Value : h:mm:ss a
 LongTime
Value : h:mm:ss a z

projects/congarevenuecloud/ecommerce/src/lib/modules/crm/services/email.service.ts

EmailPriority

Enum representing the priority of the email.

 HIGH
Value : High
 NORMAL
Value : Normal
 LOW
Value : Low

projects/congarevenuecloud/ecommerce/src/lib/modules/cart/enums/line-status.enum.ts

LineStatus

Enum representing the various statuses a line item or asset can have during its lifecycle. Each status reflects a state or action taken on the asset:

  • New: The line item is newly created and has not been processed yet.
  • Existing: The line item already exists and is in use.
  • Renew: The asset has been renewed for continued usage.
  • Cancel: The asset has been terminated and is no longer active.
  • Increment: The asset's quantity or scope has been increased.
  • Amend: Modifications have been applied to the asset.
  • Upgrade: The asset has been enhanced or upgraded to a better version.
  • Activate: The asset has been activated and is now in effect.
 New
Value : New
 Existing
Value : Existing
 Renew
Value : Renewed
 Cancel
Value : Cancelled
 Increment
Value : Incremented
 Amend
Value : Amended
 Upgrade
Value : Upgraded
 Activate
Value : Activated

projects/congarevenuecloud/ecommerce/src/lib/modules/store/services/storefront.service.ts

SettingsName

Enum to represent the different settings that can be fetched.

 CONFIG_SELECT_CONFIG_PRODUCTS
Value : configSelectConfigProductssettings
 ASSET_SYSTEM_PROPERTIES
Value : assetSystemProperties

results matching ""

    No results matching ""