@ethlete/cdk 2.7.0 → 2.7.1

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.
Files changed (77) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +10 -21
  3. package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +6 -12
  4. package/esm2022/lib/components/button/directives/button/button.directive.mjs +4 -5
  5. package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +9 -20
  6. package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +6 -12
  7. package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +3 -4
  8. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +3 -4
  9. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +6 -7
  10. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +9 -20
  11. package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +3 -4
  12. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +3 -4
  13. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +8 -9
  14. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +3 -4
  15. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +3 -4
  16. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +5 -6
  17. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +3 -4
  18. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +8 -10
  19. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +7 -7
  20. package/esm2022/lib/components/picture/picture-data.directive.mjs +6 -12
  21. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +11 -22
  22. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +5 -3
  23. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +6 -12
  24. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +23 -48
  25. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +17 -35
  26. package/esm2022/lib/components/table/components/table/table.component.mjs +4 -5
  27. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +6 -6
  28. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +7 -7
  29. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +40 -69
  30. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +8 -16
  31. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +9 -20
  32. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +14 -16
  33. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +6 -6
  34. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +4 -13
  35. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +10 -16
  36. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +23 -42
  37. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +3 -4
  38. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +24 -44
  39. package/fesm2022/ethlete-cdk.mjs +253 -433
  40. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  41. package/lib/components/accordion/components/accordion/accordion.component.d.ts +4 -7
  42. package/lib/components/accordion/components/accordion-group/accordion-group.component.d.ts +2 -4
  43. package/lib/components/button/directives/button/button.directive.d.ts +2 -3
  44. package/lib/components/forms/components/input/components/textarea-input/textarea-input.component.d.ts +4 -7
  45. package/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.d.ts +2 -4
  46. package/lib/components/forms/components/radio/directives/radio/radio.directive.d.ts +1 -2
  47. package/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.d.ts +1 -2
  48. package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +4 -5
  49. package/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.d.ts +4 -7
  50. package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +1 -2
  51. package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +1 -2
  52. package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +5 -6
  53. package/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.d.ts +1 -2
  54. package/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.d.ts +1 -2
  55. package/lib/components/masonry/components/masonry/masonry.component.d.ts +2 -3
  56. package/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.d.ts +1 -2
  57. package/lib/components/overlay/services/dynamic-overlay.service.d.ts +3 -6
  58. package/lib/components/pagination/components/pagination/pagination.component.d.ts +3 -3
  59. package/lib/components/picture/picture-data.directive.d.ts +2 -4
  60. package/lib/components/progress-spinner/progress-spinner.component.d.ts +6 -9
  61. package/lib/components/skeleton/components/skeleton/skeleton.component.d.ts +2 -4
  62. package/lib/components/sort/components/sort-header/sort-header.component.d.ts +17 -21
  63. package/lib/components/sort/partials/sort/sort.directive.d.ts +7 -11
  64. package/lib/components/table/components/table/table.component.d.ts +1 -2
  65. package/lib/components/table/partials/table-busy/table-busy.directive.d.ts +1 -2
  66. package/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.d.ts +1 -2
  67. package/lib/components/tabs/components/inline-tabs/inline-tabs.component.d.ts +14 -23
  68. package/lib/components/tabs/components/nav-tabs/nav-tabs.component.d.ts +2 -7
  69. package/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.d.ts +4 -7
  70. package/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.d.ts +5 -4
  71. package/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.d.ts +1 -2
  72. package/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.d.ts +2 -5
  73. package/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.d.ts +3 -6
  74. package/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.d.ts +13 -17
  75. package/lib/components/tabs/utils/active-tab-underline.util.d.ts +1 -2
  76. package/lib/components/tabs/utils/paginated-tab-header.directive.d.ts +11 -16
  77. package/package.json +3 -4
@@ -1,16 +1,11 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { OnInit } from '@angular/core';
3
2
  import { BehaviorSubject } from 'rxjs';
