@skyux/indicators 6.16.0 → 7.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/documentation.json +634 -468
  2. package/esm2020/lib/modules/alert/alert.component.mjs +72 -16
  3. package/esm2020/lib/modules/alert/alert.module.mjs +9 -11
  4. package/esm2020/lib/modules/chevron/chevron.component.mjs +6 -6
  5. package/esm2020/lib/modules/chevron/chevron.module.mjs +9 -11
  6. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
  7. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +5 -5
  8. package/esm2020/lib/modules/help-inline/help-inline.component.mjs +3 -3
  9. package/esm2020/lib/modules/help-inline/help-inline.module.mjs +9 -11
  10. package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +3 -3
  11. package/esm2020/lib/modules/icon/icon-resolver.service.mjs +3 -3
  12. package/esm2020/lib/modules/icon/icon-stack.component.mjs +3 -3
  13. package/esm2020/lib/modules/icon/icon.component.mjs +3 -3
  14. package/esm2020/lib/modules/icon/icon.module.mjs +5 -5
  15. package/esm2020/lib/modules/key-info/key-info-label.component.mjs +6 -4
  16. package/esm2020/lib/modules/key-info/key-info-value.component.mjs +3 -3
  17. package/esm2020/lib/modules/key-info/key-info.component.mjs +3 -3
  18. package/esm2020/lib/modules/key-info/key-info.module.mjs +5 -5
  19. package/esm2020/lib/modules/label/label.component.mjs +6 -6
  20. package/esm2020/lib/modules/label/label.module.mjs +8 -10
  21. package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +14 -5
  22. package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +6 -6
  23. package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +9 -11
  24. package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +112 -106
  25. package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  26. package/esm2020/lib/modules/tokens/token.component.mjs +5 -5
  27. package/esm2020/lib/modules/tokens/tokens.component.mjs +6 -6
  28. package/esm2020/lib/modules/tokens/tokens.module.mjs +8 -10
  29. package/esm2020/lib/modules/wait/wait-adapter.service.mjs +3 -3
  30. package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +3 -3
  31. package/esm2020/lib/modules/wait/wait-page.component.mjs +3 -3
  32. package/esm2020/lib/modules/wait/wait.component.mjs +3 -3
  33. package/esm2020/lib/modules/wait/wait.module.mjs +5 -5
  34. package/esm2020/lib/modules/wait/wait.service.mjs +3 -3
  35. package/esm2020/testing/alert/alert-harness-filters.mjs +1 -1
  36. package/esm2020/testing/alert/alert-harness.mjs +2 -1
  37. package/esm2020/testing/alert-fixture.mjs +2 -1
  38. package/esm2020/testing/label-fixture.mjs +2 -1
  39. package/esm2020/testing/tokens/token-harness-filters.mjs +1 -1
  40. package/esm2020/testing/tokens/token-harness.mjs +2 -1
  41. package/esm2020/testing/tokens/tokens-harness-filters.mjs +1 -1
  42. package/esm2020/testing/tokens/tokens-harness.mjs +2 -1
  43. package/esm2020/testing/wait-fixture.mjs +4 -1
  44. package/fesm2015/skyux-indicators-testing.mjs +8 -0
  45. package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
  46. package/fesm2015/skyux-indicators.mjs +321 -262
  47. package/fesm2015/skyux-indicators.mjs.map +1 -1
  48. package/fesm2020/skyux-indicators-testing.mjs +8 -0
  49. package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
  50. package/fesm2020/skyux-indicators.mjs +321 -262
  51. package/fesm2020/skyux-indicators.mjs.map +1 -1
  52. package/lib/modules/alert/alert.component.d.ts +18 -3
  53. package/lib/modules/chevron/chevron.component.d.ts +1 -1
  54. package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +1 -1
  55. package/lib/modules/help-inline/help-inline.component.d.ts +1 -1
  56. package/lib/modules/icon/icon-class-list.pipe.d.ts +1 -1
  57. package/lib/modules/icon/icon-stack.component.d.ts +1 -1
  58. package/lib/modules/icon/icon.component.d.ts +1 -1
  59. package/lib/modules/key-info/key-info-label.component.d.ts +3 -1
  60. package/lib/modules/key-info/key-info-value.component.d.ts +1 -1
  61. package/lib/modules/key-info/key-info.component.d.ts +1 -1
  62. package/lib/modules/label/label.component.d.ts +1 -1
  63. package/lib/modules/status-indicator/status-indicator.component.d.ts +1 -1
  64. package/lib/modules/text-highlight/text-highlight.directive.d.ts +4 -15
  65. package/lib/modules/tokens/token.component.d.ts +1 -1
  66. package/lib/modules/tokens/tokens.component.d.ts +1 -1
  67. package/lib/modules/wait/wait-page.component.d.ts +1 -1
  68. package/lib/modules/wait/wait.component.d.ts +1 -1
  69. package/package.json +13 -13
  70. package/testing/alert/alert-harness-filters.d.ts +1 -0
  71. package/testing/alert/alert-harness.d.ts +1 -0
  72. package/testing/alert-fixture.d.ts +1 -0
  73. package/testing/{skyux-indicators-testing.d.ts → index.d.ts} +0 -0
  74. package/testing/label-fixture.d.ts +1 -0
  75. package/testing/tokens/token-harness-filters.d.ts +1 -0
  76. package/testing/tokens/token-harness.d.ts +1 -0
  77. package/testing/tokens/tokens-harness-filters.d.ts +1 -0
  78. package/testing/tokens/tokens-harness.d.ts +1 -0
  79. package/testing/wait-fixture.d.ts +3 -0
  80. package/skyux-indicators.d.ts +0 -5
  81. package/testing/package.json +0 -10
