skyflow-js 1.38.1 → 1.38.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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,5 +3,5 @@ export declare function validateElementOptions(elementType: string, oldOptions:
|
|
|
3
3
|
export declare function validateAndSetupGroupOptions(oldGroup: any, newGroup?: any, setup?: boolean): any;
|
|
4
4
|
export declare const getElements: (group: any) => string[];
|
|
5
5
|
export declare const getValueAndItsUnit: (string?: string, defaultValue?: string, defaultUnit?: string) => string[];
|
|
6
|
-
export declare const formatValidations: (validations?: IValidationRule[]) => IValidationRule[];
|
|
6
|
+
export declare const formatValidations: (validations?: IValidationRule[]) => IValidationRule[] | undefined;
|
|
7
7
|
export declare const formatOptions: (elementType: any, options: any, logLevel: any) => any;
|