@testgorilla/tgo-ui 1.12.6 → 1.12.8
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 +10 -1
- package/components/alert-banner/alert-banner.component.d.ts +10 -1
- package/components/autocomplete/autocomplete.component.d.ts +10 -1
- package/components/avatar/avatar.component.d.ts +10 -1
- package/components/badge/badge.component.d.ts +10 -1
- package/components/banner-action/banner-action.component.d.ts +10 -1
- package/components/button/button.component.d.ts +2 -1
- package/components/button/button.model.d.ts +0 -1
- package/components/card/card.component.d.ts +10 -1
- package/components/checkbox/checkbox.component.d.ts +10 -1
- package/components/datepicker/datepicker.component.d.ts +20 -1
- package/components/datepicker/datepicker.component.module.d.ts +2 -1
- package/components/datepicker/no-date-format.directive.d.ts +9 -0
- package/components/dialog/dialog.component.d.ts +10 -1
- package/components/divider/divider.component.d.ts +10 -1
- package/components/dropdown/dropdown.component.d.ts +10 -1
- package/components/elevation-shadow/elevation-shadow.component.d.ts +10 -1
- package/components/empty-state/empty-state.component.d.ts +10 -1
- package/components/field/field.component.d.ts +10 -1
- package/components/file-upload/file-upload.component.d.ts +10 -1
- package/components/icon/icon.component.d.ts +10 -1
- package/components/icon-label/icon-label.component.d.ts +10 -1
- package/components/logo/logo.component.d.ts +10 -1
- package/components/navbar/navbar.component.d.ts +10 -1
- package/components/navigation/navigation.component.d.ts +10 -1
- package/components/page-header/page-header.component.d.ts +10 -1
- package/components/paginator/paginator.component.d.ts +10 -1
- package/components/progress-bar/progress-bar.component.d.ts +10 -1
- package/components/radial-progress/radial-progress.component.d.ts +10 -1
- package/components/radio-button/radio-button.component.d.ts +10 -1
- package/components/segmented-bar/segmented-bar.component.d.ts +10 -1
- package/components/side-sheet/side-sheet.component.d.ts +10 -1
- package/components/skeleton/skeleton.component.d.ts +10 -1
- package/components/slider/slider.component.d.ts +10 -1
- package/components/snackbar/snackbar.component.d.ts +10 -1
- package/components/snackbar/snackbar.component.module.d.ts +2 -1
- package/components/spinner/spinner.component.d.ts +14 -3
- package/components/stepper/stepper.component.d.ts +10 -1
- package/components/table/table.component.d.ts +9 -1
- package/components/tabs/tabs.component.d.ts +17 -1
- package/components/tag/tag.component.d.ts +10 -1
- package/components/toggle/toggle.component.d.ts +10 -1
- package/components/tooltip/tooltip.component.d.ts +10 -1
- package/esm2022/components/accordion/accordion.component.mjs +12 -2
- package/esm2022/components/alert-banner/alert-banner.component.mjs +12 -2
- package/esm2022/components/autocomplete/autocomplete.component.mjs +13 -3
- package/esm2022/components/avatar/avatar.component.mjs +12 -2
- package/esm2022/components/badge/badge.component.mjs +12 -2
- package/esm2022/components/banner-action/banner-action.component.mjs +12 -2
- package/esm2022/components/button/button.component.mjs +2 -2
- package/esm2022/components/button/button.model.mjs +1 -1
- package/esm2022/components/card/card.component.mjs +12 -2
- package/esm2022/components/checkbox/checkbox.component.mjs +12 -2
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.component.mjs +39 -6
- package/esm2022/components/datepicker/datepicker.component.module.mjs +5 -2
- package/esm2022/components/datepicker/no-date-format.directive.mjs +51 -0
- package/esm2022/components/dialog/dialog.component.mjs +12 -2
- package/esm2022/components/divider/divider.component.mjs +12 -2
- package/esm2022/components/dropdown/dropdown.component.mjs +13 -3
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +12 -2
- package/esm2022/components/empty-state/empty-state.component.mjs +12 -2
- package/esm2022/components/field/field.component.mjs +13 -3
- package/esm2022/components/file-upload/file-upload.component.mjs +13 -3
- package/esm2022/components/icon/icon.component.mjs +12 -2
- package/esm2022/components/icon-label/icon-label.component.mjs +12 -2
- package/esm2022/components/logo/logo.component.mjs +12 -2
- package/esm2022/components/navbar/navbar.component.mjs +12 -2
- package/esm2022/components/navigation/navigation.component.mjs +12 -2
- package/esm2022/components/page-header/page-header.component.mjs +12 -2
- package/esm2022/components/paginator/paginator.component.mjs +12 -2
- package/esm2022/components/progress-bar/progress-bar.component.mjs +12 -2
- package/esm2022/components/radial-progress/radial-progress.component.mjs +12 -2
- package/esm2022/components/radio-button/radio-button.component.mjs +12 -2
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +12 -2
- package/esm2022/components/side-sheet/side-sheet.component.mjs +12 -2
- package/esm2022/components/skeleton/skeleton.component.mjs +12 -2
- package/esm2022/components/slider/slider.component.mjs +13 -3
- package/esm2022/components/snackbar/snackbar.component.mjs +12 -2
- package/esm2022/components/snackbar/snackbar.component.module.mjs +5 -4
- package/esm2022/components/spinner/spinner.component.mjs +18 -2
- package/esm2022/components/step/step.component.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.mjs +12 -2
- package/esm2022/components/table/table.component.mjs +11 -2
- package/esm2022/components/tabs/tabs.component.mjs +23 -4
- package/esm2022/components/tag/tag.component.mjs +12 -2
- package/esm2022/components/toggle/toggle.component.mjs +12 -2
- package/esm2022/components/tooltip/tooltip.component.mjs +12 -2
- package/esm2022/models/application-theme.model.mjs +2 -0
- package/fesm2022/testgorilla-tgo-ui.mjs +522 -57
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/models/application-theme.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AccordionComponent {
|
|
4
5
|
/**
|
|
@@ -36,11 +37,19 @@ export declare class AccordionComponent {
|
|
|
36
37
|
* @memberof AccordionComponent
|
|
37
38
|
*/
|
|
38
39
|
premiumTooltipText: string;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* Defines the application theme where accordion is used
|
|
43
|
+
*
|
|
44
|
+
* @type {ApplicationTheme}
|
|
45
|
+
* @memberof AccordionComponent
|
|
46
|
+
*/
|
|
47
|
+
applicationTheme: ApplicationTheme;
|
|
39
48
|
closed: EventEmitter<void>;
|
|
40
49
|
opened: EventEmitter<void>;
|
|
41
50
|
protected toggle(open: boolean): void;
|
|
42
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
43
|
-
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; }; }, { "closed": "closed"; "opened": "opened"; }, never, ["[actions]", "*"], false, never>;
|
|
52
|
+
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; }; }, { "closed": "closed"; "opened": "opened"; }, never, ["[actions]", "*"], false, never>;
|
|
44
53
|
static ngAcceptInputType_open: unknown;
|
|
45
54
|
static ngAcceptInputType_disabled: unknown;
|
|
46
55
|
static ngAcceptInputType_showPremiumIcon: unknown;
|
|
@@ -3,6 +3,7 @@ import { IconName } from '../../components/icon/icon.model';
|
|
|
3
3
|
import { AlertBarType } from '../../utils/alert-bar.model';
|
|
4
4
|
import { LinkTargetType } from './alert-banner.model';
|
|
5
5
|
import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
|
|
6
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class AlertBannerComponent implements OnInit {
|
|
8
9
|
private domSanitizer;
|
|
@@ -57,6 +58,14 @@ export declare class AlertBannerComponent implements OnInit {
|
|
|
57
58
|
* @memberof AlertBannerComponent
|
|
58
59
|
*/
|
|
59
60
|
linkTarget?: LinkTargetType;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* Defines the application theme
|
|
64
|
+
*
|
|
65
|
+
* @type {ApplicationTheme}
|
|
66
|
+
* @memberof AlertBannerComponent
|
|
67
|
+
*/
|
|
68
|
+
applicationTheme: ApplicationTheme;
|
|
60
69
|
iconName: IconName;
|
|
61
70
|
visible: boolean;
|
|
62
71
|
position: string;
|
|
@@ -65,5 +74,5 @@ export declare class AlertBannerComponent implements OnInit {
|
|
|
65
74
|
ngOnInit(): void;
|
|
66
75
|
dismissClick(): void;
|
|
67
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerComponent, "ui-alert-banner", never, { "alertType": { "alias": "alertType"; "required": false; }; "message": { "alias": "message"; "required": false; }; "includeDismissButton": { "alias": "includeDismissButton"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkUrl": { "alias": "linkUrl"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; }, {}, never, never, false, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerComponent, "ui-alert-banner", never, { "alertType": { "alias": "alertType"; "required": false; }; "message": { "alias": "message"; "required": false; }; "includeDismissButton": { "alias": "includeDismissButton"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkUrl": { "alias": "linkUrl"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
69
78
|
}
|
|
@@ -3,6 +3,7 @@ import { ControlValueAccessor } from '@angular/forms';
|
|
|
3
3
|
import { MatAutocomplete, MatAutocompleteSelectedEvent, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
4
4
|
import { ReplaySubject } from 'rxjs';
|
|
5
5
|
import { Autocomplete, AutocompleteType, DropdownVariation } from './autocomplete.model';
|
|
6
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class AutocompleteComponent implements ControlValueAccessor, OnChanges, AfterViewInit {
|
|
8
9
|
private readonly cdr;
|
|
@@ -100,6 +101,14 @@ export declare class AutocompleteComponent implements ControlValueAccessor, OnCh
|
|
|
100
101
|
* @memberof AutocompleteComponent
|
|
101
102
|
*/
|
|
102
103
|
fullWidth: boolean;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* Defines the application theme
|
|
107
|
+
*
|
|
108
|
+
* @type {ApplicationTheme}
|
|
109
|
+
* @memberof AutocompleteComponent
|
|
110
|
+
*/
|
|
111
|
+
applicationTheme: ApplicationTheme;
|
|
103
112
|
selectionChange: EventEmitter<any>;
|
|
104
113
|
searchTextChange: EventEmitter<string>;
|
|
105
114
|
formFieldElement: ElementRef<HTMLElement>;
|
|
@@ -141,5 +150,5 @@ export declare class AutocompleteComponent implements ControlValueAccessor, OnCh
|
|
|
141
150
|
protected onChevronClick(autocomplete: MatAutocomplete): void;
|
|
142
151
|
protected get inputWidth(): number;
|
|
143
152
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
|
|
144
|
-
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; }; }, { "selectionChange": "selectionChange"; "searchTextChange": "searchTextChange"; }, never, never, false, never>;
|
|
153
|
+
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>;
|
|
145
154
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { AvatarSize } from './avatar.model';
|
|
3
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class AvatarComponent {
|
|
5
6
|
/**
|
|
@@ -33,6 +34,14 @@ export declare class AvatarComponent {
|
|
|
33
34
|
* @memberof AvatarComponent
|
|
34
35
|
*/
|
|
35
36
|
allowEdit: boolean;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* Defines the application theme where
|
|
40
|
+
*
|
|
41
|
+
* @type {ApplicationTheme}
|
|
42
|
+
* @memberof AvatarComponent
|
|
43
|
+
*/
|
|
44
|
+
applicationTheme: ApplicationTheme;
|
|
36
45
|
/**
|
|
37
46
|
* Event emitted when the edit button is clicked.
|
|
38
47
|
* @type {Event}
|
|
@@ -43,5 +52,5 @@ export declare class AvatarComponent {
|
|
|
43
52
|
protected readonly avatarSize: typeof AvatarSize;
|
|
44
53
|
protected onEditClick(event: Event): void;
|
|
45
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
46
|
-
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; }; }, { "editClick": "editClick"; }, never, never, false, never>;
|
|
55
|
+
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>;
|
|
47
56
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IconColor, IconName } from '../icon/icon.model';
|
|
2
2
|
import { BadgeColor, BadgeVariant, BadgeVariantEnum } from './badge.model';
|
|
3
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class BadgeComponent {
|
|
5
6
|
/**
|
|
@@ -32,9 +33,17 @@ export declare class BadgeComponent {
|
|
|
32
33
|
* @memberof BadgeComponent
|
|
33
34
|
*/
|
|
34
35
|
notificationsAmount: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* Defines the application theme
|
|
39
|
+
*
|
|
40
|
+
* @type {ApplicationTheme}
|
|
41
|
+
* @memberof BadgeComponent
|
|
42
|
+
*/
|
|
43
|
+
applicationTheme: ApplicationTheme;
|
|
35
44
|
protected badgeVariant: typeof BadgeVariantEnum;
|
|
36
45
|
private darkColors;
|
|
37
46
|
protected get iconColor(): IconColor;
|
|
38
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
39
|
-
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; }; }, {}, never, never, false, never>;
|
|
48
|
+
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; }; }, {}, never, never, false, never>;
|
|
40
49
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IconName } from '../icon/icon.model';
|
|
3
3
|
import { BannerActionType, BannerProgress, BannerType } from './banner-action.model';
|
|
4
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class BannerActionComponent implements OnInit {
|
|
6
7
|
/**
|
|
@@ -51,6 +52,14 @@ export declare class BannerActionComponent implements OnInit {
|
|
|
51
52
|
* @memberof BannerActionComponent
|
|
52
53
|
*/
|
|
53
54
|
title: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* Defines the application theme
|
|
58
|
+
*
|
|
59
|
+
* @type {ApplicationTheme}
|
|
60
|
+
* @memberof BannerActionComponent
|
|
61
|
+
*/
|
|
62
|
+
applicationTheme: ApplicationTheme;
|
|
54
63
|
/**
|
|
55
64
|
* Event emitted when the banner button is clicked.
|
|
56
65
|
* @type {EventEmitter<Event>}
|
|
@@ -64,5 +73,5 @@ export declare class BannerActionComponent implements OnInit {
|
|
|
64
73
|
ngOnInit(): void;
|
|
65
74
|
protected buttonClick(event: Event): void;
|
|
66
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerActionComponent, never>;
|
|
67
|
-
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; }; }, { "buttonClickEvent": "buttonClickEvent"; }, never, never, false, never>;
|
|
76
|
+
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>;
|
|
68
77
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AfterViewInit, EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { IconName } from '../icon/icon.model';
|
|
3
|
-
import { ButtonBadgeConfig, ButtonColor, ButtonIconPosition, ButtonSize, ButtonState,
|
|
3
|
+
import { ButtonBadgeConfig, ButtonColor, ButtonIconPosition, ButtonSize, ButtonState, ButtonType, IconButtonSize, LinkUrlTarget } from './button.model';
|
|
4
4
|
import { MatButton } from '@angular/material/button';
|
|
5
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
7
8
|
/**
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CardSize } from './card.model';
|
|
2
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class CardComponent {
|
|
4
5
|
/**
|
|
@@ -8,6 +9,14 @@ export declare class CardComponent {
|
|
|
8
9
|
* @memberof CardComponent
|
|
9
10
|
*/
|
|
10
11
|
size: CardSize;
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* Defines the application theme
|
|
15
|
+
*
|
|
16
|
+
* @type {ApplicationTheme}
|
|
17
|
+
* @memberof CardComponent
|
|
18
|
+
*/
|
|
19
|
+
applicationTheme: ApplicationTheme;
|
|
11
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "size": { "alias": "size"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
22
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
4
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class CheckboxComponent implements OnInit, ControlValueAccessor {
|
|
6
7
|
private cdr;
|
|
@@ -59,6 +60,14 @@ export declare class CheckboxComponent implements OnInit, ControlValueAccessor {
|
|
|
59
60
|
* @memberof CheckboxComponent
|
|
60
61
|
*/
|
|
61
62
|
multiple: boolean;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* Defines the application theme
|
|
66
|
+
*
|
|
67
|
+
* @type {ApplicationTheme}
|
|
68
|
+
* @memberof CheckboxComponent
|
|
69
|
+
*/
|
|
70
|
+
applicationTheme: ApplicationTheme;
|
|
62
71
|
/**
|
|
63
72
|
* Event emitted when the checkbox's checked value changes.
|
|
64
73
|
*
|
|
@@ -85,5 +94,5 @@ export declare class CheckboxComponent implements OnInit, ControlValueAccessor {
|
|
|
85
94
|
registerOnTouched(fn: any): void;
|
|
86
95
|
setDisabledState(isDisabled: boolean): void;
|
|
87
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
88
|
-
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; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
97
|
+
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; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
89
98
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnChanges } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
4
|
+
import { MatDatepicker } from '@angular/material/datepicker';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
export declare class DatepickerComponent implements OnChanges, ControlValueAccessor {
|
|
5
7
|
private cdr;
|
|
@@ -117,6 +119,21 @@ export declare class DatepickerComponent implements OnChanges, ControlValueAcces
|
|
|
117
119
|
* @memberof DatepickerComponent
|
|
118
120
|
*/
|
|
119
121
|
maxDate: Date | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* Show and pick date without day
|
|
124
|
+
* @default false
|
|
125
|
+
* @type {boolean}
|
|
126
|
+
* @memberof DatepickerComponent
|
|
127
|
+
*/
|
|
128
|
+
monthPicker: boolean;
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* Defines the application theme
|
|
132
|
+
*
|
|
133
|
+
* @type {ApplicationTheme}
|
|
134
|
+
* @memberof DatepickerComponent
|
|
135
|
+
*/
|
|
136
|
+
applicationTheme: ApplicationTheme;
|
|
120
137
|
/**
|
|
121
138
|
* @ignore
|
|
122
139
|
*/
|
|
@@ -136,6 +153,7 @@ export declare class DatepickerComponent implements OnChanges, ControlValueAcces
|
|
|
136
153
|
start: FormControl<Date | null>;
|
|
137
154
|
end: FormControl<Date | null>;
|
|
138
155
|
}>;
|
|
156
|
+
protected dateWithoutDay: FormControl<any>;
|
|
139
157
|
errorsLength: boolean;
|
|
140
158
|
protected translationContext: string;
|
|
141
159
|
constructor(cdr: ChangeDetectorRef);
|
|
@@ -148,8 +166,9 @@ export declare class DatepickerComponent implements OnChanges, ControlValueAcces
|
|
|
148
166
|
registerOnTouched(fn: any): void;
|
|
149
167
|
setDisabledState(isDisabled: boolean): void;
|
|
150
168
|
dateRangeChange(start: string, end: string): void;
|
|
169
|
+
setMonthAndYear(normalizedMonthAndYear: any, datepicker: MatDatepicker<Date>): void;
|
|
151
170
|
private setRange;
|
|
152
171
|
private getRange;
|
|
153
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
154
|
-
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; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
173
|
+
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>;
|
|
155
174
|
}
|
|
@@ -8,8 +8,9 @@ import * as i6 from "@angular/forms";
|
|
|
8
8
|
import * as i7 from "@angular/material/datepicker";
|
|
9
9
|
import * as i8 from "@angular/material/core";
|
|
10
10
|
import * as i9 from "../../pipes/ui-translate.pipe";
|
|
11
|
+
import * as i10 from "./no-date-format.directive";
|
|
11
12
|
export declare class DatepickerComponentModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponentModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerComponentModule, [typeof i1.DatepickerComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MatNativeDateModule, typeof i9.UiTranslatePipe], [typeof i1.DatepickerComponent]>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerComponentModule, [typeof i1.DatepickerComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MatNativeDateModule, typeof i9.UiTranslatePipe, typeof i10.NoDateFormatDirective], [typeof i1.DatepickerComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<DatepickerComponentModule>;
|
|
15
16
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NativeDateAdapter } from '@angular/material/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CustomDateAdapter extends NativeDateAdapter {
|
|
4
|
+
format(date: Date): string;
|
|
5
|
+
}
|
|
6
|
+
export declare class NoDateFormatDirective {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NoDateFormatDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NoDateFormatDirective, "[appNoDateFormat]", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import { ButtonColor } from '../button/button.model';
|
|
4
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class DialogComponent implements OnInit, OnChanges {
|
|
6
7
|
dialogRef: MatDialogRef<DialogComponent>;
|
|
@@ -62,6 +63,14 @@ export declare class DialogComponent implements OnInit, OnChanges {
|
|
|
62
63
|
* @memberof DialogComponent
|
|
63
64
|
*/
|
|
64
65
|
companyColor: string;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* Defines the application theme
|
|
69
|
+
*
|
|
70
|
+
* @type {ApplicationTheme}
|
|
71
|
+
* @memberof DialogComponent
|
|
72
|
+
*/
|
|
73
|
+
applicationTheme: ApplicationTheme;
|
|
65
74
|
closeEvent: EventEmitter<Event>;
|
|
66
75
|
secondaryButtonClickEvent: EventEmitter<Event>;
|
|
67
76
|
primaryButtonClickEvent: EventEmitter<Event>;
|
|
@@ -75,5 +84,5 @@ export declare class DialogComponent implements OnInit, OnChanges {
|
|
|
75
84
|
onSecondaryButtonClick(event: Event): void;
|
|
76
85
|
onPrimaryButtonClick(event: Event): void;
|
|
77
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
78
|
-
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; }; }, { "closeEvent": "closeEvent"; "secondaryButtonClickEvent": "secondaryButtonClickEvent"; "primaryButtonClickEvent": "primaryButtonClickEvent"; }, never, ["*"], false, never>;
|
|
87
|
+
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>;
|
|
79
88
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DividerSize } from './divider.model';
|
|
2
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DividerComponent {
|
|
4
5
|
/**
|
|
@@ -16,6 +17,14 @@ export declare class DividerComponent {
|
|
|
16
17
|
* @memberof DividerComponent
|
|
17
18
|
*/
|
|
18
19
|
companyColor: string;
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* Defines the application theme
|
|
23
|
+
*
|
|
24
|
+
* @type {ApplicationTheme}
|
|
25
|
+
* @memberof DividerComponent
|
|
26
|
+
*/
|
|
27
|
+
applicationTheme: ApplicationTheme;
|
|
19
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "ui-divider", never, { "size": { "alias": "size"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
|
+
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>;
|
|
21
30
|
}
|
|
@@ -2,6 +2,7 @@ import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { FloatLabelType } from '@angular/material/form-field';
|
|
4
4
|
import { OptionType } from './dropdown.model';
|
|
5
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class DropdownComponent implements OnInit, ControlValueAccessor {
|
|
7
8
|
private cdr;
|
|
@@ -101,6 +102,14 @@ export declare class DropdownComponent implements OnInit, ControlValueAccessor {
|
|
|
101
102
|
* @memberof DropdownComponent
|
|
102
103
|
*/
|
|
103
104
|
showBottomContent: boolean;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* Defines the application theme
|
|
108
|
+
*
|
|
109
|
+
* @type {ApplicationTheme}
|
|
110
|
+
* @memberof DropdownComponent
|
|
111
|
+
*/
|
|
112
|
+
applicationTheme: ApplicationTheme;
|
|
104
113
|
/**
|
|
105
114
|
* @ignore
|
|
106
115
|
*/
|
|
@@ -123,5 +132,5 @@ export declare class DropdownComponent implements OnInit, ControlValueAccessor {
|
|
|
123
132
|
registerOnTouched(fn: any): void;
|
|
124
133
|
setDisabledState(isDisabled: boolean): void;
|
|
125
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
126
|
-
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; }; }, {}, never, never, false, never>;
|
|
135
|
+
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>;
|
|
127
136
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElevationType } from './elevation-shadow.constant';
|
|
2
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ElevationShadowComponent {
|
|
4
5
|
/**
|
|
@@ -9,6 +10,14 @@ export declare class ElevationShadowComponent {
|
|
|
9
10
|
* @memberof ElevationShadowComponent
|
|
10
11
|
*/
|
|
11
12
|
elevationType: ElevationType;
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* Defines the application theme
|
|
16
|
+
*
|
|
17
|
+
* @type {ApplicationTheme}
|
|
18
|
+
* @memberof ElevationShadowComponent
|
|
19
|
+
*/
|
|
20
|
+
applicationTheme: ApplicationTheme;
|
|
12
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElevationShadowComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElevationShadowComponent, "ui-elevation-shadow", never, { "elevationType": { "alias": "elevationType"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElevationShadowComponent, "ui-elevation-shadow", never, { "elevationType": { "alias": "elevationType"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
23
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { IconName } from '../icon/icon.model';
|
|
3
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class EmptyStateComponent {
|
|
5
6
|
/**
|
|
@@ -50,6 +51,14 @@ export declare class EmptyStateComponent {
|
|
|
50
51
|
* @memberof EmptyStateComponent
|
|
51
52
|
*/
|
|
52
53
|
language: import("@testgorilla/tgo-ui").Language;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* Defines the application theme
|
|
57
|
+
*
|
|
58
|
+
* @type {ApplicationTheme}
|
|
59
|
+
* @memberof EmptyStateComponent
|
|
60
|
+
*/
|
|
61
|
+
applicationTheme: ApplicationTheme;
|
|
53
62
|
/**
|
|
54
63
|
* Event triggered when the primary button is clicked.
|
|
55
64
|
* @type {Event}
|
|
@@ -75,5 +84,5 @@ export declare class EmptyStateComponent {
|
|
|
75
84
|
onSecondaryButtonClick(event: Event): void;
|
|
76
85
|
onTertiaryButtonClick(event: Event): void;
|
|
77
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "ui-empty-state", never, { "showDefaultImg": { "alias": "showDefaultImg"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "bodyText": { "alias": "bodyText"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "tertiaryButtonText": { "alias": "tertiaryButtonText"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, { "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; "tertiaryButtonClick": "tertiaryButtonClick"; }, never, never, false, never>;
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "ui-empty-state", never, { "showDefaultImg": { "alias": "showDefaultImg"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "bodyText": { "alias": "bodyText"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "tertiaryButtonText": { "alias": "tertiaryButtonText"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; "tertiaryButtonClick": "tertiaryButtonClick"; }, never, never, false, never>;
|
|
79
88
|
}
|
|
@@ -3,6 +3,7 @@ import { ControlValueAccessor } from '@angular/forms';
|
|
|
3
3
|
import { FieldType } from '../../components/field/field.model';
|
|
4
4
|
import { MatIconRegistry } from '@angular/material/icon';
|
|
5
5
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
6
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class FieldComponent implements OnInit, ControlValueAccessor {
|
|
8
9
|
private matIconRegistry;
|
|
@@ -108,6 +109,14 @@ export declare class FieldComponent implements OnInit, ControlValueAccessor {
|
|
|
108
109
|
* @memberof FieldComponent
|
|
109
110
|
*/
|
|
110
111
|
showBottomContent: boolean;
|
|
112
|
+
/**
|
|
113
|
+
*
|
|
114
|
+
* Defines the application theme
|
|
115
|
+
*
|
|
116
|
+
* @type {ApplicationTheme}
|
|
117
|
+
* @memberof FieldComponent
|
|
118
|
+
*/
|
|
119
|
+
applicationTheme: ApplicationTheme;
|
|
111
120
|
protected readonly translationContext = "FIELD.";
|
|
112
121
|
/**
|
|
113
122
|
* @ignore
|
|
@@ -135,5 +144,5 @@ export declare class FieldComponent implements OnInit, ControlValueAccessor {
|
|
|
135
144
|
registerOnTouched(fn: any): void;
|
|
136
145
|
setDisabledState(isDisabled: boolean): void;
|
|
137
146
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent, never>;
|
|
138
|
-
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; }; }, {}, never, never, false, never>;
|
|
147
|
+
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; }; }, {}, never, never, false, never>;
|
|
139
148
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class FileUploadComponent implements OnInit, OnChanges, ControlValueAccessor {
|
|
5
6
|
class: string;
|
|
@@ -59,6 +60,14 @@ export declare class FileUploadComponent implements OnInit, OnChanges, ControlVa
|
|
|
59
60
|
* @memberof FileUploadComponent
|
|
60
61
|
*/
|
|
61
62
|
companyColor: string;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* Defines the application theme
|
|
66
|
+
*
|
|
67
|
+
* @type {ApplicationTheme}
|
|
68
|
+
* @memberof FileUploadComponent
|
|
69
|
+
*/
|
|
70
|
+
applicationTheme: ApplicationTheme;
|
|
62
71
|
OnDrop: EventEmitter<File>;
|
|
63
72
|
protected readonly translationContext = "FILE_UPLOAD.";
|
|
64
73
|
/**
|
|
@@ -85,5 +94,5 @@ export declare class FileUploadComponent implements OnInit, OnChanges, ControlVa
|
|
|
85
94
|
registerOnTouched(fn: any): void;
|
|
86
95
|
setDisabledState(isDisabled: boolean): void;
|
|
87
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
88
|
-
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; }; }, { "OnDrop": "OnDrop"; }, never, never, false, never>;
|
|
97
|
+
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; }; }, { "OnDrop": "OnDrop"; }, never, never, false, never>;
|
|
89
98
|
}
|
|
@@ -2,6 +2,7 @@ import { OnInit, SimpleChanges } from '@angular/core';
|
|
|
2
2
|
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
3
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
4
|
import { IconColor, IconName, IconSize } from './icon.model';
|
|
5
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class IconComponent implements OnInit {
|
|
7
8
|
private matIconRegistry;
|
|
@@ -40,6 +41,14 @@ export declare class IconComponent implements OnInit {
|
|
|
40
41
|
* @memberof IconComponent
|
|
41
42
|
*/
|
|
42
43
|
filled: boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* Defines the application theme
|
|
47
|
+
*
|
|
48
|
+
* @type {ApplicationTheme}
|
|
49
|
+
* @memberof IconComponent
|
|
50
|
+
*/
|
|
51
|
+
applicationTheme: ApplicationTheme;
|
|
43
52
|
customCssClass: string;
|
|
44
53
|
constructor(matIconRegistry: MatIconRegistry, domSanitzer: DomSanitizer);
|
|
45
54
|
ngOnInit(): void;
|
|
@@ -47,5 +56,5 @@ export declare class IconComponent implements OnInit {
|
|
|
47
56
|
setCssClass(): string;
|
|
48
57
|
addIcon(): void;
|
|
49
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
50
|
-
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; }; }, {}, never, never, false, never>;
|
|
59
|
+
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>;
|
|
51
60
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { IconName, IconSize } from '../../components/icon/icon.model';
|
|
3
|
+
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class IconLabelComponent implements OnInit {
|
|
5
6
|
/**
|
|
@@ -22,8 +23,16 @@ export declare class IconLabelComponent implements OnInit {
|
|
|
22
23
|
* @memberof IconLabelComponent
|
|
23
24
|
*/
|
|
24
25
|
text: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* Defines the application theme
|
|
29
|
+
*
|
|
30
|
+
* @type {ApplicationTheme}
|
|
31
|
+
* @memberof IconLabelComponent
|
|
32
|
+
*/
|
|
33
|
+
applicationTheme: ApplicationTheme;
|
|
25
34
|
constructor();
|
|
26
35
|
ngOnInit(): void;
|
|
27
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
|
|
37
|
+
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>;
|
|
29
38
|
}
|