@skyux/core 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.
@@ -1,6 +1,9 @@
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
+ */
4
7
  export declare class SkyAffixModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAffixModule, never>;
6
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyAffixModule, [typeof i1.SkyAffixDirective], [typeof i2.CommonModule], [typeof i1.SkyAffixDirective]>;
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * @deprecated The `SkyDockModule` is no longer needed and can be removed from your application.
4
+ * @internal
4
5
  */
5
6
  export declare class SkyDockModule {
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDockModule, never>;
@@ -1,11 +1,11 @@
1
1
  import { Type } from '@angular/core';
2
- import { SkyDynamicComponentService } from '../dynamic-component/dynamic-component.service';
3
2
  import { SkyDockInsertComponentConfig } from './dock-insert-component-config';
4
3
  import { SkyDockItem } from './dock-item';
5
4
  import { SkyDockOptions } from './dock-options';
6
5
  import * as i0 from "@angular/core";
7
6
  /**
8
7
  * This service docks components to specific areas on the page.
8
+ * @docsIncludeIds SkyDockOptions, SkyDockInsertComponentConfig, SkyDockLocation, SkyDockItem, SkyDockItemConfig
9
9
  */
10
10
  export declare class SkyDockService {
11
11
  #private;
@@ -15,7 +15,6 @@ export declare class SkyDockService {
15
15
  * Returns all docked items.
16
16
  */
17
17
  get items(): SkyDockItem<any>[];
18
- constructor(dynamicComponentSvc: SkyDynamicComponentService);
19
18
  /**
20
19
  * Docks a component to the bottom of the page.
21
20
  * @param component The component to dock.
@@ -1,5 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./id.directive";
3
+ /**
4
+ * @docsIncludeIds SkyIdDirective, SkyIdService
5
+ */
3
6
  export declare class SkyIdModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIdModule, never>;
5
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyIdModule, [typeof i1.SkyIdDirective], never, [typeof i1.SkyIdDirective]>;
@@ -6,6 +6,7 @@ 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
9
10
  */
10
11
  export declare class SkyMediaQueryService implements OnDestroy {
11
12
  #private;
@@ -1,6 +1,9 @@
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
+ */
4
7
  export declare class SkyNumericModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyNumericModule, never>;
6
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyNumericModule, [typeof i1.SkyNumericPipe], [typeof i2.SkyCoreResourcesModule], [typeof i1.SkyNumericPipe]>;
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * @deprecated The `SkyOverlayModule` is no longer needed and can be removed from your application.
4
+ * @internal
4
5
  */
5
6
  export declare class SkyOverlayModule {
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyOverlayModule, never>;
@@ -1,6 +1,9 @@
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
+ */
4
7
  export declare class SkyPercentPipeModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyPercentPipeModule, never>;
6
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyPercentPipeModule, [typeof i1.SkyPercentPipe], [typeof i2.SkyCoreResourcesModule], [typeof i1.SkyPercentPipe]>;
@@ -1,5 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./trim.directive";
3
+ /**
4
+ * @docsIncludeIds SkyTrimDirective
5
+ */
3
6
  export declare class SkyTrimModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTrimModule, never>;
5
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTrimModule, [typeof i1.SkyTrimDirective], never, [typeof i1.SkyTrimDirective]>;
@@ -1,5 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./viewkeeper.directive";
3
+ /**
4
+ * @docsIncludeIds SkyViewkeeperDirective, SkyViewkeeperService, SkyViewkeeperOptions, SkyViewkeeperHostOptions
5
+ */
3
6
  export declare class SkyViewkeeperModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperModule, never>;
5
8
  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.2",
3
+ "version": "12.0.0-alpha.3",
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.2"
40
+ "@skyux/i18n": "12.0.0-alpha.3"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.8.1"
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * Mocks SkyHelpService to enable testing of global help.
4
+ * @docsIncludeIds SkyHelpTestingController
4
5
  */
5
6
  export declare class SkyHelpTestingModule {
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpTestingModule, never>;