mapa-library-ui 0.74.2 → 0.74.3
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 +14 -6
- 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 +14 -6
- 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 +14 -6
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +3 -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 +14 -6
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +3 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.mjs +1 -1
- 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 +14 -6
- 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 +14 -6
- 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 +14 -6
- 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/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/interfaces/element-option.interface.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +13 -5
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +13 -5
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +15 -5
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +15 -5
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +13 -5
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.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/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +13 -5
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +13 -5
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +15 -5
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +15 -5
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +13 -5
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.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/lib/core/interfaces/element-option.interface.d.ts +1 -0
- package/mapa-library-ui-0.74.3.tgz +0 -0
- package/package.json +9 -1
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +1 -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 +1 -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 +1 -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 +1 -0
- package/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.d.ts +1 -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 +1 -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/interfaces/element-option.interface.d.ts +1 -0
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +1 -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 +1 -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/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/interfaces/element-option.interface.d.ts +1 -0
- package/mapa-library-ui-0.74.2.tgz +0 -0
|
@@ -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
|
}
|
|
Binary file
|