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.
Files changed (97) hide show
  1. package/esm2020/lib/core/interfaces/element-option.interface.mjs +1 -1
  2. package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +14 -6
  3. package/esm2020/src/lib/components/capability/lib/core/interfaces/element-option.interface.mjs +1 -1
  4. package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +14 -6
  5. package/esm2020/src/lib/components/chart/lib/core/interfaces/element-option.interface.mjs +1 -1
  6. package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +14 -6
  7. package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +3 -1
  8. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.mjs +1 -1
  9. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +14 -6
  10. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +3 -1
  11. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.mjs +1 -1
  12. package/esm2020/src/lib/components/form/lib/core/interfaces/element-option.interface.mjs +1 -1
  13. package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +14 -6
  14. package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-option.interface.mjs +1 -1
  15. package/esm2020/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.mjs +1 -1
  16. package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.mjs +1 -1
  17. package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +14 -6
  18. package/esm2020/src/lib/components/scale/lib/core/interfaces/element-option.interface.mjs +1 -1
  19. package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.mjs +14 -6
  20. package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.mjs +1 -1
  21. package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.mjs +1 -1
  22. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/public-api.mjs +6 -0
  23. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.mjs +20 -0
  24. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.mjs +48 -0
  25. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.mjs +19 -0
  26. package/esm2020/src/lib/components/svg-icon/mapa-library-ui-src-lib-components-svg-icon.mjs +5 -0
  27. package/esm2020/src/lib/components/svg-icon/svg-icon.mjs +5 -0
  28. package/esm2020/src/lib/components/table/lib/components/svg-icon/public-api.mjs +6 -0
  29. package/esm2020/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.mjs +20 -0
  30. package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.mjs +48 -0
  31. package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.mjs +19 -0
  32. package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +14 -10
  33. package/esm2020/src/lib/components/table/lib/components/table/src/table.module.mjs +5 -1
  34. package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-option.interface.mjs +1 -1
  35. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +13 -5
  36. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  37. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +13 -5
  38. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  39. package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +15 -5
  40. package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
  41. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +15 -5
  42. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  43. package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +13 -5
  44. package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
  45. package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs +95 -0
  46. package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -0
  47. package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +94 -7
  48. package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
  49. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +13 -5
  50. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  51. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +13 -5
  52. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  53. package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +15 -5
  54. package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
  55. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +15 -5
  56. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  57. package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +13 -5
  58. package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
  59. package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs +95 -0
  60. package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -0
  61. package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +93 -7
  62. package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
  63. package/lib/core/interfaces/element-option.interface.d.ts +1 -0
  64. package/mapa-library-ui-0.74.3.tgz +0 -0
  65. package/package.json +9 -1
  66. package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
  67. package/src/lib/components/capability/lib/core/interfaces/element-option.interface.d.ts +1 -0
  68. package/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
  69. package/src/lib/components/chart/lib/core/interfaces/element-option.interface.d.ts +1 -0
  70. package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
  71. package/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.d.ts +1 -0
  72. package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
  73. package/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.d.ts +1 -0
  74. package/src/lib/components/form/lib/core/interfaces/element-option.interface.d.ts +1 -0
  75. package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
  76. package/src/lib/components/group-report/lib/core/interfaces/element-option.interface.d.ts +1 -0
  77. package/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.d.ts +1 -0
  78. package/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.d.ts +1 -0
  79. package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
  80. package/src/lib/components/scale/lib/core/interfaces/element-option.interface.d.ts +1 -0
  81. package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.d.ts +1 -0
  82. package/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.d.ts +1 -0
  83. package/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.d.ts +1 -0
  84. package/src/lib/components/svg-icon/index.d.ts +5 -0
  85. package/src/lib/components/svg-icon/lib/components/svg-icon/public-api.d.ts +2 -0
  86. package/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.d.ts +10 -0
  87. package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.d.ts +14 -0
  88. package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.d.ts +9 -0
  89. package/src/lib/components/svg-icon/svg-icon.d.ts +1 -0
  90. package/src/lib/components/table/lib/components/svg-icon/public-api.d.ts +2 -0
  91. package/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.d.ts +10 -0
  92. package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.d.ts +14 -0
  93. package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.d.ts +9 -0
  94. package/src/lib/components/table/lib/components/table/src/table.component.d.ts +1 -0
  95. package/src/lib/components/table/lib/components/table/src/table.module.d.ts +11 -10
  96. package/src/lib/components/textarea/lib/core/interfaces/element-option.interface.d.ts +1 -0
  97. 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 "@angular/material/button";
6
- import * as i5 from "@angular/material/checkbox";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/menu";
9
- import * as i8 from "@angular/material/paginator";
10
- import * as i9 from "@angular/material/table";
11
- import * as i10 from "@angular/material/sort";
12
- import * as i11 from "../../../core/directives/custom-paginator-legacy.directive";
13
- import * as i12 from "@angular/forms";
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.MatButtonModule, typeof i5.MatCheckboxModule, typeof i6.MatIconModule, typeof i7.MatMenuModule, typeof i8.MatPaginatorModule, typeof i9.MatTableModule, typeof i10.MatSortModule, typeof i11.PaginatorLegacyDirective, typeof i12.FormsModule, typeof i12.ReactiveFormsModule], [typeof i1.MapaTableComponent]>;
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,5 +1,6 @@
1
1
  export interface ElementOption {
2
2
  key: string;
3
3
  value: string;
4
+ children?: ElementOption[];
4
5
  childrenLevel?: number | null;
5
6
  }
Binary file