@isettingkit/business-rules 3.2.6 → 3.2.8
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/dist/index.es.d.ts +0 -9
- package/dist/index.es.js +2952 -3082
- package/package.json +2 -4
package/dist/index.es.d.ts
CHANGED
|
@@ -861,11 +861,6 @@ declare type ITextfieldInputType_6 = EFieldType;
|
|
|
861
861
|
|
|
862
862
|
declare type ITextfieldInputType_7 = EFieldTypeNew;
|
|
863
863
|
|
|
864
|
-
declare interface ITranslateOptions {
|
|
865
|
-
url: string;
|
|
866
|
-
apiKey: string;
|
|
867
|
-
}
|
|
868
|
-
|
|
869
864
|
export declare interface IValue {
|
|
870
865
|
from?: number | string | Date;
|
|
871
866
|
labelFrom?: string;
|
|
@@ -1106,10 +1101,6 @@ export declare type TLinkItem = {
|
|
|
1106
1101
|
path: string;
|
|
1107
1102
|
};
|
|
1108
1103
|
|
|
1109
|
-
export declare const translateObject: (data: Record<string, any>, targetLang: string, options: ITranslateOptions) => Promise<Record<string, any>>;
|
|
1110
|
-
|
|
1111
|
-
export declare const translateText: (text: string, targetLang: string, { url, apiKey }: ITranslateOptions) => Promise<string>;
|
|
1112
|
-
|
|
1113
1104
|
export declare type TRegistry<TData> = Record<TSchemaNode<TData, any>["type"], IRenderer<TData>>;
|
|
1114
1105
|
|
|
1115
1106
|
export declare type TSchemaNode<TData, TEntry> = IAttributesGridNode<TData> | IEntriesGridNode<TData, TEntry> | IGroupNode<TData> | IJsonNode<TData>;
|