@bnsights/bbsf-utilities 1.0.69-beta.1 → 1.0.69-beta.2
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 +28 -1
- package/esm2022/lib/shared/services/word-document.service.mjs +22 -3
- package/esm2022/public-api.mjs +2 -1
- package/esm2022/word/public-api.mjs +4 -1
- package/fesm2022/bnsights-bbsf-utilities-index-C3Twnewr.mjs +3536 -0
- package/fesm2022/bnsights-bbsf-utilities-index-C3Twnewr.mjs.map +1 -0
- package/fesm2022/bnsights-bbsf-utilities-word.mjs +3 -0
- package/fesm2022/bnsights-bbsf-utilities-word.mjs.map +1 -1
- package/fesm2022/bnsights-bbsf-utilities.mjs +20 -3533
- package/fesm2022/bnsights-bbsf-utilities.mjs.map +1 -1
- package/lib/shared/services/word-document.service.d.ts +17 -0
- package/package.json +7 -7
|
@@ -2,6 +2,9 @@ export { WordDocumentModel, WordDocumentService } from '@bnsights/bbsf-utilities
|
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* Public API Surface of @bnsights/bbsf-utilities/word
|
|
5
|
+
*
|
|
6
|
+
* IMPORTANT: Use this entry point instead of @bnsights/bbsf-utilities
|
|
7
|
+
* to avoid bundling ~8MB of word generation dependencies (xmlbuilder2, jszip, etc.)
|
|
5
8
|
*/
|
|
6
9
|
|
|
7
10
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bnsights-bbsf-utilities-word.mjs","sources":["../../../projects/bbsf-utilities/word/public-api.ts","../../../projects/bbsf-utilities/word/bnsights-bbsf-utilities-word.ts"],"sourcesContent":["/*\r\n * Public API Surface of @bnsights/bbsf-utilities/word\r\n */\r\n\r\nexport { WordDocumentService } from '@bnsights/bbsf-utilities';\r\nexport { WordDocumentModel } from '@bnsights/bbsf-utilities';\r\n\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;
|
|
1
|
+
{"version":3,"file":"bnsights-bbsf-utilities-word.mjs","sources":["../../../projects/bbsf-utilities/word/public-api.ts","../../../projects/bbsf-utilities/word/bnsights-bbsf-utilities-word.ts"],"sourcesContent":["/*\r\n * Public API Surface of @bnsights/bbsf-utilities/word\r\n * \r\n * IMPORTANT: Use this entry point instead of @bnsights/bbsf-utilities\r\n * to avoid bundling ~8MB of word generation dependencies (xmlbuilder2, jszip, etc.)\r\n */\r\n\r\nexport { WordDocumentService } from '@bnsights/bbsf-utilities';\r\nexport { WordDocumentModel } from '@bnsights/bbsf-utilities';\r\n\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;;;;AAKG;;ACLH;;AAEG"}
|