@testgorilla/tgo-ui 8.19.0 → 9.0.0
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/index.d.ts +7 -7
- package/components/ai-audio-circle/index.d.ts +3 -3
- package/components/ai-caveat/index.d.ts +5 -5
- package/components/ai-feedback/index.d.ts +14 -14
- package/components/alert-banner/index.d.ts +8 -8
- package/components/autocomplete/index.d.ts +15 -16
- package/components/autocomplete-v2/index.d.ts +36 -32
- package/components/avatar/index.d.ts +7 -7
- package/components/badge/index.d.ts +6 -6
- package/components/breadcrumb/index.d.ts +11 -11
- package/components/button/index.d.ts +23 -13
- package/components/card/index.d.ts +4 -4
- package/components/checkbox/index.d.ts +24 -24
- package/components/core/index.d.ts +39 -31
- package/components/datepicker/index.d.ts +18 -18
- package/components/dialog/index.d.ts +29 -21
- package/components/divider/index.d.ts +4 -4
- package/components/donut-chart/index.d.ts +3 -3
- package/components/dropdown/index.d.ts +37 -33
- package/components/elevation-shadow/index.d.ts +3 -3
- package/components/empty-state/index.d.ts +7 -7
- package/components/field/index.d.ts +33 -44
- package/components/file-upload/index.d.ts +14 -13
- package/components/filter-button/index.d.ts +19 -19
- package/components/gaussian-chart/index.d.ts +8 -8
- package/components/icon/index.d.ts +20 -16
- package/components/icon-label/index.d.ts +5 -5
- package/components/inline-field/index.d.ts +20 -24
- package/components/logo/index.d.ts +2 -3
- package/components/media-dialog/index.d.ts +3 -3
- package/components/multi-input/index.d.ts +25 -16
- package/components/navbar/index.d.ts +30 -30
- package/components/overflow-menu/index.d.ts +20 -19
- package/components/page-header/index.d.ts +5 -5
- package/components/paginator/index.d.ts +4 -4
- package/components/password-criteria/index.d.ts +13 -12
- package/components/password-strength/index.d.ts +6 -6
- package/components/phone-input/index.d.ts +28 -30
- package/components/progress-bar/index.d.ts +5 -5
- package/components/prompt/index.d.ts +25 -25
- package/components/radial-progress/index.d.ts +5 -5
- package/components/radio-button/index.d.ts +28 -29
- package/components/rating/index.d.ts +5 -5
- package/components/scale/index.d.ts +4 -4
- package/components/segmented-bar/index.d.ts +8 -8
- package/components/segmented-button/index.d.ts +17 -16
- package/components/selectable-card/index.d.ts +6 -6
- package/components/side-navigation/index.d.ts +14 -14
- package/components/side-panel/index.d.ts +8 -8
- package/components/side-sheet/index.d.ts +19 -17
- package/components/snackbar/index.d.ts +16 -15
- package/components/spider-chart/index.d.ts +12 -12
- package/components/spinner/index.d.ts +5 -5
- package/components/stepper/index.d.ts +35 -35
- package/components/table/index.d.ts +36 -34
- package/components/tabs/index.d.ts +18 -17
- package/components/tag/index.d.ts +10 -10
- package/components/toggle/index.d.ts +10 -9
- package/components/tooltip/index.d.ts +16 -18
- package/components/universal-skills/index.d.ts +16 -16
- package/components/validation-error/index.d.ts +22 -10
- package/components/write-with-ai/index.d.ts +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs +36 -15
- package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs +9 -12
- package/fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs +7 -10
- package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs +39 -27
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +25 -14
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs +4 -2
- package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs +134 -117
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +47 -48
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +30 -18
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +9 -12
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs +25 -18
- package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs +155 -120
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs +7 -9
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +51 -47
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs +2232 -2210
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs +44 -25
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +55 -31
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +8 -11
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs +8 -10
- package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +105 -90
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs +5 -7
- package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +24 -13
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +65 -57
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs +35 -23
- package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +34 -27
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs +26 -16
- package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs +6 -7
- package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +112 -81
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +24 -24
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +6 -6
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs +6 -6
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +4 -4
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs +42 -21
- package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +44 -32
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs +39 -21
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs +10 -14
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs +7 -9
- package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs +33 -20
- package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs +9 -12
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs +82 -73
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-popover.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs +8 -11
- package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +47 -40
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +7 -10
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +43 -48
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +7 -12
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +6 -10
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +30 -16
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +15 -14
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-toggle.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs +8 -11
- package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs +27 -21
- package/fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +5 -2
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs +34 -26
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs +5 -5
- package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +10 -10
- package/fesm2022/testgorilla-tgo-ui-components-slider.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +31 -20
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs +28 -23
- package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs +9 -12
- package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +85 -79
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs +74 -51
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs +57 -25
- package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +16 -17
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +25 -17
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs +44 -28
- package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +34 -27
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +30 -14
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs +13 -11
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +6 -8
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/index.d.ts +4 -4
- package/mcp/catalog.json +1 -1
- package/package.json +1 -2
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import * as rxjs from 'rxjs';
|
|
2
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
3
|
import * as i0 from '@angular/core';
|
|
3
4
|
import { InputSignal, TemplateRef, EventEmitter, Signal, DestroyRef } from '@angular/core';
|
|
4
|
-
import * as
|
|
5
|
-
import {
|
|
6
|
-
import * as
|
|
7
|
-
import { RebrandBadgeColor, BadgeVariant } from '@testgorilla/tgo-ui/components/badge';
|
|
8
|
-
import * as i10 from '@testgorilla/tgo-ui/components/core';
|
|
5
|
+
import * as i10 from '@testgorilla/tgo-ui/components/avatar';
|
|
6
|
+
import { AvatarSize } from '@testgorilla/tgo-ui/components/avatar';
|
|
7
|
+
import * as i9 from '@testgorilla/tgo-ui/components/core';
|
|
9
8
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
10
9
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
11
|
-
import * as
|
|
12
|
-
import { SideSheetService } from '@testgorilla/tgo-ui/components/side-sheet';
|
|
13
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
14
|
-
import * as i8 from '@testgorilla/tgo-ui/components/logo';
|
|
10
|
+
import * as i7 from '@testgorilla/tgo-ui/components/logo';
|
|
15
11
|
import { LogoTypeEnum } from '@testgorilla/tgo-ui/components/logo';
|
|
16
|
-
import * as i11 from '@testgorilla/tgo-ui/components/
|
|
17
|
-
import {
|
|
18
|
-
import * as
|
|
19
|
-
import
|
|
20
|
-
import * as
|
|
21
|
-
import
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
12
|
+
import * as i11 from '@testgorilla/tgo-ui/components/side-sheet';
|
|
13
|
+
import { SideSheetService } from '@testgorilla/tgo-ui/components/side-sheet';
|
|
14
|
+
import * as i14 from '@testgorilla/tgo-ui/components/badge';
|
|
15
|
+
import { RebrandBadgeColor, BadgeVariant } from '@testgorilla/tgo-ui/components/badge';
|
|
16
|
+
import * as i8 from '@testgorilla/tgo-ui/components/icon';
|
|
17
|
+
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
18
|
+
import * as i1 from '@angular/common';
|
|
19
|
+
import * as i2 from '@angular/material/toolbar';
|
|
20
|
+
import * as i3 from '@angular/material/icon';
|
|
21
|
+
import * as i4 from '@angular/material/button';
|
|
22
|
+
import * as i5 from '@angular/material/core';
|
|
23
|
+
import * as i6 from '@angular/material/menu';
|
|
24
|
+
import * as i12 from '@testgorilla/tgo-ui/components/button';
|
|
25
25
|
|
|
26
26
|
interface IRoute {
|
|
27
27
|
id: string;
|
|
@@ -48,8 +48,8 @@ type ScreenSize = 'mobile' | 'tablet' | 'desktop';
|
|
|
48
48
|
declare class NavbarComponent {
|
|
49
49
|
private readonly breakpointObserver;
|
|
50
50
|
private readonly defaultAppTheme;
|
|
51
|
-
private sideSheetService;
|
|
52
|
-
private destroyRef;
|
|
51
|
+
private readonly sideSheetService;
|
|
52
|
+
private readonly destroyRef;
|
|
53
53
|
/**
|
|
54
54
|
* Routes object
|
|
55
55
|
*
|
|
@@ -101,20 +101,20 @@ declare class NavbarComponent {
|
|
|
101
101
|
* @type {ApplicationTheme}
|
|
102
102
|
* @memberof NavbarComponent
|
|
103
103
|
*/
|
|
104
|
-
contentTemplateRef: TemplateRef<
|
|
104
|
+
contentTemplateRef: TemplateRef<unknown>;
|
|
105
105
|
/**
|
|
106
106
|
* Additional info template reference for the extra user info in the dropdown/sidesheet
|
|
107
|
-
* @type {TemplateRef<
|
|
107
|
+
* @type {TemplateRef<unknown>}
|
|
108
108
|
* @memberof NavbarComponent
|
|
109
109
|
*/
|
|
110
|
-
userInfoExtraTemplateRef: TemplateRef<
|
|
110
|
+
userInfoExtraTemplateRef: TemplateRef<unknown>;
|
|
111
111
|
/**
|
|
112
112
|
* Custom content template reference for the menu section between user info and menu items.
|
|
113
113
|
* Use this to add custom components like credits display.
|
|
114
|
-
* @type {TemplateRef<
|
|
114
|
+
* @type {TemplateRef<unknown>}
|
|
115
115
|
* @memberof NavbarComponent
|
|
116
116
|
*/
|
|
117
|
-
menuContentTemplateRef: TemplateRef<
|
|
117
|
+
menuContentTemplateRef: TemplateRef<unknown>;
|
|
118
118
|
/**
|
|
119
119
|
* Mobile breakpoint
|
|
120
120
|
* @type {number}
|
|
@@ -168,7 +168,7 @@ declare class NavbarComponent {
|
|
|
168
168
|
onChangeMenuState(isOpened: boolean, screenSize: ScreenSize): void;
|
|
169
169
|
protected readonly AvatarSize: typeof AvatarSize;
|
|
170
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, [null, { optional: true; }, null, null]>;
|
|
171
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "ui-navbar", never, { "routes": { "alias": "routes"; "required": false; }; "activedRoute": { "alias": "activedRoute"; "required": false; "isSignal": true; }; "userName": { "alias": "userName"; "required": false; }; "email": { "alias": "email"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "userInfoExtraTemplateRef": { "alias": "userInfoExtraTemplateRef"; "required": false; }; "menuContentTemplateRef": { "alias": "menuContentTemplateRef"; "required": false; }; "mobileBreakpoint": { "alias": "mobileBreakpoint"; "required": false; }; "isAvatar": { "alias": "isAvatar"; "required": false; }; "menuClass": { "alias": "menuClass"; "required": false; }; }, { "navigateEvent": "navigateEvent"; "menuItemClicked": "menuItemClicked"; "logoutEvent": "logoutEvent"; "menuState": "menuState"; }, never, ["[actions]", "*"],
|
|
171
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "ui-navbar", never, { "routes": { "alias": "routes"; "required": false; }; "activedRoute": { "alias": "activedRoute"; "required": false; "isSignal": true; }; "userName": { "alias": "userName"; "required": false; }; "email": { "alias": "email"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "userInfoExtraTemplateRef": { "alias": "userInfoExtraTemplateRef"; "required": false; }; "menuContentTemplateRef": { "alias": "menuContentTemplateRef"; "required": false; }; "mobileBreakpoint": { "alias": "mobileBreakpoint"; "required": false; }; "isAvatar": { "alias": "isAvatar"; "required": false; }; "menuClass": { "alias": "menuClass"; "required": false; }; }, { "navigateEvent": "navigateEvent"; "menuItemClicked": "menuItemClicked"; "logoutEvent": "logoutEvent"; "menuState": "menuState"; }, never, ["[actions]", "*"], true, never>;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
declare class MobileNavbarSideSheetComponent {
|
|
@@ -177,9 +177,9 @@ declare class MobileNavbarSideSheetComponent {
|
|
|
177
177
|
email: string;
|
|
178
178
|
userName: string;
|
|
179
179
|
menuItems: MenuItem[];
|
|
180
|
-
contentTemplateRef: TemplateRef<
|
|
181
|
-
userInfoExtraTemplateRef: TemplateRef<
|
|
182
|
-
menuContentTemplateRef: TemplateRef<
|
|
180
|
+
contentTemplateRef: TemplateRef<unknown>;
|
|
181
|
+
userInfoExtraTemplateRef: TemplateRef<unknown>;
|
|
182
|
+
menuContentTemplateRef: TemplateRef<unknown>;
|
|
183
183
|
isDesktop: boolean;
|
|
184
184
|
applicationTheme: ApplicationTheme;
|
|
185
185
|
navigateEvent: EventEmitter<string>;
|
|
@@ -197,7 +197,7 @@ declare class MobileNavbarSideSheetComponent {
|
|
|
197
197
|
|
|
198
198
|
declare class NavbarComponentModule {
|
|
199
199
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponentModule, never>;
|
|
200
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarComponentModule,
|
|
200
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarComponentModule, never, [typeof i1.CommonModule, typeof i2.MatToolbarModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.MatRippleModule, typeof i6.MatMenuModule, typeof i7.LogoComponentModule, typeof i8.IconComponentModule, typeof i9.UiTranslatePipe, typeof i10.AvatarComponentModule, typeof i11.SideSheetComponentModule, typeof i12.ButtonComponentModule, typeof MobileNavbarSideSheetComponent, typeof i14.BadgeComponentModule, typeof NavbarComponent], [typeof NavbarComponent]>;
|
|
201
201
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavbarComponentModule>;
|
|
202
202
|
}
|
|
203
203
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { TemplateRef, OnInit, OnChanges, AfterViewInit, EventEmitter, QueryList, NgZone, SimpleChanges } from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import * as i5 from '@angular/material/menu';
|
|
2
|
+
import { TemplateRef, OnInit, OnChanges, AfterViewInit, EventEmitter, QueryList, ElementRef, NgZone, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
4
|
+
import * as i4 from '@angular/material/menu';
|
|
6
5
|
import { MenuPositionX, MenuPositionY, MatMenu, MatMenuTrigger } from '@angular/material/menu';
|
|
7
|
-
import * as
|
|
6
|
+
import * as i2 from '@testgorilla/tgo-ui/components/button';
|
|
8
7
|
import { ButtonColor, ButtonSize } from '@testgorilla/tgo-ui/components/button';
|
|
9
|
-
import * as
|
|
8
|
+
import * as i7 from '@testgorilla/tgo-ui/components/core';
|
|
10
9
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
11
10
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
11
|
+
import * as i3 from '@testgorilla/tgo-ui/components/icon';
|
|
12
|
+
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
13
|
+
import * as i1 from '@angular/common';
|
|
14
|
+
import * as i5 from '@angular/material/button';
|
|
15
|
+
import * as i6 from '@angular/material/tooltip';
|
|
16
16
|
|
|
17
17
|
type OverflowMenuButtonsType = {
|
|
18
18
|
icon?: IconName;
|
|
@@ -20,7 +20,7 @@ type OverflowMenuButtonsType = {
|
|
|
20
20
|
isDestructive?: boolean;
|
|
21
21
|
value: string;
|
|
22
22
|
disabled?: boolean;
|
|
23
|
-
btnTemplate?: TemplateRef<
|
|
23
|
+
btnTemplate?: TemplateRef<unknown>;
|
|
24
24
|
subMenu?: OverflowMenuButtonsType[] | number;
|
|
25
25
|
action?: number | string;
|
|
26
26
|
describedby?: string;
|
|
@@ -45,8 +45,8 @@ type OverflowMenuButtonModify = OverflowMenuButtonsType & ButtonOptions;
|
|
|
45
45
|
|
|
46
46
|
declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit {
|
|
47
47
|
private readonly defaultAppTheme;
|
|
48
|
-
private focusMonitor;
|
|
49
|
-
private ngZone;
|
|
48
|
+
private readonly focusMonitor;
|
|
49
|
+
private readonly ngZone;
|
|
50
50
|
/**
|
|
51
51
|
* Menu buttons
|
|
52
52
|
*
|
|
@@ -98,10 +98,10 @@ declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
98
98
|
/**
|
|
99
99
|
* Custom template for the button (optional)
|
|
100
100
|
*
|
|
101
|
-
* @type {TemplateRef<
|
|
101
|
+
* @type {TemplateRef<unknown>}
|
|
102
102
|
* @memberof OverflowMenuComponent
|
|
103
103
|
*/
|
|
104
|
-
contentTemplateRef: TemplateRef<
|
|
104
|
+
contentTemplateRef: TemplateRef<unknown>;
|
|
105
105
|
/**
|
|
106
106
|
* Button variant for the overflow menu trigger
|
|
107
107
|
* When null, uses the default icon rendering
|
|
@@ -125,13 +125,14 @@ declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
125
125
|
menuClosed: EventEmitter<void>;
|
|
126
126
|
matmenus: QueryList<MatMenu>;
|
|
127
127
|
matTrigger: QueryList<MatMenuTrigger>;
|
|
128
|
-
buttonElement:
|
|
128
|
+
buttonElement: ElementRef<HTMLElement>;
|
|
129
129
|
menuItems: string[];
|
|
130
130
|
submenus: Array<OverflowMenuButtonModify[]>;
|
|
131
131
|
isMenuRendered: i0.WritableSignal<boolean>;
|
|
132
132
|
isMenuOpened: i0.WritableSignal<boolean>;
|
|
133
133
|
isFocused: i0.WritableSignal<boolean>;
|
|
134
134
|
get menuItemHasHovered(): boolean;
|
|
135
|
+
private readonly destroyRef;
|
|
135
136
|
constructor(defaultAppTheme: ApplicationTheme, focusMonitor: FocusMonitor, ngZone: NgZone);
|
|
136
137
|
ngOnInit(): void;
|
|
137
138
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -145,17 +146,17 @@ declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
145
146
|
onSubmenuOpened(): void;
|
|
146
147
|
trackByButton: (_: number, btn: OverflowMenuButtonModify) => string | number;
|
|
147
148
|
onButtonHover(button: OverflowMenuButtonModify, state: boolean): void;
|
|
148
|
-
getMenu(index:
|
|
149
|
+
getMenu(index: unknown): MatMenu | null;
|
|
149
150
|
private reindex;
|
|
150
151
|
private resetSubmenus;
|
|
151
152
|
private createSubmenus;
|
|
152
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowMenuComponent, [{ optional: true; }, null, null]>;
|
|
153
|
-
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; }; "describedby": { "alias": "describedby"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "buttonVariant": { "alias": "buttonVariant"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "menuConfig": { "alias": "menuConfig"; "required": false; }; "isDynamicMenu": { "alias": "isDynamicMenu"; "required": false; }; "withRemovableOption": { "alias": "withRemovableOption"; "required": false; }; }, { "selectItem": "selectItem"; "menuOpened": "menuOpened"; "menuClosed": "menuClosed"; }, never, ["[menu-content]"],
|
|
154
|
+
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; }; "describedby": { "alias": "describedby"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "buttonVariant": { "alias": "buttonVariant"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "menuConfig": { "alias": "menuConfig"; "required": false; }; "isDynamicMenu": { "alias": "isDynamicMenu"; "required": false; }; "withRemovableOption": { "alias": "withRemovableOption"; "required": false; }; }, { "selectItem": "selectItem"; "menuOpened": "menuOpened"; "menuClosed": "menuClosed"; }, never, ["[menu-content]"], true, never>;
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
declare class OverflowMenuComponentModule {
|
|
157
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowMenuComponentModule, never>;
|
|
158
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OverflowMenuComponentModule,
|
|
159
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OverflowMenuComponentModule, never, [typeof i1.CommonModule, typeof i2.ButtonComponentModule, typeof i3.IconComponentModule, typeof i4.MatMenuModule, typeof i5.MatButtonModule, typeof i6.MatTooltipModule, typeof i7.EllipseTextDirective, typeof i7.UiTranslatePipe, typeof OverflowMenuComponent], [typeof OverflowMenuComponent]>;
|
|
159
160
|
static ɵinj: i0.ɵɵInjectorDeclaration<OverflowMenuComponentModule>;
|
|
160
161
|
}
|
|
161
162
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import * as
|
|
4
|
+
import * as i3 from '@testgorilla/tgo-ui/components/core';
|
|
5
5
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
6
6
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
7
|
+
import * as i1 from '@angular/common';
|
|
8
|
+
import * as i2 from '@testgorilla/tgo-ui/components/button';
|
|
9
9
|
|
|
10
10
|
declare class PageHeaderComponent {
|
|
11
11
|
private readonly defaultAppTheme;
|
|
@@ -38,13 +38,13 @@ declare class PageHeaderComponent {
|
|
|
38
38
|
constructor(defaultAppTheme: ApplicationTheme, isMobile$: Observable<boolean>);
|
|
39
39
|
protected onBack(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, [{ optional: true; }, null]>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ui-page-header", never, { "showBackButton": { "alias": "showBackButton"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "back": "back"; }, never, ["[content]", "[right-side]"],
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ui-page-header", never, { "showBackButton": { "alias": "showBackButton"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "back": "back"; }, never, ["[content]", "[right-side]"], true, never>;
|
|
42
42
|
static ngAcceptInputType_showBackButton: unknown;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
declare class PageHeaderModule {
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderModule, never>;
|
|
47
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PageHeaderModule, [typeof
|
|
47
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PageHeaderModule, never, [typeof i1.CommonModule, typeof i2.ButtonComponentModule, typeof i3.UiTranslatePipe, typeof PageHeaderComponent], [typeof PageHeaderComponent]>;
|
|
48
48
|
static ɵinj: i0.ɵɵInjectorDeclaration<PageHeaderModule>;
|
|
49
49
|
}
|
|
50
50
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i2 from '@angular/material/paginator';
|
|
4
4
|
import { PageEvent, MatPaginatorSelectConfig } from '@angular/material/paginator';
|
|
5
5
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
6
6
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
7
|
-
import * as
|
|
7
|
+
import * as i1 from '@angular/common';
|
|
8
8
|
|
|
9
9
|
declare class PaginatorComponent {
|
|
10
10
|
private readonly defaultAppTheme;
|
|
@@ -58,12 +58,12 @@ declare class PaginatorComponent {
|
|
|
58
58
|
constructor(defaultAppTheme: ApplicationTheme);
|
|
59
59
|
onPaginatorChange(paginator: PageEvent): void;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, [{ optional: true; }]>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ui-paginator", never, { "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; }, { "paginatorChange": "paginatorChange"; }, never, never,
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ui-paginator", never, { "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; }, { "paginatorChange": "paginatorChange"; }, never, never, true, never>;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
declare class PaginatorComponentModule {
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponentModule, never>;
|
|
66
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorComponentModule, [typeof
|
|
66
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorComponentModule, never, [typeof i1.CommonModule, typeof i2.MatPaginatorModule, typeof PaginatorComponent], [typeof PaginatorComponent]>;
|
|
67
67
|
static ɵinj: i0.ɵɵInjectorDeclaration<PaginatorComponentModule>;
|
|
68
68
|
}
|
|
69
69
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter, ElementRef, DestroyRef } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i3 from '@angular/forms';
|
|
4
4
|
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
import * as i2 from '@testgorilla/tgo-ui/components/field';
|
|
7
|
+
import * as i4 from '@testgorilla/tgo-ui/components/icon';
|
|
8
|
+
import * as i5 from '@testgorilla/tgo-ui/components/progress-bar';
|
|
9
|
+
import * as i6 from '@testgorilla/tgo-ui/components/core';
|
|
10
10
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
11
11
|
|
|
12
12
|
declare class PasswordComponent implements ControlValueAccessor {
|
|
@@ -41,19 +41,20 @@ declare class PasswordComponent implements ControlValueAccessor {
|
|
|
41
41
|
constructor(destroyRef: DestroyRef);
|
|
42
42
|
checkCriteria(): void;
|
|
43
43
|
countPassed(): number;
|
|
44
|
-
onChange: (_v:
|
|
44
|
+
onChange: (_v: string) => void;
|
|
45
45
|
onTouch: () => void;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
private readonly cdr;
|
|
47
|
+
writeValue(obj?: string | null): void;
|
|
48
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
49
|
+
registerOnTouched(fn: () => void): void;
|
|
49
50
|
get allRequirementsMet(): boolean;
|
|
50
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "ui-password-criteria", never, { "showCriteria": { "alias": "showCriteria"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "passwordChange": "passwordChange"; "allCriteriaPassed": "allCriteriaPassed"; }, never, never,
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "ui-password-criteria", never, { "showCriteria": { "alias": "showCriteria"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "passwordChange": "passwordChange"; "allCriteriaPassed": "allCriteriaPassed"; }, never, never, true, never>;
|
|
52
53
|
}
|
|
53
54
|
|
|
54
55
|
declare class PasswordComponentModule {
|
|
55
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponentModule, never>;
|
|
56
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordComponentModule, [typeof
|
|
57
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordComponentModule, never, [typeof i1.CommonModule, typeof i2.FieldComponentModule, typeof i3.ReactiveFormsModule, typeof i4.IconComponentModule, typeof i5.ProgressBarComponentModule, typeof i6.UiTranslatePipe, typeof PasswordComponent], [typeof PasswordComponent]>;
|
|
57
58
|
static ɵinj: i0.ɵɵInjectorDeclaration<PasswordComponentModule>;
|
|
58
59
|
}
|
|
59
60
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i4 from '@testgorilla/tgo-ui/components/core';
|
|
4
4
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
5
5
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
6
|
-
import * as
|
|
6
|
+
import * as i2 from '@testgorilla/tgo-ui/components/icon';
|
|
7
7
|
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
8
|
+
import * as i1 from '@angular/common';
|
|
9
|
+
import * as i3 from '@testgorilla/tgo-ui/components/progress-bar';
|
|
10
10
|
|
|
11
11
|
declare class PasswordStrengthComponent {
|
|
12
12
|
private readonly defaultAppTheme;
|
|
@@ -48,12 +48,12 @@ declare class PasswordStrengthComponent {
|
|
|
48
48
|
get infoIcon(): IconName;
|
|
49
49
|
get checkIcon(): IconName;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponent, [{ optional: true; }]>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthComponent, "ui-password-strength", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "password": { "alias": "password"; "required": false; }; }, { "validationCheck": "validationCheck"; }, never, never,
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthComponent, "ui-password-strength", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "password": { "alias": "password"; "required": false; }; }, { "validationCheck": "validationCheck"; }, never, never, true, never>;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
declare class PasswordStrengthComponentModule {
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponentModule, never>;
|
|
56
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordStrengthComponentModule, [typeof
|
|
56
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordStrengthComponentModule, never, [typeof i1.CommonModule, typeof i2.IconComponentModule, typeof i3.ProgressBarComponentModule, typeof i4.UiTranslatePipe, typeof PasswordStrengthComponent], [typeof PasswordStrengthComponent]>;
|
|
57
57
|
static ɵinj: i0.ɵɵInjectorDeclaration<PasswordStrengthComponentModule>;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
1
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { OnInit, OnDestroy, DoCheck, ElementRef,
|
|
4
|
-
import * as
|
|
5
|
-
import { ControlValueAccessor, NgControl, UntypedFormGroup, UntypedFormControl
|
|
6
|
-
import { ErrorStateMatcher } from '@angular/material/core';
|
|
2
|
+
import { OnInit, OnDestroy, DoCheck, ElementRef, PipeTransform } from '@angular/core';
|
|
3
|
+
import * as i3 from '@angular/forms';
|
|
4
|
+
import { ControlValueAccessor, NgControl, UntypedFormGroup, UntypedFormControl } from '@angular/forms';
|
|
7
5
|
import { Observable, BehaviorSubject, Subject } from 'rxjs';
|
|
8
|
-
import * as
|
|
6
|
+
import * as i10 from '@testgorilla/tgo-ui/components/core';
|
|
9
7
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
10
8
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
18
|
-
import * as
|
|
19
|
-
import * as
|
|
9
|
+
import * as i1 from '@angular/common';
|
|
10
|
+
import * as i2 from '@angular/material/progress-spinner';
|
|
11
|
+
import * as i4 from '@angular/material/select';
|
|
12
|
+
import * as i5 from '@angular/material/icon';
|
|
13
|
+
import * as i6 from '@angular/material/input';
|
|
14
|
+
import * as i7 from 'ngx-mat-select-search';
|
|
15
|
+
import * as i8 from '@testgorilla/tgo-ui/components/icon';
|
|
16
|
+
import * as i9 from '@testgorilla/tgo-ui/components/spinner';
|
|
17
|
+
import * as i11 from '@testgorilla/tgo-ui/components/validation-error';
|
|
20
18
|
|
|
21
19
|
/**
|
|
22
20
|
* Country interface ISO 3166 (minus numeric code and alpha3Code)
|
|
@@ -28,12 +26,6 @@ interface UICountry {
|
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAccessor, DoCheck {
|
|
31
|
-
ngControl: NgControl;
|
|
32
|
-
private errorMatcher;
|
|
33
|
-
private fb;
|
|
34
|
-
private focusMonitor;
|
|
35
|
-
private ref;
|
|
36
|
-
private readonly defaultAppTheme;
|
|
37
29
|
/**
|
|
38
30
|
* Phone number
|
|
39
31
|
*
|
|
@@ -41,6 +33,7 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
|
|
|
41
33
|
* @memberof PhoneInputComponent
|
|
42
34
|
*/
|
|
43
35
|
set value(value: string);
|
|
36
|
+
get value(): string;
|
|
44
37
|
/**
|
|
45
38
|
* Country list for select
|
|
46
39
|
*
|
|
@@ -55,6 +48,7 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
|
|
|
55
48
|
* @memberof PhoneInputComponent
|
|
56
49
|
*/
|
|
57
50
|
set placeholder(value: string);
|
|
51
|
+
get placeholder(): string;
|
|
58
52
|
/**
|
|
59
53
|
* Determines if input is disabled
|
|
60
54
|
*
|
|
@@ -107,8 +101,14 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
|
|
|
107
101
|
*/
|
|
108
102
|
hideLabelInErrors: boolean;
|
|
109
103
|
static nextId: number;
|
|
110
|
-
private countries;
|
|
104
|
+
private readonly countries;
|
|
111
105
|
protected countries$: Observable<UICountry[]>;
|
|
106
|
+
ngControl: NgControl | null;
|
|
107
|
+
private readonly errorMatcher;
|
|
108
|
+
private readonly fb;
|
|
109
|
+
private readonly focusMonitor;
|
|
110
|
+
private readonly ref;
|
|
111
|
+
private readonly defaultAppTheme;
|
|
112
112
|
form: UntypedFormGroup;
|
|
113
113
|
protected controlType: string;
|
|
114
114
|
protected userAriaDescribedBy?: string;
|
|
@@ -126,14 +126,12 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
|
|
|
126
126
|
describedBy: string;
|
|
127
127
|
get empty(): boolean;
|
|
128
128
|
get errorState(): boolean;
|
|
129
|
-
get value(): string;
|
|
130
|
-
get placeholder(): string;
|
|
131
129
|
private initialValue;
|
|
132
130
|
private readonly DEFAULT_COUNTRY_CODE;
|
|
133
131
|
private internalPlaceholder;
|
|
134
132
|
protected selectedCountry: UICountry;
|
|
135
|
-
private
|
|
136
|
-
constructor(
|
|
133
|
+
private readonly destroyRef;
|
|
134
|
+
constructor();
|
|
137
135
|
/**
|
|
138
136
|
* Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
|
|
139
137
|
* to display validation errors that might happen (e.g. required)
|
|
@@ -161,19 +159,19 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
|
|
|
161
159
|
private loadCountries;
|
|
162
160
|
disableClick(ev: Event): void;
|
|
163
161
|
trackByFn: (index: number, value: string) => string;
|
|
164
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponent,
|
|
165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneInputComponent, "ui-phone-input", never, { "value": { "alias": "value"; "required": false; }; "countryList": { "alias": "countryList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; }, {}, never, never,
|
|
162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponent, never>;
|
|
163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneInputComponent, "ui-phone-input", never, { "value": { "alias": "value"; "required": false; }; "countryList": { "alias": "countryList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; }, {}, never, never, true, never>;
|
|
166
164
|
}
|
|
167
165
|
|
|
168
166
|
declare class JoinStringsPipe implements PipeTransform {
|
|
169
167
|
transform(value: string[], separator?: string): string;
|
|
170
168
|
static ɵfac: i0.ɵɵFactoryDeclaration<JoinStringsPipe, never>;
|
|
171
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<JoinStringsPipe, "joinStrings",
|
|
169
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<JoinStringsPipe, "joinStrings", true>;
|
|
172
170
|
}
|
|
173
171
|
|
|
174
172
|
declare class PhoneInputComponentModule {
|
|
175
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponentModule, never>;
|
|
176
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PhoneInputComponentModule, [typeof
|
|
174
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PhoneInputComponentModule, never, [typeof i1.CommonModule, typeof i2.MatProgressSpinnerModule, typeof i3.ReactiveFormsModule, typeof i4.MatSelectModule, typeof i5.MatIconModule, typeof i6.MatInputModule, typeof i7.NgxMatSelectSearchModule, typeof i8.IconComponentModule, typeof i9.SpinnerComponentModule, typeof i10.UiTranslatePipe, typeof i11.ValidationErrorModule, typeof i10.HasValidationErrorPipe, typeof PhoneInputComponent, typeof JoinStringsPipe], [typeof PhoneInputComponent]>;
|
|
177
175
|
static ɵinj: i0.ɵɵInjectorDeclaration<PhoneInputComponentModule>;
|
|
178
176
|
}
|
|
179
177
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i2 from '@angular/material/progress-bar';
|
|
4
4
|
import { ProgressBarMode } from '@angular/material/progress-bar';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i3 from '@testgorilla/tgo-ui/components/core';
|
|
6
6
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
7
7
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i1 from '@angular/common';
|
|
9
9
|
|
|
10
10
|
declare class ProgressBarComponent implements OnInit {
|
|
11
11
|
private readonly defaultAppTheme;
|
|
@@ -74,12 +74,12 @@ declare class ProgressBarComponent implements OnInit {
|
|
|
74
74
|
constructor(defaultAppTheme: ApplicationTheme);
|
|
75
75
|
ngOnInit(): void;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, [{ optional: true; }]>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ui-progress-bar", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "buffer": { "alias": "buffer"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "showPercentage": { "alias": "showPercentage"; "required": false; }; }, {}, never, never,
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ui-progress-bar", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "buffer": { "alias": "buffer"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "showPercentage": { "alias": "showPercentage"; "required": false; }; }, {}, never, never, true, never>;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
declare class ProgressBarComponentModule {
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponentModule, never>;
|
|
82
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarComponentModule, [typeof
|
|
82
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarComponentModule, never, [typeof i1.CommonModule, typeof i2.MatProgressBarModule, typeof i3.UiTranslatePipe, typeof ProgressBarComponent], [typeof ProgressBarComponent]>;
|
|
83
83
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarComponentModule>;
|
|
84
84
|
}
|
|
85
85
|
|