@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
@@ -109,7 +109,7 @@ export declare class ConfirmationDialogDirective {
109
109
  */
110
110
  export declare class ConfirmationDialogModule {
111
111
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogModule, never>;
112
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1_3.ConfirmationDialogComponent, typeof i2_2.ConfirmationDialogDirective], [typeof i3_2.CommonModule, typeof i2.CommonModule, typeof i5.TitledDialogModule], [typeof i2_2.ConfirmationDialogDirective]>;
112
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1_3.ConfirmationDialogComponent, typeof i2_2.ConfirmationDialogDirective], [typeof i3_2.CommonModule, typeof i2.CommonLocalizeModule, typeof i5.TitledDialogModule], [typeof i2_2.ConfirmationDialogDirective]>;
113
113
  static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationDialogModule>;
114
114
  }
115
115
 
@@ -236,7 +236,7 @@ export declare interface TitledDialogConfig<TData> extends MatDialogConfig<TData
236
236
  */
237
237
  export declare class TitledDialogModule {
238
238
  static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogModule, never>;
239
- static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule], never>;
239
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonLocalizeModule, typeof i3.MatDialogModule], never>;
240
240
  static ɵinj: i0.ɵɵInjectorDeclaration<TitledDialogModule>;
241
241
  }
242
242
 
@@ -9,7 +9,7 @@ import * as i5 from "./titledDialog.module";
9
9
  */
10
10
  export declare class ConfirmationDialogModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1.ConfirmationDialogComponent, typeof i2.ConfirmationDialogDirective], [typeof i3.CommonModule, typeof i4.CommonModule, typeof i5.TitledDialogModule], [typeof i2.ConfirmationDialogDirective]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1.ConfirmationDialogComponent, typeof i2.ConfirmationDialogDirective], [typeof i3.CommonModule, typeof i4.CommonLocalizeModule, typeof i5.TitledDialogModule], [typeof i2.ConfirmationDialogDirective]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationDialogModule>;
14
14
  }
15
15
  //# sourceMappingURL=confirmationDialog.module.d.ts.map
@@ -7,7 +7,7 @@ import * as i3 from "@angular/material/dialog";
7
7
  */
8
8
  export declare class TitledDialogModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule], never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonLocalizeModule, typeof i3.MatDialogModule], never>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<TitledDialogModule>;
12
12
  }
13
13
  //# sourceMappingURL=titledDialog.module.d.ts.map
@@ -72,7 +72,7 @@ export class ConfirmationDialogModule {
72
72
  // Warning: (ae-forgotten-export) The symbol "i5" needs to be exported by the entry point index.d.ts
73
73
  //
74
74
  // (undocumented)
75
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1_3.ConfirmationDialogComponent, typeof i2_2.ConfirmationDialogDirective], [typeof i3_2.CommonModule, typeof i2.CommonModule, typeof i5.TitledDialogModule], [typeof i2_2.ConfirmationDialogDirective]>;
75
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1_3.ConfirmationDialogComponent, typeof i2_2.ConfirmationDialogDirective], [typeof i3_2.CommonModule, typeof i2.CommonLocalizeModule, typeof i5.TitledDialogModule], [typeof i2_2.ConfirmationDialogDirective]>;
76
76
  }
77
77
 
78
78
  // @public
@@ -146,7 +146,7 @@ export class TitledDialogModule {
146
146
  // Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point index.d.ts
147
147
  //
148
148
  // (undocumented)
149
- static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule], never>;
149
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonLocalizeModule, typeof i3.MatDialogModule], never>;
150
150
  }
151
151
 
152
152
  // @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/common",
3
- "version": "8.0.0-beta.20211217112423",
3
+ "version": "8.0.0-beta.20211217130754",
4
4
  "description": "Angular module for common angular stuff",
5
5
  "type": "module",
6
6
  "sideEffects": false,
package/src/index.d.ts CHANGED
@@ -1,10 +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';
7
- export { LocalProgressIndicatorName } from './modules/progressIndicator/misc/types';
10
+ export { PROGRESS_INDICATOR_GROUP_NAME } from './modules/progressIndicator/misc/tokens';
8
11
  export { DebugDataModule } from './modules/debugData/modules/debugData.module';
9
12
  export { DebugDataComponent } from './modules/debugData/components/debugData/debugData.component';
