@dereekb/dbx-core 11.0.20 → 11.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/action.store.mjs +13 -1
- package/esm2022/lib/action/action.store.source.mjs +7 -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 +296 -10
- package/fesm2022/dereekb-dbx-core.mjs.map +1 -1
- package/lib/action/action.d.ts +15 -0
- package/lib/action/action.holder.d.ts +1 -1
- package/lib/action/action.machine.d.ts +1 -1
- package/lib/action/action.store.d.ts +13 -1
- package/lib/action/action.store.source.d.ts +3 -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
|
@@ -70,4 +70,4 @@ export function checkNgContentWrapperHasContent(ref) {
|
|
|
70
70
|
}
|
|
71
71
|
return hasContent;
|
|
72
72
|
}
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlldy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC1jb3JlL3NyYy9saWIvdXRpbC92aWV3LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBNEIsR0FBRyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBSXJEOzs7Ozs7R0FNRztBQUNILE1BQU0sVUFBVSxnQkFBZ0IsQ0FBSSxLQUErQixFQUFFLE9BQU8sR0FBRyxDQUFDO0lBQzlFLE9BQU8sS0FBSyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEdBQUcsRUFBRSxDQUFDO0FBQ3hGLENBQUM7QUFFRDs7OztHQUlHO0FBQ0gsTUFBTSxVQUFVLGlCQUFpQixDQUFDLEtBQXdCO0lBQ3hELFlBQVksQ0FBQyxLQUFLLEVBQUUsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUFDLGFBQWEsRUFBRSxDQUFDLENBQUM7QUFDbkQsQ0FBQztBQUVEOzs7Ozs7OztHQVFHO0FBQ0gsTUFBTSxVQUFVLG1CQUFtQixDQUFJLEtBQStCLEVBQUUsT0FBTyxHQUFHLENBQUM7SUFDakYsT0FBTyxLQUFLLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxDQUFDLEVBQUUsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxFQUFFLENBQUM7QUFDdkYsQ0FBQztBQUVEOzs7O0dBSUc7QUFDSCxNQUFNLFVBQVUsZ0JBQWdCLENBQUMsS0FBd0I7SUFDdkQsWUFBWSxDQUFDLEtBQUssRUFBRSxHQUFHLEVBQUUsQ0FBQyxLQUFLLENBQUMsWUFBWSxFQUFFLENBQUMsQ0FBQztBQUNsRCxDQUFDO0FBRUQ7Ozs7R0FJRztBQUNILE1BQU0sVUFBVSxZQUFZLENBQUMsS0FBd0IsRUFBRSxHQUF1QztJQUM1RixJQUFJLENBQUUsS0FBaUIsQ0FBQyxTQUFTLEVBQUU7UUFDakMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO0tBQ1o7QUFDSCxDQUFDO0FBRUQ7Ozs7Ozs7Ozs7OztHQVlHO0FBQ0gsTUFBTSxVQUFVLCtCQUErQixDQUFDLEdBQStCO0lBQzdFLGtEQUFrRDtJQUNsRCxJQUFJLFVBQVUsR0FBRyxLQUFLLENBQUM7SUFFdkIsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO1FBQ2YsTUFBTSxVQUFVLEdBQUcsR0FBRyxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUM7UUFDaEQsTUFBTSxhQUFhLEdBQUcsVUFBVSxJQUFJLFVBQVUsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO1FBQzFELFVBQVUsR0FBRyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7S0FDckM7SUFFRCxPQUFPLFVBQVUsQ0FBQztBQUNwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9ub1R5cGVPcGVyYXRvckZ1bmN0aW9uLCB0YXAgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IENoYW5nZURldGVjdG9yUmVmLCBWaWV3UmVmLCBFbGVtZW50UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyB0eXBlIE1heWJlIH0gZnJvbSAnQGRlcmVla2IvdXRpbCc7XG5cbi8qKlxuICogQ29udmVuaWVuY2UgZnVuY3Rpb24gdXNlZCB3aXRoaW4gb2JzZXJ2YWJsZXMgZm9yIHZpZXdzIHRoYXQgbmVlZCB0byBkZXRlY3QgY2hhbmdlcyBhZnRlciBhIHZhbHVlIGNoYW5nZXMuXG4gKlxuICogQHBhcmFtIGNkUmVmXG4gKiBAcGFyYW0gdGltZW91dFxuICogQHJldHVybnNcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHRhcERldGVjdENoYW5nZXM8VD4oY2RSZWY6IE1heWJlPENoYW5nZURldGVjdG9yUmVmPiwgdGltZW91dCA9IDApOiBNb25vVHlwZU9wZXJhdG9yRnVuY3Rpb248VD4ge1xuICByZXR1cm4gY2RSZWYgPyB0YXAoKCkgPT4gc2V0VGltZW91dCgoKSA9PiBzYWZlRGV0ZWN0Q2hhbmdlcyhjZFJlZiksIHRpbWVvdXQpKSA6IHRhcCgpO1xufVxuXG4vKipcbiAqIFRyaWdnZXJzIGEgY2hlY2sgZm9yIGRldGVjdGluZyBhbnkgY2hhbmdlcyBvbiB0aGUgbW9kZWwgc2FmZWx5IHRvIHZlIHJlZ2lzdGVyZWQgdmlhIGRldGVjdENoYW5nZXMoKS5cbiAqXG4gKiBAcGFyYW0gY2RSZWZcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHNhZmVEZXRlY3RDaGFuZ2VzKGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZik6IHZvaWQge1xuICBzYWZlVXNlQ2RSZWYoY2RSZWYsICgpID0+IGNkUmVmLmRldGVjdENoYW5nZXMoKSk7XG59XG5cbi8qKlxuICogQ29udmVuaWVuY2UgZnVuY3Rpb24gdXNlZCB3aXRoaW4gb2JzZXJ2YWJsZXMgZm9yIHZpZXdzIHRoYXQgdXNlIHRoZSBPblB1c2ggQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgYW5kIG5lZWRzIHRvIGNhbGwgbWFya0ZvckNoZWNrIHdoZW4gYSBuZXcgb2JzZXJ2YWJsZSB2YWx1ZSBpcyBwdXNoZWQuXG4gKlxuICogTk9URTogSWYgdGhlIG9ic2VydmFibGUgaXMgYmVpbmcgY29uc3VtZWQgdmlhIHRoZSBcImFzeW5jXCIgcGlwZSwgdGhpcyBtYXkgbm90IGJlIG5lY2Vzc2FyeS5cbiAqXG4gKiBAcGFyYW0gY2RSZWZcbiAqIEBwYXJhbSB0aW1lb3V0XG4gKiBAcmV0dXJuc1xuICovXG5leHBvcnQgZnVuY3Rpb24gdGFwU2FmZU1hcmtGb3JDaGVjazxUPihjZFJlZjogTWF5YmU8Q2hhbmdlRGV0ZWN0b3JSZWY+LCB0aW1lb3V0ID0gMCk6IE1vbm9UeXBlT3BlcmF0b3JGdW5jdGlvbjxUPiB7XG4gIHJldHVybiBjZFJlZiA/IHRhcCgoKSA9PiBzZXRUaW1lb3V0KCgpID0+IHNhZmVNYXJrRm9yQ2hlY2soY2RSZWYpLCB0aW1lb3V0KSkgOiB0YXAoKTtcbn1cblxuLyoqXG4gKiBNYXJrcyB0aGUgQ2hhbmdlRGV0ZWN0b3JSZWYgZm9yIGNoYW5nZXMgYXMgbG9uZyBhcyB0aGUgdmlldyBoYXMgbm90IGJlZW4gZGVzdHJveWVkLlxuICpcbiAqIEBwYXJhbSBjZFJlZlxuICovXG5leHBvcnQgZnVuY3Rpb24gc2FmZU1hcmtGb3JDaGVjayhjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpOiB2b2lkIHtcbiAgc2FmZVVzZUNkUmVmKGNkUmVmLCAoKSA9PiBjZFJlZi5tYXJrRm9yQ2hlY2soKSk7XG59XG5cbi8qKlxuICogVHJpZ2dlcnMgYSBkZXRlY3Rpb24gY2hhbmdlIG9uIHRoZSBpbnB1dCB2aWV3IGFzIGxvbmcgYXMgdGhlIHZpZXcgaGFzIG5vdCBiZWVuIGRlc3Ryb3llZC5cbiAqXG4gKiBAcGFyYW0gY2RSZWZcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHNhZmVVc2VDZFJlZihjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsIHVzZTogKGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikgPT4gdm9pZCk6IHZvaWQge1xuICBpZiAoIShjZFJlZiBhcyBWaWV3UmVmKS5kZXN0cm95ZWQpIHtcbiAgICB1c2UoY2RSZWYpO1xuICB9XG59XG5cbi8qKlxuICogVXNlZCB0byBjaGVjayBhbiBpbmplY3RlZCBFbGVtZW50UmVmIHRoYXQgd3JhcHMgYW4gbmctY29udGVudCBpbmplY3Rpb24gcG9pbnQgd2hldGhlciBvciBub3QgYW55IGNvbnRlbnQgd2FzIGluamVjdGVkLFxuICogb3IgbW9yZSBzcGVjaWZpY2FsbHkgaWYgdGhlIHBhcmVudCBjb21wb25lbnQgcGFzc2VkIGFueSB0YXJnZXQgY29udGVudCB0byB0aGUgY2hpbGQuIFRoaXMgd2lsbCBzdGlsbCByZXR1cm4gdHJ1ZSBpZlxuICogcGFzc2VkIGNvbnRlbnQgaXMgZW1wdHkuXG4gKlxuICogVFM6XG4gKiBAVmlld0NoaWxkKCdjdXN0b21Mb2FkaW5nJywgeyBzdGF0aWM6IGZhbHNlIH0pIGN1c3RvbUN1c3RvbTogRWxlbWVudFJlZjtcbiAqXG4gKiBIVE1MOlxuICogPGRpdiAjY3VzdG9tQ29udGVudD5cbiAqICA8bmctY29udGVudCBzZWxlY3Q9XCJbY29udGVudF1cIj48L25nLWNvbnRlbnQ+XG4gKiA8L2Rpdj5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIGNoZWNrTmdDb250ZW50V3JhcHBlckhhc0NvbnRlbnQocmVmOiBNYXliZTxFbGVtZW50UmVmPEVsZW1lbnQ+Pik6IGJvb2xlYW4ge1xuICAvLyBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9hbmd1bGFyL2lzc3Vlcy8yNjA4M1xuICBsZXQgaGFzQ29udGVudCA9IGZhbHNlO1xuXG4gIGlmIChyZWYgIT0gbnVsbCkge1xuICAgIGNvbnN0IGNoaWxkTm9kZXMgPSByZWYubmF0aXZlRWxlbWVudC5jaGlsZE5vZGVzO1xuICAgIGNvbnN0IGhhc0NoaWxkTm9kZXMgPSBjaGlsZE5vZGVzICYmIGNoaWxkTm9kZXMubGVuZ3RoID4gMDtcbiAgICBoYXNDb250ZW50ID0gQm9vbGVhbihoYXNDaGlsZE5vZGVzKTtcbiAgfVxuXG4gIHJldHVybiBoYXNDb250ZW50O1xufVxuIl19
|
|
@@ -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';
|
|
@@ -113,12 +113,18 @@ class DbxActionContextStoreSourceInstance {
|
|
|
113
113
|
get success$() {
|
|
114
114
|
return this.pipeStore((x) => x.success$);
|
|
115
115
|
}
|
|
116
|
+
get successPair$() {
|
|
117
|
+
return this.pipeStore((x) => x.successPair$);
|
|
118
|
+
}
|
|
116
119
|
get error$() {
|
|
117
120
|
return this.pipeStore((x) => x.error$);
|
|
118
121
|
}
|
|
119
122
|
get rejected$() {
|
|
120
123
|
return this.pipeStore((x) => x.rejected$);
|
|
121
124
|
}
|
|
125
|
+
get rejectedPair$() {
|
|
126
|
+
return this.pipeStore((x) => x.rejectedPair$);
|
|
127
|
+
}
|
|
122
128
|
get isModified$() {
|
|
123
129
|
return this.pipeStore((x) => x.isModified$);
|
|
124
130
|
}
|
|
@@ -575,6 +581,10 @@ class ActionContextStore extends ComponentStore {
|
|
|
575
581
|
* Returns the current disabled reasons/keys.
|
|
576
582
|
*/
|
|
577
583
|
disabledKeys$ = this.state$.pipe(map((x) => [...(x.disabled ?? [])]), distinctUntilChanged(), shareReplay(1));
|
|
584
|
+
/**
|
|
585
|
+
* Current value of the state.
|
|
586
|
+
*/
|
|
587
|
+
currentValue$ = this.state$.pipe(map((x) => x.value));
|
|
578
588
|
/**
|
|
579
589
|
* Maps the current state to true or not when the action state changes to/from disabled.
|
|
580
590
|
*/
|
|
@@ -595,6 +605,10 @@ class ActionContextStore extends ComponentStore {
|
|
|
595
605
|
* Pipes the error on the rejection state.
|
|
596
606
|
*/
|
|
597
607
|
rejected$ = this.afterDistinctActionState(DbxActionState.REJECTED, (x) => x.error);
|
|
608
|
+
/**
|
|
609
|
+
* Pipes the result when the ActionState becomes rejected.
|
|
610
|
+
*/
|
|
611
|
+
rejectedPair$ = this.afterDistinctActionState(DbxActionState.RESOLVED, (x) => ({ value: x.value, error: x.error }));
|
|
598
612
|
/**
|
|
599
613
|
* Pipes the result when the ActionState becomes working.
|
|
600
614
|
*/
|
|
@@ -611,6 +625,10 @@ class ActionContextStore extends ComponentStore {
|
|
|
611
625
|
* Pipes the result when the ActionState becomes success.
|
|
612
626
|
*/
|
|
613
627
|
success$ = this.afterDistinctActionState(DbxActionState.RESOLVED, (x) => x.result);
|
|
628
|
+
/**
|
|
629
|
+
* Pipes the result when the ActionState becomes success.
|
|
630
|
+
*/
|
|
631
|
+
successPair$ = this.afterDistinctActionState(DbxActionState.RESOLVED, (x) => ({ value: x.value, result: x.result }));
|
|
614
632
|
/**
|
|
615
633
|
* Whether or not it is currently in a success state.
|
|
616
634
|
*/
|
|
@@ -1699,7 +1717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1699
1717
|
type: Input
|
|
1700
1718
|
}] } });
|
|
1701
1719
|
|
|
1702
|
-
const declarations$
|
|
1720
|
+
const declarations$6 = [
|
|
1703
1721
|
DbxActionDirective,
|
|
1704
1722
|
DbxActionContextMapDirective,
|
|
1705
1723
|
DbxActionFromMapDirective,
|
|
@@ -1768,8 +1786,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1768
1786
|
type: NgModule,
|
|
1769
1787
|
args: [{
|
|
1770
1788
|
imports: [CommonModule],
|
|
1771
|
-
declarations: declarations$
|
|
1772
|
-
exports: declarations$
|
|
1789
|
+
declarations: declarations$6,
|
|
1790
|
+
exports: declarations$6
|
|
1773
1791
|
}]
|
|
1774
1792
|
}] });
|
|
1775
1793
|
|
|
@@ -2580,7 +2598,7 @@ function latestSuccessfulRoutes(config) {
|
|
|
2580
2598
|
return route.activeExactly ? () => (dbxRouterService.isActiveExactly(route.route) ? routeConfig : undefined) : () => (dbxRouterService.isActive(route.route) ? routeConfig : undefined);
|
|
2581
2599
|
});
|
|
2582
2600
|
return successTransition(dbxRouterTransitionService.transitions$).pipe(startWith(undefined), map(() => {
|
|
2583
|
-
const activeRoutes =
|
|
2601
|
+
const activeRoutes = filterMaybeArrayValues(checkRoutes.map((x) => x()));
|
|
2584
2602
|
return activeRoutes;
|
|
2585
2603
|
}), distinctUntilKeysChange((x) => x.i), map((x) => x.map((y) => y.r)), shareReplay(1));
|
|
2586
2604
|
}
|
|
@@ -2946,6 +2964,259 @@ class DbxRouteParamDefaultRedirectInstance {
|
|
|
2946
2964
|
}
|
|
2947
2965
|
}
|
|
2948
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
|
+
|
|
2949
3220
|
/**
|
|
2950
3221
|
* Auth routes configurations for an app.
|
|
2951
3222
|
*/
|
|
@@ -4212,6 +4483,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4212
4483
|
}]
|
|
4213
4484
|
}] });
|
|
4214
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
|
+
|
|
4215
4501
|
/**
|
|
4216
4502
|
* Retrieves the value from the getter. This is a non-pure pipe. Use the getValueOncePipe instead for a pure pipe.
|
|
4217
4503
|
*/
|
|
@@ -4264,10 +4550,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4264
4550
|
args: [{ name: 'dollarAmount' }]
|
|
4265
4551
|
}] });
|
|
4266
4552
|
|
|
4267
|
-
const declarations$2 = [DollarAmountPipe, GetValuePipe, GetValueOncePipe];
|
|
4553
|
+
const declarations$2 = [CutTextPipe, DollarAmountPipe, GetValuePipe, GetValueOncePipe];
|
|
4268
4554
|
class DbxValuePipeModule {
|
|
4269
4555
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4270
|
-
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] });
|
|
4271
4557
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule });
|
|
4272
4558
|
}
|
|
4273
4559
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, decorators: [{
|
|
@@ -4569,7 +4855,7 @@ const DBX_INJECTION_COMPONENT_DATA = new InjectionToken('DbxInjectionComponentCo
|
|
|
4569
4855
|
* @returns
|
|
4570
4856
|
*/
|
|
4571
4857
|
function mergeDbxInjectionComponentConfigs(configs) {
|
|
4572
|
-
const providers = mergeArrays(
|
|
4858
|
+
const providers = mergeArrays(filterMaybeArrayValues(configs).map((x) => x.providers));
|
|
4573
4859
|
const result = mergeObjects(configs);
|
|
4574
4860
|
result.providers = providers;
|
|
4575
4861
|
return result;
|
|
@@ -5268,7 +5554,7 @@ class StringStorageAccessor {
|
|
|
5268
5554
|
});
|
|
5269
5555
|
}
|
|
5270
5556
|
all() {
|
|
5271
|
-
return this.allKeys().pipe(map((x) =>
|
|
5557
|
+
return this.allKeys().pipe(map((x) => filterMaybeArrayValues(x.map((y) => this._storage.getItem(y)))), shareReplay(1));
|
|
5272
5558
|
}
|
|
5273
5559
|
allKeys() {
|
|
5274
5560
|
return new Observable((x) => {
|
|
@@ -5419,5 +5705,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5419
5705
|
* Generated bundle index. Do not edit.
|
|
5420
5706
|
*/
|
|
5421
5707
|
|
|
5422
|
-
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 };
|
|
5423
5709
|
//# sourceMappingURL=dereekb-dbx-core.mjs.map
|