@ahmadmubarak98/namozaj 1.6.15 → 1.6.16

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.
Files changed (2) hide show
  1. package/dist/main.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -99,6 +99,7 @@ export declare type DynamicFormField = TextFieldConfig | NumberFieldConfig | Sli
99
99
  export declare interface DynamicFormProps {
100
100
  fields: DynamicFormField[];
101
101
  dirtyLock?: boolean;
102
+ validLock?: boolean;
102
103
  localization?: NamozajLocalizationOptions;
103
104
  emptyFormMessage?: string;
104
105
  defaultValues?: Record<string, FieldValueType>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.6.15",
4
+ "version": "1.6.16",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",