@skyux/core 5.0.0-beta.7 → 5.1.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 (235) hide show
  1. package/LICENSE +21 -0
  2. package/bundles/skyux-core-testing.umd.js +363 -234
  3. package/bundles/skyux-core-testing.umd.js.map +1 -1
  4. package/bundles/skyux-core.umd.js +3295 -2913
  5. package/bundles/skyux-core.umd.js.map +1 -1
  6. package/documentation.json +8863 -0
  7. package/esm2015/modules/adapter-service/adapter.module.js +11 -8
  8. package/esm2015/modules/adapter-service/adapter.service.js +14 -15
  9. package/esm2015/modules/adapter-service/focusable-children-options.js +2 -1
  10. package/esm2015/modules/affix/affix-auto-fit-context.js +1 -1
  11. package/esm2015/modules/affix/affix-config.js +2 -1
  12. package/esm2015/modules/affix/affix-horizontal-alignment.js +2 -1
  13. package/esm2015/modules/affix/affix-offset-change.js +2 -1
  14. package/esm2015/modules/affix/affix-offset.js +2 -1
  15. package/esm2015/modules/affix/affix-placement-change.js +2 -1
  16. package/esm2015/modules/affix/affix-placement.js +2 -1
  17. package/esm2015/modules/affix/affix-utils.js +1 -1
  18. package/esm2015/modules/affix/affix-vertical-alignment.js +2 -1
  19. package/esm2015/modules/affix/affix.directive.js +36 -49
  20. package/esm2015/modules/affix/affix.module.js +22 -17
  21. package/esm2015/modules/affix/affix.service.js +12 -15
  22. package/esm2015/modules/affix/affixer.js +1 -1
  23. package/esm2015/modules/affix/dom-utils.js +1 -1
  24. package/esm2015/modules/dock/dock-dom-adapter.service.js +23 -15
  25. package/esm2015/modules/dock/dock-insert-component-config.js +2 -1
  26. package/esm2015/modules/dock/dock-item-config.js +2 -1
  27. package/esm2015/modules/dock/dock-item-reference.js +2 -1
  28. package/esm2015/modules/dock/dock-item.js +1 -1
  29. package/esm2015/modules/dock/dock-location.js +19 -0
  30. package/esm2015/modules/dock/dock-options.js +2 -0
  31. package/esm2015/modules/dock/dock.component.js +48 -33
  32. package/esm2015/modules/dock/dock.module.js +28 -17
  33. package/esm2015/modules/dock/dock.service.js +44 -16
  34. package/esm2015/modules/dock/sort-by-stack-order.js +1 -1
  35. package/esm2015/modules/dynamic-component/dynamic-component-location.js +15 -3
  36. package/esm2015/modules/dynamic-component/dynamic-component-options.js +2 -1
  37. package/esm2015/modules/dynamic-component/dynamic-component.module.js +11 -8
  38. package/esm2015/modules/dynamic-component/dynamic-component.service.js +24 -20
  39. package/esm2015/modules/format/app-format.js +11 -11
  40. package/esm2015/modules/id/id.directive.js +14 -16
  41. package/esm2015/modules/id/id.module.js +18 -15
  42. package/esm2015/modules/log/log.module.js +11 -8
  43. package/esm2015/modules/log/log.service.js +11 -11
  44. package/esm2015/modules/media-query/media-breakpoints.js +1 -1
  45. package/esm2015/modules/media-query/media-query-listener.js +2 -1
  46. package/esm2015/modules/media-query/media-query.module.js +11 -8
  47. package/esm2015/modules/media-query/media-query.service.js +16 -20
  48. package/esm2015/modules/mutation/mutation-observer-service.js +11 -11
  49. package/esm2015/modules/numeric/numeric-symbol.js +2 -1
  50. package/esm2015/modules/numeric/numeric.module.js +30 -21
  51. package/esm2015/modules/numeric/numeric.options.js +6 -1
  52. package/esm2015/modules/numeric/numeric.pipe.js +14 -16
  53. package/esm2015/modules/numeric/numeric.service.js +15 -17
  54. package/esm2015/modules/overlay/overlay-adapter.service.js +13 -15
  55. package/esm2015/modules/overlay/overlay-config.js +2 -1
  56. package/esm2015/modules/overlay/overlay-context.js +1 -1
  57. package/esm2015/modules/overlay/overlay-instance.js +1 -1
  58. package/esm2015/modules/overlay/overlay.component.js +41 -44
  59. package/esm2015/modules/overlay/overlay.module.js +22 -17
  60. package/esm2015/modules/overlay/overlay.service.js +18 -26
  61. package/esm2015/modules/percent-pipe/percent-pipe.module.js +30 -21
  62. package/esm2015/modules/percent-pipe/percent.pipe.js +15 -15
  63. package/esm2015/modules/scrollable-host/scrollable-host.service.js +75 -0
  64. package/esm2015/modules/shared/number-format/number-format-utility.js +4 -3
  65. package/esm2015/modules/shared/sky-core-resources.module.js +41 -0
  66. package/esm2015/modules/title/set-title-args.js +2 -1
  67. package/esm2015/modules/title/title.service.js +11 -15
  68. package/esm2015/modules/ui-config/ui-config.service.js +11 -11
  69. package/esm2015/modules/viewkeeper/viewkeeper-boundary-info.js +2 -1
  70. package/esm2015/modules/viewkeeper/viewkeeper-fixed-styles.js +2 -1
  71. package/esm2015/modules/viewkeeper/viewkeeper-host-options.js +9 -8
  72. package/esm2015/modules/viewkeeper/viewkeeper-offset.js +2 -1
  73. package/esm2015/modules/viewkeeper/viewkeeper-options.js +2 -1
  74. package/esm2015/modules/viewkeeper/viewkeeper.directive.js +47 -32
  75. package/esm2015/modules/viewkeeper/viewkeeper.js +16 -11
  76. package/esm2015/modules/viewkeeper/viewkeeper.module.js +18 -15
  77. package/esm2015/modules/viewkeeper/viewkeeper.service.js +13 -16
  78. package/esm2015/modules/window/window-ref.js +11 -11
  79. package/esm2015/public-api.js +60 -0
  80. package/esm2015/skyux-core.js +2 -12
  81. package/esm2015/testing/mock-media-query.service.js +9 -8
  82. package/esm2015/testing/mock-ui-config.service.js +9 -8
  83. package/esm2015/testing/public-api.js +3 -0
  84. package/esm2015/testing/skyux-core-testing.js +2 -2
  85. package/fesm2015/skyux-core-testing.js +15 -11
  86. package/fesm2015/skyux-core-testing.js.map +1 -1
  87. package/fesm2015/skyux-core.js +820 -567
  88. package/fesm2015/skyux-core.js.map +1 -1
  89. package/modules/adapter-service/adapter.module.d.ts +4 -0
  90. package/modules/adapter-service/adapter.service.d.ts +3 -0
  91. package/modules/affix/affix.directive.d.ts +3 -0
  92. package/modules/affix/affix.module.d.ts +6 -0
  93. package/modules/affix/affix.service.d.ts +3 -0
  94. package/modules/dock/dock-dom-adapter.service.d.ts +6 -0
  95. package/modules/dock/dock-location.d.ts +17 -0
  96. package/modules/dock/dock-options.d.ts +18 -0
  97. package/modules/dock/dock.component.d.ts +8 -3
  98. package/modules/dock/dock.module.d.ts +6 -0
  99. package/modules/dock/dock.service.d.ts +14 -1
  100. package/modules/dynamic-component/dynamic-component-location.d.ts +14 -2
  101. package/modules/dynamic-component/dynamic-component-options.d.ts +4 -0
  102. package/modules/dynamic-component/dynamic-component.module.d.ts +4 -0
  103. package/modules/dynamic-component/dynamic-component.service.d.ts +3 -0
  104. package/modules/format/app-format.d.ts +3 -0
  105. package/modules/id/id.directive.d.ts +3 -0
  106. package/modules/id/id.module.d.ts +5 -0
  107. package/modules/log/log.module.d.ts +4 -0
  108. package/modules/log/log.service.d.ts +3 -0
  109. package/modules/media-query/media-query.module.d.ts +4 -0
  110. package/modules/media-query/media-query.service.d.ts +3 -0
  111. package/modules/mutation/mutation-observer-service.d.ts +3 -0
  112. package/modules/numeric/numeric.module.d.ts +7 -0
  113. package/modules/numeric/numeric.options.d.ts +5 -0
  114. package/modules/numeric/numeric.pipe.d.ts +3 -0
  115. package/modules/numeric/numeric.service.d.ts +3 -0
  116. package/modules/overlay/overlay-adapter.service.d.ts +3 -0
  117. package/modules/overlay/overlay.component.d.ts +3 -0
  118. package/modules/overlay/overlay.module.d.ts +6 -0
  119. package/modules/overlay/overlay.service.d.ts +3 -0
  120. package/modules/percent-pipe/percent-pipe.module.d.ts +7 -0
  121. package/modules/percent-pipe/percent.pipe.d.ts +3 -0
  122. package/modules/scrollable-host/scrollable-host.service.d.ts +16 -0
  123. package/modules/shared/number-format/number-format-utility.d.ts +1 -1
  124. package/modules/shared/sky-core-resources.module.d.ts +14 -0
  125. package/modules/title/title.service.d.ts +3 -0
  126. package/modules/ui-config/ui-config.service.d.ts +3 -0
  127. package/modules/viewkeeper/viewkeeper-host-options.d.ts +4 -0
  128. package/modules/viewkeeper/viewkeeper-options.d.ts +5 -0
  129. package/modules/viewkeeper/viewkeeper.d.ts +1 -0
  130. package/modules/viewkeeper/viewkeeper.directive.d.ts +7 -1
  131. package/modules/viewkeeper/viewkeeper.module.d.ts +5 -0
  132. package/modules/viewkeeper/viewkeeper.service.d.ts +3 -0
  133. package/modules/window/window-ref.d.ts +3 -0
  134. package/package.json +8 -23
  135. package/{public_api.d.ts → public-api.d.ts} +6 -0
  136. package/skyux-core.d.ts +2 -11
  137. package/testing/mock-media-query.service.d.ts +3 -0
  138. package/testing/mock-ui-config.service.d.ts +3 -0
  139. package/testing/package.json +2 -5
  140. package/testing/{public_api.d.ts → public-api.d.ts} +0 -0
  141. package/testing/skyux-core-testing.d.ts +2 -1
  142. package/CHANGELOG.md +0 -316
  143. package/bundles/skyux-core-testing.umd.min.js +0 -16
  144. package/bundles/skyux-core-testing.umd.min.js.map +0 -1
  145. package/bundles/skyux-core.umd.min.js +0 -16
  146. package/bundles/skyux-core.umd.min.js.map +0 -1
  147. package/esm2015/modules/shared/core-resources.module.js +0 -17
  148. package/esm2015/plugin-resources/core-resources-provider.js +0 -16
  149. package/esm2015/public_api.js +0 -36
  150. package/esm2015/testing/public_api.js +0 -3
  151. package/esm5/modules/adapter-service/adapter.module.js +0 -16
  152. package/esm5/modules/adapter-service/adapter.service.js +0 -221
  153. package/esm5/modules/adapter-service/focusable-children-options.js +0 -1
  154. package/esm5/modules/affix/affix-auto-fit-context.js +0 -12
  155. package/esm5/modules/affix/affix-config.js +0 -1
  156. package/esm5/modules/affix/affix-horizontal-alignment.js +0 -1
  157. package/esm5/modules/affix/affix-offset-change.js +0 -1
  158. package/esm5/modules/affix/affix-offset.js +0 -1
  159. package/esm5/modules/affix/affix-placement-change.js +0 -1
  160. package/esm5/modules/affix/affix-placement.js +0 -1
  161. package/esm5/modules/affix/affix-utils.js +0 -23
  162. package/esm5/modules/affix/affix-vertical-alignment.js +0 -1
  163. package/esm5/modules/affix/affix.directive.js +0 -113
  164. package/esm5/modules/affix/affix.module.js +0 -24
  165. package/esm5/modules/affix/affix.service.js +0 -28
  166. package/esm5/modules/affix/affixer.js +0 -368
  167. package/esm5/modules/affix/dom-utils.js +0 -79
  168. package/esm5/modules/dock/dock-dom-adapter.service.js +0 -72
  169. package/esm5/modules/dock/dock-insert-component-config.js +0 -1
  170. package/esm5/modules/dock/dock-item-config.js +0 -1
  171. package/esm5/modules/dock/dock-item-reference.js +0 -1
  172. package/esm5/modules/dock/dock-item.js +0 -35
  173. package/esm5/modules/dock/dock.component.js +0 -87
  174. package/esm5/modules/dock/dock.module.js +0 -24
  175. package/esm5/modules/dock/dock.service.js +0 -69
  176. package/esm5/modules/dock/sort-by-stack-order.js +0 -13
  177. package/esm5/modules/dynamic-component/dynamic-component-location.js +0 -15
  178. package/esm5/modules/dynamic-component/dynamic-component-options.js +0 -1
  179. package/esm5/modules/dynamic-component/dynamic-component.module.js +0 -17
  180. package/esm5/modules/dynamic-component/dynamic-component.service.js +0 -79
  181. package/esm5/modules/format/app-format.js +0 -25
  182. package/esm5/modules/id/id.directive.js +0 -41
  183. package/esm5/modules/id/id.module.js +0 -20
  184. package/esm5/modules/log/log.module.js +0 -16
  185. package/esm5/modules/log/log.service.js +0 -29
  186. package/esm5/modules/media-query/media-breakpoints.js +0 -20
  187. package/esm5/modules/media-query/media-query-listener.js +0 -1
  188. package/esm5/modules/media-query/media-query.module.js +0 -16
  189. package/esm5/modules/media-query/media-query.service.js +0 -128
  190. package/esm5/modules/mutation/mutation-observer-service.js +0 -19
  191. package/esm5/modules/numeric/numeric-symbol.js +0 -1
  192. package/esm5/modules/numeric/numeric.module.js +0 -29
  193. package/esm5/modules/numeric/numeric.options.js +0 -38
  194. package/esm5/modules/numeric/numeric.pipe.js +0 -70
  195. package/esm5/modules/numeric/numeric.service.js +0 -195
  196. package/esm5/modules/overlay/overlay-adapter.service.js +0 -44
  197. package/esm5/modules/overlay/overlay-config.js +0 -1
  198. package/esm5/modules/overlay/overlay-context.js +0 -12
  199. package/esm5/modules/overlay/overlay-instance.js +0 -66
  200. package/esm5/modules/overlay/overlay.component.js +0 -168
  201. package/esm5/modules/overlay/overlay.module.js +0 -24
  202. package/esm5/modules/overlay/overlay.service.js +0 -128
  203. package/esm5/modules/percent-pipe/percent-pipe.module.js +0 -29
  204. package/esm5/modules/percent-pipe/percent.pipe.js +0 -49
  205. package/esm5/modules/shared/core-resources.module.js +0 -20
  206. package/esm5/modules/shared/number-format/number-format-utility.js +0 -75
  207. package/esm5/modules/title/set-title-args.js +0 -1
  208. package/esm5/modules/title/title.service.js +0 -35
  209. package/esm5/modules/ui-config/ui-config.service.js +0 -24
  210. package/esm5/modules/viewkeeper/viewkeeper-boundary-info.js +0 -1
  211. package/esm5/modules/viewkeeper/viewkeeper-fixed-styles.js +0 -1
  212. package/esm5/modules/viewkeeper/viewkeeper-host-options.js +0 -12
  213. package/esm5/modules/viewkeeper/viewkeeper-offset.js +0 -1
  214. package/esm5/modules/viewkeeper/viewkeeper-options.js +0 -1
  215. package/esm5/modules/viewkeeper/viewkeeper.directive.js +0 -134
  216. package/esm5/modules/viewkeeper/viewkeeper.js +0 -219
  217. package/esm5/modules/viewkeeper/viewkeeper.module.js +0 -20
  218. package/esm5/modules/viewkeeper/viewkeeper.service.js +0 -42
  219. package/esm5/modules/window/window-ref.js +0 -37
  220. package/esm5/plugin-resources/core-resources-provider.js +0 -17
  221. package/esm5/public_api.js +0 -36
  222. package/esm5/skyux-core.js +0 -15
  223. package/esm5/testing/mock-media-query.service.js +0 -47
  224. package/esm5/testing/mock-ui-config.service.js +0 -66
  225. package/esm5/testing/public_api.js +0 -3
  226. package/esm5/testing/skyux-core-testing.js +0 -5
  227. package/fesm5/skyux-core-testing.js +0 -114
  228. package/fesm5/skyux-core-testing.js.map +0 -1
  229. package/fesm5/skyux-core.js +0 -2899
  230. package/fesm5/skyux-core.js.map +0 -1
  231. package/modules/shared/core-resources.module.d.ts +0 -2
  232. package/plugin-resources/core-resources-provider.d.ts +0 -5
  233. package/skyux-core.metadata.json +0 -1
  234. package/src/assets/locales/resources_en_US.json +0 -18
  235. package/testing/skyux-core-testing.metadata.json +0 -1
