@dereekb/dbx-core 13.43.0 → 14.0.1

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,
@@ -4767,11 +4756,13 @@ class DbxAppAuthImpersonationEffects {
4767
4756
  /**
4768
4757
  * Dispatches the started/stopped impersonation action for each lifecycle event emitted by the service.
4769
4758
  */
4770
- 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 });
4759
+ syncImpersonationState = createEffect(() => this.dbxAuthImpersonationService.events$.pipe(map((event) => event.type === 'start'
4760
+ ? startedImpersonating({ userId: authUserIdentifier(event.impersonatedUserId), previousUserId: event.previousImpersonatedUserId })
4761
+ : stoppedImpersonating({ previousUserId: event.previousImpersonatedUserId }))));
4762
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthImpersonationEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4763
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthImpersonationEffects });
4773
4764
  }
4774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthImpersonationEffects, decorators: [{
4765
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthImpersonationEffects, decorators: [{
4775
4766
  type: Injectable
4776
4767
  }] });
4777
4768
 
@@ -4851,10 +4842,10 @@ class DbxAppAuthEffects {
4851
4842
  * Syncs the user's onboarding status from the auth service into the NgRx store.
4852
4843
  */
4853
4844
  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 });
4845
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthEffects, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4846
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthEffects });
4856
4847
  }
4857
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppAuthEffects, decorators: [{
4848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthEffects, decorators: [{
4858
4849
  type: Injectable
4859
4850
  }] });
4860
4851
 
@@ -4934,14 +4925,13 @@ class DbxAuthHasAnyRoleDirective extends AbstractIfDirective {
4934
4925
  targetRoles = input(undefined, { ...(ngDevMode ? { debugName: "targetRoles" } : /* istanbul ignore next */ {}), alias: 'dbxAuthHasAnyRole' });
4935
4926
  targetRoles$ = toObservable(this.targetRoles);
4936
4927
  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 });
4928
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasAnyRoleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4929
+ 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
4930
  }
4940
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthHasAnyRoleDirective, decorators: [{
4931
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasAnyRoleDirective, decorators: [{
4941
4932
  type: Directive,
4942
4933
  args: [{
4943
- selector: '[dbxAuthHasAnyRole]',
4944
- standalone: true
4934
+ selector: '[dbxAuthHasAnyRole]'
4945
4935
  }]
4946
4936
  }], propDecorators: { targetRoles: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAuthHasAnyRole", required: false }] }] } });
4947
4937
 
@@ -4970,14 +4960,13 @@ class DbxAuthHasRolesDirective extends AbstractIfDirective {
4970
4960
  targetRoles = input(undefined, { ...(ngDevMode ? { debugName: "targetRoles" } : /* istanbul ignore next */ {}), alias: 'dbxAuthHasRoles' });
4971
4961
  targetRoles$ = toObservable(this.targetRoles);
4972
4962
  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 });
4963
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasRolesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4964
+ 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
4965
  }
4976
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthHasRolesDirective, decorators: [{
4966
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthHasRolesDirective, decorators: [{
4977
4967
  type: Directive,
4978
4968
  args: [{
4979
- selector: '[dbxAuthHasRoles]',
4980
- standalone: true
4969
+ selector: '[dbxAuthHasRoles]'
4981
4970
  }]
4982
4971
  }], propDecorators: { targetRoles: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAuthHasRoles", required: false }] }] } });
4983
4972
 
@@ -5006,14 +4995,13 @@ class DbxAuthNotAnyRoleDirective extends AbstractIfDirective {
5006
4995
  targetRoles = input(undefined, { ...(ngDevMode ? { debugName: "targetRoles" } : /* istanbul ignore next */ {}), alias: 'dbxAuthNotAnyRole' });
5007
4996
  targetRoles$ = toObservable(this.targetRoles);
5008
4997
  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 });
4998
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthNotAnyRoleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4999
+ 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
5000
  }
5012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAuthNotAnyRoleDirective, decorators: [{
5001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAuthNotAnyRoleDirective, decorators: [{
5013
5002
  type: Directive,
5014
5003
  args: [{
5015
- selector: '[dbxAuthNotAnyRole]',
5016
- standalone: true
5004
+ selector: '[dbxAuthNotAnyRole]'
5017
5005
  }]
5018
5006
  }], propDecorators: { targetRoles: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAuthNotAnyRole", required: false }] }] } });
5019
5007
 
@@ -5052,14 +5040,11 @@ class DbxAppAuthStateService {
5052
5040
  * Stays empty unless an app opts into impersonation via `provideDbxAuthImpersonation({ ngrx: true })`.
5053
5041
  */
5054
5042
  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' });
5043
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthStateService, deps: [], target: i0.ɵɵFactoryTarget.Service });
5044
+ static ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthStateService });
5057
5045
  }
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
- }]
5046
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppAuthStateService, decorators: [{
5047
+ type: Service
5063
5048
  }] });
5064
5049
 
5065
5050
  // MARK: Echo
@@ -5141,14 +5126,13 @@ class DbxActionButtonTriggerDirective {
5141
5126
  _buttonClicked() {
5142
5127
  this.source.trigger();
5143
5128
  }
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 });
5129
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5130
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxActionButtonTriggerDirective, isStandalone: true, selector: "[dbxActionButtonTrigger]", ngImport: i0 });
5146
5131
  }
5147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionButtonTriggerDirective, decorators: [{
5132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonTriggerDirective, decorators: [{
5148
5133
  type: Directive,
5149
5134
  args: [{
5150
- selector: '[dbxActionButtonTrigger]',
5151
- standalone: true
5135
+ selector: '[dbxActionButtonTrigger]'
5152
5136
  }]
5153
5137
  }], ctorParameters: () => [] });
5154
5138
 
@@ -5228,7 +5212,8 @@ class DbxActionButtonDirective extends DbxActionButtonTriggerDirective {
5228
5212
  * Per-instance echo configuration. Merges over the injected default.
5229
5213
  * Pass `false` to disable all echoes for this button.
5230
5214
  */
5231
- dbxActionButtonEcho = input(...(ngDevMode ? [undefined, { debugName: "dbxActionButtonEcho" }] : /* istanbul ignore next */ []));
5215
+ dbxActionButtonEcho = input(/* @ts-ignore */
5216
+ ...(ngDevMode ? [undefined, { debugName: "dbxActionButtonEcho" }] : /* istanbul ignore next */ []));
5232
5217
  constructor() {
5233
5218
  super();
5234
5219
  cleanSubscription(this.source.isWorkingOrWorkProgress$.subscribe((working) => {
@@ -5271,14 +5256,13 @@ class DbxActionButtonDirective extends DbxActionButtonTriggerDirective {
5271
5256
  }
5272
5257
  return result;
5273
5258
  }
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 });
5259
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5260
+ 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
5261
  }
5277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionButtonDirective, decorators: [{
5262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxActionButtonDirective, decorators: [{
5278
5263
  type: Directive,
5279
5264
  args: [{
5280
- selector: '[dbxActionButton]',
5281
- standalone: true
5265
+ selector: '[dbxActionButton]'
5282
5266
  }]
5283
5267
  }], ctorParameters: () => [], propDecorators: { dbxActionButtonEcho: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionButtonEcho", required: false }] }] } });
5284
5268
 
@@ -5312,14 +5296,13 @@ class DbxButtonSegueDirective {
5312
5296
  }
5313
5297
  }));
5314
5298
  }
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 });
5299
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonSegueDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5300
+ 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
5301
  }
