mapa-library-ui 0.71.1 → 0.72.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/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +20 -10
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.mjs +5 -1
- package/esm2020/src/lib/components/capability/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +20 -10
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.mjs +5 -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 +20 -10
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.mjs +5 -1
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +38 -263
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.mjs +5 -1
- package/esm2020/src/lib/components/dropdown/lib/core/elements/index.mjs +10 -0
- package/esm2020/src/lib/components/dropdown/lib/core/elements/input-text.mjs +8 -0
- package/esm2020/src/lib/components/dropdown/lib/core/elements/radio-button.mjs +8 -0
- package/esm2020/src/lib/components/dropdown/lib/core/elements/slide-toggle.mjs +8 -0
- package/esm2020/src/lib/components/dropdown/lib/core/elements/textarea.mjs +8 -0
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/classification.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/index.mjs +7 -0
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +20 -10
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.mjs +5 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +38 -263
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.mjs +5 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/index.mjs +10 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/input-text.mjs +8 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/radio-button.mjs +8 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.mjs +8 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/textarea.mjs +8 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/classification.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/index.mjs +7 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-column.interface.mjs +2 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.mjs +2 -0
- package/esm2020/src/lib/components/form/lib/core/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +20 -10
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.mjs +5 -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/interfaces/element-option.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +20 -10
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.mjs +5 -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 +20 -10
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.mjs +5 -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/interfaces/element-option.interface.mjs +1 -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 +25 -10
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +23 -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 +62 -334
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +62 -334
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +25 -10
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +24 -10
- 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 +63 -323
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +63 -323
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +24 -10
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/mapa-library-ui-0.72.0.tgz +0 -0
- package/package.json +1 -1
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +3 -1
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.d.ts +7 -6
- 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 +3 -1
- package/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.d.ts +7 -6
- 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 +3 -1
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.d.ts +7 -6
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.d.ts +8 -67
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.d.ts +10 -9
- package/src/lib/components/dropdown/lib/core/elements/index.d.ts +9 -0
- package/src/lib/components/dropdown/lib/core/elements/input-text.d.ts +4 -0
- package/src/lib/components/dropdown/lib/core/elements/radio-button.d.ts +4 -0
- package/src/lib/components/dropdown/lib/core/elements/slide-toggle.d.ts +4 -0
- package/src/lib/components/dropdown/lib/core/elements/textarea.d.ts +4 -0
- package/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.d.ts +6 -0
- package/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.d.ts +19 -0
- package/src/lib/components/dropdown/lib/core/interfaces/classification.interface.d.ts +6 -0
- package/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.d.ts +11 -0
- package/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/dropdown/lib/core/interfaces/index.d.ts +6 -0
- package/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.d.ts +19 -0
- package/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.d.ts +4 -0
- package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.d.ts +3 -1
- package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.d.ts +7 -6
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +8 -67
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts +10 -9
- package/src/lib/components/dropdown-tree/lib/core/elements/index.d.ts +9 -0
- package/src/lib/components/dropdown-tree/lib/core/elements/input-text.d.ts +4 -0
- package/src/lib/components/dropdown-tree/lib/core/elements/radio-button.d.ts +4 -0
- package/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.d.ts +4 -0
- package/src/lib/components/dropdown-tree/lib/core/elements/textarea.d.ts +4 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.d.ts +6 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.d.ts +19 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/classification.interface.d.ts +6 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.d.ts +11 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/index.d.ts +6 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/table-column.interface.d.ts +19 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.d.ts +4 -0
- package/src/lib/components/form/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.d.ts +3 -1
- package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.d.ts +7 -6
- 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/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +3 -1
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.d.ts +7 -6
- 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 +3 -1
- package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.d.ts +7 -6
- package/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/textarea/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/checklist-database.mjs +0 -58
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/checklist-database.mjs +0 -58
- package/mapa-library-ui-0.71.1.tgz +0 -0
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/checklist-database.d.ts +0 -13
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/checklist-database.d.ts +0 -13
|
Binary file
|
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@ import { Subject } from "rxjs/internal/Subject";
|
|
|
6
6
|
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
|
+
import { MatCheckboxChange } from "@angular/material/checkbox";
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChanges {
|
|
11
12
|
formControl: FormControl;
|
|
@@ -30,7 +31,8 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChang
|
|
|
30
31
|
protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
|
|
31
32
|
protected filterOptions(): void;
|
|
32
33
|
protected setToggleAllCheckboxState(): void;
|
|
33
|
-
toggleSelectAll(
|
|
34
|
+
toggleSelectAll(event: MatCheckboxChange): void;
|
|
35
|
+
toggleSelection(change: MatCheckboxChange): void;
|
|
34
36
|
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
35
37
|
compareFn(c1: any, c2: any): boolean;
|
|
36
38
|
hasValue(): boolean;
|
|
@@ -3,13 +3,14 @@ import * as i1 from "./dropdown.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "
|
|
6
|
+
import * as i5 from "@angular/material/checkbox";
|
|
7
|
+
import * as i6 from "../../button/src/button.module";
|
|
8
|
+
import * as i7 from "@angular/material/list";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/select";
|
|
11
|
+
import * as i10 from "ngx-mat-select-search";
|
|
11
12
|
export declare class MapaDropdownModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MatCheckboxModule, typeof i6.MapaButtonModule, typeof i7.MatListModule, typeof i8.MatIconModule, typeof i9.MatSelectModule, typeof i10.NgxMatSelectSearchModule], [typeof i1.MapaDropdownComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaDropdownModule>;
|
|
15
16
|
}
|
|
@@ -6,6 +6,7 @@ import { Subject } from "rxjs/internal/Subject";
|
|
|
6
6
|
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
|
+
import { MatCheckboxChange } from "@angular/material/checkbox";
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChanges {
|
|
11
12
|
formControl: FormControl;
|
|
@@ -30,7 +31,8 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChang
|
|
|
30
31
|
protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
|
|
31
32
|
protected filterOptions(): void;
|
|
32
33
|
protected setToggleAllCheckboxState(): void;
|
|
33
|
-
toggleSelectAll(
|
|
34
|
+
toggleSelectAll(event: MatCheckboxChange): void;
|
|
35
|
+
toggleSelection(change: MatCheckboxChange): void;
|
|
34
36
|
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
35
37
|
compareFn(c1: any, c2: any): boolean;
|
|
36
38
|
hasValue(): boolean;
|
|
@@ -3,13 +3,14 @@ import * as i1 from "./dropdown.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "
|
|
6
|
+
import * as i5 from "@angular/material/checkbox";
|
|
7
|
+
import * as i6 from "../../button/src/button.module";
|
|
8
|
+
import * as i7 from "@angular/material/list";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/select";
|
|
11
|
+
import * as i10 from "ngx-mat-select-search";
|
|
11
12
|
export declare class MapaDropdownModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MatCheckboxModule, typeof i6.MapaButtonModule, typeof i7.MatListModule, typeof i8.MatIconModule, typeof i9.MatSelectModule, typeof i10.NgxMatSelectSearchModule], [typeof i1.MapaDropdownComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaDropdownModule>;
|
|
15
16
|
}
|
|
@@ -6,6 +6,7 @@ import { Subject } from "rxjs/internal/Subject";
|
|
|
6
6
|
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
|
+
import { MatCheckboxChange } from "@angular/material/checkbox";
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChanges {
|
|
11
12
|
formControl: FormControl;
|
|
@@ -30,7 +31,8 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChang
|
|
|
30
31
|
protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
|
|
31
32
|
protected filterOptions(): void;
|
|
32
33
|
protected setToggleAllCheckboxState(): void;
|
|
33
|
-
toggleSelectAll(
|
|
34
|
+
toggleSelectAll(event: MatCheckboxChange): void;
|
|
35
|
+
toggleSelection(change: MatCheckboxChange): void;
|
|
34
36
|
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
35
37
|
compareFn(c1: any, c2: any): boolean;
|
|
36
38
|
hasValue(): boolean;
|
|
@@ -3,13 +3,14 @@ import * as i1 from "./dropdown.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "
|
|
6
|
+
import * as i5 from "@angular/material/checkbox";
|
|
7
|
+
import * as i6 from "../../button/src/button.module";
|
|
8
|
+
import * as i7 from "@angular/material/list";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/select";
|
|
11
|
+
import * as i10 from "ngx-mat-select-search";
|
|
11
12
|
export declare class MapaDropdownModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MatCheckboxModule, typeof i6.MapaButtonModule, typeof i7.MatListModule, typeof i8.MatIconModule, typeof i9.MatSelectModule, typeof i10.NgxMatSelectSearchModule], [typeof i1.MapaDropdownComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaDropdownModule>;
|
|
15
16
|
}
|
package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.d.ts
CHANGED
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { DropdownTree } from '../../../core/elements
|
|
4
|
-
import {
|
|
5
|
-
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
6
|
-
import { MatTreeFlattener, MatTreeFlatDataSource, MatTree } from '@angular/material/tree';
|
|
7
|
-
import { Observable } from 'rxjs';
|
|
8
|
-
import { ChecklistDatabase } from './checklist-database';
|
|
9
|
-
import { MatAutocomplete } from '@angular/material/autocomplete';
|
|
10
|
-
import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
|
|
11
|
-
import { MatMenuTrigger } from '@angular/material/menu';
|
|
3
|
+
import { Dropdown, DropdownTree } from '../../../core/elements';
|
|
4
|
+
import { ElementOption } from '../../../core/interfaces';
|
|
12
5
|
import * as i0 from "@angular/core";
|
|
13
6
|
export declare class DataNode {
|
|
14
7
|
key: string;
|
|
@@ -25,66 +18,14 @@ export declare class DataFlatNode {
|
|
|
25
18
|
expandable: boolean;
|
|
26
19
|
constructor();
|
|
27
20
|
}
|
|
28
|
-
export declare class MapaDropdownTreeComponent implements OnInit
|
|
29
|
-
private _database;
|
|
21
|
+
export declare class MapaDropdownTreeComponent implements OnInit {
|
|
30
22
|
formGroup: FormGroup;
|
|
31
23
|
element: DropdownTree;
|
|
32
|
-
|
|
33
|
-
tree: MatTree<DataNode>;
|
|
34
|
-
trigger: MatMenuTrigger;
|
|
35
|
-
toggleAllCheckbox: MatCheckbox;
|
|
36
|
-
isMenuExpanded: boolean;
|
|
37
|
-
/** Map from flat node to nested node. This helps us finding the nested node to be modified */
|
|
38
|
-
flatNodeMap: Map<DataFlatNode, DataNode>;
|
|
39
|
-
/** Map from nested node to flattened node. This helps us to keep the same object for selection */
|
|
40
|
-
nestedNodeMap: Map<DataNode, DataFlatNode>;
|
|
41
|
-
/** A selected parent node to be inserted */
|
|
42
|
-
selectedParent: DataFlatNode | null;
|
|
43
|
-
/** The new item's name */
|
|
44
|
-
newItemName: string;
|
|
45
|
-
treeControl: FlatTreeControl<DataFlatNode>;
|
|
46
|
-
treeFlattener: MatTreeFlattener<DataNode, DataFlatNode>;
|
|
47
|
-
dataSource: MatTreeFlatDataSource<DataNode, DataFlatNode>;
|
|
48
|
-
/** The selection for checklist */
|
|
49
|
-
checklistSelection: SelectionModel<DataFlatNode>;
|
|
50
|
-
myControl: FormControl<any>;
|
|
51
|
-
options: string[];
|
|
52
|
-
filteredOptions: Observable<string[]>;
|
|
53
|
-
constructor(_database: ChecklistDatabase);
|
|
24
|
+
elementOption: Dropdown;
|
|
54
25
|
ngOnInit(): void;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
onPanelChange(): void;
|
|
59
|
-
filter(array: any[], text: string): void;
|
|
60
|
-
getLevel: (node: DataFlatNode) => number;
|
|
61
|
-
isExpandable: (node: DataFlatNode) => boolean;
|
|
62
|
-
getChildren: (node: DataNode) => DataNode[];
|
|
63
|
-
hasChild: (_: number, _nodeData: DataFlatNode) => boolean;
|
|
64
|
-
hasNoContent: (_: number, _nodeData: DataFlatNode) => boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Transformer to convert nested node to flat node. Record the nodes in maps for later use.
|
|
67
|
-
*/
|
|
68
|
-
transformer: (node: DataNode, level: number) => DataFlatNode;
|
|
69
|
-
/** Whether all the descendants of the node are selected. */
|
|
70
|
-
descendantsAllSelected(node: DataFlatNode): boolean;
|
|
71
|
-
/** Whether part of the descendants are selected */
|
|
72
|
-
descendantsPartiallySelected(node: DataFlatNode): boolean;
|
|
73
|
-
/** Toggle the to-do item selection. Select/deselect all the descendants node */
|
|
74
|
-
todoItemSelectionToggle(node: DataFlatNode): void;
|
|
75
|
-
/** Toggle a leaf to-do item selection. Check all the parents to see if they changed */
|
|
76
|
-
todoLeafItemSelectionToggle(node: DataFlatNode): void;
|
|
77
|
-
checkAllParentsSelection(node: DataFlatNode): void;
|
|
78
|
-
/** Check root node checked state and change it accordingly */
|
|
79
|
-
checkRootNodeSelection(node: DataFlatNode): void;
|
|
80
|
-
getParentNode(node: DataFlatNode): DataFlatNode | null;
|
|
81
|
-
getSelectedItems(): string;
|
|
82
|
-
filterChanged(event: any): void;
|
|
83
|
-
clearSearchValue(): void;
|
|
84
|
-
selectSingleItem(node: DataFlatNode, emitEvent?: boolean): void;
|
|
85
|
-
hasValue(): boolean;
|
|
86
|
-
clearValue(event: any): void;
|
|
87
|
-
isAllNodeSelected(): boolean;
|
|
26
|
+
getFormControl(element: Dropdown): FormControl;
|
|
27
|
+
formatTree(tree: DataNode[], childrenLevel?: number): ElementOption[];
|
|
28
|
+
formatTreeChildren(children: DataNode[], childrenLevel: number): ElementOption[];
|
|
88
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownTreeComponent, never>;
|
|
89
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownTreeComponent, "mapa-dropdown-tree", never, { "formGroup": "formGroup"; "element": "element"; }, {}, never, never, false, never>;
|
|
90
31
|
}
|
|
@@ -4,16 +4,17 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/material/button";
|
|
6
6
|
import * as i5 from "../../button/src/button.module";
|
|
7
|
-
import * as i6 from "
|
|
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 "@angular/material/
|
|
13
|
-
import * as i12 from "@angular/material/
|
|
14
|
-
import * as i13 from "@angular/material/
|
|
7
|
+
import * as i6 from "../../dropdown/src/dropdown.module";
|
|
8
|
+
import * as i7 from "@angular/material/list";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/input";
|
|
11
|
+
import * as i10 from "@angular/material/select";
|
|
12
|
+
import * as i11 from "@angular/material/tree";
|
|
13
|
+
import * as i12 from "@angular/material/checkbox";
|
|
14
|
+
import * as i13 from "@angular/material/autocomplete";
|
|
15
|
+
import * as i14 from "@angular/material/menu";
|
|
15
16
|
export declare class MapaDropdownTreeModule {
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownTreeModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownTreeModule, [typeof i1.MapaDropdownTreeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MapaButtonModule, typeof i6.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownTreeModule, [typeof i1.MapaDropdownTreeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MapaButtonModule, typeof i6.MapaDropdownModule, typeof i7.MatListModule, typeof i8.MatIconModule, typeof i9.MatInputModule, typeof i10.MatSelectModule, typeof i11.MatTreeModule, typeof i12.MatCheckboxModule, typeof i13.MatAutocompleteModule, typeof i14.MatMenuModule], [typeof i1.MapaDropdownTreeComponent]>;
|
|
18
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaDropdownTreeModule>;
|
|
19
20
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./element-base";
|
|
2
|
+
export * from "./dropdown";
|
|
3
|
+
export * from "./dropdown-tree";
|
|
4
|
+
export * from "./element-search";
|
|
5
|
+
export * from "./errors";
|
|
6
|
+
export * from "./input-text";
|
|
7
|
+
export * from "./radio-button";
|
|
8
|
+
export * from "./slide-toggle";
|
|
9
|
+
export * from "./textarea";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ApexAxisChartSeries, ApexTitleSubtitle, ApexChart, ApexXAxis, ApexFill, ApexStroke, ApexMarkers, ApexYAxis, ApexLegend, ApexResponsive } from "ng-apexcharts";
|
|
2
|
+
import { Dropdown } from "../elements/dropdown";
|
|
3
|
+
import { FormControl } from "@angular/forms";
|
|
4
|
+
export type ChartOptions = {
|
|
5
|
+
series: ApexAxisChartSeries;
|
|
6
|
+
chart: ApexChart;
|
|
7
|
+
title: ApexTitleSubtitle;
|
|
8
|
+
xaxis: ApexXAxis;
|
|
9
|
+
stroke?: ApexStroke;
|
|
10
|
+
fill?: ApexFill;
|
|
11
|
+
markers?: ApexMarkers;
|
|
12
|
+
yaxis?: ApexYAxis;
|
|
13
|
+
legend?: ApexLegend;
|
|
14
|
+
responsive?: ApexResponsive[];
|
|
15
|
+
dropdown?: {
|
|
16
|
+
element: Dropdown;
|
|
17
|
+
formControl: FormControl;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./button-icon.interface";
|
|
2
|
+
export * from "./chart-options.interface";
|
|
3
|
+
export * from "./dialog-data.interface";
|
|
4
|
+
export * from "./element-option.interface";
|
|
5
|
+
export * from "./table-column.interface";
|
|
6
|
+
export * from "./table-row-click-event.interface";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Classification } from "./classification.interface";
|
|
2
|
+
export interface TableColumnStatus {
|
|
3
|
+
label?: string[];
|
|
4
|
+
color?: string[];
|
|
5
|
+
textColor?: string[];
|
|
6
|
+
style?: "square" | "round";
|
|
7
|
+
}
|
|
8
|
+
export interface TableColumn {
|
|
9
|
+
key: string;
|
|
10
|
+
label: string;
|
|
11
|
+
sort?: boolean;
|
|
12
|
+
status?: TableColumnStatus;
|
|
13
|
+
mask?: string;
|
|
14
|
+
width?: string;
|
|
15
|
+
collapse?: string;
|
|
16
|
+
align?: string;
|
|
17
|
+
class?: string;
|
|
18
|
+
classification?: Classification;
|
|
19
|
+
}
|
package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { Subject } from "rxjs/internal/Subject";
|
|
|
6
6
|
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
|
+
import { MatCheckboxChange } from "@angular/material/checkbox";
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChanges {
|
|
11
12
|
formControl: FormControl;
|
|
@@ -30,7 +31,8 @@ export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChang
|
|
|
30
31
|
protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
|
|
31
32
|
protected filterOptions(): void;
|
|
32
33
|
protected setToggleAllCheckboxState(): void;
|
|
33
|
-
toggleSelectAll(
|
|
34
|
+
toggleSelectAll(event: MatCheckboxChange): void;
|
|
35
|
+
toggleSelection(change: MatCheckboxChange): void;
|
|
34
36
|
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
35
37
|
compareFn(c1: any, c2: any): boolean;
|
|
36
38
|
hasValue(): boolean;
|
|
@@ -3,13 +3,14 @@ import * as i1 from "./dropdown.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "
|
|
6
|
+
import * as i5 from "@angular/material/checkbox";
|
|
7
|
+
import * as i6 from "../../button/src/button.module";
|
|
8
|
+
import * as i7 from "@angular/material/list";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/select";
|
|
11
|
+
import * as i10 from "ngx-mat-select-search";
|
|
11
12
|
export declare class MapaDropdownModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MatCheckboxModule, typeof i6.MapaButtonModule, typeof i7.MatListModule, typeof i8.MatIconModule, typeof i9.MatSelectModule, typeof i10.NgxMatSelectSearchModule], [typeof i1.MapaDropdownComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaDropdownModule>;
|
|
15
16
|
}
|
package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts
CHANGED
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { DropdownTree } from '../../../core/elements
|
|
4
|
-
import {
|
|
5
|
-
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
6
|
-
import { MatTreeFlattener, MatTreeFlatDataSource, MatTree } from '@angular/material/tree';
|
|
7
|
-
import { Observable } from 'rxjs';
|
|
8
|
-
import { ChecklistDatabase } from './checklist-database';
|
|
9
|
-
import { MatAutocomplete } from '@angular/material/autocomplete';
|
|
10
|
-
import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
|
|
11
|
-
import { MatMenuTrigger } from '@angular/material/menu';
|
|
3
|
+
import { Dropdown, DropdownTree } from '../../../core/elements';
|
|
4
|
+
import { ElementOption } from '../../../core/interfaces';
|
|
12
5
|
import * as i0 from "@angular/core";
|
|
13
6
|
export declare class DataNode {
|
|
14
7
|
key: string;
|
|
@@ -25,66 +18,14 @@ export declare class DataFlatNode {
|
|
|
25
18
|
expandable: boolean;
|
|
26
19
|
constructor();
|
|
27
20
|
}
|
|
28
|
-
export declare class MapaDropdownTreeComponent implements OnInit
|
|
29
|
-
private _database;
|
|
21
|
+
export declare class MapaDropdownTreeComponent implements OnInit {
|
|
30
22
|
formGroup: FormGroup;
|
|
31
23
|
element: DropdownTree;
|
|
32
|
-
|
|
33
|
-
tree: MatTree<DataNode>;
|
|
34
|
-
trigger: MatMenuTrigger;
|
|
35
|
-
toggleAllCheckbox: MatCheckbox;
|
|
36
|
-
isMenuExpanded: boolean;
|
|
37
|
-
/** Map from flat node to nested node. This helps us finding the nested node to be modified */
|
|
38
|
-
flatNodeMap: Map<DataFlatNode, DataNode>;
|
|
39
|
-
/** Map from nested node to flattened node. This helps us to keep the same object for selection */
|
|
40
|
-
nestedNodeMap: Map<DataNode, DataFlatNode>;
|
|
41
|
-
/** A selected parent node to be inserted */
|
|
42
|
-
selectedParent: DataFlatNode | null;
|
|
43
|
-
/** The new item's name */
|
|
44
|
-
newItemName: string;
|
|
45
|
-
treeControl: FlatTreeControl<DataFlatNode>;
|
|
46
|
-
treeFlattener: MatTreeFlattener<DataNode, DataFlatNode>;
|
|
47
|
-
dataSource: MatTreeFlatDataSource<DataNode, DataFlatNode>;
|
|
48
|
-
/** The selection for checklist */
|
|
49
|
-
checklistSelection: SelectionModel<DataFlatNode>;
|
|
50
|
-
myControl: FormControl<any>;
|
|
51
|
-
options: string[];
|
|
52
|
-
filteredOptions: Observable<string[]>;
|
|
53
|
-
constructor(_database: ChecklistDatabase);
|
|
24
|
+
elementOption: Dropdown;
|
|
54
25
|
ngOnInit(): void;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
onPanelChange(): void;
|
|
59
|
-
filter(array: any[], text: string): void;
|
|
60
|
-
getLevel: (node: DataFlatNode) => number;
|
|
61
|
-
isExpandable: (node: DataFlatNode) => boolean;
|
|
62
|
-
getChildren: (node: DataNode) => DataNode[];
|
|
63
|
-
hasChild: (_: number, _nodeData: DataFlatNode) => boolean;
|
|
64
|
-
hasNoContent: (_: number, _nodeData: DataFlatNode) => boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Transformer to convert nested node to flat node. Record the nodes in maps for later use.
|
|
67
|
-
*/
|
|
68
|
-
transformer: (node: DataNode, level: number) => DataFlatNode;
|
|
69
|
-
/** Whether all the descendants of the node are selected. */
|
|
70
|
-
descendantsAllSelected(node: DataFlatNode): boolean;
|
|
71
|
-
/** Whether part of the descendants are selected */
|
|
72
|
-
descendantsPartiallySelected(node: DataFlatNode): boolean;
|
|
73
|
-
/** Toggle the to-do item selection. Select/deselect all the descendants node */
|
|
74
|
-
todoItemSelectionToggle(node: DataFlatNode): void;
|
|
75
|
-
/** Toggle a leaf to-do item selection. Check all the parents to see if they changed */
|
|
76
|
-
todoLeafItemSelectionToggle(node: DataFlatNode): void;
|
|
77
|
-
checkAllParentsSelection(node: DataFlatNode): void;
|
|
78
|
-
/** Check root node checked state and change it accordingly */
|
|
79
|
-
checkRootNodeSelection(node: DataFlatNode): void;
|
|
80
|
-
getParentNode(node: DataFlatNode): DataFlatNode | null;
|
|
81
|
-
getSelectedItems(): string;
|
|
82
|
-
filterChanged(event: any): void;
|
|
83
|
-
clearSearchValue(): void;
|
|
84
|
-
selectSingleItem(node: DataFlatNode, emitEvent?: boolean): void;
|
|
85
|
-
hasValue(): boolean;
|
|
86
|
-
clearValue(event: any): void;
|
|
87
|
-
isAllNodeSelected(): boolean;
|
|
26
|
+
getFormControl(element: Dropdown): FormControl;
|
|
27
|
+
formatTree(tree: DataNode[], childrenLevel?: number): ElementOption[];
|
|
28
|
+
formatTreeChildren(children: DataNode[], childrenLevel: number): ElementOption[];
|
|
88
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownTreeComponent, never>;
|
|
89
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownTreeComponent, "mapa-dropdown-tree", never, { "formGroup": "formGroup"; "element": "element"; }, {}, never, never, false, never>;
|
|
90
31
|
}
|
package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts
CHANGED
|
@@ -4,16 +4,17 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/material/button";
|
|
6
6
|
import * as i5 from "../../button/src/button.module";
|
|
7
|
-
import * as i6 from "
|
|
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 "@angular/material/
|
|
13
|
-
import * as i12 from "@angular/material/
|
|
14
|
-
import * as i13 from "@angular/material/
|
|
7
|
+
import * as i6 from "../../dropdown/src/dropdown.module";
|
|
8
|
+
import * as i7 from "@angular/material/list";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/input";
|
|
11
|
+
import * as i10 from "@angular/material/select";
|
|
12
|
+
import * as i11 from "@angular/material/tree";
|
|
13
|
+
import * as i12 from "@angular/material/checkbox";
|
|
14
|
+
import * as i13 from "@angular/material/autocomplete";
|
|
15
|
+
import * as i14 from "@angular/material/menu";
|
|
15
16
|
export declare class MapaDropdownTreeModule {
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownTreeModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownTreeModule, [typeof i1.MapaDropdownTreeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MapaButtonModule, typeof i6.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownTreeModule, [typeof i1.MapaDropdownTreeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MapaButtonModule, typeof i6.MapaDropdownModule, typeof i7.MatListModule, typeof i8.MatIconModule, typeof i9.MatInputModule, typeof i10.MatSelectModule, typeof i11.MatTreeModule, typeof i12.MatCheckboxModule, typeof i13.MatAutocompleteModule, typeof i14.MatMenuModule], [typeof i1.MapaDropdownTreeComponent]>;
|
|
18
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaDropdownTreeModule>;
|
|
19
20
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./element-base";
|
|
2
|
+
export * from "./dropdown";
|
|
3
|
+
export * from "./dropdown-tree";
|
|
4
|
+
export * from "./element-search";
|
|
5
|
+
export * from "./errors";
|
|
6
|
+
export * from "./input-text";
|
|
7
|
+
export * from "./radio-button";
|
|
8
|
+
export * from "./slide-toggle";
|
|
9
|
+
export * from "./textarea";
|