@zealicsolutions/web-ui 0.1.3 → 0.1.5

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.
@@ -11,6 +11,7 @@ export declare type UIField<T = string> = (UIInputField | UISelectField | UIChec
11
11
  optional?: boolean;
12
12
  tooltip?: string;
13
13
  rules?: ControllerProps['rules'];
14
+ order?: number;
14
15
  };
15
16
  export declare type UIInputField = {
16
17
  type: 'input';
@@ -11,6 +11,7 @@ export declare type UIField<T = string> = (UIInputField | UISelectField | UIChec
11
11
  optional?: boolean;
12
12
  tooltip?: string;
13
13
  rules?: ControllerProps['rules'];
14
+ order?: number;
14
15
  };
15
16
  export declare type UIInputField = {
16
17
  type: 'input';
package/dist/index.d.ts CHANGED
@@ -286,6 +286,7 @@ declare type UIField<T = string> = (UIInputField | UISelectField | UICheckboxFie
286
286
  optional?: boolean;
287
287
  tooltip?: string;
288
288
  rules?: ControllerProps$1['rules'];
289
+ order?: number;
289
290
  };
290
291
  declare type UIInputField = {
291
292
  type: 'input';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"