5318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxButtonSegueDirective, decorators: [{
5302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonSegueDirective, decorators: [{
5319
5303
  type: Directive,
5320
5304
  args: [{
5321
- selector: '[dbxButtonSegue]',
5322
- standalone: true
5305
+ selector: '[dbxButtonSegue]'
5323
5306
  }]
5324
5307
  }], ctorParameters: () => [], propDecorators: { segueRef: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxButtonSegue", required: false }] }] } });
5325
5308
 
@@ -5351,39 +5334,53 @@ class AbstractDbxButtonDirective {
5351
5334
  */
5352
5335
  buttonEchoSignal = toSignal(this._buttonEcho$.pipe(switchMap((echo) => emitDelayObs(echo, undefined, echo.duration ?? DEFAULT_DBX_BUTTON_ECHO_DURATION))), { initialValue: undefined });
5353
5336
  buttonClick = output();
5354
- ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel" }] : /* istanbul ignore next */ []));
5337
+ ariaLabel = input(undefined, /* @ts-ignore */
5338
+ ...(ngDevMode ? [{ debugName: "ariaLabel" }] : /* istanbul ignore next */ []));
5355
5339
  disabled = input(false, { ...(ngDevMode ? { debugName: "disabled" } : /* istanbul ignore next */ {}), transform: Boolean });
5356
5340
  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 */ []));
5341
+ buttonDisplay = input(undefined, /* @ts-ignore */
5342
+ ...(ngDevMode ? [{ debugName: "buttonDisplay" }] : /* istanbul ignore next */ []));
5343
+ _disabledSignal = signal(undefined, /* @ts-ignore */
5344
+ ...(ngDevMode ? [{ debugName: "_disabledSignal" }] : /* istanbul ignore next */ []));
5345
+ _workingSignal = signal(undefined, /* @ts-ignore */
5346
+ ...(ngDevMode ? [{ debugName: "_workingSignal" }] : /* istanbul ignore next */ []));
5347
+ _buttonDisplayContentSignal = signal(undefined, /* @ts-ignore */
5348
+ ...(ngDevMode ? [{ debugName: "_buttonDisplayContentSignal" }] : /* istanbul ignore next */ []));
5361
5349
  disabledSignal = computed(() => {
5362
5350
  const disabled = this.disabled();
5363
5351
  return this._disabledSignal() ?? disabled;
5364
- }, ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5352
+ }, /* @ts-ignore */
5353
+ ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5365
5354
  workingSignal = computed(() => {
5366
5355
  const working = this.working();
5367
5356
  return this._workingSignal() ?? working;
5368
- }, ...(ngDevMode ? [{ debugName: "workingSignal" }] : /* istanbul ignore next */ []));
5357
+ }, /* @ts-ignore */
5358
+ ...(ngDevMode ? [{ debugName: "workingSignal" }] : /* istanbul ignore next */ []));
5369
5359
  isWorkingSignal = computed(() => {
5370
5360
  const working = this.workingSignal();
5371
5361
  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 */ []));
5362
+ }, /* @ts-ignore */
5363
+ ...(ngDevMode ? [{ debugName: "isWorkingSignal" }] : /* istanbul ignore next */ []));
5364
+ icon = input(/* @ts-ignore */
5365
+ ...(ngDevMode ? [undefined, { debugName: "icon" }] : /* istanbul ignore next */ []));
5366
+ text = input(/* @ts-ignore */
5367
+ ...(ngDevMode ? [undefined, { debugName: "text" }] : /* istanbul ignore next */ []));
5375
5368
  buttonDisplayContentSignal = computed(() => {
5376
5369
  const icon = this.icon();
5377
5370
  const text = this.text();
5378
5371
  const buttonDisplay = this.buttonDisplay();
5379
5372
  const buttonDisplayContent = this._buttonDisplayContentSignal() ?? buttonDisplay;
5380
5373
  return { icon: icon || buttonDisplayContent?.icon, text: text || buttonDisplayContent?.text };
5381
- }, ...(ngDevMode ? [{ debugName: "buttonDisplayContentSignal" }] : /* istanbul ignore next */ []));
5374
+ }, /* @ts-ignore */
5375
+ ...(ngDevMode ? [{ debugName: "buttonDisplayContentSignal" }] : /* istanbul ignore next */ []));
5382
5376
  buttonDisplayTypeSignal = computed(() => {
5383
5377
  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 */ []));
5378
+ }, /* @ts-ignore */
5379
+ ...(ngDevMode ? [{ debugName: "buttonDisplayTypeSignal" }] : /* istanbul ignore next */ []));
5380
+ iconSignal = computed(() => this.buttonDisplayContentSignal()?.icon, /* @ts-ignore */
5381
+ ...(ngDevMode ? [{ debugName: "iconSignal" }] : /* istanbul ignore next */ []));
5382
+ textSignal = computed(() => this.buttonDisplayContentSignal()?.text, /* @ts-ignore */
5383
+ ...(ngDevMode ? [{ debugName: "textSignal" }] : /* istanbul ignore next */ []));
5387
5384
  disabled$ = toObservable(this.disabledSignal);
5388
5385
  working$ = toObservable(this.workingSignal);
5389
5386
  display$ = toObservable(this.buttonDisplayContentSignal);
@@ -5430,10 +5427,10 @@ class AbstractDbxButtonDirective {
5430
5427
  _forceButtonClicked() {
5431
5428
  this.buttonClick.emit();
5432
5429
  }
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 });
5430
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5431
+ 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
5432
  }