@@ -1,8 +1,10 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { SkyLibResourcesService } from '@skyux/i18n';
2
3
  import { SkyIconStackItem } from '../icon/icon-stack-item';
4
+ import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
3
5
  import { SkyIndicatorIconType } from '../shared/indicator-icon-type';
4
6
  import * as i0 from "@angular/core";
5
- export declare class SkyAlertComponent implements OnInit {
7
+ export declare class SkyAlertComponent implements OnInit, OnDestroy {
6
8
  #private;
7
9
  /**
8
10
  * Specifies a style for the alert to determine the icon and background color.
@@ -20,6 +22,16 @@ export declare class SkyAlertComponent implements OnInit {
20
22
  * @default false
21
23
  */
22
24
  closed: boolean | undefined;
25
+ /**
26
+ * Specifies the predefined text to be read by screen readers for users who cannot see the alert icon.
27
+ * This property is optional but will be required in future versions of SKY UX.
28
+ */
29
+ set descriptionType(value: SkyIndicatorDescriptionType | undefined);
30
+ /**
31
+ * Specifies the text to be read by screen readers for users who cannot see
32
+ * the indicator icon when `descriptionType` is `custom`.
33
+ */
34
+ set customDescription(value: string | undefined);
23
35
  /**
24
36
  * Fires when users close the alert.
25
37
  */
@@ -27,8 +39,11 @@ export declare class SkyAlertComponent implements OnInit {
27
39
  alertBaseIcon: SkyIconStackItem | undefined;
28
40
  alertTopIcon: SkyIconStackItem | undefined;
29
41
  alertTypeOrDefault: SkyIndicatorIconType;
42
+ descriptionComputed: string | undefined;
43
+ constructor(resources: SkyLibResourcesService);
30
44
  ngOnInit(): void;
45
+ ngOnDestroy(): void;
31
46
  close(): void;
32
47
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAlertComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": "alertType"; "closeable": "closeable"; "closed": "closed"; }, { "closedChange": "closedChange"; }, never, ["*"]>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": "alertType"; "closeable": "closeable"; "closed": "closed"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, { "closedChange": "closedChange"; }, never, ["*"], false>;
34
49
  }
@@ -32,5 +32,5 @@ export declare class SkyChevronComponent {
32
32
  directionOrDefault: string;
33
33
  chevronClick(event: Event): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never, false>;
36
36
  }
@@ -10,5 +10,5 @@ export declare class SkyExpansionIndicatorComponent {
10
10
  set direction(value: string | undefined);
11
11
  directionOrDefault: string;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyExpansionIndicatorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": "direction"; }, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": "direction"; }, {}, never, never, false>;
14
14
  }
@@ -7,5 +7,5 @@ export declare class SkyHelpInlineComponent {
7
7
  actionClick: EventEmitter<any>;
8
8
  onClick(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, {}, { "actionClick": "actionClick"; }, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, {}, { "actionClick": "actionClick"; }, never, never, false>;
11
11
  }
@@ -10,5 +10,5 @@ export declare class SkyIconClassListPipe implements PipeTransform {
10
10
  constructor(resolver: SkyIconResolverService);
11
11
  transform(icon: string, iconType?: string, size?: string, fixedWidth?: boolean, variant?: SkyIconVariantType): string[];
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconClassListPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<SkyIconClassListPipe, "skyIconClassList">;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<SkyIconClassListPipe, "skyIconClassList", false>;
14
14
  }
@@ -18,5 +18,5 @@ export declare class SkyIconStackComponent {
18
18
  */
19
19
  topIcon: SkyIconStackItem | undefined;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconStackComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never, false>;
22
22
  }
@@ -32,5 +32,5 @@ export declare class SkyIconComponent {
32
32
  */
33
33
  variant: SkyIconVariantType;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never, false>;
36
36
  }
@@ -1,9 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * Specifies a label to display in smaller text under or beside the value.
4
+ * To display a help button beside the label, include a help button element, such as `sky-help-inline`,
5
+ * in the `sky-key-info` element and a `sky-control-help` CSS class on that help button element.
4
6
  * @required
5
7
  */
6
8
  export declare class SkyKeyInfoLabelComponent {
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoLabelComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], false>;
9
11
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyKeyInfoValueComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoValueComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -7,5 +7,5 @@ export declare class SkyKeyInfoComponent {
7
7
  */
8
8
  layout: string | undefined;
9
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", ".sky-control-help"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "layout": "layout"; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"], false>;
11
11
  }
@@ -30,5 +30,5 @@ export declare class SkyLabelComponent implements OnDestroy, OnInit {
30
30
  ngOnInit(): void;
31
31
  ngOnDestroy(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"]>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"], false>;
34
34
  }
@@ -38,5 +38,5 @@ export declare class SkyStatusIndicatorComponent implements OnInit {
38
38
  constructor(changeDetector: ChangeDetectorRef, resources: SkyLibResourcesService);
39
39
  ngOnInit(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*", ".sky-control-help"]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*", ".sky-control-help"], false>;
42
42
  }
@@ -5,26 +5,15 @@ import * as i0 from "@angular/core";
5
5
  * Highlights all matching text within the current DOM element.
6
6
  */
7
7
  export declare class SkyTextHighlightDirective implements OnChanges, AfterViewInit, OnDestroy {
8
- private el;
9
- private observerService;
8
+ #private;
10
9
  /**
11
10
  * Specifies the text to highlight.
12
11
  */
13
- set skyHighlight(value: string | string[]);
14
- private existingHighlight;
15
- private observer;
16
- private _skyHighlight;
17
- constructor(el: ElementRef, observerService: MutationObserverService);
18
- private static cleanRegex;
19
- private static markNode;
20
- private static markTextNodes;
21
- private static removeHighlight;
12
+ set skyHighlight(value: string | string[] | undefined);
13
+ constructor(el: ElementRef, observerSvc: MutationObserverService);
22
14
  ngOnChanges(changes: SimpleChanges): void;
23
15
  ngAfterViewInit(): void;
24
16
  ngOnDestroy(): void;
25
- private readyForHighlight;
26
- private highlight;
27
- private observeDom;
28
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightDirective, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never, never, false>;
30
19
  }
@@ -64,5 +64,5 @@ export declare class SkyTokenComponent {
64
64
  setCloseActive(closeActive: boolean): void;
65
65
  private getString;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokenComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"]>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"], false>;
68
68
  }
