Index

src/lib/action-bar/action-bar.component.ts

ActionBarTreeGroupItemType

ActionBarTreeGroupItemType

 ActionButton
 ActionButtonGroup

src/lib/sliding-grid/sliding-grid-bag.service.ts

AlignmentType

Alignment property for DataGridColumn

 Left
 Center
 Right
ViewPriority

View priority for dataGrid column, used to hide columns on smaller window sizes (tablet, phone, vertical mode)

 AlwaysVisibleInDesktop
 HighPriority
 MediumPriority
 LowPriority

src/lib/visual-data/visual-data-animations.ts

AnimationSpeed

AnimationSpeed

 Slow
 Normal
Value : 1
 Fast
Value : 2

src/lib/auth/auth-provider.service.ts

AuthMode
 Credentials
 Token
Value : 1
 SSO
Value : 2
AuthOperation

Used to define which authentication process is being made

 Login
 Sign
Value : 1
 Unlock
Value : 2

src/lib/column-view/column-view.component.ts

AutoSelectMode

Enum of possible auto select modes. Focus will focus and Select will select all content of target.

 NoSelection
 Focus
 Select
ColumnViewPart

Enum to type the column view part. If it's the columnView or leaf part

 ColumnView
 Leaf
Value : 1

src/lib/data-series-chart/data-series-chart.component.ts

Axis

Axis

 _X
 _Y
ChartSeriesAxis

Chart series axis

 Primary
 Secondary
Value : 1
ChartSeriesVisualizationType

Chart series visualization type

 Bar
 Column
 Area
 Line
 Points
DataSeriesChartType

DataSeriesChartType

 DataSeries
 List
Value : 1

src/lib/execution-buttons/execution-buttons.component.ts

BorderType

BorderType

 None
 Single
 Multiple

src/lib/base-action/base-action.ts

ButtonSize

ButtonSize

 Default
 Small
Value : 1
 Condensed
Value : 2

src/lib/visual-data/circular-progress-bar/circular-progress-bar.component.ts

CircularProgressBarType

CircularProgressBarType

 FullCircle
 HalfCircle
Value : 1

src/lib/code-editor/code-editor-structure.ts

CodeEditorLanguage

Code editor languages

 Javascript
 Typescript
 CSharp
 HTML
 LESS
 JSON
 LOG
 EXPR
 SQL
 XML
 JSONata
 Python
 PlainText
CodeEditorMode

Code editor Modes

 Editor
 Diff
CustomEditorThemes
 Dark
Value : cmf.style.dark
 Blue
Value : cmf.style.blue
 Gray
Value : cmf.style.gray

src/lib/color-sequence/color-sequence-type.ts

ColorSequenceBorderType
 Left
 Right
 Top
 Bottom
 All
ColorSequenceType
 Blocked
 Active
 Running
 Error
 Done

src/lib/column-view/column-view-util.service.ts

ColumnViewLeafState

Generic column view leaf state - used to define property and link items state

 NotApplicable
 Adding
Value : 1
 Added
Value : 2
 Unchanged
Value : 3
 Updating
Value : 4
 Updated
Value : 5
 Deleting
Value : 6
 Deleted
Value : 7
HeaderButtonOperationType

Header buttons actions

 Add
 Delete
Value : 1

src/lib/dropdown/dropdown-structure.ts

ComparisonMode

Comparison mode used for selection

 Strict
 Relaxed
Value : 1
DropdownOpenDirection

DropdownOpenDirection

 Top
 Bottom
DropdownState

DropdownState

 Open
 Close

src/lib/dialog/dialog.ts

ConfirmDialogResult

Confirm Dialog Result enumeration

 OK
 Cancel
DefaultHeaderTitle

Dialog Default Header Title enumeration

 Confirmation
 Error
 Warning
 Information
DialogFeedbackShowOptionsType
 Confirm
Value : dialog-feedback-confirm
 Error
Value : dialog-feedback-error
 Warning
Value : dialog-feedback-warning
 Info
Value : dialog-feedback-info

src/lib/node-editor/connect-dom-util.ts

ConnectionSocket

ConnectionSocket

 Back
 Front
Value : 1

src/lib/inbrowser-viewer/inbrowser-viewer.component.ts

ContentType

Content type of blob to be displayed by the InbrowserViewer component.

 Audio
 Video
Value : 1
 Image
Value : 2
 DocumentURL
Value : 3
 NoDisplay
Value : 4
 Invalid
Value : 5
 Custom
Value : 6
 HTML
Value : 7

src/lib/grid/grid.component.ts

DataGridDropdownItem
 ExportToCSV
Value : ExportToCSV
 FitToHeaders
Value : FitToHeaders
 FitToCells
Value : FitToCells
 AutoFit