5436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxButtonDirective, decorators: [{
5433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxButtonDirective, decorators: [{
5437
5434
  type: Directive
5438
5435
  }], 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
5436
  // MARK: Implementation
@@ -5457,16 +5454,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
5457
5454
  * ```
5458
5455
  */
5459
5456
  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 });
5457
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
5458
+ 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
5459
  }
5463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxButtonDirective, decorators: [{
5460
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxButtonDirective, decorators: [{
5464
5461
  type: Directive,
5465
5462
  args: [{
5466
5463
  selector: '[dbxButton]',
5467
5464
  exportAs: 'dbxButton',
5468
- providers: provideDbxButton(DbxButtonDirective),
5469
- standalone: true
5465
+ providers: provideDbxButton(DbxButtonDirective)
5470
5466
  }]
5471
5467
  }] });
5472
5468
 
@@ -5499,15 +5495,15 @@ class DbxLoadingButtonDirective {
5499
5495
  subscription = context.stream$.subscribe((x) => this.dbxButton.setWorking(x.loading));
5500
5496
  }
5501
5497
  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 });
5498
+ }, /* @ts-ignore */
5499
+ ...(ngDevMode ? [{ debugName: "_loadingEffect" }] : /* istanbul ignore next */ []));
5500
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxLoadingButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5501
+ 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
5502
  }
5506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxLoadingButtonDirective, decorators: [{
5503
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxLoadingButtonDirective, decorators: [{
5507
5504
  type: Directive,
5508
5505
  args: [{
5509
- selector: '[dbxLoadingButton]',
5510
- standalone: true
5506
+ selector: '[dbxLoadingButton]'
5511
5507
  }]
5512
5508
  }], propDecorators: { context: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxLoadingButton", required: true }] }] } });
5513
5509
 
@@ -5521,11 +5517,11 @@ const importsAndExports$1 = [DbxButtonDirective, DbxLoadingButtonDirective, DbxA
5521
5517
  * - DbxButtonSegueDirective
5522
5518
  */
5523
5519
  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 });
5520
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5521
+ 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] });
5522
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreButtonModule });
5527
5523
  }
5528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreButtonModule, decorators: [{
5524
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreButtonModule, decorators: [{
5529
5525
  type: NgModule,
5530
5526
  args: [{
5531
5527
  imports: importsAndExports$1,
@@ -5560,14 +5556,11 @@ class DbxAppContextService {
5560
5556
  resetState() {
5561
5557
  this.store.next(resetState());
5562
5558
  }
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' });
5559
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextService, deps: [], target: i0.ɵɵFactoryTarget.Service });
5560
+ static ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextService });
5565
5561
  }
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
- }]
5562
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextService, decorators: [{
5563
+ type: Service
5571
5564
  }] });
5572
5565
 
5573
5566
  /**
@@ -5596,15 +5589,15 @@ class DbxAppContextStateDirective {
5596
5589
  if (state != null) {
5597
5590
  this.dbxAppContextStateService.setState(state);
5598
5591
  }
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 });
5592
+ }, /* @ts-ignore */
5593
+ ...(ngDevMode ? [{ debugName: "_stateEffect" }] : /* istanbul ignore next */ []));
5594
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5595
+ 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
5596
  }
5603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppContextStateDirective, decorators: [{
5597
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppContextStateDirective, decorators: [{
5604
5598
  type: Directive,
5605
5599
  args: [{
5606
- selector: '[dbxAppContextState]',
5607
- standalone: true
5600
+ selector: '[dbxAppContextState]'
5608
5601
  }]
5609
5602
  }], propDecorators: { state: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxAppContextState", required: false }] }] } });
5610
5603
 
@@ -5677,10 +5670,10 @@ class DbxAppEnvironmentService {
5677
5670
  getEnvironment() {
5678
5671
  return this.environment;
5679
5672
  }
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 });
5673
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppEnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5674
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppEnvironmentService });
5682
5675
  }
5683
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAppEnvironmentService, decorators: [{
5676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAppEnvironmentService, decorators: [{
5684
5677
  type: Injectable
5685
5678
  }] });
5686
5679
 
@@ -5849,19 +5842,23 @@ class AbstractDbxAnchorDirective {
5849
5842
  /**
5850
5843
  * Model input for the segue ref or router link to navigate to.
5851
5844
  */
5852
- ref = model(...(ngDevMode ? [undefined, { debugName: "ref" }] : /* istanbul ignore next */ []));
5845
+ ref = model(/* @ts-ignore */
5846
+ ...(ngDevMode ? [undefined, { debugName: "ref" }] : /* istanbul ignore next */ []));
5853
5847
  /**
5854
5848
  * Model input for the full anchor configuration object.
5855
5849
  */
5856
- anchor = model(...(ngDevMode ? [undefined, { debugName: "anchor" }] : /* istanbul ignore next */ []));
5850
+ anchor = model(/* @ts-ignore */
5851
+ ...(ngDevMode ? [undefined, { debugName: "anchor" }] : /* istanbul ignore next */ []));
5857
5852
  /**
5858
5853
  * Model input for externally controlling the disabled state.
5859
5854
  */
5860
- disabled = model(...(ngDevMode ? [undefined, { debugName: "disabled" }] : /* istanbul ignore next */ []));
5855
+ disabled = model(/* @ts-ignore */
5856
+ ...(ngDevMode ? [undefined, { debugName: "disabled" }] : /* istanbul ignore next */ []));
5861
5857
  /**
5862
5858
  * Model input for externally controlling the selected state.
5863
5859
  */
5864
- selected = model(...(ngDevMode ? [undefined, { debugName: "selected" }] : /* istanbul ignore next */ []));
5860
+ selected = model(/* @ts-ignore */
5861
+ ...(ngDevMode ? [undefined, { debugName: "selected" }] : /* istanbul ignore next */ []));
5865
5862
  /**
5866
5863
  * Computed anchor that merges the `ref` input with the `anchor` input, preferring `ref` when set.
5867
5864
  */
@@ -5873,7 +5870,8 @@ class AbstractDbxAnchorDirective {
5873
5870
  result = asSegueRef(ref);
5874
5871
  }
5875
5872
  return result;
5876
- }, ...(ngDevMode ? [{ debugName: "anchorSignal" }] : /* istanbul ignore next */ []));
5873
+ }, /* @ts-ignore */
5874
+ ...(ngDevMode ? [{ debugName: "anchorSignal" }] : /* istanbul ignore next */ []));
5877
5875
  /**
5878
5876
  * Computed selected state that combines the `selected` input with the anchor's own `selected` property.
5879
5877
  */
@@ -5881,7 +5879,8 @@ class AbstractDbxAnchorDirective {
5881
5879
  const selected = this.selected();
5882
5880
  const anchor = this.anchorSignal();
5883
5881
  return selected || anchor?.selected;
5884
- }, ...(ngDevMode ? [{ debugName: "selectedSignal" }] : /* istanbul ignore next */ []));
5882
+ }, /* @ts-ignore */
5883
+ ...(ngDevMode ? [{ debugName: "selectedSignal" }] : /* istanbul ignore next */ []));
5885
5884
  /**
5886
5885
  * Computed {@link ClickableAnchorType} derived from the current anchor and disabled state.
5887
5886
  */
@@ -5889,7 +5888,8 @@ class AbstractDbxAnchorDirective {
5889
5888
  const anchor = this.anchorSignal();
5890
5889
  const disabled = this.disabled();
5891
5890
  return anchorTypeForAnchor(anchor, disabled);
5892
- }, ...(ngDevMode ? [{ debugName: "typeSignal" }] : /* istanbul ignore next */ []));
5891
+ }, /* @ts-ignore */
5892
+ ...(ngDevMode ? [{ debugName: "typeSignal" }] : /* istanbul ignore next */ []));
5893
5893
  /**
5894
5894
  * Computed disabled state that combines the `disabled` input with the anchor's own `disabled` property.
5895
5895
  */
@@ -5897,15 +5897,18 @@ class AbstractDbxAnchorDirective {
5897
5897
  const disabled = this.disabled();
5898
5898
  const anchor = this.anchorSignal();
5899
5899
  return disabled || anchor?.disabled;
5900
- }, ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5900
+ }, /* @ts-ignore */
5901
+ ...(ngDevMode ? [{ debugName: "disabledSignal" }] : /* istanbul ignore next */ []));
5901
5902
  /**
5902
5903
  * Computed URL extracted from the current anchor's `url` property.
5903
5904
  */
5904
- urlSignal = computed(() => this.anchorSignal()?.url, ...(ngDevMode ? [{ debugName: "urlSignal" }] : /* istanbul ignore next */ []));
5905
+ urlSignal = computed(() => this.anchorSignal()?.url, /* @ts-ignore */
5906
+ ...(ngDevMode ? [{ debugName: "urlSignal" }] : /* istanbul ignore next */ []));
5905
5907
  /**
5906
5908
  * Computed target (e.g., `_blank`) extracted from the current anchor's `target` property.
5907
5909
  */
5908
- targetSignal = computed(() => this.anchorSignal()?.target, ...(ngDevMode ? [{ debugName: "targetSignal" }] : /* istanbul ignore next */ []));
5910
+ targetSignal = computed(() => this.anchorSignal()?.target, /* @ts-ignore */
5911
+ ...(ngDevMode ? [{ debugName: "targetSignal" }] : /* istanbul ignore next */ []));
5909
5912
  anchor$ = toObservable(this.anchorSignal);
5910
5913
  disabled$ = toObservable(this.disabledSignal);
5911
5914
  selected$ = toObservable(this.selectedSignal);
@@ -5943,10 +5946,10 @@ class AbstractDbxAnchorDirective {
5943
5946
  setSelected(selected) {
5944
5947
  this.selected.set(selected);
5945
5948
  }
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 });
5949
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxAnchorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5950
+ 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
5951
  }
5949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxAnchorDirective, decorators: [{
5952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxAnchorDirective, decorators: [{
5950
5953
  type: Directive
5951
5954
  }], 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
5955
 
@@ -6187,10 +6190,10 @@ class DbxAngularRouterService {
6187
6190
  comparePrecision(_a, _b) {
6188
6191
  return 0; // TODO!
6189
6192
  }
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 });
6193
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAngularRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6194
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAngularRouterService });
6192
6195
  }
6193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAngularRouterService, decorators: [{
6196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxAngularRouterService, decorators: [{
6194
6197
  type: Injectable
6195
6198
  }] });
6196
6199
 
@@ -6229,11 +6232,11 @@ class DbxCoreAngularRouterSegueModule {
6229
6232
  ]
6230
6233
  };
6231
6234
  }
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 });
6235
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6236
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
6237
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
6235
6238
  }
6236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreAngularRouterSegueModule, decorators: [{
6239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreAngularRouterSegueModule, decorators: [{
6237
6240
  type: NgModule,
6238
6241
  args: [{}]
6239
6242
  }] });
@@ -6349,10 +6352,10 @@ class DbxUIRouterService {
6349
6352
  }
6350
6353
  return result;
6351
6354
  }
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 });
6355
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxUIRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6356
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxUIRouterService });
6354
6357
  }
6355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxUIRouterService, decorators: [{
6358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxUIRouterService, decorators: [{
6356
6359
  type: Injectable
6357
6360
  }], ctorParameters: () => [] });
6358
6361
 
@@ -6501,10 +6504,10 @@ class AbstractTransitionDirective {
6501
6504
  * Observable that emits immediately on initialization and on each subsequent successful transition.
6502
6505
  */
6503
6506
  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 });
6507
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6508
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractTransitionDirective, isStandalone: true, ngImport: i0 });
6506
6509
  }
6507
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractTransitionDirective, decorators: [{
6510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionDirective, decorators: [{
6508
6511
  type: Directive
6509
6512
  }] });
6510
6513
 
@@ -6533,10 +6536,10 @@ class AbstractTransitionWatcherDirective extends AbstractTransitionDirective {
6533
6536
  this.updateForSuccessfulTransition();
6534
6537
  }));
6535
6538
  }
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 });
6539
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionWatcherDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6540
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractTransitionWatcherDirective, isStandalone: true, usesInheritance: true, ngImport: i0 });
6538
6541
  }
6539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractTransitionWatcherDirective, decorators: [{
6542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractTransitionWatcherDirective, decorators: [{
6540
6543
  type: Directive
6541
6544
  }], ctorParameters: () => [] });
6542
6545
 
@@ -6817,14 +6820,13 @@ class DbxRouteModelIdFromAuthUserIdDirective {
6817
6820
  const userId$ = toObservable(this.ignoreAuthImpersonation).pipe(distinctUntilChanged(), switchMap((ignore) => (ignore || dbxAuthImpersonationService == null ? dbxAuthService.userIdentifier$ : dbxAuthImpersonationService.effectiveUserId$)), shareReplay(1));
6818
6821
  cleanSubscription(this.dbxRouteModelIdDelegate.useRouteModelIdParamsObservable(userId$, userId$));
6819
6822
  }
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 });
6823
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6824
+ 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
6825
  }
6823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, decorators: [{
6826
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, decorators: [{
6824
6827
  type: Directive,
6825
6828
  args: [{
6826
- selector: '[dbxRouteModelIdFromAuthUserId]',
6827
- standalone: true
6829
+ selector: '[dbxRouteModelIdFromAuthUserId]'
6828
6830
  }]
6829
6831
  }], ctorParameters: () => [], propDecorators: { ignoreAuthImpersonation: [{ type: i0.Input, args: [{ isSignal: true, alias: "ignoreAuthImpersonation", required: false }] }] } });
6830
6832
 
@@ -6884,14 +6886,13 @@ class DbxRouteModelIdDirective {
6884
6886
  set dbxRouteModelIdDefaultDecision(decider) {
6885
6887
  this._redirectInstance.setDecider(decider);
6886
6888
  }
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 });
6889
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6890
+ 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
6891
  }
6890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelIdDirective, decorators: [{
6892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelIdDirective, decorators: [{
6891
6893
  type: Directive,
6892
6894
  args: [{
6893
- selector: '[dbxRouteModelId]',
6894
- standalone: true
6895
+ selector: '[dbxRouteModelId]'
6895
6896
  }]
6896
6897
  }], ctorParameters: () => [], propDecorators: { idParam: [{
6897
6898
  type: Input,
@@ -6961,14 +6962,13 @@ class DbxRouteModelKeyDirective {
6961
6962
  set dbxRouteModelKeyDefaultDecision(decider) {
6962
6963
  this._redirectInstance.setDecider(decider);
6963
6964
  }
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 });
6965
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelKeyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6966
+ 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
6967
  }
6967
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxRouteModelKeyDirective, decorators: [{
6968
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxRouteModelKeyDirective, decorators: [{
6968
6969
  type: Directive,
6969
6970
  args: [{
6970
- selector: '[dbxRouteModelKey]',
6971
- standalone: true
6971
+ selector: '[dbxRouteModelKey]'
6972
6972
  }]
6973
6973
  }], ctorParameters: () => [], propDecorators: { keyParam: [{
6974
6974
  type: Input,
@@ -6999,14 +6999,13 @@ class AsObservablePipe {
6999
6999
  transform(input) {
7000
7000
  return asObservableFromGetter(input);
7001
7001
  }
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" });
7002
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AsObservablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7003
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: AsObservablePipe, isStandalone: true, name: "asObservable" });
7004
7004
  }
7005
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AsObservablePipe, decorators: [{
7005
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AsObservablePipe, decorators: [{
7006
7006
  type: Pipe,
7007
7007
  args: [{
7008
- name: 'asObservable',
7009
- standalone: true
7008
+ name: 'asObservable'
7010
7009
  }]
7011
7010
  }] });
7012
7011
 
@@ -7032,14 +7031,13 @@ class DateDayRangePipe {
7032
7031
  transform(input, unavailable = 'Not Available') {
7033
7032
  return input ? formatToDayRangeString(input) : unavailable;
7034
7033
  }
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" });
7034
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7035
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateDayRangePipe, isStandalone: true, name: "dateDayRange" });
7037
7036
  }
7038
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDayRangePipe, decorators: [{
7037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayRangePipe, decorators: [{
7039
7038
  type: Pipe,
7040
7039
  args: [{
7041
7040
  name: 'dateDayRange',
7042
- standalone: true,
7043
7041
  pure: true
7044
7042
  }]
7045
7043
  }] });
@@ -7076,14 +7074,13 @@ class ToJsDatePipe {
7076
7074
  transform(input) {
7077
7075
  return ToJsDatePipe.toJsDate(input);
7078
7076
  }
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" });
7077
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToJsDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7078
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: ToJsDatePipe, isStandalone: true, name: "toJsDate" });
7081
7079
  }
7082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ToJsDatePipe, decorators: [{
7080
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToJsDatePipe, decorators: [{
7083
7081
  type: Pipe,
7084
7082
  args: [{
7085
7083
  name: 'toJsDate',
7086
- standalone: true,
7087
7084
  pure: true
7088
7085
  }]
7089
7086
  }] });
@@ -7122,14 +7119,13 @@ class DateDistancePipe {
7122
7119
  }
7123
7120
  return result;
7124
7121
  }
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 });
7122
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7123
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateDistancePipe, isStandalone: true, name: "dateDistance", pure: false });
7127
7124
  }
7128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDistancePipe, decorators: [{
7125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDistancePipe, decorators: [{
7129
7126
  type: Pipe,
7130
7127
  args: [{
7131
7128
  name: 'dateDistance',
7132
- standalone: true,
7133
7129
  pure: false
7134
7130
  }]
7135
7131
  }] });
@@ -7169,14 +7165,13 @@ class DateFormatDistancePipe {
7169
7165
  }
7170
7166
  return result;
7171
7167
  }
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 });
7168
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7169
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateFormatDistancePipe, isStandalone: true, name: "dateFormatDistance", pure: false });
7174
7170
  }
7175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFormatDistancePipe, decorators: [{
7171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatDistancePipe, decorators: [{
7176
7172
  type: Pipe,
7177
7173
  args: [{
7178
7174
  name: 'dateFormatDistance',
7179
- standalone: true,
7180
7175
  pure: false
7181
7176
  }]
7182
7177
  }] });
@@ -7213,14 +7208,13 @@ class DateFormatFromToPipe {
7213
7208
  transform(input, format, minutes) {
7214
7209
  return DateFormatFromToPipe.formatFromTo(input, format, minutes, this.locale);
7215
7210
  }
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" });
7211
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatFromToPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7212
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateFormatFromToPipe, isStandalone: true, name: "dateFormatFromTo" });
7218
7213
  }
7219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFormatFromToPipe, decorators: [{
7214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateFormatFromToPipe, decorators: [{
7220
7215
  type: Pipe,
7221
7216
  args: [{
7222
7217
  name: 'dateFormatFromTo',
7223
- standalone: true,
7224
7218
  pure: true
7225
7219
  }]
7226
7220
  }] });
@@ -7247,14 +7241,13 @@ class DateDayTimeRangePipe {
7247
7241
  transform(input, unavailable = 'Not Available') {
7248
7242
  return input ? formatToDayTimeRangeString(input) : unavailable;
7249
7243
  }
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" });
7244
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7245
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateDayTimeRangePipe, isStandalone: true, name: "dateDayTimeRange" });
7252
7246
  }
7253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateDayTimeRangePipe, decorators: [{
7247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateDayTimeRangePipe, decorators: [{
7254
7248
  type: Pipe,
7255
7249
  args: [{
7256
7250
  name: 'dateDayTimeRange',
7257
- standalone: true,
7258
7251
  pure: true
7259
7252
  }]
7260
7253
  }] });
@@ -7281,14 +7274,13 @@ class DateTimeRangePipe {
7281
7274
  transform(input, unavailable = 'Not Available') {
7282
7275
  return input ? formatToTimeRangeString(input) : unavailable;
7283
7276
  }
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" });
7277
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7278
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangePipe, isStandalone: true, name: "dateTimeRange" });
7286
7279
  }
7287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangePipe, decorators: [{
7280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangePipe, decorators: [{
7288
7281
  type: Pipe,
7289
7282
  args: [{
7290
7283
  name: 'dateTimeRange',
7291
- standalone: true,
7292
7284
  pure: true
7293
7285
  }]
7294
7286
  }] });
@@ -7316,14 +7308,13 @@ class DateRangeDistancePipe {
7316
7308
  transform(input, unavailable = 'Not Available') {
7317
7309
  return input == null ? unavailable : formatDateDistance(input, new Date());
7318
7310
  }
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 });
7311
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateRangeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7312
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateRangeDistancePipe, isStandalone: true, name: "dateRangeDistance", pure: false });
7321
7313
  }
7322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateRangeDistancePipe, decorators: [{
7314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateRangeDistancePipe, decorators: [{
7323
7315
  type: Pipe,
7324
7316
  args: [{
7325
7317
  name: 'dateRangeDistance',
7326
- standalone: true,
7327
7318
  pure: false
7328
7319
  }]
7329
7320
  }] });
@@ -7350,14 +7341,13 @@ class DateTimeRangeOnlyPipe {
7350
7341
  transform(input, unavailable = 'Not Available') {
7351
7342
  return input ? formatToTimeRangeString(input, undefined, true) : unavailable;
7352
7343
  }
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" });
7344
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7345
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyPipe, isStandalone: true, name: "dateTimeRangeOnly" });
7355
7346
  }
7356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyPipe, decorators: [{
7347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyPipe, decorators: [{
7357
7348
  type: Pipe,
7358
7349
  args: [{
7359
7350
  name: 'dateTimeRangeOnly',
7360
- standalone: true,
7361
7351
  pure: true
7362
7352
  }]
7363
7353
  }] });
@@ -7383,14 +7373,13 @@ class TargetDateToSystemDatePipe {
7383
7373
  transform(input, timezone) {
7384
7374
  return input && timezone ? dateTimezoneUtcNormal({ timezone }).targetDateToSystemDate(input) : undefined;
7385
7375
  }
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 });
7376
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TargetDateToSystemDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7377
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TargetDateToSystemDatePipe, isStandalone: true, name: "targetDateToSystemDate", pure: false });
7388
7378
  }
7389
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TargetDateToSystemDatePipe, decorators: [{
7379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TargetDateToSystemDatePipe, decorators: [{
7390
7380
  type: Pipe,
7391
7381
  args: [{
7392
7382
  name: 'targetDateToSystemDate',
7393
- standalone: true,
7394
7383
  pure: false
7395
7384
  }]
7396
7385
  }] });
@@ -7421,14 +7410,13 @@ class DateTimeRangeOnlyDistancePipe {
7421
7410
  transform(input, config, unavailable = 'Not Available') {
7422
7411
  return input ? formatDateRangeDistance(input, { ...config }) : unavailable;
7423
7412
  }
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" });
7413
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7414
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, isStandalone: true, name: "dateTimeRangeOnlyDistance" });
7426
7415
  }
7427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, decorators: [{
7416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, decorators: [{
7428
7417
  type: Pipe,
7429
7418
  args: [{
7430
7419
  name: 'dateTimeRangeOnlyDistance',
7431
- standalone: true,
7432
7420
  pure: true
7433
7421
  }]
7434
7422
  }] });
@@ -7457,14 +7445,13 @@ class TimezoneAbbreviationPipe {
7457
7445
  transform(timezone, input) {
7458
7446
  return timezone ? getTimezoneAbbreviation(timezone, input ?? undefined) : undefined;
7459
7447
  }
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 });
7448
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimezoneAbbreviationPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7449
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TimezoneAbbreviationPipe, isStandalone: true, name: "timezoneAbbreviation", pure: false });
7462
7450
  }
7463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimezoneAbbreviationPipe, decorators: [{
7451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimezoneAbbreviationPipe, decorators: [{
7464
7452
  type: Pipe,
7465
7453
  args: [{
7466
7454
  name: 'timezoneAbbreviation',
7467
- standalone: true,
7468
7455
  pure: false
7469
7456
  }]
7470
7457
  }] });
@@ -7489,14 +7476,13 @@ class SystemDateToTargetDatePipe {
7489
7476
  transform(input, timezone) {
7490
7477
  return input && timezone ? dateTimezoneUtcNormal({ timezone }).systemDateToTargetDate(input) : undefined;
7491
7478
  }
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 });
7479
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SystemDateToTargetDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7480
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: SystemDateToTargetDatePipe, isStandalone: true, name: "systemDateToTargetDate", pure: false });
7494
7481
  }
7495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SystemDateToTargetDatePipe, decorators: [{
7482
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SystemDateToTargetDatePipe, decorators: [{
7496
7483
  type: Pipe,
7497
7484
  args: [{
7498
7485
  name: 'systemDateToTargetDate',
7499
- standalone: true,
7500
7486
  pure: false
7501
7487
  }]
7502
7488
  }] });
@@ -7547,14 +7533,13 @@ class MinutesStringPipe {
7547
7533
  }
7548
7534
  return result;
7549
7535
  }
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 });
7536
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: MinutesStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7537
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: MinutesStringPipe, isStandalone: true, name: "minutesString", pure: false });
7552
7538
  }
7553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: MinutesStringPipe, decorators: [{
7539
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: MinutesStringPipe, decorators: [{
7554
7540
  type: Pipe,
7555
7541
  args: [{
7556
7542
  name: 'minutesString',
7557
- standalone: true,
7558
7543
  pure: false
7559
7544
  }]
7560
7545
  }] });
@@ -7599,14 +7584,13 @@ class TimeDistanceCountdownPipe {
7599
7584
  }
7600
7585
  return result;
7601
7586
  }
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 });
7587
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistanceCountdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7588
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TimeDistanceCountdownPipe, isStandalone: true, name: "timeCountdownDistance", pure: false });
7604
7589
  }
7605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeDistanceCountdownPipe, decorators: [{
7590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistanceCountdownPipe, decorators: [{
7606
7591
  type: Pipe,
7607
7592
  args: [{
7608
7593
  name: 'timeCountdownDistance',
7609
- standalone: true,
7610
7594
  pure: false
7611
7595
  }]
7612
7596
  }] });
@@ -7646,14 +7630,13 @@ class TimeDistancePipe {
7646
7630
  }
7647
7631
  return result;
7648
7632
  }
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 });
7633
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7634
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: TimeDistancePipe, isStandalone: true, name: "timeDistance", pure: false });
7651
7635
  }
7652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeDistancePipe, decorators: [{
7636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: TimeDistancePipe, decorators: [{
7653
7637
  type: Pipe,
7654
7638
  args: [{
7655
7639
  name: 'timeDistance',
7656
- standalone: true,
7657
7640
  pure: false
7658
7641
  }]
7659
7642
  }] });
@@ -7684,14 +7667,13 @@ class ToMinutesPipe {
7684
7667
  }
7685
7668
  return result;
7686
7669
  }
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" });
7670
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToMinutesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7671
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: ToMinutesPipe, isStandalone: true, name: "toMinutes" });
7689
7672
  }
7690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ToMinutesPipe, decorators: [{
7673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ToMinutesPipe, decorators: [{
7691
7674
  type: Pipe,
7692
7675
  args: [{
7693
7676
  name: 'toMinutes',
7694
- standalone: true,
7695
7677
  pure: true
7696
7678
  }]
7697
7679
  }] });
@@ -7731,14 +7713,13 @@ class PrettyJsonPipe {
7731
7713
  transform(input, spacing) {
7732
7714
  return PrettyJsonPipe.toPrettyJson(input, spacing);
7733
7715
  }
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" });
7716
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: PrettyJsonPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7717
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: PrettyJsonPipe, isStandalone: true, name: "prettyjson" });
7736
7718
  }
7737
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: PrettyJsonPipe, decorators: [{
7719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: PrettyJsonPipe, decorators: [{
7738
7720
  type: Pipe,
7739
7721
  args: [{
7740
- name: 'prettyjson',
7741
- standalone: true
7722
+ name: 'prettyjson'
7742
7723
  }]
7743
7724
  }] });
7744
7725
 
@@ -7766,14 +7747,13 @@ class CutTextPipe {
7766
7747
  transform(input, maxLength, endText) {
7767
7748
  return input == null ? input : cutString(input, maxLength, endText);
7768
7749
  }
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" });
7750
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: CutTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7751
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: CutTextPipe, isStandalone: true, name: "cutText" });
7771
7752
  }
7772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: CutTextPipe, decorators: [{
7753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: CutTextPipe, decorators: [{
7773
7754
  type: Pipe,
7774
7755
  args: [{
7775
7756
  name: 'cutText',
7776
- standalone: true,
7777
7757
  pure: true
7778
7758
  }]
7779
7759
  }] });
@@ -7801,14 +7781,13 @@ class GetValuePipe {
7801
7781
  transform(input, args) {
7802
7782
  return getValueFromGetter(input, args);
7803
7783
  }
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 });
7784
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7785
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: GetValuePipe, isStandalone: true, name: "getValue", pure: false });
7806
7786
  }
7807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GetValuePipe, decorators: [{
7787
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValuePipe, decorators: [{
7808
7788
  type: Pipe,
7809
7789
  args: [{
7810
7790
  name: 'getValue',
7811
- standalone: true,
7812
7791
  pure: false
7813
7792
  }]
7814
7793
  }] });
@@ -7833,14 +7812,13 @@ class GetValueOncePipe {
7833
7812
  transform(input, args) {
7834
7813
  return getValueFromGetter(input, args);
7835
7814
  }
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" });
7815
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValueOncePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7816
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: GetValueOncePipe, isStandalone: true, name: "getValueOnce" });
7838
7817
  }
7839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GetValueOncePipe, decorators: [{
7818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: GetValueOncePipe, decorators: [{
7840
7819
  type: Pipe,
7841
7820
  args: [{
7842
7821
  name: 'getValueOnce',
7843
- standalone: true,
7844
7822
  pure: true
7845
7823
  }]
7846
7824
  }] });
@@ -7868,14 +7846,13 @@ class DollarAmountPipe {
7868
7846
  transform(input, defaultIfNull) {
7869
7847
  return defaultIfNull == null || input != null ? dollarAmountString(input) : defaultIfNull;
7870
7848
  }
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" });
7849
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DollarAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
7850
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.4", ngImport: i0, type: DollarAmountPipe, isStandalone: true, name: "dollarAmount" });
7873
7851
  }
7874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DollarAmountPipe, decorators: [{
7852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DollarAmountPipe, decorators: [{
7875
7853
  type: Pipe,
7876
7854
  args: [{
7877
7855
  name: 'dollarAmount',
7878
- standalone: true,
7879
7856
  pure: true
7880
7857
  }]
7881
7858
  }] });
@@ -7901,10 +7878,10 @@ class AbstractFilterSourceConnectorDirective {
7901
7878
  connectWithSource(filterSource) {
7902
7879
  this._source.next(filterSource);
7903
7880
  }
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 });
7881
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceConnectorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7882
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractFilterSourceConnectorDirective, isStandalone: true, ngImport: i0 });
7906
7883
  }
7907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractFilterSourceConnectorDirective, decorators: [{
7884
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceConnectorDirective, decorators: [{
7908
7885
  type: Directive
7909
7886
  }] });
7910
7887
 
@@ -8029,10 +8006,10 @@ class AbstractFilterSourceDirective {
8029
8006
  setInitialFilterTakesPriority(initialFilterTakesPriority) {
8030
8007
  this._defaultFilterSource.setInitialFilterTakesPriority(initialFilterTakesPriority);
8031
8008
  }
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 });
8009
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8010
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractFilterSourceDirective, isStandalone: true, ngImport: i0 });
8034
8011
  }
8035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractFilterSourceDirective, decorators: [{
8012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractFilterSourceDirective, decorators: [{
8036
8013
  type: Directive
8037
8014
  }] });
8038
8015
 
@@ -8057,14 +8034,13 @@ class DbxFilterConnectSourceDirective {
8057
8034
  ngOnInit() {
8058
8035
  this.filterSourceConnector.connectWithSource(this.filterSource);
8059
8036
  }
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 });
8037
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterConnectSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8038
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: DbxFilterConnectSourceDirective, isStandalone: true, selector: "[dbxFilterConnectSource]", ngImport: i0 });
8062
8039
  }
8063
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterConnectSourceDirective, decorators: [{
8040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterConnectSourceDirective, decorators: [{
8064
8041
  type: Directive,
8065
8042
  args: [{
8066
- selector: '[dbxFilterConnectSource]',
8067
- standalone: true
8043
+ selector: '[dbxFilterConnectSource]'
8068
8044
  }]
8069
8045
  }] });
8070
8046
 
@@ -8085,15 +8061,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
8085
8061
  * ```
8086
8062
  */
8087
8063
  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 });
