mapa-library-ui 0.74.2 → 0.75.0
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/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +23 -9
- package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.component.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/capability/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.component.mjs +1 -1
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +23 -9
- package/esm2020/src/lib/components/chart/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/chart/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +23 -9
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +12 -4
- package/esm2020/src/lib/components/dropdown/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +23 -9
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +12 -4
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.component.mjs +1 -1
- package/esm2020/src/lib/components/form/lib/components/form/src/form.component.mjs +6 -3
- package/esm2020/src/lib/components/form/lib/core/elements/dropdown-tree.mjs +8 -0
- package/esm2020/src/lib/components/form/lib/core/elements/dropdown.mjs +8 -0
- package/esm2020/src/lib/components/form/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/form/lib/core/elements/index.mjs +10 -0
- package/esm2020/src/lib/components/form/lib/core/elements/input-text.mjs +8 -0
- package/esm2020/src/lib/components/form/lib/core/elements/radio-button.mjs +8 -0
- package/esm2020/src/lib/components/form/lib/core/elements/slide-toggle.mjs +8 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/button-icon.interface.mjs +2 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/chart-options.interface.mjs +2 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/classification.interface.mjs +2 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/dialog-data.interface.mjs +2 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/form/lib/core/interfaces/index.mjs +7 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/table-column.interface.mjs +2 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.mjs +2 -0
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +23 -9
- package/esm2020/src/lib/components/group-report/lib/components/filters/src/filters.component.mjs +1 -1
- package/esm2020/src/lib/components/group-report/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/radio-button/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +23 -9
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.component.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/scale/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.mjs +23 -9
- package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/src/filters.component.mjs +1 -1
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/public-api.mjs +6 -0
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.mjs +20 -0
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.mjs +48 -0
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.mjs +19 -0
- package/esm2020/src/lib/components/svg-icon/mapa-library-ui-src-lib-components-svg-icon.mjs +5 -0
- package/esm2020/src/lib/components/svg-icon/svg-icon.mjs +5 -0
- package/esm2020/src/lib/components/table/lib/components/svg-icon/public-api.mjs +6 -0
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.mjs +20 -0
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.mjs +48 -0
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.mjs +19 -0
- package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +14 -10
- package/esm2020/src/lib/components/table/lib/components/table/src/table.module.mjs +5 -1
- package/esm2020/src/lib/components/textarea/lib/core/elements/element-base.mjs +2 -1
- package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +22 -8
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +22 -8
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +32 -9
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +32 -9
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +6 -2
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +22 -8
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs +95 -0
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -0
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +94 -7
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2015/mapa-library-ui.mjs +1 -0
- package/fesm2015/mapa-library-ui.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +22 -8
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +22 -8
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +32 -9
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +32 -9
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +5 -2
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +22 -8
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs +95 -0
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +93 -7
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2020/mapa-library-ui.mjs +1 -0
- package/fesm2020/mapa-library-ui.mjs.map +1 -1
- package/lib/core/elements/element-base.d.ts +3 -0
- package/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/mapa-library-ui-0.75.0.tgz +0 -0
- package/package.json +9 -1
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +5 -2
- package/src/lib/components/capability/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/capability/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.d.ts +5 -2
- package/src/lib/components/chart/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/chart/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +5 -2
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.d.ts +4 -2
- package/src/lib/components/dropdown/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.d.ts +5 -2
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +4 -2
- package/src/lib/components/dropdown-tree/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/form/lib/components/form/src/form.component.d.ts +3 -1
- package/src/lib/components/form/lib/core/elements/dropdown-tree.d.ts +4 -0
- package/src/lib/components/form/lib/core/elements/dropdown.d.ts +4 -0
- package/src/lib/components/form/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/form/lib/core/elements/index.d.ts +9 -0
- package/src/lib/components/form/lib/core/elements/input-text.d.ts +4 -0
- package/src/lib/components/form/lib/core/elements/radio-button.d.ts +4 -0
- package/src/lib/components/form/lib/core/elements/slide-toggle.d.ts +4 -0
- package/src/lib/components/form/lib/core/interfaces/button-icon.interface.d.ts +6 -0
- package/src/lib/components/form/lib/core/interfaces/chart-options.interface.d.ts +19 -0
- package/src/lib/components/form/lib/core/interfaces/classification.interface.d.ts +6 -0
- package/src/lib/components/form/lib/core/interfaces/dialog-data.interface.d.ts +11 -0
- package/src/lib/components/form/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/form/lib/core/interfaces/index.d.ts +6 -0
- package/src/lib/components/form/lib/core/interfaces/table-column.interface.d.ts +19 -0
- package/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.d.ts +4 -0
- package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.d.ts +5 -2
- package/src/lib/components/group-report/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/group-report/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/radio-button/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +5 -2
- package/src/lib/components/scale/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/scale/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.d.ts +5 -2
- package/src/lib/components/scale-parameterization/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/slide-toggle/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/svg-icon/index.d.ts +5 -0
- package/src/lib/components/svg-icon/lib/components/svg-icon/public-api.d.ts +2 -0
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.d.ts +14 -0
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.d.ts +9 -0
- package/src/lib/components/svg-icon/svg-icon.d.ts +1 -0
- package/src/lib/components/table/lib/components/svg-icon/public-api.d.ts +2 -0
- package/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.d.ts +14 -0
- package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.d.ts +9 -0
- package/src/lib/components/table/lib/components/table/src/table.component.d.ts +1 -0
- package/src/lib/components/table/lib/components/table/src/table.module.d.ts +11 -10
- package/src/lib/components/textarea/lib/core/elements/element-base.d.ts +3 -0
- package/src/lib/components/textarea/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/mapa-library-ui-0.74.2.tgz +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
1
2
|
import { ElementGroup } from "../interfaces/element-group.interface";
|
|
2
3
|
import { ElementOption } from "../interfaces/element-option.interface";
|
|
3
4
|
import { ActionButton } from "./action-button";
|
|
@@ -37,6 +38,7 @@ export declare class ElementBase {
|
|
|
37
38
|
status?: Status[];
|
|
38
39
|
checkParent?: boolean;
|
|
39
40
|
checkChildren?: boolean;
|
|
41
|
+
openedChange?: EventEmitter<any>;
|
|
40
42
|
constructor(options?: {
|
|
41
43
|
value?: string;
|
|
42
44
|
key?: string;
|
|
@@ -68,5 +70,6 @@ export declare class ElementBase {
|
|
|
68
70
|
status?: Status[];
|
|
69
71
|
checkParent?: boolean;
|
|
70
72
|
checkChildren?: boolean;
|
|
73
|
+
openedChange?: EventEmitter<any>;
|
|
71
74
|
});
|
|
72
75
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
|
|
1
|
+
import { EventEmitter, 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";
|
|
@@ -13,6 +13,7 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChang
|
|
|
13
13
|
formControlSearch: FormControl;
|
|
14
14
|
element: Dropdown;
|
|
15
15
|
border: "soft" | "tag" | "highlight" | null | undefined;
|
|
16
|
+
openedChange: EventEmitter<any>;
|
|
16
17
|
dropdown: MatSelect;
|
|
17
18
|
filteredOptions: ReplaySubject<ElementOption[]>;
|
|
18
19
|
filteredGroups: ReplaySubject<ElementGroup[]>;
|
|
@@ -30,6 +31,8 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChang
|
|
|
30
31
|
setOptions(): void;
|
|
31
32
|
protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
|
|
32
33
|
protected filterOptions(): void;
|
|
34
|
+
normalizeValue(value: string): string;
|
|
35
|
+
triggerOpenedChange(event: any): void;
|
|
33
36
|
protected setToggleAllCheckboxState(): void;
|
|
34
37
|
toggleSelectAll(event: MatCheckboxChange): void;
|
|
35
38
|
toggleSelection(change: MatCheckboxChange): void;
|
|
@@ -38,5 +41,5 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChang
|
|
|
38
41
|
hasValue(): boolean;
|
|
39
42
|
clearValue(event: any): void;
|
|
40
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl": "formControl"; "formControlSearch": "formControlSearch"; "element": "element"; "border": "border"; }, {}, never, never, false, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl": "formControl"; "formControlSearch": "formControlSearch"; "element": "element"; "border": "border"; }, { "openedChange": "openedChange"; }, never, never, false, never>;
|
|
42
45
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
1
2
|
import { ElementGroup } from "../interfaces/element-group.interface";
|
|
2
3
|
import { ElementOption } from "../interfaces/element-option.interface";
|
|
3
4
|
import { ActionButton } from "./action-button";
|
|
@@ -37,6 +38,7 @@ export declare class ElementBase {
|
|
|
37
38
|
status?: Status[];
|
|
38
39
|
checkParent?: boolean;
|
|
39
40
|
checkChildren?: boolean;
|
|
41
|
+
openedChange?: EventEmitter<any>;
|
|
40
42
|
constructor(options?: {
|
|
41
43
|
value?: string;
|
|
42
44
|
key?: string;
|
|
@@ -68,5 +70,6 @@ export declare class ElementBase {
|
|
|
68
70
|
status?: Status[];
|
|
69
71
|
checkParent?: boolean;
|
|
70
72
|
checkChildren?: boolean;
|
|
73
|
+
openedChange?: EventEmitter<any>;
|
|
71
74
|
});
|
|
72
75
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
1
2
|
import { ElementGroup } from "../interfaces/element-group.interface";
|
|
2
3
|
import { ElementOption } from "../interfaces/element-option.interface";
|
|
3
4
|
import { ActionButton } from "./action-button";
|
|
@@ -37,6 +38,7 @@ export declare class ElementBase {
|
|
|
37
38
|
status?: Status[];
|
|
38
39
|
checkParent?: boolean;
|
|
39
40
|
checkChildren?: boolean;
|
|
41
|
+
openedChange?: EventEmitter<any>;
|
|
40
42
|
constructor(options?: {
|
|
41
43
|
value?: string;
|
|
42
44
|
key?: string;
|
|
@@ -68,5 +70,6 @@ export declare class ElementBase {
|
|
|
68
70
|
status?: Status[];
|
|
69
71
|
checkParent?: boolean;
|
|
70
72
|
checkChildren?: boolean;
|
|
73
|
+
openedChange?: EventEmitter<any>;
|
|
71
74
|
});
|
|
72
75
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SafeHtmlPipe implements PipeTransform {
|
|
5
|
+
private sanitized;
|
|
6
|
+
constructor(sanitized: DomSanitizer);
|
|
7
|
+
transform(value: string): SafeHtml;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", false>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnChanges } from "@angular/core";
|
|
2
|
+
import { HttpClient } from "@angular/common/http";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaSvgIconComponent implements OnChanges {
|
|
5
|
+
private httpClient;
|
|
6
|
+
private cdr;
|
|
7
|
+
name?: string;
|
|
8
|
+
color?: string;
|
|
9
|
+
svgIcon: any;
|
|
10
|
+
constructor(httpClient: HttpClient, cdr: ChangeDetectorRef);
|
|
11
|
+
ngOnChanges(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaSvgIconComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaSvgIconComponent, "mapa-svg-icon", never, { "name": "name"; "color": "color"; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./svg-icon.component";
|
|
3
|
+
import * as i2 from "./safe-html.pipe";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class MapaSvgIconModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaSvgIconModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaSvgIconModule, [typeof i1.MapaSvgIconComponent, typeof i2.SafeHtmlPipe], [typeof i3.CommonModule], [typeof i1.MapaSvgIconComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaSvgIconModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/components/svg-icon/public-api';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SafeHtmlPipe implements PipeTransform {
|
|
5
|
+
private sanitized;
|
|
6
|
+
constructor(sanitized: DomSanitizer);
|
|
7
|
+
transform(value: string): SafeHtml;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", false>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnChanges } from "@angular/core";
|
|
2
|
+
import { HttpClient } from "@angular/common/http";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaSvgIconComponent implements OnChanges {
|
|
5
|
+
private httpClient;
|
|
6
|
+
private cdr;
|
|
7
|
+
name?: string;
|
|
8
|
+
color?: string;
|
|
9
|
+
svgIcon: any;
|
|
10
|
+
constructor(httpClient: HttpClient, cdr: ChangeDetectorRef);
|
|
11
|
+
ngOnChanges(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaSvgIconComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaSvgIconComponent, "mapa-svg-icon", never, { "name": "name"; "color": "color"; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./svg-icon.component";
|
|
3
|
+
import * as i2 from "./safe-html.pipe";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class MapaSvgIconModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaSvgIconModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaSvgIconModule, [typeof i1.MapaSvgIconComponent, typeof i2.SafeHtmlPipe], [typeof i3.CommonModule], [typeof i1.MapaSvgIconComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaSvgIconModule>;
|
|
9
|
+
}
|
|
@@ -72,6 +72,7 @@ export declare class MapaTableComponent implements AfterViewInit {
|
|
|
72
72
|
getMenuItems(row: Object | undefined): MenuItem[];
|
|
73
73
|
hasActionsColumn(): boolean;
|
|
74
74
|
hasMenuColumn(): boolean;
|
|
75
|
+
setSvgName(image: string): string;
|
|
75
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTableComponent, never>;
|
|
76
77
|
static ɵcmp: i0.ɵɵComponentDeclaration<MapaTableComponent, "mapa-table", never, { "columns": "columns"; "data": "data"; "pageIndex": "pageIndex"; "pageSize": "pageSize"; "totalCount": "totalCount"; "totalPages": "totalPages"; "checkbox": "checkbox"; "selection": "selection"; "actions": "actions"; "filterControl": "filterControl"; "menuItems": "menuItems"; "menu": "menu"; "showPaginator": "showPaginator"; }, { "rowClick": "rowClick"; "selectedRows": "selectedRows"; "onChangePage": "onChangePage"; "onSortChange": "onSortChange"; }, never, never, false, never>;
|
|
77
78
|
}
|
|
@@ -2,17 +2,18 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./table.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../menu/src/menu.module";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "@angular/material/
|
|
7
|
-
import * as i6 from "@angular/material/
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "@angular/material/
|
|
11
|
-
import * as i10 from "@angular/material/
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
5
|
+
import * as i4 from "../../svg-icon/src/svg-icon.module";
|
|
6
|
+
import * as i5 from "@angular/material/button";
|
|
7
|
+
import * as i6 from "@angular/material/checkbox";
|
|
8
|
+
import * as i7 from "@angular/material/icon";
|
|
9
|
+
import * as i8 from "@angular/material/menu";
|
|
10
|
+
import * as i9 from "@angular/material/paginator";
|
|
11
|
+
import * as i10 from "@angular/material/table";
|
|
12
|
+
import * as i11 from "@angular/material/sort";
|
|
13
|
+
import * as i12 from "../../../core/directives/custom-paginator-legacy.directive";
|
|
14
|
+
import * as i13 from "@angular/forms";
|
|
14
15
|
export declare class MapaTableModule {
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTableModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaTableModule, [typeof i1.MapaTableComponent], [typeof i2.CommonModule, typeof i3.MapaMenuModule, typeof i4.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaTableModule, [typeof i1.MapaTableComponent], [typeof i2.CommonModule, typeof i3.MapaMenuModule, typeof i4.MapaSvgIconModule, typeof i5.MatButtonModule, typeof i6.MatCheckboxModule, typeof i7.MatIconModule, typeof i8.MatMenuModule, typeof i9.MatPaginatorModule, typeof i10.MatTableModule, typeof i11.MatSortModule, typeof i12.PaginatorLegacyDirective, typeof i13.FormsModule, typeof i13.ReactiveFormsModule], [typeof i1.MapaTableComponent]>;
|
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaTableModule>;
|
|
18
19
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
1
2
|
import { ElementGroup } from "../interfaces/element-group.interface";
|
|
2
3
|
import { ElementOption } from "../interfaces/element-option.interface";
|
|
3
4
|
import { ActionButton } from "./action-button";
|
|
@@ -37,6 +38,7 @@ export declare class ElementBase {
|
|
|
37
38
|
status?: Status[];
|
|
38
39
|
checkParent?: boolean;
|
|
39
40
|
checkChildren?: boolean;
|
|
41
|
+
openedChange?: EventEmitter<any>;
|
|
40
42
|
constructor(options?: {
|
|
41
43
|
value?: string;
|
|
42
44
|
key?: string;
|
|
@@ -68,5 +70,6 @@ export declare class ElementBase {
|
|
|
68
70
|
status?: Status[];
|
|
69
71
|
checkParent?: boolean;
|
|
70
72
|
checkChildren?: boolean;
|
|
73
|
+
openedChange?: EventEmitter<any>;
|
|
71
74
|
});
|
|
72
75
|
}
|
|
Binary file
|