@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
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@bnsights/bbsf-utilities/http" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
1
+ export { RequestHandlerService } from '@bnsights/bbsf-utilities';
2
+ export { FileLoaderService } from '@bnsights/bbsf-utilities';
3
+ export { MasterLayoutService } from '@bnsights/bbsf-utilities';
4
+ export { RequestOptionsModel } from '@bnsights/bbsf-utilities';
@@ -2,9 +2,29 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
3
  import * as i2 from "@angular/router";
4
4
  import * as i3 from "ng-block-ui";
5
- import * as i4 from "ngx-toastr";
5
+ /**
6
+ * BBSFUtilitiesModule
7
+ *
8
+ * This module provides full backward compatibility by including ALL services and modules
9
+ * from the original version. Simply import this module to get all functionality.
10
+ *
11
+ * For new applications, consider using modular imports via secondary entry points:
12
+ * - @bnsights/bbsf-utilities/auth - Authentication services
13
+ * - @bnsights/bbsf-utilities/http - HTTP request handling
14
+ * - @bnsights/bbsf-utilities/translate - Translation services
15
+ * - @bnsights/bbsf-utilities/ui - UI services (BlockUI, Toastr, etc.)
16
+ *
17
+ * @example
18
+ * // Backward compatible usage (imports everything):
19
+ * import { BBSFUtilitiesModule } from '@bnsights/bbsf-utilities';
20
+ *
21
+ * @NgModule({
22
+ * imports: [BBSFUtilitiesModule]
23
+ * })
24
+ * export class AppModule { }
25
+ */
6
26
  export declare class BBSFUtilitiesModule {
7
27
  static ɵfac: i0.ɵɵFactoryDeclaration<BBSFUtilitiesModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<BBSFUtilitiesModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.BlockUIModule, typeof i4.ToastrModule], never>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BBSFUtilitiesModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.BlockUIModule], [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.BlockUIModule]>;
9
29
  static ɵinj: i0.ɵɵInjectorDeclaration<BBSFUtilitiesModule>;
10
30
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { HttpClient } from '@angular/common/http';
3
2
  import { Injector } from '@angular/core';
4
3
  import { Router } from '@angular/router';
@@ -1,5 +1,4 @@
1
1
  export * from './area-model';
2
2
  export * from './error-model';
3
3
  export * from './request-options-model';
4
- export * from './word-document-model';
5
4
  export * from './speech-language';
@@ -8,7 +8,6 @@ export * from './styles-bundle.service';
8
8
  export * from './translate.service';
9
9
  export * from './translation-resolver.service';
10
10
  export * from './utility.service';
11
- export * from './word-document.service';
12
11
  export * from './language.service';
13
12
  export * from './speech-recognition.service';
14
13
  export * from './preload.service';
@@ -2,10 +2,22 @@ import { RequestHandlerService } from "./request-handler.service";
2
2
  import { Observable } from "rxjs";
