@skyux/core 12.0.0-alpha.3 → 12.0.0-alpha.5

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.
@@ -1,9 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./affix.directive";
3
3
  import * as i2 from "@angular/common";
4
- /**
5
- * @docsIncludeIds SkyAffixDirective, SkyAffixService, SkyAffixer, SkyAffixConfig, SkyAffixAutoFitContext, SkyAffixHorizontalAlignment, SkyAffixOffset, SkyAffixOffsetChange, SkyAffixPlacement, SkyAffixPlacementChange, SkyAffixPosition, SkyAffixVerticalAlignment
6
- */
7
4
  export declare class SkyAffixModule {
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAffixModule, never>;
9
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyAffixModule, [typeof i1.SkyAffixDirective], [typeof i2.CommonModule], [typeof i1.SkyAffixDirective]>;
@@ -1,5 +1,6 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { SkyContentInfo } from './content-info';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * @internal
5
6
  * An API to provide information about a parent component's content to child components.
@@ -11,4 +12,6 @@ export declare class SkyContentInfoProvider {
11
12
  #private;
12
13
  patchInfo(value: SkyContentInfo): void;
13
14
  getInfo(): Observable<SkyContentInfo>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyContentInfoProvider, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyContentInfoProvider>;
14
17
  }
@@ -5,7 +5,6 @@ import { SkyDockOptions } from './dock-options';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * This service docks components to specific areas on the page.
8
- * @docsIncludeIds SkyDockOptions, SkyDockInsertComponentConfig, SkyDockLocation, SkyDockItem, SkyDockItemConfig
9
8
  */
10
9
  export declare class SkyDockService {
11
10
  #private;
@@ -1,8 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./id.directive";
3
- /**
4
- * @docsIncludeIds SkyIdDirective, SkyIdService
5
- */
6
3
  export declare class SkyIdModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIdModule, never>;
8
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyIdModule, [typeof i1.SkyIdDirective], never, [typeof i1.SkyIdDirective]>;
@@ -6,7 +6,6 @@ import { SkyMediaQueryListener } from './media-query-listener';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Utility used to subscribe to viewport and container breakpoint changes.
9
- * @docsIncludeIds SkyMediaBreakpoints, SkyMediaQueryListener, provideSkyMediaQueryTesting, SkyMediaQueryTestingController
10
9
  */
11
10
  export declare class SkyMediaQueryService implements OnDestroy {
12
11
  #private;
@@ -1,9 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./numeric.pipe";
3
3
  import * as i2 from "../shared/sky-core-resources.module";
4
- /**
5
- * @docsIncludeIds SkyNumericPipe, SkyNumericService, SkyNumericOptions
6
- */
7
4
  export declare class SkyNumericModule {
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyNumericModule, never>;
9
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyNumericModule, [typeof i1.SkyNumericPipe], [typeof i2.SkyCoreResourcesModule], [typeof i1.SkyNumericPipe]>;
@@ -1,9 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./percent.pipe";
3
3
  import * as i2 from "../shared/sky-core-resources.module";
4
- /**
5
- * @docsIncludeIds SkyPercentPipe
6
- */
7
4
  export declare class SkyPercentPipeModule {
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPercentPipeModule, never>;
9
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyPercentPipeModule, [typeof i1.SkyPercentPipe], [typeof i2.SkyCoreResourcesModule], [typeof i1.SkyPercentPipe]>;
@@ -1,8 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./trim.directive";
3
- /**
4
- * @docsIncludeIds SkyTrimDirective
5
- */
6
3
  export declare class SkyTrimModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTrimModule, never>;
8
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTrimModule, [typeof i1.SkyTrimDirective], never, [typeof i1.SkyTrimDirective]>;
@@ -8,6 +8,7 @@ export declare class SkyViewkeeperHostOptions implements SkyViewkeeperOptions {
8
8
  verticalOffset?: number;
9
9
  verticalOffsetEl?: HTMLElement;
10
10
  viewportMarginTop?: number;
11
+ viewportMarginProperty?: `--${string}`;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperHostOptions, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<SkyViewkeeperHostOptions>;
13
14
  }
@@ -38,4 +38,8 @@ export interface SkyViewkeeperOptions {
38
38
  * Reserved space in pixels at the top of the viewport.
39
39
  */
40
40
  viewportMarginTop?: number;
41
+ /**
42
+ * Custom CSS property for reserved space at the top of the viewport.
43
+ */
44
+ viewportMarginProperty?: `--${string}`;
41
45
  }
@@ -1,8 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./viewkeeper.directive";
3
- /**
4
- * @docsIncludeIds SkyViewkeeperDirective, SkyViewkeeperService, SkyViewkeeperOptions, SkyViewkeeperHostOptions
5
- */
6
3
  export declare class SkyViewkeeperModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperModule, never>;
8
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyViewkeeperModule, [typeof i1.SkyViewkeeperDirective], never, [typeof i1.SkyViewkeeperDirective]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "12.0.0-alpha.3",
3
+ "version": "12.0.0-alpha.5",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -37,7 +37,7 @@
37
37
  "@angular/core": "^19.0.5",
38
38
  "@angular/platform-browser": "^19.0.5",
39
39
  "@angular/router": "^19.0.5",
40
- "@skyux/i18n": "12.0.0-alpha.3"
40
+ "@skyux/i18n": "12.0.0-alpha.5"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.8.1"
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * Mocks SkyHelpService to enable testing of global help.
4
- * @docsIncludeIds SkyHelpTestingController
5
4
  */
6
5
  export declare class SkyHelpTestingModule {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpTestingModule, never>;
@@ -1,7 +1,7 @@
1
- import { SkyHarnessFilters } from '../../shared/harness-filters';
1
+ import { BaseHarnessFilters } from '@angular/cdk/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of SkyOverlayHarness instances.
4
4
  * @internal
5
5
  */
6
- export interface SkyOverlayHarnessFilters extends SkyHarnessFilters {
6
+ export interface SkyOverlayHarnessFilters extends BaseHarnessFilters {
7
7
  }