@@ -1,6 +1,10 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * @deprecated The `SkyCoreAdapterService` no longer needs the `SkyCoreAdapterModule`.
3
4
  * The `SkyCoreAdapterModule` can be removed from your project.
4
5
  */
5
6
  export declare class SkyCoreAdapterModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyCoreAdapterModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyCoreAdapterModule, never, never, never>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyCoreAdapterModule>;
6
10
  }
@@ -1,6 +1,7 @@
1
1
  import { ElementRef, RendererFactory2 } from '@angular/core';
2
2
  import { SkyMediaBreakpoints } from '../media-query/media-breakpoints';
3
3
  import { SkyFocusableChildrenOptions } from './focusable-children-options';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class SkyCoreAdapterService {
5
6
  private rendererFactory;
6
7
  private renderer;
@@ -71,4 +72,6 @@ export declare class SkyCoreAdapterService {
71
72
  syncMaxHeight(elementRef: ElementRef, selector: string): void;
72
73
  private focusFirstElement;
73
74
  private isVisible;
75
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyCoreAdapterService, never>;
76
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyCoreAdapterService>;
74
77
  }
@@ -7,6 +7,7 @@ import { SkyAffixVerticalAlignment } from './affix-vertical-alignment';
7
7
  import { SkyAffixService } from './affix.service';
8
8
  import { SkyAffixOffsetChange } from './affix-offset-change';
9
9
  import { SkyAffixOffset } from './affix-offset';
10
+ import * as i0 from "@angular/core";
10
11
  /**
11
12
  * Affixes the host element to a base element.
12
13
  */
@@ -62,4 +63,6 @@ export declare class SkyAffixDirective implements OnChanges, OnDestroy {
62
63
  ngOnChanges(changes: SimpleChanges): void;
63
64
  ngOnDestroy(): void;
64
65
  private updateAlignment;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyAffixDirective, never>;
67
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyAffixDirective, "[skyAffixTo]", never, { "skyAffixTo": "skyAffixTo"; "affixAutoFitContext": "affixAutoFitContext"; "affixAutoFitOverflowOffset": "affixAutoFitOverflowOffset"; "affixEnableAutoFit": "affixEnableAutoFit"; "affixHorizontalAlignment": "affixHorizontalAlignment"; "affixIsSticky": "affixIsSticky"; "affixPlacement": "affixPlacement"; "affixVerticalAlignment": "affixVerticalAlignment"; }, { "affixOffsetChange": "affixOffsetChange"; "affixOverflowScroll": "affixOverflowScroll"; "affixPlacementChange": "affixPlacementChange"; }, never>;
65
68
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./affix.directive";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class SkyAffixModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyAffixModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyAffixModule, [typeof i1.SkyAffixDirective], [typeof i2.CommonModule], [typeof i1.SkyAffixDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyAffixModule>;
2
8
  }
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, RendererFactory2 } from '@angular/core';
2
2
  import { SkyAffixer } from './affixer';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class SkyAffixService {
4
5
  private renderer;
5
6
  constructor(rendererFactory: RendererFactory2);
@@ -8,4 +9,6 @@ export declare class SkyAffixService {
8
9
  * @param affixed The element to be affixed.
9
10
  */
10
11
  createAffixer(affixed: ElementRef): SkyAffixer;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyAffixService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyAffixService>;
11
14
  }
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, OnDestroy, RendererFactory2 } from '@angular/core';
2
2
  import { MutationObserverService } from '../mutation/mutation-observer-service';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * @internal