@@ -103,5 +103,5 @@ export declare class SkyTokensComponent implements OnDestroy {
103
103
  private initMessageStream;
104
104
  private notifyTokenSelected;
105
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, ["*"]>;
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, ["*"], false>;
107
107
  }
@@ -6,5 +6,5 @@ export declare class SkyWaitPageComponent {
6
6
  hasBlockingWait: boolean;
7
7
  hasNonBlockingWait: boolean;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never, false>;
10
10
  }
@@ -44,5 +44,5 @@ export declare class SkyWaitComponent implements OnInit {
44
44
  ngOnInit(): void;
45
45
  private publishAriaLabel;
46
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>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never, false>;
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "6.16.0",
3
+ "version": "7.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,7 +20,7 @@
20
20
  "default": "./package.json"
21
21
  },
22
22
  ".": {
23
- "types": "./skyux-indicators.d.ts",
23
+ "types": "./index.d.ts",
24
24
  "esm2020": "./esm2020/skyux-indicators.mjs",
25
25
  "es2020": "./fesm2020/skyux-indicators.mjs",
26
26
  "es2015": "./fesm2015/skyux-indicators.mjs",
@@ -28,7 +28,7 @@
28
28
  "default": "./fesm2020/skyux-indicators.mjs"
29
29
  },
