maxFilesValidator |
Default value : (maxFiles: number): ValidatorFn =>
(control: AbstractControl): { maxFiles: number } | null =>
control.value && control.value.length > maxFiles ? { maxFiles } : null
|
isJson |
Default value : (value: string): boolean => {
try {
JSON.parse(value);
} catch (e) {
return false;
}
return true;
}
|
COMPONENTS |
Type : []
|
Default value : [
...EUI_APP,
...EUI_TOOLBAR,
...EUI_FOOTER,
...EUI_HEADER,
...EUI_SIDEBAR_TOGGLE,
...EUI_NOTIFICATIONS,
...EUI_NOTIFICATIONS_V2,
]
|
COMPONENTS |
Type : []
|
Default value : [EuiApexChartComponent]
|
context |
Default value : require.context('../', true, /\.spec\.ts$/)
|
require |
Type : any
|
dateInputValidator |
Type : ValidatorFn
|
Default value : (control: AbstractControl): ValidationErrors | null =>
control.value === null ? { invalidDate: true } : null
|
DEFAULT_FORMATS |
Type : object
|
Default value : {
parse: {
dateInput: 'L',
},
display: {
dateInput: 'L',
monthYearLabel: 'MM/YYYY',
dateA11yLabel: 'LL',
monthYearA11yLabel: 'LL',
},
}
|
defaultModules |
Type : object
|
Default value : {
toolbar: [
['bold', 'italic', 'underline', 'strike'], // toggled buttons
['blockquote', 'code-block'],
[{ header: 1 }, { header: 2 }], // custom button values
[{ list: 'ordered' }, { list: 'bullet' }],
[{ script: 'sub' }, { script: 'super' }], // superscript/subscript
[{ indent: '-1' }, { indent: '+1' }], // outdent/indent
[{ direction: 'rtl' }], // text direction
[{ size: ['small', false, 'large', 'huge'] }], // custom dropdown
[{ header: [1, 2, 3, 4, 5, 6, false] }],
[{ color: [] }, { background: [] }], // dropdown with defaults from theme
[{ font: [] }],
[{ align: [] }],
['clean'], // remove formatting button
['table'], // adds the insert table button
['link', 'image', 'video'], // link and image, video
],
}
|
DIALOG_COMPONENT_CONFIG |
Default value : new InjectionToken<any>('DIALOG_COMPONENT_CONFIG')
|
DIALOG_CONTAINER_CONFIG |
Default value : new InjectionToken<any>('DIALOG_CONTAINER_CONFIG')
|
EUI_ACCORDION |
Default value : [
EuiAccordionComponent,
EuiAccordionItemComponent,
EuiAccordionItemHeaderDirective,
] as const
|
EUI_ALERT |
Default value : [
EuiAlertComponent,
EuiAlertTitleComponent,
] as const
|
EUI_APP_BREADCRUMB |
Default value : [
EuiAppBreadcrumbComponent,
] as const
|
EUI_APP_FOOTER |
Default value : [
EuiAppFooterComponent,
] as const
|
EUI_APP_HEADER |
Default value : [
EuiAppHeaderComponent,
] as const
|
EUI_APP_TOOLBAR |
Default value : [
EuiAppToolbarComponent,
] as const
|
EUI_APP_TOP_MESSAGE |
Default value : [
EuiAppTopMessageComponent,
] as const
|
EUI_AUTOCOMPLETE |
Default value : [
EuiAutocompleteComponent,
EuiAutocompleteOptionComponent,
EuiAutocompleteOptionGroupComponent,
] as const
|
EUI_BADGE |
Default value : [
EuiBadgeComponent,
] as const
|
EUI_BANNER |
Default value : [
EuiBannerComponent,
EuiBannerTitleComponent,
EuiBannerDescriptionComponent,
EuiBannerCtaComponent,
EuiBannerVideoComponent,
] as const
|
EUI_BLOCK_CONTENT |
Default value : [
EuiBlockContentComponent,
] as const
|
EUI_BLOCK_DOCUMENT |
Default value : [
EuiBlockDocumentComponent,
] as const
|
EUI_BREADCRUMB |
Default value : [
EuiBreadcrumbComponent,
EuiBreadcrumbItemComponent,
] as const
|
EUI_BUTTON |
Default value : [
EuiButtonComponent,
] as const
|
EUI_BUTTON_GROUP |
Default value : [
EuiButtonGroupComponent,
] as const
|
EUI_CHARTS |
Default value : [
EuiApexChartComponent,
] as const
|
EUI_CHIP |
Default value : [
EuiChipComponent,
] as const
|
EUI_CHIP_GROUP |
Default value : [
EuiChipGroupComponent,
] as const
|
EUI_CHIP_LIST |
Default value : [
EuiChipListAppendContentDirective,
EuiChipListComponent,
] as const
|
EUI_DASHBOARD_BUTTON |
Default value : [
EuiDashboardButtonComponent,
EuiDashboardButtonIconDirective,
EuiDashboardButtonLabelDirective,
] as const
|
EUI_DATE_BLOCK |
Default value : [
EuiDateBlockComponent,
] as const
|
EUI_DATE_RANGE_SELECTOR |
Default value : [
EuiTimeRangepickerComponent,
EuiDateRangeSelectorComponent,
] as const
|
EUI_DATEPICKER |
Default value : [
EuiDatepickerComponent,
EuiLetterFormatDirective,
EuiYearFormatDirective,
EuiMonthYearFormatDirective,
EuiActionButtonsDirective,
] as const
|
EUI_DIALOG |
Default value : [
EuiDialogComponent,
EuiDialogHeaderDirective,
EuiDialogFooterDirective,
EuiDialogContainerComponent,
] as const
|
EUI_DIMMER |
Default value : [
EuiDimmerComponent,
] as const
|
EUI_DISABLE_CONTENT |
Default value : [
EuiDisableContentComponent,
] as const
|
EUI_DISCUSSION_THREAD |
Default value : [
EuiDiscussionThreadComponent,
EuiDiscussionThreadItemComponent,
] as const
|
EUI_DROPDOWN |
Default value : [
EuiDropdownComponent,
EuiDropdownItemComponent,
EuiDropdownContentDirective,
] as const
|
EUI_FEEDBACK_MESSAGE |
Default value : [
EuiFeedbackMessageComponent,
] as const
|
EUI_FIELDSET |
Default value : [
EuiFieldsetComponent,
EuiFieldsetLabelExtraContentTagDirective,
EuiFieldsetLabelRightContentTagDirective,
] as const
|
EUI_FILE_UPLOAD |
Default value : [
EuiFileUploadComponent,
EuiFileUploadProgressComponent,
EuiFilePreviewComponent,
EuiFileSizePipe,
] as const
|
EUI_FOOTER |
Default value : [
EuiFooterComponent,
] as const
|
EUI_GROWL |
Default value : [ EuiGrowlComponent ] as const
|
EUI_ICON |
Default value : [
EuiIconSvgComponent,
] as const
|
EUI_ICON_BUTTON |
Default value : [
EuiIconButtonComponent,
] as const
|
EUI_ICON_BUTTON_EXPANDER |
Default value : [
EuiIconButtonExpanderComponent,
] as const
|
EUI_ICON_COLOR |
Default value : [
EuiIconColorComponent,
] as const
|
EUI_ICON_INPUT |
Default value : [
EuiIconInputComponent,
] as const
|
EUI_ICON_STATE |
Default value : [
EuiIconStateComponent,
] as const
|
EUI_ICON_TOGGLE |
Default value : [
EuiIconToggleComponent,
] as const
|
EUI_INPUT_CHECKBOX |
Default value : [
EuiInputCheckboxComponent,
] as const
|
EUI_INPUT_GROUP |
Default value : [
EuiInputGroupComponent,
EuiInputGroupAddOnComponent,
EuiInputGroupAddOnItemComponent,
] as const
|
EUI_INPUT_NUMBER |
Default value : [
EuiInputNumberComponent,
EuiInputNumberDirective,
] as const
|
EUI_INPUT_RADIO |
Default value : [
EuiInputRadioComponent,
] as const
|
EUI_INPUT_TEXT |
Default value : [
EuiInputTextComponent,
] as const
|
EUI_LABEL |
Default value : [
EuiLabelComponent,
] as const
|
EUI_LANGUAGE_SELECTOR |
Default value : [
EuiLanguageSelectorComponent,
EuiModalSelectorComponent,
] as const
|
EUI_LAYOUT |
Default value : [
...EUI_APP,
...EUI_TOOLBAR,
...EUI_FOOTER,
...EUI_HEADER,
...EUI_SIDEBAR_TOGGLE,
...EUI_NOTIFICATIONS,
...EUI_NOTIFICATIONS_V2,
] as const
|
EUI_LIST |
Default value : [
EuiListComponent,
EuiListItemComponent,
] as const
|
EUI_MENU |
Default value : [
EuiMenuComponent,
EuiMenuItemComponent,
] as const
|
EUI_MESSAGE_BOX |
Default value : [
EuiMessageBoxComponent,
EuiMessageBoxFooterDirective,
] as const
|
EUI_NAVBAR |
Default value : [
EuiNavbarComponent,
EuiNavbarItemComponent,
] as const
|
EUI_NOTIFICATIONS |
Default value : [
EuiNotificationsComponent,
EuiNotificationItemComponent,
] as const
|
EUI_NOTIFICATIONS_V2 |
Default value : [
EuiNotificationsV2Component,
EuiNotificationItemV2Component,
] as const
|
EUI_PAGINATOR |
Default value : [ EuiPaginatorComponent ] as const
|
EUI_POPOVER |
Default value : [
EuiPopoverComponent,
] as const
|
EUI_PROGRESS_BAR |
Default value : [
EuiProgressBarComponent,
] as const
|
EUI_PROGRESS_CIRCLE |
Default value : [
EuiProgressCircleComponent,
] as const
|
EUI_RATING |
Default value : [
EuiRatingComponent,
] as const
|
EUI_SELECT |
Default value : [
EuiSelectComponent,
EuiNgSelectOptionDirective,
EuiSelectControlValueAccessor,
EuiSelectMultipleControlValueAccessor,
EuiSelectMultipleOption,
] as const
|
EUI_SIDEBAR_MENU |
Default value : [
EuiSidebarMenuComponent,
] as const
|
EUI_SIDEBAR_TOGGLE |
Type : []
|
Default value : [
EuiSidebarToggleComponent,
]
|
EUI_SKELETON |
Default value : [
EuiSkeletonComponent,
] as const
|
EUI_SLIDE_TOGGLE |
Default value : [
EuiSlideToggleComponent,
] as const
|
EUI_SPLIT_BUTTON |
Default value : [
EuiSplitButtonComponent,
] as const
|
EUI_STATUS_BADGE |
Default value : [
EuiStatusBadgeComponent,
] as const
|
EUI_TABS |
Default value : [
EuiTabsComponent,
EuiTabComponent,
EuiTabsRightContentTagDirective,
EuiTabLabelComponent,
EuiTabSubLabelDirective,
EuiTabContentComponent,
] as const
|
EUI_TABS |
Default value : [
EuiTabsV2Component,
EuiTabsV2RightContentComponent,
EuiTabV2BodyComponent,
EuiTabV2HeaderComponent,
EuiTabV2Component,
] as const
|
EUI_TEXTAREA |
Default value : [
EuiTextareaComponent,
AutoResizeDirective,
] as const
|
EUI_TIMEBAR |
Default value : [
EuiTimebarComponent,
] as const
|
EUI_TIMELINE |
Default value : [
EuiTimelineComponent,
EuiTimelineItemComponent,
] as const
|
EUI_TIMEPICKER |
Default value : [
EuiTimepickerComponent,
] as const
|
EUI_TREE |
Default value : [
EuiTreeComponent,
] as const
|
EUI_USER_PROFILE |
Default value : [
EuiUserProfileComponent,
EuiUserProfileMenuComponent,
EuiUserProfileMenuItemComponent,
EuiUserProfileCardComponent,
] as const
|
EUI_WIZARD |
Default value : [
EuiWizardStepComponent,
EuiWizardComponent,
] as const
|
getFormat |
Default value : (format?: QuillFormat, configFormat?: QuillFormat): QuillFormat => {
const passedFormat = format || configFormat;
return passedFormat || 'html';
}
|
Quill |
Type : any
|
require |
Type : any
|
uint8ArrayToHexString |
Default value : (uint8Array): string => {
return Array.prototype.map.call(uint8Array, (byte) => ('00' + byte.toString(16)).slice(-2)).join('');
}
|
initialState |
Type : UIState
|
Default value : {
isCollapsible: false,
isCollapsed: false,
isUrgent: false,
}
|
LETTER_FORMAT |
Type : object
|
Default value : {
parse: {
dateInput: 'LL',
},
display: {
dateInput: 'LL',
monthYearLabel: 'LL',
},
}
|
moment |
Default value : _rollupMoment || _moment
|
MONTH_YEAR_FORMAT |
Type : object
|
Default value : {
parse: {
dateInput: 'MM/YYYY',
},
display: {
dateInput: 'MM/YYYY',
monthYearLabel: 'MMM YYYY',
dateA11yLabel: 'LL',
monthYearA11yLabel: 'MMMM YYYY',
},
}
|
YEAR_FORMAT |
Type : object
|
Default value : {
parse: {
dateInput: 'YYYY',
},
display: {
dateInput: 'YYYY',
monthYearLabel: 'YYYY',
dateA11yLabel: 'YYYY',
monthYearA11yLabel: 'YYYY',
},
}
|
progressAttribute |
Default value : (value: NumberInput): number => Math.min(numberAttribute(value), 100)
|
Transform function that ensures progress value doesn't exceed 100 |
QUILL_CONFIG_TOKEN |
Default value : new InjectionToken<QuillConfig>('config')
|
QUILL_DYNAMIC_CONFIG_TOKEN |
Default value : new InjectionToken<QuillDynamicConfig>('Dynamic loading config')
|
QuillBetterTable |
Default value : window['quillBetterTable']
|
QuillType |
Type : any
|
Default value : window['Quill']
|
QuillBetterTable |
Default value : window['quillBetterTable']
|
quillConfig |
Type : QuillConfig
|
Default value : {
modules: {
table: false,
'better-table': {
operationMenu: {
items: {
unmergeCells: {
text: 'Another unmerge cells name',
},
},
color: {
colors: [
'#000000',
'#e60000',
'#ff9900',
'#ffff00',
'#008a00',
'#0066cc',
'#9933ff',
'#ffffff',
'#facccc',
'#ffebcc',
'#ffffcc',
'#cce8cc',
'#cce0f5',
'#ebd6ff',
'#bbbbbb',
'#f06666',
'#ffc266',
'#ffff66',
'#66b966',
'#66a3e0',
'#c285ff',
'#888888',
'#a10000',
'#b26b00',
'#b2b200',
'#006100',
'#0047b2',
'#6b24b2',
'#444444',
'#5c0000',
'#663d00',
'#666600',
'#003700',
'#002966',
'#3d1466',
],
text: 'Background Colors',
},
},
},
},
}
|
QuillType |
Type : any
|
Default value : window['Quill']
|
ResizeObserver |
SELECT_MULTIPLE_VALUE_ACCESSOR |
Type : Provider
|
Default value : {
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => EuiSelectMultipleControlValueAccessor),
multi: true,
}
|
TRANSLATED_STRING |
Type : string
|
Default value : 'i18n'
|
window |
Type : literal type
|