mapa-library-ui 0.12.1 → 0.13.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.
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +6 -3
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +6 -3
- package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.component.mjs +6 -3
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +6 -3
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +5 -2
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +5 -2
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs +5 -2
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +5 -2
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +5 -2
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +5 -2
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs +5 -2
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +5 -2
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/mapa-library-ui-0.13.1.tgz +0 -0
- package/package.json +1 -1
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
- package/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
- package/src/lib/components/dialog/lib/components/dialog/src/dialog.component.d.ts +2 -1
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
- package/mapa-library-ui-0.12.1.tgz +0 -0
|
@@ -29,6 +29,7 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy {
|
|
|
29
29
|
protected setToggleAllCheckboxState(): void;
|
|
30
30
|
toggleSelectAll(selectAllValue: boolean): void;
|
|
31
31
|
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
32
|
+
compareFn(c1: any, c2: any): boolean;
|
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownComponent, never>;
|
|
33
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl": "formControl"; "formControlSearch": "formControlSearch"; "element": "element"; "border": "border"; }, {}, never, never, false, never>;
|
|
34
35
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { MatDialog, MatDialogRef } from "@angular/material/dialog";
|
|
3
|
-
import { DomSanitizer, SafeResourceUrl } from "@angular/platform-browser";
|
|
3
|
+
import { DomSanitizer, SafeHtml, SafeResourceUrl } from "@angular/platform-browser";
|
|
4
4
|
import { DialogData } from "../../../core/interfaces/dialog-data.interface";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MapaDialogComponent {
|
|
@@ -12,6 +12,7 @@ export declare class MapaDialogComponent {
|
|
|
12
12
|
imgBase64: SafeResourceUrl;
|
|
13
13
|
isSave: boolean;
|
|
14
14
|
dialogData: DialogData;
|
|
15
|
+
htmlDescription: SafeHtml;
|
|
15
16
|
constructor(data: any, dialogRef: MatDialogRef<MapaDialogComponent>, sanitizer: DomSanitizer);
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
close(): void;
|
|
@@ -29,6 +29,7 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy {
|
|
|
29
29
|
protected setToggleAllCheckboxState(): void;
|
|
30
30
|
toggleSelectAll(selectAllValue: boolean): void;
|
|
31
31
|
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
32
|
+
compareFn(c1: any, c2: any): boolean;
|
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownComponent, never>;
|
|
33
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl": "formControl"; "formControlSearch": "formControlSearch"; "element": "element"; "border": "border"; }, {}, never, never, false, never>;
|
|
34
35
|
}
|
|
Binary file
|