tailjng 0.0.4 → 0.0.5
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/tailjng.mjs
CHANGED
|
@@ -3845,7 +3845,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
3845
3845
|
args: ['document:keydown.escape', ['$event']]
|
|
3846
3846
|
}] } });
|
|
3847
3847
|
|
|
3848
|
-
class
|
|
3848
|
+
class JErrorMessageComponent {
|
|
3849
3849
|
control;
|
|
3850
3850
|
errorMessages = {};
|
|
3851
3851
|
classes = '';
|
|
@@ -3859,10 +3859,10 @@ class ErrorMessageComponent {
|
|
|
3859
3859
|
.filter(errorKey => this.errorMessages[errorKey])
|
|
3860
3860
|
.map(errorKey => this.errorMessages[errorKey]);
|
|
3861
3861
|
}
|
|
3862
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type:
|
|
3863
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.7", type:
|
|
3862
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: JErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3863
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.7", type: JErrorMessageComponent, isStandalone: true, selector: "JErrorMessage", inputs: { control: "control", errorMessages: "errorMessages", classes: "classes" }, ngImport: i0, template: "@if (hasErrors) {\r\n<div class=\"flex flex-col text-red-600 dark:text-red-300 text-sm\">\r\n @for (message of errors; track $index) {\r\n <span [class]=\"classes\">{{ message }}</span>\r\n }\r\n</div>\r\n}", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
3864
3864
|
}
|
|
3865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type:
|
|
3865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: JErrorMessageComponent, decorators: [{
|
|
3866
3866
|
type: Component,
|
|
3867
3867
|
args: [{ selector: 'JErrorMessage', standalone: true, imports: [CommonModule], template: "@if (hasErrors) {\r\n<div class=\"flex flex-col text-red-600 dark:text-red-300 text-sm\">\r\n @for (message of errors; track $index) {\r\n <span [class]=\"classes\">{{ message }}</span>\r\n }\r\n</div>\r\n}" }]
|
|
3868
3868
|
}], propDecorators: { control: [{
|
|
@@ -4478,6 +4478,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
4478
4478
|
type: Input
|
|
4479
4479
|
}] } });
|
|
4480
4480
|
|
|
4481
|
+
// ===================================================
|
|
4482
|
+
|
|
4481
4483
|
// =======================================
|
|
4482
4484
|
// Publicar libreria
|
|
4483
4485
|
// =======================================
|
|
@@ -4495,5 +4497,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
4495
4497
|
* Generated bundle index. Do not edit.
|
|
4496
4498
|
*/
|
|
4497
4499
|
|
|
4498
|
-
export { API_URL, CardComponent,
|
|
4500
|
+
export { API_URL, CardComponent, JAlertDialogComponent, JAlertDialogService, JAlertToastComponent, JAlertToastService, JButtonComponent, JCheckboxComponent, JContentFormComponent, JDialogComponent, JDialogShared, JErrorHandlerService, JErrorMessageComponent, JFilterComponent, JFormComponent, JFormShared, JGenericService, JHttpParamsService, JInputComponent, JLabelComponent, JModeToggleComponent, JPaginatorComponent, JSelectComponent, JTableComponent, JThemeComponent, JToggleRadioComponent, JTooltipModule };
|
|
4499
4501
|
//# sourceMappingURL=tailjng.mjs.map
|