@skyux/indicators 5.0.0-beta.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/bundles/skyux-indicators-testing.umd.js +15 -11
- package/bundles/skyux-indicators-testing.umd.js.map +1 -1
- package/bundles/skyux-indicators.umd.js +1113 -858
- package/bundles/skyux-indicators.umd.js.map +1 -1
- package/documentation.json +6097 -0
- package/esm2015/modules/alert/alert.component.js +27 -24
- package/esm2015/modules/alert/alert.module.js +31 -18
- package/esm2015/modules/chevron/chevron.component.js +24 -24
- package/esm2015/modules/chevron/chevron.module.js +29 -18
- package/esm2015/modules/help-inline/help-inline.component.js +20 -15
- package/esm2015/modules/help-inline/help-inline.module.js +31 -18
- package/esm2015/modules/icon/icon-class-list.pipe.js +13 -14
- package/esm2015/modules/icon/icon-resolver.service.js +11 -15
- package/esm2015/modules/icon/icon-stack-item.js +2 -1
- package/esm2015/modules/icon/icon-stack.component.js +22 -21
- package/esm2015/modules/icon/icon.component.js +27 -28
- package/esm2015/modules/icon/icon.module.js +30 -20
- package/esm2015/modules/icon/types/icon-type.js +2 -1
- package/esm2015/modules/icon/types/icon-variant-type.js +2 -1
- package/esm2015/modules/key-info/key-info-label.component.js +13 -11
- package/esm2015/modules/key-info/key-info-value.component.js +13 -11
- package/esm2015/modules/key-info/key-info.component.js +17 -15
- package/esm2015/modules/key-info/key-info.module.js +30 -21
- package/esm2015/modules/label/label-type.js +2 -1
- package/esm2015/modules/label/label.component.js +19 -15
- package/esm2015/modules/label/label.module.js +24 -17
- package/esm2015/modules/shared/indicator-description-type.js +2 -1
- package/esm2015/modules/shared/indicator-icon-type.js +2 -1
- package/esm2015/modules/shared/indicator-icon-utility.js +1 -1
- package/esm2015/modules/shared/indicator-icon.js +2 -1
- package/esm2015/modules/shared/sky-indicators-resources.module.js +41 -0
- package/esm2015/modules/status-indicator/status-indicator.component.js +26 -28
- package/esm2015/modules/status-indicator/status-indicator.module.js +29 -18
- package/esm2015/modules/text-highlight/text-highlight.directive.js +25 -25
- package/esm2015/modules/text-highlight/text-highlight.module.js +23 -18
- package/esm2015/modules/tokens/token.component.js +32 -40
- package/esm2015/modules/tokens/tokens.component.js +86 -74
- package/esm2015/modules/tokens/tokens.module.js +33 -20
- package/esm2015/modules/tokens/types/token-selected-event-args.js +2 -1
- package/esm2015/modules/tokens/types/token.js +2 -1
- package/esm2015/modules/tokens/types/tokens-message-type.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message.js +2 -1
- package/esm2015/modules/wait/wait-adapter.service.js +29 -27
- package/esm2015/modules/wait/wait-page-adapter.service.js +15 -12
- package/esm2015/modules/wait/wait-page.component.js +19 -18
- package/esm2015/modules/wait/wait.component.js +35 -36
- package/esm2015/modules/wait/wait.module.js +32 -23
- package/esm2015/modules/wait/wait.service.js +37 -46
- package/esm2015/public-api.js +36 -0
- package/esm2015/skyux-indicators.js +2 -23
- package/esm2015/testing/alert-fixture.js +1 -1
- package/esm2015/testing/label-fixture.js +1 -1
- package/esm2015/testing/public-api.js +4 -0
- package/esm2015/testing/skyux-indicators-testing.js +2 -2
- package/esm2015/testing/wait-fixture.js +1 -1
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +752 -616
- 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 +4 -1
- 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 +14 -0
- 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 +4 -1
- 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 +12 -27
- package/public-api.d.ts +33 -0
- package/skyux-indicators.d.ts +2 -22
- package/testing/package.json +2 -5
- package/testing/{public_api.d.ts → public-api.d.ts} +0 -0
- package/testing/skyux-indicators-testing.d.ts +2 -1
- package/CHANGELOG.md +0 -203
- package/bundles/skyux-indicators-testing.umd.min.js +0 -2
- package/bundles/skyux-indicators-testing.umd.min.js.map +0 -1
- package/bundles/skyux-indicators.umd.min.js +0 -16
- package/bundles/skyux-indicators.umd.min.js.map +0 -1
- package/esm2015/modules/shared/indicators-resources.module.js +0 -17
- package/esm2015/plugin-resources/indicators-resources-provider.js +0 -16
- package/esm2015/public_api.js +0 -13
- package/esm2015/testing/public_api.js +0 -4
- package/esm5/modules/alert/alert.component.js +0 -62
- package/esm5/modules/alert/alert.module.js +0 -32
- package/esm5/modules/chevron/chevron.component.js +0 -35
- package/esm5/modules/chevron/chevron.module.js +0 -30
- package/esm5/modules/help-inline/help-inline.component.js +0 -26
- package/esm5/modules/help-inline/help-inline.module.js +0 -32
- package/esm5/modules/icon/icon-class-list.pipe.js +0 -39
- package/esm5/modules/icon/icon-resolver.service.js +0 -57
- package/esm5/modules/icon/icon-stack-item.js +0 -1
- package/esm5/modules/icon/icon-stack.component.js +0 -25
- package/esm5/modules/icon/icon.component.js +0 -38
- package/esm5/modules/icon/icon.module.js +0 -31
- package/esm5/modules/icon/types/icon-type.js +0 -1
- package/esm5/modules/icon/types/icon-variant-type.js +0 -1
- package/esm5/modules/key-info/key-info-label.component.js +0 -19
- package/esm5/modules/key-info/key-info-value.component.js +0 -19
- package/esm5/modules/key-info/key-info.component.js +0 -25
- package/esm5/modules/key-info/key-info.module.js +0 -30
- package/esm5/modules/label/label-type.js +0 -1
- package/esm5/modules/label/label.component.js +0 -41
- package/esm5/modules/label/label.module.js +0 -26
- package/esm5/modules/shared/indicator-description-type.js +0 -1
- package/esm5/modules/shared/indicator-icon-type.js +0 -1
- package/esm5/modules/shared/indicator-icon-utility.js +0 -45
- package/esm5/modules/shared/indicator-icon.js +0 -1
- package/esm5/modules/shared/indicators-resources.module.js +0 -20
- package/esm5/modules/status-indicator/status-indicator.component.js +0 -111
- package/esm5/modules/status-indicator/status-indicator.module.js +0 -30
- package/esm5/modules/text-highlight/text-highlight.directive.js +0 -134
- package/esm5/modules/text-highlight/text-highlight.module.js +0 -24
- package/esm5/modules/tokens/token.component.js +0 -134
- package/esm5/modules/tokens/tokens.component.js +0 -325
- package/esm5/modules/tokens/tokens.module.js +0 -33
- package/esm5/modules/tokens/types/token-selected-event-args.js +0 -1
- package/esm5/modules/tokens/types/token.js +0 -1
- package/esm5/modules/tokens/types/tokens-message-type.js +0 -24
- package/esm5/modules/tokens/types/tokens-message.js +0 -1
- package/esm5/modules/wait/wait-adapter.service.js +0 -219
- package/esm5/modules/wait/wait-page-adapter.service.js +0 -25
- package/esm5/modules/wait/wait-page.component.js +0 -25
- package/esm5/modules/wait/wait.component.js +0 -107
- package/esm5/modules/wait/wait.module.js +0 -34
- package/esm5/modules/wait/wait.service.js +0 -176
- package/esm5/plugin-resources/indicators-resources-provider.js +0 -17
- package/esm5/public_api.js +0 -13
- package/esm5/skyux-indicators.js +0 -26
- package/esm5/testing/alert-fixture.js +0 -85
- package/esm5/testing/label-fixture.js +0 -50
- package/esm5/testing/public_api.js +0 -4
- package/esm5/testing/skyux-indicators-testing.js +0 -5
- package/esm5/testing/wait-fixture.js +0 -42
- package/fesm5/skyux-indicators-testing.js +0 -178
- package/fesm5/skyux-indicators-testing.js.map +0 -1
- package/fesm5/skyux-indicators.js +0 -1892
- package/fesm5/skyux-indicators.js.map +0 -1
- package/modules/shared/indicators-resources.module.d.ts +0 -2
- package/plugin-resources/indicators-resources-provider.d.ts +0 -5
- package/public_api.d.ts +0 -19
- package/skyux-indicators.metadata.json +0 -1
- package/src/assets/img/guidelines/alert/alert-anatomy.png +0 -0
- package/src/assets/img/guidelines/alert/alert-layout-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-layout-2.png +0 -0
- package/src/assets/img/guidelines/alert/alert-layout-3.png +0 -0
- package/src/assets/img/guidelines/alert/alert-option-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-2.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-3.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-4.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-2.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-3.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-4.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-5.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-6.png +0 -0
- package/src/assets/img/guidelines/key-info/horizontal-layout.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-anatomy.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-1.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-2.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-3.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-4.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-5.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-6.png +0 -0
- package/src/assets/img/guidelines/key-info/vertical-layout.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-anatomy.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-1.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-2-5.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-2.5.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-2.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-3.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-4.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-5.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-6.png +0 -0
- package/src/assets/locales/resources_en_US.json +0 -54
- 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
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SkyAppLocaleInfo, SkyLibResourcesProvider } from '@skyux/i18n';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@skyux/i18n";
|
|
4
|
+
export declare class SkyIndicatorsResourcesProvider implements SkyLibResourcesProvider {
|
|
5
|
+
getString(localeInfo: SkyAppLocaleInfo, name: string): string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Import into any component library module that needs to use resource strings.
|
|
9
|
+
*/
|
|
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>;
|
|
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;
|
|
@@ -57,7 +58,9 @@ export declare class SkyTokenComponent {
|
|
|
57
58
|
private _dismissible;
|
|
58
59
|
private _focusable;
|
|
59
60
|
constructor(elementRef: ElementRef, resourcesService: SkyLibResourcesService);
|
|
60
|
-
dismissToken(event
|
|
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,36 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "5.0.0
|
|
4
|
-
"description": "SKY UX Indicators",
|
|
5
|
-
"keywords": [],
|
|
6
|
-
"author": "Blackbaud",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "git@github.com:blackbaud/skyux-indicators.git"
|
|
11
|
-
},
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/blackbaud/skyux-indicators/issues"
|
|
14
|
-
},
|
|
15
|
-
"homepage": "https://github.com/blackbaud/skyux-indicators#readme",
|
|
3
|
+
"version": "5.0.0",
|
|
16
4
|
"peerDependencies": {
|
|
17
|
-
"@angular/common": "^
|
|
18
|
-
"@angular/core": "^
|
|
19
|
-
"@skyux/core": "^
|
|
20
|
-
"@skyux/i18n": "^
|
|
21
|
-
"@skyux/theme": "^
|
|
5
|
+
"@angular/common": "^12.2.7",
|
|
6
|
+
"@angular/core": "^12.2.7",
|
|
7
|
+
"@skyux/core": "^5.0.0",
|
|
8
|
+
"@skyux/i18n": "^5.0.0",
|
|
9
|
+
"@skyux/theme": "^5.0.0"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"tslib": "^2.3.1"
|
|
22
13
|
},
|
|
23
14
|
"main": "bundles/skyux-indicators.umd.js",
|
|
24
|
-
"module": "
|
|
15
|
+
"module": "fesm2015/skyux-indicators.js",
|
|
25
16
|
"es2015": "fesm2015/skyux-indicators.js",
|
|
26
|
-
"esm5": "esm5/skyux-indicators.js",
|
|
27
17
|
"esm2015": "esm2015/skyux-indicators.js",
|
|
28
|
-
"fesm5": "fesm5/skyux-indicators.js",
|
|
29
18
|
"fesm2015": "fesm2015/skyux-indicators.js",
|
|
30
19
|
"typings": "skyux-indicators.d.ts",
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"tslib": "^1.10.0"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
20
|
+
"sideEffects": false
|
|
21
|
+
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * from './modules/alert/alert.module';
|
|
2
|
+
export * from './modules/chevron/chevron.module';
|
|
3
|
+
export * from './modules/help-inline/help-inline.module';
|
|
4
|
+
export * from './modules/icon/icon-stack-item';
|
|
5
|
+
export * from './modules/icon/icon.module';
|
|
6
|
+
export * from './modules/icon/types/icon-type';
|
|
7
|
+
export * from './modules/icon/types/icon-variant-type';
|
|
8
|
+
export * from './modules/key-info/key-info.module';
|
|
9
|
+
export * from './modules/label/label-type';
|
|
10
|
+
export * from './modules/label/label.module';
|
|
11
|
+
export * from './modules/status-indicator/status-indicator.module';
|
|
12
|
+
export * from './modules/text-highlight/text-highlight.module';
|
|
13
|
+
export * from './modules/tokens/tokens.module';
|
|
14
|
+
export * from './modules/tokens/types/token';
|
|
15
|
+
export * from './modules/tokens/types/token-selected-event-args';
|
|
16
|
+
export * from './modules/tokens/types/tokens-message';
|
|
17
|
+
export * from './modules/tokens/types/tokens-message-type';
|
|
18
|
+
export * from './modules/wait/wait.module';
|
|
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,25 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
export
|
|
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 ɵf } from './modules/shared/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';
|
|
25
|
-
export { SkyIndicatorsResourcesProvider as ɵg } from './plugin-resources/indicators-resources-provider';
|
|
4
|
+
/// <amd-module name="@skyux/indicators" />
|
|
5
|
+
export * from './public-api';
|
package/testing/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../bundles/skyux-indicators-testing.umd.js",
|
|
3
|
-
"module": "../
|
|
3
|
+
"module": "../fesm2015/skyux-indicators-testing.js",
|
|
4
4
|
"es2015": "../fesm2015/skyux-indicators-testing.js",
|
|
5
|
-
"esm5": "../esm5/testing/skyux-indicators-testing.js",
|
|
6
5
|
"esm2015": "../esm2015/testing/skyux-indicators-testing.js",
|
|
7
|
-
"fesm5": "../fesm5/skyux-indicators-testing.js",
|
|
8
6
|
"fesm2015": "../fesm2015/skyux-indicators-testing.js",
|
|
9
7
|
"typings": "skyux-indicators-testing.d.ts",
|
|
10
|
-
"metadata": "skyux-indicators-testing.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@skyux/indicators/testing"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
File without changes
|