@bnsights/bbsf-admin-portal 1.2.9 → 1.2.11
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 +15 -0
- package/fesm2022/bnsights-bbsf-admin-portal.mjs +117 -367
- package/fesm2022/bnsights-bbsf-admin-portal.mjs.map +1 -1
- package/lib/Pages/localizations/localizations-replace-text/localizations-replace-text.component.d.ts +1 -1
- package/lib/Pages/localizations/localizations.component.d.ts +1 -1
- package/lib/Pages/shared/index.d.ts +0 -2
- package/package.json +3 -3
- package/public-api.d.ts +1 -5
- package/lib/Pages/core/authentication/auth.service.d.ts +0 -35
- package/lib/Pages/shared/base.service.d.ts +0 -4
- package/lib/Pages/shared/config.service.d.ts +0 -8
- package/lib/Pages/start/index/index.component.d.ts +0 -15
- package/lib/Pages/start/start-routing.module.d.ts +0 -7
- package/lib/Pages/start/start.module.d.ts +0 -11
- /package/lib/Pages/shared/Services/{localizationsService.service .d.ts → localizations.service.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -4,6 +4,21 @@ BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular m
|
|
|
4
4
|
|
|
5
5
|
For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
|
|
6
6
|
|
|
7
|
+
## 1.2.11 / 20-01-2026
|
|
8
|
+
|
|
9
|
+
=====================
|
|
10
|
+
|
|
11
|
+
- Update controls package to 1.2.11
|
|
12
|
+
- Update Utilities package to 1.2.5
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 1.2.10 / 05-01-2026
|
|
16
|
+
|
|
17
|
+
=====================
|
|
18
|
+
|
|
19
|
+
- Update controls package to 1.2.10
|
|
20
|
+
- Update Utilities package to 1.2.4
|
|
21
|
+
|
|
7
22
|
## 1.2.9 / 05-01-2026
|
|
8
23
|
|
|
9
24
|
=====================
|