5
6
  */
@@ -12,7 +13,12 @@ export declare class SkyDockDomAdapterService implements OnDestroy {
12
13
  private styleElement;
13
14
  constructor(mutationService: MutationObserverService, rendererFactory: RendererFactory2);
14
15
  ngOnDestroy(): void;
16
+ setSticky(elementRef: ElementRef): void;
17
+ setZIndex(zIndex: number, elementRef: ElementRef): void;
18
+ unbindDock(elementRef: ElementRef): void;
15
19
  watchDomChanges(elementRef: ElementRef): void;
16
20
  private adjustBodyStyles;
17
21
  private destroyStyleElement;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyDockDomAdapterService, never>;
23
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyDockDomAdapterService>;
18
24
  }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * The location on the page where the dock component should be rendered.
3
+ */
4
+ export declare enum SkyDockLocation {
5
+ /**
6
+ * Renders the dock component before a given element.
7
+ */
8
+ BeforeElement = 0,
9
+ /**
10
+ * Renders the dock component as the last element inside the BODY element.
11
+ */
12
+ BodyBottom = 1,
13
+ /**
14
+ * Renders the dock component as the last element inside a given element.
15
+ */
16
+ ElementBottom = 2
17
+ }
@@ -0,0 +1,18 @@
1
+ import { SkyDockLocation } from './dock-location';
2
+ /**
3
+ * Options for adding a dock component to the page.
4
+ */
5
+ export interface SkyDockOptions {
6
+ /**
7
+ * The location on the page where the dock component should be rendered.
8
+ */
9
+ location?: SkyDockLocation;
10
+ /**
11
+ * The reference element used when using the `BeforeElement` or `ElementBottom` locations.
12
+ */
13
+ referenceEl?: HTMLElement;
14
+ /**
15
+ * The z-index for the dock element
16
+ */
17
+ zIndex?: number;
18
+ }
@@ -1,22 +1,27 @@
1
- import { ChangeDetectorRef, ComponentFactoryResolver, ElementRef, Injector, OnInit, Type } from '@angular/core';
1
+ import { ChangeDetectorRef, ComponentFactoryResolver, ElementRef, Injector, Type } from '@angular/core';
2
2
  import { SkyDockDomAdapterService } from './dock-dom-adapter.service';
