mapa-library-ui 0.16.4 → 0.16.5

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 (21) hide show
  1. package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +23 -13
  2. package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +23 -13
  3. package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +23 -13
  4. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +22 -11
  5. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  6. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +22 -11
  7. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  8. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +22 -11
  9. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  10. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +22 -12
  11. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  12. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +22 -12
  13. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  14. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +22 -12
  15. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  16. package/mapa-library-ui-0.16.5.tgz +0 -0
  17. package/package.json +1 -1
  18. package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +4 -2
  19. package/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.d.ts +4 -2
  20. package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +4 -2
  21. package/mapa-library-ui-0.16.4.tgz +0 -0
@@ -1,4 +1,4 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
1
+ import { OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
2
2
  import { FormControl } from "@angular/forms";
3
3
  import { MatSelect } from "@angular/material/select";
4
4
  import { ReplaySubject } from "rxjs/internal/ReplaySubject";
@@ -7,7 +7,7 @@ import { ElementOption } from "../../../core/interfaces/element-option.interface
7
7
  import { Dropdown } from "../../../core/elements/dropdown";
8
8
  import { ElementGroup } from "../../../core/interfaces/element-group.interface";
9
9
  import * as i0 from "@angular/core";
10
- export declare class MapaDropdownComponent implements OnInit, OnDestroy {
10
+ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChanges {
11
11
  formControl: FormControl;
12
12
  formControlSearch: FormControl;
13
13
  element: Dropdown;
@@ -23,7 +23,9 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy {
23
23
  isOptionsGroup: boolean;
24
24
  constructor();
25
25
  ngOnInit(): void;
26
+ ngOnChanges(changes: SimpleChanges): void;
26
27
  ngOnDestroy(): void;
28
+ setOptions(): void;
27
29
  protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
28
30
  protected filterOptions(): void;
29
31
  protected setToggleAllCheckboxState(): void;
@@ -1,4 +1,4 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
1
+ import { OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
2
2
  import { FormControl } from "@angular/forms";
3
3
  import { MatSelect } from "@angular/material/select";
4
4
  import { ReplaySubject } from "rxjs/internal/ReplaySubject";
@@ -7,7 +7,7 @@ import { ElementOption } from "../../../core/interfaces/element-option.interface
7
7
  import { Dropdown } from "../../../core/elements/dropdown";
8
8
  import { ElementGroup } from "../../../core/interfaces/element-group.interface";
9
9
  import * as i0 from "@angular/core";
10
- export declare class MapaDropdownComponent implements OnInit, OnDestroy {
10
+ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChanges {
11
11
  formControl: FormControl;
12
12
  formControlSearch: FormControl;
13
13
  element: Dropdown;
@@ -23,7 +23,9 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy {
23
23
  isOptionsGroup: boolean;
24
24
  constructor();
25
25
  ngOnInit(): void;
26
+ ngOnChanges(changes: SimpleChanges): void;
26
27
  ngOnDestroy(): void;
28
+ setOptions(): void;
27
29
  protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
28
30
  protected filterOptions(): void;
29
31
  protected setToggleAllCheckboxState(): void;
Binary file