8064
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8065
+ 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
8066
  }
8091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterSourceConnectorDirective, decorators: [{
8067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceConnectorDirective, decorators: [{
8092
8068
  type: Directive,
8093
8069
  args: [{
8094
8070
  selector: '[dbxFilterSourceConnector]',
8095
- providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)],
8096
- standalone: true
8071
+ providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)]
8097
8072
  }]
8098
8073
  }] });
8099
8074
 
@@ -8112,10 +8087,10 @@ class AbstractDbxFilterMapInstanceDirective {
8112
8087
  setFilterMapKey(filterMapKey) {
8113
8088
  this._currentFilterMapKey.next(filterMapKey);
8114
8089
  }
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 });
8090
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8091
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxFilterMapInstanceDirective, isStandalone: true, ngImport: i0 });
8117
8092
  }
8118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, decorators: [{
8093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, decorators: [{
8119
8094
  type: Directive
8120
8095
  }] });
8121
8096
 
@@ -8130,10 +8105,10 @@ class AbstractDbxFilterMapSourceDirective extends AbstractDbxFilterMapInstanceDi
8130
8105
  initWithFilter(filterObs) {
8131
8106
  this.instance$.pipe(first()).subscribe((x) => x.initWithFilter(filterObs));
8132
8107
  }
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 });
8108
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8109
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxFilterMapSourceDirective, isStandalone: true, usesInheritance: true, ngImport: i0 });
8135
8110
  }
