@bnsights/bbsf-controls 1.0.52 → 1.0.55
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.
- package/README.md +16 -0
- package/bnsights-bbsf-controls-1.0.55.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +46 -16
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/Enums/FileType.js +2 -2
- package/esm2015/lib/Shared/Models/DropdownOptions.js +1 -1
- package/esm2015/lib/Shared/Models/MapAutocompleteDTO.js +4 -1
- package/esm2015/lib/Shared/Models/MultilingualControlOptionsBase.js +1 -1
- package/esm2015/lib/Shared/default_intl.js +5 -1
- package/esm2015/lib/controls/DropdownList/DropdownList.component.js +2 -2
- package/esm2015/lib/controls/MapAutoComplete/MapAutoComplete.component.js +9 -2
- package/esm2015/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.js +11 -5
- package/esm2015/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.js +11 -5
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +11 -5
- package/esm2015/lib/controls/Repeater/repeater/repeater.component.js +2 -2
- package/fesm2015/bnsights-bbsf-controls.js +48 -16
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/Shared/Enums/FileType.d.ts +1 -1
- package/lib/Shared/Models/DropdownOptions.d.ts +2 -0
- package/lib/Shared/Models/MultilingualControlOptionsBase.d.ts +2 -0
- package/lib/Shared/default_intl.d.ts +4 -0
- package/package.json +2 -2
- package/src/lib/assets/Style.css +11 -1
- package/bnsights-bbsf-controls-1.0.52.tgz +0 -0
|
@@ -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",
|
|
@@ -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.
|
|
3
|
+
"version": "1.0.55",
|
|
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
|
+
"@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",
|
package/src/lib/assets/Style.css
CHANGED
|
@@ -1144,4 +1144,14 @@ button.swal2-cancel {
|
|
|
1144
1144
|
/*table with control remove margin*/
|
|
1145
1145
|
.table-w-control .b-control .form-group {
|
|
1146
1146
|
margin-bottom: 0px;
|
|
1147
|
-
}
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
|
|
1150
|
+
background: #efefef !important;
|
|
1151
|
+
cursor: not-allowed;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option-disabled .ng-option-label {
|
|
1155
|
+
cursor: not-allowed !important;
|
|
1156
|
+
color: #999999 !important;
|
|
1157
|
+
}
|
|
Binary file
|