@skyux/core 14.0.0-alpha.11 → 14.0.0-alpha.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "14.0.0-alpha.11",
3
+ "version": "14.0.0-alpha.13",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^21.2.0",
22
22
  "@angular/platform-browser": "^21.2.0",
23
23
  "@angular/router": "^21.2.0",
24
- "@skyux/i18n": "14.0.0-alpha.11"
24
+ "@skyux/i18n": "14.0.0-alpha.13"
25
25
  },
26
26
  "dependencies": {
27
27
  "tslib": "^2.8.1"
@@ -344,6 +344,40 @@ declare class SkyAffixModule {
344
344
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyAffixModule>;
345
345
  }
346
346
 
347
+ /**
348
+ * @internal
349
+ *
350
+ * Listens for CSS `animationend` events on the host element and emits
351
+ * an `animationEnd` output when an animation completes. When the
352
+ * element's CSS animation is disabled (e.g. `animation-name: none`
353
+ * or `animation-duration: 0s`), the output emits via a microtask
354
+ * whenever the `animationTrigger` input changes.
355
+ */
356
+ declare class _SkyAnimationEndHandlerDirective {
357
+ /**
358
+ * When `true` and the host element uses `animate.enter`, the
359
+ * disabled-animation fallback emits `animationEnd` on the initial
360
+ * render. Use this when the element's insertion into the DOM is
361
+ * the animation event.
362
+ */
363
+ readonly emitOnAnimateEnter: i0.InputSignalWithTransform<boolean, unknown>;
364
+ /**
365
+ * Drives animation lifecycle tracking on the host element. When the
366
+ * value changes and the CSS animation is disabled, `animationEnd`
367
+ * emits via a microtask.
368
+ */
369
+ readonly animationTrigger: i0.InputSignal<unknown>;
370
+ /**
371
+ * Emits when an `animationend` event fires on the host element, or via a
372
+ * microtask when the CSS animation is disabled.
373
+ */
374
+ readonly animationEnd: i0.OutputEmitterRef<void>;
375
+ constructor();
376
+ protected onAnimationEnd(evt: AnimationEvent): void;
377
+ static ɵfac: i0.ɵɵFactoryDeclaration<_SkyAnimationEndHandlerDirective, never>;
378
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_SkyAnimationEndHandlerDirective, "[skyAnimationEndHandler]", never, { "emitOnAnimateEnter": { "alias": "emitOnAnimateEnter"; "required": false; "isSignal": true; }; "animationTrigger": { "alias": "animationTrigger"; "required": true; "isSignal": true; }; }, { "animationEnd": "animationEnd"; }, never, never, true, never>;
379
+ }
380
+
347
381
  /**
348
382
  * @internal
349
383
  *
@@ -1729,5 +1763,5 @@ declare class Version {
1729
1763
  */
1730
1764
  declare const VERSION: Version;
1731
1765
 
1732
- export { NumericOptions, SKY_BREAKPOINTS, SKY_BREAKPOINT_OBSERVER, SKY_HELP_GLOBAL_OPTIONS, SKY_LOG_LEVEL, SKY_STACKING_CONTEXT, SkyAffixAutoFitContext, SkyAffixModule, SkyAffixService, SkyAffixer, SkyAppFormat, SkyAppTitleService, SkyAppWindowRef, SkyContainerBreakpointObserver, SkyContentInfoProvider, SkyCoreAdapterModule, SkyCoreAdapterService, SkyDefaultInputProvider, SkyDockItem, SkyDockLocation, SkyDockModule, SkyDockService, SkyDynamicComponentLegacyService, SkyDynamicComponentLocation, SkyDynamicComponentModule, SkyDynamicComponentService, SkyFileReaderService, SkyHelpService, SkyIdModule, SkyIdService, SkyLayoutHostDirective, SkyLayoutHostService, SkyLiveAnnouncerService, SkyLogLevel, SkyLogModule, SkyLogService, SkyMediaBreakpointObserver, SkyMediaBreakpoints, SkyMediaQueryModule, SkyMediaQueryService, SkyMutationObserverService, SkyNumericModule, SkyNumericPipe, SkyNumericService, SkyOverlayInstance, SkyOverlayLegacyService, SkyOverlayModule, SkyOverlayService, SkyPercentPipe, SkyPercentPipeModule, SkyResizeObserverMediaQueryService, SkyResizeObserverService, SkyResponsiveHostDirective, SkyScreenReaderLabelDirective, SkyScrollShadowDirective, SkyScrollableHostService, SkyTrimModule, SkyUIConfigService, SkyViewkeeper, SkyViewkeeperHostOptions, SkyViewkeeperModule, SkyViewkeeperService, VERSION, _SkyAnimationSlideComponent, _SkyTransitionEndHandlerDirective, provideNoopSkyAnimations, provideSkyBreakpointObserver, SkyAffixDirective as λ1, SkyIdDirective as λ2, SkyViewkeeperDirective as λ3, SkyTrimDirective as λ4 };
1766
+ export { NumericOptions, SKY_BREAKPOINTS, SKY_BREAKPOINT_OBSERVER, SKY_HELP_GLOBAL_OPTIONS, SKY_LOG_LEVEL, SKY_STACKING_CONTEXT, SkyAffixAutoFitContext, SkyAffixModule, SkyAffixService, SkyAffixer, SkyAppFormat, SkyAppTitleService, SkyAppWindowRef, SkyContainerBreakpointObserver, SkyContentInfoProvider, SkyCoreAdapterModule, SkyCoreAdapterService, SkyDefaultInputProvider, SkyDockItem, SkyDockLocation, SkyDockModule, SkyDockService, SkyDynamicComponentLegacyService, SkyDynamicComponentLocation, SkyDynamicComponentModule, SkyDynamicComponentService, SkyFileReaderService, SkyHelpService, SkyIdModule, SkyIdService, SkyLayoutHostDirective, SkyLayoutHostService, SkyLiveAnnouncerService, SkyLogLevel, SkyLogModule, SkyLogService, SkyMediaBreakpointObserver, SkyMediaBreakpoints, SkyMediaQueryModule, SkyMediaQueryService, SkyMutationObserverService, SkyNumericModule, SkyNumericPipe, SkyNumericService, SkyOverlayInstance, SkyOverlayLegacyService, SkyOverlayModule, SkyOverlayService, SkyPercentPipe, SkyPercentPipeModule, SkyResizeObserverMediaQueryService, SkyResizeObserverService, SkyResponsiveHostDirective, SkyScreenReaderLabelDirective, SkyScrollShadowDirective, SkyScrollableHostService, SkyTrimModule, SkyUIConfigService, SkyViewkeeper, SkyViewkeeperHostOptions, SkyViewkeeperModule, SkyViewkeeperService, VERSION, _SkyAnimationEndHandlerDirective, _SkyAnimationSlideComponent, _SkyTransitionEndHandlerDirective, provideNoopSkyAnimations, provideSkyBreakpointObserver, SkyAffixDirective as λ1, SkyIdDirective as λ2, SkyViewkeeperDirective as λ3, SkyTrimDirective as λ4 };
1733
1767
  export type { SkyAffixConfig, SkyAffixHorizontalAlignment, SkyAffixOffset, SkyAffixOffsetChange, SkyAffixPlacement, SkyAffixPlacementChange, SkyAffixPosition, SkyAffixVerticalAlignment, SkyAppSetTitleArgs, SkyBreakpoint, SkyBreakpointObserver, SkyContentInfo, SkyContentInfoDescriptor, SkyDockInsertComponentConfig, SkyDockItemConfig, SkyDockOptions, SkyDynamicComponentOptions, SkyFocusableChildrenOptions, SkyHelpGlobalOptions, SkyHelpOpenArgs, SkyHelpUpdateArgs, SkyLayoutHostForChildArgs, SkyLiveAnnouncerArgs, SkyLiveAnnouncerPoliteness, SkyMediaQueryListener, SkyNumericOptions, SkyNumericSymbol, SkyOverlayConfig, SkyOverlayPosition, SkyScrollShadowEventArgs, SkyStackingContext, SkyViewkeeperOptions };