@testgorilla/tgo-ui 4.1.2-beta → 4.1.3-beta
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/autocomplete/autocomplete.component.d.ts +1 -1
- package/components/autocomplete/autocomplete.component.module.d.ts +7 -8
- package/components/autocomplete/index.d.ts +5 -0
- package/components/autocomplete/public-api.d.ts +4 -0
- package/components/avatar/avatar.component.module.d.ts +1 -1
- package/components/avatar/index.d.ts +5 -0
- package/components/avatar/public-api.d.ts +4 -0
- package/components/card/index.d.ts +5 -0
- package/components/card/public-api.d.ts +4 -0
- package/components/checkbox/checkbox.component.d.ts +1 -1
- package/components/checkbox/checkbox.component.module.d.ts +4 -5
- package/components/checkbox/index.d.ts +5 -0
- package/components/checkbox/public-api.d.ts +4 -0
- package/components/core/has-validation-error.pipe.d.ts +15 -0
- package/components/core/keyboard-events.model.d.ts +11 -0
- package/components/core/public-api.d.ts +7 -0
- package/components/core/select-text.directive.d.ts +19 -0
- package/components/datepicker/datepicker.component.module.d.ts +1 -1
- package/components/dropdown/dropdown.component.module.d.ts +2 -3
- package/components/dropdown/index.d.ts +5 -0
- package/components/dropdown/public-api.d.ts +4 -0
- package/components/empty-state/index.d.ts +5 -0
- package/components/empty-state/public-api.d.ts +4 -0
- package/components/field/field.component.d.ts +1 -1
- package/components/field/field.component.module.d.ts +3 -5
- package/components/field/index.d.ts +5 -0
- package/components/field/public-api.d.ts +4 -0
- package/components/file-upload/file-upload.component.module.d.ts +1 -1
- package/components/filter-button/filter-button.component.module.d.ts +3 -3
- package/components/filter-button/index.d.ts +5 -0
- package/components/filter-button/public-api.d.ts +4 -0
- package/components/inline-field/index.d.ts +5 -0
- package/components/inline-field/inline-field.component.d.ts +2 -2
- package/components/inline-field/inline-field.component.module.d.ts +1 -1
- package/components/inline-field/public-api.d.ts +4 -0
- package/components/logo/index.d.ts +5 -0
- package/components/logo/public-api.d.ts +4 -0
- package/components/multi-input/multi-input.component.module.d.ts +5 -6
- package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +1 -1
- package/components/navbar/navbar.component.d.ts +2 -2
- package/components/navbar/navbar.component.module.d.ts +2 -2
- package/components/paginator/index.d.ts +5 -0
- package/components/paginator/public-api.d.ts +3 -0
- package/components/password-criteria/password.component.module.d.ts +2 -2
- package/components/password-strength/password-strength.component.module.d.ts +1 -1
- package/components/phone-input/phone-input.component.module.d.ts +2 -2
- package/components/progress-bar/index.d.ts +5 -0
- package/components/progress-bar/public-api.d.ts +3 -0
- package/components/prompt/prompt.component.d.ts +1 -1
- package/components/prompt/prompt.module.d.ts +3 -3
- package/components/radial-progress/index.d.ts +5 -0
- package/components/radial-progress/public-api.d.ts +4 -0
- package/components/radio-button/index.d.ts +5 -0
- package/components/radio-button/public-api.d.ts +4 -0
- package/components/radio-button/radio-button.component.d.ts +1 -1
- package/components/radio-button/radio-button.component.module.d.ts +1 -1
- package/components/rating/index.d.ts +5 -0
- package/components/rating/public-api.d.ts +3 -0
- package/components/scale/index.d.ts +5 -0
- package/components/scale/public-api.d.ts +3 -0
- package/components/segmented-bar/index.d.ts +5 -0
- package/components/segmented-bar/public-api.d.ts +4 -0
- package/components/segmented-button/index.d.ts +5 -0
- package/components/segmented-button/public-api.d.ts +4 -0
- package/components/selectable-card/selectable-card.component.d.ts +1 -1
- package/components/selectable-card/selectable-card.component.module.d.ts +2 -2
- package/components/side-sheet/side-sheet.component.module.d.ts +1 -1
- package/components/slider/index.d.ts +5 -0
- package/components/slider/public-api.d.ts +4 -0
- package/components/spider-chart/spider-chart.module.d.ts +1 -1
- package/components/spinner/index.d.ts +5 -0
- package/components/spinner/public-api.d.ts +4 -0
- package/components/stepper/stepper.component.module.d.ts +1 -1
- package/components/table/table.component.module.d.ts +1 -1
- package/components/tag/index.d.ts +5 -0
- package/components/tag/public-api.d.ts +4 -0
- package/components/toggle/index.d.ts +5 -0
- package/components/toggle/public-api.d.ts +3 -0
- package/components/toggle/toggle.component.module.d.ts +1 -1
- package/components/universal-skills-report/universal-skills-report.component.module.d.ts +1 -1
- package/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.d.ts +1 -1
- package/components/validation-error/index.d.ts +5 -0
- package/components/validation-error/public-api.d.ts +3 -0
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +1045 -0
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +173 -0
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs +164 -0
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +402 -0
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs +240 -1
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +434 -0
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +326 -0
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +638 -0
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +314 -0
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +367 -0
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +218 -0
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs +110 -0
- package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs +128 -0
- package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +152 -0
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +373 -0
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +150 -0
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +158 -0
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +137 -0
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +128 -0
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +274 -0
- package/fesm2022/testgorilla-tgo-ui-components-slider.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs +108 -0
- package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +239 -0
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +216 -0
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +79 -0
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui.mjs +3057 -9093
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +99 -7
- package/public-api.d.ts +0 -63
- /package/{directives → components/autocomplete}/select-text.directive.d.ts +0 -0
- /package/{pipes → components/avatar}/name-initials.pipe.d.ts +0 -0
- /package/{utils → components/core}/autocomplete-utils.d.ts +0 -0
- /package/{models → components/core}/checkbox.model.d.ts +0 -0
- /package/{directives → components/core}/digits-only.directive.d.ts +0 -0
- /package/{utils → components/core}/hex-to-rgb.d.ts +0 -0
|
@@ -6,7 +6,7 @@ import { MatAutocomplete, MatAutocompleteSelectedEvent, MatAutocompleteTrigger }
|
|
|
6
6
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
7
7
|
import { BehaviorSubject, ReplaySubject, Subscription } from 'rxjs';
|
|
8
8
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
9
|
-
import { AutocompleteUtils } from '
|
|
9
|
+
import { AutocompleteUtils } from '@testgorilla/tgo-ui/components/core';
|
|
10
10
|
import { Autocomplete, AutocompleteSize, AutocompleteType, DropdownVariationType } from './autocomplete.model';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class AutocompleteComponent implements ControlValueAccessor, OnChanges, AfterViewInit, DoCheck, OnDestroy {
|
|
@@ -2,23 +2,22 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./autocomplete.component";
|
|
3
3
|
import * as i2 from "./transform-Item.pipe";
|
|
4
4
|
import * as i3 from "./includes.pipe";
|
|
5
|
-
import * as i4 from "
|
|
5
|
+
import * as i4 from "./select-text.directive";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@angular/material/form-field";
|
|
8
8
|
import * as i7 from "@angular/material/autocomplete";
|
|
9
9
|
import * as i8 from "@angular/material/input";
|
|
10
10
|
import * as i9 from "@angular/forms";
|
|
11
|
-
import * as i10 from "
|
|
11
|
+
import * as i10 from "@testgorilla/tgo-ui/components/tag";
|
|
12
12
|
import * as i11 from "@angular/material/chips";
|
|
13
13
|
import * as i12 from "@testgorilla/tgo-ui/components/icon";
|
|
14
14
|
import * as i13 from "@testgorilla/tgo-ui/components/core";
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "../spinner/spinner.module";
|
|
15
|
+
import * as i14 from "@testgorilla/tgo-ui/components/validation-error";
|
|
16
|
+
import * as i15 from "@angular/cdk/scrolling";
|
|
17
|
+
import * as i16 from "./prevent-input.directive";
|
|
18
|
+
import * as i17 from "@testgorilla/tgo-ui/components/spinner";
|
|
20
19
|
export declare class AutocompleteComponentModule {
|
|
21
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponentModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteComponentModule, [typeof i1.AutocompleteComponent, typeof i2.TransformItemPipe, typeof i3.IncludesPipe, typeof i4.SelectTextDirective], [typeof i5.CommonModule, typeof i6.MatFormFieldModule, typeof i7.MatAutocompleteModule, typeof i8.MatInputModule, typeof i9.FormsModule, typeof i10.TagComponentModule, typeof i11.MatChipsModule, typeof i12.IconComponentModule, typeof i13.UiTranslatePipe, typeof i14.ValidationErrorModule, typeof
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteComponentModule, [typeof i1.AutocompleteComponent, typeof i2.TransformItemPipe, typeof i3.IncludesPipe, typeof i4.SelectTextDirective], [typeof i5.CommonModule, typeof i6.MatFormFieldModule, typeof i7.MatAutocompleteModule, typeof i8.MatInputModule, typeof i9.FormsModule, typeof i10.TagComponentModule, typeof i11.MatChipsModule, typeof i12.IconComponentModule, typeof i13.UiTranslatePipe, typeof i14.ValidationErrorModule, typeof i13.HasValidationErrorPipe, typeof i15.CdkVirtualForOf, typeof i15.CdkVirtualScrollViewport, typeof i15.CdkFixedSizeVirtualScroll, typeof i16.PreventInputDirective, typeof i17.SpinnerComponentModule], [typeof i1.AutocompleteComponent]>;
|
|
23
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<AutocompleteComponentModule>;
|
|
24
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./avatar.component";
|
|
3
|
-
import * as i2 from "
|
|
3
|
+
import * as i2 from "./name-initials.pipe";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@testgorilla/tgo-ui/components/icon";
|
|
6
6
|
import * as i5 from "@angular/material/tooltip";
|
|
@@ -3,7 +3,7 @@ import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
|
3
3
|
import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
|
|
4
4
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
5
5
|
import { MatTooltip } from '@angular/material/tooltip';
|
|
6
|
-
import { Alignment } from '
|
|
6
|
+
import { Alignment } from '@testgorilla/tgo-ui/components/core';
|
|
7
7
|
import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class CheckboxComponent implements OnInit, FocusableOption, ControlValueAccessor, DoCheck, OnChanges, AfterViewInit, OnDestroy {
|
|
@@ -6,12 +6,11 @@ import * as i4 from "@angular/forms";
|
|
|
6
6
|
import * as i5 from "@angular/material/input";
|
|
7
7
|
import * as i6 from "@testgorilla/tgo-ui/components/icon";
|
|
8
8
|
import * as i7 from "@testgorilla/tgo-ui/components/core";
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "./focus-visible.directive";
|
|
9
|
+
import * as i8 from "@testgorilla/tgo-ui/components/validation-error";
|
|
10
|
+
import * as i9 from "@angular/material/tooltip";
|
|
11
|
+
import * as i10 from "./focus-visible.directive";
|
|
13
12
|
export declare class CheckboxComponentModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponentModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxComponentModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.MatCheckboxModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatInputModule, typeof i6.IconComponentModule, typeof i7.UiTranslatePipe, typeof i8.ValidationErrorModule, typeof
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxComponentModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.MatCheckboxModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatInputModule, typeof i6.IconComponentModule, typeof i7.UiTranslatePipe, typeof i8.ValidationErrorModule, typeof i7.HasValidationErrorPipe, typeof i7.EllipseTextDirective, typeof i9.MatTooltipModule, typeof i10.FocusVisibleDirective], [typeof i1.CheckboxComponent]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxComponentModule>;
|
|
17
16
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HasValidationErrorPipe implements PipeTransform {
|
|
4
|
+
/**
|
|
5
|
+
* List of the error types that are handled
|
|
6
|
+
*/
|
|
7
|
+
private readonly errorTypes;
|
|
8
|
+
/**
|
|
9
|
+
* Checks if the error on the NgControl is in the list of handled error types
|
|
10
|
+
* @param value
|
|
11
|
+
*/
|
|
12
|
+
transform(value: Record<string, any> | null | undefined): boolean;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HasValidationErrorPipe, never>;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<HasValidationErrorPipe, "hasValidationError", true>;
|
|
15
|
+
}
|
|
@@ -3,3 +3,10 @@ export * from './language.model';
|
|
|
3
3
|
export * from './language.service';
|
|
4
4
|
export * from './ellipse-text.directive';
|
|
5
5
|
export * from './ui-translate.pipe';
|
|
6
|
+
export * from './keyboard-events.model';
|
|
7
|
+
export * from './checkbox.model';
|
|
8
|
+
export * from './hex-to-rgb';
|
|
9
|
+
export * from './autocomplete-utils';
|
|
10
|
+
export * from './digits-only.directive';
|
|
11
|
+
export * from './has-validation-error.pipe';
|
|
12
|
+
export * from './select-text.directive';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* the SelectTextDirective provides a dynamic way to highlight or style specific text within an element.
|
|
5
|
+
*/
|
|
6
|
+
export declare class SelectTextDirective implements OnChanges {
|
|
7
|
+
private el;
|
|
8
|
+
selectText: string | null;
|
|
9
|
+
constructor(el: ElementRef);
|
|
10
|
+
/**
|
|
11
|
+
* this method utilizes setTimeout to defer the execution until the next tick of the event loop.
|
|
12
|
+
* The text content of the element is modified by wrapping occurrences of the specified selectText with a <span> element,
|
|
13
|
+
* applying a bold font-weight style.
|
|
14
|
+
*/
|
|
15
|
+
private setTextColor;
|
|
16
|
+
ngOnChanges(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectTextDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectTextDirective, "[selectText]", never, { "selectText": { "alias": "selectText"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
@@ -10,7 +10,7 @@ import * as i8 from "@angular/material/core";
|
|
|
10
10
|
import * as i9 from "@testgorilla/tgo-ui/components/core";
|
|
11
11
|
import * as i10 from "./no-date-format.directive";
|
|
12
12
|
import * as i11 from "../../pipes/has-validation-error.pipe";
|
|
13
|
-
import * as i12 from "
|
|
13
|
+
import * as i12 from "@testgorilla/tgo-ui/components/validation-error";
|
|
14
14
|
export declare class DatepickerComponentModule {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponentModule, never>;
|
|
16
16
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerComponentModule, [typeof i1.DatepickerComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MatNativeDateModule, typeof i9.UiTranslatePipe, typeof i10.NoDateFormatDirective, typeof i11.HasValidationErrorPipe, typeof i12.ValidationErrorModule], [typeof i1.DatepickerComponent]>;
|
|
@@ -8,10 +8,9 @@ import * as i6 from "@angular/forms";
|
|
|
8
8
|
import * as i7 from "@testgorilla/tgo-ui/components/button";
|
|
9
9
|
import * as i8 from "@angular/material/select";
|
|
10
10
|
import * as i9 from "@testgorilla/tgo-ui/components/core";
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "../../pipes/has-validation-error.pipe";
|
|
11
|
+
import * as i10 from "@testgorilla/tgo-ui/components/validation-error";
|
|
13
12
|
export declare class DropdownComponentModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponentModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownComponentModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatSelectModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownComponentModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatSelectModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof i9.HasValidationErrorPipe], [typeof i1.DropdownComponent]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownComponentModule>;
|
|
17
16
|
}
|
|
@@ -4,7 +4,7 @@ import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
|
4
4
|
import { MatIconRegistry } from '@angular/material/icon';
|
|
5
5
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
6
6
|
import { CdkTextareaAutosize } from '@angular/cdk/text-field';
|
|
7
|
-
import { FieldType } from '
|
|
7
|
+
import { FieldType } from './field.model';
|
|
8
8
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
9
9
|
import { BadgeVariant } from '@testgorilla/tgo-ui/components/badge';
|
|
10
10
|
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
@@ -8,12 +8,10 @@ import * as i6 from "@angular/forms";
|
|
|
8
8
|
import * as i7 from "@testgorilla/tgo-ui/components/button";
|
|
9
9
|
import * as i8 from "@angular/material/icon";
|
|
10
10
|
import * as i9 from "@testgorilla/tgo-ui/components/core";
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "../../directives/digits-only.directive";
|
|
14
|
-
import * as i13 from "@testgorilla/tgo-ui/components/badge";
|
|
11
|
+
import * as i10 from "@testgorilla/tgo-ui/components/validation-error";
|
|
12
|
+
import * as i11 from "@testgorilla/tgo-ui/components/badge";
|
|
15
13
|
export declare class FieldComponentModule {
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponentModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FieldComponentModule, [typeof i1.FieldComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatIconModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FieldComponentModule, [typeof i1.FieldComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatIconModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof i9.HasValidationErrorPipe, typeof i9.DigitsOnlyDirective, typeof i11.BadgeComponentModule], [typeof i1.FieldComponent]>;
|
|
18
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<FieldComponentModule>;
|
|
19
17
|
}
|
|
@@ -5,7 +5,7 @@ import * as i3 from "@angular/common";
|
|
|
5
5
|
import * as i4 from "@angular/material/form-field";
|
|
6
6
|
import * as i5 from "@angular/material/input";
|
|
7
7
|
import * as i6 from "@testgorilla/tgo-ui/components/icon";
|
|
8
|
-
import * as i7 from "
|
|
8
|
+
import * as i7 from "@testgorilla/tgo-ui/components/progress-bar";
|
|
9
9
|
import * as i8 from "@testgorilla/tgo-ui/components/core";
|
|
10
10
|
export declare class FileUploadComponentModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponentModule, never>;
|
|
@@ -7,9 +7,9 @@ import * as i5 from "@angular/cdk/overlay";
|
|
|
7
7
|
import * as i6 from "@testgorilla/tgo-ui/components/core";
|
|
8
8
|
import * as i7 from "@testgorilla/tgo-ui/components/button";
|
|
9
9
|
import * as i8 from "@testgorilla/tgo-ui/components/icon";
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
10
|
+
import * as i9 from "@testgorilla/tgo-ui/components/checkbox";
|
|
11
|
+
import * as i10 from "@testgorilla/tgo-ui/components/field";
|
|
12
|
+
import * as i11 from "@testgorilla/tgo-ui/components/radio-button";
|
|
13
13
|
export declare class FilterButtonComponentModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterButtonComponentModule, never>;
|
|
15
15
|
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterButtonComponentModule, [typeof i1.FilterButtonComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatTooltipModule, typeof i5.OverlayModule, typeof i6.UiTranslatePipe, typeof i7.ButtonComponentModule, typeof i8.IconComponentModule, typeof i9.CheckboxComponentModule, typeof i10.FieldComponentModule, typeof i6.EllipseTextDirective, typeof i11.RadioButtonComponentModule], [typeof i1.FilterButtonComponent]>;
|
|
@@ -2,8 +2,8 @@ import { ChangeDetectorRef, DestroyRef, ElementRef, OnInit } from '@angular/core
|
|
|
2
2
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
3
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
4
|
import { InlineFieldState, InlineFieldButtonConfig, InlineFieldValidation, InlineFieldChangeEvent } from './inline-field.model';
|
|
5
|
-
import { FieldComponent } from '
|
|
6
|
-
import { FieldType } from '
|
|
5
|
+
import { FieldComponent } from '@testgorilla/tgo-ui/components/field';
|
|
6
|
+
import { FieldType } from '@testgorilla/tgo-ui/components/field';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* A global counter used to generate unique inline field IDs.
|
|
@@ -4,7 +4,7 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/material/input";
|
|
6
6
|
import * as i5 from "@testgorilla/tgo-ui/components/button";
|
|
7
|
-
import * as i6 from "
|
|
7
|
+
import * as i6 from "@testgorilla/tgo-ui/components/field";
|
|
8
8
|
import * as i7 from "@testgorilla/tgo-ui/components/icon";
|
|
9
9
|
export declare class InlineFieldComponentModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineFieldComponentModule, never>;
|
|
@@ -5,14 +5,13 @@ import * as i3 from "@angular/material/input";
|
|
|
5
5
|
import * as i4 from "@angular/material/select";
|
|
6
6
|
import * as i5 from "@testgorilla/tgo-ui/components/divider";
|
|
7
7
|
import * as i6 from "@testgorilla/tgo-ui/components/icon";
|
|
8
|
-
import * as i7 from "
|
|
8
|
+
import * as i7 from "@testgorilla/tgo-ui/components/dropdown";
|
|
9
9
|
import * as i8 from "@angular/forms";
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "../field/field.component.module";
|
|
10
|
+
import * as i9 from "@testgorilla/tgo-ui/components/core";
|
|
11
|
+
import * as i10 from "@testgorilla/tgo-ui/components/validation-error";
|
|
12
|
+
import * as i11 from "@testgorilla/tgo-ui/components/field";
|
|
14
13
|
export declare class MultiInputComponentModule {
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiInputComponentModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiInputComponentModule, [typeof i1.MultiInputComponent], [typeof i2.CommonModule, typeof i3.MatInputModule, typeof i4.MatSelectModule, typeof i5.DividerComponentModule, typeof i6.IconComponentModule, typeof i7.DropdownComponentModule, typeof i8.ReactiveFormsModule, typeof i9.DigitsOnlyDirective, typeof
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiInputComponentModule, [typeof i1.MultiInputComponent], [typeof i2.CommonModule, typeof i3.MatInputModule, typeof i4.MatSelectModule, typeof i5.DividerComponentModule, typeof i6.IconComponentModule, typeof i7.DropdownComponentModule, typeof i8.ReactiveFormsModule, typeof i9.DigitsOnlyDirective, typeof i9.HasValidationErrorPipe, typeof i10.ValidationErrorModule, typeof i11.FieldComponentModule], [typeof i1.MultiInputComponent]>;
|
|
17
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<MultiInputComponentModule>;
|
|
18
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, InputSignal, Signal, TemplateRef } from '@angular/core';
|
|
2
2
|
import { IRoute, MenuItem } from "../navbar.model";
|
|
3
|
-
import { AvatarSize } from "
|
|
3
|
+
import { AvatarSize } from "@testgorilla/tgo-ui/components/avatar";
|
|
4
4
|
import { ApplicationTheme } from "@testgorilla/tgo-ui/components/core";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MobileNavbarSideSheetComponent {
|
|
@@ -3,8 +3,8 @@ import { IRoute, MenuItem, MenuState, ScreenSize } from './navbar.model';
|
|
|
3
3
|
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
4
|
import { SideSheetService } from '../side-sheet/side-sheet.service';
|
|
5
5
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
6
|
-
import { LogoTypeEnum } from '
|
|
7
|
-
import { AvatarSize } from '
|
|
6
|
+
import { LogoTypeEnum } from '@testgorilla/tgo-ui/components/logo';
|
|
7
|
+
import { AvatarSize } from '@testgorilla/tgo-ui/components/avatar';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class NavbarComponent {
|
|
10
10
|
private readonly breakpointObserver;
|
|
@@ -6,10 +6,10 @@ import * as i4 from "@angular/material/icon";
|
|
|
6
6
|
import * as i5 from "@angular/material/button";
|
|
7
7
|
import * as i6 from "@angular/material/core";
|
|
8
8
|
import * as i7 from "@angular/material/menu";
|
|
9
|
-
import * as i8 from "
|
|
9
|
+
import * as i8 from "@testgorilla/tgo-ui/components/logo";
|
|
10
10
|
import * as i9 from "@testgorilla/tgo-ui/components/icon";
|
|
11
11
|
import * as i10 from "@testgorilla/tgo-ui/components/core";
|
|
12
|
-
import * as i11 from "
|
|
12
|
+
import * as i11 from "@testgorilla/tgo-ui/components/avatar";
|
|
13
13
|
import * as i12 from "../side-sheet/side-sheet.component.module";
|
|
14
14
|
import * as i13 from "@testgorilla/tgo-ui/components/button";
|
|
15
15
|
import * as i14 from "./mobile-navbar-side-sheet/mobile-navbar-side-sheet.component";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./password.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i3 from "@testgorilla/tgo-ui/components/field";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "@testgorilla/tgo-ui/components/icon";
|
|
7
|
-
import * as i6 from "
|
|
7
|
+
import * as i6 from "@testgorilla/tgo-ui/components/progress-bar";
|
|
8
8
|
import * as i7 from "@testgorilla/tgo-ui/components/core";
|
|
9
9
|
export declare class PasswordComponentModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponentModule, never>;
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./password-strength.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@testgorilla/tgo-ui/components/icon";
|
|
5
|
-
import * as i4 from "
|
|
5
|
+
import * as i4 from "@testgorilla/tgo-ui/components/progress-bar";
|
|
6
6
|
import * as i5 from "@testgorilla/tgo-ui/components/core";
|
|
7
7
|
export declare class PasswordStrengthComponentModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponentModule, never>;
|
|
@@ -9,9 +9,9 @@ import * as i7 from "@angular/material/icon";
|
|
|
9
9
|
import * as i8 from "@angular/material/input";
|
|
10
10
|
import * as i9 from "ngx-mat-select-search";
|
|
11
11
|
import * as i10 from "@testgorilla/tgo-ui/components/icon";
|
|
12
|
-
import * as i11 from "
|
|
12
|
+
import * as i11 from "@testgorilla/tgo-ui/components/spinner";
|
|
13
13
|
import * as i12 from "@testgorilla/tgo-ui/components/core";
|
|
14
|
-
import * as i13 from "
|
|
14
|
+
import * as i13 from "@testgorilla/tgo-ui/components/validation-error";
|
|
15
15
|
import * as i14 from "../../pipes/has-validation-error.pipe";
|
|
16
16
|
export declare class PhoneInputComponentModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponentModule, never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
3
3
|
import { OverflowMenuButtonsType } from '../overflow-menu/overflow-menu.model';
|
|
4
|
-
import { FieldComponent } from '
|
|
4
|
+
import { FieldComponent } from '@testgorilla/tgo-ui/components/field';
|
|
5
5
|
import { PromptData, PromptTag } from './prompt.model';
|
|
6
6
|
import { ControlValueAccessor } from '@angular/forms';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./prompt.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i3 from "@testgorilla/tgo-ui/components/field";
|
|
5
5
|
import * as i4 from "@testgorilla/tgo-ui/components/button";
|
|
6
6
|
import * as i5 from "../overflow-menu/overflow-menu.component.module";
|
|
7
|
-
import * as i6 from "
|
|
7
|
+
import * as i6 from "@testgorilla/tgo-ui/components/tag";
|
|
8
8
|
import * as i7 from "@testgorilla/tgo-ui/components/badge";
|
|
9
9
|
import * as i8 from "@angular/cdk/overlay";
|
|
10
|
-
import * as i9 from "
|
|
10
|
+
import * as i9 from "@testgorilla/tgo-ui/components/card";
|
|
11
11
|
import * as i10 from "@angular/cdk/text-field";
|
|
12
12
|
import * as i11 from "@testgorilla/tgo-ui/components/tooltip";
|
|
13
13
|
import * as i12 from "@angular/material/tooltip";
|
|
@@ -4,7 +4,7 @@ import { RadioButtonEventType } from './radio-button.model';
|
|
|
4
4
|
import { ApplicationTheme } from "@testgorilla/tgo-ui/components/core";
|
|
5
5
|
import { ControlValueAccessor, NgControl } from "@angular/forms";
|
|
6
6
|
import { MatTooltip } from '@angular/material/tooltip';
|
|
7
|
-
import { Alignment } from '
|
|
7
|
+
import { Alignment } from '@testgorilla/tgo-ui/components/core';
|
|
8
8
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class RadioButtonComponent implements OnInit, OnChanges, ControlValueAccessor, AfterViewInit, OnDestroy {
|
|
@@ -7,7 +7,7 @@ import * as i5 from "@angular/material/input";
|
|
|
7
7
|
import * as i6 from "@testgorilla/tgo-ui/components/core";
|
|
8
8
|
import * as i7 from "@angular/material/tooltip";
|
|
9
9
|
import * as i8 from "@angular/material/checkbox";
|
|
10
|
-
import * as i9 from "
|
|
10
|
+
import * as i9 from "@testgorilla/tgo-ui/components/checkbox";
|
|
11
11
|
export declare class RadioButtonComponentModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponentModule, never>;
|
|
13
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonComponentModule, [typeof i1.RadioButtonComponent], [typeof i2.CommonModule, typeof i3.MatRadioModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatInputModule, typeof i6.EllipseTextDirective, typeof i7.MatTooltipModule, typeof i8.MatCheckboxModule, typeof i9.FocusVisibleDirective], [typeof i1.RadioButtonComponent]>;
|