@skyux/layout 10.10.0 → 10.11.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.
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
3
3
  * Specifies the controls to display in upper right corner of the box. These buttons typically let users edit the box content.
4
4
  */
5
5
  export declare class SkyBoxControlsComponent {
6
+ #private;
7
+ boxHasHeader(value: boolean): void;
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxControlsComponent, never>;
7
9
  static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxControlsComponent, "sky-box-controls", never, {}, {}, never, ["*"], false, never>;
8
10
  }
@@ -1,4 +1,5 @@
1
1
  import { ElementRef } from '@angular/core';
2
+ import { SkyBoxControlsComponent } from './box-controls.component';
2
3
  import * as i0 from "@angular/core";
3
4
  /**
4
5
  * 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.
@@ -29,6 +30,7 @@ export declare class SkyBoxComponent {
29
30
  */
30
31
  ariaRole: string | undefined;
31
32
  set boxHeaderRef(value: ElementRef | undefined);
33
+ set boxControls(value: SkyBoxControlsComponent | undefined);
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxComponent, 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>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxComponent, "sky-box", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaRole": { "alias": "ariaRole"; "required": false; }; }, {}, ["boxHeaderRef", "boxControls"], ["sky-box-header", "sky-box-controls", "*"], false, never>;
34
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "10.10.0",
3
+ "version": "10.11.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -43,14 +43,14 @@
43
43
  "@angular/forms": "^17.3.4",
44
44
  "@angular/platform-browser": "^17.3.4",
45
45
  "@angular/router": "^17.3.4",
46
- "@skyux-sdk/testing": "10.10.0",
47
- "@skyux/core": "10.10.0",
48
- "@skyux/forms": "10.10.0",
49
- "@skyux/i18n": "10.10.0",
50
- "@skyux/indicators": "10.10.0",
51
- "@skyux/modals": "10.10.0",
52
- "@skyux/router": "10.10.0",
53
- "@skyux/theme": "10.10.0"
46
+ "@skyux-sdk/testing": "10.11.0",
47
+ "@skyux/core": "10.11.0",
48
+ "@skyux/forms": "10.11.0",
49
+ "@skyux/i18n": "10.11.0",
50
+ "@skyux/indicators": "10.11.0",
51
+ "@skyux/modals": "10.11.0",
52
+ "@skyux/router": "10.11.0",
53
+ "@skyux/theme": "10.11.0"
54
54
  },
55
55
  "dependencies": {
56
56
  "tslib": "^2.6.2"