@skyux/layout 12.0.0-alpha.2 → 12.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.
@@ -11,9 +11,14 @@ export declare class SkyActionButtonIconComponent {
11
11
  * set `iconType` to `filter`. SKY UX supports version 4.7.0 of Font Awesome.
12
12
  * For more information about icons in SKY UX, see the
13
13
  * [icon component](https://developer.blackbaud.com/skyux/components/icon).
14
+ * @deprecated Use `iconName` instead.
14
15
  */
15
16
  iconType: string | undefined;
17
+ /**
18
+ * The name of the Blackbaud SVG icon to display.
19
+ */
20
+ iconName: string | undefined;
16
21
  protected fontSizeClass: import("@angular/core").Signal<"2x" | "3x">;
17
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonIconComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonIconComponent, "sky-action-button-icon", never, { "iconType": { "alias": "iconType"; "required": false; }; }, {}, never, never, false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonIconComponent, "sky-action-button-icon", never, { "iconType": { "alias": "iconType"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, {}, never, never, true, never>;
19
24
  }
@@ -3,15 +3,17 @@ import * as i1 from "./action-button.component";
3
3
  import * as i2 from "./action-button-container.component";
4
4
  import * as i3 from "./action-button-details.component";
5
5
  import * as i4 from "./action-button-header.component";
6
- import * as i5 from "./action-button-icon.component";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@angular/cdk/observers";
9
- import * as i8 from "@angular/router";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@angular/cdk/observers";
8
+ import * as i7 from "@angular/router";
9
+ import * as i8 from "./action-button-icon.component";
10
10
  import * as i9 from "@skyux/router";
11
- import * as i10 from "@skyux/icon";
12
- import * as i11 from "@skyux/theme";
11
+ import * as i10 from "@skyux/theme";
12
+ /**
13
+ * @docsIncludeIds SkyActionButtonContainerComponent, SkyActionButtonComponent, SkyActionButtonIconComponent, SkyActionButtonHeaderComponent, SkyActionButtonDetailsComponent, SkyActionButtonPermalink, SkyActionButtonContainerAlignItemsType
14
+ */
13
15
  export declare class SkyActionButtonModule {
14
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyActionButtonModule, [typeof i1.SkyActionButtonComponent, typeof i2.SkyActionButtonContainerComponent, typeof i3.SkyActionButtonDetailsComponent, typeof i4.SkyActionButtonHeaderComponent, typeof i5.SkyActionButtonIconComponent], [typeof i6.CommonModule, typeof i7.ObserversModule, typeof i8.RouterModule, typeof i9.SkyHrefModule, typeof i10.SkyIconModule, typeof i11.SkyThemeModule], [typeof i1.SkyActionButtonComponent, typeof i2.SkyActionButtonContainerComponent, typeof i3.SkyActionButtonDetailsComponent, typeof i4.SkyActionButtonHeaderComponent, typeof i5.SkyActionButtonIconComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyActionButtonModule, [typeof i1.SkyActionButtonComponent, typeof i2.SkyActionButtonContainerComponent, typeof i3.SkyActionButtonDetailsComponent, typeof i4.SkyActionButtonHeaderComponent], [typeof i5.CommonModule, typeof i6.ObserversModule, typeof i7.RouterModule, typeof i8.SkyActionButtonIconComponent, typeof i9.SkyHrefModule, typeof i10.SkyThemeModule], [typeof i1.SkyActionButtonComponent, typeof i2.SkyActionButtonContainerComponent, typeof i3.SkyActionButtonDetailsComponent, typeof i4.SkyActionButtonHeaderComponent, typeof i8.SkyActionButtonIconComponent]>;
16
18
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyActionButtonModule>;
17
19
  }
@@ -3,6 +3,9 @@ import * as i1 from "./back-to-top.component";
3
3
  import * as i2 from "./back-to-top.directive";
4
4
  import * as i3 from "../shared/sky-layout-resources.module";
5
5
  import * as i4 from "@skyux/theme";
6
+ /**
7
+ * @docsIncludeIds SkyBackToTopDirective, SkyBackToTopOptions, SkyBackToTopMessage, SkyBackToTopMessageType
8
+ */
6
9
  export declare class SkyBackToTopModule {
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBackToTopModule, never>;
8
11
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyBackToTopModule, [typeof i1.SkyBackToTopComponent, typeof i2.SkyBackToTopDirective], [typeof i3.SkyLayoutResourcesModule, typeof i4.SkyThemeModule], [typeof i1.SkyBackToTopComponent, typeof i2.SkyBackToTopDirective]>;
@@ -6,6 +6,9 @@ import * as i4 from "./box-controls.component";
6
6
  import * as i5 from "@skyux/help-inline";
7
7
  import * as i6 from "@skyux/theme";
8
8
  import * as i7 from "@skyux/core";
9
+ /**
10
+ * @docsIncludeIds SkyBoxComponent, SkyBoxHeaderComponent, SkyBoxContentComponent, SkyBoxControlsComponent, SkyBoxHeadingLevel, SkyBoxHeadingStyle, SkyBoxHarness, SkyBoxHarnessFilters
11
+ */
9
12
  export declare class SkyBoxModule {
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxModule, never>;
11
14
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyBoxModule, [typeof i1.SkyBoxComponent, typeof i2.SkyBoxHeaderComponent, typeof i3.SkyBoxContentComponent, typeof i4.SkyBoxControlsComponent], [typeof i5.SkyHelpInlineModule, typeof i6.SkyThemeModule, typeof i7.SkyTrimModule], [typeof i1.SkyBoxComponent, typeof i2.SkyBoxHeaderComponent, typeof i3.SkyBoxContentComponent, typeof i4.SkyBoxControlsComponent]>;
@@ -10,6 +10,7 @@ import * as i8 from "../shared/sky-layout-resources.module";
10
10
  import * as i9 from "../inline-delete/inline-delete.module";
11
11
  /**
12
12
  * @deprecated `SkyCardModule` is deprecated. For other SKY UX components that group and list content, see the content containers guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/content-containers.
13
+ * @docsIncludeIds SkyCardComponent, SkyCardTitleComponent, SkyCardContentComponent, SkyCardActionsComponent
13
14
  */
14
15
  export declare class SkyCardModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardModule, never>;
@@ -7,6 +7,7 @@ import * as i5 from "./definition-list-value.component";
7
7
  import * as i6 from "@angular/common";
8
8
  import * as i7 from "../shared/sky-layout-resources.module";
9
9
  /**
10
+ * @docsIncludeIds SkyDefinitionListComponent, SkyDefinitionListHeadingComponent, SkyDefinitionListContentComponent, SkyDefinitionListLabelComponent, SkyDefinitionListValueComponent
10
11
  * @deprecated Use `SkyDescriptionListModule` instead.
11
12
  */
12
13
  export declare class SkyDefinitionListModule {
@@ -8,6 +8,9 @@ import * as i6 from "@skyux/help-inline";
8
8
  import * as i7 from "@skyux/core";
9
9
  import * as i8 from "../shared/sky-layout-resources.module";
10
10
  import * as i9 from "@skyux/theme";
11
+ /**
12
+ * @docsIncludeIds SkyDescriptionListComponent, SkyDescriptionListContentComponent, SkyDescriptionListDescriptionComponent, SkyDescriptionListTermComponent, SkyDescriptionListModeType
13
+ */
11
14
  export declare class SkyDescriptionListModule {
12
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListModule, never>;
13
16
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDescriptionListModule, [typeof i1.SkyDescriptionListComponent, typeof i2.SkyDescriptionListContentComponent, typeof i3.SkyDescriptionListTermComponent, typeof i4.SkyDescriptionListDescriptionComponent], [typeof i5.CommonModule, typeof i6.SkyHelpInlineModule, typeof i7.SkyIdModule, typeof i8.SkyLayoutResourcesModule, typeof i9.SkyThemeModule, typeof i7.SkyTrimModule], [typeof i1.SkyDescriptionListComponent, typeof i2.SkyDescriptionListContentComponent, typeof i3.SkyDescriptionListTermComponent, typeof i4.SkyDescriptionListDescriptionComponent]>;
@@ -3,6 +3,9 @@ import * as i1 from "./row.component";
3
3
  import * as i2 from "./column.component";
4
4
  import * as i3 from "./fluid-grid.component";
5
5
  import * as i4 from "@angular/common";
6
+ /**
7
+ * @docsIncludeIds SkyFluidGridComponent, SkyRowComponent, SkyColumnComponent, SkyFluidGridGutterSizeType, SkyColumnHarness, SkyColumnHarnessFilters, SkyFluidGridHarness, SkyFluidGridHarnessFilters, SkyRowHarness, SkyRowHarnessFilters
8
+ */
6
9
  export declare class SkyFluidGridModule {
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFluidGridModule, never>;
8
11
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFluidGridModule, [typeof i1.SkyRowComponent, typeof i2.SkyColumnComponent, typeof i3.SkyFluidGridComponent], [typeof i4.CommonModule], [typeof i1.SkyRowComponent, typeof i2.SkyColumnComponent, typeof i3.SkyFluidGridComponent]>;
@@ -1,6 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./format.component";
3
3
  import * as i2 from "@angular/common";
4
+ /**
5
+ * @docsIncludeIds SkyFormatComponent, SkyAppFormat
6
+ */
4
7
  export declare class SkyFormatModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFormatModule, never>;
6
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFormatModule, [typeof i1.SkyFormatComponent], [typeof i2.CommonModule], [typeof i1.SkyFormatComponent]>;
@@ -2,6 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./inline-delete.component";
3
3
  import * as i2 from "../shared/sky-layout-resources.module";
4
4
  import * as i3 from "@skyux/indicators";
5
+ /**
6
+ * @docsIncludeIds SkyInlineDeleteComponent
7
+ */
5
8
  export declare class SkyInlineDeleteModule {
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyInlineDeleteModule, never>;
7
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyInlineDeleteModule, [typeof i1.SkyInlineDeleteComponent], [typeof i2.SkyLayoutResourcesModule, typeof i3.SkyWaitModule], [typeof i1.SkyInlineDeleteComponent]>;
@@ -1,4 +1,5 @@
1
1
  /**
2
+ * @docsId SkyPageLayoutLegacy
2
3
  * @deprecated Use `SkyPageLayoutType` in `@skyux/pages` instead.
3
4
  */
4
5
  export type SkyPageLayoutType = 'auto' | 'fit';
@@ -4,6 +4,7 @@ import { SkyPageThemeAdapterService } from './page-theme-adapter.service';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Displays page contents using the specified layout.
7
+ * @docsId SkyPageComponentLegacy
7
8
  * @deprecated Use the `sky-page` component in `@skyux/pages` instead.
8
9
  */
9
10
  export declare class SkyPageComponent implements OnInit, OnDestroy {
@@ -2,6 +2,8 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./page.component";
3
3
  import * as i2 from "@angular/common";
4
4
  /**
5
+ * @docsId SkyPageModuleLegacy
6
+ * @docsIncludeIds SkyPageComponentLegacy, SkyPageLayoutLegacy
5
7
  * @deprecated Use the SkyPageModule in `@skyux/pages` instead.
6
8
  */
7
9
  export declare class SkyPageModule {
@@ -9,6 +9,7 @@ import * as i7 from "./page-summary-subtitle.component";
9
9
  import * as i8 from "./page-summary-title.component";
10
10
  import * as i9 from "@angular/common";
11
11
  /**
12
+ * @docsIncludeIds SkyPageSummaryComponent, SkyPageSummaryTitleComponent, SkyPageSummarySubtitleComponent, SkyPageSummaryAlertComponent, SkyPageSummaryContentComponent, SkyPageSummaryImageComponent, SkyPageSummaryKeyInfoComponent, SkyPageSummaryStatusComponent
12
13
  * @deprecated `SkyPageSummaryModule` is deprecated. For page templates and techniques to summarize page content, see the page design guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/page-layouts.
13
14
  */
14
15
  export declare class SkyPageSummaryModule {
@@ -1,5 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./text-expand.component";
3
+ /**
4
+ * @docsIncludeIds SkyTextExpandComponent, SkyTextExpandHarness, SkyTextExpandModalHarness
5
+ */
3
6
  export declare class SkyTextExpandModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandModule, never>;
5
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextExpandModule, [typeof i1.SkyTextExpandComponent], never, [typeof i1.SkyTextExpandComponent]>;
@@ -2,6 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./text-expand-repeater.component";
3
3
  import * as i2 from "../shared/sky-layout-resources.module";
4
4
  import * as i3 from "@angular/common";
5
+ /**
6
+ * @docsIncludeIds SkyTextExpandRepeaterComponent, SkyTextExpandRepeaterListStyleType
7
+ */
5
8
  export declare class SkyTextExpandRepeaterModule {
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandRepeaterModule, never>;
7
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextExpandRepeaterModule, [typeof i1.SkyTextExpandRepeaterComponent], [typeof i2.SkyLayoutResourcesModule, typeof i3.CommonModule], [typeof i1.SkyTextExpandRepeaterComponent]>;
@@ -4,6 +4,9 @@ import * as i2 from "./toolbar-item.component";
4
4
  import * as i3 from "./toolbar-section.component";
5
5
  import * as i4 from "./toolbar-view-actions.component";
6
6
  import * as i5 from "@angular/common";
7
+ /**
8
+ * @docsIncludeIds SkyToolbarComponent, SkyToolbarSectionComponent, SkyToolbarItemComponent, SkyToolbarViewActionsComponent, SkyToolbarHarness, SkyToolbarHarnessFilters, SkyToolbarSectionHarness, SkyToolbarSectionHarnessFilters, SkyToolbarItemHarness, SkyToolbarItemHarnessFilters, SkyToolbarViewActionsHarness
9
+ */
7
10
  export declare class SkyToolbarModule {
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyToolbarModule, never>;
9
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyToolbarModule, [typeof i1.SkyToolbarComponent, typeof i2.SkyToolbarItemComponent, typeof i3.SkyToolbarSectionComponent, typeof i4.SkyToolbarViewActionsComponent], [typeof i5.CommonModule], [typeof i1.SkyToolbarComponent, typeof i2.SkyToolbarItemComponent, typeof i3.SkyToolbarSectionComponent, typeof i4.SkyToolbarViewActionsComponent]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "12.0.0-alpha.2",
3
+ "version": "12.0.0-alpha.3",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -39,16 +39,16 @@
39
39
  "@angular/forms": "^19.0.5",
40
40
  "@angular/platform-browser": "^19.0.5",
41
41
  "@angular/router": "^19.0.5",
42
- "@skyux-sdk/testing": "12.0.0-alpha.2",
43
- "@skyux/core": "12.0.0-alpha.2",
44
- "@skyux/forms": "12.0.0-alpha.2",
45
- "@skyux/help-inline": "12.0.0-alpha.2",
46
- "@skyux/i18n": "12.0.0-alpha.2",
47
- "@skyux/icon": "12.0.0-alpha.2",
48
- "@skyux/indicators": "12.0.0-alpha.2",
49
- "@skyux/modals": "12.0.0-alpha.2",
50
- "@skyux/router": "12.0.0-alpha.2",
51
- "@skyux/theme": "12.0.0-alpha.2"
42
+ "@skyux-sdk/testing": "12.0.0-alpha.3",
43
+ "@skyux/core": "12.0.0-alpha.3",
44
+ "@skyux/forms": "12.0.0-alpha.3",
45
+ "@skyux/help-inline": "12.0.0-alpha.3",
46
+ "@skyux/i18n": "12.0.0-alpha.3",
47
+ "@skyux/icon": "12.0.0-alpha.3",
48
+ "@skyux/indicators": "12.0.0-alpha.3",
49
+ "@skyux/modals": "12.0.0-alpha.3",
50
+ "@skyux/router": "12.0.0-alpha.3",
51
+ "@skyux/theme": "12.0.0-alpha.3"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.8.1"