@dereekb/dbx-core 13.43.0 → 14.0.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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, inject, Injectable, makeEnvironmentProviders, DestroyRef, input, Directive, computed, signal, forwardRef, effect, TemplateRef, ViewContainerRef, Injector, runInInjectionContext, NgModule, Input, output, model, booleanAttribute, Pipe, LOCALE_ID, viewChild, ChangeDetectionStrategy, Component, Inject, Optional } from '@angular/core';
2
+ import { InjectionToken, inject, Injectable, makeEnvironmentProviders, DestroyRef, input, Directive, computed, signal, forwardRef, effect, TemplateRef, ViewContainerRef, Injector, runInInjectionContext, NgModule, Service, Input, output, model, booleanAttribute, Pipe, LOCALE_ID, viewChild, Component, Inject, Optional } from '@angular/core';
3
3
  import { HttpClient } from '@angular/common/http';
4
4
  import { defer, switchMap, first, distinctUntilChanged, filter, EMPTY, debounce, interval, throttle, exhaustMap, mergeMap, map, shareReplay, combineLatest, startWith, of, delay, BehaviorSubject, tap, combineLatestWith, catchError, withLatestFrom, firstValueFrom, takeUntil, Subject, Observable } from 'rxjs';
5
5
  import { AssetLoader, SubscriptionObject, LockSet, loadingStateContext, listLoadingStateContext, filterMaybe, LoadingStateType, beginLoading, idleLoadingState, errorResult, successResult, scanCount, workFactory, asObservable, combineLatestFromMapValuesObsFn, emitDelayObs, makeIsModifiedFunctionObservable, returnIfIs, timeoutStartWith, onFalseToTrue, onTrueToFalse, setContainsAllValuesFrom, setContainsNoValueFrom, maybeValueFromObservableOrValueGetter, switchMapToDefault, asObservableFromGetter, maybeValueFromObservableOrValue, distinctUntilKeysChange, FilterSource, FilterSourceConnector, FilterSourceInstance, FilterMap, skipAllInitialMaybe, switchMapObject } from '@dereekb/rxjs';
@@ -67,10 +67,10 @@ class DbxCoreAssetLoader extends AssetLoader {
67
67
  }
68
68
  return url;
69
69
  }
70
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAssetLoader, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
71
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAssetLoader });
70
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAssetLoader, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
71
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAssetLoader });
72
72
  }
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAssetLoader, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAssetLoader, decorators: [{
74
74
  type: Injectable
75
75
  }] });
76
76
 
@@ -621,14 +621,13 @@ class DbxActionAutoModifyDirective {
621
621
  })
622
622
  });
623
623
  }
624
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionAutoModifyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
625
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionAutoModifyDirective, isStandalone: true, selector: "dbxActionAutoModify, [dbxActionAutoModify]", inputs: { autoModifyEnabled: { classPropertyName: "autoModifyEnabled", publicName: "dbxActionAutoModify", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
624
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionAutoModifyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
625
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionAutoModifyDirective, isStandalone: true, selector: "dbxActionAutoModify, [dbxActionAutoModify]", inputs: { autoModifyEnabled: { classPropertyName: "autoModifyEnabled", publicName: "dbxActionAutoModify", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
626
626
  }
627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionAutoModifyDirective, decorators: [{
627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionAutoModifyDirective, decorators: [{
628
628
  type: Directive,
629
629
  args: [{
630
- selector: 'dbxActionAutoModify, [dbxActionAutoModify]',
631
- standalone: true
630
+ selector: 'dbxActionAutoModify, [dbxActionAutoModify]'
632
631
  }]
633
632
  }], ctorParameters: () => [], propDecorators: { autoModifyEnabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionAutoModify", required: false }] }] } });
634
633
 
@@ -676,11 +675,14 @@ const DBX_ACTION_AUTO_TRIGGER_INSTANT_TRIGGER_DEBOUNCE = 10;
676
675
  */
677
676
  class DbxActionAutoTriggerDirective {
678
677
  source = inject((DbxActionContextStoreSourceInstance), { host: true });
679
- triggerDebounce = input(undefined, ...(ngDevMode ? [{ debugName: "triggerDebounce" }] : /* istanbul ignore next */ []));
680
- triggerThrottle = input(undefined, ...(ngDevMode ? [{ debugName: "triggerThrottle" }] : /* istanbul ignore next */ []));
678
+ triggerDebounce = input(undefined, /* @ts-ignore */
679
+ ...(ngDevMode ? [{ debugName: "triggerDebounce" }] : /* istanbul ignore next */ []));
680
+ triggerThrottle = input(undefined, /* @ts-ignore */
681
+ ...(ngDevMode ? [{ debugName: "triggerThrottle" }] : /* istanbul ignore next */ []));
681
682
  triggerErrorThrottle = input(DEFAULT_ERROR_THROTTLE_MS, { ...(ngDevMode ? { debugName: "triggerErrorThrottle" } : /* istanbul ignore next */ {}), transform: (x) => x ?? DEFAULT_ERROR_THROTTLE_MS });
682
683
  maxErrorsForThrottle = input(MAX_ERRORS_TO_THROTTLE_ON, { ...(ngDevMode ? { debugName: "maxErrorsForThrottle" } : /* istanbul ignore next */ {}), transform: (x) => x ?? MAX_ERRORS_TO_THROTTLE_ON });
683
- triggerLimit = input(...(ngDevMode ? [undefined, { debugName: "triggerLimit" }] : /* istanbul ignore next */ []));
684
+ triggerLimit = input(/* @ts-ignore */
685
+ ...(ngDevMode ? [undefined, { debugName: "triggerLimit" }] : /* istanbul ignore next */ []));
684
686
  triggerEnabled = input(true, { ...(ngDevMode ? { debugName: "triggerEnabled" } : /* istanbul ignore next */ {}), alias: 'dbxActionAutoTrigger', transform: isNotFalse });
685
687
  useFastTriggerPreset = input(false, { ...(ngDevMode ? { debugName: "useFastTriggerPreset" } : /* istanbul ignore next */ {}), transform: isDefinedAndNotFalse });
686
688
  useInstantTriggerPreset = input(false, { ...(ngDevMode ? { debugName: "useInstantTriggerPreset" } : /* istanbul ignore next */ {}), transform: isDefinedAndNotFalse });
@@ -697,7 +699,8 @@ class DbxActionAutoTriggerDirective {
697
699
  }
698
700
  }
699
701
  return debounce ?? DEFAULT_DEBOUNCE_MS;
700
- }, ...(ngDevMode ? [{ debugName: "triggerDebounceSignal" }] : /* istanbul ignore next */ []));
702
+ }, /* @ts-ignore */
703
+ ...(ngDevMode ? [{ debugName: "triggerDebounceSignal" }] : /* istanbul ignore next */ []));
701
704
  triggerThrottleSignal = computed(() => {
702
705
  const useFastTrigger = this.useFastTriggerPreset();
703
706
  const useInstantTrigger = this.useInstantTriggerPreset();
@@ -711,8 +714,10 @@ class DbxActionAutoTriggerDirective {
711
714
  }
712
715
  }
713
716
  return throttle ?? DEFAULT_THROTTLE_MS;
714
- }, ...(ngDevMode ? [{ debugName: "triggerThrottleSignal" }] : /* istanbul ignore next */ []));
715
- triggerCountSignal = signal(0, ...(ngDevMode ? [{ debugName: "triggerCountSignal" }] : /* istanbul ignore next */ []));
717
+ }, /* @ts-ignore */
718
+ ...(ngDevMode ? [{ debugName: "triggerThrottleSignal" }] : /* istanbul ignore next */ []));
719
+ triggerCountSignal = signal(0, /* @ts-ignore */
720
+ ...(ngDevMode ? [{ debugName: "triggerCountSignal" }] : /* istanbul ignore next */ []));
716
721
  _errorCount$ = this.source.errorCountSinceLastSuccess$;
717
722
  _triggerCount$ = this.source.isModifiedAndCanTriggerUpdates$.pipe(
718
723
  // each time something is triggered the
@@ -756,14 +761,13 @@ class DbxActionAutoTriggerDirective {
756
761
  })
757
762
  });
758
763
  }
759
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionAutoTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
760
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionAutoTriggerDirective, isStandalone: true, selector: "dbxActionAutoTrigger,[dbxActionAutoTrigger]", inputs: { triggerDebounce: { classPropertyName: "triggerDebounce", publicName: "triggerDebounce", isSignal: true, isRequired: false, transformFunction: null }, triggerThrottle: { classPropertyName: "triggerThrottle", publicName: "triggerThrottle", isSignal: true, isRequired: false, transformFunction: null }, triggerErrorThrottle: { classPropertyName: "triggerErrorThrottle", publicName: "triggerErrorThrottle", isSignal: true, isRequired: false, transformFunction: null }, maxErrorsForThrottle: { classPropertyName: "maxErrorsForThrottle", publicName: "maxErrorsForThrottle", isSignal: true, isRequired: false, transformFunction: null }, triggerLimit: { classPropertyName: "triggerLimit", publicName: "triggerLimit", isSignal: true, isRequired: false, transformFunction: null }, triggerEnabled: { classPropertyName: "triggerEnabled", publicName: "dbxActionAutoTrigger", isSignal: true, isRequired: false, transformFunction: null }, useFastTriggerPreset: { classPropertyName: "useFastTriggerPreset", publicName: "useFastTriggerPreset", isSignal: true, isRequired: false, transformFunction: null }, useInstantTriggerPreset: { classPropertyName: "useInstantTriggerPreset", publicName: "useInstantTriggerPreset", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
764
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionAutoTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
765
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionAutoTriggerDirective, isStandalone: true, selector: "dbxActionAutoTrigger,[dbxActionAutoTrigger]", inputs: { triggerDebounce: { classPropertyName: "triggerDebounce", publicName: "triggerDebounce", isSignal: true, isRequired: false, transformFunction: null }, triggerThrottle: { classPropertyName: "triggerThrottle", publicName: "triggerThrottle", isSignal: true, isRequired: false, transformFunction: null }, triggerErrorThrottle: { classPropertyName: "triggerErrorThrottle", publicName: "triggerErrorThrottle", isSignal: true, isRequired: false, transformFunction: null }, maxErrorsForThrottle: { classPropertyName: "maxErrorsForThrottle", publicName: "maxErrorsForThrottle", isSignal: true, isRequired: false, transformFunction: null }, triggerLimit: { classPropertyName: "triggerLimit", publicName: "triggerLimit", isSignal: true, isRequired: false, transformFunction: null }, triggerEnabled: { classPropertyName: "triggerEnabled", publicName: "dbxActionAutoTrigger", isSignal: true, isRequired: false, transformFunction: null }, useFastTriggerPreset: { classPropertyName: "useFastTriggerPreset", publicName: "useFastTriggerPreset", isSignal: true, isRequired: false, transformFunction: null }, useInstantTriggerPreset: { classPropertyName: "useInstantTriggerPreset", publicName: "useInstantTriggerPreset", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
761
766
  }
762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionAutoTriggerDirective, decorators: [{
767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionAutoTriggerDirective, decorators: [{
763
768
  type: Directive,
764
769
  args: [{
765
- selector: 'dbxActionAutoTrigger,[dbxActionAutoTrigger]',
766
- standalone: true
770
+ selector: 'dbxActionAutoTrigger,[dbxActionAutoTrigger]'
767
771
  }]
768
772
  }], ctorParameters: () => [], propDecorators: { triggerDebounce: [{ type: i0.Input, args: [{ isSignal: true, alias: "triggerDebounce", required: false }] }], triggerThrottle: [{ type: i0.Input, args: [{ isSignal: true, alias: "triggerThrottle", required: false }] }], triggerErrorThrottle: [{ type: i0.Input, args: [{ isSignal: true, alias: "triggerErrorThrottle", required: false }] }], maxErrorsForThrottle: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxErrorsForThrottle", required: false }] }], triggerLimit: [{ type: i0.Input, args: [{ isSignal: true, alias: "triggerLimit", required: false }] }], triggerEnabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionAutoTrigger", required: false }] }], useFastTriggerPreset: [{ type: i0.Input, args: [{ isSignal: true, alias: "useFastTriggerPreset", required: false }] }], useInstantTriggerPreset: [{ type: i0.Input, args: [{ isSignal: true, alias: "useInstantTriggerPreset", required: false }] }] } });
769
773
 
@@ -1369,10 +1373,10 @@ class ActionContextStore extends ComponentStore {
1369
1373
  // do not call super.destroy here, to keep the component store from destroying itself.
1370
1374
  // the lockset is configured to cleanup the component store.
1371
1375
  }
1372
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ActionContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1373
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ActionContextStore });
1376
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ActionContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1377
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ActionContextStore });
1374
1378
  }
1375
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ActionContextStore, decorators: [{
1379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ActionContextStore, decorators: [{
1376
1380
  type: Injectable
1377
1381
  }], ctorParameters: () => [] });
1378
1382
  function updateIsSameOnActionContextState(state, isSame) {
@@ -1530,10 +1534,10 @@ class DbxActionContextMachineAsService extends DbxActionContextMachine {
1530
1534
  });
1531
1535
  clean(() => this.destroy());
1532
1536
  }
1533
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionContextMachineAsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1534
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionContextMachineAsService });
1537
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionContextMachineAsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1538
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionContextMachineAsService });
1535
1539
  }
1536
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionContextMachineAsService, decorators: [{
1540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionContextMachineAsService, decorators: [{
1537
1541
  type: Injectable
1538
1542
  }], ctorParameters: () => [] });
1539
1543
 
@@ -1643,16 +1647,15 @@ class DbxActionDirective extends DbxActionContextBaseSource {
1643
1647
  });
1644
1648
  });
1645
1649
  }
1646
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1647
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxActionDirective, isStandalone: true, selector: "dbx-action,[dbxAction]", providers: provideActionStoreSource(DbxActionDirective), exportAs: ["action", "dbxAction"], usesInheritance: true, ngImport: i0 });
1650
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1651
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxActionDirective, isStandalone: true, selector: "dbx-action,[dbxAction]", providers: provideActionStoreSource(DbxActionDirective), exportAs: ["action", "dbxAction"], usesInheritance: true, ngImport: i0 });
1648
1652
  }
1649
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionDirective, decorators: [{
1653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionDirective, decorators: [{
1650
1654
  type: Directive,
1651
1655
  args: [{
1652
1656
  selector: 'dbx-action,[dbxAction]',
1653
1657
  exportAs: 'action,dbxAction',
1654
- providers: provideActionStoreSource(DbxActionDirective),
1655
- standalone: true
1658
+ providers: provideActionStoreSource(DbxActionDirective)
1656
1659
  }]
1657
1660
  }], ctorParameters: () => [] });
1658
1661
 
@@ -1681,17 +1684,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
1681
1684
  * @see {@link SecondaryActionContextStoreSource}
1682
1685
  */
1683
1686
  class DbxActionSourceDirective {
1684
- dbxActionSource = input(...(ngDevMode ? [undefined, { debugName: "dbxActionSource" }] : /* istanbul ignore next */ []));
1687
+ dbxActionSource = input(/* @ts-ignore */
1688
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionSource" }] : /* istanbul ignore next */ []));
1685
1689
  store$ = toObservable(this.dbxActionSource).pipe(filterMaybe(), switchMap((x) => actionContextStoreSourcePipe(x.store$)));
1686
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1687
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionSourceDirective, isStandalone: true, selector: "[dbxActionSource]", inputs: { dbxActionSource: { classPropertyName: "dbxActionSource", publicName: "dbxActionSource", isSignal: true, isRequired: false, transformFunction: null } }, providers: provideSecondaryActionStoreSource(DbxActionSourceDirective), ngImport: i0 });
1690
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1691
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionSourceDirective, isStandalone: true, selector: "[dbxActionSource]", inputs: { dbxActionSource: { classPropertyName: "dbxActionSource", publicName: "dbxActionSource", isSignal: true, isRequired: false, transformFunction: null } }, providers: provideSecondaryActionStoreSource(DbxActionSourceDirective), ngImport: i0 });
1688
1692
  }
1689
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionSourceDirective, decorators: [{
1693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionSourceDirective, decorators: [{
1690
1694
  type: Directive,
1691
1695
  args: [{
1692
1696
  selector: '[dbxActionSource]',
1693
- providers: provideSecondaryActionStoreSource(DbxActionSourceDirective),
1694
- standalone: true
1697
+ providers: provideSecondaryActionStoreSource(DbxActionSourceDirective)
1695
1698
  }]
1696
1699
  }], propDecorators: { dbxActionSource: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionSource", required: false }] }] } });
1697
1700
 
@@ -1724,14 +1727,13 @@ class DbxActionContextLoggerDirective {
1724
1727
  })
1725
1728
  });
1726
1729
  }
1727
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionContextLoggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1728
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxActionContextLoggerDirective, isStandalone: true, selector: "[dbxActionLogger],[dbxActionContextLogger]", ngImport: i0 });
1730
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionContextLoggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1731
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxActionContextLoggerDirective, isStandalone: true, selector: "[dbxActionLogger],[dbxActionContextLogger]", ngImport: i0 });
1729
1732
  }
1730
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionContextLoggerDirective, decorators: [{
1733
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionContextLoggerDirective, decorators: [{
1731
1734
  type: Directive,
1732
1735
  args: [{
1733
- selector: '[dbxActionLogger],[dbxActionContextLogger]',
1734
- standalone: true
1736
+ selector: '[dbxActionLogger],[dbxActionContextLogger]'
1735
1737
  }]
1736
1738
  }], ctorParameters: () => [] });
1737
1739
 
@@ -1831,15 +1833,15 @@ function actionContextStoreSourceMap() {
1831
1833
  */
1832
1834
  class DbxActionContextMapDirective {
1833
1835
  actionContextStoreSourceMap = clean(inject(ActionContextStoreSourceMap));
1834
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionContextMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1835
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxActionContextMapDirective, isStandalone: true, selector: "[dbxActionContextMap]", providers: [
1836
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionContextMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1837
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxActionContextMapDirective, isStandalone: true, selector: "[dbxActionContextMap]", providers: [
1836
1838
  {
1837
1839
  provide: ActionContextStoreSourceMap,
1838
1840
  useFactory: actionContextStoreSourceMap
1839
1841
  }
1840
1842
  ], exportAs: ["actionMap"], ngImport: i0 });
1841
1843
  }
1842
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionContextMapDirective, decorators: [{
1844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionContextMapDirective, decorators: [{
1843
1845
  type: Directive,
1844
1846
  args: [{
1845
1847
  selector: '[dbxActionContextMap]',
@@ -1849,8 +1851,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
1849
1851
  useFactory: actionContextStoreSourceMap
1850
1852
  }
1851
1853
  ],
1852
- exportAs: 'actionMap',
1853
- standalone: true
1854
+ exportAs: 'actionMap'
1854
1855
  }]
1855
1856
  }] });
1856
1857
 
@@ -1883,15 +1884,14 @@ class DbxActionFromMapDirective {
1883
1884
  key = input(undefined, { ...(ngDevMode ? { debugName: "key" } : /* istanbul ignore next */ {}), alias: 'dbxActionFromMap' });
1884
1885
  key$ = toObservable(this.key);
1885
1886
  store$ = this.key$.pipe(filterMaybe(), switchMap((x) => this._actionContextStoreSourceMap.sourceForKey(x).store$));
1886
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionFromMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1887
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionFromMapDirective, isStandalone: true, selector: "[dbxActionFromMap]", inputs: { key: { classPropertyName: "key", publicName: "dbxActionFromMap", isSignal: true, isRequired: false, transformFunction: null } }, providers: provideSecondaryActionStoreSource(DbxActionFromMapDirective), ngImport: i0 });
1887
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionFromMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1888
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionFromMapDirective, isStandalone: true, selector: "[dbxActionFromMap]", inputs: { key: { classPropertyName: "key", publicName: "dbxActionFromMap", isSignal: true, isRequired: false, transformFunction: null } }, providers: provideSecondaryActionStoreSource(DbxActionFromMapDirective), ngImport: i0 });
1888
1889
  }