3
3
  import { LanguageDTO } from "../models";
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Language service with internal caching
7
+ */
5
8
  export declare class LanguageService {
6
9
  private http;
7
10
  apiUrl: string;
11
+ private _languages;
12
+ private isLoading;
13
+ private isLoaded;
14
+ private loadRequest$;
8
15
  constructor(http: RequestHandlerService);
16
+ /** Pure getter - no side effects */
17
+ get languages(): LanguageDTO[];
18
+ /** Internal method - loads languages from API (race-condition safe) */
19
+ private loadLanguages;
20
+ /** Get languages as Observable - triggers load if not loaded */
9
21
  getLanguages(): Observable<LanguageDTO[]>;
10
22
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguageService, never>;
11
23
  static ɵprov: i0.ɵɵInjectableDeclaration<LanguageService>;
@@ -1,6 +1,5 @@
1
1
  import { HttpClient, HttpHeaders, HttpParams } from "@angular/common/http";
2
2
  import { OnDestroy } from '@angular/core';
3
- import { Router } from '@angular/router';
4
3
  import { Observable, Subject } from 'rxjs';
5
4
  import { BBSFTranslateService, EnvironmentService, UtilityService } from ".";
6
5
  import { AuthService } from '../authentication/auth.service';
@@ -12,10 +11,10 @@ export declare class RequestHandlerService implements OnDestroy {
12
11
  private environmentService;
13
12
  private utilityService;
14
13
  private bbsfTranslateService;
15
- private router;
16
14
  private currentLanguage;
17
15
  onDestroy$: Subject<void>;
18
- constructor(http: HttpClient, authService: AuthService, environmentService: EnvironmentService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, router: Router);
16
+ private router;
17
+ constructor(http: HttpClient, authService: AuthService, environmentService: EnvironmentService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService);
19
18
  private isOnline;
20
19
  get<T>(Url: string, params?: HttpParams, responseType?: new () => T, requestOptions?: RequestOptionsModel): Observable<T>;
21
20
  post<T>(Url: string, model?: any, responseType?: new () => T, params?: HttpParams, requestOptions?: RequestOptionsModel): Observable<T>;
@@ -6,7 +6,13 @@ export declare class StylesBundleService {
6
6
  constructor(document: Document, translateService: BBSFTranslateService);
7
7
  loadThemes(lang: string, bundleEnglishName: string, bundleArabicName: string): void;
8
8
  loadThemesColor(theme: string, bundleDarkName: string, bundleLightName: string): void;
9
- loadStyleBundle(styleName: string): void;
9
+ private loadStyleBundle;
10
+ /**
11
+ * Extract filename from full path
12
+ * @param path Full path or just filename
13
+ * @returns The filename only
14
+ */
15
+ private getFileName;
10
16
  static ɵfac: i0.ɵɵFactoryDeclaration<StylesBundleService, never>;
11
17
  static ɵprov: i0.ɵɵInjectableDeclaration<StylesBundleService>;
12
18
  }
package/package.json CHANGED
@@ -1,36 +1,29 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-utilities",
3
- "version": "1.0.69",
3
+ "version": "1.2.1",
4
4
  "peerDependencies": {
5
- "@angular/animations": "^17.0.5",
6
- "@angular/cdk": "^17.0.2",
7
- "@angular/common": "^17.0.5",
8
- "@angular/compiler": "^17.0.5",
9
- "@angular/core": "^17.0.5",
10
- "@angular/forms": "^17.0.5",
11
- "@angular/localize": "^17.0.5",
12
- "@angular/router": "^17.0.5"
5
+ "@angular/animations": "^19.2.14",
6
+ "@angular/cdk": "^19.2.19",
7
+ "@angular/common": "^19.2.14",
8
+ "@angular/compiler": "^19.2.14",
9
+ "@angular/core": "^19.2.14",
10
+ "@angular/forms": "^19.2.14",
11
+ "@angular/localize": "^19.2.14",
12
+ "@angular/router": "^19.2.14"
13
13
  },
14
14
  "dependencies": {
15
- "@auth0/angular-jwt": "^5.2.0",
16
- "color-name": "^2.0.0",
17
- "escape-html": "^1.0.3",
18
- "html-to-vdom": "^0.7.0",
19
- "image-size": "^1.0.2",
20
- "image-to-base64": "^2.2.0",
21
- "jszip": "^3.10.1",
22
- "lodash": "^4.17.21",
23
- "mime-types": "^2.1.35",
24
- "ngx-cookie-service": "17.0.0",
25
- "virtual-dom": "^2.1.1",
26
- "xmlbuilder2": "3.1.1",
27
- "ng-block-ui": "^4.0.1",
28
- "ngx-toastr": "^18.0.0",
29
- "oidc-client": "^1.11.5",
30
- "class-transformer": "^0.5.1",
31
- "nanoid": "^5.0.4",
32
- "tslib": "^2.6.2",
33
- "@ngx-translate/core": "^15.0.0"
15
+ "lodash": "4.17.21",
16
+ "nanoid": "5.0.4",
17
+ "tslib": "2.6.2"
18
+ },
19
+ "optionalDependencies": {
20
+ "@auth0/angular-jwt": "5.2.0",
21
+ "ng-block-ui": "4.0.1",
22
+ "ngx-cookie-service": "19.0.0",
23
+ "ngx-toastr": "19.0.0",
24
+ "oidc-client": "1.11.5",
25
+ "class-transformer": "0.5.1",
26
+ "@ngx-translate/core": "15.0.0"
34
27
  },
35
28
  "module": "fesm2022/bnsights-bbsf-utilities.mjs",
36
29
  "typings": "index.d.ts",
@@ -40,9 +33,23 @@
40
33
  },
41
34
  ".": {
42
35
  "types": "./index.d.ts",
43
- "esm2022": "./esm2022/bnsights-bbsf-utilities.mjs",
44
- "esm": "./esm2022/bnsights-bbsf-utilities.mjs",
45
36
  "default": "./fesm2022/bnsights-bbsf-utilities.mjs"
37
+ },
38
+ "./auth": {
39
+ "types": "./auth/index.d.ts",
40
+ "default": "./fesm2022/bnsights-bbsf-utilities-auth.mjs"
41
+ },
42
+ "./http": {
43
+ "types": "./http/index.d.ts",
44
+ "default": "./fesm2022/bnsights-bbsf-utilities-http.mjs"
45
+ },
46
+ "./translate": {
47
+ "types": "./translate/index.d.ts",
48
+ "default": "./fesm2022/bnsights-bbsf-utilities-translate.mjs"
49
+ },
50
+ "./ui": {
51
+ "types": "./ui/index.d.ts",
52
+ "default": "./fesm2022/bnsights-bbsf-utilities-ui.mjs"
46
53
  }
47
54
  },
