@skyux/core 10.14.0 → 10.16.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.
@@ -3,12 +3,12 @@ import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
4
4
|
* Provides methods for opening a globally accessible help dialog.
|
5
5
|
*/
|
6
|
-
export declare class SkyHelpService {
|
6
|
+
export declare abstract class SkyHelpService {
|
7
7
|
/**
|
8
8
|
* Opens a globally accessible help dialog.
|
9
9
|
* @param args The options for opening the help dialog.
|
10
10
|
*/
|
11
|
-
openHelp(args: SkyHelpOpenArgs): void;
|
11
|
+
abstract openHelp(args: SkyHelpOpenArgs): void;
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpService, never>;
|
13
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<SkyHelpService>;
|
14
14
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/core",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.16.0",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"@angular/forms": "^17.3.4",
|
43
43
|
"@angular/platform-browser": "^17.3.4",
|
44
44
|
"@angular/router": "^17.3.4",
|
45
|
-
"@skyux/i18n": "10.
|
45
|
+
"@skyux/i18n": "10.16.0"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"tslib": "^2.6.2"
|