@skyux/indicators 9.0.0-alpha.1 → 9.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/documentation.json +9145 -3936
  2. package/esm2022/index.mjs +14 -24
  3. package/esm2022/lib/modules/alert/alert.component.mjs +5 -5
  4. package/esm2022/lib/modules/alert/alert.module.mjs +5 -9
  5. package/esm2022/lib/modules/chevron/chevron.component.mjs +3 -3
  6. package/esm2022/lib/modules/chevron/chevron.module.mjs +5 -9
  7. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
  8. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
  9. package/esm2022/lib/modules/help-inline/help-inline-aria-expanded.pipe.mjs +3 -3
  10. package/esm2022/lib/modules/help-inline/help-inline.component.mjs +3 -3
  11. package/esm2022/lib/modules/help-inline/help-inline.module.mjs +5 -9
  12. package/esm2022/lib/modules/icon/icon-class-list.pipe.mjs +6 -6
  13. package/esm2022/lib/modules/icon/icon-resolver.service.mjs +27 -27
  14. package/esm2022/lib/modules/icon/icon-stack-item.mjs +1 -1
  15. package/esm2022/lib/modules/icon/icon-stack.component.mjs +5 -5
  16. package/esm2022/lib/modules/icon/icon.component.mjs +5 -5
  17. package/esm2022/lib/modules/icon/icon.module.mjs +4 -4
  18. package/esm2022/lib/modules/key-info/key-info-label.component.mjs +3 -3
  19. package/esm2022/lib/modules/key-info/key-info-value.component.mjs +3 -3
  20. package/esm2022/lib/modules/key-info/key-info.component.mjs +3 -3
  21. package/esm2022/lib/modules/key-info/key-info.module.mjs +4 -4
  22. package/esm2022/lib/modules/label/label.component.mjs +3 -3
  23. package/esm2022/lib/modules/label/label.module.mjs +6 -18
  24. package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +8 -6
  25. package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +3 -3
  26. package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +5 -9
  27. package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +3 -3
  28. package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  29. package/esm2022/lib/modules/tokens/token.component.mjs +5 -5
  30. package/esm2022/lib/modules/tokens/tokens.component.mjs +3 -3
  31. package/esm2022/lib/modules/tokens/tokens.module.mjs +6 -18
  32. package/esm2022/lib/modules/wait/wait-adapter.service.mjs +3 -3
  33. package/esm2022/lib/modules/wait/wait-page.component.mjs +6 -6
  34. package/esm2022/lib/modules/wait/wait.component.mjs +13 -11
  35. package/esm2022/lib/modules/wait/wait.module.mjs +6 -11
  36. package/esm2022/lib/modules/wait/wait.service.mjs +10 -10
  37. package/esm2022/testing/icon/icon-harness.mjs +2 -1
  38. package/esm2022/testing/public-api.mjs +13 -21
  39. package/fesm2022/skyux-indicators-testing.mjs +1 -0
  40. package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
  41. package/fesm2022/skyux-indicators.mjs +169 -202
  42. package/fesm2022/skyux-indicators.mjs.map +1 -1
  43. package/index.d.ts +23 -23
  44. package/lib/modules/alert/alert.module.d.ts +4 -5
  45. package/lib/modules/chevron/chevron.module.d.ts +4 -5
  46. package/lib/modules/help-inline/help-inline.module.d.ts +4 -5
  47. package/lib/modules/icon/icon-class-list.pipe.d.ts +1 -1
  48. package/lib/modules/icon/icon-resolver.service.d.ts +1 -1
  49. package/lib/modules/icon/icon-stack-item.d.ts +1 -0
  50. package/lib/modules/icon/icon.component.d.ts +1 -0
  51. package/lib/modules/label/label.module.d.ts +3 -4
  52. package/lib/modules/status-indicator/status-indicator.module.d.ts +4 -5
  53. package/lib/modules/tokens/tokens.module.d.ts +3 -4
  54. package/lib/modules/wait/wait-page.component.d.ts +1 -1
  55. package/lib/modules/wait/wait.component.d.ts +1 -1
  56. package/lib/modules/wait/wait.module.d.ts +1 -5
  57. package/package.json +11 -11
  58. package/testing/icon/icon-harness.d.ts +1 -0
  59. package/testing/public-api.d.ts +20 -20