48
55
  "sideEffects": false
package/public-api.d.ts CHANGED
@@ -1,21 +1,23 @@
1
1
  export * from './lib/bbsf-utilities.module';
2
- export * from './lib/shared/services/utility.service';
3
2
  export * from './lib/shared/services/environment.service';
4
- export * from './lib/shared/services/request-handler.service';
5
3
  export * from './lib/shared/services/styles-bundle.service';
6
- export * from './lib/shared/services/translate.service';
7
- export * from './lib/shared/services/control-validation.service';
8
- export * from './lib/shared/services/master-layout.service';
9
- export * from './lib/shared/services/translation-resolver.service';
10
4
  export * from './lib/shared/services/appearance-configuration.service';
11
5
  export * from './lib/shared/services/configuration.service';
12
- export * from './lib/shared/services/word-document.service';
13
- export * from './lib/shared/authentication/auth.service';
14
- export * from './lib/shared/services/language.service';
6
+ export * from './lib/shared/config/environment';
7
+ export * from './lib/shared/models/area-model';
8
+ export * from './lib/shared/models/error-model';
9
+ export * from './lib/shared/models/UserModel';
10
+ export * from './lib/shared/enums/authentication-modes-enums';
11
+ export * from './lib/shared/services/utility.service';
12
+ export * from './lib/shared/services/control-validation.service';
15
13
  export * from './lib/shared/services/speech-recognition.service';
14
+ export * from './lib/shared/services/translate.service';
15
+ export * from './lib/shared/services/translation-resolver.service';
16
+ export { TranslationResolverService } from './lib/shared/services/translation-resolver.service';
17
+ export * from './lib/shared/services/language.service';
18
+ export * from './lib/shared/services/request-handler.service';
19
+ export * from './lib/shared/services/master-layout.service';
16
20
  export * from './lib/shared/services/preload.service';
17
- export * from './lib/shared/config/environment';
18
21
  export * from './lib/shared/models/request-options-model';
19
- export * from './lib/shared/models/word-document-model';
22
+ export * from './lib/shared/authentication/auth.service';
20
23
  export * from './lib/shared/models/speech-language';
