@bnsights/bbsf-controls 1.0.131 → 1.0.133

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.
@@ -26,5 +26,7 @@ export declare enum DataType {
26
26
  CoverPhoto = "9CC8C0BB-C670-466F-A632-8632FF5C1296",
27
27
  InnovationLab = "4B914ED0-8B36-4E24-B85E-9A04C9F266BE",
28
28
  Country = "342AA701-76C7-4E5D-8056-407BFC86F888",
29
- AreaOfFocus = "06a4cfb7-216a-4a60-8388-7a859aab90b4"
29
+ AreaOfFocus = "06a4cfb7-216a-4a60-8388-7a859aab90b4",
30
+ RadioButton = "58ddcb68-db85-4a3e-864d-fe5226f2ab61",
31
+ CheckBox = "0dd09f73-c283-4adb-9381-df018144c39a"
30
32
  }
@@ -41,4 +41,6 @@ export declare class ControlOptionsBase {
41
41
  patchFunction: Function;
42
42
  /** Sets an attribute readonly */
43
43
  isReadonly: boolean;
44
+ /** Set output function for repeater */
45
+ outputFunction: Function;
44
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.131",
3
+ "version": "1.0.133",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
Binary file