@skyux/indicators 10.33.0 → 11.0.0-alpha.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 +798 -798
- package/esm2022/lib/modules/alert/alert.component.mjs +9 -8
- 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 +3 -3
- 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 +111 -111
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/lib/modules/alert/alert.component.d.ts +2 -1
- package/package.json +13 -13
|
@@ -3,6 +3,7 @@ import { SkyIconStackItem } from '@skyux/icon';
|
|
|
3
3
|
import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
|
|
4
4
|
import { SkyIndicatorIconType } from '../shared/indicator-icon-type';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@skyux/theme";
|
|
6
7
|
export declare class SkyAlertComponent implements AfterViewChecked, OnInit, OnDestroy {
|
|
7
8
|
#private;
|
|
8
9
|
/**
|
|
@@ -46,5 +47,5 @@ export declare class SkyAlertComponent implements AfterViewChecked, OnInit, OnDe
|
|
|
46
47
|
ngOnDestroy(): void;
|
|
47
48
|
close(): void;
|
|
48
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyAlertComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": { "alias": "alertType"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; "descriptionType": { "alias": "descriptionType"; "required": false; }; "customDescription": { "alias": "customDescription"; "required": false; }; }, { "closedChange": "closedChange"; }, never, ["*"], false,
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": { "alias": "alertType"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; "descriptionType": { "alias": "descriptionType"; "required": false; }; "customDescription": { "alias": "customDescription"; "required": false; }; }, { "closedChange": "closedChange"; }, never, ["*"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
50
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0-alpha.0",
|
|
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.0",
|
|
45
|
+
"@skyux/core": "11.0.0-alpha.0",
|
|
46
|
+
"@skyux/help-inline": "11.0.0-alpha.0",
|
|
47
|
+
"@skyux/i18n": "11.0.0-alpha.0",
|
|
48
|
+
"@skyux/theme": "11.0.0-alpha.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@skyux/icon": "
|
|
52
|
-
"tslib": "^2.6.
|
|
51
|
+
"@skyux/icon": "11.0.0-alpha.0",
|
|
52
|
+
"tslib": "^2.6.3"
|
|
53
53
|
},
|
|
54
54
|
"module": "fesm2022/skyux-indicators.mjs",
|
|
55
55
|
"typings": "index.d.ts",
|