21
- export * from './lib/shared/enums/authentication-modes-enums';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@bnsights/bbsf-utilities/translate" />
5
+ export * from './public-api';
@@ -0,0 +1,3 @@
1
+ export { BBSFTranslateService } from '@bnsights/bbsf-utilities';
2
+ export { TranslationResolverService } from '@bnsights/bbsf-utilities';
3
+ export { LanguageService } from '@bnsights/bbsf-utilities';
package/ui/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@bnsights/bbsf-utilities/ui" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
1
+ export { UtilityService } from '@bnsights/bbsf-utilities';
2
+ export { ControlValidationService } from '@bnsights/bbsf-utilities';
3
+ export { SpeechRecognitionService } from '@bnsights/bbsf-utilities';
4
+ export { LanguageDTO } from '@bnsights/bbsf-utilities';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm5zaWdodHMtYmJzZi11dGlsaXRpZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9iYnNmLXV0aWxpdGllcy9zcmMvYm5zaWdodHMtYmJzZi11dGlsaXRpZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,63 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { RouterModule } from '@angular/router';
4
- import { TranslateService } from '@ngx-translate/core';
5
- import { BlockUIModule } from 'ng-block-ui';
6
- import { ToastrModule } from 'ngx-toastr';
7
- import { CookieService } from 'ngx-cookie-service';
8
- import { UtilityService, EnvironmentService, RequestHandlerService, StylesBundleService, BBSFTranslateService, ControlValidationService, MasterLayoutService, ConfigurationService, AuthService, LanguageService, SpeechRecognitionService } from './shared';
9
- import * as i0 from "@angular/core";
10
- import * as i1 from "ng-block-ui";
11
- import * as i2 from "ngx-toastr";
12
- export class BBSFUtilitiesModule {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BBSFUtilitiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: BBSFUtilitiesModule, imports: [CommonModule,
15
- RouterModule, i1.BlockUIModule, i2.ToastrModule] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BBSFUtilitiesModule, providers: [
17
- UtilityService,
18
- EnvironmentService,
19
- AuthService,
20
- RequestHandlerService,
21
- StylesBundleService,
22
- TranslateService,
23
- BBSFTranslateService,
24
- ControlValidationService,
25
- MasterLayoutService,
26
- ConfigurationService,
27
- CookieService,
28
- LanguageService,
29
- SpeechRecognitionService
30
- ], imports: [CommonModule,
31
- RouterModule,
32
- BlockUIModule.forRoot(),
33
- ToastrModule.forRoot()] }); }
34
- }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BBSFUtilitiesModule, decorators: [{
36
- type: NgModule,
37
- args: [{
38
- declarations: [],
39
- imports: [
40
- CommonModule,
41
- RouterModule,
42
- BlockUIModule.forRoot(),
43
- ToastrModule.forRoot(),
44
- ],
45
- exports: [],
46
- providers: [
47
- UtilityService,
48
- EnvironmentService,
49
- AuthService,
50
- RequestHandlerService,
51
- StylesBundleService,
52
- TranslateService,
53
- BBSFTranslateService,
54
- ControlValidationService,
55
- MasterLayoutService,
56
- ConfigurationService,
57
- CookieService,
58
- LanguageService,
59
- SpeechRecognitionService
60
- ]
61
- }]
62
- }] });
63
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmJzZi11dGlsaXRpZXMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYmJzZi11dGlsaXRpZXMvc3JjL2xpYi9iYnNmLXV0aWxpdGllcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDNUMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLFlBQVksQ0FBQztBQUMxQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUNMLGNBQWMsRUFBRSxrQkFBa0IsRUFBRSxxQkFBcUIsRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFDcEcsd0JBQXdCLEVBQUUsbUJBQW1CLEVBQUUsb0JBQW9CLEVBQUUsV0FBVyxFQUFFLGVBQWUsRUFDakcsd0JBQXdCLEVBQ3pCLE1BQU0sVUFBVSxDQUFDOzs7O0FBNkJsQixNQUFNLE9BQU8sbUJBQW1COytHQUFuQixtQkFBbUI7Z0hBQW5CLG1CQUFtQixZQXZCNUIsWUFBWTtZQUNaLFlBQVk7Z0hBc0JILG1CQUFtQixhQWhCbkI7WUFDVCxjQUFjO1lBQ2Qsa0JBQWtCO1lBQ2xCLFdBQVc7WUFDWCxxQkFBcUI7WUFDckIsbUJBQW1CO1lBQ25CLGdCQUFnQjtZQUNoQixvQkFBb0I7WUFDcEIsd0JBQXdCO1lBQ3hCLG1CQUFtQjtZQUNuQixvQkFBb0I7WUFDcEIsYUFBYTtZQUNiLGVBQWU7WUFDZix3QkFBd0I7U0FDekIsWUFyQkMsWUFBWTtZQUNaLFlBQVk7WUFDWixhQUFhLENBQUMsT0FBTyxFQUFFO1lBQ3ZCLFlBQVksQ0FBQyxPQUFPLEVBQUU7OzRGQW9CYixtQkFBbUI7a0JBM0IvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxFQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFlBQVk7d0JBQ1osYUFBYSxDQUFDLE9BQU8sRUFBRTt3QkFDdkIsWUFBWSxDQUFDLE9BQU8sRUFBRTtxQkFFdkI7b0JBQ0QsT0FBTyxFQUFFLEVBQUU7b0JBQ1gsU0FBUyxFQUFFO3dCQUNULGNBQWM7d0JBQ2Qsa0JBQWtCO3dCQUNsQixXQUFXO3dCQUNYLHFCQUFxQjt3QkFDckIsbUJBQW1CO3dCQUNuQixnQkFBZ0I7d0JBQ2hCLG9CQUFvQjt3QkFDcEIsd0JBQXdCO3dCQUN4QixtQkFBbUI7d0JBQ25CLG9CQUFvQjt3QkFDcEIsYUFBYTt3QkFDYixlQUFlO3dCQUNmLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcbmltcG9ydCB7IEJsb2NrVUlNb2R1bGUgfSBmcm9tICduZy1ibG9jay11aSc7XHJcbmltcG9ydCB7IFRvYXN0ck1vZHVsZSB9IGZyb20gJ25neC10b2FzdHInO1xyXG5pbXBvcnQgeyBDb29raWVTZXJ2aWNlIH0gZnJvbSAnbmd4LWNvb2tpZS1zZXJ2aWNlJztcclxuaW1wb3J0IHtcclxuICBVdGlsaXR5U2VydmljZSwgRW52aXJvbm1lbnRTZXJ2aWNlLCBSZXF1ZXN0SGFuZGxlclNlcnZpY2UsIFN0eWxlc0J1bmRsZVNlcnZpY2UsIEJCU0ZUcmFuc2xhdGVTZXJ2aWNlLFxyXG4gIENvbnRyb2xWYWxpZGF0aW9uU2VydmljZSwgTWFzdGVyTGF5b3V0U2VydmljZSwgQ29uZmlndXJhdGlvblNlcnZpY2UsIEF1dGhTZXJ2aWNlLCBMYW5ndWFnZVNlcnZpY2UsXHJcbiAgU3BlZWNoUmVjb2duaXRpb25TZXJ2aWNlXHJcbn0gZnJvbSAnLi9zaGFyZWQnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICBdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIFJvdXRlck1vZHVsZSxcclxuICAgIEJsb2NrVUlNb2R1bGUuZm9yUm9vdCgpLFxyXG4gICAgVG9hc3RyTW9kdWxlLmZvclJvb3QoKSxcclxuXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXSxcclxuICBwcm92aWRlcnM6IFtcclxuICAgIFV0aWxpdHlTZXJ2aWNlLFxyXG4gICAgRW52aXJvbm1lbnRTZXJ2aWNlLFxyXG4gICAgQXV0aFNlcnZpY2UsXHJcbiAgICBSZXF1ZXN0SGFuZGxlclNlcnZpY2UsXHJcbiAgICBTdHlsZXNCdW5kbGVTZXJ2aWNlLFxyXG4gICAgVHJhbnNsYXRlU2VydmljZSxcclxuICAgIEJCU0ZUcmFuc2xhdGVTZXJ2aWNlLFxyXG4gICAgQ29udHJvbFZhbGlkYXRpb25TZXJ2aWNlLFxyXG4gICAgTWFzdGVyTGF5b3V0U2VydmljZSxcclxuICAgIENvbmZpZ3VyYXRpb25TZXJ2aWNlLFxyXG4gICAgQ29va2llU2VydmljZSxcclxuICAgIExhbmd1YWdlU2VydmljZSxcclxuICAgIFNwZWVjaFJlY29nbml0aW9uU2VydmljZVxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIEJCU0ZVdGlsaXRpZXNNb2R1bGUge1xyXG5cclxufVxyXG4iXX0=