@bnsights/bbsf-utilities 1.0.69 → 1.2.1

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 (122) hide show
  1. package/README.md +167 -2
  2. package/auth/index.d.ts +5 -0
  3. package/auth/public-api.d.ts +1 -0
  4. package/fesm2022/bnsights-bbsf-utilities-auth.mjs +10 -0
  5. package/fesm2022/bnsights-bbsf-utilities-auth.mjs.map +1 -0
  6. package/fesm2022/bnsights-bbsf-utilities-http.mjs +10 -0
  7. package/fesm2022/bnsights-bbsf-utilities-http.mjs.map +1 -0
  8. package/fesm2022/bnsights-bbsf-utilities-translate.mjs +10 -0
  9. package/fesm2022/bnsights-bbsf-utilities-translate.mjs.map +1 -0
  10. package/fesm2022/bnsights-bbsf-utilities-ui.mjs +10 -0
  11. package/fesm2022/bnsights-bbsf-utilities-ui.mjs.map +1 -0
  12. package/fesm2022/bnsights-bbsf-utilities.mjs +369 -3842
  13. package/fesm2022/bnsights-bbsf-utilities.mjs.map +1 -1
  14. package/http/index.d.ts +5 -0
  15. package/http/public-api.d.ts +4 -0
  16. package/lib/bbsf-utilities.module.d.ts +22 -2
  17. package/lib/shared/authentication/auth.service.d.ts +0 -1
  18. package/lib/shared/models/index.d.ts +0 -1
  19. package/lib/shared/services/index.d.ts +0 -1
  20. package/lib/shared/services/language.service.d.ts +12 -0
  21. package/lib/shared/services/request-handler.service.d.ts +2 -3
  22. package/lib/shared/services/styles-bundle.service.d.ts +7 -1
  23. package/package.json +37 -30
  24. package/public-api.d.ts +14 -12
  25. package/translate/index.d.ts +5 -0
  26. package/translate/public-api.d.ts +3 -0
  27. package/ui/index.d.ts +5 -0
  28. package/ui/public-api.d.ts +4 -0
  29. package/esm2022/bnsights-bbsf-utilities.mjs +0 -5
  30. package/esm2022/lib/bbsf-utilities.module.mjs +0 -63
  31. package/esm2022/lib/shared/authentication/auth.service.mjs +0 -260
  32. package/esm2022/lib/shared/authentication/index.mjs +0 -2
  33. package/esm2022/lib/shared/config/environment.mjs +0 -12
  34. package/esm2022/lib/shared/config/word/constants.mjs +0 -105
  35. package/esm2022/lib/shared/config/word/docx-document.mjs +0 -348
  36. package/esm2022/lib/shared/config/word/helpers/index.mjs +0 -4
  37. package/esm2022/lib/shared/config/word/helpers/render-document-file.mjs +0 -154
  38. package/esm2022/lib/shared/config/word/helpers/xml-builder.mjs +0 -1836
  39. package/esm2022/lib/shared/config/word/html-to-docx.mjs +0 -187
  40. package/esm2022/lib/shared/config/word/index.mjs +0 -50
  41. package/esm2022/lib/shared/config/word/namespaces.mjs +0 -37
  42. package/esm2022/lib/shared/config/word/schemas/content-types.mjs +0 -26
  43. package/esm2022/lib/shared/config/word/schemas/core.mjs +0 -27
  44. package/esm2022/lib/shared/config/word/schemas/document-rels.mjs +0 -16
  45. package/esm2022/lib/shared/config/word/schemas/document.template.mjs +0 -107
  46. package/esm2022/lib/shared/config/word/schemas/font-table.mjs +0 -40
  47. package/esm2022/lib/shared/config/word/schemas/generic-rels.mjs +0 -11
  48. package/esm2022/lib/shared/config/word/schemas/index.mjs +0 -13
  49. package/esm2022/lib/shared/config/word/schemas/numbering.mjs +0 -17
  50. package/esm2022/lib/shared/config/word/schemas/rels.mjs +0 -11
  51. package/esm2022/lib/shared/config/word/schemas/settings.mjs +0 -13
  52. package/esm2022/lib/shared/config/word/schemas/styles.mjs +0 -147
  53. package/esm2022/lib/shared/config/word/schemas/theme.mjs +0 -198
  54. package/esm2022/lib/shared/config/word/schemas/web-settings.mjs +0 -9
  55. package/esm2022/lib/shared/config/word/utils/color-conversion.mjs +0 -60
  56. package/esm2022/lib/shared/config/word/utils/list.mjs +0 -51
  57. package/esm2022/lib/shared/config/word/utils/unit-conversion.mjs +0 -30
  58. package/esm2022/lib/shared/config/word/utils/url.mjs +0 -7
  59. package/esm2022/lib/shared/config/word/utils/vnode.mjs +0 -3
  60. package/esm2022/lib/shared/config/word/word-work/templates/documentTemplate.mjs +0 -54
  61. package/esm2022/lib/shared/config/word/word-work/templates/index.mjs +0 -4
  62. package/esm2022/lib/shared/config/word/word-work/templates/mhtDocumentTemplate.mjs +0 -22
  63. package/esm2022/lib/shared/config/word/word-work/templates/mhtPartTemplate.mjs +0 -10
  64. package/esm2022/lib/shared/config/word/word-work/utils.mjs +0 -26
  65. package/esm2022/lib/shared/enums/authentication-modes-enums.mjs +0 -8
  66. package/esm2022/lib/shared/index.mjs +0 -4
  67. package/esm2022/lib/shared/models/UserModel.mjs +0 -3
  68. package/esm2022/lib/shared/models/area-model.mjs +0 -3
  69. package/esm2022/lib/shared/models/error-model.mjs +0 -3
  70. package/esm2022/lib/shared/models/index.mjs +0 -6
  71. package/esm2022/lib/shared/models/request-options-model.mjs +0 -11
  72. package/esm2022/lib/shared/models/speech-language.mjs +0 -3
  73. package/esm2022/lib/shared/models/word-document-model.mjs +0 -8
  74. package/esm2022/lib/shared/services/appearance-configuration.service.mjs +0 -35
  75. package/esm2022/lib/shared/services/configuration.service.mjs +0 -48
  76. package/esm2022/lib/shared/services/control-validation.service.mjs +0 -173
  77. package/esm2022/lib/shared/services/environment.service.mjs +0 -83
  78. package/esm2022/lib/shared/services/index.mjs +0 -15
  79. package/esm2022/lib/shared/services/language.service.mjs +0 -21
  80. package/esm2022/lib/shared/services/master-layout.service.mjs +0 -77
  81. package/esm2022/lib/shared/services/preload.service.mjs +0 -54
  82. package/esm2022/lib/shared/services/request-handler.service.mjs +0 -260
  83. package/esm2022/lib/shared/services/speech-recognition.service.mjs +0 -76
  84. package/esm2022/lib/shared/services/styles-bundle.service.mjs +0 -55
  85. package/esm2022/lib/shared/services/translate.service.mjs +0 -14
  86. package/esm2022/lib/shared/services/translation-resolver.service.mjs +0 -7
  87. package/esm2022/lib/shared/services/utility.service.mjs +0 -87
  88. package/esm2022/lib/shared/services/word-document.service.mjs +0 -38
  89. package/esm2022/public-api.mjs +0 -34
  90. package/lib/shared/config/word/constants.d.ts +0 -124
  91. package/lib/shared/config/word/docx-document.d.ts +0 -73
  92. package/lib/shared/config/word/helpers/index.d.ts +0 -1
  93. package/lib/shared/config/word/helpers/render-document-file.d.ts +0 -2
  94. package/lib/shared/config/word/helpers/xml-builder.d.ts +0 -16
  95. package/lib/shared/config/word/html-to-docx.d.ts +0 -1
  96. package/lib/shared/config/word/index.d.ts +0 -1
  97. package/lib/shared/config/word/namespaces.d.ts +0 -36
  98. package/lib/shared/config/word/schemas/content-types.d.ts +0 -1
  99. package/lib/shared/config/word/schemas/core.d.ts +0 -1
  100. package/lib/shared/config/word/schemas/document-rels.d.ts +0 -1
  101. package/lib/shared/config/word/schemas/document.template.d.ts +0 -4
  102. package/lib/shared/config/word/schemas/font-table.d.ts +0 -1
  103. package/lib/shared/config/word/schemas/generic-rels.d.ts +0 -1
  104. package/lib/shared/config/word/schemas/index.d.ts +0 -12
  105. package/lib/shared/config/word/schemas/numbering.d.ts +0 -1
  106. package/lib/shared/config/word/schemas/rels.d.ts +0 -1
  107. package/lib/shared/config/word/schemas/settings.d.ts +0 -1
  108. package/lib/shared/config/word/schemas/styles.d.ts +0 -1
  109. package/lib/shared/config/word/schemas/theme.d.ts +0 -1
  110. package/lib/shared/config/word/schemas/web-settings.d.ts +0 -1
  111. package/lib/shared/config/word/utils/color-conversion.d.ts +0 -7
  112. package/lib/shared/config/word/utils/list.d.ts +0 -6
  113. package/lib/shared/config/word/utils/unit-conversion.d.ts +0 -29
  114. package/lib/shared/config/word/utils/url.d.ts +0 -1
  115. package/lib/shared/config/word/utils/vnode.d.ts +0 -1
  116. package/lib/shared/config/word/word-work/templates/documentTemplate.d.ts +0 -12
  117. package/lib/shared/config/word/word-work/templates/index.d.ts +0 -3
  118. package/lib/shared/config/word/word-work/templates/mhtDocumentTemplate.d.ts +0 -1
  119. package/lib/shared/config/word/word-work/templates/mhtPartTemplate.d.ts +0 -1
  120. package/lib/shared/config/word/word-work/utils.d.ts +0 -1
  121. package/lib/shared/models/word-document-model.d.ts +0 -16
  122. package/lib/shared/services/word-document.service.d.ts +0 -8