1889
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionFromMapDirective, decorators: [{
1890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionFromMapDirective, decorators: [{
1890
1891
  type: Directive,
1891
1892
  args: [{
1892
1893
  selector: '[dbxActionFromMap]',
1893
- providers: provideSecondaryActionStoreSource(DbxActionFromMapDirective),
1894
- standalone: true
1894
+ providers: provideSecondaryActionStoreSource(DbxActionFromMapDirective)
1895
1895
  }]
1896
1896
  }], propDecorators: { key: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionFromMap", required: false }] }] } });
1897
1897
 
@@ -1926,7 +1926,8 @@ class DbxActionMapSourceDirective {
1926
1926
  }
1927
1927
  this._currentKey = nextKey;
1928
1928
  this._addToStore();
1929
- }, ...(ngDevMode ? [{ debugName: "_keyEffect" }] : /* istanbul ignore next */ []));
1929
+ }, /* @ts-ignore */
1930
+ ...(ngDevMode ? [{ debugName: "_keyEffect" }] : /* istanbul ignore next */ []));
1930
1931
  ngOnDestroy() {
1931
1932
  this._removeFromToStore();
1932
1933
  }
@@ -1940,14 +1941,13 @@ class DbxActionMapSourceDirective {
1940
1941
  this._actionContextStoreSourceMap.removeStoreSource(this._currentKey);
1941
1942
  }
1942
1943
  }
