@anglr/common 8.0.0-beta.20211217112423 → 8.0.0-beta.20211217130754

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 (162) hide show
  1. package/changelog.md +15 -8
  2. package/common.d.ts +114 -87
  3. package/common.internal.d.ts +114 -87
  4. package/es2015/material/src/components/titledDialog/titledDialog.component.js +2 -3
  5. package/es2015/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  6. package/es2015/material/src/modules/confirmationDialog.module.js +4 -4
  7. package/es2015/material/src/modules/confirmationDialog.module.js.map +1 -1
  8. package/es2015/material/src/modules/titledDialog.module.js +4 -4
  9. package/es2015/material/src/modules/titledDialog.module.js.map +1 -1
  10. package/es2015/src/index.js +7 -7
  11. package/es2015/src/index.js.map +1 -1
  12. package/es2015/src/modules/commonDynamic.module.js +23 -0
  13. package/es2015/src/modules/commonDynamic.module.js.map +1 -0
  14. package/es2015/src/modules/commonLocalize.js +23 -0
  15. package/es2015/src/modules/commonLocalize.js.map +1 -0
  16. package/es2015/src/modules/commonUtils.module.js +35 -0
  17. package/es2015/src/modules/commonUtils.module.js.map +1 -0
  18. package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js +35 -0
  19. package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js.map +1 -0
  20. package/es2015/src/modules/goBack/directives/index.js +2 -0
  21. package/es2015/src/modules/goBack/directives/index.js.map +1 -0
  22. package/es2015/src/modules/goBack/index.js +3 -0
  23. package/es2015/src/modules/goBack/index.js.map +1 -0
  24. package/es2015/src/modules/goBack/modules/goBack.module.js +23 -0
  25. package/es2015/src/modules/goBack/modules/goBack.module.js.map +1 -0
  26. package/es2015/src/modules/goBack/modules/index.js +2 -0
  27. package/es2015/src/modules/goBack/modules/index.js.map +1 -0
  28. package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js +11 -14
  29. package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
  30. package/es2015/src/modules/progressIndicator/misc/tokens.js +6 -0
  31. package/es2015/src/modules/progressIndicator/misc/tokens.js.map +1 -0
  32. package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js +8 -8
  33. package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
  34. package/es2015/src/pipes/index.js +1 -0
  35. package/es2015/src/pipes/index.js.map +1 -1
  36. package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +43 -0
  37. package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -0
  38. package/es2015/src/services/alignment/alignment.interface.js +2 -0
  39. package/es2015/src/services/alignment/alignment.interface.js.map +1 -0
  40. package/es2015/src/services/alignment/index.js +2 -0
  41. package/es2015/src/services/alignment/index.js.map +1 -0
  42. package/es2015/src/types/tokens.js +7 -2
  43. package/es2015/src/types/tokens.js.map +1 -1
  44. package/es2015/src/utils/index.js.map +1 -1
  45. package/es2020/material/src/components/titledDialog/titledDialog.component.js +2 -3
  46. package/es2020/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  47. package/es2020/material/src/modules/confirmationDialog.module.js +4 -4
  48. package/es2020/material/src/modules/confirmationDialog.module.js.map +1 -1
  49. package/es2020/material/src/modules/titledDialog.module.js +4 -4
  50. package/es2020/material/src/modules/titledDialog.module.js.map +1 -1
  51. package/es2020/src/index.js +7 -7
  52. package/es2020/src/index.js.map +1 -1
  53. package/es2020/src/modules/commonDynamic.module.js +23 -0
  54. package/es2020/src/modules/commonDynamic.module.js.map +1 -0
  55. package/es2020/src/modules/commonLocalize.js +23 -0
  56. package/es2020/src/modules/commonLocalize.js.map +1 -0
  57. package/es2020/src/modules/commonUtils.module.js +35 -0
  58. package/es2020/src/modules/commonUtils.module.js.map +1 -0
  59. package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js +35 -0
  60. package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js.map +1 -0
  61. package/es2020/src/modules/goBack/directives/index.js +2 -0
  62. package/es2020/src/modules/goBack/directives/index.js.map +1 -0
  63. package/es2020/src/modules/goBack/index.js +3 -0
  64. package/es2020/src/modules/goBack/index.js.map +1 -0
  65. package/es2020/src/modules/goBack/modules/goBack.module.js +23 -0
  66. package/es2020/src/modules/goBack/modules/goBack.module.js.map +1 -0
  67. package/es2020/src/modules/goBack/modules/index.js +2 -0
  68. package/es2020/src/modules/goBack/modules/index.js.map +1 -0
  69. package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js +11 -13
  70. package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
  71. package/es2020/src/modules/progressIndicator/misc/tokens.js +6 -0
  72. package/es2020/src/modules/progressIndicator/misc/tokens.js.map +1 -0
  73. package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js +8 -8
  74. package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
  75. package/es2020/src/pipes/index.js +1 -0
  76. package/es2020/src/pipes/index.js.map +1 -1
  77. package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +43 -0
  78. package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -0
  79. package/es2020/src/services/alignment/alignment.interface.js +2 -0
  80. package/es2020/src/services/alignment/alignment.interface.js.map +1 -0
  81. package/es2020/src/services/alignment/index.js +2 -0
  82. package/es2020/src/services/alignment/index.js.map +1 -0
  83. package/es2020/src/types/tokens.js +7 -2
  84. package/es2020/src/types/tokens.js.map +1 -1
  85. package/es2020/src/utils/index.js.map +1 -1
  86. package/material/common-material.d.ts +2 -2
  87. package/material/common-material.internal.d.ts +2 -2
  88. package/material/src/modules/confirmationDialog.module.d.ts +1 -1
  89. package/material/src/modules/titledDialog.module.d.ts +1 -1
  90. package/material/temp/common-material.api.md +2 -2
  91. package/package.json +1 -1
  92. package/src/index.d.ts +7 -8
  93. package/src/index.d.ts.map +1 -1
  94. package/src/modules/commonDynamic.module.d.ts +11 -0
  95. package/src/modules/commonDynamic.module.d.ts.map +1 -0
  96. package/src/modules/commonLocalize.d.ts +11 -0
  97. package/src/modules/commonLocalize.d.ts.map +1 -0
  98. package/src/modules/commonUtils.module.d.ts +14 -0
  99. package/src/modules/commonUtils.module.d.ts.map +1 -0
  100. package/src/modules/goBack/directives/goBack/goBack.directive.d.ts +17 -0
  101. package/src/modules/goBack/directives/goBack/goBack.directive.d.ts.map +1 -0
  102. package/src/modules/goBack/directives/index.d.ts +2 -0
  103. package/src/{services/positioning → modules/goBack/directives}/index.d.ts.map +1 -1
  104. package/src/modules/goBack/index.d.ts +3 -0
  105. package/src/modules/goBack/index.d.ts.map +1 -0
  106. package/src/modules/goBack/modules/goBack.module.d.ts +11 -0
  107. package/src/modules/goBack/modules/goBack.module.d.ts.map +1 -0
  108. package/src/modules/goBack/modules/index.d.ts +2 -0
  109. package/src/modules/goBack/modules/index.d.ts.map +1 -0
  110. package/src/modules/progressIndicator/interceptors/progressInterceptor.d.ts +3 -7
  111. package/src/modules/progressIndicator/interceptors/progressInterceptor.d.ts.map +1 -1
  112. package/src/modules/progressIndicator/misc/tokens.d.ts +6 -0
  113. package/src/modules/progressIndicator/misc/tokens.d.ts.map +1 -0
  114. package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts +2 -2
  115. package/src/pipes/index.d.ts +1 -0
  116. package/src/pipes/index.d.ts.map +1 -1
  117. package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts +21 -0
  118. package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts.map +1 -0
  119. package/src/services/alignment/alignment.interface.d.ts +6 -0
  120. package/src/services/alignment/alignment.interface.d.ts.map +1 -0
  121. package/src/services/alignment/index.d.ts +2 -0
  122. package/src/services/alignment/index.d.ts.map +1 -0
  123. package/src/types/tokens.d.ts +9 -4
  124. package/src/types/tokens.d.ts.map +1 -1
  125. package/src/utils/index.d.ts +1 -1
  126. package/src/utils/index.d.ts.map +1 -1
  127. package/version.bak +1 -1
  128. package/es2015/src/modules/common.module.js +0 -49
  129. package/es2015/src/modules/common.module.js.map +0 -1
  130. package/es2015/src/modules/progressIndicator/misc/types.js +0 -2
  131. package/es2015/src/modules/progressIndicator/misc/types.js.map +0 -1
  132. package/es2015/src/services/ignoredInterceptors/ignoredInterceptors.service.js +0 -60
  133. package/es2015/src/services/ignoredInterceptors/ignoredInterceptors.service.js.map +0 -1
  134. package/es2015/src/services/positioning/index.js +0 -2
  135. package/es2015/src/services/positioning/index.js.map +0 -1
  136. package/es2015/src/services/positioning/positioning.interface.js +0 -2
  137. package/es2015/src/services/positioning/positioning.interface.js.map +0 -1
  138. package/es2015/src/types/additionalInfo.js +0 -2
  139. package/es2015/src/types/additionalInfo.js.map +0 -1
  140. package/es2020/src/modules/common.module.js +0 -49
  141. package/es2020/src/modules/common.module.js.map +0 -1
  142. package/es2020/src/modules/progressIndicator/misc/types.js +0 -2
  143. package/es2020/src/modules/progressIndicator/misc/types.js.map +0 -1
  144. package/es2020/src/services/ignoredInterceptors/ignoredInterceptors.service.js +0 -60
  145. package/es2020/src/services/ignoredInterceptors/ignoredInterceptors.service.js.map +0 -1
  146. package/es2020/src/services/positioning/index.js +0 -2
  147. package/es2020/src/services/positioning/index.js.map +0 -1
  148. package/es2020/src/services/positioning/positioning.interface.js +0 -2
  149. package/es2020/src/services/positioning/positioning.interface.js.map +0 -1
  150. package/es2020/src/types/additionalInfo.js +0 -2
  151. package/es2020/src/types/additionalInfo.js.map +0 -1
  152. package/src/modules/common.module.d.ts +0 -16
  153. package/src/modules/common.module.d.ts.map +0 -1
  154. package/src/modules/progressIndicator/misc/types.d.ts +0 -10
  155. package/src/modules/progressIndicator/misc/types.d.ts.map +0 -1
  156. package/src/services/ignoredInterceptors/ignoredInterceptors.service.d.ts +0 -39
  157. package/src/services/ignoredInterceptors/ignoredInterceptors.service.d.ts.map +0 -1
  158. package/src/services/positioning/index.d.ts +0 -2
  159. package/src/services/positioning/positioning.interface.d.ts +0 -6
  160. package/src/services/positioning/positioning.interface.d.ts.map +0 -1
  161. package/src/types/additionalInfo.d.ts +0 -11
  162. package/src/types/additionalInfo.d.ts.map +0 -1