package/index.d.ts CHANGED
@@ -1,26 +1,26 @@
1
- export * from './lib/modules/alert/alert.module';
2
- export * from './lib/modules/chevron/chevron.module';
3
- export * from './lib/modules/expansion-indicator/expansion-indicator.module';
4
- export * from './lib/modules/help-inline/help-inline.module';
5
- export * from './lib/modules/icon/icon-stack-item';
6
- export * from './lib/modules/icon/icon.module';
7
- export * from './lib/modules/icon/types/icon-type';
8
- export * from './lib/modules/icon/types/icon-variant-type';
9
- export * from './lib/modules/key-info/key-info-layout-type';
10
- export * from './lib/modules/key-info/key-info.module';
11
- export * from './lib/modules/label/label-type';
12
- export * from './lib/modules/label/label.module';
13
- export * from './lib/modules/shared/indicator-description-type';
14
- export * from './lib/modules/shared/indicator-icon-type';
15
- export * from './lib/modules/status-indicator/status-indicator.module';
16
- export * from './lib/modules/text-highlight/text-highlight.module';
17
- export * from './lib/modules/tokens/tokens.module';
18
- export * from './lib/modules/tokens/types/token';
19
- export * from './lib/modules/tokens/types/token-selected-event-args';
20
- export * from './lib/modules/tokens/types/tokens-message';
21
- export * from './lib/modules/tokens/types/tokens-message-type';
22
- export * from './lib/modules/wait/wait.module';
23
- export * from './lib/modules/wait/wait.service';
1
+ export { SkyAlertModule } from './lib/modules/alert/alert.module';
2
+ export { SkyChevronModule } from './lib/modules/chevron/chevron.module';
3
+ export { SkyExpansionIndicatorModule } from './lib/modules/expansion-indicator/expansion-indicator.module';
4
+ export { SkyHelpInlineModule } from './lib/modules/help-inline/help-inline.module';
5
+ export { SkyIconStackItem } from './lib/modules/icon/icon-stack-item';
6
+ export { SkyIconModule } from './lib/modules/icon/icon.module';
7
+ export { SkyIconType } from './lib/modules/icon/types/icon-type';
8
+ export { SkyIconVariantType } from './lib/modules/icon/types/icon-variant-type';
9
+ export { SkyKeyInfoLayoutType } from './lib/modules/key-info/key-info-layout-type';
10
+ export { SkyKeyInfoModule } from './lib/modules/key-info/key-info.module';
11
+ export { SkyLabelType } from './lib/modules/label/label-type';
12
+ export { SkyLabelModule } from './lib/modules/label/label.module';
13
+ export { SkyIndicatorDescriptionType } from './lib/modules/shared/indicator-description-type';
14
+ export { SkyIndicatorIconType } from './lib/modules/shared/indicator-icon-type';
15
+ export { SkyStatusIndicatorModule } from './lib/modules/status-indicator/status-indicator.module';
16
+ export { SkyTextHighlightModule } from './lib/modules/text-highlight/text-highlight.module';
17
+ export { SkyTokensModule } from './lib/modules/tokens/tokens.module';
18
+ export { SkyToken } from './lib/modules/tokens/types/token';
19
+ export { SkyTokenSelectedEventArgs } from './lib/modules/tokens/types/token-selected-event-args';
20
+ export { SkyTokensMessage } from './lib/modules/tokens/types/tokens-message';
21
+ export { SkyTokensMessageType } from './lib/modules/tokens/types/tokens-message-type';
22
+ export { SkyWaitModule } from './lib/modules/wait/wait.module';
23
+ export { SkyWaitService } from './lib/modules/wait/wait.service';
24
24
  export { SkyAlertComponent as λ1 } from './lib/modules/alert/alert.component';
25
25
  export { SkyChevronComponent as λ2 } from './lib/modules/chevron/chevron.component';
26
26
  export { SkyHelpInlineComponent as λ3 } from './lib/modules/help-inline/help-inline.component';
