@dmitryvim/form-builder 0.5.2 → 0.5.3

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.
@@ -7,6 +7,7 @@ export declare function setValidateElement(fn: (element: Element, ctx: {
7
7
  }, customScopeRoot?: HTMLElement | null) => {
8
8
  value: any;
9
9
  spread: boolean;
10
+ skip?: boolean;
10
11
  }): void;
11
12
  /**
12
13
  * Validate container field and return extracted value with errors
@@ -12,6 +12,8 @@ export interface PickedResource {
12
12
  }
13
13
  export interface Translations {
14
14
  removeElement: string;
15
+ removeRow?: string;
16
+ removeRowFrom?: string;
15
17
  clickDragText: string;
16
18
  clickDragTextMultiple: string;
17
19
  noFileSelected: string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.5.2",
6
+ "version": "0.5.3",
7
7
  "description": "A reusable JSON schema form builder library",
8
8
  "main": "./dist/cjs/index.cjs",
9
9
  "module": "./dist/esm/index.js",