@skyux/indicators 7.1.4 → 7.2.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/documentation.json +177 -302
- package/esm2020/lib/modules/tokens/token.component.mjs +2 -2
- package/esm2020/lib/modules/wait/wait.service.mjs +15 -32
- package/fesm2015/skyux-indicators.mjs +16 -33
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +16 -33
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/wait/wait.service.d.ts +2 -12
- package/package.json +5 -5
- package/esm2020/lib/modules/wait/types/wait-blocking-wrap-args.mjs +0 -2
- package/esm2020/lib/modules/wait/types/wait-non-blocking-wrap-args.mjs +0 -2
- package/lib/modules/wait/types/wait-blocking-wrap-args.d.ts +0 -4
- package/lib/modules/wait/types/wait-non-blocking-wrap-args.d.ts +0 -4
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { ApplicationRef, ComponentFactoryResolver } from '@angular/core';
|
|
2
|
-
import { SkyAppWindowRef
|
|
2
|
+
import { SkyAppWindowRef } from '@skyux/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { SkyWaitBlockingWrapArgs } from './types/wait-blocking-wrap-args';
|
|
5
|
-
import { SkyWaitNonBlockingWrapArgs } from './types/wait-non-blocking-wrap-args';
|
|
6
4
|
import { SkyWaitPageAdapterService } from './wait-page-adapter.service';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
export declare class SkyWaitService {
|
|
9
7
|
#private;
|
|
10
|
-
constructor(resolver: ComponentFactoryResolver, appRef: ApplicationRef, waitAdapter: SkyWaitPageAdapterService, windowSvc: SkyAppWindowRef
|
|
8
|
+
constructor(resolver: ComponentFactoryResolver, appRef: ApplicationRef, waitAdapter: SkyWaitPageAdapterService, windowSvc: SkyAppWindowRef);
|
|
11
9
|
/**
|
|
12
10
|
* Starts a blocking page wait on the page.
|
|
13
11
|
*/
|
|
@@ -37,19 +35,11 @@ export declare class SkyWaitService {
|
|
|
37
35
|
/**
|
|
38
36
|
* Launches a page wait and automatically stops when the specific asynchronous event completes.
|
|
39
37
|
*/
|
|
40
|
-
blockingWrap<T>(args: SkyWaitBlockingWrapArgs<T>): Observable<T>;
|
|
41
|
-
/**
|
|
42
|
-
* @deprecated Use the version which takes in `SkyWaitBlockingWrapArgs` instead
|
|
43
|
-
*/
|
|
44
38
|
blockingWrap<T>(observable: Observable<T>): Observable<T>;
|
|
45
39
|
/**
|
|
46
40
|
* Launches a non-blocking page wait and automatically stops when the specific
|
|
47
41
|
* asynchronous event completes.
|
|
48
42
|
*/
|
|
49
|
-
nonBlockingWrap<T>(args: SkyWaitNonBlockingWrapArgs<T>): Observable<T>;
|
|
50
|
-
/**
|
|
51
|
-
* @deprecated Use the version which takes in `SkyWaitNonBlockingWrapArgs` instead
|
|
52
|
-
*/
|
|
53
43
|
nonBlockingWrap<T>(observable: Observable<T>): Observable<T>;
|
|
54
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitService, never>;
|
|
55
45
|
static ɵprov: i0.ɵɵInjectableDeclaration<SkyWaitService>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@angular/common": "^14.2.11",
|
|
46
46
|
"@angular/core": "^14.2.11",
|
|
47
47
|
"@angular/platform-browser": "^14.2.11",
|
|
48
|
-
"@skyux-sdk/testing": "7.
|
|
49
|
-
"@skyux/core": "7.
|
|
50
|
-
"@skyux/i18n": "7.
|
|
51
|
-
"@skyux/theme": "7.
|
|
48
|
+
"@skyux-sdk/testing": "7.2.0",
|
|
49
|
+
"@skyux/core": "7.2.0",
|
|
50
|
+
"@skyux/i18n": "7.2.0",
|
|
51
|
+
"@skyux/theme": "7.2.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"tslib": "^2.3.1"
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FpdC1ibG9ja2luZy13cmFwLWFyZ3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvaW5kaWNhdG9ycy9zcmMvbGliL21vZHVsZXMvd2FpdC90eXBlcy93YWl0LWJsb2NraW5nLXdyYXAtYXJncy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFNreVdhaXRCbG9ja2luZ1dyYXBBcmdzPFQ+IHtcbiAgb2JzZXJ2YWJsZTogT2JzZXJ2YWJsZTxUPjtcbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FpdC1ub24tYmxvY2tpbmctd3JhcC1hcmdzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2luZGljYXRvcnMvc3JjL2xpYi9tb2R1bGVzL3dhaXQvdHlwZXMvd2FpdC1ub24tYmxvY2tpbmctd3JhcC1hcmdzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2t5V2FpdE5vbkJsb2NraW5nV3JhcEFyZ3M8VD4ge1xuICBvYnNlcnZhYmxlOiBPYnNlcnZhYmxlPFQ+O1xufVxuIl19
|