@@ -4,14 +4,16 @@ import { Dictionary } from '@jscrpt/common';
4
4
  import { ElementRef } from '@angular/core';
5
5
  import { EventEmitter } from '@angular/core';
6
6
  import { FactoryProvider } from '@angular/core';
7
+ import { HttpContextToken } from '@angular/common/http';
7
8
  import { HttpEvent } from '@angular/common/http';
8
9
  import { HttpHandler } from '@angular/common/http';
9
10
  import { HttpInterceptor } from '@angular/common/http';
10
11
  import { HttpRequest } from '@angular/common/http';
11
12
  import * as i0 from '@angular/core';
12
- import * as i6 from '@angular/common';
13
+ import * as i3_2 from '@angular/common';
13
14
  import { InjectionToken } from '@angular/core';
14
15
  import { Injector } from '@angular/core';
16
+ import { Location as Location_2 } from '@angular/common';
15
17
  import { NgModuleRef } from '@angular/core';
16
18
  import { Observable } from 'rxjs';
17
19
  import { OnChanges } from '@angular/core';
@@ -26,13 +28,14 @@ import { ValueProvider } from '@angular/core';
26
28
  import { ViewContainerRef } from '@angular/core';
27
29
 
28
30
  /**
29
- * Object containing additional info/data
31
+ * Token used for injecting service that is used for absolute alignment (AKA positioning) of one element to another
30
32
  */
