@skyux/indicators 10.34.0 → 11.0.0-alpha.1
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 +778 -846
- package/esm2022/lib/modules/alert/alert.component.mjs +3 -3
- package/esm2022/lib/modules/alert/alert.module.mjs +4 -4
- package/esm2022/lib/modules/chevron/chevron.component.mjs +3 -3
- package/esm2022/lib/modules/chevron/chevron.module.mjs +4 -4
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
- package/esm2022/lib/modules/help-inline/help-inline-aria-expanded.pipe.mjs +3 -3
- package/esm2022/lib/modules/help-inline/help-inline.component.mjs +6 -14
- package/esm2022/lib/modules/help-inline/help-inline.module.mjs +4 -4
- package/esm2022/lib/modules/illustration/illustration-resolver.service.mjs +3 -3
- package/esm2022/lib/modules/illustration/illustration.component.mjs +3 -3
- package/esm2022/lib/modules/illustration/illustration.module.mjs +4 -4
- package/esm2022/lib/modules/key-info/key-info-label.component.mjs +3 -3
- package/esm2022/lib/modules/key-info/key-info-value.component.mjs +3 -3
- package/esm2022/lib/modules/key-info/key-info.component.mjs +3 -3
- package/esm2022/lib/modules/key-info/key-info.module.mjs +4 -4
- package/esm2022/lib/modules/label/label.component.mjs +3 -3
- package/esm2022/lib/modules/label/label.module.mjs +4 -4
- package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
- package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +3 -3
- package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
- package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +3 -3
- package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
- package/esm2022/lib/modules/tokens/token.component.mjs +3 -3
- package/esm2022/lib/modules/tokens/tokens.component.mjs +3 -3
- package/esm2022/lib/modules/tokens/tokens.module.mjs +4 -4
- package/esm2022/lib/modules/wait/wait-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/wait/wait-page.component.mjs +3 -3
- package/esm2022/lib/modules/wait/wait.component.mjs +3 -3
- package/esm2022/lib/modules/wait/wait.module.mjs +4 -4
- package/esm2022/lib/modules/wait/wait.service.mjs +3 -3
- package/fesm2022/skyux-indicators.mjs +106 -113
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/lib/modules/help-inline/help-inline.component.d.ts +0 -4
- package/package.json +13 -13
|
@@ -1,8 +1,5 @@
|
|
|
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
|
-
*/
|
|
6
3
|
export declare class SkyHelpInlineComponent {
|
|
7
4
|
/**
|
|
8
5
|
* The ID of the element that the help inline button controls.
|
|
@@ -28,7 +25,6 @@ export declare class SkyHelpInlineComponent {
|
|
|
28
25
|
* Fires when the user clicks the help inline button.
|
|
29
26
|
*/
|
|
30
27
|
actionClick: EventEmitter<void>;
|
|
31
|
-
constructor();
|
|
32
28
|
onClick(): void;
|
|
33
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineComponent, never>;
|
|
34
30
|
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>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0-alpha.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@angular/animations": "^
|
|
40
|
-
"@angular/cdk": "^
|
|
41
|
-
"@angular/common": "^
|
|
42
|
-
"@angular/core": "^
|
|
43
|
-
"@angular/platform-browser": "^
|
|
44
|
-
"@skyux-sdk/testing": "
|
|
45
|
-
"@skyux/core": "
|
|
46
|
-
"@skyux/help-inline": "
|
|
47
|
-
"@skyux/i18n": "
|
|
48
|
-
"@skyux/theme": "
|
|
39
|
+
"@angular/animations": "^18.0.5",
|
|
40
|
+
"@angular/cdk": "^18.0.5",
|
|
41
|
+
"@angular/common": "^18.0.5",
|
|
42
|
+
"@angular/core": "^18.0.5",
|
|
43
|
+
"@angular/platform-browser": "^18.0.5",
|
|
44
|
+
"@skyux-sdk/testing": "11.0.0-alpha.1",
|
|
45
|
+
"@skyux/core": "11.0.0-alpha.1",
|
|
46
|
+
"@skyux/help-inline": "11.0.0-alpha.1",
|
|
47
|
+
"@skyux/i18n": "11.0.0-alpha.1",
|
|
48
|
+
"@skyux/theme": "11.0.0-alpha.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@skyux/icon": "
|
|
52
|
-
"tslib": "^2.6.
|
|
51
|
+
"@skyux/icon": "11.0.0-alpha.1",
|
|
52
|
+
"tslib": "^2.6.3"
|
|
53
53
|
},
|
|
54
54
|
"module": "fesm2022/skyux-indicators.mjs",
|
|
55
55
|
"typings": "index.d.ts",
|