8136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxFilterMapSourceDirective, decorators: [{
8111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxFilterMapSourceDirective, decorators: [{
8137
8112
  type: Directive
8138
8113
  }] });
8139
8114
  /**
@@ -8157,18 +8132,19 @@ class DbxFilterMapSourceDirective extends AbstractDbxFilterMapSourceDirective {
8157
8132
  /**
8158
8133
  * The map key this source binds to.
8159
8134
  */
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 });
8135
+ dbxFilterMapSource = input(/* @ts-ignore */
8136
+ ...(ngDevMode ? [undefined, { debugName: "dbxFilterMapSource" }] : /* istanbul ignore next */ []));
8137
+ _dbxFilterMapSourceEffect = effect(() => this.setFilterMapKey(this.dbxFilterMapSource()), /* @ts-ignore */
8138
+ ...(ngDevMode ? [{ debugName: "_dbxFilterMapSourceEffect" }] : /* istanbul ignore next */ []));
8139
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8140
+ 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
8141
  }
8165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapSourceDirective, decorators: [{
8142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceDirective, decorators: [{
8166
8143
  type: Directive,
8167
8144
  args: [{
8168
8145
  selector: '[dbxFilterMapSource]',
8169
8146
  exportAs: 'dbxFilterMapSource',
8170
- providers: [provideFilterSource(DbxFilterMapSourceDirective)],
8171
- standalone: true
8147
+ providers: [provideFilterSource(DbxFilterMapSourceDirective)]
8172
8148
  }]
8173
8149
  }], propDecorators: { dbxFilterMapSource: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxFilterMapSource", required: false }] }] } });
8174
8150
 
@@ -8193,8 +8169,10 @@ class DbxFilterMapSourceConnectorDirective extends AbstractDbxFilterMapSourceDir
8193
8169
  /**
8194
8170
  * The map key this connector binds to.
8195
8171
  */
8196
- dbxFilterMapSourceConnector = input(...(ngDevMode ? [undefined, { debugName: "dbxFilterMapSourceConnector" }] : /* istanbul ignore next */ []));
8197
- _dbxFilterMapSourceConnectorEffect = effect(() => this.setFilterMapKey(this.dbxFilterMapSourceConnector()), ...(ngDevMode ? [{ debugName: "_dbxFilterMapSourceConnectorEffect" }] : /* istanbul ignore next */ []));
8172
+ dbxFilterMapSourceConnector = input(/* @ts-ignore */
8173
+ ...(ngDevMode ? [undefined, { debugName: "dbxFilterMapSourceConnector" }] : /* istanbul ignore next */ []));
8174
+ _dbxFilterMapSourceConnectorEffect = effect(() => this.setFilterMapKey(this.dbxFilterMapSourceConnector()), /* @ts-ignore */
8175
+ ...(ngDevMode ? [{ debugName: "_dbxFilterMapSourceConnectorEffect" }] : /* istanbul ignore next */ []));
8198
8176
  // MARK: FilterSourceConnector
8199
8177
  connectWithSource(filterSource) {
8200
8178
  this.instance$.pipe(first()).subscribe((x) => {
@@ -8204,16 +8182,15 @@ class DbxFilterMapSourceConnectorDirective extends AbstractDbxFilterMapSourceDir
8204
8182
  }
8205
8183
  });
8206
8184
  }
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 });
8185
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8186
+ 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
8187
  }
