@skyux/indicators 5.0.0-beta.2 → 5.0.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/bundles/skyux-indicators-testing.umd.js +2 -2
- package/bundles/skyux-indicators-testing.umd.js.map +1 -1
- package/bundles/skyux-indicators.umd.js +655 -523
- package/bundles/skyux-indicators.umd.js.map +1 -1
- package/documentation.json +2260 -2187
- package/esm2015/modules/alert/alert.component.js +25 -14
- package/esm2015/modules/alert/alert.module.js +29 -18
- package/esm2015/modules/chevron/chevron.component.js +21 -13
- package/esm2015/modules/chevron/chevron.module.js +26 -17
- package/esm2015/modules/help-inline/help-inline.component.js +18 -11
- package/esm2015/modules/help-inline/help-inline.module.js +29 -18
- package/esm2015/modules/icon/icon-class-list.pipe.js +11 -10
- package/esm2015/modules/icon/icon-resolver.service.js +9 -11
- package/esm2015/modules/icon/icon-stack-item.js +1 -1
- package/esm2015/modules/icon/icon-stack.component.js +20 -13
- package/esm2015/modules/icon/icon.component.js +25 -16
- package/esm2015/modules/icon/icon.module.js +13 -18
- package/esm2015/modules/key-info/key-info-label.component.js +11 -7
- package/esm2015/modules/key-info/key-info-value.component.js +11 -7
- package/esm2015/modules/key-info/key-info.component.js +15 -11
- package/esm2015/modules/key-info/key-info.module.js +25 -18
- package/esm2015/modules/label/label.component.js +17 -11
- package/esm2015/modules/label/label.module.js +13 -15
- package/esm2015/modules/shared/indicator-description-type.js +1 -1
- package/esm2015/modules/shared/indicator-icon-utility.js +4 -4
- package/esm2015/modules/shared/indicator-icon.js +1 -1
- package/esm2015/modules/shared/sky-indicators-resources.module.js +44 -13
- package/esm2015/modules/status-indicator/status-indicator.component.js +28 -21
- package/esm2015/modules/status-indicator/status-indicator.module.js +26 -17
- package/esm2015/modules/text-highlight/text-highlight.directive.js +19 -16
- package/esm2015/modules/text-highlight/text-highlight.module.js +13 -14
- package/esm2015/modules/tokens/token.component.js +32 -26
- package/esm2015/modules/tokens/tokens.component.js +93 -58
- package/esm2015/modules/tokens/tokens.module.js +26 -19
- package/esm2015/modules/tokens/types/token-selected-event-args.js +1 -1
- package/esm2015/modules/tokens/types/token.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message-type.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message.js +1 -1
- package/esm2015/modules/wait/wait-adapter.service.js +32 -25
- package/esm2015/modules/wait/wait-page-adapter.service.js +9 -7
- package/esm2015/modules/wait/wait-page.component.js +17 -12
- package/esm2015/modules/wait/wait.component.js +31 -27
- package/esm2015/modules/wait/wait.module.js +14 -21
- package/esm2015/modules/wait/wait.service.js +10 -16
- package/esm2015/public-api.js +17 -1
- package/esm2015/skyux-indicators.js +1 -21
- package/esm2015/testing/alert-fixture.js +1 -1
- package/esm2015/testing/label-fixture.js +1 -1
- package/esm2015/testing/wait-fixture.js +1 -1
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +635 -496
- package/fesm2015/skyux-indicators.js.map +1 -1
- package/modules/alert/alert.component.d.ts +3 -0
- package/modules/alert/alert.module.d.ts +10 -0
- package/modules/chevron/chevron.component.d.ts +3 -0
- package/modules/chevron/chevron.module.d.ts +9 -0
- package/modules/help-inline/help-inline.component.d.ts +3 -0
- package/modules/help-inline/help-inline.module.d.ts +10 -0
- package/modules/icon/icon-class-list.pipe.d.ts +3 -0
- package/modules/icon/icon-resolver.service.d.ts +3 -0
- package/modules/icon/icon-stack.component.d.ts +3 -0
- package/modules/icon/icon.component.d.ts +3 -0
- package/modules/icon/icon.module.d.ts +9 -0
- package/modules/key-info/key-info-label.component.d.ts +3 -0
- package/modules/key-info/key-info-value.component.d.ts +3 -0
- package/modules/key-info/key-info.component.d.ts +3 -0
- package/modules/key-info/key-info.module.d.ts +8 -0
- package/modules/label/label.component.d.ts +3 -0
- package/modules/label/label.module.d.ts +7 -0
- package/modules/shared/sky-indicators-resources.module.d.ts +5 -6
- package/modules/status-indicator/status-indicator.component.d.ts +3 -0
- package/modules/status-indicator/status-indicator.module.d.ts +9 -0
- package/modules/text-highlight/text-highlight.directive.d.ts +3 -0
- package/modules/text-highlight/text-highlight.module.d.ts +5 -0
- package/modules/tokens/token.component.d.ts +3 -0
- package/modules/tokens/tokens.component.d.ts +3 -0
- package/modules/tokens/tokens.module.d.ts +10 -0
- package/modules/wait/wait-adapter.service.d.ts +3 -0
- package/modules/wait/wait-page-adapter.service.d.ts +3 -0
- package/modules/wait/wait-page.component.d.ts +3 -0
- package/modules/wait/wait.component.d.ts +3 -0
- package/modules/wait/wait.module.d.ts +9 -0
- package/modules/wait/wait.service.d.ts +3 -0
- package/package.json +7 -8
- package/public-api.d.ts +14 -0
- package/skyux-indicators.d.ts +1 -20
- package/testing/package.json +0 -1
- package/testing/skyux-indicators-testing.d.ts +1 -0
- package/esm2015/modules/alert/alert.component.ngfactory.js +0 -27
- package/esm2015/modules/alert/alert.component.ngsummary.json +0 -1
- package/esm2015/modules/alert/alert.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/alert/alert.module.ngfactory.js +0 -16
- package/esm2015/modules/alert/alert.module.ngsummary.json +0 -1
- package/esm2015/modules/chevron/chevron.component.ngfactory.js +0 -28
- package/esm2015/modules/chevron/chevron.component.ngsummary.json +0 -1
- package/esm2015/modules/chevron/chevron.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/chevron/chevron.module.ngfactory.js +0 -15
- package/esm2015/modules/chevron/chevron.module.ngsummary.json +0 -1
- package/esm2015/modules/help-inline/help-inline.component.ngfactory.js +0 -28
- package/esm2015/modules/help-inline/help-inline.component.ngsummary.json +0 -1
- package/esm2015/modules/help-inline/help-inline.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/help-inline/help-inline.module.ngfactory.js +0 -16
- package/esm2015/modules/help-inline/help-inline.module.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-class-list.pipe.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-resolver.service.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-stack-item.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-stack.component.ngfactory.js +0 -22
- package/esm2015/modules/icon/icon-stack.component.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-stack.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/icon/icon.component.ngfactory.js +0 -21
- package/esm2015/modules/icon/icon.component.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/icon/icon.module.ngfactory.js +0 -13
- package/esm2015/modules/icon/icon.module.ngsummary.json +0 -1
- package/esm2015/modules/icon/types/icon-type.ngsummary.json +0 -1
- package/esm2015/modules/icon/types/icon-variant-type.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info-label.component.ngfactory.js +0 -16
- package/esm2015/modules/key-info/key-info-label.component.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info-value.component.ngfactory.js +0 -16
- package/esm2015/modules/key-info/key-info-value.component.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info.component.ngfactory.js +0 -18
- package/esm2015/modules/key-info/key-info.component.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/key-info/key-info.module.ngfactory.js +0 -12
- package/esm2015/modules/key-info/key-info.module.ngsummary.json +0 -1
- package/esm2015/modules/label/label-type.ngsummary.json +0 -1
- package/esm2015/modules/label/label.component.ngfactory.js +0 -22
- package/esm2015/modules/label/label.component.ngsummary.json +0 -1
- package/esm2015/modules/label/label.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/label/label.module.ngfactory.js +0 -14
- package/esm2015/modules/label/label.module.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-description-type.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-icon-type.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-icon-utility.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-icon.ngsummary.json +0 -1
- package/esm2015/modules/shared/sky-indicators-resources.module.ngfactory.js +0 -15
- package/esm2015/modules/shared/sky-indicators-resources.module.ngsummary.json +0 -1
- package/esm2015/modules/status-indicator/status-indicator.component.ngfactory.js +0 -25
- package/esm2015/modules/status-indicator/status-indicator.component.ngsummary.json +0 -1
- package/esm2015/modules/status-indicator/status-indicator.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/status-indicator/status-indicator.module.ngfactory.js +0 -16
- package/esm2015/modules/status-indicator/status-indicator.module.ngsummary.json +0 -1
- package/esm2015/modules/text-highlight/text-highlight.directive.ngsummary.json +0 -1
- package/esm2015/modules/text-highlight/text-highlight.module.ngfactory.js +0 -12
- package/esm2015/modules/text-highlight/text-highlight.module.ngsummary.json +0 -1
- package/esm2015/modules/tokens/token.component.ngfactory.js +0 -40
- package/esm2015/modules/tokens/token.component.ngsummary.json +0 -1
- package/esm2015/modules/tokens/token.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tokens/tokens.component.ngfactory.js +0 -39
- package/esm2015/modules/tokens/tokens.component.ngsummary.json +0 -1
- package/esm2015/modules/tokens/tokens.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tokens/tokens.module.ngfactory.js +0 -16
- package/esm2015/modules/tokens/tokens.module.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/token-selected-event-args.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/token.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/tokens-message-type.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/tokens-message.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-adapter.service.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-page-adapter.service.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-page.component.ngfactory.js +0 -21
- package/esm2015/modules/wait/wait-page.component.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-page.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/wait/wait.component.ngfactory.js +0 -21
- package/esm2015/modules/wait/wait.component.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/wait/wait.module.ngfactory.js +0 -15
- package/esm2015/modules/wait/wait.module.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait.service.ngsummary.json +0 -1
- package/esm2015/public-api.ngsummary.json +0 -1
- package/esm2015/skyux-indicators.ngsummary.json +0 -1
- package/esm2015/testing/alert-fixture.ngsummary.json +0 -1
- package/esm2015/testing/label-fixture.ngsummary.json +0 -1
- package/esm2015/testing/public-api.ngsummary.json +0 -1
- package/esm2015/testing/skyux-indicators-testing.ngsummary.json +0 -1
- package/esm2015/testing/wait-fixture.ngsummary.json +0 -1
- package/modules/alert/alert.component.ngfactory.d.ts +0 -1
- package/modules/alert/alert.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/alert/alert.module.ngfactory.d.ts +0 -3
- package/modules/chevron/chevron.component.ngfactory.d.ts +0 -1
- package/modules/chevron/chevron.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/chevron/chevron.module.ngfactory.d.ts +0 -3
- package/modules/help-inline/help-inline.component.ngfactory.d.ts +0 -1
- package/modules/help-inline/help-inline.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/help-inline/help-inline.module.ngfactory.d.ts +0 -3
- package/modules/icon/icon-stack.component.ngfactory.d.ts +0 -1
- package/modules/icon/icon-stack.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/icon/icon.component.ngfactory.d.ts +0 -1
- package/modules/icon/icon.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/icon/icon.module.ngfactory.d.ts +0 -3
- package/modules/key-info/key-info-label.component.ngfactory.d.ts +0 -1
- package/modules/key-info/key-info-value.component.ngfactory.d.ts +0 -1
- package/modules/key-info/key-info.component.ngfactory.d.ts +0 -1
- package/modules/key-info/key-info.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/key-info/key-info.module.ngfactory.d.ts +0 -3
- package/modules/label/label.component.ngfactory.d.ts +0 -1
- package/modules/label/label.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/label/label.module.ngfactory.d.ts +0 -3
- package/modules/shared/sky-indicators-resources.module.ngfactory.d.ts +0 -3
- package/modules/status-indicator/status-indicator.component.ngfactory.d.ts +0 -1
- package/modules/status-indicator/status-indicator.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/status-indicator/status-indicator.module.ngfactory.d.ts +0 -3
- package/modules/text-highlight/text-highlight.module.ngfactory.d.ts +0 -3
- package/modules/tokens/token.component.ngfactory.d.ts +0 -1
- package/modules/tokens/token.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tokens/tokens.component.ngfactory.d.ts +0 -1
- package/modules/tokens/tokens.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tokens/tokens.module.ngfactory.d.ts +0 -3
- package/modules/wait/wait-page.component.ngfactory.d.ts +0 -1
- package/modules/wait/wait-page.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/wait/wait.component.ngfactory.d.ts +0 -1
- package/modules/wait/wait.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/wait/wait.module.ngfactory.d.ts +0 -3
- package/skyux-indicators.metadata.json +0 -1
- package/testing/skyux-indicators-testing.metadata.json +0 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SkyThemeIconManifestService } from '@skyux/theme';
|
|
2
2
|
import { SkyIconVariantType } from './types/icon-variant-type';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
@@ -7,4 +8,6 @@ export declare class SkyIconResolverService {
|
|
|
7
8
|
private glyphMap;
|
|
8
9
|
constructor(manifestSvc: SkyThemeIconManifestService);
|
|
9
10
|
resolveIcon(iconName: string, variant?: SkyIconVariantType): string;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconResolverService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SkyIconResolverService>;
|
|
10
13
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SkyIconStackItem } from './icon-stack-item';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class SkyIconStackComponent {
|
|
3
4
|
/**
|
|
4
5
|
* Specifies the size of the icon using
|
|
@@ -13,4 +14,6 @@ export declare class SkyIconStackComponent {
|
|
|
13
14
|
* The icon to display at the top of the stack.
|
|
14
15
|
*/
|
|
15
16
|
topIcon: SkyIconStackItem;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconStackComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never>;
|
|
16
19
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SkyIconType } from './types/icon-type';
|
|
2
2
|
import { SkyIconVariantType } from './types/icon-variant-type';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SkyIconComponent {
|
|
4
5
|
/**
|
|
5
6
|
* Specifies the name of
|
|
@@ -28,4 +29,6 @@ export declare class SkyIconComponent {
|
|
|
28
29
|
* specified icon, the normal icon is displayed.
|
|
29
30
|
*/
|
|
30
31
|
variant: SkyIconVariantType;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never>;
|
|
31
34
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon-class-list.pipe";
|
|
3
|
+
import * as i2 from "./icon.component";
|
|
4
|
+
import * as i3 from "./icon-stack.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@skyux/theme";
|
|
1
7
|
export declare class SkyIconModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyIconModule, [typeof i1.SkyIconClassListPipe, typeof i2.SkyIconComponent, typeof i3.SkyIconStackComponent], [typeof i4.CommonModule, typeof i5.SkyThemeIconManifestModule], [typeof i2.SkyIconComponent, typeof i3.SkyIconStackComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyIconModule>;
|
|
2
11
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
/**
|
|
2
3
|
* Specifies a label to display in smaller, plain text under or beside the value.
|
|
3
4
|
* @required
|
|
4
5
|
*/
|
|
5
6
|
export declare class SkyKeyInfoLabelComponent {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoLabelComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"]>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
/**
|
|
2
3
|
* Specifies a value to display in larger, bold text.
|
|
3
4
|
* @required
|
|
4
5
|
*/
|
|
5
6
|
export declare class SkyKeyInfoValueComponent {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoValueComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"]>;
|
|
6
9
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class SkyKeyInfoComponent {
|
|
2
3
|
/**
|
|
3
4
|
* Specifies whether to display key info in a `vertical` layout with the label under the
|
|
@@ -5,4 +6,6 @@ export declare class SkyKeyInfoComponent {
|
|
|
5
6
|
* @default "vertical"
|
|
6
7
|
*/
|
|
7
8
|
layout: string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "layout": "layout"; }, {}, never, ["sky-key-info-value", "sky-key-info-label"]>;
|
|
8
11
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./key-info.component";
|
|
3
|
+
import * as i2 from "./key-info-label.component";
|
|
4
|
+
import * as i3 from "./key-info-value.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
1
6
|
export declare class SkyKeyInfoModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyKeyInfoModule, [typeof i1.SkyKeyInfoComponent, typeof i2.SkyKeyInfoLabelComponent, typeof i3.SkyKeyInfoValueComponent], [typeof i4.CommonModule], [typeof i1.SkyKeyInfoComponent, typeof i2.SkyKeyInfoLabelComponent, typeof i3.SkyKeyInfoValueComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyKeyInfoModule>;
|
|
2
10
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SkyIconStackItem } from '../icon/icon-stack-item';
|
|
2
2
|
import { SkyLabelType } from './label-type';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SkyLabelComponent {
|
|
4
5
|
/**
|
|
5
6
|
* The type of label to display.
|
|
@@ -12,4 +13,6 @@ export declare class SkyLabelComponent {
|
|
|
12
13
|
topIcon: SkyIconStackItem;
|
|
13
14
|
private _labelType;
|
|
14
15
|
private updateIcon;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; }, {}, never, ["*"]>;
|
|
15
18
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./label.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../icon/icon.module";
|
|
1
5
|
export declare class SkyLabelModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyLabelModule, [typeof i1.SkyLabelComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule], [typeof i1.SkyLabelComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyLabelModule>;
|
|
2
9
|
}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTICE: DO NOT MODIFY THIS FILE!
|
|
3
|
-
* The contents of this file were automatically generated by
|
|
4
|
-
* the 'ng generate @skyux/i18n:lib-resources-module modules/shared/sky-indicators' schematic.
|
|
5
|
-
* To update this file, simply rerun the command.
|
|
6
|
-
*/
|
|
7
1
|
import { SkyAppLocaleInfo, SkyLibResourcesProvider } from '@skyux/i18n';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@skyux/i18n";
|
|
8
4
|
export declare class SkyIndicatorsResourcesProvider implements SkyLibResourcesProvider {
|
|
9
5
|
getString(localeInfo: SkyAppLocaleInfo, name: string): string;
|
|
10
6
|
}
|
|
@@ -12,4 +8,7 @@ export declare class SkyIndicatorsResourcesProvider implements SkyLibResourcesPr
|
|
|
12
8
|
* Import into any component library module that needs to use resource strings.
|
|
13
9
|
*/
|
|
14
10
|
export declare class SkyIndicatorsResourcesModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIndicatorsResourcesModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyIndicatorsResourcesModule, never, never, [typeof i1.SkyI18nModule]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyIndicatorsResourcesModule>;
|
|
15
14
|
}
|
|
@@ -3,6 +3,7 @@ import { SkyLibResourcesService } from '@skyux/i18n';
|
|
|
3
3
|
import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
|
|
4
4
|
import { SkyIndicatorIconType } from '../shared/indicator-icon-type';
|
|
5
5
|
import { SkyIconStackItem } from '../icon/icon-stack-item';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SkyStatusIndicatorComponent {
|
|
7
8
|
private changeDetector;
|
|
8
9
|
private resources;
|
|
@@ -37,4 +38,6 @@ export declare class SkyStatusIndicatorComponent {
|
|
|
37
38
|
constructor(changeDetector: ChangeDetectorRef, resources: SkyLibResourcesService);
|
|
38
39
|
private updateIcon;
|
|
39
40
|
private updateDescriptionComputed;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"]>;
|
|
40
43
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./status-indicator.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@skyux/i18n";
|
|
5
|
+
import * as i4 from "../icon/icon.module";
|
|
6
|
+
import * as i5 from "../shared/sky-indicators-resources.module";
|
|
1
7
|
export declare class SkyStatusIndicatorModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyStatusIndicatorModule, [typeof i1.SkyStatusIndicatorComponent], [typeof i2.CommonModule, typeof i3.SkyI18nModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule], [typeof i1.SkyStatusIndicatorComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyStatusIndicatorModule>;
|
|
2
11
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { MutationObserverService } from '@skyux/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Highlights all matching text within DOM elements that it is placed on.
|
|
5
6
|
* The directive is only valid for elements that contain content, so you
|
|
@@ -26,4 +27,6 @@ export declare class SkyTextHighlightDirective implements OnChanges, AfterViewIn
|
|
|
26
27
|
private static markNode;
|
|
27
28
|
private static markTextNodes;
|
|
28
29
|
private static removeHighlight;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never>;
|
|
29
32
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./text-highlight.directive";
|
|
1
3
|
export declare class SkyTextHighlightModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextHighlightModule, [typeof i1.SkyTextHighlightDirective], never, [typeof i1.SkyTextHighlightDirective]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyTextHighlightModule>;
|
|
2
7
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { SkyLibResourcesService } from '@skyux/i18n';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SkyTokenComponent {
|
|
4
5
|
private elementRef;
|
|
5
6
|
private resourcesService;
|
|
@@ -60,4 +61,6 @@ export declare class SkyTokenComponent {
|
|
|
60
61
|
dismissToken(event: Event): void;
|
|
61
62
|
focusElement(): void;
|
|
62
63
|
private getString;
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokenComponent, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"]>;
|
|
63
66
|
}
|
|
@@ -3,6 +3,7 @@ import { Subject } from 'rxjs';
|
|
|
3
3
|
import { SkyToken } from './types/token';
|
|
4
4
|
import { SkyTokensMessage } from './types/tokens-message';
|
|
5
5
|
import { SkyTokenSelectedEventArgs } from './types/token-selected-event-args';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SkyTokensComponent implements OnDestroy {
|
|
7
8
|
private changeDetector;
|
|
8
9
|
/**
|
|
@@ -101,4 +102,6 @@ export declare class SkyTokensComponent implements OnDestroy {
|
|
|
101
102
|
private removeActiveToken;
|
|
102
103
|
private initMessageStream;
|
|
103
104
|
private notifyTokenSelected;
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokensComponent, never>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokensComponent, "sky-tokens", never, { "disabled": "disabled"; "dismissible": "dismissible"; "displayWith": "displayWith"; "trackWith": "trackWith"; "focusable": "focusable"; "tokens": "tokens"; "messageStream": "messageStream"; }, { "focusIndexOverRange": "focusIndexOverRange"; "focusIndexUnderRange": "focusIndexUnderRange"; "tokenSelected": "tokenSelected"; "tokensChange": "tokensChange"; }, never, ["*"]>;
|
|
104
107
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./token.component";
|
|
3
|
+
import * as i2 from "./tokens.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@skyux/i18n";
|
|
6
|
+
import * as i5 from "../icon/icon.module";
|
|
7
|
+
import * as i6 from "../shared/sky-indicators-resources.module";
|
|
1
8
|
export declare class SkyTokensModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokensModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTokensModule, [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent], [typeof i3.CommonModule, typeof i4.SkyI18nModule, typeof i5.SkyIconModule, typeof i6.SkyIndicatorsResourcesModule], [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyTokensModule>;
|
|
2
12
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, RendererFactory2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
4
5
|
* @dynamic
|
|
@@ -21,4 +22,6 @@ export declare class SkyWaitAdapterService implements OnDestroy {
|
|
|
21
22
|
private clearDocumentFocus;
|
|
22
23
|
private getFocussableElements;
|
|
23
24
|
private clearListeners;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitAdapterService, never>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SkyWaitAdapterService>;
|
|
24
27
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
/**
|
|
2
3
|
* @internal
|
|
3
4
|
*/
|
|
4
5
|
export declare class SkyWaitPageAdapterService {
|
|
5
6
|
addPageWaitEl(): void;
|
|
6
7
|
removePageWaitEl(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageAdapterService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SkyWaitPageAdapterService>;
|
|
7
10
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
/**
|
|
2
3
|
* @internal
|
|
3
4
|
*/
|
|
4
5
|
export declare class SkyWaitPageComponent {
|
|
5
6
|
hasBlockingWait: boolean;
|
|
6
7
|
hasNonBlockingWait: boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never>;
|
|
7
10
|
}
|
|
@@ -2,6 +2,7 @@ import { ElementRef, OnInit } from '@angular/core';
|
|
|
2
2
|
import { SkyLibResourcesService } from '@skyux/i18n';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { SkyWaitAdapterService } from './wait-adapter.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class SkyWaitComponent implements OnInit {
|
|
6
7
|
private elRef;
|
|
7
8
|
private adapterService;
|
|
@@ -42,4 +43,6 @@ export declare class SkyWaitComponent implements OnInit {
|
|
|
42
43
|
constructor(elRef: ElementRef, adapterService: SkyWaitAdapterService, resourceService: SkyLibResourcesService);
|
|
43
44
|
ngOnInit(): void;
|
|
44
45
|
private publishAriaLabel;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitComponent, [null, null, { optional: true; }]>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never>;
|
|
45
48
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./wait.component";
|
|
3
|
+
import * as i2 from "./wait-page.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@skyux/i18n";
|
|
6
|
+
import * as i5 from "../shared/sky-indicators-resources.module";
|
|
1
7
|
export declare class SkyWaitModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyWaitModule, [typeof i1.SkyWaitComponent, typeof i2.SkyWaitPageComponent], [typeof i3.CommonModule, typeof i4.SkyI18nModule, typeof i5.SkyIndicatorsResourcesModule], [typeof i1.SkyWaitComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkyWaitModule>;
|
|
2
11
|
}
|
|
@@ -2,6 +2,7 @@ import { ApplicationRef, ComponentFactoryResolver } from '@angular/core';
|
|
|
2
2
|
import { SkyAppWindowRef } from '@skyux/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { SkyWaitPageAdapterService } from './wait-page-adapter.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class SkyWaitService {
|
|
6
7
|
private resolver;
|
|
7
8
|
private appRef;
|
|
@@ -50,4 +51,6 @@ export declare class SkyWaitService {
|
|
|
50
51
|
private beginPageWait;
|
|
51
52
|
private endPageWait;
|
|
52
53
|
private clearPageWait;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitService, never>;
|
|
55
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SkyWaitService>;
|
|
53
56
|
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^12.2.
|
|
6
|
-
"@angular/core": "^12.2.
|
|
7
|
-
"@skyux/core": "^5.
|
|
8
|
-
"@skyux/i18n": "^5.0.0
|
|
9
|
-
"@skyux/theme": "^5.0.
|
|
5
|
+
"@angular/common": "^12.2.13",
|
|
6
|
+
"@angular/core": "^12.2.13",
|
|
7
|
+
"@skyux/core": "^5.1.1",
|
|
8
|
+
"@skyux/i18n": "^5.0.0",
|
|
9
|
+
"@skyux/theme": "^5.0.3"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"tslib": "^2.3.
|
|
12
|
+
"tslib": "^2.3.1"
|
|
13
13
|
},
|
|
14
14
|
"main": "bundles/skyux-indicators.umd.js",
|
|
15
15
|
"module": "fesm2015/skyux-indicators.js",
|
|
@@ -17,6 +17,5 @@
|
|
|
17
17
|
"esm2015": "esm2015/skyux-indicators.js",
|
|
18
18
|
"fesm2015": "fesm2015/skyux-indicators.js",
|
|
19
19
|
"typings": "skyux-indicators.d.ts",
|
|
20
|
-
"metadata": "skyux-indicators.metadata.json",
|
|
21
20
|
"sideEffects": false
|
|
22
21
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -17,3 +17,17 @@ export * from './modules/tokens/types/tokens-message';
|
|
|
17
17
|
export * from './modules/tokens/types/tokens-message-type';
|
|
18
18
|
export * from './modules/wait/wait.module';
|
|
19
19
|
export * from './modules/wait/wait.service';
|
|
20
|
+
export { SkyAlertComponent as λ1 } from './modules/alert/alert.component';
|
|
21
|
+
export { SkyChevronComponent as λ2 } from './modules/chevron/chevron.component';
|
|
22
|
+
export { SkyHelpInlineComponent as λ3 } from './modules/help-inline/help-inline.component';
|
|
23
|
+
export { SkyIconComponent as λ4 } from './modules/icon/icon.component';
|
|
24
|
+
export { SkyIconStackComponent as λ5 } from './modules/icon/icon-stack.component';
|
|
25
|
+
export { SkyKeyInfoLabelComponent as λ6 } from './modules/key-info/key-info-label.component';
|
|
26
|
+
export { SkyKeyInfoValueComponent as λ7 } from './modules/key-info/key-info-value.component';
|
|
27
|
+
export { SkyKeyInfoComponent as λ8 } from './modules/key-info/key-info.component';
|
|
28
|
+
export { SkyLabelComponent as λ9 } from './modules/label/label.component';
|
|
29
|
+
export { SkyStatusIndicatorComponent as λ10 } from './modules/status-indicator/status-indicator.component';
|
|
30
|
+
export { SkyTextHighlightDirective as λ11 } from './modules/text-highlight/text-highlight.directive';
|
|
31
|
+
export { SkyTokenComponent as λ12 } from './modules/tokens/token.component';
|
|
32
|
+
export { SkyTokensComponent as λ13 } from './modules/tokens/tokens.component';
|
|
33
|
+
export { SkyWaitComponent as λ14 } from './modules/wait/wait.component';
|
package/skyux-indicators.d.ts
CHANGED
|
@@ -1,24 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
+
/// <amd-module name="@skyux/indicators" />
|
|
4
5
|
export * from './public-api';
|
|
5
|
-
export { SkyAlertComponent as ɵa } from './modules/alert/alert.component';
|
|
6
|
-
export { SkyChevronComponent as ɵh } from './modules/chevron/chevron.component';
|
|
7
|
-
export { SkyHelpInlineComponent as ɵi } from './modules/help-inline/help-inline.component';
|
|
8
|
-
export { SkyIconClassListPipe as ɵb } from './modules/icon/icon-class-list.pipe';
|
|
9
|
-
export { SkyIconResolverService as ɵc } from './modules/icon/icon-resolver.service';
|
|
10
|
-
export { SkyIconStackComponent as ɵe } from './modules/icon/icon-stack.component';
|
|
11
|
-
export { SkyIconComponent as ɵd } from './modules/icon/icon.component';
|
|
12
|
-
export { SkyKeyInfoLabelComponent as ɵk } from './modules/key-info/key-info-label.component';
|
|
13
|
-
export { SkyKeyInfoValueComponent as ɵl } from './modules/key-info/key-info-value.component';
|
|
14
|
-
export { SkyKeyInfoComponent as ɵj } from './modules/key-info/key-info.component';
|
|
15
|
-
export { SkyLabelComponent as ɵm } from './modules/label/label.component';
|
|
16
|
-
export { SkyIndicatorsResourcesModule as ɵg, SkyIndicatorsResourcesProvider as ɵf } from './modules/shared/sky-indicators-resources.module';
|
|
17
|
-
export { SkyStatusIndicatorComponent as ɵn } from './modules/status-indicator/status-indicator.component';
|
|
18
|
-
export { SkyTextHighlightDirective as ɵo } from './modules/text-highlight/text-highlight.directive';
|
|
19
|
-
export { SkyTokenComponent as ɵp } from './modules/tokens/token.component';
|
|
20
|
-
export { SkyTokensComponent as ɵq } from './modules/tokens/tokens.component';
|
|
21
|
-
export { SkyWaitAdapterService as ɵs } from './modules/wait/wait-adapter.service';
|
|
22
|
-
export { SkyWaitPageAdapterService as ɵu } from './modules/wait/wait-page-adapter.service';
|
|
23
|
-
export { SkyWaitPageComponent as ɵt } from './modules/wait/wait-page.component';
|
|
24
|
-
export { SkyWaitComponent as ɵr } from './modules/wait/wait.component';
|
package/testing/package.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"esm2015": "../esm2015/testing/skyux-indicators-testing.js",
|
|
6
6
|
"fesm2015": "../fesm2015/skyux-indicators-testing.js",
|
|
7
7
|
"typings": "skyux-indicators-testing.d.ts",
|
|
8
|
-
"metadata": "skyux-indicators-testing.metadata.json",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"name": "@skyux/indicators/testing"
|
|
11
10
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "./alert.component.scss.shim.ngstyle";
|
|
8
|
-
import * as i1 from "@angular/core";
|
|
9
|
-
import * as i2 from "@angular/common";
|
|
10
|
-
import * as i3 from "@skyux/theme";
|
|
11
|
-
import * as i4 from "../icon/icon-stack.component.ngfactory";
|
|
12
|
-
import * as i5 from "../icon/icon-stack.component";
|
|
13
|
-
import * as i6 from "@skyux/i18n";
|
|
14
|
-
import * as i7 from "../icon/icon.component.ngfactory";
|
|
15
|
-
import * as i8 from "../icon/icon.component";
|
|
16
|
-
import * as i9 from "./alert.component";
|
|
17
|
-
var styles_SkyAlertComponent = [i0.styles];
|
|
18
|
-
var RenderType_SkyAlertComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_SkyAlertComponent, data: {} });
|
|
19
|
-
export { RenderType_SkyAlertComponent as RenderType_SkyAlertComponent };
|
|
20
|
-
export function View_SkyAlertComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 16, "div", [["class", "sky-alert"], ["role", "alert"]], [[8, "hidden", 0]], null, null, null, null)), i1.ɵdid(1, 278528, null, 0, i2.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { klass: [0, "klass"], ngClass: [1, "ngClass"] }, null), i1.ɵpod(2, { "sky-alert-info": 0, "sky-alert-success": 1, "sky-alert-warning": 2, "sky-alert-danger": 3, "sky-alert-closeable": 4 }), i1.ɵdid(3, 147456, null, 0, i3.SkyThemeClassDirective, [i1.ElementRef, i1.Renderer2, [2, i3.SkyThemeService]], { className: [0, "className"], skyThemeClass: [1, "skyThemeClass"] }, null), i1.ɵpod(4, { "sky-rounded-corners": 0, "sky-box sky-elevation-1": 1 }), (_l()(), i1.ɵeld(5, 0, null, null, 2, "div", [["aria-hidden", "true"], ["class", "sky-alert-icon-theme-modern"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "sky-icon-stack", [], null, null, null, i4.View_SkyIconStackComponent_0, i4.RenderType_SkyIconStackComponent)), i1.ɵdid(7, 49152, null, 0, i5.SkyIconStackComponent, [], { baseIcon: [0, "baseIcon"], topIcon: [1, "topIcon"] }, null), (_l()(), i1.ɵeld(8, 0, null, null, 1, "div", [["class", "sky-alert-content"]], null, null, null, null, null)), i1.ɵncd(null, 0), (_l()(), i1.ɵeld(10, 0, null, null, 6, "button", [["class", "sky-alert-close"], ["type", "button"]], [[1, "aria-label", 0], [8, "hidden", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
21
|
-
var pd_0 = (_co.close() !== false);
|
|
22
|
-
ad = (pd_0 && ad);
|
|
23
|
-
} return ad; }, null, null)), i1.ɵpid(131072, i6.SkyLibResourcesPipe, [i1.ChangeDetectorRef, i6.SkyLibResourcesService]), (_l()(), i1.ɵeld(12, 0, null, null, 4, "span", [["aria-hidden", "true"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 1, "sky-icon", [["class", "sky-alert-close-icon-theme-default"], ["icon", "close"]], null, null, null, i7.View_SkyIconComponent_0, i7.RenderType_SkyIconComponent)), i1.ɵdid(14, 49152, null, 0, i8.SkyIconComponent, [], { icon: [0, "icon"] }, null), (_l()(), i1.ɵeld(15, 0, null, null, 1, "sky-icon", [["class", "sky-alert-close-icon-theme-modern"], ["icon", "close"], ["iconType", "skyux"], ["size", "2x"]], null, null, null, i7.View_SkyIconComponent_0, i7.RenderType_SkyIconComponent)), i1.ɵdid(16, 49152, null, 0, i8.SkyIconComponent, [], { icon: [0, "icon"], iconType: [1, "iconType"], size: [2, "size"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = "sky-alert"; var currVal_2 = _ck(_v, 2, 0, (_co.alertType === "info"), (_co.alertType === "success"), (_co.alertType === "warning"), (_co.alertType === "danger"), _co.closeable); _ck(_v, 1, 0, currVal_1, currVal_2); var currVal_3 = "sky-alert"; var currVal_4 = _ck(_v, 4, 0, "default", "modern"); _ck(_v, 3, 0, currVal_3, currVal_4); var currVal_5 = _co.alertBaseIcon; var currVal_6 = _co.alertTopIcon; _ck(_v, 7, 0, currVal_5, currVal_6); var currVal_9 = "close"; _ck(_v, 14, 0, currVal_9); var currVal_10 = "close"; var currVal_11 = "skyux"; var currVal_12 = "2x"; _ck(_v, 16, 0, currVal_10, currVal_11, currVal_12); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.closed; _ck(_v, 0, 0, currVal_0); var currVal_7 = i1.ɵunv(_v, 10, 0, i1.ɵnov(_v, 11).transform("skyux_alert_close")); var currVal_8 = !_co.closeable; _ck(_v, 10, 0, currVal_7, currVal_8); }); }
|
|
24
|
-
export function View_SkyAlertComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "sky-alert", [], null, null, null, View_SkyAlertComponent_0, RenderType_SkyAlertComponent)), i1.ɵdid(1, 114688, null, 0, i9.SkyAlertComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
25
|
-
var SkyAlertComponentNgFactory = i1.ɵccf("sky-alert", i9.SkyAlertComponent, View_SkyAlertComponent_Host_0, { alertType: "alertType", closeable: "closeable", closed: "closed" }, { closedChange: "closedChange" }, ["*"]);
|
|
26
|
-
export { SkyAlertComponentNgFactory as SkyAlertComponentNgFactory };
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luZGljYXRvcnMvc3JjL21vZHVsZXMvYWxlcnQvYWxlcnQuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luZGljYXRvcnMvc3JjL21vZHVsZXMvYWxlcnQvYWxlcnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7OzttRUNBQSw2U0F1RE0sR0EvQ0osaUlBTUUsS0FkSix5TEF1RE0sR0FyREosbUVBR0UsTUFXRiw2SUFTTSxLQUxKLDBRQUlpQixJQUVuQiwwR0FJTSxJQURKLGVBQXlCLElBRTNCLHdOQXVCUyxZQWxCUDs7d0JBQWlCO01BTG5CLHdCQXVCUyxJQXBCUCx3RkFBeUQsS0FJekQscUdBZU8sS0FaTCx3UkFJVyxJQUNYLDRXQU1XLGlEQW5EZiwyQkFBaUIsRUFPakIseUpBTUUsYUFkSixZQXVETSxFQXRESixTQUFpQixFQU9qQixTQU1FLEdBYkYsMkJBQWlCLEVBQ2pCLGlEQUdFLEdBTEosWUF1RE0sRUF0REosU0FBaUIsRUFDakIsU0FHRSxHQWdCRSxtQkFBMEIsZ0JBQzFCLG1CQUF3QixlQUYxQixZQUlpQixFQUhmLFNBQTBCLEVBQzFCLFNBQXdCLEdBcUJ0Qix1QkFBWSxFQUZkLGFBSVcsRUFGVCxTQUFZLEdBS1osd0JBQVksRUFDWix3QkFBZ0IsRUFDaEIscUJBQVMsRUFKWCxhQU1XLEVBSlQsVUFBWSxFQUNaLFVBQWdCLEVBQ2hCLFVBQVMsbURBM0NmLG1CQUFpQixTQVBuQixZQXVETSxFQWhESixTQUFpQixHQTJCZixnRkFBeUQsSUFDekQsb0JBQXFCLFlBSnZCLGFBdUJTLEVBcEJQLFNBQXlELEVBQ3pELFNBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdlxuICBjbGFzcz1cInNreS1hbGVydFwiXG4gIFtza3lUaGVtZUNsYXNzXT0gXCJ7XG4gICAgJ3NreS1yb3VuZGVkLWNvcm5lcnMnOiAnZGVmYXVsdCcsXG4gICAgJ3NreS1ib3ggc2t5LWVsZXZhdGlvbi0xJzogJ21vZGVybidcbiAgfVwiXG4gIHJvbGU9XCJhbGVydFwiXG4gIFtoaWRkZW5dPVwiY2xvc2VkXCJcbiAgW25nQ2xhc3NdPVwie1xuICAgICdza3ktYWxlcnQtaW5mbyc6IGFsZXJ0VHlwZSA9PT0gJ2luZm8nLFxuICAgICdza3ktYWxlcnQtc3VjY2Vzcyc6IGFsZXJ0VHlwZSA9PT0gJ3N1Y2Nlc3MnLFxuICAgICdza3ktYWxlcnQtd2FybmluZyc6IGFsZXJ0VHlwZSA9PT0gJ3dhcm5pbmcnLFxuICAgICdza3ktYWxlcnQtZGFuZ2VyJzogYWxlcnRUeXBlID09PSAnZGFuZ2VyJyxcbiAgICAnc2t5LWFsZXJ0LWNsb3NlYWJsZSc6IGNsb3NlYWJsZVxuICB9XCJcbj5cbiAgPGRpdlxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgY2xhc3M9XCJza3ktYWxlcnQtaWNvbi10aGVtZS1tb2Rlcm5cIlxuICA+XG4gICAgPHNreS1pY29uLXN0YWNrXG4gICAgICBbYmFzZUljb25dPVwiYWxlcnRCYXNlSWNvblwiXG4gICAgICBbdG9wSWNvbl09XCJhbGVydFRvcEljb25cIlxuICAgID5cbiAgICA8L3NreS1pY29uLXN0YWNrPlxuICA8L2Rpdj5cbiAgPGRpdlxuICAgIGNsYXNzPVwic2t5LWFsZXJ0LWNvbnRlbnRcIlxuICA+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8L2Rpdj5cbiAgPGJ1dHRvblxuICAgIGNsYXNzPVwic2t5LWFsZXJ0LWNsb3NlXCJcbiAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIidza3l1eF9hbGVydF9jbG9zZScgfCBza3lMaWJSZXNvdXJjZXNcIlxuICAgIFtoaWRkZW5dPVwiIWNsb3NlYWJsZVwiXG4gICAgKGNsaWNrKT1cImNsb3NlKClcIlxuICA+XG4gICAgPHNwYW5cbiAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgPlxuICAgICAgPHNreS1pY29uXG4gICAgICAgIGNsYXNzPVwic2t5LWFsZXJ0LWNsb3NlLWljb24tdGhlbWUtZGVmYXVsdFwiXG4gICAgICAgIGljb249XCJjbG9zZVwiXG4gICAgICA+XG4gICAgICA8L3NreS1pY29uPlxuICAgICAgPHNreS1pY29uXG4gICAgICAgIGNsYXNzPVwic2t5LWFsZXJ0LWNsb3NlLWljb24tdGhlbWUtbW9kZXJuXCJcbiAgICAgICAgaWNvbj1cImNsb3NlXCJcbiAgICAgICAgaWNvblR5cGU9XCJza3l1eFwiXG4gICAgICAgIHNpemU9XCIyeFwiXG4gICAgICA+XG4gICAgICA8L3NreS1pY29uPlxuICAgIDwvc3Bhbj5cbiAgPC9idXR0b24+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"alertType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"closeable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"closed":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"closedChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"ngOnInit":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}],"updateAlertIcon":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"sky-alert","exportAs":null,"inputs":{"alertType":"alertType","closeable":"closeable","closed":"closed"},"outputs":{"closedChange":"closedChange"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":["*"],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"SkyAlertComponent","filePath":"./alert.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"View_SkyAlertComponent_0","filePath":"./alert.component.ngfactory"},{"__symbol":4,"name":"RenderType_SkyAlertComponent","filePath":"./alert.component.ngfactory"},{"__symbol":5,"name":"SkyAlertComponentNgFactory","filePath":"./alert.component.ngfactory"}]}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
var styles = ["@charset \"UTF-8\";.sky-alert[_ngcontent-%COMP%]{padding:0 10px;margin-bottom:20px;border-left:solid 30px;color:#212327;display:flex;flex-direction:row;align-items:center}.sky-alert[_ngcontent-%COMP%] .sky-alert-content[_ngcontent-%COMP%]{padding-top:10px;padding-bottom:10px;width:100%}.sky-alert[_ngcontent-%COMP%] .sky-alert-content[_ngcontent-%COMP%] a{color:#212327cc;text-decoration:underline}.sky-alert[_ngcontent-%COMP%] .sky-alert-content[_ngcontent-%COMP%] a:hover{color:#212327}.sky-alert[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{margin-left:auto;width:32px;height:32px}.sky-alert.sky-alert-info[_ngcontent-%COMP%]{background-color:#81d4f7;border-color:#00b4f1}.sky-alert.sky-alert-info[_ngcontent-%COMP%]:before{content:\"\\f06a\";font-family:FontAwesome;margin-left:-31px;margin-right:20px;color:#fff}.sky-alert.sky-alert-success[_ngcontent-%COMP%]{background-color:#b7da9b;border-color:#72bf44}.sky-alert.sky-alert-success[_ngcontent-%COMP%]:before{content:\"\\f00c\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-warning[_ngcontent-%COMP%]{background-color:#ffd597;border-color:#fbb034}.sky-alert.sky-alert-warning[_ngcontent-%COMP%]:before{content:\"\\f071\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-danger[_ngcontent-%COMP%]{background-color:#f7a08f;border-color:#ef4044}.sky-alert.sky-alert-danger[_ngcontent-%COMP%]:before{content:\"\\f071\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close[_ngcontent-%COMP%]{cursor:pointer;font-weight:bold;line-height:1;margin:0;padding:0;color:#212327;opacity:.8;border:none;background-color:transparent;display:none}.sky-alert-close[_ngcontent-%COMP%]:hover{opacity:1}.sky-alert-closeable[_ngcontent-%COMP%] .sky-alert-close[_ngcontent-%COMP%]{display:block}.sky-alert-close-icon-theme-modern[_ngcontent-%COMP%], .sky-alert-icon-theme-modern[_ngcontent-%COMP%]{display:none}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert[_ngcontent-%COMP%]{border-left-width:7px}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert[_ngcontent-%COMP%] .sky-alert-content[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert[_ngcontent-%COMP%] .sky-alert-content[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert[_ngcontent-%COMP%] .sky-alert-content[_ngcontent-%COMP%]{padding:15px}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert.sky-alert-info[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert.sky-alert-info[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert.sky-alert-info[_ngcontent-%COMP%]{background-color:#c1e8fb}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-info[_ngcontent-%COMP%]:before, .sky-theme-modern[_ngcontent-%COMP%] .sky-alert-success[_ngcontent-%COMP%]:before, .sky-theme-modern[_ngcontent-%COMP%] .sky-alert-warning[_ngcontent-%COMP%]:before, .sky-theme-modern[_ngcontent-%COMP%] .sky-alert-danger[_ngcontent-%COMP%]:before, .sky-theme-modern[_nghost-%COMP%] .sky-alert-info[_ngcontent-%COMP%]:before, .sky-theme-modern [_nghost-%COMP%] .sky-alert-info[_ngcontent-%COMP%]:before, .sky-theme-modern[_nghost-%COMP%] .sky-alert-success[_ngcontent-%COMP%]:before, .sky-theme-modern [_nghost-%COMP%] .sky-alert-success[_ngcontent-%COMP%]:before, .sky-theme-modern[_nghost-%COMP%] .sky-alert-warning[_ngcontent-%COMP%]:before, .sky-theme-modern [_nghost-%COMP%] .sky-alert-warning[_ngcontent-%COMP%]:before, .sky-theme-modern[_nghost-%COMP%] .sky-alert-danger[_ngcontent-%COMP%]:before, .sky-theme-modern [_nghost-%COMP%] .sky-alert-danger[_ngcontent-%COMP%]:before{display:none}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-info[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert-info[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert-info[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%]{color:#00b4f1}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-success[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert-success[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert-success[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%]{color:#72bf44}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-warning[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert-warning[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert-warning[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%]{color:#fbb034}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-danger[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert-danger[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert-danger[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%]{color:#ef4044}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert-icon-theme-modern[_ngcontent-%COMP%]{display:block}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-close-icon-theme-default[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert-close-icon-theme-default[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert-close-icon-theme-default[_ngcontent-%COMP%]{display:none}.sky-theme-modern[_ngcontent-%COMP%] .sky-alert-close-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern[_nghost-%COMP%] .sky-alert-close-icon-theme-modern[_ngcontent-%COMP%], .sky-theme-modern [_nghost-%COMP%] .sky-alert-close-icon-theme-modern[_ngcontent-%COMP%]{display:inline}"];
|
|
8
|
-
export { styles as styles };
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LnNjc3Muc2hpbS5uZ3N0eWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaW5kaWNhdG9ycy9zcmMvbW9kdWxlcy9hbGVydC9hbGVydC5jb21wb25lbnQuc2Nzcy5zaGltLm5nc3R5bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "./alert.module";
|
|
9
|
-
import * as i2 from "@angular/common";
|
|
10
|
-
import * as i3 from "@skyux/i18n";
|
|
11
|
-
import * as i4 from "../shared/sky-indicators-resources.module";
|
|
12
|
-
import * as i5 from "@skyux/theme";
|
|
13
|
-
import * as i6 from "../icon/icon.module";
|
|
14
|
-
var SkyAlertModuleNgFactory = i0.ɵcmf(i1.SkyAlertModule, [], function (_l) { return i0.ɵmod([i0.ɵmpd(512, i0.ComponentFactoryResolver, i0.ɵCodegenComponentFactoryResolver, [[8, []], [3, i0.ComponentFactoryResolver], i0.NgModuleRef]), i0.ɵmpd(4608, i2.NgLocalization, i2.NgLocaleLocalization, [i0.LOCALE_ID]), i0.ɵmpd(5120, i3.SKY_LIB_RESOURCES_PROVIDERS, function () { return [new i4.SkyIndicatorsResourcesProvider()]; }, []), i0.ɵmpd(1073742336, i2.CommonModule, i2.CommonModule, []), i0.ɵmpd(1073742336, i3.SkyI18nModule, i3.SkyI18nModule, []), i0.ɵmpd(1073742336, i5.SkyThemeIconManifestModule, i5.SkyThemeIconManifestModule, []), i0.ɵmpd(1073742336, i6.SkyIconModule, i6.SkyIconModule, []), i0.ɵmpd(1073742336, i4.SkyIndicatorsResourcesModule, i4.SkyIndicatorsResourcesModule, []), i0.ɵmpd(1073742336, i5.SkyThemeModule, i5.SkyThemeModule, []), i0.ɵmpd(1073742336, i1.SkyAlertModule, i1.SkyAlertModule, [])]); });
|
|
15
|
-
export { SkyAlertModuleNgFactory as SkyAlertModuleNgFactory };
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQubW9kdWxlLm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luZGljYXRvcnMvc3JjL21vZHVsZXMvYWxlcnQvYWxlcnQubW9kdWxlLm5nZmFjdG9yeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgKiBhcyBpMSBmcm9tICcuL2FsZXJ0Lm1vZHVsZSc7XG5pbXBvcnQgKiBhcyBpMiBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0ICogYXMgaTMgZnJvbSAnLi4vaWNvbi9pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgKiBhcyBpNCBmcm9tICcuLi9pY29uL2ljb24tc3RhY2suY29tcG9uZW50JztcbmltcG9ydCAqIGFzIGk1IGZyb20gJ0Bza3l1eC90aGVtZSc7XG5pbXBvcnQgKiBhcyBpNiBmcm9tICcuL2FsZXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgKiBhcyBpNyBmcm9tICdAc2t5dXgvaTE4bic7XG5pbXBvcnQgKiBhcyBpOCBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcbmltcG9ydCAqIGFzIGk5IGZyb20gJy4uL3NoYXJlZC9za3ktaW5kaWNhdG9ycy1yZXNvdXJjZXMubW9kdWxlJztcbmV4cG9ydCBjb25zdCBTa3lBbGVydE1vZHVsZU5nRmFjdG9yeTppMC5OZ01vZHVsZUZhY3Rvcnk8aTEuU2t5QWxlcnRNb2R1bGU+ID0gKG51bGwgYXMgYW55KTtcbnZhciBfZGVjbDBfMDppMi5OZ0NsYXNzID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE6aTIuTmdDb21wb25lbnRPdXRsZXQgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjppMi5OZ0Zvck9mPGFueSxhbnk+ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzM6aTIuTmdJZjxhbnk+ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzQ6aTIuTmdUZW1wbGF0ZU91dGxldCA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF81OmkyLk5nU3R5bGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfNjppMi5OZ1N3aXRjaCA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF83OmkyLk5nU3dpdGNoQ2FzZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF84OmkyLk5nU3dpdGNoRGVmYXVsdCA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF85OmkyLk5nUGx1cmFsID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzEwOmkyLk5nUGx1cmFsQ2FzZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xMTppMy5Ta3lJY29uQ29tcG9uZW50ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzEyOmk0LlNreUljb25TdGFja0NvbXBvbmVudCA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xMzppNS5Ta3lUaGVtZUNsYXNzRGlyZWN0aXZlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE0Omk1Lsm1YSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xNTppNS5Ta3lUaGVtZUlmRGlyZWN0aXZlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE2Omk2LlNreUFsZXJ0Q29tcG9uZW50ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE3OmkyLkFzeW5jUGlwZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xODppMi5VcHBlckNhc2VQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE5OmkyLkxvd2VyQ2FzZVBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjA6aTIuSnNvblBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjE6aTIuU2xpY2VQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzIyOmkyLkRlY2ltYWxQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzIzOmkyLlBlcmNlbnRQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI0OmkyLlRpdGxlQ2FzZVBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjU6aTIuQ3VycmVuY3lQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI2OmkyLkRhdGVQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI3OmkyLkkxOG5QbHVyYWxQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI4OmkyLkkxOG5TZWxlY3RQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI5OmkyLktleVZhbHVlUGlwZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8zMDppNy5Ta3lBcHBSZXNvdXJjZXNQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzMxOmk3LlNreUxpYlJlc291cmNlc1BpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMzI6aTIuQ29tbW9uTW9kdWxlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzMzOmk3LlNreUkxOG5Nb2R1bGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMzQ6aTguU2t5SWNvbk1vZHVsZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8zNTppOS5Ta3lJbmRpY2F0b3JzUmVzb3VyY2VzTW9kdWxlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzM2Omk1LlNreVRoZW1lTW9kdWxlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzM3OmkwLlRlbXBsYXRlUmVmPGFueT4gPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMzg6aTAuRWxlbWVudFJlZjxhbnk+ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG5mdW5jdGlvbiBfVmlld19Ta3lBbGVydENvbXBvbmVudF9Ib3N0XzFfMCgpOnZvaWQge1xuICB2YXIgX2FueTphbnkgPSAobnVsbCBhcyBhbnkpO1xufVxuZnVuY3Rpb24gX1ZpZXdfU2t5QWxlcnRDb21wb25lbnRfMV8wKCk6dm9pZCB7XG4gIHZhciBfYW55OmFueSA9IChudWxsIGFzIGFueSk7XG4gIGNvbnN0IGN1cnJWYWxfMDphbnkgPSAnc2t5LWFsZXJ0JztcbiAgY3VyclZhbF8wO1xuICBjb25zdCBjdXJyVmFsXzE6YW55ID0gKDxhbnk+eydza3ktYWxlcnQtaW5mbyc6KF9kZWNsMF8xNi5hbGVydFR5cGUgPT09ICdpbmZvJyksJ3NreS1hbGVydC1zdWNjZXNzJzooX2RlY2wwXzE2LmFsZXJ0VHlwZSA9PT0gJ3N1Y2Nlc3MnKSxcbiAgICAgICdza3ktYWxlcnQtd2FybmluZyc6KF9kZWNsMF8xNi5hbGVydFR5cGUgPT09ICd3YXJuaW5nJyksJ3NreS1hbGVydC1kYW5nZXInOihfZGVjbDBfMTYuYWxlcnRUeXBlID09PSAnZGFuZ2VyJyksXG4gICAgICAnc2t5LWFsZXJ0LWNsb3NlYWJsZSc6X2RlY2wwXzE2LmNsb3NlYWJsZX0pO1xuICBjdXJyVmFsXzE7XG4gIGNvbnN0IGN1cnJWYWxfMjphbnkgPSAnc2t5LWFsZXJ0JztcbiAgY3VyclZhbF8yO1xuICBjb25zdCBjdXJyVmFsXzM6YW55ID0gKDxhbnk+eydza3ktcm91bmRlZC1jb3JuZXJzJzonZGVmYXVsdCcsJ3NreS1ib3ggc2t5LWVsZXZhdGlvbi0xJzonbW9kZXJuJ30pO1xuICBjdXJyVmFsXzM7XG4gIGNvbnN0IGN1cnJWYWxfNDphbnkgPSBfZGVjbDBfMTYuY2xvc2VkO1xuICBjdXJyVmFsXzQ7XG4gIGNvbnN0IGN1cnJWYWxfNTphbnkgPSBfZGVjbDBfMTYuYWxlcnRCYXNlSWNvbjtcbiAgY3VyclZhbF81O1xuICBjb25zdCBjdXJyVmFsXzY6YW55ID0gX2RlY2wwXzE2LmFsZXJ0VG9wSWNvbjtcbiAgY3VyclZhbF82O1xuICBjb25zdCBjdXJyVmFsXzc6YW55ID0gX2FueS50cmFuc2Zvcm0oJ3NreXV4X2FsZXJ0X2Nsb3NlJyk7XG4gIGN1cnJWYWxfNztcbiAgY29uc3QgY3VyclZhbF84OmFueSA9ICFfZGVjbDBfMTYuY2xvc2VhYmxlO1xuICBjdXJyVmFsXzg7XG4gIGNvbnN0IGN1cnJWYWxfOTphbnkgPSAnY2xvc2UnO1xuICBjdXJyVmFsXzk7XG4gIGNvbnN0IGN1cnJWYWxfMTA6YW55ID0gJ2Nsb3NlJztcbiAgY3VyclZhbF8xMDtcbiAgY29uc3QgY3VyclZhbF8xMTphbnkgPSAnc2t5dXgnO1xuICBjdXJyVmFsXzExO1xuICBjb25zdCBjdXJyVmFsXzEyOmFueSA9ICcyeCc7XG4gIGN1cnJWYWxfMTI7XG4gIGNvbnN0IHBkXzEzOmFueSA9ICgoPGFueT5fZGVjbDBfMTYuY2xvc2UoKSkgIT09IGZhbHNlKTtcbn1cbiJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":2,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"entryComponents":[],"providers":[{"provider":{"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}},"useClass":{"reference":{"__symbol":2,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":4,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}},"useClass":{"reference":{"__symbol":6,"members":[]},"diDeps":[],"lifecycleHooks":[]},"useFactory":null,"deps":[],"multi":true},"module":{"reference":{"__symbol":7,"members":[]},"diDeps":[],"lifecycleHooks":[]}}],"modules":[{"reference":{"__symbol":4,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":8,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":9,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":10,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":7,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":11,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}],"exportedDirectives":[{"reference":{"__symbol":12,"members":[]}}],"exportedPipes":[]}}],"symbols":[{"__symbol":0,"name":"SkyAlertModule","filePath":"./alert.module"},{"__symbol":1,"name":"NgLocalization","filePath":"@angular/common"},{"__symbol":2,"name":"NgLocaleLocalization","filePath":"@angular/common"},{"__symbol":3,"name":"LOCALE_ID","filePath":"@angular/core"},{"__symbol":4,"name":"CommonModule","filePath":"@angular/common"},{"__symbol":5,"name":"SKY_LIB_RESOURCES_PROVIDERS","filePath":"@skyux/i18n"},{"__symbol":6,"name":"SkyIndicatorsResourcesProvider","filePath":"../shared/sky-indicators-resources.module"},{"__symbol":7,"name":"SkyIndicatorsResourcesModule","filePath":"../shared/sky-indicators-resources.module"},{"__symbol":8,"name":"SkyI18nModule","filePath":"@skyux/i18n"},{"__symbol":9,"name":"SkyThemeIconManifestModule","filePath":"@skyux/theme"},{"__symbol":10,"name":"SkyIconModule","filePath":"../icon/icon.module"},{"__symbol":11,"name":"SkyThemeModule","filePath":"@skyux/theme"},{"__symbol":12,"name":"SkyAlertComponent","filePath":"./alert.component"}]}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "./chevron.component.scss.shim.ngstyle";
|
|
8
|
-
import * as i1 from "@angular/core";
|
|
9
|
-
import * as i2 from "@angular/common";
|
|
10
|
-
import * as i3 from "@skyux/theme";
|
|
11
|
-
import * as i4 from "@skyux/i18n";
|
|
12
|
-
import * as i5 from "./chevron.component";
|
|
13
|
-
var styles_SkyChevronComponent = [i0.styles];
|
|
14
|
-
var RenderType_SkyChevronComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_SkyChevronComponent, data: {} });
|
|
15
|
-
export { RenderType_SkyChevronComponent as RenderType_SkyChevronComponent };
|
|
16
|
-
function View_SkyChevronComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
|
|
17
|
-
function View_SkyChevronComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SkyChevronComponent_2)), i1.ɵdid(2, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var currVal_0 = i1.ɵnov(_v.parent, 10); _ck(_v, 2, 0, currVal_0); }, null); }
|
|
18
|
-
function View_SkyChevronComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
|
|
19
|
-
function View_SkyChevronComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "span", [["class", "chevron-glyph-container"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SkyChevronComponent_4)), i1.ɵdid(3, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null)], function (_ck, _v) { var currVal_0 = i1.ɵnov(_v.parent, 10); _ck(_v, 3, 0, currVal_0); }, null); }
|
|
20
|
-
function View_SkyChevronComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "i", [["aria-hidden", "true"], ["class", "sky-chevron-part sky-chevron-left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "i", [["aria-hidden", "true"], ["class", "sky-chevron-part sky-chevron-right"]], null, null, null, null, null))], null, null); }
|
|
21
|
-
export function View_SkyChevronComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 9, "button", [["class", "sky-chevron"], ["type", "button"]], [[1, "aria-label", 0], [8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
22
|
-
var pd_0 = (_co.chevronClick($event) !== false);
|
|
23
|
-
ad = (pd_0 && ad);
|
|
24
|
-
} return ad; }, null, null)), i1.ɵdid(1, 278528, null, 0, i2.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { klass: [0, "klass"], ngClass: [1, "ngClass"] }, null), i1.ɵpad(2, 1), i1.ɵdid(3, 147456, null, 0, i3.SkyThemeClassDirective, [i1.ElementRef, i1.Renderer2, [2, i3.SkyThemeService]], { className: [0, "className"], skyThemeClass: [1, "skyThemeClass"] }, null), i1.ɵpod(4, { "sky-btn sky-btn-icon-borderless": 0 }), i1.ɵpid(131072, i4.SkyLibResourcesPipe, [i1.ChangeDetectorRef, i4.SkyLibResourcesService]), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SkyChevronComponent_1)), i1.ɵdid(7, 147456, null, 0, i3.SkyThemeIfDirective, [i1.TemplateRef, i1.ViewContainerRef, [2, i3.SkyThemeService]], { skyThemeIf: [0, "skyThemeIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SkyChevronComponent_3)), i1.ɵdid(9, 147456, null, 0, i3.SkyThemeIfDirective, [i1.TemplateRef, i1.ViewContainerRef, [2, i3.SkyThemeService]], { skyThemeIf: [0, "skyThemeIf"] }, null), (_l()(), i1.ɵand(0, [["icon", 2]], null, 0, null, View_SkyChevronComponent_5))], function (_ck, _v) { var _co = _v.component; var currVal_2 = "sky-chevron"; var currVal_3 = _ck(_v, 2, 0, ("sky-chevron-" + _co.direction)); _ck(_v, 1, 0, currVal_2, currVal_3); var currVal_4 = "sky-chevron"; var currVal_5 = _ck(_v, 4, 0, "modern"); _ck(_v, 3, 0, currVal_4, currVal_5); var currVal_6 = "default"; _ck(_v, 7, 0, currVal_6); var currVal_7 = "modern"; _ck(_v, 9, 0, currVal_7); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = i1.ɵunv(_v, 0, 0, i1.ɵnov(_v, 5).transform(((_co.direction === "down") ? "skyux_chevron_expand" : "skyux_chevron_collapse"))); var currVal_1 = _co.disabled; _ck(_v, 0, 0, currVal_0, currVal_1); }); }
|
|
25
|
-
export function View_SkyChevronComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "sky-chevron", [], null, null, null, View_SkyChevronComponent_0, RenderType_SkyChevronComponent)), i1.ɵdid(1, 49152, null, 0, i5.SkyChevronComponent, [], null, null)], null, null); }
|
|
26
|
-
var SkyChevronComponentNgFactory = i1.ɵccf("sky-chevron", i5.SkyChevronComponent, View_SkyChevronComponent_Host_0, { direction: "direction", disabled: "disabled" }, { directionChange: "directionChange" }, []);
|
|
27
|
-
export { SkyChevronComponentNgFactory as SkyChevronComponentNgFactory };
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hldnJvbi5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaW5kaWNhdG9ycy9zcmMvbW9kdWxlcy9jaGV2cm9uL2NoZXZyb24uY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luZGljYXRvcnMvc3JjL21vZHVsZXMvY2hldnJvbi9jaGV2cm9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs4RENZSSw2RUFBc0Q7OERBRHhELDZFQUVlLEtBRGIsd01BQXNELDhEQUF4QyxxQ0FBd0IsR0FBdEMsWUFBc0QsRUFBeEMsU0FBd0I7OERBTXBDLDZFQUFzRDs4REFKMUQsNkVBTWUsS0FMYixpSEFJTyxLQURMLHdNQUFzRCx5QkFBeEMscUNBQXdCLEdBQXRDLFlBQXNELEVBQXhDLFNBQXdCOzhEQU0xQyxpSkFJSSxLQUNKLGtKQUlJO3FFQWpDTixxTkFxQlMsWUFaUDs7d0JBQThCO01BVGhDLGlNQXFCUyxHQWhCUCxZQUF3QyxHQUwxQyx5TEFxQlMsR0FmUCxpREFFRSxLQUxGLHdGQUFnSCxLQVFoSCx3T0FFZSxJQUNmLHdPQU1lLElBR2pCLDJFQVdjLGtEQWpDWiw2QkFBbUIsRUFJbkIsbURBQXdDLGNBTDFDLFlBcUJTLEVBcEJQLFNBQW1CLEVBSW5CLFNBQXdDLEdBSnhDLDZCQUFtQixFQUtuQixzQ0FFRSxHQVJKLFlBcUJTLEVBcEJQLFNBQW1CLEVBS25CLFNBRUUsR0FHWSx5QkFBdUIsRUFBckMsWUFFZSxFQUZELFNBQXVCLEdBR3ZCLHdCQUFzQixFQUFwQyxZQU1lLEVBTkQsU0FBc0IsbURBWHBDLDBJQUFnSCxLQUNoSCxtQkFBcUIsV0FKdkIsWUFxQlMsRUFsQlAsU0FBZ0gsRUFDaEgsU0FBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8YnV0dG9uXG4gIGNsYXNzPVwic2t5LWNoZXZyb25cIlxuICB0eXBlPVwiYnV0dG9uXCJcbiAgW2F0dHIuYXJpYS1sYWJlbF09XCIoZGlyZWN0aW9uID09PSAnZG93bicgPyAnc2t5dXhfY2hldnJvbl9leHBhbmQnIDogJ3NreXV4X2NoZXZyb25fY29sbGFwc2UnKSB8IHNreUxpYlJlc291cmNlc1wiXG4gIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gIFtuZ0NsYXNzXT1cIlsnc2t5LWNoZXZyb24tJyArIGRpcmVjdGlvbl1cIlxuICBbc2t5VGhlbWVDbGFzc109XCJ7XG4gICAgJ3NreS1idG4gc2t5LWJ0bi1pY29uLWJvcmRlcmxlc3MnIDogJ21vZGVybidcbiAgfVwiXG4gIChjbGljayk9XCJjaGV2cm9uQ2xpY2soJGV2ZW50KVwiXG4+XG4gIDxuZy1jb250YWluZXIgKnNreVRoZW1lSWY9XCInZGVmYXVsdCdcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaWNvblwiPjwvbmctY29udGFpbmVyPlxuICA8L25nLWNvbnRhaW5lcj5cbiAgPG5nLWNvbnRhaW5lciAqc2t5VGhlbWVJZj1cIidtb2Rlcm4nXCI+XG4gICAgPHNwYW5cbiAgICAgIGNsYXNzPVwiY2hldnJvbi1nbHlwaC1jb250YWluZXJcIlxuICAgID5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJpY29uXCI+PC9uZy1jb250YWluZXI+XG4gICAgPC9zcGFuPlxuICA8L25nLWNvbnRhaW5lcj5cbjwvYnV0dG9uPlxuXG48bmctdGVtcGxhdGUgI2ljb24+XG4gIDxpXG4gICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICBjbGFzcz1cInNreS1jaGV2cm9uLXBhcnQgc2t5LWNoZXZyb24tbGVmdFwiXG4gID5cbiAgPC9pPlxuICA8aVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgY2xhc3M9XCJza3ktY2hldnJvbi1wYXJ0IHNreS1jaGV2cm9uLXJpZ2h0XCJcbiAgPlxuICA8L2k+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"directionChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"direction":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"chevronClick":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"sky-chevron","exportAs":null,"inputs":{"direction":"direction","disabled":"disabled"},"outputs":{"directionChange":"directionChange"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"SkyChevronComponent","filePath":"./chevron.component"},{"__symbol":1,"name":"Output","filePath":"@angular/core"},{"__symbol":2,"name":"Input","filePath":"@angular/core"},{"__symbol":3,"name":"View_SkyChevronComponent_0","filePath":"./chevron.component.ngfactory"},{"__symbol":4,"name":"RenderType_SkyChevronComponent","filePath":"./chevron.component.ngfactory"},{"__symbol":5,"name":"SkyChevronComponentNgFactory","filePath":"./chevron.component.ngfactory"}]}
|