@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
package/changelog.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## Version 8.0.0 (2021-12-16)
3
+ ## Version 8.0.0 (2021-12-17)
4
4
 
5
5
  ### Bug Fixes
6
6
 
@@ -11,17 +11,22 @@
11
11
 
12
12
  - `DataRouter` can now be used inside of `Resolve` of *route*
13
13
  - added new `ClickOutsideDirective` which allows changing value of boolean if user clicks outside of selected element, or provided element, part of `ClickOutsideModule`
14
- - added code that modifies `HttpRequest` prototype `clone` method, adds support for cloning also `additionalInfo`
15
- - added new `AdditionalInfo` generic interface, which allows definition of additional data
16
- - updated `ProgressInterceptor`, which now supports local progress indicator using `additionalInfo` with `LocalProgressIndicatorName`
17
- - added new `LocalProgressIndicatorName` interface as type for additionalInfo with `progressGroupName`
18
- - added new `updateHttpRequestClone` function, that needs to be called to make `additionalInfo` working correctly with `HttpRequest`
14
+ - updated `ProgressInterceptor`, which now supports local progress indicator using `httpContext` with `PROGRESS_INDICATOR_GROUP_NAME` token
15
+ - added new `PROGRESS_INDICATOR_GROUP_NAME` http context token used for passing progress indicator group name for local progress indicator
16
+ - added new `IGNORED_INTERCEPTORS` http context token storing array of ignored interceptors types
19
17
  - added new `MultiButtonComponent` class used for displaying multibutton
20
18
  - added new `MultiButtonCssClasses` interface that describes multi button css classes
21
19
  - added new `MULTI_BUTTON_CSS_CLASSES` injection token for default css classes for multibutton
22
20
  - added new `MultiButtonModule` module containing components for displaying multi button
23
21
  - fixed `DebugDataEnabledService.setEnabled()` now triggers `enabledChange` only when there is change of `enabled` value
24
22
  - improved `DebugDataComponent` new styling, `display: none` when not enabled, `.clickable` css class
23
+ - added new `GoBackModule` module for *GoBack* directive
24
+ - added new `GoBackDirective` directive that performs browser back button action on click
25
+ - added new `MergeCssClassesPipe` that merges css classes that will be passed to ngClass
26
+ - added new `NgClassType` type of css class definition for NgClass and merge used within `MergeCssClassesPipe`
27
+ - added new `CommonDynamicModule` for `NgComponentOutletEx` directive
28
+ - added new `CommonLocalizeModule` for `LocalizePipe` pipe
29
+ - added new `CommonUtilsModule` for `IsNaNPipe`, `IsPresentPipe`, `UrlEncodePipe`, `MergeCssClassesPipe` pipes
25
30
  - added new **Notifications**
26
31
  - added new `NOTIFICATIONS` `InjectionToken` used for injecting notifications service implementation
27
32
  - added new `NOTIFICATIONS_SCOPE` `InjectionToken` used for injecting notifications scope name
@@ -151,11 +156,13 @@
151
156
  - removed support of *es5* target and using latest package.json features
152
157
  - removed dependency `@anglr/types`, all mising types used directly here
153
158
  - dropped support of `Node.js <= 12.20`
154
- - removed `HttpRequestIgnoredInterceptorId` interface, explicitly using type unions where needed, `HttpRequest<any> & AdditionalInfo<IgnoredInterceptorId>`
155
- - changed `IgnoredInterceptorId` to generic `AdditionalInfo`, allowing broader usage
159
+ - removed `HttpRequestIgnoredInterceptorId` interface, now using builtin `HttpContextToken` named `IGNORED_INTERCEPTORS`
160
+ - removed `IgnoredInterceptorId`, now using buildin `HttpContextToken` named `IGNORED_INTERCEPTORS`
161
+ - removed `IgnoredInterceptorsService`, now using buildin `HttpContextToken` named `IGNORED_INTERCEPTORS`
156
162
  - renamed `SERVER_BASE_URL` to `HTTP_REQUEST_BASE_URL`
157
163
  - renamed `SERVER_COOKIE_HEADER` to `HTTP_REQUEST_COOKIE_HEADER`
158
164
  - renamed `SERVER_AUTH_HEADER` to `HTTP_REQUEST_AUTH_HEADER`
165
+ - removed `CommonModule` in favor of new more specific modules `CommonDynamicModule`, `CommonLocalizeModule`, `CommonUtilsModule`
159
166
  - removed not working `HmrData` decorator
