@skyux/indicators 12.0.0-alpha.0 → 12.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -33,11 +33,3 @@ export { SkyTokensComponent as λ13 } from './lib/modules/tokens/tokens.componen
33
33
  export { SkyWaitComponent as λ14 } from './lib/modules/wait/wait.component';
34
34
  export { SkyTextHighlightDirective } from './lib/modules/text-highlight/text-highlight.directive';
35
35
  export { SkyIllustrationComponent as λ16 } from './lib/modules/illustration/illustration.component';
36
- /**
37
- * @deprecated Use `@skyux/help-inline` instead.
38
- */
39
- export { SkyHelpInlineModule, λ1 as λ3 } from '@skyux/help-inline';
40
- /**
41
- * @deprecated Use `@skyux/icon` instead.
42
- */
43
- export { SkyIconStackItem, SkyIconModule, SkyIconType, SkyIconVariantType, λ1 as λ4, λ2 as λ5, } from '@skyux/icon';
@@ -1,5 +1,4 @@
1
1
  import { AfterViewChecked, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { SkyIconStackItem } from '@skyux/icon';
3
2
  import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
4
3
  import { SkyIndicatorIconType } from '../shared/indicator-icon-type';
5
4
  import * as i0 from "@angular/core";
@@ -38,8 +37,7 @@ export declare class SkyAlertComponent implements AfterViewChecked, OnInit, OnDe
38
37
  * Fires when users close the alert.
39
38
  */
40
39
  closedChange: EventEmitter<boolean>;
41
- alertBaseIcon: SkyIconStackItem | undefined;
42
- alertTopIcon: SkyIconStackItem | undefined;
40
+ iconName: string | undefined;
43
41
  alertTypeOrDefault: SkyIndicatorIconType;
44
42
  descriptionComputed: string | undefined;
45
43
  ngOnInit(): void;
@@ -4,6 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "../shared/sky-indicators-resources.module";
5
5
  import * as i4 from "@skyux/theme";
6
6
  import * as i5 from "../expansion-indicator/expansion-indicator.module";
7
+ /**
8
+ * @internal
9
+ */
7
10
  export declare class SkyChevronModule {
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronModule, never>;
9
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyChevronModule, [typeof i1.SkyChevronComponent], [typeof i2.CommonModule, typeof i3.SkyIndicatorsResourcesModule, typeof i4.SkyThemeModule, typeof i5.SkyExpansionIndicatorModule], [typeof i1.SkyChevronComponent]>;
@@ -1,4 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
+ import * as i1 from "@skyux/theme";
2
3
  /**
3
4
  * Displays a chevron icon.
4
5
  * @internal
@@ -10,5 +11,5 @@ export declare class SkyExpansionIndicatorComponent {
10
11
  set direction(value: string | undefined);
11
12
  directionOrDefault: string;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyExpansionIndicatorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
14
15
  }
@@ -1,5 +1,4 @@
1
1
  import { AfterViewChecked, OnDestroy, OnInit } from '@angular/core';
2
- import { SkyIconStackItem } from '@skyux/icon';
3
2
  import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
4
3
  import { SkyLabelType } from './label-type';
5
4
  import * as i0 from "@angular/core";
@@ -22,11 +21,9 @@ export declare class SkyLabelComponent implements AfterViewChecked, OnDestroy, O
22
21
  */
23
22
  set customDescription(value: string | undefined);
24
23
  get customDescription(): string | undefined;
25
- baseIcon: SkyIconStackItem | undefined;
26
24
  descriptionComputed: string | undefined;
27
- icon: string | undefined;
25
+ iconName: string | undefined;
28
26
  labelTypeOrDefault: SkyLabelType;
29
- topIcon: SkyIconStackItem | undefined;
30
27
  ngOnInit(): void;
31
28
  ngAfterViewChecked(): void;
32
29
  ngOnDestroy(): void;
@@ -3,8 +3,9 @@ import * as i1 from "./label.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@skyux/icon";
5
5
  import * as i4 from "../shared/sky-indicators-resources.module";
6
+ import * as i5 from "@skyux/theme";
6
7
  export declare class SkyLabelModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyLabelModule, [typeof i1.SkyLabelComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule, typeof i4.SkyIndicatorsResourcesModule], [typeof i1.SkyLabelComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyLabelModule, [typeof i1.SkyLabelComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule, typeof i4.SkyIndicatorsResourcesModule, typeof i5.SkyThemeModule], [typeof i1.SkyLabelComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyLabelModule>;
10
11
  }
@@ -1,8 +1,7 @@
1
- import { SkyIndicatorIcon } from './indicator-icon';
2
1
  import { SkyIndicatorIconType } from './indicator-icon-type';
3
2
  /**
4
3
  * @internal
5
4
  */
6
5
  export declare class SkyIndicatorIconUtility {
7
- static getIconsForType(indicatorType: SkyIndicatorIconType): SkyIndicatorIcon;
6
+ static getIconNameForType(indicatorType: SkyIndicatorIconType): string;
8
7
  }
@@ -1,5 +1,4 @@
1
1
  import { OnInit, TemplateRef } from '@angular/core';
2
- import { SkyIconStackItem } from '@skyux/icon';
3
2
  import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
4
3
  import { SkyIndicatorIconType } from '../shared/indicator-icon-type';
5
4
  import * as i0 from "@angular/core";
@@ -46,10 +45,8 @@ export declare class SkyStatusIndicatorComponent implements OnInit {
46
45
  */
47
46
  helpKey: string | undefined;
48
47
  descriptionComputed: string | undefined;
49
- baseIcon: SkyIconStackItem | undefined;
50
- icon: string | undefined;
48
+ iconName: string | undefined;
51
49
  indicatorTypeOrDefault: SkyIndicatorIconType;
52
- topIcon: SkyIconStackItem | undefined;
53
50
  ngOnInit(): void;
54
51
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorComponent, never>;
55
52
  static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": { "alias": "indicatorType"; "required": false; }; "descriptionType": { "alias": "descriptionType"; "required": false; }; "customDescription": { "alias": "customDescription"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["*", ".sky-control-help"], false, never>;
@@ -5,8 +5,9 @@ import * as i3 from "@skyux/help-inline";
5
5
  import * as i4 from "@skyux/icon";
6
6
  import * as i5 from "@skyux/core";
7
7
  import * as i6 from "../shared/sky-indicators-resources.module";
8
+ import * as i7 from "@skyux/theme";
8
9
  export declare class SkyStatusIndicatorModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyStatusIndicatorModule, [typeof i1.SkyStatusIndicatorComponent], [typeof i2.CommonModule, typeof i3.SkyHelpInlineModule, typeof i4.SkyIconModule, typeof i5.SkyIdModule, typeof i6.SkyIndicatorsResourcesModule, typeof i5.SkyTrimModule], [typeof i1.SkyStatusIndicatorComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyStatusIndicatorModule, [typeof i1.SkyStatusIndicatorComponent], [typeof i2.CommonModule, typeof i3.SkyHelpInlineModule, typeof i4.SkyIconModule, typeof i5.SkyIdModule, typeof i6.SkyIndicatorsResourcesModule, typeof i7.SkyThemeModule, typeof i5.SkyTrimModule], [typeof i1.SkyStatusIndicatorComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyStatusIndicatorModule>;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "12.0.0-alpha.0",
3
+ "version": "12.0.0-alpha.10",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -32,17 +32,17 @@
32
32
  }
33
33
  },
34
34
  "peerDependencies": {
35
- "@angular/animations": "^19.0.5",
36
- "@angular/cdk": "^19.0.4",
37
- "@angular/common": "^19.0.5",
38
- "@angular/core": "^19.0.5",
39
- "@angular/platform-browser": "^19.0.5",
40
- "@skyux-sdk/testing": "12.0.0-alpha.0",
41
- "@skyux/core": "12.0.0-alpha.0",
42
- "@skyux/help-inline": "12.0.0-alpha.0",
43
- "@skyux/i18n": "12.0.0-alpha.0",
44
- "@skyux/icon": "12.0.0-alpha.0",
45
- "@skyux/theme": "12.0.0-alpha.0"
35
+ "@angular/animations": "^19.2.1",
36
+ "@angular/cdk": "^19.2.2",
37
+ "@angular/common": "^19.2.1",
38
+ "@angular/core": "^19.2.1",
39
+ "@angular/platform-browser": "^19.2.1",
40
+ "@skyux-sdk/testing": "12.0.0-alpha.10",
41
+ "@skyux/core": "12.0.0-alpha.10",
42
+ "@skyux/help-inline": "12.0.0-alpha.10",
43
+ "@skyux/i18n": "12.0.0-alpha.10",
44
+ "@skyux/icon": "12.0.0-alpha.10",
45
+ "@skyux/theme": "12.0.0-alpha.10"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.8.1"
@@ -1,6 +1,7 @@
1
1
  import { SkyComponentHarness } from '@skyux/core/testing';
2
2
  /**
3
3
  * Harness for interacting with a chevron component in tests.
4
+ * @internal
4
5
  */
5
6
  export declare class SkyChevronHarness extends SkyComponentHarness {
6
7
  #private;
@@ -1,6 +1,8 @@
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 SkyHelpInlineHarness instances.
4
+ * @docsId SkyHelpInlineHarnessFiltersLegacy
5
+ * @deprecated Use the `SkyHelpInlineHarnessFilters` from `@skyux/help-inline/testing` instead.
4
6
  */
5
7
  export interface SkyHelpInlineHarnessFilters extends SkyHarnessFilters {
6
8
  }
@@ -3,6 +3,8 @@ import { SkyComponentHarness } from '@skyux/core/testing';
3
3
  import { SkyHelpInlineHarnessFilters } from './help-inline-harness-filters';
4
4
  /**
5
5
  * Harness for interacting with a help inline component in tests.
6
+ * @docsId SkyHelpInlineHarnessLegacy
7
+ * @deprecated Use the `SkyHelpInlineHarness` from `@skyux/help-inline/testing` instead.
6
8
  */
7
9
  export declare class SkyHelpInlineHarness extends SkyComponentHarness {
8
10
  #private;
@@ -1,7 +1,6 @@
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
5
4
  */
6
5
  export interface SkyTokenHarnessFilters extends BaseHarnessFilters {
7
6
  /**
@@ -1,7 +1,6 @@
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
5
4
  */
6
5
  export interface SkyTokensHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -3,7 +3,6 @@ export { SkyAlertHarnessFilters } from './modules/alert/alert-harness-filters';
3
3
  export { SkyChevronHarness } from './modules/chevron/chevron-harness';
4
4
  export { SkyHelpInlineHarness } from './modules/help-inline/help-inline-harness';
5
5
  export { SkyHelpInlineHarnessFilters } from './modules/help-inline/help-inline-harness-filters';
6
- export { SkyIconHarness, SkyIconHarnessFilters } from '@skyux/icon/testing';
7
6
  export { SkyIllustrationHarness } from './modules/illustration/illustration-harness';
8
7
  export { SkyIllustrationHarnessFilters } from './modules/illustration/illustration-harness-filters';
9
8
  export { SkyKeyInfoHarness } from './modules/key-info/key-info-harness';
@@ -1,9 +0,0 @@
1
- import { SkyIconStackItem } from '@skyux/icon';
2
- /**
3
- * @internal
4
- */
5
- export interface SkyIndicatorIcon {
6
- defaultThemeIcon: string;
7
- modernThemeBaseIcon: SkyIconStackItem;
8
- modernThemeTopIcon: SkyIconStackItem;
9
- }