10
13
  export { DebugDataEnabledService } from './modules/debugData/services/debugDataEnabled/debugDataEnabled.service';
@@ -15,21 +18,17 @@ export { MultiButtonCssClasses } from './modules/multiButton/components/multiBut
15
18
  export { MULTI_BUTTON_CSS_CLASSES } from './modules/multiButton/misc/tokens';
16
19
  export { MultiButtonModule } from './modules/multiButton/modules/multiButton.module';
17
20
  export * from './types/tokens';
18
- export * from './types/additionalInfo';
19
21
  export * from './utils';
20
- export { IsNaNPipe } from './pipes/isNaN/isNaN.pipe';
21
- export { IsPresentPipe } from './pipes/isPresent/isPresent.pipe';
22
- export { LocalizePipe } from './pipes/localize/localize.pipe';
23
- export { UrlEncodePipe } from './pipes/urlEncode/urlEncode.pipe';
22
+ export * from './pipes';
24
23
  export { CookieService } from './services/cookies/cookies.service';
25
24
  export { StatusCodeService } from './services/statusCode/statusCode.service';
26
25
  export { CookiePermanentStorageService, PermanentStorage } from './services/permanentStorage';
27
26
  export { MemoryTemporaryStorageService, TemporaryStorage } from './services/temporaryStorage';
28
27
  export { NoStringLocalizationService, StringLocalization } from './services/stringLocalization';
29
28
  export { Logger } from './services/logger';
30
- export { IgnoredInterceptorsService, IgnoredInterceptorId } from './services/ignoredInterceptors/ignoredInterceptors.service';
31
29
  export { NgComponentOutletEx } from './directives/ngComponentOutletEx/ngComponentOutletEx.directive';
32
30
  export { APP_STABLE, extractAppStableResolve, runWhenModuleStable } from './utils';
33
31
  export { PROGRESS_INTERCEPTOR_PROVIDER, ProgressInterceptor } from './modules/progressIndicator/interceptors/progressInterceptor';
34
32
  export { DEFAULT_NOTIFICATIONS, DefaultNotificationsService, Notification, NotificationSeverity, Notifications, NotificationsOptions, NotificationsProvider, NotificationsScopeProvider, NotificationsScopeProviderFactory } from './services/notifications';
