@skyux/indicators 8.0.0-alpha.13 → 8.0.0-alpha.14

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.
@@ -1,9 +1,9 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterViewChecked, OnDestroy, OnInit } from '@angular/core';
2
2
  import { SkyIconStackItem } from '../icon/icon-stack-item';
3
3
  import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
4
4
  import { SkyLabelType } from './label-type';
5
5
  import * as i0 from "@angular/core";
6
- export declare class SkyLabelComponent implements OnDestroy, OnInit {
6
+ export declare class SkyLabelComponent implements AfterViewChecked, OnDestroy, OnInit {
7
7
  #private;
8
8
  /**
9
9
  * The type of label to display.
@@ -15,17 +15,20 @@ export declare class SkyLabelComponent implements OnDestroy, OnInit {
15
15
  * This property is optional but will be required in future versions of SKY UX.
16
16
  */
17
17
  set descriptionType(value: SkyIndicatorDescriptionType | undefined);
18
+ get descriptionType(): SkyIndicatorDescriptionType | undefined;
18
19
  /**
19
20
  * The text to be read by screen readers for users who cannot see
20
21
  * the indicator icon when `descriptionType` is `custom`.
21
22
  */
22
23
  set customDescription(value: string | undefined);
24
+ get customDescription(): string | undefined;
23
25
  baseIcon: SkyIconStackItem | undefined;
24
26
  descriptionComputed: string | undefined;
25
27
  icon: string | undefined;
26
28
  labelTypeOrDefault: SkyLabelType;
27
29
  topIcon: SkyIconStackItem | undefined;
28
30
  ngOnInit(): void;
31
+ ngAfterViewChecked(): void;
29
32
  ngOnDestroy(): void;
30
33
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelComponent, never>;
31
34
  static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"], false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "8.0.0-alpha.13",
3
+ "version": "8.0.0-alpha.14",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,10 +45,10 @@
45
45
  "@angular/common": "^15.2.1",
46
46
  "@angular/core": "^15.2.1",
47
47
  "@angular/platform-browser": "^15.2.1",
48
- "@skyux-sdk/testing": "8.0.0-alpha.13",
49
- "@skyux/core": "8.0.0-alpha.13",
50
- "@skyux/i18n": "8.0.0-alpha.13",
51
- "@skyux/theme": "8.0.0-alpha.13"
48
+ "@skyux-sdk/testing": "8.0.0-alpha.14",
49
+ "@skyux/core": "8.0.0-alpha.14",
50
+ "@skyux/i18n": "8.0.0-alpha.14",
51
+ "@skyux/theme": "8.0.0-alpha.14"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.5.0"