@cauca-911/material 18.0.1-beta7 → 18.0.1

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 (82) hide show
  1. package/esm2022/lib/cauca-date-time-picker/cauca-date-time-picker.component.mjs +184 -0
  2. package/esm2022/lib/{inputs/cauca-date-time-picker → cauca-date-time-picker}/components/desktop-time-picker/desktop-time-picker.component.mjs +2 -2
  3. package/esm2022/lib/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.mjs +365 -0
  4. package/esm2022/lib/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.mjs +74 -0
  5. package/esm2022/lib/cauca-date-time-picker/models/dialog-date-time-picker-data.mjs +2 -0
  6. package/esm2022/lib/cauca-input-file/cauca-input-file.component.mjs +148 -0
  7. package/esm2022/lib/cauca-input-multiple-langue/cauca-input-multiple-langue.component.mjs +87 -0
  8. package/esm2022/lib/cauca-material.component.mjs +5 -6
  9. package/esm2022/lib/cauca-material.module.mjs +52 -14
  10. package/esm2022/lib/cauca-menu-sidebar/cauca-menu-sidebar.component.mjs +10 -14
  11. package/esm2022/lib/cauca-menu-vertical/cauca-menu-vertical.component.mjs +8 -16
  12. package/esm2022/lib/cauca-simple-dialog/cauca-simple-dialog.component.mjs +10 -14
  13. package/esm2022/lib/cauca-slideshow/cauca-slideshow.component.mjs +6 -6
  14. package/esm2022/public-api.mjs +4 -21
  15. package/fesm2022/cauca-911-material.mjs +822 -2110
  16. package/fesm2022/cauca-911-material.mjs.map +1 -1
  17. package/lib/cauca-date-time-picker/cauca-date-time-picker.component.d.ts +40 -0
  18. package/lib/{inputs/cauca-date-time-picker → cauca-date-time-picker}/components/dialog-date-time-picker/dialog-date-time-picker.component.d.ts +2 -1
  19. package/lib/{inputs/cauca-date-time-picker → cauca-date-time-picker}/models/dialog-date-time-picker-data.d.ts +3 -2
  20. package/lib/{inputs/cauca-input-file → cauca-input-file}/cauca-input-file.component.d.ts +1 -1
  21. package/lib/{inputs/cauca-input-multiple-langue → cauca-input-multiple-langue}/cauca-input-multiple-langue.component.d.ts +1 -1
  22. package/lib/cauca-material.component.d.ts +1 -1
  23. package/lib/cauca-material.module.d.ts +14 -4
  24. package/lib/cauca-menu-sidebar/cauca-menu-sidebar.component.d.ts +1 -1
  25. package/lib/cauca-menu-vertical/cauca-menu-vertical.component.d.ts +1 -1
  26. package/lib/cauca-simple-dialog/cauca-simple-dialog.component.d.ts +1 -1
  27. package/lib/cauca-slideshow/cauca-slideshow.component.d.ts +1 -1
  28. package/package.json +2 -3
  29. package/public-api.d.ts +3 -20
  30. package/esm2022/lib/buttons/base-button.mjs +0 -33
  31. package/esm2022/lib/buttons/basic-button/basic-button.component.mjs +0 -64
  32. package/esm2022/lib/buttons/flat-button/flat-button.component.mjs +0 -64
  33. package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +0 -28
  34. package/esm2022/lib/buttons/menu-item/menu-item.component.mjs +0 -68
  35. package/esm2022/lib/buttons/raised-button/raised-button.component.mjs +0 -64
  36. package/esm2022/lib/buttons/stroked-button/stroked-button.component.mjs +0 -71
  37. package/esm2022/lib/dialogs/alert-dialog/alert-dialog.component.mjs +0 -57
  38. package/esm2022/lib/dialogs/confirm-dialog/confirm-dialog.component.mjs +0 -69
  39. package/esm2022/lib/dialogs/services/dialog.service.mjs +0 -52
  40. package/esm2022/lib/inputs/cauca-date-time-picker/cauca-date-time-picker.component.mjs +0 -137
  41. package/esm2022/lib/inputs/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.mjs +0 -358
  42. package/esm2022/lib/inputs/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.mjs +0 -74
  43. package/esm2022/lib/inputs/cauca-date-time-picker/models/dialog-date-time-picker-data.mjs +0 -2
  44. package/esm2022/lib/inputs/cauca-input-file/cauca-input-file.component.mjs +0 -147
  45. package/esm2022/lib/inputs/cauca-input-multiple-langue/cauca-input-multiple-langue.component.mjs +0 -99
  46. package/esm2022/lib/inputs/password/models/password-validation.mjs +0 -13
  47. package/esm2022/lib/inputs/password/password-criteria/password-criteria.component.mjs +0 -49
  48. package/esm2022/lib/inputs/password/password-criteria-viewer/password-criteria-viewer.component.mjs +0 -29
  49. package/esm2022/lib/inputs/password/password-input/password-input.component.mjs +0 -112
  50. package/esm2022/lib/inputs/password/password-selection/password-selection.component.mjs +0 -112
  51. package/esm2022/lib/inputs/password/validators/password-validator.mjs +0 -19
  52. package/esm2022/lib/inputs/select-with-search/select-with-search.component.mjs +0 -157
  53. package/esm2022/lib/layout/expandable-panel/expandable-panel.component.mjs +0 -75
  54. package/esm2022/lib/layout/menu-expandable-panel/menu-expandable-panel.component.mjs +0 -148
  55. package/esm2022/lib/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.mjs +0 -50
  56. package/esm2022/lib/layout/page-title/page-title.component.mjs +0 -86
  57. package/esm2022/lib/notifications/snack-bar/snack-bar.component.mjs +0 -75
  58. package/lib/buttons/base-button.d.ts +0 -21
  59. package/lib/buttons/basic-button/basic-button.component.d.ts +0 -6
  60. package/lib/buttons/flat-button/flat-button.component.d.ts +0 -6
  61. package/lib/buttons/icon-button/icon-button.component.d.ts +0 -6
  62. package/lib/buttons/menu-item/menu-item.component.d.ts +0 -9
  63. package/lib/buttons/raised-button/raised-button.component.d.ts +0 -6
  64. package/lib/buttons/stroked-button/stroked-button.component.d.ts +0 -6
  65. package/lib/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -18
  66. package/lib/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -17
  67. package/lib/dialogs/services/dialog.service.d.ts +0 -26
  68. package/lib/inputs/cauca-date-time-picker/cauca-date-time-picker.component.d.ts +0 -29
  69. package/lib/inputs/password/models/password-validation.d.ts +0 -9
  70. package/lib/inputs/password/password-criteria/password-criteria.component.d.ts +0 -9
  71. package/lib/inputs/password/password-criteria-viewer/password-criteria-viewer.component.d.ts +0 -9
  72. package/lib/inputs/password/password-input/password-input.component.d.ts +0 -25
  73. package/lib/inputs/password/password-selection/password-selection.component.d.ts +0 -20
  74. package/lib/inputs/password/validators/password-validator.d.ts +0 -9
  75. package/lib/inputs/select-with-search/select-with-search.component.d.ts +0 -32
  76. package/lib/layout/expandable-panel/expandable-panel.component.d.ts +0 -10
  77. package/lib/layout/menu-expandable-panel/menu-expandable-panel.component.d.ts +0 -29
  78. package/lib/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.d.ts +0 -13
  79. package/lib/layout/page-title/page-title.component.d.ts +0 -11
  80. package/lib/notifications/snack-bar/snack-bar.component.d.ts +0 -17
  81. /package/lib/{inputs/cauca-date-time-picker → cauca-date-time-picker}/components/desktop-time-picker/desktop-time-picker.component.d.ts +0 -0
  82. /package/lib/{inputs/cauca-date-time-picker → cauca-date-time-picker}/components/mobile-time-picker/mobile-time-picker.component.d.ts +0 -0