1943
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionMapSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1944
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionMapSourceDirective, isStandalone: true, selector: "[dbxActionMapSource]", inputs: { key: { classPropertyName: "key", publicName: "dbxActionMapSource", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
1944
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionMapSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1945
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionMapSourceDirective, isStandalone: true, selector: "[dbxActionMapSource]", inputs: { key: { classPropertyName: "key", publicName: "dbxActionMapSource", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
1945
1946
  }
1946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionMapSourceDirective, decorators: [{
1947
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionMapSourceDirective, decorators: [{
1947
1948
  type: Directive,
1948
1949
  args: [{
1949
- selector: '[dbxActionMapSource]',
1950
- standalone: true
1950
+ selector: '[dbxActionMapSource]'
1951
1951
  }]
1952
1952
  }], propDecorators: { key: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionMapSource", required: false }] }] } });
1953
1953
 
@@ -2033,14 +2033,13 @@ class DbxActionMapWorkingDisableDirective {
2033
2033
  this.source.enable(this.disabledKey() || DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY);
2034
2034
  });
2035
2035
  }
2036
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionMapWorkingDisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2037
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionMapWorkingDisableDirective, isStandalone: true, selector: "[dbxActionMapWorkingDisable]", inputs: { disabledKey: { classPropertyName: "disabledKey", publicName: "dbxActionMapWorkingDisable", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2036
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionMapWorkingDisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2037
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionMapWorkingDisableDirective, isStandalone: true, selector: "[dbxActionMapWorkingDisable]", inputs: { disabledKey: { classPropertyName: "disabledKey", publicName: "dbxActionMapWorkingDisable", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2038
2038
  }
2039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionMapWorkingDisableDirective, decorators: [{
2039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionMapWorkingDisableDirective, decorators: [{
2040
2040
  type: Directive,
2041
2041
  args: [{
2042
- selector: '[dbxActionMapWorkingDisable]',
2043
- standalone: true
2042
+ selector: '[dbxActionMapWorkingDisable]'
2044
2043
  }]
2045
2044
  }], ctorParameters: () => [], propDecorators: { disabledKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionMapWorkingDisable", required: false }] }] } });
2046
2045
 
@@ -2086,14 +2085,13 @@ class DbxActionDisabledDirective {
2086
2085
  }));
2087
2086
  clean(() => this.source.enable(APP_ACTION_DISABLED_DIRECTIVE_KEY));
2088
2087
  }
2089
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionDisabledDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2090
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionDisabledDirective, isStandalone: true, selector: "[dbxActionDisabled]", inputs: { disabled: { classPropertyName: "disabled", publicName: "dbxActionDisabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2088
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionDisabledDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2089
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionDisabledDirective, isStandalone: true, selector: "[dbxActionDisabled]", inputs: { disabled: { classPropertyName: "disabled", publicName: "dbxActionDisabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2091
2090
  }
2092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionDisabledDirective, decorators: [{
2091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionDisabledDirective, decorators: [{
2093
2092
  type: Directive,
2094
2093
  args: [{
2095
- selector: '[dbxActionDisabled]',
2096
- standalone: true
2094
+ selector: '[dbxActionDisabled]'
2097
2095
  }]
2098
2096
  }], ctorParameters: () => [], propDecorators: { disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionDisabled", required: false }] }] } });
2099
2097
 
@@ -2141,14 +2139,13 @@ class DbxActionDisabledOnSuccessDirective {
2141
2139
  }));
2142
2140
  clean(() => this.source.enable(APP_ACTION_DISABLED_ON_SUCCESS_DIRECTIVE_KEY));
2143
2141
  }
2144
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2145
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionDisabledOnSuccessDirective, isStandalone: true, selector: "[dbxActionDisabledOnSuccess]", inputs: { disabledOnSuccess: { classPropertyName: "disabledOnSuccess", publicName: "dbxActionDisabledOnSuccess", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2142
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2143
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionDisabledOnSuccessDirective, isStandalone: true, selector: "[dbxActionDisabledOnSuccess]", inputs: { disabledOnSuccess: { classPropertyName: "disabledOnSuccess", publicName: "dbxActionDisabledOnSuccess", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2146
2144
  }
2147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, decorators: [{
2145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, decorators: [{
2148
2146
  type: Directive,
2149
2147
  args: [{
2150
- selector: '[dbxActionDisabledOnSuccess]',
2151
- standalone: true
2148
+ selector: '[dbxActionDisabledOnSuccess]'
2152
2149
  }]
2153
2150
  }], ctorParameters: () => [], propDecorators: { disabledOnSuccess: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionDisabledOnSuccess", required: false }] }] } });
2154
2151
 
@@ -2249,10 +2246,10 @@ class AbstractDbxActionHandlerDirective {
2249
2246
  constructor() {
2250
2247
  this._dbxActionHandlerInstance.init();
2251
2248
  }
2252
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxActionHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2253
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractDbxActionHandlerDirective, isStandalone: true, ngImport: i0 });
2249
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxActionHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2250
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxActionHandlerDirective, isStandalone: true, ngImport: i0 });
2254
2251
  }
2255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxActionHandlerDirective, decorators: [{
2252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxActionHandlerDirective, decorators: [{
2256
2253
  type: Directive
2257
2254
  }], ctorParameters: () => [] });
2258
2255
  /**
@@ -2285,15 +2282,15 @@ class DbxActionHandlerDirective extends AbstractDbxActionHandlerDirective {
2285
2282
  handlerFunction = input.required({ ...(ngDevMode ? { debugName: "handlerFunction" } : /* istanbul ignore next */ {}), alias: 'dbxActionHandler' });
2286
2283
  _handlerFunctionEffect = effect(() => {
2287
2284
  this._dbxActionHandlerInstance.setHandlerFunction(this.handlerFunction());
2288
- }, ...(ngDevMode ? [{ debugName: "_handlerFunctionEffect" }] : /* istanbul ignore next */ []));
2289
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2290
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionHandlerDirective, isStandalone: true, selector: "[dbxActionHandler]", inputs: { handlerFunction: { classPropertyName: "handlerFunction", publicName: "dbxActionHandler", isSignal: true, isRequired: true, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2285
+ }, /* @ts-ignore */
2286
+ ...(ngDevMode ? [{ debugName: "_handlerFunctionEffect" }] : /* istanbul ignore next */ []));
2287
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2288
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionHandlerDirective, isStandalone: true, selector: "[dbxActionHandler]", inputs: { handlerFunction: { classPropertyName: "handlerFunction", publicName: "dbxActionHandler", isSignal: true, isRequired: true, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2291
2289
  }
2292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionHandlerDirective, decorators: [{
2290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionHandlerDirective, decorators: [{
2293
2291
  type: Directive,
2294
2292
  args: [{
2295
- selector: '[dbxActionHandler]',
2296
- standalone: true
2293
+ selector: '[dbxActionHandler]'
2297
2294
  }]
2298
2295
  }], propDecorators: { handlerFunction: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionHandler", required: true }] }] } });
2299
2296
  /**
@@ -2325,15 +2322,15 @@ class DbxActionHandlerValueDirective extends AbstractDbxActionHandlerDirective {
2325
2322
  handlerValue = input.required({ ...(ngDevMode ? { debugName: "handlerValue" } : /* istanbul ignore next */ {}), alias: 'dbxActionHandlerValue' });
2326
2323
  _handlerValueEffect = effect(() => {
2327
2324
  this._dbxActionHandlerInstance.setHandlerValue(this.handlerValue());
2328
- }, ...(ngDevMode ? [{ debugName: "_handlerValueEffect" }] : /* istanbul ignore next */ []));
2329
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionHandlerValueDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2330
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionHandlerValueDirective, isStandalone: true, selector: "[dbxActionHandlerValue]", inputs: { handlerValue: { classPropertyName: "handlerValue", publicName: "dbxActionHandlerValue", isSignal: true, isRequired: true, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2325
+ }, /* @ts-ignore */
2326
+ ...(ngDevMode ? [{ debugName: "_handlerValueEffect" }] : /* istanbul ignore next */ []));
2327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionHandlerValueDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2328
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionHandlerValueDirective, isStandalone: true, selector: "[dbxActionHandlerValue]", inputs: { handlerValue: { classPropertyName: "handlerValue", publicName: "dbxActionHandlerValue", isSignal: true, isRequired: true, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2331
2329
  }
2332
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionHandlerValueDirective, decorators: [{
2330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionHandlerValueDirective, decorators: [{
2333
2331
  type: Directive,
2334
2332
  args: [{
2335
- selector: '[dbxActionHandlerValue]',
2336
- standalone: true
2333
+ selector: '[dbxActionHandlerValue]'
2337
2334
  }]
2338
2335
  }], propDecorators: { handlerValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionHandlerValue", required: true }] }] } });
2339
2336
 
@@ -2371,10 +2368,10 @@ class AbstractIfDirective {
2371
2368
  }
2372
2369
  });
2373
2370
  }
2374
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2375
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractIfDirective, isStandalone: true, ngImport: i0 });
2371
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2372
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractIfDirective, isStandalone: true, ngImport: i0 });
2376
2373
  }
2377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractIfDirective, decorators: [{
2374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractIfDirective, decorators: [{
2378
2375
  type: Directive
2379
2376
  }] });
2380
2377
 
@@ -2430,14 +2427,13 @@ class DbxActionIdleDirective extends AbstractIfDirective {
2430
2427
  show$ = this._store.idle$.pipe(exhaustMap((idle) => {
2431
2428
  return idle ? emitDelayObs(true, false, this.hideAfter()) : of(false);
2432
2429
  }), shareReplay(1));
2433
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionIdleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2434
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionIdleDirective, isStandalone: true, selector: "[dbxActionIdle]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionIdle", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2430
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionIdleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2431
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionIdleDirective, isStandalone: true, selector: "[dbxActionIdle]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionIdle", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2435
2432
  }
2436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionIdleDirective, decorators: [{
2433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionIdleDirective, decorators: [{
2437
2434
  type: Directive,
2438
2435
  args: [{
2439
- selector: '[dbxActionIdle]',
2440
- standalone: true
2436
+ selector: '[dbxActionIdle]'
2441
2437
  }]
2442
2438
  }], propDecorators: { hideAfter: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionIdle", required: false }] }] } });
2443
2439
 
@@ -2473,14 +2469,13 @@ class DbxActionPreSuccessDirective extends AbstractIfDirective {
2473
2469
  show$ = this._store.isSuccess$.pipe(exhaustMap((success) => {
2474
2470
  return success ? emitDelayObs(false, true, this.hideFor()) : of(true);
2475
2471
  }), shareReplay(1));
2476
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionPreSuccessDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2477
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionPreSuccessDirective, isStandalone: true, selector: "[dbxActionPreSuccess]", inputs: { hideFor: { classPropertyName: "hideFor", publicName: "dbxActionPreSuccess", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2472
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionPreSuccessDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2473
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionPreSuccessDirective, isStandalone: true, selector: "[dbxActionPreSuccess]", inputs: { hideFor: { classPropertyName: "hideFor", publicName: "dbxActionPreSuccess", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2478
2474
  }
2479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionPreSuccessDirective, decorators: [{
2475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionPreSuccessDirective, decorators: [{
2480
2476
  type: Directive,
2481
2477
  args: [{
2482
- selector: '[dbxActionPreSuccess]',
2483
- standalone: true
2478
+ selector: '[dbxActionPreSuccess]'
2484
2479
  }]
2485
2480
  }], propDecorators: { hideFor: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionPreSuccess", required: false }] }] } });
2486
2481
 
@@ -2514,14 +2509,13 @@ class DbxActionHasSuccessDirective extends AbstractIfDirective {
2514
2509
  show$ = this._store.isSuccess$.pipe(exhaustMap((success) => {
2515
2510
  return success ? emitDelayObs(true, false, this.hideAfter()) : of(false);
2516
2511
  }), shareReplay(1));
2517
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionHasSuccessDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2518
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionHasSuccessDirective, isStandalone: true, selector: "[dbxActionHasSuccess]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionHasSuccess", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2512
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionHasSuccessDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2513
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionHasSuccessDirective, isStandalone: true, selector: "[dbxActionHasSuccess]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionHasSuccess", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2519
2514
  }
2520
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionHasSuccessDirective, decorators: [{
2515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionHasSuccessDirective, decorators: [{
2521
2516
  type: Directive,
2522
2517
  args: [{
2523
- selector: '[dbxActionHasSuccess]',
2524
- standalone: true
2518
+ selector: '[dbxActionHasSuccess]'
2525
2519
  }]
2526
2520
  }], propDecorators: { hideAfter: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionHasSuccess", required: false }] }] } });
2527
2521
 
@@ -2548,7 +2542,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
2548
2542
  */
2549
2543
  class DbxActionSuccessHandlerDirective {
2550
2544
  source = inject((DbxActionContextStoreSourceInstance), { host: true });
2551
- dbxActionSuccessHandler = input(...(ngDevMode ? [undefined, { debugName: "dbxActionSuccessHandler" }] : /* istanbul ignore next */ []));
2545
+ dbxActionSuccessHandler = input(/* @ts-ignore */
2546
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionSuccessHandler" }] : /* istanbul ignore next */ []));
2552
2547
  successFunction$ = toObservable(this.dbxActionSuccessHandler).pipe(filterMaybe(), shareReplay(1));
2553
2548
  constructor() {
2554
2549
  cleanSubscriptionWithLockSet({
@@ -2560,14 +2555,13 @@ class DbxActionSuccessHandlerDirective {
2560
2555
  .subscribe()
2561
2556
  });
2562
2557
  }
2563
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionSuccessHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2564
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionSuccessHandlerDirective, isStandalone: true, selector: "[dbxActionSuccessHandler]", inputs: { dbxActionSuccessHandler: { classPropertyName: "dbxActionSuccessHandler", publicName: "dbxActionSuccessHandler", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2558
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionSuccessHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2559
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionSuccessHandlerDirective, isStandalone: true, selector: "[dbxActionSuccessHandler]", inputs: { dbxActionSuccessHandler: { classPropertyName: "dbxActionSuccessHandler", publicName: "dbxActionSuccessHandler", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2565
2560
  }
2566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionSuccessHandlerDirective, decorators: [{
2561
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionSuccessHandlerDirective, decorators: [{
2567
2562
  type: Directive,
2568
2563
  args: [{
2569
- selector: '[dbxActionSuccessHandler]',
2570
- standalone: true
2564
+ selector: '[dbxActionSuccessHandler]'
2571
2565
  }]
2572
2566
  }], ctorParameters: () => [], propDecorators: { dbxActionSuccessHandler: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionSuccessHandler", required: false }] }] } });
2573
2567
 
@@ -2598,7 +2592,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
2598
2592
  */
2599
2593
  class DbxActionErrorHandlerDirective {
2600
2594
  source = inject((DbxActionContextStoreSourceInstance), { host: true });
2601
- dbxActionErrorHandler = input(...(ngDevMode ? [undefined, { debugName: "dbxActionErrorHandler" }] : /* istanbul ignore next */ []));
2595
+ dbxActionErrorHandler = input(/* @ts-ignore */
2596
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionErrorHandler" }] : /* istanbul ignore next */ []));
2602
2597
  errorFunction$ = toObservable(this.dbxActionErrorHandler).pipe(filterMaybe(), shareReplay(1));
2603
2598
  constructor() {
2604
2599
  cleanSubscriptionWithLockSet({
@@ -2610,14 +2605,13 @@ class DbxActionErrorHandlerDirective {
2610
2605
  .subscribe()
2611
2606
  });
2612
2607
  }
2613
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionErrorHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2614
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionErrorHandlerDirective, isStandalone: true, selector: "[dbxActionErrorHandler]", inputs: { dbxActionErrorHandler: { classPropertyName: "dbxActionErrorHandler", publicName: "dbxActionErrorHandler", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2608
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionErrorHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2609
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionErrorHandlerDirective, isStandalone: true, selector: "[dbxActionErrorHandler]", inputs: { dbxActionErrorHandler: { classPropertyName: "dbxActionErrorHandler", publicName: "dbxActionErrorHandler", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2615
2610
  }
2616
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionErrorHandlerDirective, decorators: [{
2611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionErrorHandlerDirective, decorators: [{
2617
2612
  type: Directive,
2618
2613
  args: [{
2619
- selector: '[dbxActionErrorHandler]',
2620
- standalone: true
2614
+ selector: '[dbxActionErrorHandler]'
2621
2615
  }]
2622
2616
  }], ctorParameters: () => [], propDecorators: { dbxActionErrorHandler: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionErrorHandler", required: false }] }] } });
2623
2617
 
@@ -2676,14 +2670,13 @@ class DbxActionValueDirective {
2676
2670
  setValueOrFunction(value) {
2677
2671
  this._valueOrFunctionOverride.next(value);
2678
2672
  }
2679
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionValueDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2680
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionValueDirective, isStandalone: true, selector: "dbxActionValue,[dbxActionValue]", inputs: { valueOrFunction: { classPropertyName: "valueOrFunction", publicName: "dbxActionValue", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2673
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionValueDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2674
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionValueDirective, isStandalone: true, selector: "dbxActionValue,[dbxActionValue]", inputs: { valueOrFunction: { classPropertyName: "valueOrFunction", publicName: "dbxActionValue", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2681
2675
  }
2682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionValueDirective, decorators: [{
2676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionValueDirective, decorators: [{
2683
2677
  type: Directive,
2684
2678
  args: [{
2685
- selector: 'dbxActionValue,[dbxActionValue]',
2686
- standalone: true
2679
+ selector: 'dbxActionValue,[dbxActionValue]'
2687
2680
  }]
2688
2681
  }], ctorParameters: () => [], propDecorators: { valueOrFunction: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionValue", required: false }] }] } });
2689
2682
 
@@ -2719,19 +2712,19 @@ class DbxActionIsWorkingDirective extends AbstractIfDirective {
2719
2712
  const hideAfter = this.hideAfter();
2720
2713
  const hideAfterIsWorking = this.hideAfterIsWorking();
2721
2714
  return hideAfter ?? hideAfterIsWorking;
2722
- }, ...(ngDevMode ? [{ debugName: "hideAfterSignal" }] : /* istanbul ignore next */ []));
2715
+ }, /* @ts-ignore */
2716
+ ...(ngDevMode ? [{ debugName: "hideAfterSignal" }] : /* istanbul ignore next */ []));
2723
2717
  show$ = this._store.isWorking$.pipe(exhaustMap((isWorking) => {
2724
2718
  const hideAfter = this.hideAfterSignal();
2725
2719
  return isWorking && hideAfter != null ? emitDelayObs(true, false, hideAfter) : of(isWorking);
2726
2720
  }), shareReplay(1));
2727
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionIsWorkingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2728
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionIsWorkingDirective, isStandalone: true, selector: "[dbxActionWorking],[dbxActionIsWorking]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionWorking", isSignal: true, isRequired: false, transformFunction: null }, hideAfterIsWorking: { classPropertyName: "hideAfterIsWorking", publicName: "dbxActionIsWorking", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2721
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionIsWorkingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2722
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionIsWorkingDirective, isStandalone: true, selector: "[dbxActionWorking],[dbxActionIsWorking]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionWorking", isSignal: true, isRequired: false, transformFunction: null }, hideAfterIsWorking: { classPropertyName: "hideAfterIsWorking", publicName: "dbxActionIsWorking", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
2729
2723
  }
2730
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionIsWorkingDirective, decorators: [{
2724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionIsWorkingDirective, decorators: [{
2731
2725
  type: Directive,
2732
2726
  args: [{
2733
- selector: '[dbxActionWorking],[dbxActionIsWorking]',
2734
- standalone: true
2727
+ selector: '[dbxActionWorking],[dbxActionIsWorking]'
2735
2728
  }]
2736
2729
  }], propDecorators: { hideAfter: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionWorking", required: false }] }], hideAfterIsWorking: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionIsWorking", required: false }] }] } });
2737
2730
 
@@ -2780,14 +2773,13 @@ class DbxActionEnforceModifiedDirective {
2780
2773
  }));
2781
2774
  clean(() => this.source.enable(APP_ACTION_ENFORCE_MODIFIED_DIRECTIVE_KEY));
2782
2775
  }
2783
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionEnforceModifiedDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2784
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionEnforceModifiedDirective, isStandalone: true, selector: "[dbxActionEnforceModified]", inputs: { enabled: { classPropertyName: "enabled", publicName: "dbxActionEnforceModified", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2776
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionEnforceModifiedDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2777
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionEnforceModifiedDirective, isStandalone: true, selector: "[dbxActionEnforceModified]", inputs: { enabled: { classPropertyName: "enabled", publicName: "dbxActionEnforceModified", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
2785
2778
  }
2786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionEnforceModifiedDirective, decorators: [{
2779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionEnforceModifiedDirective, decorators: [{
2787
2780
  type: Directive,
2788
2781
  args: [{
2789
- selector: '[dbxActionEnforceModified]',
2790
- standalone: true
2782
+ selector: '[dbxActionEnforceModified]'
2791
2783
  }]
2792
2784
  }], ctorParameters: () => [], propDecorators: { enabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionEnforceModified", required: false }] }] } });
2793
2785
 
@@ -2807,14 +2799,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
2807
2799
  class DbxActionIsModifiedDirective extends AbstractIfDirective {
2808
2800
  _store = inject(DbxActionContextStoreSourceInstance);
2809
2801
  show$ = this._store.isModified$.pipe(shareReplay(1));
2810
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionIsModifiedDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2811
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxActionIsModifiedDirective, isStandalone: true, selector: "[dbxActionIsModified]", usesInheritance: true, ngImport: i0 });
2802
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionIsModifiedDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2803
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxActionIsModifiedDirective, isStandalone: true, selector: "[dbxActionIsModified]", usesInheritance: true, ngImport: i0 });
2812
2804
  }
2813
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionIsModifiedDirective, decorators: [{
2805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionIsModifiedDirective, decorators: [{
2814
2806
  type: Directive,
2815
2807
  args: [{
2816
- selector: '[dbxActionIsModified]',
2817
- standalone: true
2808
+ selector: '[dbxActionIsModified]'
2818
2809
  }]
2819
2810
  }] });
2820
2811
 
@@ -2927,10 +2918,10 @@ class AbstractDbxActionValueGetterDirective {
2927
2918
  });
2928
2919
  });
2929
2920
  }
2930
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxActionValueGetterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2931
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractDbxActionValueGetterDirective, isStandalone: true, ngImport: i0 });
2921
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxActionValueGetterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2922
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxActionValueGetterDirective, isStandalone: true, ngImport: i0 });
2932
2923
  }
2933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxActionValueGetterDirective, decorators: [{
2924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxActionValueGetterDirective, decorators: [{
2934
2925
  type: Directive
2935
2926
  }], ctorParameters: () => [] });
2936
2927
  /**
@@ -2962,9 +2953,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
2962
2953
  * @see {@link DbxActionValueDirective} for the always-available value approach.
2963
2954
  */
2964
2955
  class DbxActionValueTriggerDirective extends AbstractDbxActionValueGetterDirective {
2965
- dbxActionValueGetter = input(...(ngDevMode ? [undefined, { debugName: "dbxActionValueGetter" }] : /* istanbul ignore next */ []));
2966
- dbxActionValueGetterIsModified = input(...(ngDevMode ? [undefined, { debugName: "dbxActionValueGetterIsModified" }] : /* istanbul ignore next */ []));
2967
- dbxActionValueGetterIsEqual = input(...(ngDevMode ? [undefined, { debugName: "dbxActionValueGetterIsEqual" }] : /* istanbul ignore next */ []));
2956
+ dbxActionValueGetter = input(/* @ts-ignore */
2957
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionValueGetter" }] : /* istanbul ignore next */ []));
2958
+ dbxActionValueGetterIsModified = input(/* @ts-ignore */
2959
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionValueGetterIsModified" }] : /* istanbul ignore next */ []));
2960
+ dbxActionValueGetterIsEqual = input(/* @ts-ignore */
2961
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionValueGetterIsEqual" }] : /* istanbul ignore next */ []));
2968
2962
  constructor() {
2969
2963
  super();
2970
2964
  this.configureInputs({
@@ -2973,15 +2967,14 @@ class DbxActionValueTriggerDirective extends AbstractDbxActionValueGetterDirecti
2973
2967
  isEqualSignal: this.dbxActionValueGetterIsEqual
2974
2968
  });
2975
2969
  }
2976
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionValueTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2977
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionValueTriggerDirective, isStandalone: true, selector: "[dbxActionValueGetter]", inputs: { dbxActionValueGetter: { classPropertyName: "dbxActionValueGetter", publicName: "dbxActionValueGetter", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueGetterIsModified: { classPropertyName: "dbxActionValueGetterIsModified", publicName: "dbxActionValueGetterIsModified", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueGetterIsEqual: { classPropertyName: "dbxActionValueGetterIsEqual", publicName: "dbxActionValueGetterIsEqual", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["dbxActionValueGetter"], usesInheritance: true, ngImport: i0 });
2970
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionValueTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2971
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionValueTriggerDirective, isStandalone: true, selector: "[dbxActionValueGetter]", inputs: { dbxActionValueGetter: { classPropertyName: "dbxActionValueGetter", publicName: "dbxActionValueGetter", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueGetterIsModified: { classPropertyName: "dbxActionValueGetterIsModified", publicName: "dbxActionValueGetterIsModified", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueGetterIsEqual: { classPropertyName: "dbxActionValueGetterIsEqual", publicName: "dbxActionValueGetterIsEqual", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["dbxActionValueGetter"], usesInheritance: true, ngImport: i0 });
2978
2972
  }
2979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionValueTriggerDirective, decorators: [{
2973
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionValueTriggerDirective, decorators: [{
2980
2974
  type: Directive,
2981
2975
  args: [{
2982
2976
  exportAs: 'dbxActionValueGetter',
2983
- selector: '[dbxActionValueGetter]',
2984
- standalone: true
2977
+ selector: '[dbxActionValueGetter]'
2985
2978
  }]
2986
2979
  }], ctorParameters: () => [], propDecorators: { dbxActionValueGetter: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionValueGetter", required: false }] }], dbxActionValueGetterIsModified: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionValueGetterIsModified", required: false }] }], dbxActionValueGetterIsEqual: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionValueGetterIsEqual", required: false }] }] } });
2987
2980
 
@@ -3012,9 +3005,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
3012
3005
  */
3013
3006
  class DbxActionValueStreamDirective {
3014
3007
  source = inject((DbxActionContextStoreSourceInstance), { host: true });
3015
- dbxActionValueStream = input(EMPTY, ...(ngDevMode ? [{ debugName: "dbxActionValueStream" }] : /* istanbul ignore next */ []));
3016
- dbxActionValueStreamIsEqualValue = input(...(ngDevMode ? [undefined, { debugName: "dbxActionValueStreamIsEqualValue" }] : /* istanbul ignore next */ []));
3017
- dbxActionValueStreamIsModifiedValue = input(...(ngDevMode ? [undefined, { debugName: "dbxActionValueStreamIsModifiedValue" }] : /* istanbul ignore next */ []));
3008
+ dbxActionValueStream = input(EMPTY, /* @ts-ignore */
3009
+ ...(ngDevMode ? [{ debugName: "dbxActionValueStream" }] : /* istanbul ignore next */ []));
3010
+ dbxActionValueStreamIsEqualValue = input(/* @ts-ignore */
3011
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionValueStreamIsEqualValue" }] : /* istanbul ignore next */ []));
3012
+ dbxActionValueStreamIsModifiedValue = input(/* @ts-ignore */
3013
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionValueStreamIsModifiedValue" }] : /* istanbul ignore next */ []));
3018
3014
  isModifiedFunction$ = makeIsModifiedFunctionObservable({
3019
3015
  isModified: toObservable(this.dbxActionValueStreamIsModifiedValue),
3020
3016
  isEqual: toObservable(this.dbxActionValueStreamIsEqualValue)
@@ -3048,14 +3044,13 @@ class DbxActionValueStreamDirective {
3048
3044
  })
3049
3045
  });
3050
3046
  }
3051
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionValueStreamDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3052
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionValueStreamDirective, isStandalone: true, selector: "[dbxActionValueStream]", inputs: { dbxActionValueStream: { classPropertyName: "dbxActionValueStream", publicName: "dbxActionValueStream", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueStreamIsEqualValue: { classPropertyName: "dbxActionValueStreamIsEqualValue", publicName: "dbxActionValueStreamIsEqualValue", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueStreamIsModifiedValue: { classPropertyName: "dbxActionValueStreamIsModifiedValue", publicName: "dbxActionValueStreamIsModifiedValue", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
3047
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionValueStreamDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3048
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionValueStreamDirective, isStandalone: true, selector: "[dbxActionValueStream]", inputs: { dbxActionValueStream: { classPropertyName: "dbxActionValueStream", publicName: "dbxActionValueStream", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueStreamIsEqualValue: { classPropertyName: "dbxActionValueStreamIsEqualValue", publicName: "dbxActionValueStreamIsEqualValue", isSignal: true, isRequired: false, transformFunction: null }, dbxActionValueStreamIsModifiedValue: { classPropertyName: "dbxActionValueStreamIsModifiedValue", publicName: "dbxActionValueStreamIsModifiedValue", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
3053
3049
  }
3054
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionValueStreamDirective, decorators: [{
3050
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionValueStreamDirective, decorators: [{
3055
3051
  type: Directive,
3056
3052
  args: [{
3057
- selector: '[dbxActionValueStream]',
3058
- standalone: true
3053
+ selector: '[dbxActionValueStream]'
3059
3054
  }]
3060
3055
  }], ctorParameters: () => [], propDecorators: { dbxActionValueStream: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionValueStream", required: false }] }], dbxActionValueStreamIsEqualValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionValueStreamIsEqualValue", required: false }] }], dbxActionValueStreamIsModifiedValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionValueStreamIsModifiedValue", required: false }] }] } });
3061
3056
 
@@ -3080,14 +3075,13 @@ class DbxActionTriggeredDirective extends AbstractIfDirective {
3080
3075
  show$ = this._store.triggered$.pipe(exhaustMap((triggered) => {
3081
3076
  return triggered ? emitDelayObs(true, false, this.hideAfter()) : of(false);
3082
3077
  }), shareReplay(1));
3083
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionTriggeredDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3084
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionTriggeredDirective, isStandalone: true, selector: "[dbxActionTriggered]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionTriggered", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
3078
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionTriggeredDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3079
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionTriggeredDirective, isStandalone: true, selector: "[dbxActionTriggered]", inputs: { hideAfter: { classPropertyName: "hideAfter", publicName: "dbxActionTriggered", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
3085
3080
  }
3086
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionTriggeredDirective, decorators: [{
3081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionTriggeredDirective, decorators: [{
3087
3082
  type: Directive,
3088
3083
  args: [{
3089
- selector: '[dbxActionTriggered]',
3090
- standalone: true
3084
+ selector: '[dbxActionTriggered]'
3091
3085
  }]
3092
3086
  }], propDecorators: { hideAfter: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionTriggered", required: false }] }] } });
3093
3087
 
@@ -3119,8 +3113,8 @@ const importsAndExports$2 = [
3119
3113
  * Contains all base DbxAction components.
3120
3114
  */
3121
3115
  class DbxCoreActionModule {
3122
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3123
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreActionModule, imports: [DbxActionDirective,
3116
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3117
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreActionModule, imports: [DbxActionDirective,
3124
3118
  DbxActionContextMapDirective,
3125
3119
  DbxActionFromMapDirective,
3126
3120
  DbxActionMapSourceDirective,
@@ -3163,9 +3157,9 @@ class DbxCoreActionModule {
3163
3157
  DbxActionSuccessHandlerDirective,
3164
3158
  DbxActionErrorHandlerDirective,
3165
3159
  DbxActionIsWorkingDirective] });
3166
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreActionModule });
3160
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreActionModule });
3167
3161
  }
3168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreActionModule, decorators: [{
3162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreActionModule, decorators: [{
3169
3163
  type: NgModule,
3170
3164
  args: [{
3171
3165
  imports: importsAndExports$2,
@@ -4188,14 +4182,11 @@ class DbxAppAuthRouterService {
4188
4182
  goToApp() {
4189
4183
  return goWithRouter(this.dbxRouterService)(this.dbxAppAuthRoutes.appRef);
4190
4184
  }
4191
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4192
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthRouterService, providedIn: 'root' });
4185
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthRouterService, deps: [], target: i0.ɵɵFactoryTarget.Service });
4186
+ static ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthRouterService });
4193
4187
  }
4194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthRouterService, decorators: [{
4195
- type: Injectable,
4196
- args: [{
4197
- providedIn: 'root'
4198
- }]
4188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthRouterService, decorators: [{
4189
+ type: Service
4199
4190
  }] });
4200
4191
 
4201
4192
  /**
@@ -4239,10 +4230,10 @@ class DbxAppAuthRouterEffects extends AbstractOnDbxAppContextStateEffects {
4239
4230
  * Effect to redirect to the app when login occurs.
4240
4231
  */
4241
4232
  redirectToOnboardOnLogIn = createEffect(() => this.actions$.pipe(ofType(loggedIn), switchMap(() => this.dbxAppAuthRouterService.shouldAuthEffectsRedirect$.pipe(first())), filter((shouldRedirect) => shouldRedirect), exhaustMap(() => this.dbxAppAuthRouterService.goToApp())), { dispatch: false });
4242
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthRouterEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4243
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthRouterEffects });
4233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthRouterEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4234
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthRouterEffects });
4244
4235
  }
4245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthRouterEffects, decorators: [{
4236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthRouterEffects, decorators: [{
4246
4237
  type: Injectable
4247
4238
  }], ctorParameters: () => [] });
4248
4239
 
@@ -4511,10 +4502,10 @@ class DbxAuthImpersonationService {
4511
4502
  _emit(type, impersonatedUserId, previousImpersonatedUserId, reason) {
4512
4503
  this._events.next({ type, impersonatedUserId, previousImpersonatedUserId, reason });
4513
4504
  }
4514
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthImpersonationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4515
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthImpersonationService });
4505
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthImpersonationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4506
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthImpersonationService });
4516
4507
  }
4517
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthImpersonationService, decorators: [{
4508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthImpersonationService, decorators: [{
4518
4509
  type: Injectable
4519
4510
  }], ctorParameters: () => [] });
4520
4511
 
@@ -4632,14 +4623,13 @@ class DbxAuthImpersonationTriggerDirective extends DbxRouteModelIdDirectiveDeleg
4632
4623
  }
4633
4624
  });
4634
4625
  }
4635
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthImpersonationTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4636
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxAuthImpersonationTriggerDirective, isStandalone: true, selector: "[dbxAuthImpersonationTrigger]", providers: provideDbxRouteModelIdDirectiveDelegate(DbxAuthImpersonationTriggerDirective), usesInheritance: true, ngImport: i0 });
4626
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthImpersonationTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4627
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxAuthImpersonationTriggerDirective, isStandalone: true, selector: "[dbxAuthImpersonationTrigger]", providers: provideDbxRouteModelIdDirectiveDelegate(DbxAuthImpersonationTriggerDirective), usesInheritance: true, ngImport: i0 });
4637
4628
  }
4638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthImpersonationTriggerDirective, decorators: [{
4629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthImpersonationTriggerDirective, decorators: [{
4639
4630
  type: Directive,
4640
4631
  args: [{
4641
4632
  selector: '[dbxAuthImpersonationTrigger]',
4642
- standalone: true,
4643
4633
  providers: provideDbxRouteModelIdDirectiveDelegate(DbxAuthImpersonationTriggerDirective)
4644
4634
  }]
4645
4635
  }] });
@@ -4739,14 +4729,13 @@ class DbxAuthImpersonationQuerySyncDirective {
4739
4729
  set config(config) {
4740
4730
  this._config.next(config || undefined);
4741
4731
  }
4742
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthImpersonationQuerySyncDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4743
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxAuthImpersonationQuerySyncDirective, isStandalone: true, selector: "[dbxAuthImpersonationQuerySync]", inputs: { config: ["dbxAuthImpersonationQuerySync", "config"] }, ngImport: i0 });
4732
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthImpersonationQuerySyncDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4733
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxAuthImpersonationQuerySyncDirective, isStandalone: true, selector: "[dbxAuthImpersonationQuerySync]", inputs: { config: ["dbxAuthImpersonationQuerySync", "config"] }, ngImport: i0 });
4744
4734
  }
4745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthImpersonationQuerySyncDirective, decorators: [{
4735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthImpersonationQuerySyncDirective, decorators: [{
4746
4736
  type: Directive,
4747
4737
  args: [{
4748
- selector: '[dbxAuthImpersonationQuerySync]',
4749
- standalone: true
4738
+ selector: '[dbxAuthImpersonationQuerySync]'
4750
4739
  }]
4751
4740
  }], ctorParameters: () => [], propDecorators: { config: [{
4752
4741
  type: Input,
@@ -4768,10 +4757,10 @@ class DbxAppAuthImpersonationEffects {
4768
4757
  * Dispatches the started/stopped impersonation action for each lifecycle event emitted by the service.
4769
4758
  */
4770
4759
  syncImpersonationState = createEffect(() => this.dbxAuthImpersonationService.events$.pipe(map((event) => (event.type === 'start' ? startedImpersonating({ userId: authUserIdentifier(event.impersonatedUserId), previousUserId: event.previousImpersonatedUserId }) : stoppedImpersonating({ previousUserId: event.previousImpersonatedUserId })))));
4771
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthImpersonationEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4772
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthImpersonationEffects });
4760
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthImpersonationEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4761
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthImpersonationEffects });
4773
4762
  }
4774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthImpersonationEffects, decorators: [{
4763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthImpersonationEffects, decorators: [{
4775
4764
  type: Injectable
4776
4765
  }] });
4777
4766
 
@@ -4851,10 +4840,10 @@ class DbxAppAuthEffects {
4851
4840
  * Syncs the user's onboarding status from the auth service into the NgRx store.
4852
4841
  */
4853
4842
  setUserIsOnboarded = createEffect(() => this.dbxAuthService.isOnboarded$.pipe(map((isOnboarded) => setUserIsOnboarded({ isOnboarded }))));
4854
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4855
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthEffects });
4843
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4844
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthEffects });
4856
4845
  }
4857
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthEffects, decorators: [{
4846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthEffects, decorators: [{
4858
4847
  type: Injectable
4859
4848
  }] });
4860
4849
 
@@ -4934,14 +4923,13 @@ class DbxAuthHasAnyRoleDirective extends AbstractIfDirective {
4934
4923
  targetRoles = input(undefined, { ...(ngDevMode ? { debugName: "targetRoles" } : /* istanbul ignore next */ {}), alias: 'dbxAuthHasAnyRole' });
4935
4924
  targetRoles$ = toObservable(this.targetRoles);
4936
4925
  show$ = this._authService.authRoles$.pipe(authRolesSetContainsAnyRoleFrom(this.targetRoles$));
4937
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthHasAnyRoleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4938
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxAuthHasAnyRoleDirective, isStandalone: true, selector: "[dbxAuthHasAnyRole]", inputs: { targetRoles: { classPropertyName: "targetRoles", publicName: "dbxAuthHasAnyRole", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
4926
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasAnyRoleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4927
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxAuthHasAnyRoleDirective, isStandalone: true, selector: "[dbxAuthHasAnyRole]", inputs: { targetRoles: { classPropertyName: "targetRoles", publicName: "dbxAuthHasAnyRole", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
4939
4928
  }
4940
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthHasAnyRoleDirective, decorators: [{
4929
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasAnyRoleDirective, decorators: [{
4941
4930
  type: Directive,
4942
4931
  args: [{
4943
- selector: '[dbxAuthHasAnyRole]',
4944
- standalone: true
4932
+ selector: '[dbxAuthHasAnyRole]'
4945
4933
  }]
4946
4934
  }], propDecorators: { targetRoles: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAuthHasAnyRole", required: false }] }] } });
4947
4935
 
@@ -4970,14 +4958,13 @@ class DbxAuthHasRolesDirective extends AbstractIfDirective {
4970
4958
  targetRoles = input(undefined, { ...(ngDevMode ? { debugName: "targetRoles" } : /* istanbul ignore next */ {}), alias: 'dbxAuthHasRoles' });
4971
4959
  targetRoles$ = toObservable(this.targetRoles);
4972
4960
  show$ = this._authService.authRoles$.pipe(authRolesSetContainsAllRolesFrom(this.targetRoles$));
4973
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthHasRolesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4974
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxAuthHasRolesDirective, isStandalone: true, selector: "[dbxAuthHasRoles]", inputs: { targetRoles: { classPropertyName: "targetRoles", publicName: "dbxAuthHasRoles", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
4961
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasRolesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4962
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxAuthHasRolesDirective, isStandalone: true, selector: "[dbxAuthHasRoles]", inputs: { targetRoles: { classPropertyName: "targetRoles", publicName: "dbxAuthHasRoles", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
4975
4963
  }
4976
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthHasRolesDirective, decorators: [{
4964
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasRolesDirective, decorators: [{
4977
4965
  type: Directive,
4978
4966
  args: [{
4979
- selector: '[dbxAuthHasRoles]',
4980
- standalone: true
4967
+ selector: '[dbxAuthHasRoles]'
4981
4968
  }]
4982
4969
  }], propDecorators: { targetRoles: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAuthHasRoles", required: false }] }] } });
4983
4970
 
@@ -5006,14 +4993,13 @@ class DbxAuthNotAnyRoleDirective extends AbstractIfDirective {
5006
4993
  targetRoles = input(undefined, { ...(ngDevMode ? { debugName: "targetRoles" } : /* istanbul ignore next */ {}), alias: 'dbxAuthNotAnyRole' });
5007
4994
  targetRoles$ = toObservable(this.targetRoles);
5008
4995
  show$ = this._authService.authRoles$.pipe(authRolesSetContainsNoRolesFrom(this.targetRoles$));
5009
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthNotAnyRoleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
5010
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxAuthNotAnyRoleDirective, isStandalone: true, selector: "[dbxAuthNotAnyRole]", inputs: { targetRoles: { classPropertyName: "targetRoles", publicName: "dbxAuthNotAnyRole", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
4996
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthNotAnyRoleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4997
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxAuthNotAnyRoleDirective, isStandalone: true, selector: "[dbxAuthNotAnyRole]", inputs: { targetRoles: { classPropertyName: "targetRoles", publicName: "dbxAuthNotAnyRole", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
5011
4998
  }
5012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthNotAnyRoleDirective, decorators: [{
4999
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthNotAnyRoleDirective, decorators: [{
5013
5000
  type: Directive,
5014
5001
  args: [{
5015
- selector: '[dbxAuthNotAnyRole]',
5016
- standalone: true
5002
+ selector: '[dbxAuthNotAnyRole]'
5017
5003
  }]
5018
5004
  }], propDecorators: { targetRoles: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAuthNotAnyRole", required: false }] }] } });
5019
5005
 
@@ -5052,14 +5038,11 @@ class DbxAppAuthStateService {
5052
5038
  * Stays empty unless an app opts into impersonation via `provideDbxAuthImpersonation({ ngrx: true })`.
5053
5039
  */
5054
5040
  authStateImpersonation$ = this.store.select(selectDbxAppAuthImpersonation);
5055
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5056
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthStateService, providedIn: 'root' });
5041
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthStateService, deps: [], target: i0.ɵɵFactoryTarget.Service });
5042
+ static ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthStateService });
5057
5043
  }
5058
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthStateService, decorators: [{
5059
- type: Injectable,
5060
- args: [{
5061
- providedIn: 'root'
5062
- }]
5044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthStateService, decorators: [{
5045
+ type: Service
5063
5046
  }] });
5064
5047
 
5065
5048
  // MARK: Echo
@@ -5141,14 +5124,13 @@ class DbxActionButtonTriggerDirective {
5141
5124
  _buttonClicked() {
5142
5125
  this.source.trigger();
5143
5126
  }
5144
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionButtonTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5145
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxActionButtonTriggerDirective, isStandalone: true, selector: "[dbxActionButtonTrigger]", ngImport: i0 });
5127
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5128
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxActionButtonTriggerDirective, isStandalone: true, selector: "[dbxActionButtonTrigger]", ngImport: i0 });
5146
5129
  }
5147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionButtonTriggerDirective, decorators: [{
5130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonTriggerDirective, decorators: [{
5148
5131
  type: Directive,
5149
5132
  args: [{
5150
- selector: '[dbxActionButtonTrigger]',
5151
- standalone: true
5133
+ selector: '[dbxActionButtonTrigger]'
5152
5134
  }]
5153
5135
  }], ctorParameters: () => [] });
5154
5136
 
@@ -5228,7 +5210,8 @@ class DbxActionButtonDirective extends DbxActionButtonTriggerDirective {
5228
5210
  * Per-instance echo configuration. Merges over the injected default.
5229
5211
  * Pass `false` to disable all echoes for this button.
5230
5212
  */
5231
- dbxActionButtonEcho = input(...(ngDevMode ? [undefined, { debugName: "dbxActionButtonEcho" }] : /* istanbul ignore next */ []));
5213
+ dbxActionButtonEcho = input(/* @ts-ignore */
5214
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionButtonEcho" }] : /* istanbul ignore next */ []));
5232
5215
  constructor() {
5233
5216
  super();
5234
5217
  cleanSubscription(this.source.isWorkingOrWorkProgress$.subscribe((working) => {
@@ -5271,14 +5254,13 @@ class DbxActionButtonDirective extends DbxActionButtonTriggerDirective {
5271
5254
  }
5272
5255
  return result;
5273
5256
  }
5274
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5275
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionButtonDirective, isStandalone: true, selector: "[dbxActionButton]", inputs: { dbxActionButtonEcho: { classPropertyName: "dbxActionButtonEcho", publicName: "dbxActionButtonEcho", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
5257
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5258
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxActionButtonDirective, isStandalone: true, selector: "[dbxActionButton]", inputs: { dbxActionButtonEcho: { classPropertyName: "dbxActionButtonEcho", publicName: "dbxActionButtonEcho", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 });
5276
5259
  }
5277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionButtonDirective, decorators: [{
5260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonDirective, decorators: [{
5278
5261
  type: Directive,
5279
5262
  args: [{
5280
- selector: '[dbxActionButton]',
5281
- standalone: true
5263
+ selector: '[dbxActionButton]'
5282
5264
  }]
5283
5265
  }], ctorParameters: () => [], propDecorators: { dbxActionButtonEcho: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionButtonEcho", required: false }] }] } });
5284
5266
 
@@ -5312,14 +5294,13 @@ class DbxButtonSegueDirective {
5312
5294
  }
5313
5295
  }));
5314
5296
  }
5315
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxButtonSegueDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5316
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxButtonSegueDirective, isStandalone: true, selector: "[dbxButtonSegue]", inputs: { segueRef: { classPropertyName: "segueRef", publicName: "dbxButtonSegue", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
5297
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonSegueDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5298
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxButtonSegueDirective, isStandalone: true, selector: "[dbxButtonSegue]", inputs: { segueRef: { classPropertyName: "segueRef", publicName: "dbxButtonSegue", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
5317
5299
  }
5318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxButtonSegueDirective, decorators: [{
5300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonSegueDirective, decorators: [{
5319
5301
  type: Directive,
5320
5302
  args: [{
5321
- selector: '[dbxButtonSegue]',
5322
- standalone: true
5303
+ selector: '[dbxButtonSegue]'
5323
5304
  }]
5324
5305
  }], ctorParameters: () => [], propDecorators: { segueRef: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxButtonSegue", required: false }] }] } });
5325
5306
 
@@ -5351,39 +5332,53 @@ class AbstractDbxButtonDirective {
5351
5332
  */
5352
5333
  buttonEchoSignal = toSignal(this._buttonEcho$.pipe(switchMap((echo) => emitDelayObs(echo, undefined, echo.duration ?? DEFAULT_DBX_BUTTON_ECHO_DURATION))), { initialValue: undefined });
5353
5334
  buttonClick = output();
5354
- ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel" }] : /* istanbul ignore next */ []));
5335
+ ariaLabel = input(undefined, /* @ts-ignore */
5336
+ ...(ngDevMode ? [{ debugName: "ariaLabel" }] : /* istanbul ignore next */ []));
5355
5337
  disabled = input(false, { ...(ngDevMode ? { debugName: "disabled" } : /* istanbul ignore next */ {}), transform: Boolean });
5356
5338
  working = input(false, { ...(ngDevMode ? { debugName: "working" } : /* istanbul ignore next */ {}), transform: (x) => x ?? false });
5357
- buttonDisplay = input(undefined, ...(ngDevMode ? [{ debugName: "buttonDisplay" }] : /* istanbul ignore next */ []));
5358
- _disabledSignal = signal(undefined, ...(ngDevMode ? [{ debugName: "_disabledSignal" }] : /* istanbul ignore next */ []));
5359
- _workingSignal = signal(undefined, ...(ngDevMode ? [{ debugName: "_workingSignal" }] : /* istanbul ignore next */ []));
5360
- _buttonDisplayContentSignal = signal(undefined, ...(ngDevMode ? [{ debugName: "_buttonDisplayContentSignal" }] : /* istanbul ignore next */ []));
5339
+ buttonDisplay = input(undefined, /* @ts-ignore */
5340
+ ...(ngDevMode ? [{ debugName: "buttonDisplay" }] : /* istanbul ignore next */ []));
5341
+ _disabledSignal = signal(undefined, /* @ts-ignore */
5342
+ ...(ngDevMode ? [{ debugName: "_disabledSignal" }] : /* istanbul ignore next */ []));
5343
+ _workingSignal = signal(undefined, /* @ts-ignore */
5344
+ ...(ngDevMode ? [{ debugName: "_workingSignal" }] : /* istanbul ignore next */ []));
5345
+ _buttonDisplayContentSignal = signal(undefined, /* @ts-ignore */
5346
+ ...(ngDevMode ? [{ debugName: "_buttonDisplayContentSignal" }] : /* istanbul ignore next */ []));
5361
5347
  disabledSignal = computed(() => {
5362
5348
  const disabled = this.disabled();
5363
5349
  return this._disabledSignal() ?? disabled;
5364
- }, ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5350
+ }, /* @ts-ignore */
5351
+ ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5365
5352
  workingSignal = computed(() => {
5366
5353
  const working = this.working();
5367
5354
  return this._workingSignal() ?? working;
5368
- }, ...(ngDevMode ? [{ debugName: "workingSignal" }] : /* istanbul ignore next */ []));
5355
+ }, /* @ts-ignore */
5356
+ ...(ngDevMode ? [{ debugName: "workingSignal" }] : /* istanbul ignore next */ []));
5369
5357
  isWorkingSignal = computed(() => {
5370
5358
  const working = this.workingSignal();
5371
5359
  return isDefinedAndNotFalse(working);
5372
- }, ...(ngDevMode ? [{ debugName: "isWorkingSignal" }] : /* istanbul ignore next */ []));
5373
- icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : /* istanbul ignore next */ []));
5374
- text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : /* istanbul ignore next */ []));
5360
+ }, /* @ts-ignore */
5361
+ ...(ngDevMode ? [{ debugName: "isWorkingSignal" }] : /* istanbul ignore next */ []));
5362
+ icon = input(/* @ts-ignore */
5363
+ ...(ngDevMode ? [undefined, { debugName: "icon" }] : /* istanbul ignore next */ []));
5364
+ text = input(/* @ts-ignore */
5365
+ ...(ngDevMode ? [undefined, { debugName: "text" }] : /* istanbul ignore next */ []));
5375
5366
  buttonDisplayContentSignal = computed(() => {
5376
5367
  const icon = this.icon();
5377
5368
  const text = this.text();
5378
5369
  const buttonDisplay = this.buttonDisplay();
5379
5370
  const buttonDisplayContent = this._buttonDisplayContentSignal() ?? buttonDisplay;
5380
5371
  return { icon: icon || buttonDisplayContent?.icon, text: text || buttonDisplayContent?.text };
5381
- }, ...(ngDevMode ? [{ debugName: "buttonDisplayContentSignal" }] : /* istanbul ignore next */ []));
5372
+ }, /* @ts-ignore */
5373
+ ...(ngDevMode ? [{ debugName: "buttonDisplayContentSignal" }] : /* istanbul ignore next */ []));
5382
5374
  buttonDisplayTypeSignal = computed(() => {
5383
5375
  return dbxButtonDisplayType(this.buttonDisplayContentSignal());
5384
- }, ...(ngDevMode ? [{ debugName: "buttonDisplayTypeSignal" }] : /* istanbul ignore next */ []));
5385
- iconSignal = computed(() => this.buttonDisplayContentSignal()?.icon, ...(ngDevMode ? [{ debugName: "iconSignal" }] : /* istanbul ignore next */ []));
5386
- textSignal = computed(() => this.buttonDisplayContentSignal()?.text, ...(ngDevMode ? [{ debugName: "textSignal" }] : /* istanbul ignore next */ []));
5376
+ }, /* @ts-ignore */
5377
+ ...(ngDevMode ? [{ debugName: "buttonDisplayTypeSignal" }] : /* istanbul ignore next */ []));
5378
+ iconSignal = computed(() => this.buttonDisplayContentSignal()?.icon, /* @ts-ignore */
5379
+ ...(ngDevMode ? [{ debugName: "iconSignal" }] : /* istanbul ignore next */ []));
5380
+ textSignal = computed(() => this.buttonDisplayContentSignal()?.text, /* @ts-ignore */
5381
+ ...(ngDevMode ? [{ debugName: "textSignal" }] : /* istanbul ignore next */ []));
5387
5382
  disabled$ = toObservable(this.disabledSignal);
5388
5383
  working$ = toObservable(this.workingSignal);
5389
5384
  display$ = toObservable(this.buttonDisplayContentSignal);
@@ -5430,10 +5425,10 @@ class AbstractDbxButtonDirective {
5430
5425
  _forceButtonClicked() {
5431
5426
  this.buttonClick.emit();
5432
5427
  }
5433
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5434
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: AbstractDbxButtonDirective, isStandalone: true, inputs: { ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, working: { classPropertyName: "working", publicName: "working", isSignal: true, isRequired: false, transformFunction: null }, buttonDisplay: { classPropertyName: "buttonDisplay", publicName: "buttonDisplay", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonClick: "buttonClick" }, ngImport: i0 });
5428
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5429
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: AbstractDbxButtonDirective, isStandalone: true, inputs: { ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, working: { classPropertyName: "working", publicName: "working", isSignal: true, isRequired: false, transformFunction: null }, buttonDisplay: { classPropertyName: "buttonDisplay", publicName: "buttonDisplay", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonClick: "buttonClick" }, ngImport: i0 });
5435
5430
  }
5436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxButtonDirective, decorators: [{
5431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxButtonDirective, decorators: [{
5437
5432
  type: Directive
5438
5433
  }], ctorParameters: () => [], propDecorators: { buttonClick: [{ type: i0.Output, args: ["buttonClick"] }], ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabel", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], working: [{ type: i0.Input, args: [{ isSignal: true, alias: "working", required: false }] }], buttonDisplay: [{ type: i0.Input, args: [{ isSignal: true, alias: "buttonDisplay", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }] } });
5439
5434
  // MARK: Implementation
@@ -5457,16 +5452,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
5457
5452
  * ```
5458
5453
  */
5459
5454
  class DbxButtonDirective extends AbstractDbxButtonDirective {
5460
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxButtonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
5461
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxButtonDirective, isStandalone: true, selector: "[dbxButton]", providers: provideDbxButton(DbxButtonDirective), exportAs: ["dbxButton"], usesInheritance: true, ngImport: i0 });
5455
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
5456
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxButtonDirective, isStandalone: true, selector: "[dbxButton]", providers: provideDbxButton(DbxButtonDirective), exportAs: ["dbxButton"], usesInheritance: true, ngImport: i0 });
5462
5457
  }
5463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxButtonDirective, decorators: [{
5458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonDirective, decorators: [{
5464
5459
  type: Directive,
5465
5460
  args: [{
5466
5461
  selector: '[dbxButton]',
5467
5462
  exportAs: 'dbxButton',
5468
- providers: provideDbxButton(DbxButtonDirective),
5469
- standalone: true
5463
+ providers: provideDbxButton(DbxButtonDirective)
5470
5464
  }]
5471
5465
  }] });
5472
5466
 
@@ -5499,15 +5493,15 @@ class DbxLoadingButtonDirective {
5499
5493
  subscription = context.stream$.subscribe((x) => this.dbxButton.setWorking(x.loading));
5500
5494
  }
5501
5495
  this._loadingEffectSub.setSub(subscription);
5502
- }, ...(ngDevMode ? [{ debugName: "_loadingEffect" }] : /* istanbul ignore next */ []));
5503
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxLoadingButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5504
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxLoadingButtonDirective, isStandalone: true, selector: "[dbxLoadingButton]", inputs: { context: { classPropertyName: "context", publicName: "dbxLoadingButton", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
5496
+ }, /* @ts-ignore */
5497
+ ...(ngDevMode ? [{ debugName: "_loadingEffect" }] : /* istanbul ignore next */ []));
5498
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxLoadingButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5499
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxLoadingButtonDirective, isStandalone: true, selector: "[dbxLoadingButton]", inputs: { context: { classPropertyName: "context", publicName: "dbxLoadingButton", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
5505
5500
  }
5506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxLoadingButtonDirective, decorators: [{
5501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxLoadingButtonDirective, decorators: [{
5507
5502
  type: Directive,
5508
5503
  args: [{
5509
- selector: '[dbxLoadingButton]',
5510
- standalone: true
5504
+ selector: '[dbxLoadingButton]'
5511
5505
  }]
5512
5506
  }], propDecorators: { context: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxLoadingButton", required: true }] }] } });
5513
5507
 
@@ -5521,11 +5515,11 @@ const importsAndExports$1 = [DbxButtonDirective, DbxLoadingButtonDirective, DbxA
5521
5515
  * - DbxButtonSegueDirective
5522
5516
  */
5523
5517
  class DbxCoreButtonModule {
5524
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5525
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreButtonModule, imports: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective], exports: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective] });
5526
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreButtonModule });
5518
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5519
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreButtonModule, imports: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective], exports: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective] });
5520
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreButtonModule });
5527
5521
  }
5528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreButtonModule, decorators: [{
5522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreButtonModule, decorators: [{
5529
5523
  type: NgModule,
5530
5524
  args: [{
5531
5525
  imports: importsAndExports$1,
@@ -5560,14 +5554,11 @@ class DbxAppContextService {
5560
5554
  resetState() {
5561
5555
  this.store.next(resetState());
5562
5556
  }
5563
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5564
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppContextService, providedIn: 'root' });
5557
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextService, deps: [], target: i0.ɵɵFactoryTarget.Service });
5558
+ static ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextService });
5565
5559
  }
5566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppContextService, decorators: [{
5567
- type: Injectable,
5568
- args: [{
5569
- providedIn: 'root'
5570
- }]
5560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextService, decorators: [{
5561
+ type: Service
5571
5562
  }] });
5572
5563
 
5573
5564
  /**
@@ -5596,15 +5587,15 @@ class DbxAppContextStateDirective {
5596
5587
  if (state != null) {
5597
5588
  this.dbxAppContextStateService.setState(state);
5598
5589
  }
5599
- }, ...(ngDevMode ? [{ debugName: "_stateEffect" }] : /* istanbul ignore next */ []));
5600
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppContextStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5601
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxAppContextStateDirective, isStandalone: true, selector: "[dbxAppContextState]", inputs: { state: { classPropertyName: "state", publicName: "dbxAppContextState", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
5590
+ }, /* @ts-ignore */
5591
+ ...(ngDevMode ? [{ debugName: "_stateEffect" }] : /* istanbul ignore next */ []));
5592
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5593
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxAppContextStateDirective, isStandalone: true, selector: "[dbxAppContextState]", inputs: { state: { classPropertyName: "state", publicName: "dbxAppContextState", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
5602
5594
  }
5603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppContextStateDirective, decorators: [{
5595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextStateDirective, decorators: [{
5604
5596
  type: Directive,
5605
5597
  args: [{
5606
- selector: '[dbxAppContextState]',
5607
- standalone: true
5598
+ selector: '[dbxAppContextState]'
5608
5599
  }]
5609
5600
  }], propDecorators: { state: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAppContextState", required: false }] }] } });
5610
5601
 
@@ -5677,10 +5668,10 @@ class DbxAppEnvironmentService {
5677
5668
  getEnvironment() {
5678
5669
  return this.environment;
5679
5670
  }
5680
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppEnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5681
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppEnvironmentService });
5671
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppEnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5672
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppEnvironmentService });
5682
5673
  }
5683
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppEnvironmentService, decorators: [{
5674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppEnvironmentService, decorators: [{
5684
5675
  type: Injectable
5685
5676
  }] });
5686
5677
 
@@ -5849,19 +5840,23 @@ class AbstractDbxAnchorDirective {
5849
5840
  /**
5850
5841
  * Model input for the segue ref or router link to navigate to.
5851
5842
  */
5852
- ref = model(...(ngDevMode ? [undefined, { debugName: "ref" }] : /* istanbul ignore next */ []));
5843
+ ref = model(/* @ts-ignore */
5844
+ ...(ngDevMode ? [undefined, { debugName: "ref" }] : /* istanbul ignore next */ []));
5853
5845
  /**
5854
5846
  * Model input for the full anchor configuration object.
5855
5847
  */
5856
- anchor = model(...(ngDevMode ? [undefined, { debugName: "anchor" }] : /* istanbul ignore next */ []));
5848
+ anchor = model(/* @ts-ignore */
5849
+ ...(ngDevMode ? [undefined, { debugName: "anchor" }] : /* istanbul ignore next */ []));
5857
5850
  /**
5858
5851
  * Model input for externally controlling the disabled state.
5859
5852
  */
5860
- disabled = model(...(ngDevMode ? [undefined, { debugName: "disabled" }] : /* istanbul ignore next */ []));
5853
+ disabled = model(/* @ts-ignore */
5854
+ ...(ngDevMode ? [undefined, { debugName: "disabled" }] : /* istanbul ignore next */ []));
5861
5855
  /**
5862
5856
  * Model input for externally controlling the selected state.
5863
5857
  */
5864
- selected = model(...(ngDevMode ? [undefined, { debugName: "selected" }] : /* istanbul ignore next */ []));
5858
+ selected = model(/* @ts-ignore */
5859
+ ...(ngDevMode ? [undefined, { debugName: "selected" }] : /* istanbul ignore next */ []));
5865
5860
  /**
5866
5861
  * Computed anchor that merges the `ref` input with the `anchor` input, preferring `ref` when set.
5867
5862
  */
@@ -5873,7 +5868,8 @@ class AbstractDbxAnchorDirective {
5873
5868
  result = asSegueRef(ref);
5874
5869
  }
5875
5870
  return result;
5876
- }, ...(ngDevMode ? [{ debugName: "anchorSignal" }] : /* istanbul ignore next */ []));
5871
+ }, /* @ts-ignore */
5872
+ ...(ngDevMode ? [{ debugName: "anchorSignal" }] : /* istanbul ignore next */ []));
5877
5873
  /**
5878
5874
  * Computed selected state that combines the `selected` input with the anchor's own `selected` property.
5879
5875
  */
@@ -5881,7 +5877,8 @@ class AbstractDbxAnchorDirective {
5881
5877
  const selected = this.selected();
5882
5878
  const anchor = this.anchorSignal();
5883
5879
  return selected || anchor?.selected;
5884
- }, ...(ngDevMode ? [{ debugName: "selectedSignal" }] : /* istanbul ignore next */ []));
5880
+ }, /* @ts-ignore */
5881
+ ...(ngDevMode ? [{ debugName: "selectedSignal" }] : /* istanbul ignore next */ []));
5885
5882
  /**
5886
5883
  * Computed {@link ClickableAnchorType} derived from the current anchor and disabled state.
5887
5884
  */
@@ -5889,7 +5886,8 @@ class AbstractDbxAnchorDirective {
5889
5886
  const anchor = this.anchorSignal();
5890
5887
  const disabled = this.disabled();
5891
5888
  return anchorTypeForAnchor(anchor, disabled);
5892
- }, ...(ngDevMode ? [{ debugName: "typeSignal" }] : /* istanbul ignore next */ []));
5889
+ }, /* @ts-ignore */
5890
+ ...(ngDevMode ? [{ debugName: "typeSignal" }] : /* istanbul ignore next */ []));
5893
5891
  /**
5894
5892
  * Computed disabled state that combines the `disabled` input with the anchor's own `disabled` property.
5895
5893
  */
@@ -5897,15 +5895,18 @@ class AbstractDbxAnchorDirective {
5897
5895
  const disabled = this.disabled();
5898
5896
  const anchor = this.anchorSignal();
5899
5897
  return disabled || anchor?.disabled;
5900
- }, ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5898
+ }, /* @ts-ignore */
5899
+ ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5901
5900
  /**
5902
5901
  * Computed URL extracted from the current anchor's `url` property.
5903
5902
  */
5904
- urlSignal = computed(() => this.anchorSignal()?.url, ...(ngDevMode ? [{ debugName: "urlSignal" }] : /* istanbul ignore next */ []));
5903
+ urlSignal = computed(() => this.anchorSignal()?.url, /* @ts-ignore */
5904
+ ...(ngDevMode ? [{ debugName: "urlSignal" }] : /* istanbul ignore next */ []));
5905
5905
  /**
5906
5906
  * Computed target (e.g., `_blank`) extracted from the current anchor's `target` property.
5907
5907
  */
5908
- targetSignal = computed(() => this.anchorSignal()?.target, ...(ngDevMode ? [{ debugName: "targetSignal" }] : /* istanbul ignore next */ []));
5908
+ targetSignal = computed(() => this.anchorSignal()?.target, /* @ts-ignore */
5909
+ ...(ngDevMode ? [{ debugName: "targetSignal" }] : /* istanbul ignore next */ []));
5909
5910
  anchor$ = toObservable(this.anchorSignal);
5910
5911
  disabled$ = toObservable(this.disabledSignal);
5911
5912
  selected$ = toObservable(this.selectedSignal);
@@ -5943,10 +5944,10 @@ class AbstractDbxAnchorDirective {
5943
5944
  setSelected(selected) {
5944
5945
  this.selected.set(selected);
5945
5946
  }
5946
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxAnchorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5947
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: AbstractDbxAnchorDirective, isStandalone: true, inputs: { ref: { classPropertyName: "ref", publicName: "ref", isSignal: true, isRequired: false, transformFunction: null }, anchor: { classPropertyName: "anchor", publicName: "anchor", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ref: "refChange", anchor: "anchorChange", disabled: "disabledChange", selected: "selectedChange" }, ngImport: i0 });
5947
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxAnchorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5948
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: AbstractDbxAnchorDirective, isStandalone: true, inputs: { ref: { classPropertyName: "ref", publicName: "ref", isSignal: true, isRequired: false, transformFunction: null }, anchor: { classPropertyName: "anchor", publicName: "anchor", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ref: "refChange", anchor: "anchorChange", disabled: "disabledChange", selected: "selectedChange" }, ngImport: i0 });
5948
5949
  }
5949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxAnchorDirective, decorators: [{
5950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxAnchorDirective, decorators: [{
5950
5951
  type: Directive
5951
5952
  }], propDecorators: { ref: [{ type: i0.Input, args: [{ isSignal: true, alias: "ref", required: false }] }, { type: i0.Output, args: ["refChange"] }], anchor: [{ type: i0.Input, args: [{ isSignal: true, alias: "anchor", required: false }] }, { type: i0.Output, args: ["anchorChange"] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }, { type: i0.Output, args: ["disabledChange"] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }, { type: i0.Output, args: ["selectedChange"] }] } });
5952
5953
 
@@ -6187,10 +6188,10 @@ class DbxAngularRouterService {
6187
6188
  comparePrecision(_a, _b) {
6188
6189
  return 0; // TODO!
6189
6190
  }
6190
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAngularRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6191
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAngularRouterService });
6191
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAngularRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6192
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAngularRouterService });
6192
6193
  }
6193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAngularRouterService, decorators: [{
6194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAngularRouterService, decorators: [{
6194
6195
  type: Injectable
6195
6196
  }] });
6196
6197
 
@@ -6229,11 +6230,11 @@ class DbxCoreAngularRouterSegueModule {
6229
6230
  ]
6230
6231
  };
6231
6232
  }
6232
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAngularRouterSegueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6233
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
6234
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
6233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6234
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
6235
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
6235
6236
  }
6236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAngularRouterSegueModule, decorators: [{
6237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule, decorators: [{
6237
6238
  type: NgModule,
6238
6239
  args: [{}]
6239
6240
  }] });
@@ -6349,10 +6350,10 @@ class DbxUIRouterService {
6349
6350
  }
6350
6351
  return result;
6351
6352
  }
6352
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxUIRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6353
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxUIRouterService });
6353
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxUIRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6354
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxUIRouterService });
6354
6355
  }
6355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxUIRouterService, decorators: [{
6356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxUIRouterService, decorators: [{
6356
6357
  type: Injectable
6357
6358
  }], ctorParameters: () => [] });
6358
6359
 
@@ -6501,10 +6502,10 @@ class AbstractTransitionDirective {
6501
6502
  * Observable that emits immediately on initialization and on each subsequent successful transition.
6502
6503
  */
6503
6504
  initAndUpdateOnTransitionSuccess$ = this.transitionSuccess$.pipe(startWith(undefined));
6504
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractTransitionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6505
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractTransitionDirective, isStandalone: true, ngImport: i0 });
6505
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6506
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractTransitionDirective, isStandalone: true, ngImport: i0 });
6506
6507
  }
6507
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractTransitionDirective, decorators: [{
6508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionDirective, decorators: [{
6508
6509
  type: Directive
6509
6510
  }] });
6510
6511
 
@@ -6533,10 +6534,10 @@ class AbstractTransitionWatcherDirective extends AbstractTransitionDirective {
6533
6534
  this.updateForSuccessfulTransition();
6534
6535
  }));
6535
6536
  }
6536
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractTransitionWatcherDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6537
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractTransitionWatcherDirective, isStandalone: true, usesInheritance: true, ngImport: i0 });
6537
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionWatcherDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6538
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractTransitionWatcherDirective, isStandalone: true, usesInheritance: true, ngImport: i0 });
6538
6539
  }
6539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractTransitionWatcherDirective, decorators: [{
6540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionWatcherDirective, decorators: [{
6540
6541
  type: Directive
6541
6542
  }], ctorParameters: () => [] });
6542
6543
 
@@ -6817,14 +6818,13 @@ class DbxRouteModelIdFromAuthUserIdDirective {
6817
6818
  const userId$ = toObservable(this.ignoreAuthImpersonation).pipe(distinctUntilChanged(), switchMap((ignore) => (ignore || dbxAuthImpersonationService == null ? dbxAuthService.userIdentifier$ : dbxAuthImpersonationService.effectiveUserId$)), shareReplay(1));
6818
6819
  cleanSubscription(this.dbxRouteModelIdDelegate.useRouteModelIdParamsObservable(userId$, userId$));
6819
6820
  }
6820
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6821
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxRouteModelIdFromAuthUserIdDirective, isStandalone: true, selector: "[dbxRouteModelIdFromAuthUserId]", inputs: { ignoreAuthImpersonation: { classPropertyName: "ignoreAuthImpersonation", publicName: "ignoreAuthImpersonation", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
6821
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6822
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxRouteModelIdFromAuthUserIdDirective, isStandalone: true, selector: "[dbxRouteModelIdFromAuthUserId]", inputs: { ignoreAuthImpersonation: { classPropertyName: "ignoreAuthImpersonation", publicName: "ignoreAuthImpersonation", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
6822
6823
  }
6823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, decorators: [{
6824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, decorators: [{
6824
6825
  type: Directive,
6825
6826
  args: [{
6826
- selector: '[dbxRouteModelIdFromAuthUserId]',
6827
- standalone: true
6827
+ selector: '[dbxRouteModelIdFromAuthUserId]'
6828
6828
  }]
6829
6829
  }], ctorParameters: () => [], propDecorators: { ignoreAuthImpersonation: [{ type: i0.Input, args: [{ isSignal: true, alias: "ignoreAuthImpersonation", required: false }] }] } });
6830
6830
 
@@ -6884,14 +6884,13 @@ class DbxRouteModelIdDirective {
6884
6884
  set dbxRouteModelIdDefaultDecision(decider) {
6885
6885
  this._redirectInstance.setDecider(decider);
6886
6886
  }
6887
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelIdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6888
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxRouteModelIdDirective, isStandalone: true, selector: "[dbxRouteModelId]", inputs: { idParam: ["dbxRouteModelId", "idParam"], dbxRouteModelIdDefault: "dbxRouteModelIdDefault", dbxRouteModelIdDefaultRedirect: "dbxRouteModelIdDefaultRedirect", dbxRouteModelIdDefaultDecision: "dbxRouteModelIdDefaultDecision" }, ngImport: i0 });
6887
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6888
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxRouteModelIdDirective, isStandalone: true, selector: "[dbxRouteModelId]", inputs: { idParam: ["dbxRouteModelId", "idParam"], dbxRouteModelIdDefault: "dbxRouteModelIdDefault", dbxRouteModelIdDefaultRedirect: "dbxRouteModelIdDefaultRedirect", dbxRouteModelIdDefaultDecision: "dbxRouteModelIdDefaultDecision" }, ngImport: i0 });
6889
6889
  }
6890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelIdDirective, decorators: [{
6890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdDirective, decorators: [{
6891
6891
  type: Directive,
6892
6892
  args: [{
6893
- selector: '[dbxRouteModelId]',
6894
- standalone: true
6893
+ selector: '[dbxRouteModelId]'
6895
6894
  }]
6896
6895
  }], ctorParameters: () => [], propDecorators: { idParam: [{
6897
6896
  type: Input,
@@ -6961,14 +6960,13 @@ class DbxRouteModelKeyDirective {
6961
6960
  set dbxRouteModelKeyDefaultDecision(decider) {
6962
6961
  this._redirectInstance.setDecider(decider);
6963
6962
  }
6964
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelKeyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6965
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxRouteModelKeyDirective, isStandalone: true, selector: "[dbxRouteModelKey]", inputs: { keyParam: ["dbxRouteModelKey", "keyParam"], dbxRouteModelKeyDefault: "dbxRouteModelKeyDefault", dbxRouteModelKeyDefaultRedirect: "dbxRouteModelKeyDefaultRedirect", dbxRouteModelKeyDefaultDecision: "dbxRouteModelKeyDefaultDecision" }, ngImport: i0 });
6963
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelKeyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6964
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxRouteModelKeyDirective, isStandalone: true, selector: "[dbxRouteModelKey]", inputs: { keyParam: ["dbxRouteModelKey", "keyParam"], dbxRouteModelKeyDefault: "dbxRouteModelKeyDefault", dbxRouteModelKeyDefaultRedirect: "dbxRouteModelKeyDefaultRedirect", dbxRouteModelKeyDefaultDecision: "dbxRouteModelKeyDefaultDecision" }, ngImport: i0 });
6966
6965
  }
6967
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelKeyDirective, decorators: [{
6966
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelKeyDirective, decorators: [{
6968
6967
  type: Directive,
6969
6968
  args: [{
6970
- selector: '[dbxRouteModelKey]',
6971
- standalone: true
6969
+ selector: '[dbxRouteModelKey]'
6972
6970
  }]
6973
6971
  }], ctorParameters: () => [], propDecorators: { keyParam: [{
6974
6972
  type: Input,
@@ -6999,14 +6997,13 @@ class AsObservablePipe {
6999
6997
  transform(input) {
7000
6998
  return asObservableFromGetter(input);
7001
6999
  }
7002
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AsObservablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7003
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: AsObservablePipe, isStandalone: true, name: "asObservable" });
7000
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AsObservablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7001
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: AsObservablePipe, isStandalone: true, name: "asObservable" });
7004
7002
  }
7005
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AsObservablePipe, decorators: [{
7003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AsObservablePipe, decorators: [{
7006
7004
  type: Pipe,
7007
7005
  args: [{
7008
- name: 'asObservable',
7009
- standalone: true
7006
+ name: 'asObservable'
7010
7007
  }]
7011
7008
  }] });
7012
7009
 
@@ -7032,14 +7029,13 @@ class DateDayRangePipe {
7032
7029
  transform(input, unavailable = 'Not Available') {
7033
7030
  return input ? formatToDayRangeString(input) : unavailable;
7034
7031
  }
7035
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDayRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7036
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateDayRangePipe, isStandalone: true, name: "dateDayRange" });
7032
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7033
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateDayRangePipe, isStandalone: true, name: "dateDayRange" });
7037
7034
  }
7038
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDayRangePipe, decorators: [{
7035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayRangePipe, decorators: [{
7039
7036
  type: Pipe,
7040
7037
  args: [{
7041
7038
  name: 'dateDayRange',
7042
- standalone: true,
7043
7039
  pure: true
7044
7040
  }]
7045
7041
  }] });
@@ -7076,14 +7072,13 @@ class ToJsDatePipe {
7076
7072
  transform(input) {
7077
7073
  return ToJsDatePipe.toJsDate(input);
7078
7074
  }
7079
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ToJsDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7080
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: ToJsDatePipe, isStandalone: true, name: "toJsDate" });
7075
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToJsDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7076
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: ToJsDatePipe, isStandalone: true, name: "toJsDate" });
7081
7077
  }
7082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ToJsDatePipe, decorators: [{
7078
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToJsDatePipe, decorators: [{
7083
7079
  type: Pipe,
7084
7080
  args: [{
7085
7081
  name: 'toJsDate',
7086
- standalone: true,
7087
7082
  pure: true
7088
7083
  }]
7089
7084
  }] });
@@ -7122,14 +7117,13 @@ class DateDistancePipe {
7122
7117
  }
7123
7118
  return result;
7124
7119
  }
7125
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7126
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateDistancePipe, isStandalone: true, name: "dateDistance", pure: false });
7120
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7121
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateDistancePipe, isStandalone: true, name: "dateDistance", pure: false });
7127
7122
  }
7128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDistancePipe, decorators: [{
7123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDistancePipe, decorators: [{
7129
7124
  type: Pipe,
7130
7125
  args: [{
7131
7126
  name: 'dateDistance',
7132
- standalone: true,
7133
7127
  pure: false
7134
7128
  }]
7135
7129
  }] });
@@ -7169,14 +7163,13 @@ class DateFormatDistancePipe {
7169
7163
  }
7170
7164
  return result;
7171
7165
  }
7172
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFormatDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7173
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateFormatDistancePipe, isStandalone: true, name: "dateFormatDistance", pure: false });
7166
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7167
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateFormatDistancePipe, isStandalone: true, name: "dateFormatDistance", pure: false });
7174
7168
  }
7175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFormatDistancePipe, decorators: [{
7169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatDistancePipe, decorators: [{
7176
7170
  type: Pipe,
7177
7171
  args: [{
7178
7172
  name: 'dateFormatDistance',
7179
- standalone: true,
7180
7173
  pure: false
7181
7174
  }]
7182
7175
  }] });
@@ -7213,14 +7206,13 @@ class DateFormatFromToPipe {
7213
7206
  transform(input, format, minutes) {
7214
7207
  return DateFormatFromToPipe.formatFromTo(input, format, minutes, this.locale);
7215
7208
  }
7216
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFormatFromToPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7217
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateFormatFromToPipe, isStandalone: true, name: "dateFormatFromTo" });
7209
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatFromToPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7210
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateFormatFromToPipe, isStandalone: true, name: "dateFormatFromTo" });
7218
7211
  }
7219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFormatFromToPipe, decorators: [{
7212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatFromToPipe, decorators: [{
7220
7213
  type: Pipe,
7221
7214
  args: [{
7222
7215
  name: 'dateFormatFromTo',
7223
- standalone: true,
7224
7216
  pure: true
7225
7217
  }]
7226
7218
  }] });
@@ -7247,14 +7239,13 @@ class DateDayTimeRangePipe {
7247
7239
  transform(input, unavailable = 'Not Available') {
7248
7240
  return input ? formatToDayTimeRangeString(input) : unavailable;
7249
7241
  }
7250
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDayTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7251
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateDayTimeRangePipe, isStandalone: true, name: "dateDayTimeRange" });
7242
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7243
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateDayTimeRangePipe, isStandalone: true, name: "dateDayTimeRange" });
7252
7244
  }
7253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDayTimeRangePipe, decorators: [{
7245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayTimeRangePipe, decorators: [{
7254
7246
  type: Pipe,
7255
7247
  args: [{
7256
7248
  name: 'dateDayTimeRange',
7257
- standalone: true,
7258
7249
  pure: true
7259
7250
  }]
7260
7251
  }] });
@@ -7281,14 +7272,13 @@ class DateTimeRangePipe {
7281
7272
  transform(input, unavailable = 'Not Available') {
7282
7273
  return input ? formatToTimeRangeString(input) : unavailable;
7283
7274
  }
7284
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7285
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangePipe, isStandalone: true, name: "dateTimeRange" });
7275
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7276
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangePipe, isStandalone: true, name: "dateTimeRange" });
7286
7277
  }
7287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangePipe, decorators: [{
7278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangePipe, decorators: [{
7288
7279
  type: Pipe,
7289
7280
  args: [{
7290
7281
  name: 'dateTimeRange',
7291
- standalone: true,
7292
7282
  pure: true
7293
7283
  }]
7294
7284
  }] });
@@ -7316,14 +7306,13 @@ class DateRangeDistancePipe {
7316
7306
  transform(input, unavailable = 'Not Available') {
7317
7307
  return input == null ? unavailable : formatDateDistance(input, new Date());
7318
7308
  }
7319
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateRangeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7320
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateRangeDistancePipe, isStandalone: true, name: "dateRangeDistance", pure: false });
7309
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateRangeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7310
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateRangeDistancePipe, isStandalone: true, name: "dateRangeDistance", pure: false });
7321
7311
  }
7322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateRangeDistancePipe, decorators: [{
7312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateRangeDistancePipe, decorators: [{
7323
7313
  type: Pipe,
7324
7314
  args: [{
7325
7315
  name: 'dateRangeDistance',
7326
- standalone: true,
7327
7316
  pure: false
7328
7317
  }]
7329
7318
  }] });
@@ -7350,14 +7339,13 @@ class DateTimeRangeOnlyPipe {
7350
7339
  transform(input, unavailable = 'Not Available') {
7351
7340
  return input ? formatToTimeRangeString(input, undefined, true) : unavailable;
7352
7341
  }
7353
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7354
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyPipe, isStandalone: true, name: "dateTimeRangeOnly" });
7342
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7343
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyPipe, isStandalone: true, name: "dateTimeRangeOnly" });
7355
7344
  }
7356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyPipe, decorators: [{
7345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyPipe, decorators: [{
7357
7346
  type: Pipe,
7358
7347
  args: [{
7359
7348
  name: 'dateTimeRangeOnly',
7360
- standalone: true,
7361
7349
  pure: true
7362
7350
  }]
7363
7351
  }] });
@@ -7383,14 +7371,13 @@ class TargetDateToSystemDatePipe {
7383
7371
  transform(input, timezone) {
7384
7372
  return input && timezone ? dateTimezoneUtcNormal({ timezone }).targetDateToSystemDate(input) : undefined;
7385
7373
  }
7386
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TargetDateToSystemDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7387
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: TargetDateToSystemDatePipe, isStandalone: true, name: "targetDateToSystemDate", pure: false });
7374
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TargetDateToSystemDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7375
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TargetDateToSystemDatePipe, isStandalone: true, name: "targetDateToSystemDate", pure: false });
7388
7376
  }
7389
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TargetDateToSystemDatePipe, decorators: [{
7377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TargetDateToSystemDatePipe, decorators: [{
7390
7378
  type: Pipe,
7391
7379
  args: [{
7392
7380
  name: 'targetDateToSystemDate',
7393
- standalone: true,
7394
7381
  pure: false
7395
7382
  }]
7396
7383
  }] });
@@ -7421,14 +7408,13 @@ class DateTimeRangeOnlyDistancePipe {
7421
7408
  transform(input, config, unavailable = 'Not Available') {
7422
7409
  return input ? formatDateRangeDistance(input, { ...config }) : unavailable;
7423
7410
  }
7424
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7425
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, isStandalone: true, name: "dateTimeRangeOnlyDistance" });
7411
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7412
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, isStandalone: true, name: "dateTimeRangeOnlyDistance" });
7426
7413
  }
7427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, decorators: [{
7414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, decorators: [{
7428
7415
  type: Pipe,
7429
7416
  args: [{
7430
7417
  name: 'dateTimeRangeOnlyDistance',
7431
- standalone: true,
7432
7418
  pure: true
7433
7419
  }]
7434
7420
  }] });
@@ -7457,14 +7443,13 @@ class TimezoneAbbreviationPipe {
7457
7443
  transform(timezone, input) {
7458
7444
  return timezone ? getTimezoneAbbreviation(timezone, input ?? undefined) : undefined;
7459
7445
  }
7460
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimezoneAbbreviationPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7461
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: TimezoneAbbreviationPipe, isStandalone: true, name: "timezoneAbbreviation", pure: false });
7446
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimezoneAbbreviationPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7447
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TimezoneAbbreviationPipe, isStandalone: true, name: "timezoneAbbreviation", pure: false });
7462
7448
  }
7463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimezoneAbbreviationPipe, decorators: [{
7449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimezoneAbbreviationPipe, decorators: [{
7464
7450
  type: Pipe,
7465
7451
  args: [{
7466
7452
  name: 'timezoneAbbreviation',
7467
- standalone: true,
7468
7453
  pure: false
7469
7454
  }]
7470
7455
  }] });
@@ -7489,14 +7474,13 @@ class SystemDateToTargetDatePipe {
7489
7474
  transform(input, timezone) {
7490
7475
  return input && timezone ? dateTimezoneUtcNormal({ timezone }).systemDateToTargetDate(input) : undefined;
7491
7476
  }
7492
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SystemDateToTargetDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7493
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: SystemDateToTargetDatePipe, isStandalone: true, name: "systemDateToTargetDate", pure: false });
7477
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SystemDateToTargetDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7478
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: SystemDateToTargetDatePipe, isStandalone: true, name: "systemDateToTargetDate", pure: false });
7494
7479
  }
7495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SystemDateToTargetDatePipe, decorators: [{
7480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SystemDateToTargetDatePipe, decorators: [{
7496
7481
  type: Pipe,
7497
7482
  args: [{
7498
7483
  name: 'systemDateToTargetDate',
7499
- standalone: true,
7500
7484
  pure: false
7501
7485
  }]
7502
7486
  }] });
@@ -7547,14 +7531,13 @@ class MinutesStringPipe {
7547
7531
  }
7548
7532
  return result;
7549
7533
  }
7550
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: MinutesStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7551
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: MinutesStringPipe, isStandalone: true, name: "minutesString", pure: false });
7534
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: MinutesStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7535
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: MinutesStringPipe, isStandalone: true, name: "minutesString", pure: false });
7552
7536
  }
7553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: MinutesStringPipe, decorators: [{
7537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: MinutesStringPipe, decorators: [{
7554
7538
  type: Pipe,
7555
7539
  args: [{
7556
7540
  name: 'minutesString',
7557
- standalone: true,
7558
7541
  pure: false
7559
7542
  }]
7560
7543
  }] });
@@ -7599,14 +7582,13 @@ class TimeDistanceCountdownPipe {
7599
7582
  }
7600
7583
  return result;
7601
7584
  }
7602
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeDistanceCountdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7603
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: TimeDistanceCountdownPipe, isStandalone: true, name: "timeCountdownDistance", pure: false });
7585
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistanceCountdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7586
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TimeDistanceCountdownPipe, isStandalone: true, name: "timeCountdownDistance", pure: false });
7604
7587
  }
7605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeDistanceCountdownPipe, decorators: [{
7588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistanceCountdownPipe, decorators: [{
7606
7589
  type: Pipe,
7607
7590
  args: [{
7608
7591
  name: 'timeCountdownDistance',
7609
- standalone: true,
7610
7592
  pure: false
7611
7593
  }]
7612
7594
  }] });
@@ -7646,14 +7628,13 @@ class TimeDistancePipe {
7646
7628
  }
7647
7629
  return result;
7648
7630
  }
7649
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7650
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: TimeDistancePipe, isStandalone: true, name: "timeDistance", pure: false });
7631
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7632
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TimeDistancePipe, isStandalone: true, name: "timeDistance", pure: false });
7651
7633
  }
7652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeDistancePipe, decorators: [{
7634
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistancePipe, decorators: [{
7653
7635
  type: Pipe,
7654
7636
  args: [{
7655
7637
  name: 'timeDistance',
7656
- standalone: true,
7657
7638
  pure: false
7658
7639
  }]
7659
7640
  }] });
@@ -7684,14 +7665,13 @@ class ToMinutesPipe {
7684
7665
  }
7685
7666
  return result;
7686
7667
  }
7687
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ToMinutesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7688
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: ToMinutesPipe, isStandalone: true, name: "toMinutes" });
7668
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToMinutesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7669
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: ToMinutesPipe, isStandalone: true, name: "toMinutes" });
7689
7670
  }
7690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ToMinutesPipe, decorators: [{
7671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToMinutesPipe, decorators: [{
7691
7672
  type: Pipe,
7692
7673
  args: [{
7693
7674
  name: 'toMinutes',
7694
- standalone: true,
7695
7675
  pure: true
7696
7676
  }]
7697
7677
  }] });
@@ -7731,14 +7711,13 @@ class PrettyJsonPipe {
7731
7711
  transform(input, spacing) {
7732
7712
  return PrettyJsonPipe.toPrettyJson(input, spacing);
7733
7713
  }
7734
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: PrettyJsonPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7735
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: PrettyJsonPipe, isStandalone: true, name: "prettyjson" });
7714
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: PrettyJsonPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7715
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: PrettyJsonPipe, isStandalone: true, name: "prettyjson" });
7736
7716
  }
7737
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: PrettyJsonPipe, decorators: [{
7717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: PrettyJsonPipe, decorators: [{
7738
7718
  type: Pipe,
7739
7719
  args: [{
7740
- name: 'prettyjson',
7741
- standalone: true
7720
+ name: 'prettyjson'
7742
7721
  }]
7743
7722
  }] });
7744
7723
 
@@ -7766,14 +7745,13 @@ class CutTextPipe {
7766
7745
  transform(input, maxLength, endText) {
7767
7746
  return input == null ? input : cutString(input, maxLength, endText);
7768
7747
  }
7769
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: CutTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7770
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: CutTextPipe, isStandalone: true, name: "cutText" });
7748
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: CutTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7749
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: CutTextPipe, isStandalone: true, name: "cutText" });
7771
7750
  }
7772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: CutTextPipe, decorators: [{
7751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: CutTextPipe, decorators: [{
7773
7752
  type: Pipe,
7774
7753
  args: [{
7775
7754
  name: 'cutText',
7776
- standalone: true,
7777
7755
  pure: true
7778
7756
  }]
7779
7757
  }] });
@@ -7801,14 +7779,13 @@ class GetValuePipe {
7801
7779
  transform(input, args) {
7802
7780
  return getValueFromGetter(input, args);
7803
7781
  }
7804
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7805
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: GetValuePipe, isStandalone: true, name: "getValue", pure: false });
7782
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7783
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: GetValuePipe, isStandalone: true, name: "getValue", pure: false });
7806
7784
  }
7807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GetValuePipe, decorators: [{
7785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValuePipe, decorators: [{
7808
7786
  type: Pipe,
7809
7787
  args: [{
7810
7788
  name: 'getValue',
7811
- standalone: true,
7812
7789
  pure: false
7813
7790
  }]
7814
7791
  }] });
@@ -7833,14 +7810,13 @@ class GetValueOncePipe {
7833
7810
  transform(input, args) {
7834
7811
  return getValueFromGetter(input, args);
7835
7812
  }
7836
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GetValueOncePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7837
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: GetValueOncePipe, isStandalone: true, name: "getValueOnce" });
7813
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValueOncePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7814
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: GetValueOncePipe, isStandalone: true, name: "getValueOnce" });
7838
7815
  }
7839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GetValueOncePipe, decorators: [{
7816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValueOncePipe, decorators: [{
7840
7817
  type: Pipe,
7841
7818
  args: [{
7842
7819
  name: 'getValueOnce',
7843
- standalone: true,
7844
7820
  pure: true
7845
7821
  }]
7846
7822
  }] });
@@ -7868,14 +7844,13 @@ class DollarAmountPipe {
7868
7844
  transform(input, defaultIfNull) {
7869
7845
  return defaultIfNull == null || input != null ? dollarAmountString(input) : defaultIfNull;
7870
7846
  }
7871
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DollarAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7872
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DollarAmountPipe, isStandalone: true, name: "dollarAmount" });
7847
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DollarAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7848
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DollarAmountPipe, isStandalone: true, name: "dollarAmount" });
7873
7849
  }
7874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DollarAmountPipe, decorators: [{
7850
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DollarAmountPipe, decorators: [{
7875
7851
  type: Pipe,
7876
7852
  args: [{
7877
7853
  name: 'dollarAmount',
7878
- standalone: true,
7879
7854
  pure: true
7880
7855
  }]
7881
7856
  }] });
@@ -7901,10 +7876,10 @@ class AbstractFilterSourceConnectorDirective {
7901
7876
  connectWithSource(filterSource) {
7902
7877
  this._source.next(filterSource);
7903
7878
  }
7904
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractFilterSourceConnectorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7905
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractFilterSourceConnectorDirective, isStandalone: true, ngImport: i0 });
7879
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceConnectorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7880
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractFilterSourceConnectorDirective, isStandalone: true, ngImport: i0 });
7906
7881
  }
7907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractFilterSourceConnectorDirective, decorators: [{
7882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceConnectorDirective, decorators: [{
7908
7883
  type: Directive
7909
7884
  }] });
7910
7885
 
@@ -8029,10 +8004,10 @@ class AbstractFilterSourceDirective {
8029
8004
  setInitialFilterTakesPriority(initialFilterTakesPriority) {
8030
8005
  this._defaultFilterSource.setInitialFilterTakesPriority(initialFilterTakesPriority);
8031
8006
  }
8032
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractFilterSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8033
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractFilterSourceDirective, isStandalone: true, ngImport: i0 });
8007
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8008
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractFilterSourceDirective, isStandalone: true, ngImport: i0 });
8034
8009
  }
8035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractFilterSourceDirective, decorators: [{
8010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceDirective, decorators: [{
8036
8011
  type: Directive
8037
8012
  }] });
8038
8013
 
@@ -8057,14 +8032,13 @@ class DbxFilterConnectSourceDirective {
8057
8032
  ngOnInit() {
8058
8033
  this.filterSourceConnector.connectWithSource(this.filterSource);
8059
8034
  }
8060
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterConnectSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8061
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxFilterConnectSourceDirective, isStandalone: true, selector: "[dbxFilterConnectSource]", ngImport: i0 });
8035
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterConnectSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8036
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxFilterConnectSourceDirective, isStandalone: true, selector: "[dbxFilterConnectSource]", ngImport: i0 });
8062
8037
  }
8063
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterConnectSourceDirective, decorators: [{
8038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterConnectSourceDirective, decorators: [{
8064
8039
  type: Directive,
8065
8040
  args: [{
8066
- selector: '[dbxFilterConnectSource]',
8067
- standalone: true
8041
+ selector: '[dbxFilterConnectSource]'
8068
8042
  }]
8069
8043
  }] });
8070
8044
 
@@ -8085,15 +8059,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
8085
8059
  * ```
8086
8060
  */
8087
8061
  class DbxFilterSourceConnectorDirective extends AbstractFilterSourceConnectorDirective {
8088
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8089
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxFilterSourceConnectorDirective, isStandalone: true, selector: "[dbxFilterSourceConnector]", providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)], usesInheritance: true, ngImport: i0 });
8062
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8063
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxFilterSourceConnectorDirective, isStandalone: true, selector: "[dbxFilterSourceConnector]", providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)], usesInheritance: true, ngImport: i0 });
8090
8064
  }
8091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterSourceConnectorDirective, decorators: [{
8065
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceConnectorDirective, decorators: [{
8092
8066
  type: Directive,
8093
8067
  args: [{
8094
8068
  selector: '[dbxFilterSourceConnector]',
8095
- providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)],
8096
- standalone: true
8069
+ providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)]
8097
8070
  }]
8098
8071
  }] });
8099
8072
 
@@ -8112,10 +8085,10 @@ class AbstractDbxFilterMapInstanceDirective {
8112
8085
  setFilterMapKey(filterMapKey) {
8113
8086
  this._currentFilterMapKey.next(filterMapKey);
8114
8087
  }
8115
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8116
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractDbxFilterMapInstanceDirective, isStandalone: true, ngImport: i0 });
8088
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8089
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxFilterMapInstanceDirective, isStandalone: true, ngImport: i0 });
8117
8090
  }
8118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, decorators: [{
8091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, decorators: [{
8119
8092
  type: Directive
8120
8093
  }] });
8121
8094
 
@@ -8130,10 +8103,10 @@ class AbstractDbxFilterMapSourceDirective extends AbstractDbxFilterMapInstanceDi
8130
8103
  initWithFilter(filterObs) {
8131
8104
  this.instance$.pipe(first()).subscribe((x) => x.initWithFilter(filterObs));
8132
8105
  }
8133
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8134
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractDbxFilterMapSourceDirective, isStandalone: true, usesInheritance: true, ngImport: i0 });
8106
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8107
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxFilterMapSourceDirective, isStandalone: true, usesInheritance: true, ngImport: i0 });
8135
8108
  }
8136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxFilterMapSourceDirective, decorators: [{
8109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapSourceDirective, decorators: [{
8137
8110
  type: Directive
8138
8111
  }] });
8139
8112
  /**
@@ -8157,18 +8130,19 @@ class DbxFilterMapSourceDirective extends AbstractDbxFilterMapSourceDirective {
8157
8130
  /**
8158
8131
  * The map key this source binds to.
8159
8132
  */
8160
- dbxFilterMapSource = input(...(ngDevMode ? [undefined, { debugName: "dbxFilterMapSource" }] : /* istanbul ignore next */ []));
8161
- _dbxFilterMapSourceEffect = effect(() => this.setFilterMapKey(this.dbxFilterMapSource()), ...(ngDevMode ? [{ debugName: "_dbxFilterMapSourceEffect" }] : /* istanbul ignore next */ []));
8162
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8163
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxFilterMapSourceDirective, isStandalone: true, selector: "[dbxFilterMapSource]", inputs: { dbxFilterMapSource: { classPropertyName: "dbxFilterMapSource", publicName: "dbxFilterMapSource", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideFilterSource(DbxFilterMapSourceDirective)], exportAs: ["dbxFilterMapSource"], usesInheritance: true, ngImport: i0 });
8133
+ dbxFilterMapSource = input(/* @ts-ignore */
8134
+ ...(ngDevMode ? [undefined, { debugName: "dbxFilterMapSource" }] : /* istanbul ignore next */ []));
8135
+ _dbxFilterMapSourceEffect = effect(() => this.setFilterMapKey(this.dbxFilterMapSource()), /* @ts-ignore */
8136
+ ...(ngDevMode ? [{ debugName: "_dbxFilterMapSourceEffect" }] : /* istanbul ignore next */ []));
8137
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8138
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxFilterMapSourceDirective, isStandalone: true, selector: "[dbxFilterMapSource]", inputs: { dbxFilterMapSource: { classPropertyName: "dbxFilterMapSource", publicName: "dbxFilterMapSource", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideFilterSource(DbxFilterMapSourceDirective)], exportAs: ["dbxFilterMapSource"], usesInheritance: true, ngImport: i0 });
8164
8139
  }
8165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapSourceDirective, decorators: [{
8140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceDirective, decorators: [{
8166
8141
  type: Directive,
8167
8142
  args: [{
8168
8143
  selector: '[dbxFilterMapSource]',
8169
8144
  exportAs: 'dbxFilterMapSource',
8170
- providers: [provideFilterSource(DbxFilterMapSourceDirective)],
8171
- standalone: true
8145
+ providers: [provideFilterSource(DbxFilterMapSourceDirective)]
8172
8146
  }]
8173
8147
  }], propDecorators: { dbxFilterMapSource: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxFilterMapSource", required: false }] }] } });
8174
8148
 
@@ -8193,8 +8167,10 @@ class DbxFilterMapSourceConnectorDirective extends AbstractDbxFilterMapSourceDir
8193
8167
  /**
8194
8168
  * The map key this connector binds to.
8195
8169
  */
8196
- dbxFilterMapSourceConnector = input(...(ngDevMode ? [undefined, { debugName: "dbxFilterMapSourceConnector" }] : /* istanbul ignore next */ []));
8197
- _dbxFilterMapSourceConnectorEffect = effect(() => this.setFilterMapKey(this.dbxFilterMapSourceConnector()), ...(ngDevMode ? [{ debugName: "_dbxFilterMapSourceConnectorEffect" }] : /* istanbul ignore next */ []));
8170
+ dbxFilterMapSourceConnector = input(/* @ts-ignore */
8171
+ ...(ngDevMode ? [undefined, { debugName: "dbxFilterMapSourceConnector" }] : /* istanbul ignore next */ []));
8172
+ _dbxFilterMapSourceConnectorEffect = effect(() => this.setFilterMapKey(this.dbxFilterMapSourceConnector()), /* @ts-ignore */
8173
+ ...(ngDevMode ? [{ debugName: "_dbxFilterMapSourceConnectorEffect" }] : /* istanbul ignore next */ []));
8198
8174
  // MARK: FilterSourceConnector
8199
8175
  connectWithSource(filterSource) {
8200
8176
  this.instance$.pipe(first()).subscribe((x) => {
@@ -8204,16 +8180,15 @@ class DbxFilterMapSourceConnectorDirective extends AbstractDbxFilterMapSourceDir
8204
8180
  }
8205
8181
  });
8206
8182
  }
8207
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8208
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxFilterMapSourceConnectorDirective, isStandalone: true, selector: "[dbxFilterMapSourceConnector]", inputs: { dbxFilterMapSourceConnector: { classPropertyName: "dbxFilterMapSourceConnector", publicName: "dbxFilterMapSourceConnector", isSignal: true, isRequired: false, transformFunction: null } }, providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)], exportAs: ["dbxFilterMapSourceConnector"], usesInheritance: true, ngImport: i0 });
8183
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8184
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxFilterMapSourceConnectorDirective, isStandalone: true, selector: "[dbxFilterMapSourceConnector]", inputs: { dbxFilterMapSourceConnector: { classPropertyName: "dbxFilterMapSourceConnector", publicName: "dbxFilterMapSourceConnector", isSignal: true, isRequired: false, transformFunction: null } }, providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)], exportAs: ["dbxFilterMapSourceConnector"], usesInheritance: true, ngImport: i0 });
8209
8185
  }
