sf-crud 13.3.1 → 13.3.2
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.
|
@@ -55,6 +55,11 @@ export declare class ControlComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
55
55
|
onDeleteFile(index: number): void;
|
|
56
56
|
getNameFile(namePattern: string, url: string): string;
|
|
57
57
|
sendValue(): void;
|
|
58
|
+
/**
|
|
59
|
+
* Aplica transformaciones al valor según la configuración del control.
|
|
60
|
+
* Por ejemplo, si config.uppercase es true, convierte el valor a mayúsculas.
|
|
61
|
+
*/
|
|
62
|
+
private applyTransforms;
|
|
58
63
|
onDropdownChange(event: any): void;
|
|
59
64
|
sendNumberValue($event: any): void;
|
|
60
65
|
onInputEmail(force: boolean): void;
|