@skyux/indicators 11.0.0-alpha.1 → 11.0.0-alpha.3
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 +576 -649
- package/esm2022/lib/modules/alert/alert.component.mjs +2 -2
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
- package/esm2022/lib/modules/help-inline/help-inline.component.mjs +11 -3
- package/esm2022/lib/modules/illustration/illustration.component.mjs +5 -3
- package/esm2022/lib/modules/key-info/key-info.component.mjs +3 -3
- package/fesm2022/skyux-indicators.mjs +16 -9
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/lib/modules/help-inline/help-inline.component.d.ts +4 -0
- package/lib/modules/illustration/illustration.component.d.ts +2 -1
- package/package.json +7 -7
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use the help inline button component in the `@skyux/help-inline` library instead.
|
|
5
|
+
*/
|
|
3
6
|
export declare class SkyHelpInlineComponent {
|
|
4
7
|
/**
|
|
5
8
|
* The ID of the element that the help inline button controls.
|
|
@@ -25,6 +28,7 @@ export declare class SkyHelpInlineComponent {
|
|
|
25
28
|
* Fires when the user clicks the help inline button.
|
|
26
29
|
*/
|
|
27
30
|
actionClick: EventEmitter<void>;
|
|
31
|
+
constructor();
|
|
28
32
|
onClick(): void;
|
|
29
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineComponent, never>;
|
|
30
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, { "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "actionClick": "actionClick"; }, never, never, false, never>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SkyIllustrationSize } from './illustration-size';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@skyux/theme";
|
|
3
4
|
/**
|
|
4
5
|
* Displays a spot illustration at the specified size.
|
|
5
6
|
*/
|
|
@@ -18,5 +19,5 @@ export declare class SkyIllustrationComponent {
|
|
|
18
19
|
protected readonly url: import("@angular/core").Signal<string | undefined>;
|
|
19
20
|
protected readonly pixelSize: import("@angular/core").Signal<number>;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIllustrationComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIllustrationComponent, "sky-illustration", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": true; "isSignal": true; }; }, {}, never, never, true,
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIllustrationComponent, "sky-illustration", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
22
23
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.3",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"@angular/common": "^18.0.5",
|
|
42
42
|
"@angular/core": "^18.0.5",
|
|
43
43
|
"@angular/platform-browser": "^18.0.5",
|
|
44
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
|
45
|
-
"@skyux/core": "11.0.0-alpha.
|
|
46
|
-
"@skyux/help-inline": "11.0.0-alpha.
|
|
47
|
-
"@skyux/i18n": "11.0.0-alpha.
|
|
48
|
-
"@skyux/theme": "11.0.0-alpha.
|
|
44
|
+
"@skyux-sdk/testing": "11.0.0-alpha.3",
|
|
45
|
+
"@skyux/core": "11.0.0-alpha.3",
|
|
46
|
+
"@skyux/help-inline": "11.0.0-alpha.3",
|
|
47
|
+
"@skyux/i18n": "11.0.0-alpha.3",
|
|
48
|
+
"@skyux/theme": "11.0.0-alpha.3"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@skyux/icon": "11.0.0-alpha.
|
|
51
|
+
"@skyux/icon": "11.0.0-alpha.3",
|
|
52
52
|
"tslib": "^2.6.3"
|
|
53
53
|
},
|
|
54
54
|
"module": "fesm2022/skyux-indicators.mjs",
|