33
+ export * from './services/alignment';
35
34
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["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;AACxG,OAAO,EAAC,0BAA0B,EAAC,MAAM,wCAAwC,CAAC;AAClF,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;AACxG,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,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,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,6BAA6B,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,2BAA2B,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAC,MAAM,EAAC,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAC,0BAA0B,EAAE,oBAAoB,EAAC,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,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,iCAAiC,EAAC,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["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;AACxG,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,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,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,6BAA6B,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,2BAA2B,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAC,MAAM,EAAC,MAAM,mBAAmB,CAAC;AACzC,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,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,iCAAiC,EAAC,MAAM,0BAA0B,CAAC;AAC3P,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../directives/ngComponentOutletEx/ngComponentOutletEx.directive";
3
+ /**
4
+ * Module for common dynamic stuff
5
+ */
6
+ export declare class CommonDynamicModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonDynamicModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonDynamicModule, [typeof i1.NgComponentOutletEx], never, [typeof i1.NgComponentOutletEx]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonDynamicModule>;
10
+ }
11
+ //# sourceMappingURL=commonDynamic.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commonDynamic.module.d.ts","sourceRoot":"","sources":["commonDynamic.module.ts"],"names":[],"mappings":";;AAIA;;GAEG;AACH,qBAWa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAE/B"}
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../pipes/localize/localize.pipe";
3
+ /**
4
+ * Module for common localization stuff
5
+ */
6
+ export declare class CommonLocalizeModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonLocalizeModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLocalizeModule, [typeof i1.LocalizePipe], never, [typeof i1.LocalizePipe]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonLocalizeModule>;
10
+ }
11
+ //# sourceMappingURL=commonLocalize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commonLocalize.d.ts","sourceRoot":"","sources":["commonLocalize.ts"],"names":[],"mappings":";;AAIA;;GAEG;AACH,qBAWa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAEhC"}
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../pipes/isNaN/isNaN.pipe";
3
+ import * as i2 from "../pipes/isPresent/isPresent.pipe";
4
+ import * as i3 from "../pipes/urlEncode/urlEncode.pipe";
5
+ import * as i4 from "../pipes/mergeCssClasses/mergeCssClasses.pipe";
6
+ /**
7
+ * Module for common utility stuff
8
+ */
9
+ export declare class CommonUtilsModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonUtilsModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe], never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
13
+ }
14
+ //# sourceMappingURL=commonUtils.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commonUtils.module.d.ts","sourceRoot":"","sources":["commonUtils.module.ts"],"names":[],"mappings":";;;;;AAIA;;GAEG;AACH,qBAiBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAE7B"}
@@ -0,0 +1,17 @@
1
+ import { Location } from '@angular/common';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Directive that performs browser back button action on click
5
+ */
6
+ export declare class GoBackDirective {
7
+ private _location;
8
+ constructor(_location: Location);
9
+ /**
10
+ * Navigates back in browser
11
+ * @param event Mouse event that occured
12
+ */
13
+ goBack(event: MouseEvent): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoBackDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GoBackDirective, "[goBack]", never, {}, {}, never>;
16
+ }
17
+ //# sourceMappingURL=goBack.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"goBack.directive.d.ts","sourceRoot":"","sources":["goBack.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;;AAEzC;;GAEG;AACH,qBAIa,eAAe;IAGZ,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;OAGG;IAEI,MAAM,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAd7B,eAAe;2CAAf,eAAe;CAqB3B"}
@@ -0,0 +1,2 @@
1
+ export * from './goBack/goBack.directive';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './modules';
2
+ export * from './directives';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../directives/goBack/goBack.directive";
3
+ /**
4
+ * Module for GoBack directive
5
+ */
6
+ export declare class GoBackModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoBackModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GoBackModule, [typeof i1.GoBackDirective], never, [typeof i1.GoBackDirective]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<GoBackModule>;
10
+ }
11
+ //# sourceMappingURL=goBack.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"goBack.module.d.ts","sourceRoot":"","sources":["goBack.module.ts"],"names":[],"mappings":";;AAIA;;GAEG;AACH,qBAWa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAExB"}
@@ -0,0 +1,2 @@
1
+ export * from './goBack.module';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -2,24 +2,20 @@ import { ClassProvider } from '@angular/core';
2
2
  import { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';
3
3
  import { Observable } from 'rxjs';
4
4
  import { ProgressIndicatorService } from '../services/progressIndicator.service';
5
- import { IgnoredInterceptorsService, IgnoredInterceptorId } from '../../../services/ignoredInterceptors/ignoredInterceptors.service';
6
- import { AdditionalInfo } from '../../../types/additionalInfo';
7
- import { LocalProgressIndicatorName } from '../misc/types';
8
5
  import * as i0 from "@angular/core";
9
6
  /**
10
7
  * ProgressInterceptor used for intercepting http requests and displaying progress indicatior
11
8
  */
12
9
  export declare class ProgressInterceptor implements HttpInterceptor {
13
10
  private _indicatorSvc;
14
- private _ignoredInterceptorsService?;
15
- constructor(_indicatorSvc: ProgressIndicatorService, _ignoredInterceptorsService?: IgnoredInterceptorsService);
11
+ constructor(_indicatorSvc: ProgressIndicatorService);
16
12
  /**
17
13
  * Intercepts http request
18
14
  * @param req - Request to be intercepted
19
15
  * @param next - Next middleware that can be called for next processing
20
16
  */
21
- intercept(req: HttpRequest<any> & AdditionalInfo<LocalProgressIndicatorName & IgnoredInterceptorId>, next: HttpHandler): Observable<HttpEvent<any>>;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressInterceptor, [null, { optional: true; }]>;
17
+ intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressInterceptor, never>;
23
19
  static ɵprov: i0.ɵɵInjectableDeclaration<ProgressInterceptor>;
24
20
  }
25
21
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"progressInterceptor.d.ts","sourceRoot":"","sources":["progressInterceptor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,aAAa,EAAW,MAAM,eAAe,CAAC;AAClE,OAAO,EAAC,SAAS,EAAE,eAAe,EAAE,WAAW,EAAoC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AAC5H,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAGhC,OAAO,EAAC,wBAAwB,EAAC,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAC,0BAA0B,EAAE,oBAAoB,EAAC,MAAM,mEAAmE,CAAC;AACnI,OAAO,EAAC,cAAc,EAAC,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAC,0BAA0B,EAAC,MAAM,eAAe,CAAC;;AAEzD;;GAEG;AACH,qBACa,mBAAoB,YAAW,eAAe;IAG3C,OAAO,CAAC,aAAa;IACT,OAAO,CAAC,2BAA2B,CAAC;gBADxC,aAAa,EAAE,wBAAwB,EAC3B,2BAA2B,CAAC,EAAE,0BAA0B;IAMxF;;;;OAIG;IACI,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,cAAc,CAAC,0BAA0B,GAAG,oBAAoB,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;yCAfjJ,mBAAmB;6CAAnB,mBAAmB;CAqC/B;AAED;;GAEG;AACH,eAAO,MAAM,6BAA6B,EAAE,aAK3C,CAAC"}
1
+ {"version":3,"file":"progressInterceptor.d.ts","sourceRoot":"","sources":["progressInterceptor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,aAAa,EAAC,MAAM,eAAe,CAAC;AACxD,OAAO,EAAC,SAAS,EAAE,eAAe,EAAE,WAAW,EAAoC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AAC5H,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAGhC,OAAO,EAAC,wBAAwB,EAAC,MAAM,uCAAuC,CAAC;;AAI/E;;GAEG;AACH,qBACa,mBAAoB,YAAW,eAAe;IAG3C,OAAO,CAAC,aAAa;gBAAb,aAAa,EAAE,wBAAwB;IAM3D;;;;OAIG;IACI,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;yCAdrF,mBAAmB;6CAAnB,mBAAmB;CAqC/B;AAED;;GAEG;AACH,eAAO,MAAM,6BAA6B,EAAE,aAK3C,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { HttpContextToken } from '@angular/common/http';
2
+ /**
3
+ * Token used for passing progress indicator group name for local progress indicator
4
+ */
5
+ export declare const PROGRESS_INDICATOR_GROUP_NAME: HttpContextToken<string>;
6
+ //# sourceMappingURL=tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;AAEtD;;GAEG;AACH,eAAO,MAAM,6BAA6B,EAAE,gBAAgB,CAAC,MAAM,CAA4C,CAAC"}
@@ -2,13 +2,13 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "../components/progressIndicator/progressIndicator.component";
3
3
  import * as i2 from "../directives/progressOverlay/progressOverlay.directive";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "../../common.module";
5
+ import * as i4 from "../../commonLocalize";
6
6
  /**
7
7
  * Module for progress indicator
8
8
  */
9
9
  export declare class ProgressIndicatorModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective], [typeof i3.CommonModule, typeof i4.CommonModule], [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective], [typeof i3.CommonModule, typeof i4.CommonLocalizeModule], [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressIndicatorModule>;
13
13
  }
14
14
  //# sourceMappingURL=progressIndicator.module.d.ts.map
@@ -2,4 +2,5 @@ export * from './urlEncode/urlEncode.pipe';
2
2
  export * from './isPresent/isPresent.pipe';
3
3
  export * from './isNaN/isNaN.pipe';
4
4
  export * from './localize/localize.pipe';
5
+ export * from './mergeCssClasses/mergeCssClasses.pipe';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { Dictionary } from '@jscrpt/common';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Type of css class definition for NgClass and merge
6
+ */
7
+ export declare type NgClassType = string | string[] | Dictionary<boolean>;
8
+ /**
9
+ * Merges css classes that will be passed to ngClass
10
+ */
11
+ export declare class MergeCssClassesPipe implements PipeTransform {
12
+ /**
13
+ * Merges css classes that will be passed to ngClass
14
+ * @param value - Css class to be merged
15
+ * @param mergeClasses - Definition of css classes that will be merged
16
+ */
17
+ transform(value: NgClassType, mergeClasses: NgClassType[]): Dictionary<boolean>;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<MergeCssClassesPipe, never>;
19
+ static ɵpipe: i0.ɵɵPipeDeclaration<MergeCssClassesPipe, "mergeCssClasses">;
20
+ }
21
+ //# sourceMappingURL=mergeCssClasses.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mergeCssClasses.pipe.d.ts","sourceRoot":"","sources":["mergeCssClasses.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAW,MAAM,gBAAgB,CAAC;;AAEpD;;GAEG;AACH,oBAAY,WAAW,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AAElE;;GAEG;AACH,qBACa,mBAAoB,YAAW,aAAa;IAErD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC;yCAP7E,mBAAmB;uCAAnB,mBAAmB;CA0C/B"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Allows absolute alignment (AKA positioning) of one element to another
3
+ */
4
+ export interface Alignment {
5
+ }
6
+ //# sourceMappingURL=alignment.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alignment.interface.d.ts","sourceRoot":"","sources":["alignment.interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,SAAS;CAEzB"}
@@ -0,0 +1,2 @@
1
+ export * from './alignment.interface';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -1,10 +1,11 @@
1
- import { InjectionToken } from '@angular/core';
1
+ import { InjectionToken, Type } from '@angular/core';
2
+ import { HttpContextToken } from '@angular/common/http';
2
3
  import { StringLocalization } from '../services/stringLocalization';
3
4
  import { PermanentStorage } from '../services/permanentStorage';
4
5
  import { Logger } from '../services/logger';
5
6
  import { TemporaryStorage } from '../services/temporaryStorage';
6
7
  import { Notifications } from '../services/notifications';
7
- import { Positioning } from '../services/positioning';
8
+ import { Alignment } from '../services/alignment';
8
9
  /**
9
10
  * Base url when using HTTP (example: http://localhost:8888/)
10
11
  */
@@ -34,9 +35,9 @@ export declare const PERMANENT_STORAGE: InjectionToken<PermanentStorage>;
34
35
  */
35
36
  export declare const TEMPORARY_STORAGE: InjectionToken<TemporaryStorage>;
36
37
  /**
37
- * Token used for injecting positioning service implementation
38
+ * Token used for injecting service that is used for absolute alignment (AKA positioning) of one element to another
38
39
  */
39
- export declare const POSITIONING: InjectionToken<Positioning>;
40
+ export declare const ALIGNMENT: InjectionToken<Alignment>;
40
41
  /**
41
42
  * Token used for injecting notifications service implementation
42
43
  */
@@ -45,4 +46,8 @@ export declare const NOTIFICATIONS: InjectionToken<Notifications>;
45
46
  * Token used for injecting notifications scope name
46
47
  */
47
48
  export declare const NOTIFICATIONS_SCOPE: InjectionToken<string>;
49
+ /**
50
+ * Http context token storing array of ignored interceptors types
51
+ */
52
+ export declare const IGNORED_INTERCEPTORS: HttpContextToken<Type<unknown>[]>;
48
53
  //# sourceMappingURL=tokens.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAC,kBAAkB,EAA8B,MAAM,gCAAgC,CAAC;AAC/F,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAC,MAAM,EAAqB,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAC,gBAAgB,EAAgC,MAAM,8BAA8B,CAAC;AAC7F,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,MAAM,CAAuD,CAAC;AAEjH;;GAEG;AACH,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,MAAM,CAA4D,CAAC;AAE3H;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,MAAM,CAA0D,CAAC;AAEvH;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,cAAc,CAAC,MAAM,CAAuG,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,kBAAkB,CAAyI,CAAC;AAE7M;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAA6D,CAAC;AAE7H;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAAuI,CAAC;AAEvM;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,cAAc,CAAC,WAAW,CAAkD,CAAC;AAEvG;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,aAAa,CAAsD,CAAC;AAE/G;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,MAAM,CAAqD,CAAC"}
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EAAC,kBAAkB,EAA8B,MAAM,gCAAgC,CAAC;AAC/F,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAC,MAAM,EAAqB,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAC,gBAAgB,EAAgC,MAAM,8BAA8B,CAAC;AAC7F,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,MAAM,CAAuD,CAAC;AAEjH;;GAEG;AACH,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,MAAM,CAA4D,CAAC;AAE3H;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,MAAM,CAA0D,CAAC;AAEvH;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,cAAc,CAAC,MAAM,CAAuG,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,kBAAkB,CAAyI,CAAC;AAE7M;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAA6D,CAAC;AAE7H;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAAuI,CAAC;AAEvM;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,cAAc,CAAC,SAAS,CAA8C,CAAC;AAE/F;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,aAAa,CAAsD,CAAC;AAE/G;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,MAAM,CAAqD,CAAC;AAE7G;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAmD,CAAC"}
@@ -20,5 +20,5 @@ export declare const APP_STABLE: InjectionToken<Promise<void>>;
20
20
  * @param callback - Callback that is called
21
21
  * @param angularProfiler - Indication that angular profiler should be enabled
22
22
  */
23
- export declare function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<{}>>, callback: (moduleRef: NgModuleRef<{}>) => void, angularProfiler?: boolean): void;
23
+ export declare function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<unknown>>, callback: (moduleRef: NgModuleRef<unknown>) => void, angularProfiler?: boolean): void;
24
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAkB,cAAc,EAAC,MAAM,eAAe,CAAC;AAI1E;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,gBAAgB,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,MAAM,IAAI,CAGnF;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,kBAQtC;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,cAAc,CAAC,OAAO,CAAC,IAAI,CAAC,CAA2G,CAAC;AAEjK;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,gBAAgB,EAAE,OAAO,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC,EAAE,CAAC,KAAK,IAAI,EAAE,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CA8B/J"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAkB,cAAc,EAAC,MAAM,eAAe,CAAC;AAI1E;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,gBAAgB,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,MAAM,IAAI,CAGnF;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,IAAI,OAAO,CAAC,IAAI,CAAC,CAQvD;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,cAAc,CAAC,OAAO,CAAC,IAAI,CAAC,CAA2G,CAAC;AAEjK;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,gBAAgB,EAAE,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC,OAAO,CAAC,KAAK,IAAI,EAAE,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CA8BzK"}
package/version.bak CHANGED
@@ -1 +1 @@
1
- 8.0.0-beta.20211217112423
1
+ 8.0.0-beta.20211217130754
@@ -1,49 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule as AngularCommonModule } from '@angular/common';
3
- import { NgComponentOutletEx } from '../directives/ngComponentOutletEx/ngComponentOutletEx.directive';
4
- import { IsNaNPipe } from '../pipes/isNaN/isNaN.pipe';
5
- import { IsPresentPipe } from '../pipes/isPresent/isPresent.pipe';
6
- import { UrlEncodePipe } from '../pipes/urlEncode/urlEncode.pipe';
7
- import { LocalizePipe } from '../pipes/localize/localize.pipe';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Module for common components, pipes and directives
11
- */
12
- export class CommonModule {
13
- }
14
- CommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- CommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonModule, declarations: [NgComponentOutletEx,
16
- IsNaNPipe,
17
- IsPresentPipe,
18
- LocalizePipe,
19
- UrlEncodePipe], imports: [AngularCommonModule], exports: [NgComponentOutletEx,
20
- IsNaNPipe,
21
- IsPresentPipe,
22
- UrlEncodePipe,
23
- LocalizePipe] });
24
- CommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonModule, imports: [[
25
- AngularCommonModule
26
- ]] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: CommonModule, decorators: [{
28
- type: NgModule,
29
- args: [{
30
- imports: [
31
- AngularCommonModule
32
- ],
33
- declarations: [
34
- NgComponentOutletEx,
35
- IsNaNPipe,
36
- IsPresentPipe,
37
- LocalizePipe,
38
- UrlEncodePipe
39
- ],
40
- exports: [
41
- NgComponentOutletEx,
42
- IsNaNPipe,
43
- IsPresentPipe,
44
- UrlEncodePipe,
45
- LocalizePipe
46
- ]
47
- }]
48
- }] });
49
- //# sourceMappingURL=common.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.module.js","sourceRoot":"","sources":["../../../src/modules/common.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,YAAY,IAAI,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AAEpE,OAAO,EAAC,mBAAmB,EAAC,MAAM,iEAAiE,CAAC;AACpG,OAAO,EAAC,SAAS,EAAC,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAC,aAAa,EAAC,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAC,aAAa,EAAC,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;;AAE7D;;GAEG;AAwBH,MAAM,OAAO,YAAY;;yGAAZ,YAAY;0GAAZ,YAAY,iBAfjB,mBAAmB;QACnB,SAAS;QACT,aAAa;QACb,YAAY;QACZ,aAAa,aARb,mBAAmB,aAYnB,mBAAmB;QACnB,SAAS;QACT,aAAa;QACb,aAAa;QACb,YAAY;0GAGP,YAAY,YApBrB;YACI,mBAAmB;SACtB;2FAkBQ,YAAY;kBAvBxB,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,mBAAmB;qBACtB;oBACD,YAAY,EACZ;wBACI,mBAAmB;wBACnB,SAAS;wBACT,aAAa;wBACb,YAAY;wBACZ,aAAa;qBAChB;oBACD,OAAO,EACP;wBACI,mBAAmB;wBACnB,SAAS;wBACT,aAAa;wBACb,aAAa;wBACb,YAAY;qBACf;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule as AngularCommonModule} from '@angular/common';\n\nimport {NgComponentOutletEx} from '../directives/ngComponentOutletEx/ngComponentOutletEx.directive';\nimport {IsNaNPipe} from '../pipes/isNaN/isNaN.pipe';\nimport {IsPresentPipe} from '../pipes/isPresent/isPresent.pipe';\nimport {UrlEncodePipe} from '../pipes/urlEncode/urlEncode.pipe';\nimport {LocalizePipe} from '../pipes/localize/localize.pipe';\n\n/**\n * Module for common components, pipes and directives\n */\n@NgModule(\n{\n imports: \n [\n AngularCommonModule\n ],\n declarations:\n [\n NgComponentOutletEx,\n IsNaNPipe,\n IsPresentPipe,\n LocalizePipe,\n UrlEncodePipe\n ],\n exports: \n [\n NgComponentOutletEx,\n IsNaNPipe,\n IsPresentPipe,\n UrlEncodePipe,\n LocalizePipe\n ]\n})\nexport class CommonModule\n{\n}"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/modules/progressIndicator/misc/types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Contains name of progress indicator group\n */\nexport interface LocalProgressIndicatorName\n{\n /**\n * Name of progress indicator group\n */\n progressGroupName?: string;\n}"]}
@@ -1,60 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * 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
5
- */
6
- export class IgnoredInterceptorsService {
7
- constructor() {
8
- //######################### private fields #########################
9
- /**
10
- * Array of interceptors that will be ignored
11
- */
12
- this._ignoredInterceptors = [];
13
- }
14
- //######################### public methods #########################
15
- /**
16
- * Clears all ignored interceptors from service
17
- */
18
- clear() {
19
- this._ignoredInterceptors = [];
20
- }
21
- /**
22
- * Adds interceptor type that should be ignored for specified url
23
- * @param interceptorType - Type of interceptor should be ignored
24
- * @param additionalInfo - Object containing additional info - request id
25
- */
26
- addInterceptor(interceptorType, additionalInfo) {
27
- if (!(additionalInfo === null || additionalInfo === void 0 ? void 0 : additionalInfo.requestId)) {
28
- return;
29
- }
30
- if (!this._ignoredInterceptors.find(itm => itm.type == interceptorType && itm.requestId == additionalInfo.requestId)) {
31
- this._ignoredInterceptors.push({
32
- type: interceptorType,
33
- requestId: additionalInfo.requestId
34
- });
35
- }
36
- }
37
- /**
38
- * Checks specified interceptor whether is ingored
39
- * @param interceptorType - Type of interceptor that is checked whether is ignored
40
- * @param url - Object containing request id
41
- */
42
- isIgnored(interceptorType, requestId) {
43
- if (!(requestId === null || requestId === void 0 ? void 0 : requestId.requestId)) {
44
- return false;
45
- }
46
- const item = this._ignoredInterceptors.find(itm => itm.requestId == requestId.requestId && itm.type == interceptorType);
47
- if (item) {
48
- this._ignoredInterceptors.splice(this._ignoredInterceptors.indexOf(item), 1);
49
- return true;
50
- }
51
- return false;
52
- }
53
- }
54
- IgnoredInterceptorsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: IgnoredInterceptorsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
55
- IgnoredInterceptorsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: IgnoredInterceptorsService, providedIn: 'root' });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: IgnoredInterceptorsService, decorators: [{
57
- type: Injectable,
58
- args: [{ providedIn: 'root' }]
59
- }] });
60
- //# sourceMappingURL=ignoredInterceptors.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ignoredInterceptors.service.js","sourceRoot":"","sources":["../../../../src/services/ignoredInterceptors/ignoredInterceptors.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAO,MAAM,eAAe,CAAC;;AAa/C;;GAEG;AAEH,MAAM,OAAO,0BAA0B;IADvC;QAGI,oEAAoE;QAEpE;;WAEG;QACK,yBAAoB,GAA2C,EAAE,CAAC;KAyD7E;IAvDG,oEAAoE;IAEpE;;OAEG;IACI,KAAK;QAER,IAAI,CAAC,oBAAoB,GAAG,EAAE,CAAC;IACnC,CAAC;IAED;;;;OAIG;IACI,cAAc,CAAQ,eAA4B,EAAE,cAAoC;QAE3F,IAAG,CAAC,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,SAAS,CAAA,EAC7B;YACI,OAAO;SACV;QAED,IAAG,CAAC,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,IAAI,eAAe,IAAI,GAAG,CAAC,SAAS,IAAI,cAAc,CAAC,SAAS,CAAC,EACnH;YACI,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAC9B;gBACI,IAAI,EAAE,eAAe;gBACrB,SAAS,EAAE,cAAc,CAAC,SAAS;aACtC,CAAC,CAAC;SACN;IACL,CAAC;IAED;;;;OAIG;IACI,SAAS,CAAQ,eAA4B,EAAE,SAA+B;QAEjF,IAAG,CAAC,CAAA,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,SAAS,CAAA,EACxB;YACI,OAAO,KAAK,CAAC;SAChB;QAED,MAAM,IAAI,GAAG,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,SAAS,IAAI,SAAS,CAAC,SAAS,IAAI,GAAG,CAAC,IAAI,IAAI,eAAe,CAAC,CAAC;QAExH,IAAG,IAAI,EACP;YACI,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;YAE7E,OAAO,IAAI,CAAC;SACf;QAED,OAAO,KAAK,CAAC;IACjB,CAAC;;uHA/DQ,0BAA0B;2HAA1B,0BAA0B,cADd,MAAM;2FAClB,0BAA0B;kBADtC,UAAU;mBAAC,EAAC,UAAU,EAAE,MAAM,EAAC","sourcesContent":["import {Injectable, Type} from '@angular/core';\n\n/**\n * Contains id of request, used for IgnoredInterceptorsService\n */\nexport interface IgnoredInterceptorId\n{\n /**\n * Identification of request\n */\n requestId?: string;\n}\n\n/**\n * 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\n */\n@Injectable({providedIn: 'root'})\nexport class IgnoredInterceptorsService\n{\n //######################### private fields #########################\n\n /**\n * Array of interceptors that will be ignored\n */\n private _ignoredInterceptors: {type: Type<any>, requestId: string}[] = [];\n\n //######################### public methods #########################\n\n /**\n * Clears all ignored interceptors from service\n */\n public clear(): void\n {\n this._ignoredInterceptors = [];\n }\n\n /**\n * Adds interceptor type that should be ignored for specified url\n * @param interceptorType - Type of interceptor should be ignored\n * @param additionalInfo - Object containing additional info - request id\n */\n public addInterceptor<TType>(interceptorType: Type<TType>, additionalInfo: IgnoredInterceptorId): void\n {\n if(!additionalInfo?.requestId)\n {\n return;\n }\n\n if(!this._ignoredInterceptors.find(itm => itm.type == interceptorType && itm.requestId == additionalInfo.requestId))\n {\n this._ignoredInterceptors.push(\n {\n type: interceptorType,\n requestId: additionalInfo.requestId\n });\n }\n }\n\n /**\n * Checks specified interceptor whether is ingored\n * @param interceptorType - Type of interceptor that is checked whether is ignored\n * @param url - Object containing request id\n */\n public isIgnored<TType>(interceptorType: Type<TType>, requestId: IgnoredInterceptorId): boolean\n {\n if(!requestId?.requestId)\n {\n return false;\n }\n\n const item = this._ignoredInterceptors.find(itm => itm.requestId == requestId.requestId && itm.type == interceptorType);\n\n if(item)\n {\n this._ignoredInterceptors.splice(this._ignoredInterceptors.indexOf(item), 1);\n\n return true;\n }\n\n return false;\n }\n}"]}
@@ -1,2 +0,0 @@
1
- export * from './positioning.interface';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/services/positioning/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './positioning.interface';"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=positioning.interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"positioning.interface.js","sourceRoot":"","sources":["../../../../src/services/positioning/positioning.interface.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Allows relative positioning of elements\n */\nexport interface Positioning\n{\n}"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=additionalInfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"additionalInfo.js","sourceRoot":"","sources":["../../../src/types/additionalInfo.ts"],"names":[],"mappings":"","sourcesContent":["import {Dictionary} from '@jscrpt/common';\n\n/**\n * Object containing additional info/data\n */\nexport interface AdditionalInfo<TAdditional = any, TItem = any>\n{\n /**\n * Additional info object\n */\n additionalInfo?: Dictionary<TItem> & TAdditional;\n}\n"]}