@cauca-911/material 20.0.14 → 20.0.16
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/fesm2022/cauca-911-material.mjs +202 -49
- package/fesm2022/cauca-911-material.mjs.map +1 -1
- package/index.d.ts +53 -4
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, Component, EventEmitter, Output, Input, signal, inject, HostListener, Injector, ElementRef, forwardRef, input, computed, output, Directive, ChangeDetectionStrategy, Inject, HostBinding, model, TemplateRef, Optional, Self, ContentChild, ViewChild } from '@angular/core';
|
|
2
|
+
import { Injectable, Component, EventEmitter, Output, Input, signal, inject, HostListener, Injector, ElementRef, forwardRef, input, computed, output, Directive, ChangeDetectionStrategy, Inject, HostBinding, model, TemplateRef, Optional, Self, ContentChild, ViewChild, NgModule } from '@angular/core';
|
|
3
3
|
import * as i1 from '@ngx-translate/core';
|
|
4
4
|
import { TranslateModule, TranslatePipe, TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import * as i1$6 from '@angular/material/dialog';
|
|
@@ -21,10 +21,10 @@ import { CommonModule, DatePipe, NgClass } from '@angular/common';
|
|
|
21
21
|
import * as i1$4 from '@angular/material/form-field';
|
|
22
22
|
import { MatFormFieldModule, MatFormFieldControl } from '@angular/material/form-field';
|
|
23
23
|
import * as i1$7 from '@angular/forms';
|
|
24
|
-
import { Validators, NgControl, FormControlName, ControlContainer, FormControl, NG_VALUE_ACCESSOR, ReactiveFormsModule, FormsModule, FormGroup, UntypedFormControl } from '@angular/forms';
|
|
24
|
+
import { Validators, NgControl, FormControlName, ControlContainer, FormControl, NG_VALUE_ACCESSOR, ReactiveFormsModule, FormsModule, FormGroup, FormControlDirective, UntypedFormControl } from '@angular/forms';
|
|
25
25
|
import * as i1$5 from '@angular/cdk/clipboard';
|
|
26
26
|
import { MatMenuItem, MatMenuTrigger } from '@angular/material/menu';
|
|
27
|
-
import { firstValueFrom, of, tap, mergeMap, catchError, finalize, throwError, filter, Subject, startWith, map } from 'rxjs';
|
|
27
|
+
import { firstValueFrom, of, tap, mergeMap, catchError, finalize, throwError, filter, Subject, startWith, map, ReplaySubject, switchMap, EMPTY, combineLatest, distinctUntilChanged } from 'rxjs';
|
|
28
28
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
29
29
|
import * as i2$2 from '@angular/cdk/layout';
|
|
30
30
|
import * as i5 from '@angular/cdk/text-field';
|
|
@@ -134,7 +134,7 @@ class MobileTimePickerComponent {
|
|
|
134
134
|
}], valueChange: [{
|
|
135
135
|
type: Output
|
|
136
136
|
}] }); })();
|
|
137
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MobileTimePickerComponent, { className: "MobileTimePickerComponent", filePath: "lib/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.ts", lineNumber: 18 }); })();
|
|
137
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MobileTimePickerComponent, { className: "MobileTimePickerComponent", filePath: "lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.ts", lineNumber: 18 }); })();
|
|
138
138
|
|
|
139
139
|
function DesktopTimePickerComponent_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
140
140
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -179,7 +179,7 @@ class DesktopTimePickerComponent {
|
|
|
179
179
|
}], valueChange: [{
|
|
180
180
|
type: Output
|
|
181
181
|
}] }); })();
|
|
182
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DesktopTimePickerComponent, { className: "DesktopTimePickerComponent", filePath: "lib/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.ts", lineNumber: 12 }); })();
|
|
182
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DesktopTimePickerComponent, { className: "DesktopTimePickerComponent", filePath: "lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.ts", lineNumber: 12 }); })();
|
|
183
183
|
|
|
184
184
|
const _c0$b = (a0, a1) => ({ all: a0, someOptions: a1 });
|
|
185
185
|
function DialogDateTimePickerComponent_Conditional_4_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -523,7 +523,7 @@ class DialogDateTimePickerComponent {
|
|
|
523
523
|
type: HostListener,
|
|
524
524
|
args: ['window:resize', ['$event']]
|
|
525
525
|
}] }); })();
|
|
526
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogDateTimePickerComponent, { className: "DialogDateTimePickerComponent", filePath: "lib/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.ts", lineNumber: 30 }); })();
|
|
526
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogDateTimePickerComponent, { className: "DialogDateTimePickerComponent", filePath: "lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.ts", lineNumber: 30 }); })();
|
|
527
527
|
|
|
528
528
|
function CaucaDateTimePickerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
529
529
|
i0.ɵɵelementStart(0, "mat-label");
|
|
@@ -716,7 +716,7 @@ class CaucaDateTimePickerComponent {
|
|
|
716
716
|
}], value: [{
|
|
717
717
|
type: Input
|
|
718
718
|
}] }); })();
|
|
719
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaDateTimePickerComponent, { className: "CaucaDateTimePickerComponent", filePath: "lib/cauca-date-time-picker/cauca-date-time-picker.component.ts", lineNumber: 33 }); })();
|
|
719
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaDateTimePickerComponent, { className: "CaucaDateTimePickerComponent", filePath: "lib/components/cauca-date-time-picker/cauca-date-time-picker.component.ts", lineNumber: 33 }); })();
|
|
720
720
|
|
|
721
721
|
class BaseButton {
|
|
722
722
|
constructor() {
|
|
@@ -815,7 +815,7 @@ class BasicButtonComponent extends BaseButtonWithLabel {
|
|
|
815
815
|
type: Component,
|
|
816
816
|
args: [{ selector: 'cauca-basic-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatIcon, MatButton, TranslateModule, NgClass], template: "<button mat-button [ngClass]=\"small() ? 'small-button' : ''\" [color]=\"color()\" onclick=\"this.blur()\" [disabled]=\"buttonDisabled()\" (click)=\"buttonClick.emit()\">\r\n @if(showIcon() && iconAlignment() === 'left') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n @if (translateLabel()) {{{label()|translate}}} @else {{{label()}}}\r\n @if(showIcon() && iconAlignment() === 'right') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n</button>", styles: [".mdc-button.mat-white,.mat-stroked-button.mat-white{color:#fff;border-color:#fff}.mdc-button.mat-white:hover,.mat-mdc-outlined-button.mat-white:hover{background-color:transparent}mat-icon{color:inherit}\n"] }]
|
|
817
817
|
}], null, null); })();
|
|
818
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BasicButtonComponent, { className: "BasicButtonComponent", filePath: "lib/buttons/basic-button/basic-button.component.ts", lineNumber: 16 }); })();
|
|
818
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BasicButtonComponent, { className: "BasicButtonComponent", filePath: "lib/components/buttons/basic-button/basic-button.component.ts", lineNumber: 16 }); })();
|
|
819
819
|
|
|
820
820
|
function FabButtonComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
821
821
|
i0.ɵɵelementStart(0, "mat-icon");
|
|
@@ -849,7 +849,7 @@ class FabButtonComponent extends BaseButtonWithLabel {
|
|
|
849
849
|
type: Component,
|
|
850
850
|
args: [{ selector: 'cauca-fab-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatButtonModule, MatIconModule], template: "<button mat-fab [color]=\"color()\" onclick=\"this.blur()\" [disabled]=\"buttonDisabled()\" (click)=\"buttonClick.emit()\">\r\n @if (showIcon()) { <mat-icon [style.color]=\"iconColor()\" [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n</button>", styles: [".mdc-button.mat-white,.mat-mdc-fab{color:#fff;border-color:#fff}.mdc-button.mat-white:hover,.mat-mdc-outlined-button.mat-white:hover{background-color:transparent}mat-icon{color:inherit}\n"] }]
|
|
851
851
|
}], null, null); })();
|
|
852
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FabButtonComponent, { className: "FabButtonComponent", filePath: "lib/buttons/fab-button/fab-button.component.ts", lineNumber: 14 }); })();
|
|
852
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FabButtonComponent, { className: "FabButtonComponent", filePath: "lib/components/buttons/fab-button/fab-button.component.ts", lineNumber: 14 }); })();
|
|
853
853
|
|
|
854
854
|
function FlatButtonComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
855
855
|
i0.ɵɵelementStart(0, "mat-icon");
|
|
@@ -907,7 +907,7 @@ class FlatButtonComponent extends BaseButtonWithLabel {
|
|
|
907
907
|
type: Component,
|
|
908
908
|
args: [{ selector: 'cauca-flat-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatIcon, MatButton, TranslateModule, NgClass], template: "<button mat-flat-button [ngClass]=\"small() ? 'small-button' : ''\" [color]=\"color()\" onclick=\"this.blur()\" [disabled]=\"buttonDisabled()\" (click)=\"buttonClick.emit();\">\r\n @if(showIcon() && iconAlignment() === 'left') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n @if (translateLabel()) {{{label()|translate}}} @else {{{label()}}}\r\n @if(showIcon() && iconAlignment() === 'right') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n</button>", styles: [".mdc-button.mat-white,.mat-stroked-button.mat-white{color:#fff;border-color:#fff}.mdc-button.mat-white:hover,.mat-mdc-outlined-button.mat-white:hover{background-color:transparent}mat-icon{color:inherit}\n"] }]
|
|
909
909
|
}], null, null); })();
|
|
910
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FlatButtonComponent, { className: "FlatButtonComponent", filePath: "lib/buttons/flat-button/flat-button.component.ts", lineNumber: 16 }); })();
|
|
910
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FlatButtonComponent, { className: "FlatButtonComponent", filePath: "lib/components/buttons/flat-button/flat-button.component.ts", lineNumber: 16 }); })();
|
|
911
911
|
|
|
912
912
|
class IconButtonComponent extends BaseButton {
|
|
913
913
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵIconButtonComponent_BaseFactory; return function IconButtonComponent_Factory(__ngFactoryType__) { return (ɵIconButtonComponent_BaseFactory || (ɵIconButtonComponent_BaseFactory = i0.ɵɵgetInheritedFactory(IconButtonComponent)))(__ngFactoryType__ || IconButtonComponent); }; })(); }
|
|
@@ -930,7 +930,7 @@ class IconButtonComponent extends BaseButton {
|
|
|
930
930
|
type: Component,
|
|
931
931
|
args: [{ selector: 'cauca-icon-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatIconButton, MatIcon], template: "<button (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" mat-icon-button onclick=\"this.blur()\" (click)=\"buttonClick.emit();\" [disabled]=\"buttonDisabled()\">\r\n <mat-icon [style.color]=\"iconColor()\" [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon>\r\n</button>", styles: [":host{display:flex}.mdc-button.mat-white,.mat-stroked-button.mat-white{color:#fff;border-color:#fff}.mdc-button.mat-white:hover,.mat-mdc-outlined-button.mat-white:hover{background-color:transparent}mat-icon{color:#006496}.mat-mdc-button-disabled .mat-icon{color:#12101461}\n"] }]
|
|
932
932
|
}], null, null); })();
|
|
933
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IconButtonComponent, { className: "IconButtonComponent", filePath: "lib/buttons/icon-button/icon-button.component.ts", lineNumber: 14 }); })();
|
|
933
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IconButtonComponent, { className: "IconButtonComponent", filePath: "lib/components/buttons/icon-button/icon-button.component.ts", lineNumber: 14 }); })();
|
|
934
934
|
|
|
935
935
|
function ButtonComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
936
936
|
i0.ɵɵelementStart(0, "mat-icon");
|
|
@@ -1137,7 +1137,7 @@ class ButtonComponent {
|
|
|
1137
1137
|
}], buttonClick: [{
|
|
1138
1138
|
type: Output
|
|
1139
1139
|
}] }); })();
|
|
1140
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ButtonComponent, { className: "ButtonComponent", filePath: "lib/button/button.component.ts", lineNumber: 12 }); })();
|
|
1140
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ButtonComponent, { className: "ButtonComponent", filePath: "lib/components/button/button.component.ts", lineNumber: 12 }); })();
|
|
1141
1141
|
|
|
1142
1142
|
class LinkButtonComponent {
|
|
1143
1143
|
constructor(clipboard) {
|
|
@@ -1162,7 +1162,7 @@ class LinkButtonComponent {
|
|
|
1162
1162
|
type: Component,
|
|
1163
1163
|
args: [{ selector: 'cauca-link-button', changeDetection: ChangeDetectionStrategy.OnPush, imports: [ButtonComponent, TranslatePipe], template: "<cauca-button class=\"link-button\" icon=\"link\" type=\"stroked\" color=\"primary\" (buttonClick)=\"copyLink()\" [label]=\"'copyLink'|translate\" />", styles: [".link-button{text-decoration:dashed}\n"] }]
|
|
1164
1164
|
}], () => [{ type: i1$5.Clipboard }], null); })();
|
|
1165
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LinkButtonComponent, { className: "LinkButtonComponent", filePath: "lib/buttons/link-button/link-button.component.ts", lineNumber: 14 }); })();
|
|
1165
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LinkButtonComponent, { className: "LinkButtonComponent", filePath: "lib/components/buttons/link-button/link-button.component.ts", lineNumber: 14 }); })();
|
|
1166
1166
|
|
|
1167
1167
|
function MenuItemComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
1168
1168
|
i0.ɵɵelementStart(0, "mat-icon");
|
|
@@ -1227,7 +1227,7 @@ class MenuItemComponent extends BaseButtonWithLabel {
|
|
|
1227
1227
|
type: Component,
|
|
1228
1228
|
args: [{ selector: 'cauca-menu-item', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatMenuItem, TranslateModule, MatIcon, MatMenuTrigger, NgClass], template: "<button (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" mat-menu-item [ngClass]=\"small() ? 'small-button' : ''\" class=\"change-password-menu-item\" [matMenuTriggerFor]=\"trigger()\" [disabled]=\"buttonDisabled()\" (click)=\"buttonClick.emit()\">\r\n @if(showIcon() && iconAlignment() === 'left') { <mat-icon [style.color]=\"iconColor()\" [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n @if (translateLabel()) {{{label()|translate}}} @else {{{label()}}}\r\n @if(showIcon() && iconAlignment() === 'right') { <mat-icon [style.color]=\"iconColor()\" [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n</button>\r\n", styles: [".mat-mdc-menu-item .mat-icon-no-color{color:#0000008f}mat-icon{color:inherit}\n"] }]
|
|
1229
1229
|
}], null, null); })();
|
|
1230
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MenuItemComponent, { className: "MenuItemComponent", filePath: "lib/buttons/menu-item/menu-item.component.ts", lineNumber: 16 }); })();
|
|
1230
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MenuItemComponent, { className: "MenuItemComponent", filePath: "lib/components/buttons/menu-item/menu-item.component.ts", lineNumber: 16 }); })();
|
|
1231
1231
|
|
|
1232
1232
|
function RaisedButtonComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
1233
1233
|
i0.ɵɵelementStart(0, "mat-icon");
|
|
@@ -1285,7 +1285,7 @@ class RaisedButtonComponent extends BaseButtonWithLabel {
|
|
|
1285
1285
|
type: Component,
|
|
1286
1286
|
args: [{ selector: 'cauca-raised-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatButton, MatIconModule, TranslateModule, NgClass], template: "<button mat-raised-button [ngClass]=\"small() ? 'small-button' : ''\" [color]=\"color()\" onclick=\"this.blur()\" [disabled]=\"buttonDisabled()\" (click)=\"buttonClick.emit()\">\r\n @if (showIcon() && iconAlignment() === 'left') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n @if (translateLabel()) {{{label()|translate}}} @else {{{label()}}}\r\n @if (showIcon() && iconAlignment() === 'right') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n</button>", styles: [".mdc-button.mat-white,.mat-stroked-button.mat-white{color:#fff;border-color:#fff}.mdc-button.mat-white:hover,.mat-mdc-outlined-button.mat-white:hover{background-color:transparent}mat-icon{color:inherit}\n"] }]
|
|
1287
1287
|
}], null, null); })();
|
|
1288
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RaisedButtonComponent, { className: "RaisedButtonComponent", filePath: "lib/buttons/raised-button/raised-button.component.ts", lineNumber: 16 }); })();
|
|
1288
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RaisedButtonComponent, { className: "RaisedButtonComponent", filePath: "lib/components/buttons/raised-button/raised-button.component.ts", lineNumber: 16 }); })();
|
|
1289
1289
|
|
|
1290
1290
|
class RefreshButtonComponent {
|
|
1291
1291
|
constructor() {
|
|
@@ -1313,7 +1313,7 @@ class RefreshButtonComponent {
|
|
|
1313
1313
|
}], refreshEvent: [{
|
|
1314
1314
|
type: Output
|
|
1315
1315
|
}] }); })();
|
|
1316
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RefreshButtonComponent, { className: "RefreshButtonComponent", filePath: "lib/buttons/refresh-button/refresh-button.component.ts", lineNumber: 12 }); })();
|
|
1316
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RefreshButtonComponent, { className: "RefreshButtonComponent", filePath: "lib/components/buttons/refresh-button/refresh-button.component.ts", lineNumber: 12 }); })();
|
|
1317
1317
|
|
|
1318
1318
|
function RoundButtonComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
1319
1319
|
i0.ɵɵtext(0);
|
|
@@ -1345,7 +1345,7 @@ class RoundButtonComponent extends BaseButtonWithLabel {
|
|
|
1345
1345
|
type: Component,
|
|
1346
1346
|
args: [{ selector: 'cauca-round-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [TranslateModule], template: "<button (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" onclick=\"this.blur()\" (click)=\"buttonClick.emit();\" [disabled]=\"buttonDisabled()\">\r\n @if (translateLabel()) {{{label()|translate}}} @else {{{label()}}}\r\n</button>", styles: ["button{border-radius:100px;background-color:inherit;outline:none;border-width:0px;height:40px;width:40px;cursor:pointer}:host{display:flex}.mdc-button.mat-white,.mat-stroked-button.mat-white{color:#fff;border-color:#fff}.mdc-button.mat-white:hover,.mat-mdc-outlined-button.mat-white:hover{background-color:transparent}mat-icon{color:#006496}.mat-mdc-button-disabled .mat-icon{color:#12101461}\n"] }]
|
|
1347
1347
|
}], null, null); })();
|
|
1348
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RoundButtonComponent, { className: "RoundButtonComponent", filePath: "lib/buttons/round-button/round-button.component.ts", lineNumber: 13 }); })();
|
|
1348
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RoundButtonComponent, { className: "RoundButtonComponent", filePath: "lib/components/buttons/round-button/round-button.component.ts", lineNumber: 13 }); })();
|
|
1349
1349
|
|
|
1350
1350
|
function StrokedButtonComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
1351
1351
|
i0.ɵɵelementStart(0, "mat-icon");
|
|
@@ -1410,7 +1410,7 @@ class StrokedButtonComponent extends BaseButtonWithLabel {
|
|
|
1410
1410
|
type: Component,
|
|
1411
1411
|
args: [{ selector: 'cauca-stroked-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatButton, MatIconModule, TranslateModule, NgClass], template: "<button mat-stroked-button [ngClass]=\"small() ? 'small-button' : ''\" [color]=\"color()\" onclick=\"this.blur()\" [disabled]=\"buttonDisabled()\" (click)=\"buttonClick.emit()\" [class.icon-only]=\"!label()\">\r\n @if(showIcon() && iconAlignment() === 'left') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n @if (label()) { @if (translateLabel()) {{{label()|translate}}} @else {{{label()}}} }\r\n @if(showIcon() && iconAlignment() === 'right') { <mat-icon [class.button-spin]=\"isInProgress()\">{{iconToShow()}}</mat-icon> }\r\n</button>", styles: [".mdc-button.mat-white,.mat-stroked-button.mat-white{color:#fff;border-color:#fff}.mdc-button.mat-white:hover,.mat-mdc-outlined-button.mat-white:hover{background-color:transparent}.icon-only{width:36px;height:36px;min-width:38px;padding:0}.icon-only mat-icon{margin:0}mat-icon{color:inherit}\n"] }]
|
|
1412
1412
|
}], null, null); })();
|
|
1413
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrokedButtonComponent, { className: "StrokedButtonComponent", filePath: "lib/buttons/stroked-button/stroked-button.component.ts", lineNumber: 16 }); })();
|
|
1413
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrokedButtonComponent, { className: "StrokedButtonComponent", filePath: "lib/components/buttons/stroked-button/stroked-button.component.ts", lineNumber: 16 }); })();
|
|
1414
1414
|
|
|
1415
1415
|
class AlertDialogComponent {
|
|
1416
1416
|
constructor(dialogRef, data, breakdownObserver) {
|
|
@@ -1456,7 +1456,7 @@ class AlertDialogComponent {
|
|
|
1456
1456
|
type: Inject,
|
|
1457
1457
|
args: [MAT_DIALOG_DATA]
|
|
1458
1458
|
}] }, { type: i2$2.BreakpointObserver }], null); })();
|
|
1459
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AlertDialogComponent, { className: "AlertDialogComponent", filePath: "lib/dialogs/alert-dialog/alert-dialog.component.ts", lineNumber: 17 }); })();
|
|
1459
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AlertDialogComponent, { className: "AlertDialogComponent", filePath: "lib/components/dialogs/alert-dialog/alert-dialog.component.ts", lineNumber: 17 }); })();
|
|
1460
1460
|
|
|
1461
1461
|
class ConfirmDialogComponent {
|
|
1462
1462
|
constructor(dialogRef, data, breakdownObserver) {
|
|
@@ -1516,7 +1516,7 @@ class ConfirmDialogComponent {
|
|
|
1516
1516
|
type: Inject,
|
|
1517
1517
|
args: [MAT_DIALOG_DATA]
|
|
1518
1518
|
}] }, { type: i2$2.BreakpointObserver }], null); })();
|
|
1519
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfirmDialogComponent, { className: "ConfirmDialogComponent", filePath: "lib/dialogs/confirm-dialog/confirm-dialog.component.ts", lineNumber: 19 }); })();
|
|
1519
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfirmDialogComponent, { className: "ConfirmDialogComponent", filePath: "lib/components/dialogs/confirm-dialog/confirm-dialog.component.ts", lineNumber: 19 }); })();
|
|
1520
1520
|
|
|
1521
1521
|
function TextInputDialogComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
1522
1522
|
i0.ɵɵelement(0, "textarea", 5);
|
|
@@ -1643,7 +1643,7 @@ class TextInputDialogComponent {
|
|
|
1643
1643
|
type: Inject,
|
|
1644
1644
|
args: [MAT_DIALOG_DATA]
|
|
1645
1645
|
}] }], null); })();
|
|
1646
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TextInputDialogComponent, { className: "TextInputDialogComponent", filePath: "lib/dialogs/text-input-dialog/text-input-dialog.component.ts", lineNumber: 19 }); })();
|
|
1646
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TextInputDialogComponent, { className: "TextInputDialogComponent", filePath: "lib/components/dialogs/text-input-dialog/text-input-dialog.component.ts", lineNumber: 19 }); })();
|
|
1647
1647
|
|
|
1648
1648
|
class DeleteDialogData {
|
|
1649
1649
|
constructor() {
|
|
@@ -1724,7 +1724,7 @@ class DeleteDialogComponent {
|
|
|
1724
1724
|
type: Inject,
|
|
1725
1725
|
args: [MAT_DIALOG_DATA]
|
|
1726
1726
|
}] }, { type: i2$2.BreakpointObserver }], null); })();
|
|
1727
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DeleteDialogComponent, { className: "DeleteDialogComponent", filePath: "lib/dialogs/delete-dialog/delete-dialog.component.ts", lineNumber: 18 }); })();
|
|
1727
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DeleteDialogComponent, { className: "DeleteDialogComponent", filePath: "lib/components/dialogs/delete-dialog/delete-dialog.component.ts", lineNumber: 18 }); })();
|
|
1728
1728
|
|
|
1729
1729
|
const _c0$9 = a0 => ({ itemName: a0 });
|
|
1730
1730
|
class ErrorDialogComponent {
|
|
@@ -1769,7 +1769,7 @@ class ErrorDialogComponent {
|
|
|
1769
1769
|
type: Inject,
|
|
1770
1770
|
args: [MAT_DIALOG_DATA]
|
|
1771
1771
|
}] }, { type: i2$2.BreakpointObserver }], null); })();
|
|
1772
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ErrorDialogComponent, { className: "ErrorDialogComponent", filePath: "lib/dialogs/error-dialog/error-dialog.component.ts", lineNumber: 17 }); })();
|
|
1772
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ErrorDialogComponent, { className: "ErrorDialogComponent", filePath: "lib/components/dialogs/error-dialog/error-dialog.component.ts", lineNumber: 17 }); })();
|
|
1773
1773
|
|
|
1774
1774
|
class DialogService {
|
|
1775
1775
|
constructor() {
|
|
@@ -1952,7 +1952,7 @@ class SnackBarComponent {
|
|
|
1952
1952
|
}], buttonClick: [{
|
|
1953
1953
|
type: Output
|
|
1954
1954
|
}] }); })();
|
|
1955
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SnackBarComponent, { className: "SnackBarComponent", filePath: "lib/misc/snack-bar/snack-bar.component.ts", lineNumber: 14 }); })();
|
|
1955
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SnackBarComponent, { className: "SnackBarComponent", filePath: "lib/components/misc/snack-bar/snack-bar.component.ts", lineNumber: 14 }); })();
|
|
1956
1956
|
|
|
1957
1957
|
function LoadingErrorComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
1958
1958
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -1985,7 +1985,7 @@ class LoadingErrorComponent {
|
|
|
1985
1985
|
}], null, { retryRequest: [{
|
|
1986
1986
|
type: Output
|
|
1987
1987
|
}] }); })();
|
|
1988
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingErrorComponent, { className: "LoadingErrorComponent", filePath: "lib/misc/loading-error/loading-error.component.ts", lineNumber: 13 }); })();
|
|
1988
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingErrorComponent, { className: "LoadingErrorComponent", filePath: "lib/components/misc/loading-error/loading-error.component.ts", lineNumber: 13 }); })();
|
|
1989
1989
|
|
|
1990
1990
|
function LoadingSpinnerIndicatorComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
1991
1991
|
i0.ɵɵelement(0, "mat-progress-spinner", 0);
|
|
@@ -2009,7 +2009,7 @@ class LoadingSpinnerIndicatorComponent {
|
|
|
2009
2009
|
type: Component,
|
|
2010
2010
|
args: [{ selector: 'cauca-loading-spinner-indicator', standalone: true, imports: [MatProgressSpinner], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (loadingState.showLoadingIndicator()) {\r\n <mat-progress-spinner mode=\"indeterminate\" [diameter]=\"diameter()\" />\r\n}\r\n" }]
|
|
2011
2011
|
}], null, null); })();
|
|
2012
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingSpinnerIndicatorComponent, { className: "LoadingSpinnerIndicatorComponent", filePath: "lib/misc/loading-spinner-indicator/loading-spinner-indicator.component.ts", lineNumber: 13 }); })();
|
|
2012
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingSpinnerIndicatorComponent, { className: "LoadingSpinnerIndicatorComponent", filePath: "lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.ts", lineNumber: 13 }); })();
|
|
2013
2013
|
|
|
2014
2014
|
class BadgeComponent {
|
|
2015
2015
|
constructor() {
|
|
@@ -2038,7 +2038,7 @@ class BadgeComponent {
|
|
|
2038
2038
|
type: Component,
|
|
2039
2039
|
args: [{ selector: 'cauca-badge', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [TranslateModule, MatChipsModule, MatIcon], template: "<mat-chip highlighted disableRipple [color]=\"color()\">\n <div class=\"mat-chip-content\">\n <mat-icon>{{icon()}}</mat-icon>\n <div class=\"chip-label\">{{label() | translate}}</div>\n </div>\n</mat-chip>", styles: [".mat-chip-content{display:flex;justify-content:space-between;align-items:center;gap:8px}mat-icon{color:inherit}\n"] }]
|
|
2040
2040
|
}], null, null); })();
|
|
2041
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BadgeComponent, { className: "BadgeComponent", filePath: "lib/presenters/badge/badge.component.ts", lineNumber: 14 }); })();
|
|
2041
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BadgeComponent, { className: "BadgeComponent", filePath: "lib/components/presenters/badge/badge.component.ts", lineNumber: 14 }); })();
|
|
2042
2042
|
|
|
2043
2043
|
function IconComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2044
2044
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -2101,7 +2101,7 @@ class IconComponent {
|
|
|
2101
2101
|
}], null, { icon: [{
|
|
2102
2102
|
type: Input
|
|
2103
2103
|
}] }); })();
|
|
2104
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IconComponent, { className: "IconComponent", filePath: "lib/presenters/icon/icon.component.ts", lineNumber: 23 }); })();
|
|
2104
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IconComponent, { className: "IconComponent", filePath: "lib/components/presenters/icon/icon.component.ts", lineNumber: 23 }); })();
|
|
2105
2105
|
|
|
2106
2106
|
function ListPaginatorComponent_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2107
2107
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -2226,7 +2226,7 @@ class ListPaginatorComponent {
|
|
|
2226
2226
|
}], null, { pageChange: [{
|
|
2227
2227
|
type: Output
|
|
2228
2228
|
}] }); })();
|
|
2229
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ListPaginatorComponent, { className: "ListPaginatorComponent", filePath: "lib/list-paginator/list-paginator.component.ts", lineNumber: 12 }); })();
|
|
2229
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ListPaginatorComponent, { className: "ListPaginatorComponent", filePath: "lib/components/list-paginator/list-paginator.component.ts", lineNumber: 12 }); })();
|
|
2230
2230
|
|
|
2231
2231
|
function PasswordCriteriaComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2232
2232
|
i0.ɵɵelementStart(0, "mat-icon", 0);
|
|
@@ -2268,7 +2268,7 @@ class PasswordCriteriaComponent {
|
|
|
2268
2268
|
type: Component,
|
|
2269
2269
|
args: [{ selector: 'cauca-password-criteria', standalone: true, imports: [MatIconModule, TranslateModule, NgClass], template: "@if (condition()) {\r\n<mat-icon [ngClass]=\"disabled() ? 'disabled' : ''\" class=\"green\">check_circle</mat-icon>\r\n}@else {\r\n<mat-icon [ngClass]=\"disabled() ? 'disabled' : ''\" class=\"red\">cancel</mat-icon>\r\n}\r\n<label [ngClass]=\"disabled() ? 'disabled' : ''\" class=\"body2\" translate>{{label()}}</label>", styles: [":host{display:flex;align-items:center;gap:8px}mat-icon{flex-shrink:0}.green{fill:#81c784;color:#81c784}.red{fill:#e57373;color:#e57373}label{color:#000}.disabled{opacity:.5}\n"] }]
|
|
2270
2270
|
}], null, null); })();
|
|
2271
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordCriteriaComponent, { className: "PasswordCriteriaComponent", filePath: "lib/inputs/password/password-criteria/password-criteria.component.ts", lineNumber: 13 }); })();
|
|
2271
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordCriteriaComponent, { className: "PasswordCriteriaComponent", filePath: "lib/components/inputs/password/password-criteria/password-criteria.component.ts", lineNumber: 13 }); })();
|
|
2272
2272
|
|
|
2273
2273
|
class PasswordCriteriaViewerComponent {
|
|
2274
2274
|
constructor() {
|
|
@@ -2294,7 +2294,7 @@ class PasswordCriteriaViewerComponent {
|
|
|
2294
2294
|
type: Component,
|
|
2295
2295
|
args: [{ selector: 'cauca-password-criteria-viewer', standalone: true, imports: [PasswordCriteriaComponent], template: "<cauca-password-criteria [disabled]=\"disabled()\" label=\"passwordEdition.minimumCharacters\" [condition]=\"passwordValidation().hasMinimumCharacters\"/>\r\n<cauca-password-criteria [disabled]=\"disabled()\" label=\"passwordEdition.minimumOneNumeric\" [condition]=\"passwordValidation().hasMinimumNumeric\"/>\r\n<cauca-password-criteria [disabled]=\"disabled()\" label=\"passwordEdition.minimumOneSpecialCharacter\" [condition]=\"passwordValidation().hasSpecialCharacter\"/>\r\n<cauca-password-criteria [disabled]=\"disabled()\" label=\"passwordEdition.needLowerAndUppercase\" [condition]=\"passwordValidation().hasLowerAndUppercase\"/>\r\n<cauca-password-criteria [disabled]=\"disabled()\" label=\"passwordEdition.equalPasswords\" [condition]=\"passwordValidation().hasIdenticalPassword\"/>", styles: [":host{display:flex;flex-direction:column}:host>*{flex-grow:1}\n"] }]
|
|
2296
2296
|
}], null, null); })();
|
|
2297
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordCriteriaViewerComponent, { className: "PasswordCriteriaViewerComponent", filePath: "lib/inputs/password/password-criteria-viewer/password-criteria-viewer.component.ts", lineNumber: 13 }); })();
|
|
2297
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordCriteriaViewerComponent, { className: "PasswordCriteriaViewerComponent", filePath: "lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.ts", lineNumber: 13 }); })();
|
|
2298
2298
|
|
|
2299
2299
|
function PasswordInputComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
2300
2300
|
i0.ɵɵelementStart(0, "mat-label");
|
|
@@ -2393,7 +2393,7 @@ class PasswordInputComponent {
|
|
|
2393
2393
|
},
|
|
2394
2394
|
], template: "<mat-form-field subscriptSizing=\"dynamic\">\r\n @if(translateLabel()) {<mat-label>{{label() | translate}}</mat-label>}\r\n @else {<mat-label>{{label()}}</mat-label>}\r\n <input (keydown.enter)=\"enterKeyDown.emit()\" [autocomplete]=\"autocomplete()\" #password class=\"password\"\r\n [type]=\"inputType()\" [formControl]=\"passwordControl\" matInput [required]=\"required()\"\r\n [placeholder]=\"translatePlaceholder() ? (placeholder() | translate) : placeholder()\" />\r\n <mat-icon [ngClass]=\"disabled() ? 'disabled' : ''\" style=\"cursor: pointer\" matSuffix\r\n (click)=\"showPassword.set(!showPassword())\">\r\n {{ password.type === \"password\" ? \"visibility_off\" : \"visibility\" }}\r\n </mat-icon>\r\n</mat-form-field>", styles: [":host{width:100%}mat-form-field{width:100%}.disabled{opacity:.5}\n"] }]
|
|
2395
2395
|
}], () => [], null); })();
|
|
2396
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordInputComponent, { className: "PasswordInputComponent", filePath: "lib/inputs/password/password-input/password-input.component.ts", lineNumber: 23 }); })();
|
|
2396
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordInputComponent, { className: "PasswordInputComponent", filePath: "lib/components/inputs/password/password-input/password-input.component.ts", lineNumber: 23 }); })();
|
|
2397
2397
|
|
|
2398
2398
|
class PasswordValidation {
|
|
2399
2399
|
constructor(hasMinimumCharacters = false, hasMinimumNumeric = false, hasLowerAndUppercase = false, hasSpecialCharacter = false, hasIdenticalPassword = false) {
|
|
@@ -2550,7 +2550,7 @@ class PasswordSelectionComponent {
|
|
|
2550
2550
|
type: HostBinding,
|
|
2551
2551
|
args: ['style.form.width']
|
|
2552
2552
|
}] }); })();
|
|
2553
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordSelectionComponent, { className: "PasswordSelectionComponent", filePath: "lib/inputs/password/password-selection/password-selection.component.ts", lineNumber: 26 }); })();
|
|
2553
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordSelectionComponent, { className: "PasswordSelectionComponent", filePath: "lib/components/inputs/password/password-selection/password-selection.component.ts", lineNumber: 26 }); })();
|
|
2554
2554
|
|
|
2555
2555
|
class DateRangePickerComponent {
|
|
2556
2556
|
constructor() {
|
|
@@ -2604,7 +2604,7 @@ class DateRangePickerComponent {
|
|
|
2604
2604
|
type: Component,
|
|
2605
2605
|
args: [{ selector: 'cauca-date-range-picker', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatFormFieldModule, MatDatepickerModule, ReactiveFormsModule, MatIcon, TranslateModule], providers: [provideNativeDateAdapter()], template: "<mat-form-field class=\"full-width-field\" subscriptSizing=\"dynamic\">\r\n <mat-datepicker-toggle matPrefix (click)=\"clear()\" onkeypress=\"clear()\">\r\n <mat-icon matDatepickerToggleIcon>clear</mat-icon>\r\n </mat-datepicker-toggle>\r\n <mat-label>{{'dateRangeSelectorLabel'|translate}}</mat-label>\r\n <mat-date-range-input [formGroup]=\"form\" [rangePicker]=\"campaignOnePicker\">\r\n <input matStartDate formControlName=\"from\" [readOnly]=\"true\">\r\n <input matEndDate formControlName=\"to\" [readOnly]=\"true\">\r\n </mat-date-range-input>\r\n <mat-datepicker-toggle matIconSuffix [for]=\"campaignOnePicker\">\r\n </mat-datepicker-toggle>\r\n <mat-date-range-picker #campaignOnePicker></mat-date-range-picker>\r\n </mat-form-field>" }]
|
|
2606
2606
|
}], () => [], null); })();
|
|
2607
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DateRangePickerComponent, { className: "DateRangePickerComponent", filePath: "lib/inputs/date-range-picker/date-range-picker.component.ts", lineNumber: 19 }); })();
|
|
2607
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DateRangePickerComponent, { className: "DateRangePickerComponent", filePath: "lib/components/inputs/date-range-picker/date-range-picker.component.ts", lineNumber: 19 }); })();
|
|
2608
2608
|
|
|
2609
2609
|
const _c0$6 = ["auto"];
|
|
2610
2610
|
const _c1$1 = ["chipInput"];
|
|
@@ -2952,7 +2952,7 @@ class DropdownChipAutocompleteComponent {
|
|
|
2952
2952
|
}], placeholder: [{
|
|
2953
2953
|
type: Input
|
|
2954
2954
|
}] }); })();
|
|
2955
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DropdownChipAutocompleteComponent, { className: "DropdownChipAutocompleteComponent", filePath: "lib/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.ts", lineNumber: 46 }); })();
|
|
2955
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DropdownChipAutocompleteComponent, { className: "DropdownChipAutocompleteComponent", filePath: "lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.ts", lineNumber: 46 }); })();
|
|
2956
2956
|
|
|
2957
2957
|
const _c0$5 = ["*"];
|
|
2958
2958
|
class GroupContainerComponent {
|
|
@@ -2978,7 +2978,7 @@ class GroupContainerComponent {
|
|
|
2978
2978
|
type: Component,
|
|
2979
2979
|
args: [{ selector: 'cauca-group-container', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [TranslateModule], template: "<div class=\"group-container\">\r\n <div class=\"group-container-title subtitle1\">{{caption()|translate}}</div>\r\n <div class=\"group-container-content\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n", styles: [".group-container{display:flex;align-items:flex-start;align-self:stretch}.group-container-title{display:flex;width:300px;max-width:300px;padding:16px 0;flex-direction:column;align-items:flex-start}.group-container-content{display:flex;flex-direction:column;align-items:stretch;flex:1;padding:16px}\n"] }]
|
|
2980
2980
|
}], null, null); })();
|
|
2981
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GroupContainerComponent, { className: "GroupContainerComponent", filePath: "lib/layout/group-container/group-container.component.ts", lineNumber: 12 }); })();
|
|
2981
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GroupContainerComponent, { className: "GroupContainerComponent", filePath: "lib/components/layout/group-container/group-container.component.ts", lineNumber: 12 }); })();
|
|
2982
2982
|
|
|
2983
2983
|
const _c0$4 = ["*"];
|
|
2984
2984
|
function MainSectionComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -3012,7 +3012,7 @@ class MainSectionComponent {
|
|
|
3012
3012
|
type: Component,
|
|
3013
3013
|
args: [{ selector: 'cauca-main-section', imports: [TranslateModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"section\">\r\n @if (title()) {\r\n <div class=\"section-description subtitle1\">{{title()|translate}}</div>\r\n }\r\n <div class=\"section-fields\"><ng-content /></div>\r\n</div>", styles: [".section{display:flex;padding:24px 16px;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0;max-width:1200px}.section-description{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;padding-bottom:24px}.section-fields{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.section-fields>*{flex:1 0 0}\n"] }]
|
|
3014
3014
|
}], null, null); })();
|
|
3015
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MainSectionComponent, { className: "MainSectionComponent", filePath: "lib/layout/sections/main-section/main-section.component.ts", lineNumber: 11 }); })();
|
|
3015
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MainSectionComponent, { className: "MainSectionComponent", filePath: "lib/components/layout/sections/main-section/main-section.component.ts", lineNumber: 11 }); })();
|
|
3016
3016
|
|
|
3017
3017
|
const _c0$3 = ["*"];
|
|
3018
3018
|
class SectionColumnComponent {
|
|
@@ -3033,7 +3033,7 @@ class SectionColumnComponent {
|
|
|
3033
3033
|
type: Component,
|
|
3034
3034
|
args: [{ selector: 'cauca-section-column', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"section-columns\" [class.big-gap]=\"showBigGap()\">\r\n <ng-content></ng-content>\r\n</div>", styles: [":host{flex:1 0 0;display:flex;flex-direction:column;align-items:stretch}.section-columns{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.big-gap{gap:16px}\n"] }]
|
|
3035
3035
|
}], null, null); })();
|
|
3036
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionColumnComponent, { className: "SectionColumnComponent", filePath: "lib/layout/sections/section-column/section-column.component.ts", lineNumber: 10 }); })();
|
|
3036
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionColumnComponent, { className: "SectionColumnComponent", filePath: "lib/components/layout/sections/section-column/section-column.component.ts", lineNumber: 10 }); })();
|
|
3037
3037
|
|
|
3038
3038
|
function SectionFieldComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
3039
3039
|
i0.ɵɵtext(0);
|
|
@@ -3117,7 +3117,7 @@ class SectionFieldComponent {
|
|
|
3117
3117
|
type: Component,
|
|
3118
3118
|
args: [{ selector: 'cauca-section-field', imports: [TranslateModule, MatIcon], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"section-fields-line\" [class.multi-line]=\"useMultipleValues()\">\r\n <div class=\"option-label body1\" [class.link]=\"showLink()\">\r\n @if(autoTranslateLabel()) {\r\n {{label()|translate}}\r\n } @else {\r\n {{label()}}\r\n }\r\n @if (showLink()) {\r\n <mat-icon class=\"icon-link\" (click)=\"linkClick.emit()\" onkeypress=\"linkClick.emit()\">link</mat-icon>\r\n }:\r\n </div>\r\n <div class=\"option-value body2\" [class.no-flex]=\"!splitEqually()\">\r\n @if (useMultipleValues()) {\r\n @for(item of values(); track item) {\r\n <span>{{fieldName() ? item[fieldName()] : item }}</span>\r\n }\r\n } @else {\r\n {{value()}}\r\n }\r\n </div>\r\n</div>", styles: [":host{flex:1 0 0;display:flex;flex-direction:column;align-items:stretch;width:100%}.section-fields-line{display:flex;align-items:center;gap:8px;align-self:stretch;white-space:nowrap}.section-fields-line>*{flex:1 0 0}.option-value{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;white-space:wrap;word-break:break-all}.option-value.no-flex{flex:unset}.multi-line{align-items:flex-start}.icon-link{cursor:pointer}.link{display:flex}\n"] }]
|
|
3119
3119
|
}], null, null); })();
|
|
3120
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionFieldComponent, { className: "SectionFieldComponent", filePath: "lib/layout/sections/section-field/section-field.component.ts", lineNumber: 12 }); })();
|
|
3120
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionFieldComponent, { className: "SectionFieldComponent", filePath: "lib/components/layout/sections/section-field/section-field.component.ts", lineNumber: 12 }); })();
|
|
3121
3121
|
|
|
3122
3122
|
class BreadcrumbService {
|
|
3123
3123
|
constructor() {
|
|
@@ -3247,7 +3247,7 @@ class PageTitleComponent {
|
|
|
3247
3247
|
type: Component,
|
|
3248
3248
|
args: [{ selector: 'cauca-page-title', imports: [TranslateModule, RouterModule], template: "<div class=\"title-section\">\n\n <h4 class=\"title-label\">{{caption() | translate }}</h4>\n\n @if (displayBreadcrumb()) {\n <div class=\"breadcrumb\">\n\n @if (baseCrumb()) {\n <div class=\"basecrumb\">{{baseCrumb()|translate}}</div>\n <span>/</span>\n }\n\n @for(location of breadcrumbLocation(); track location) {\n @if (location.link) {\n <a class=\"basecrumb\" [href]=\"location.link\" [routerLink]=\"location.link\">{{location.title| translate }}</a>\n } @else if (location.action) {\n <span class=\"basecrumb crumb-link\" (click)=\"location.action()\">{{ location.translate ? (location.title | translate) : location.title}}</span>\n } @else {\n <span class=\"basecrumb\">{{location.title}}</span>\n }\n <span>/</span>\n }\n\n <span class=\"breadcrumb-current\">{{ mustTranslateBreadcrumb() ? (currentBreadcrumb() | translate) : currentBreadcrumb() }}</span>\n\n </div>\n }\n\n</div>", styles: [".title-section{display:flex;gap:8px;flex-direction:column;align-items:flex-start;align-self:stretch;margin-bottom:24px}.breadcrumb{display:flex;align-items:center;gap:8px}h4{padding:0}a{text-decoration:none}a:visited{color:inherit}.basecrumb{color:#12101499}.crumb-link{cursor:pointer}@media (max-width: 500px){.title-section{padding:16px}}\n"] }]
|
|
3249
3249
|
}], null, null); })();
|
|
3250
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageTitleComponent, { className: "PageTitleComponent", filePath: "lib/layout/page-title/page-title.component.ts", lineNumber: 13 }); })();
|
|
3250
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageTitleComponent, { className: "PageTitleComponent", filePath: "lib/components/layout/page-title/page-title.component.ts", lineNumber: 13 }); })();
|
|
3251
3251
|
|
|
3252
3252
|
function SavingConfirmedBoxComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3253
3253
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -3276,7 +3276,7 @@ class SavingConfirmedBoxComponent {
|
|
|
3276
3276
|
type: Component,
|
|
3277
3277
|
args: [{ selector: 'cauca-saving-confirmed-box', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [SnackBarComponent, TranslateModule], template: "@if (show()) {\r\n <cauca-snackbar\r\n caption=\"savingSuccessNotification.title\"\r\n type=\"success\"\r\n variant=\"standard\"\r\n [showButton]=\"false\"\r\n [showCloseButton]=\"true\"\r\n (closeClick)=\"show.set(false)\">\r\n {{'savingSuccessNotification.message' | translate}}\r\n </cauca-snackbar>\r\n}" }]
|
|
3278
3278
|
}], null, null); })();
|
|
3279
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SavingConfirmedBoxComponent, { className: "SavingConfirmedBoxComponent", filePath: "lib/notifications/saving-confirmed-box/saving-confirmed-box.component.ts", lineNumber: 13 }); })();
|
|
3279
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SavingConfirmedBoxComponent, { className: "SavingConfirmedBoxComponent", filePath: "lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.ts", lineNumber: 13 }); })();
|
|
3280
3280
|
|
|
3281
3281
|
function SavingErrorBoxComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3282
3282
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -3308,7 +3308,160 @@ class SavingErrorBoxComponent {
|
|
|
3308
3308
|
type: Component,
|
|
3309
3309
|
args: [{ selector: 'cauca-saving-error-box', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [SnackBarComponent, TranslateModule], template: "@if (show()) {\r\n <cauca-snackbar\r\n caption=\"generalError.savingErrorAlertTitle\"\r\n type=\"error\"\r\n variant=\"standard\"\r\n [showButton]=\"false\"\r\n [showCloseButton]=\"true\"\r\n (closeClick)=\"show.set(false)\">\r\n {{error() | translate}}\r\n </cauca-snackbar>\r\n}" }]
|
|
3310
3310
|
}], null, null); })();
|
|
3311
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SavingErrorBoxComponent, { className: "SavingErrorBoxComponent", filePath: "lib/notifications/saving-error-box/saving-error-box.component.ts", lineNumber: 13 }); })();
|
|
3311
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SavingErrorBoxComponent, { className: "SavingErrorBoxComponent", filePath: "lib/components/notifications/saving-error-box/saving-error-box.component.ts", lineNumber: 13 }); })();
|
|
3312
|
+
|
|
3313
|
+
class AutoTrimAndLowerDirective {
|
|
3314
|
+
constructor(el) {
|
|
3315
|
+
this.el = el;
|
|
3316
|
+
}
|
|
3317
|
+
onBlur(_) {
|
|
3318
|
+
this.trimText();
|
|
3319
|
+
}
|
|
3320
|
+
trimText() {
|
|
3321
|
+
this.el.nativeElement.value = this.el.nativeElement.value?.trim().toLowerCase();
|
|
3322
|
+
}
|
|
3323
|
+
static { this.ɵfac = function AutoTrimAndLowerDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AutoTrimAndLowerDirective)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
|
|
3324
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AutoTrimAndLowerDirective, selectors: [["", "appAutoTrimAndLower", ""]], hostBindings: function AutoTrimAndLowerDirective_HostBindings(rf, ctx) { if (rf & 1) {
|
|
3325
|
+
i0.ɵɵlistener("blur", function AutoTrimAndLowerDirective_blur_HostBindingHandler($event) { return ctx.onBlur($event); });
|
|
3326
|
+
} } }); }
|
|
3327
|
+
}
|
|
3328
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AutoTrimAndLowerDirective, [{
|
|
3329
|
+
type: Directive,
|
|
3330
|
+
args: [{
|
|
3331
|
+
selector: '[appAutoTrimAndLower]',
|
|
3332
|
+
standalone: true
|
|
3333
|
+
}]
|
|
3334
|
+
}], () => [{ type: i0.ElementRef }], { onBlur: [{
|
|
3335
|
+
type: HostListener,
|
|
3336
|
+
args: ['blur', ['$event']]
|
|
3337
|
+
}] }); })();
|
|
3338
|
+
|
|
3339
|
+
class HasErrorRootDirective {
|
|
3340
|
+
constructor() {
|
|
3341
|
+
this._formControl$ = new ReplaySubject(1);
|
|
3342
|
+
}
|
|
3343
|
+
set formControl(formControlDirective) {
|
|
3344
|
+
if (formControlDirective) {
|
|
3345
|
+
this._formControl$.next(formControlDirective.control);
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
set formControlName(formControlName) {
|
|
3349
|
+
if (formControlName) {
|
|
3350
|
+
this._formControl$.next(formControlName.control);
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
get formControl$() {
|
|
3354
|
+
return this._formControl$.asObservable();
|
|
3355
|
+
}
|
|
3356
|
+
static { this.ɵfac = function HasErrorRootDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HasErrorRootDirective)(); }; }
|
|
3357
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HasErrorRootDirective, selectors: [["mat-form-field"]], contentQueries: function HasErrorRootDirective_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
3358
|
+
i0.ɵɵcontentQuery(dirIndex, FormControlDirective, 5);
|
|
3359
|
+
i0.ɵɵcontentQuery(dirIndex, FormControlName, 5);
|
|
3360
|
+
} if (rf & 2) {
|
|
3361
|
+
let _t;
|
|
3362
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.formControl = _t.first);
|
|
3363
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.formControlName = _t.first);
|
|
3364
|
+
} }, standalone: false }); }
|
|
3365
|
+
}
|
|
3366
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HasErrorRootDirective, [{
|
|
3367
|
+
type: Directive,
|
|
3368
|
+
args: [{
|
|
3369
|
+
selector: 'mat-form-field',
|
|
3370
|
+
standalone: false,
|
|
3371
|
+
}]
|
|
3372
|
+
}], null, { formControl: [{
|
|
3373
|
+
type: ContentChild,
|
|
3374
|
+
args: [FormControlDirective]
|
|
3375
|
+
}], formControlName: [{
|
|
3376
|
+
type: ContentChild,
|
|
3377
|
+
args: [FormControlName]
|
|
3378
|
+
}] }); })();
|
|
3379
|
+
|
|
3380
|
+
class HasErrorDirective {
|
|
3381
|
+
set hasError(errorName) {
|
|
3382
|
+
this.errorName$.next(errorName);
|
|
3383
|
+
}
|
|
3384
|
+
constructor(hasErrorRoot, templateRef, vcr) {
|
|
3385
|
+
this.hasErrorRoot = hasErrorRoot;
|
|
3386
|
+
this.templateRef = templateRef;
|
|
3387
|
+
this.vcr = vcr;
|
|
3388
|
+
this.errorName$ = new ReplaySubject(1);
|
|
3389
|
+
this.ctrl$ = this.hasErrorRoot.formControl$;
|
|
3390
|
+
this.status$ = this.ctrl$.pipe(switchMap((ctrl) => (ctrl.statusChanges || EMPTY).pipe(startWith(null))));
|
|
3391
|
+
this.error$ = combineLatest([
|
|
3392
|
+
this.ctrl$,
|
|
3393
|
+
this.errorName$,
|
|
3394
|
+
this.status$,
|
|
3395
|
+
]).pipe(map(([ctrl, errorName]) => ({
|
|
3396
|
+
hasError: ctrl.hasError(errorName),
|
|
3397
|
+
value: ctrl.getError(errorName),
|
|
3398
|
+
})), distinctUntilChanged((x, y) => x.hasError === y.hasError && x.value === y.value));
|
|
3399
|
+
}
|
|
3400
|
+
static ngTemplateContextGuard(_dir, ctx) {
|
|
3401
|
+
return true;
|
|
3402
|
+
}
|
|
3403
|
+
ngAfterContentInit() {
|
|
3404
|
+
setTimeout(() => {
|
|
3405
|
+
this.subscription = this.error$.subscribe((error) => {
|
|
3406
|
+
if (!error.hasError) {
|
|
3407
|
+
this.view?.destroy();
|
|
3408
|
+
this.view = undefined;
|
|
3409
|
+
return;
|
|
3410
|
+
}
|
|
3411
|
+
if (this.view) {
|
|
3412
|
+
this.view.context.$implicit = error.value;
|
|
3413
|
+
this.view.markForCheck();
|
|
3414
|
+
return;
|
|
3415
|
+
}
|
|
3416
|
+
this.view = this.vcr.createEmbeddedView(this.templateRef, {
|
|
3417
|
+
$implicit: error.value,
|
|
3418
|
+
});
|
|
3419
|
+
});
|
|
3420
|
+
}, 100);
|
|
3421
|
+
}
|
|
3422
|
+
ngOnDestroy() {
|
|
3423
|
+
this.subscription?.unsubscribe();
|
|
3424
|
+
}
|
|
3425
|
+
static { this.ɵfac = function HasErrorDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HasErrorDirective)(i0.ɵɵdirectiveInject(HasErrorRootDirective), i0.ɵɵdirectiveInject(i0.TemplateRef), i0.ɵɵdirectiveInject(i0.ViewContainerRef)); }; }
|
|
3426
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HasErrorDirective, selectors: [["", "hasError", ""]], inputs: { hasError: "hasError" }, standalone: false }); }
|
|
3427
|
+
}
|
|
3428
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HasErrorDirective, [{
|
|
3429
|
+
type: Directive,
|
|
3430
|
+
args: [{
|
|
3431
|
+
selector: '[hasError]',
|
|
3432
|
+
standalone: false,
|
|
3433
|
+
}]
|
|
3434
|
+
}], () => [{ type: HasErrorRootDirective }, { type: i0.TemplateRef }, { type: i0.ViewContainerRef }], { hasError: [{
|
|
3435
|
+
type: Input
|
|
3436
|
+
}] }); })();
|
|
3437
|
+
|
|
3438
|
+
class FormErrorModule {
|
|
3439
|
+
static { this.ɵfac = function FormErrorModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormErrorModule)(); }; }
|
|
3440
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FormErrorModule }); }
|
|
3441
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
3442
|
+
ReactiveFormsModule] }); }
|
|
3443
|
+
}
|
|
3444
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormErrorModule, [{
|
|
3445
|
+
type: NgModule,
|
|
3446
|
+
args: [{
|
|
3447
|
+
declarations: [
|
|
3448
|
+
HasErrorDirective,
|
|
3449
|
+
HasErrorRootDirective
|
|
3450
|
+
],
|
|
3451
|
+
imports: [
|
|
3452
|
+
CommonModule,
|
|
3453
|
+
ReactiveFormsModule
|
|
3454
|
+
],
|
|
3455
|
+
exports: [
|
|
3456
|
+
HasErrorDirective,
|
|
3457
|
+
HasErrorRootDirective
|
|
3458
|
+
],
|
|
3459
|
+
}]
|
|
3460
|
+
}], null, null); })();
|
|
3461
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FormErrorModule, { declarations: [HasErrorDirective,
|
|
3462
|
+
HasErrorRootDirective], imports: [CommonModule,
|
|
3463
|
+
ReactiveFormsModule], exports: [HasErrorDirective,
|
|
3464
|
+
HasErrorRootDirective] }); })();
|
|
3312
3465
|
|
|
3313
3466
|
function CaucaSimpleDialogComponent_div_4_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
3314
3467
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -3360,7 +3513,7 @@ class CaucaSimpleDialogComponent {
|
|
|
3360
3513
|
type: Component,
|
|
3361
3514
|
args: [{ selector: 'cauca-simple-dialog', imports: [CommonModule, MatDialogTitle, MatDialogContent, MatDialogActions, MatButtonModule], template: "<h1 mat-dialog-title>{{data.title}}</h1>\n<div mat-dialog-content>\n <div [innerHTML]=\"data.message\"></div>\n</div>\n<div mat-dialog-actions *ngIf=\"data.buttons\">\n <button *ngFor=\"let label of data.buttons; let i = index\" mat-raised-button (click)=\"onClick(i)\">{{label}}</button>\n</div>", styles: ["div[mat-dialog-actions]{margin-top:20px;text-align:center}\n"] }]
|
|
3362
3515
|
}], null, null); })();
|
|
3363
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaSimpleDialogComponent, { className: "CaucaSimpleDialogComponent", filePath: "lib/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.ts", lineNumber: 13 }); })();
|
|
3516
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaSimpleDialogComponent, { className: "CaucaSimpleDialogComponent", filePath: "lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.ts", lineNumber: 13 }); })();
|
|
3364
3517
|
|
|
3365
3518
|
const _c0$2 = ["file"];
|
|
3366
3519
|
function CaucaInputFileComponent_mat_icon_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -3501,7 +3654,7 @@ class CaucaInputFileComponent {
|
|
|
3501
3654
|
}], text: [{
|
|
3502
3655
|
type: Input
|
|
3503
3656
|
}] }); })();
|
|
3504
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaInputFileComponent, { className: "CaucaInputFileComponent", filePath: "lib/deprecated-components/cauca-input-file/cauca-input-file.component.ts", lineNumber: 14 }); })();
|
|
3657
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaInputFileComponent, { className: "CaucaInputFileComponent", filePath: "lib/components/deprecated-components/cauca-input-file/cauca-input-file.component.ts", lineNumber: 14 }); })();
|
|
3505
3658
|
|
|
3506
3659
|
function CaucaInputMultipleLangueComponent_mat_tab_1_mat_error_3_Template(rf, ctx) { if (rf & 1) {
|
|
3507
3660
|
i0.ɵɵelementStart(0, "mat-error");
|
|
@@ -3579,7 +3732,7 @@ class CaucaInputMultipleLangueComponent {
|
|
|
3579
3732
|
}], () => [], { value: [{
|
|
3580
3733
|
type: Input
|
|
3581
3734
|
}] }); })();
|
|
3582
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaInputMultipleLangueComponent, { className: "CaucaInputMultipleLangueComponent", filePath: "lib/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.ts", lineNumber: 16 }); })();
|
|
3735
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaInputMultipleLangueComponent, { className: "CaucaInputMultipleLangueComponent", filePath: "lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.ts", lineNumber: 16 }); })();
|
|
3583
3736
|
|
|
3584
3737
|
function CaucaMenuVerticalComponent_h4_0_div_2_fa_icon_1_Template(rf, ctx) { if (rf & 1) {
|
|
3585
3738
|
i0.ɵɵelement(0, "fa-icon", 8);
|
|
@@ -3743,7 +3896,7 @@ class CaucaMenuVerticalComponent {
|
|
|
3743
3896
|
}], menuItems: [{
|
|
3744
3897
|
type: Input
|
|
3745
3898
|
}] }); })();
|
|
3746
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaMenuVerticalComponent, { className: "CaucaMenuVerticalComponent", filePath: "lib/deprecated-components/cauca-menu-vertical/cauca-menu-vertical.component.ts", lineNumber: 18 }); })();
|
|
3899
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaMenuVerticalComponent, { className: "CaucaMenuVerticalComponent", filePath: "lib/components/deprecated-components/cauca-menu-vertical/cauca-menu-vertical.component.ts", lineNumber: 18 }); })();
|
|
3747
3900
|
|
|
3748
3901
|
const _c0$1 = [[["", "header", ""]], [["", "beforeMenu", ""]], [["", "afterMenu", ""]], [["", "footer", ""]]];
|
|
3749
3902
|
const _c1 = ["[header]", "[beforeMenu]", "[afterMenu]", "[footer]"];
|
|
@@ -3884,7 +4037,7 @@ class CaucaMenuSidebarComponent {
|
|
|
3884
4037
|
type: HostListener,
|
|
3885
4038
|
args: ['window:resize', ['$event']]
|
|
3886
4039
|
}] }); })();
|
|
3887
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaMenuSidebarComponent, { className: "CaucaMenuSidebarComponent", filePath: "lib/deprecated-components/cauca-menu-sidebar/cauca-menu-sidebar.component.ts", lineNumber: 15 }); })();
|
|
4040
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaMenuSidebarComponent, { className: "CaucaMenuSidebarComponent", filePath: "lib/components/deprecated-components/cauca-menu-sidebar/cauca-menu-sidebar.component.ts", lineNumber: 15 }); })();
|
|
3888
4041
|
|
|
3889
4042
|
const _c0 = ["container"];
|
|
3890
4043
|
function CaucaSlideshowComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -4020,7 +4173,7 @@ class CaucaSlideshowComponent {
|
|
|
4020
4173
|
}], images: [{
|
|
4021
4174
|
type: Input
|
|
4022
4175
|
}] }); })();
|
|
4023
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaSlideshowComponent, { className: "CaucaSlideshowComponent", filePath: "lib/deprecated-components/cauca-slideshow/cauca-slideshow.component.ts", lineNumber: 35 }); })();
|
|
4176
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaucaSlideshowComponent, { className: "CaucaSlideshowComponent", filePath: "lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.ts", lineNumber: 35 }); })();
|
|
4024
4177
|
|
|
4025
4178
|
class MenuItem {
|
|
4026
4179
|
constructor(label, path, icon = '') {
|
|
@@ -4039,5 +4192,5 @@ class MenuItem {
|
|
|
4039
4192
|
* Generated bundle index. Do not edit.
|
|
4040
4193
|
*/
|
|
4041
4194
|
|
|
4042
|
-
export { BadgeComponent, BasicButtonComponent, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaMenuSidebarComponent, CaucaMenuVerticalComponent, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, FabButtonComponent, FlatButtonComponent, GroupContainerComponent, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuItem, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SnackBarComponent, StrokedButtonComponent };
|
|
4195
|
+
export { AutoTrimAndLowerDirective, BadgeComponent, BasicButtonComponent, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaMenuSidebarComponent, CaucaMenuVerticalComponent, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, FabButtonComponent, FlatButtonComponent, FormErrorModule, GroupContainerComponent, HasErrorDirective, HasErrorRootDirective, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuItem, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SnackBarComponent, StrokedButtonComponent };
|
|
4043
4196
|
//# sourceMappingURL=cauca-911-material.mjs.map
|