@anglr/common 8.0.0-beta.20211217112423 → 9.0.0-beta.20220215122203
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.
- package/changelog.md +15 -8
- package/common.d.ts +114 -87
- package/common.internal.d.ts +114 -87
- package/es2015/material/src/components/titledDialog/titledDialog.component.js +2 -3
- package/es2015/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2015/material/src/modules/confirmationDialog.module.js +4 -4
- package/es2015/material/src/modules/confirmationDialog.module.js.map +1 -1
- package/es2015/material/src/modules/titledDialog.module.js +4 -4
- package/es2015/material/src/modules/titledDialog.module.js.map +1 -1
- package/es2015/src/index.js +7 -7
- package/es2015/src/index.js.map +1 -1
- package/es2015/src/modules/commonDynamic.module.js +23 -0
- package/es2015/src/modules/commonDynamic.module.js.map +1 -0
- package/es2015/src/modules/commonLocalize.js +23 -0
- package/es2015/src/modules/commonLocalize.js.map +1 -0
- package/es2015/src/modules/commonUtils.module.js +35 -0
- package/es2015/src/modules/commonUtils.module.js.map +1 -0
- package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js +35 -0
- package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js.map +1 -0
- package/es2015/src/modules/goBack/directives/index.js +2 -0
- package/es2015/src/modules/goBack/directives/index.js.map +1 -0
- package/es2015/src/modules/goBack/index.js +3 -0
- package/es2015/src/modules/goBack/index.js.map +1 -0
- package/es2015/src/modules/goBack/modules/goBack.module.js +23 -0
- package/es2015/src/modules/goBack/modules/goBack.module.js.map +1 -0
- package/es2015/src/modules/goBack/modules/index.js +2 -0
- package/es2015/src/modules/goBack/modules/index.js.map +1 -0
- package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js +11 -14
- package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
- package/es2015/src/modules/progressIndicator/misc/tokens.js +6 -0
- package/es2015/src/modules/progressIndicator/misc/tokens.js.map +1 -0
- package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js +8 -8
- package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
- package/es2015/src/pipes/index.js +1 -0
- package/es2015/src/pipes/index.js.map +1 -1
- package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +43 -0
- package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -0
- package/es2015/src/services/alignment/alignment.interface.js +2 -0
- package/es2015/src/services/alignment/alignment.interface.js.map +1 -0
- package/es2015/src/services/alignment/index.js +2 -0
- package/es2015/src/services/alignment/index.js.map +1 -0
- package/es2015/src/types/tokens.js +7 -2
- package/es2015/src/types/tokens.js.map +1 -1
- package/es2015/src/utils/index.js.map +1 -1
- package/es2020/material/src/components/titledDialog/titledDialog.component.js +2 -3
- package/es2020/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2020/material/src/modules/confirmationDialog.module.js +4 -4
- package/es2020/material/src/modules/confirmationDialog.module.js.map +1 -1
- package/es2020/material/src/modules/titledDialog.module.js +4 -4
- package/es2020/material/src/modules/titledDialog.module.js.map +1 -1
- package/es2020/src/index.js +7 -7
- package/es2020/src/index.js.map +1 -1
- package/es2020/src/modules/commonDynamic.module.js +23 -0
- package/es2020/src/modules/commonDynamic.module.js.map +1 -0
- package/es2020/src/modules/commonLocalize.js +23 -0
- package/es2020/src/modules/commonLocalize.js.map +1 -0
- package/es2020/src/modules/commonUtils.module.js +35 -0
- package/es2020/src/modules/commonUtils.module.js.map +1 -0
- package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js +35 -0
- package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js.map +1 -0
- package/es2020/src/modules/goBack/directives/index.js +2 -0
- package/es2020/src/modules/goBack/directives/index.js.map +1 -0
- package/es2020/src/modules/goBack/index.js +3 -0
- package/es2020/src/modules/goBack/index.js.map +1 -0
- package/es2020/src/modules/goBack/modules/goBack.module.js +23 -0
- package/es2020/src/modules/goBack/modules/goBack.module.js.map +1 -0
- package/es2020/src/modules/goBack/modules/index.js +2 -0
- package/es2020/src/modules/goBack/modules/index.js.map +1 -0
- package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js +11 -13
- package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
- package/es2020/src/modules/progressIndicator/misc/tokens.js +6 -0
- package/es2020/src/modules/progressIndicator/misc/tokens.js.map +1 -0
- package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js +8 -8
- package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
- package/es2020/src/pipes/index.js +1 -0
- package/es2020/src/pipes/index.js.map +1 -1
- package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +43 -0
- package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -0
- package/es2020/src/services/alignment/alignment.interface.js +2 -0
- package/es2020/src/services/alignment/alignment.interface.js.map +1 -0
- package/es2020/src/services/alignment/index.js +2 -0
- package/es2020/src/services/alignment/index.js.map +1 -0
- package/es2020/src/types/tokens.js +7 -2
- package/es2020/src/types/tokens.js.map +1 -1
- package/es2020/src/utils/index.js.map +1 -1
- package/material/common-material.d.ts +2 -2
- package/material/common-material.internal.d.ts +2 -2
- package/material/src/modules/confirmationDialog.module.d.ts +1 -1
- package/material/src/modules/titledDialog.module.d.ts +1 -1
- package/material/temp/common-material.api.md +2 -2
- package/package.json +6 -3
- package/src/index.d.ts +7 -8
- package/src/index.d.ts.map +1 -1
- package/src/modules/commonDynamic.module.d.ts +11 -0
- package/src/modules/commonDynamic.module.d.ts.map +1 -0
- package/src/modules/commonLocalize.d.ts +11 -0
- package/src/modules/commonLocalize.d.ts.map +1 -0
- package/src/modules/commonUtils.module.d.ts +14 -0
- package/src/modules/commonUtils.module.d.ts.map +1 -0
- package/src/modules/goBack/directives/goBack/goBack.directive.d.ts +17 -0
- package/src/modules/goBack/directives/goBack/goBack.directive.d.ts.map +1 -0
- package/src/modules/goBack/directives/index.d.ts +2 -0
- package/src/{services/positioning → modules/goBack/directives}/index.d.ts.map +1 -1
- package/src/modules/goBack/index.d.ts +3 -0
- package/src/modules/goBack/index.d.ts.map +1 -0
- package/src/modules/goBack/modules/goBack.module.d.ts +11 -0
- package/src/modules/goBack/modules/goBack.module.d.ts.map +1 -0
- package/src/modules/goBack/modules/index.d.ts +2 -0
- package/src/modules/goBack/modules/index.d.ts.map +1 -0
- package/src/modules/progressIndicator/interceptors/progressInterceptor.d.ts +3 -7
- package/src/modules/progressIndicator/interceptors/progressInterceptor.d.ts.map +1 -1
- package/src/modules/progressIndicator/misc/tokens.d.ts +6 -0
- package/src/modules/progressIndicator/misc/tokens.d.ts.map +1 -0
- package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts +2 -2
- package/src/pipes/index.d.ts +1 -0
- package/src/pipes/index.d.ts.map +1 -1
- package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts +21 -0
- package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts.map +1 -0
- package/src/services/alignment/alignment.interface.d.ts +6 -0
- package/src/services/alignment/alignment.interface.d.ts.map +1 -0
- package/src/services/alignment/index.d.ts +2 -0
- package/src/services/alignment/index.d.ts.map +1 -0
- package/src/types/tokens.d.ts +9 -4
- package/src/types/tokens.d.ts.map +1 -1
- package/src/utils/index.d.ts +1 -1
- package/src/utils/index.d.ts.map +1 -1
- package/version.bak +1 -1
- package/es2015/src/modules/common.module.js +0 -49
- package/es2015/src/modules/common.module.js.map +0 -1
- package/es2015/src/modules/progressIndicator/misc/types.js +0 -2
- package/es2015/src/modules/progressIndicator/misc/types.js.map +0 -1
- package/es2015/src/services/ignoredInterceptors/ignoredInterceptors.service.js +0 -60
- package/es2015/src/services/ignoredInterceptors/ignoredInterceptors.service.js.map +0 -1
- package/es2015/src/services/positioning/index.js +0 -2
- package/es2015/src/services/positioning/index.js.map +0 -1
- package/es2015/src/services/positioning/positioning.interface.js +0 -2
- package/es2015/src/services/positioning/positioning.interface.js.map +0 -1
- package/es2015/src/types/additionalInfo.js +0 -2
- package/es2015/src/types/additionalInfo.js.map +0 -1
- package/es2020/src/modules/common.module.js +0 -49
- package/es2020/src/modules/common.module.js.map +0 -1
- package/es2020/src/modules/progressIndicator/misc/types.js +0 -2
- package/es2020/src/modules/progressIndicator/misc/types.js.map +0 -1
- package/es2020/src/services/ignoredInterceptors/ignoredInterceptors.service.js +0 -60
- package/es2020/src/services/ignoredInterceptors/ignoredInterceptors.service.js.map +0 -1
- package/es2020/src/services/positioning/index.js +0 -2
- package/es2020/src/services/positioning/index.js.map +0 -1
- package/es2020/src/services/positioning/positioning.interface.js +0 -2
- package/es2020/src/services/positioning/positioning.interface.js.map +0 -1
- package/es2020/src/types/additionalInfo.js +0 -2
- package/es2020/src/types/additionalInfo.js.map +0 -1
- package/src/modules/common.module.d.ts +0 -16
- package/src/modules/common.module.d.ts.map +0 -1
- package/src/modules/progressIndicator/misc/types.d.ts +0 -10
- package/src/modules/progressIndicator/misc/types.d.ts.map +0 -1
- package/src/services/ignoredInterceptors/ignoredInterceptors.service.d.ts +0 -39
- package/src/services/ignoredInterceptors/ignoredInterceptors.service.d.ts.map +0 -1
- package/src/services/positioning/index.d.ts +0 -2
- package/src/services/positioning/positioning.interface.d.ts +0 -6
- package/src/services/positioning/positioning.interface.d.ts.map +0 -1
- package/src/types/additionalInfo.d.ts +0 -11
- 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-
|
|
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
|
-
-
|
|
15
|
-
- added new `
|
|
16
|
-
-
|
|
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,
|
|
155
|
-
-
|
|
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
|
|
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
|
-
*
|
|
31
|
+
* Token used for injecting service that is used for absolute alignment (AKA positioning) of one element to another
|
|
30
32
|
*/
|
|
31
|
-
export declare
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
|
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
|
|
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
|
|
92
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
93
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
94
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
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
|
|
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
|
-
|
|
421
|
+
LocalizePipe
|
|
377
422
|
}
|
|
378
423
|
}
|
|
379
424
|
|
|
380
425
|
declare namespace i1_3 {
|
|
381
426
|
export {
|
|
382
|
-
|
|
427
|
+
IsNaNPipe
|
|
383
428
|
}
|
|
384
429
|
}
|
|
385
430
|
|
|
386
431
|
declare namespace i1_4 {
|
|
387
432
|
export {
|
|
388
|
-
|
|
433
|
+
ProgressIndicatorComponent
|
|
389
434
|
}
|
|
390
435
|
}
|
|
391
436
|
|
|
392
437
|
declare namespace i1_5 {
|
|
393
438
|
export {
|
|
394
|
-
|
|
439
|
+
DebugDataComponent
|
|
395
440
|
}
|
|
396
441
|
}
|
|
397
442
|
|
|
398
|
-
declare namespace
|
|
443
|
+
declare namespace i1_6 {
|
|
399
444
|
export {
|
|
400
|
-
|
|
445
|
+
ClickOutsideDirective
|
|
401
446
|
}
|
|
402
447
|
}
|
|
403
448
|
|
|
404
|
-
declare namespace
|
|
449
|
+
declare namespace i1_7 {
|
|
405
450
|
export {
|
|
406
|
-
|
|
451
|
+
MultiButtonComponent
|
|
407
452
|
}
|
|
408
453
|
}
|
|
409
454
|
|
|
410
|
-
declare namespace
|
|
455
|
+
declare namespace i1_8 {
|
|
411
456
|
export {
|
|
412
|
-
|
|
457
|
+
GoBackDirective
|
|
413
458
|
}
|
|
414
459
|
}
|
|
415
460
|
|
|
416
|
-
declare namespace
|
|
461
|
+
declare namespace i2 {
|
|
417
462
|
export {
|
|
418
|
-
|
|
463
|
+
IsPresentPipe
|
|
419
464
|
}
|
|
420
465
|
}
|
|
421
466
|
|
|
422
|
-
declare namespace
|
|
467
|
+
declare namespace i2_2 {
|
|
423
468
|
export {
|
|
424
|
-
|
|
469
|
+
ProgressOverlayDirective
|
|
425
470
|
}
|
|
426
471
|
}
|
|
427
472
|
|
|
428
|
-
declare namespace
|
|
473
|
+
declare namespace i3 {
|
|
429
474
|
export {
|
|
430
475
|
UrlEncodePipe
|
|
431
476
|
}
|
|
432
477
|
}
|
|
433
478
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
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
|
-
*
|
|
493
|
+
* Http context token storing array of ignored interceptors types
|
|
446
494
|
*/
|
|
447
|
-
export declare
|
|
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
|
|
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
|
|
1043
|
+
* Token used for passing progress indicator group name for local progress indicator
|
|
1010
1044
|
*/
|
|
1011
|
-
export declare const
|
|
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
|
|
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
|
-
|
|
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<
|
|
1212
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressInterceptor,
|
|
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<
|
|
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
|