@testgorilla/tgo-ui 1.13.36 → 2.0.1
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/components/accordion/accordion.component.d.ts +3 -1
- package/components/alert-banner/alert-banner.component.d.ts +3 -2
- package/components/autocomplete/autocomplete.component.d.ts +3 -2
- package/components/avatar/avatar.component.d.ts +4 -2
- package/components/badge/badge.component.d.ts +3 -1
- package/components/banner-action/banner-action.component.d.ts +3 -1
- package/components/button/button.component.d.ts +3 -1
- package/components/card/card.component.d.ts +3 -1
- package/components/checkbox/checkbox.component.d.ts +3 -2
- package/components/confirm-dialog/confirm-dialog.component.d.ts +3 -2
- package/components/datepicker/datepicker.component.d.ts +3 -2
- package/components/dialog/dialog.component.d.ts +5 -4
- package/components/divider/divider.component.d.ts +3 -1
- package/components/dropdown/dropdown.component.d.ts +3 -2
- package/components/elevation-shadow/elevation-shadow.component.d.ts +3 -1
- package/components/empty-state/empty-state.component.d.ts +3 -1
- package/components/field/field.component.d.ts +3 -2
- package/components/file-upload/file-upload.component.d.ts +3 -1
- package/components/icon/icon.component.d.ts +3 -2
- package/components/icon/icon.config.d.ts +1 -1
- package/components/icon-label/icon-label.component.d.ts +3 -2
- package/components/logo/logo.component.d.ts +3 -1
- package/components/navbar/navbar.component.d.ts +3 -1
- package/components/navigation/navigation.component.d.ts +3 -2
- package/components/overflow-menu/overflow-menu.component.d.ts +3 -2
- package/components/page-header/page-header.component.d.ts +3 -2
- package/components/paginator/paginator.component.d.ts +3 -1
- package/components/progress-bar/progress-bar.component.d.ts +3 -2
- package/components/radial-progress/radial-progress.component.d.ts +3 -1
- package/components/radio-button/radio-button.component.d.ts +3 -1
- package/components/rating/rating.component.d.ts +3 -2
- package/components/scale/scale.component.d.ts +3 -2
- package/components/segmented-bar/segmented-bar.component.d.ts +3 -1
- package/components/side-sheet/side-sheet.component.d.ts +3 -2
- package/components/skeleton/skeleton.component.d.ts +3 -1
- package/components/slider/slider.component.d.ts +3 -1
- package/components/snackbar/snackbar.component.d.ts +3 -2
- package/components/spinner/spinner.component.d.ts +3 -1
- package/components/step/step.component.d.ts +3 -1
- package/components/stepper/stepper.component.d.ts +3 -2
- package/components/table/table.component.d.ts +3 -1
- package/components/tabs/tabs.component.d.ts +3 -1
- package/components/tag/tag.component.d.ts +3 -1
- package/components/toggle/toggle.component.d.ts +4 -2
- package/components/tooltip/tooltip.component.d.ts +3 -1
- package/esm2022/assets/i18n/da-dk.json +77 -0
- package/esm2022/assets/i18n/de.json +77 -0
- package/esm2022/assets/i18n/fr.json +77 -0
- package/esm2022/assets/i18n/it-it.json +77 -0
- package/esm2022/assets/i18n/ja-jp.json +77 -0
- package/esm2022/assets/i18n/nb-no.json +77 -0
- package/esm2022/assets/i18n/nl.json +77 -0
- package/esm2022/assets/i18n/pl-pl.json +77 -0
- package/esm2022/assets/i18n/pt-br.json +77 -0
- package/esm2022/assets/i18n/sv-se.json +77 -0
- package/esm2022/components/accordion/accordion.component.mjs +15 -6
- package/esm2022/components/alert-banner/alert-banner.component.mjs +15 -6
- package/esm2022/components/autocomplete/autocomplete.component.mjs +15 -6
- package/esm2022/components/avatar/avatar.component.mjs +15 -6
- package/esm2022/components/badge/badge.component.mjs +15 -6
- package/esm2022/components/banner-action/banner-action.component.mjs +15 -6
- package/esm2022/components/button/button.component.mjs +25 -16
- package/esm2022/components/card/card.component.mjs +15 -6
- package/esm2022/components/checkbox/checkbox.component.mjs +15 -6
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +15 -6
- package/esm2022/components/datepicker/datepicker.component.mjs +15 -6
- package/esm2022/components/dialog/dialog.component.mjs +15 -6
- package/esm2022/components/divider/divider.component.mjs +15 -6
- package/esm2022/components/dropdown/dropdown.component.mjs +15 -6
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +15 -6
- package/esm2022/components/empty-state/empty-state.component.mjs +15 -6
- package/esm2022/components/field/field.component.mjs +15 -6
- package/esm2022/components/file-upload/file-upload.component.mjs +15 -6
- package/esm2022/components/icon/icon.component.mjs +15 -6
- package/esm2022/components/icon/icon.config.mjs +3 -1
- package/esm2022/components/icon-label/icon-label.component.mjs +15 -6
- package/esm2022/components/logo/logo.component.mjs +25 -16
- package/esm2022/components/navbar/navbar.component.mjs +17 -8
- package/esm2022/components/navigation/navigation.component.mjs +15 -6
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +15 -6
- package/esm2022/components/page-header/page-header.component.mjs +15 -6
- package/esm2022/components/paginator/paginator.component.mjs +15 -6
- package/esm2022/components/progress-bar/progress-bar.component.mjs +15 -6
- package/esm2022/components/radial-progress/radial-progress.component.mjs +15 -6
- package/esm2022/components/radio-button/radio-button.component.mjs +21 -12
- package/esm2022/components/rating/rating.component.mjs +15 -6
- package/esm2022/components/scale/scale.component.mjs +15 -6
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +15 -6
- package/esm2022/components/side-sheet/side-sheet.component.mjs +15 -6
- package/esm2022/components/skeleton/skeleton.component.mjs +21 -12
- package/esm2022/components/slider/slider.component.mjs +15 -6
- package/esm2022/components/snackbar/snackbar.component.mjs +14 -5
- package/esm2022/components/spinner/spinner.component.mjs +15 -6
- package/esm2022/components/step/step.component.mjs +15 -6
- package/esm2022/components/stepper/stepper.component.mjs +15 -6
- package/esm2022/components/table/table.component.mjs +40 -31
- package/esm2022/components/tabs/tabs.component.mjs +15 -6
- package/esm2022/components/tag/tag.component.mjs +25 -16
- package/esm2022/components/toggle/toggle.component.mjs +15 -6
- package/esm2022/components/tooltip/tooltip.component.mjs +15 -6
- package/esm2022/pipes/ui-translate.pipe.mjs +21 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +1669 -276
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/rebrand/Add-filled.svg +3 -0
- package/src/assets/icons/rebrand/Add-in-line.svg +3 -0
- package/src/theme/_input.scss +2 -2
- package/src/theme/theme.scss +4 -0
|
@@ -4,6 +4,7 @@ import { AccordionVariant } from './accordion.model';
|
|
|
4
4
|
import { IconName } from '../icon/icon.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AccordionComponent {
|
|
7
|
+
private readonly defaultAppTheme;
|
|
7
8
|
/**
|
|
8
9
|
* The label displayed for the accordion.
|
|
9
10
|
* @type {string}
|
|
@@ -65,8 +66,9 @@ export declare class AccordionComponent {
|
|
|
65
66
|
variant: AccordionVariant;
|
|
66
67
|
closed: EventEmitter<void>;
|
|
67
68
|
opened: EventEmitter<void>;
|
|
69
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
68
70
|
protected toggle(open: boolean): void;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent,
|
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, [{ optional: true; }]>;
|
|
70
72
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "ui-accordion", never, { "label": { "alias": "label"; "required": true; }; "open": { "alias": "open"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showPremiumIcon": { "alias": "showPremiumIcon"; "required": false; }; "premiumTooltipText": { "alias": "premiumTooltipText"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "labelIcon": { "alias": "labelIcon"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; }, never, ["[subHeader]", "[actions]", "*"], false, never>;
|
|
71
73
|
static ngAcceptInputType_open: unknown;
|
|
72
74
|
static ngAcceptInputType_disabled: unknown;
|
|
@@ -6,8 +6,9 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
|
6
6
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AlertBannerComponent implements OnInit {
|
|
9
|
+
private readonly defaultAppTheme;
|
|
9
10
|
private domSanitizer;
|
|
10
|
-
constructor(domSanitizer: DomSanitizer);
|
|
11
|
+
constructor(defaultAppTheme: ApplicationTheme, domSanitizer: DomSanitizer);
|
|
11
12
|
/**
|
|
12
13
|
* Alert Banner type
|
|
13
14
|
*
|
|
@@ -83,6 +84,6 @@ export declare class AlertBannerComponent implements OnInit {
|
|
|
83
84
|
_message: SafeHtml;
|
|
84
85
|
ngOnInit(): void;
|
|
85
86
|
dismissClick(): void;
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerComponent,
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerComponent, [{ optional: true; }, null]>;
|
|
87
88
|
static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerComponent, "ui-alert-banner", never, { "alertType": { "alias": "alertType"; "required": false; }; "alertVariant": { "alias": "alertVariant"; "required": false; }; "message": { "alias": "message"; "required": false; }; "includeDismissButton": { "alias": "includeDismissButton"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkUrl": { "alias": "linkUrl"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "isFullWidth": { "alias": "isFullWidth"; "required": false; }; }, {}, never, never, false, never>;
|
|
88
89
|
}
|
|
@@ -6,6 +6,7 @@ import { Autocomplete, AutocompleteType, DropdownVariation } from './autocomplet
|
|
|
6
6
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AutocompleteComponent implements ControlValueAccessor, OnChanges, AfterViewInit {
|
|
9
|
+
private readonly defaultAppTheme;
|
|
9
10
|
private readonly cdr;
|
|
10
11
|
/**
|
|
11
12
|
* @property itemsList
|
|
@@ -127,7 +128,7 @@ export declare class AutocompleteComponent implements ControlValueAccessor, OnCh
|
|
|
127
128
|
protected filteredSuggestionList$: import("rxjs").Observable<any>;
|
|
128
129
|
protected searchResult$: import("rxjs").Observable<boolean>;
|
|
129
130
|
protected translationContext: string;
|
|
130
|
-
constructor(cdr: ChangeDetectorRef);
|
|
131
|
+
constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef);
|
|
131
132
|
ngOnChanges(): void;
|
|
132
133
|
ngAfterViewInit(): void;
|
|
133
134
|
onChange: (_: any) => void;
|
|
@@ -149,6 +150,6 @@ export declare class AutocompleteComponent implements ControlValueAccessor, OnCh
|
|
|
149
150
|
protected get isDropdown(): boolean;
|
|
150
151
|
protected onChevronClick(autocomplete: MatAutocomplete): void;
|
|
151
152
|
protected get inputWidth(): number;
|
|
152
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent,
|
|
153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, [{ optional: true; }, null]>;
|
|
153
154
|
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "ui-autocomplete", never, { "itemsList": { "alias": "itemsList"; "required": false; }; "suggestionsList": { "alias": "suggestionsList"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "allowAdd": { "alias": "allowAdd"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemValue": { "alias": "itemValue"; "required": false; }; "type": { "alias": "type"; "required": false; }; "minCharactersSearch": { "alias": "minCharactersSearch"; "required": false; }; "variant": { "alias": "variant"; "required": true; }; "language": { "alias": "language"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "valuePrimitive": { "alias": "valuePrimitive"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "selectionChange": "selectionChange"; "searchTextChange": "searchTextChange"; }, never, never, false, never>;
|
|
154
155
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { AvatarSize } from './avatar.model';
|
|
3
|
-
import { ApplicationTheme } from
|
|
3
|
+
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AvatarComponent {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
/**
|
|
7
8
|
* Input property for specifying the size of the avatar.
|
|
8
9
|
* @type {AvatarSize}
|
|
@@ -50,7 +51,8 @@ export declare class AvatarComponent {
|
|
|
50
51
|
editClick: EventEmitter<Event>;
|
|
51
52
|
protected readonly iconSize: Record<string, import("@testgorilla/tgo-ui").IconSize>;
|
|
52
53
|
protected readonly avatarSize: typeof AvatarSize;
|
|
54
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
53
55
|
protected onEditClick(event: Event): void;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent,
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, [{ optional: true; }]>;
|
|
55
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ui-avatar", never, { "size": { "alias": "size"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "allowEdit": { "alias": "allowEdit"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "editClick": "editClick"; }, never, never, false, never>;
|
|
56
58
|
}
|
|
@@ -3,6 +3,7 @@ import { BadgeColor, BadgeVariant, BadgeVariantEnum, RebrandBadgeColor } from '.
|
|
|
3
3
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class BadgeComponent {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
/**
|
|
7
8
|
* The label to be displayed on the badge.
|
|
8
9
|
* @type {string}
|
|
@@ -49,8 +50,9 @@ export declare class BadgeComponent {
|
|
|
49
50
|
rebrandColor: RebrandBadgeColor;
|
|
50
51
|
protected badgeVariant: typeof BadgeVariantEnum;
|
|
51
52
|
private darkColors;
|
|
53
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
52
54
|
protected get iconColor(): IconColor;
|
|
53
55
|
protected get isClassicTheme(): boolean;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent,
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, [{ optional: true; }]>;
|
|
55
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "ui-badge", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "notificationsAmount": { "alias": "notificationsAmount"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "rebrandColor": { "alias": "rebrandColor"; "required": false; }; }, {}, never, never, false, never>;
|
|
56
58
|
}
|
|
@@ -4,6 +4,7 @@ import { BannerActionType, BannerProgress, BannerType } from './banner-action.mo
|
|
|
4
4
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class BannerActionComponent implements OnInit {
|
|
7
|
+
private readonly defaultAppTheme;
|
|
7
8
|
/**
|
|
8
9
|
* BannerAction text
|
|
9
10
|
* @type {string}
|
|
@@ -70,8 +71,9 @@ export declare class BannerActionComponent implements OnInit {
|
|
|
70
71
|
protected cssClass: string;
|
|
71
72
|
protected readonly bannerType: typeof BannerType;
|
|
72
73
|
protected readonly BannerProgress: typeof BannerProgress;
|
|
74
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
73
75
|
ngOnInit(): void;
|
|
74
76
|
protected buttonClick(event: Event): void;
|
|
75
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BannerActionComponent,
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BannerActionComponent, [{ optional: true; }]>;
|
|
76
78
|
static ɵcmp: i0.ɵɵComponentDeclaration<BannerActionComponent, "ui-banner-action", never, { "message": { "alias": "message"; "required": false; }; "bannerActionType": { "alias": "bannerActionType"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "buttonIcon": { "alias": "buttonIcon"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "title": { "alias": "title"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "buttonClickEvent": "buttonClickEvent"; }, never, never, false, never>;
|
|
77
79
|
}
|
|
@@ -5,6 +5,7 @@ import { MatButton } from '@angular/material/button';
|
|
|
5
5
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
8
|
+
private readonly defaultAppTheme;
|
|
8
9
|
/**
|
|
9
10
|
* Define button height
|
|
10
11
|
*
|
|
@@ -165,6 +166,7 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
|
165
166
|
allowButtonTypeForPremium: ButtonColor[];
|
|
166
167
|
isFilledIcon: boolean;
|
|
167
168
|
get typeIncluded(): boolean;
|
|
169
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
168
170
|
ngOnInit(): void;
|
|
169
171
|
ngOnChanges(changes: SimpleChanges): void;
|
|
170
172
|
ngAfterViewInit(): void;
|
|
@@ -180,6 +182,6 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
|
180
182
|
focus(): void;
|
|
181
183
|
get getCompanyColor(): string;
|
|
182
184
|
get shouldChangeFilledStatus(): boolean;
|
|
183
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent,
|
|
185
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, [{ optional: true; }]>;
|
|
184
186
|
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ui-button", never, { "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "label": { "alias": "label"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "justIcon": { "alias": "justIcon"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "url": { "alias": "url"; "required": false; }; "urlTarget": { "alias": "urlTarget"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "isPremium": { "alias": "isPremium"; "required": false; }; "type": { "alias": "type"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "buttonBadgeConfig": { "alias": "buttonBadgeConfig"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "disabledScaleOnClick": { "alias": "disabledScaleOnClick"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; }, { "buttonClickEvent": "buttonClickEvent"; "buttonHoverEvent": "buttonHoverEvent"; }, never, never, false, never>;
|
|
185
187
|
}
|
|
@@ -3,6 +3,7 @@ import { CardSize, CardVariant } from './card.model';
|
|
|
3
3
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CardComponent implements OnChanges, OnInit {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
/**
|
|
7
8
|
* Card size. Defaults "medium".
|
|
8
9
|
*
|
|
@@ -26,8 +27,9 @@ export declare class CardComponent implements OnChanges, OnInit {
|
|
|
26
27
|
*/
|
|
27
28
|
applicationTheme: ApplicationTheme;
|
|
28
29
|
classes: string;
|
|
30
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
29
31
|
ngOnChanges(): void;
|
|
30
32
|
ngOnInit(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent,
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, [{ optional: true; }]>;
|
|
32
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
33
35
|
}
|
|
@@ -4,6 +4,7 @@ import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
|
4
4
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CheckboxComponent implements OnInit, ControlValueAccessor {
|
|
7
|
+
private readonly defaultAppTheme;
|
|
7
8
|
private cdr;
|
|
8
9
|
/**
|
|
9
10
|
* Determines whether the checkbox is disabled.
|
|
@@ -98,7 +99,7 @@ export declare class CheckboxComponent implements OnInit, ControlValueAccessor {
|
|
|
98
99
|
*/
|
|
99
100
|
onTouch: () => void;
|
|
100
101
|
classMultiple: string;
|
|
101
|
-
constructor(cdr: ChangeDetectorRef);
|
|
102
|
+
constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef);
|
|
102
103
|
emitChange(event: MatCheckboxChange): void;
|
|
103
104
|
ngOnInit(): void;
|
|
104
105
|
toggleChecked(event: MatCheckboxChange): void;
|
|
@@ -107,6 +108,6 @@ export declare class CheckboxComponent implements OnInit, ControlValueAccessor {
|
|
|
107
108
|
registerOnChange(fn: any): void;
|
|
108
109
|
registerOnTouched(fn: any): void;
|
|
109
110
|
setDisabledState(isDisabled: boolean): void;
|
|
110
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent,
|
|
111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, [{ optional: true; }, null]>;
|
|
111
112
|
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "ui-checkbox", never, { "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; }, { "changed": "changed"; }, never, ["[checkbox-label]"], false, never>;
|
|
112
113
|
}
|
|
@@ -3,6 +3,7 @@ import { ConfirmDialogData } from './confirm-dialog.model';
|
|
|
3
3
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ConfirmDialogComponent {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
dialogRef: MatDialogRef<ConfirmDialogComponent>;
|
|
7
8
|
private data;
|
|
8
9
|
confirmMessage: string;
|
|
@@ -18,7 +19,7 @@ export declare class ConfirmDialogComponent {
|
|
|
18
19
|
* @memberof DialogComponent
|
|
19
20
|
*/
|
|
20
21
|
applicationTheme: ApplicationTheme;
|
|
21
|
-
constructor(dialogRef: MatDialogRef<ConfirmDialogComponent>, data: ConfirmDialogData);
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent,
|
|
22
|
+
constructor(defaultAppTheme: ApplicationTheme, dialogRef: MatDialogRef<ConfirmDialogComponent>, data: ConfirmDialogData);
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, [{ optional: true; }, null, null]>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "ui-confirm-dialog", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
25
|
}
|
|
@@ -4,6 +4,7 @@ import { ApplicationTheme } from '../../models/application-theme.model';
|
|
|
4
4
|
import { MatDatepicker } from '@angular/material/datepicker';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DatepickerComponent implements OnChanges, ControlValueAccessor {
|
|
7
|
+
private readonly defaultAppTheme;
|
|
7
8
|
private cdr;
|
|
8
9
|
class: string;
|
|
9
10
|
/**
|
|
@@ -155,7 +156,7 @@ export declare class DatepickerComponent implements OnChanges, ControlValueAcces
|
|
|
155
156
|
}>;
|
|
156
157
|
errorsLength: boolean;
|
|
157
158
|
protected translationContext: string;
|
|
158
|
-
constructor(cdr: ChangeDetectorRef);
|
|
159
|
+
constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef);
|
|
159
160
|
get hint(): string;
|
|
160
161
|
ngOnInit(): void;
|
|
161
162
|
ngOnChanges(): void;
|
|
@@ -170,6 +171,6 @@ export declare class DatepickerComponent implements OnChanges, ControlValueAcces
|
|
|
170
171
|
private setRange;
|
|
171
172
|
private getRange;
|
|
172
173
|
onInput(event: Event): void;
|
|
173
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent,
|
|
174
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, [{ optional: true; }, null]>;
|
|
174
175
|
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "ui-datepicker", never, { "label": { "alias": "label"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hintMessage": { "alias": "hintMessage"; "required": false; }; "updateOnBlur": { "alias": "updateOnBlur"; "required": false; }; "language": { "alias": "language"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "monthPicker": { "alias": "monthPicker"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
175
176
|
}
|
|
@@ -4,11 +4,9 @@ import { ButtonColor } from '../button/button.model';
|
|
|
4
4
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DialogComponent implements OnInit, OnChanges {
|
|
7
|
+
private readonly defaultAppTheme;
|
|
7
8
|
dialogRef: MatDialogRef<DialogComponent>;
|
|
8
9
|
private data;
|
|
9
|
-
constructor(dialogRef: MatDialogRef<DialogComponent>, data: {
|
|
10
|
-
applicationTheme: ApplicationTheme;
|
|
11
|
-
});
|
|
12
10
|
/**
|
|
13
11
|
* Dialog title
|
|
14
12
|
*
|
|
@@ -77,6 +75,9 @@ export declare class DialogComponent implements OnInit, OnChanges {
|
|
|
77
75
|
closeEvent: EventEmitter<Event>;
|
|
78
76
|
secondaryButtonClickEvent: EventEmitter<Event>;
|
|
79
77
|
primaryButtonClickEvent: EventEmitter<Event>;
|
|
78
|
+
constructor(defaultAppTheme: ApplicationTheme, dialogRef: MatDialogRef<DialogComponent>, data: {
|
|
79
|
+
applicationTheme: ApplicationTheme;
|
|
80
|
+
});
|
|
80
81
|
disableButtons: boolean;
|
|
81
82
|
protected readonly translationContext = "DIALOG.";
|
|
82
83
|
ngOnInit(): void;
|
|
@@ -86,6 +87,6 @@ export declare class DialogComponent implements OnInit, OnChanges {
|
|
|
86
87
|
onClose(event: Event): void;
|
|
87
88
|
onSecondaryButtonClick(event: Event): void;
|
|
88
89
|
onPrimaryButtonClick(event: Event): void;
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent,
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, [{ optional: true; }, null, null]>;
|
|
90
91
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ui-dialog", never, { "title": { "alias": "title"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "canCloseFn": { "alias": "canCloseFn"; "required": false; }; "secondaryButtonLabel": { "alias": "secondaryButtonLabel"; "required": false; }; "primaryButtonLabel": { "alias": "primaryButtonLabel"; "required": false; }; "secondaryButtonType": { "alias": "secondaryButtonType"; "required": false; }; "primaryButtonType": { "alias": "primaryButtonType"; "required": false; }; "language": { "alias": "language"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "closeEvent": "closeEvent"; "secondaryButtonClickEvent": "secondaryButtonClickEvent"; "primaryButtonClickEvent": "primaryButtonClickEvent"; }, never, ["*"], false, never>;
|
|
91
92
|
}
|
|
@@ -2,6 +2,7 @@ import { DividerSize } from './divider.model';
|
|
|
2
2
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DividerComponent {
|
|
5
|
+
private readonly defaultAppTheme;
|
|
5
6
|
/**
|
|
6
7
|
* Divider size
|
|
7
8
|
*
|
|
@@ -25,6 +26,7 @@ export declare class DividerComponent {
|
|
|
25
26
|
* @memberof DividerComponent
|
|
26
27
|
*/
|
|
27
28
|
applicationTheme: ApplicationTheme;
|
|
28
|
-
|
|
29
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, [{ optional: true; }]>;
|
|
29
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "ui-divider", never, { "size": { "alias": "size"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
32
|
}
|
|
@@ -5,6 +5,7 @@ import { OptionType } from './dropdown.model';
|
|
|
5
5
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class DropdownComponent implements OnInit, ControlValueAccessor {
|
|
8
|
+
private readonly defaultAppTheme;
|
|
8
9
|
private cdr;
|
|
9
10
|
class: string;
|
|
10
11
|
/**
|
|
@@ -118,7 +119,7 @@ export declare class DropdownComponent implements OnInit, ControlValueAccessor {
|
|
|
118
119
|
* @ignore
|
|
119
120
|
*/
|
|
120
121
|
onTouch: () => void;
|
|
121
|
-
constructor(cdr: ChangeDetectorRef);
|
|
122
|
+
constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef);
|
|
122
123
|
floatLabel: FloatLabelType;
|
|
123
124
|
classError: string;
|
|
124
125
|
errorsLength: boolean;
|
|
@@ -131,6 +132,6 @@ export declare class DropdownComponent implements OnInit, ControlValueAccessor {
|
|
|
131
132
|
registerOnChange(fn: any): void;
|
|
132
133
|
registerOnTouched(fn: any): void;
|
|
133
134
|
setDisabledState(isDisabled: boolean): void;
|
|
134
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent,
|
|
135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, [{ optional: true; }, null]>;
|
|
135
136
|
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "ui-dropdown", never, { "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "valueList": { "alias": "valueList"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "allowMultipleSelection": { "alias": "allowMultipleSelection"; "required": false; }; "required": { "alias": "required"; "required": false; }; "language": { "alias": "language"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
136
137
|
}
|
|
@@ -2,6 +2,7 @@ import { Elevation } from './elevation-shadow.constant';
|
|
|
2
2
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ElevationShadowComponent {
|
|
5
|
+
private readonly defaultAppTheme;
|
|
5
6
|
/**
|
|
6
7
|
* The type of elevation shadow.
|
|
7
8
|
* Default: default.
|
|
@@ -19,6 +20,7 @@ export declare class ElevationShadowComponent {
|
|
|
19
20
|
* @memberof ElevationShadowComponent
|
|
20
21
|
*/
|
|
21
22
|
applicationTheme: ApplicationTheme;
|
|
22
|
-
|
|
23
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElevationShadowComponent, [{ optional: true; }]>;
|
|
23
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<ElevationShadowComponent, "ui-elevation-shadow", never, { "elevationType": { "alias": "elevationType"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
24
26
|
}
|
|
@@ -4,6 +4,7 @@ import { ApplicationTheme } from '../../models/application-theme.model';
|
|
|
4
4
|
import { ButtonVariant, EmptyStateVariant, IllustrationVariant } from './empty-state.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EmptyStateComponent {
|
|
7
|
+
private readonly defaultAppTheme;
|
|
7
8
|
/**
|
|
8
9
|
* @description If the default image should be displayed.
|
|
9
10
|
* @type {boolean}
|
|
@@ -112,11 +113,12 @@ export declare class EmptyStateComponent {
|
|
|
112
113
|
*/
|
|
113
114
|
tertiaryButtonClick: EventEmitter<Event>;
|
|
114
115
|
buttonApplicationTheme: ApplicationTheme;
|
|
116
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
115
117
|
ngOnInit(): void;
|
|
116
118
|
onPrimaryButtonClick(event: Event): void;
|
|
117
119
|
onSecondaryButtonClick(event: Event): void;
|
|
118
120
|
onTertiaryButtonClick(event: Event): void;
|
|
119
121
|
getVariant(variant: ButtonVariant): "primary" | "secondary" | "ghost";
|
|
120
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent,
|
|
122
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, [{ optional: true; }]>;
|
|
121
123
|
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "ui-empty-state", never, { "showIllustration": { "alias": "showIllustration"; "required": false; }; "illustrationVariant": { "alias": "illustrationVariant"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "emptyStateVariant": { "alias": "emptyStateVariant"; "required": false; }; "title": { "alias": "title"; "required": false; }; "bodyText": { "alias": "bodyText"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "primaryButtonVariant": { "alias": "primaryButtonVariant"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "secondaryButtonVariant": { "alias": "secondaryButtonVariant"; "required": false; }; "tertiaryButtonText": { "alias": "tertiaryButtonText"; "required": false; }; "tertiaryButtonVariant": { "alias": "tertiaryButtonVariant"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; "tertiaryButtonClick": "tertiaryButtonClick"; }, never, never, false, never>;
|
|
122
124
|
}
|
|
@@ -7,6 +7,7 @@ import { ApplicationTheme } from "../../models/application-theme.model";
|
|
|
7
7
|
import { IconName } from '../icon/icon.model';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class FieldComponent implements OnInit, ControlValueAccessor {
|
|
10
|
+
private readonly defaultAppTheme;
|
|
10
11
|
private matIconRegistry;
|
|
11
12
|
private domSanitizer;
|
|
12
13
|
private cdr;
|
|
@@ -144,7 +145,7 @@ export declare class FieldComponent implements OnInit, ControlValueAccessor {
|
|
|
144
145
|
* @ignore
|
|
145
146
|
*/
|
|
146
147
|
onTouch: () => void;
|
|
147
|
-
constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
148
|
+
constructor(defaultAppTheme: ApplicationTheme, matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
148
149
|
showClose: boolean;
|
|
149
150
|
showPassword: boolean;
|
|
150
151
|
currentType: string;
|
|
@@ -164,6 +165,6 @@ export declare class FieldComponent implements OnInit, ControlValueAccessor {
|
|
|
164
165
|
onFieldClick(event: MouseEvent): void;
|
|
165
166
|
onActive(state: boolean, action: string): void;
|
|
166
167
|
trackByFn: (index: number, value: any) => any;
|
|
167
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent,
|
|
168
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent, [{ optional: true; }, null, null, null]>;
|
|
168
169
|
static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "ui-field", never, { "label": { "alias": "label"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hintMessage": { "alias": "hintMessage"; "required": false; }; "type": { "alias": "type"; "required": false; }; "updateOnBlur": { "alias": "updateOnBlur"; "required": false; }; "allowOnlyDigits": { "alias": "allowOnlyDigits"; "required": false; }; "language": { "alias": "language"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; }, {}, never, never, false, never>;
|
|
169
170
|
}
|
|
@@ -3,6 +3,7 @@ import { ControlValueAccessor } from '@angular/forms';
|
|
|
3
3
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FileUploadComponent implements OnInit, OnChanges, ControlValueAccessor {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
class: string;
|
|
7
8
|
/**
|
|
8
9
|
*
|
|
@@ -96,6 +97,7 @@ export declare class FileUploadComponent implements OnInit, OnChanges, ControlVa
|
|
|
96
97
|
progress: boolean;
|
|
97
98
|
success: boolean;
|
|
98
99
|
browse: boolean;
|
|
100
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
99
101
|
ngOnInit(): void;
|
|
100
102
|
onFileDropped(files: FileList): void;
|
|
101
103
|
onChangeUpload(event: Event): void;
|
|
@@ -109,6 +111,6 @@ export declare class FileUploadComponent implements OnInit, OnChanges, ControlVa
|
|
|
109
111
|
registerOnTouched(fn: any): void;
|
|
110
112
|
setDisabledState(isDisabled: boolean): void;
|
|
111
113
|
private getCompanyColor;
|
|
112
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent,
|
|
114
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, [{ optional: true; }]>;
|
|
113
115
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "ui-file-upload", never, { "maxFileSizeMB": { "alias": "maxFileSizeMB"; "required": false; }; "supportedFileTypes": { "alias": "supportedFileTypes"; "required": false; }; "uploadProgress": { "alias": "uploadProgress"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "file": { "alias": "file"; "required": false; }; "language": { "alias": "language"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; }, { "OnDrop": "OnDrop"; }, never, never, false, never>;
|
|
114
116
|
}
|
|
@@ -5,6 +5,7 @@ import { IconColor, IconName, IconSize } from './icon.model';
|
|
|
5
5
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class IconComponent implements OnInit {
|
|
8
|
+
private readonly defaultAppTheme;
|
|
8
9
|
private matIconRegistry;
|
|
9
10
|
private domSanitzer;
|
|
10
11
|
/**
|
|
@@ -51,7 +52,7 @@ export declare class IconComponent implements OnInit {
|
|
|
51
52
|
applicationTheme: ApplicationTheme;
|
|
52
53
|
customCssClass: string;
|
|
53
54
|
filename: IconName | undefined;
|
|
54
|
-
constructor(matIconRegistry: MatIconRegistry, domSanitzer: DomSanitizer);
|
|
55
|
+
constructor(defaultAppTheme: ApplicationTheme, matIconRegistry: MatIconRegistry, domSanitzer: DomSanitizer);
|
|
55
56
|
ngOnInit(): void;
|
|
56
57
|
ngOnChanges(changes: SimpleChanges): void;
|
|
57
58
|
setCssClass(): string;
|
|
@@ -59,6 +60,6 @@ export declare class IconComponent implements OnInit {
|
|
|
59
60
|
get filledIconName(): string;
|
|
60
61
|
get inlineIconName(): string;
|
|
61
62
|
get inlineIconFileName(): string;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent,
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, [{ optional: true; }, null, null]>;
|
|
63
64
|
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "size": { "alias": "size"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
64
65
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const tgoIcons: readonly ["Add", "Archive", "Arrow_down", "Arrow_left", "Arrow_right", "Arrow_up", "Assessment", "Attempts", "Book", "Calendar", "Candidates", "Chat-notifications", "Chat", "Check", "Clone", "Close", "Code", "Company", "Copy", "Custom-questions", "Delete", "Devices", "Document", "Download", "Edit", "Email-message", "Empty-placeholder", "Error", "Essay", "Eye-hide", "Eye-view", "Feedback-1", "Feedback-2", "Feedback-3", "Feedback-4", "Feedback-5", "File-attach", "File-upload", "Filter", "Folder", "Format-add-file", "Format-add-table", "Format-align-L", "Format-align-R", "Format-align-center", "Format-align-justify", "Format-bold", "Format-code-active", "Format-code-block", "Format-edit-table", "Format-format", "Format-function", "Format-italics", "Format-list-bulleted", "Format-list-numbered", "Format-picker", "Format-quote", "Format-subscript", "Format-superscript", "Format-text-direction-L", "Format-text-direction-R", "Format-text-size", "Format-underline", "Format-variable", "Full-screen", "Gender-female", "Gender-male", "Help-2", "Help", "Image", "Info", "Integration", "Language", "Layout", "Learn", "Level", "Light-bulb", "Link", "Loading-spinner", "Localisation", "Location", "Lock", "Log-out", "Menu-burger", "Menu-ellipsis", "Microphone", "Minus", "Mouse-cursor", "Mouse-grab-cursor", "Mouse", "Multi-choice", "Notifications", "Password", "Path", "Plan-billing", "Plus", "Premium", "Promotion", "Question-count", "Refer", "Reset", "Review", "Round-check-filled", "Round-check", "Search", "Secure-checkout", "Send", "Settings", "Social-facebook", "Social-instagram", "Social-linkedin", "Sorting-down-1", "Sorting-down", "Speedometer", "Star-filled", "Star-half", "Star-outline", "Support", "Sync", "Team", "Test", "Thunder", "Timer", "Type", "Unarchive", "Unlock", "Upgrade", "Upload", "User-access", "User-add", "User-invite", "User-profile", "User-reject", "User-switch", "Video-pause", "Video-play", "Video-record", "Video", "Volume", "Warning", "Zoom-in", "Zoom-out", "Fire", "Gift", "Grab", "Share", "Sparkles", "Video-stop", "Minimize", "Employee", "Money-bag", "Suitcase"];
|
|
2
|
-
export declare const tgoRebrandIcons: readonly ["Archive-filled", "Archive-in-line", "Arrow-chevron-down-filled", "Arrow-chevron-down-in-line", "Arrow-chevron-left-filled", "Arrow-chevron-left-in-line", "Arrow-chevron-right-filled", "Arrow-chevron-right-in-line", "Arrow-chevron-up-filled", "Arrow-chevron-up-in-line", "Arrow-down-filled", "Arrow-down-in-line", "Arrow-up-filled", "Arrow-up-in-line", "Assessment-filled", "Assessment-in-line", "Attach-filled", "Attach-in-line", "Attempts-filled", "Attempts-in-line", "Book-filled", "Book-in-line", "Calendar-filled", "Calendar-in-line", "Candidates-filled", "Candidates-in-line", "Chat-filled", "Chat-in-line", "Check-filled", "Check-in-line", "Check-round-filled", "Check-round-in-line", "Clone-filled", "Clone-in-line", "Close-filled", "Close-in-line", "Code-filled", "Code-in-line", "Company-filled", "Company-in-line", "Copy-filled", "Copy-in-line", "Delete-filled", "Delete-in-line", "Devices-filled", "Devices-in-line", "Document-filled", "Document-in-line", "Download-filled", "Download-in-line", "Edit-filled", "Edit-in-line", "Edit-text-filled", "Edit-text-in-line", "Employee-filled", "Employee-in-line", "Error-filled", "Error-in-line", "Essay-filled", "Essay-in-line", "Experience-filled", "Experience-in-line", "Facebook-filled", "Facebook-in-line", "Filter-filled", "Filter-in-line", "Fire-filled", "Fire-in-line", "Folder-filled", "Folder-in-line", "Full-screen-filled", "Full-screen-in-line", "Gender-male-filled", "Gender-male-in-line", "Gender-female-filled", "Gender-female-in-line", "Gift-filled", "Gift-in-line", "Grab-filled", "Grab-in-line", "Help-filled", "Help-in-line", "Hide-filled", "Hide-in-line", "Image-filled", "Image-in-line", "Info-filled", "Info-in-line", "Instagram-filled", "Instagram-in-line", "Integration-filled", "Integration-in-line", "Invite-filled", "Invite-in-line", "Language-filled", "Language-in-line", "Layout-filled", "Layout-in-line", "Learn-filled", "Learn-in-line", "Level-filled", "Level-in-line", "Light-bulb-filled", "Light-bulb-in-line", "Link-filled", "Link-in-line", "Linkedin-filled", "Linkedin-in-line", "Localization-filled", "Localization-in-line", "Location-filled", "Location-in-line", "Lock-filled", "Lock-in-line", "Logout-filled", "Logout-in-line", "Menu-burger-filled", "Menu-burger-in-line", "Menu-ellipsis-filled", "Menu-ellipsis-in-line", "Mic-filled", "Mic-in-line", "Minimize-filled", "Minimize-in-line", "Minus-filled", "Minus-in-line", "Mouse-filled", "Mouse-in-line", "Multi-choice-filled", "Multi-choice-in-line", "Notification-bell-filled", "Notification-bell-in-line", "Password-filled", "Password-in-line", "Path-filled", "Path-in-line", "Pause-filled", "Pause-in-line", "Plan-billing-filled", "Plan-billing-in-line", "Play-filled", "Play-in-line", "Plus-filled", "Plus-in-line", "Premium-filled", "Premium-in-line", "Premium-circle-in-line", "Question-count-filled", "Question-count-in-line", "Question-filled", "Question-in-line", "Record-filled", "Record-in-line", "Reject-filled", "Reject-in-line", "Reset-filled", "Reset-in-line", "Review-emoji-1-filled", "Review-emoji-1-in-line", "Review-emoji-2-filled", "Review-emoji-2-in-line", "Review-emoji-3-filled", "Review-emoji-3-in-line", "Review-emoji-4-filled", "Review-emoji-4-in-line", "Review-emoji-5-filled", "Review-emoji-5-in-line", "Review-filled", "Review-half-star-filled", "Review-half-star-in-line", "Review-in-line", "Review-star-filled", "Review-star-in-line", "Search-filled", "Search-in-line", "Secure-filled", "Secure-in-line", "Send-filled", "Send-in-line", "Settings-filled", "Settings-in-line", "Share-filled", "Share-in-line", "Sparkle-filled", "Sparkle-in-line", "Speedometer-filled", "Speedometer-in-line", "Stop-filled", "Stop-in-line", "Switch-filled", "Switch-in-line", "Sync-filled", "Sync-in-line", "Team-filled", "Team-in-line", "Test-filled", "Test-in-line", "Timer-filled", "Timer-in-line", "Type-filled", "Type-in-line", "Unarchive-filled", "Unarchive-in-line", "Unlock-filled", "Unlock-in-line", "Upgrade-filled", "Upgrade-in-line", "Upload-filled", "Upload-in-line", "User-access-filled", "User-access-in-line", "User-add-filled", "User-add-in-line", "User-profile-filled", "User-profile-in-line", "Video-filled", "Video-in-line", "View-filled", "View-in-line", "Volume-filled", "Volume-in-line", "Warning-filled", "Warning-in-line", "Zoom-in-filled", "Zoom-in-in-line", "Zoom-out-filled", "Zoom-out-in-line"];
|
|
2
|
+
export declare const tgoRebrandIcons: readonly ["Archive-filled", "Archive-in-line", "Add-in-line", "Add-filled", "Arrow-chevron-down-filled", "Arrow-chevron-down-in-line", "Arrow-chevron-left-filled", "Arrow-chevron-left-in-line", "Arrow-chevron-right-filled", "Arrow-chevron-right-in-line", "Arrow-chevron-up-filled", "Arrow-chevron-up-in-line", "Arrow-down-filled", "Arrow-down-in-line", "Arrow-up-filled", "Arrow-up-in-line", "Assessment-filled", "Assessment-in-line", "Attach-filled", "Attach-in-line", "Attempts-filled", "Attempts-in-line", "Book-filled", "Book-in-line", "Calendar-filled", "Calendar-in-line", "Candidates-filled", "Candidates-in-line", "Chat-filled", "Chat-in-line", "Check-filled", "Check-in-line", "Check-round-filled", "Check-round-in-line", "Clone-filled", "Clone-in-line", "Close-filled", "Close-in-line", "Code-filled", "Code-in-line", "Company-filled", "Company-in-line", "Copy-filled", "Copy-in-line", "Delete-filled", "Delete-in-line", "Devices-filled", "Devices-in-line", "Document-filled", "Document-in-line", "Download-filled", "Download-in-line", "Edit-filled", "Edit-in-line", "Edit-text-filled", "Edit-text-in-line", "Employee-filled", "Employee-in-line", "Error-filled", "Error-in-line", "Essay-filled", "Essay-in-line", "Experience-filled", "Experience-in-line", "Facebook-filled", "Facebook-in-line", "Filter-filled", "Filter-in-line", "Fire-filled", "Fire-in-line", "Folder-filled", "Folder-in-line", "Full-screen-filled", "Full-screen-in-line", "Gender-male-filled", "Gender-male-in-line", "Gender-female-filled", "Gender-female-in-line", "Gift-filled", "Gift-in-line", "Grab-filled", "Grab-in-line", "Help-filled", "Help-in-line", "Hide-filled", "Hide-in-line", "Image-filled", "Image-in-line", "Info-filled", "Info-in-line", "Instagram-filled", "Instagram-in-line", "Integration-filled", "Integration-in-line", "Invite-filled", "Invite-in-line", "Language-filled", "Language-in-line", "Layout-filled", "Layout-in-line", "Learn-filled", "Learn-in-line", "Level-filled", "Level-in-line", "Light-bulb-filled", "Light-bulb-in-line", "Link-filled", "Link-in-line", "Linkedin-filled", "Linkedin-in-line", "Localization-filled", "Localization-in-line", "Location-filled", "Location-in-line", "Lock-filled", "Lock-in-line", "Logout-filled", "Logout-in-line", "Menu-burger-filled", "Menu-burger-in-line", "Menu-ellipsis-filled", "Menu-ellipsis-in-line", "Mic-filled", "Mic-in-line", "Minimize-filled", "Minimize-in-line", "Minus-filled", "Minus-in-line", "Mouse-filled", "Mouse-in-line", "Multi-choice-filled", "Multi-choice-in-line", "Notification-bell-filled", "Notification-bell-in-line", "Password-filled", "Password-in-line", "Path-filled", "Path-in-line", "Pause-filled", "Pause-in-line", "Plan-billing-filled", "Plan-billing-in-line", "Play-filled", "Play-in-line", "Plus-filled", "Plus-in-line", "Premium-filled", "Premium-in-line", "Premium-circle-in-line", "Question-count-filled", "Question-count-in-line", "Question-filled", "Question-in-line", "Record-filled", "Record-in-line", "Reject-filled", "Reject-in-line", "Reset-filled", "Reset-in-line", "Review-emoji-1-filled", "Review-emoji-1-in-line", "Review-emoji-2-filled", "Review-emoji-2-in-line", "Review-emoji-3-filled", "Review-emoji-3-in-line", "Review-emoji-4-filled", "Review-emoji-4-in-line", "Review-emoji-5-filled", "Review-emoji-5-in-line", "Review-filled", "Review-half-star-filled", "Review-half-star-in-line", "Review-in-line", "Review-star-filled", "Review-star-in-line", "Search-filled", "Search-in-line", "Secure-filled", "Secure-in-line", "Send-filled", "Send-in-line", "Settings-filled", "Settings-in-line", "Share-filled", "Share-in-line", "Sparkle-filled", "Sparkle-in-line", "Speedometer-filled", "Speedometer-in-line", "Stop-filled", "Stop-in-line", "Switch-filled", "Switch-in-line", "Sync-filled", "Sync-in-line", "Team-filled", "Team-in-line", "Test-filled", "Test-in-line", "Timer-filled", "Timer-in-line", "Type-filled", "Type-in-line", "Unarchive-filled", "Unarchive-in-line", "Unlock-filled", "Unlock-in-line", "Upgrade-filled", "Upgrade-in-line", "Upload-filled", "Upload-in-line", "User-access-filled", "User-access-in-line", "User-add-filled", "User-add-in-line", "User-profile-filled", "User-profile-in-line", "Video-filled", "Video-in-line", "View-filled", "View-in-line", "Volume-filled", "Volume-in-line", "Warning-filled", "Warning-in-line", "Zoom-in-filled", "Zoom-in-in-line", "Zoom-out-filled", "Zoom-out-in-line"];
|
|
3
3
|
export declare const groupedIcons: {
|
|
4
4
|
directional: string[];
|
|
5
5
|
assessment: string[];
|
|
@@ -3,6 +3,7 @@ import { IconName, IconSize } from '../../components/icon/icon.model';
|
|
|
3
3
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class IconLabelComponent implements OnInit {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
/**
|
|
7
8
|
* Icon size
|
|
8
9
|
*
|
|
@@ -31,8 +32,8 @@ export declare class IconLabelComponent implements OnInit {
|
|
|
31
32
|
* @memberof IconLabelComponent
|
|
32
33
|
*/
|
|
33
34
|
applicationTheme: ApplicationTheme;
|
|
34
|
-
constructor();
|
|
35
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
35
36
|
ngOnInit(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponent,
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponent, [{ optional: true; }]>;
|
|
37
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
39
|
}
|
|
@@ -2,6 +2,7 @@ import { LogoTypeEnum } from './logo.model';
|
|
|
2
2
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class LogoComponent {
|
|
5
|
+
private readonly defaultAppTheme;
|
|
5
6
|
/**
|
|
6
7
|
* Logo type
|
|
7
8
|
*
|
|
@@ -42,6 +43,7 @@ export declare class LogoComponent {
|
|
|
42
43
|
* @ignore
|
|
43
44
|
*/
|
|
44
45
|
setURL: () => void;
|
|
46
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
45
47
|
/**
|
|
46
48
|
* @ignore
|
|
47
49
|
*/
|
|
@@ -50,6 +52,6 @@ export declare class LogoComponent {
|
|
|
50
52
|
* @ignore
|
|
51
53
|
*/
|
|
52
54
|
ngOnChanges(): void;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent,
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, [{ optional: true; }]>;
|
|
54
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "ui-logo", never, { "type": { "alias": "type"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "label": { "alias": "label"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>;
|
|
55
57
|
}
|
|
@@ -3,6 +3,7 @@ import { IRoute, MenuItem } from './navbar.model';
|
|
|
3
3
|
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class NavbarComponent {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
/**
|
|
7
8
|
* Routes object
|
|
8
9
|
*
|
|
@@ -68,9 +69,10 @@ export declare class NavbarComponent {
|
|
|
68
69
|
*/
|
|
69
70
|
logoutEvent: EventEmitter<void>;
|
|
70
71
|
protected readonly translationContext = "NAVBAR.";
|
|
72
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
71
73
|
navigate(routeId: string): void;
|
|
72
74
|
logout(): void;
|
|
73
75
|
clickMenuItem(id: string): void;
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent,
|
|
76
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, [{ optional: true; }]>;
|
|
75
77
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "ui-navbar", never, { "routes": { "alias": "routes"; "required": false; }; "activedRoute": { "alias": "activedRoute"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "isAvatar": { "alias": "isAvatar"; "required": false; }; }, { "navigateEvent": "navigateEvent"; "menuItemClicked": "menuItemClicked"; "logoutEvent": "logoutEvent"; }, never, ["*"], false, never>;
|
|
76
78
|
}
|
|
@@ -3,6 +3,7 @@ import { NavigationOptionItem } from './navigation.model';
|
|
|
3
3
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class NavigationComponent {
|
|
6
|
+
private readonly defaultAppTheme;
|
|
6
7
|
/**
|
|
7
8
|
* Navigation title
|
|
8
9
|
*
|
|
@@ -43,8 +44,8 @@ export declare class NavigationComponent {
|
|
|
43
44
|
* @ignore
|
|
44
45
|
*/
|
|
45
46
|
goBackClickedEvent: EventEmitter<void>;
|
|
46
|
-
constructor();
|
|
47
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
47
48
|
goBackClicked(): void;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponent,
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponent, [{ optional: true; }]>;
|
|
49
50
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationComponent, "ui-navigation", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "labelItem": { "alias": "labelItem"; "required": false; }; "logoURL": { "alias": "logoURL"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "goBackClickedEvent": "goBackClickedEvent"; }, never, never, false, never>;
|
|
50
51
|
}
|
|
@@ -4,7 +4,7 @@ import { OverflowMenuButtonsType } from './overflow-menu.model';
|
|
|
4
4
|
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class OverflowMenuComponent implements OnInit {
|
|
7
|
-
|
|
7
|
+
private readonly defaultAppTheme;
|
|
8
8
|
/**
|
|
9
9
|
* Menu buttons
|
|
10
10
|
*
|
|
@@ -47,8 +47,9 @@ export declare class OverflowMenuComponent implements OnInit {
|
|
|
47
47
|
*/
|
|
48
48
|
ariaRequired: boolean;
|
|
49
49
|
selectItem: EventEmitter<string>;
|
|
50
|
+
constructor(defaultAppTheme: ApplicationTheme);
|
|
50
51
|
ngOnInit(): void;
|
|
51
52
|
onSelectItem(event: Event, value: string): void;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowMenuComponent,
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowMenuComponent, [{ optional: true; }]>;
|
|
53
54
|
static ɵcmp: i0.ɵɵComponentDeclaration<OverflowMenuComponent, "ui-overflow-menu", never, { "buttons": { "alias": "buttons"; "required": false; }; "iconTrigger": { "alias": "iconTrigger"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; }, { "selectItem": "selectItem"; }, never, never, false, never>;
|
|
54
55
|
}
|