30
30
  "./testing": {
31
- "types": "./testing/skyux-indicators-testing.d.ts",
31
+ "types": "./testing/index.d.ts",
32
32
  "esm2020": "./esm2020/testing/skyux-indicators-testing.mjs",
33
33
  "es2020": "./fesm2020/skyux-indicators-testing.mjs",
34
34
  "es2015": "./fesm2015/skyux-indicators-testing.mjs",
@@ -40,15 +40,15 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/animations": "^13.3.2",
44
- "@angular/cdk": "^13.3.2",
45
- "@angular/common": "^13.3.2",
46
- "@angular/core": "^13.3.2",
47
- "@angular/platform-browser": "^13.3.2",
48
- "@skyux-sdk/testing": "6.16.0",
49
- "@skyux/core": "6.16.0",
50
- "@skyux/i18n": "6.16.0",
51
- "@skyux/theme": "6.16.0"
43
+ "@angular/animations": "^14.2.0",
44
+ "@angular/cdk": "^14.2.0",
45
+ "@angular/common": "^14.2.0",
46
+ "@angular/core": "^14.2.0",
47
+ "@angular/platform-browser": "^14.2.0",
48
+ "@skyux-sdk/testing": "7.0.0-alpha.0",
49
+ "@skyux/core": "7.0.0-alpha.0",
50
+ "@skyux/i18n": "7.0.0-alpha.0",
51
+ "@skyux/theme": "7.0.0-alpha.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1"
@@ -58,6 +58,6 @@
58
58
  "esm2020": "esm2020/skyux-indicators.mjs",
59
59
  "fesm2020": "fesm2020/skyux-indicators.mjs",
60
60
  "fesm2015": "fesm2015/skyux-indicators.mjs",
61
- "typings": "skyux-indicators.d.ts",
61
+ "typings": "index.d.ts",
62
62
  "sideEffects": false
63
63
  }
@@ -1,6 +1,7 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of SkyAlertHarness instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyAlertHarnessFilters extends SkyHarnessFilters {
6
7
  }
@@ -4,6 +4,7 @@ import { SkyIndicatorIconType } from '@skyux/indicators';
4
4
  import { SkyAlertHarnessFilters } from './alert-harness-filters';
5
5
  /**
6
6
  * Harness for interacting with an alert component in tests.
7
+ * @internal
7
8
  */
8
9
  export declare class SkyAlertHarness extends SkyComponentHarness {
9
10
  #private;
@@ -2,6 +2,7 @@ import { ComponentFixture } from '@angular/core/testing';
2
2
  /**
3
3
  * Allows interaction with a SKY UX alert component.
4
4
  * @deprecated Use `SkyAlertHarness` instead.
5
+ * @internal
5
6
  */
6
7
  export declare class SkyAlertFixture {
7
8
  /**
@@ -1,6 +1,7 @@
1
1
  import { ComponentFixture } from '@angular/core/testing';
2
2
  /**
3
3
  * Allows interaction with a SKY UX label component.
4
+ * @internal
4
5
  */
5
6
  export declare class SkyLabelFixture {
6
7
  /**
@@ -1,6 +1,7 @@
1
1
  import { BaseHarnessFilters } from '@angular/cdk/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyTokenHarness` instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyTokenHarnessFilters extends BaseHarnessFilters {
6
7
  /**
@@ -2,6 +2,7 @@ import { ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
2
  import { SkyTokenHarnessFilters } from './token-harness-filters';
3
3
  /**
4
4
  * Harness for interacting with a token component in tests.
5
+ * @internal
5
6
  */
6
7
  export declare class SkyTokenHarness extends ComponentHarness {
7
8
  #private;
@@ -1,6 +1,7 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyTokensHarness` instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyTokensHarnessFilters extends SkyHarnessFilters {
6
7
  }
@@ -4,6 +4,7 @@ import { SkyTokenHarnessFilters } from './token-harness-filters';
4
4
  import { SkyTokensHarnessFilters } from './tokens-harness-filters';
5
5
  /**
6
6
  * Harness for interacting with a tokens component in tests.
7
+ * @internal
7
8
  */
8
9
  export declare class SkyTokensHarness extends SkyComponentHarness {
9
10
  static hostSelector: string;
@@ -1,4 +1,7 @@
1
1
  import { ComponentFixture } from '@angular/core/testing';
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare class SkyWaitFixture {
3
6
  get isWaiting(): boolean;
4
7
  get isFullPage(): boolean;
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@skyux/indicators" />
5
- export * from './index';
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../fesm2015/skyux-indicators-testing.mjs",
3
- "es2020": "../fesm2020/skyux-indicators-testing.mjs",
4
- "esm2020": "../esm2020/testing/skyux-indicators-testing.mjs",
5
- "fesm2020": "../fesm2020/skyux-indicators-testing.mjs",
6
- "fesm2015": "../fesm2015/skyux-indicators-testing.mjs",
7
- "typings": "skyux-indicators-testing.d.ts",
8
- "sideEffects": false,
9
- "name": "@skyux/indicators/testing"
10
- }