3
3
  import { SkyDockInsertComponentConfig } from './dock-insert-component-config';
4
4
  import { SkyDockItemReference } from './dock-item-reference';
5
+ import { SkyDockOptions } from './dock-options';
6
+ import * as i0 from "@angular/core";
5
7
  /**
6
8
  * @internal
7
9
  */
8
- export declare class SkyDockComponent implements OnInit {
10
+ export declare class SkyDockComponent {
9
11
  private changeDetector;
10
12
  private resolver;
11
13
  private elementRef;
12
14
  private injector;
13
15
  private domAdapter;
16
+ private options;
14
17
  private target;
15
18
  private itemRefs;
16
19
  constructor(changeDetector: ChangeDetectorRef, resolver: ComponentFactoryResolver, elementRef: ElementRef, injector: Injector, domAdapter: SkyDockDomAdapterService);
17
- ngOnInit(): void;
18
20
  insertComponent<T>(component: Type<T>, config?: SkyDockInsertComponentConfig): SkyDockItemReference<T>;
19
21
  removeItem(item: SkyDockItemReference<any>): void;
22
+ setOptions(options: SkyDockOptions): void;
20
23
  private sortItemsByStackOrder;
21
24
  private getHighestStackOrder;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyDockComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyDockComponent, "sky-dock", never, {}, {}, never, never>;
22
27
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./dock.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class SkyDockModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyDockModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDockModule, [typeof i1.SkyDockComponent], [typeof i2.CommonModule], never>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyDockModule>;
2
8
  }
@@ -1,7 +1,9 @@
1
1
  import { Type } from '@angular/core';
2
- import { SkyDynamicComponentService } from '../dynamic-component/dynamic-component.service';
3
2
  import { SkyDockItem } from './dock-item';
4
3
  import { SkyDockInsertComponentConfig } from './dock-insert-component-config';
4
+ import { SkyDockOptions } from './dock-options';
5
+ import { SkyDynamicComponentService } from '../dynamic-component/dynamic-component.service';
6
+ import * as i0 from "@angular/core";
5
7
  /**
6
8
  * This service docks components to specific areas on the page.
7
9
  */
@@ -12,6 +14,7 @@ export declare class SkyDockService {
12
14
  */
13
15
  get items(): SkyDockItem<any>[];
14
16
  private dockRef;
17
+ private options;
15
18
  private _items;
16
19
  constructor(dynamicComponentService: SkyDynamicComponentService);
17
20
  /**
@@ -20,6 +23,16 @@ export declare class SkyDockService {
20
23
  * @param config Options that affect the docking action.
21
24
  */
22
25
  insertComponent<T>(component: Type<T>, config?: SkyDockInsertComponentConfig): SkyDockItem<T>;
26
+ /**
27
+ * Sets options for the positioning and styling of the dock component. Since the dock service is a
28
+ * singleton instance, these options will be applied to all components inserted into the dock. In
29
+ * order to create a seperate dock with different options, consumers should provide a different
30
+ * instance of the dock service.
31
+ * @param options The options for positioning and styling
32
+ */
33
+ setDockOptions(options: SkyDockOptions): void;
23
34
  private createDock;
24
35
  private destroyDock;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyDockService, never>;
37
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyDockService>;
25
38
  }
@@ -2,12 +2,24 @@
2
2
  * The location on the page where the dynamic component should be rendered.
3
3
  */
4
4
  export declare enum SkyDynamicComponentLocation {
5
+ /**
6
+ * Renders the dynamic component before a given element.
7
+ */
8
+ BeforeElement = 0,
5
9
  /**
6
10
  * Renders the dynamic component as the last element inside the BODY element.
7
11
  */
8
- BodyBottom = 0,
12
+ BodyBottom = 1,
9
13
  /**
10
14
  * Renders the dynamic component as the first element inside the BODY element.
11
15
  */
12
- BodyTop = 1
16
+ BodyTop = 2,
17
+ /**
18
+ * Renders the dynamic component as the last element inside a given element.
19
+ */
20
+ ElementBottom = 3,
21
+ /**
22
+ * Renders the dynamic component as the first element inside a given element.
23
+ */
24
+ ElementTop = 4
13
25
  }
@@ -7,4 +7,8 @@ export interface SkyDynamicComponentOptions {
7
7
  * The location on the page where the dynamic component should be rendered.
8
8
  */
9
9
  location?: SkyDynamicComponentLocation;
10
+ /**
11
+ * The reference element used when using the `ElementTop` or `ElementBottom` locations.
12
+ */
13
+ referenceEl?: HTMLElement;
10
14
  }
@@ -1,7 +1,11 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * Provides services required to create dynamic components on the page.
3
4
  * @deprecated The `SkyDynamicComponentService` no longer needs the `SkyDynamicComponentModule`.
4
5
  * The `SkyDynamicComponentModule` can be removed from your project.
5
6
  */
6
7
  export declare class SkyDynamicComponentModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyDynamicComponentModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDynamicComponentModule, never, never, never>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyDynamicComponentModule>;
7
11
  }
