@bnsights/bbsf-controls 1.0.78 → 1.0.79

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.
@@ -13,6 +13,7 @@ export declare abstract class AppBaseComponent {
13
13
  private auhService;
14
14
  private configurationService;
15
15
  private environmentService;
16
+ isEN: boolean;
16
17
  exportLabel: string;
17
18
  filtersLabel: string;
18
19
  addLabel: string;
@@ -11,4 +11,8 @@ export declare class DefaultIntl extends OwlDateTimeIntl {
11
11
  cancelBtnLabel: string;
12
12
  /** A label for the set button */
13
13
  setBtnLabel: string;
14
+ /** A label for the hour12 button (AM) */
15
+ hour12AMLabel: string;
16
+ /** A label for the hour12 button (PM) */
17
+ hour12PMLabel: string;
14
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"
@@ -117,6 +117,7 @@
117
117
  height: 100%;
118
118
  display: flex;
119
119
  align-items: center;
120
+ cursor:pointer;
120
121
 
121
122
  i {
122
123
  color: #8b8b8b;
@@ -6,6 +6,7 @@
6
6
 
7
7
  .label-subtext-container {
8
8
  margin-left: 0.55rem;
9
+ width: 100%;
9
10
 
10
11
  .bbsf-label {
11
12
  margin-bottom: 0px;
@@ -121,3 +121,8 @@ button.owl-dt-control.owl-dt-control-button.owl-dt-control-period-button {
121
121
  .owl-dt-control-button {
122
122
  color: $subtext-color;
123
123
  }
124
+
125
+ //BBSF datetime picker fix
126
+ .cdk-overlay-container {
127
+ z-index: 1056;
128
+ }
Binary file