8210
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, decorators: [{
8186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, decorators: [{
8211
8187
  type: Directive,
8212
8188
  args: [{
8213
8189
  selector: '[dbxFilterMapSourceConnector]',
8214
8190
  exportAs: 'dbxFilterMapSourceConnector',
8215
- providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)],
8216
- standalone: true
8191
+ providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)]
8217
8192
  }]
8218
8193
  }], propDecorators: { dbxFilterMapSourceConnector: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxFilterMapSourceConnector", required: false }] }] } });
8219
8194
 
@@ -8235,16 +8210,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
8235
8210
  */
8236
8211
  class DbxFilterMapDirective {
8237
8212
  filterMap = clean(inject((FilterMap)));
8238
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8239
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxFilterMapDirective, isStandalone: true, selector: "[dbxFilterMap]", providers: [FilterMap], exportAs: ["dbxFilterMap"], ngImport: i0 });
8213
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8214
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxFilterMapDirective, isStandalone: true, selector: "[dbxFilterMap]", providers: [FilterMap], exportAs: ["dbxFilterMap"], ngImport: i0 });
8240
8215
  }
8241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapDirective, decorators: [{
8216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapDirective, decorators: [{
8242
8217
  type: Directive,
8243
8218
  args: [{
8244
8219
  selector: '[dbxFilterMap]',
8245
8220
  exportAs: 'dbxFilterMap',
8246
- providers: [FilterMap],
8247
- standalone: true
8221
+ providers: [FilterMap]
8248
8222
  }]
8249
8223
  }] });