@@ -1,6 +1,7 @@
1
1
  import { ApplicationRef, ComponentFactoryResolver, ComponentRef, Injector, RendererFactory2, Type } from '@angular/core';
2
2
  import { SkyAppWindowRef } from '../window/window-ref';
3
3
  import { SkyDynamicComponentOptions } from './dynamic-component-options';
4
+ import * as i0 from "@angular/core";
4
5
  /**
5
6
  * Angular service for creating and rendering a dynamic component.
6
7
  */
@@ -23,4 +24,6 @@ export declare class SkyDynamicComponentService {
23
24
  */
24
25
  removeComponent<T>(componentRef: ComponentRef<T>): void;
25
26
  private getRootNode;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyDynamicComponentService, never>;
28
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyDynamicComponentService>;
26
29
  }
@@ -1,3 +1,6 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class SkyAppFormat {
2
3
  formatText(format: string, ...args: any[]): string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyAppFormat, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyAppFormat>;
3
6
  }
@@ -1,4 +1,5 @@
1
1
  import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  /**
3
4
  * Sets the element's `id` attribute to a unique ID. To reference this unique ID on other elements,
4
5
  * such as in a `label` element's `for` attribute, assign this directive to a template reference
@@ -8,4 +9,6 @@ export declare class SkyIdDirective {
8
9
  get id(): string;
9
10
  private _id;
10
11
  constructor(elRef: ElementRef, renderer: Renderer2);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyIdDirective, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyIdDirective, "[skyId]", ["skyId"], {}, {}, never>;
11
14
  }
@@ -1,2 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./id.directive";
1
3
  export declare class SkyIdModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyIdModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyIdModule, [typeof i1.SkyIdDirective], never, [typeof i1.SkyIdDirective]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyIdModule>;
2
7
  }
@@ -1,6 +1,10 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * @deprecated The `SkyLogService` no longer needs the `SkyLogModule`.
3
4
  * The `SkyLogModule` can be removed from your project.
4
5
  */
