@bnsights/bbsf-controls 1.0.55 → 1.0.56
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
CHANGED
|
@@ -6,18 +6,6 @@ For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsigh
|
|
|
6
6
|
|
|
7
7
|
# Change Log
|
|
8
8
|
|
|
9
|
-
## 1.0.55 / 1-9-2022
|
|
10
|
-
===================
|
|
11
|
-
* Add style to disapled options in dropdown control
|
|
12
|
-
|
|
13
|
-
## 1.0.54 / 1-9-2022
|
|
14
|
-
===================
|
|
15
|
-
* Add LabelKey to MultilingualControlOptionsBase
|
|
16
|
-
* Add DisabledItemsTooltipValue to DropdownOptions to enable tooltip on disabled options
|
|
17
|
-
* Fix Repeater control addItem
|
|
18
|
-
* Fix FileType Enum Word
|
|
19
|
-
* Add cancelBtnLabel,setBtnLabel to DefaultIntl to be translated in datetime control
|
|
20
|
-
|
|
21
9
|
## 1.0.53 / 18-8-2022
|
|
22
10
|
===================
|
|
23
11
|
* Update Location control(delete value when value empty)
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.56",
|
|
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.26",
|
|
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,14 +1144,4 @@ 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
|
-
}
|
|
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
|
-
}
|
|
1147
|
+
}
|