@dereekb/dbx-core 13.17.0 → 13.18.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.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-core",
3
- "version": "13.17.0",
3
+ "version": "13.18.0",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "21.2.11",
7
7
  "@angular/core": "21.2.11",
8
8
  "@angular/router": "21.2.11",
9
- "@dereekb/date": "13.17.0",
10
- "@dereekb/rxjs": "13.17.0",
11
- "@dereekb/util": "13.17.0",
12
- "@dereekb/vitest": "13.17.0",
9
+ "@dereekb/date": "13.18.0",
10
+ "@dereekb/rxjs": "13.18.0",
11
+ "@dereekb/util": "13.18.0",
12
+ "@dereekb/vitest": "13.18.0",
13
13
  "@ngrx/component-store": "^21.1.0",
14
14
  "@ngrx/effects": "^21.1.0",
15
15
  "@ngrx/store": "^21.1.0",
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, EnvironmentProviders, Type, Provider, OnDestroy, Signal, OnInit, Injector, StaticProvider, NgModuleRef, TemplateRef, ViewRef, ModuleWithProviders, NgZone, PipeTransform, ViewContainerRef, ComponentRef, AbstractType, ElementRef, ChangeDetectorRef } from '@angular/core';
2
+ import { InjectionToken, EnvironmentProviders, Type, Provider, OnDestroy, Signal, OnInit, Injector, StaticProvider, NgModuleRef, TemplateRef, ViewRef, ModuleWithProviders, PipeTransform, ViewContainerRef, ComponentRef, AbstractType, ElementRef, ChangeDetectorRef } from '@angular/core';
3
3
  import * as _dereekb_util from '@dereekb/util';
4
4
  import { SlashPathFolder, PercentNumber, Maybe, ReadableError, BooleanStringKeyArray, Destroyable, Initialized, GetterOrValue, FactoryWithInput, ArrayOrValue, AuthRoleSet, Milliseconds, FactoryWithRequiredInput, ObjectMap, AuthRole, SetIncludesMode, IterableOrValue, WebsiteUrl, MailToUrlInput, PhoneNumber, E164PhoneNumberWithOptionalExtension, EqualityComparatorFunction, TreeNode, ExpandTreeFunction, FlattenTreeFunction, ModelKey, DateOrDateString, Minutes, TimezoneString, EmptyObject, ModelKeyRef, StoredDataString, ReadStoredData, StoredData, StoredDataStorageKey, FullStorageObject, StorageObject, DestroyFunction, DestroyFunctionObject } from '@dereekb/util';
5
5
  import * as _dereekb_rxjs from '@dereekb/rxjs';
@@ -5472,8 +5472,6 @@ declare abstract class AbstractTransitionDirective {
5472
5472
  * Extends {@link AbstractTransitionDirective} by subscribing to successful transitions during construction
5473
5473
  * and invoking the abstract `updateForSuccessfulTransition()` method for each one.
5474
5474
  *
5475
- * Also provides a `zoneUpdateForSuccessfulTransition()` method that wraps the update call in `NgZone.run()`.
5476
- *
5477
5475
  * @example
5478
5476
  * ```ts
5479
5477
  * @Directive({ selector: '[myRouteWatcher]' })
@@ -5487,9 +5485,7 @@ declare abstract class AbstractTransitionDirective {
5487
5485
  * @see {@link AbstractTransitionDirective}
5488
5486
  */
5489
5487
  declare abstract class AbstractTransitionWatcherDirective extends AbstractTransitionDirective {
5490
- protected readonly ngZone: NgZone;
5491
5488
  constructor();
5492
- protected zoneUpdateForSuccessfulTransition(): void;
5493
5489
  protected abstract updateForSuccessfulTransition(): void;
5494
5490
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractTransitionWatcherDirective, never>;
5495
5491
  static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractTransitionWatcherDirective, never, never, {}, {}, never, never, true, never>;