@ahmadmubarak98/namozaj 1.6.18 → 1.6.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/dist/main.d.ts CHANGED
@@ -292,11 +292,11 @@ export declare const Namozaj: default_2.ForwardRefExoticComponent<DynamicFormPro
292
292
  export declare interface NamozajLocalizationOptions {
293
293
  locales: string[];
294
294
  defaultSelectedLocales?: string[];
295
+ includeInDataSubmission?: boolean;
295
296
  translatedLabel?: (label: string, locale: string) => string;
296
297
  translatedFieldNameSuffix?: (locale: string) => string;
297
298
  translatedFieldGrid?: (field: DynamicFormField, locale: string, selectedLocales: string[]) => GridColumnConfig;
298
299
  localePicker?: {
299
- name?: string;
300
300
  label?: string;
301
301
  getLocaleLabel: (locale: string) => string;
302
302
  onLocaleChange: (locale: string[], formMethods: any) => void;