8250
8224
 
@@ -8283,25 +8257,24 @@ function isClickablePartialFilterPreset(preset) {
8283
8257
  * ```
8284
8258
  */
8285
8259
  class DbxFilterSourceDirective extends AbstractFilterSourceDirective {
8286
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8287
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: DbxFilterSourceDirective, isStandalone: true, selector: "[dbxFilterSource]", providers: provideFilterSourceDirective(DbxFilterSourceDirective), usesInheritance: true, ngImport: i0 });
8260
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8261
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxFilterSourceDirective, isStandalone: true, selector: "[dbxFilterSource]", providers: provideFilterSourceDirective(DbxFilterSourceDirective), usesInheritance: true, ngImport: i0 });
8288
8262
  }
8289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterSourceDirective, decorators: [{
8263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceDirective, decorators: [{
8290
8264
  type: Directive,
8291
8265
  args: [{
8292
8266
  selector: '[dbxFilterSource]',
8293
- providers: provideFilterSourceDirective(DbxFilterSourceDirective),
8294
- standalone: true
8267
+ providers: provideFilterSourceDirective(DbxFilterSourceDirective)
8295
8268
  }]
8296
8269
  }] });
8297
8270
 
8298
8271
  const importsAndExports = [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective];
8299
8272
  class DbxCoreFilterModule {
8300
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8301
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreFilterModule, imports: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective], exports: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective] });
8302
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreFilterModule });
8273
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8274
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreFilterModule, imports: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective], exports: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective] });
8275
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreFilterModule });
8303
8276
  }
8304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreFilterModule, decorators: [{
8277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreFilterModule, decorators: [{
8305
8278
  type: NgModule,
8306
8279
  args: [{
8307
8280
  imports: importsAndExports,
@@ -8579,10 +8552,10 @@ class AbstractDbxInjectionDirective {
8579
8552
  setContent(content) {
8580
8553
  this._instance.content = content;
8581
8554
  }
8582
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxInjectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8583
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractDbxInjectionDirective, isStandalone: true, ngImport: i0 });
8555
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxInjectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8556
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxInjectionDirective, isStandalone: true, ngImport: i0 });
8584
8557
  }
8585
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxInjectionDirective, decorators: [{
8558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxInjectionDirective, decorators: [{
8586
8559
  type: Directive
8587
8560
  }] });
8588
8561
 
@@ -8622,31 +8595,34 @@ class DbxInjectionComponent extends AbstractDbxInjectionDirective {
8622
8595
  /**
8623
8596
  * The component injection configuration. Accepts an observable, getter, or static value.
8624
8597
  */
8625
- config = input(...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8598
+ config = input(/* @ts-ignore */
8599
+ ...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8626
8600
  /**
8627
8601
  * The template injection configuration. Accepts an observable, getter, or static value.
8628
8602
  * Only used when `config` is not provided.
8629
8603
  */
8630
- template = input(...(ngDevMode ? [undefined, { debugName: "template" }] : /* istanbul ignore next */ []));
8604
+ template = input(/* @ts-ignore */
8605
+ ...(ngDevMode ? [undefined, { debugName: "template" }] : /* istanbul ignore next */ []));
8631
8606
  // allow signal writes for each as during their initialization they may write to a signal in some cases when initializing
8632
- _contentEffect = effect(() => this.setContent(this.content()), ...(ngDevMode ? [{ debugName: "_contentEffect" }] : /* istanbul ignore next */ []));
8633
- _configEffect = effect(() => this.setConfig(this.config()), ...(ngDevMode ? [{ debugName: "_configEffect" }] : /* istanbul ignore next */ []));
8634
- _templateEffect = effect(() => this.setTemplate(this.template()), ...(ngDevMode ? [{ debugName: "_templateEffect" }] : /* istanbul ignore next */ []));
8635
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
8636
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.2.11", type: DbxInjectionComponent, isStandalone: true, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: { config: { classPropertyName: "config", publicName: "config", isSignal: true, isRequired: false, transformFunction: null }, template: { classPropertyName: "template", publicName: "template", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, read: ViewContainerRef, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
8607
+ _contentEffect = effect(() => this.setContent(this.content()), /* @ts-ignore */
8608
+ ...(ngDevMode ? [{ debugName: "_contentEffect" }] : /* istanbul ignore next */ []));
8609
+ _configEffect = effect(() => this.setConfig(this.config()), /* @ts-ignore */
8610
+ ...(ngDevMode ? [{ debugName: "_configEffect" }] : /* istanbul ignore next */ []));
8611
+ _templateEffect = effect(() => this.setTemplate(this.template()), /* @ts-ignore */
8612
+ ...(ngDevMode ? [{ debugName: "_templateEffect" }] : /* istanbul ignore next */ []));
8613
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
8614
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "22.1.4", type: DbxInjectionComponent, isStandalone: true, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: { config: { classPropertyName: "config", publicName: "config", isSignal: true, isRequired: false, transformFunction: null }, template: { classPropertyName: "template", publicName: "template", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, read: ViewContainerRef, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
8637
8615
  <ng-template #content></ng-template>
8638
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8616
+ `, isInline: true });
8639
8617
  }
