myrta-ui 17.1.45 → 17.1.46

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.
@@ -5,7 +5,6 @@ import { Field } from '../../../services/save-store/models';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CheckboxGroupComponent implements ControlValueAccessor {
7
7
  private _detector;
8
- private _groupItemsWrapperHeight;
9
8
  private _searchValue;
10
9
  list: CheckboxGroupItem[];
11
10
  innerList: CheckboxGroupInnerItem[];
@@ -15,7 +15,6 @@ export declare class CheckboxGroupHeaderComponent {
15
15
  clearFilters: EventEmitter<null>;
16
16
  toggle: EventEmitter<void>;
17
17
  constructor();
18
- get translateChevron(): string;
19
18
  changeSearchValue(searchValue: CheckboxGroupSearchValue): void;
20
19
  onClearFilters(): void;
21
20
  onToggle(event: MouseEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrta-ui",
3
- "version": "17.1.45",
3
+ "version": "17.1.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",