@skyux/layout 6.21.0 → 7.0.0-beta.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.
Files changed (123) hide show
  1. package/esm2020/lib/modules/action-button/action-button-adapter-service.mjs +3 -3
  2. package/esm2020/lib/modules/action-button/action-button-container.component.mjs +3 -3
  3. package/esm2020/lib/modules/action-button/action-button-details.component.mjs +3 -3
  4. package/esm2020/lib/modules/action-button/action-button-header.component.mjs +3 -3
  5. package/esm2020/lib/modules/action-button/action-button-icon.component.mjs +3 -3
  6. package/esm2020/lib/modules/action-button/action-button.component.mjs +5 -5
  7. package/esm2020/lib/modules/action-button/action-button.module.mjs +10 -12
  8. package/esm2020/lib/modules/back-to-top/back-to-top-adapter.service.mjs +3 -3
  9. package/esm2020/lib/modules/back-to-top/back-to-top.component.mjs +3 -3
  10. package/esm2020/lib/modules/back-to-top/back-to-top.directive.mjs +3 -3
  11. package/esm2020/lib/modules/back-to-top/back-to-top.module.mjs +8 -10
  12. package/esm2020/lib/modules/box/box-content.component.mjs +3 -3
  13. package/esm2020/lib/modules/box/box-controls.component.mjs +3 -3
  14. package/esm2020/lib/modules/box/box-header.component.mjs +3 -3
  15. package/esm2020/lib/modules/box/box.component.mjs +3 -3
  16. package/esm2020/lib/modules/box/box.module.mjs +5 -5
  17. package/esm2020/lib/modules/card/card-actions.component.mjs +3 -3
  18. package/esm2020/lib/modules/card/card-content.component.mjs +3 -3
  19. package/esm2020/lib/modules/card/card-title.component.mjs +3 -3
  20. package/esm2020/lib/modules/card/card.component.mjs +6 -6
  21. package/esm2020/lib/modules/card/card.module.mjs +10 -12
  22. package/esm2020/lib/modules/definition-list/definition-list-content.component.mjs +3 -3
  23. package/esm2020/lib/modules/definition-list/definition-list-heading.component.mjs +3 -3
  24. package/esm2020/lib/modules/definition-list/definition-list-label.component.mjs +3 -3
  25. package/esm2020/lib/modules/definition-list/definition-list-value.component.mjs +3 -3
  26. package/esm2020/lib/modules/definition-list/definition-list.component.mjs +3 -3
  27. package/esm2020/lib/modules/definition-list/definition-list.module.mjs +5 -5
  28. package/esm2020/lib/modules/definition-list/definition-list.service.mjs +3 -3
  29. package/esm2020/lib/modules/description-list/description-list-adapter-service.mjs +3 -3
  30. package/esm2020/lib/modules/description-list/description-list-content.component.mjs +3 -3
  31. package/esm2020/lib/modules/description-list/description-list-description.component.mjs +3 -3
  32. package/esm2020/lib/modules/description-list/description-list-term.component.mjs +3 -3
  33. package/esm2020/lib/modules/description-list/description-list.component.mjs +3 -3
  34. package/esm2020/lib/modules/description-list/description-list.module.mjs +9 -11
  35. package/esm2020/lib/modules/description-list/description-list.service.mjs +3 -3
  36. package/esm2020/lib/modules/fluid-grid/column.component.mjs +3 -3
  37. package/esm2020/lib/modules/fluid-grid/fluid-grid.component.mjs +3 -3
  38. package/esm2020/lib/modules/fluid-grid/fluid-grid.module.mjs +5 -5
  39. package/esm2020/lib/modules/fluid-grid/row.component.mjs +3 -3
  40. package/esm2020/lib/modules/format/format.component.mjs +3 -3
  41. package/esm2020/lib/modules/format/format.module.mjs +5 -5
  42. package/esm2020/lib/modules/inline-delete/inline-delete-adapter.service.mjs +3 -3
  43. package/esm2020/lib/modules/inline-delete/inline-delete.component.mjs +5 -5
  44. package/esm2020/lib/modules/inline-delete/inline-delete.module.mjs +8 -10
  45. package/esm2020/lib/modules/page/page-theme-adapter.service.mjs +3 -3
  46. package/esm2020/lib/modules/page/page.component.mjs +3 -3
  47. package/esm2020/lib/modules/page/page.module.mjs +4 -4
  48. package/esm2020/lib/modules/page-summary/page-summary-adapter.service.mjs +3 -3
  49. package/esm2020/lib/modules/page-summary/page-summary-alert.component.mjs +3 -3
  50. package/esm2020/lib/modules/page-summary/page-summary-content.component.mjs +3 -3
  51. package/esm2020/lib/modules/page-summary/page-summary-image.component.mjs +3 -3
  52. package/esm2020/lib/modules/page-summary/page-summary-key-info.component.mjs +3 -3
  53. package/esm2020/lib/modules/page-summary/page-summary-status.component.mjs +3 -3
  54. package/esm2020/lib/modules/page-summary/page-summary-subtitle.component.mjs +3 -3
  55. package/esm2020/lib/modules/page-summary/page-summary-title.component.mjs +3 -3
  56. package/esm2020/lib/modules/page-summary/page-summary.component.mjs +3 -3
  57. package/esm2020/lib/modules/page-summary/page-summary.module.mjs +5 -5
  58. package/esm2020/lib/modules/shared/sky-layout-resources.module.mjs +4 -4
  59. package/esm2020/lib/modules/text-expand/text-expand-adapter.service.mjs +3 -3
  60. package/esm2020/lib/modules/text-expand/text-expand-modal.component.mjs +3 -3
  61. package/esm2020/lib/modules/text-expand/text-expand.component.mjs +3 -3
  62. package/esm2020/lib/modules/text-expand/text-expand.module.mjs +8 -10
  63. package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater-adapter.service.mjs +3 -3
  64. package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater.component.mjs +3 -3
  65. package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater.module.mjs +5 -5
  66. package/esm2020/lib/modules/toolbar/toolbar-item.component.mjs +3 -3
  67. package/esm2020/lib/modules/toolbar/toolbar-section.component.mjs +3 -3
  68. package/esm2020/lib/modules/toolbar/toolbar-view-actions.component.mjs +3 -3
  69. package/esm2020/lib/modules/toolbar/toolbar.component.mjs +3 -3
  70. package/esm2020/lib/modules/toolbar/toolbar.module.mjs +5 -5
  71. package/fesm2015/skyux-layout.mjs +269 -281
  72. package/fesm2015/skyux-layout.mjs.map +1 -1
  73. package/fesm2020/skyux-layout.mjs +269 -281
  74. package/fesm2020/skyux-layout.mjs.map +1 -1
  75. package/lib/modules/action-button/action-button-container.component.d.ts +1 -1
  76. package/lib/modules/action-button/action-button-details.component.d.ts +1 -1
  77. package/lib/modules/action-button/action-button-header.component.d.ts +1 -1
  78. package/lib/modules/action-button/action-button-icon.component.d.ts +1 -1
  79. package/lib/modules/action-button/action-button.component.d.ts +1 -1
  80. package/lib/modules/back-to-top/back-to-top.component.d.ts +1 -1
  81. package/lib/modules/back-to-top/back-to-top.directive.d.ts +1 -1
  82. package/lib/modules/box/box-content.component.d.ts +1 -1
  83. package/lib/modules/box/box-controls.component.d.ts +1 -1
  84. package/lib/modules/box/box-header.component.d.ts +1 -1
  85. package/lib/modules/box/box.component.d.ts +1 -1
  86. package/lib/modules/card/card-actions.component.d.ts +1 -1
  87. package/lib/modules/card/card-content.component.d.ts +1 -1
  88. package/lib/modules/card/card-title.component.d.ts +1 -1
  89. package/lib/modules/card/card.component.d.ts +1 -1
  90. package/lib/modules/definition-list/definition-list-content.component.d.ts +1 -1
  91. package/lib/modules/definition-list/definition-list-heading.component.d.ts +1 -1
  92. package/lib/modules/definition-list/definition-list-label.component.d.ts +1 -1
  93. package/lib/modules/definition-list/definition-list-value.component.d.ts +1 -1
  94. package/lib/modules/definition-list/definition-list.component.d.ts +1 -1
  95. package/lib/modules/description-list/description-list-content.component.d.ts +1 -1
  96. package/lib/modules/description-list/description-list-description.component.d.ts +1 -1
  97. package/lib/modules/description-list/description-list-term.component.d.ts +1 -1
  98. package/lib/modules/description-list/description-list.component.d.ts +1 -1
  99. package/lib/modules/fluid-grid/column.component.d.ts +1 -1
  100. package/lib/modules/fluid-grid/fluid-grid.component.d.ts +1 -1
  101. package/lib/modules/fluid-grid/row.component.d.ts +1 -1
  102. package/lib/modules/format/format.component.d.ts +1 -1
  103. package/lib/modules/inline-delete/inline-delete.component.d.ts +1 -1
  104. package/lib/modules/page/page.component.d.ts +1 -1
  105. package/lib/modules/page-summary/page-summary-alert.component.d.ts +1 -1
  106. package/lib/modules/page-summary/page-summary-content.component.d.ts +1 -1
  107. package/lib/modules/page-summary/page-summary-image.component.d.ts +1 -1
  108. package/lib/modules/page-summary/page-summary-key-info.component.d.ts +1 -1
  109. package/lib/modules/page-summary/page-summary-status.component.d.ts +1 -1
  110. package/lib/modules/page-summary/page-summary-subtitle.component.d.ts +1 -1
  111. package/lib/modules/page-summary/page-summary-title.component.d.ts +1 -1
  112. package/lib/modules/page-summary/page-summary.component.d.ts +1 -1
  113. package/lib/modules/text-expand/text-expand-modal.component.d.ts +1 -1
  114. package/lib/modules/text-expand/text-expand.component.d.ts +1 -1
  115. package/lib/modules/text-expand-repeater/text-expand-repeater.component.d.ts +1 -1
  116. package/lib/modules/toolbar/toolbar-item.component.d.ts +1 -1
  117. package/lib/modules/toolbar/toolbar-section.component.d.ts +1 -1
  118. package/lib/modules/toolbar/toolbar-view-actions.component.d.ts +1 -1
  119. package/lib/modules/toolbar/toolbar.component.d.ts +1 -1
  120. package/package.json +19 -19
  121. package/testing/{skyux-layout-testing.d.ts → index.d.ts} +0 -0
  122. package/skyux-layout.d.ts +0 -5
  123. package/testing/package.json +0 -10
