@bnsights/bbsf-controls 1.0.58 → 1.0.59

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.
@@ -37,4 +37,6 @@ export declare class ControlOptionsBase {
37
37
  PatchPath: string;
38
38
  /** Function which call to patch value */
39
39
  PatchFunction: Function;
40
+ /** Sets an attribute readonly */
41
+ IsReadonly: boolean;
40
42
  }
@@ -3,4 +3,5 @@ export declare class RepeaterField {
3
3
  HeaderTitle: string;
4
4
  ControlType: DataType;
5
5
  ControlOptions: any;
6
+ IsHiddenInput: boolean;
6
7
  }
@@ -13,4 +13,6 @@ export declare class RepeaterOptions {
13
13
  DeleteButtonText: string;
14
14
  RepeaterValue: any[];
15
15
  RepeaterStructure: RepeaterField[];
16
+ DisableAddButton: boolean;
17
+ DisableDeleteButton: boolean;
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"