package/README.md CHANGED
@@ -1,11 +1,176 @@
1
1
  # BnsightsUtilitiesLibrary
2
2
 
3
- BBSF Utilities package is part of BBSF 3 packages. It has all the common services useded by [BBSF Admin Portal](https://www.npmjs.com/package/@bnsights/bbsf-admin-portal) or [BBSF Controls](https://www.npmjs.com/package/@bnsights/bbsf-controls)
3
+ BBSF Utilities package is part of BBSF 3 packages. It has all the common services used by [BBSF Admin Portal](https://www.npmjs.com/package/@bnsights/bbsf-admin-portal) or [BBSF Controls](https://www.npmjs.com/package/@bnsights/bbsf-controls)
4
4
 
5
- For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsights.com/controls) or [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
5
+ For more info please visit [BBSF Controls documentation](https://bbsfadmin.bnsights.com/controls) or [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
6
+
7
+ ## 🔄 Two Ways to Use This Library
8
+
9
+ ### 1️⃣ **Backward Compatible** (All-in-One Module)
10
+
11
+ For existing applications or quick setup, import the `BBSFUtilitiesModule` to get everything:
12
+
13
+ ```typescript
14
+ // app.module.ts
15
+ import { BBSFUtilitiesModule } from '@bnsights/bbsf-utilities';
16
+
17
+ @NgModule({
18
+ imports: [
19
+ BBSFUtilitiesModule, // Includes ALL services and modules
20
+ // ... other imports
21
+ ]
22
+ })
23
+ export class AppModule { }
24
+ ```
25
+
26
+ **What you get:**
27
+ - ✅ All services automatically registered
28
+ - ✅ BlockUI and Toastr modules pre-configured
29
+ - ✅ Works exactly like the original version
30
+ - ⚠️ Larger bundle size (includes all dependencies)
31
+
32
+ ### 2️⃣ **Modular** (Optimized for Bundle Size)
33
+
34
+ For new applications or to optimize bundle size, use secondary entry points:
35
+
36
+ ```typescript
37
+ // app.module.ts
38
+ import { EnvironmentService } from '@bnsights/bbsf-utilities';
39
+ import { AuthService } from '@bnsights/bbsf-utilities/auth';
40
+ import { BBSFTranslateService } from '@bnsights/bbsf-utilities/translate';
41
+ import { UtilityService } from '@bnsights/bbsf-utilities/ui';
42
+ import { RequestHandlerService } from '@bnsights/bbsf-utilities/http';
43
+
44
+ @NgModule({
45
+ providers: [
46
+ EnvironmentService,
47
+ AuthService,
48
+ BBSFTranslateService,
49
+ UtilityService,
50
+ RequestHandlerService,
51
+ // Only import what you need
52
+ ]
53
+ })
54
+ export class AppModule { }
55
+ ```
56
+
57
+ **Benefits:**
58
+ - 🚀 Smaller bundle size (only include what you use)
59
+ - 📦 Better tree-shaking
60
+ - ⚡ Faster build times
61
+
62
+ ---
63
+
64
+ ## 📦 Secondary Entry Points (Optimized Dependencies)
65
+
66
+ To optimize bundle size, the library now supports **secondary entry points** - only install what you use!
67
+
68
+ ### 📋 Features & Imports
69
+
70
+ | Feature | Import From | Dependencies | Size |
71
+ |---------|-------------|--------------|------|
72
+ | **Core** (Environment, Styling) | `@bnsights/bbsf-utilities` | `lodash` `nanoid` `tslib` | 2 MB |
73
+ | **Authentication** | `@bnsights/bbsf-utilities/auth` | `@auth0/angular-jwt` `ngx-cookie-service` `oidc-client` | +3 MB |
74
+ | **Word Generation** ⚡ | `@bnsights/bbsf-utilities/word` | `jszip` `xmlbuilder2` `html-to-vdom` `virtual-dom` + 5 more | +8 MB (lazy-loaded) |
75
+ | **Translation/i18n** | `@bnsights/bbsf-utilities/translate` | `@ngx-translate/core` | +2 MB |
76
+ | **UI Services** (Toasts, Loading, Validation) | `@bnsights/bbsf-utilities/ui` | `ng-block-ui` `ngx-toastr` | +3 MB |
77
+ | **HTTP Handling** | `@bnsights/bbsf-utilities/http` | `class-transformer` | +1 MB |
78
+
79
+ ### 🚀 Simple Setup (30 seconds)
80
+
81
+ **Create:** `src/app/core/bbsf.ts`
82
+ ```typescript
83
+ export { EnvironmentService } from '@bnsights/bbsf-utilities';
84
+ export { AuthService } from '@bnsights/bbsf-utilities/auth';
85
+ export { BBSFTranslateService } from '@bnsights/bbsf-utilities/translate';
86
+ export { UtilityService } from '@bnsights/bbsf-utilities/ui';
87
+ export { RequestHandlerService } from '@bnsights/bbsf-utilities/http';
88
+ ```
89
+
90
+ **Add to:** `tsconfig.json`
91
+ ```json
92
+ {
93
+ "compilerOptions": {
94
+ "paths": { "@bbsf": ["src/app/core/bbsf.ts"] }
95
+ }
96
+ }
97
+ ```
98
+
99
+ **Use:**
100
+ ```typescript
101
+ import { AuthService } from '@bbsf'; // Simple! ✅
102
+ ```
103
+
104
+ ### 📊 Savings:
105
+ - **Core only:** 87% smaller (15MB → 2MB)
106
+ - **Core + Auth:** 67% smaller (15MB → 5MB)
107
+ - **Everything:** Same size (but other apps save!)
108
+
109
+ ### ⚡ Word Generation - Automatic Lazy Loading
110
+ Word generation dependencies (xmlbuilder2, jszip, etc.) use **dynamic imports** - they're automatically split into a separate chunk and only loaded when you first call `generateWordByteFile()`. No code changes needed!
111
+
112
+ **Benefits:**
113
+ - ✅ Main bundle: ~8 MB smaller
114
+ - ✅ Word chunk: Loaded on-demand only when needed
115
+ - ✅ Backward compatible: Works with existing code
116
+ - ✅ Automatic: Handled by build tools
117
+
118
+ See [XMLBUILDER2_FIX.md](./XMLBUILDER2_FIX.md) for technical details.
119
+
120
+ ### 📚 Documentation
121
+
122
+ - **[BACKWARD_COMPATIBILITY.md](./BACKWARD_COMPATIBILITY.md)** - Understand both usage patterns (BBSFUtilitiesModule vs Modular) ⭐ START HERE
123
+ - **[USAGE.md](./USAGE.md)** - Complete feature table & examples
124
+ - **[MIGRATION_GUIDE.md](./MIGRATION_GUIDE.md)** - Migrate to modular imports (optional)
125
+ - **[TROUBLESHOOTING.md](./TROUBLESHOOTING.md)** - Fix import issues
6
126
 
7
127
  # Change Log
8
128
 
129
+ ## 1.0.72 / 27/10/2025
130
+
131
+ =====================
132
+
133
+ ### 🔄 Enhanced Backward Compatibility
134
+
135
+ - **Clarified BBSFUtilitiesModule usage**: The module now explicitly exports all necessary Angular modules (CommonModule, RouterModule, BlockUIModule, ToastrModule) for complete backward compatibility
136
+ - **Two usage patterns supported**:
137
+ 1. **All-in-One**: Import `BBSFUtilitiesModule` for everything (original behavior maintained)
138
+ 2. **Modular**: Import from secondary entry points for optimized bundles
139
+ - **No breaking changes**: Existing applications using `BBSFUtilitiesModule` continue to work unchanged
140
+ - **Documentation added**:
141
+ - `BACKWARD_COMPATIBILITY.md` - Quick reference guide
142
+ - Updated README with clear comparison of both approaches
143
+ - Enhanced MIGRATION_GUIDE.md with "no migration required" section
144
+
145
+ ### Benefits
146
+ - ✅ Zero migration required for existing apps
147
+ - ✅ Full flexibility for new projects
148
+ - ✅ Clear documentation for both patterns
149
+ - ✅ All services and modules properly exported
150
+
151
+ ## 1.0.71 / 27/10/2025
152
+
153
+ =====================
154
+
155
+ ### 🚀 Major Bundle Size Optimization
156
+
157
+ - **Fixed xmlbuilder2 bundling issue**: Word generation dependencies (~8 MB) are now lazy-loaded using dynamic imports
158
+ - **Benefit**: Main application bundle is ~8 MB smaller - word dependencies only loaded when actually generating documents
159
+ - **Breaking Changes**: None - fully backward compatible
160
+ - **Technical Details**: See [XMLBUILDER2_FIX.md](./XMLBUILDER2_FIX.md)
161
+
162
+ ### Changes
163
+ - Modified `WordDocumentService.generateWordByteFile()` to use dynamic imports
164
+ - Word generation dependencies (xmlbuilder2, jszip, html-to-vdom, etc.) automatically split into separate chunk
165
+ - Consuming applications get automatic bundle size reduction without code changes
166
+
167
+ ## 1.0.70 / 26/10/2025
168
+
169
+ =====================
170
+
171
+ - Made some enhancements to the `StylesBundleService`'s `loadStyleBundle` method
172
+
173
+
9
174
  ## 1.0.69 / 14/10/2025
10
175
  =====================
11
176
 
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@bnsights/bbsf-utilities/auth" />
5
+ export * from './public-api';
@@ -0,0 +1 @@
1
+ export { AuthService } from '@bnsights/bbsf-utilities';
@@ -0,0 +1,10 @@
1
+ export { AuthService } from '@bnsights/bbsf-utilities';
2
+
3
+ /*
4
+ * Public API Surface of @bnsights/bbsf-utilities/auth
5
+ */
6
+
7
+ /**
8
+ * Generated bundle index. Do not edit.
9
+ */
10
+ //# sourceMappingURL=bnsights-bbsf-utilities-auth.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bnsights-bbsf-utilities-auth.mjs","sources":["../../../projects/bbsf-utilities/auth/public-api.ts","../../../projects/bbsf-utilities/auth/bnsights-bbsf-utilities-auth.ts"],"sourcesContent":["/*\r\n * Public API Surface of @bnsights/bbsf-utilities/auth\r\n */\r\n\r\nexport { AuthService } 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;;AAEG;;ACFH;;AAEG"}
@@ -0,0 +1,10 @@
1
+ export { FileLoaderService, MasterLayoutService, RequestHandlerService, RequestOptionsModel } from '@bnsights/bbsf-utilities';
2
+
3
+ /*
4
+ * Public API Surface of @bnsights/bbsf-utilities/http
5
+ */
6
+
7
+ /**
8
+ * Generated bundle index. Do not edit.
9
+ */
10
+ //# sourceMappingURL=bnsights-bbsf-utilities-http.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bnsights-bbsf-utilities-http.mjs","sources":["../../../projects/bbsf-utilities/http/public-api.ts","../../../projects/bbsf-utilities/http/bnsights-bbsf-utilities-http.ts"],"sourcesContent":["/*\r\n * Public API Surface of @bnsights/bbsf-utilities/http\r\n */\r\n\r\nexport { RequestHandlerService } from '@bnsights/bbsf-utilities';\r\nexport { FileLoaderService } from '@bnsights/bbsf-utilities';\r\nexport { MasterLayoutService } from '@bnsights/bbsf-utilities';\r\nexport { RequestOptionsModel } 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;;AAEG;;ACFH;;AAEG"}
@@ -0,0 +1,10 @@
1
+ export { BBSFTranslateService, LanguageService, TranslationResolverService } from '@bnsights/bbsf-utilities';
2
+
3
+ /*
4
+ * Public API Surface of @bnsights/bbsf-utilities/translate
5
+ */
6
+
7
+ /**
8
+ * Generated bundle index. Do not edit.
9
+ */
10
+ //# sourceMappingURL=bnsights-bbsf-utilities-translate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bnsights-bbsf-utilities-translate.mjs","sources":["../../../projects/bbsf-utilities/translate/public-api.ts","../../../projects/bbsf-utilities/translate/bnsights-bbsf-utilities-translate.ts"],"sourcesContent":["/*\r\n * Public API Surface of @bnsights/bbsf-utilities/translate\r\n */\r\n\r\nexport { BBSFTranslateService } from '@bnsights/bbsf-utilities';\r\nexport { TranslationResolverService } from '@bnsights/bbsf-utilities';\r\nexport { LanguageService } 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;;AAEG;;ACFH;;AAEG"}
@@ -0,0 +1,10 @@
1
+ export { ControlValidationService, LanguageDTO, SpeechRecognitionService, UtilityService } from '@bnsights/bbsf-utilities';
2
+
3
+ /*
4
+ * Public API Surface of @bnsights/bbsf-utilities/ui
5
+ */
6
+
7
+ /**
8
+ * Generated bundle index. Do not edit.
9
+ */
10
+ //# sourceMappingURL=bnsights-bbsf-utilities-ui.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bnsights-bbsf-utilities-ui.mjs","sources":["../../../projects/bbsf-utilities/ui/public-api.ts","../../../projects/bbsf-utilities/ui/bnsights-bbsf-utilities-ui.ts"],"sourcesContent":["/*\r\n * Public API Surface of @bnsights/bbsf-utilities/ui\r\n */\r\n\r\nexport { UtilityService } from '@bnsights/bbsf-utilities';\r\nexport { ControlValidationService } from '@bnsights/bbsf-utilities';\r\nexport { SpeechRecognitionService } from '@bnsights/bbsf-utilities';\r\nexport { LanguageDTO } 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;;AAEG;;ACFH;;AAEG"}