@dereekb/dbx-core 11.0.21 → 11.1.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.
- package/esm2022/lib/action/action.holder.mjs +1 -1
- package/esm2022/lib/action/action.machine.mjs +1 -1
- package/esm2022/lib/action/action.mjs +1 -1
- package/esm2022/lib/action/directive/auto/action.automodify.directive.mjs +1 -1
- package/esm2022/lib/action/directive/auto/action.autotrigger.directive.mjs +1 -1
- package/esm2022/lib/action/directive/context/action.source.directive.mjs +1 -1
- package/esm2022/lib/action/directive/map/action.map.key.directive.mjs +1 -1
- package/esm2022/lib/action/directive/map/action.map.source.directive.mjs +1 -1
- package/esm2022/lib/action/directive/map/action.map.working.disable.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.disabled.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.disableonsuccess.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.enforce.modified.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.handler.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.presuccess.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.success.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.success.handler.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.value.trigger.directive.mjs +1 -1
- package/esm2022/lib/action/directive/state/action.working.component.mjs +1 -1
- package/esm2022/lib/auth/auth.role.any.directive.mjs +1 -1
- package/esm2022/lib/auth/auth.user.mjs +1 -1
- package/esm2022/lib/auth/router/provider/uirouter/auth.hook.mjs +1 -1
- package/esm2022/lib/auth/router/provider/uirouter/state.hook.mjs +1 -1
- package/esm2022/lib/auth/router/state/effect/auth.router.state.effect.mjs +1 -1
- package/esm2022/lib/auth/service/auth.service.rxjs.mjs +1 -1
- package/esm2022/lib/button/button.directive.mjs +1 -1
- package/esm2022/lib/button/button.mjs +1 -1
- package/esm2022/lib/button/router/button.segue.directive.mjs +1 -1
- package/esm2022/lib/context/context.directive.mjs +1 -1
- package/esm2022/lib/filter/filter.abstract.connector.directive.mjs +1 -1
- package/esm2022/lib/filter/filter.abstract.source.directive.mjs +1 -1
- package/esm2022/lib/filter/filter.map.connector.directive.mjs +1 -1
- package/esm2022/lib/filter/filter.map.instance.directive.mjs +1 -1
- package/esm2022/lib/filter/filter.map.source.directive.mjs +1 -1
- package/esm2022/lib/injection/injection.array.component.mjs +1 -1
- package/esm2022/lib/injection/injection.component.mjs +1 -1
- package/esm2022/lib/injection/injection.context.directive.mjs +1 -1
- package/esm2022/lib/injection/injection.directive.mjs +1 -1
- package/esm2022/lib/injection/injection.mjs +3 -3
- package/esm2022/lib/injection/injection.rxjs.mjs +1 -1
- package/esm2022/lib/ngrx/store.lockset.mjs +1 -1
- package/esm2022/lib/pipe/date/datedayrange.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/datedaytimerange.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/datedistance.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/dateformatdistance.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/daterangedistance.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/datetimerange.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/datetimerangeonly.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/datetimerangeonlydistance.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/minutesstring.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/systemdatetotargetdate.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/targetdatetosystemdate.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/timezoneabbreviation.pipe.mjs +1 -1
- package/esm2022/lib/pipe/date/tojsdate.pipe.mjs +1 -1
- package/esm2022/lib/pipe/misc/prettyjson.pipe.mjs +1 -1
- package/esm2022/lib/pipe/value/cuttext.pipe.mjs +18 -0
- package/esm2022/lib/pipe/value/dollar.pipe.mjs +1 -1
- package/esm2022/lib/pipe/value/index.mjs +2 -1
- package/esm2022/lib/pipe/value/value.pipe.module.mjs +4 -3
- package/esm2022/lib/router/anchor/anchor.directive.mjs +1 -1
- package/esm2022/lib/router/anchor/mousable.mjs +1 -1
- package/esm2022/lib/router/auth/hook/uid.hook.mjs +1 -1
- package/esm2022/lib/router/index.mjs +2 -1
- package/esm2022/lib/router/model/id.param.redirect.mjs +73 -0
- package/esm2022/lib/router/model/index.mjs +7 -0
- package/esm2022/lib/router/model/model.module.mjs +20 -0
- package/esm2022/lib/router/model/model.router.id.directive.mjs +61 -0
- package/esm2022/lib/router/model/model.router.key.directive.mjs +62 -0
- package/esm2022/lib/router/model/model.router.mjs +38 -0
- package/esm2022/lib/router/model/model.router.uid.directive.mjs +24 -0
- package/esm2022/lib/router/router/service/router.service.rxjs.mjs +1 -1
- package/esm2022/lib/router/router/transition/transition.rxjs.mjs +3 -3
- package/esm2022/lib/router/router/util/route.reader.mjs +1 -1
- package/esm2022/lib/router/segue.mjs +1 -1
- package/esm2022/lib/storage/storage.accessor.mjs +1 -1
- package/esm2022/lib/storage/storage.accessor.string.mjs +3 -3
- package/esm2022/lib/subscription/subscription.directive.mjs +1 -1
- package/esm2022/lib/util/view.mjs +1 -1
- package/fesm2022/dereekb-dbx-core.mjs +278 -10
- package/fesm2022/dereekb-dbx-core.mjs.map +1 -1
- package/lib/action/action.d.ts +1 -1
- package/lib/action/action.holder.d.ts +1 -1
- package/lib/action/action.machine.d.ts +1 -1
- package/lib/action/directive/auto/action.automodify.directive.d.ts +1 -1
- package/lib/action/directive/auto/action.autotrigger.directive.d.ts +1 -1
- package/lib/action/directive/context/action.source.directive.d.ts +1 -1
- package/lib/action/directive/map/action.map.key.directive.d.ts +1 -1
- package/lib/action/directive/map/action.map.working.disable.directive.d.ts +1 -1
- package/lib/action/directive/state/action.disabled.directive.d.ts +1 -1
- package/lib/action/directive/state/action.disableonsuccess.directive.d.ts +1 -1
- package/lib/action/directive/state/action.enforce.modified.directive.d.ts +1 -1
- package/lib/action/directive/state/action.handler.directive.d.ts +1 -1
- package/lib/action/directive/state/action.presuccess.directive.d.ts +1 -1
- package/lib/action/directive/state/action.success.directive.d.ts +1 -1
- package/lib/action/directive/state/action.success.handler.directive.d.ts +1 -1
- package/lib/action/directive/state/action.value.trigger.directive.d.ts +1 -1
- package/lib/action/directive/state/action.working.component.d.ts +1 -1
- package/lib/auth/auth.role.any.directive.d.ts +1 -1
- package/lib/auth/auth.user.d.ts +1 -1
- package/lib/auth/service/auth.service.rxjs.d.ts +1 -1
- package/lib/button/button.d.ts +1 -1
- package/lib/button/button.directive.d.ts +1 -1
- package/lib/button/router/button.segue.directive.d.ts +1 -1
- package/lib/context/context.directive.d.ts +1 -1
- package/lib/filter/filter.abstract.source.directive.d.ts +1 -1
- package/lib/filter/filter.map.connector.directive.d.ts +1 -1
- package/lib/filter/filter.map.instance.directive.d.ts +1 -1
- package/lib/filter/filter.map.source.directive.d.ts +1 -1
- package/lib/injection/injection.array.component.d.ts +1 -1
- package/lib/injection/injection.component.d.ts +1 -1
- package/lib/injection/injection.context.directive.d.ts +1 -1
- package/lib/injection/injection.directive.d.ts +1 -1
- package/lib/injection/injection.rxjs.d.ts +1 -1
- package/lib/ngrx/store.lockset.d.ts +1 -1
- package/lib/pipe/date/datedayrange.pipe.d.ts +1 -1
- package/lib/pipe/date/datedaytimerange.pipe.d.ts +1 -1
- package/lib/pipe/date/datedistance.pipe.d.ts +1 -1
- package/lib/pipe/date/dateformatdistance.pipe.d.ts +1 -1
- package/lib/pipe/date/daterangedistance.pipe.d.ts +1 -1
- package/lib/pipe/date/datetimerange.pipe.d.ts +1 -1
- package/lib/pipe/date/datetimerangeonly.pipe.d.ts +1 -1
- package/lib/pipe/date/datetimerangeonlydistance.pipe.d.ts +1 -1
- package/lib/pipe/date/minutesstring.pipe.d.ts +1 -1
- package/lib/pipe/date/systemdatetotargetdate.pipe.d.ts +1 -1
- package/lib/pipe/date/targetdatetosystemdate.pipe.d.ts +1 -1
- package/lib/pipe/date/timezoneabbreviation.pipe.d.ts +1 -1
- package/lib/pipe/date/tojsdate.pipe.d.ts +1 -1
- package/lib/pipe/misc/prettyjson.pipe.d.ts +1 -1
- package/lib/pipe/value/cuttext.pipe.d.ts +11 -0
- package/lib/pipe/value/dollar.pipe.d.ts +1 -1
- package/lib/pipe/value/index.d.ts +1 -0
- package/lib/pipe/value/value.pipe.module.d.ts +4 -3
- package/lib/router/anchor/anchor.directive.d.ts +1 -1
- package/lib/router/anchor/mousable.d.ts +1 -1
- package/lib/router/auth/hook/uid.hook.d.ts +1 -1
- package/lib/router/index.d.ts +1 -0
- package/lib/router/model/id.param.redirect.d.ts +51 -0
- package/lib/router/model/index.d.ts +6 -0
- package/lib/router/model/model.module.d.ts +9 -0
- package/lib/router/model/model.router.d.ts +35 -0
- package/lib/router/model/model.router.id.directive.d.ts +30 -0
- package/lib/router/model/model.router.key.directive.d.ts +32 -0
- package/lib/router/model/model.router.uid.directive.d.ts +15 -0
- package/lib/router/router/service/router.service.rxjs.d.ts +1 -1
- package/lib/router/router/util/route.reader.d.ts +2 -2
- package/lib/router/segue.d.ts +1 -1
- package/lib/storage/storage.accessor.d.ts +1 -1
- package/lib/storage/storage.accessor.string.d.ts +1 -1
- package/lib/subscription/subscription.directive.d.ts +1 -1
- package/lib/util/view.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Directive, inject, Input, Injectable, forwardRef, TemplateRef, ViewContainerRef, ElementRef, NgModule, NgZone, InjectionToken, ChangeDetectorRef, EventEmitter, Output, Pipe, LOCALE_ID, Injector, Component, ViewChild, ChangeDetectionStrategy, Inject, Optional } from '@angular/core';
|
|
3
3
|
import { SubscriptionObject, LockSet, filterMaybe, LoadingStateType, beginLoading, idleLoadingState, errorResult, successResult, scanCount, workFactory, combineLatestFromMapValuesObsFn, emitDelayObs, asObservable, returnIfIs, timeoutStartWith, skipFirstMaybe, distinctUntilKeysChange, maybeValueFromObservableOrValueGetter, switchMapToDefault, asObservableFromGetter, onFalseToTrue, onTrueToFalse, setContainsAllValuesFrom, setContainsNoValueFrom, FilterSource, FilterSourceConnector, FilterSourceInstance, FilterMap, switchMapObject } from '@dereekb/rxjs';
|
|
4
4
|
import { switchMap, first, BehaviorSubject, combineLatest, distinctUntilChanged, filter, Subject, debounce, interval, throttle, exhaustMap, mergeMap, map, shareReplay, EMPTY, of, withLatestFrom, startWith, delay, tap, catchError, firstValueFrom, takeUntil, Observable } from 'rxjs';
|
|
5
|
-
import { isDefinedAndNotFalse, hasValueOrNotEmpty, BooleanStringKeyArrayUtility, reduceBooleansWithOrFn, asGetter, getValueFromGetter, toReadableError, isGetter, asArray, setIncludes, isAllowed, maybeSet, iterableToSet, expandTreeFunction, flattenTreeToArrayFunction, expandFlattenTreeFunction, mailToUrlString, telUrlString, mergeObjects, KeyValueTypleValueFilter,
|
|
5
|
+
import { isDefinedAndNotFalse, hasValueOrNotEmpty, BooleanStringKeyArrayUtility, reduceBooleansWithOrFn, asGetter, getValueFromGetter, toReadableError, isGetter, asArray, setIncludes, isAllowed, maybeSet, iterableToSet, expandTreeFunction, flattenTreeToArrayFunction, expandFlattenTreeFunction, mailToUrlString, telUrlString, mergeObjects, KeyValueTypleValueFilter, filterMaybeArrayValues, defaultForwardFunctionFactory, cutString, dollarAmountString, objectHasKey, objectHasKeys, mergeArrays, pushItemOrArrayItemsIntoArray, promiseReference, DataIsExpiredError, DataDoesNotExistError, hasNonNullValue, splitJoinRemainder, StorageObjectUtility, SHARED_MEMORY_STORAGE } from '@dereekb/util';
|
|
6
6
|
import { ComponentStore } from '@ngrx/component-store';
|
|
7
7
|
import * as i1$2 from '@angular/common';
|
|
8
8
|
import { CommonModule, formatDate } from '@angular/common';
|
|
@@ -1717,7 +1717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1717
1717
|
type: Input
|
|
1718
1718
|
}] } });
|
|
1719
1719
|
|
|
1720
|
-
const declarations$
|
|
1720
|
+
const declarations$6 = [
|
|
1721
1721
|
DbxActionDirective,
|
|
1722
1722
|
DbxActionContextMapDirective,
|
|
1723
1723
|
DbxActionFromMapDirective,
|
|
@@ -1786,8 +1786,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1786
1786
|
type: NgModule,
|
|
1787
1787
|
args: [{
|
|
1788
1788
|
imports: [CommonModule],
|
|
1789
|
-
declarations: declarations$
|
|
1790
|
-
exports: declarations$
|
|
1789
|
+
declarations: declarations$6,
|
|
1790
|
+
exports: declarations$6
|
|
1791
1791
|
}]
|
|
1792
1792
|
}] });
|
|
1793
1793
|
|
|
@@ -2598,7 +2598,7 @@ function latestSuccessfulRoutes(config) {
|
|
|
2598
2598
|
return route.activeExactly ? () => (dbxRouterService.isActiveExactly(route.route) ? routeConfig : undefined) : () => (dbxRouterService.isActive(route.route) ? routeConfig : undefined);
|
|
2599
2599
|
});
|
|
2600
2600
|
return successTransition(dbxRouterTransitionService.transitions$).pipe(startWith(undefined), map(() => {
|
|
2601
|
-
const activeRoutes =
|
|
2601
|
+
const activeRoutes = filterMaybeArrayValues(checkRoutes.map((x) => x()));
|
|
2602
2602
|
return activeRoutes;
|
|
2603
2603
|
}), distinctUntilKeysChange((x) => x.i), map((x) => x.map((y) => y.r)), shareReplay(1));
|
|
2604
2604
|
}
|
|
@@ -2964,6 +2964,259 @@ class DbxRouteParamDefaultRedirectInstance {
|
|
|
2964
2964
|
}
|
|
2965
2965
|
}
|
|
2966
2966
|
|
|
2967
|
+
/**
|
|
2968
|
+
* Default identifier used by dbxRouteModelIdParamRedirect() that corresponds to the id param of the model in the current route.
|
|
2969
|
+
*/
|
|
2970
|
+
const DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_ID_PARAM_KEY = 'id';
|
|
2971
|
+
/**
|
|
2972
|
+
* Default identifier used by dbxRouteModelIdParamRedirect() that corresponds to the key param of the model in the current route.
|
|
2973
|
+
*/
|
|
2974
|
+
const DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_KEY_PARAM_KEY = 'key';
|
|
2975
|
+
/**
|
|
2976
|
+
* Default value used by dbxRouteModelIdParamRedirect() for when a value is not available or provided.
|
|
2977
|
+
*/
|
|
2978
|
+
const DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_USE_PARAM_VALUE = '0';
|
|
2979
|
+
function dbxRouteModelKeyParamRedirect(dbxRouterService, defaultParamKey = DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_KEY_PARAM_KEY) {
|
|
2980
|
+
return dbxRouteModelIdParamRedirect(dbxRouterService, defaultParamKey);
|
|
2981
|
+
}
|
|
2982
|
+
function dbxRouteModelIdParamRedirect(dbxRouterService, defaultParamKey = DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_ID_PARAM_KEY) {
|
|
2983
|
+
const _paramReader = dbxRouteParamReaderInstance(dbxRouterService, defaultParamKey);
|
|
2984
|
+
const _paramRedirect = new DbxRouteParamDefaultRedirectInstance(_paramReader);
|
|
2985
|
+
const _useDefaultParamDecider = new BehaviorSubject(DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_USE_PARAM_VALUE);
|
|
2986
|
+
const _useDefaultParam$ = _useDefaultParamDecider.pipe(map((x) => {
|
|
2987
|
+
let result;
|
|
2988
|
+
if (typeof x === 'string') {
|
|
2989
|
+
result = (value) => of(value === x);
|
|
2990
|
+
}
|
|
2991
|
+
else {
|
|
2992
|
+
result = x;
|
|
2993
|
+
}
|
|
2994
|
+
return result;
|
|
2995
|
+
}), shareReplay(1));
|
|
2996
|
+
const setParamKey = (paramKey) => {
|
|
2997
|
+
_paramReader.setParamKey(paramKey || defaultParamKey);
|
|
2998
|
+
};
|
|
2999
|
+
const paramValue$ = _paramReader.paramValue$;
|
|
3000
|
+
const value$ = _paramReader.value$;
|
|
3001
|
+
const result = {
|
|
3002
|
+
paramValue$,
|
|
3003
|
+
defaultValue$: _paramReader.defaultValue$,
|
|
3004
|
+
value$,
|
|
3005
|
+
idFromParams$: paramValue$,
|
|
3006
|
+
id$: value$,
|
|
3007
|
+
init() {
|
|
3008
|
+
_paramRedirect.setUseDefaultFilter((value) => {
|
|
3009
|
+
return _useDefaultParam$.pipe(switchMap((x) => x(value)));
|
|
3010
|
+
});
|
|
3011
|
+
_paramRedirect.init();
|
|
3012
|
+
},
|
|
3013
|
+
destroy() {
|
|
3014
|
+
_paramReader.destroy();
|
|
3015
|
+
_paramRedirect.destroy();
|
|
3016
|
+
_useDefaultParamDecider.complete();
|
|
3017
|
+
},
|
|
3018
|
+
getParamKey() {
|
|
3019
|
+
return _paramReader.getParamKey();
|
|
3020
|
+
},
|
|
3021
|
+
setParamKey,
|
|
3022
|
+
setDefaultValue(defaultValue) {
|
|
3023
|
+
_paramReader.setDefaultValue(defaultValue);
|
|
3024
|
+
},
|
|
3025
|
+
setRedirectEnabled(redirect) {
|
|
3026
|
+
_paramRedirect.enabled = redirect !== false;
|
|
3027
|
+
},
|
|
3028
|
+
setDecider(decider) {
|
|
3029
|
+
_useDefaultParamDecider.next(decider);
|
|
3030
|
+
},
|
|
3031
|
+
setParamValue(value) {
|
|
3032
|
+
_paramReader.setParamValue(value);
|
|
3033
|
+
}
|
|
3034
|
+
};
|
|
3035
|
+
return result;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
// MARK: Id
|
|
3039
|
+
/**
|
|
3040
|
+
* DbxRouteModelIdDirective delegate that can recieve an observable of the model id from the route.
|
|
3041
|
+
*/
|
|
3042
|
+
class DbxRouteModelIdDirectiveDelegate {
|
|
3043
|
+
}
|
|
3044
|
+
/**
|
|
3045
|
+
* Configures providers for a DbxRouteModelIdDirectiveDelegate.
|
|
3046
|
+
*/
|
|
3047
|
+
function provideDbxRouteModelIdDirectiveDelegate(sourceType) {
|
|
3048
|
+
const providers = [
|
|
3049
|
+
{
|
|
3050
|
+
provide: DbxRouteModelIdDirectiveDelegate,
|
|
3051
|
+
useExisting: forwardRef(() => sourceType)
|
|
3052
|
+
}
|
|
3053
|
+
];
|
|
3054
|
+
return providers;
|
|
3055
|
+
}
|
|
3056
|
+
// MARK: Key
|
|
3057
|
+
/**
|
|
3058
|
+
* DbxRouteModelKeyDirective delegate that can recieve an observable of the model id from the route.
|
|
3059
|
+
*/
|
|
3060
|
+
class DbxRouteModelKeyDirectiveDelegate {
|
|
3061
|
+
}
|
|
3062
|
+
/**
|
|
3063
|
+
* Configures providers for a DbxRouteModelKeyDirectiveDelegate.
|
|
3064
|
+
*/
|
|
3065
|
+
function provideDbxRouteModelKeyDirectiveDelegate(sourceType) {
|
|
3066
|
+
const providers = [
|
|
3067
|
+
{
|
|
3068
|
+
provide: DbxRouteModelKeyDirectiveDelegate,
|
|
3069
|
+
useExisting: forwardRef(() => sourceType)
|
|
3070
|
+
}
|
|
3071
|
+
];
|
|
3072
|
+
return providers;
|
|
3073
|
+
}
|
|
3074
|
+
|
|
3075
|
+
/**
|
|
3076
|
+
* Used for retrieving the model's key from the current route using the configured parameter and passes it to its delegate.
|
|
3077
|
+
*
|
|
3078
|
+
* If the key does not exist in the params, then the p
|
|
3079
|
+
*/
|
|
3080
|
+
class DbxRouteModelKeyDirective extends AbstractSubscriptionDirective {
|
|
3081
|
+
dbxRouterService = inject(DbxRouterService);
|
|
3082
|
+
dbxRouteModelKeyDelegate = inject(DbxRouteModelKeyDirectiveDelegate, { host: true });
|
|
3083
|
+
_redirectInstance = dbxRouteModelKeyParamRedirect(this.dbxRouterService);
|
|
3084
|
+
keyFromParams$ = this._redirectInstance.paramValue$;
|
|
3085
|
+
key$ = this._redirectInstance.value$;
|
|
3086
|
+
ngOnInit() {
|
|
3087
|
+
this.sub = this.dbxRouteModelKeyDelegate.useRouteModelKeyParamsObservable(this.keyFromParams$, this.key$);
|
|
3088
|
+
this._redirectInstance.init();
|
|
3089
|
+
}
|
|
3090
|
+
ngOnDestroy() {
|
|
3091
|
+
this._redirectInstance.destroy();
|
|
3092
|
+
}
|
|
3093
|
+
// MARK: Input
|
|
3094
|
+
get keyParam() {
|
|
3095
|
+
return this._redirectInstance.getParamKey();
|
|
3096
|
+
}
|
|
3097
|
+
set keyParam(idParam) {
|
|
3098
|
+
this._redirectInstance.setParamKey(idParam);
|
|
3099
|
+
}
|
|
3100
|
+
set dbxRouteModelKeyDefault(defaultValue) {
|
|
3101
|
+
this._redirectInstance.setDefaultValue(defaultValue);
|
|
3102
|
+
}
|
|
3103
|
+
/**
|
|
3104
|
+
* Whether or not to enable the redirection. Is enabled by default.
|
|
3105
|
+
*/
|
|
3106
|
+
set dbxRouteModelKeyDefaultRedirect(redirect) {
|
|
3107
|
+
this._redirectInstance.setRedirectEnabled(redirect !== false); // true by default
|
|
3108
|
+
}
|
|
3109
|
+
set dbxRouteModelKeyDefaultDecision(decider) {
|
|
3110
|
+
this._redirectInstance.setDecider(decider);
|
|
3111
|
+
}
|
|
3112
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxRouteModelKeyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3113
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxRouteModelKeyDirective, selector: "[dbxRouteModelKey]", inputs: { keyParam: ["dbxRouteModelKey", "keyParam"], dbxRouteModelKeyDefault: "dbxRouteModelKeyDefault", dbxRouteModelKeyDefaultRedirect: "dbxRouteModelKeyDefaultRedirect", dbxRouteModelKeyDefaultDecision: "dbxRouteModelKeyDefaultDecision" }, usesInheritance: true, ngImport: i0 });
|
|
3114
|
+
}
|
|
3115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxRouteModelKeyDirective, decorators: [{
|
|
3116
|
+
type: Directive,
|
|
3117
|
+
args: [{
|
|
3118
|
+
selector: '[dbxRouteModelKey]'
|
|
3119
|
+
}]
|
|
3120
|
+
}], propDecorators: { keyParam: [{
|
|
3121
|
+
type: Input,
|
|
3122
|
+
args: ['dbxRouteModelKey']
|
|
3123
|
+
}], dbxRouteModelKeyDefault: [{
|
|
3124
|
+
type: Input
|
|
3125
|
+
}], dbxRouteModelKeyDefaultRedirect: [{
|
|
3126
|
+
type: Input
|
|
3127
|
+
}], dbxRouteModelKeyDefaultDecision: [{
|
|
3128
|
+
type: Input
|
|
3129
|
+
}] } });
|
|
3130
|
+
|
|
3131
|
+
/**
|
|
3132
|
+
* Used for retrieving the user's current id DbxAuthService and passes it as an identifier for a DbxRouteModelIdDirectiveDelegate.
|
|
3133
|
+
*/
|
|
3134
|
+
class DbxRouteModelIdFromAuthUserIdDirective extends AbstractSubscriptionDirective {
|
|
3135
|
+
dbxAuthService = inject(DbxAuthService);
|
|
3136
|
+
dbxRouteModelIdDelegate = inject(DbxRouteModelIdDirectiveDelegate, { host: true });
|
|
3137
|
+
ngOnInit() {
|
|
3138
|
+
this.sub = this.dbxRouteModelIdDelegate.useRouteModelIdParamsObservable(this.dbxAuthService.userIdentifier$, this.dbxAuthService.userIdentifier$);
|
|
3139
|
+
}
|
|
3140
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3141
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxRouteModelIdFromAuthUserIdDirective, selector: "[dbxRouteModelIdFromAuthUserId]", usesInheritance: true, ngImport: i0 });
|
|
3142
|
+
}
|
|
3143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxRouteModelIdFromAuthUserIdDirective, decorators: [{
|
|
3144
|
+
type: Directive,
|
|
3145
|
+
args: [{
|
|
3146
|
+
selector: '[dbxRouteModelIdFromAuthUserId]'
|
|
3147
|
+
}]
|
|
3148
|
+
}] });
|
|
3149
|
+
|
|
3150
|
+
/**
|
|
3151
|
+
* Used for retrieving the model's id from the current route using the configured parameter and passes it to its delegate.
|
|
3152
|
+
*/
|
|
3153
|
+
class DbxRouteModelIdDirective extends AbstractSubscriptionDirective {
|
|
3154
|
+
dbxRouterService = inject(DbxRouterService);
|
|
3155
|
+
dbxRouteModelIdDelegate = inject(DbxRouteModelIdDirectiveDelegate, { host: true });
|
|
3156
|
+
_redirectInstance = dbxRouteModelIdParamRedirect(this.dbxRouterService);
|
|
3157
|
+
idFromParams$ = this._redirectInstance.paramValue$;
|
|
3158
|
+
id$ = this._redirectInstance.value$;
|
|
3159
|
+
ngOnInit() {
|
|
3160
|
+
this.sub = this.dbxRouteModelIdDelegate.useRouteModelIdParamsObservable(this.idFromParams$, this.id$);
|
|
3161
|
+
this._redirectInstance.init();
|
|
3162
|
+
}
|
|
3163
|
+
ngOnDestroy() {
|
|
3164
|
+
super.ngOnDestroy();
|
|
3165
|
+
this._redirectInstance.destroy();
|
|
3166
|
+
}
|
|
3167
|
+
// MARK: Input
|
|
3168
|
+
get idParam() {
|
|
3169
|
+
return this._redirectInstance.getParamKey();
|
|
3170
|
+
}
|
|
3171
|
+
set idParam(idParam) {
|
|
3172
|
+
this._redirectInstance.setParamKey(idParam);
|
|
3173
|
+
}
|
|
3174
|
+
set dbxRouteModelIdDefault(defaultValue) {
|
|
3175
|
+
this._redirectInstance.setDefaultValue(defaultValue);
|
|
3176
|
+
}
|
|
3177
|
+
/**
|
|
3178
|
+
* Whether or not to enable the redirection. Is enabled by default.
|
|
3179
|
+
*/
|
|
3180
|
+
set dbxRouteModelIdDefaultRedirect(redirect) {
|
|
3181
|
+
this._redirectInstance.setRedirectEnabled(redirect !== false); // true by default
|
|
3182
|
+
}
|
|
3183
|
+
set dbxRouteModelIdDefaultDecision(decider) {
|
|
3184
|
+
this._redirectInstance.setDecider(decider);
|
|
3185
|
+
}
|
|
3186
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxRouteModelIdDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3187
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxRouteModelIdDirective, selector: "[dbxRouteModelId]", inputs: { idParam: ["dbxRouteModelId", "idParam"], dbxRouteModelIdDefault: "dbxRouteModelIdDefault", dbxRouteModelIdDefaultRedirect: "dbxRouteModelIdDefaultRedirect", dbxRouteModelIdDefaultDecision: "dbxRouteModelIdDefaultDecision" }, usesInheritance: true, ngImport: i0 });
|
|
3188
|
+
}
|
|
3189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxRouteModelIdDirective, decorators: [{
|
|
3190
|
+
type: Directive,
|
|
3191
|
+
args: [{
|
|
3192
|
+
selector: '[dbxRouteModelId]'
|
|
3193
|
+
}]
|
|
3194
|
+
}], propDecorators: { idParam: [{
|
|
3195
|
+
type: Input,
|
|
3196
|
+
args: ['dbxRouteModelId']
|
|
3197
|
+
}], dbxRouteModelIdDefault: [{
|
|
3198
|
+
type: Input
|
|
3199
|
+
}], dbxRouteModelIdDefaultRedirect: [{
|
|
3200
|
+
type: Input
|
|
3201
|
+
}], dbxRouteModelIdDefaultDecision: [{
|
|
3202
|
+
type: Input
|
|
3203
|
+
}] } });
|
|
3204
|
+
|
|
3205
|
+
const declarations$5 = [DbxRouteModelIdDirective, DbxRouteModelKeyDirective, DbxRouteModelIdFromAuthUserIdDirective];
|
|
3206
|
+
class DbxCoreRouterModelModule {
|
|
3207
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreRouterModelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3208
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreRouterModelModule, declarations: [DbxRouteModelIdDirective, DbxRouteModelKeyDirective, DbxRouteModelIdFromAuthUserIdDirective], exports: [DbxRouteModelIdDirective, DbxRouteModelKeyDirective, DbxRouteModelIdFromAuthUserIdDirective] });
|
|
3209
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreRouterModelModule });
|
|
3210
|
+
}
|
|
3211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreRouterModelModule, decorators: [{
|
|
3212
|
+
type: NgModule,
|
|
3213
|
+
args: [{
|
|
3214
|
+
imports: [],
|
|
3215
|
+
declarations: declarations$5,
|
|
3216
|
+
exports: declarations$5
|
|
3217
|
+
}]
|
|
3218
|
+
}] });
|
|
3219
|
+
|
|
2967
3220
|
/**
|
|
2968
3221
|
* Auth routes configurations for an app.
|
|
2969
3222
|
*/
|
|
@@ -4230,6 +4483,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4230
4483
|
}]
|
|
4231
4484
|
}] });
|
|
4232
4485
|
|
|
4486
|
+
/**
|
|
4487
|
+
* Pipe that cuts the input text to the requested length and adds elipsis.
|
|
4488
|
+
*/
|
|
4489
|
+
class CutTextPipe {
|
|
4490
|
+
transform(input, maxLength, endText) {
|
|
4491
|
+
return input != null ? cutString(input, maxLength, endText) : input;
|
|
4492
|
+
}
|
|
4493
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CutTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4494
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CutTextPipe, name: "cutText" });
|
|
4495
|
+
}
|
|
4496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CutTextPipe, decorators: [{
|
|
4497
|
+
type: Pipe,
|
|
4498
|
+
args: [{ name: 'cutText' }]
|
|
4499
|
+
}] });
|
|
4500
|
+
|
|
4233
4501
|
/**
|
|
4234
4502
|
* Retrieves the value from the getter. This is a non-pure pipe. Use the getValueOncePipe instead for a pure pipe.
|
|
4235
4503
|
*/
|
|
@@ -4282,10 +4550,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4282
4550
|
args: [{ name: 'dollarAmount' }]
|
|
4283
4551
|
}] });
|
|
4284
4552
|
|
|
4285
|
-
const declarations$2 = [DollarAmountPipe, GetValuePipe, GetValueOncePipe];
|
|
4553
|
+
const declarations$2 = [CutTextPipe, DollarAmountPipe, GetValuePipe, GetValueOncePipe];
|
|
4286
4554
|
class DbxValuePipeModule {
|
|
4287
4555
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4288
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, declarations: [DollarAmountPipe, GetValuePipe, GetValueOncePipe], exports: [DollarAmountPipe, GetValuePipe, GetValueOncePipe] });
|
|
4556
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, declarations: [CutTextPipe, DollarAmountPipe, GetValuePipe, GetValueOncePipe], exports: [CutTextPipe, DollarAmountPipe, GetValuePipe, GetValueOncePipe] });
|
|
4289
4557
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule });
|
|
4290
4558
|
}
|
|
4291
4559
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, decorators: [{
|
|
@@ -4587,7 +4855,7 @@ const DBX_INJECTION_COMPONENT_DATA = new InjectionToken('DbxInjectionComponentCo
|
|
|
4587
4855
|
* @returns
|
|
4588
4856
|
*/
|
|
4589
4857
|
function mergeDbxInjectionComponentConfigs(configs) {
|
|
4590
|
-
const providers = mergeArrays(
|
|
4858
|
+
const providers = mergeArrays(filterMaybeArrayValues(configs).map((x) => x.providers));
|
|
4591
4859
|
const result = mergeObjects(configs);
|
|
4592
4860
|
result.providers = providers;
|
|
4593
4861
|
return result;
|
|
@@ -5286,7 +5554,7 @@ class StringStorageAccessor {
|
|
|
5286
5554
|
});
|
|
5287
5555
|
}
|
|
5288
5556
|
all() {
|
|
5289
|
-
return this.allKeys().pipe(map((x) =>
|
|
5557
|
+
return this.allKeys().pipe(map((x) => filterMaybeArrayValues(x.map((y) => this._storage.getItem(y)))), shareReplay(1));
|
|
5290
5558
|
}
|
|
5291
5559
|
allKeys() {
|
|
5292
5560
|
return new Observable((x) => {
|
|
@@ -5437,5 +5705,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5437
5705
|
* Generated bundle index. Do not edit.
|
|
5438
5706
|
*/
|
|
5439
5707
|
|
|
5440
|
-
export { APP_ACTION_DISABLED_DIRECTIVE_KEY, APP_ACTION_DISABLED_ON_SUCCESS_DIRECTIVE_KEY, APP_ACTION_ENFORCE_MODIFIED_DIRECTIVE_KEY, AbstractDbxActionHandlerDirective, AbstractDbxActionValueOnTriggerDirective, AbstractDbxAnchorDirective, AbstractDbxButtonDirective, AbstractDbxFilterMapInstanceDirective, AbstractDbxInjectionDirective, AbstractFilterSourceConnectorDirective, AbstractFilterSourceDirective, AbstractForwardDbxInjectionContextDirective, AbstractIfDirective, AbstractLockSetSubscriptionDirective, AbstractSubscriptionDirective, AbstractTransitionDirective, AbstractTransitionWatcherDirective, ActionContextStore, ActionContextStoreSource, ActionContextStoreSourceMap, AnchorType, AsObservablePipe, DBX_ACTION_HANDLER_LOCK_KEY, DBX_APP_APP_CONTEXT_STATE, DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, DBX_AUTH_APP_CONTEXT_STATE, DBX_INIT_APP_CONTEXT_STATE, DBX_INJECTION_COMPONENT_DATA, DBX_KNOWN_APP_CONTEXT_STATES, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_PUBLIC_APP_CONTEXT_STATE, DEFAULT_ACTION_DISABLED_KEY, DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY, 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, DateFromToTimePipe, DateRangeDistancePipe, DateTimeRangeOnlyDistancePipe, DateTimeRangeOnlyPipe, DateTimeRangePipe, DbxActionAutoModifyDirective, DbxActionAutoTriggerDirective, DbxActionButtonDirective, DbxActionButtonTriggerDirective, DbxActionContextBaseSource, DbxActionContextLoggerDirective, DbxActionContextMachine, DbxActionContextMachineAsService, DbxActionContextMapDirective, DbxActionContextMapDirectiveSourceInstance, DbxActionContextStoreSourceInstance, DbxActionDirective, DbxActionDisabledDirective, DbxActionDisabledOnSuccessDirective, DbxActionEnforceModifiedDirective, DbxActionFromMapDirective, DbxActionHandlerDirective, DbxActionHandlerInstance, DbxActionHandlerValueDirective, DbxActionHasSuccessDirective, DbxActionIsWorkingDirective, DbxActionMapSourceDirective, DbxActionMapWorkingDisableDirective, DbxActionPreSuccessDirective, DbxActionSourceDirective, DbxActionState, DbxActionSuccessHandlerDirective, DbxActionValueDirective, DbxActionValueOnTriggerInstance, DbxActionValueTriggerDirective, DbxActionWorkInstanceDelegate, DbxAnchor, DbxAngularRouterService, DbxAppAuthRouterEffects, DbxAppAuthRouterModule, DbxAppAuthRouterService, DbxAppAuthRouterStateModule, DbxAppAuthRoutes, DbxAppAuthStateModule, DbxAppAuthStateService, DbxAppContextService, DbxAppContextStateDirective, DbxAppContextStateModule, DbxAppEnviroment, DbxAppEnviromentService, DbxAsyncPipeModule, DbxAuthHasAnyRoleDirective, DbxAuthHasRolesDirective, DbxAuthNotAnyRoleDirective, DbxAuthService, DbxButton, DbxButtonDirective, DbxButtonSegueDirective, DbxCoreActionModule, DbxCoreAngularRouterSegueModule, DbxCoreAuthModule, DbxCoreButtonModule, DbxCoreFilterModule, DbxCoreUIRouterSegueModule, DbxDatePipeModule, DbxFilterConnectSourceDirective, DbxFilterMapDirective, DbxFilterMapSourceConnectorDirective, DbxFilterMapSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterSourceDirective, DbxInjectionArrayComponent, DbxInjectionComponent, DbxInjectionComponentModule, DbxInjectionContext, DbxInjectionContextDirective, DbxInjectionInstance, DbxLoadingButtonDirective, DbxMiscPipeModule, DbxPipesModule, DbxRouteParamDefaultRedirectInstance, DbxRouterService, DbxRouterTransitionEventType, DbxRouterTransitionService, DbxStorageModule, DbxUIRouterService, DbxValuePipeModule, 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, actionContextStoreSourceInstanceFactory, actionContextStoreSourceMachineFactory, actionContextStoreSourcePipe, anchorTypeForAnchor, asSegueRef, asSegueRefString, assertValidStorageKeyPrefix, authRolesSetContainsAllRolesFrom, authRolesSetContainsAnyRoleFrom, authRolesSetContainsNoRolesFrom, authUserIdentifier, canReadyValue, canTriggerAction, canTriggerActionState, checkNgContentWrapperHasContent, clickableUrlInNewTab, clickableUrlMailTo, clickableUrlTel, dbxActionValueStreamDirective, dbxButtonDisplayContentType, dbxRouteParamReaderInstance, defaultStorageObjectFactory, enableHasAuthRoleHook, enableHasAuthStateHook, enableIsLoggedInHook, expandClickableAnchorLinkTree, expandClickableAnchorLinkTreeNode, expandClickableAnchorLinkTrees, filterTransitionEvent, filterTransitionSuccess, flattenExpandedClickableAnchorLinkTree, flattenExpandedClickableAnchorLinkTreeToLinks, index as fromDbxAppAuth, index$2 as fromDbxAppContext, goWithRouter, hasAuthRoleDecisionPipe, isActionContextDisabled, isActionContextEnabled, isClickableFilterPreset, isClickablePartialFilterPreset, isDisabledActionContextState, isIdleActionState, isLatestSuccessfulRoute, isSegueRef, isSegueRefActive, isSegueRefActiveFunction, isSegueRefActiveOnTransitionSuccess, isValidStorageKeyPrefix, isWorkingActionState, latestSuccessfulRoutes, loadingStateForActionContextState, loadingStateTypeForActionContextState, loadingStateTypeForActionState, loggedInObsFromIsLoggedIn, loggedOutObsFromIsLoggedIn, makeAuthTransitionHook, makeDbxActionContextSourceReference, mapRefStringObsToSegueRefObs, mergeDbxInjectionComponentConfigs, newWithInjector, index$1 as onDbxAppAuth, index$3 as onDbxAppContext, onRouterTransitionEventType, onRouterTransitionSuccessEvent, pipeActionStore, provideActionStoreSource, provideDbxAnchor, provideDbxButton, provideDbxInjectionContext, provideFilterSource, provideFilterSourceConnector, provideFilterSourceDirective, provideSecondaryActionStoreSource, redirectBasedOnAuthUserState, redirectForIdentifierParamHook, redirectForUserIdentifierParamHook, refStringToSegueRef, safeDetectChanges, safeMarkForCheck, safeUseCdRef, successTransition, switchMapDbxInjectionComponentConfig, tapDetectChanges, tapSafeMarkForCheck, useActionStore };
|
|
5708
|
+
export { APP_ACTION_DISABLED_DIRECTIVE_KEY, APP_ACTION_DISABLED_ON_SUCCESS_DIRECTIVE_KEY, APP_ACTION_ENFORCE_MODIFIED_DIRECTIVE_KEY, AbstractDbxActionHandlerDirective, AbstractDbxActionValueOnTriggerDirective, AbstractDbxAnchorDirective, AbstractDbxButtonDirective, AbstractDbxFilterMapInstanceDirective, AbstractDbxInjectionDirective, AbstractFilterSourceConnectorDirective, AbstractFilterSourceDirective, AbstractForwardDbxInjectionContextDirective, AbstractIfDirective, AbstractLockSetSubscriptionDirective, AbstractSubscriptionDirective, AbstractTransitionDirective, AbstractTransitionWatcherDirective, ActionContextStore, ActionContextStoreSource, ActionContextStoreSourceMap, AnchorType, AsObservablePipe, CutTextPipe, DBX_ACTION_HANDLER_LOCK_KEY, DBX_APP_APP_CONTEXT_STATE, DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, DBX_AUTH_APP_CONTEXT_STATE, DBX_INIT_APP_CONTEXT_STATE, DBX_INJECTION_COMPONENT_DATA, DBX_KNOWN_APP_CONTEXT_STATES, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_PUBLIC_APP_CONTEXT_STATE, DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_ID_PARAM_KEY, DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_KEY_PARAM_KEY, DBX_ROUTE_MODEL_ID_PARAM_DEFAULT_USE_PARAM_VALUE, DEFAULT_ACTION_DISABLED_KEY, DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY, 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, DateFromToTimePipe, DateRangeDistancePipe, DateTimeRangeOnlyDistancePipe, DateTimeRangeOnlyPipe, DateTimeRangePipe, DbxActionAutoModifyDirective, DbxActionAutoTriggerDirective, DbxActionButtonDirective, DbxActionButtonTriggerDirective, DbxActionContextBaseSource, DbxActionContextLoggerDirective, DbxActionContextMachine, DbxActionContextMachineAsService, DbxActionContextMapDirective, DbxActionContextMapDirectiveSourceInstance, DbxActionContextStoreSourceInstance, DbxActionDirective, DbxActionDisabledDirective, DbxActionDisabledOnSuccessDirective, DbxActionEnforceModifiedDirective, DbxActionFromMapDirective, DbxActionHandlerDirective, DbxActionHandlerInstance, DbxActionHandlerValueDirective, DbxActionHasSuccessDirective, DbxActionIsWorkingDirective, DbxActionMapSourceDirective, DbxActionMapWorkingDisableDirective, DbxActionPreSuccessDirective, DbxActionSourceDirective, DbxActionState, DbxActionSuccessHandlerDirective, DbxActionValueDirective, DbxActionValueOnTriggerInstance, DbxActionValueTriggerDirective, DbxActionWorkInstanceDelegate, DbxAnchor, DbxAngularRouterService, DbxAppAuthRouterEffects, DbxAppAuthRouterModule, DbxAppAuthRouterService, DbxAppAuthRouterStateModule, DbxAppAuthRoutes, DbxAppAuthStateModule, DbxAppAuthStateService, DbxAppContextService, DbxAppContextStateDirective, DbxAppContextStateModule, DbxAppEnviroment, DbxAppEnviromentService, DbxAsyncPipeModule, DbxAuthHasAnyRoleDirective, DbxAuthHasRolesDirective, DbxAuthNotAnyRoleDirective, DbxAuthService, DbxButton, DbxButtonDirective, DbxButtonSegueDirective, DbxCoreActionModule, DbxCoreAngularRouterSegueModule, DbxCoreAuthModule, DbxCoreButtonModule, DbxCoreFilterModule, DbxCoreRouterModelModule, DbxCoreUIRouterSegueModule, DbxDatePipeModule, DbxFilterConnectSourceDirective, DbxFilterMapDirective, DbxFilterMapSourceConnectorDirective, DbxFilterMapSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterSourceDirective, DbxInjectionArrayComponent, DbxInjectionComponent, DbxInjectionComponentModule, DbxInjectionContext, DbxInjectionContextDirective, DbxInjectionInstance, DbxLoadingButtonDirective, DbxMiscPipeModule, DbxPipesModule, DbxRouteModelIdDirective, DbxRouteModelIdDirectiveDelegate, DbxRouteModelIdFromAuthUserIdDirective, DbxRouteModelKeyDirective, DbxRouteModelKeyDirectiveDelegate, DbxRouteParamDefaultRedirectInstance, DbxRouterService, DbxRouterTransitionEventType, DbxRouterTransitionService, DbxStorageModule, DbxUIRouterService, DbxValuePipeModule, 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, actionContextStoreSourceInstanceFactory, actionContextStoreSourceMachineFactory, actionContextStoreSourcePipe, anchorTypeForAnchor, asSegueRef, asSegueRefString, assertValidStorageKeyPrefix, authRolesSetContainsAllRolesFrom, authRolesSetContainsAnyRoleFrom, authRolesSetContainsNoRolesFrom, authUserIdentifier, canReadyValue, canTriggerAction, canTriggerActionState, checkNgContentWrapperHasContent, clickableUrlInNewTab, clickableUrlMailTo, clickableUrlTel, dbxActionValueStreamDirective, dbxButtonDisplayContentType, dbxRouteModelIdParamRedirect, dbxRouteModelKeyParamRedirect, dbxRouteParamReaderInstance, defaultStorageObjectFactory, enableHasAuthRoleHook, enableHasAuthStateHook, enableIsLoggedInHook, expandClickableAnchorLinkTree, expandClickableAnchorLinkTreeNode, expandClickableAnchorLinkTrees, filterTransitionEvent, filterTransitionSuccess, flattenExpandedClickableAnchorLinkTree, flattenExpandedClickableAnchorLinkTreeToLinks, index as fromDbxAppAuth, index$2 as fromDbxAppContext, goWithRouter, hasAuthRoleDecisionPipe, isActionContextDisabled, isActionContextEnabled, isClickableFilterPreset, isClickablePartialFilterPreset, isDisabledActionContextState, isIdleActionState, isLatestSuccessfulRoute, isSegueRef, isSegueRefActive, isSegueRefActiveFunction, isSegueRefActiveOnTransitionSuccess, isValidStorageKeyPrefix, isWorkingActionState, latestSuccessfulRoutes, loadingStateForActionContextState, loadingStateTypeForActionContextState, loadingStateTypeForActionState, loggedInObsFromIsLoggedIn, loggedOutObsFromIsLoggedIn, makeAuthTransitionHook, makeDbxActionContextSourceReference, mapRefStringObsToSegueRefObs, mergeDbxInjectionComponentConfigs, newWithInjector, index$1 as onDbxAppAuth, index$3 as onDbxAppContext, onRouterTransitionEventType, onRouterTransitionSuccessEvent, pipeActionStore, provideActionStoreSource, provideDbxAnchor, provideDbxButton, provideDbxInjectionContext, provideDbxRouteModelIdDirectiveDelegate, provideDbxRouteModelKeyDirectiveDelegate, provideFilterSource, provideFilterSourceConnector, provideFilterSourceDirective, provideSecondaryActionStoreSource, redirectBasedOnAuthUserState, redirectForIdentifierParamHook, redirectForUserIdentifierParamHook, refStringToSegueRef, safeDetectChanges, safeMarkForCheck, safeUseCdRef, successTransition, switchMapDbxInjectionComponentConfig, tapDetectChanges, tapSafeMarkForCheck, useActionStore };
|
|
5441
5709
|
//# sourceMappingURL=dereekb-dbx-core.mjs.map
|