@skyux/layout 13.0.0-alpha.4 → 13.0.0-alpha.6

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.
package/index.d.ts CHANGED
@@ -885,60 +885,6 @@ declare class SkyFormatModule {
885
885
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyFormatModule>;
886
886
  }
887
887
 
888
- /**
889
- * @docsId SkyPageLayoutLegacy
890
- * @deprecated Use `SkyPageLayoutType` in `@skyux/pages` instead.
891
- */
892
- type SkyPageLayoutType = 'auto' | 'fit';
893
-
894
- /**
895
- * @internal
896
- */
897
- declare class SkyPageThemeAdapterService {
898
- #private;
899
- constructor(document: Document);
900
- /**
901
- * We can't use ViewEncapsulation.None for this behavior because Angular does
902
- * not remove `style` tags from the HEAD element after route changes.
903
- * @see https://github.com/angular/angular/issues/16670
904
- */
905
- addTheme(): void;
906
- removeTheme(): void;
907
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageThemeAdapterService, never>;
908
- static ɵprov: i0.ɵɵInjectableDeclaration<SkyPageThemeAdapterService>;
909
- }
910
-
911
- /**
912
- * Displays page contents using the specified layout.
913
- * @docsId SkyPageComponentLegacy
914
- * @deprecated Use the `sky-page` component in `@skyux/pages` instead.
915
- */
916
- declare class SkyPageComponent implements OnInit, OnDestroy {
917
- #private;
918
- /**
919
- * The page layout. Use `auto` to allow the page contents
920
- * to expand beyond the bottom of the browser window. Use `fit`
921
- * to constrain the page contents to the available viewport.
922
- */
923
- set layout(value: SkyPageLayoutType | undefined);
924
- get layout(): SkyPageLayoutType;
925
- constructor(themeAdapter: SkyPageThemeAdapterService);
926
- ngOnInit(): void;
927
- ngOnDestroy(): void;
928
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageComponent, never>;
929
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageComponent, "sky-page", never, { "layout": { "alias": "layout"; "required": false; }; }, {}, never, ["*"], false, never>;
930
- }
931
-
932
- /**
933
- * @docsId SkyPageModuleLegacy
934
- * @deprecated Use the SkyPageModule in `@skyux/pages` instead.
935
- */
936
- declare class SkyPageModule {
937
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageModule, never>;
938
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyPageModule, [typeof SkyPageComponent], [typeof i5.CommonModule], [typeof SkyPageComponent]>;
939
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyPageModule>;
940
- }
941
-
942
888
  /**
943
889
  * Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within
944
890
  * the page summary.
@@ -1208,5 +1154,5 @@ declare class SkyToolbarModule {
1208
1154
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyToolbarModule>;
1209
1155
  }
1210
1156
 
1211
- export { SkyActionButtonContainerAlignItems, SkyActionButtonModule, SkyBackToTopMessageType, SkyBackToTopModule, SkyBoxModule, SkyCardModule, SkyDefinitionListModule, SkyDescriptionListMode, SkyDescriptionListModule, SkyFluidGridModule, SkyFormatModule, SkyInlineDeleteModule, SkyInlineDeleteType, SkyPageModule, SkyPageSummaryModule, SkyTextExpandModule, SkyTextExpandRepeaterModule, SkyToolbarModule, SkyActionButtonComponent as λ1, SkyCardActionsComponent as λ10, SkyCardContentComponent as λ11, SkyCardTitleComponent as λ12, SkyDefinitionListComponent as λ13, SkyDefinitionListContentComponent as λ14, SkyDefinitionListHeadingComponent as λ15, SkyDefinitionListLabelComponent as λ16, SkyDefinitionListValueComponent as λ17, SkyDescriptionListComponent as λ18, SkyDescriptionListTermComponent as λ19, SkyActionButtonContainerComponent as λ2, SkyDescriptionListDescriptionComponent as λ20, SkyDescriptionListContentComponent as λ21, SkyFluidGridComponent as λ22, SkyRowComponent as λ23, SkyColumnComponent as λ24, SkyFormatComponent as λ25, SkyPageComponent as λ26, SkyPageSummaryComponent as λ27, SkyPageSummaryAlertComponent as λ28, SkyPageSummaryContentComponent as λ29, SkyActionButtonDetailsComponent as λ3, SkyPageSummaryImageComponent as λ30, SkyPageSummaryKeyInfoComponent as λ31, SkyPageSummaryStatusComponent as λ32, SkyPageSummarySubtitleComponent as λ33, SkyPageSummaryTitleComponent as λ34, SkyTextExpandComponent as λ35, SkyTextExpandRepeaterComponent as λ36, SkyToolbarComponent as λ37, SkyToolbarSectionComponent as λ38, SkyToolbarItemComponent as λ39, SkyActionButtonHeaderComponent as λ4, SkyToolbarViewActionsComponent as λ40, SkyBoxComponent as λ41, SkyBoxHeaderComponent as λ42, SkyBoxContentComponent as λ43, SkyBoxControlsComponent as λ44, SkyActionButtonIconComponent as λ5, SkyBackToTopComponent as λ6, SkyBackToTopDirective as λ7, SkyInlineDeleteComponent as λ8, SkyCardComponent as λ9 };
1212
- export type { SkyActionButtonContainerAlignItemsType, SkyActionButtonPermalink, SkyBackToTopMessage, SkyBackToTopOptions, SkyBoxHeadingLevel, SkyBoxHeadingStyle, SkyDescriptionListModeType, SkyFluidGridGutterSizeType, SkyFormatItem, SkyPageLayoutType, SkyTextExpandRepeaterListStyleType };
1157
+ export { SkyActionButtonContainerAlignItems, SkyActionButtonModule, SkyBackToTopMessageType, SkyBackToTopModule, SkyBoxModule, SkyCardModule, SkyDefinitionListModule, SkyDescriptionListMode, SkyDescriptionListModule, SkyFluidGridModule, SkyFormatModule, SkyInlineDeleteModule, SkyInlineDeleteType, SkyPageSummaryModule, SkyTextExpandModule, SkyTextExpandRepeaterModule, SkyToolbarModule, SkyActionButtonComponent as λ1, SkyCardActionsComponent as λ10, SkyCardContentComponent as λ11, SkyCardTitleComponent as λ12, SkyDefinitionListComponent as λ13, SkyDefinitionListContentComponent as λ14, SkyDefinitionListHeadingComponent as λ15, SkyDefinitionListLabelComponent as λ16, SkyDefinitionListValueComponent as λ17, SkyDescriptionListComponent as λ18, SkyDescriptionListTermComponent as λ19, SkyActionButtonContainerComponent as λ2, SkyDescriptionListDescriptionComponent as λ20, SkyDescriptionListContentComponent as λ21, SkyFluidGridComponent as λ22, SkyRowComponent as λ23, SkyColumnComponent as λ24, SkyFormatComponent as λ25, SkyPageSummaryComponent as λ27, SkyPageSummaryAlertComponent as λ28, SkyPageSummaryContentComponent as λ29, SkyActionButtonDetailsComponent as λ3, SkyPageSummaryImageComponent as λ30, SkyPageSummaryKeyInfoComponent as λ31, SkyPageSummaryStatusComponent as λ32, SkyPageSummarySubtitleComponent as λ33, SkyPageSummaryTitleComponent as λ34, SkyTextExpandComponent as λ35, SkyTextExpandRepeaterComponent as λ36, SkyToolbarComponent as λ37, SkyToolbarSectionComponent as λ38, SkyToolbarItemComponent as λ39, SkyActionButtonHeaderComponent as λ4, SkyToolbarViewActionsComponent as λ40, SkyBoxComponent as λ41, SkyBoxHeaderComponent as λ42, SkyBoxContentComponent as λ43, SkyBoxControlsComponent as λ44, SkyActionButtonIconComponent as λ5, SkyBackToTopComponent as λ6, SkyBackToTopDirective as λ7, SkyInlineDeleteComponent as λ8, SkyCardComponent as λ9 };
1158
+ export type { SkyActionButtonContainerAlignItemsType, SkyActionButtonPermalink, SkyBackToTopMessage, SkyBackToTopOptions, SkyBoxHeadingLevel, SkyBoxHeadingStyle, SkyDescriptionListModeType, SkyFluidGridGutterSizeType, SkyFormatItem, SkyTextExpandRepeaterListStyleType };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "13.0.0-alpha.4",
3
+ "version": "13.0.0-alpha.6",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -23,16 +23,21 @@
23
23
  "@angular/forms": "^20.0.5",
24
24
  "@angular/platform-browser": "^20.0.5",
25
25
  "@angular/router": "^20.0.5",
26
- "@skyux-sdk/testing": "13.0.0-alpha.4",
27
- "@skyux/core": "13.0.0-alpha.4",
28
- "@skyux/forms": "13.0.0-alpha.4",
29
- "@skyux/help-inline": "13.0.0-alpha.4",
30
- "@skyux/i18n": "13.0.0-alpha.4",
31
- "@skyux/icon": "13.0.0-alpha.4",
32
- "@skyux/indicators": "13.0.0-alpha.4",
33
- "@skyux/modals": "13.0.0-alpha.4",
34
- "@skyux/router": "13.0.0-alpha.4",
35
- "@skyux/theme": "13.0.0-alpha.4"
26
+ "@skyux-sdk/testing": "13.0.0-alpha.6",
27
+ "@skyux/core": "13.0.0-alpha.6",
28
+ "@skyux/forms": "13.0.0-alpha.6",
29
+ "@skyux/help-inline": "13.0.0-alpha.6",
30
+ "@skyux/i18n": "13.0.0-alpha.6",
31
+ "@skyux/icon": "13.0.0-alpha.6",
32
+ "@skyux/indicators": "13.0.0-alpha.6",
33
+ "@skyux/modals": "13.0.0-alpha.6",
34
+ "@skyux/router": "13.0.0-alpha.6",
35
+ "@skyux/theme": "13.0.0-alpha.6"
36
+ },
37
+ "peerDependenciesMeta": {
38
+ "@skyux-sdk/testing": {
39
+ "optional": true
40
+ }
36
41
  },
37
42
  "dependencies": {
38
43
  "tslib": "^2.8.1"
@@ -5,6 +5,7 @@ import { SkyBoxHeadingLevel, SkyBoxHeadingStyle, SkyDescriptionListModeType, Sky
5
5
 
6
6
  /**
7
7
  * Allows interaction with a SKY UX action button component.
8
+ * @deprecated Use `SkyActionButtonHarness` instead.
8
9
  * @internal
9
10
  */
10
11
  declare class SkyActionButtonFixture {
@@ -30,6 +31,7 @@ declare class SkyActionButtonFixture {
30
31
 
31
32
  /**
32
33
  * Allows interaction with a SKY UX avatar component.
34
+ * @deprecated
33
35
  * @internal
34
36
  */
35
37
  declare class SkyCardFixture {
@@ -64,6 +66,7 @@ declare class SkyCardFixture {
64
66
 
65
67
  /**
66
68
  * Allows interaction with a SKY UX page summary component.
69
+ * @deprecated
67
70
  * @internal
68
71
  */
69
72
  declare class SkyPageSummaryFixture {