@skyux/layout 9.7.0 → 9.9.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.
@@ -0,0 +1,2 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const SKY_BOX_HEADER_ID: InjectionToken<string>;
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
3
3
  * Specifies a header for the box.
4
4
  */
5
5
  export declare class SkyBoxHeaderComponent {
6
+ protected readonly boxHeaderId: string;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxHeaderComponent, never>;
7
8
  static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxHeaderComponent, "sky-box-header", never, {}, {}, never, ["*", ".sky-control-help"], false, never>;
8
9
  }
@@ -1,8 +1,10 @@
1
+ import { ElementRef } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
3
  /**
3
4
  * Provides a common look-and-feel for box content with options to display a common box header, specify body content, and display common box controls.
4
5
  */
5
6
  export declare class SkyBoxComponent {
7
+ #private;
6
8
  /**
7
9
  * The ARIA label for the box. This sets the box's `aria-label` attribute to provide a text equivalent for screen readers
8
10
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
@@ -26,6 +28,7 @@ export declare class SkyBoxComponent {
26
28
  * see the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).
27
29
  */
28
30
  ariaRole: string | undefined;
31
+ set boxHeaderRef(value: ElementRef | undefined);
29
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxComponent, "sky-box", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaRole": { "alias": "ariaRole"; "required": false; }; }, {}, never, ["sky-box-header", "sky-box-controls", "*"], false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxComponent, "sky-box", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaRole": { "alias": "ariaRole"; "required": false; }; }, {}, ["boxHeaderRef"], ["sky-box-header", "sky-box-controls", "*"], false, never>;
31
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "9.7.0",
3
+ "version": "9.9.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -43,14 +43,14 @@
43
43
  "@angular/forms": "^16.2.9",
44
44
  "@angular/platform-browser": "^16.2.9",
45
45
  "@angular/router": "^16.2.9",
46
- "@skyux-sdk/testing": "9.7.0",
47
- "@skyux/core": "9.7.0",
48
- "@skyux/forms": "9.7.0",
49
- "@skyux/i18n": "9.7.0",
50
- "@skyux/indicators": "9.7.0",
51
- "@skyux/modals": "9.7.0",
52
- "@skyux/router": "9.7.0",
53
- "@skyux/theme": "9.7.0"
46
+ "@skyux-sdk/testing": "9.9.0",
47
+ "@skyux/core": "9.9.0",
48
+ "@skyux/forms": "9.9.0",
49
+ "@skyux/i18n": "9.9.0",
50
+ "@skyux/indicators": "9.9.0",
51
+ "@skyux/modals": "9.9.0",
52
+ "@skyux/router": "9.9.0",
53
+ "@skyux/theme": "9.9.0"
54
54
  },
55
55
  "dependencies": {
56
56
  "tslib": "^2.6.2"