@bnsights/bbsf-utilities 1.0.69-beta.1 → 1.0.69-beta.3

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.
Files changed (82) hide show
  1. package/README.md +28 -1
  2. package/esm2022/lib/shared/models/index.mjs +1 -2
  3. package/esm2022/lib/shared/services/index.mjs +1 -2
  4. package/esm2022/public-api.mjs +3 -4
  5. package/fesm2022/bnsights-bbsf-utilities.mjs +1 -3577
  6. package/fesm2022/bnsights-bbsf-utilities.mjs.map +1 -1
  7. package/lib/shared/models/index.d.ts +0 -1
  8. package/lib/shared/services/index.d.ts +0 -1
  9. package/package.json +1 -16
  10. package/public-api.d.ts +0 -2
  11. package/esm2022/lib/shared/config/word/constants.mjs +0 -105
  12. package/esm2022/lib/shared/config/word/docx-document.mjs +0 -348
  13. package/esm2022/lib/shared/config/word/helpers/index.mjs +0 -4
  14. package/esm2022/lib/shared/config/word/helpers/render-document-file.mjs +0 -154
  15. package/esm2022/lib/shared/config/word/helpers/xml-builder.mjs +0 -1836
  16. package/esm2022/lib/shared/config/word/html-to-docx.mjs +0 -187
  17. package/esm2022/lib/shared/config/word/index.mjs +0 -50
  18. package/esm2022/lib/shared/config/word/namespaces.mjs +0 -37
  19. package/esm2022/lib/shared/config/word/schemas/content-types.mjs +0 -26
  20. package/esm2022/lib/shared/config/word/schemas/core.mjs +0 -27
  21. package/esm2022/lib/shared/config/word/schemas/document-rels.mjs +0 -16
  22. package/esm2022/lib/shared/config/word/schemas/document.template.mjs +0 -107
  23. package/esm2022/lib/shared/config/word/schemas/font-table.mjs +0 -40
  24. package/esm2022/lib/shared/config/word/schemas/generic-rels.mjs +0 -11
  25. package/esm2022/lib/shared/config/word/schemas/index.mjs +0 -13
  26. package/esm2022/lib/shared/config/word/schemas/numbering.mjs +0 -17
  27. package/esm2022/lib/shared/config/word/schemas/rels.mjs +0 -11
  28. package/esm2022/lib/shared/config/word/schemas/settings.mjs +0 -13
  29. package/esm2022/lib/shared/config/word/schemas/styles.mjs +0 -147
  30. package/esm2022/lib/shared/config/word/schemas/theme.mjs +0 -198
  31. package/esm2022/lib/shared/config/word/schemas/web-settings.mjs +0 -9
  32. package/esm2022/lib/shared/config/word/utils/color-conversion.mjs +0 -60
  33. package/esm2022/lib/shared/config/word/utils/list.mjs +0 -51
  34. package/esm2022/lib/shared/config/word/utils/unit-conversion.mjs +0 -30
  35. package/esm2022/lib/shared/config/word/utils/url.mjs +0 -7
  36. package/esm2022/lib/shared/config/word/utils/vnode.mjs +0 -3
  37. package/esm2022/lib/shared/config/word/word-work/templates/documentTemplate.mjs +0 -54
  38. package/esm2022/lib/shared/config/word/word-work/templates/index.mjs +0 -4
  39. package/esm2022/lib/shared/config/word/word-work/templates/mhtDocumentTemplate.mjs +0 -22
  40. package/esm2022/lib/shared/config/word/word-work/templates/mhtPartTemplate.mjs +0 -10
  41. package/esm2022/lib/shared/config/word/word-work/utils.mjs +0 -26
  42. package/esm2022/lib/shared/models/word-document-model.mjs +0 -8
  43. package/esm2022/lib/shared/services/word-document.service.mjs +0 -38
  44. package/esm2022/word/bnsights-bbsf-utilities-word.mjs +0 -5
  45. package/esm2022/word/public-api.mjs +0 -6
  46. package/fesm2022/bnsights-bbsf-utilities-word.mjs +0 -10
  47. package/fesm2022/bnsights-bbsf-utilities-word.mjs.map +0 -1
  48. package/lib/shared/config/word/constants.d.ts +0 -124
  49. package/lib/shared/config/word/docx-document.d.ts +0 -73
  50. package/lib/shared/config/word/helpers/index.d.ts +0 -1
  51. package/lib/shared/config/word/helpers/render-document-file.d.ts +0 -2
  52. package/lib/shared/config/word/helpers/xml-builder.d.ts +0 -16
  53. package/lib/shared/config/word/html-to-docx.d.ts +0 -1
  54. package/lib/shared/config/word/index.d.ts +0 -1
  55. package/lib/shared/config/word/namespaces.d.ts +0 -36
  56. package/lib/shared/config/word/schemas/content-types.d.ts +0 -1
  57. package/lib/shared/config/word/schemas/core.d.ts +0 -1
  58. package/lib/shared/config/word/schemas/document-rels.d.ts +0 -1
  59. package/lib/shared/config/word/schemas/document.template.d.ts +0 -4
  60. package/lib/shared/config/word/schemas/font-table.d.ts +0 -1
  61. package/lib/shared/config/word/schemas/generic-rels.d.ts +0 -1
  62. package/lib/shared/config/word/schemas/index.d.ts +0 -12
  63. package/lib/shared/config/word/schemas/numbering.d.ts +0 -1
  64. package/lib/shared/config/word/schemas/rels.d.ts +0 -1
  65. package/lib/shared/config/word/schemas/settings.d.ts +0 -1
  66. package/lib/shared/config/word/schemas/styles.d.ts +0 -1
  67. package/lib/shared/config/word/schemas/theme.d.ts +0 -1
  68. package/lib/shared/config/word/schemas/web-settings.d.ts +0 -1
  69. package/lib/shared/config/word/utils/color-conversion.d.ts +0 -7
  70. package/lib/shared/config/word/utils/list.d.ts +0 -6
  71. package/lib/shared/config/word/utils/unit-conversion.d.ts +0 -29
  72. package/lib/shared/config/word/utils/url.d.ts +0 -1
  73. package/lib/shared/config/word/utils/vnode.d.ts +0 -1
  74. package/lib/shared/config/word/word-work/templates/documentTemplate.d.ts +0 -12
  75. package/lib/shared/config/word/word-work/templates/index.d.ts +0 -3
  76. package/lib/shared/config/word/word-work/templates/mhtDocumentTemplate.d.ts +0 -1
  77. package/lib/shared/config/word/word-work/templates/mhtPartTemplate.d.ts +0 -1
  78. package/lib/shared/config/word/word-work/utils.d.ts +0 -1
  79. package/lib/shared/models/word-document-model.d.ts +0 -16
  80. package/lib/shared/services/word-document.service.d.ts +0 -8
  81. package/word/index.d.ts +0 -5
  82. package/word/public-api.d.ts +0 -2