8640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionComponent, decorators: [{
8618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionComponent, decorators: [{
8641
8619
  type: Component,
8642
8620
  args: [{
8643
8621
  selector: 'dbx-injection, [dbxInjection], [dbx-injection]',
8644
8622
  template: `
8645
8623
  <ng-template #content></ng-template>
8646
8624
  `,
8647
- imports: [],
8648
- changeDetection: ChangeDetectionStrategy.OnPush,
8649
- standalone: true
8625
+ imports: []
8650
8626
  }]
8651
8627
  }], propDecorators: { content: [{ type: i0.ViewChild, args: ['content', { ...{ read: ViewContainerRef }, isSignal: true }] }], config: [{ type: i0.Input, args: [{ isSignal: true, alias: "config", required: false }] }], template: [{ type: i0.Input, args: [{ isSignal: true, alias: "template", required: false }] }] } });
8652
8628
 
@@ -8677,15 +8653,16 @@ class DbxInjectionArrayComponent {
8677
8653
  /**
8678
8654
  * The array of keyed injection entries to render. Each entry produces a `<dbx-injection>` component.
8679
8655
  */
8680
- entries = input(undefined, ...(ngDevMode ? [{ debugName: "entries" }] : /* istanbul ignore next */ []));
8681
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionArrayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8682
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.11", type: DbxInjectionArrayComponent, isStandalone: true, selector: "dbx-injection-array", inputs: { entries: { classPropertyName: "entries", publicName: "entries", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
8656
+ entries = input(undefined, /* @ts-ignore */
8657
+ ...(ngDevMode ? [{ debugName: "entries" }] : /* istanbul ignore next */ []));
8658
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionArrayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8659
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.4", type: DbxInjectionArrayComponent, isStandalone: true, selector: "dbx-injection-array", inputs: { entries: { classPropertyName: "entries", publicName: "entries", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
8683
8660
  @for (entry of entries(); track entry.key) {
8684
8661
  <dbx-injection [config]="entry.injectionConfig"></dbx-injection>
8685
8662
  }
8686
- `, isInline: true, dependencies: [{ kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8663
+ `, isInline: true, dependencies: [{ kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }] });
8687
8664
  }