5
6
  export declare class SkyLogModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyLogModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyLogModule, never, never, never>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyLogModule>;
6
10
  }
@@ -1,6 +1,9 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * @deprecated The `SkyLogService` will be removed in the next major version of `@skyux/core`.
3
4
  */
4
5
  export declare class SkyLogService {
5
6
  warn(message?: any, ...optionalParams: any[]): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyLogService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyLogService>;
6
9
  }
@@ -1,6 +1,10 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * @deprecated The `SkyMediaQueryService` no longer needs the `SkyMediaQueryModule`.
3
4
  * The `SkyMediaQueryModule` can be removed from your project.
4
5
  */
5
6
  export declare class SkyMediaQueryModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyMediaQueryModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyMediaQueryModule, never, never, never>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyMediaQueryModule>;
6
10
  }
@@ -2,6 +2,7 @@ import { NgZone, OnDestroy } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
3
  import { SkyMediaBreakpoints } from './media-breakpoints';
4
4
  import { SkyMediaQueryListener } from './media-query-listener';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class SkyMediaQueryService implements OnDestroy {
6
7
  private zone;
7
8
  /**
@@ -42,4 +43,6 @@ export declare class SkyMediaQueryService implements OnDestroy {
42
43
  private addListeners;
43
44
  private removeListeners;
44
45
  private notifyBreakpointChange;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyMediaQueryService, never>;
47
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyMediaQueryService>;
45
48
  }
@@ -1,3 +1,6 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class MutationObserverService {
2
3
  create(callback: any): MutationObserver;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MutationObserverService, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<MutationObserverService>;
3
6
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./numeric.pipe";
3
+ import * as i2 from "@skyux/i18n";
4
+ import * as i3 from "../shared/sky-core-resources.module";
1
5
  export declare class SkyNumericModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyNumericModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyNumericModule, [typeof i1.SkyNumericPipe], [typeof i2.SkyI18nModule, typeof i3.SkyCoreResourcesModule], [typeof i1.SkyNumericPipe]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyNumericModule>;
2
9
  }
@@ -12,6 +12,11 @@ export declare class NumericOptions {
12
12
  * @default "number"
13
13
  */
14
14
  format?: string;
15
+ /**
16
+ * Specifies the format of the currency`.
17
+ * @default "standard"
18
+ */
19
+ currencySign?: 'accounting' | 'standard';
15
20
  /**
16
21
  * Specifies the ISO4217 currency code to use for currency formatting. If you do not specify a
17
22
  * currency code, the component uses the browser's culture to determine the currency unless your
@@ -2,6 +2,7 @@ import { PipeTransform, OnDestroy } from '@angular/core';
2
2
  import { SkyAppLocaleProvider } from '@skyux/i18n';
3
3
  import { SkyNumericService } from './numeric.service';
4
4
  import { NumericOptions } from './numeric.options';
5
+ import * as i0 from "@angular/core";
5
6
  /**
6
7
  * Shorten numbers to rounded numbers and abbreviation characters such as K for thousands,
7
8
  * M for millions, B for billions, and T for trillion. The pipe also formats for currency.
@@ -19,4 +20,6 @@ export declare class SkyNumericPipe implements PipeTransform, OnDestroy {
19
20
  constructor(localeProvider: SkyAppLocaleProvider, numericService: SkyNumericService);
20
21
  ngOnDestroy(): void;
21
22
  transform(value: number, config?: NumericOptions): string;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyNumericPipe, never>;
24
+ static ɵpipe: i0.ɵɵPipeDeclaration<SkyNumericPipe, "skyNumeric">;
22
25
  }
@@ -1,5 +1,6 @@
1
1
  import { SkyLibResourcesService } from '@skyux/i18n';
2
2
  import { NumericOptions } from './numeric.options';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class SkyNumericService {
4
5
  private resourcesService;
5
6
  /**
@@ -51,4 +52,6 @@ export declare class SkyNumericService {
51
52
  */
52
53
  private replaceShortenSymbol;
53
54
  private getSymbol;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyNumericService, never>;
56
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyNumericService>;
54
57
  }
