mapa-library-ui 1.0.1 → 1.1.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.
Files changed (69) hide show
  1. package/fesm2022/mapa-library-ui-src-lib-components-benchmarking.mjs +6 -6
  2. package/fesm2022/mapa-library-ui-src-lib-components-breadcrumb.mjs +3 -3
  3. package/fesm2022/mapa-library-ui-src-lib-components-button-icon.mjs +3 -3
  4. package/fesm2022/mapa-library-ui-src-lib-components-button.mjs +3 -3
  5. package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs +81 -73
  6. package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  7. package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs +32 -24
  8. package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  9. package/fesm2022/mapa-library-ui-src-lib-components-checkbox.mjs +3 -3
  10. package/fesm2022/mapa-library-ui-src-lib-components-datepicker-range.mjs +394 -0
  11. package/fesm2022/mapa-library-ui-src-lib-components-datepicker-range.mjs.map +1 -0
  12. package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs +215 -117
  13. package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
  14. package/fesm2022/mapa-library-ui-src-lib-components-dialog.mjs +15 -15
  15. package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs +34 -24
  16. package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
  17. package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs +31 -21
  18. package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  19. package/fesm2022/mapa-library-ui-src-lib-components-empty.mjs +13 -9
  20. package/fesm2022/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
  21. package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs +44 -36
  22. package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
  23. package/fesm2022/mapa-library-ui-src-lib-components-form.mjs +402 -49
  24. package/fesm2022/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
  25. package/fesm2022/mapa-library-ui-src-lib-components-group-report.mjs +3 -3
  26. package/fesm2022/mapa-library-ui-src-lib-components-icon.mjs +3 -3
  27. package/fesm2022/mapa-library-ui-src-lib-components-input.mjs +26 -18
  28. package/fesm2022/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
  29. package/fesm2022/mapa-library-ui-src-lib-components-menu.mjs +3 -3
  30. package/fesm2022/mapa-library-ui-src-lib-components-nav-list.mjs +3 -3
  31. package/fesm2022/mapa-library-ui-src-lib-components-radio-button.mjs +3 -3
  32. package/fesm2022/mapa-library-ui-src-lib-components-report-item.mjs +3 -3
  33. package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs +79 -71
  34. package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
  35. package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs +76 -68
  36. package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
  37. package/fesm2022/mapa-library-ui-src-lib-components-slide-toggle.mjs +3 -3
  38. package/fesm2022/mapa-library-ui-src-lib-components-svg-icon.mjs +9 -9
  39. package/fesm2022/mapa-library-ui-src-lib-components-table.mjs +78 -23
  40. package/fesm2022/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
  41. package/fesm2022/mapa-library-ui-src-lib-components-tag.mjs +3 -3
  42. package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs +20 -12
  43. package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
  44. package/fesm2022/mapa-library-ui-src-lib-components-tooltip.mjs +6 -6
  45. package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs +3 -3
  46. package/fesm2022/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs +3 -3
  47. package/fesm2022/mapa-library-ui-src-lib-core-services.mjs +3 -3
  48. package/fesm2022/mapa-library-ui.mjs +425 -199
  49. package/fesm2022/mapa-library-ui.mjs.map +1 -1
  50. package/index.d.ts +101 -22
  51. package/mapa-library-ui-1.1.0.tgz +0 -0
  52. package/package.json +9 -1
  53. package/src/lib/components/capability/index.d.ts +8 -0
  54. package/src/lib/components/chart/index.d.ts +4 -0
  55. package/src/lib/components/datepicker/index.d.ts +136 -99
  56. package/src/lib/components/datepicker-range/index.d.ts +255 -0
  57. package/src/lib/components/dropdown/index.d.ts +8 -0
  58. package/src/lib/components/dropdown-tree/index.d.ts +4 -0
  59. package/src/lib/components/empty/index.d.ts +2 -2
  60. package/src/lib/components/filters/index.d.ts +8 -0
  61. package/src/lib/components/form/index.d.ts +4 -0
  62. package/src/lib/components/input/index.d.ts +4 -0
  63. package/src/lib/components/radio-button/index.d.ts +4 -0
  64. package/src/lib/components/scale/index.d.ts +4 -0
  65. package/src/lib/components/scale-parameterization/index.d.ts +4 -0
  66. package/src/lib/components/slide-toggle/index.d.ts +4 -0
  67. package/src/lib/components/table/index.d.ts +22 -2
  68. package/src/lib/components/textarea/index.d.ts +4 -0
  69. package/mapa-library-ui-1.0.1.tgz +0 -0
@@ -16,10 +16,10 @@ class HtmlSanitizerService {
16
16
  sanitize(value) {
17
17
  return sanitizeHtmlContent(this.sanitizer, value);
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable }); }
20
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, providedIn: "root" }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: HtmlSanitizerService, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable }); }
20
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: HtmlSanitizerService, providedIn: "root" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: HtmlSanitizerService, decorators: [{
23
23
  type: Injectable,
24
24
  args: [{
25
25
  providedIn: "root",
@@ -33,10 +33,10 @@ class SafeHtmlPipe {
33
33
  transform(value) {
34
34
  return this.htmlSanitizer.sanitize(value);
35
35
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: HtmlSanitizerService }], target: i0.ɵɵFactoryTarget.Pipe }); }
37
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: HtmlSanitizerService }], target: i0.ɵɵFactoryTarget.Pipe }); }
37
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.19", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: SafeHtmlPipe, decorators: [{
40
40
  type: Pipe,
41
41
  args: [{
42
42
  name: "safeHtml",
@@ -81,10 +81,10 @@ class MapaSvgIconComponent {
81
81
  .replaceAll('stroke="#181818"', `stroke="${this.color}"`)
82
82
  .replaceAll('stroke="#7def7b"', `stroke="${this.color}"`);
83
83
  }
84
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaSvgIconComponent, deps: [{ token: i1$1.HttpClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
85
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaSvgIconComponent, isStandalone: true, selector: "mapa-svg-icon", inputs: { name: "name", color: "color" }, usesOnChanges: true, ngImport: i0, template: "<span *ngIf=\"svgIcon\" class=\"mapa__svg-icon\" [innerHTML]=\"svgIcon | safeHtml\"></span>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }] }); }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: MapaSvgIconComponent, deps: [{ token: i1$1.HttpClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
85
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: MapaSvgIconComponent, isStandalone: true, selector: "mapa-svg-icon", inputs: { name: "name", color: "color" }, usesOnChanges: true, ngImport: i0, template: "<span *ngIf=\"svgIcon\" class=\"mapa__svg-icon\" [innerHTML]=\"svgIcon | safeHtml\"></span>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }] }); }
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaSvgIconComponent, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: MapaSvgIconComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{ selector: "mapa-svg-icon", standalone: true, imports: [CommonModule, SafeHtmlPipe], template: "<span *ngIf=\"svgIcon\" class=\"mapa__svg-icon\" [innerHTML]=\"svgIcon | safeHtml\"></span>\n" }]
90
90
  }], ctorParameters: () => [{ type: i1$1.HttpClient }, { type: i0.ChangeDetectorRef }], propDecorators: { name: [{