Value : AutoFit
 FitToGridWidth
Value : FitToGridWidth
 Collapse
Value : Collapse
 Expand
Value : Expand

src/lib/date-time-viewer/date-time-viewer.component.ts

DateFormat
 Short
 Long
Value : 1
 CurrentWeek
Value : 2
TimeFormat
 Short
 Long
Value : 1

src/lib/date-time-range-picker/date-time-range-picker.component.ts

DateFormats
 DateTime
 Date
 Hour
 Day
 DayOfWeek
 WeekOfMonth
 WeekOfMonthYear
 Month
 MonthOfYear
 Year
 Time
DateTimeRangePickerSpinnerDirection
 Decrease
 Increase
DateTimeRangePickerSpinnerType
 Hour
 Day
 Week
 Month
 Year

src/lib/canvas-sandbox/canvas-sandbox.directive.ts

Direction

Direction

 Top
 Right
Value : 1
 Bottom
Value : 2
 Left
Value : 3

src/lib/drag-and-drop-tree/drag-and-drop-tree.component.ts

DragDropNodeListTypes
 DRAGGABLE_ITEM
 DROP_ITEM

src/lib/element-query/element-query-utils.ts

ElementQuerySize

ElementQuery sizing stages

 ExtraSmall
 Small
 Medium
 Large
 ExtraLarge

src/lib/execution-view/execution-view-definition.ts

ExecutionViewOperation

Operation that will let a consumer know which action was invoked

 Save
 Perform
 Init
 Cancel

src/lib/sliding-grid/sliding-grid-structure.ts

FetchMode

The Fetch mode is an important part of this component has it configures how it will behave.

ALWAYS - means that whenever sliding right or sliding back left, will trigger the fetch event. The idea is to alway request fresh data to display.

ONCE - probably the most frequent use case. It means the fetch will be triggered only when sliding right. Sliding back left will not trigger a fetch and also revisiting previously fetched levels will not trigger another fetch event.

NONE - means eager load. This is suitable for when all the data is available up-front. No fetch request will be raised when sliding right or left.

 ALWAYS
 ONCE
 NONE
HasChildren

An enum to specify if the DataGrid has rows or not. NO -> will display no right arrow YES -> will display the right arrow LAZY_LOAD -> will display no right arrow as this is not known when the DataGrid's data source is applied. A fetch needs to be performed and a new DataSource submitted to check if there are any children.

 NO
 YES
 LAZY_LOAD

src/lib/file-upload-circular-progress/file-upload-circular-progress.component.ts

FileUploadCircularProgressActions

FileUploadCircularProgressActions Enumerates the actions possible by clicking the component's buttons.

 Abort
 Retry
Value : 1
FileUploadCircularProgressDisplays

FileUploadCircularProgressDisplays Enumerates the possible display types of the component.

 Abort
 Retry
Value : 1
 Progress
Value : 2

src/lib/file-upload-status/file-upload-status.component.ts

FileUploadStatusActions

FileUploadStatusActions Enumerates the actions possible by clicking in the component or its subcomponent that need to be emitted.

 Abort
 Retry
Value : 1
 Delete
Value : 2

src/lib/fullscreen/fullscreen.directive.ts

FullScreenStates

Enum to handle native fullscreen states

 None
 Entering
 Fullscreen
 Exited

src/lib/node-editor/base-graph-node.ts

GraphNodeIOPortState

GraphNodeIOEntry Link State

 NONE
 HIGHLIGHTED
Value : 1
 GOOD_LINK_HOVER
Value : 3
 BAD_LINK_HOVER
Value : 4

src/lib/image-picker/image-picker-utils.ts

ImagePickerSelectionMode

Selection mode

 None
 Multi
 Single
PickerStyle

Picker style

 Style1
 Style2
Size

Size

 Small
 Medium
 Large

src/lib/input/input.component.ts

InputEditorType

Display value type, only used internally

 Spinner
 DateTimePicker
Value : 1
 CheckBox
Value : 2
 Input
Value : 3
 Timespan
Value : 4
 Switch
Value : 5
 Color
Value : 6
 Currency
Value : 7
 TextArea
Value : 8
 KeyboardPicker
Value : 9

src/lib/shortcut/shortcut-utils.service.ts

KeyboardShortcutEvents

Keyboard Shortcut events to emit

 EVENT_RELOAD_PAGE
Value : cmf.core.controls.shortcut.reloadPage
 EVENT_FULLSCREEN
Value : cmf.core.controls.shortcut.fullscreen
 EVENT_CLOSE_PAGE
Value : cmf.core.controls.shortcut.closePage
 EVENT_CLOSE_ALL_PAGES