@@ -1,3 +0,0 @@
1
- export * from './documentTemplate';
2
- export * from './mhtDocumentTemplate';
3
- export * from './mhtPartTemplate';
@@ -1 +0,0 @@
1
- export declare const mhtDocumentTemplate: (htmlSource: string, contentParts: string) => string;
@@ -1 +0,0 @@
1
- export declare const mhtPartTemplate: (contentType: string, contentEncoding: string, contentLocation: string, encodedContent: string) => string;
@@ -1 +0,0 @@
1
- export declare function getMHTdocument(htmlSource: string): string;
@@ -1,16 +0,0 @@
1
- export declare class WordDocumentModel {
2
- header: string;
3
- footer: string;
4
- body: string;
5
- options: DocumentOptionsModel;
6
- }
7
- export declare class DocumentOptionsModel {
8
- pageHeight: number;
9
- pageWidth: number;
10
- top: number;
11
- bottom: number;
12
- left: number;
13
- right: number;
14
- isLandscape: boolean;
15
- showPaging: boolean;
16
- }
@@ -1,8 +0,0 @@
1
- /// <reference types="node" />
2
- import { WordDocumentModel } from '../models';
3
- import * as i0 from "@angular/core";
4
- export declare class WordDocumentService {
5
- generateWordByteFile(model: WordDocumentModel): Promise<Buffer | Blob>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<WordDocumentService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<WordDocumentService>;
8
- }
package/word/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@bnsights/bbsf-utilities/word" />
5
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export { WordDocumentService } from '@bnsights/bbsf-utilities';
2
- export { WordDocumentModel } from '@bnsights/bbsf-utilities';