@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,20 +1,20 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { OnChanges, EventEmitter, QueryList, ChangeDetectorRef, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { FocusKeyManager } from '@angular/cdk/a11y';
|
|
4
|
-
import * as i6 from '@testgorilla/tgo-ui/components/
|
|
2
|
+
import { OnChanges, EventEmitter, ElementRef, QueryList, ChangeDetectorRef, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { FocusableOption, FocusKeyManager } from '@angular/cdk/a11y';
|
|
4
|
+
import * as i6 from '@testgorilla/tgo-ui/components/button';
|
|
5
|
+
import { ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
|
|
6
|
+
import * as i5 from '@testgorilla/tgo-ui/components/core';
|
|
5
7
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
6
8
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
7
|
-
import * as i7 from '@testgorilla/tgo-ui/components/
|
|
8
|
-
import { ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
|
|
9
|
-
import * as i8 from '@testgorilla/tgo-ui/components/icon';
|
|
9
|
+
import * as i7 from '@testgorilla/tgo-ui/components/icon';
|
|
10
10
|
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
11
|
+
import * as i1 from '@angular/common';
|
|
12
|
+
import * as i2 from '@angular/forms';
|
|
13
|
+
import * as i3 from '@angular/material/tooltip';
|
|
14
|
+
import * as i4 from '@angular/cdk/overlay';
|
|
15
|
+
import * as i8 from '@testgorilla/tgo-ui/components/checkbox';
|
|
16
|
+
import * as i9 from '@testgorilla/tgo-ui/components/field';
|
|
17
|
+
import * as i10 from '@testgorilla/tgo-ui/components/radio-button';
|
|
18
18
|
|
|
19
19
|
type FilterValue = string | number;
|
|
20
20
|
interface FilterButtonOption {
|
|
@@ -130,8 +130,8 @@ declare class FilterButtonComponent implements OnChanges {
|
|
|
130
130
|
* @memberof FilterButtonComponent
|
|
131
131
|
*/
|
|
132
132
|
applicationTheme: ApplicationTheme;
|
|
133
|
-
overlayContainer:
|
|
134
|
-
filterOptions: QueryList<
|
|
133
|
+
overlayContainer: ElementRef<HTMLElement>;
|
|
134
|
+
filterOptions: QueryList<FocusableOption>;
|
|
135
135
|
isOpen: _angular_core.WritableSignal<boolean>;
|
|
136
136
|
displayedLabel: _angular_core.WritableSignal<string>;
|
|
137
137
|
tooltip: _angular_core.WritableSignal<string>;
|
|
@@ -147,7 +147,7 @@ declare class FilterButtonComponent implements OnChanges {
|
|
|
147
147
|
icon?: IconName;
|
|
148
148
|
}[]>;
|
|
149
149
|
readonly MIN_OPTIONS_LENGTH_FOR_SEARCH = 8;
|
|
150
|
-
protected keyManager: FocusKeyManager<
|
|
150
|
+
protected keyManager: FocusKeyManager<FocusableOption>;
|
|
151
151
|
protected translationContext: string;
|
|
152
152
|
constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef);
|
|
153
153
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -156,16 +156,16 @@ declare class FilterButtonComponent implements OnChanges {
|
|
|
156
156
|
toggle(): void;
|
|
157
157
|
isSelected(value?: FilterValue): boolean;
|
|
158
158
|
optionChanged(selected: boolean, option: FilterButtonOption): void;
|
|
159
|
-
keyDownHandler(ev:
|
|
159
|
+
keyDownHandler(ev: KeyboardEvent): void;
|
|
160
160
|
onLabelEllipsisChange(isEllipsis: boolean, value: FilterValue): void;
|
|
161
161
|
private updateLabel;
|
|
162
162
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FilterButtonComponent, [{ optional: true; }, null]>;
|
|
163
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterButtonComponent, "ui-filter-button", never, { "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "allowClear": { "alias": "allowClear"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "noOptionsMessage": { "alias": "noOptionsMessage"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "changed": "changed"; "optionChange": "optionChange"; }, never, never,
|
|
163
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterButtonComponent, "ui-filter-button", never, { "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "allowClear": { "alias": "allowClear"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "noOptionsMessage": { "alias": "noOptionsMessage"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "changed": "changed"; "optionChange": "optionChange"; }, never, never, true, never>;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
declare class FilterButtonComponentModule {
|
|
167
167
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FilterButtonComponentModule, never>;
|
|
168
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<FilterButtonComponentModule,
|
|
168
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<FilterButtonComponentModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.MatTooltipModule, typeof i4.OverlayModule, typeof i5.UiTranslatePipe, typeof i6.ButtonComponentModule, typeof i7.IconComponentModule, typeof i8.CheckboxComponentModule, typeof i9.FieldComponentModule, typeof i5.EllipseTextDirective, typeof i10.RadioButtonComponentModule, typeof FilterButtonComponent], [typeof FilterButtonComponent]>;
|
|
169
169
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<FilterButtonComponentModule>;
|
|
170
170
|
}
|
|
171
171
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
|
-
import * as i3 from '@testgorilla/tgo-ui/components/core';
|
|
4
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
5
3
|
import { Chart, ChartData, ChartOptions } from 'chart.js';
|
|
6
4
|
import gaussian from 'gaussian';
|
|
7
|
-
import * as i2 from '@
|
|
8
|
-
import
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
5
|
+
import * as i2 from '@testgorilla/tgo-ui/components/core';
|
|
6
|
+
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
7
|
+
import * as i1 from '@angular/common';
|
|
8
|
+
import * as i3 from 'ng2-charts';
|
|
9
|
+
import * as i4 from '@angular/material/tooltip';
|
|
10
|
+
import * as i5 from '@testgorilla/tgo-ui/components/icon';
|
|
11
11
|
|
|
12
12
|
declare const PercentileThreshold: {
|
|
13
13
|
readonly LOWEST: 20;
|
|
@@ -90,12 +90,12 @@ declare class GaussianChartComponent implements OnInit {
|
|
|
90
90
|
getBestScoreContentPosition(bestScore: number): string;
|
|
91
91
|
getScoreTranslationKey(score: number): string;
|
|
92
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<GaussianChartComponent, never>;
|
|
93
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GaussianChartComponent, "ui-gaussian-chart", never, { "score": { "alias": "score"; "required": false; }; "bestCandidateScore": { "alias": "bestCandidateScore"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; }, {}, never, never,
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GaussianChartComponent, "ui-gaussian-chart", never, { "score": { "alias": "score"; "required": false; }; "bestCandidateScore": { "alias": "bestCandidateScore"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; }, {}, never, never, true, never>;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
declare class GaussianChartComponentModule {
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<GaussianChartComponentModule, never>;
|
|
98
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GaussianChartComponentModule,
|
|
98
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GaussianChartComponentModule, never, [typeof i1.NgClass, typeof i2.UiTranslatePipe, typeof i3.BaseChartDirective, typeof i4.MatTooltipModule, typeof i1.CommonModule, typeof i5.IconComponentModule, typeof i2.MemoizeFuncPipe, typeof GaussianChartComponent], [typeof GaussianChartComponent]>;
|
|
99
99
|
static ɵinj: i0.ɵɵInjectorDeclaration<GaussianChartComponentModule>;
|
|
100
100
|
}
|
|
101
101
|
|
|
@@ -1,20 +1,11 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i2 from '@angular/material/icon';
|
|
4
4
|
import { MatIconRegistry } from '@angular/material/icon';
|
|
5
5
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
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 i4 from '@angular/common/http';
|
|
10
|
-
|
|
11
|
-
declare class IconsService {
|
|
12
|
-
private _loadedIcons;
|
|
13
|
-
addIcon(icon: any): void;
|
|
14
|
-
isIconLoaded(icon: any): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconsService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IconsService>;
|
|
17
|
-
}
|
|
8
|
+
import * as i1 from '@angular/common';
|
|
18
9
|
|
|
19
10
|
declare const tgoIcons: readonly ["Add", "Archive", "Arrow_down", "Arrow_left", "Arrow_right", "Arrow_up", "Assessment", "Attempts", "Book", "Calendar", "Candidates", "Chat-notifications", "Chat", "Check", "Clone", "Close", "Code", "Company", "Copy", "Custom-questions", "Delete", "Devices", "Document", "Dot", "Download", "Edit", "Email-message", "Empty-placeholder", "Error", "Essay", "Eye-hide", "Eye-view", "Feedback-1", "Feedback-2", "Feedback-3", "Feedback-4", "Feedback-5", "File-attach", "File-upload", "Filter", "Flag", "Folder", "Format-add-file", "Format-add-table", "Format-align-L", "Format-align-R", "Format-align-center", "Format-align-justify", "Format-bold", "Format-code-active", "Format-code-block", "Format-edit-table", "Format-format", "Format-function", "Format-italics", "Format-list-bulleted", "Format-list-numbered", "Format-picker", "Format-quote", "Format-subscript", "Format-superscript", "Format-text-direction-L", "Format-text-direction-R", "Format-text-size", "Format-underline", "Format-variable", "Full-screen", "Gender-female", "Gender-male", "Help-2", "Help", "Image", "Info", "Integration", "Language", "Layout", "Learn", "Level", "Light-bulb", "Link", "Loading-spinner", "Localisation", "Location", "Lock", "Log-out", "Menu-burger", "Menu-close", "Menu-ellipsis", "Menu-open", "Microphone", "Microsoft", "Minus", "Mouse-cursor", "Mouse-grab-cursor", "Mouse", "Multi-choice", "Notifications", "Password", "Path", "Pin-marker", "Plan-billing", "Plus", "Premium", "Promotion", "Question-count", "Refer", "Reset", "Review", "Round-check-filled", "Round-check", "Search", "Secure-checkout", "Send", "Settings", "Social-facebook", "Social-instagram", "Social-linkedin", "Sorting-down-1", "Sorting-down", "Speedometer", "Star-filled", "Star-half", "Star-outline", "Support", "Sync", "Team", "Test", "Thunder", "Timer", "Trophy", "Type", "Unarchive", "Unlock", "Upgrade", "Upload", "User-access", "User-add", "User-invite", "User-profile", "User-reject", "User-switch", "Video-pause", "Video-play", "Video-record", "Video", "Volume", "Warning", "Zoom-in", "Zoom-out", "Fire", "Gift", "Grab", "Share", "Sparkles", "Video-stop", "Minimize", "Employee", "Money-bag", "Suitcase", "Google", "Fast-forward", "Fast-rewind", "Skip-next", "Skip-previous", "TestGorilla", "Switch-tab"];
|
|
20
11
|
declare const tgoRebrandIcons: readonly ["Device-rotate-in-line", "Archive-filled", "Archive-in-line", "Add-in-line", "Add-filled", "Ai-fluent-filled", "Ai-fluent-in-line", "Arrow-chevron-down-filled", "Arrow-chevron-down-in-line", "Arrow-chevron-left-filled", "Arrow-chevron-left-in-line", "Arrow-chevron-right-filled", "Arrow-chevron-right-in-line", "Arrow-chevron-up-filled", "Arrow-chevron-up-in-line", "Arrow-down-filled", "Arrow-down-in-line", "Arrow-up-filled", "Arrow-up-in-line", "Assessment-filled", "Assessment-in-line", "Attach-filled", "Attach-in-line", "Attempts-filled", "Attempts-in-line", "Book-filled", "Book-in-line", "Bookmark-filled", "Bookmark-in-line", "Calendar-filled", "Calendar-in-line", "Candidates-filled", "Candidates-in-line", "Chat-filled", "Chat-in-line", "Check-filled", "Check-in-line", "Check-small-in-line", "Check-small-filled", "Check-round-filled", "Check-round-in-line", "Circle-filled", "Circle-in-line", "Clone-filled", "Clone-in-line", "Close-filled", "Close-in-line", "Code-filled", "Code-in-line", "Company-filled", "Company-in-line", "Copy-filled", "Copy-in-line", "Count-one-filled", "Count-one-in-line", "Count-two-filled", "Count-two-in-line", "Count-three-filled", "Count-three-in-line", "Credit-filled", "Credit-in-line", "Credit-card-filled", "Credit-card-in-line", "Delete-filled", "Delete-in-line", "Devices-filled", "Devices-in-line", "Document-filled", "Document-in-line", "Dot-filled", "Dot-in-line", "Download-filled", "Download-in-line", "Edit-filled", "Edit-in-line", "Edit-text-filled", "Edit-text-in-line", "Email-unsubscribed-filled", "Email-unsubscribed-in-line", "Employee-filled", "Employee-in-line", "Error-filled", "Error-in-line", "Essay-filled", "Essay-in-line", "Experience-filled", "Experience-in-line", "Facebook-filled", "Facebook-in-line", "Fast-forward-filled", "Fast-forward-in-line", "Fast-rewind-filled", "Fast-rewind-in-line", "Filter-filled", "Filter-in-line", "Fire-filled", "Fire-in-line", "Flag-filled", "Flag-in-line", "Folder-filled", "Folder-in-line", "Full-screen-filled", "Full-screen-in-line", "Gender-male-filled", "Gender-male-in-line", "Gender-female-filled", "Gender-female-in-line", "Gift-filled", "Gift-in-line", "Google-filled", "Google-in-line", "Grab-filled", "Grab-in-line", "Help-filled", "Help-in-line", "Hide-filled", "Hide-in-line", "Image-filled", "Image-in-line", "Info-filled", "Info-in-line", "Instagram-filled", "Instagram-in-line", "Integration-filled", "Integration-in-line", "Invite-filled", "Invite-in-line", "ID-verified-filled", "ID-verified-in-line", "ID-not-verified-filled", "ID-not-verified-in-line", "ID-failed-filled", "ID-failed-in-line", "Language-filled", "Language-in-line", "Layout-filled", "Layout-in-line", "Learn-filled", "Learn-in-line", "Level-filled", "Level-in-line", "Light-bulb-filled", "Light-bulb-in-line", "Link-filled", "Link-in-line", "Linkedin-filled", "Linkedin-in-line", "Linkedin-brand-filled", "Linkedin-brand-in-line", "Localization-filled", "Localization-in-line", "Location-filled", "Location-in-line", "Lock-filled", "Lock-in-line", "Logout-filled", "Logout-in-line", "Medal-filled", "Medal-in-line", "Menu-burger-filled", "Menu-burger-in-line", "Menu-close-filled", "Menu-close-in-line", "Menu-ellipsis-filled", "Menu-ellipsis-in-line", "Menu-open-filled", "Menu-open-in-line", "Mic-filled", "Mic-in-line", "Microsoft-filled", "Microsoft-in-line", "Minimize-filled", "Minimize-in-line", "Minus-filled", "Minus-in-line", "Mouse-filled", "Mouse-in-line", "Multi-choice-filled", "Multi-choice-in-line", "Notification-bell-filled", "Notification-bell-in-line", "Open-lock-filled", "Open-lock-in-line", "Open-in-new-filled", "Open-in-new-in-line", "Password-filled", "Password-in-line", "Path-filled", "Path-in-line", "Pause-filled", "Pause-in-line", "Pin-marker-filled", "Pin-marker-in-line", "Plan-billing-filled", "Plan-billing-in-line", "Play-filled", "Play-in-line", "Plus-filled", "Plus-in-line", "Premium-filled", "Premium-in-line", "Premium-circle-in-line", "Question-count-filled", "Question-count-in-line", "Question-filled", "Question-in-line", "Record-filled", "Record-in-line", "Reject-filled", "Refer-in-line", "Refer-filled", "Reject-in-line", "Reset-filled", "Reset-in-line", "Review-emoji-1-filled", "Review-emoji-1-in-line", "Review-emoji-2-filled", "Review-emoji-2-in-line", "Review-emoji-3-filled", "Review-emoji-3-in-line", "Review-emoji-4-filled", "Review-emoji-4-in-line", "Review-emoji-5-filled", "Review-emoji-5-in-line", "Review-filled", "Review-half-star-filled", "Review-half-star-in-line", "Review-in-line", "Review-star-filled", "Review-star-in-line", "Search-filled", "Search-in-line", "Secure-filled", "Secure-in-line", "Send-filled", "Send-in-line", "Settings-filled", "Settings-in-line", "Share-filled", "Share-in-line", "Skip-next-filled", "Skip-next-in-line", "Skip-previous-filled", "Skip-previous-in-line", "Sparkle-filled", "Sparkle-in-line", "Speedometer-filled", "Speedometer-in-line", "Star-filled", "Star-in-line", "Stop-filled", "Stop-in-line", "Switch-filled", "Switch-in-line", "Sync-filled", "Sync-in-line", "Tag-filled", "Tag-in-line", "Team-filled", "Team-in-line", "Test-filled", "Test-in-line", "Thumb-average-in-line", "Thumb-average-filled", "Thumb-down-in-line", "Thumb-down-filled", "Thumb-up-in-line", "Thumb-up-filled", "Timer-filled", "Timer-in-line", "Trophy-filled", "Trophy-in-line", "Type-filled", "Type-in-line", "Unarchive-filled", "Unarchive-in-line", "Unlock-filled", "Unlock-in-line", "Upgrade-filled", "Upgrade-in-line", "Upload-filled", "Upload-in-line", "User-access-filled", "User-access-in-line", "User-add-filled", "User-add-in-line", "User-profile-filled", "User-profile-in-line", "Video-filled", "Video-in-line", "View-filled", "View-in-line", "Volume-filled", "Volume-in-line", "Warning-filled", "Warning-in-line", "Validated-filled", "Validated-in-line", "Verified-badge-filled", "Verified-badge-in-line", "Zoom-in-filled", "Zoom-in-in-line", "Zoom-out-filled", "Zoom-out-in-line", "Analytics-filled", "Analytics-in-line", "Failed-to-load-filled", "Failed-to-load-in-line", "History-filled", "History-in-line", "TestGorilla-filled", "TestGorilla-in-line", "TestGorilla-Pink-filled", "TestGorilla-Pink-in-line", "Pencil-to-gorilla-in-line", "Pencil-to-gorilla-filled", "Switch-tab-in-line", "Switch-tab-filled", "Close-round-in-line", "Close-round-filled", "Trending-up-filled", "Trending-up-in-line", "Smart-criteria-filled", "Smart-criteria-in-line", "Mic-off-filled", "Mic-off-in-line", "Phone-rings-filled", "Phone-rings-in-line", "Home-filled", "Home-in-line", "Sourcing-filled", "Sourcing-in-line", "Campaign-filled", "Campaign-in-line", "Unread-notification-filled", "Unread-notification-in-line", "Sidebar-close-filled", "Sidebar-close-in-line", "Sidebar-open-filled", "Sidebar-open-in-line", "Jobs-filled", "Jobs-in-line", "Library-filled", "Library-in-line", "Help-center-filled", "Help-center-in-line", "Demo-filled", "Demo-in-line", "Candidates-v2-filled", "Candidates-v2-in-line", "Analytics-v2-filled", "Analytics-v2-in-line", "Upgrade-paint-filled", "Upgrade-paint-in-line", "Summary-filled", "Summary-in-line", "Corporate-filled", "Corporate-in-line", "Redeem-filled", "Redeem-in-line", "Rule-filled", "Rule-in-line", "Workspaces-filled", "Workspaces-in-line", "Portfolio-filled", "Portfolio-in-line", "Work-history-filled", "Work-history-in-line", "Analytics-filled-AI", "Analytics-in-line-AI", "Chat-filled-AI", "Chat-in-line-AI", "Document-filled-AI", "Document-in-line-AI", "Edit-filled-AI", "Edit-in-line-AI", "Mic-filled-AI", "Mic-in-line-AI", "Search-filled-AI", "Search-in-line-AI", "Summary-filled-AI", "Summary-in-line-AI", "Tag-filled-AI", "Tag-in-line-AI", "Video-filled-AI", "Video-in-line-AI"];
|
|
@@ -33,11 +24,21 @@ type IconSize = '16' | '24' | '40' | '80';
|
|
|
33
24
|
type IconName = TgoRebrandIcons | TgoIcons | '';
|
|
34
25
|
type IconColor = string;
|
|
35
26
|
|
|
27
|
+
declare class IconsService {
|
|
28
|
+
private _loadedIcons;
|
|
29
|
+
constructor();
|
|
30
|
+
addIcon(icon: string): void;
|
|
31
|
+
isIconLoaded(icon: string): boolean;
|
|
32
|
+
private ensureSharedSvgDefs;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconsService, never>;
|
|
34
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IconsService>;
|
|
35
|
+
}
|
|
36
|
+
|
|
36
37
|
declare class IconComponent implements OnInit, OnChanges {
|
|
37
38
|
private readonly defaultAppTheme;
|
|
38
|
-
private matIconRegistry;
|
|
39
|
-
private domSanitzer;
|
|
40
|
-
private iconsService;
|
|
39
|
+
private readonly matIconRegistry;
|
|
40
|
+
private readonly domSanitzer;
|
|
41
|
+
private readonly iconsService;
|
|
41
42
|
/**
|
|
42
43
|
* Icon size
|
|
43
44
|
*
|
|
@@ -90,18 +91,21 @@ declare class IconComponent implements OnInit, OnChanges {
|
|
|
90
91
|
ngOnChanges(changes: SimpleChanges): void;
|
|
91
92
|
setCssClass(): string;
|
|
92
93
|
addIcon(): void;
|
|
94
|
+
private resolveShortIconName;
|
|
95
|
+
private resolveFullIconName;
|
|
96
|
+
private registerIcon;
|
|
93
97
|
get cssStyle(): Record<string, string | undefined>;
|
|
94
98
|
get filledIconName(): string;
|
|
95
99
|
get inlineIconName(): string;
|
|
96
100
|
get inlineIconFileName(): string;
|
|
97
101
|
get isIconLoaded(): boolean;
|
|
98
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, [{ optional: true; }, null, null, null]>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "size": { "alias": "size"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "toggleIconStyle": { "alias": "toggleIconStyle"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "useFullIconName": { "alias": "useFullIconName"; "required": false; }; }, {}, never, never,
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "size": { "alias": "size"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "toggleIconStyle": { "alias": "toggleIconStyle"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "useFullIconName": { "alias": "useFullIconName"; "required": false; }; }, {}, never, never, true, never>;
|
|
100
104
|
}
|
|
101
105
|
|
|
102
106
|
declare class IconComponentModule {
|
|
103
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponentModule, never>;
|
|
104
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IconComponentModule,
|
|
108
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconComponentModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof IconComponent], [typeof IconComponent]>;
|
|
105
109
|
static ɵinj: i0.ɵɵInjectorDeclaration<IconComponentModule>;
|
|
106
110
|
}
|
|
107
111
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i3 from '@testgorilla/tgo-ui/components/icon';
|
|
2
|
-
import { IconSize, IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
3
1
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
2
|
+
import * as i2 from '@testgorilla/tgo-ui/components/icon';
|
|
3
|
+
import { IconSize, IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
6
|
|
|
7
7
|
declare class IconLabelComponent {
|
|
8
8
|
private readonly defaultAppTheme;
|
|
@@ -50,12 +50,12 @@ declare class IconLabelComponent {
|
|
|
50
50
|
applicationTheme: ApplicationTheme;
|
|
51
51
|
constructor(defaultAppTheme: ApplicationTheme);
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponent, [{ optional: true; }]>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconIndent": { "alias": "iconIndent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never,
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconIndent": { "alias": "iconIndent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
declare class IconLabelComponentModule {
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponentModule, never>;
|
|
58
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IconLabelComponentModule, [typeof
|
|
58
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconLabelComponentModule, never, [typeof i1.CommonModule, typeof i2.IconComponentModule, typeof IconLabelComponent], [typeof IconLabelComponent]>;
|
|
59
59
|
static ɵinj: i0.ɵɵInjectorDeclaration<IconLabelComponentModule>;
|
|
60
60
|
}
|
|
61
61
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
+
import * as _testgorilla_tgo_ui_components_icon from '@testgorilla/tgo-ui/components/icon';
|
|
2
|
+
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
1
3
|
import * as _angular_core from '@angular/core';
|
|
2
4
|
import { EventEmitter, OnInit, ChangeDetectorRef, DestroyRef, ElementRef } from '@angular/core';
|
|
3
|
-
import * as
|
|
5
|
+
import * as i2 from '@angular/forms';
|
|
4
6
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
5
7
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
6
8
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
7
|
-
import * as
|
|
8
|
-
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
9
|
-
import * as i6 from '@testgorilla/tgo-ui/components/field';
|
|
9
|
+
import * as i5 from '@testgorilla/tgo-ui/components/field';
|
|
10
10
|
import { FieldType, FieldComponent } from '@testgorilla/tgo-ui/components/field';
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
11
|
+
import * as i1 from '@angular/common';
|
|
12
|
+
import * as i3 from '@angular/material/input';
|
|
13
|
+
import * as i4 from '@testgorilla/tgo-ui/components/button';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* State of the inline field component
|
|
@@ -118,14 +118,10 @@ interface InlineFieldChangeEvent {
|
|
|
118
118
|
previousValue: string;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
/**
|
|
122
|
-
* A global counter used to generate unique inline field IDs.
|
|
123
|
-
*/
|
|
124
|
-
declare let inlineFieldID: number;
|
|
125
121
|
declare class InlineFieldComponent implements OnInit, ControlValueAccessor {
|
|
126
|
-
private cdr;
|
|
127
|
-
private destroyRef;
|
|
128
|
-
private elementRef;
|
|
122
|
+
private readonly cdr;
|
|
123
|
+
private readonly destroyRef;
|
|
124
|
+
private readonly elementRef;
|
|
129
125
|
ngControl: NgControl;
|
|
130
126
|
class: string;
|
|
131
127
|
/**
|
|
@@ -213,30 +209,30 @@ declare class InlineFieldComponent implements OnInit, ControlValueAccessor {
|
|
|
213
209
|
*/
|
|
214
210
|
blurEvent: _angular_core.OutputEmitterRef<void>;
|
|
215
211
|
fieldComponent: FieldComponent;
|
|
216
|
-
private _isEditing;
|
|
217
|
-
private _originalValue;
|
|
218
|
-
private _currentValue;
|
|
219
|
-
private _state;
|
|
212
|
+
private readonly _isEditing;
|
|
213
|
+
private readonly _originalValue;
|
|
214
|
+
private readonly _currentValue;
|
|
215
|
+
private readonly _state;
|
|
220
216
|
isEditing: _angular_core.Signal<boolean>;
|
|
221
217
|
currentValue: _angular_core.Signal<string>;
|
|
222
218
|
state: _angular_core.Signal<InlineFieldState>;
|
|
223
219
|
saveButtonConfig: _angular_core.Signal<{
|
|
224
220
|
label: string;
|
|
225
|
-
iconName: "Device-rotate-in-line" | "Archive-filled" | "Archive-in-line" | "Add-in-line" | "Add-filled" | "Ai-fluent-filled" | "Ai-fluent-in-line" | "Arrow-chevron-down-filled" | "Arrow-chevron-down-in-line" | "Arrow-chevron-left-filled" | "Arrow-chevron-left-in-line" | "Arrow-chevron-right-filled" | "Arrow-chevron-right-in-line" | "Arrow-chevron-up-filled" | "Arrow-chevron-up-in-line" | "Arrow-down-filled" | "Arrow-down-in-line" | "Arrow-up-filled" | "Arrow-up-in-line" | "Assessment-filled" | "Assessment-in-line" | "Attach-filled" | "Attach-in-line" | "Attempts-filled" | "Attempts-in-line" | "Book-filled" | "Book-in-line" | "Bookmark-filled" | "Bookmark-in-line" | "Calendar-filled" | "Calendar-in-line" | "Candidates-filled" | "Candidates-in-line" | "Chat-filled" | "Chat-in-line" | "Check-filled" | "Check-in-line" | "Check-small-in-line" | "Check-small-filled" | "Check-round-filled" | "Check-round-in-line" | "Circle-filled" | "Circle-in-line" | "Clone-filled" | "Clone-in-line" | "Close-filled" | "Close-in-line" | "Code-filled" | "Code-in-line" | "Company-filled" | "Company-in-line" | "Copy-filled" | "Copy-in-line" | "Count-one-filled" | "Count-one-in-line" | "Count-two-filled" | "Count-two-in-line" | "Count-three-filled" | "Count-three-in-line" | "Credit-filled" | "Credit-in-line" | "Credit-card-filled" | "Credit-card-in-line" | "Delete-filled" | "Delete-in-line" | "Devices-filled" | "Devices-in-line" | "Document-filled" | "Document-in-line" | "Dot-filled" | "Dot-in-line" | "Download-filled" | "Download-in-line" | "Edit-filled" | "Edit-in-line" | "Edit-text-filled" | "Edit-text-in-line" | "Email-unsubscribed-filled" | "Email-unsubscribed-in-line" | "Employee-filled" | "Employee-in-line" | "Error-filled" | "Error-in-line" | "Essay-filled" | "Essay-in-line" | "Experience-filled" | "Experience-in-line" | "Facebook-filled" | "Facebook-in-line" | "Fast-forward-filled" | "Fast-forward-in-line" | "Fast-rewind-filled" | "Fast-rewind-in-line" | "Filter-filled" | "Filter-in-line" | "Fire-filled" | "Fire-in-line" | "Flag-filled" | "Flag-in-line" | "Folder-filled" | "Folder-in-line" | "Full-screen-filled" | "Full-screen-in-line" | "Gender-male-filled" | "Gender-male-in-line" | "Gender-female-filled" | "Gender-female-in-line" | "Gift-filled" | "Gift-in-line" | "Google-filled" | "Google-in-line" | "Grab-filled" | "Grab-in-line" | "Help-filled" | "Help-in-line" | "Hide-filled" | "Hide-in-line" | "Image-filled" | "Image-in-line" | "Info-filled" | "Info-in-line" | "Instagram-filled" | "Instagram-in-line" | "Integration-filled" | "Integration-in-line" | "Invite-filled" | "Invite-in-line" | "ID-verified-filled" | "ID-verified-in-line" | "ID-not-verified-filled" | "ID-not-verified-in-line" | "ID-failed-filled" | "ID-failed-in-line" | "Language-filled" | "Language-in-line" | "Layout-filled" | "Layout-in-line" | "Learn-filled" | "Learn-in-line" | "Level-filled" | "Level-in-line" | "Light-bulb-filled" | "Light-bulb-in-line" | "Link-filled" | "Link-in-line" | "Linkedin-filled" | "Linkedin-in-line" | "Linkedin-brand-filled" | "Linkedin-brand-in-line" | "Localization-filled" | "Localization-in-line" | "Location-filled" | "Location-in-line" | "Lock-filled" | "Lock-in-line" | "Logout-filled" | "Logout-in-line" | "Medal-filled" | "Medal-in-line" | "Menu-burger-filled" | "Menu-burger-in-line" | "Menu-close-filled" | "Menu-close-in-line" | "Menu-ellipsis-filled" | "Menu-ellipsis-in-line" | "Menu-open-filled" | "Menu-open-in-line" | "Mic-filled" | "Mic-in-line" | "Microsoft-filled" | "Microsoft-in-line" | "Minimize-filled" | "Minimize-in-line" | "Minus-filled" | "Minus-in-line" | "Mouse-filled" | "Mouse-in-line" | "Multi-choice-filled" | "Multi-choice-in-line" | "Notification-bell-filled" | "Notification-bell-in-line" | "Open-lock-filled" | "Open-lock-in-line" | "Open-in-new-filled" | "Open-in-new-in-line" | "Password-filled" | "Password-in-line" | "Path-filled" | "Path-in-line" | "Pause-filled" | "Pause-in-line" | "Pin-marker-filled" | "Pin-marker-in-line" | "Plan-billing-filled" | "Plan-billing-in-line" | "Play-filled" | "Play-in-line" | "Plus-filled" | "Plus-in-line" | "Premium-filled" | "Premium-in-line" | "Premium-circle-in-line" | "Question-count-filled" | "Question-count-in-line" | "Question-filled" | "Question-in-line" | "Record-filled" | "Record-in-line" | "Reject-filled" | "Refer-in-line" | "Refer-filled" | "Reject-in-line" | "Reset-filled" | "Reset-in-line" | "Review-emoji-1-filled" | "Review-emoji-1-in-line" | "Review-emoji-2-filled" | "Review-emoji-2-in-line" | "Review-emoji-3-filled" | "Review-emoji-3-in-line" | "Review-emoji-4-filled" | "Review-emoji-4-in-line" | "Review-emoji-5-filled" | "Review-emoji-5-in-line" | "Review-filled" | "Review-half-star-filled" | "Review-half-star-in-line" | "Review-in-line" | "Review-star-filled" | "Review-star-in-line" | "Search-filled" | "Search-in-line" | "Secure-filled" | "Secure-in-line" | "Send-filled" | "Send-in-line" | "Settings-filled" | "Settings-in-line" | "Share-filled" | "Share-in-line" | "Skip-next-filled" | "Skip-next-in-line" | "Skip-previous-filled" | "Skip-previous-in-line" | "Sparkle-filled" | "Sparkle-in-line" | "Speedometer-filled" | "Speedometer-in-line" | "Star-filled" | "Star-in-line" | "Stop-filled" | "Stop-in-line" | "Switch-filled" | "Switch-in-line" | "Sync-filled" | "Sync-in-line" | "Tag-filled" | "Tag-in-line" | "Team-filled" | "Team-in-line" | "Test-filled" | "Test-in-line" | "Thumb-average-in-line" | "Thumb-average-filled" | "Thumb-down-in-line" | "Thumb-down-filled" | "Thumb-up-in-line" | "Thumb-up-filled" | "Timer-filled" | "Timer-in-line" | "Trophy-filled" | "Trophy-in-line" | "Type-filled" | "Type-in-line" | "Unarchive-filled" | "Unarchive-in-line" | "Unlock-filled" | "Unlock-in-line" | "Upgrade-filled" | "Upgrade-in-line" | "Upload-filled" | "Upload-in-line" | "User-access-filled" | "User-access-in-line" | "User-add-filled" | "User-add-in-line" | "User-profile-filled" | "User-profile-in-line" | "Video-filled" | "Video-in-line" | "View-filled" | "View-in-line" | "Volume-filled" | "Volume-in-line" | "Warning-filled" | "Warning-in-line" | "Validated-filled" | "Validated-in-line" | "Verified-badge-filled" | "Verified-badge-in-line" | "Zoom-in-filled" | "Zoom-in-in-line" | "Zoom-out-filled" | "Zoom-out-in-line" | "Analytics-filled" | "Analytics-in-line" | "Failed-to-load-filled" | "Failed-to-load-in-line" | "History-filled" | "History-in-line" | "TestGorilla-filled" | "TestGorilla-in-line" | "TestGorilla-Pink-filled" | "TestGorilla-Pink-in-line" | "Pencil-to-gorilla-in-line" | "Pencil-to-gorilla-filled" | "Switch-tab-in-line" | "Switch-tab-filled" | "Close-round-in-line" | "Close-round-filled" | "Trending-up-filled" | "Trending-up-in-line" | "Smart-criteria-filled" | "Smart-criteria-in-line" | "Mic-off-filled" | "Mic-off-in-line" | "Phone-rings-filled" | "Phone-rings-in-line" | "Home-filled" | "Home-in-line" | "Sourcing-filled" | "Sourcing-in-line" | "Campaign-filled" | "Campaign-in-line" | "Unread-notification-filled" | "Unread-notification-in-line" | "Sidebar-close-filled" | "Sidebar-close-in-line" | "Sidebar-open-filled" | "Sidebar-open-in-line" | "Jobs-filled" | "Jobs-in-line" | "Library-filled" | "Library-in-line" | "Help-center-filled" | "Help-center-in-line" | "Demo-filled" | "Demo-in-line" | "Candidates-v2-filled" | "Candidates-v2-in-line" | "Analytics-v2-filled" | "Analytics-v2-in-line" | "Upgrade-paint-filled" | "Upgrade-paint-in-line" | "Summary-filled" | "Summary-in-line" | "Corporate-filled" | "Corporate-in-line" | "Redeem-filled" | "Redeem-in-line" | "Rule-filled" | "Rule-in-line" | "Workspaces-filled" | "Workspaces-in-line" | "Portfolio-filled" | "Portfolio-in-line" | "Work-history-filled" | "Work-history-in-line" | "Analytics-filled-AI" | "Analytics-in-line-AI" | "Chat-filled-AI" | "Chat-in-line-AI" | "Document-filled-AI" | "Document-in-line-AI" | "Edit-filled-AI" | "Edit-in-line-AI" | "Mic-filled-AI" | "Mic-in-line-AI" | "Search-filled-AI" | "Search-in-line-AI" | "Summary-filled-AI" | "Summary-in-line-AI" | "Tag-filled-AI" | "Tag-in-line-AI" | "Video-filled-AI" | "Video-in-line-AI" | "Add" | "Archive" | "Arrow_down" | "Arrow_left" | "Arrow_right" | "Arrow_up" | "Assessment" | "Attempts" | "Book" | "Calendar" | "Candidates" | "Chat-notifications" | "Chat" | "Check" | "Clone" | "Close" | "Code" | "Company" | "Copy" | "Custom-questions" | "Delete" | "Devices" | "Document" | "Dot" | "Download" | "Edit" | "Email-message" | "Empty-placeholder" | "Error" | "Essay" | "Eye-hide" | "Eye-view" | "Feedback-1" | "Feedback-2" | "Feedback-3" | "Feedback-4" | "Feedback-5" | "File-attach" | "File-upload" | "Filter" | "Flag" | "Folder" | "Format-add-file" | "Format-add-table" | "Format-align-L" | "Format-align-R" | "Format-align-center" | "Format-align-justify" | "Format-bold" | "Format-code-active" | "Format-code-block" | "Format-edit-table" | "Format-format" | "Format-function" | "Format-italics" | "Format-list-bulleted" | "Format-list-numbered" | "Format-picker" | "Format-quote" | "Format-subscript" | "Format-superscript" | "Format-text-direction-L" | "Format-text-direction-R" | "Format-text-size" | "Format-underline" | "Format-variable" | "Full-screen" | "Gender-female" | "Gender-male" | "Help-2" | "Help" | "Image" | "Info" | "Integration" | "Language" | "Layout" | "Learn" | "Level" | "Light-bulb" | "Link" | "Loading-spinner" | "Localisation" | "Location" | "Lock" | "Log-out" | "Menu-burger" | "Menu-close" | "Menu-ellipsis" | "Menu-open" | "Microphone" | "Microsoft" | "Minus" | "Mouse-cursor" | "Mouse-grab-cursor" | "Mouse" | "Multi-choice" | "Notifications" | "Password" | "Path" | "Pin-marker" | "Plan-billing" | "Plus" | "Premium" | "Promotion" | "Question-count" | "Refer" | "Reset" | "Review" | "Round-check-filled" | "Round-check" | "Search" | "Secure-checkout" | "Send" | "Settings" | "Social-facebook" | "Social-instagram" | "Social-linkedin" | "Sorting-down-1" | "Sorting-down" | "Speedometer" | "Star-half" | "Star-outline" | "Support" | "Sync" | "Team" | "Test" | "Thunder" | "Timer" | "Trophy" | "Type" | "Unarchive" | "Unlock" | "Upgrade" | "Upload" | "User-access" | "User-add" | "User-invite" | "User-profile" | "User-reject" | "User-switch" | "Video-pause" | "Video-play" | "Video-record" | "Video" | "Volume" | "Warning" | "Zoom-in" | "Zoom-out" | "Fire" | "Gift" | "Grab" | "Share" | "Sparkles" | "Video-stop" | "Minimize" | "Employee" | "Money-bag" | "Suitcase" | "Google" | "Fast-forward" | "Fast-rewind" | "Skip-next" | "Skip-previous" | "TestGorilla" | "Switch-tab";
|
|
221
|
+
iconName: _testgorilla_tgo_ui_components_icon.IconName;
|
|
226
222
|
variant: "secondary-inverted";
|
|
227
223
|
size: "small";
|
|
228
224
|
disabled: boolean;
|
|
229
225
|
}>;
|
|
230
226
|
cancelButtonConfig: _angular_core.Signal<{
|
|
231
227
|
label: string;
|
|
232
|
-
iconName: "Device-rotate-in-line" | "Archive-filled" | "Archive-in-line" | "Add-in-line" | "Add-filled" | "Ai-fluent-filled" | "Ai-fluent-in-line" | "Arrow-chevron-down-filled" | "Arrow-chevron-down-in-line" | "Arrow-chevron-left-filled" | "Arrow-chevron-left-in-line" | "Arrow-chevron-right-filled" | "Arrow-chevron-right-in-line" | "Arrow-chevron-up-filled" | "Arrow-chevron-up-in-line" | "Arrow-down-filled" | "Arrow-down-in-line" | "Arrow-up-filled" | "Arrow-up-in-line" | "Assessment-filled" | "Assessment-in-line" | "Attach-filled" | "Attach-in-line" | "Attempts-filled" | "Attempts-in-line" | "Book-filled" | "Book-in-line" | "Bookmark-filled" | "Bookmark-in-line" | "Calendar-filled" | "Calendar-in-line" | "Candidates-filled" | "Candidates-in-line" | "Chat-filled" | "Chat-in-line" | "Check-filled" | "Check-in-line" | "Check-small-in-line" | "Check-small-filled" | "Check-round-filled" | "Check-round-in-line" | "Circle-filled" | "Circle-in-line" | "Clone-filled" | "Clone-in-line" | "Close-filled" | "Close-in-line" | "Code-filled" | "Code-in-line" | "Company-filled" | "Company-in-line" | "Copy-filled" | "Copy-in-line" | "Count-one-filled" | "Count-one-in-line" | "Count-two-filled" | "Count-two-in-line" | "Count-three-filled" | "Count-three-in-line" | "Credit-filled" | "Credit-in-line" | "Credit-card-filled" | "Credit-card-in-line" | "Delete-filled" | "Delete-in-line" | "Devices-filled" | "Devices-in-line" | "Document-filled" | "Document-in-line" | "Dot-filled" | "Dot-in-line" | "Download-filled" | "Download-in-line" | "Edit-filled" | "Edit-in-line" | "Edit-text-filled" | "Edit-text-in-line" | "Email-unsubscribed-filled" | "Email-unsubscribed-in-line" | "Employee-filled" | "Employee-in-line" | "Error-filled" | "Error-in-line" | "Essay-filled" | "Essay-in-line" | "Experience-filled" | "Experience-in-line" | "Facebook-filled" | "Facebook-in-line" | "Fast-forward-filled" | "Fast-forward-in-line" | "Fast-rewind-filled" | "Fast-rewind-in-line" | "Filter-filled" | "Filter-in-line" | "Fire-filled" | "Fire-in-line" | "Flag-filled" | "Flag-in-line" | "Folder-filled" | "Folder-in-line" | "Full-screen-filled" | "Full-screen-in-line" | "Gender-male-filled" | "Gender-male-in-line" | "Gender-female-filled" | "Gender-female-in-line" | "Gift-filled" | "Gift-in-line" | "Google-filled" | "Google-in-line" | "Grab-filled" | "Grab-in-line" | "Help-filled" | "Help-in-line" | "Hide-filled" | "Hide-in-line" | "Image-filled" | "Image-in-line" | "Info-filled" | "Info-in-line" | "Instagram-filled" | "Instagram-in-line" | "Integration-filled" | "Integration-in-line" | "Invite-filled" | "Invite-in-line" | "ID-verified-filled" | "ID-verified-in-line" | "ID-not-verified-filled" | "ID-not-verified-in-line" | "ID-failed-filled" | "ID-failed-in-line" | "Language-filled" | "Language-in-line" | "Layout-filled" | "Layout-in-line" | "Learn-filled" | "Learn-in-line" | "Level-filled" | "Level-in-line" | "Light-bulb-filled" | "Light-bulb-in-line" | "Link-filled" | "Link-in-line" | "Linkedin-filled" | "Linkedin-in-line" | "Linkedin-brand-filled" | "Linkedin-brand-in-line" | "Localization-filled" | "Localization-in-line" | "Location-filled" | "Location-in-line" | "Lock-filled" | "Lock-in-line" | "Logout-filled" | "Logout-in-line" | "Medal-filled" | "Medal-in-line" | "Menu-burger-filled" | "Menu-burger-in-line" | "Menu-close-filled" | "Menu-close-in-line" | "Menu-ellipsis-filled" | "Menu-ellipsis-in-line" | "Menu-open-filled" | "Menu-open-in-line" | "Mic-filled" | "Mic-in-line" | "Microsoft-filled" | "Microsoft-in-line" | "Minimize-filled" | "Minimize-in-line" | "Minus-filled" | "Minus-in-line" | "Mouse-filled" | "Mouse-in-line" | "Multi-choice-filled" | "Multi-choice-in-line" | "Notification-bell-filled" | "Notification-bell-in-line" | "Open-lock-filled" | "Open-lock-in-line" | "Open-in-new-filled" | "Open-in-new-in-line" | "Password-filled" | "Password-in-line" | "Path-filled" | "Path-in-line" | "Pause-filled" | "Pause-in-line" | "Pin-marker-filled" | "Pin-marker-in-line" | "Plan-billing-filled" | "Plan-billing-in-line" | "Play-filled" | "Play-in-line" | "Plus-filled" | "Plus-in-line" | "Premium-filled" | "Premium-in-line" | "Premium-circle-in-line" | "Question-count-filled" | "Question-count-in-line" | "Question-filled" | "Question-in-line" | "Record-filled" | "Record-in-line" | "Reject-filled" | "Refer-in-line" | "Refer-filled" | "Reject-in-line" | "Reset-filled" | "Reset-in-line" | "Review-emoji-1-filled" | "Review-emoji-1-in-line" | "Review-emoji-2-filled" | "Review-emoji-2-in-line" | "Review-emoji-3-filled" | "Review-emoji-3-in-line" | "Review-emoji-4-filled" | "Review-emoji-4-in-line" | "Review-emoji-5-filled" | "Review-emoji-5-in-line" | "Review-filled" | "Review-half-star-filled" | "Review-half-star-in-line" | "Review-in-line" | "Review-star-filled" | "Review-star-in-line" | "Search-filled" | "Search-in-line" | "Secure-filled" | "Secure-in-line" | "Send-filled" | "Send-in-line" | "Settings-filled" | "Settings-in-line" | "Share-filled" | "Share-in-line" | "Skip-next-filled" | "Skip-next-in-line" | "Skip-previous-filled" | "Skip-previous-in-line" | "Sparkle-filled" | "Sparkle-in-line" | "Speedometer-filled" | "Speedometer-in-line" | "Star-filled" | "Star-in-line" | "Stop-filled" | "Stop-in-line" | "Switch-filled" | "Switch-in-line" | "Sync-filled" | "Sync-in-line" | "Tag-filled" | "Tag-in-line" | "Team-filled" | "Team-in-line" | "Test-filled" | "Test-in-line" | "Thumb-average-in-line" | "Thumb-average-filled" | "Thumb-down-in-line" | "Thumb-down-filled" | "Thumb-up-in-line" | "Thumb-up-filled" | "Timer-filled" | "Timer-in-line" | "Trophy-filled" | "Trophy-in-line" | "Type-filled" | "Type-in-line" | "Unarchive-filled" | "Unarchive-in-line" | "Unlock-filled" | "Unlock-in-line" | "Upgrade-filled" | "Upgrade-in-line" | "Upload-filled" | "Upload-in-line" | "User-access-filled" | "User-access-in-line" | "User-add-filled" | "User-add-in-line" | "User-profile-filled" | "User-profile-in-line" | "Video-filled" | "Video-in-line" | "View-filled" | "View-in-line" | "Volume-filled" | "Volume-in-line" | "Warning-filled" | "Warning-in-line" | "Validated-filled" | "Validated-in-line" | "Verified-badge-filled" | "Verified-badge-in-line" | "Zoom-in-filled" | "Zoom-in-in-line" | "Zoom-out-filled" | "Zoom-out-in-line" | "Analytics-filled" | "Analytics-in-line" | "Failed-to-load-filled" | "Failed-to-load-in-line" | "History-filled" | "History-in-line" | "TestGorilla-filled" | "TestGorilla-in-line" | "TestGorilla-Pink-filled" | "TestGorilla-Pink-in-line" | "Pencil-to-gorilla-in-line" | "Pencil-to-gorilla-filled" | "Switch-tab-in-line" | "Switch-tab-filled" | "Close-round-in-line" | "Close-round-filled" | "Trending-up-filled" | "Trending-up-in-line" | "Smart-criteria-filled" | "Smart-criteria-in-line" | "Mic-off-filled" | "Mic-off-in-line" | "Phone-rings-filled" | "Phone-rings-in-line" | "Home-filled" | "Home-in-line" | "Sourcing-filled" | "Sourcing-in-line" | "Campaign-filled" | "Campaign-in-line" | "Unread-notification-filled" | "Unread-notification-in-line" | "Sidebar-close-filled" | "Sidebar-close-in-line" | "Sidebar-open-filled" | "Sidebar-open-in-line" | "Jobs-filled" | "Jobs-in-line" | "Library-filled" | "Library-in-line" | "Help-center-filled" | "Help-center-in-line" | "Demo-filled" | "Demo-in-line" | "Candidates-v2-filled" | "Candidates-v2-in-line" | "Analytics-v2-filled" | "Analytics-v2-in-line" | "Upgrade-paint-filled" | "Upgrade-paint-in-line" | "Summary-filled" | "Summary-in-line" | "Corporate-filled" | "Corporate-in-line" | "Redeem-filled" | "Redeem-in-line" | "Rule-filled" | "Rule-in-line" | "Workspaces-filled" | "Workspaces-in-line" | "Portfolio-filled" | "Portfolio-in-line" | "Work-history-filled" | "Work-history-in-line" | "Analytics-filled-AI" | "Analytics-in-line-AI" | "Chat-filled-AI" | "Chat-in-line-AI" | "Document-filled-AI" | "Document-in-line-AI" | "Edit-filled-AI" | "Edit-in-line-AI" | "Mic-filled-AI" | "Mic-in-line-AI" | "Search-filled-AI" | "Search-in-line-AI" | "Summary-filled-AI" | "Summary-in-line-AI" | "Tag-filled-AI" | "Tag-in-line-AI" | "Video-filled-AI" | "Video-in-line-AI" | "Add" | "Archive" | "Arrow_down" | "Arrow_left" | "Arrow_right" | "Arrow_up" | "Assessment" | "Attempts" | "Book" | "Calendar" | "Candidates" | "Chat-notifications" | "Chat" | "Check" | "Clone" | "Close" | "Code" | "Company" | "Copy" | "Custom-questions" | "Delete" | "Devices" | "Document" | "Dot" | "Download" | "Edit" | "Email-message" | "Empty-placeholder" | "Error" | "Essay" | "Eye-hide" | "Eye-view" | "Feedback-1" | "Feedback-2" | "Feedback-3" | "Feedback-4" | "Feedback-5" | "File-attach" | "File-upload" | "Filter" | "Flag" | "Folder" | "Format-add-file" | "Format-add-table" | "Format-align-L" | "Format-align-R" | "Format-align-center" | "Format-align-justify" | "Format-bold" | "Format-code-active" | "Format-code-block" | "Format-edit-table" | "Format-format" | "Format-function" | "Format-italics" | "Format-list-bulleted" | "Format-list-numbered" | "Format-picker" | "Format-quote" | "Format-subscript" | "Format-superscript" | "Format-text-direction-L" | "Format-text-direction-R" | "Format-text-size" | "Format-underline" | "Format-variable" | "Full-screen" | "Gender-female" | "Gender-male" | "Help-2" | "Help" | "Image" | "Info" | "Integration" | "Language" | "Layout" | "Learn" | "Level" | "Light-bulb" | "Link" | "Loading-spinner" | "Localisation" | "Location" | "Lock" | "Log-out" | "Menu-burger" | "Menu-close" | "Menu-ellipsis" | "Menu-open" | "Microphone" | "Microsoft" | "Minus" | "Mouse-cursor" | "Mouse-grab-cursor" | "Mouse" | "Multi-choice" | "Notifications" | "Password" | "Path" | "Pin-marker" | "Plan-billing" | "Plus" | "Premium" | "Promotion" | "Question-count" | "Refer" | "Reset" | "Review" | "Round-check-filled" | "Round-check" | "Search" | "Secure-checkout" | "Send" | "Settings" | "Social-facebook" | "Social-instagram" | "Social-linkedin" | "Sorting-down-1" | "Sorting-down" | "Speedometer" | "Star-half" | "Star-outline" | "Support" | "Sync" | "Team" | "Test" | "Thunder" | "Timer" | "Trophy" | "Type" | "Unarchive" | "Unlock" | "Upgrade" | "Upload" | "User-access" | "User-add" | "User-invite" | "User-profile" | "User-reject" | "User-switch" | "Video-pause" | "Video-play" | "Video-record" | "Video" | "Volume" | "Warning" | "Zoom-in" | "Zoom-out" | "Fire" | "Gift" | "Grab" | "Share" | "Sparkles" | "Video-stop" | "Minimize" | "Employee" | "Money-bag" | "Suitcase" | "Google" | "Fast-forward" | "Fast-rewind" | "Skip-next" | "Skip-previous" | "TestGorilla" | "Switch-tab";
|
|
228
|
+
iconName: _testgorilla_tgo_ui_components_icon.IconName;
|
|
233
229
|
variant: "secondary-inverted";
|
|
234
230
|
size: "small";
|
|
235
231
|
disabled: boolean;
|
|
236
232
|
}>;
|
|
237
233
|
private onChange;
|
|
238
234
|
private onTouched;
|
|
239
|
-
constructor(cdr: ChangeDetectorRef, destroyRef: DestroyRef, elementRef: ElementRef
|
|
235
|
+
constructor(cdr: ChangeDetectorRef, destroyRef: DestroyRef, elementRef: ElementRef<HTMLElement>, ngControl: NgControl);
|
|
240
236
|
ngOnInit(): void;
|
|
241
237
|
writeValue(value: string): void;
|
|
242
238
|
registerOnChange(fn: (value: string) => void): void;
|
|
@@ -262,14 +258,14 @@ declare class InlineFieldComponent implements OnInit, ControlValueAccessor {
|
|
|
262
258
|
private hasPatternError;
|
|
263
259
|
private hasCustomValidationError;
|
|
264
260
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineFieldComponent, [null, null, null, { optional: true; self: true; }]>;
|
|
265
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineFieldComponent, "ui-inline-field", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "fieldType": { "alias": "fieldType"; "required": false; "isSignal": true; }; "maxRows": { "alias": "maxRows"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "showErrors": { "alias": "showErrors"; "required": false; "isSignal": true; }; "buttonConfig": { "alias": "buttonConfig"; "required": false; "isSignal": true; }; "validation": { "alias": "validation"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; }, { "save": "save"; "cancel": "cancel"; "valueChange": "valueChange"; "editingModeChange": "editingModeChange"; "focusEvent": "focusEvent"; "blurEvent": "blurEvent"; }, never, never,
|
|
261
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineFieldComponent, "ui-inline-field", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "fieldType": { "alias": "fieldType"; "required": false; "isSignal": true; }; "maxRows": { "alias": "maxRows"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "showErrors": { "alias": "showErrors"; "required": false; "isSignal": true; }; "buttonConfig": { "alias": "buttonConfig"; "required": false; "isSignal": true; }; "validation": { "alias": "validation"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; }, { "save": "save"; "cancel": "cancel"; "valueChange": "valueChange"; "editingModeChange": "editingModeChange"; "focusEvent": "focusEvent"; "blurEvent": "blurEvent"; }, never, never, true, never>;
|
|
266
262
|
}
|
|
267
263
|
|
|
268
264
|
declare class InlineFieldComponentModule {
|
|
269
265
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineFieldComponentModule, never>;
|
|
270
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<InlineFieldComponentModule,
|
|
266
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<InlineFieldComponentModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.MatInputModule, typeof i4.ButtonComponentModule, typeof i5.FieldComponentModule, typeof _testgorilla_tgo_ui_components_icon.IconComponentModule, typeof InlineFieldComponent], [typeof InlineFieldComponent]>;
|
|
271
267
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<InlineFieldComponentModule>;
|
|
272
268
|
}
|
|
273
269
|
|
|
274
|
-
export { InlineFieldComponent, InlineFieldComponentModule
|
|
270
|
+
export { InlineFieldComponent, InlineFieldComponentModule };
|
|
275
271
|
export type { InlineFieldButtonConfig, InlineFieldChangeEvent, InlineFieldEvents, InlineFieldState, InlineFieldValidation };
|
|
@@ -2,7 +2,6 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { OnInit, OnChanges, 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 i2 from '@angular/common';
|
|
6
5
|
|
|
7
6
|
declare enum LogoTypeEnum {
|
|
8
7
|
DEFAULT = "default",
|
|
@@ -94,12 +93,12 @@ declare class LogoComponent implements OnInit, OnChanges {
|
|
|
94
93
|
ngOnChanges(changes: SimpleChanges): void;
|
|
95
94
|
private changeWidth;
|
|
96
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, [{ optional: true; }]>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "ui-logo", never, { "type": { "alias": "type"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "label": { "alias": "label"; "required": false; }; "width": { "alias": "width"; "required": false; }; "allowResizing": { "alias": "allowResizing"; "required": false; }; }, {}, never, never,
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "ui-logo", never, { "type": { "alias": "type"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "label": { "alias": "label"; "required": false; }; "width": { "alias": "width"; "required": false; }; "allowResizing": { "alias": "allowResizing"; "required": false; }; }, {}, never, never, true, never>;
|
|
98
97
|
}
|
|
99
98
|
|
|
100
99
|
declare class LogoComponentModule {
|
|
101
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponentModule, never>;
|
|
102
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LogoComponentModule,
|
|
101
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LogoComponentModule, never, [typeof LogoComponent], [typeof LogoComponent]>;
|
|
103
102
|
static ɵinj: i0.ɵɵInjectorDeclaration<LogoComponentModule>;
|
|
104
103
|
}
|
|
105
104
|
|
|
@@ -6,7 +6,7 @@ interface MediaDialogStep {
|
|
|
6
6
|
subheader?: string;
|
|
7
7
|
title: string;
|
|
8
8
|
body: string;
|
|
9
|
-
mediaContainer: TemplateRef<
|
|
9
|
+
mediaContainer: TemplateRef<unknown>;
|
|
10
10
|
primaryButtonLabel: string;
|
|
11
11
|
secondaryButtonLabel?: string;
|
|
12
12
|
backButtonLabel?: string;
|
|
@@ -20,7 +20,7 @@ interface MediaDialogData {
|
|
|
20
20
|
|
|
21
21
|
declare class MediaDialogComponent {
|
|
22
22
|
dialogRef: MatDialogRef<MediaDialogComponent>;
|
|
23
|
-
private data;
|
|
23
|
+
private readonly data;
|
|
24
24
|
primaryButtonLabel: string | undefined;
|
|
25
25
|
secondaryButtonLabel: string | undefined;
|
|
26
26
|
backButtonLabel: string | undefined;
|
|
@@ -28,7 +28,7 @@ declare class MediaDialogComponent {
|
|
|
28
28
|
primaryButtonDataTestId: string;
|
|
29
29
|
secondaryButtonDataTestId: string;
|
|
30
30
|
backButtonDataTestId: string;
|
|
31
|
-
mediaContainer: TemplateRef<
|
|
31
|
+
mediaContainer: TemplateRef<unknown>;
|
|
32
32
|
subheader: string | undefined;
|
|
33
33
|
body: string;
|
|
34
34
|
currentStepIndex: number;
|
|
@@ -1,26 +1,35 @@
|
|
|
1
1
|
import * as _angular_forms from '@angular/forms';
|
|
2
2
|
import { ControlValueAccessor, NgControl, ValidatorFn, FormControl, FormBuilder, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
3
|
import * as _angular_core from '@angular/core';
|
|
4
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
4
|
+
import { OnInit, DoCheck, EventEmitter } from '@angular/core';
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
import * as i2 from '@angular/material/input';
|
|
7
|
+
import * as i3 from '@angular/material/select';
|
|
8
|
+
import * as i4 from '@testgorilla/tgo-ui/components/divider';
|
|
9
|
+
import * as i5 from '@testgorilla/tgo-ui/components/icon';
|
|
10
|
+
import * as i6 from '@testgorilla/tgo-ui/components/dropdown';
|
|
11
|
+
import * as i8 from '@testgorilla/tgo-ui/components/core';
|
|
12
12
|
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
13
|
+
import * as i9 from '@testgorilla/tgo-ui/components/validation-error';
|
|
14
|
+
import * as i10 from '@testgorilla/tgo-ui/components/field';
|
|
15
15
|
|
|
16
16
|
type MultiInputValue<T = any> = {
|
|
17
17
|
value: T;
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
};
|
|
20
20
|
|
|
21
|
-
declare class MultiInputComponent implements ControlValueAccessor, OnInit {
|
|
21
|
+
declare class MultiInputComponent implements ControlValueAccessor, OnInit, DoCheck {
|
|
22
22
|
protected ngControl: NgControl;
|
|
23
23
|
private readonly fb;
|
|
24
|
+
private readonly cdr;
|
|
25
|
+
private lastControlHasError?;
|
|
26
|
+
/**
|
|
27
|
+
* `controlHasError` reads `ngControl.touched`/`errors` — mutable state OnPush
|
|
28
|
+
* never re-checks on its own (e.g. an external `markAllAsTouched()` on submit).
|
|
29
|
+
* ngDoCheck runs whenever an ancestor is checked, so mark the view when the
|
|
30
|
+
* error state moves (same pattern as validation-error/autocomplete-v2).
|
|
31
|
+
*/
|
|
32
|
+
ngDoCheck(): void;
|
|
24
33
|
/**
|
|
25
34
|
*
|
|
26
35
|
* @description List of items to be displayed in the dropdown list
|
|
@@ -145,7 +154,7 @@ declare class MultiInputComponent implements ControlValueAccessor, OnInit {
|
|
|
145
154
|
/**
|
|
146
155
|
* @ignore
|
|
147
156
|
*/
|
|
148
|
-
onChange: (_value:
|
|
157
|
+
onChange: (_value: MultiInputValue) => void;
|
|
149
158
|
/**
|
|
150
159
|
* @ignore
|
|
151
160
|
*/
|
|
@@ -159,8 +168,8 @@ declare class MultiInputComponent implements ControlValueAccessor, OnInit {
|
|
|
159
168
|
writeValue(value: MultiInputValue): void;
|
|
160
169
|
patchForm(value: MultiInputValue | undefined): void;
|
|
161
170
|
setDisabledState(isDisabled: boolean): void;
|
|
162
|
-
registerOnChange(fn:
|
|
163
|
-
registerOnTouched(fn:
|
|
171
|
+
registerOnChange(fn: (value: MultiInputValue) => void): void;
|
|
172
|
+
registerOnTouched(fn: () => void): void;
|
|
164
173
|
protected valueChanged(value: MultiInputValue): void;
|
|
165
174
|
protected get dropdownControl(): AbstractControl<unknown>;
|
|
166
175
|
protected get inputControl(): AbstractControl<unknown>;
|
|
@@ -170,12 +179,12 @@ declare class MultiInputComponent implements ControlValueAccessor, OnInit {
|
|
|
170
179
|
protected getValueLength(): number;
|
|
171
180
|
private updateDisableState;
|
|
172
181
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiInputComponent, [{ optional: true; self: true; }, null]>;
|
|
173
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiInputComponent, "ui-multi-input", never, { "itemsList": { "alias": "itemsList"; "required": true; "isSignal": true; }; "itemTextField": { "alias": "itemTextField"; "required": true; "isSignal": true; }; "itemValueField": { "alias": "itemValueField"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; "isSignal": true; }; "allowNegative": { "alias": "allowNegative"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; "isSignal": true; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; "isSignal": true; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; "isSignal": true; }; "validators": { "alias": "validators"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "hasCustomErrors": { "alias": "hasCustomErrors"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, ["[custom-errors]"],
|
|
182
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiInputComponent, "ui-multi-input", never, { "itemsList": { "alias": "itemsList"; "required": true; "isSignal": true; }; "itemTextField": { "alias": "itemTextField"; "required": true; "isSignal": true; }; "itemValueField": { "alias": "itemValueField"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; "isSignal": true; }; "allowNegative": { "alias": "allowNegative"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; "isSignal": true; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; "isSignal": true; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; "isSignal": true; }; "validators": { "alias": "validators"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "hasCustomErrors": { "alias": "hasCustomErrors"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, ["[custom-errors]"], true, never>;
|
|
174
183
|
}
|
|
175
184
|
|
|
176
185
|
declare class MultiInputComponentModule {
|
|
177
186
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiInputComponentModule, never>;
|
|
178
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<MultiInputComponentModule,
|
|
187
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<MultiInputComponentModule, never, [typeof i1.CommonModule, typeof i2.MatInputModule, typeof i3.MatSelectModule, typeof i4.DividerComponentModule, typeof i5.IconComponentModule, typeof i6.DropdownComponentModule, typeof _angular_forms.ReactiveFormsModule, typeof i8.DigitsOnlyDirective, typeof i8.HasValidationErrorPipe, typeof i9.ValidationErrorModule, typeof i10.FieldComponentModule, typeof MultiInputComponent], [typeof MultiInputComponent]>;
|
|
179
188
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<MultiInputComponentModule>;
|
|
180
189
|
}
|
|
181
190
|
|