Value : cmf.core.controls.shortcut.closeAllPages
 EVENT_CLOSE_OTHER_PAGES
Value : cmf.core.controls.shortcut.closeOtherPages
 EVENT_RESOLVED_SHORTCUTS
Value : cmf.core.controls.shortcut.resolvedShortcuts

src/lib/key-pad/key-pad.component.ts

KeyPadButtonType
 Clear
 Backspace
 DecimalSeparator
 Ok
 Number
 Negate
KeyPadType
 Long
 Decimal
Value : 1
 Integer
Value : 5
 Float8
Value : 25

src/lib/layout/layout.service.ts

LayoutAffectationLevel

Level of layout affectation for the whole system

 MyDefault
 UsersDefault

src/lib/layout/layout-model.service.ts

LayoutPageType

Page Type Enum: UIPage, Page

 UIPage
 Page

src/lib/node-editor/node-editor.component.ts

LinkConnector

Type of link connector

 Normal
 Rounded
 Smooth
 JumpOver
LinkRouter

Type of link router

 Normal
 Orthogonal
 Manhattan
 Metro

src/lib/diagram/diagram.component.ts

LinkPropertyType

LinkPropertyType

 LABEL
 IS_DASHED
Value : 1
 IS_SMOOTH
Value : 2
 LINE_WIDTH
Value : 3
 SOURCE_COLOR
Value : 4
 SOURCE_MARKER
Value : 5
 TARGET_COLOR
Value : 6
 TARGET_MARKER
Value : 7
MouseOperationMode

MouseOperationMode

 NONE
 GRABBING_LINK
Value : 1
 GRABBING_LINK_EDITOR
Value : 2

src/lib/select-list/select-list.component.ts

ListItemContentType

List content type enum.

 Img
 Text
 Both
ListItemType

List content type enum.

 Horizontal
 Vertical
ListSelectedItemBorderLocation

List type enum.

 Top
 Right
 Bottom
 Left
 None

src/lib/diagram/diagram-model.ts

MarkerType

MarkerType

 None
 Circle
 Arrow
 Square

src/lib/matrix/matrix-model.ts

MatrixCellSelectionRestriction

Defines the possible types of selection restriction that can be applied to cells

 None
 OnePerColumn
Value : 1
 Solitaire
Value : 2
 SolitaireColored
Value : 3
MatrixDefaultActions

Defines the type of default actions available

 SelectAll
 SelectRemaining
Value : 1
 UnselectAll
Value : 2
 Custom
Value : 3
MatrixRowOptionsActionId

Defines the Id of an action

 Create
 Edit
Value : 1
 Delete
Value : 2

src/lib/modal/modal.ts

ModalMode
 Page
 Shell

src/lib/side-bar-item/side-bar-item.component.ts

MoreOptionsActions

Enum used to check all the actions available in the more options menu

 Open
 OnStartUp
 Remove
 Up
 Down
 AddGlobalShortcut
 AddUserShortcut

src/lib/generic-diagram/generic-diagram.component.ts

MouseOperationMode

MouseOperationMode

 NONE
 GRABBING_LINK
Value : 1

src/lib/column-view/column-view-column/column-view-column.component.ts

MultiSelectionStatus

Defines if all, some, or none of the checkboxes are checked

 None
 Some
 All

src/lib/multi-view-calendar/multi-view-calendar-structure.ts

MultiViewCalendarSelectionType

Used to determine the selection type (defaults to multiple)

 Multiple
 Range
Value : 1

src/lib/tree-view/tree-view-node.component.ts

NameDisplayMode

Enum with the name display modes

 Both
 Name
Value : 1
 Alias
Value : 2

src/lib/node-editor/node-editor-model.ts

NodeEditorPortType

Port type

 In
 Out

src/lib/visual-data/number-delta/number-delta.component.ts

NumberDeltaType

NumberDeltaType

 Number
 Delta
Value : 1
 NumberDelta
Value : 2
 NumberDeltaSide
Value : 4
 DeltaIndicator
Value : 3

src/lib/dropdown-menu/dropdown-menu.component.ts

OpenMode

Dropdown open direction

 Auto
Value : Auto
 BottomLeft
Value : BottomLeft

src/lib/shortcut/shortcut.service.ts

OpenWizardResult

Enum with the possible results of an OpenWizard action

 ActionWasClicked
 DialogWasOpened
Value : 1
 Error
Value : 2

src/lib/page-splitter/page-splitter.component.ts

PageSplitterSides

Page splitter Sides enumeration

 Left
Value : left
 Right
Value : right

src/lib/page-section/page-section.component.ts

PlaceholderType

Placeholder types supported by the Page Section component

 PropertyViewer
Value : propertyViewer
 Table
Value : table
 Tiles
Value : tiles
 None