160
167
  - removed not working `HmrServiceData` decorator
161
168
  - removed not working `HmrServiceDataConstructor` decorator
package/common.d.ts CHANGED
@@ -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
  /**
@@ -81,17 +84,35 @@ export declare class ClickOutsideDirective implements OnInit, OnDestroy {
81
84
  */
82
85
  export declare class ClickOutsideModule {
83
86
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideModule, never>;
84
- static ɵmod: i0.ɵɵNgModuleDeclaration<ClickOutsideModule, [typeof i1_4.ClickOutsideDirective], never, [typeof i1_4.ClickOutsideDirective]>;
87
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClickOutsideModule, [typeof i1_6.ClickOutsideDirective], never, [typeof i1_6.ClickOutsideDirective]>;
85
88
  static ɵinj: i0.ɵɵInjectorDeclaration<ClickOutsideModule>;
86
89
  }
87
90
 
88
91
  /**
89
- * Module for common components, pipes and directives
92
+ * Module for common dynamic stuff
93
+ */
94
+ export declare class CommonDynamicModule {
95
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonDynamicModule, never>;
96
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonDynamicModule, [typeof i1.NgComponentOutletEx], never, [typeof i1.NgComponentOutletEx]>;
97
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonDynamicModule>;
98
+ }
99
+
100
+ /**
101
+ * Module for common localization stuff
102
+ */
103
+ export declare class CommonLocalizeModule {
104
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonLocalizeModule, never>;
105
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLocalizeModule, [typeof i1_2.LocalizePipe], never, [typeof i1_2.LocalizePipe]>;
106
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonLocalizeModule>;
107
+ }
108
+
109
+ /**
110
+ * Module for common utility stuff
90
111
  */
91
- export declare class CommonModule {
92
- static ɵfac: i0.ɵɵFactoryDeclaration<CommonModule, never>;
93
- 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]>;
94
- static ɵinj: i0.ɵɵInjectorDeclaration<CommonModule>;
112
+ export declare class CommonUtilsModule {
113
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonUtilsModule, never>;
114
+ 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]>;
115
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
95
116
  }
96
117
 
97
118
  /**
@@ -231,7 +252,7 @@ export declare class DebugDataEnabledService {
231
252
  */
232
253
  export declare class DebugDataModule {
233
254
  static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataModule, never>;
234
- static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataModule, [typeof i1_3.DebugDataComponent], [typeof i6.CommonModule], [typeof i1_3.DebugDataComponent]>;
255
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataModule, [typeof i1_5.DebugDataComponent], [typeof i3_2.CommonModule], [typeof i1_5.DebugDataComponent]>;
235
256
  static ɵinj: i0.ɵɵInjectorDeclaration<DebugDataModule>;
236
257
  }
237
258
 
@@ -350,6 +371,30 @@ export declare abstract class GlobalizationService {
350
371
  abstract get localeChange(): Observable<void>;
351
372
  }
352
373
 
374
+ /**
375
+ * Directive that performs browser back button action on click
376
+ */
377
+ export declare class GoBackDirective {
378
+ private _location;
379
+ constructor(_location: Location_2);
380
+ /**
381
+ * Navigates back in browser
382
+ * @param event Mouse event that occured
383
+ */
384
+ goBack(event: MouseEvent): void;
385
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoBackDirective, never>;
386
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GoBackDirective, "[goBack]", never, {}, {}, never>;
387
+ }
388
+
389
+ /**
390
+ * Module for GoBack directive
391
+ */
392
+ export declare class GoBackModule {
393
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoBackModule, never>;
394
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GoBackModule, [typeof i1_8.GoBackDirective], never, [typeof i1_8.GoBackDirective]>;
395
+ static ɵinj: i0.ɵɵInjectorDeclaration<GoBackModule>;
396
+ }
397
+
353
398
  /**
354
399
  * Token is used to transfer http request authentication header
355
400
  */
