@bnsights/bbsf-admin-portal 1.0.79 → 1.0.81
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 +10 -0
- package/{bnsights-bbsf-admin-portal-1.0.79.tgz → bnsights-bbsf-admin-portal-1.0.81.tgz} +0 -0
- package/bundles/bnsights-bbsf-admin-portal.umd.js +189 -82
- package/bundles/bnsights-bbsf-admin-portal.umd.js.map +1 -1
- package/esm2015/lib/Pages/documents/document-template-info/document-template-info.component.js +78 -43
- package/esm2015/lib/Pages/shared/Services/DepartmentService.service.js +1 -1
- package/esm2015/lib/Pages/shared/Services/DocumentTemplateService.service.js +8 -1
- package/esm2015/lib/masterlayout.module.js +4 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bnsights-bbsf-admin-portal.js +165 -79
- package/fesm2015/bnsights-bbsf-admin-portal.js.map +1 -1
- package/lib/Pages/documents/document-template-info/document-template-info.component.d.ts +7 -5
- package/lib/Pages/shared/Services/DocumentTemplateService.service.d.ts +1 -0
- package/package.json +25 -5
- package/public-api.d.ts +1 -0
- package/src/lib/assets/images/menu/Sectors.svg +1 -1
package/README.md
CHANGED
|
@@ -5,10 +5,20 @@ BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular m
|
|
|
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
7
|
# Change Log
|
|
8
|
+
|
|
9
|
+
## 1.0.81 / 21-3-2023
|
|
10
|
+
===================
|
|
11
|
+
* Add Export Word Feature
|
|
12
|
+
* Update controls & Utilities version
|
|
13
|
+
|
|
8
14
|
## 1.0.79 / 6-3-2023
|
|
9
15
|
===================
|
|
10
16
|
* Add Survey Mode
|
|
11
17
|
|
|
18
|
+
## 1.0.78 / 27-2-2023 (!!!Warning!! Testing Release)
|
|
19
|
+
===================
|
|
20
|
+
* This package is only for testing export word feature.
|
|
21
|
+
|
|
12
22
|
## 1.0.76 / 20-2-2023
|
|
13
23
|
===================
|
|
14
24
|
* Fix Survey Graph Bugs
|