@bnsights/bbsf-controls 1.0.159 → 1.0.161

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.
@@ -1,4 +1,5 @@
1
1
  export declare class DropdownListItem {
2
2
  key: any;
3
3
  value: any;
4
+ group?: any;
4
5
  }
@@ -30,4 +30,5 @@ export declare class DropdownOptions extends ControlOptionsBase {
30
30
  notFoundText: string;
31
31
  /** Represent Value of disabled items tooltip*/
32
32
  disabledItemsTooltipValue: string;
33
+ hasGroup: boolean;
33
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.159",
3
+ "version": "1.0.161",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -27,6 +27,7 @@
27
27
  "@ng-select/ng-select": "^12.0.4",
28
28
  "@ngrx/store": "^17.0.1",
29
29
  "@ngrx/store-devtools": "^17.0.1",
30
+ "@primeng/themes": "^19.0.9",
30
31
  "@sweetalert2/ngx-sweetalert2": "12.2.0",
31
32
  "@types/file-saver": "^2.0.7",
32
33
  "@types/google.maps": "^3.54.10",
@@ -118,6 +118,13 @@
118
118
  transform: translate(-14px, -50%);
119
119
  }
120
120
  }
121
+
122
+ .ng-optgroup {
123
+ padding : 0 15px;
124
+ .bbsf-group-label {
125
+ font-weight :bold;
126
+ }
127
+ }
121
128
  }
122
129
  }
123
130
  }