@@ -373,101 +418,81 @@ declare namespace i1 {
373
418
 
374
419
  declare namespace i1_2 {
375
420
  export {
376
- ProgressIndicatorComponent
421
+ LocalizePipe
377
422
  }
378
423
  }
379
424
 
380
425
  declare namespace i1_3 {
381
426
  export {
382
- DebugDataComponent
427
+ IsNaNPipe
383
428
  }
384
429
  }
385
430
 
386
431
  declare namespace i1_4 {
387
432
  export {
388
- ClickOutsideDirective
433
+ ProgressIndicatorComponent
389
434
  }
390
435
  }
391
436
 
392
437
  declare namespace i1_5 {
393
438
  export {
394
- MultiButtonComponent
439
+ DebugDataComponent
395
440
  }
396
441
  }
397
442
 
398
- declare namespace i2 {
443
+ declare namespace i1_6 {
399
444
  export {
400
- IsNaNPipe
445
+ ClickOutsideDirective
401
446
  }
402
447
  }
403
448
 
404
- declare namespace i2_2 {
449
+ declare namespace i1_7 {
405
450
  export {
406
- ProgressOverlayDirective
451
+ MultiButtonComponent
407
452
  }
408
453
  }
409
454
 
410
- declare namespace i3 {
455
+ declare namespace i1_8 {
411
456
  export {
412
- IsPresentPipe
457
+ GoBackDirective
413
458
  }
414
459
  }
415
460
 
416
- declare namespace i4 {
461
+ declare namespace i2 {
417
462
  export {
418
- LocalizePipe
463
+ IsPresentPipe
419
464
  }
420
465
  }
421
466
 
422
- declare namespace i4_2 {
467
+ declare namespace i2_2 {
423
468
  export {
424
- CommonModule
469
+ ProgressOverlayDirective
425
470
  }
426
471
  }
427
472
 
428
- declare namespace i5 {
473
+ declare namespace i3 {
429
474
  export {
430
475
  UrlEncodePipe
431
476
  }
432
477
  }
433
478
 
434
- /**
435
- * Contains id of request, used for IgnoredInterceptorsService
436
- */
437
- export declare interface IgnoredInterceptorId {
438
- /**
439
- * Identification of request
440
- */
441
- requestId?: string;
479
+ declare namespace i4 {
480
+ export {
481
+ NgClassType,
482
+ MergeCssClassesPipe
483
+ }
484
+ }
485
+
486
+ declare namespace i4_2 {
487
+ export {
488
+ CommonLocalizeModule
489
+ }
442
490
  }
443
491
 
444
492
  /**
445
- * 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
493
+ * Http context token storing array of ignored interceptors types
446
494
  */
447
- export declare class IgnoredInterceptorsService {
448
- /**
449
- * Array of interceptors that will be ignored
450
- */
451
- private _ignoredInterceptors;
452
- /**
453
- * Clears all ignored interceptors from service
454
- */
455
- clear(): void;
456
- /**
457
- * Adds interceptor type that should be ignored for specified url
458
- * @param interceptorType - Type of interceptor should be ignored
459
- * @param additionalInfo - Object containing additional info - request id
460
- */
461
- addInterceptor<TType>(interceptorType: Type<TType>, additionalInfo: IgnoredInterceptorId): void;
462
- /**
463
- * Checks specified interceptor whether is ingored
464
- * @param interceptorType - Type of interceptor that is checked whether is ignored
465
- * @param url - Object containing request id
466
- */
467
- isIgnored<TType>(interceptorType: Type<TType>, requestId: IgnoredInterceptorId): boolean;
468
- static ɵfac: i0.ɵɵFactoryDeclaration<IgnoredInterceptorsService, never>;
469
- static ɵprov: i0.ɵɵInjectableDeclaration<IgnoredInterceptorsService>;
470
- }
495
+ export declare const IGNORED_INTERCEPTORS: HttpContextToken<Type<unknown>[]>;
471
496
 
472
497
  /**
473
498
  * Returns true if object is NaN
@@ -524,16 +549,6 @@ export declare class LocalizePipe implements PipeTransform, OnInit, OnDestroy {
524
549
  static ɵpipe: i0.ɵɵPipeDeclaration<LocalizePipe, "localize">;
525
550
  }
526
551
 
527
- /**
528
- * Contains name of progress indicator group
529
- */
530
- export declare interface LocalProgressIndicatorName {
531
- /**
532
- * Name of progress indicator group
533
- */
534
- progressGroupName?: string;
535
- }
536
-
537
552
  /**
538
553
  * Token used for injecting Logger implementation
539
554
  */
@@ -651,6 +666,20 @@ export declare class MemoryTemporaryStorageService implements TemporaryStorage {
651
666
  static ɵprov: i0.ɵɵInjectableDeclaration<MemoryTemporaryStorageService>;
652
667
  }
653
668
 
669
+ /**
670
+ * Merges css classes that will be passed to ngClass
671
+ */
672
+ export declare class MergeCssClassesPipe implements PipeTransform {
673
+ /**
674
+ * Merges css classes that will be passed to ngClass
675
+ * @param value - Css class to be merged
676
+ * @param mergeClasses - Definition of css classes that will be merged
677
+ */
678
+ transform(value: NgClassType, mergeClasses: NgClassType[]): Dictionary<boolean>;
679
+ static ɵfac: i0.ɵɵFactoryDeclaration<MergeCssClassesPipe, never>;
680
+ static ɵpipe: i0.ɵɵPipeDeclaration<MergeCssClassesPipe, "mergeCssClasses">;
681
+ }
682
+
654
683
  /**
655
684
  * Injection token for default css classes for multibutton
656
685
  */
@@ -742,10 +771,15 @@ export declare interface MultiButtonCssClasses {
742
771
  */
743
772
  export declare class MultiButtonModule {
744
773
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiButtonModule, never>;
745
- static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, [typeof i1_5.MultiButtonComponent], [typeof i6.CommonModule], [typeof i1_5.MultiButtonComponent]>;
774
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, [typeof i1_7.MultiButtonComponent], [typeof i3_2.CommonModule], [typeof i1_7.MultiButtonComponent]>;
746
775
  static ɵinj: i0.ɵɵInjectorDeclaration<MultiButtonModule>;
747
776
  }
748
777
 
778
+ /**
779
+ * Type of css class definition for NgClass and merge
780
+ */
781
+ export declare type NgClassType = string | string[] | Dictionary<boolean>;
782
+
749
783
  /**
750
784
  * Instantiates a single Component type and inserts its Host View into current View.
751
785
  */
@@ -1006,15 +1040,9 @@ export declare interface PermanentStorage {
1006
1040
  }
1007
1041
 
1008
1042
  /**
1009
- * Token used for injecting positioning service implementation
1043
+ * Token used for passing progress indicator group name for local progress indicator
1010
1044
  */
1011
- export declare const POSITIONING: InjectionToken<Positioning>;
1012
-
1013
- /**
1014
- * Allows relative positioning of elements
1015
- */
1016
- declare interface Positioning {
1017
- }
1045
+ export declare const PROGRESS_INDICATOR_GROUP_NAME: HttpContextToken<string>;
1018
1046
 
1019
1047
  /**
1020
1048
  * Progress interceptor provider
@@ -1055,7 +1083,7 @@ export declare class ProgressIndicatorComponent implements OnDestroy {
1055
1083
  */
1056
1084
  export declare class ProgressIndicatorModule {
1057
1085
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorModule, never>;
1058
- 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]>;
1086
+ 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]>;
1059
1087
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressIndicatorModule>;
1060
1088
  }
1061
1089
 
@@ -1201,15 +1229,14 @@ export declare class ProgressIndicatorService {
1201
1229
  */
1202
1230
  export declare class ProgressInterceptor implements HttpInterceptor {
1203
1231
  private _indicatorSvc;
1204
- private _ignoredInterceptorsService?;
1205
- constructor(_indicatorSvc: ProgressIndicatorService, _ignoredInterceptorsService?: IgnoredInterceptorsService);
1232
+ constructor(_indicatorSvc: ProgressIndicatorService);
1206
1233
  /**
1207
1234
  * Intercepts http request
1208
1235
  * @param req - Request to be intercepted
1209
1236
  * @param next - Next middleware that can be called for next processing
1210
1237
  */
1211
- intercept(req: HttpRequest<any> & AdditionalInfo<LocalProgressIndicatorName & IgnoredInterceptorId>, next: HttpHandler): Observable<HttpEvent<any>>;
1212
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressInterceptor, [null, { optional: true; }]>;
1238
+ intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
1239
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressInterceptor, never>;
1213
1240
  static ɵprov: i0.ɵɵInjectableDeclaration<ProgressInterceptor>;
1214
1241
  }
1215
1242
 
@@ -1284,7 +1311,7 @@ declare class ProgressOverlayDirective implements OnInit, OnDestroy {
1284
1311
  * @param callback - Callback that is called
1285
1312
  * @param angularProfiler - Indication that angular profiler should be enabled
1286
1313
  */
1287
- export declare function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<{}>>, callback: (moduleRef: NgModuleRef<{}>) => void, angularProfiler?: boolean): void;
1314
+ export declare function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<unknown>>, callback: (moduleRef: NgModuleRef<unknown>) => void, angularProfiler?: boolean): void;
1288
1315
 
1289
1316
  /**
1290
1317
  * Service used for transfering http status code for response