@@ -1,4 +1,5 @@
1
1
  import { RendererFactory2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  /**
3
4
  * @internal
4
5
  */
@@ -9,4 +10,6 @@ export declare class SkyOverlayAdapterService {
9
10
  restrictBodyScroll(): void;
10
11
  releaseBodyScroll(): void;
11
12
  private destroyStyleElement;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyOverlayAdapterService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyOverlayAdapterService>;
12
15
  }
@@ -3,6 +3,7 @@ import { Router } from '@angular/router';
3
3
  import { Observable } from 'rxjs';
4
4
  import { SkyCoreAdapterService } from '../adapter-service/adapter.service';
5
5
  import { SkyOverlayContext } from './overlay-context';
6
+ import * as i0 from "@angular/core";
6
7
  /**
7
8
  * @internal
8
9
  */
@@ -35,4 +36,6 @@ export declare class SkyOverlayComponent implements OnInit, OnDestroy {
35
36
  private addBackdropClickListener;
36
37
  private addRouteListener;
37
38
  private removeRouteListener;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyOverlayComponent, [null, null, null, null, null, { optional: true; }]>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyOverlayComponent, "sky-overlay", never, {}, {}, never, never>;
38
41
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./overlay.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class SkyOverlayModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyOverlayModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyOverlayModule, [typeof i1.SkyOverlayComponent], [typeof i2.CommonModule], never>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyOverlayModule>;
2
8
  }
@@ -2,6 +2,7 @@ import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/cor
2
2
  import { SkyOverlayAdapterService } from './overlay-adapter.service';
3
3
  import { SkyOverlayConfig } from './overlay-config';
4
4
  import { SkyOverlayInstance } from './overlay-instance';
5
+ import * as i0 from "@angular/core";
5
6
  /**
6
7
  * This service is used to create new overlays.
7
8
  * @dynamic
@@ -30,4 +31,6 @@ export declare class SkyOverlayService {
30
31
  private createOverlay;
31
32
  private prepareConfig;
32
33
  private destroyOverlay;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyOverlayService, never>;
35
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyOverlayService>;
33
36
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./percent.pipe";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../shared/sky-core-resources.module";
1
5
  export declare class SkyPercentPipeModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyPercentPipeModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyPercentPipeModule, [typeof i1.SkyPercentPipe], [typeof i2.CommonModule, typeof i3.SkyCoreResourcesModule], [typeof i1.SkyPercentPipe]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyPercentPipeModule>;
2
9
  }
@@ -1,5 +1,6 @@
1
1
  import { OnDestroy, PipeTransform } from '@angular/core';
2
2
  import { SkyAppLocaleProvider } from '@skyux/i18n';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class SkyPercentPipe implements OnDestroy, PipeTransform {
4
5
  private localeProvider;
5
6
  private defaultFormat;
@@ -13,4 +14,6 @@ export declare class SkyPercentPipe implements OnDestroy, PipeTransform {
13
14
  ngOnDestroy(): void;
14
15
  transform(value: string, format?: string, locale?: string): string;
15
16
  private updateFormattedValue;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyPercentPipe, never>;
18
+ static ɵpipe: i0.ɵɵPipeDeclaration<SkyPercentPipe, "skyPercent">;
16
19
  }
@@ -0,0 +1,16 @@
1
+ import { ElementRef } from "@angular/core";
2
+ import { Observable } from "rxjs";
3
+ import { MutationObserverService } from "../mutation/mutation-observer-service";
4
+ import { SkyAppWindowRef } from "../window/window-ref";
5
+ import * as i0 from "@angular/core";
6
+ export declare class SkyScrollableHostService {
7
+ private mutationObserverSvc;
8
+ private windowRef;
9
+ constructor(mutationObserverSvc: MutationObserverService, windowRef: SkyAppWindowRef);
10
+ getScrollabeHost(elementRef: ElementRef): HTMLElement | Window;
11
+ watchScrollableHost(elementRef: ElementRef, completionObservable: Observable<void>): Observable<HTMLElement | Window>;
12
+ private findScrollableHost;
13
+ private observeForScrollableHostChanges;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyScrollableHostService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyScrollableHostService>;
16
+ }
@@ -2,5 +2,5 @@ import { SkyIntlNumberFormatStyle } from '@skyux/i18n';
2
2
  export declare class SkyNumberFormatUtility {
3
3
  private static _NUMBER_FORMAT_REGEXP;
4
4
  constructor();
5
- static formatNumber(locale: string, value: number | string, style: SkyIntlNumberFormatStyle, digits?: string | null, currency?: string | null, currencyAsSymbol?: boolean): string | null;
5
+ static formatNumber(locale: string, value: number | string, style: SkyIntlNumberFormatStyle, digits?: string | null, currency?: string | null, currencyAsSymbol?: boolean, currencySign?: 'accounting' | 'standard'): string | null;
6
6
  }
@@ -0,0 +1,14 @@
1
+ import { SkyAppLocaleInfo, SkyLibResourcesProvider } from '@skyux/i18n';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@skyux/i18n";
4
+ export declare class SkyCoreResourcesProvider implements SkyLibResourcesProvider {
5
+ getString(localeInfo: SkyAppLocaleInfo, name: string): string;
6
+ }
7
+ /**
8
+ * Import into any component library module that needs to use resource strings.
9
+ */
10
+ export declare class SkyCoreResourcesModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyCoreResourcesModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyCoreResourcesModule, never, never, [typeof i1.SkyI18nModule]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyCoreResourcesModule>;
14
+ }
@@ -1,5 +1,6 @@
1
1
  import { Title } from '@angular/platform-browser';
