@testgorilla/tgo-ui 8.19.1 → 9.1.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 +45 -35
- 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 -18
- 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 +147 -121
- 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 +63 -57
- 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
|
@@ -2,12 +2,12 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
4
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i2 from '@testgorilla/tgo-ui/components/icon';
|
|
6
6
|
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
7
|
+
import * as i1 from '@angular/common';
|
|
8
|
+
import * as i3 from '@testgorilla/tgo-ui/components/button';
|
|
9
|
+
import * as i4 from '@angular/material/tooltip';
|
|
10
|
+
import * as i5 from '@angular/material/expansion';
|
|
11
11
|
|
|
12
12
|
type AccordionVariant = 'standard' | 'filter' | 'table';
|
|
13
13
|
type ToggleIconPosition = 'left' | 'right';
|
|
@@ -102,7 +102,7 @@ declare class AccordionComponent {
|
|
|
102
102
|
constructor(defaultAppTheme: ApplicationTheme);
|
|
103
103
|
protected toggle(open: boolean): void;
|
|
104
104
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, [{ optional: true; }]>;
|
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "ui-accordion", never, { "label": { "alias": "label"; "required": true; }; "open": { "alias": "open"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showPremiumIcon": { "alias": "showPremiumIcon"; "required": false; }; "premiumTooltipText": { "alias": "premiumTooltipText"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "labelIcon": { "alias": "labelIcon"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "allowCustomHeader": { "alias": "allowCustomHeader"; "required": false; }; "noBackgroundColor": { "alias": "noBackgroundColor"; "required": false; }; "toggleIconPosition": { "alias": "toggleIconPosition"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; }, never, ["[subHeader]", "[customHeader]", "[actions]", "*"],
|
|
105
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "ui-accordion", never, { "label": { "alias": "label"; "required": true; }; "open": { "alias": "open"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showPremiumIcon": { "alias": "showPremiumIcon"; "required": false; }; "premiumTooltipText": { "alias": "premiumTooltipText"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "labelIcon": { "alias": "labelIcon"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "allowCustomHeader": { "alias": "allowCustomHeader"; "required": false; }; "noBackgroundColor": { "alias": "noBackgroundColor"; "required": false; }; "toggleIconPosition": { "alias": "toggleIconPosition"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; }, never, ["[subHeader]", "[customHeader]", "[actions]", "*"], true, never>;
|
|
106
106
|
static ngAcceptInputType_open: unknown;
|
|
107
107
|
static ngAcceptInputType_disabled: unknown;
|
|
108
108
|
static ngAcceptInputType_showPremiumIcon: unknown;
|
|
@@ -110,7 +110,7 @@ declare class AccordionComponent {
|
|
|
110
110
|
|
|
111
111
|
declare class AccordionComponentModule {
|
|
112
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponentModule, never>;
|
|
113
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionComponentModule, [typeof
|
|
113
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionComponentModule, never, [typeof i1.CommonModule, typeof i2.IconComponentModule, typeof i3.ButtonComponentModule, typeof i4.MatTooltipModule, typeof i5.MatExpansionModule, typeof AccordionComponent], [typeof AccordionComponent]>;
|
|
114
114
|
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionComponentModule>;
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnDestroy, AfterViewInit, ElementRef, WritableSignal } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
4
|
|
|
5
5
|
declare enum InterviewState {
|
|
6
6
|
CandidateSpeaking = "candidate-speaking",
|
|
@@ -59,12 +59,12 @@ declare class AiAudioCircleComponent implements OnDestroy, AfterViewInit {
|
|
|
59
59
|
private cleanup;
|
|
60
60
|
ngOnDestroy(): void;
|
|
61
61
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AiAudioCircleComponent, never>;
|
|
62
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AiAudioCircleComponent, "ui-ai-audio-circle", never, { "audioTrack": { "alias": "audioTrack"; "required": false; "isSignal": true; }; "candidateAudioTrack": { "alias": "candidateAudioTrack"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "canvasSize": { "alias": "canvasSize"; "required": false; "isSignal": true; }; "animated": { "alias": "animated"; "required": false; "isSignal": true; }; }, { "state": "stateChange"; }, never, never,
|
|
62
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AiAudioCircleComponent, "ui-ai-audio-circle", never, { "audioTrack": { "alias": "audioTrack"; "required": false; "isSignal": true; }; "candidateAudioTrack": { "alias": "candidateAudioTrack"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "canvasSize": { "alias": "canvasSize"; "required": false; "isSignal": true; }; "animated": { "alias": "animated"; "required": false; "isSignal": true; }; }, { "state": "stateChange"; }, never, never, true, never>;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
declare class AiAudioCircleModule {
|
|
66
66
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AiAudioCircleModule, never>;
|
|
67
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AiAudioCircleModule, [typeof
|
|
67
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AiAudioCircleModule, never, [typeof i1.CommonModule, typeof AiAudioCircleComponent], [typeof AiAudioCircleComponent]>;
|
|
68
68
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AiAudioCircleModule>;
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i3 from '@testgorilla/tgo-ui/components/core';
|
|
2
2
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
3
3
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
import * as i2 from '@testgorilla/tgo-ui/components/icon';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* AI Caveat Component
|
|
@@ -37,12 +37,12 @@ declare class AiCaveatComponent {
|
|
|
37
37
|
readonly disclaimerKey = "AI_CAVEAT.DISCLAIMER";
|
|
38
38
|
constructor(defaultAppTheme: ApplicationTheme);
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<AiCaveatComponent, [{ optional: true; }]>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AiCaveatComponent, "ui-ai-caveat", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never,
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCaveatComponent, "ui-ai-caveat", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
declare class AiCaveatComponentModule {
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<AiCaveatComponentModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AiCaveatComponentModule, [typeof
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AiCaveatComponentModule, never, [typeof i1.CommonModule, typeof i2.IconComponentModule, typeof i3.UiTranslatePipe, typeof AiCaveatComponent], [typeof AiCaveatComponent]>;
|
|
46
46
|
static ɵinj: i0.ɵɵInjectorDeclaration<AiCaveatComponentModule>;
|
|
47
47
|
}
|
|
48
48
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as rxjs from 'rxjs';
|
|
2
2
|
import * as _angular_core from '@angular/core';
|
|
3
3
|
import { OnInit } from '@angular/core';
|
|
4
|
-
import * as
|
|
4
|
+
import * as i2 from '@angular/forms';
|
|
5
5
|
import { FormControl } from '@angular/forms';
|
|
6
|
-
import * as
|
|
6
|
+
import * as i9 from '@testgorilla/tgo-ui/components/core';
|
|
7
7
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
8
8
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
9
|
+
import * as i1 from '@angular/common';
|
|
10
|
+
import * as i3 from '@testgorilla/tgo-ui/components/button';
|
|
11
|
+
import * as i4 from '@testgorilla/tgo-ui/components/card';
|
|
12
|
+
import * as i5 from '@testgorilla/tgo-ui/components/tag';
|
|
13
|
+
import * as i6 from '@testgorilla/tgo-ui/components/field';
|
|
14
|
+
import * as i7 from '@testgorilla/tgo-ui/components/ai-caveat';
|
|
15
|
+
import * as i8 from '@testgorilla/tgo-ui/components/icon';
|
|
16
16
|
|
|
17
17
|
declare enum AiFeedbackPanelType {
|
|
18
18
|
POSITIVE = "positive",
|
|
@@ -48,15 +48,15 @@ declare class AiFeedbackComponent implements OnInit {
|
|
|
48
48
|
feedbackCancelled: _angular_core.OutputEmitterRef<AiFeedbackData>;
|
|
49
49
|
feedbackChanged: _angular_core.OutputEmitterRef<AiFeedbackData>;
|
|
50
50
|
protected readonly isMobile$: rxjs.Observable<boolean>;
|
|
51
|
-
private destroyRef;
|
|
51
|
+
private readonly destroyRef;
|
|
52
52
|
isMobile: _angular_core.Signal<boolean>;
|
|
53
53
|
showPanel: _angular_core.WritableSignal<boolean>;
|
|
54
54
|
panelType: _angular_core.WritableSignal<AiFeedbackPanelType | null>;
|
|
55
55
|
selectedOptions: _angular_core.WritableSignal<string[]>;
|
|
56
56
|
otherTextControl: FormControl<string | null>;
|
|
57
57
|
otherTextValue: _angular_core.WritableSignal<string>;
|
|
58
|
-
private selectedOptionsSubject;
|
|
59
|
-
private otherTextSubject;
|
|
58
|
+
private readonly selectedOptionsSubject;
|
|
59
|
+
private readonly otherTextSubject;
|
|
60
60
|
readonly translationContext = "AI_FEEDBACK.";
|
|
61
61
|
readonly AiFeedbackPanelType: typeof AiFeedbackPanelType;
|
|
62
62
|
private readonly defaultPositiveTitle;
|
|
@@ -79,12 +79,12 @@ declare class AiFeedbackComponent implements OnInit {
|
|
|
79
79
|
onSubmit(): void;
|
|
80
80
|
closePanel(): void;
|
|
81
81
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AiFeedbackComponent, never>;
|
|
82
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AiFeedbackComponent, "ui-ai-feedback", never, { "positiveConfig": { "alias": "positiveConfig"; "required": false; "isSignal": true; }; "negativeConfig": { "alias": "negativeConfig"; "required": false; "isSignal": true; }; "skipPanelForPositive": { "alias": "skipPanelForPositive"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "isRatingDisabled": { "alias": "isRatingDisabled"; "required": false; "isSignal": true; }; "enableAutoEmit": { "alias": "enableAutoEmit"; "required": false; "isSignal": true; }; "isPositiveFeedback": { "alias": "isPositiveFeedback"; "required": false; "isSignal": true; }; }, { "isPositiveFeedback": "isPositiveFeedbackChange"; "selectionChange": "selectionChange"; "feedbackSubmitted": "feedbackSubmitted"; "feedbackCancelled": "feedbackCancelled"; "feedbackChanged": "feedbackChanged"; }, never, never,
|
|
82
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AiFeedbackComponent, "ui-ai-feedback", never, { "positiveConfig": { "alias": "positiveConfig"; "required": false; "isSignal": true; }; "negativeConfig": { "alias": "negativeConfig"; "required": false; "isSignal": true; }; "skipPanelForPositive": { "alias": "skipPanelForPositive"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "isRatingDisabled": { "alias": "isRatingDisabled"; "required": false; "isSignal": true; }; "enableAutoEmit": { "alias": "enableAutoEmit"; "required": false; "isSignal": true; }; "isPositiveFeedback": { "alias": "isPositiveFeedback"; "required": false; "isSignal": true; }; }, { "isPositiveFeedback": "isPositiveFeedbackChange"; "selectionChange": "selectionChange"; "feedbackSubmitted": "feedbackSubmitted"; "feedbackCancelled": "feedbackCancelled"; "feedbackChanged": "feedbackChanged"; }, never, never, true, never>;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
declare class AiFeedbackModule {
|
|
86
86
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AiFeedbackModule, never>;
|
|
87
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AiFeedbackModule,
|
|
87
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AiFeedbackModule, never, [typeof i1.CommonModule, typeof i1.AsyncPipe, typeof i2.ReactiveFormsModule, typeof i3.ButtonComponentModule, typeof i4.CardComponentModule, typeof i5.TagComponentModule, typeof i6.FieldComponentModule, typeof i7.AiCaveatComponentModule, typeof i8.IconComponentModule, typeof i9.UiTranslatePipe, typeof i9.MemoizeFuncPipe, typeof AiFeedbackComponent], [typeof AiFeedbackComponent]>;
|
|
88
88
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AiFeedbackModule>;
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
|
-
import * as
|
|
4
|
-
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
5
|
-
import * as i6 from '@testgorilla/tgo-ui/components/core';
|
|
3
|
+
import * as i5 from '@testgorilla/tgo-ui/components/core';
|
|
6
4
|
import { ApplicationTheme, AlertBarType, AlertVariant, Color } from '@testgorilla/tgo-ui/components/core';
|
|
7
5
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
8
|
-
import * as i3 from '@testgorilla/tgo-ui/components/
|
|
6
|
+
import * as i3 from '@testgorilla/tgo-ui/components/icon';
|
|
7
|
+
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
8
|
+
import * as i2 from '@testgorilla/tgo-ui/components/button';
|
|
9
9
|
import { ButtonColor, ButtonSize } from '@testgorilla/tgo-ui/components/button';
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
10
|
+
import * as i1 from '@angular/common';
|
|
11
|
+
import * as i4 from '@testgorilla/tgo-ui/components/spinner';
|
|
12
12
|
|
|
13
13
|
type LinkTargetType = '' | '_self' | '_blank' | '_parent' | '_top';
|
|
14
14
|
interface AlertBannerAction {
|
|
@@ -162,12 +162,12 @@ declare class AlertBannerComponent implements OnInit, OnChanges {
|
|
|
162
162
|
private updateBanner;
|
|
163
163
|
dismissClick(): void;
|
|
164
164
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerComponent, [{ optional: true; }]>;
|
|
165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerComponent, "ui-alert-banner", never, { "alertType": { "alias": "alertType"; "required": false; }; "alertVariant": { "alias": "alertVariant"; "required": false; }; "message": { "alias": "message"; "required": false; }; "includeDismissButton": { "alias": "includeDismissButton"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkUrl": { "alias": "linkUrl"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "isFullWidth": { "alias": "isFullWidth"; "required": false; }; "closeButtonTooltip": { "alias": "closeButtonTooltip"; "required": false; }; "hasIcon": { "alias": "hasIcon"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "secondaryAlerts": { "alias": "secondaryAlerts"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"],
|
|
165
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerComponent, "ui-alert-banner", never, { "alertType": { "alias": "alertType"; "required": false; }; "alertVariant": { "alias": "alertVariant"; "required": false; }; "message": { "alias": "message"; "required": false; }; "includeDismissButton": { "alias": "includeDismissButton"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkUrl": { "alias": "linkUrl"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "isFullWidth": { "alias": "isFullWidth"; "required": false; }; "closeButtonTooltip": { "alias": "closeButtonTooltip"; "required": false; }; "hasIcon": { "alias": "hasIcon"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "secondaryAlerts": { "alias": "secondaryAlerts"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], true, never>;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
declare class AlertBannerComponentModule {
|
|
169
169
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerComponentModule, never>;
|
|
170
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertBannerComponentModule, [typeof
|
|
170
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertBannerComponentModule, never, [typeof i1.CommonModule, typeof i2.ButtonComponentModule, typeof i3.IconComponentModule, typeof i4.SpinnerComponentModule, typeof i5.UiTranslatePipe, typeof AlertBannerComponent], [typeof AlertBannerComponent]>;
|
|
171
171
|
static ɵinj: i0.ɵɵInjectorDeclaration<AlertBannerComponentModule>;
|
|
172
172
|
}
|
|
173
173
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnChanges, AfterViewInit, DoCheck, OnDestroy, OnInit, EventEmitter, ElementRef,
|
|
2
|
+
import { OnChanges, AfterViewInit, DoCheck, OnDestroy, OnInit, EventEmitter, ElementRef, SimpleChanges, PipeTransform } from '@angular/core';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { BehaviorSubject, ReplaySubject, Subscription } from 'rxjs';
|
|
5
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
6
5
|
import * as i15 from '@angular/cdk/scrolling';
|
|
7
6
|
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
8
7
|
import * as i9 from '@angular/forms';
|
|
@@ -46,14 +45,6 @@ type DropdownVariationType = `${DropdownVariation}`;
|
|
|
46
45
|
type AutocompleteSize = 'small' | 'medium';
|
|
47
46
|
|
|
48
47
|
declare class AutocompleteComponent implements ControlValueAccessor, OnChanges, AfterViewInit, DoCheck, OnDestroy, OnInit {
|
|
49
|
-
private readonly defaultAppTheme;
|
|
50
|
-
private readonly cdr;
|
|
51
|
-
ngControl: NgControl;
|
|
52
|
-
private readonly platformId;
|
|
53
|
-
private readonly el;
|
|
54
|
-
private readonly focusMonitor;
|
|
55
|
-
private readonly destroyRef;
|
|
56
|
-
private readonly ngZone;
|
|
57
48
|
/**
|
|
58
49
|
* @property itemsList
|
|
59
50
|
* @description The list of items to display in the autocomplete.
|
|
@@ -301,8 +292,8 @@ declare class AutocompleteComponent implements ControlValueAccessor, OnChanges,
|
|
|
301
292
|
protected inputValueSearch$: BehaviorSubject<string>;
|
|
302
293
|
protected userInput$: ReplaySubject<string>;
|
|
303
294
|
protected dynamicFilteredList$: BehaviorSubject<any[] | null>;
|
|
304
|
-
protected filteredItemsList$: rxjs.Observable<any>;
|
|
305
|
-
protected filteredSuggestionList$: rxjs.Observable<any>;
|
|
295
|
+
protected filteredItemsList$: rxjs.Observable<any[] | null>;
|
|
296
|
+
protected filteredSuggestionList$: rxjs.Observable<any[] | null>;
|
|
306
297
|
protected savedVirtualScrollViewport: CdkVirtualScrollViewport;
|
|
307
298
|
protected savedVirtualScrollSubscription: Subscription;
|
|
308
299
|
protected isFilteredViewport: boolean;
|
|
@@ -310,11 +301,19 @@ declare class AutocompleteComponent implements ControlValueAccessor, OnChanges,
|
|
|
310
301
|
protected searchResult$: rxjs.Observable<boolean>;
|
|
311
302
|
protected translationContext: string;
|
|
312
303
|
protected readonly AutocompleteUtils: typeof AutocompleteUtils;
|
|
304
|
+
private readonly defaultAppTheme;
|
|
305
|
+
private readonly cdr;
|
|
306
|
+
ngControl: NgControl | null;
|
|
307
|
+
private readonly platformId;
|
|
308
|
+
private readonly el;
|
|
309
|
+
private readonly focusMonitor;
|
|
310
|
+
private readonly destroyRef;
|
|
311
|
+
private readonly ngZone;
|
|
313
312
|
private readonly isPlatform;
|
|
314
313
|
private observer;
|
|
315
314
|
protected keyboardFocused: i0.WritableSignal<boolean>;
|
|
316
315
|
isAlreadyAdded: boolean;
|
|
317
|
-
constructor(
|
|
316
|
+
constructor();
|
|
318
317
|
ngOnInit(): void;
|
|
319
318
|
/**
|
|
320
319
|
* Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
|
|
@@ -327,7 +326,7 @@ declare class AutocompleteComponent implements ControlValueAccessor, OnChanges,
|
|
|
327
326
|
onChange: (_: any) => void;
|
|
328
327
|
onTouch: () => void;
|
|
329
328
|
registerOnChange(fn: any): void;
|
|
330
|
-
registerOnTouched(fn:
|
|
329
|
+
registerOnTouched(fn: () => void): void;
|
|
331
330
|
setDisabledState(isDisabled: boolean): void;
|
|
332
331
|
writeValue(value: any): void;
|
|
333
332
|
protected get isGrouped(): boolean;
|
|
@@ -355,7 +354,7 @@ declare class AutocompleteComponent implements ControlValueAccessor, OnChanges,
|
|
|
355
354
|
protected get hasObjectValue(): boolean;
|
|
356
355
|
onKeydown($event: KeyboardEvent): void;
|
|
357
356
|
protected getVirtualScrollHeight(itemCount: number): number;
|
|
358
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent,
|
|
357
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
|
|
359
358
|
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; }; "placeholder": { "alias": "placeholder"; "required": false; }; "itemValue": { "alias": "itemValue"; "required": false; }; "type": { "alias": "type"; "required": false; }; "minCharactersSearch": { "alias": "minCharactersSearch"; "required": false; }; "variant": { "alias": "variant"; "required": true; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "valuePrimitive": { "alias": "valuePrimitive"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "required": { "alias": "required"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "dropdownPanelClass": { "alias": "dropdownPanelClass"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "size": { "alias": "size"; "required": false; }; "allowUserInput": { "alias": "allowUserInput"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "exactMatchSelect": { "alias": "exactMatchSelect"; "required": false; }; "maxItemSelected": { "alias": "maxItemSelected"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "isDynamicFilteringEnabled": { "alias": "isDynamicFilteringEnabled"; "required": false; }; "dynamicFilterLoading": { "alias": "dynamicFilterLoading"; "required": false; }; "dynamicFilteredList": { "alias": "dynamicFilteredList"; "required": false; }; "infiniteScroll": { "alias": "infiniteScroll"; "required": false; }; "hasMoreOptionsForInfiniteScroll": { "alias": "hasMoreOptionsForInfiniteScroll"; "required": false; }; }, { "selectionChange": "selectionChange"; "searchTextChange": "searchTextChange"; "blur": "blur"; "focus": "focus"; "scrollViewportBottomReached": "scrollViewportBottomReached"; "scrollViewportBottomReachedFiltered": "scrollViewportBottomReachedFiltered"; }, never, never, false, never>;
|
|
360
359
|
static ngAcceptInputType_virtualScroll: unknown;
|
|
361
360
|
}
|
|
@@ -385,7 +384,7 @@ declare class IncludesPipe implements PipeTransform {
|
|
|
385
384
|
* the SelectTextDirective provides a dynamic way to highlight or style specific text within an element.
|
|
386
385
|
*/
|
|
387
386
|
declare class SelectTextDirective implements OnChanges {
|
|
388
|
-
private el;
|
|
387
|
+
private readonly el;
|
|
389
388
|
selectText: string | null;
|
|
390
389
|
constructor(el: ElementRef);
|
|
391
390
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AfterViewInit, OnDestroy, DoCheck, ElementRef } from '@angular/core';
|
|
3
3
|
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
4
4
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
5
5
|
import { MatAutocompleteTrigger, MatAutocomplete, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
@@ -7,7 +7,27 @@ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
|
7
7
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
8
8
|
import { BehaviorSubject, ReplaySubject, Observable } from 'rxjs';
|
|
9
9
|
|
|
10
|
-
declare class
|
|
10
|
+
declare class AutocompleteOverflowDetectDirective implements AfterViewInit, OnDestroy {
|
|
11
|
+
measureContainer: _angular_core.InputSignal<HTMLElement | undefined>;
|
|
12
|
+
itemSelector: _angular_core.InputSignal<string>;
|
|
13
|
+
reserveWidth: _angular_core.InputSignal<number>;
|
|
14
|
+
visibleCount: _angular_core.WritableSignal<number>;
|
|
15
|
+
overflowCount: _angular_core.WritableSignal<number>;
|
|
16
|
+
hasMeasured: _angular_core.WritableSignal<boolean>;
|
|
17
|
+
tagMaxWidth: _angular_core.WritableSignal<number | null>;
|
|
18
|
+
private resizeObserver;
|
|
19
|
+
private rafId;
|
|
20
|
+
private readonly el;
|
|
21
|
+
private readonly ngZone;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
setupObserver(containerSelector: string): void;
|
|
24
|
+
measure(): void;
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteOverflowDetectDirective, never>;
|
|
27
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AutocompleteOverflowDetectDirective, "[uiAutocompleteOverflowDetect]", ["autocompleteOverflowDetect"], { "measureContainer": { "alias": "measureContainer"; "required": false; "isSignal": true; }; "itemSelector": { "alias": "itemSelector"; "required": false; "isSignal": true; }; "reserveWidth": { "alias": "reserveWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
declare class AutocompleteFilterService<T extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
11
31
|
readonly textField: _angular_core.WritableSignal<string>;
|
|
12
32
|
readonly flatItems: _angular_core.WritableSignal<T[]>;
|
|
13
33
|
readonly groupsList: _angular_core.WritableSignal<AutocompleteGroup<T>[]>;
|
|
@@ -18,7 +38,11 @@ declare class AutocompleteFilterService<T extends Record<string, any> = Record<s
|
|
|
18
38
|
private readonly dynamicSource$;
|
|
19
39
|
private isDynamicMode;
|
|
20
40
|
filteredItems$: Observable<T[] | null>;
|
|
21
|
-
readonly filteredGroupedItems$: Observable<
|
|
41
|
+
readonly filteredGroupedItems$: Observable<{
|
|
42
|
+
groupName: string;
|
|
43
|
+
items: T[];
|
|
44
|
+
filteredItems: T[];
|
|
45
|
+
}[] | null>;
|
|
22
46
|
readonly filteredSuggestions$: Observable<T[] | null>;
|
|
23
47
|
search(text: string, minChars: number): void;
|
|
24
48
|
clearSearch(): void;
|
|
@@ -58,8 +82,10 @@ declare enum DropdownVariation {
|
|
|
58
82
|
}
|
|
59
83
|
type DropdownVariationType = `${DropdownVariation}`;
|
|
60
84
|
type AutocompleteSize = 'small' | 'medium';
|
|
85
|
+
type AddOptionPosition = 'top' | 'bottom';
|
|
86
|
+
type TagsPosition = 'inside' | 'below';
|
|
61
87
|
|
|
62
|
-
declare class AutocompleteValueManager<T extends Record<string,
|
|
88
|
+
declare class AutocompleteValueManager<T extends Record<string, unknown> = Record<string, unknown>> {
|
|
63
89
|
readonly type: _angular_core.WritableSignal<AutocompleteType>;
|
|
64
90
|
readonly textField: _angular_core.WritableSignal<string>;
|
|
65
91
|
readonly valueField: _angular_core.WritableSignal<string>;
|
|
@@ -73,7 +99,7 @@ declare class AutocompleteValueManager<T extends Record<string, any> = Record<st
|
|
|
73
99
|
registerOnTouched(fn: () => void): void;
|
|
74
100
|
notifyChange(): void;
|
|
75
101
|
markAsTouched(): void;
|
|
76
|
-
writeValue(v
|
|
102
|
+
writeValue(v?: T | T[] | null): void;
|
|
77
103
|
addValue(newValue: T): void;
|
|
78
104
|
/**
|
|
79
105
|
* Removes `option` from the value array.
|
|
@@ -85,31 +111,11 @@ declare class AutocompleteValueManager<T extends Record<string, any> = Record<st
|
|
|
85
111
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AutocompleteValueManager<any>>;
|
|
86
112
|
}
|
|
87
113
|
|
|
88
|
-
|
|
89
|
-
measureContainer: _angular_core.InputSignal<HTMLElement | undefined>;
|
|
90
|
-
itemSelector: _angular_core.InputSignal<string>;
|
|
91
|
-
reserveWidth: _angular_core.InputSignal<number>;
|
|
92
|
-
visibleCount: _angular_core.WritableSignal<number>;
|
|
93
|
-
overflowCount: _angular_core.WritableSignal<number>;
|
|
94
|
-
hasMeasured: _angular_core.WritableSignal<boolean>;
|
|
95
|
-
tagMaxWidth: _angular_core.WritableSignal<number | null>;
|
|
96
|
-
private resizeObserver;
|
|
97
|
-
private rafId;
|
|
98
|
-
private readonly el;
|
|
99
|
-
private readonly ngZone;
|
|
100
|
-
ngAfterViewInit(): void;
|
|
101
|
-
setupObserver(containerSelector: string): void;
|
|
102
|
-
measure(): void;
|
|
103
|
-
ngOnDestroy(): void;
|
|
104
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteOverflowDetectDirective, never>;
|
|
105
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AutocompleteOverflowDetectDirective, "[uiAutocompleteOverflowDetect]", ["autocompleteOverflowDetect"], { "measureContainer": { "alias": "measureContainer"; "required": false; "isSignal": true; }; "itemSelector": { "alias": "itemSelector"; "required": false; "isSignal": true; }; "reserveWidth": { "alias": "reserveWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
interface AutocompleteGroup<T extends Record<string, any> = Record<string, any>> {
|
|
114
|
+
interface AutocompleteGroup<T extends Record<string, unknown> = Record<string, unknown>> {
|
|
109
115
|
groupName: string;
|
|
110
116
|
items: T[];
|
|
111
117
|
}
|
|
112
|
-
declare class AutocompleteV2Component<T extends Record<string,
|
|
118
|
+
declare class AutocompleteV2Component<T extends Record<string, unknown> = Record<string, unknown>> implements ControlValueAccessor, AfterViewInit, DoCheck, OnDestroy {
|
|
113
119
|
itemsList: _angular_core.InputSignal<T[]>;
|
|
114
120
|
suggestionsList: _angular_core.InputSignal<T[]>;
|
|
115
121
|
groupsList: _angular_core.InputSignal<AutocompleteGroup<T>[]>;
|
|
@@ -128,7 +134,7 @@ declare class AutocompleteV2Component<T extends Record<string, any> = Record<str
|
|
|
128
134
|
virtualScroll: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
129
135
|
compareWith: _angular_core.InputSignal<((a: T, b: T) => boolean) | undefined>;
|
|
130
136
|
dropdownPanelClass: _angular_core.InputSignal<string>;
|
|
131
|
-
panelPosition: _angular_core.InputSignal<"
|
|
137
|
+
panelPosition: _angular_core.InputSignal<"below" | "auto" | "above">;
|
|
132
138
|
hideSelectedSection: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
133
139
|
userAdditionsGroupLabel: _angular_core.InputSignal<string>;
|
|
134
140
|
closeOnScroll: _angular_core.InputSignal<boolean>;
|
|
@@ -143,6 +149,8 @@ declare class AutocompleteV2Component<T extends Record<string, any> = Record<str
|
|
|
143
149
|
itemValue: _angular_core.InputSignal<T | T[] | null>;
|
|
144
150
|
formErrorConfig: _angular_core.InputSignal<Record<string, string>>;
|
|
145
151
|
errors: _angular_core.InputSignal<string[]>;
|
|
152
|
+
addOptionPosition: _angular_core.InputSignal<AddOptionPosition>;
|
|
153
|
+
tagsPosition: _angular_core.InputSignal<TagsPosition>;
|
|
146
154
|
selectionChange: _angular_core.OutputEmitterRef<T | T[]>;
|
|
147
155
|
searchTextChange: _angular_core.OutputEmitterRef<string>;
|
|
148
156
|
blur: _angular_core.OutputEmitterRef<void>;
|
|
@@ -182,9 +190,11 @@ declare class AutocompleteV2Component<T extends Record<string, any> = Record<str
|
|
|
182
190
|
protected readonly utils: typeof AutocompleteV2Utils;
|
|
183
191
|
protected keyboardFocused: _angular_core.WritableSignal<boolean>;
|
|
184
192
|
protected isAlreadyAdded: _angular_core.Signal<boolean>;
|
|
185
|
-
protected
|
|
193
|
+
protected readonly tagsBelow: _angular_core.Signal<boolean>;
|
|
194
|
+
protected readonly suppressPlaceholder: _angular_core.Signal<boolean>;
|
|
195
|
+
protected showClearButton: _angular_core.Signal<boolean>;
|
|
186
196
|
protected safeErrors: _angular_core.Signal<string[]>;
|
|
187
|
-
private controlInvalid;
|
|
197
|
+
private readonly controlInvalid;
|
|
188
198
|
protected hasError: _angular_core.Signal<boolean>;
|
|
189
199
|
protected hiddenItemsTooltip: _angular_core.Signal<string>;
|
|
190
200
|
constructor();
|
|
@@ -195,8 +205,8 @@ declare class AutocompleteV2Component<T extends Record<string, any> = Record<str
|
|
|
195
205
|
ngDoCheck(): void;
|
|
196
206
|
ngAfterViewInit(): void;
|
|
197
207
|
ngOnDestroy(): void;
|
|
198
|
-
registerOnChange(fn:
|
|
199
|
-
registerOnTouched(fn:
|
|
208
|
+
registerOnChange(fn: (value: T | T[] | null) => void): void;
|
|
209
|
+
registerOnTouched(fn: () => void): void;
|
|
200
210
|
setDisabledState(isDisabled: boolean): void;
|
|
201
211
|
writeValue(value: T | T[] | null): void;
|
|
202
212
|
protected get isGrouped(): boolean;
|
|
@@ -212,12 +222,12 @@ declare class AutocompleteV2Component<T extends Record<string, any> = Record<str
|
|
|
212
222
|
protected get isDropdown(): boolean;
|
|
213
223
|
protected onChevronClick(autocomplete: MatAutocomplete): void;
|
|
214
224
|
protected trackByFn: (index: number, value: string) => string;
|
|
215
|
-
protected trackByItem: (_index: number, item: T) =>
|
|
225
|
+
protected trackByItem: (_index: number, item: T) => unknown;
|
|
216
226
|
onKeydown($event: KeyboardEvent): void;
|
|
217
227
|
protected getVirtualScrollHeight(itemCount: number): number;
|
|
218
228
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteV2Component<any>, never>;
|
|
219
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteV2Component<any>, "ui-autocomplete-v2", never, { "itemsList": { "alias": "itemsList"; "required": false; "isSignal": true; }; "suggestionsList": { "alias": "suggestionsList"; "required": false; "isSignal": true; }; "groupsList": { "alias": "groupsList"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "allowAdd": { "alias": "allowAdd"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "imageField": { "alias": "imageField"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "minCharactersSearch": { "alias": "minCharactersSearch"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": true; "isSignal": true; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "dropdownPanelClass": { "alias": "dropdownPanelClass"; "required": false; "isSignal": true; }; "panelPosition": { "alias": "panelPosition"; "required": false; "isSignal": true; }; "hideSelectedSection": { "alias": "hideSelectedSection"; "required": false; "isSignal": true; }; "userAdditionsGroupLabel": { "alias": "userAdditionsGroupLabel"; "required": false; "isSignal": true; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "allowUserInput": { "alias": "allowUserInput"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "dynamicFilterLoading": { "alias": "dynamicFilterLoading"; "required": false; "isSignal": true; }; "dynamicFilteredList": { "alias": "dynamicFilteredList"; "required": false; "isSignal": true; }; "infiniteScroll": { "alias": "infiniteScroll"; "required": false; "isSignal": true; }; "hasMoreOptionsForInfiniteScroll": { "alias": "hasMoreOptionsForInfiniteScroll"; "required": false; "isSignal": true; }; "itemValue": { "alias": "itemValue"; "required": false; "isSignal": true; }; "formErrorConfig": { "alias": "formErrorConfig"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; "searchTextChange": "searchTextChange"; "blur": "blur"; "focus": "focus"; "scrollViewportBottomReached": "scrollViewportBottomReached"; "scrollViewportBottomReachedFiltered": "scrollViewportBottomReachedFiltered"; }, never, never, true, never>;
|
|
229
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteV2Component<any>, "ui-autocomplete-v2", never, { "itemsList": { "alias": "itemsList"; "required": false; "isSignal": true; }; "suggestionsList": { "alias": "suggestionsList"; "required": false; "isSignal": true; }; "groupsList": { "alias": "groupsList"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "allowAdd": { "alias": "allowAdd"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "imageField": { "alias": "imageField"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "minCharactersSearch": { "alias": "minCharactersSearch"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": true; "isSignal": true; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "dropdownPanelClass": { "alias": "dropdownPanelClass"; "required": false; "isSignal": true; }; "panelPosition": { "alias": "panelPosition"; "required": false; "isSignal": true; }; "hideSelectedSection": { "alias": "hideSelectedSection"; "required": false; "isSignal": true; }; "userAdditionsGroupLabel": { "alias": "userAdditionsGroupLabel"; "required": false; "isSignal": true; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "allowUserInput": { "alias": "allowUserInput"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "dynamicFilterLoading": { "alias": "dynamicFilterLoading"; "required": false; "isSignal": true; }; "dynamicFilteredList": { "alias": "dynamicFilteredList"; "required": false; "isSignal": true; }; "infiniteScroll": { "alias": "infiniteScroll"; "required": false; "isSignal": true; }; "hasMoreOptionsForInfiniteScroll": { "alias": "hasMoreOptionsForInfiniteScroll"; "required": false; "isSignal": true; }; "itemValue": { "alias": "itemValue"; "required": false; "isSignal": true; }; "formErrorConfig": { "alias": "formErrorConfig"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "addOptionPosition": { "alias": "addOptionPosition"; "required": false; "isSignal": true; }; "tagsPosition": { "alias": "tagsPosition"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; "searchTextChange": "searchTextChange"; "blur": "blur"; "focus": "focus"; "scrollViewportBottomReached": "scrollViewportBottomReached"; "scrollViewportBottomReachedFiltered": "scrollViewportBottomReachedFiltered"; }, never, never, true, never>;
|
|
220
230
|
}
|
|
221
231
|
|
|
222
232
|
export { Autocomplete, AutocompleteFilterService, AutocompleteOverflowDetectDirective, AutocompleteV2Component, AutocompleteV2Utils, AutocompleteValueManager, DropdownVariation };
|
|
223
|
-
export type { AutocompleteGroup, AutocompleteSize, AutocompleteType, DropdownVariationType };
|
|
233
|
+
export type { AddOptionPosition, AutocompleteGroup, AutocompleteSize, AutocompleteType, DropdownVariationType, TagsPosition };
|
|
@@ -2,12 +2,12 @@ import * as _testgorilla_tgo_ui_components_icon from '@testgorilla/tgo-ui/compon
|
|
|
2
2
|
import { IconSize } from '@testgorilla/tgo-ui/components/icon';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { EventEmitter, PipeTransform } from '@angular/core';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i5 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
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
8
|
+
import * as i1 from '@angular/common';
|
|
9
|
+
import * as i3 from '@angular/material/tooltip';
|
|
10
|
+
import * as i4 from '@testgorilla/tgo-ui/components/button';
|
|
11
11
|
|
|
12
12
|
declare enum AvatarSize {
|
|
13
13
|
SMALL = "small",
|
|
@@ -89,18 +89,18 @@ declare class AvatarComponent {
|
|
|
89
89
|
protected handleImageError(): void;
|
|
90
90
|
protected onEditClick(event: Event): void;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, [{ optional: true; }]>;
|
|
92
|
-
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; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "editClick": "editClick"; }, never, never,
|
|
92
|
+
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; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "editClick": "editClick"; }, never, never, true, never>;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
declare class NameInitialsPipe implements PipeTransform {
|
|
96
96
|
transform(value: string): string;
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<NameInitialsPipe, never>;
|
|
98
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NameInitialsPipe, "nameInitials",
|
|
98
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NameInitialsPipe, "nameInitials", true>;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
declare class AvatarComponentModule {
|
|
102
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponentModule, never>;
|
|
103
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarComponentModule, [typeof
|
|
103
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarComponentModule, never, [typeof i1.CommonModule, typeof _testgorilla_tgo_ui_components_icon.IconComponentModule, typeof i3.MatTooltipModule, typeof i4.ButtonComponentModule, typeof i5.UiTranslatePipe, typeof AvatarComponent, typeof NameInitialsPipe], [typeof AvatarComponent]>;
|
|
104
104
|
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarComponentModule>;
|
|
105
105
|
}
|
|
106
106
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
3
3
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
|
-
import * as
|
|
4
|
+
import * as i2 from '@testgorilla/tgo-ui/components/icon';
|
|
5
5
|
import { IconName, IconColor } from '@testgorilla/tgo-ui/components/icon';
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i3 from '@angular/material/tooltip';
|
|
8
8
|
|
|
9
9
|
type BadgeVariant = 'primary' | 'secondary' | 'notification' | 'primary-ai' | 'secondary-ai';
|
|
10
10
|
type BadgeColor = 'red' | 'grey-medium' | 'teal' | 'yellow' | 'petrol' | 'teal-60w' | 'petrol-90w' | 'petrol-60w' | 'grey-dark' | 'blue-20' | 'blue-40' | 'pink-30' | 'blue-10';
|
|
@@ -123,19 +123,19 @@ declare class BadgeComponent {
|
|
|
123
123
|
*/
|
|
124
124
|
enableAnimation: boolean;
|
|
125
125
|
protected badgeVariant: typeof BadgeVariantEnum;
|
|
126
|
-
private darkColors;
|
|
126
|
+
private readonly darkColors;
|
|
127
127
|
constructor(defaultAppTheme: ApplicationTheme);
|
|
128
128
|
protected get autoIconColor(): IconColor;
|
|
129
129
|
protected get resolvedIconColor(): IconColor;
|
|
130
130
|
protected get resolvedTrailingIconColor(): IconColor;
|
|
131
131
|
protected get isClassicTheme(): boolean;
|
|
132
132
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, [{ optional: true; }]>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "ui-badge", never, { "label": { "alias": "label"; "required": false; }; "staticLabel": { "alias": "staticLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; "isSignal": true; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; "isSignal": true; }; "trailingIconColor": { "alias": "trailingIconColor"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "notificationsAmount": { "alias": "notificationsAmount"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "rebrandColor": { "alias": "rebrandColor"; "required": false; }; "truncateLabel": { "alias": "truncateLabel"; "required": false; }; "enableAnimation": { "alias": "enableAnimation"; "required": false; }; }, {}, never, never,
|
|
133
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "ui-badge", never, { "label": { "alias": "label"; "required": false; }; "staticLabel": { "alias": "staticLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; "isSignal": true; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; "isSignal": true; }; "trailingIconColor": { "alias": "trailingIconColor"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "notificationsAmount": { "alias": "notificationsAmount"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "rebrandColor": { "alias": "rebrandColor"; "required": false; }; "truncateLabel": { "alias": "truncateLabel"; "required": false; }; "enableAnimation": { "alias": "enableAnimation"; "required": false; }; }, {}, never, never, true, never>;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
declare class BadgeComponentModule {
|
|
137
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponentModule, never>;
|
|
138
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeComponentModule, [typeof
|
|
138
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeComponentModule, never, [typeof i1.CommonModule, typeof i2.IconComponentModule, typeof i3.MatTooltipModule, typeof BadgeComponent], [typeof BadgeComponent]>;
|
|
139
139
|
static ɵinj: i0.ɵɵInjectorDeclaration<BadgeComponentModule>;
|
|
140
140
|
}
|
|
141
141
|
|