8210
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, decorators: [{
8188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, decorators: [{
8211
8189
  type: Directive,
8212
8190
  args: [{
8213
8191
  selector: '[dbxFilterMapSourceConnector]',
8214
8192
  exportAs: 'dbxFilterMapSourceConnector',
8215
- providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)],
8216
- standalone: true
8193
+ providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)]
8217
8194
  }]
8218
8195
  }], propDecorators: { dbxFilterMapSourceConnector: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxFilterMapSourceConnector", required: false }] }] } });
8219
8196
 
@@ -8235,16 +8212,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
8235
8212
  */
8236
8213
  class DbxFilterMapDirective {
8237
8214
  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 });
8215
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8216
+ 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
8217
  }
8241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterMapDirective, decorators: [{
8218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterMapDirective, decorators: [{
8242
8219
  type: Directive,
8243
8220
  args: [{
8244
8221
  selector: '[dbxFilterMap]',
8245
8222
  exportAs: 'dbxFilterMap',
8246
- providers: [FilterMap],
8247
- standalone: true
8223
+ providers: [FilterMap]
8248
8224
  }]
8249
8225
  }] });
8250
8226
 
@@ -8283,25 +8259,24 @@ function isClickablePartialFilterPreset(preset) {
8283
8259
  * ```
8284
8260
  */
8285
8261
  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 });
8262
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8263
+ 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
8264
  }
8289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFilterSourceDirective, decorators: [{
8265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFilterSourceDirective, decorators: [{
8290
8266
  type: Directive,
8291
8267
  args: [{
8292
8268
  selector: '[dbxFilterSource]',
8293
- providers: provideFilterSourceDirective(DbxFilterSourceDirective),
8294
- standalone: true
8269
+ providers: provideFilterSourceDirective(DbxFilterSourceDirective)
8295
8270
  }]
8296
8271
  }] });
8297
8272
 
8298
8273
  const importsAndExports = [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective];
8299
8274
  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 });
8275
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8276
+ 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] });
8277
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreFilterModule });
8303
8278
  }
8304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxCoreFilterModule, decorators: [{
8279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxCoreFilterModule, decorators: [{
8305
8280
  type: NgModule,
8306
8281
  args: [{
8307
8282
  imports: importsAndExports,
@@ -8579,10 +8554,10 @@ class AbstractDbxInjectionDirective {
8579
8554
  setContent(content) {
8580
8555
  this._instance.content = content;
8581
8556
  }
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 });
8557
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxInjectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8558
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractDbxInjectionDirective, isStandalone: true, ngImport: i0 });
8584
8559
  }
8585
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractDbxInjectionDirective, decorators: [{
8560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractDbxInjectionDirective, decorators: [{
8586
8561
  type: Directive
8587
8562
  }] });
8588
8563
 
@@ -8622,31 +8597,34 @@ class DbxInjectionComponent extends AbstractDbxInjectionDirective {
8622
8597
  /**
8623
8598
  * The component injection configuration. Accepts an observable, getter, or static value.
8624
8599
  */
8625
- config = input(...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8600
+ config = input(/* @ts-ignore */
8601
+ ...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8626
8602
  /**
8627
8603
  * The template injection configuration. Accepts an observable, getter, or static value.
8628
8604
  * Only used when `config` is not provided.
8629
8605
  */
8630
- template = input(...(ngDevMode ? [undefined, { debugName: "template" }] : /* istanbul ignore next */ []));
8606
+ template = input(/* @ts-ignore */
8607
+ ...(ngDevMode ? [undefined, { debugName: "template" }] : /* istanbul ignore next */ []));
8631
8608
  // 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: `
8609
+ _contentEffect = effect(() => this.setContent(this.content()), /* @ts-ignore */
8610
+ ...(ngDevMode ? [{ debugName: "_contentEffect" }] : /* istanbul ignore next */ []));
8611
+ _configEffect = effect(() => this.setConfig(this.config()), /* @ts-ignore */
8612
+ ...(ngDevMode ? [{ debugName: "_configEffect" }] : /* istanbul ignore next */ []));
8613
+ _templateEffect = effect(() => this.setTemplate(this.template()), /* @ts-ignore */
8614
+ ...(ngDevMode ? [{ debugName: "_templateEffect" }] : /* istanbul ignore next */ []));
8615
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
8616
+ 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
8617
  <ng-template #content></ng-template>
8638
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8618
+ `, isInline: true });
8639
8619
  }
8640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionComponent, decorators: [{
8620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionComponent, decorators: [{
8641
8621
  type: Component,
8642
8622
  args: [{
8643
8623
  selector: 'dbx-injection, [dbxInjection], [dbx-injection]',
8644
8624
  template: `
8645
8625
  <ng-template #content></ng-template>
8646
8626
  `,
8647
- imports: [],
8648
- changeDetection: ChangeDetectionStrategy.OnPush,
8649
- standalone: true
8627
+ imports: []
8650
8628
  }]
8651
8629
  }], 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
8630
 
@@ -8677,15 +8655,16 @@ class DbxInjectionArrayComponent {
8677
8655
  /**
8678
8656
  * The array of keyed injection entries to render. Each entry produces a `<dbx-injection>` component.
8679
8657
  */
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: `
8658
+ entries = input(undefined, /* @ts-ignore */
8659
+ ...(ngDevMode ? [{ debugName: "entries" }] : /* istanbul ignore next */ []));
8660
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionArrayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8661
+ 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
8662
  @for (entry of entries(); track entry.key) {
8684
8663
  <dbx-injection [config]="entry.injectionConfig"></dbx-injection>
8685
8664
  }
8686
- `, isInline: true, dependencies: [{ kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8665
+ `, isInline: true, dependencies: [{ kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }] });
8687
8666
  }
