ng-http-loader 11.0.1 → 13.0.0
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/LICENSE +1 -1
- package/README.md +29 -15
- package/esm2020/lib/components/abstract.loader.directive.mjs +3 -3
- package/esm2020/lib/components/ng-http-loader.component.mjs +12 -12
- package/esm2020/lib/components/sk-chasing-dots/sk-chasing-dots.component.mjs +3 -3
- package/esm2020/lib/components/sk-cube-grid/sk-cube-grid.component.mjs +4 -4
- package/esm2020/lib/components/sk-double-bounce/sk-double-bounce.component.mjs +3 -3
- package/esm2020/lib/components/sk-rotating-plane/sk-rotating-plane.component.mjs +3 -3
- package/esm2020/lib/components/sk-spinner-pulse/sk-spinner-pulse.component.mjs +3 -3
- package/esm2020/lib/components/sk-three-bounce/sk-three-bounce.component.mjs +3 -3
- package/esm2020/lib/components/sk-wandering-cubes/sk-wandering-cubes.component.mjs +3 -3
- package/esm2020/lib/components/sk-wave/sk-wave.component.mjs +3 -3
- package/esm2020/lib/ng-http-loader.module.mjs +5 -7
- package/esm2020/lib/services/pending-requests-interceptor.service.mjs +3 -3
- package/esm2020/lib/services/spinner-visibility.service.mjs +3 -3
- package/fesm2015/ng-http-loader.mjs +44 -44
- package/fesm2015/ng-http-loader.mjs.map +1 -1
- package/fesm2020/ng-http-loader.mjs +44 -44
- package/fesm2020/ng-http-loader.mjs.map +1 -1
- package/{ng-http-loader.d.ts → index.d.ts} +0 -0
- package/lib/components/abstract.loader.directive.d.ts +1 -1
- package/lib/components/ng-http-loader.component.d.ts +1 -1
- package/lib/components/sk-chasing-dots/sk-chasing-dots.component.d.ts +1 -1
- package/lib/components/sk-cube-grid/sk-cube-grid.component.d.ts +1 -1
- package/lib/components/sk-double-bounce/sk-double-bounce.component.d.ts +1 -1
- package/lib/components/sk-rotating-plane/sk-rotating-plane.component.d.ts +1 -1
- package/lib/components/sk-spinner-pulse/sk-spinner-pulse.component.d.ts +1 -1
- package/lib/components/sk-three-bounce/sk-three-bounce.component.d.ts +1 -1
- package/lib/components/sk-wandering-cubes/sk-wandering-cubes.component.d.ts +1 -1
- package/lib/components/sk-wave/sk-wave.component.d.ts +1 -1
- package/package.json +7 -12
|
@@ -41,5 +41,5 @@ export declare class NgHttpLoaderComponent implements OnInit {
|
|
|
41
41
|
private updateExpirationDelay;
|
|
42
42
|
private getVisibilityTimer$;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgHttpLoaderComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgHttpLoaderComponent, "ng-http-loader", never, { "backdrop": "backdrop"; "backgroundColor": "backgroundColor"; "debounceDelay": "debounceDelay"; "entryComponent": "entryComponent"; "extraDuration": "extraDuration"; "filteredHeaders": "filteredHeaders"; "filteredMethods": "filteredMethods"; "filteredUrlPatterns": "filteredUrlPatterns"; "minDuration": "minDuration"; "opacity": "opacity"; "backdropBackgroundColor": "backdropBackgroundColor"; "spinner": "spinner"; }, {}, never, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgHttpLoaderComponent, "ng-http-loader", never, { "backdrop": "backdrop"; "backgroundColor": "backgroundColor"; "debounceDelay": "debounceDelay"; "entryComponent": "entryComponent"; "extraDuration": "extraDuration"; "filteredHeaders": "filteredHeaders"; "filteredMethods": "filteredMethods"; "filteredUrlPatterns": "filteredUrlPatterns"; "minDuration": "minDuration"; "opacity": "opacity"; "backdropBackgroundColor": "backdropBackgroundColor"; "spinner": "spinner"; }, {}, never, never, false, never>;
|
|
45
45
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkChasingDotsComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkChasingDotsComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkChasingDotsComponent, "sk-chasing-dots", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkChasingDotsComponent, "sk-chasing-dots", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkCubeGridComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkCubeGridComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkCubeGridComponent, "sk-cube-grid", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkCubeGridComponent, "sk-cube-grid", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkDoubleBounceComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkDoubleBounceComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkDoubleBounceComponent, "sk-double-bounce", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkDoubleBounceComponent, "sk-double-bounce", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkRotatingPlaneComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkRotatingPlaneComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkRotatingPlaneComponent, "sk-rotating-plane", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkRotatingPlaneComponent, "sk-rotating-plane", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkSpinnerPulseComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkSpinnerPulseComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkSpinnerPulseComponent, "sk-spinner-pulse", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkSpinnerPulseComponent, "sk-spinner-pulse", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkThreeBounceComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkThreeBounceComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkThreeBounceComponent, "sk-three-bounce", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkThreeBounceComponent, "sk-three-bounce", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkWanderingCubesComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkWanderingCubesComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkWanderingCubesComponent, "sk-wandering-cubes", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkWanderingCubesComponent, "sk-wandering-cubes", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { AbstractLoaderDirective } from '../abstract.loader.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SkWaveComponent extends AbstractLoaderDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkWaveComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkWaveComponent, "sk-wave", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkWaveComponent, "sk-wave", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-http-loader",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/mpalourdio/ng-http-loader"
|
|
@@ -12,14 +12,7 @@
|
|
|
12
12
|
"keywords": [
|
|
13
13
|
"angular",
|
|
14
14
|
"ng2",
|
|
15
|
-
"
|
|
16
|
-
"ng5",
|
|
17
|
-
"ng6",
|
|
18
|
-
"ng7",
|
|
19
|
-
"ng8",
|
|
20
|
-
"ng9",
|
|
21
|
-
"ng10",
|
|
22
|
-
"ng11",
|
|
15
|
+
"ng15",
|
|
23
16
|
"loader",
|
|
24
17
|
"progressbar",
|
|
25
18
|
"spinner",
|
|
@@ -34,20 +27,22 @@
|
|
|
34
27
|
"tslib": "^2.3.0"
|
|
35
28
|
},
|
|
36
29
|
"peerDependencies": {
|
|
37
|
-
"
|
|
30
|
+
"@angular/common": "^15.0.0",
|
|
31
|
+
"@angular/core": "^15.0.0",
|
|
32
|
+
"rxjs": "^7.5.0"
|
|
38
33
|
},
|
|
39
34
|
"module": "fesm2015/ng-http-loader.mjs",
|
|
40
35
|
"es2020": "fesm2020/ng-http-loader.mjs",
|
|
41
36
|
"esm2020": "esm2020/ng-http-loader.mjs",
|
|
42
37
|
"fesm2020": "fesm2020/ng-http-loader.mjs",
|
|
43
38
|
"fesm2015": "fesm2015/ng-http-loader.mjs",
|
|
44
|
-
"typings": "
|
|
39
|
+
"typings": "index.d.ts",
|
|
45
40
|
"exports": {
|
|
46
41
|
"./package.json": {
|
|
47
42
|
"default": "./package.json"
|
|
48
43
|
},
|
|
49
44
|
".": {
|
|
50
|
-
"types": "./
|
|
45
|
+
"types": "./index.d.ts",
|
|
51
46
|
"esm2020": "./esm2020/ng-http-loader.mjs",
|
|
52
47
|
"es2020": "./fesm2020/ng-http-loader.mjs",
|
|
53
48
|
"es2015": "./fesm2015/ng-http-loader.mjs",
|