@bnsights/bbsf-controls 1.0.29 → 1.0.32

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.
@@ -0,0 +1,4 @@
1
+ export declare enum LanguageValidation {
2
+ English = 1,
3
+ Arabic = 2
4
+ }
@@ -5,6 +5,7 @@ import { RangeNumber } from './RangeNumber';
5
5
  import { ForceDirection } from '../Enums/ForceDirection';
6
6
  import { Attribute } from './Attribute';
7
7
  import { IconPosition } from '../Enums/IconPosition';
8
+ import { LanguageValidation } from '../Enums/LanguageValidation';
8
9
  export declare class TextBoxOptions {
9
10
  /**
10
11
  * Represent Name Of Form Control
@@ -58,6 +59,8 @@ export declare class TextBoxOptions {
58
59
  CustomValidation: CustomValidation[];
59
60
  /** to set Direction of textbox if textbox is Arabic or English */
60
61
  ForceDirection: ForceDirection;
62
+ /** to set Language of textbox if textbox language is Arabic or English */
63
+ LanguageValidation: LanguageValidation;
61
64
  /** Set Type of TextBox ("text","password","email","number") */
62
65
  Type: InputType;
63
66
  /** Set List of Custom Attribute to TextBox */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.29",
3
+ "version": "1.0.32",
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.13",
24
+ "@bnsights/bbsf-utilities": "1.0.15",
25
25
  "@fortawesome/fontawesome-free": "^5.15.2",
26
26
  "google-libphonenumber": "^3.2.17",
27
27
  "@fullcalendar/angular": "^5.5.0",
package/public-api.d.ts CHANGED
@@ -99,3 +99,4 @@ export * from './lib/Shared/Enums/IconPosition';
99
99
  export * from './lib/Shared/Enums/PagingActionMode';
100
100
  export * from './lib/Shared/Enums/StyleConfirmationMode';
101
101
  export * from './lib/Shared/Enums/Enums';
102
+ export * from './lib/Shared/Enums/LanguageValidation';
@@ -806,7 +806,7 @@ span.ng-value-label {
806
806
 
807
807
 
808
808
  textarea.bnsights-control.form-control {
809
- height: 92px !important;
809
+ /* height: 92px !important; */
810
810
  resize: none;
811
811
  }
812
812
 
@@ -1141,3 +1141,7 @@ button.swal2-cancel {
1141
1141
  .cdk-overlay-container {
1142
1142
  z-index: 1060 !important;
1143
1143
  }
1144
+ /*table with control remove margin*/
1145
+ .table-w-control .b-control .form-group {
1146
+ margin-bottom: 0px;
1147
+ }
Binary file