@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,25 +1,25 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnInit, AfterViewInit, ElementRef } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i7 from '@angular/cdk/overlay';
|
|
4
4
|
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import * as i3 from '@testgorilla/tgo-ui/components/field';
|
|
5
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
6
|
+
import * as i2 from '@testgorilla/tgo-ui/components/field';
|
|
8
7
|
import { FieldComponent } from '@testgorilla/tgo-ui/components/field';
|
|
9
|
-
import * as
|
|
8
|
+
import * as i4 from '@testgorilla/tgo-ui/components/overflow-menu';
|
|
9
|
+
import { OverflowMenuButtonsType } from '@testgorilla/tgo-ui/components/overflow-menu';
|
|
10
|
+
import * as i13 from '@testgorilla/tgo-ui/components/icon';
|
|
10
11
|
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
11
|
-
import
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as i6 from '@testgorilla/tgo-ui/components/
|
|
15
|
-
import * as
|
|
16
|
-
import * as i9 from '@
|
|
17
|
-
import * as i10 from '@
|
|
18
|
-
import * as i11 from '@
|
|
19
|
-
import * as i12 from '@
|
|
20
|
-
import * as i13 from '@testgorilla/tgo-ui/components/core';
|
|
12
|
+
import * as i1 from '@angular/common';
|
|
13
|
+
import * as i3 from '@testgorilla/tgo-ui/components/button';
|
|
14
|
+
import * as i5 from '@testgorilla/tgo-ui/components/tag';
|
|
15
|
+
import * as i6 from '@testgorilla/tgo-ui/components/badge';
|
|
16
|
+
import * as i8 from '@testgorilla/tgo-ui/components/card';
|
|
17
|
+
import * as i9 from '@angular/cdk/text-field';
|
|
18
|
+
import * as i10 from '@testgorilla/tgo-ui/components/tooltip';
|
|
19
|
+
import * as i11 from '@angular/material/tooltip';
|
|
20
|
+
import * as i12 from '@testgorilla/tgo-ui/components/core';
|
|
21
21
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
22
|
-
import * as
|
|
22
|
+
import * as i14 from '@testgorilla/tgo-ui/components/skeleton';
|
|
23
23
|
|
|
24
24
|
interface PromptTag {
|
|
25
25
|
id: number;
|
|
@@ -45,7 +45,7 @@ interface PromptDropdownItem {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
declare class PromptComponent implements ControlValueAccessor, OnInit, AfterViewInit {
|
|
48
|
-
private disabledState;
|
|
48
|
+
private readonly disabledState;
|
|
49
49
|
tags: _angular_core.InputSignal<PromptTag[]>;
|
|
50
50
|
actionTag: _angular_core.InputSignal<PromptActionTag | null>;
|
|
51
51
|
maxCharacters: _angular_core.InputSignal<number>;
|
|
@@ -85,7 +85,7 @@ declare class PromptComponent implements ControlValueAccessor, OnInit, AfterView
|
|
|
85
85
|
tagsInDropdown: _angular_core.WritableSignal<PromptTag[]>;
|
|
86
86
|
autocompleteSuggestion: _angular_core.WritableSignal<string>;
|
|
87
87
|
isDropdownOpened: _angular_core.WritableSignal<boolean>;
|
|
88
|
-
private keepDropdownClosed;
|
|
88
|
+
private readonly keepDropdownClosed;
|
|
89
89
|
isFieldHovered: _angular_core.WritableSignal<boolean>;
|
|
90
90
|
isFieldFocused: _angular_core.WritableSignal<boolean>;
|
|
91
91
|
filteredDropdownItems: _angular_core.Signal<PromptDropdownItem[]>;
|
|
@@ -93,13 +93,13 @@ declare class PromptComponent implements ControlValueAccessor, OnInit, AfterView
|
|
|
93
93
|
isHighlighted: _angular_core.Signal<boolean>;
|
|
94
94
|
fileInputAccept: _angular_core.Signal<string>;
|
|
95
95
|
isLocked: _angular_core.Signal<boolean>;
|
|
96
|
-
private destroyRef;
|
|
97
|
-
private translationPipe;
|
|
96
|
+
private readonly destroyRef;
|
|
97
|
+
private readonly translationPipe;
|
|
98
98
|
private readonly resetOnLock;
|
|
99
99
|
fileDrop: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
100
100
|
tagDropdown: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
101
101
|
fieldComponentRef: _angular_core.Signal<FieldComponent>;
|
|
102
|
-
private promptContainer;
|
|
102
|
+
private readonly promptContainer;
|
|
103
103
|
readonly dropdownPositions: ConnectedPosition[];
|
|
104
104
|
ngOnInit(): void;
|
|
105
105
|
ngAfterViewInit(): void;
|
|
@@ -122,21 +122,21 @@ declare class PromptComponent implements ControlValueAccessor, OnInit, AfterView
|
|
|
122
122
|
writeValue(value: PromptData): void;
|
|
123
123
|
private onChange;
|
|
124
124
|
private onTouch;
|
|
125
|
-
registerOnChange(fn:
|
|
126
|
-
registerOnTouched(fn:
|
|
125
|
+
registerOnChange(fn: (value: PromptData) => void): void;
|
|
126
|
+
registerOnTouched(fn: () => void): void;
|
|
127
127
|
setDisabledState(isDisabled: boolean): void;
|
|
128
128
|
onFileSelected(event: Event): Promise<void>;
|
|
129
129
|
onActionTagPress(): void;
|
|
130
130
|
private handleActionTagFile;
|
|
131
131
|
private emitValue;
|
|
132
132
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PromptComponent, never>;
|
|
133
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PromptComponent, "ui-prompt", never, { "tags": { "alias": "tags"; "required": false; "isSignal": true; }; "actionTag": { "alias": "actionTag"; "required": false; "isSignal": true; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; "isSignal": true; }; "supportedFileTypes": { "alias": "supportedFileTypes"; "required": false; "isSignal": true; }; "autoClear": { "alias": "autoClear"; "required": false; "isSignal": true; }; "showSendButton": { "alias": "showSendButton"; "required": false; "isSignal": true; }; "sendButtonDisabled": { "alias": "sendButtonDisabled"; "required": false; "isSignal": true; }; "enableFileUpload": { "alias": "enableFileUpload"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "dropdownItems": { "alias": "dropdownItems"; "required": false; "isSignal": true; }; "dropdownHeading": { "alias": "dropdownHeading"; "required": false; "isSignal": true; }; "showDropdownClose": { "alias": "showDropdownClose"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "promptData": "promptData"; "actionTagFileSelected": "actionTagFileSelected"; "dropdownItemSelected": "dropdownItemSelected"; "dropdownClosed": "dropdownClosed"; }, never, never,
|
|
133
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PromptComponent, "ui-prompt", never, { "tags": { "alias": "tags"; "required": false; "isSignal": true; }; "actionTag": { "alias": "actionTag"; "required": false; "isSignal": true; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; "isSignal": true; }; "supportedFileTypes": { "alias": "supportedFileTypes"; "required": false; "isSignal": true; }; "autoClear": { "alias": "autoClear"; "required": false; "isSignal": true; }; "showSendButton": { "alias": "showSendButton"; "required": false; "isSignal": true; }; "sendButtonDisabled": { "alias": "sendButtonDisabled"; "required": false; "isSignal": true; }; "enableFileUpload": { "alias": "enableFileUpload"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "dropdownItems": { "alias": "dropdownItems"; "required": false; "isSignal": true; }; "dropdownHeading": { "alias": "dropdownHeading"; "required": false; "isSignal": true; }; "showDropdownClose": { "alias": "showDropdownClose"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "promptData": "promptData"; "actionTagFileSelected": "actionTagFileSelected"; "dropdownItemSelected": "dropdownItemSelected"; "dropdownClosed": "dropdownClosed"; }, never, never, true, never>;
|
|
134
134
|
static ngAcceptInputType_disabled: unknown;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
declare class PromptModule {
|
|
138
138
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PromptModule, never>;
|
|
139
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<PromptModule,
|
|
139
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<PromptModule, never, [typeof i1.CommonModule, typeof i2.FieldComponentModule, typeof i3.ButtonComponentModule, typeof i4.OverflowMenuComponentModule, typeof i5.TagComponentModule, typeof i6.BadgeComponentModule, typeof i7.CdkOverlayOrigin, typeof i7.CdkConnectedOverlay, typeof i8.CardComponentModule, typeof i9.CdkTextareaAutosize, typeof i10.TooltipComponentModule, typeof i11.MatTooltip, typeof i12.UiTranslatePipe, typeof i13.IconComponentModule, typeof i14.SkeletonComponent, typeof PromptComponent], [typeof PromptComponent]>;
|
|
140
140
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<PromptModule>;
|
|
141
141
|
}
|
|
142
142
|
|
|
@@ -3,9 +3,9 @@ import { OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
|
|
|
3
3
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
4
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
5
5
|
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i2 from '@angular/material/progress-spinner';
|
|
8
|
+
import * as i3 from '@testgorilla/tgo-ui/components/button';
|
|
9
9
|
|
|
10
10
|
type RadialProgressSize = 'large' | 'small';
|
|
11
11
|
declare enum RadialProgressSizeValue {
|
|
@@ -97,13 +97,13 @@ declare class RadialProgressComponent implements OnChanges {
|
|
|
97
97
|
protected get displayValue(): string;
|
|
98
98
|
protected onButtonClick(ev: Event): void;
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadialProgressComponent, [{ optional: true; }]>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadialProgressComponent, "ui-radial-progress", never, { "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "total": { "alias": "total"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "showPercentageSign": { "alias": "showPercentageSign"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "buttonTooltip": { "alias": "buttonTooltip"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "showProjectedContent": { "alias": "showProjectedContent"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"],
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadialProgressComponent, "ui-radial-progress", never, { "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "total": { "alias": "total"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "showPercentageSign": { "alias": "showPercentageSign"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "buttonTooltip": { "alias": "buttonTooltip"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "showProjectedContent": { "alias": "showProjectedContent"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
101
101
|
static ngAcceptInputType_showProjectedContent: unknown;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
declare class RadialProgressComponentModule {
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadialProgressComponentModule, never>;
|
|
106
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RadialProgressComponentModule, [typeof
|
|
106
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RadialProgressComponentModule, never, [typeof i1.CommonModule, typeof i2.MatProgressSpinnerModule, typeof i3.ButtonComponentModule, typeof RadialProgressComponent], [typeof RadialProgressComponent]>;
|
|
107
107
|
static ɵinj: i0.ɵɵInjectorDeclaration<RadialProgressComponentModule>;
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnInit, OnChanges, AfterViewInit, OnDestroy, EventEmitter,
|
|
3
|
-
import * as i3 from '@angular/
|
|
2
|
+
import { OnInit, OnChanges, AfterViewInit, OnDestroy, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
|
+
import * as i3 from '@angular/forms';
|
|
4
|
+
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
5
|
+
import * as i2 from '@angular/material/radio';
|
|
4
6
|
import { MatRadioButton } from '@angular/material/radio';
|
|
5
|
-
import * as i6 from '@
|
|
7
|
+
import * as i6 from '@angular/material/tooltip';
|
|
8
|
+
import { MatTooltip } from '@angular/material/tooltip';
|
|
9
|
+
import * as i5 from '@testgorilla/tgo-ui/components/core';
|
|
6
10
|
import { ApplicationTheme, Alignment } from '@testgorilla/tgo-ui/components/core';
|
|
7
11
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
8
|
-
import * as
|
|
9
|
-
import
|
|
10
|
-
import * as i7 from '@angular/material/
|
|
11
|
-
import
|
|
12
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
13
|
-
import * as i2 from '@angular/common';
|
|
14
|
-
import * as i5 from '@angular/material/input';
|
|
15
|
-
import * as i8 from '@angular/material/checkbox';
|
|
16
|
-
import * as i9 from '@testgorilla/tgo-ui/components/checkbox';
|
|
12
|
+
import * as i1 from '@angular/common';
|
|
13
|
+
import * as i4 from '@angular/material/input';
|
|
14
|
+
import * as i7 from '@angular/material/checkbox';
|
|
15
|
+
import * as i8 from '@testgorilla/tgo-ui/components/checkbox';
|
|
17
16
|
|
|
18
17
|
type RadioButtonEventType = {
|
|
19
18
|
optionName: string;
|
|
@@ -21,15 +20,8 @@ type RadioButtonEventType = {
|
|
|
21
20
|
};
|
|
22
21
|
|
|
23
22
|
declare class RadioButtonComponent implements OnInit, OnChanges, ControlValueAccessor, AfterViewInit, OnDestroy {
|
|
24
|
-
private readonly defaultAppTheme;
|
|
25
|
-
ngControl: NgControl;
|
|
26
|
-
hostNgControl: NgControl;
|
|
27
|
-
private destroyRef;
|
|
28
|
-
private focusMonitor;
|
|
29
|
-
private ngZone;
|
|
30
|
-
private cdr;
|
|
31
23
|
private _isProcessingClick;
|
|
32
|
-
onHostClick(event:
|
|
24
|
+
onHostClick(event: MouseEvent): void;
|
|
33
25
|
/**
|
|
34
26
|
* Determines whether the radio button is disabled.
|
|
35
27
|
* Default: false.
|
|
@@ -102,7 +94,7 @@ declare class RadioButtonComponent implements OnInit, OnChanges, ControlValueAcc
|
|
|
102
94
|
* @type {any}
|
|
103
95
|
* @memberof RadioButtonComponent
|
|
104
96
|
*/
|
|
105
|
-
value:
|
|
97
|
+
value: unknown;
|
|
106
98
|
/**
|
|
107
99
|
*
|
|
108
100
|
* Defines the application theme
|
|
@@ -185,17 +177,24 @@ declare class RadioButtonComponent implements OnInit, OnChanges, ControlValueAcc
|
|
|
185
177
|
protected origin: string | null;
|
|
186
178
|
radioElement: MatRadioButton;
|
|
187
179
|
tooltipElement: MatTooltip;
|
|
188
|
-
|
|
180
|
+
private readonly defaultAppTheme;
|
|
181
|
+
ngControl: NgControl | null;
|
|
182
|
+
hostNgControl: NgControl | null;
|
|
183
|
+
private readonly destroyRef;
|
|
184
|
+
private readonly focusMonitor;
|
|
185
|
+
private readonly ngZone;
|
|
186
|
+
private readonly cdr;
|
|
187
|
+
constructor();
|
|
189
188
|
ngOnInit(): void;
|
|
190
189
|
ngOnChanges(changes: SimpleChanges): void;
|
|
191
190
|
ngAfterViewInit(): void;
|
|
192
191
|
ngOnDestroy(): void;
|
|
193
192
|
clickRadio(): void;
|
|
194
|
-
writeValue(value:
|
|
195
|
-
registerOnChange(fn:
|
|
196
|
-
registerOnTouched(fn:
|
|
193
|
+
writeValue(value: unknown): void;
|
|
194
|
+
registerOnChange(fn: (value: boolean) => void): void;
|
|
195
|
+
registerOnTouched(fn: () => void): void;
|
|
197
196
|
setDisabledState(isDisabled: boolean): void;
|
|
198
|
-
onChange: (
|
|
197
|
+
onChange: (value: boolean) => void;
|
|
199
198
|
/**
|
|
200
199
|
* @ignore
|
|
201
200
|
*/
|
|
@@ -206,13 +205,13 @@ declare class RadioButtonComponent implements OnInit, OnChanges, ControlValueAcc
|
|
|
206
205
|
private setCompanyColor;
|
|
207
206
|
onFocus(isFocus: boolean): void;
|
|
208
207
|
focus(): void;
|
|
209
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent,
|
|
210
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ui-radio-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "mediaCard": { "alias": "mediaCard"; "required": false; }; "value": { "alias": "value"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "truncateText": { "alias": "truncateText"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideTooltipOnEllipsis": { "alias": "hideTooltipOnEllipsis"; "required": false; }; }, { "changeRadio": "changeRadio"; }, never, ["[radio-media]", "[radio-label]"],
|
|
208
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
209
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ui-radio-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "mediaCard": { "alias": "mediaCard"; "required": false; }; "value": { "alias": "value"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "truncateText": { "alias": "truncateText"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideTooltipOnEllipsis": { "alias": "hideTooltipOnEllipsis"; "required": false; }; }, { "changeRadio": "changeRadio"; }, never, ["[radio-media]", "[radio-label]"], true, never>;
|
|
211
210
|
}
|
|
212
211
|
|
|
213
212
|
declare class RadioButtonComponentModule {
|
|
214
213
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponentModule, never>;
|
|
215
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonComponentModule,
|
|
214
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonComponentModule, never, [typeof i1.CommonModule, typeof i2.MatRadioModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatInputModule, typeof i5.EllipseTextDirective, typeof i6.MatTooltipModule, typeof i7.MatCheckboxModule, typeof i8.FocusVisibleDirective, typeof RadioButtonComponent], [typeof RadioButtonComponent]>;
|
|
216
215
|
static ɵinj: i0.ɵɵInjectorDeclaration<RadioButtonComponentModule>;
|
|
217
216
|
}
|
|
218
217
|
|
|
@@ -2,8 +2,8 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { EventEmitter, PipeTransform } 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
|
|
6
|
-
import * as
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
import * as i2 from '@angular/material/input';
|
|
7
7
|
|
|
8
8
|
type RatingComponentTheme = 'stars' | 'block';
|
|
9
9
|
declare class RatingComponent {
|
|
@@ -71,7 +71,7 @@ declare class RatingComponent {
|
|
|
71
71
|
protected select(index: number): void;
|
|
72
72
|
protected onHover(index: number): void;
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, [{ optional: true; }]>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "ui-rating", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "value": { "alias": "value"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "canUnselect": { "alias": "canUnselect"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never,
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "ui-rating", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "value": { "alias": "value"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "canUnselect": { "alias": "canUnselect"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
declare class HalfStarPipe implements PipeTransform {
|
|
@@ -84,12 +84,12 @@ declare class HalfStarPipe implements PipeTransform {
|
|
|
84
84
|
*/
|
|
85
85
|
transform(index: number, value: number): boolean;
|
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<HalfStarPipe, never>;
|
|
87
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<HalfStarPipe, "halfStar",
|
|
87
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<HalfStarPipe, "halfStar", true>;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
declare class RatingComponentModule {
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponentModule, never>;
|
|
92
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingComponentModule, [typeof
|
|
92
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingComponentModule, never, [typeof i1.CommonModule, typeof i2.MatInputModule, typeof RatingComponent, typeof HalfStarPipe], [typeof RatingComponent]>;
|
|
93
93
|
static ɵinj: i0.ɵɵInjectorDeclaration<RatingComponentModule>;
|
|
94
94
|
}
|
|
95
95
|
|
|
@@ -2,14 +2,14 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { OnInit, OnChanges, QueryList, ElementRef, EventEmitter, SimpleChanges } 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 i1 from '@angular/common';
|
|
6
6
|
|
|
7
7
|
declare class ScaleComponent implements OnInit, OnChanges {
|
|
8
8
|
private readonly defaultAppTheme;
|
|
9
9
|
private readonly MIN_LENGTH;
|
|
10
10
|
private readonly DEFAULT_LENGTH;
|
|
11
11
|
protected items: number[];
|
|
12
|
-
scaleItems: QueryList<ElementRef
|
|
12
|
+
scaleItems: QueryList<ElementRef<HTMLElement>>;
|
|
13
13
|
/**
|
|
14
14
|
* The value representing the selected item of the scale.
|
|
15
15
|
* @type {number}
|
|
@@ -53,12 +53,12 @@ declare class ScaleComponent implements OnInit, OnChanges {
|
|
|
53
53
|
private setCompanyColor;
|
|
54
54
|
onFocus(item: number): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScaleComponent, [{ optional: true; }]>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScaleComponent, "ui-scale", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never,
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScaleComponent, "ui-scale", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, true, never>;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
declare class ScaleComponentModule {
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScaleComponentModule, never>;
|
|
61
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ScaleComponentModule, [typeof
|
|
61
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ScaleComponentModule, never, [typeof i1.CommonModule, typeof ScaleComponent], [typeof ScaleComponent]>;
|
|
62
62
|
static ɵinj: i0.ɵɵInjectorDeclaration<ScaleComponentModule>;
|
|
63
63
|
}
|
|
64
64
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i5 from '@testgorilla/tgo-ui/components/icon';
|
|
2
|
-
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
3
1
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
2
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
3
|
+
import * as i4 from '@testgorilla/tgo-ui/components/icon';
|
|
4
|
+
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i2 from '@angular/material/tooltip';
|
|
8
|
+
import * as i3 from '@angular/material/input';
|
|
9
|
+
import * as i5 from '@testgorilla/tgo-ui/components/tooltip';
|
|
10
10
|
|
|
11
11
|
type SegmentedBarVariant = 'large' | 'small';
|
|
12
12
|
type SegmentedBarColor = 'teal' | 'rhubarb' | 'light-teal' | 'grey';
|
|
@@ -79,12 +79,12 @@ declare class SegmentedBarComponent {
|
|
|
79
79
|
calculatePercentages(segments: SegmentedBar[]): SegmentedBarWithPercentage[];
|
|
80
80
|
get accessibleValueText(): string;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedBarComponent, [{ optional: true; }]>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedBarComponent, "ui-segmented-bar", never, { "width": { "alias": "width"; "required": false; }; "size": { "alias": "size"; "required": false; }; "segments": { "alias": "segments"; "required": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "tooltipStats": { "alias": "tooltipStats"; "required": false; }; }, {}, never, never,
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedBarComponent, "ui-segmented-bar", never, { "width": { "alias": "width"; "required": false; }; "size": { "alias": "size"; "required": false; }; "segments": { "alias": "segments"; "required": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "tooltipStats": { "alias": "tooltipStats"; "required": false; }; }, {}, never, never, true, never>;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
declare class SegmentedBarComponentModule {
|
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedBarComponentModule, never>;
|
|
87
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedBarComponentModule, [typeof
|
|
87
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedBarComponentModule, never, [typeof i1.CommonModule, typeof i2.MatTooltipModule, typeof i3.MatInputModule, typeof i4.IconComponentModule, typeof i5.TooltipComponentModule, typeof SegmentedBarComponent], [typeof SegmentedBarComponent]>;
|
|
88
88
|
static ɵinj: i0.ɵɵInjectorDeclaration<SegmentedBarComponentModule>;
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i3 from '@angular/forms';
|
|
4
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
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
|
|
9
|
-
import * as
|
|
7
|
+
import * as i1 from '@angular/common';
|
|
8
|
+
import * as i2 from '@angular/material/button-toggle';
|
|
9
|
+
import * as i4 from '@angular/material/tooltip';
|
|
10
10
|
|
|
11
11
|
interface SegmentedButton {
|
|
12
12
|
value: string;
|
|
13
13
|
label?: string;
|
|
14
|
-
template?: TemplateRef<
|
|
14
|
+
template?: TemplateRef<unknown>;
|
|
15
15
|
disabled?: boolean;
|
|
16
16
|
tooltip?: string;
|
|
17
17
|
}
|
|
@@ -43,7 +43,8 @@ declare class SegmentedButtonComponent implements ControlValueAccessor {
|
|
|
43
43
|
*
|
|
44
44
|
* @memberof SegmentedButtonComponent
|
|
45
45
|
*/
|
|
46
|
-
set value(v:
|
|
46
|
+
set value(v: string);
|
|
47
|
+
get value(): string | undefined;
|
|
47
48
|
/**
|
|
48
49
|
*
|
|
49
50
|
* Defines the application theme
|
|
@@ -52,24 +53,24 @@ declare class SegmentedButtonComponent implements ControlValueAccessor {
|
|
|
52
53
|
* @memberof SegmentedButtonComponent
|
|
53
54
|
*/
|
|
54
55
|
applicationTheme: ApplicationTheme;
|
|
55
|
-
buttonSelected: EventEmitter<
|
|
56
|
-
protected _value
|
|
57
|
-
get value(): any;
|
|
56
|
+
buttonSelected: EventEmitter<string>;
|
|
57
|
+
protected _value?: string;
|
|
58
58
|
constructor(defaultAppTheme: ApplicationTheme);
|
|
59
|
-
onChange: (_v:
|
|
59
|
+
onChange: (_v: string) => void;
|
|
60
60
|
onTouch: () => void;
|
|
61
|
-
|
|
61
|
+
private readonly cdr;
|
|
62
|
+
writeValue(obj: string): void;
|
|
62
63
|
setDisabledState(isDisabled: boolean): void;
|
|
63
|
-
registerOnChange(fn:
|
|
64
|
-
registerOnTouched(fn:
|
|
65
|
-
manualChangeValue({ value }:
|
|
64
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
65
|
+
registerOnTouched(fn: () => void): void;
|
|
66
|
+
manualChangeValue({ value }: SegmentedButton): void;
|
|
66
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonComponent, [{ optional: true; }]>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonComponent, "ui-segmented-button", never, { "buttonConfig": { "alias": "buttonConfig"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "value": { "alias": "value"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "buttonSelected": "buttonSelected"; }, never, never,
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonComponent, "ui-segmented-button", never, { "buttonConfig": { "alias": "buttonConfig"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "value": { "alias": "value"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "buttonSelected": "buttonSelected"; }, never, never, true, never>;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
declare class SegmentedButtonComponentModule {
|
|
71
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonComponentModule, never>;
|
|
72
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedButtonComponentModule, [typeof
|
|
73
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedButtonComponentModule, never, [typeof i1.CommonModule, typeof i2.MatButtonToggleModule, typeof i3.FormsModule, typeof i4.MatTooltipModule, typeof SegmentedButtonComponent], [typeof SegmentedButtonComponent]>;
|
|
73
74
|
static ɵinj: i0.ɵɵInjectorDeclaration<SegmentedButtonComponentModule>;
|
|
74
75
|
}
|
|
75
76
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import * as
|
|
2
|
+
import * as i2 from '@testgorilla/tgo-ui/components/card';
|
|
3
3
|
import { CardSize, CardVariant } from '@testgorilla/tgo-ui/components/card';
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
4
|
+
import * as i1 from '@angular/common';
|
|
5
|
+
import * as i3 from '@testgorilla/tgo-ui/components/checkbox';
|
|
6
6
|
|
|
7
7
|
declare class SelectableCardComponent {
|
|
8
8
|
/**
|
|
@@ -32,7 +32,7 @@ declare class SelectableCardComponent {
|
|
|
32
32
|
/**
|
|
33
33
|
* Internal override for selected state (when user interacts).
|
|
34
34
|
*/
|
|
35
|
-
private internalSelectedOverride;
|
|
35
|
+
private readonly internalSelectedOverride;
|
|
36
36
|
/**
|
|
37
37
|
* Computed selected state that prioritizes user interaction over input.
|
|
38
38
|
*/
|
|
@@ -42,12 +42,12 @@ declare class SelectableCardComponent {
|
|
|
42
42
|
*/
|
|
43
43
|
handleSelect(): void;
|
|
44
44
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectableCardComponent, never>;
|
|
45
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectableCardComponent, "ui-selectable-card", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "selectedVariant": { "alias": "selectedVariant"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "isCheckboxDisabled": { "alias": "isCheckboxDisabled"; "required": false; "isSignal": true; }; "hasError": { "alias": "hasError"; "required": false; "isSignal": true; }; }, { "cardSelected": "cardSelected"; }, never, ["[ui-selectable-card-label]", "[ui-selectable-card-content]"],
|
|
45
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectableCardComponent, "ui-selectable-card", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "selectedVariant": { "alias": "selectedVariant"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "isCheckboxDisabled": { "alias": "isCheckboxDisabled"; "required": false; "isSignal": true; }; "hasError": { "alias": "hasError"; "required": false; "isSignal": true; }; }, { "cardSelected": "cardSelected"; }, never, ["[ui-selectable-card-label]", "[ui-selectable-card-content]"], true, never>;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
declare class SelectableCardComponentModule {
|
|
49
49
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectableCardComponentModule, never>;
|
|
50
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SelectableCardComponentModule, [typeof
|
|
50
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SelectableCardComponentModule, never, [typeof i1.CommonModule, typeof i2.CardComponentModule, typeof i3.CheckboxComponentModule, typeof SelectableCardComponent], [typeof SelectableCardComponent]>;
|
|
51
51
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<SelectableCardComponentModule>;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnInit, OnDestroy, TemplateRef } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i5 from '@testgorilla/tgo-ui/components/avatar';
|
|
4
4
|
import { AvatarSize } from '@testgorilla/tgo-ui/components/avatar';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i3 from '@testgorilla/tgo-ui/components/core';
|
|
6
6
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
7
|
-
import * as
|
|
7
|
+
import * as i7 from '@testgorilla/tgo-ui/components/logo';
|
|
8
8
|
import { LogoTypeEnum } from '@testgorilla/tgo-ui/components/logo';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i8 from '@testgorilla/tgo-ui/components/overflow-menu';
|
|
10
10
|
import { OverflowMenuButtonsType, MenuConfig } from '@testgorilla/tgo-ui/components/overflow-menu';
|
|
11
|
-
import * as
|
|
11
|
+
import * as i4 from '@testgorilla/tgo-ui/components/button';
|
|
12
12
|
import { ButtonColor, ButtonBadgeConfig } from '@testgorilla/tgo-ui/components/button';
|
|
13
|
-
import * as
|
|
13
|
+
import * as i6 from '@testgorilla/tgo-ui/components/icon';
|
|
14
14
|
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
15
|
+
import * as i1 from '@angular/cdk/a11y';
|
|
16
|
+
import * as i2 from '@angular/common';
|
|
17
17
|
|
|
18
18
|
interface NavigationCta {
|
|
19
19
|
label: string;
|
|
@@ -47,10 +47,10 @@ declare class SideNavigationComponent implements OnInit, OnDestroy {
|
|
|
47
47
|
readonly ANNOUNCE_COLLAPSED: "SIDE_NAVIGATION.ANNOUNCE_COLLAPSED";
|
|
48
48
|
readonly ANNOUNCE_EXPANDED: "SIDE_NAVIGATION.ANNOUNCE_EXPANDED";
|
|
49
49
|
};
|
|
50
|
-
private breakpointObserver;
|
|
51
|
-
private liveAnnouncer;
|
|
52
|
-
private destroyRef;
|
|
53
|
-
private uiTranslate;
|
|
50
|
+
private readonly breakpointObserver;
|
|
51
|
+
private readonly liveAnnouncer;
|
|
52
|
+
private readonly destroyRef;
|
|
53
|
+
private readonly uiTranslate;
|
|
54
54
|
activeRoute: _angular_core.InputSignal<string>;
|
|
55
55
|
mainCta: _angular_core.InputSignal<NavigationCta | undefined>;
|
|
56
56
|
mainNavigation: _angular_core.InputSignal<NavigationItem[]>;
|
|
@@ -99,12 +99,12 @@ declare class SideNavigationComponent implements OnInit, OnDestroy {
|
|
|
99
99
|
private clearCollapseTimer;
|
|
100
100
|
private prefersReducedMotion;
|
|
101
101
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SideNavigationComponent, never>;
|
|
102
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SideNavigationComponent, "ui-side-navigation", never, { "activeRoute": { "alias": "activeRoute"; "required": false; "isSignal": true; }; "mainCta": { "alias": "mainCta"; "required": false; "isSignal": true; }; "mainNavigation": { "alias": "mainNavigation"; "required": true; "isSignal": true; }; "secondaryNavigation": { "alias": "secondaryNavigation"; "required": false; "isSignal": true; }; "contentTemplateExtendedRef": { "alias": "contentTemplateExtendedRef"; "required": false; "isSignal": true; }; "contentTemplateCollapsedRef": { "alias": "contentTemplateCollapsedRef"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "appContentTemplateRef": { "alias": "appContentTemplateRef"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "collapseToggleLabel": { "alias": "collapseToggleLabel"; "required": false; "isSignal": true; }; "expandToggleLabel": { "alias": "expandToggleLabel"; "required": false; "isSignal": true; }; "mobileMenuLabel": { "alias": "mobileMenuLabel"; "required": false; "isSignal": true; }; "mobileCloseLabel": { "alias": "mobileCloseLabel"; "required": false; "isSignal": true; }; "navAriaLabel": { "alias": "navAriaLabel"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "mainCtaClicked": "mainCtaClicked"; "navigate": "navigate"; "accountMenuSelected": "accountMenuSelected"; "logoClicked": "logoClicked"; }, never, never,
|
|
102
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SideNavigationComponent, "ui-side-navigation", never, { "activeRoute": { "alias": "activeRoute"; "required": false; "isSignal": true; }; "mainCta": { "alias": "mainCta"; "required": false; "isSignal": true; }; "mainNavigation": { "alias": "mainNavigation"; "required": true; "isSignal": true; }; "secondaryNavigation": { "alias": "secondaryNavigation"; "required": false; "isSignal": true; }; "contentTemplateExtendedRef": { "alias": "contentTemplateExtendedRef"; "required": false; "isSignal": true; }; "contentTemplateCollapsedRef": { "alias": "contentTemplateCollapsedRef"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "appContentTemplateRef": { "alias": "appContentTemplateRef"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "collapseToggleLabel": { "alias": "collapseToggleLabel"; "required": false; "isSignal": true; }; "expandToggleLabel": { "alias": "expandToggleLabel"; "required": false; "isSignal": true; }; "mobileMenuLabel": { "alias": "mobileMenuLabel"; "required": false; "isSignal": true; }; "mobileCloseLabel": { "alias": "mobileCloseLabel"; "required": false; "isSignal": true; }; "navAriaLabel": { "alias": "navAriaLabel"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "mainCtaClicked": "mainCtaClicked"; "navigate": "navigate"; "accountMenuSelected": "accountMenuSelected"; "logoClicked": "logoClicked"; }, never, never, true, never>;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
declare class SideNavigationComponentModule {
|
|
106
106
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SideNavigationComponentModule, never>;
|
|
107
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SideNavigationComponentModule, [typeof
|
|
107
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SideNavigationComponentModule, never, [typeof i1.A11yModule, typeof i2.CommonModule, typeof i3.UiTranslatePipe, typeof i4.ButtonComponentModule, typeof i5.AvatarComponentModule, typeof i6.IconComponentModule, typeof i7.LogoComponentModule, typeof i8.OverflowMenuComponentModule, typeof SideNavigationComponent], [typeof SideNavigationComponent]>;
|
|
108
108
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<SideNavigationComponentModule>;
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -60,11 +60,11 @@ declare class SidePanelComponent {
|
|
|
60
60
|
isSmall: _angular_core.Signal<boolean>;
|
|
61
61
|
isLarge: _angular_core.Signal<boolean>;
|
|
62
62
|
animation: _angular_core.Signal<SidePanelAnimationState.Open | SidePanelAnimationState.ClosedRight | SidePanelAnimationState.ClosedLeft>;
|
|
63
|
-
private sidePanelService;
|
|
63
|
+
private readonly sidePanelService;
|
|
64
64
|
sidePanelConfig: SidePanelConfig;
|
|
65
65
|
constructor();
|
|
66
66
|
open(): void;
|
|
67
|
-
close(result?:
|
|
67
|
+
close(result?: unknown): void;
|
|
68
68
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidePanelComponent, never>;
|
|
69
69
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidePanelComponent, "ui-side-panel", never, {}, {}, never, never, true, never>;
|
|
70
70
|
}
|
|
@@ -74,13 +74,13 @@ declare class SidePanelService {
|
|
|
74
74
|
private contentComponentRef?;
|
|
75
75
|
private embeddedViewRef?;
|
|
76
76
|
private currentSidePanelRef?;
|
|
77
|
-
private defaultSidePanelConfig;
|
|
78
|
-
private injector;
|
|
79
|
-
private appRef;
|
|
77
|
+
private readonly defaultSidePanelConfig;
|
|
78
|
+
private readonly injector;
|
|
79
|
+
private readonly appRef;
|
|
80
80
|
constructor();
|
|
81
|
-
open<T = any, R = any>(content: Type<R> | TemplateRef<
|
|
82
|
-
close
|
|
83
|
-
destroyComponent
|
|
81
|
+
open<T = any, R = any>(content: Type<R> | TemplateRef<unknown>, config: Partial<SidePanelConfig>, parentInjector?: Injector): SidePanelRef<T, R>;
|
|
82
|
+
close(result?: unknown): void;
|
|
83
|
+
destroyComponent(result?: unknown): void;
|
|
84
84
|
private createSidePanelInjector;
|
|
85
85
|
private createSidePanelComponent;
|
|
86
86
|
private loadComponent;
|