4
3
  import { AccordionHintWrapperDirective, AccordionLabelWrapperDirective } from '../../partials';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class AccordionComponent implements OnInit {
7
6
  private readonly _id;
8
- get isOpenByDefault(): boolean;
9
- set isOpenByDefault(value: BooleanInput);
10
- private _isOpenByDefault;
11
- get disabled(): boolean;
12
- set disabled(value: BooleanInput);
13
- private _disabled;
7
+ isOpenByDefault: boolean;
8
+ disabled: boolean;
14
9
  label: string;
15
10
  protected readonly templateLabel: AccordionLabelWrapperDirective;
16
11
  protected readonly templateHint: AccordionHintWrapperDirective;
@@ -27,4 +22,6 @@ export declare class AccordionComponent implements OnInit {
27
22
  close(): void;
28
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
29
24
  static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "et-accordion", never, { "isOpenByDefault": { "alias": "isOpenByDefault"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, ["templateLabel", "templateHint"], ["*"], true, never, false>;
25
+ static ngAcceptInputType_isOpenByDefault: unknown;
26
+ static ngAcceptInputType_disabled: unknown;
30
27
  }
@@ -1,13 +1,11 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { AfterContentInit } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class AccordionGroupComponent implements AfterContentInit {
5
4
  private readonly _destroy$;
6
- get autoCloseOthers(): boolean;
7
- set autoCloseOthers(value: BooleanInput);
8
- private _autoCloseOthers;
5
+ autoCloseOthers: boolean;
9
6
  private readonly _accordions?;
10
7
  ngAfterContentInit(): void;
11
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionGroupComponent, never>;
12
9
  static ɵcmp: i0.ɵɵComponentDeclaration<AccordionGroupComponent, "et-accordion-group", never, { "autoCloseOthers": { "alias": "autoCloseOthers"; "required": false; }; }, {}, ["_accordions"], ["et-accordion"], true, never, false>;
10
+ static ngAcceptInputType_autoCloseOthers: unknown;
13
11
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { Observable } from 'rxjs';
3
2
  import * as i0 from "@angular/core";
4
3
  type ButtonType = 'button' | 'submit' | 'reset' | 'menu';
@@ -6,7 +5,7 @@ export declare class ButtonDirective {
6
5
  readonly isButton: boolean;
7
6
  readonly isAnchor: boolean;
8
7
  get disabled(): boolean;
9
- set disabled(value: BooleanInput);
8
+ set disabled(value: unknown);
10
9
  get disabled$(): Observable<boolean>;
11
10
  private _disabled$;
12
11
  get type(): ButtonType;
@@ -14,7 +13,7 @@ export declare class ButtonDirective {
14
13
  get type$(): Observable<ButtonType>;
15
14
  private _type$;
16
15
  get pressed(): boolean;
17
- set pressed(value: BooleanInput);
16
+ set pressed(value: unknown);
18
17
  private _pressed$;
19
18
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
20
19
  _removeDisabledBindings(): void;
@@ -1,4 +1,3 @@
1
- import { NumberInput } from '@angular/cdk/coercion';
2
1
  import { DecoratedInputBase } from '../../../../utils';
3
2
  import { TextareaInputDirective } from '../../directives/textarea-input';
4
3
  import * as i0 from "@angular/core";
@@ -6,12 +5,10 @@ import * as i1 from "../../directives/textarea-input/textarea-input.directive";
6
5
  import * as i2 from "../../../../directives/input/input.directive";
7
6
  export declare class TextareaInputComponent extends DecoratedInputBase {
8
7
  protected readonly textareaInput: TextareaInputDirective;
9
- get cols(): number | null;
10
- set cols(value: NumberInput);
11
- private _cols;
12
- get rows(): number | null;
13
- set rows(value: NumberInput);
14
- private _rows;
8
+ cols: number | null;
9
+ rows: number | null;
15
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaInputComponent, never>;
16
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TextareaInputComponent, "et-textarea-input", never, { "cols": { "alias": "cols"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TextareaInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }], false>;
12
+ static ngAcceptInputType_cols: unknown;
13
+ static ngAcceptInputType_rows: unknown;
17
14
  }
@@ -1,10 +1,8 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import * as i0 from "@angular/core";
3
2
  export declare class LabelSuffixDirective {
4
- get showToScreenReader(): boolean;
5
- set showToScreenReader(value: BooleanInput);
6
- private _showToScreenReader;
3
+ showToScreenReader: boolean;
7
4
  private get _attrAriaHidden();
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<LabelSuffixDirective, never>;
9
6
  static ɵdir: i0.ɵɵDirectiveDeclaration<LabelSuffixDirective, "[etLabelSuffix]", ["etLabelSuffix"], { "showToScreenReader": { "alias": "showToScreenReader"; "required": false; }; }, {}, never, never, true, never, false>;
7
+ static ngAcceptInputType_showToScreenReader: unknown;
10
8
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import { InputDirective } from '../../../../directives';
4
3
  import { RadioValue } from '../../types';
@@ -10,7 +9,7 @@ export declare class RadioDirective {
10
9
  set value(value: RadioValue);
11
10
  private _value$;
12
11
  get disabled(): boolean;
13
- set disabled(value: BooleanInput);
12
+ set disabled(value: unknown);
14
13
  private _disabled$;
15
14
  readonly checked$: import("rxjs").Observable<boolean>;
16
15
  readonly disabled$: import("rxjs").Observable<boolean>;
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import { InputDirective } from '../../../../directives';
4
3
  import { SegmentedButtonValue } from '../../types';
@@ -11,7 +10,7 @@ export declare class SegmentedButtonDirective {
11
10
  set value(value: SegmentedButtonValue);
12
11
  private _value$;
13
12
  get disabled(): boolean;
14
- set disabled(value: BooleanInput);
13
+ set disabled(value: unknown);
15
14
  private _disabled$;
16
15
  readonly checked$: import("rxjs").Observable<boolean>;
17
16
  readonly disabled$: import("rxjs").Observable<boolean>;
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { EventEmitter, InjectionToken, OnInit } from '@angular/core';
3
2
  import { DecoratedInputBase } from '../../../../../../utils';
4
3
  import * as i0 from "@angular/core";
@@ -13,10 +12,10 @@ export declare class ComboboxComponent extends DecoratedInputBase implements OnI
13
12
  set options(value: unknown[]);
14
13
  set initialValue(value: unknown);
15
14
  get filterInternal(): boolean;
16
- set filterInternal(value: BooleanInput);
15
+ set filterInternal(value: unknown);
17
16
  private _filterInternal$;
18
17
  get loading(): boolean;
19
- set loading(value: BooleanInput);
18
+ set loading(value: unknown);
20
19
  private _loading$;
21
20
  readonly loading$: import("rxjs").Observable<boolean>;
22
21
  get error(): unknown;
@@ -26,11 +25,11 @@ export declare class ComboboxComponent extends DecoratedInputBase implements OnI
26
25
  get placeholder(): string | null;
27
26
  set placeholder(value: string | null);
28
27
  private _placeholder$;
29
- set multiple(value: BooleanInput);
28
+ set multiple(value: unknown);
30
29
  set bindLabel(value: string | null);
31
30
  set bindValue(value: string | null);
32
31
  get allowCustomValues(): boolean;
33
- set allowCustomValues(value: BooleanInput);
32
+ set allowCustomValues(value: unknown);
34
33
  private _allowCustomValues$;
35
34
  protected readonly filterChange: EventEmitter<string>;
36
35
  private get _currentFilter();
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken, TemplateRef } from '@angular/core';
3
2
  import { NativeSelectOptionValue } from '../../types';
4
3
  import * as i0 from "@angular/core";
@@ -9,14 +8,12 @@ export declare class NativeSelectOptionDirective {
9
8
  get value(): NativeSelectOptionValue;
10
9
  set value(value: NativeSelectOptionValue);
11
10
  private _value$;
12
- get disabled(): boolean;
13
- set disabled(value: BooleanInput);
14
- private _disabled;
15
- get hidden(): boolean;
16
- set hidden(value: BooleanInput);
17
- private _hidden;
11
+ disabled: boolean;
12
+ hidden: boolean;
18
13
  key?: string;
19
14
  _setTextTemplate(template: TemplateRef<unknown> | null): void;
20
15
  static ɵfac: i0.ɵɵFactoryDeclaration<NativeSelectOptionDirective, never>;
21
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<NativeSelectOptionDirective, never, ["etNativeSelectOption"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "key": { "alias": "key"; "required": false; }; }, {}, never, never, true, never, false>;
17
+ static ngAcceptInputType_disabled: unknown;
18
+ static ngAcceptInputType_hidden: unknown;
22
19
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { ComponentType } from '@angular/cdk/portal';
3
2
  import { AfterContentInit, InjectionToken, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
4
3
  import { AnimatedOverlayComponentBase } from '@ethlete/core';
@@ -25,7 +24,7 @@ export declare class SelectDirective<T extends SelectDirectiveBodyComponentBase>
25
24
  private readonly _selectBodyId$;
26
25
  private readonly _isOpen$;
27
26
  get multiple(): boolean;
28
- set multiple(value: BooleanInput);
27
+ set multiple(value: unknown);
29
28
  private _multiple$;
30
29
  emptyText?: string;
31
30
  private set _selectOptionsQueryList(value);
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { AfterContentInit, InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  import * as i1 from "@ethlete/core";
@@ -13,7 +12,7 @@ export declare class SelectOptionDirective implements AfterContentInit {
13
12
  set value(value: unknown);
14
13
  private _value$;
15
14
  get disabled(): boolean;
16
- set disabled(value: BooleanInput);
15
+ set disabled(value: unknown);
17
16
  private _disabled$;
18
17
  readonly isSelected$: import("rxjs").Observable<boolean>;
19
18
  readonly viewValue$: import("rxjs").Observable<string>;
@@ -1,4 +1,3 @@
1
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
1
  import { OnInit } from '@angular/core';
3
2
  import { BehaviorSubject } from 'rxjs';
4
3
  import * as i0 from "@angular/core";
@@ -15,19 +14,19 @@ export declare class SliderComponent implements OnInit {
15
14
  private readonly _input;
16
15
  private readonly _formFieldStateService;
17
16
  get min(): number;
18
- set min(value: NumberInput);
17
+ set min(value: unknown);
19
18
  private _min$;
20
19
  get max(): number;
21
- set max(value: NumberInput);
20
+ set max(value: unknown);
22
21
  private _max$;
23
22
  get step(): number;
24
- set step(value: NumberInput);
23
+ set step(value: unknown);
25
24
  private _step$;
26
25
  get vertical(): boolean;
27
- set vertical(value: BooleanInput);
26
+ set vertical(value: unknown);
28
27
  private _vertical$;
29
28
  get inverted(): boolean;
30
- set inverted(value: BooleanInput);
29
+ set inverted(value: unknown);
31
30
  private _inverted$;
32
31
  private readonly _dir$;
33
32
  private readonly _value$;
@@ -1,10 +1,9 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare const DYNAMIC_FORM_FIELD_TOKEN: InjectionToken<DynamicFormFieldDirective>;
5
4
  export declare class DynamicFormFieldDirective {
6
5
  get hideErrorMessage(): boolean;
7
- set hideErrorMessage(value: BooleanInput);
6
+ set hideErrorMessage(value: unknown);
8
7
  get hideErrorMessage$(): import("rxjs").Observable<boolean>;
9
8
  private readonly _explicitlyHideErrorMessage$;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormFieldDirective, never>;
@@ -1,10 +1,9 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare const DYNAMIC_FORM_GROUP_TOKEN: InjectionToken<DynamicFormGroupDirective>;
5
4
  export declare class DynamicFormGroupDirective {
6
5
  get hideErrorMessage(): boolean;
7
- set hideErrorMessage(value: BooleanInput);
6
+ set hideErrorMessage(value: unknown);
8
7
  get hideErrorMessage$(): import("rxjs").Observable<boolean>;
9
8
  private readonly _explicitlyHideErrorMessage$;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormGroupDirective, never>;
@@ -1,4 +1,3 @@
1
- import { NumberInput } from '@angular/cdk/coercion';
2
1
  import { AfterContentInit, EventEmitter } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class MasonryComponent implements AfterContentInit {
@@ -7,10 +6,10 @@ export declare class MasonryComponent implements AfterContentInit {
7
6
  private readonly _delayable;
8
7
  private readonly _items?;
9
8
  get columWidth(): number;
10
- set columWidth(value: NumberInput);
9
+ set columWidth(value: unknown);
11
10
  private _columWidth$;
12
11
  get gap(): number;
13
- set gap(value: NumberInput);
12
+ set gap(value: unknown);
14
13
  private _gap$;
15
14
  readonly initializing: EventEmitter<any>;
16
15
  readonly initialized: EventEmitter<any>;
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { EventEmitter, InjectionToken, OnDestroy, OnInit, TemplateRef } from '@angular/core';
3
2
  import { AnimatedOverlayDirective } from '@ethlete/core';
4
3
  import { ToggletipComponent } from '../../components';
@@ -14,7 +13,7 @@ export declare class ToggletipDirective implements OnInit, OnDestroy {
14
13
  set toggletip(v: ToggletipTemplate | null);
15
14
  private _toggletip;
16
15
  get showToggletip(): boolean;
17
- set showToggletip(value: BooleanInput);
16
+ set showToggletip(value: unknown);
18
17
  private _showToggletip;
19
18
  toggletipClose: EventEmitter<any>;
20
19
  private _clickObserverService;
@@ -1,14 +1,11 @@
1
1
  import { ComponentType } from '@angular/cdk/overlay';
2
2
  import { TemplateRef } from '@angular/core';
3
- import { ViewportService } from '@ethlete/core';
4
- import { BottomSheetService, DialogService } from '../components';
5
3
  import { DynamicOverlayConfig, DynamicOverlayRed } from '../types';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class DynamicOverlayService {
8
- private _dialogService;
9
- private _bottomSheetService;
10
- private _viewportService;
11
- constructor(_dialogService: DialogService, _bottomSheetService: BottomSheetService, _viewportService: ViewportService);
6
+ private readonly _dialogService;
7
+ private readonly _bottomSheetService;
8
+ private readonly _viewportService;
12
9
  open<T, D = unknown, R = unknown>(component: ComponentType<T>, config: DynamicOverlayConfig<D>): DynamicOverlayRed<T, R>;
13
10
  open<T, D = unknown, R = unknown>(template: TemplateRef<T>, config: DynamicOverlayConfig<D>): DynamicOverlayRed<T, R>;
14
11
  open<T, D = unknown, R = unknown>(template: ComponentType<T> | TemplateRef<T>, config: DynamicOverlayConfig<D>): DynamicOverlayRed<T, R>;
@@ -1,4 +1,3 @@
1
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
1
  import { OnDestroy, OnInit, TrackByFunction } from '@angular/core';
3
2
  import { FormControl } from '@angular/forms';
4
3
  import { BehaviorSubject } from 'rxjs';
@@ -11,11 +10,11 @@ export declare class PaginationComponent implements OnInit, OnDestroy {
11
10
  set pageControl(v: FormControl<number | null> | null);
12
11
  private _pageControl;
13
12
  get totalPages(): number;
14
- set totalPages(value: NumberInput);
13
+ set totalPages(value: unknown);
15
14
  private _totalPages;
16
15
  set headTitleTemplate(v: string | null);
17
16
  set headFirstPageTitle(v: string | null);
18
- set headAddCanonicalTag(v: BooleanInput);
17
+ set headAddCanonicalTag(v: boolean);
19
18
  ariaLabel: string;
20
19
  pageChangeScrollAnchor: HTMLElement | null;
21
20
  protected pages$: BehaviorSubject<PaginationItem[] | null>;
@@ -28,4 +27,5 @@ export declare class PaginationComponent implements OnInit, OnDestroy {
28
27
  private _updateHead;
29
28
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
30
29
  static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "et-pagination", never, { "pageControl": { "alias": "pageControl"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "headTitleTemplate": { "alias": "headTitleTemplate"; "required": false; }; "headFirstPageTitle": { "alias": "headFirstPageTitle"; "required": false; }; "headAddCanonicalTag": { "alias": "headAddCanonicalTag"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "pageChangeScrollAnchor": { "alias": "pageChangeScrollAnchor"; "required": false; }; }, {}, never, never, true, never, false>;
30
+ static ngAcceptInputType_headAddCanonicalTag: unknown;
31
31
  }
@@ -1,11 +1,8 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { NgClassType } from '@ethlete/core';
3
2
  import { PictureSource } from './picture.component.types';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class PictureDataDirective {
6
- get hasPriority(): boolean;
7
- set hasPriority(value: BooleanInput);
8
- private _hasPriority;
5
+ hasPriority: boolean;
9
6
  imgClass: NgClassType;
10
7
  figureClass: NgClassType;
11
8
  figcaptionClass: NgClassType;
@@ -18,4 +15,5 @@ export declare class PictureDataDirective {
18
15
  sizes: string | null;
19
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PictureDataDirective, never>;
20
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<PictureDataDirective, never, never, { "hasPriority": { "alias": "hasPriority"; "required": false; }; "imgClass": { "alias": "imgClass"; "required": false; }; "figureClass": { "alias": "figureClass"; "required": false; }; "figcaptionClass": { "alias": "figcaptionClass"; "required": false; }; "pictureClass": { "alias": "pictureClass"; "required": false; }; "defaultSrc": { "alias": "defaultSrc"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "figcaption": { "alias": "figcaption"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; }, {}, never, never, true, never, false>;
18
+ static ngAcceptInputType_hasPriority: unknown;
21
19
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export type ProgressSpinnerMode = 'determinate' | 'indeterminate';
@@ -11,18 +10,14 @@ export declare function PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): ProgressSpin
11
10
  export declare class ProgressSpinnerComponent {
12
11
  private readonly _elementRef;
13
12
  private readonly _defaults;
14
- get multiColor(): boolean;
15
- set multiColor(value: BooleanInput);
16
- private _multiColor;
13
+ multiColor: boolean;
17
14
  mode: ProgressSpinnerMode;
18
15
  get value(): number;
19
- set value(v: NumberInput);
16
+ set value(v: unknown);
20
17
  private _value;
21
- get diameter(): number;
22
- set diameter(size: NumberInput);
23
- private _diameter;
18
+ diameter: number;
24
19
  get strokeWidth(): number;
25
- set strokeWidth(value: NumberInput);
20
+ set strokeWidth(value: unknown);
26
21
  private _strokeWidth;
27
22
  constructor();
28
23
  protected _circleRadius(): number;
@@ -32,4 +27,6 @@ export declare class ProgressSpinnerComponent {
32
27
  protected _circleStrokeWidth(): number;
33
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressSpinnerComponent, never>;
34
29
  static ɵcmp: i0.ɵɵComponentDeclaration<ProgressSpinnerComponent, "et-progress-spinner, et-spinner", never, { "multiColor": { "alias": "multiColor"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never, false>;
30
+ static ngAcceptInputType_multiColor: unknown;
31
+ static ngAcceptInputType_diameter: unknown;
35
32
  }
@@ -1,10 +1,8 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import * as i0 from "@angular/core";
3
2
  export declare class SkeletonComponent {
4
3
  loadingAllyText: string;
5
- get animated(): boolean;
6
- set animated(value: BooleanInput);
7
- private _animated;
4
+ animated: boolean;
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, never>;
9
6
  static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "et-skeleton", never, { "loadingAllyText": { "alias": "loadingAllyText"; "required": false; }; "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], true, never, false>;
7
+ static ngAcceptInputType_animated: unknown;
10
8
  }
@@ -1,43 +1,37 @@
1
- import { AriaDescriber, FocusMonitor } from '@angular/cdk/a11y';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
- import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
4
- import { Sortable, SortDefaultOptions, SortDirective, SortHeaderArrowPosition } from '../../partials';
5
- import { SortHeaderIntl } from '../../services';
1
+ import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
2
+ import { SortHeaderArrowPosition, Sortable } from '../../partials';
6
3
  import { SortDirection } from '../../types';
7
- import { ArrowViewStateTransition, SortHeaderColumnDef } from './sort-header.types';
4
+ import { ArrowViewStateTransition } from './sort-header.types';
8
5
  import * as i0 from "@angular/core";
9
6
  export declare class SortHeaderComponent implements Sortable, OnDestroy, OnInit, AfterViewInit {
10
- _intl: SortHeaderIntl;
11
- private _changeDetectorRef;
12
- _sort: SortDirective | null;
13
- _columnDef: SortHeaderColumnDef | null;
14
- private _focusMonitor;
15
- private _elementRef;
16
- private _ariaDescriber;
7
+ private readonly _intl;
8
+ private readonly _changeDetectorRef;
9
+ private readonly _sort;
10
+ private readonly _columnDef;
11
+ private readonly _focusMonitor;
12
+ private readonly _elementRef;
13
+ private readonly _ariaDescriber;
14
+ private readonly _sortDefaultOptions;
17
15
  private _rerenderSubscription?;
18
16
  private _sortButton;
19
17
  _showIndicatorHint: boolean;
20
18
  _viewState: ArrowViewStateTransition;
21
19
  _arrowDirection: SortDirection;
22
- get disabled(): boolean;
23
- set disabled(value: BooleanInput);
24
- private _disabled;
20
+ disabled: boolean;
25
21
  id: string;
26
22
  arrowPosition: SortHeaderArrowPosition;
27
23
  start: SortDirection;
28
24
  get sortActionDescription(): string;
29
25
  set sortActionDescription(value: string);
30
26
  private _sortActionDescription;
31
- get disableClear(): boolean;
32
- set disableClear(v: BooleanInput);
33
- private _disableClear;
27
+ disableClear: boolean;
34
28
  get _isSorted(): boolean;
35
29
  get _getArrowDirectionState(): string;
36
30
  get _getArrowViewState(): string;
37
31
  get _isDisabled(): boolean;
38
32
  get _renderArrow(): boolean;
39
33
  get _ariaSortAttr(): "none" | "ascending" | "descending";
40
- constructor(_intl: SortHeaderIntl, _changeDetectorRef: ChangeDetectorRef, _sort: SortDirective | null, _columnDef: SortHeaderColumnDef | null, _focusMonitor: FocusMonitor, _elementRef: ElementRef<HTMLElement>, _ariaDescriber: AriaDescriber, defaultOptions?: SortDefaultOptions);
34
+ constructor();
41
35
  ngOnInit(): void;
42
36
  ngAfterViewInit(): void;
43
37
  ngOnDestroy(): void;
@@ -51,6 +45,8 @@ export declare class SortHeaderComponent implements Sortable, OnDestroy, OnInit,
51
45
  _updateArrowDirection(): void;
52
46
  private _updateSortActionDescription;
53
47
  private _handleStateChanges;
54
- static ɵfac: i0.ɵɵFactoryDeclaration<SortHeaderComponent, [null, null, { optional: true; }, { optional: true; }, null, null, null, { optional: true; }]>;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<SortHeaderComponent, never>;
55
49
  static ɵcmp: i0.ɵɵComponentDeclaration<SortHeaderComponent, "[et-sort-header]", ["etSortHeader"], { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "et-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*"], true, never, false>;
50
+ static ngAcceptInputType_disabled: unknown;
51
+ static ngAcceptInputType_disableClear: unknown;
56
52
  }
@@ -1,34 +1,28 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { EventEmitter, InjectionToken, OnChanges, OnDestroy, OnInit } from '@angular/core';
3
2
  import { FormControl } from '@angular/forms';
4
3
  import { Observable, Subject, Subscriber } from 'rxjs';
5
4
  import { SortDirection } from '../../types';
6
- import { Sort, Sortable, SortDefaultOptions } from './sort.types';
5
+ import { Sort, SortDefaultOptions, Sortable } from './sort.types';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare const SORT_DEFAULT_OPTIONS: InjectionToken<SortDefaultOptions>;
9
8
  export declare class SortDirective implements OnChanges, OnDestroy, OnInit {
10
- private _defaultOptions?;
9
+ private readonly _defaultOptions;
11
10
  sortables: Map<string, Sortable>;
12
11
  readonly _stateChanges: Subject<void>;
13
12
  _isInitialized: boolean;
14
13
  _pendingSubscribers: Subscriber<void>[] | null;
15
14
  initialized: Observable<void>;
16
- get disabled(): boolean;
17
- set disabled(value: BooleanInput);
18
- private _disabled;
15
+ disabled: boolean;
19
16
  active?: string;
20
17
  start: SortDirection;
21
18
  get direction(): SortDirection;
22
19
  set direction(direction: SortDirection);
23
20
  private _direction;
24
- get disableClear(): boolean;
25
- set disableClear(v: BooleanInput);
26
- private _disableClear;
21
+ disableClear: boolean;
27
22
  sortControl?: FormControl<Sort | null>;
28
23
  sortByControl?: FormControl<string | null>;
29
24
  sortDirectionControl?: FormControl<SortDirection | null>;
30
25
  readonly sortChange: EventEmitter<Sort>;
31
- constructor(_defaultOptions?: SortDefaultOptions | undefined);
32
26
  register(sortable: Sortable): void;
33
27
  deregister(sortable: Sortable): void;
34
28
  sort(sortable: Sortable): void;
@@ -38,6 +32,8 @@ export declare class SortDirective implements OnChanges, OnDestroy, OnInit {
38
32
  ngOnDestroy(): void;
39
33
  _markInitialized(): void;
40
34
  _notifySubscriber(subscriber: Subscriber<void>): void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<SortDirective, [{ optional: true; }]>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<SortDirective, never>;
42
36
  static ɵdir: i0.ɵɵDirectiveDeclaration<SortDirective, "[etSort]", ["etSort"], { "disabled": { "alias": "etSortDisabled"; "required": false; }; "active": { "alias": "etSortActive"; "required": false; }; "start": { "alias": "etSortStart"; "required": false; }; "direction": { "alias": "etSortDirection"; "required": false; }; "disableClear": { "alias": "etSortDisableClear"; "required": false; }; "sortControl": { "alias": "sortControl"; "required": false; }; "sortByControl": { "alias": "sortByControl"; "required": false; }; "sortDirectionControl": { "alias": "sortDirectionControl"; "required": false; }; }, { "sortChange": "etSortChange"; }, never, never, true, never, false>;
37
+ static ngAcceptInputType_disabled: unknown;
38
+ static ngAcceptInputType_disableClear: unknown;
43
39
  }
@@ -1,5 +1,4 @@
1
1
  import { Directionality } from '@angular/cdk/bidi';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { _ViewRepeater } from '@angular/cdk/collections';
4
3
  import { Platform } from '@angular/cdk/platform';
5
4
  import { ViewportRuler } from '@angular/cdk/scrolling';
@@ -14,7 +13,7 @@ export declare class TableComponent<T> extends CdkTable<T> implements OnInit {
14
13
  _tableBusyOutlet?: TableBusyOutletDirective;
15
14
  _tableBusyComponent?: TableBusyDirective;
16
15
  get busy(): boolean;
17
- set busy(value: BooleanInput);
16
+ set busy(value: unknown);
18
17
  private _busy;
19
18
  get _attrAriaBusy(): true | null;
20
19
  _isShowingTableBusy: boolean;
@@ -1,9 +1,8 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TableBusyDirective {
4
- templateRef: TemplateRef<unknown>;
4
+ templateRef: TemplateRef<any>;
5
5
  _contentClassName: string;
6
- constructor(templateRef: TemplateRef<unknown>);
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBusyDirective, never>;
8
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyDirective, "ng-template[etTableBusy]", never, {}, {}, never, never, true, never, false>;
9
8
  }
@@ -3,8 +3,7 @@ import { ElementRef, ViewContainerRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TableBusyOutletDirective implements RowOutlet {
5
5
  viewContainer: ViewContainerRef;
6
- elementRef: ElementRef;
7
- constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
6
+ elementRef: ElementRef<any>;
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBusyOutletDirective, never>;
9
8
  static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyOutletDirective, "[tableBusyOutlet]", never, {}, {}, never, never, true, never, false>;
10
9
  }