src/lib/pop-over/pop-over.component.ts

PopoverPlacement

Popover placement enum

 TopRight
Value : topright
 BottomRight
Value : bottomright
 TopLeft
Value : topleft
 BottomLeft
Value : bottomleft
 Auto
Value : auto
PopoverTrigger

Popover trigger options

 Click
Value : click
 Hover
Value : hover
 Focus
Value : focus
 Manual
Value : manual

src/lib/dynamic-pop-over/dynamic-pop-over.ts

PopOverTriggerMode

Popover Trigger Mode

 Click
 Hover
 Manual

src/lib/auth/providers/token.component.ts

ReadPhase
 Token
 Pin
Value : 1

src/lib/real-time-chart/real-time-chart-model.ts

RealTimeChartSerieType

Real time chart serie type

 Line
 Area
Value : 1

src/lib/result-message/result-type.ts

ResultType

Result type (error or success)

 Success
 RecuperableError
 NonRecuperableError

src/lib/list-view/list-view.component.ts

SelectionType

ListView selection type

 Single
 Multiple
Value : 1
 None
Value : 2

src/lib/single-column-view/single-column-view.component.ts

SingleColumnViewDisplayMode

The SingleColumnView display modes.

 SinglePanel
 DoublePanel

src/lib/sorting-toggle/sorting-toggle.component.ts

SortingOrder
 Ascending
 Descending

src/lib/spinner/spinner.component.ts

SpinnerType
 Long
 Decimal
 Integer
 Float8
 Percentage

src/lib/visual-data/thermometer/thermometer.component.ts

TemperatureUnit

Temperature Unit

 Celsius
 Fahrenheit
Value : 1
 Kelvin
Value : 2

src/lib/tile/tile.component.ts

TileOrientationType

Tile orientation type. If you change this keep the enum values.

 Horizontal
 Vertical
Value : 1

src/lib/time-line/time-line-utils.ts

TimeLineModelStep

TimeLineStep

 Custom
 Hour
Value : 1
 Day
Value : 2
 Week
Value : 3
 Month
Value : 4

src/lib/time-line/time-line.component.ts

TimeLineMouseState

TimeLineMouseState

 Idle
 DownOnWindow
 DownOnHandler
TimeLineTickSize

TimeLineTickSize

 ExtraSmall
 Small
Value : 1
 Medium
Value : 2
 Large
Value : 3
 LargeSpecial
Value : 4

src/lib/tree-view/tree-view-structure.ts

TreeViewModelNodeType

Used to in the node visual representation

 Standard
 Alternate
Value : 1
 NonSequential
Value : 2

src/lib/file-upload-service/file-upload.service.ts

UploadState

From FileUploadCircularProgressState Enumerates the possible states in which the component can be.

 NotStarted
 OnGoing
Value : 1
 Aborted
Value : 2
 Failed
Value : 3
 Completed
Value : 4

src/lib/validator/validator-model.service.ts

ValidationMode
 Quiet
 Inline

src/lib/action-buttons-combo-box/action-buttons-combo-box.component.ts

ValueType
 actionButtons
 actionButtonGroups

src/lib/visual-data/visual-data.service.ts

VisualDataColor

Color options for visual

 Green
 Yellow
Value : 1
 Red
Value : 2
 Blue
Value : 3
VisualDataType

VisualData visualization type:

  • Number: Value and unit (no color)
  • Delta: Delta and color
  • DeltaIndicator: Delta and arrow (pointing up or down according to value being above or bellow target)
  • NumberDelta: Number and unit, and as subtitle delta, delta percentage and color
  • RadialGauge: Radial gauge with colors and a pointer for the value
  • BulletGauge: Bullet gauge with colors for ranges and value in a bullet manner
  • ProgressBar: Horizontal bar with divisions representing the percentage (in steps of 10 or 5 depending on component size) (colored). Shows also value, units and percentage.
  • VerticalBar: Vertical bar with color filled by the percentage. Shows also value, units and percentage.
  • HalfCircle: Similar to vertical bar, but in a radial manner (half circle). Shows also value, units and percentage.
  • FullCircle: Similar to a vertical bar, but in a full circle. Shows also value, units and percentage.
  • Thermometer: Visual similar to a Thermometer representing the percentage of the value visually like a vertical bar. Shows value and units.
 Number
 Delta
Value : 1
 DeltaIndicator
Value : 2
 NumberDelta
Value : 3
 NumberDeltaSide
Value : 12
 RadialGauge
Value : 4
 BulletGauge
Value : 6
 ProgressBar
Value : 7
 VerticalBar
Value : 8
 HalfCircle
Value : 9
 FullCircle
Value : 10
 Thermometer
Value : 11

results matching ""

    No results matching ""