8688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionArrayComponent, decorators: [{
8667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionArrayComponent, decorators: [{
8689
8668
  type: Component,
8690
8669
  args: [{
8691
8670
  selector: 'dbx-injection-array',
@@ -8694,9 +8673,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
8694
8673
  <dbx-injection [config]="entry.injectionConfig"></dbx-injection>
8695
8674
  }
8696
8675
  `,
8697
- imports: [DbxInjectionComponent],
8698
- changeDetection: ChangeDetectionStrategy.OnPush,
8699
- standalone: true
8676
+ imports: [DbxInjectionComponent]
8700
8677
  }]
8701
8678
  }], propDecorators: { entries: [{ type: i0.Input, args: [{ isSignal: true, alias: "entries", required: false }] }] } });
8702
8679
 
@@ -8782,12 +8759,14 @@ class DbxInjectionContextDirective {
8782
8759
  * Optional static component config input. When set, the directive replaces its content
8783
8760
  * with the specified component. When cleared (`undefined`), the original content is restored.
8784
8761
  */
8785
- config = input(...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8762
+ config = input(/* @ts-ignore */
8763
+ ...(ngDevMode ? [undefined, { debugName: "config" }] : /* istanbul ignore next */ []));
8786
8764
  _configEffect = effect(() => {
8787
8765
  this.setConfig(this.config());
8788
8766
  // NOTE: we have/call setConfig() because the effect() may not respond to all value changes,
8789
8767
  // especially when setConfig() ends up being called twice quickly in quick succession.
8790
- }, ...(ngDevMode ? [{ debugName: "_configEffect" }] : /* istanbul ignore next */ []));
8768
+ }, /* @ts-ignore */
8769
+ ...(ngDevMode ? [{ debugName: "_configEffect" }] : /* istanbul ignore next */ []));
8791
8770
  ngOnInit() {
8792
8771
  this._instance.content = this._viewContainer;
8793
8772
  this._instance.init();
@@ -8916,15 +8895,14 @@ class DbxInjectionContextDirective {
8916
8895
  this._isDetached = false;
8917
8896
  }
8918
8897
  }
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 });
8898
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8899
+ 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
8900
  }
8922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxInjectionContextDirective, decorators: [{
8901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxInjectionContextDirective, decorators: [{
8923
8902
  type: Directive,
8924
8903
  args: [{
8925
8904
  selector: '[dbxInjectionContext]',
8926
- providers: provideDbxInjectionContext(DbxInjectionContextDirective),
8927
- standalone: true
8905
+ providers: provideDbxInjectionContext(DbxInjectionContextDirective)
8928
8906
  }]
8929
8907
  }], propDecorators: { config: [{ type: i0.Input, args: [{ isSignal: true, alias: "config", required: false }] }] } });
8930
8908
 
@@ -8968,10 +8946,10 @@ class AbstractForwardDbxInjectionContextDirective {
8968
8946
  resetContext() {
8969
8947
  return this.dbxInjectionContext.resetContext();
8970
8948
  }
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 });
8949
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8950
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.4", type: AbstractForwardDbxInjectionContextDirective, isStandalone: true, ngImport: i0 });
8973
8951
  }
8974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, decorators: [{
8952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, decorators: [{
8975
8953
  type: Directive
8976
8954
  }] });
8977
8955
 
@@ -9106,10 +9084,10 @@ class LockSetComponentStore extends ComponentStore {
9106
9084
  _destroyNow() {
9107
9085
  this.lockSet.destroy();
9108
9086
  }
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 });
9087
+ 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 });
9088
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: LockSetComponentStore });
9111
9089
  }
9112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: LockSetComponentStore, decorators: [{
9090
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: LockSetComponentStore, decorators: [{
9113
9091
  type: Injectable
9114
9092
  }], ctorParameters: () => [{ type: undefined, decorators: [{
9115
9093
  type: Inject,
@@ -9431,10 +9409,10 @@ class SimpleStorageAccessorFactory {
9431
9409
  };
9432
9410
  return new SimpleStorageAccessor(delegate, accessorConfig);
9433
9411
  }
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 });
9412
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SimpleStorageAccessorFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9413
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SimpleStorageAccessorFactory });
9436
9414
  }
9437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SimpleStorageAccessorFactory, decorators: [{
9415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: SimpleStorageAccessorFactory, decorators: [{
9438
9416
  type: Injectable
9439
9417
  }] });
9440
9418
 
@@ -9669,87 +9647,10 @@ function hasNonTrivialChildNodes(element) {
9669
9647
  }
9670
9648
  return result;
9671
9649
  }
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
9650
 
9750
9651
  /**
9751
9652
  * Generated bundle index. Do not edit.
9752
9653
  */
9753
9654
 
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 };
9655
+ 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
9656
  //# sourceMappingURL=dereekb-dbx-core.mjs.map