@bnsights/bbsf-admin-portal 1.0.40 → 1.0.43
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,6 +6,19 @@ For more info please visit [BBSF documentation](https://bnsightsprojects.visuals
|
|
|
6
6
|
|
|
7
7
|
# Change Log
|
|
8
8
|
|
|
9
|
+
## 1.0.43 / 28-7-2022
|
|
10
|
+
===================
|
|
11
|
+
* Update controls version
|
|
12
|
+
* Update utilities version
|
|
13
|
+
|
|
14
|
+
## 1.0.42 / 24-7-2022
|
|
15
|
+
===================
|
|
16
|
+
* Update controls version
|
|
17
|
+
|
|
18
|
+
## 1.0.41 / 5-7-2022
|
|
19
|
+
===================
|
|
20
|
+
* Update controls version
|
|
21
|
+
|
|
9
22
|
## 1.0.40 / 4-7-2022
|
|
10
23
|
===================
|
|
11
24
|
* Remove all ClearFilter action and instead Set ResetFilterButtonName of paging options in all screens (Localization,Lookup,template,provider,user)
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-admin-portal",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.43",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@agm/core": "^3.0.0-beta.0",
|
|
6
6
|
"@angular-devkit/build-angular": "~12.2.12",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@angular/platform-browser": "~12.2.12",
|
|
37
37
|
"@angular/platform-browser-dynamic": "~12.2.12",
|
|
38
38
|
"@angular/router": "~12.2.12",
|
|
39
|
-
"@bnsights/bbsf-controls": "1.0.
|
|
40
|
-
"@bnsights/bbsf-utilities": "1.0.
|
|
39
|
+
"@bnsights/bbsf-controls": "1.0.49",
|
|
40
|
+
"@bnsights/bbsf-utilities": "1.0.22",
|
|
41
41
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
42
42
|
"@ng-bootstrap/ng-bootstrap": "^9.0.2",
|
|
43
43
|
"@ngx-translate/core": "^13.0.0",
|