@@ -1,50 +0,0 @@
1
- import { Component, inject, input } from '@angular/core';
2
- import { MatIconModule } from '@angular/material/icon';
3
- import { Router } from '@angular/router';
4
- import { TranslateModule } from '@ngx-translate/core';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/material/icon";
7
- import * as i2 from "@ngx-translate/core";
8
- export class MenuExpandablePanelItemComponent {
9
- constructor() {
10
- this.icon = input();
11
- this.title = input();
12
- this.route = input();
13
- this.isSubItem = input(false);
14
- this.action = input(null);
15
- this.router = inject(Router);
16
- }
17
- openRoute() {
18
- if (this.action()) {
19
- this.action()();
20
- }
21
- else {
22
- this.router.navigate(this.route());
23
- }
24
- }
25
- static { this.ɵfac = function MenuExpandablePanelItemComponent_Factory(t) { return new (t || MenuExpandablePanelItemComponent)(); }; }
26
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuExpandablePanelItemComponent, selectors: [["app-menu-expandable-panel-item"]], inputs: { icon: [1, "icon"], title: [1, "title"], route: [1, "route"], isSubItem: [1, "isSubItem"], action: [1, "action"] }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 6, vars: 6, consts: [[3, "click"]], template: function MenuExpandablePanelItemComponent_Template(rf, ctx) { if (rf & 1) {
27
- i0.ɵɵelementStart(0, "section", 0);
28
- i0.ɵɵlistener("click", function MenuExpandablePanelItemComponent_Template_section_click_0_listener() { return ctx.openRoute(); });
29
- i0.ɵɵelementStart(1, "mat-icon");
30
- i0.ɵɵtext(2);
31
- i0.ɵɵelementEnd();
32
- i0.ɵɵelementStart(3, "div");
33
- i0.ɵɵtext(4);
34
- i0.ɵɵpipe(5, "translate");
35
- i0.ɵɵelementEnd()();
36
- } if (rf & 2) {
37
- i0.ɵɵadvance(2);
38
- i0.ɵɵtextInterpolate(ctx.icon());
39
- i0.ɵɵadvance();
40
- i0.ɵɵclassMap(ctx.isSubItem() ? "subtitle2" : "subtitle1");
41
- i0.ɵɵadvance();
42
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 4, ctx.title()));
43
- } }, dependencies: [MatIconModule, i1.MatIcon, TranslateModule, i2.TranslatePipe], styles: ["section[_ngcontent-%COMP%]{display:flex;gap:16px;padding:16px 24px}"] }); }
44
- }
45
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MenuExpandablePanelItemComponent, [{
46
- type: Component,
47
- args: [{ selector: 'app-menu-expandable-panel-item', standalone: true, imports: [MatIconModule, TranslateModule], template: "<section (click)=\"openRoute()\">\r\n <mat-icon>{{icon()}}</mat-icon>\r\n <div [class]=\"isSubItem() ? 'subtitle2' : 'subtitle1'\">{{title() | translate}}</div>\r\n</section>", styles: ["section{display:flex;gap:16px;padding:16px 24px}\n"] }]
48
- }], null, null); })();
49
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MenuExpandablePanelItemComponent, { className: "MenuExpandablePanelItemComponent", filePath: "lib\\layout\\menu-expandable-panel-item\\menu-expandable-panel-item.component.ts", lineNumber: 13 }); })();
50
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS1leHBhbmRhYmxlLXBhbmVsLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2F1Y2EtbWF0ZXJpYWwvc3JjL2xpYi9sYXlvdXQvbWVudS1leHBhbmRhYmxlLXBhbmVsLWl0ZW0vbWVudS1leHBhbmRhYmxlLXBhbmVsLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2F1Y2EtbWF0ZXJpYWwvc3JjL2xpYi9sYXlvdXQvbWVudS1leHBhbmRhYmxlLXBhbmVsLWl0ZW0vbWVudS1leHBhbmRhYmxlLXBhbmVsLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDekMsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7O0FBU3RELE1BQU0sT0FBTyxnQ0FBZ0M7SUFQN0M7UUFRUyxTQUFJLEdBQXdCLEtBQUssRUFBRSxDQUFDO1FBQ3BDLFVBQUssR0FBd0IsS0FBSyxFQUFFLENBQUM7UUFDckMsVUFBSyxHQUEwQixLQUFLLEVBQUUsQ0FBQztRQUN2QyxjQUFTLEdBQXlCLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMvQyxXQUFNLEdBQWlDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUV6QyxXQUFNLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0tBUzFDO0lBUFEsU0FBUztRQUNkLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUM7UUFDbEIsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBQztRQUNyQyxDQUFDO0lBQ0gsQ0FBQztpR0FmVSxnQ0FBZ0M7b0VBQWhDLGdDQUFnQztZQ1o3QyxrQ0FBK0I7WUFBdEIsOEdBQVMsZUFBVyxJQUFDO1lBQzFCLGdDQUFVO1lBQUEsWUFBVTtZQUFBLGlCQUFXO1lBQy9CLDJCQUF1RDtZQUFBLFlBQXVCOztZQUNsRixBQURrRixpQkFBTSxFQUM5RTs7WUFGSSxlQUFVO1lBQVYsZ0NBQVU7WUFDZixjQUFpRDtZQUFqRCwwREFBaUQ7WUFBQyxjQUF1QjtZQUF2Qix1REFBdUI7NEJETXRFLGFBQWEsY0FBRSxlQUFlOztpRkFJN0IsZ0NBQWdDO2NBUDVDLFNBQVM7MkJBQ0UsZ0NBQWdDLGNBQzlCLElBQUksV0FDUCxDQUFDLGFBQWEsRUFBRSxlQUFlLENBQUM7O2tGQUk5QixnQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGluamVjdCwgaW5wdXQsIElucHV0U2lnbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1tZW51LWV4cGFuZGFibGUtcGFuZWwtaXRlbScsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbTWF0SWNvbk1vZHVsZSwgVHJhbnNsYXRlTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vbWVudS1leHBhbmRhYmxlLXBhbmVsLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9tZW51LWV4cGFuZGFibGUtcGFuZWwtaXRlbS5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIE1lbnVFeHBhbmRhYmxlUGFuZWxJdGVtQ29tcG9uZW50IHtcclxuICBwdWJsaWMgaWNvbjogSW5wdXRTaWduYWw8c3RyaW5nPiA9IGlucHV0KCk7XHJcbiAgcHVibGljIHRpdGxlOiBJbnB1dFNpZ25hbDxzdHJpbmc+ID0gaW5wdXQoKTtcclxuICBwdWJsaWMgcm91dGU6IElucHV0U2lnbmFsPHN0cmluZ1tdPiA9IGlucHV0KCk7XHJcbiAgcHVibGljIGlzU3ViSXRlbTogSW5wdXRTaWduYWw8Ym9vbGVhbj4gPSBpbnB1dChmYWxzZSk7XHJcbiAgcHVibGljIGFjdGlvbjogSW5wdXRTaWduYWw8KCkgPT4gdm9pZHxudWxsPiA9IGlucHV0KG51bGwpO1xyXG5cclxuICBwcml2YXRlIHJlYWRvbmx5IHJvdXRlciA9IGluamVjdChSb3V0ZXIpO1xyXG5cclxuICBwdWJsaWMgb3BlblJvdXRlKCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuYWN0aW9uKCkpIHtcclxuICAgICAgdGhpcy5hY3Rpb24oKSgpO1xyXG4gICAgfSBlbHNlIHtcclxuICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUodGhpcy5yb3V0ZSgpKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIiwiPHNlY3Rpb24gKGNsaWNrKT1cIm9wZW5Sb3V0ZSgpXCI+XHJcbiAgICA8bWF0LWljb24+e3tpY29uKCl9fTwvbWF0LWljb24+XHJcbiAgICA8ZGl2IFtjbGFzc109XCJpc1N1Ykl0ZW0oKSA/ICdzdWJ0aXRsZTInIDogJ3N1YnRpdGxlMSdcIj57e3RpdGxlKCkgfCB0cmFuc2xhdGV9fTwvZGl2PlxyXG48L3NlY3Rpb24+Il19
@@ -1,86 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, input } from '@angular/core';
3
- import { RouterModule } from '@angular/router';
4
- import { TranslateModule } from '@ngx-translate/core';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/common";
7
- import * as i2 from "@ngx-translate/core";
8
- import * as i3 from "@angular/router";
9
- function PageTitleComponent_div_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
10
- i0.ɵɵelementContainerStart(0);
11
- i0.ɵɵelementStart(1, "a", 6);
12
- i0.ɵɵtext(2);
13
- i0.ɵɵpipe(3, "translate");
14
- i0.ɵɵelementEnd();
15
- i0.ɵɵelementStart(4, "span");
16
- i0.ɵɵtext(5, "/");
17
- i0.ɵɵelementEnd();
18
- i0.ɵɵelementContainerEnd();
19
- } if (rf & 2) {
20
- const location_r1 = ctx.$implicit;
21
- const ctx_r1 = i0.ɵɵnextContext(2);
22
- i0.ɵɵadvance();
23
- i0.ɵɵproperty("routerLink", ctx_r1.currentLocationLink());
24
- i0.ɵɵadvance();
25
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, location_r1));
26
- } }
27
- function PageTitleComponent_div_4_Conditional_2_Template(rf, ctx) { if (rf & 1) {
28
- i0.ɵɵelementStart(0, "span", 5);
29
- i0.ɵɵtext(1);
30
- i0.ɵɵpipe(2, "translate");
31
- i0.ɵɵelementEnd();
32
- } if (rf & 2) {
33
- const ctx_r1 = i0.ɵɵnextContext(2);
34
- i0.ɵɵadvance();
35
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.breadcrumb()));
36
- } }
37
- function PageTitleComponent_div_4_Conditional_3_Template(rf, ctx) { if (rf & 1) {
38
- i0.ɵɵelementStart(0, "span", 5);
39
- i0.ɵɵtext(1);
40
- i0.ɵɵelementEnd();
41
- } if (rf & 2) {
42
- const ctx_r1 = i0.ɵɵnextContext(2);
43
- i0.ɵɵadvance();
44
- i0.ɵɵtextInterpolate(ctx_r1.breadcrumb());
45
- } }
46
- function PageTitleComponent_div_4_Template(rf, ctx) { if (rf & 1) {
47
- i0.ɵɵelementStart(0, "div", 3);
48
- i0.ɵɵtemplate(1, PageTitleComponent_div_4_ng_container_1_Template, 6, 4, "ng-container", 4)(2, PageTitleComponent_div_4_Conditional_2_Template, 3, 3, "span", 5)(3, PageTitleComponent_div_4_Conditional_3_Template, 2, 1, "span", 5);
49
- i0.ɵɵelementEnd();
50
- } if (rf & 2) {
51
- const ctx_r1 = i0.ɵɵnextContext();
52
- i0.ɵɵadvance();
53
- i0.ɵɵproperty("ngForOf", ctx_r1.currentLocation());
54
- i0.ɵɵadvance();
55
- i0.ɵɵconditional(ctx_r1.translateBreadcrumb() ? 2 : 3);
56
- } }
57
- export class PageTitleComponent {
58
- constructor() {
59
- this.title = input('');
60
- this.currentLocation = input([]);
61
- this.currentLocationLink = input(null);
62
- this.breadcrumb = input('');
63
- this.showBreadcrumb = input(false);
64
- this.translateBreadcrumb = input(false);
65
- }
66
- static { this.ɵfac = function PageTitleComponent_Factory(t) { return new (t || PageTitleComponent)(); }; }
67
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageTitleComponent, selectors: [["app-page-title"]], inputs: { title: [1, "title"], currentLocation: [1, "currentLocation"], currentLocationLink: [1, "currentLocationLink"], breadcrumb: [1, "breadcrumb"], showBreadcrumb: [1, "showBreadcrumb"], translateBreadcrumb: [1, "translateBreadcrumb"] }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 5, vars: 4, consts: [[1, "title-section"], [1, "title-label"], ["class", "breadcrumb", 4, "ngIf"], [1, "breadcrumb"], [4, "ngFor", "ngForOf"], [1, "breadcrumb-current"], [3, "routerLink"]], template: function PageTitleComponent_Template(rf, ctx) { if (rf & 1) {
68
- i0.ɵɵelementStart(0, "div", 0)(1, "h4", 1);
69
- i0.ɵɵtext(2);
70
- i0.ɵɵpipe(3, "translate");
71
- i0.ɵɵelementEnd();
72
- i0.ɵɵtemplate(4, PageTitleComponent_div_4_Template, 4, 2, "div", 2);
73
- i0.ɵɵelementEnd();
74
- } if (rf & 2) {
75
- i0.ɵɵadvance(2);
76
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, ctx.title()));
77
- i0.ɵɵadvance(2);
78
- i0.ɵɵproperty("ngIf", ctx.showBreadcrumb);
79
- } }, dependencies: [CommonModule, i1.NgForOf, i1.NgIf, TranslateModule, i2.TranslatePipe, RouterModule, i3.RouterLink], styles: [".title-section[_ngcontent-%COMP%]{display:flex;gap:8px;flex-direction:column;align-items:flex-start;align-self:stretch}.breadcrumb[_ngcontent-%COMP%]{display:flex;align-items:center;gap:8px}h4[_ngcontent-%COMP%]{padding:0}"], changeDetection: 0 }); }
80
- }
81
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageTitleComponent, [{
82
- type: Component,
83
- args: [{ selector: 'app-page-title', standalone: true, imports: [CommonModule, TranslateModule, RouterModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"title-section\">\n\n <h4 class=\"title-label\">{{title() | translate }}</h4>\n\n <div class=\"breadcrumb\" *ngIf=\"showBreadcrumb\">\n\n <ng-container *ngFor=\"let location of currentLocation()\">\n <a [routerLink]=\"currentLocationLink()\">{{location | translate }}</a>\n <span>/</span>\n </ng-container>\n\n @if (translateBreadcrumb()) {\n <span class=\"breadcrumb-current\">{{ breadcrumb() | translate }}</span>\n } @else {\n <span class=\"breadcrumb-current\">{{ breadcrumb() }}</span>\n }\n\n </div>\n\n</div>", styles: [".title-section{display:flex;gap:8px;flex-direction:column;align-items:flex-start;align-self:stretch}.breadcrumb{display:flex;align-items:center;gap:8px}h4{padding:0}\n"] }]
84
- }], null, null); })();
85
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageTitleComponent, { className: "PageTitleComponent", filePath: "lib\\layout\\page-title\\page-title.component.ts", lineNumber: 14 }); })();
86
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS10aXRsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYXVjYS1tYXRlcmlhbC9zcmMvbGliL2xheW91dC9wYWdlLXRpdGxlL3BhZ2UtdGl0bGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2F1Y2EtbWF0ZXJpYWwvc3JjL2xpYi9sYXlvdXQvcGFnZS10aXRsZS9wYWdlLXRpdGxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7Ozs7SUNHbEQsNkJBQXlEO0lBQ3ZELDRCQUF3QztJQUFBLFlBQXlCOztJQUFBLGlCQUFJO0lBQ3JFLDRCQUFNO0lBQUEsaUJBQUM7SUFBQSxpQkFBTzs7Ozs7SUFEWCxjQUFvQztJQUFwQyx5REFBb0M7SUFBQyxjQUF5QjtJQUF6Qix1REFBeUI7OztJQUtqRSwrQkFBaUM7SUFBQSxZQUE4Qjs7SUFBQSxpQkFBTzs7O0lBQXJDLGNBQThCO0lBQTlCLCtEQUE4Qjs7O0lBRS9ELCtCQUFpQztJQUFBLFlBQWtCO0lBQUEsaUJBQU87OztJQUF6QixjQUFrQjtJQUFsQix5Q0FBa0I7OztJQVZ2RCw4QkFBK0M7SUFTM0MsQUFGRixBQUxBLDJGQUF5RCxxRUFLNUIscUVBRXBCO0lBSVgsaUJBQU07OztJQVgrQixjQUFvQjtJQUFwQixrREFBb0I7SUFLdkQsY0FJQztJQUpELHNEQUlDOztBREZMLE1BQU0sT0FBTyxrQkFBa0I7SUFSL0I7UUFVUyxVQUFLLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzFCLG9CQUFlLEdBQUcsS0FBSyxDQUFXLEVBQUUsQ0FBQyxDQUFDO1FBQ3RDLHdCQUFtQixHQUFHLEtBQUssQ0FBTSxJQUFJLENBQUMsQ0FBQztRQUN2QyxlQUFVLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQy9CLG1CQUFjLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQ3ZDLHdCQUFtQixHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztLQUNwRDttRkFSWSxrQkFBa0I7b0VBQWxCLGtCQUFrQjtZQ1g3QixBQUZGLDhCQUEyQixZQUVEO1lBQUEsWUFBd0I7O1lBQUEsaUJBQUs7WUFFckQsbUVBQStDO1lBZWpELGlCQUFNOztZQWpCb0IsZUFBd0I7WUFBeEIsdURBQXdCO1lBRXZCLGVBQW9CO1lBQXBCLHlDQUFvQjs0QkRJbEMsWUFBWSx1QkFBRSxlQUFlLG9CQUFFLFlBQVk7O2lGQUszQyxrQkFBa0I7Y0FSOUIsU0FBUzsyQkFDRSxnQkFBZ0IsY0FDZCxJQUFJLFdBQ1AsQ0FBRSxZQUFZLEVBQUUsZUFBZSxFQUFFLFlBQVksQ0FBRSxtQkFHdkMsdUJBQXVCLENBQUMsTUFBTTs7a0ZBRXBDLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtcGFnZS10aXRsZScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFsgQ29tbW9uTW9kdWxlLCBUcmFuc2xhdGVNb2R1bGUsIFJvdXRlck1vZHVsZSBdLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFnZS10aXRsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhZ2UtdGl0bGUuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgUGFnZVRpdGxlQ29tcG9uZW50IHtcblxuICBwdWJsaWMgdGl0bGUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgcHVibGljIGN1cnJlbnRMb2NhdGlvbiA9IGlucHV0PHN0cmluZ1tdPihbXSk7XG4gIHB1YmxpYyBjdXJyZW50TG9jYXRpb25MaW5rID0gaW5wdXQ8YW55PihudWxsKTtcbiAgcHVibGljIGJyZWFkY3J1bWIgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgcHVibGljIHNob3dCcmVhZGNydW1iID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBwdWJsaWMgdHJhbnNsYXRlQnJlYWRjcnVtYiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJ0aXRsZS1zZWN0aW9uXCI+XG5cbiAgPGg0IGNsYXNzPVwidGl0bGUtbGFiZWxcIj57e3RpdGxlKCkgfCB0cmFuc2xhdGUgfX08L2g0PlxuXG4gIDxkaXYgY2xhc3M9XCJicmVhZGNydW1iXCIgKm5nSWY9XCJzaG93QnJlYWRjcnVtYlwiPlxuXG4gICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgbG9jYXRpb24gb2YgY3VycmVudExvY2F0aW9uKClcIj5cbiAgICAgIDxhIFtyb3V0ZXJMaW5rXT1cImN1cnJlbnRMb2NhdGlvbkxpbmsoKVwiPnt7bG9jYXRpb24gfCB0cmFuc2xhdGUgfX08L2E+XG4gICAgICA8c3Bhbj4vPC9zcGFuPlxuICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgQGlmICh0cmFuc2xhdGVCcmVhZGNydW1iKCkpIHtcbiAgICAgIDxzcGFuIGNsYXNzPVwiYnJlYWRjcnVtYi1jdXJyZW50XCI+e3sgYnJlYWRjcnVtYigpIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxuICAgIH0gQGVsc2Uge1xuICAgICAgPHNwYW4gY2xhc3M9XCJicmVhZGNydW1iLWN1cnJlbnRcIj57eyBicmVhZGNydW1iKCkgfX08L3NwYW4+XG4gICAgfVxuXG4gIDwvZGl2PlxuXG48L2Rpdj4iXX0=
@@ -1,75 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, EventEmitter, Output, computed, input } from '@angular/core';
2
- import { MatIcon } from '@angular/material/icon';
3
- import { StrokedButtonComponent } from '../../buttons/stroked-button/stroked-button.component';
4
- import { IconButtonComponent } from '../../buttons/icon-button/icon-button.component';
5
- import { NgClass } from '@angular/common';
6
- import { TranslateModule } from '@ngx-translate/core';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@ngx-translate/core";
9
- const _c0 = ["*"];
10
- function SnackBarComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
11
- const _r1 = i0.ɵɵgetCurrentView();
12
- i0.ɵɵelementStart(0, "app-stroked-button", 7);
13
- i0.ɵɵlistener("click", function SnackBarComponent_Conditional_10_Template_app_stroked_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.buttonClick.emit()); });
14
- i0.ɵɵelementEnd();
15
- } if (rf & 2) {
16
- const ctx_r1 = i0.ɵɵnextContext();
17
- i0.ɵɵproperty("color", ctx_r1.buttonColor())("label", ctx_r1.buttonLabel());
18
- } }
19
- function SnackBarComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
20
- const _r3 = i0.ɵɵgetCurrentView();
21
- i0.ɵɵelementStart(0, "app-icon-button", 8);
22
- i0.ɵɵlistener("click", function SnackBarComponent_Conditional_11_Template_app_icon_button_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeClick.emit()); });
23
- i0.ɵɵelementEnd();
24
- } }
25
- export class SnackBarComponent {
26
- constructor() {
27
- this.icon = input('info_outlined');
28
- this.title = input('');
29
- this.showButton = input(false);
30
- this.buttonLabel = input('');
31
- this.showCloseButton = input(false);
32
- this.type = input('info');
33
- this.variant = input('standard');
34
- this.appearanceClasses = computed(() => `${this.type()} ${this.variant()}`);
35
- this.buttonColor = computed(() => this.variant() === 'filled' ? 'white' : undefined);
36
- this.closeClick = new EventEmitter();
37
- this.buttonClick = new EventEmitter();
38
- }
39
- static { this.ɵfac = function SnackBarComponent_Factory(t) { return new (t || SnackBarComponent)(); }; }
40
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SnackBarComponent, selectors: [["app-snackbar"]], inputs: { icon: [1, "icon"], title: [1, "title"], showButton: [1, "showButton"], buttonLabel: [1, "buttonLabel"], showCloseButton: [1, "showCloseButton"], type: [1, "type"], variant: [1, "variant"] }, outputs: { closeClick: "closeClick", buttonClick: "buttonClick" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0, decls: 12, vars: 7, consts: [[1, "container", 3, "ngClass"], [1, "icon-container"], [1, "text-container"], [1, "title", "alert-title"], [1, "message", "body2"], [3, "color", "label"], ["icon", "close"], [3, "click", "color", "label"], ["icon", "close", 3, "click"]], template: function SnackBarComponent_Template(rf, ctx) { if (rf & 1) {
41
- i0.ɵɵprojectionDef();
42
- i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "mat-icon");
43
- i0.ɵɵtext(3);
44
- i0.ɵɵelementEnd()();
45
- i0.ɵɵelementStart(4, "div", 2)(5, "div", 3);
46
- i0.ɵɵtext(6);
47
- i0.ɵɵpipe(7, "translate");
48
- i0.ɵɵelementEnd();
49
- i0.ɵɵelementStart(8, "div", 4);
50
- i0.ɵɵprojection(9);
51
- i0.ɵɵelementEnd()();
52
- i0.ɵɵtemplate(10, SnackBarComponent_Conditional_10_Template, 1, 2, "app-stroked-button", 5)(11, SnackBarComponent_Conditional_11_Template, 1, 0, "app-icon-button", 6);
53
- i0.ɵɵelementEnd();
54
- } if (rf & 2) {
55
- i0.ɵɵproperty("ngClass", ctx.appearanceClasses());
56
- i0.ɵɵadvance(3);
57
- i0.ɵɵtextInterpolate(ctx.icon());
58
- i0.ɵɵadvance(3);
59
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 5, ctx.title()));
60
- i0.ɵɵadvance(4);
61
- i0.ɵɵconditional(ctx.showButton() ? 10 : -1);
62
- i0.ɵɵadvance();
63
- i0.ɵɵconditional(ctx.showCloseButton() ? 11 : -1);
64
- } }, dependencies: [MatIcon, StrokedButtonComponent, IconButtonComponent, NgClass, TranslateModule, i1.TranslatePipe], styles: [".info[_ngcontent-%COMP%]{--darkBackgroundColor: #0288D1;--lightBackgroundColor: #E5F6FD;--lightColor: white;--darkColor: #014361}.warning[_ngcontent-%COMP%]{--darkBackgroundColor: #ED6C02;--lightBackgroundColor: #FFF4E5;--lightColor: white;--darkColor: #663C00}.success[_ngcontent-%COMP%]{--darkBackgroundColor: #2E7D32;--lightBackgroundColor: #EDF7ED;--lightColor: white;--darkColor: #1E4620}.error[_ngcontent-%COMP%]{--darkBackgroundColor: #D32F2F;--lightBackgroundColor: #FDEDED;--lightColor: white;--darkColor: #5F2120}.filled[_ngcontent-%COMP%]{--textColor: var(--lightColor);--iconColor: var(--lightColor);background-color:var(--darkBackgroundColor)}.standard[_ngcontent-%COMP%], .outlined[_ngcontent-%COMP%]{--textColor: var(--darkColor);--iconColor: var(--darkBackgroundColor)}.container[_ngcontent-%COMP%]{display:flex;padding:6px 16px;align-items:flex-start;border-radius:4px}.text-container[_ngcontent-%COMP%]{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.icon-container[_ngcontent-%COMP%]{display:flex;padding:7px 12px 7px 0;align-items:flex-start}.icon-container[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:var(--iconColor)}.message[_ngcontent-%COMP%], .title[_ngcontent-%COMP%]{color:var(--textColor)}.standard[_ngcontent-%COMP%]{background-color:var(--lightBackgroundColor)}.outlined[_ngcontent-%COMP%]{background-color:transparent;border:1px solid var(--darkBackgroundColor)}.standard[_ngcontent-%COMP%] .outlined[_ngcontent-%COMP%]{color:var(--darkColor)}"], changeDetection: 0 }); }
65
- }
66
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SnackBarComponent, [{
67
- type: Component,
68
- args: [{ selector: 'app-snackbar', standalone: true, imports: [MatIcon, StrokedButtonComponent, IconButtonComponent, NgClass, TranslateModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"container\" [ngClass]=\"appearanceClasses()\">\r\n\r\n <div class=\"icon-container\">\r\n <mat-icon>{{icon()}}</mat-icon>\r\n </div>\r\n\r\n <div class=\"text-container\">\r\n <div class=\"title alert-title\">{{title()|translate}}</div>\r\n <div class=\"message body2\"><ng-content></ng-content></div>\r\n </div>\r\n\r\n @if (showButton()) {<app-stroked-button [color]=\"buttonColor()\" [label]=\"buttonLabel()\" (click)=\"buttonClick.emit()\" />}\r\n\r\n @if (showCloseButton()) {<app-icon-button icon=\"close\" (click)=\"closeClick.emit()\" />}\r\n\r\n</div>", styles: [".info{--darkBackgroundColor: #0288D1;--lightBackgroundColor: #E5F6FD;--lightColor: white;--darkColor: #014361}.warning{--darkBackgroundColor: #ED6C02;--lightBackgroundColor: #FFF4E5;--lightColor: white;--darkColor: #663C00}.success{--darkBackgroundColor: #2E7D32;--lightBackgroundColor: #EDF7ED;--lightColor: white;--darkColor: #1E4620}.error{--darkBackgroundColor: #D32F2F;--lightBackgroundColor: #FDEDED;--lightColor: white;--darkColor: #5F2120}.filled{--textColor: var(--lightColor);--iconColor: var(--lightColor);background-color:var(--darkBackgroundColor)}.standard,.outlined{--textColor: var(--darkColor);--iconColor: var(--darkBackgroundColor)}.container{display:flex;padding:6px 16px;align-items:flex-start;border-radius:4px}.text-container{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.icon-container{display:flex;padding:7px 12px 7px 0;align-items:flex-start}.icon-container mat-icon{color:var(--iconColor)}.message,.title{color:var(--textColor)}.standard{background-color:var(--lightBackgroundColor)}.outlined{background-color:transparent;border:1px solid var(--darkBackgroundColor)}.standard .outlined{color:var(--darkColor)}\n"] }]
69
- }], null, { closeClick: [{
70
- type: Output
71
- }], buttonClick: [{
72
- type: Output
73
- }] }); })();
74
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SnackBarComponent, { className: "SnackBarComponent", filePath: "lib\\notifications\\snack-bar\\snack-bar.component.ts", lineNumber: 16 }); })();
75
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic25hY2stYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhdWNhLW1hdGVyaWFsL3NyYy9saWIvbm90aWZpY2F0aW9ucy9zbmFjay1iYXIvc25hY2stYmFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhdWNhLW1hdGVyaWFsL3NyYy9saWIvbm90aWZpY2F0aW9ucy9zbmFjay1iYXIvc25hY2stYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFlLE1BQU0sRUFBVSxRQUFRLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQy9ILE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNqRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQztBQUMvRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUN0RixPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDMUMsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7Ozs7SUNNOUIsNkNBQW1HO0lBQS9CLGtNQUFTLHlCQUFrQixLQUFDO0lBQWhHLGlCQUFtRzs7O0lBQXZELEFBQXhCLDRDQUF1QiwrQkFBd0I7Ozs7SUFFOUQsMENBQTREO0lBQTlCLCtMQUFTLHdCQUFpQixLQUFDO0lBQXpELGlCQUE0RDs7QURFekYsTUFBTSxPQUFPLGlCQUFpQjtJQVI5QjtRQVVTLFNBQUksR0FBd0IsS0FBSyxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBQ25ELFVBQUssR0FBd0IsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZDLGVBQVUsR0FBeUIsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ2hELGdCQUFXLEdBQXdCLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUM3QyxvQkFBZSxHQUF5QixLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDckQsU0FBSSxHQUFvRCxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDdEUsWUFBTyxHQUFnRCxLQUFLLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDekUsc0JBQWlCLEdBQW1CLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxHQUFHLElBQUksQ0FBQyxJQUFJLEVBQUUsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFLEVBQUUsQ0FBQyxDQUFBO1FBQ3RGLGdCQUFXLEdBQW1CLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLEtBQUssUUFBUSxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBRXRGLGVBQVUsR0FBdUIsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUMxRCxnQkFBVyxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO0tBQzdFO2tGQWRZLGlCQUFpQjtvRUFBakIsaUJBQWlCOztZQ1p0QixBQURKLEFBRkosOEJBQXVELGFBRXZCLGVBQ2Q7WUFBQSxZQUFVO1lBQ3hCLEFBRHdCLGlCQUFXLEVBQzdCO1lBR0YsQUFESiw4QkFBNEIsYUFDTztZQUFBLFlBQXFCOztZQUFBLGlCQUFNO1lBQzFELDhCQUEyQjtZQUFBLGtCQUF5QjtZQUN4RCxBQUR3RCxpQkFBTSxFQUN4RDtZQUlOLEFBRkEsMkZBQW9CLDJFQUVLO1lBRTdCLGlCQUFNOztZQWZpQixpREFBK0I7WUFHcEMsZUFBVTtZQUFWLGdDQUFVO1lBSVcsZUFBcUI7WUFBckIsdURBQXFCO1lBSXhELGVBQXdIO1lBQXhILDRDQUF3SDtZQUV4SCxjQUFzRjtZQUF0RixpREFBc0Y7NEJESDlFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxtQkFBbUIsRUFBRSxPQUFPLEVBQUUsZUFBZTs7aUZBSzdFLGlCQUFpQjtjQVI3QixTQUFTOzJCQUNFLGNBQWMsY0FDWixJQUFJLFdBQ1AsQ0FBQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsbUJBQW1CLEVBQUUsT0FBTyxFQUFFLGVBQWUsQ0FBQyxtQkFHeEUsdUJBQXVCLENBQUMsTUFBTTtnQkFjOUIsVUFBVTtrQkFBMUIsTUFBTTtZQUNVLFdBQVc7a0JBQTNCLE1BQU07O2tGQWJJLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXRTaWduYWwsIE91dHB1dCwgU2lnbmFsLCBjb21wdXRlZCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTWF0SWNvbiB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xyXG5pbXBvcnQgeyBTdHJva2VkQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vYnV0dG9ucy9zdHJva2VkLWJ1dHRvbi9zdHJva2VkLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBJY29uQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vYnV0dG9ucy9pY29uLWJ1dHRvbi9pY29uLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBOZ0NsYXNzIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1zbmFja2JhcicsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbTWF0SWNvbiwgU3Ryb2tlZEJ1dHRvbkNvbXBvbmVudCwgSWNvbkJ1dHRvbkNvbXBvbmVudCwgTmdDbGFzcywgVHJhbnNsYXRlTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vc25hY2stYmFyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vc25hY2stYmFyLmNvbXBvbmVudC5zY3NzJyxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNuYWNrQmFyQ29tcG9uZW50IHtcclxuXHJcbiAgcHVibGljIGljb246IElucHV0U2lnbmFsPHN0cmluZz4gPSBpbnB1dCgnaW5mb19vdXRsaW5lZCcpO1xyXG4gIHB1YmxpYyB0aXRsZTogSW5wdXRTaWduYWw8c3RyaW5nPiA9IGlucHV0KCcnKTtcclxuICBwdWJsaWMgc2hvd0J1dHRvbjogSW5wdXRTaWduYWw8Ym9vbGVhbj4gPSBpbnB1dChmYWxzZSk7XHJcbiAgcHVibGljIGJ1dHRvbkxhYmVsOiBJbnB1dFNpZ25hbDxzdHJpbmc+ID0gaW5wdXQoJycpO1xyXG4gIHB1YmxpYyBzaG93Q2xvc2VCdXR0b246IElucHV0U2lnbmFsPGJvb2xlYW4+ID0gaW5wdXQoZmFsc2UpO1xyXG4gIHB1YmxpYyB0eXBlOiBJbnB1dFNpZ25hbDwnaW5mbyd8J3N1Y2Nlc3MnfCd3YXJuaW5nJ3wnZXJyb3InPiA9IGlucHV0KCdpbmZvJyk7XHJcbiAgcHVibGljIHZhcmlhbnQ6IElucHV0U2lnbmFsPCdmaWxsZWQnfCdvdXRsaW5lZCd8J3N0YW5kYXJkJz4gPSBpbnB1dCgnc3RhbmRhcmQnKTtcclxuICBwdWJsaWMgYXBwZWFyYW5jZUNsYXNzZXM6IFNpZ25hbDxzdHJpbmc+ID0gY29tcHV0ZWQoKCkgPT4gYCR7dGhpcy50eXBlKCl9ICR7dGhpcy52YXJpYW50KCl9YClcclxuICBwdWJsaWMgYnV0dG9uQ29sb3I6IFNpZ25hbDxzdHJpbmc+ID0gY29tcHV0ZWQoKCkgPT4gdGhpcy52YXJpYW50KCkgPT09ICdmaWxsZWQnID8gJ3doaXRlJyA6IHVuZGVmaW5lZCk7XHJcblxyXG4gIEBPdXRwdXQoKSBwdWJsaWMgY2xvc2VDbGljazogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG4gIEBPdXRwdXQoKSBwdWJsaWMgYnV0dG9uQ2xpY2s6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCIgW25nQ2xhc3NdPVwiYXBwZWFyYW5jZUNsYXNzZXMoKVwiPlxyXG5cclxuICAgIDxkaXYgY2xhc3M9XCJpY29uLWNvbnRhaW5lclwiPlxyXG4gICAgICAgIDxtYXQtaWNvbj57e2ljb24oKX19PC9tYXQtaWNvbj5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxkaXYgY2xhc3M9XCJ0ZXh0LWNvbnRhaW5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZSBhbGVydC10aXRsZVwiPnt7dGl0bGUoKXx0cmFuc2xhdGV9fTwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtZXNzYWdlIGJvZHkyXCI+PG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PjwvZGl2PlxyXG4gICAgPC9kaXY+XHJcblxyXG4gICAgQGlmIChzaG93QnV0dG9uKCkpIHs8YXBwLXN0cm9rZWQtYnV0dG9uIFtjb2xvcl09XCJidXR0b25Db2xvcigpXCIgW2xhYmVsXT1cImJ1dHRvbkxhYmVsKClcIiAoY2xpY2spPVwiYnV0dG9uQ2xpY2suZW1pdCgpXCIgLz59XHJcblxyXG4gICAgQGlmIChzaG93Q2xvc2VCdXR0b24oKSkgezxhcHAtaWNvbi1idXR0b24gaWNvbj1cImNsb3NlXCIgKGNsaWNrKT1cImNsb3NlQ2xpY2suZW1pdCgpXCIgLz59XHJcblxyXG48L2Rpdj4iXX0=
@@ -1,21 +0,0 @@
1
- import { InputSignal, OutputEmitterRef } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare abstract class BaseButton {
4
- color: InputSignal<string>;
5
- icon: InputSignal<string>;
6
- iconAlignment: InputSignal<'left' | 'right'>;
7
- isDisabled: InputSignal<boolean>;
8
- isInProgress: InputSignal<boolean>;
9
- showIcon: import("@angular/core").Signal<boolean>;
10
- iconToShow: import("@angular/core").Signal<string>;
11
- buttonDisabled: import("@angular/core").Signal<boolean>;
12
- buttonClick: OutputEmitterRef<void>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseButton, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseButton, never, never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
15
- }
16
- export declare abstract class BaseButtonWithLabel extends BaseButton {
17
- translateLabel: InputSignal<boolean>;
18
- label: InputSignal<string>;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseButtonWithLabel, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseButtonWithLabel, never, never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
21
- }
@@ -1,6 +0,0 @@
1
- import { BaseButtonWithLabel } from '../base-button';
2
- import * as i0 from "@angular/core";
3
- export declare class BasicButtonComponent extends BaseButtonWithLabel {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicButtonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicButtonComponent, "app-basic-button", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { BaseButtonWithLabel } from '../base-button';
2
- import * as i0 from "@angular/core";
3
- export declare class FlatButtonComponent extends BaseButtonWithLabel {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<FlatButtonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<FlatButtonComponent, "app-flat-button", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { BaseButton } from '../base-button';
2
- import * as i0 from "@angular/core";
3
- export declare class IconButtonComponent extends BaseButton {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "app-icon-button", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,9 +0,0 @@
1
- import { InputSignal } from '@angular/core';
2
- import { BaseButtonWithLabel } from '../base-button';
3
- import * as i0 from "@angular/core";
4
- export declare class MenuItemComponent extends BaseButtonWithLabel {
5
- translateLabel: InputSignal<boolean>;
6
- trigger: InputSignal<any>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemComponent, "app-menu-item", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,6 +0,0 @@
1
- import { BaseButtonWithLabel } from '../base-button';
2
- import * as i0 from "@angular/core";
3
- export declare class RaisedButtonComponent extends BaseButtonWithLabel {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<RaisedButtonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<RaisedButtonComponent, "app-raised-button", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { BaseButtonWithLabel } from '../base-button';
2
- import * as i0 from "@angular/core";
3
- export declare class StrokedButtonComponent extends BaseButtonWithLabel {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<StrokedButtonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<StrokedButtonComponent, "app-stroked-button", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,18 +0,0 @@
1
- import { MatDialogRef } from '@angular/material/dialog';
2
- import { ConfirmationOptions } from '../services/dialog.service';
3
- import * as i0 from "@angular/core";
4
- export declare class AlertDialogComponent {
5
- dialogRef: MatDialogRef<AlertDialogComponent>;
6
- data: AlertDialogData;
7
- title: string;
8
- message: string;
9
- constructor(dialogRef: MatDialogRef<AlertDialogComponent>, data: AlertDialogData);
10
- closeClick(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertDialogComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertDialogComponent, "app-alert-dialog", never, {}, {}, never, never, true, never>;
13
- }
14
- export interface AlertDialogData {
15
- title: string;
16
- message: string;
17
- options: ConfirmationOptions;
18
- }
@@ -1,17 +0,0 @@
1
- import { MatDialogRef } from '@angular/material/dialog';
2
- import { AlertDialogData } from '../alert-dialog/alert-dialog.component';
3
- import { ConfirmationOptions } from '../services/dialog.service';
4
- import * as i0 from "@angular/core";
5
- export declare class ConfirmDialogComponent {
6
- dialogRef: MatDialogRef<ConfirmDialogComponent>;
7
- data: AlertDialogData;
8
- title: string;
9
- message: string;
10
- options: ConfirmationOptions;
11
- constructor(dialogRef: MatDialogRef<ConfirmDialogComponent>, data: AlertDialogData);
12
- noClick(): void;
13
- yesClick(): void;
14
- cancelClick(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "app-confirm-dialog", never, {}, {}, never, never, true, never>;
17
- }
@@ -1,26 +0,0 @@
1
- import { MatDialog } from '@angular/material/dialog';
2
- import { Observable } from 'rxjs';
3
- import { ComponentType } from '@angular/cdk/portal';
4
- import * as i0 from "@angular/core";
5
- export declare class DialogService {
6
- private dialog;
7
- private defaultConfirmationOptions;
8
- constructor(dialog: MatDialog);
9
- showDialog(title: string, message: string): Promise<any>;
10
- showCustomDialog(component: ComponentType<unknown>, args: any, options?: any): Promise<Observable<any>>;
11
- askForConfirmation(title: string, message: string, args?: Partial<ConfirmationOptions>, options?: any): Promise<ConfirmationResult>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
14
- }
15
- export interface ConfirmationOptions {
16
- noText: string;
17
- noColor: string;
18
- yesText: string;
19
- yesColor: string;
20
- messageArgs: any;
21
- }
22
- export declare enum ConfirmationResult {
23
- Cancel = 0,
24
- Yes = 1,
25
- No = 2
26
- }
@@ -1,29 +0,0 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
2
- import { MatDialog } from '@angular/material/dialog';
3
- import { DatePipe } from '@angular/common';
4
- import * as i0 from "@angular/core";
5
- export declare class CaucaDateTimePickerComponent {
6
- private elementRef;
7
- private dialog;
8
- private datePipe;
9
- stepHours: number;
10
- stepMinutes: number;
11
- stepSecondes: number;
12
- minimumDate: Date;
13
- maximumDate: Date;
14
- showSeconds: boolean;
15
- showFormat: string;
16
- showClearButton: boolean;
17
- showButtonIcons: boolean;
18
- selectedChange: EventEmitter<Date>;
19
- stringDate: string;
20
- private selectedDate;
21
- constructor(elementRef: ElementRef, dialog: MatDialog, datePipe: DatePipe);
22
- set value(value: Date);
23
- showDialog(): void;
24
- private getDateTimePickerOptions;
25
- private stringifyDate;
26
- private getDialogPosition;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaDateTimePickerComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<CaucaDateTimePickerComponent, "cauca-date-time-picker", never, { "stepHours": { "alias": "stepHours"; "required": false; }; "stepMinutes": { "alias": "stepMinutes"; "required": false; }; "stepSecondes": { "alias": "stepSecondes"; "required": false; }; "minimumDate": { "alias": "minimumDate"; "required": false; }; "maximumDate": { "alias": "maximumDate"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "showFormat": { "alias": "showFormat"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showButtonIcons": { "alias": "showButtonIcons"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
29
- }
@@ -1,9 +0,0 @@
1
- export declare class PasswordValidation {
2
- hasMinimumCharacters: boolean;
3
- hasMinimumNumeric: boolean;
4
- hasLowerAndUppercase: boolean;
5
- hasSpecialCharacter: boolean;
6
- hasIdenticalPassword: boolean;
7
- constructor(hasMinimumCharacters?: boolean, hasMinimumNumeric?: boolean, hasLowerAndUppercase?: boolean, hasSpecialCharacter?: boolean, hasIdenticalPassword?: boolean);
8
- isValid(): boolean;
9
- }
@@ -1,9 +0,0 @@
1
- import { InputSignal } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class PasswordCriteriaComponent {
4
- label: InputSignal<string>;
5
- condition: InputSignal<boolean>;
6
- disabled: InputSignal<boolean>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<PasswordCriteriaComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordCriteriaComponent, "app-password-criteria", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "condition": { "alias": "condition"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import { InputSignal } from '@angular/core';
2
- import { PasswordValidation } from '../models/password-validation';
3
- import * as i0 from "@angular/core";
4
- export declare class PasswordCriteriaViewerComponent {
5
- passwordValidation: InputSignal<PasswordValidation>;
6
- disabled: InputSignal<boolean>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<PasswordCriteriaViewerComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordCriteriaViewerComponent, "app-password-criteria-viewer", never, { "passwordValidation": { "alias": "passwordValidation"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,25 +0,0 @@
1
- import { InputSignal, WritableSignal } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class PasswordInputComponent implements ControlValueAccessor {
5
- autocomplete: InputSignal<string>;
6
- translateLabel: InputSignal<boolean>;
7
- label: InputSignal<string>;
8
- translatePlaceholder: InputSignal<boolean>;
9
- placeholder: InputSignal<string>;
10
- required: InputSignal<boolean>;
11
- enterKeyDown: import("@angular/core").OutputEmitterRef<void>;
12
- passwordControl: FormControl;
13
- disabled: WritableSignal<boolean>;
14
- showPassword: WritableSignal<boolean>;
15
- inputType: import("@angular/core").Signal<"password" | "text">;
16
- constructor();
17
- writeValue(value: string): void;
18
- registerOnChange(fn: any): void;
19
- registerOnTouched(fn: any): void;
20
- setDisabledState?(isDisabled: boolean): void;
21
- onChange: (value: string) => string;
22
- onTouched: () => void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "app-password-input", never, { "autocomplete": { "alias": "autocomplete"; "required": false; "isSignal": true; }; "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "translatePlaceholder": { "alias": "translatePlaceholder"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, { "enterKeyDown": "enterKeyDown"; }, never, never, true, never>;
25
- }
@@ -1,20 +0,0 @@
1
- import { ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
2
- import { PasswordValidation } from '../models/password-validation';
3
- import * as i0 from "@angular/core";
4
- export declare class PasswordSelectionComponent implements ControlValueAccessor {
5
- form: UntypedFormGroup;
6
- passwordValidation: PasswordValidation;
7
- disabled: boolean;
8
- direction: 'row' | 'column';
9
- formWidth: string;
10
- private lastPasswordValidationSent;
11
- constructor(formBuilder: UntypedFormBuilder);
12
- writeValue(value: string): void;
13
- registerOnChange(fn: any): void;
14
- registerOnTouched(fn: any): void;
15
- setDisabledState?(isDisabled: boolean): void;
16
- onChange: (value: string) => string;
17
- onTouched: () => void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<PasswordSelectionComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordSelectionComponent, "app-password-selection", never, { "direction": { "alias": "direction"; "required": false; }; "formWidth": { "alias": "formWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
20
- }
@@ -1,9 +0,0 @@
1
- import { UntypedFormGroup } from '@angular/forms';
2
- import { PasswordValidation } from '../models/password-validation';
3
- export declare class PasswordValidator {
4
- static readonly passwordMinLength = 13;
5
- static validate(formGroup: UntypedFormGroup): PasswordValidation;
6
- static hasLowerCaseAndUpperCase(password: string): boolean;
7
- static hasNumeric(password: any): boolean;
8
- static hasSpecialCharacter(password: any): boolean;
9
- }
@@ -1,32 +0,0 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import { MatSelect } from '@angular/material/select';
4
- import { ReplaySubject, Subject } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- export interface Option {
7
- id: string;
8
- name: string;
9
- }
10
- export declare class SelectWithSearchComponent implements OnInit, OnDestroy {
11
- label: string;
12
- selectFirstOptionByDefault: boolean;
13
- optionFilterControl: FormControl<string>;
14
- filteredOptions: ReplaySubject<Option[]>;
15
- singleSelect: MatSelect;
16
- isDisabled: boolean;
17
- valueChanged: EventEmitter<any>;
18
- protected _onDestroy: Subject<void>;
19
- private selectedOptionId;
20
- private allOptions;
21
- set options(newOptions: Option[]);
22
- get options(): Option[];
23
- set value(newValue: string);
24
- get value(): string;
25
- ngOnInit(): void;
26
- ngOnDestroy(): void;
27
- private filterCities;
28
- private setInitialSelectedOption;
29
- private selectFirstOption;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectWithSearchComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectWithSearchComponent, "app-select-with-search", never, { "label": { "alias": "label"; "required": true; }; "selectFirstOptionByDefault": { "alias": "selectFirstOptionByDefault"; "required": false; }; "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChanged": "valueChanged"; }, never, ["*"], true, never>;
32
- }
@@ -1,10 +0,0 @@
1
- import { InputSignal, ModelSignal } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ExpandablePanelComponent {
4
- isCollapsed: ModelSignal<boolean>;
5
- title: InputSignal<string>;
6
- subTitle: InputSignal<string>;
7
- changeState(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ExpandablePanelComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpandablePanelComponent, "app-expandable-panel", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subTitle": { "alias": "subTitle"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; }, never, ["*"], true, never>;
10
- }
@@ -1,29 +0,0 @@
1
- import { InputSignal, WritableSignal } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MenuExpandablePanelComponent {
4
- title: InputSignal<string>;
5
- isSubItem: InputSignal<boolean>;
6
- subTitle: InputSignal<string>;
7
- menuIcon: InputSignal<string>;
8
- showExpansionIcon: InputSignal<boolean>;
9
- addTopBorderRadius: InputSignal<boolean>;
10
- bottomBorder: InputSignal<boolean>;
11
- addBottomBorderRadius: InputSignal<boolean>;
12
- route: InputSignal<string[]>;
13
- items: InputSignal<{
14
- icon: string;
15
- title: string;
16
- route?: string[];
17
- action?: () => void;
18
- }[]>;
19
- opened: WritableSignal<boolean>;
20
- private readonly router;
21
- get topLeftRadius(): string;
22
- get topRightRadius(): string;
23
- get bottomLeftRadius(): string;
24
- get bottomRightRadius(): string;
25
- get bottomBorderClass(): boolean;
26
- handleClick(): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuExpandablePanelComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuExpandablePanelComponent, "app-menu-expandable-panel", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "isSubItem": { "alias": "isSubItem"; "required": false; "isSignal": true; }; "subTitle": { "alias": "subTitle"; "required": false; "isSignal": true; }; "menuIcon": { "alias": "menuIcon"; "required": false; "isSignal": true; }; "showExpansionIcon": { "alias": "showExpansionIcon"; "required": false; "isSignal": true; }; "addTopBorderRadius": { "alias": "addTopBorderRadius"; "required": false; "isSignal": true; }; "bottomBorder": { "alias": "bottomBorder"; "required": false; "isSignal": true; }; "addBottomBorderRadius": { "alias": "addBottomBorderRadius"; "required": false; "isSignal": true; }; "route": { "alias": "route"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
29
- }
@@ -1,13 +0,0 @@
1
- import { InputSignal } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MenuExpandablePanelItemComponent {
4
- icon: InputSignal<string>;
5
- title: InputSignal<string>;
6
- route: InputSignal<string[]>;
7
- isSubItem: InputSignal<boolean>;
8
- action: InputSignal<() => void | null>;
9
- private readonly router;
10
- openRoute(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuExpandablePanelItemComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuExpandablePanelItemComponent, "app-menu-expandable-panel-item", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "route": { "alias": "route"; "required": false; "isSignal": true; }; "isSubItem": { "alias": "isSubItem"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class PageTitleComponent {
3
- title: import("@angular/core").InputSignal<string>;
4
- currentLocation: import("@angular/core").InputSignal<string[]>;
5
- currentLocationLink: import("@angular/core").InputSignal<any>;
6
- breadcrumb: import("@angular/core").InputSignal<string>;
7
- showBreadcrumb: import("@angular/core").InputSignal<boolean>;
8
- translateBreadcrumb: import("@angular/core").InputSignal<boolean>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<PageTitleComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<PageTitleComponent, "app-page-title", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "currentLocation": { "alias": "currentLocation"; "required": false; "isSignal": true; }; "currentLocationLink": { "alias": "currentLocationLink"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; "showBreadcrumb": { "alias": "showBreadcrumb"; "required": false; "isSignal": true; }; "translateBreadcrumb": { "alias": "translateBreadcrumb"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
11
- }