@@ -1,12 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./alert.component";
3
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";
7
- import * as i6 from "@skyux/theme";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../shared/sky-indicators-resources.module";
6
+ import * as i5 from "@skyux/theme";
8
7
  export declare class SkyAlertModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAlertModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyAlertModule, [typeof i1.SkyAlertComponent], [typeof i2.CommonModule, typeof i3.SkyI18nModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule, typeof i6.SkyThemeModule], [typeof i1.SkyAlertComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyAlertModule, [typeof i1.SkyAlertComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule, typeof i4.SkyIndicatorsResourcesModule, typeof i5.SkyThemeModule], [typeof i1.SkyAlertComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyAlertModule>;
12
11
  }
@@ -1,12 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./chevron.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@skyux/i18n";
5
- import * as i4 from "../shared/sky-indicators-resources.module";
6
- import * as i5 from "@skyux/theme";
7
- import * as i6 from "../expansion-indicator/expansion-indicator.module";
4
+ import * as i3 from "../shared/sky-indicators-resources.module";
5
+ import * as i4 from "@skyux/theme";
6
+ import * as i5 from "../expansion-indicator/expansion-indicator.module";
8
7
  export declare class SkyChevronModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyChevronModule, [typeof i1.SkyChevronComponent], [typeof i2.CommonModule, typeof i3.SkyI18nModule, typeof i4.SkyIndicatorsResourcesModule, typeof i5.SkyThemeModule, typeof i6.SkyExpansionIndicatorModule], [typeof i1.SkyChevronComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyChevronModule, [typeof i1.SkyChevronComponent], [typeof i2.CommonModule, typeof i3.SkyIndicatorsResourcesModule, typeof i4.SkyThemeModule, typeof i5.SkyExpansionIndicatorModule], [typeof i1.SkyChevronComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyChevronModule>;
12
11
  }
@@ -2,12 +2,11 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./help-inline.component";
3
3
  import * as i2 from "./help-inline-aria-expanded.pipe";
4
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";
8
- import * as i7 from "@skyux/theme";
5
+ import * as i4 from "../icon/icon.module";
6
+ import * as i5 from "../shared/sky-indicators-resources.module";
7
+ import * as i6 from "@skyux/theme";
9
8
  export declare class SkyHelpInlineModule {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyHelpInlineModule, [typeof i1.SkyHelpInlineComponent, typeof i2.SkyHelpInlineAriaExpandedPipe], [typeof i3.CommonModule, typeof i4.SkyI18nModule, typeof i5.SkyIconModule, typeof i6.SkyIndicatorsResourcesModule, typeof i7.SkyThemeModule], [typeof i1.SkyHelpInlineComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyHelpInlineModule, [typeof i1.SkyHelpInlineComponent, typeof i2.SkyHelpInlineAriaExpandedPipe], [typeof i3.CommonModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule, typeof i6.SkyThemeModule], [typeof i1.SkyHelpInlineComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyHelpInlineModule>;
13
12
  }
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare class SkyIconClassListPipe implements PipeTransform {
9
9
  #private;
10
- transform(icon: string, themeSettings?: SkyThemeSettings, iconType?: string, size?: string, fixedWidth?: boolean, variant?: SkyIconVariantType): string[];
10
+ transform(icon: string, themeSettings?: SkyThemeSettings, size?: string, fixedWidth?: boolean, variant?: SkyIconVariantType): string[];
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconClassListPipe, never>;
12
12
  static ɵpipe: i0.ɵɵPipeDeclaration<SkyIconClassListPipe, "skyIconClassList", false>;
13
13
  }
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  export declare class SkyIconResolverService {
9
9
  #private;
10
10
  constructor();
11
- resolveIcon(icon: string, variant?: SkyIconVariantType, iconType?: string, themeSettings?: SkyThemeSettings): SkyIconResolved;
11
+ resolveIcon(icon: string, variant?: SkyIconVariantType, themeSettings?: SkyThemeSettings): SkyIconResolved;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconResolverService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<SkyIconResolverService>;
14
14
  }
@@ -14,6 +14,7 @@ export interface SkyIconStackItem {
14
14
  * The type of icon to display. Specifying `fa` displays a Font Awesome icon,
15
15
  * while specifying `skyux` displays an icon from the custom SKY UX icon font. Note that
16
16
  * the custom SKY UX icon font is currently in beta.
17
+ * @deprecated
17
18
  */
18
19
  iconType?: SkyIconType;
19
20
  }
@@ -15,6 +15,7 @@ export declare class SkyIconComponent {
15
15
  * while specifying `"skyux"` displays an icon from the custom SKY UX icon font. Note that
16
16
  * the custom SKY UX icon font is currently in beta.
17
17
  * @default "fa"
18
+ * @deprecated The icon component now automatically infers which type of icon to use based on the current theme. This input will be removed in a future version.
18
19
  */
19
20
  iconType: SkyIconType | undefined;
20
21
  /**
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./label.component";
3
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";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../shared/sky-indicators-resources.module";
7
6
  export declare class SkyLabelModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyLabelModule, [typeof i1.SkyLabelComponent], [typeof i2.CommonModule, typeof i3.SkyI18nModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule], [typeof i1.SkyLabelComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyLabelModule, [typeof i1.SkyLabelComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule, typeof i4.SkyIndicatorsResourcesModule], [typeof i1.SkyLabelComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyLabelModule>;
11
10
  }
@@ -1,12 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./status-indicator.component";
3
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";
7
- import * as i6 from "@skyux/core";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../shared/sky-indicators-resources.module";
6
+ import * as i5 from "@skyux/core";
8
7
  export declare class SkyStatusIndicatorModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyStatusIndicatorModule, [typeof i1.SkyStatusIndicatorComponent], [typeof i2.CommonModule, typeof i3.SkyI18nModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule, typeof i6.SkyTrimModule], [typeof i1.SkyStatusIndicatorComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyStatusIndicatorModule, [typeof i1.SkyStatusIndicatorComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule, typeof i4.SkyIndicatorsResourcesModule, typeof i5.SkyTrimModule], [typeof i1.SkyStatusIndicatorComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyStatusIndicatorModule>;
12
11
  }
@@ -2,11 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./token.component";
3
3
  import * as i2 from "./tokens.component";
4
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";
5
+ import * as i4 from "../icon/icon.module";
6
+ import * as i5 from "../shared/sky-indicators-resources.module";
8
7
  export declare class SkyTokensModule {
9
8
  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]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTokensModule, [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent], [typeof i3.CommonModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule], [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyTokensModule>;
12
11
  }
@@ -6,5 +6,5 @@ export declare class SkyWaitPageComponent {
6
6
  hasBlockingWait: boolean | undefined;
7
7
  hasNonBlockingWait: boolean | undefined;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": { "alias": "hasBlockingWait"; "required": false; }; "hasNonBlockingWait": { "alias": "hasNonBlockingWait"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": { "alias": "hasBlockingWait"; "required": false; }; "hasNonBlockingWait": { "alias": "hasNonBlockingWait"; "required": false; }; }, {}, never, never, true, never>;
10
10
  }
@@ -47,5 +47,5 @@ export declare class SkyWaitComponent implements OnInit, OnDestroy {
47
47
  ngOnInit(): void;
48
48
  ngOnDestroy(): void;
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "isWaiting": { "alias": "isWaiting"; "required": false; }; "isFullPage": { "alias": "isFullPage"; "required": false; }; "isNonBlocking": { "alias": "isNonBlocking"; "required": false; }; "screenReaderCompletedText": { "alias": "screenReaderCompletedText"; "required": false; }; }, {}, never, never, false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "isWaiting": { "alias": "isWaiting"; "required": false; }; "isFullPage": { "alias": "isFullPage"; "required": false; }; "isNonBlocking": { "alias": "isNonBlocking"; "required": false; }; "screenReaderCompletedText": { "alias": "screenReaderCompletedText"; "required": false; }; }, {}, never, never, true, never>;
51
51
  }
@@ -1,11 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
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";
7
3
  export declare class SkyWaitModule {
8
4
  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]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyWaitModule, never, [typeof i1.SkyWaitComponent], [typeof i1.SkyWaitComponent]>;
10
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyWaitModule>;
11
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.10",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -36,18 +36,18 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@angular/animations": "^16.1.7",
40
- "@angular/cdk": "^16.1.6",
41
- "@angular/common": "^16.1.7",
42
- "@angular/core": "^16.1.7",
43
- "@angular/platform-browser": "^16.1.7",
44
- "@skyux-sdk/testing": "9.0.0-alpha.1",
45
- "@skyux/core": "9.0.0-alpha.1",
46
- "@skyux/i18n": "9.0.0-alpha.1",
47
- "@skyux/theme": "9.0.0-alpha.1"
39
+ "@angular/animations": "^16.2.1",
40
+ "@angular/cdk": "^16.2.1",
41
+ "@angular/common": "^16.2.1",
42
+ "@angular/core": "^16.2.1",
43
+ "@angular/platform-browser": "^16.2.1",
44
+ "@skyux-sdk/testing": "9.0.0-alpha.10",
45
+ "@skyux/core": "9.0.0-alpha.10",
46
+ "@skyux/i18n": "9.0.0-alpha.10",
47
+ "@skyux/theme": "9.0.0-alpha.10"
48
48
  },
49
49
  "dependencies": {
50
- "tslib": "^2.5.0"
50
+ "tslib": "^2.6.2"
51
51
  },
52
52
  "module": "fesm2022/skyux-indicators.mjs",
53
53
  "typings": "index.d.ts",
@@ -25,6 +25,7 @@ export declare class SkyIconHarness extends SkyComponentHarness {
25
25
  getIconSize(): Promise<string | undefined>;
26
26
  /**
27
27
  * Gets the icon type.
28
+ * @deprecated The `iconType` input is no longer used. This method will be removed in a future version.
28
29
  */
29
30
  getIconType(): Promise<string>;
30
31
  /**
@@ -1,20 +1,20 @@
1
- export * from './alert/alert-harness';
2
- export * from './alert/alert-harness-filters';
3
- export * from './chevron/chevron-harness';
4
- export * from './help-inline/help-inline-harness';
5
- export * from './help-inline/help-inline-harness-filters';
6
- export * from './icon/icon-harness';
7
- export * from './icon/icon-harness-filters';
8
- export * from './key-info/key-info-harness';
9
- export * from './key-info/key-info-harness-filters';
10
- export * from './label/label-harness';
11
- export * from './label/label-harness-filters';
12
- export * from './tokens/token-harness';
13
- export * from './tokens/token-harness-filters';
14
- export * from './tokens/tokens-harness';
15
- export * from './tokens/tokens-harness-filters';
16
- export * from './wait/wait-harness';
17
- export * from './wait/wait-harness-filters';
18
- export * from './alert-fixture';
19
- export * from './label-fixture';
20
- export * from './wait-fixture';
1
+ export { SkyAlertHarness } from './alert/alert-harness';
2
+ export { SkyAlertHarnessFilters } from './alert/alert-harness-filters';
3
+ export { SkyChevronHarness } from './chevron/chevron-harness';
4
+ export { SkyHelpInlineHarness } from './help-inline/help-inline-harness';
5
+ export { SkyHelpInlineHarnessFilters } from './help-inline/help-inline-harness-filters';
6
+ export { SkyIconHarness } from './icon/icon-harness';
7
+ export { SkyIconHarnessFilters } from './icon/icon-harness-filters';
8
+ export { SkyKeyInfoHarness } from './key-info/key-info-harness';
9
+ export { SkyKeyInfoHarnessFilters } from './key-info/key-info-harness-filters';
10
+ export { SkyLabelHarness } from './label/label-harness';
11
+ export { SkyLabelHarnessFilters } from './label/label-harness-filters';
12
+ export { SkyTokenHarness } from './tokens/token-harness';
13
+ export { SkyTokenHarnessFilters } from './tokens/token-harness-filters';
14
+ export { SkyTokensHarness } from './tokens/tokens-harness';
15
+ export { SkyTokensHarnessFilters } from './tokens/tokens-harness-filters';
16
+ export { SkyWaitHarness } from './wait/wait-harness';
17
+ export { SkyWaitHarnessFilters } from './wait/wait-harness-filters';
18
+ export { SkyAlertFixture } from './alert-fixture';
19
+ export { SkyLabelFixture } from './label-fixture';
20
+ export { SkyWaitFixture } from './wait-fixture';