@solcre-org/core-ui 2.15.18 → 2.15.20
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/index.d.ts
CHANGED
|
@@ -916,6 +916,7 @@ declare class PhoneFieldComponent<T extends DataBaseModelInterface> extends Base
|
|
|
916
916
|
getSelectedCountryDisplay(): string;
|
|
917
917
|
onAreaCodeClick(event: Event): void;
|
|
918
918
|
onAreaCodeKeydown(event: KeyboardEvent): void;
|
|
919
|
+
onPhoneKeyPress(event: KeyboardEvent): void;
|
|
919
920
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PhoneFieldComponent<any>, never>;
|
|
920
921
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PhoneFieldComponent<any>, "core-phone-field", never, {}, {}, never, never, true, never>;
|
|
921
922
|
}
|
|
@@ -2207,6 +2208,7 @@ interface MoreDataConfig<T extends DataBaseModelInterface> {
|
|
|
2207
2208
|
isSingleObject?: boolean;
|
|
2208
2209
|
customArrayKey?: string;
|
|
2209
2210
|
id?: any;
|
|
2211
|
+
customParams?: Record<string, any>;
|
|
2210
2212
|
}
|
|
2211
2213
|
|
|
2212
2214
|
interface RowStyleConfig<T extends DataBaseModelInterface> {
|