@@ -38,5 +38,5 @@ export declare class SkyActionButtonContainerComponent implements AfterViewInit,
38
38
  private updateHeight;
39
39
  private updateResponsiveClass;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonContainerComponent, [null, null, null, null, { optional: true; }]>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonContainerComponent, "sky-action-button-container", never, { "alignItems": "alignItems"; }, {}, ["actionButtons"], ["*"]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonContainerComponent, "sky-action-button-container", never, { "alignItems": "alignItems"; }, {}, ["actionButtons"], ["*"], false>;
42
42
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyActionButtonDetailsComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonDetailsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonDetailsComponent, "sky-action-button-details", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonDetailsComponent, "sky-action-button-details", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyActionButtonHeaderComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonHeaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonHeaderComponent, "sky-action-button-header", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonHeaderComponent, "sky-action-button-header", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -20,5 +20,5 @@ export declare class SkyActionButtonIconComponent implements OnDestroy {
20
20
  constructor(mediaQueryService: SkyMediaQueryService);
21
21
  ngOnDestroy(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonIconComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonIconComponent, "sky-action-button-icon", never, { "iconType": "iconType"; }, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonIconComponent, "sky-action-button-icon", never, { "iconType": "iconType"; }, {}, never, never, false>;
24
24
  }
@@ -21,5 +21,5 @@ export declare class SkyActionButtonComponent {
21
21
  enterPress(): void;
22
22
  onSkyHrefDisplayChange($event: SkyHrefChange): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonComponent, [{ skipSelf: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonComponent, "sky-action-button", never, { "permalink": "permalink"; }, { "actionClick": "actionClick"; }, never, ["sky-action-button-icon", "sky-action-button-header", "sky-action-button-details"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonComponent, "sky-action-button", never, { "permalink": "permalink"; }, { "actionClick": "actionClick"; }, never, ["sky-action-button-icon", "sky-action-button-header", "sky-action-button-details"], false>;
25
25
  }
@@ -8,5 +8,5 @@ export declare class SkyBackToTopComponent {
8
8
  private _scrollToTopClick;
9
9
  onScrollToTopClick(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBackToTopComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyBackToTopComponent, "sky-back-to-top", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyBackToTopComponent, "sky-back-to-top", never, {}, {}, never, never, false>;
12
12
  }
@@ -36,5 +36,5 @@ export declare class SkyBackToTopDirective implements AfterViewInit, OnDestroy {
36
36
  private setBackToTopListeners;
37
37
  private destroyBackToTop;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBackToTopDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<SkyBackToTopDirective, "[skyBackToTop]", never, { "skyBackToTop": "skyBackToTop"; "skyBackToTopMessageStream": "skyBackToTopMessageStream"; }, {}, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyBackToTopDirective, "[skyBackToTop]", never, { "skyBackToTop": "skyBackToTop"; "skyBackToTopMessageStream": "skyBackToTopMessageStream"; }, {}, never, never, false>;
40
40
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyBoxContentComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxContentComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxContentComponent, "sky-box-content", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxContentComponent, "sky-box-content", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyBoxControlsComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxControlsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxControlsComponent, "sky-box-controls", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxControlsComponent, "sky-box-controls", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyBoxHeaderComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxHeaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxHeaderComponent, "sky-box-header", never, {}, {}, never, ["*", ".sky-control-help"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxHeaderComponent, "sky-box-header", never, {}, {}, never, ["*", ".sky-control-help"], false>;
8
8
  }
@@ -25,5 +25,5 @@ export declare class SkyBoxComponent {
25
25
  */
26
26
  ariaRole: string;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxComponent, "sky-box", never, { "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "ariaRole": "ariaRole"; }, {}, never, ["sky-box-header", "sky-box-controls", "*"]>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxComponent, "sky-box", never, { "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "ariaRole": "ariaRole"; }, {}, never, ["sky-box-header", "sky-box-controls", "*"], false>;
29
29
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyCardActionsComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardActionsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardActionsComponent, "sky-card-actions", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardActionsComponent, "sky-card-actions", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyCardContentComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardContentComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardContentComponent, "sky-card-content", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardContentComponent, "sky-card-content", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyCardTitleComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardTitleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardTitleComponent, "sky-card-title", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardTitleComponent, "sky-card-title", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -39,5 +39,5 @@ export declare class SkyCardComponent implements AfterContentInit, OnDestroy {
39
39
  onCheckboxChange(newValue: boolean): void;
40
40
  ngOnDestroy(): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardComponent, "sky-card", never, { "size": "size"; "selectable": "selectable"; "selected": "selected"; }, { "selectedChange": "selectedChange"; }, ["inlineDeleteComponent", "titleComponent"], ["sky-inline-delete", "sky-card-title", "sky-card-content", "sky-card-actions"]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardComponent, "sky-card", never, { "size": "size"; "selectable": "selectable"; "selected": "selected"; }, { "selectedChange": "selectedChange"; }, ["inlineDeleteComponent", "titleComponent"], ["sky-inline-delete", "sky-card-title", "sky-card-content", "sky-card-actions"], false>;
43
43
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyDefinitionListContentComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDefinitionListContentComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListContentComponent, "sky-definition-list-content", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListContentComponent, "sky-definition-list-content", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyDefinitionListHeadingComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDefinitionListHeadingComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListHeadingComponent, "sky-definition-list-heading", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListHeadingComponent, "sky-definition-list-heading", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -8,5 +8,5 @@ export declare class SkyDefinitionListLabelComponent {
8
8
  labelWidth: number;
9
9
  constructor(service: SkyDefinitionListService);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDefinitionListLabelComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListLabelComponent, "sky-definition-list-label", never, {}, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListLabelComponent, "sky-definition-list-label", never, {}, {}, never, ["*"], false>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class SkyDefinitionListValueComponent {
8
8
  defaultValue: string;
9
9
  constructor(service: SkyDefinitionListService);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDefinitionListValueComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListValueComponent, "sky-definition-list-value", never, {}, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListValueComponent, "sky-definition-list-value", never, {}, {}, never, ["*"], false>;
12
12
  }
@@ -19,5 +19,5 @@ export declare class SkyDefinitionListComponent {
19
19
  set defaultValue(value: string);
20
20
  constructor(service: SkyDefinitionListService, logger: SkyLogService);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDefinitionListComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListComponent, "sky-definition-list", never, { "labelWidth": "labelWidth"; "defaultValue": "defaultValue"; }, {}, never, ["sky-definition-list-heading", "sky-definition-list-content"]>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListComponent, "sky-definition-list", never, { "labelWidth": "labelWidth"; "defaultValue": "defaultValue"; }, {}, never, ["sky-definition-list-heading", "sky-definition-list-content"], false>;
23
23
  }
@@ -9,5 +9,5 @@ export declare class SkyDescriptionListContentComponent {
9
9
  termComponents: QueryList<SkyDescriptionListTermComponent>;
10
10
  descriptionComponents: QueryList<SkyDescriptionListDescriptionComponent>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListContentComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListContentComponent, "sky-description-list-content", never, {}, {}, ["termComponents", "descriptionComponents"], ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListContentComponent, "sky-description-list-content", never, {}, {}, ["termComponents", "descriptionComponents"], ["*"], false>;
13
13
  }
@@ -17,5 +17,5 @@ export declare class SkyDescriptionListDescriptionComponent implements OnDestroy
17
17
  ngOnInit(): void;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListDescriptionComponent, [null, null, { optional: true; }]>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListDescriptionComponent, "sky-description-list-description", never, {}, {}, never, ["*"]>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListDescriptionComponent, "sky-description-list-description", never, {}, {}, never, ["*"], false>;
21
21
  }
@@ -8,5 +8,5 @@ import * as i0 from "@angular/core";
8
8
  export declare class SkyDescriptionListTermComponent {
9
9
  templateRef: TemplateRef<unknown>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListTermComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListTermComponent, "sky-description-list-term", never, {}, {}, never, ["*", ".sky-control-help"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListTermComponent, "sky-description-list-term", never, {}, {}, never, ["*", ".sky-control-help"], false>;
12
12
  }
@@ -39,5 +39,5 @@ export declare class SkyDescriptionListComponent implements AfterContentInit, On
39
39
  onWindowResize(): void;
40
40
  private updateResponsiveClass;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListComponent, "sky-description-list", never, { "defaultDescription": "defaultDescription"; "listItemWidth": "listItemWidth"; "mode": "mode"; }, {}, ["contentComponents"], never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListComponent, "sky-description-list", never, { "defaultDescription": "defaultDescription"; "listItemWidth": "listItemWidth"; "mode": "mode"; }, {}, ["contentComponents"], never, false>;
43
43
  }
@@ -34,5 +34,5 @@ export declare class SkyColumnComponent implements OnInit, OnChanges {
34
34
  getClassNames(): string;
35
35
  ngOnInit(): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyColumnComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyColumnComponent, "sky-column", never, { "screenXSmall": "screenXSmall"; "screenSmall": "screenSmall"; "screenMedium": "screenMedium"; "screenLarge": "screenLarge"; }, {}, never, ["*"]>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyColumnComponent, "sky-column", never, { "screenXSmall": "screenXSmall"; "screenSmall": "screenSmall"; "screenMedium": "screenMedium"; "screenLarge": "screenLarge"; }, {}, never, ["*"], false>;
38
38
  }
@@ -25,5 +25,5 @@ export declare class SkyFluidGridComponent {
25
25
  private _disableMargin;
26
26
  private _gutterSize;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFluidGridComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyFluidGridComponent, "sky-fluid-grid", never, { "disableMargin": "disableMargin"; "gutterSize": "gutterSize"; }, {}, never, ["*"]>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyFluidGridComponent, "sky-fluid-grid", never, { "disableMargin": "disableMargin"; "gutterSize": "gutterSize"; }, {}, never, ["*"], false>;
29
29
  }
@@ -10,5 +10,5 @@ export declare class SkyRowComponent {
10
10
  */
11
11
  reverseColumnOrder: boolean;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyRowComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyRowComponent, "sky-row", never, { "reverseColumnOrder": "reverseColumnOrder"; }, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyRowComponent, "sky-row", never, { "reverseColumnOrder": "reverseColumnOrder"; }, {}, never, ["*"], false>;
14
14
  }
@@ -19,5 +19,5 @@ export declare class SkyFormatComponent {
19
19
  private _args;
20
20
  private updateItemsForDisplay;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFormatComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyFormatComponent, "sky-format", never, { "text": "text"; "args": "args"; }, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyFormatComponent, "sky-format", never, { "text": "text"; "args": "args"; }, {}, never, never, false>;
23
23
  }
@@ -56,5 +56,5 @@ export declare class SkyInlineDeleteComponent implements OnDestroy, OnInit {
56
56
  */
57
57
  onAnimationDone(event: AnimationEvent): void;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyInlineDeleteComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyInlineDeleteComponent, "sky-inline-delete", never, { "pending": "pending"; }, { "cancelTriggered": "cancelTriggered"; "deleteTriggered": "deleteTriggered"; }, never, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyInlineDeleteComponent, "sky-inline-delete", never, { "pending": "pending"; }, { "cancelTriggered": "cancelTriggered"; "deleteTriggered": "deleteTriggered"; }, never, never, false>;
60
60
  }
@@ -10,5 +10,5 @@ export declare class SkyPageComponent implements OnInit, OnDestroy {
10
10
  ngOnInit(): void;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageComponent, "sky-page", never, {}, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageComponent, "sky-page", never, {}, {}, never, ["*"], false>;
14
14
  }
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class SkyPageSummaryAlertComponent {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryAlertComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryAlertComponent, "sky-page-summary-alert", never, {}, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryAlertComponent, "sky-page-summary-alert", never, {}, {}, never, ["*"], false>;
10
10
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyPageSummaryContentComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryContentComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryContentComponent, "sky-page-summary-content", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryContentComponent, "sky-page-summary-content", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class SkyPageSummaryImageComponent {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryImageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryImageComponent, "sky-page-summary-image", never, {}, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryImageComponent, "sky-page-summary-image", never, {}, {}, never, ["*"], false>;
10
10
  }
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class SkyPageSummaryKeyInfoComponent {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryKeyInfoComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryKeyInfoComponent, "sky-page-summary-key-info", never, {}, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryKeyInfoComponent, "sky-page-summary-key-info", never, {}, {}, never, ["*"], false>;
10
10
  }
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class SkyPageSummaryStatusComponent {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryStatusComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryStatusComponent, "sky-page-summary-status", never, {}, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryStatusComponent, "sky-page-summary-status", never, {}, {}, never, ["*"], false>;
10
10
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyPageSummarySubtitleComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummarySubtitleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummarySubtitleComponent, "sky-page-summary-subtitle", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummarySubtitleComponent, "sky-page-summary-subtitle", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyPageSummaryTitleComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryTitleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryTitleComponent, "sky-page-summary-title", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryTitleComponent, "sky-page-summary-title", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -17,5 +17,5 @@ export declare class SkyPageSummaryComponent implements OnDestroy, AfterViewInit
17
17
  ngAfterViewInit(): void;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryComponent, "sky-page-summary", never, {}, {}, ["keyInfoComponents"], ["sky-page-summary-alert", "sky-page-summary-image", "sky-page-summary-title", "sky-page-summary-subtitle", "sky-page-summary-status", "sky-page-summary-content", "sky-page-summary-key-info"]>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryComponent, "sky-page-summary", never, {}, {}, ["keyInfoComponents"], ["sky-page-summary-alert", "sky-page-summary-image", "sky-page-summary-title", "sky-page-summary-subtitle", "sky-page-summary-status", "sky-page-summary-content", "sky-page-summary-key-info"], false>;
21
21
  }
@@ -10,5 +10,5 @@ export declare class SkyTextExpandModalComponent {
10
10
  constructor(context: SkyTextExpandModalContext, instance: SkyModalInstance);
11
11
  close(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandModalComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandModalComponent, "sky-text-expand-modal", never, {}, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandModalComponent, "sky-text-expand-modal", never, {}, {}, never, never, false>;
14
14
  }
@@ -64,5 +64,5 @@ export declare class SkyTextExpandComponent implements AfterContentInit {
64
64
  private getTruncatedText;
65
65
  private animateText;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandComponent, "sky-text-expand", never, { "expandModalTitle": "expandModalTitle"; "maxExpandedLength": "maxExpandedLength"; "maxExpandedNewlines": "maxExpandedNewlines"; "maxLength": "maxLength"; "text": "text"; "truncateNewlines": "truncateNewlines"; }, {}, never, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandComponent, "sky-text-expand", never, { "expandModalTitle": "expandModalTitle"; "maxExpandedLength": "maxExpandedLength"; "maxExpandedNewlines": "maxExpandedNewlines"; "maxLength": "maxLength"; "text": "text"; "truncateNewlines": "truncateNewlines"; }, {}, never, never, false>;
68
68
  }
@@ -43,5 +43,5 @@ export declare class SkyTextExpandRepeaterComponent implements AfterViewInit, On
43
43
  private animateRepeater;
44
44
  private setup;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandRepeaterComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandRepeaterComponent, "sky-text-expand-repeater", never, { "data": "data"; "itemTemplate": "itemTemplate"; "listStyle": "listStyle"; "maxItems": "maxItems"; }, {}, never, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandRepeaterComponent, "sky-text-expand-repeater", never, { "data": "data"; "itemTemplate": "itemTemplate"; "listStyle": "listStyle"; "maxItems": "maxItems"; }, {}, never, never, false>;
47
47
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyToolbarItemComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyToolbarItemComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarItemComponent, "sky-toolbar-item", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarItemComponent, "sky-toolbar-item", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyToolbarSectionComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyToolbarSectionComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarSectionComponent, "sky-toolbar-section", never, {}, {}, never, ["*", "sky-toolbar-view-actions"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarSectionComponent, "sky-toolbar-section", never, {}, {}, never, ["*", "sky-toolbar-view-actions"], false>;
8
8
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyToolbarViewActionsComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyToolbarViewActionsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarViewActionsComponent, "sky-toolbar-view-actions", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarViewActionsComponent, "sky-toolbar-view-actions", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -8,5 +8,5 @@ export declare class SkyToolbarComponent implements AfterContentInit {
8
8
  private sectionComponents;
9
9
  ngAfterContentInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyToolbarComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarComponent, "sky-toolbar", never, {}, {}, ["sectionComponents"], ["sky-toolbar-section", "*", "sky-toolbar-view-actions"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarComponent, "sky-toolbar", never, {}, {}, ["sectionComponents"], ["sky-toolbar-section", "*", "sky-toolbar-view-actions"], false>;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "6.21.0",
3
+ "version": "7.0.0-beta.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,7 +20,7 @@
20
20
  "default": "./package.json"
21
21
  },
22
22
  ".": {
23
- "types": "./skyux-layout.d.ts",
23
+ "types": "./index.d.ts",
24
24
  "esm2020": "./esm2020/skyux-layout.mjs",
25
25
  "es2020": "./fesm2020/skyux-layout.mjs",
26
26
  "es2015": "./fesm2015/skyux-layout.mjs",
@@ -28,7 +28,7 @@
28
28
  "default": "./fesm2020/skyux-layout.mjs"
29
29
  },
30
30
  "./testing": {
31
- "types": "./testing/skyux-layout-testing.d.ts",
31
+ "types": "./testing/index.d.ts",
32
32
  "esm2020": "./esm2020/testing/skyux-layout-testing.mjs",
33
33
  "es2020": "./fesm2020/skyux-layout-testing.mjs",
34
34
  "es2015": "./fesm2015/skyux-layout-testing.mjs",
@@ -40,21 +40,21 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/animations": "^13.3.2",
44
- "@angular/cdk": "^13.3.2",
45
- "@angular/common": "^13.3.2",
46
- "@angular/core": "^13.3.2",
47
- "@angular/forms": "^13.3.2",
48
- "@angular/platform-browser": "^13.3.2",
49
- "@angular/router": "^13.3.2",
50
- "@skyux-sdk/testing": "6.21.0",
51
- "@skyux/core": "6.21.0",
52
- "@skyux/forms": "6.21.0",
53
- "@skyux/i18n": "6.21.0",
54
- "@skyux/indicators": "6.21.0",
55
- "@skyux/modals": "6.21.0",
56
- "@skyux/router": "6.21.0",
57
- "@skyux/theme": "6.21.0"
43
+ "@angular/animations": "^14.2.0",
44
+ "@angular/cdk": "^14.2.0",
45
+ "@angular/common": "^14.2.0",
46
+ "@angular/core": "^14.2.0",
47
+ "@angular/forms": "^14.2.0",
48
+ "@angular/platform-browser": "^14.2.0",
49
+ "@angular/router": "^14.2.0",
50
+ "@skyux-sdk/testing": "7.0.0-beta.0",
51
+ "@skyux/core": "7.0.0-beta.0",
52
+ "@skyux/forms": "7.0.0-beta.0",
53
+ "@skyux/i18n": "7.0.0-beta.0",
54
+ "@skyux/indicators": "7.0.0-beta.0",
55
+ "@skyux/modals": "7.0.0-beta.0",
56
+ "@skyux/router": "7.0.0-beta.0",
57
+ "@skyux/theme": "7.0.0-beta.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "tslib": "^2.3.1"
@@ -64,6 +64,6 @@
64
64
  "esm2020": "esm2020/skyux-layout.mjs",
65
65
  "fesm2020": "fesm2020/skyux-layout.mjs",
66
66
  "fesm2015": "fesm2015/skyux-layout.mjs",
67
- "typings": "skyux-layout.d.ts",
67
+ "typings": "index.d.ts",
68
68
  "sideEffects": false
69
69
  }
package/skyux-layout.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@skyux/layout" />
5
- export * from './index';
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../fesm2015/skyux-layout-testing.mjs",
3
- "es2020": "../fesm2020/skyux-layout-testing.mjs",
4
- "esm2020": "../esm2020/testing/skyux-layout-testing.mjs",
5
- "fesm2020": "../fesm2020/skyux-layout-testing.mjs",
6
- "fesm2015": "../fesm2015/skyux-layout-testing.mjs",
7
- "typings": "skyux-layout-testing.d.ts",
8
- "sideEffects": false,
9
- "name": "@skyux/layout/testing"
10
- }