2
2
  import { SkyAppSetTitleArgs } from './set-title-args';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Provides a method for setting a formatted title on the current window.
5
6
  */
@@ -12,4 +13,6 @@ export declare class SkyAppTitleService {
12
13
  * each part.
13
14
  */
14
15
  setTitle(args: SkyAppSetTitleArgs): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyAppTitleService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyAppTitleService>;
15
18
  }
@@ -1,5 +1,8 @@
1
1
  import { Observable } from 'rxjs';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class SkyUIConfigService {
3
4
  getConfig(key: string, defaultConfig?: any): Observable<any>;
4
5
  setConfig(key: string, value: any): Observable<any>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyUIConfigService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyUIConfigService>;
5
8
  }
@@ -1,9 +1,13 @@
1
1
  import { SkyViewkeeperOptions } from './viewkeeper-options';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class SkyViewkeeperHostOptions implements SkyViewkeeperOptions {
3
4
  boundaryEl?: HTMLElement;
4
5
  el?: HTMLElement;
6
+ scrollableHost?: HTMLElement;
5
7
  setWidth?: boolean;
6
8
  verticalOffset?: number;
7
9
  verticalOffsetEl?: HTMLElement;
8
10
  viewportMarginTop?: number;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperHostOptions, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyViewkeeperHostOptions>;
9
13
  }
@@ -12,6 +12,11 @@ export interface SkyViewkeeperOptions {
12
12
  * The element to keep in view.
13
13
  */
14
14
  el?: HTMLElement;
15
+ /**
16
+ * Specifies a scrollable parent which the viewkeeper resides in and should listen to and be
17
+ * positioned within.
18
+ */
19
+ scrollableHost?: HTMLElement;
15
20
  /**
16
21
  * Specifies whether to set the width of the viewkeeper element to the width of its
17
22
  * host element. Otherwise, if the element does not have an explicit width specified,
@@ -11,6 +11,7 @@ export declare class SkyViewkeeper {
11
11
  private currentElFixedTop;
12
12
  private currentElFixedLeft;
13
13
  private currentElFixedWidth;
14
+ private scrollableHost;
14
15
  private syncElPositionHandler;
15
16
  constructor(options: SkyViewkeeperOptions);
16
17
  syncElPosition(): void;
@@ -1,21 +1,27 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { MutationObserverService } from '../mutation/mutation-observer-service';
3
+ import { SkyScrollableHostService } from '../scrollable-host/scrollable-host.service';
3
4
  import { SkyViewkeeperService } from './viewkeeper.service';
5
+ import * as i0 from "@angular/core";
4
6
  export declare class SkyViewkeeperDirective implements OnInit, OnDestroy {
5
7
  private el;
6
8
  private mutationObserverSvc;
7
9
  private viewkeeperSvc;
10
+ private scrollableHostService;
8
11
  set skyViewkeeper(value: string[]);
9
12
  get skyViewkeeper(): string[];
10
13
  private _skyViewkeeper;
11
14
  private viewkeepers;
12
15
  private observer;
13
16
  private currentViewkeeperEls;
14
- constructor(el: ElementRef, mutationObserverSvc: MutationObserverService, viewkeeperSvc: SkyViewkeeperService);
17
+ private scrollableHostWatchUnsubscribe;
18
+ constructor(el: ElementRef, mutationObserverSvc: MutationObserverService, viewkeeperSvc: SkyViewkeeperService, scrollableHostService: SkyScrollableHostService);
15
19
  ngOnInit(): void;
16
20
  ngOnDestroy(): void;
17
21
  private destroyViewkeepers;
18
22
  private getViewkeeperEls;
19
23
  private viewkeeperElsChanged;
20
24
  private detectElements;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperDirective, [null, null, null, { optional: true; }]>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyViewkeeperDirective, "[skyViewkeeper]", never, { "skyViewkeeper": "skyViewkeeper"; }, {}, never>;
21
27
  }
@@ -1,2 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./viewkeeper.directive";
1
3
  export declare class SkyViewkeeperModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyViewkeeperModule, [typeof i1.SkyViewkeeperDirective], never, [typeof i1.SkyViewkeeperDirective]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<SkyViewkeeperModule>;
2
7
  }