@skyux/forms 11.0.0-alpha.1 → 11.0.0-alpha.3

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.
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  export declare class SkyInputBoxHostService {
9
9
  #private;
10
10
  get controlId(): string;
11
+ get labelId(): string;
11
12
  get labelText(): string;
12
13
  get ariaDescribedBy(): Observable<string | undefined> | undefined;
13
14
  init(host: SkyInputBoxComponent): void;
@@ -81,6 +81,7 @@ export declare class SkyInputBoxComponent implements OnInit, AfterContentChecked
81
81
  protected hintTextScreenReaderOnly: boolean;
82
82
  protected hostHintText: string | undefined;
83
83
  readonly controlId: string;
84
+ readonly labelId: string;
84
85
  readonly errorId: string;
85
86
  readonly hintTextId: string;
86
87
  readonly ariaDescribedBy: ReplaySubject<string | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "11.0.0-alpha.1",
3
+ "version": "11.0.0-alpha.3",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,16 +41,16 @@
41
41
  "@angular/core": "^18.0.5",
42
42
  "@angular/forms": "^18.0.5",
43
43
  "@angular/platform-browser": "^18.0.5",
44
- "@skyux-sdk/testing": "11.0.0-alpha.1",
45
- "@skyux/core": "11.0.0-alpha.1",
46
- "@skyux/help-inline": "11.0.0-alpha.1",
47
- "@skyux/i18n": "11.0.0-alpha.1",
48
- "@skyux/indicators": "11.0.0-alpha.1",
49
- "@skyux/popovers": "11.0.0-alpha.1",
50
- "@skyux/theme": "11.0.0-alpha.1"
44
+ "@skyux-sdk/testing": "11.0.0-alpha.3",
45
+ "@skyux/core": "11.0.0-alpha.3",
46
+ "@skyux/help-inline": "11.0.0-alpha.3",
47
+ "@skyux/i18n": "11.0.0-alpha.3",
48
+ "@skyux/indicators": "11.0.0-alpha.3",
49
+ "@skyux/popovers": "11.0.0-alpha.3",
50
+ "@skyux/theme": "11.0.0-alpha.3"
51
51
  },
52
52
  "dependencies": {
53
- "@skyux/icon": "11.0.0-alpha.1",
53
+ "@skyux/icon": "11.0.0-alpha.3",
54
54
  "tslib": "^2.6.3"
55
55
  },
56
56
  "module": "fesm2022/skyux-forms.mjs",