@skyux/indicators 11.0.0-alpha.0 → 11.0.0-alpha.10
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 +2336 -2319
- package/esm2022/index.mjs +9 -5
- package/esm2022/lib/modules/alert/alert.component.mjs +4 -4
- package/esm2022/lib/modules/alert/alert.module.mjs +4 -4
- package/esm2022/lib/modules/chevron/chevron.component.mjs +8 -7
- package/esm2022/lib/modules/chevron/chevron.module.mjs +4 -4
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +5 -5
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
- package/esm2022/lib/modules/illustration/illustration-resolver.service.mjs +3 -3
- package/esm2022/lib/modules/illustration/illustration.component.mjs +8 -5
- 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 +5 -5
- 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 +112 -176
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/index.d.ts +8 -4
- package/lib/modules/chevron/chevron.component.d.ts +2 -1
- package/lib/modules/illustration/illustration.component.d.ts +2 -1
- package/lib/modules/key-info/key-info.component.d.ts +0 -3
- package/package.json +12 -12
- package/esm2022/lib/modules/help-inline/help-inline-aria-expanded.pipe.mjs +0 -16
- package/esm2022/lib/modules/help-inline/help-inline.component.mjs +0 -32
- package/esm2022/lib/modules/help-inline/help-inline.module.mjs +0 -33
- package/lib/modules/help-inline/help-inline-aria-expanded.pipe.d.ts +0 -7
- package/lib/modules/help-inline/help-inline.component.d.ts +0 -31
- package/lib/modules/help-inline/help-inline.module.d.ts +0 -12
package/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export { SkyAlertModule } from './lib/modules/alert/alert.module';
|
|
2
2
|
export { SkyChevronModule } from './lib/modules/chevron/chevron.module';
|
|
3
3
|
export { SkyExpansionIndicatorModule } from './lib/modules/expansion-indicator/expansion-indicator.module';
|
|
4
|
-
export { SkyHelpInlineModule } from './lib/modules/help-inline/help-inline.module';
|
|
5
4
|
export { SkyIllustrationResolverService } from './lib/modules/illustration/illustration-resolver.service';
|
|
6
5
|
export { SkyIllustrationSize } from './lib/modules/illustration/illustration-size';
|
|
7
6
|
export { SkyIllustrationModule } from './lib/modules/illustration/illustration.module';
|
|
@@ -20,12 +19,9 @@ export { SkyTokensMessage } from './lib/modules/tokens/types/tokens-message';
|
|
|
20
19
|
export { SkyTokensMessageType } from './lib/modules/tokens/types/tokens-message-type';
|
|
21
20
|
export { SkyWaitModule } from './lib/modules/wait/wait.module';
|
|
22
21
|
export { SkyWaitService } from './lib/modules/wait/wait.service';
|
|
23
|
-
export { SkyIconStackItem, SkyIconModule, SkyIconType, SkyIconVariantType, } from '@skyux/icon';
|
|
24
22
|
export { SkyAlertComponent as λ1 } from './lib/modules/alert/alert.component';
|
|
25
23
|
export { SkyChevronComponent as λ2 } from './lib/modules/chevron/chevron.component';
|
|
26
24
|
export { SkyExpansionIndicatorComponent as λ15 } from './lib/modules/expansion-indicator/expansion-indicator.component';
|
|
27
|
-
export { SkyHelpInlineComponent as λ3 } from './lib/modules/help-inline/help-inline.component';
|
|
28
|
-
export { λ1 as λ4, λ2 as λ5 } from '@skyux/icon';
|
|
29
25
|
export { SkyKeyInfoLabelComponent as λ6 } from './lib/modules/key-info/key-info-label.component';
|
|
30
26
|
export { SkyKeyInfoValueComponent as λ7 } from './lib/modules/key-info/key-info-value.component';
|
|
31
27
|
export { SkyKeyInfoComponent as λ8 } from './lib/modules/key-info/key-info.component';
|
|
@@ -37,3 +33,11 @@ export { SkyTokensComponent as λ13 } from './lib/modules/tokens/tokens.componen
|
|
|
37
33
|
export { SkyWaitComponent as λ14 } from './lib/modules/wait/wait.component';
|
|
38
34
|
export { SkyTextHighlightDirective } from './lib/modules/text-highlight/text-highlight.directive';
|
|
39
35
|
export { SkyIllustrationComponent as λ16 } from './lib/modules/illustration/illustration.component';
|
|
36
|
+
/**
|
|
37
|
+
* @deprecated Use `@skyux/help-inline` instead.
|
|
38
|
+
*/
|
|
39
|
+
export { SkyHelpInlineModule, λ1 as λ3 } from '@skyux/help-inline';
|
|
40
|
+
/**
|
|
41
|
+
* @deprecated Use `@skyux/icon` instead.
|
|
42
|
+
*/
|
|
43
|
+
export { SkyIconStackItem, SkyIconModule, SkyIconType, SkyIconVariantType, λ1 as λ4, λ2 as λ5, } from '@skyux/icon';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@skyux/theme";
|
|
3
4
|
/**
|
|
4
5
|
* Creates an accessible button that wraps the chevron icon.
|
|
5
6
|
* @internal
|
|
@@ -35,5 +36,5 @@ export declare class SkyChevronComponent {
|
|
|
35
36
|
chevronClick(event: Event): void;
|
|
36
37
|
chevronKeyDown(event: KeyboardEvent): void;
|
|
37
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "directionChange": "directionChange"; }, never, never, false,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "directionChange": "directionChange"; }, never, never, false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
39
40
|
}
|
|
@@ -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
|
}
|
|
@@ -5,20 +5,17 @@ export declare class SkyKeyInfoComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
|
|
7
7
|
* placed beside the key info. Clicking the button invokes global help as configured by the application.
|
|
8
|
-
* @preview
|
|
9
8
|
*/
|
|
10
9
|
helpKey: string | undefined;
|
|
11
10
|
/**
|
|
12
11
|
* The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
13
12
|
* button is added to the key info. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
|
|
14
13
|
* when clicked using the specified content and optional title.
|
|
15
|
-
* @preview
|
|
16
14
|
*/
|
|
17
15
|
helpPopoverContent: string | TemplateRef<unknown> | undefined;
|
|
18
16
|
/**
|
|
19
17
|
* The title of the help popover. This property only applies when `helpPopoverContent` is
|
|
20
18
|
* also specified.
|
|
21
|
-
* @preview
|
|
22
19
|
*/
|
|
23
20
|
helpPopoverTitle: string | undefined;
|
|
24
21
|
/**
|
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.10",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@angular/animations": "^18.
|
|
40
|
-
"@angular/cdk": "^18.
|
|
41
|
-
"@angular/common": "^18.
|
|
42
|
-
"@angular/core": "^18.
|
|
43
|
-
"@angular/platform-browser": "^18.
|
|
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/
|
|
39
|
+
"@angular/animations": "^18.1.2",
|
|
40
|
+
"@angular/cdk": "^18.1.2",
|
|
41
|
+
"@angular/common": "^18.1.2",
|
|
42
|
+
"@angular/core": "^18.1.2",
|
|
43
|
+
"@angular/platform-browser": "^18.1.2",
|
|
44
|
+
"@skyux-sdk/testing": "11.0.0-alpha.10",
|
|
45
|
+
"@skyux/core": "11.0.0-alpha.10",
|
|
46
|
+
"@skyux/help-inline": "11.0.0-alpha.10",
|
|
47
|
+
"@skyux/i18n": "11.0.0-alpha.10",
|
|
48
|
+
"@skyux/icon": "11.0.0-alpha.10",
|
|
49
|
+
"@skyux/theme": "11.0.0-alpha.10"
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"@skyux/icon": "11.0.0-alpha.0",
|
|
52
52
|
"tslib": "^2.6.3"
|
|
53
53
|
},
|
|
54
54
|
"module": "fesm2022/skyux-indicators.mjs",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class SkyHelpInlineAriaExpandedPipe {
|
|
4
|
-
transform(ariaExpanded, ariaControls) {
|
|
5
|
-
return ariaControls ? !!ariaExpanded : null;
|
|
6
|
-
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineAriaExpandedPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineAriaExpandedPipe, name: "skyHelpInlineAriaExpanded" }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineAriaExpandedPipe, decorators: [{
|
|
11
|
-
type: Pipe,
|
|
12
|
-
args: [{
|
|
13
|
-
name: 'skyHelpInlineAriaExpanded',
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUtYXJpYS1leHBhbmRlZC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2luZGljYXRvcnMvc3JjL2xpYi9tb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLWFyaWEtZXhwYW5kZWQucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFLcEQsTUFBTSxPQUFPLDZCQUE2QjtJQUNqQyxTQUFTLENBQ2QsWUFBaUMsRUFDakMsWUFBZ0M7UUFFaEMsT0FBTyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztJQUM5QyxDQUFDOzhHQU5VLDZCQUE2Qjs0R0FBN0IsNkJBQTZCOzsyRkFBN0IsNkJBQTZCO2tCQUh6QyxJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSwyQkFBMkI7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdza3lIZWxwSW5saW5lQXJpYUV4cGFuZGVkJyxcbn0pXG5leHBvcnQgY2xhc3MgU2t5SGVscElubGluZUFyaWFFeHBhbmRlZFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgcHVibGljIHRyYW5zZm9ybShcbiAgICBhcmlhRXhwYW5kZWQ6IGJvb2xlYW4gfCB1bmRlZmluZWQsXG4gICAgYXJpYUNvbnRyb2xzOiBzdHJpbmcgfCB1bmRlZmluZWQsXG4gICk6IGJvb2xlYW4gfCBudWxsIHtcbiAgICByZXR1cm4gYXJpYUNvbnRyb2xzID8gISFhcmlhRXhwYW5kZWQgOiBudWxsO1xuICB9XG59XG4iXX0=
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@skyux/icon";
|
|
4
|
-
import * as i2 from "@skyux/theme";
|
|
5
|
-
import * as i3 from "@skyux/i18n";
|
|
6
|
-
import * as i4 from "./help-inline-aria-expanded.pipe";
|
|
7
|
-
export class SkyHelpInlineComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
/**
|
|
10
|
-
* Fires when the user clicks the help inline button.
|
|
11
|
-
*/
|
|
12
|
-
this.actionClick = new EventEmitter();
|
|
13
|
-
}
|
|
14
|
-
onClick() {
|
|
15
|
-
this.actionClick.emit();
|
|
16
|
-
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.5", type: SkyHelpInlineComponent, selector: "sky-help-inline", inputs: { ariaControls: "ariaControls", ariaExpanded: "ariaExpanded", ariaLabel: "ariaLabel" }, outputs: { actionClick: "actionClick" }, ngImport: i0, template: "<button\n class=\"sky-help-inline\"\n type=\"button\"\n [attr.aria-label]=\"\n ariaLabel || 'skyux_help_inline_button_title' | skyLibResources\n \"\n [attr.aria-controls]=\"ariaControls\"\n [attr.aria-expanded]=\"ariaExpanded | skyHelpInlineAriaExpanded: ariaControls\"\n (click)=\"onClick()\"\n>\n <sky-icon *skyThemeIf=\"'default'\" icon=\"info-circle\" />\n <sky-icon-stack\n *skyThemeIf=\"'modern'\"\n size=\"xs\"\n [baseIcon]=\"{\n icon: 'circle-solid',\n iconType: 'skyux'\n }\"\n [topIcon]=\"{\n icon: 'help-i',\n iconType: 'skyux'\n }\"\n >\n </sky-icon-stack>\n</button>\n", styles: [".sky-help-inline{color:#0974a1;font-size:15px;background-color:transparent;border:none;display:inline-block}.sky-help-inline:hover{color:#065171;transition:color .15s;cursor:pointer}:host-context(.sky-theme-modern) .sky-help-inline{border-radius:3px;border:none;box-shadow:inset 0 0 0 1px transparent;background-color:transparent;color:#1870b8;padding:1px 6px}:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}:host-context(.sky-theme-modern) .sky-help-inline:hover{border:none;box-shadow:inset 0 0 0 1px #1870b8;text-decoration:none}:host-context(.sky-theme-modern) .sky-help-inline:hover,:host-context(.sky-theme-modern) .sky-help-inline:active,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-active{color:#1870b8}:host-context(.sky-theme-modern) .sky-help-inline:active,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-active{border:none;box-shadow:inset 0 0 0 2px #1870b8;background-image:none}:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled:hover,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled:focus-visible,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled.sky-btn-focus,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled:active,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled.sky-btn-active,:host-context(.sky-theme-modern) .sky-help-inline[disabled],:host-context(.sky-theme-modern) .sky-help-inline[disabled]:hover,:host-context(.sky-theme-modern) .sky-help-inline[disabled]:focus-visible,:host-context(.sky-theme-modern) .sky-help-inline[disabled].sky-btn-focus,:host-context(.sky-theme-modern) .sky-help-inline[disabled]:active,:host-context(.sky-theme-modern) .sky-help-inline[disabled].sky-btn-active{border:none;box-shadow:inset 0 0 0 1px #d2d2d2;background-color:#ededee;color:#686c73;opacity:1}:host-context(.sky-theme-modern) .sky-help-inline:focus-visible{outline:none}:host-context(.sky-theme-modern) .sky-help-inline:focus-visible:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 8px #0000004d}.sky-theme-modern .sky-help-inline{border-radius:3px;border:none;box-shadow:inset 0 0 0 1px transparent;background-color:transparent;color:#1870b8;padding:1px 6px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}.sky-theme-modern .sky-help-inline:hover{border:none;box-shadow:inset 0 0 0 1px #1870b8;text-decoration:none}.sky-theme-modern .sky-help-inline:hover,.sky-theme-modern .sky-help-inline:active,.sky-theme-modern .sky-help-inline.sky-btn-active{color:#1870b8}.sky-theme-modern .sky-help-inline:active,.sky-theme-modern .sky-help-inline.sky-btn-active{border:none;box-shadow:inset 0 0 0 2px #1870b8;background-image:none}.sky-theme-modern .sky-help-inline.sky-btn-disabled,.sky-theme-modern .sky-help-inline.sky-btn-disabled:hover,.sky-theme-modern .sky-help-inline.sky-btn-disabled:focus-visible,.sky-theme-modern .sky-help-inline.sky-btn-disabled.sky-btn-focus,.sky-theme-modern .sky-help-inline.sky-btn-disabled:active,.sky-theme-modern .sky-help-inline.sky-btn-disabled.sky-btn-active,.sky-theme-modern .sky-help-inline[disabled],.sky-theme-modern .sky-help-inline[disabled]:hover,.sky-theme-modern .sky-help-inline[disabled]:focus-visible,.sky-theme-modern .sky-help-inline[disabled].sky-btn-focus,.sky-theme-modern .sky-help-inline[disabled]:active,.sky-theme-modern .sky-help-inline[disabled].sky-btn-active{border:none;box-shadow:inset 0 0 0 1px #d2d2d2;background-color:#ededee;color:#686c73;opacity:1}.sky-theme-modern .sky-help-inline:focus-visible{outline:none}.sky-theme-modern .sky-help-inline:focus-visible:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 8px #0000004d}\n"], dependencies: [{ kind: "component", type: i1.λ1, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }, { kind: "component", type: i1.λ2, selector: "sky-icon-stack", inputs: ["size", "baseIcon", "topIcon"] }, { kind: "directive", type: i2.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }, { kind: "pipe", type: i3.SkyLibResourcesPipe, name: "skyLibResources" }, { kind: "pipe", type: i4.SkyHelpInlineAriaExpandedPipe, name: "skyHelpInlineAriaExpanded" }] }); }
|
|
19
|
-
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineComponent, decorators: [{
|
|
21
|
-
type: Component,
|
|
22
|
-
args: [{ selector: 'sky-help-inline', template: "<button\n class=\"sky-help-inline\"\n type=\"button\"\n [attr.aria-label]=\"\n ariaLabel || 'skyux_help_inline_button_title' | skyLibResources\n \"\n [attr.aria-controls]=\"ariaControls\"\n [attr.aria-expanded]=\"ariaExpanded | skyHelpInlineAriaExpanded: ariaControls\"\n (click)=\"onClick()\"\n>\n <sky-icon *skyThemeIf=\"'default'\" icon=\"info-circle\" />\n <sky-icon-stack\n *skyThemeIf=\"'modern'\"\n size=\"xs\"\n [baseIcon]=\"{\n icon: 'circle-solid',\n iconType: 'skyux'\n }\"\n [topIcon]=\"{\n icon: 'help-i',\n iconType: 'skyux'\n }\"\n >\n </sky-icon-stack>\n</button>\n", styles: [".sky-help-inline{color:#0974a1;font-size:15px;background-color:transparent;border:none;display:inline-block}.sky-help-inline:hover{color:#065171;transition:color .15s;cursor:pointer}:host-context(.sky-theme-modern) .sky-help-inline{border-radius:3px;border:none;box-shadow:inset 0 0 0 1px transparent;background-color:transparent;color:#1870b8;padding:1px 6px}:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}:host-context(.sky-theme-modern) .sky-help-inline:hover{border:none;box-shadow:inset 0 0 0 1px #1870b8;text-decoration:none}:host-context(.sky-theme-modern) .sky-help-inline:hover,:host-context(.sky-theme-modern) .sky-help-inline:active,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-active{color:#1870b8}:host-context(.sky-theme-modern) .sky-help-inline:active,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-active{border:none;box-shadow:inset 0 0 0 2px #1870b8;background-image:none}:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled:hover,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled:focus-visible,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled.sky-btn-focus,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled:active,:host-context(.sky-theme-modern) .sky-help-inline.sky-btn-disabled.sky-btn-active,:host-context(.sky-theme-modern) .sky-help-inline[disabled],:host-context(.sky-theme-modern) .sky-help-inline[disabled]:hover,:host-context(.sky-theme-modern) .sky-help-inline[disabled]:focus-visible,:host-context(.sky-theme-modern) .sky-help-inline[disabled].sky-btn-focus,:host-context(.sky-theme-modern) .sky-help-inline[disabled]:active,:host-context(.sky-theme-modern) .sky-help-inline[disabled].sky-btn-active{border:none;box-shadow:inset 0 0 0 1px #d2d2d2;background-color:#ededee;color:#686c73;opacity:1}:host-context(.sky-theme-modern) .sky-help-inline:focus-visible{outline:none}:host-context(.sky-theme-modern) .sky-help-inline:focus-visible:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 8px #0000004d}.sky-theme-modern .sky-help-inline{border-radius:3px;border:none;box-shadow:inset 0 0 0 1px transparent;background-color:transparent;color:#1870b8;padding:1px 6px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}.sky-theme-modern .sky-help-inline:hover{border:none;box-shadow:inset 0 0 0 1px #1870b8;text-decoration:none}.sky-theme-modern .sky-help-inline:hover,.sky-theme-modern .sky-help-inline:active,.sky-theme-modern .sky-help-inline.sky-btn-active{color:#1870b8}.sky-theme-modern .sky-help-inline:active,.sky-theme-modern .sky-help-inline.sky-btn-active{border:none;box-shadow:inset 0 0 0 2px #1870b8;background-image:none}.sky-theme-modern .sky-help-inline.sky-btn-disabled,.sky-theme-modern .sky-help-inline.sky-btn-disabled:hover,.sky-theme-modern .sky-help-inline.sky-btn-disabled:focus-visible,.sky-theme-modern .sky-help-inline.sky-btn-disabled.sky-btn-focus,.sky-theme-modern .sky-help-inline.sky-btn-disabled:active,.sky-theme-modern .sky-help-inline.sky-btn-disabled.sky-btn-active,.sky-theme-modern .sky-help-inline[disabled],.sky-theme-modern .sky-help-inline[disabled]:hover,.sky-theme-modern .sky-help-inline[disabled]:focus-visible,.sky-theme-modern .sky-help-inline[disabled].sky-btn-focus,.sky-theme-modern .sky-help-inline[disabled]:active,.sky-theme-modern .sky-help-inline[disabled].sky-btn-active{border:none;box-shadow:inset 0 0 0 1px #d2d2d2;background-color:#ededee;color:#686c73;opacity:1}.sky-theme-modern .sky-help-inline:focus-visible{outline:none}.sky-theme-modern .sky-help-inline:focus-visible:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 8px #0000004d}\n"] }]
|
|
23
|
-
}], propDecorators: { ariaControls: [{
|
|
24
|
-
type: Input
|
|
25
|
-
}], ariaExpanded: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], ariaLabel: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], actionClick: [{
|
|
30
|
-
type: Output
|
|
31
|
-
}] } });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2luZGljYXRvcnMvc3JjL2xpYi9tb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9pbmRpY2F0b3JzL3NyYy9saWIvbW9kdWxlcy9oZWxwLWlubGluZS9oZWxwLWlubGluZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFPdkUsTUFBTSxPQUFPLHNCQUFzQjtJQUxuQztRQWdDRTs7V0FFRztRQUVJLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztLQUsvQztJQUhRLE9BQU87UUFDWixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzFCLENBQUM7OEdBbkNVLHNCQUFzQjtrR0FBdEIsc0JBQXNCLGdNQ1BuQywybkJBeUJBOzsyRkRsQmEsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGlCQUFpQjs4QkFXcEIsWUFBWTtzQkFEbEIsS0FBSztnQkFTQyxZQUFZO3NCQURsQixLQUFLO2dCQVdDLFNBQVM7c0JBRGYsS0FBSztnQkFPQyxXQUFXO3NCQURqQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LWhlbHAtaW5saW5lJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2hlbHAtaW5saW5lLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGVscC1pbmxpbmUuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgU2t5SGVscElubGluZUNvbXBvbmVudCB7XG4gIC8qKlxuICAgKiBUaGUgSUQgb2YgdGhlIGVsZW1lbnQgdGhhdCB0aGUgaGVscCBpbmxpbmUgYnV0dG9uIGNvbnRyb2xzLlxuICAgKiBUaGlzIHByb3BlcnR5IFtzdXBwb3J0cyBhY2Nlc3NpYmlsaXR5IHJ1bGVzIGZvciBkaXNjbG9zdXJlc10oaHR0cHM6Ly93d3cudzMub3JnL1RSL3dhaS1hcmlhLXByYWN0aWNlcy0xLjEvI2Rpc2Nsb3N1cmUpLlxuICAgKiBGb3IgbW9yZSBpbmZvcm1hdGlvbiBhYm91dCB0aGUgYGFyaWEtY29udHJvbHNgIGF0dHJpYnV0ZSwgc2VlIHRoZSBbV0FJLUFSSUEgZGVmaW5pdGlvbl0oaHR0cHM6Ly93d3cudzMub3JnL1RSL3dhaS1hcmlhLyNhcmlhLWNvbnRyb2xzKS5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBhcmlhQ29udHJvbHM6IHN0cmluZyB8IHVuZGVmaW5lZDtcblxuICAvKipcbiAgICogV2hldGhlciBhbiBlbGVtZW50IGNvbnRyb2xsZWQgYnkgdGhlIGhlbHAgaW5saW5lIGJ1dHRvbiBpcyBleHBhbmRlZC4gV2hlbiBzZXQgdG8gYHRydWVgLCB0aGUgcHJvcGVydHkgd2lsbCBvbmx5IGJlIGFwcGxpZWQgdG8gdGhlIEhUTUwgZWxlbWVudCB3aGVuIHRoZSBgYXJpYUNvbnRyb2xzYCBpbnB1dCBpcyBhbHNvIHNldC5cbiAgICogVGhpcyBwcm9wZXJ0eSBbc3VwcG9ydHMgYWNjZXNzaWJpbGl0eSBydWxlcyBmb3IgZGlzY2xvc3VyZXNdKGh0dHBzOi8vd3d3LnczLm9yZy9UUi93YWktYXJpYS1wcmFjdGljZXMtMS4xLyNkaXNjbG9zdXJlKS5cbiAgICogRm9yIG1vcmUgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGBhcmlhLWV4cGFuZGVkYCBhdHRyaWJ1dGUsIHNlZSB0aGUgW1dBSS1BUklBIGRlZmluaXRpb25dKGh0dHBzOi8vd3d3LnczLm9yZy9UUi93YWktYXJpYS8jYXJpYS1leHBhbmRlZCkuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgYXJpYUV4cGFuZGVkOiBib29sZWFuIHwgdW5kZWZpbmVkO1xuXG4gIC8qKlxuICAgKiBUaGUgQVJJQSBsYWJlbCBmb3IgaGVscCBpbmxpbmUgYnV0dG9uLiBUaGlzIHNldHMgdGhlIGJ1dHRvbidzIGBhcmlhLWxhYmVsYCB0byBwcm92aWRlIGEgdGV4dCBlcXVpdmFsZW50IGZvciBzY3JlZW4gcmVhZGVyc1xuICAgKiBbdG8gc3VwcG9ydCBhY2Nlc3NpYmlsaXR5XShodHRwczovL2RldmVsb3Blci5ibGFja2JhdWQuY29tL3NreXV4L2xlYXJuL2FjY2Vzc2liaWxpdHkpLlxuICAgKiBXaGVuIHlvdSB1c2UgbXVsdGlwbGUgaGVscCBpbmxpbmUgY29tcG9uZW50cyBvbiBhIHBhZ2UsIGdpdmUgZWFjaCBvbmUgYSB1bmlxdWUgQVJJQSBsYWJlbCBzbyB0aGF0IHVzZXJzIGNhbiBkaWZmZXJlbnRpYXRlIHdoaWNoIGhlbHAgZWxlbWVudCBpcyBjdXJyZW50bHkgaW4gZm9jdXMuXG4gICAqIEZvciBtb3JlIGluZm9ybWF0aW9uIGFib3V0IHRoZSBgYXJpYS1sYWJlbGAgYXR0cmlidXRlLCBzZWUgdGhlIFtXQUktQVJJQSBkZWZpbml0aW9uXShodHRwczovL3d3dy53My5vcmcvVFIvd2FpLWFyaWEvI2FyaWEtbGFiZWwpLlxuICAgKiBAZGVmYXVsdCBcIlNob3cgaGVscCBjb250ZW50XCJcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBhcmlhTGFiZWw6IHN0cmluZyB8IHVuZGVmaW5lZDtcblxuICAvKipcbiAgICogRmlyZXMgd2hlbiB0aGUgdXNlciBjbGlja3MgdGhlIGhlbHAgaW5saW5lIGJ1dHRvbi5cbiAgICovXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgYWN0aW9uQ2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgcHVibGljIG9uQ2xpY2soKTogdm9pZCB7XG4gICAgdGhpcy5hY3Rpb25DbGljay5lbWl0KCk7XG4gIH1cbn1cbiIsIjxidXR0b25cbiAgY2xhc3M9XCJza3ktaGVscC1pbmxpbmVcIlxuICB0eXBlPVwiYnV0dG9uXCJcbiAgW2F0dHIuYXJpYS1sYWJlbF09XCJcbiAgICBhcmlhTGFiZWwgfHwgJ3NreXV4X2hlbHBfaW5saW5lX2J1dHRvbl90aXRsZScgfCBza3lMaWJSZXNvdXJjZXNcbiAgXCJcbiAgW2F0dHIuYXJpYS1jb250cm9sc109XCJhcmlhQ29udHJvbHNcIlxuICBbYXR0ci5hcmlhLWV4cGFuZGVkXT1cImFyaWFFeHBhbmRlZCB8IHNreUhlbHBJbmxpbmVBcmlhRXhwYW5kZWQ6IGFyaWFDb250cm9sc1wiXG4gIChjbGljayk9XCJvbkNsaWNrKClcIlxuPlxuICA8c2t5LWljb24gKnNreVRoZW1lSWY9XCInZGVmYXVsdCdcIiBpY29uPVwiaW5mby1jaXJjbGVcIiAvPlxuICA8c2t5LWljb24tc3RhY2tcbiAgICAqc2t5VGhlbWVJZj1cIidtb2Rlcm4nXCJcbiAgICBzaXplPVwieHNcIlxuICAgIFtiYXNlSWNvbl09XCJ7XG4gICAgICBpY29uOiAnY2lyY2xlLXNvbGlkJyxcbiAgICAgIGljb25UeXBlOiAnc2t5dXgnXG4gICAgfVwiXG4gICAgW3RvcEljb25dPVwie1xuICAgICAgaWNvbjogJ2hlbHAtaScsXG4gICAgICBpY29uVHlwZTogJ3NreXV4J1xuICAgIH1cIlxuICA+XG4gIDwvc2t5LWljb24tc3RhY2s+XG48L2J1dHRvbj5cbiJdfQ==
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { SkyIconModule } from '@skyux/icon';
|
|
4
|
-
import { SkyThemeModule } from '@skyux/theme';
|
|
5
|
-
import { SkyIndicatorsResourcesModule } from '../shared/sky-indicators-resources.module';
|
|
6
|
-
import { SkyHelpInlineAriaExpandedPipe } from './help-inline-aria-expanded.pipe';
|
|
7
|
-
import { SkyHelpInlineComponent } from './help-inline.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class SkyHelpInlineModule {
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineModule, declarations: [SkyHelpInlineComponent, SkyHelpInlineAriaExpandedPipe], imports: [CommonModule,
|
|
12
|
-
SkyIconModule,
|
|
13
|
-
SkyIndicatorsResourcesModule,
|
|
14
|
-
SkyThemeModule], exports: [SkyHelpInlineComponent] }); }
|
|
15
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineModule, imports: [CommonModule,
|
|
16
|
-
SkyIconModule,
|
|
17
|
-
SkyIndicatorsResourcesModule,
|
|
18
|
-
SkyThemeModule] }); }
|
|
19
|
-
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SkyHelpInlineModule, decorators: [{
|
|
21
|
-
type: NgModule,
|
|
22
|
-
args: [{
|
|
23
|
-
declarations: [SkyHelpInlineComponent, SkyHelpInlineAriaExpandedPipe],
|
|
24
|
-
imports: [
|
|
25
|
-
CommonModule,
|
|
26
|
-
SkyIconModule,
|
|
27
|
-
SkyIndicatorsResourcesModule,
|
|
28
|
-
SkyThemeModule,
|
|
29
|
-
],
|
|
30
|
-
exports: [SkyHelpInlineComponent],
|
|
31
|
-
}]
|
|
32
|
-
}] });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2luZGljYXRvcnMvc3JjL2xpYi9tb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQzVDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFFOUMsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFFekYsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDakYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBWWpFLE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLGlCQVRmLHNCQUFzQixFQUFFLDZCQUE2QixhQUVsRSxZQUFZO1lBQ1osYUFBYTtZQUNiLDRCQUE0QjtZQUM1QixjQUFjLGFBRU4sc0JBQXNCOytHQUVyQixtQkFBbUIsWUFQNUIsWUFBWTtZQUNaLGFBQWE7WUFDYiw0QkFBNEI7WUFDNUIsY0FBYzs7MkZBSUwsbUJBQW1CO2tCQVYvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHNCQUFzQixFQUFFLDZCQUE2QixDQUFDO29CQUNyRSxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixhQUFhO3dCQUNiLDRCQUE0Qjt3QkFDNUIsY0FBYztxQkFDZjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFNreUljb25Nb2R1bGUgfSBmcm9tICdAc2t5dXgvaWNvbic7XG5pbXBvcnQgeyBTa3lUaGVtZU1vZHVsZSB9IGZyb20gJ0Bza3l1eC90aGVtZSc7XG5cbmltcG9ydCB7IFNreUluZGljYXRvcnNSZXNvdXJjZXNNb2R1bGUgfSBmcm9tICcuLi9zaGFyZWQvc2t5LWluZGljYXRvcnMtcmVzb3VyY2VzLm1vZHVsZSc7XG5cbmltcG9ydCB7IFNreUhlbHBJbmxpbmVBcmlhRXhwYW5kZWRQaXBlIH0gZnJvbSAnLi9oZWxwLWlubGluZS1hcmlhLWV4cGFuZGVkLnBpcGUnO1xuaW1wb3J0IHsgU2t5SGVscElubGluZUNvbXBvbmVudCB9IGZyb20gJy4vaGVscC1pbmxpbmUuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbU2t5SGVscElubGluZUNvbXBvbmVudCwgU2t5SGVscElubGluZUFyaWFFeHBhbmRlZFBpcGVdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFNreUljb25Nb2R1bGUsXG4gICAgU2t5SW5kaWNhdG9yc1Jlc291cmNlc01vZHVsZSxcbiAgICBTa3lUaGVtZU1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1NreUhlbHBJbmxpbmVDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBTa3lIZWxwSW5saW5lTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SkyHelpInlineAriaExpandedPipe implements PipeTransform {
|
|
4
|
-
transform(ariaExpanded: boolean | undefined, ariaControls: string | undefined): boolean | null;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineAriaExpandedPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SkyHelpInlineAriaExpandedPipe, "skyHelpInlineAriaExpanded", false>;
|
|
7
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SkyHelpInlineComponent {
|
|
4
|
-
/**
|
|
5
|
-
* The ID of the element that the help inline button controls.
|
|
6
|
-
* This property [supports accessibility rules for disclosures](https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure).
|
|
7
|
-
* For more information about the `aria-controls` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-controls).
|
|
8
|
-
*/
|
|
9
|
-
ariaControls: string | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* Whether an element controlled by the help inline button is expanded. When set to `true`, the property will only be applied to the HTML element when the `ariaControls` input is also set.
|
|
12
|
-
* This property [supports accessibility rules for disclosures](https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure).
|
|
13
|
-
* For more information about the `aria-expanded` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-expanded).
|
|
14
|
-
*/
|
|
15
|
-
ariaExpanded: boolean | undefined;
|
|
16
|
-
/**
|
|
17
|
-
* The ARIA label for help inline button. This sets the button's `aria-label` to provide a text equivalent for screen readers
|
|
18
|
-
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
19
|
-
* When you use multiple help inline components on a page, give each one a unique ARIA label so that users can differentiate which help element is currently in focus.
|
|
20
|
-
* For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
|
|
21
|
-
* @default "Show help content"
|
|
22
|
-
*/
|
|
23
|
-
ariaLabel: string | undefined;
|
|
24
|
-
/**
|
|
25
|
-
* Fires when the user clicks the help inline button.
|
|
26
|
-
*/
|
|
27
|
-
actionClick: EventEmitter<void>;
|
|
28
|
-
onClick(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineComponent, never>;
|
|
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>;
|
|
31
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./help-inline.component";
|
|
3
|
-
import * as i2 from "./help-inline-aria-expanded.pipe";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@skyux/icon";
|
|
6
|
-
import * as i5 from "../shared/sky-indicators-resources.module";
|
|
7
|
-
import * as i6 from "@skyux/theme";
|
|
8
|
-
export declare class SkyHelpInlineModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyHelpInlineModule, [typeof i1.SkyHelpInlineComponent, typeof i2.SkyHelpInlineAriaExpandedPipe], [typeof i3.CommonModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule, typeof i6.SkyThemeModule], [typeof i1.SkyHelpInlineComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SkyHelpInlineModule>;
|
|
12
|
-
}
|