31
- export declare interface AdditionalInfo<TAdditional = any, TItem = any> {
32
- /**
33
- * Additional info object
34
- */
35
- additionalInfo?: Dictionary<TItem> & TAdditional;
33
+ export declare const ALIGNMENT: InjectionToken<Alignment>;
34
+
35
+ /**
36
+ * Allows absolute alignment (AKA positioning) of one element to another
37
+ */
38
+ export declare interface Alignment {
36
39
  }
37
40
 
38
41
  /**
@@ -88,17 +91,35 @@ export declare class ClickOutsideDirective implements OnInit, OnDestroy {
88
91
  */
89
92
  export declare class ClickOutsideModule {
90
93
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideModule, never>;
91
- static ɵmod: i0.ɵɵNgModuleDeclaration<ClickOutsideModule, [typeof i1_4.ClickOutsideDirective], never, [typeof i1_4.ClickOutsideDirective]>;
94
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClickOutsideModule, [typeof i1_6.ClickOutsideDirective], never, [typeof i1_6.ClickOutsideDirective]>;
92
95
  static ɵinj: i0.ɵɵInjectorDeclaration<ClickOutsideModule>;
93
96
  }
94
97
 
95
98
  /**
96
- * Module for common components, pipes and directives
99
+ * Module for common dynamic stuff
100
+ */
101
+ export declare class CommonDynamicModule {
102
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonDynamicModule, never>;
103
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonDynamicModule, [typeof i1.NgComponentOutletEx], never, [typeof i1.NgComponentOutletEx]>;
104
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonDynamicModule>;
105
+ }
106
+
107
+ /**
108
+ * Module for common localization stuff
109
+ */
110
+ export declare class CommonLocalizeModule {
111
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonLocalizeModule, never>;
112
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLocalizeModule, [typeof i1_2.LocalizePipe], never, [typeof i1_2.LocalizePipe]>;
113
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonLocalizeModule>;
114
+ }
115
+
116
+ /**
117
+ * Module for common utility stuff
97
118
  */
98
- export declare class CommonModule {
99
- static ɵfac: i0.ɵɵFactoryDeclaration<CommonModule, never>;
100
- static ɵmod: i0.ɵɵNgModuleDeclaration<CommonModule, [typeof i1.NgComponentOutletEx, typeof i2.IsNaNPipe, typeof i3.IsPresentPipe, typeof i4.LocalizePipe, typeof i5.UrlEncodePipe], [typeof i6.CommonModule], [typeof i1.NgComponentOutletEx, typeof i2.IsNaNPipe, typeof i3.IsPresentPipe, typeof i5.UrlEncodePipe, typeof i4.LocalizePipe]>;
101
- static ɵinj: i0.ɵɵInjectorDeclaration<CommonModule>;
119
+ export declare class CommonUtilsModule {
120
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonUtilsModule, never>;
121
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, [typeof i1_3.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe], never, [typeof i1_3.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe]>;
122
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
102
123
  }
103
124
 
104
125
  /**
@@ -243,7 +264,7 @@ export declare class DebugDataEnabledService {
243
264
  */
244
265
  export declare class DebugDataModule {
245
266
  static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataModule, never>;
246
- static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataModule, [typeof i1_3.DebugDataComponent], [typeof i6.CommonModule], [typeof i1_3.DebugDataComponent]>;
267
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataModule, [typeof i1_5.DebugDataComponent], [typeof i3_2.CommonModule], [typeof i1_5.DebugDataComponent]>;
247
268
  static ɵinj: i0.ɵɵInjectorDeclaration<DebugDataModule>;
248
269
  }
249
270
 
@@ -362,6 +383,30 @@ export declare abstract class GlobalizationService {
362
383
  abstract get localeChange(): Observable<void>;
363
384
  }
364
385
 
386
+ /**
387
+ * Directive that performs browser back button action on click
388
+ */
389
+ export declare class GoBackDirective {
390
+ private _location;
391
+ constructor(_location: Location_2);
392
+ /**
393
+ * Navigates back in browser
394
+ * @param event Mouse event that occured
395
+ */
396
+ goBack(event: MouseEvent): void;
397
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoBackDirective, never>;
398
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GoBackDirective, "[goBack]", never, {}, {}, never>;
399
+ }
400
+
401
+ /**
402
+ * Module for GoBack directive
403
+ */
404
+ export declare class GoBackModule {
405
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoBackModule, never>;
406
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GoBackModule, [typeof i1_8.GoBackDirective], never, [typeof i1_8.GoBackDirective]>;
407
+ static ɵinj: i0.ɵɵInjectorDeclaration<GoBackModule>;
408
+ }
409
+
365
410
  /**
366
411
  * Token is used to transfer http request authentication header
367
412
  */
@@ -385,101 +430,81 @@ declare namespace i1 {
385
430
 
386
431
  declare namespace i1_2 {
387
432
  export {
388
- ProgressIndicatorComponent
433
+ LocalizePipe
389
434
  }
390
435
  }
391
436
 
392
437
  declare namespace i1_3 {
393
438
  export {
394
- DebugDataComponent
439
+ IsNaNPipe
395
440
  }
396
441
  }
397
442
 
398
443
  declare namespace i1_4 {
399
444
  export {
400
- ClickOutsideDirective
445
+ ProgressIndicatorComponent
401
446
  }
402
447
  }
403
448
 
404
449
  declare namespace i1_5 {
405
450
  export {
406
- MultiButtonComponent
451
+ DebugDataComponent
407
452
  }
408
453
  }
409
454
 
410
- declare namespace i2 {
455
+ declare namespace i1_6 {
411
456
  export {
412
- IsNaNPipe
457
+ ClickOutsideDirective
413
458
  }
414
459
  }
415
460
 
416
- declare namespace i2_2 {
461
+ declare namespace i1_7 {
417
462
  export {
418
- ProgressOverlayDirective
463
+ MultiButtonComponent
419
464
  }
420
465
  }
421
466
 
422
- declare namespace i3 {
467
+ declare namespace i1_8 {
423
468
  export {
424
- IsPresentPipe
469
+ GoBackDirective
425
470
  }
426
471
  }
427
472
 
428
- declare namespace i4 {
473
+ declare namespace i2 {
429
474
  export {
430
- LocalizePipe
475
+ IsPresentPipe
431
476
  }
432
477
  }
433
478
 
434
- declare namespace i4_2 {
479
+ declare namespace i2_2 {
435
480
  export {
436
- CommonModule
481
+ ProgressOverlayDirective
437
482
  }
438
483
  }
439
484
 
440
- declare namespace i5 {
485
+ declare namespace i3 {
441
486
  export {
442
487
  UrlEncodePipe
443
488
  }
444
489
  }
445
490
 
446
- /**
447
- * Contains id of request, used for IgnoredInterceptorsService
448
- */
449
- export declare interface IgnoredInterceptorId {
450
- /**
451
- * Identification of request
452
- */
453
- requestId?: string;
491
+ declare namespace i4 {
492
+ export {
493
+ NgClassType,
494
+ MergeCssClassesPipe
495
+ }
496
+ }
497
+
498
+ declare namespace i4_2 {
499
+ export {
500
+ CommonLocalizeModule
501
+ }
454
502
  }
455
503
 
456
504
  /**
457
- * Service used for disabling specific http client interceptor for one call, if you add interceptor you want to disable before call it will be disabled
505
+ * Http context token storing array of ignored interceptors types
458
506
  */
459
- export declare class IgnoredInterceptorsService {
460
- /**
461
- * Array of interceptors that will be ignored
462
- */
463
- private _ignoredInterceptors;
464
- /**
465
- * Clears all ignored interceptors from service
466
- */
467
- clear(): void;
468
- /**
469
- * Adds interceptor type that should be ignored for specified url
470
- * @param interceptorType - Type of interceptor should be ignored
471
- * @param additionalInfo - Object containing additional info - request id
472
- */
473
- addInterceptor<TType>(interceptorType: Type<TType>, additionalInfo: IgnoredInterceptorId): void;
474
- /**
475
- * Checks specified interceptor whether is ingored
476
- * @param interceptorType - Type of interceptor that is checked whether is ignored
477
- * @param url - Object containing request id
478
- */
479
- isIgnored<TType>(interceptorType: Type<TType>, requestId: IgnoredInterceptorId): boolean;
480
- static ɵfac: i0.ɵɵFactoryDeclaration<IgnoredInterceptorsService, never>;
481
- static ɵprov: i0.ɵɵInjectableDeclaration<IgnoredInterceptorsService>;
482
- }
507
+ export declare const IGNORED_INTERCEPTORS: HttpContextToken<Type<unknown>[]>;
483
508
 
484
509
  /**
485
510
  * Returns true if object is NaN
@@ -536,16 +561,6 @@ export declare class LocalizePipe implements PipeTransform, OnInit, OnDestroy {
536
561
  static ɵpipe: i0.ɵɵPipeDeclaration<LocalizePipe, "localize">;
537
562
  }
538
563
 
539
- /**
540
- * Contains name of progress indicator group
541
- */
542
- export declare interface LocalProgressIndicatorName {
543
- /**
544
- * Name of progress indicator group
545
- */
546
- progressGroupName?: string;
547
- }
548
-
549
564
  /**
550
565
  * Token used for injecting Logger implementation
551
566
  */
@@ -663,6 +678,20 @@ export declare class MemoryTemporaryStorageService implements TemporaryStorage {
663
678
  static ɵprov: i0.ɵɵInjectableDeclaration<MemoryTemporaryStorageService>;
664
679
  }
665
680
 
681
+ /**
682
+ * Merges css classes that will be passed to ngClass
683
+ */
684
+ export declare class MergeCssClassesPipe implements PipeTransform {
685
+ /**
686
+ * Merges css classes that will be passed to ngClass
687
+ * @param value - Css class to be merged
688
+ * @param mergeClasses - Definition of css classes that will be merged
689
+ */
690
+ transform(value: NgClassType, mergeClasses: NgClassType[]): Dictionary<boolean>;
691
+ static ɵfac: i0.ɵɵFactoryDeclaration<MergeCssClassesPipe, never>;
692
+ static ɵpipe: i0.ɵɵPipeDeclaration<MergeCssClassesPipe, "mergeCssClasses">;
693
+ }
694
+
666
695
  /**
667
696
  * Injection token for default css classes for multibutton
668
697
  */
@@ -762,10 +791,15 @@ export declare interface MultiButtonCssClasses {
762
791
  */
763
792
  export declare class MultiButtonModule {
764
793
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiButtonModule, never>;
765
- static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, [typeof i1_5.MultiButtonComponent], [typeof i6.CommonModule], [typeof i1_5.MultiButtonComponent]>;
794
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, [typeof i1_7.MultiButtonComponent], [typeof i3_2.CommonModule], [typeof i1_7.MultiButtonComponent]>;
766
795
  static ɵinj: i0.ɵɵInjectorDeclaration<MultiButtonModule>;
767
796
  }
768
797
 
798
+ /**
799
+ * Type of css class definition for NgClass and merge
800
+ */
801
+ export declare type NgClassType = string | string[] | Dictionary<boolean>;
802
+
769
803
  /**
770
804
  * Instantiates a single Component type and inserts its Host View into current View.
771
805
  */
@@ -1026,15 +1060,9 @@ export declare interface PermanentStorage {
1026
1060
  }
1027
1061
 
1028
1062
  /**
1029
- * Token used for injecting positioning service implementation
1063
+ * Token used for passing progress indicator group name for local progress indicator
1030
1064
  */
1031
- export declare const POSITIONING: InjectionToken<Positioning>;
1032
-
1033
- /**
1034
- * Allows relative positioning of elements
1035
- */
1036
- declare interface Positioning {
1037
- }
1065
+ export declare const PROGRESS_INDICATOR_GROUP_NAME: HttpContextToken<string>;
1038
1066
 
1039
1067
  /**
1040
1068
  * Progress interceptor provider
@@ -1085,7 +1113,7 @@ export declare class ProgressIndicatorComponent implements OnDestroy {
1085
1113
  */
1086
1114
  export declare class ProgressIndicatorModule {
1087
1115
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorModule, never>;
1088
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, [typeof i1_2.ProgressIndicatorComponent, typeof i2_2.ProgressOverlayDirective], [typeof i6.CommonModule, typeof i4_2.CommonModule], [typeof i1_2.ProgressIndicatorComponent, typeof i2_2.ProgressOverlayDirective]>;
1116
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, [typeof i1_4.ProgressIndicatorComponent, typeof i2_2.ProgressOverlayDirective], [typeof i3_2.CommonModule, typeof i4_2.CommonLocalizeModule], [typeof i1_4.ProgressIndicatorComponent, typeof i2_2.ProgressOverlayDirective]>;
1089
1117
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressIndicatorModule>;
1090
1118
  }
1091
1119
 
@@ -1241,15 +1269,14 @@ export declare class ProgressIndicatorService {
1241
1269
  */
1242
1270
  export declare class ProgressInterceptor implements HttpInterceptor {
1243
1271
  private _indicatorSvc;
1244
- private _ignoredInterceptorsService?;
1245
- constructor(_indicatorSvc: ProgressIndicatorService, _ignoredInterceptorsService?: IgnoredInterceptorsService);
1272
+ constructor(_indicatorSvc: ProgressIndicatorService);
1246
1273
  /**
1247
1274
  * Intercepts http request
1248
1275
  * @param req - Request to be intercepted
1249
1276
  * @param next - Next middleware that can be called for next processing
1250
1277
  */
1251
- intercept(req: HttpRequest<any> & AdditionalInfo<LocalProgressIndicatorName & IgnoredInterceptorId>, next: HttpHandler): Observable<HttpEvent<any>>;
1252
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressInterceptor, [null, { optional: true; }]>;
1278
+ intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
1279
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressInterceptor, never>;
1253
1280
  static ɵprov: i0.ɵɵInjectableDeclaration<ProgressInterceptor>;
1254
1281
  }
1255
1282
 
@@ -1324,7 +1351,7 @@ declare class ProgressOverlayDirective implements OnInit, OnDestroy {
1324
1351
  * @param callback - Callback that is called
1325
1352
  * @param angularProfiler - Indication that angular profiler should be enabled
1326
1353
  */
1327
- export declare function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<{}>>, callback: (moduleRef: NgModuleRef<{}>) => void, angularProfiler?: boolean): void;
1354
+ export declare function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<unknown>>, callback: (moduleRef: NgModuleRef<unknown>) => void, angularProfiler?: boolean): void;
1328
1355
 
1329
1356
  /**
1330
1357
  * Service used for transfering http status code for response
@@ -3,8 +3,7 @@ import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';
3
3
  import { TITLED_DIALOG_DATA } from '../../misc/interfaces/titledDialog.interface';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/material/dialog";
6
- import * as i2 from "../../../../src/directives/ngComponentOutletEx/ngComponentOutletEx.directive";
7
- import * as i3 from "../../../../src/pipes/localize/localize.pipe";
6
+ import * as i2 from "../../../../src/pipes/localize/localize.pipe";
8
7
  /**
9
8
  * Component used as wrapper for material dialog enhanced with title
10
9
  */
@@ -29,7 +28,7 @@ export class TitledDialogComponent {
29
28
  }
30
29
  }
31
30
  TitledDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitledDialogComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
32
- TitledDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: TitledDialogComponent, selector: "titled-dialog", ngImport: i0, template: "<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>", styles: [".titled-dialog-title\r\n{\r\n padding: 10px;\r\n text-transform: capitalize;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.titled-dialog-title .close-dialog\r\n{\r\n margin-left: 10px;\r\n}\r\n\r\n.titled-dialog-content\r\n{\r\n padding: 10px;\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}"], directives: [{ type: i2.NgComponentOutletEx, selector: "[ngComponentOutletEx]", inputs: ["ngComponentOutletEx", "ngComponentOutletExInjector", "ngComponentOutletExContent"], outputs: ["ngComponentOutletExCreated"], exportAs: ["ngComponentOutletEx"] }], pipes: { "localize": i3.LocalizePipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
31
+ TitledDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: TitledDialogComponent, selector: "titled-dialog", ngImport: i0, template: "<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>", styles: [".titled-dialog-title\r\n{\r\n padding: 10px;\r\n text-transform: capitalize;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.titled-dialog-title .close-dialog\r\n{\r\n margin-left: 10px;\r\n}\r\n\r\n.titled-dialog-content\r\n{\r\n padding: 10px;\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}"], pipes: { "localize": i2.LocalizePipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
33
32
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitledDialogComponent, decorators: [{
34
33
  type: Component,
35
34
  args: [{ selector: 'titled-dialog', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>", styles: [".titled-dialog-title\r\n{\r\n padding: 10px;\r\n text-transform: capitalize;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.titled-dialog-title .close-dialog\r\n{\r\n margin-left: 10px;\r\n}\r\n\r\n.titled-dialog-content\r\n{\r\n padding: 10px;\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}"] }]
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.component.js","sourceRoot":"","sources":["../../../../../material/src/components/titledDialog/titledDialog.component.ts","../../../../../material/src/components/titledDialog/titledDialog.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAE,uBAAuB,EAAE,MAAM,EAAE,QAAQ,EAAiB,WAAW,EAAC,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAGvE,OAAO,EAAuB,kBAAkB,EAAC,MAAM,8CAA8C,CAAC;;;;;AAEtG;;GAEG;AAQH,MAAM,OAAO,qBAAqB;IAmB9B,iEAAiE;IACjE,YAA4C,IAA0B,EACnD,SAA6C,EACpD,QAAkB;QAFc,SAAI,GAAJ,IAAI,CAAsB;QACnD,cAAS,GAAT,SAAS,CAAoC;QAG5D,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAC/B;YAEI;gBACI,OAAO,EAAE,kBAAkB;gBAC3B,QAAQ,EAAE,IAAI,CAAC,IAAI;aACtB;SACJ,EAAE,QAAQ,CAAC,CAAC;IACjB,CAAC;IAvBD,IAAW,SAAS;;QAEhB,IAAG,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,sBAAsB,aAAY,WAAW,EAC3D;YACI,OAAO,IAAI,CAAC;SACf;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC;IAC5C,CAAC;;kHAjBQ,qBAAqB,kBAoBV,eAAe;sGApB1B,qBAAqB,qDChBlC,gcAUM;2FDMO,qBAAqB;kBAPjC,SAAS;+BAEI,eAAe,mBAGR,uBAAuB,CAAC,MAAM;;0BAsBlC,MAAM;2BAAC,eAAe","sourcesContent":["import {Component, ChangeDetectionStrategy, Inject, Injector, ValueProvider, TemplateRef} from '@angular/core';\nimport {MAT_DIALOG_DATA, MatDialogRef} from '@angular/material/dialog';\nimport {ComponentType} from '@angular/cdk/portal';\n\nimport {ɵTitledDialogOptions, TITLED_DIALOG_DATA} from '../../misc/interfaces/titledDialog.interface';\n\n/**\n * Component used as wrapper for material dialog enhanced with title\n */\n@Component(\n{\n selector: 'titled-dialog',\n templateUrl: 'titledDialog.component.html',\n styleUrls: ['titledDialog.component.css'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TitledDialogComponent\n{\n //######################### public properties - template bindings #########################\n\n /**\n * Injector used for creating component or template\n */\n public injector: Injector;\n\n public get component(): ComponentType<any>\n {\n if(this.data?.componentOrTemplateRef instanceof TemplateRef)\n {\n return null;\n }\n\n return this.data.componentOrTemplateRef;\n }\n\n //######################### constructor #########################\n constructor(@Inject(MAT_DIALOG_DATA) public data: ɵTitledDialogOptions,\n public dialogRef: MatDialogRef<ɵTitledDialogOptions>,\n injector: Injector)\n {\n this.injector = Injector.create(\n [\n <ValueProvider>\n {\n provide: TITLED_DIALOG_DATA,\n useValue: data.data\n }\n ], injector);\n }\n}","<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>"]}
1
+ {"version":3,"file":"titledDialog.component.js","sourceRoot":"","sources":["../../../../../material/src/components/titledDialog/titledDialog.component.ts","../../../../../material/src/components/titledDialog/titledDialog.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAE,uBAAuB,EAAE,MAAM,EAAE,QAAQ,EAAiB,WAAW,EAAC,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAGvE,OAAO,EAAuB,kBAAkB,EAAC,MAAM,8CAA8C,CAAC;;;;AAEtG;;GAEG;AAQH,MAAM,OAAO,qBAAqB;IAmB9B,iEAAiE;IACjE,YAA4C,IAA0B,EACnD,SAA6C,EACpD,QAAkB;QAFc,SAAI,GAAJ,IAAI,CAAsB;QACnD,cAAS,GAAT,SAAS,CAAoC;QAG5D,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAC/B;YAEI;gBACI,OAAO,EAAE,kBAAkB;gBAC3B,QAAQ,EAAE,IAAI,CAAC,IAAI;aACtB;SACJ,EAAE,QAAQ,CAAC,CAAC;IACjB,CAAC;IAvBD,IAAW,SAAS;;QAEhB,IAAG,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,sBAAsB,aAAY,WAAW,EAC3D;YACI,OAAO,IAAI,CAAC;SACf;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC;IAC5C,CAAC;;kHAjBQ,qBAAqB,kBAoBV,eAAe;sGApB1B,qBAAqB,qDChBlC,gcAUM;2FDMO,qBAAqB;kBAPjC,SAAS;+BAEI,eAAe,mBAGR,uBAAuB,CAAC,MAAM;;0BAsBlC,MAAM;2BAAC,eAAe","sourcesContent":["import {Component, ChangeDetectionStrategy, Inject, Injector, ValueProvider, TemplateRef} from '@angular/core';\nimport {MAT_DIALOG_DATA, MatDialogRef} from '@angular/material/dialog';\nimport {ComponentType} from '@angular/cdk/portal';\n\nimport {ɵTitledDialogOptions, TITLED_DIALOG_DATA} from '../../misc/interfaces/titledDialog.interface';\n\n/**\n * Component used as wrapper for material dialog enhanced with title\n */\n@Component(\n{\n selector: 'titled-dialog',\n templateUrl: 'titledDialog.component.html',\n styleUrls: ['titledDialog.component.css'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TitledDialogComponent\n{\n //######################### public properties - template bindings #########################\n\n /**\n * Injector used for creating component or template\n */\n public injector: Injector;\n\n public get component(): ComponentType<any>\n {\n if(this.data?.componentOrTemplateRef instanceof TemplateRef)\n {\n return null;\n }\n\n return this.data.componentOrTemplateRef;\n }\n\n //######################### constructor #########################\n constructor(@Inject(MAT_DIALOG_DATA) public data: ɵTitledDialogOptions,\n public dialogRef: MatDialogRef<ɵTitledDialogOptions>,\n injector: Injector)\n {\n this.injector = Injector.create(\n [\n <ValueProvider>\n {\n provide: TITLED_DIALOG_DATA,\n useValue: data.data\n }\n ], injector);\n }\n}","<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>"]}
@@ -1,6 +1,6 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import { CommonModule } from '@angular/common';
3
- import { CommonModule as NgCommonModule } from '@anglr/common';
3
+ import { CommonLocalizeModule } from '@anglr/common';
4
4
  import { ConfirmationDialogComponent } from '../components/confirmationDialog/confirmationDialog.component';
5
5
  import { TitledDialogModule } from './titledDialog.module';
6
6
  import { ConfirmationDialogDirective } from '../directives/confirmationDialog/confirmationDialog.directive';
@@ -13,11 +13,11 @@ export class ConfirmationDialogModule {
13
13
  ConfirmationDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ConfirmationDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
14
  ConfirmationDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ConfirmationDialogModule, declarations: [ConfirmationDialogComponent,
15
15
  ConfirmationDialogDirective], imports: [CommonModule,
16
- NgCommonModule,
16
+ CommonLocalizeModule,
17
17
  TitledDialogModule], exports: [ConfirmationDialogDirective] });
18
18
  ConfirmationDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ConfirmationDialogModule, imports: [[
19
19
  CommonModule,
20
- NgCommonModule,
20
+ CommonLocalizeModule,
21
21
  TitledDialogModule
22
22
  ]] });
23
23
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ConfirmationDialogModule, decorators: [{
@@ -25,7 +25,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
25
25
  args: [{
26
26
  imports: [
27
27
  CommonModule,
28
- NgCommonModule,
28
+ CommonLocalizeModule,
29
29
  TitledDialogModule
30
30
  ],
31
31
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"confirmationDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/confirmationDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAC,YAAY,IAAI,cAAc,EAAC,MAAM,eAAe,CAAC;AAE7D,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;AAC1G,OAAO,EAAC,kBAAkB,EAAC,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;;AAE1G;;GAEG;AAmBH,MAAM,OAAO,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAR7B,2BAA2B;QAC3B,2BAA2B,aAP3B,YAAY;QACZ,cAAc;QACd,kBAAkB,aASlB,2BAA2B;sHAGtB,wBAAwB,YAfjC;YACI,YAAY;YACZ,cAAc;YACd,kBAAkB;SACrB;2FAWQ,wBAAwB;kBAlBpC,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,YAAY;wBACZ,cAAc;wBACd,kBAAkB;qBACrB;oBACD,YAAY,EACZ;wBACI,2BAA2B;wBAC3B,2BAA2B;qBAC9B;oBACD,OAAO,EACP;wBACI,2BAA2B;qBAC9B;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {CommonModule as NgCommonModule} from '@anglr/common';\n\nimport {ConfirmationDialogComponent} from '../components/confirmationDialog/confirmationDialog.component';\nimport {TitledDialogModule} from './titledDialog.module';\nimport {ConfirmationDialogDirective} from '../directives/confirmationDialog/confirmationDialog.directive';\n\n/**\n * Module containing confirmation dialog component and directive\n */\n@NgModule(\n{\n imports:\n [\n CommonModule,\n NgCommonModule,\n TitledDialogModule\n ],\n declarations:\n [\n ConfirmationDialogComponent,\n ConfirmationDialogDirective\n ],\n exports:\n [\n ConfirmationDialogDirective\n ]\n})\nexport class ConfirmationDialogModule\n{\n}"]}
1
+ {"version":3,"file":"confirmationDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/confirmationDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;AAC1G,OAAO,EAAC,kBAAkB,EAAC,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;;AAE1G;;GAEG;AAmBH,MAAM,OAAO,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAR7B,2BAA2B;QAC3B,2BAA2B,aAP3B,YAAY;QACZ,oBAAoB;QACpB,kBAAkB,aASlB,2BAA2B;sHAGtB,wBAAwB,YAfjC;YACI,YAAY;YACZ,oBAAoB;YACpB,kBAAkB;SACrB;2FAWQ,wBAAwB;kBAlBpC,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,YAAY;wBACZ,oBAAoB;wBACpB,kBAAkB;qBACrB;oBACD,YAAY,EACZ;wBACI,2BAA2B;wBAC3B,2BAA2B;qBAC9B;oBACD,OAAO,EACP;wBACI,2BAA2B;qBAC9B;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {CommonLocalizeModule} from '@anglr/common';\n\nimport {ConfirmationDialogComponent} from '../components/confirmationDialog/confirmationDialog.component';\nimport {TitledDialogModule} from './titledDialog.module';\nimport {ConfirmationDialogDirective} from '../directives/confirmationDialog/confirmationDialog.directive';\n\n/**\n * Module containing confirmation dialog component and directive\n */\n@NgModule(\n{\n imports:\n [\n CommonModule,\n CommonLocalizeModule,\n TitledDialogModule\n ],\n declarations:\n [\n ConfirmationDialogComponent,\n ConfirmationDialogDirective\n ],\n exports:\n [\n ConfirmationDialogDirective\n ]\n})\nexport class ConfirmationDialogModule\n{\n}"]}
@@ -1,6 +1,6 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import { MatDialogModule } from '@angular/material/dialog';
3
- import { CommonModule } from '@anglr/common';
3
+ import { CommonLocalizeModule } from '@anglr/common';
4
4
  import { TitledDialogComponent } from '../components/titledDialog/titledDialog.component';
5
5
  import { TitledDialogService } from '../services/titledDialog/titledDialog.service';
6
6
  import * as i0 from "@angular/core";
@@ -10,19 +10,19 @@ import * as i0 from "@angular/core";
10
10
  export class TitledDialogModule {
11
11
  }
12
12
  TitledDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitledDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- TitledDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitledDialogModule, declarations: [TitledDialogComponent], imports: [CommonModule,
13
+ TitledDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitledDialogModule, declarations: [TitledDialogComponent], imports: [CommonLocalizeModule,
14
14
  MatDialogModule] });
15
15
  TitledDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitledDialogModule, providers: [
16
16
  TitledDialogService
17
17
  ], imports: [[
18
- CommonModule,
18
+ CommonLocalizeModule,
19
19
  MatDialogModule
20
20
  ]] });
21
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitledDialogModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [
25
- CommonModule,
25
+ CommonLocalizeModule,
26
26
  MatDialogModule
27
27
  ],
28
28
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/titledDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,YAAY,EAAC,MAAM,eAAe,CAAC;AAE3C,OAAO,EAAC,qBAAqB,EAAC,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAC,mBAAmB,EAAC,MAAM,+CAA+C,CAAC;;AAElF;;GAEG;AAiBH,MAAM,OAAO,kBAAkB;;+GAAlB,kBAAkB;gHAAlB,kBAAkB,iBAPvB,qBAAqB,aALrB,YAAY;QACZ,eAAe;gHAWV,kBAAkB,aAJ3B;QACI,mBAAmB;KACtB,YAXD;YACI,YAAY;YACZ,eAAe;SAClB;2FAUQ,kBAAkB;kBAhB9B,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,YAAY;wBACZ,eAAe;qBAClB;oBACD,YAAY,EACZ;wBACI,qBAAqB;qBACxB;oBACD,SAAS,EACT;wBACI,mBAAmB;qBACtB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {MatDialogModule} from '@angular/material/dialog';\nimport {CommonModule} from '@anglr/common';\n\nimport {TitledDialogComponent} from '../components/titledDialog/titledDialog.component';\nimport {TitledDialogService} from '../services/titledDialog/titledDialog.service';\n\n/**\n * Module for components and service for displaying titled dialog\n */\n@NgModule(\n{\n imports:\n [\n CommonModule,\n MatDialogModule\n ],\n declarations:\n [\n TitledDialogComponent\n ],\n providers:\n [\n TitledDialogService\n ]\n})\nexport class TitledDialogModule\n{\n}"]}
1
+ {"version":3,"file":"titledDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/titledDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAC,qBAAqB,EAAC,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAC,mBAAmB,EAAC,MAAM,+CAA+C,CAAC;;AAElF;;GAEG;AAiBH,MAAM,OAAO,kBAAkB;;+GAAlB,kBAAkB;gHAAlB,kBAAkB,iBAPvB,qBAAqB,aALrB,oBAAoB;QACpB,eAAe;gHAWV,kBAAkB,aAJ3B;QACI,mBAAmB;KACtB,YAXD;YACI,oBAAoB;YACpB,eAAe;SAClB;2FAUQ,kBAAkB;kBAhB9B,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,oBAAoB;wBACpB,eAAe;qBAClB;oBACD,YAAY,EACZ;wBACI,qBAAqB;qBACxB;oBACD,SAAS,EACT;wBACI,mBAAmB;qBACtB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {MatDialogModule} from '@angular/material/dialog';\nimport {CommonLocalizeModule} from '@anglr/common';\n\nimport {TitledDialogComponent} from '../components/titledDialog/titledDialog.component';\nimport {TitledDialogService} from '../services/titledDialog/titledDialog.service';\n\n/**\n * Module for components and service for displaying titled dialog\n */\n@NgModule(\n{\n imports:\n [\n CommonLocalizeModule,\n MatDialogModule\n ],\n declarations:\n [\n TitledDialogComponent\n ],\n providers:\n [\n TitledDialogService\n ]\n})\nexport class TitledDialogModule\n{\n}"]}
@@ -1,9 +1,13 @@
1
1
  export { GlobalizationService } from './services/globalization/globalization.service';
2
- export { CommonModule } from './modules/common.module';
2
+ export { CommonDynamicModule } from './modules/commonDynamic.module';
3
+ export { CommonLocalizeModule } from './modules/commonLocalize';
4
+ export { CommonUtilsModule } from './modules/commonUtils.module';
5
+ export * from './modules/goBack';
3
6
  export { ProgressIndicatorOptions } from './modules/progressIndicator/services/progressIndicatorOptions';
4
7
  export { ProgressIndicatorComponent } from './modules/progressIndicator/components/progressIndicator/progressIndicator.component';
5
8
  export { ProgressIndicatorModule } from './modules/progressIndicator/modules/progressIndicator.module';
6
9
  export { ProgressIndicatorService } from './modules/progressIndicator/services/progressIndicator.service';
10
+ export { PROGRESS_INDICATOR_GROUP_NAME } from './modules/progressIndicator/misc/tokens';
7
11
  export { DebugDataModule } from './modules/debugData/modules/debugData.module';
8
12
  export { DebugDataComponent } from './modules/debugData/components/debugData/debugData.component';
9
13
  export { DebugDataEnabledService } from './modules/debugData/services/debugDataEnabled/debugDataEnabled.service';
@@ -13,22 +17,18 @@ export { MultiButtonComponent } from './modules/multiButton/components/multiButt
13
17
  export { MULTI_BUTTON_CSS_CLASSES } from './modules/multiButton/misc/tokens';
14
18
  export { MultiButtonModule } from './modules/multiButton/modules/multiButton.module';
15
19
  export * from './types/tokens';
16
- export * from './types/additionalInfo';
17
20
  export * from './utils';
18
- export { IsNaNPipe } from './pipes/isNaN/isNaN.pipe';
19
- export { IsPresentPipe } from './pipes/isPresent/isPresent.pipe';
20
- export { LocalizePipe } from './pipes/localize/localize.pipe';
21
- export { UrlEncodePipe } from './pipes/urlEncode/urlEncode.pipe';
21
+ export * from './pipes';
22
22
  export { CookieService } from './services/cookies/cookies.service';
23
23
  export { StatusCodeService } from './services/statusCode/statusCode.service';
24
24
  export { CookiePermanentStorageService } from './services/permanentStorage';
25
25
  export { MemoryTemporaryStorageService } from './services/temporaryStorage';
26
26
  export { NoStringLocalizationService } from './services/stringLocalization';
27
- export { IgnoredInterceptorsService } from './services/ignoredInterceptors/ignoredInterceptors.service';
28
27
  export { NgComponentOutletEx } from './directives/ngComponentOutletEx/ngComponentOutletEx.directive';
29
28
  export { APP_STABLE, extractAppStableResolve, runWhenModuleStable } from './utils';
30
29
  export { PROGRESS_INTERCEPTOR_PROVIDER, ProgressInterceptor } from './modules/progressIndicator/interceptors/progressInterceptor';
31
30
  export { DEFAULT_NOTIFICATIONS, DefaultNotificationsService, Notification, NotificationSeverity, NotificationsOptions } from './services/notifications';
31
+ export * from './services/alignment';
32
32
  //TODO: any to unknown
33
33
  //TODO: strict null checks
34
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,oBAAoB,EAAC,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,+DAA+D,CAAC;AACvG,OAAO,EAAC,0BAA0B,EAAC,MAAM,sFAAsF,CAAC;AAChI,OAAO,EAAC,uBAAuB,EAAC,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAC,wBAAwB,EAAC,MAAM,gEAAgE,CAAC;AAExG,OAAO,EAAC,eAAe,EAAC,MAAM,8CAA8C,CAAC;AAC7E,OAAO,EAAC,kBAAkB,EAAC,MAAM,8DAA8D,CAAC;AAChG,OAAO,EAAC,uBAAuB,EAAC,MAAM,wEAAwE,CAAC;AAC/G,OAAO,EAAC,qBAAqB,EAAC,MAAM,uEAAuE,CAAC;AAC5G,OAAO,EAAC,kBAAkB,EAAC,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAC,oBAAoB,EAAC,MAAM,oEAAoE,CAAC;AAExG,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,iBAAiB,EAAC,MAAM,kDAAkD,CAAC;AACnF,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAC,aAAa,EAAC,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAC,YAAY,EAAC,MAAM,gCAAgC,CAAC;AAC5D,OAAO,EAAC,aAAa,EAAC,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAC,6BAA6B,EAAmB,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,6BAA6B,EAAmB,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,2BAA2B,EAAqB,MAAM,+BAA+B,CAAC;AAE9F,OAAO,EAAC,0BAA0B,EAAuB,MAAM,4DAA4D,CAAC;AAC5H,OAAO,EAAC,mBAAmB,EAAC,MAAM,gEAAgE,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAC,MAAM,SAAS,CAAC;AACjF,OAAO,EAAC,6BAA6B,EAAE,mBAAmB,EAAC,MAAM,8DAA8D,CAAC;AAChI,OAAO,EAAC,qBAAqB,EAAE,2BAA2B,EAAE,YAAY,EAAE,oBAAoB,EAAiB,oBAAoB,EAAuF,MAAM,0BAA0B,CAAC;AAE3P,sBAAsB;AACtB,0BAA0B","sourcesContent":["export {GlobalizationService} from './services/globalization/globalization.service';\nexport {CommonModule} from './modules/common.module';\nexport {ProgressIndicatorOptions} from './modules/progressIndicator/services/progressIndicatorOptions';\nexport {ProgressIndicatorComponent} from './modules/progressIndicator/components/progressIndicator/progressIndicator.component';\nexport {ProgressIndicatorModule} from './modules/progressIndicator/modules/progressIndicator.module';\nexport {ProgressIndicatorService} from './modules/progressIndicator/services/progressIndicator.service';\nexport {LocalProgressIndicatorName} from './modules/progressIndicator/misc/types';\nexport {DebugDataModule} from './modules/debugData/modules/debugData.module';\nexport {DebugDataComponent} from './modules/debugData/components/debugData/debugData.component';\nexport {DebugDataEnabledService} from './modules/debugData/services/debugDataEnabled/debugDataEnabled.service';\nexport {ClickOutsideDirective} from './modules/clickOutside/directives/clickOutside/clickOutside.directive';\nexport {ClickOutsideModule} from './modules/clickOutside/modules/clickOutside.module';\nexport {MultiButtonComponent} from './modules/multiButton/components/multiButton/multiButton.component';\nexport {MultiButtonCssClasses} from './modules/multiButton/components/multiButton/multiButton.interface';\nexport {MULTI_BUTTON_CSS_CLASSES} from './modules/multiButton/misc/tokens';\nexport {MultiButtonModule} from './modules/multiButton/modules/multiButton.module';\nexport * from './types/tokens';\nexport * from './types/additionalInfo';\nexport * from './utils';\nexport {IsNaNPipe} from './pipes/isNaN/isNaN.pipe';\nexport {IsPresentPipe} from './pipes/isPresent/isPresent.pipe';\nexport {LocalizePipe} from './pipes/localize/localize.pipe';\nexport {UrlEncodePipe} from './pipes/urlEncode/urlEncode.pipe';\nexport {CookieService} from './services/cookies/cookies.service';\nexport {StatusCodeService} from './services/statusCode/statusCode.service';\nexport {CookiePermanentStorageService, PermanentStorage} from './services/permanentStorage';\nexport {MemoryTemporaryStorageService, TemporaryStorage} from './services/temporaryStorage';\nexport {NoStringLocalizationService, StringLocalization} from './services/stringLocalization';\nexport {Logger} from './services/logger';\nexport {IgnoredInterceptorsService, IgnoredInterceptorId} from './services/ignoredInterceptors/ignoredInterceptors.service';\nexport {NgComponentOutletEx} from './directives/ngComponentOutletEx/ngComponentOutletEx.directive';\nexport {APP_STABLE, extractAppStableResolve, runWhenModuleStable} from './utils';\nexport {PROGRESS_INTERCEPTOR_PROVIDER, ProgressInterceptor} from './modules/progressIndicator/interceptors/progressInterceptor';\nexport {DEFAULT_NOTIFICATIONS, DefaultNotificationsService, Notification, NotificationSeverity, Notifications, NotificationsOptions, NotificationsProvider, NotificationsScopeProvider, NotificationsScopeProviderFactory} from './services/notifications';\n\n//TODO: any to unknown\n//TODO: strict null checks"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,oBAAoB,EAAC,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAC,oBAAoB,EAAC,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAC,iBAAiB,EAAC,MAAM,8BAA8B,CAAC;AAC/D,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAC,wBAAwB,EAAC,MAAM,+DAA+D,CAAC;AACvG,OAAO,EAAC,0BAA0B,EAAC,MAAM,sFAAsF,CAAC;AAChI,OAAO,EAAC,uBAAuB,EAAC,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAC,wBAAwB,EAAC,MAAM,gEAAgE,CAAC;AACxG,OAAO,EAAC,6BAA6B,EAAC,MAAM,yCAAyC,CAAC;AACtF,OAAO,EAAC,eAAe,EAAC,MAAM,8CAA8C,CAAC;AAC7E,OAAO,EAAC,kBAAkB,EAAC,MAAM,8DAA8D,CAAC;AAChG,OAAO,EAAC,uBAAuB,EAAC,MAAM,wEAAwE,CAAC;AAC/G,OAAO,EAAC,qBAAqB,EAAC,MAAM,uEAAuE,CAAC;AAC5G,OAAO,EAAC,kBAAkB,EAAC,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAC,oBAAoB,EAAC,MAAM,oEAAoE,CAAC;AAExG,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,iBAAiB,EAAC,MAAM,kDAAkD,CAAC;AACnF,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAC,6BAA6B,EAAmB,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,6BAA6B,EAAmB,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,2BAA2B,EAAqB,MAAM,+BAA+B,CAAC;AAE9F,OAAO,EAAC,mBAAmB,EAAC,MAAM,gEAAgE,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAC,MAAM,SAAS,CAAC;AACjF,OAAO,EAAC,6BAA6B,EAAE,mBAAmB,EAAC,MAAM,8DAA8D,CAAC;AAChI,OAAO,EAAC,qBAAqB,EAAE,2BAA2B,EAAE,YAAY,EAAE,oBAAoB,EAAiB,oBAAoB,EAAuF,MAAM,0BAA0B,CAAC;AAC3P,cAAc,sBAAsB,CAAC;AAErC,sBAAsB;AACtB,0BAA0B","sourcesContent":["export {GlobalizationService} from './services/globalization/globalization.service';\nexport {CommonDynamicModule} from './modules/commonDynamic.module';\nexport {CommonLocalizeModule} from './modules/commonLocalize';\nexport {CommonUtilsModule} from './modules/commonUtils.module';\nexport * from './modules/goBack';\nexport {ProgressIndicatorOptions} from './modules/progressIndicator/services/progressIndicatorOptions';\nexport {ProgressIndicatorComponent} from './modules/progressIndicator/components/progressIndicator/progressIndicator.component';\nexport {ProgressIndicatorModule} from './modules/progressIndicator/modules/progressIndicator.module';\nexport {ProgressIndicatorService} from './modules/progressIndicator/services/progressIndicator.service';\nexport {PROGRESS_INDICATOR_GROUP_NAME} from './modules/progressIndicator/misc/tokens';\nexport {DebugDataModule} from './modules/debugData/modules/debugData.module';\nexport {DebugDataComponent} from './modules/debugData/components/debugData/debugData.component';\nexport {DebugDataEnabledService} from './modules/debugData/services/debugDataEnabled/debugDataEnabled.service';\nexport {ClickOutsideDirective} from './modules/clickOutside/directives/clickOutside/clickOutside.directive';\nexport {ClickOutsideModule} from './modules/clickOutside/modules/clickOutside.module';\nexport {MultiButtonComponent} from './modules/multiButton/components/multiButton/multiButton.component';\nexport {MultiButtonCssClasses} from './modules/multiButton/components/multiButton/multiButton.interface';\nexport {MULTI_BUTTON_CSS_CLASSES} from './modules/multiButton/misc/tokens';\nexport {MultiButtonModule} from './modules/multiButton/modules/multiButton.module';\nexport * from './types/tokens';\nexport * from './utils';\nexport * from './pipes';\nexport {CookieService} from './services/cookies/cookies.service';\nexport {StatusCodeService} from './services/statusCode/statusCode.service';\nexport {CookiePermanentStorageService, PermanentStorage} from './services/permanentStorage';\nexport {MemoryTemporaryStorageService, TemporaryStorage} from './services/temporaryStorage';\nexport {NoStringLocalizationService, StringLocalization} from './services/stringLocalization';\nexport {Logger} from './services/logger';\nexport {NgComponentOutletEx} from './directives/ngComponentOutletEx/ngComponentOutletEx.directive';\nexport {APP_STABLE, extractAppStableResolve, runWhenModuleStable} from './utils';\nexport {PROGRESS_INTERCEPTOR_PROVIDER, ProgressInterceptor} from './modules/progressIndicator/interceptors/progressInterceptor';\nexport {DEFAULT_NOTIFICATIONS, DefaultNotificationsService, Notification, NotificationSeverity, Notifications, NotificationsOptions, NotificationsProvider, NotificationsScopeProvider, NotificationsScopeProviderFactory} from './services/notifications';\nexport * from './services/alignment';\n\n//TODO: any to unknown\n//TODO: strict null checks"]}
@@ -0,0 +1,23 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { NgComponentOutletEx } from '../directives/ngComponentOutletEx/ngComponentOutletEx.directive';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Module for common dynamic stuff
6
+ */
7
+ export class CommonDynamicModule {
8
+ }
9
+ CommonDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ CommonDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonDynamicModule, declarations: [NgComponentOutletEx], exports: [NgComponentOutletEx] });
11
+ CommonDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonDynamicModule });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonDynamicModule, decorators: [{
13
+ type: NgModule,
14
+ args: [{
15
+ declarations: [
16
+ NgComponentOutletEx,
17
+ ],
18
+ exports: [
19
+ NgComponentOutletEx,
20
+ ]
21
+ }]
22
+ }] });
23
+ //# sourceMappingURL=commonDynamic.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commonDynamic.module.js","sourceRoot":"","sources":["../../../src/modules/commonDynamic.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAC,mBAAmB,EAAC,MAAM,iEAAiE,CAAC;;AAEpG;;GAEG;AAYH,MAAM,OAAO,mBAAmB;;gHAAnB,mBAAmB;iHAAnB,mBAAmB,iBAPxB,mBAAmB,aAInB,mBAAmB;iHAGd,mBAAmB;2FAAnB,mBAAmB;kBAX/B,QAAQ;mBACT;oBACI,YAAY,EACZ;wBACI,mBAAmB;qBACtB;oBACD,OAAO,EACP;wBACI,mBAAmB;qBACtB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\n\nimport {NgComponentOutletEx} from '../directives/ngComponentOutletEx/ngComponentOutletEx.directive';\n\n/**\n * Module for common dynamic stuff\n */\n@NgModule(\n{\n declarations:\n [\n NgComponentOutletEx,\n ],\n exports: \n [\n NgComponentOutletEx,\n ]\n})\nexport class CommonDynamicModule\n{\n}"]}
@@ -0,0 +1,23 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { LocalizePipe } from '../pipes/localize/localize.pipe';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Module for common localization stuff
6
+ */
7
+ export class CommonLocalizeModule {
8
+ }
9
+ CommonLocalizeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonLocalizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ CommonLocalizeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonLocalizeModule, declarations: [LocalizePipe], exports: [LocalizePipe] });
11
+ CommonLocalizeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonLocalizeModule });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonLocalizeModule, decorators: [{
13
+ type: NgModule,
14
+ args: [{
15
+ declarations: [
16
+ LocalizePipe,
17
+ ],
18
+ exports: [
19
+ LocalizePipe,
20
+ ]
21
+ }]
22
+ }] });
23
+ //# sourceMappingURL=commonLocalize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commonLocalize.js","sourceRoot":"","sources":["../../../src/modules/commonLocalize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;;AAE7D;;GAEG;AAYH,MAAM,OAAO,oBAAoB;;iHAApB,oBAAoB;kHAApB,oBAAoB,iBAPzB,YAAY,aAIZ,YAAY;kHAGP,oBAAoB;2FAApB,oBAAoB;kBAXhC,QAAQ;mBACT;oBACI,YAAY,EACZ;wBACI,YAAY;qBACf;oBACD,OAAO,EACP;wBACI,YAAY;qBACf;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\n\nimport {LocalizePipe} from '../pipes/localize/localize.pipe';\n\n/**\n * Module for common localization stuff\n */\n@NgModule(\n{\n declarations:\n [\n LocalizePipe,\n ],\n exports: \n [\n LocalizePipe,\n ]\n})\nexport class CommonLocalizeModule\n{\n}"]}