8688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionArrayComponent, decorators: [{
8665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionArrayComponent, decorators: [{
8689
8666
  type: Component,
8690
8667
  args: [{
8691
8668
  selector: 'dbx-injection-array',
@@ -8694,9 +8671,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
8694
8671
  <dbx-injection [config]="entry.injectionConfig"></dbx-injection>
8695
8672
  }
8696
8673
  `,
8697
- imports: [DbxInjectionComponent],
8698
- changeDetection: ChangeDetectionStrategy.OnPush,
8699
- standalone: true
8674
+ imports: [DbxInjectionComponent]
8700
8675
  }]
8701
8676
  }], propDecorators: { entries: [{ type: i0.Input, args: [{ isSignal: true, alias: "entries", required: false }] }] } });
8702
8677
 
@@ -8782,12 +8757,14 @@ class DbxInjectionContextDirective {
8782
8757
  * Optional static component config input. When set, the directive replaces its content
8783
8758
  * with the specified component. When cleared (`undefined`), the original content is restored.
8784
8759
  */
8785
- config = input(...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8760
+ config = input(/* @ts-ignore */
8761
+ ...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8786
8762
  _configEffect = effect(() => {
8787
8763
  this.setConfig(this.config());
8788
8764
  // NOTE: we have/call setConfig() because the effect() may not respond to all value changes,
8789
8765
  // especially when setConfig() ends up being called twice quickly in quick succession.
8790
- }, ...(ngDevMode ? [{ debugName: "_configEffect" }] : /* istanbul ignore next */ []));
8766
+ }, /* @ts-ignore */
8767
+ ...(ngDevMode ? [{ debugName: "_configEffect" }] : /* istanbul ignore next */ []));
8791
8768
  ngOnInit() {
8792
8769
  this._instance.content = this._viewContainer;
8793
8770
  this._instance.init();
@@ -8916,15 +8893,14 @@ class DbxInjectionContextDirective {
8916
8893
  this._isDetached = false;
8917
8894
  }
8918
8895
  }
8919
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8920
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxInjectionContextDirective, isStandalone: true, selector: "[dbxInjectionContext]", inputs: { config: { classPropertyName: "config", publicName: "config", isSignal: true, isRequired: false, transformFunction: null } }, providers: provideDbxInjectionContext(DbxInjectionContextDirective), ngImport: i0 });
8896
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8897
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.1.4", type: DbxInjectionContextDirective, isStandalone: true, selector: "[dbxInjectionContext]", inputs: { config: { classPropertyName: "config", publicName: "config", isSignal: true, isRequired: false, transformFunction: null } }, providers: provideDbxInjectionContext(DbxInjectionContextDirective), ngImport: i0 });
8921
8898
  }
8922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionContextDirective, decorators: [{
8899
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionContextDirective, decorators: [{
8923
8900
  type: Directive,
8924
8901
  args: [{
8925
8902
  selector: '[dbxInjectionContext]',
8926
- providers: provideDbxInjectionContext(DbxInjectionContextDirective),
8927
- standalone: true
8903
+ providers: provideDbxInjectionContext(DbxInjectionContextDirective)
8928
8904
  }]
8929
8905
  }], propDecorators: { config: [{ type: i0.Input, args: [{ isSignal: true, alias: "config", required: false }] }] } });
8930
8906
 
@@ -8968,10 +8944,10 @@ class AbstractForwardDbxInjectionContextDirective {
8968
8944
  resetContext() {
8969
8945
  return this.dbxInjectionContext.resetContext();
8970
8946
  }
8971
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8972
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: AbstractForwardDbxInjectionContextDirective, isStandalone: true, ngImport: i0 });
8947
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8948
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractForwardDbxInjectionContextDirective, isStandalone: true, ngImport: i0 });
8973
8949
  }
8974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, decorators: [{
8950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, decorators: [{
8975
8951
  type: Directive
8976
8952
  }] });
8977
8953
 
@@ -9106,10 +9082,10 @@ class LockSetComponentStore extends ComponentStore {
9106
9082
  _destroyNow() {
9107
9083
  this.lockSet.destroy();
9108
9084
  }
9109
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: LockSetComponentStore, deps: [{ token: null, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
9110
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: LockSetComponentStore });
9085
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: LockSetComponentStore, deps: [{ token: null, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
9086
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: LockSetComponentStore });
9111
9087
  }
9112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: LockSetComponentStore, decorators: [{
9088
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: LockSetComponentStore, decorators: [{
9113
9089
  type: Injectable
9114
9090
  }], ctorParameters: () => [{ type: undefined, decorators: [{
9115
9091
  type: Inject,
@@ -9431,10 +9407,10 @@ class SimpleStorageAccessorFactory {
9431
9407
  };
9432
9408
  return new SimpleStorageAccessor(delegate, accessorConfig);
9433
9409
  }
9434
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SimpleStorageAccessorFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9435
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SimpleStorageAccessorFactory });
9410
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SimpleStorageAccessorFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9411
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SimpleStorageAccessorFactory });
9436
9412
  }
9437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SimpleStorageAccessorFactory, decorators: [{
9413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SimpleStorageAccessorFactory, decorators: [{
9438
9414
  type: Injectable
9439
9415
  }] });
9440
9416
 
@@ -9669,87 +9645,10 @@ function hasNonTrivialChildNodes(element) {
9669
9645
  }
9670
9646
  return result;
9671
9647
  }
9672
- // COMPAT: Deprecated aliases
9673
- /**
9674
- * RxJS operator that triggers `detectChanges()` on a `ChangeDetectorRef` after each emission.
9675
- *
9676
- * Wraps the detection call in a `setTimeout` to avoid triggering it during change detection cycles.
9677
- *
9678
- * @param cdRef - The change detector to trigger. If `null`/`undefined`, the operator is a no-op.
9679
- * @param timeout - Delay in milliseconds before calling `detectChanges`.
9680
- * @returns An RxJS operator that triggers change detection on each emission.
9681
- *
9682
- * @deprecated Use Angular signals instead.
9683
- *
9684
- * @example
9685
- * ```typescript
9686
- * this.data$.pipe(tapDetectChanges(this.cdRef)).subscribe();
9687
- * ```
9688
- */
9689
- function tapDetectChanges(cdRef, timeout = 0) {
9690
- // eslint-disable-next-line @typescript-eslint/no-deprecated
9691
- return cdRef ? tap(() => setTimeout(() => safeDetectChanges(cdRef), timeout)) : tap();
9692
- }
9693
- /**
9694
- * Safely calls `detectChanges()` on a `ChangeDetectorRef`, skipping the call if the view is already destroyed.
9695
- *
9696
- * @param cdRef - The change detector to trigger.
9697
- *
9698
- * @deprecated Use Angular signals instead.
9699
- */
9700
- function safeDetectChanges(cdRef) {
9701
- // eslint-disable-next-line @typescript-eslint/no-deprecated
9702
- safeUseCdRef(cdRef, () => cdRef.detectChanges());
9703
- }
9704
- /**
9705
- * RxJS operator that calls `markForCheck()` on a `ChangeDetectorRef` after each emission.
9706
- *
9707
- * Intended for components using `OnPush` change detection that subscribe to observables
9708
- * outside of the `async` pipe. Not needed when using the `async` pipe.
9709
- *
9710
- * @param cdRef - The change detector to mark. If `null`/`undefined`, the operator is a no-op.
9711
- * @param timeout - Delay in milliseconds before calling `markForCheck`.
9712
- * @returns An RxJS operator that marks the view for check on each emission.
9713
- *
9714
- * @deprecated Use Angular signals instead.
9715
- *
9716
- * @example
9717
- * ```typescript
9718
- * this.data$.pipe(tapSafeMarkForCheck(this.cdRef)).subscribe();
9719
- * ```
9720
- */
9721
- function tapSafeMarkForCheck(cdRef, timeout = 0) {
9722
- // eslint-disable-next-line @typescript-eslint/no-deprecated
9723
- return cdRef ? tap(() => setTimeout(() => safeMarkForCheck(cdRef), timeout)) : tap();
9724
- }
9725
- /**
9726
- * Safely calls `markForCheck()` on a `ChangeDetectorRef`, skipping the call if the view is already destroyed.
9727
- *
9728
- * @param cdRef - The change detector to mark.
9729
- *
9730
- * @deprecated Use Angular signals instead.
9731
- */
9732
- function safeMarkForCheck(cdRef) {
9733
- // eslint-disable-next-line @typescript-eslint/no-deprecated
9734
- safeUseCdRef(cdRef, () => cdRef.markForCheck());
9735
- }
9736
- /**
9737
- * Executes a callback with the given `ChangeDetectorRef` only if its view has not been destroyed.
9738
- *
9739
- * @param cdRef - The change detector to guard.
9740
- * @param use - Callback to invoke with the change detector.
9741
- *
9742
- * @deprecated Use Angular signals instead.
9743
- */
9744
- function safeUseCdRef(cdRef, use) {
9745
- if (!cdRef.destroyed) {
9746
- use(cdRef);
9747
- }
9748
- }
9749
9648
 
9750
9649
  /**
9751
9650
  * Generated bundle index. Do not edit.
9752
9651
  */
9753
9652
 
9754
- export { ACTION_CONTEXT_STORE_LOCKSET_DESTROY_DELAY_TIME, APP_ACTION_DISABLED_DIRECTIVE_KEY, APP_ACTION_DISABLED_ON_SUCCESS_DIRECTIVE_KEY, APP_ACTION_ENFORCE_MODIFIED_DIRECTIVE_KEY, AbstractDbxActionHandlerDirective, AbstractDbxActionValueGetterDirective, AbstractDbxAnchorDirective, AbstractDbxButtonDirective, AbstractDbxFilterMapInstanceDirective, AbstractDbxFilterMapSourceDirective, AbstractDbxInjectionDirective, AbstractFilterSourceConnectorDirective, AbstractFilterSourceDirective, AbstractForwardDbxInjectionContextDirective, AbstractIfDirective, AbstractTransitionDirective, AbstractTransitionWatcherDirective, ActionContextStore, ActionContextStoreSource, ActionContextStoreSourceMap, AsObservablePipe, CutTextPipe, DBX_ACTION_BUTTON_ECHO_CONFIG, DBX_ACTION_HANDLER_LOCK_KEY, DBX_APP_APP_CONTEXT_STATE, DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, DBX_ASSET_LOADER_CONFIG_TOKEN, DBX_AUTH_APP_CONTEXT_STATE, DBX_INIT_APP_CONTEXT_STATE, DBX_INJECTION_COMPONENT_DATA, DBX_KNOWN_APP_CONTEXT_STATES, DBX_OAUTH_APP_CONTEXT_STATE, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_PUBLIC_APP_CONTEXT_STATE, DEFAULT_ACTION_DISABLED_KEY, DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY, DEFAULT_DBX_ACTION_BUTTON_ECHO_CONFIG, DEFAULT_DBX_ACTION_BUTTON_ERROR_ECHO, DEFAULT_DBX_ACTION_BUTTON_SUCCESS_ECHO, DEFAULT_DBX_BUTTON_ECHO_DURATION, DEFAULT_DBX_ROUTE_MODEL_ID_PARAM_ID_PARAM_KEY, DEFAULT_DBX_ROUTE_MODEL_ID_PARAM_KEY_PARAM_KEY, DEFAULT_DBX_ROUTE_MODEL_ID_PARAM_USE_PARAM_VALUE, DEFAULT_FILTER_SOURCE_DIRECTIVE_FILTER_TOKEN, DEFAULT_LOCAL_ASSET_BASE_URL, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_VALUE, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_VALUE, DEFAULT_STORAGE_ACCESSOR_FACTORY_TOKEN, DEFAULT_STORAGE_OBJECT_TOKEN, DateDayRangePipe, DateDayTimeRangePipe, DateDistancePipe, DateFormatDistancePipe, DateFormatFromToPipe, DateRangeDistancePipe, DateTimeRangeOnlyDistancePipe, DateTimeRangeOnlyPipe, DateTimeRangePipe, DbxActionAutoModifyDirective, DbxActionAutoTriggerDirective, DbxActionButtonDirective, DbxActionButtonTriggerDirective, DbxActionContextBaseSource, DbxActionContextLoggerDirective, DbxActionContextMachine, DbxActionContextMachineAsService, DbxActionContextMapDirective, DbxActionContextStoreSourceInstance, DbxActionDirective, DbxActionDisabledDirective, DbxActionDisabledOnSuccessDirective, DbxActionEnforceModifiedDirective, DbxActionErrorHandlerDirective, DbxActionFromMapDirective, DbxActionHandlerDirective, DbxActionHandlerInstance, DbxActionHandlerValueDirective, DbxActionHasSuccessDirective, DbxActionIdleDirective, DbxActionIsModifiedDirective, DbxActionIsWorkingDirective, DbxActionMapSourceDirective, DbxActionMapWorkingDisableDirective, DbxActionPreSuccessDirective, DbxActionSourceDirective, DbxActionState, DbxActionSuccessHandlerDirective, DbxActionTriggeredDirective, DbxActionValueDirective, DbxActionValueGetterInstance, DbxActionValueStreamDirective, DbxActionValueTriggerDirective, DbxActionWorkInstanceDelegate, DbxActionWorkable, DbxAnchor, DbxAngularRouterService, DbxAppAuthRouterEffects, DbxAppAuthRouterService, DbxAppAuthRoutes, DbxAppAuthStateService, DbxAppContextService, DbxAppContextStateDirective, DbxAppEnvironment, DbxAppEnvironmentService, DbxAuthHasAnyRoleDirective, DbxAuthHasRolesDirective, DbxAuthImpersonationDelegate, DbxAuthImpersonationQuerySyncDirective, DbxAuthImpersonationService, DbxAuthImpersonationTriggerDirective, DbxAuthNotAnyRoleDirective, DbxAuthService, DbxButton, DbxButtonDirective, DbxButtonSegueDirective, DbxCoreActionModule, DbxCoreAngularRouterSegueModule, DbxCoreAssetLoader, DbxCoreButtonModule, DbxCoreFilterModule, DbxFilterConnectSourceDirective, DbxFilterMapDirective, DbxFilterMapSourceConnectorDirective, DbxFilterMapSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterSourceDirective, DbxInjectionArrayComponent, DbxInjectionComponent, DbxInjectionContext, DbxInjectionContextDirective, DbxInjectionInstance, DbxLoadingButtonDirective, DbxRouteModelIdDirective, DbxRouteModelIdDirectiveDelegate, DbxRouteModelIdFromAuthUserIdDirective, DbxRouteModelKeyDirective, DbxRouteModelKeyDirectiveDelegate, DbxRouteParamDefaultRedirectInstance, DbxRouterService, DbxRouterTransitionEventType, DbxRouterTransitionService, DbxUIRouterService, DollarAmountPipe, FilterSourceDirective, FullLocalStorageObject, GetValueOncePipe, GetValuePipe, InstantStorageAccessor, LimitedStorageAccessor, LockSetComponentStore, MemoryStorageObject, MinutesStringPipe, NO_AUTH_USER_IDENTIFIER, PrettyJsonPipe, SecondaryActionContextStoreSource, SimpleStorageAccessor, SimpleStorageAccessorFactory, StorageAccessor, StringStorageAccessor, StringifySimpleStorageAccessorConverter, SystemDateToTargetDatePipe, TargetDateToSystemDatePipe, TimeDistanceCountdownPipe, TimeDistancePipe, TimezoneAbbreviationPipe, ToJsDatePipe, ToMinutesPipe, WrapperSimpleStorageAccessorDelegate, actionContextHasNoErrorAndIsModifiedAndCanTrigger, actionContextIsModifiedAndCanTrigger, actionContextStoreSourceMap, actionContextStoreSourceMapReader, actionContextStoreSourcePipe, anchorTypeForAnchor, asSegueRef, asSegueRefString, assertValidStorageKeyPrefix, authRolesSetContainsAllRolesFrom, authRolesSetContainsAnyRoleFrom, authRolesSetContainsNoRolesFrom, authUserIdentifier, canReadyValue, canTriggerAction, canTriggerActionState, checkNgContentWrapperHasContent, clean, cleanDestroy, cleanListLoadingContext, cleanLoadingContext, cleanLockSet, cleanSubscription, cleanSubscriptionWithLockSet, cleanWithLockSet, clickableUrlInNewTab, clickableUrlMailTo, clickableUrlTel, completeOnDestroy, createInjectorForInjectionComponentConfig, dbxActionWorkProgress, dbxButtonDisplayType, dbxInjectionComponentConfigIsEqual, dbxRouteModelIdParamRedirect, dbxRouteModelKeyParamRedirect, dbxRouteParamReaderInstance, defaultStorageObjectFactory, enableHasAuthRoleHook, enableHasAuthStateHook, enableIsLoggedInHook, expandClickableAnchorLinkTree, expandClickableAnchorLinkTreeNode, expandClickableAnchorLinkTrees, filterTransitionEvent, filterTransitionSuccess, flattenExpandedClickableAnchorLinkTree, flattenExpandedClickableAnchorLinkTreeToLinks, fromAllActionContextStoreSourceMapSources, index as fromDbxAppAuth, index$2 as fromDbxAppContext, goWithRouter, hasAuthRoleDecisionPipe, hasNonTrivialChildNodes, initInjectionComponent, isActionContextDisabled, isActionContextEnabled, isClickableFilterPreset, isClickablePartialFilterPreset, isDisabledActionContextState, isIdleActionState, isLatestSuccessfulRoute, isSegueRef, isSegueRefActive, isSegueRefActiveFunction, isSegueRefActiveOnTransitionSuccess, isValidStorageKeyPrefix, isWorkingActionState, latestSuccessfulRoutes, loadingStateForActionContextState, loadingStateTypeForActionContextState, loadingStateTypeForActionState, loggedInObsFromIsLoggedIn, loggedOutObsFromIsLoggedIn, makeAuthTransitionHook, makeDbxActionContextSourceReference, mapRefStringObsToSegueRefObs, mergeDbxInjectionComponentConfigs, mergeStaticProviders, newWithInjector, index$1 as onDbxAppAuth, index$3 as onDbxAppContext, onRouterTransitionEventType, onRouterTransitionSuccessEvent, pipeActionStore, provideActionStoreSource, provideDbxActionButtonEchoConfig, provideDbxActionWorkable, provideDbxAnchor, provideDbxAppAuth, provideDbxAppAuthRouter, provideDbxAppAuthRouterState, provideDbxAppAuthState, provideDbxAppContextState, provideDbxAppEnvironment, provideDbxAssetLoader, provideDbxAuthImpersonation, provideDbxAuthImpersonationDelegate, provideDbxButton, provideDbxInjectionContext, provideDbxRouteModelIdDirectiveDelegate, provideDbxRouteModelKeyDirectiveDelegate, provideDbxStorage, provideDbxUIRouterService, provideFilterSource, provideFilterSourceConnector, provideFilterSourceDirective, provideSecondaryActionStoreSource, redirectBasedOnAuthUserState, redirectForIdentifierParamHook, redirectForUserIdentifierParamHook, refStringToSegueRef, safeDetectChanges, safeMarkForCheck, safeUseCdRef, successTransition, switchMapDbxInjectionComponentConfig, tapDetectChanges, tapSafeMarkForCheck, transformEmptyStringInputToUndefined, useActionStore };
9653
+ export { ACTION_CONTEXT_STORE_LOCKSET_DESTROY_DELAY_TIME, APP_ACTION_DISABLED_DIRECTIVE_KEY, APP_ACTION_DISABLED_ON_SUCCESS_DIRECTIVE_KEY, APP_ACTION_ENFORCE_MODIFIED_DIRECTIVE_KEY, AbstractDbxActionHandlerDirective, AbstractDbxActionValueGetterDirective, AbstractDbxAnchorDirective, AbstractDbxButtonDirective, AbstractDbxFilterMapInstanceDirective, AbstractDbxFilterMapSourceDirective, AbstractDbxInjectionDirective, AbstractFilterSourceConnectorDirective, AbstractFilterSourceDirective, AbstractForwardDbxInjectionContextDirective, AbstractIfDirective, AbstractTransitionDirective, AbstractTransitionWatcherDirective, ActionContextStore, ActionContextStoreSource, ActionContextStoreSourceMap, AsObservablePipe, CutTextPipe, DBX_ACTION_BUTTON_ECHO_CONFIG, DBX_ACTION_HANDLER_LOCK_KEY, DBX_APP_APP_CONTEXT_STATE, DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, DBX_ASSET_LOADER_CONFIG_TOKEN, DBX_AUTH_APP_CONTEXT_STATE, DBX_INIT_APP_CONTEXT_STATE, DBX_INJECTION_COMPONENT_DATA, DBX_KNOWN_APP_CONTEXT_STATES, DBX_OAUTH_APP_CONTEXT_STATE, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_PUBLIC_APP_CONTEXT_STATE, DEFAULT_ACTION_DISABLED_KEY, DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY, DEFAULT_DBX_ACTION_BUTTON_ECHO_CONFIG, DEFAULT_DBX_ACTION_BUTTON_ERROR_ECHO, DEFAULT_DBX_ACTION_BUTTON_SUCCESS_ECHO, DEFAULT_DBX_BUTTON_ECHO_DURATION, DEFAULT_DBX_ROUTE_MODEL_ID_PARAM_ID_PARAM_KEY, DEFAULT_DBX_ROUTE_MODEL_ID_PARAM_KEY_PARAM_KEY, DEFAULT_DBX_ROUTE_MODEL_ID_PARAM_USE_PARAM_VALUE, DEFAULT_FILTER_SOURCE_DIRECTIVE_FILTER_TOKEN, DEFAULT_LOCAL_ASSET_BASE_URL, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_VALUE, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_VALUE, DEFAULT_STORAGE_ACCESSOR_FACTORY_TOKEN, DEFAULT_STORAGE_OBJECT_TOKEN, DateDayRangePipe, DateDayTimeRangePipe, DateDistancePipe, DateFormatDistancePipe, DateFormatFromToPipe, DateRangeDistancePipe, DateTimeRangeOnlyDistancePipe, DateTimeRangeOnlyPipe, DateTimeRangePipe, DbxActionAutoModifyDirective, DbxActionAutoTriggerDirective, DbxActionButtonDirective, DbxActionButtonTriggerDirective, DbxActionContextBaseSource, DbxActionContextLoggerDirective, DbxActionContextMachine, DbxActionContextMachineAsService, DbxActionContextMapDirective, DbxActionContextStoreSourceInstance, DbxActionDirective, DbxActionDisabledDirective, DbxActionDisabledOnSuccessDirective, DbxActionEnforceModifiedDirective, DbxActionErrorHandlerDirective, DbxActionFromMapDirective, DbxActionHandlerDirective, DbxActionHandlerInstance, DbxActionHandlerValueDirective, DbxActionHasSuccessDirective, DbxActionIdleDirective, DbxActionIsModifiedDirective, DbxActionIsWorkingDirective, DbxActionMapSourceDirective, DbxActionMapWorkingDisableDirective, DbxActionPreSuccessDirective, DbxActionSourceDirective, DbxActionState, DbxActionSuccessHandlerDirective, DbxActionTriggeredDirective, DbxActionValueDirective, DbxActionValueGetterInstance, DbxActionValueStreamDirective, DbxActionValueTriggerDirective, DbxActionWorkInstanceDelegate, DbxActionWorkable, DbxAnchor, DbxAngularRouterService, DbxAppAuthRouterEffects, DbxAppAuthRouterService, DbxAppAuthRoutes, DbxAppAuthStateService, DbxAppContextService, DbxAppContextStateDirective, DbxAppEnvironment, DbxAppEnvironmentService, DbxAuthHasAnyRoleDirective, DbxAuthHasRolesDirective, DbxAuthImpersonationDelegate, DbxAuthImpersonationQuerySyncDirective, DbxAuthImpersonationService, DbxAuthImpersonationTriggerDirective, DbxAuthNotAnyRoleDirective, DbxAuthService, DbxButton, DbxButtonDirective, DbxButtonSegueDirective, DbxCoreActionModule, DbxCoreAngularRouterSegueModule, DbxCoreAssetLoader, DbxCoreButtonModule, DbxCoreFilterModule, DbxFilterConnectSourceDirective, DbxFilterMapDirective, DbxFilterMapSourceConnectorDirective, DbxFilterMapSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterSourceDirective, DbxInjectionArrayComponent, DbxInjectionComponent, DbxInjectionContext, DbxInjectionContextDirective, DbxInjectionInstance, DbxLoadingButtonDirective, DbxRouteModelIdDirective, DbxRouteModelIdDirectiveDelegate, DbxRouteModelIdFromAuthUserIdDirective, DbxRouteModelKeyDirective, DbxRouteModelKeyDirectiveDelegate, DbxRouteParamDefaultRedirectInstance, DbxRouterService, DbxRouterTransitionEventType, DbxRouterTransitionService, DbxUIRouterService, DollarAmountPipe, FilterSourceDirective, FullLocalStorageObject, GetValueOncePipe, GetValuePipe, InstantStorageAccessor, LimitedStorageAccessor, LockSetComponentStore, MemoryStorageObject, MinutesStringPipe, NO_AUTH_USER_IDENTIFIER, PrettyJsonPipe, SecondaryActionContextStoreSource, SimpleStorageAccessor, SimpleStorageAccessorFactory, StorageAccessor, StringStorageAccessor, StringifySimpleStorageAccessorConverter, SystemDateToTargetDatePipe, TargetDateToSystemDatePipe, TimeDistanceCountdownPipe, TimeDistancePipe, TimezoneAbbreviationPipe, ToJsDatePipe, ToMinutesPipe, WrapperSimpleStorageAccessorDelegate, actionContextHasNoErrorAndIsModifiedAndCanTrigger, actionContextIsModifiedAndCanTrigger, actionContextStoreSourceMap, actionContextStoreSourceMapReader, actionContextStoreSourcePipe, anchorTypeForAnchor, asSegueRef, asSegueRefString, assertValidStorageKeyPrefix, authRolesSetContainsAllRolesFrom, authRolesSetContainsAnyRoleFrom, authRolesSetContainsNoRolesFrom, authUserIdentifier, canReadyValue, canTriggerAction, canTriggerActionState, checkNgContentWrapperHasContent, clean, cleanDestroy, cleanListLoadingContext, cleanLoadingContext, cleanLockSet, cleanSubscription, cleanSubscriptionWithLockSet, cleanWithLockSet, clickableUrlInNewTab, clickableUrlMailTo, clickableUrlTel, completeOnDestroy, createInjectorForInjectionComponentConfig, dbxActionWorkProgress, dbxButtonDisplayType, dbxInjectionComponentConfigIsEqual, dbxRouteModelIdParamRedirect, dbxRouteModelKeyParamRedirect, dbxRouteParamReaderInstance, defaultStorageObjectFactory, enableHasAuthRoleHook, enableHasAuthStateHook, enableIsLoggedInHook, expandClickableAnchorLinkTree, expandClickableAnchorLinkTreeNode, expandClickableAnchorLinkTrees, filterTransitionEvent, filterTransitionSuccess, flattenExpandedClickableAnchorLinkTree, flattenExpandedClickableAnchorLinkTreeToLinks, fromAllActionContextStoreSourceMapSources, index as fromDbxAppAuth, index$2 as fromDbxAppContext, goWithRouter, hasAuthRoleDecisionPipe, hasNonTrivialChildNodes, initInjectionComponent, isActionContextDisabled, isActionContextEnabled, isClickableFilterPreset, isClickablePartialFilterPreset, isDisabledActionContextState, isIdleActionState, isLatestSuccessfulRoute, isSegueRef, isSegueRefActive, isSegueRefActiveFunction, isSegueRefActiveOnTransitionSuccess, isValidStorageKeyPrefix, isWorkingActionState, latestSuccessfulRoutes, loadingStateForActionContextState, loadingStateTypeForActionContextState, loadingStateTypeForActionState, loggedInObsFromIsLoggedIn, loggedOutObsFromIsLoggedIn, makeAuthTransitionHook, makeDbxActionContextSourceReference, mapRefStringObsToSegueRefObs, mergeDbxInjectionComponentConfigs, mergeStaticProviders, newWithInjector, index$1 as onDbxAppAuth, index$3 as onDbxAppContext, onRouterTransitionEventType, onRouterTransitionSuccessEvent, pipeActionStore, provideActionStoreSource, provideDbxActionButtonEchoConfig, provideDbxActionWorkable, provideDbxAnchor, provideDbxAppAuth, provideDbxAppAuthRouter, provideDbxAppAuthRouterState, provideDbxAppAuthState, provideDbxAppContextState, provideDbxAppEnvironment, provideDbxAssetLoader, provideDbxAuthImpersonation, provideDbxAuthImpersonationDelegate, provideDbxButton, provideDbxInjectionContext, provideDbxRouteModelIdDirectiveDelegate, provideDbxRouteModelKeyDirectiveDelegate, provideDbxStorage, provideDbxUIRouterService, provideFilterSource, provideFilterSourceConnector, provideFilterSourceDirective, provideSecondaryActionStoreSource, redirectBasedOnAuthUserState, redirectForIdentifierParamHook, redirectForUserIdentifierParamHook, refStringToSegueRef, successTransition, switchMapDbxInjectionComponentConfig, transformEmptyStringInputToUndefined, useActionStore };
9755
9654
  //# sourceMappingURL=dereekb-dbx-core.mjs.map