@bnsights/bbsf-controls 1.0.53 → 1.0.54

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,6 +1,6 @@
1
1
  export declare enum FileType {
2
2
  PDF = "application/pdf",
3
- Word = "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document ",
3
+ Word = "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document",
4
4
  Excel = "application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
5
5
  ImageTypes = "image/png,image/bmp,image/jpeg",
6
6
  PNG = "image/png",
@@ -28,4 +28,6 @@ export declare class DropdownOptions extends ControlOptionsBase {
28
28
  ItemTempletvalue: string;
29
29
  ForceDirection: ForceDirection;
30
30
  NotFoundText: string;
31
+ /** Represent Value of disabled items tooltip*/
32
+ DisabledItemsTooltipValue: string;
31
33
  }
@@ -5,6 +5,8 @@ import { EnglishArabicDTO } from "./EnglishArabicDTO";
5
5
  export declare class MultilingualControlOptionsBase {
6
6
  /** Represent Name Of Form Control*/
7
7
  Name: string;
8
+ /** Represent key of the Label*/
9
+ LabelKey: string;
8
10
  /** Represent value of the Label*/
9
11
  LabelValue: string;
10
12
  /** Represent Key of the label*/
@@ -7,4 +7,8 @@ export declare class DefaultIntl extends OwlDateTimeIntl {
7
7
  rangeFromLabel: string;
8
8
  /** A label for the range 'to' in picker info */
9
9
  rangeToLabel: string;
10
+ /** A label for the cancel button */
11
+ cancelBtnLabel: string;
12
+ /** A label for the set button */
13
+ setBtnLabel: string;
10
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"
@@ -21,7 +21,7 @@
21
21
  "@angular/platform-browser": "~12.2.12",
22
22
  "@angular/platform-browser-dynamic": "~12.2.12",
23
23
  "@angular/router": "~12.2.12",
24
- "@bnsights/bbsf-utilities": "1.0.24",
24
+ "@bnsights/bbsf-utilities": "1.0.25",
25
25
  "@fortawesome/fontawesome-free": "^5.15.2",
26
26
  "google-libphonenumber": "^3.2.17",
27
27
  "@fullcalendar/angular": "^5.5.0",
Binary file