@ahmadmubarak98/namozaj 1.11.4 → 1.11.6

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
@@ -352,7 +352,7 @@ export declare type NamozajPhoneFieldCountry = CountryIso2;
352
352
 
353
353
  export declare interface NamozajProps {
354
354
  fields: (NamozajBlock)[];
355
- dirtyLock?: boolean;
355
+ dirtyLock?: 'onChange' | 'always';
356
356
  unloadConfirm?: boolean;
357
357
  localization?: NamozajLocalizationOptions;
358
358
  stepper?: NamozajStepperConfig;