ngx-sp-infra 5.16.0 → 5.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10822,11 +10822,11 @@ class ContadorCaracteresComponent {
|
|
|
10822
10822
|
return (this.valor < +valorMaximo ? this.valor : +valorMaximo);
|
|
10823
10823
|
}
|
|
10824
10824
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ContadorCaracteresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10825
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: ContadorCaracteresComponent, isStandalone: true, selector: "
|
|
10825
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: ContadorCaracteresComponent, isStandalone: true, selector: "app-contador-caracteres", inputs: { valorAtual: "valorAtual", valorMaximo: "valorMaximo" }, ngImport: i0, template: "<div class=\"contador\">\n <div class=\"charCounter text-end\">\n <span class=\"glb-fs-14\"> Limite de caracteres: {{contadorDeCaracteresRestantes(valorAtual, valorMaximo)}}/{{valorMaximo }}</span>\n </div>\n</div>\n", styles: [".contador{white-space:nowrap;width:100%;display:flex;justify-content:end;color:#6c757d}\n"] }); }
|
|
10826
10826
|
}
|
|
10827
10827
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ContadorCaracteresComponent, decorators: [{
|
|
10828
10828
|
type: Component,
|
|
10829
|
-
args: [{ selector: '
|
|
10829
|
+
args: [{ selector: 'app-contador-caracteres', imports: [], template: "<div class=\"contador\">\n <div class=\"charCounter text-end\">\n <span class=\"glb-fs-14\"> Limite de caracteres: {{contadorDeCaracteresRestantes(valorAtual, valorMaximo)}}/{{valorMaximo }}</span>\n </div>\n</div>\n", styles: [".contador{white-space:nowrap;width:100%;display:flex;justify-content:end;color:#6c757d}\n"] }]
|
|
10830
10830
|
}], propDecorators: { valorAtual: [{
|
|
10831
10831
|
type: Input
|
|
10832
10832
|
}], valorMaximo: [{
|