@dontdrinkandroot/ngx-extensions 0.20.0 → 0.21.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.
@@ -47,10 +47,10 @@ class ConsoleLogger extends Logger {
47
47
  console.error(...data);
48
48
  }
49
49
  }
50
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ConsoleLogger, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
51
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ConsoleLogger });
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ConsoleLogger, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
51
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ConsoleLogger });
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ConsoleLogger, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ConsoleLogger, decorators: [{
54
54
  type: Injectable
55
55
  }] });
56
56
 
@@ -94,18 +94,18 @@ class LocalStorageService extends StorageService {
94
94
  getFullKey(key) {
95
95
  return this.storagePrefix + '.' + key;
96
96
  }
97
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: LocalStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
98
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: LocalStorageService });
97
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LocalStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
98
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LocalStorageService });
99
99
  }
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: LocalStorageService, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LocalStorageService, decorators: [{
101
101
  type: Injectable
102
102
  }] });
103
103
 
104
104
  const DDR_LOGIN_PATH = new InjectionToken('DDR_LOGIN_PATH');
105
105
  class DdrExtensionsModule {
106
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DdrExtensionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
107
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DdrExtensionsModule });
108
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DdrExtensionsModule, providers: [
106
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DdrExtensionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
107
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: DdrExtensionsModule });
108
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DdrExtensionsModule, providers: [
109
109
  {
110
110
  provide: DDR_LOGIN_PATH,
111
111
  useValue: '/login'
@@ -124,7 +124,7 @@ class DdrExtensionsModule {
124
124
  },
125
125
  ] });
126
126
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DdrExtensionsModule, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DdrExtensionsModule, decorators: [{
128
128
  type: NgModule,
129
129
  args: [{
130
130
  imports: [],
@@ -266,10 +266,10 @@ class CookieService {
266
266
  const escapedName = name.replace(/([[\]{}()|=;+?,.*^$])/ig, '\\$1');
267
267
  return new RegExp('(?:^' + escapedName + '|;\\s*' + escapedName + ')=(.*?)(?:;|$)', 'g');
268
268
  }
269
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: CookieService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
270
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: CookieService, providedIn: 'root' });
269
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: CookieService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
270
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: CookieService, providedIn: 'root' });
271
271
  }
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: CookieService, decorators: [{
272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: CookieService, decorators: [{
273
273
  type: Injectable,
274
274
  args: [{
275
275
  providedIn: 'root'
@@ -388,10 +388,10 @@ class ScrollService {
388
388
  }, 1);
389
389
  }
390
390
  }
391
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ScrollService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
392
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ScrollService, providedIn: 'root' });
391
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ScrollService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
392
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ScrollService, providedIn: 'root' });
393
393
  }
394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ScrollService, decorators: [{
394
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ScrollService, decorators: [{
395
395
  type: Injectable,
396
396
  args: [{
397
397
  providedIn: 'root'
@@ -457,8 +457,8 @@ class BottomHitDirective {
457
457
  this.elementBottomHit.emit();
458
458
  }
459
459
  }
460
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: BottomHitDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
461
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: BottomHitDirective, isStandalone: true, selector: "[ddrBottomHit]", outputs: { windowBottomHit: "windowBottomHit", elementBottomHit: "elementBottomHit" }, host: { listeners: { "scroll": "scrolled($event)", "window:scroll": "windowScrolled()" } }, ngImport: i0 });
460
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: BottomHitDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
461
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: BottomHitDirective, isStandalone: true, selector: "[ddrBottomHit]", outputs: { windowBottomHit: "windowBottomHit", elementBottomHit: "elementBottomHit" }, host: { listeners: { "scroll": "scrolled($event)", "window:scroll": "windowScrolled()" } }, ngImport: i0 });
462
462
  }
463
463
  __decorate([
464
464
  Limit()
@@ -466,7 +466,7 @@ __decorate([
466
466
  __decorate([
467
467
  Limit()
468
468
  ], BottomHitDirective.prototype, "windowScrolled", null);
469
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: BottomHitDirective, decorators: [{
469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: BottomHitDirective, decorators: [{
470
470
  type: Directive,
471
471
  args: [{
472
472
  selector: '[ddrBottomHit]',
@@ -491,10 +491,10 @@ class VisibilityService {
491
491
  getVisibilityObservable() {
492
492
  return this.visibility$;
493
493
  }
494
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: VisibilityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
495
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: VisibilityService, providedIn: 'root' });
494
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: VisibilityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
495
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: VisibilityService, providedIn: 'root' });
496
496
  }
497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: VisibilityService, decorators: [{
497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: VisibilityService, decorators: [{
498
498
  type: Injectable,
499
499
  args: [{ providedIn: 'root' }]
500
500
  }], ctorParameters: () => [] });
@@ -509,10 +509,10 @@ class WithCredentialsInterceptor {
509
509
  });
510
510
  return next.handle(cloned);
511
511
  }
512
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: WithCredentialsInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
513
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: WithCredentialsInterceptor });
512
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: WithCredentialsInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
513
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: WithCredentialsInterceptor });
514
514
  }
515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: WithCredentialsInterceptor, decorators: [{
515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: WithCredentialsInterceptor, decorators: [{
516
516
  type: Injectable
517
517
  }] });
518
518
 
@@ -565,10 +565,10 @@ class RedirectToLoginInterceptor {
565
565
  return throwError(err);
566
566
  }));
567
567
  }
568
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: RedirectToLoginInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
569
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: RedirectToLoginInterceptor });
568
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: RedirectToLoginInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
569
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: RedirectToLoginInterceptor });
570
570
  }
571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: RedirectToLoginInterceptor, decorators: [{
571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: RedirectToLoginInterceptor, decorators: [{
572
572
  type: Injectable
573
573
  }] });
574
574
 
@@ -1 +1 @@
1
- {"version":3,"file":"dontdrinkandroot-ngx-extensions.mjs","sources":["../../src/logger/logger.service.ts","../../src/logger/console-logger.service.ts","../../src/storage/storage.service.ts","../../src/storage/local-storage.service.ts","../../src/ddr-extensions.module.ts","../../src/cookie/cookie.service.ts","../../src/util/object-utils.ts","../../src/util/collection-utils.ts","../../src/util/string-utils.ts","../../src/util/number-utils.ts","../../src/util/type-utils.ts","../../src/scroll/scroll.service.ts","../../src/methoddecorator/debounce.ts","../../src/methoddecorator/limit.ts","../../src/scroll/bottom-hit.directive.ts","../../src/visibility/visibility.service.ts","../../src/http/with-credentials-interceptor.service.ts","../../src/http/url-info.ts","../../src/http/redirect-to-login-interceptor.service.ts","../../src/typeguard/is-non-null.ts","../../public-api.ts","../../dontdrinkandroot-ngx-extensions.ts"],"sourcesContent":["export abstract class Logger\n{\n public debugEnabled = false;\n\n public infoEnabled = true;\n\n public warnEnabled = true;\n\n public errorEnabled = true;\n\n public abstract debug(...data: unknown[]): void;\n\n public abstract info(...data: unknown[]): void;\n\n public abstract warn(...data: unknown[]): void;\n\n public abstract error(...data: unknown[]): void;\n}\n","import {Logger} from './logger.service';\nimport {Injectable} from '@angular/core';\n\n@Injectable()\nexport class ConsoleLogger extends Logger\n{\n /**\n * @override\n */\n public debug(...data: unknown[]): void\n {\n if (this.debugEnabled) {\n console.debug(...data);\n }\n }\n\n /**\n * @override\n */\n public info(...data: unknown[]): void\n {\n if (this.infoEnabled) {\n console.info(...data);\n }\n }\n\n /**\n * @override\n */\n public warn(...data: unknown[]): void\n {\n if (this.warnEnabled) {\n console.warn(...data);\n }\n }\n\n /**\n * @override\n */\n public error(...data: unknown[]): void\n {\n if (this.errorEnabled) {\n console.error(...data);\n }\n }\n}\n","import {InjectionToken} from \"@angular/core\";\n\nexport const DDR_STORAGE_PREFIX = new InjectionToken<string>('storage-prefix');\n\nexport abstract class StorageService\n{\n public abstract store<T>(key: string, value: T): void;\n\n public abstract retrieve<T>(key: string, defaultValue?: T): T | null;\n\n public abstract remove(key: string): void;\n}\n","import {DDR_STORAGE_PREFIX, StorageService} from './storage.service';\nimport {inject, Injectable} from '@angular/core';\nimport {Logger} from '../logger/logger.service';\n\n@Injectable()\nexport class LocalStorageService extends StorageService\n{\n protected storagePrefix = inject(DDR_STORAGE_PREFIX);\n protected logger = inject(Logger);\n\n /**\n * @override\n */\n public retrieve<T>(key: string, defaultValue: T | null = null): T | null\n {\n const fullKey = this.getFullKey(key);\n const valueJson = localStorage.getItem(fullKey);\n if (null == valueJson) {\n return defaultValue;\n }\n\n try {\n return JSON.parse(valueJson);\n } catch (e) {\n this.logger.warn('Could not parse json value', valueJson, e);\n localStorage.removeItem(fullKey);\n return null;\n }\n }\n\n /**\n * @override\n */\n public store<T>(key: string, value: T): void\n {\n localStorage.setItem(this.getFullKey(key), JSON.stringify(value));\n }\n\n /**\n * @override\n */\n public remove(key: string)\n {\n localStorage.removeItem(this.getFullKey(key));\n }\n\n protected getFullKey(key: string): string\n {\n return this.storagePrefix + '.' + key;\n }\n}\n","import {InjectionToken, NgModule} from '@angular/core';\nimport {Logger} from './logger/logger.service';\nimport {ConsoleLogger} from './logger/console-logger.service';\nimport {DDR_STORAGE_PREFIX, StorageService} from './storage/storage.service';\nimport {LocalStorageService} from './storage/local-storage.service';\n\nexport const DDR_LOGIN_PATH = new InjectionToken<string>('DDR_LOGIN_PATH');\n\n@NgModule({\n imports: [],\n providers: [\n {\n provide: DDR_LOGIN_PATH,\n useValue: '/login'\n },\n {\n provide: Logger,\n useClass: ConsoleLogger\n },\n {\n provide: DDR_STORAGE_PREFIX,\n useValue: 'ddr'\n },\n {\n provide: StorageService,\n useClass: LocalStorageService\n },\n ],\n})\nexport class DdrExtensionsModule\n{\n}\n","// This service is based on the `ng2-cookies` package which sadly is not a service and does\n// not use `DOCUMENT` injection and therefore doesn't work well with AoT production builds.\n// Package: https://github.com/BCJTI/ng2-cookies\n\nimport {inject, Injectable} from '@angular/core';\nimport {DOCUMENT} from '@angular/common';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CookieService {\n private document = inject<Document>(DOCUMENT);\n\n // To avoid issues with server side prerendering, check if `document` is defined.\n private readonly documentIsAccessible: boolean = this.document !== undefined;\n\n /**\n * @param name Cookie name\n */\n check(name: string): boolean {\n if (!this.documentIsAccessible) {\n return false;\n }\n\n name = encodeURIComponent(name);\n\n const regExp: RegExp = this.getCookieRegExp(name);\n return regExp.test(this.document.cookie);\n }\n\n /**\n * @param name Cookie name\n */\n get(name: string): string {\n if (this.documentIsAccessible && this.check(name)) {\n name = encodeURIComponent(name);\n\n const regExp = this.getCookieRegExp(name);\n const result = regExp.exec(this.document.cookie);\n if (null == result) return ''\n\n return decodeURIComponent(result[1]);\n } else {\n return '';\n }\n }\n\n parse(): Record<string, string> {\n if (!this.documentIsAccessible) {\n return {};\n }\n\n const cookieRecord: Record<string, string> = {};\n const document = this.document;\n\n if (document.cookie && document.cookie !== '') {\n const cookieParts = document.cookie.split(';');\n for (const currentCookie of cookieParts) {\n const cookie = currentCookie.split('=');\n const cookieName = cookie[0].replace(/^ /, '');\n const cookieValue = cookie[1];\n cookieRecord[cookieName] = decodeURIComponent(cookieValue);\n }\n }\n\n return cookieRecord;\n }\n\n /**\n * @param name Cookie name\n * @param value Cookie value\n * @param expires Number of days until the cookies expires or an actual `Date`\n * @param path Cookie path\n * @param domain Cookie domain\n * @param secure Secure flag\n */\n set(\n name: string,\n value: string,\n expires?: number | Date,\n path?: string,\n domain?: string,\n secure?: boolean\n ): void {\n if (!this.documentIsAccessible) {\n return;\n }\n\n let cookieString: string = encodeURIComponent(name) + '=' + encodeURIComponent(value) + ';';\n\n if (expires) {\n if (typeof expires === 'number') {\n const dateExpires: Date = new Date(new Date().getTime() + expires * 1000 * 60 * 60 * 24);\n\n cookieString += 'expires=' + dateExpires.toUTCString() + ';';\n } else {\n cookieString += 'expires=' + expires.toUTCString() + ';';\n }\n }\n\n if (path) {\n cookieString += 'path=' + path + ';';\n }\n\n if (domain) {\n cookieString += 'domain=' + domain + ';';\n }\n\n if (secure) {\n cookieString += 'secure;';\n }\n\n this.document.cookie = cookieString;\n }\n\n /**\n * @param name Cookie name\n * @param path Cookie path\n * @param domain Cookie domain\n */\n delete(name: string, path?: string, domain?: string): void {\n if (!this.documentIsAccessible) {\n return;\n }\n\n this.set(name, '', -1, path, domain);\n }\n\n /**\n * @param path Cookie path\n * @param domain Cookie domain\n */\n deleteAll(path?: string, domain?: string): void {\n if (!this.documentIsAccessible) {\n return;\n }\n\n const cookies = this.parse();\n\n for (const cookieName in cookies) {\n if (Object.hasOwn(cookies, cookieName)) {\n this.delete(cookieName, path, domain);\n }\n }\n }\n\n /**\n * @param name Cookie name\n */\n private getCookieRegExp(name: string): RegExp {\n const escapedName: string = name.replace(/([[\\]{}()|=;+?,.*^$])/ig, '\\\\$1');\n\n return new RegExp('(?:^' + escapedName + '|;\\\\s*' + escapedName + ')=(.*?)(?:;|$)', 'g');\n }\n}\n","export class ObjectUtils\n{\n public static deepCopy<T>(value: T): T\n {\n return JSON.parse(JSON.stringify(value));\n }\n\n public static getProperty<T, K extends keyof T>(o: T, propertyName: K): T[K]\n {\n return o[propertyName];\n }\n}\n","import {ObjectUtils} from './object-utils';\n\nexport class CollectionUtils\n{\n /**\n * Maps an array into a Map by a specific property which should be unique.\n */\n public static mapByProperty<V extends object, K extends keyof V>(entries: V[], property: K): Map<V[K], V>\n {\n const map = new Map<V[K], V>();\n for (const entry of entries) {\n map.set(ObjectUtils.getProperty(entry, property), entry);\n }\n\n return map;\n }\n\n /**\n * Maps an array into a Map by a specified property and aggregates them into an array.\n */\n public static mapArrayByProperty<V extends object, K extends keyof V>(entries: V[], property: K): Map<V[K], V[]>\n {\n const map = new Map<V[K], V[]>();\n for (const entry of entries) {\n const value = ObjectUtils.getProperty(entry, property);\n const existingEntries = map.get(value) ?? []\n existingEntries.push(entry)\n map.set(value, existingEntries)\n }\n\n return map;\n }\n}\n","export class StringUtils\n{\n public static capitalizeFirstLetter(text: string): string\n {\n return text.charAt(0).toUpperCase() + text.slice(1);\n }\n\n public static stripTrailingSlash(text: string): string\n {\n const lastChar = text.charAt(text.length - 1);\n if ('/' === lastChar) {\n return text.slice(0, text.length - 1);\n }\n\n return text;\n }\n\n public static updateUrlParameter(uri: string, key: string, value: string): string\n {\n // remove the hash part before operating on the uri\n const i = uri.indexOf('#');\n const hash = i === -1 ? '' : uri.substr(i);\n uri = i === -1 ? uri : uri.substr(0, i);\n\n const re = new RegExp('([?&])' + key + '=.*?(&|$)', 'i');\n const separator = uri.indexOf('?') !== -1 ? '&' : '?';\n if (uri.match(re)) {\n uri = uri.replace(re, '$1' + key + '=' + value + '$2');\n } else {\n uri = uri + separator + key + '=' + value;\n }\n return uri + hash; // finally append the hash as well\n }\n\n public static createRandomString(lengthOfCode: number, possible: string): string\n {\n let text = '';\n for (let i = 0; i < lengthOfCode; i++) {\n text += possible.charAt(Math.floor(Math.random() * possible.length));\n }\n return text;\n }\n}\n","export class NumberUtils\n{\n public static getNextPowerOfTwo(value: number): number\n {\n let target = 2;\n while (target < value) {\n target *= 2;\n }\n\n return target;\n }\n}\n","export class TypeUtils\n{\n public static notNull<T>(value: T | null | undefined, message = 'Value must not be null'): T\n {\n if (null == value) {\n throw new Error(message);\n }\n\n return value;\n }\n}\n","import {NavigationStart, Router} from '@angular/router';\nimport {ViewportScroller} from '@angular/common';\nimport {inject, Injectable} from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ScrollService\n{\n private router = inject(Router);\n private viewportScroller = inject(ViewportScroller);\n\n private scrollPositionMap: Map<string, [number, number]> = new Map<string, [number, number]>();\n\n constructor()\n {\n this.router.events\n .subscribe(e => {\n if (e instanceof NavigationStart) {\n this.scrollPositionMap.set(this.router.url, this.viewportScroller.getScrollPosition());\n }\n });\n }\n\n public restore(): void\n {\n const url = this.router.url;\n if (this.scrollPositionMap.has(url)) {\n /* Restore after timeout so rendering was completed */\n setTimeout(() => {\n const scrollPosition = this.scrollPositionMap.get(url);\n if (null != scrollPosition) this.viewportScroller.scrollToPosition(scrollPosition);\n }, 1);\n }\n }\n}\n","export function Debounce(delay = 250): MethodDecorator\n{\n let timeoutReference: ReturnType<typeof setTimeout> | null = null;\n\n // eslint-disable-next-line\n return (target: object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<any>) => {\n const original = descriptor.value\n descriptor.value = function (...args: unknown[]) {\n if (null != timeoutReference) clearTimeout(timeoutReference);\n timeoutReference = setTimeout(() => original.apply(this, args), delay);\n };\n\n return descriptor;\n };\n}\n","export function Limit(rate = 250): MethodDecorator\n{\n let timeoutReference: ReturnType<typeof setTimeout> | null = null;\n\n // eslint-disable-next-line\n return (target: object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<any>) => {\n const original = descriptor.value;\n descriptor.value = function (...args: unknown[]) {\n if (null == timeoutReference) {\n timeoutReference = setTimeout(() => {\n original.apply(this, args);\n timeoutReference = null\n }, rate);\n }\n };\n\n return descriptor;\n };\n}\n","import {Directive, EventEmitter, HostListener, Output} from '@angular/core';\nimport {Limit} from '../methoddecorator/limit';\n\n@Directive({\n selector: '[ddrBottomHit]',\n})\nexport class BottomHitDirective\n{\n public offset = 1000;\n\n @Output()\n public windowBottomHit = new EventEmitter();\n\n @Output()\n private elementBottomHit = new EventEmitter();\n\n @HostListener('scroll', ['$event'])\n @Limit()\n public scrolled($event: Event): void\n {\n this.elementScrollEvent($event);\n }\n\n @HostListener('window:scroll')\n @Limit()\n public windowScrolled(): void\n {\n this.windowScrollEvent();\n }\n\n protected windowScrollEvent(): void\n {\n const pageHeight = Math.max(\n document.body.scrollHeight, document.documentElement.scrollHeight,\n document.body.offsetHeight, document.documentElement.offsetHeight,\n document.body.clientHeight, document.documentElement.clientHeight\n );\n const viewportHeight = document.documentElement.clientHeight;\n const scrollPosition = window.scrollY || document.documentElement.scrollTop || document.body.scrollTop || 0;\n const distanceToBottom = pageHeight - (scrollPosition + viewportHeight);\n if (distanceToBottom < this.offset) {\n this.windowBottomHit.emit();\n }\n }\n\n protected elementScrollEvent($event: Event): void\n {\n const target = $event.target as HTMLElement;\n const scrollPosition = target.scrollHeight - target.scrollTop;\n const offsetHeight = target.offsetHeight;\n const isReachingBottom = (scrollPosition - offsetHeight) < this.offset;\n if (isReachingBottom) {\n this.elementBottomHit.emit();\n }\n }\n}\n","import {Injectable} from '@angular/core';\nimport {fromEvent, merge, Observable} from 'rxjs';\nimport {debounceTime, distinctUntilChanged, map, shareReplay, startWith} from 'rxjs/operators';\n\n@Injectable({providedIn: 'root'})\nexport class VisibilityService\n{\n private readonly visibility$: Observable<boolean>;\n\n constructor()\n {\n this.visibility$ = merge(\n fromEvent(document, 'visibilitychange'),\n fromEvent(window, 'focus'),\n fromEvent(window, 'blur')\n ).pipe(\n debounceTime(50),\n startWith(true),\n map(() => document.hasFocus()),\n distinctUntilChanged(),\n shareReplay(1),\n );\n }\n\n public getVisibilityObservable(): Observable<boolean>\n {\n return this.visibility$;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpEvent, HttpHandler, HttpInterceptor, HttpRequest} from '@angular/common/http';\nimport {Observable} from 'rxjs';\n\n@Injectable()\nexport class WithCredentialsInterceptor implements HttpInterceptor\n{\n /**\n * @override\n */\n public intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>\n {\n const cloned = req.clone({\n withCredentials: true\n });\n\n return next.handle(cloned);\n }\n}\n","export class UrlInfo\n{\n protected constructor(\n public readonly protocol: string,\n public readonly host: string,\n public readonly hostname: string,\n public readonly port: number,\n public readonly pathname: string,\n public readonly hash: string,\n public readonly search: string\n )\n {\n }\n\n public static parse(urlString: string): UrlInfo\n {\n const parser = document.createElement('a');\n parser.href = urlString;\n\n return new UrlInfo(\n parser.protocol,\n parser.host,\n parser.hostname,\n parser.port === '' ? 80 : +parser.port,\n parser.pathname,\n parser.hash,\n parser.search,\n );\n }\n\n public getRoot(): string\n {\n let root = this.protocol + '//' + this.hostname;\n if (this.port !== 80) root += ':' + this.port;\n\n return root;\n }\n\n public getUrl(): string\n {\n return this.getRoot() + this.pathname;\n }\n}\n","import {HttpErrorResponse, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest} from '@angular/common/http';\nimport {inject, Injectable} from '@angular/core';\nimport {Observable, throwError} from 'rxjs';\nimport {catchError} from 'rxjs/operators';\nimport {Router} from '@angular/router';\nimport {DDR_LOGIN_PATH} from '../ddr-extensions.module';\n\n@Injectable()\nexport class RedirectToLoginInterceptor implements HttpInterceptor\n{\n private router = inject(Router);\n private loginPath = inject(DDR_LOGIN_PATH);\n\n /**\n * @override\n */\n public intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>\n {\n return next.handle(req).pipe(catchError((err) => {\n\n if (err instanceof HttpErrorResponse) {\n if (err.status === 401) {\n this.router.navigate([this.loginPath]);\n }\n }\n\n return throwError(err);\n }));\n }\n}\n","export function isNonNull<T>(value: T): value is NonNullable<T>\n{\n return value != null;\n}\n","/*\n * Public API Surface of ngx-extensions\n */\n\nexport * from './src/ddr-extensions.module';\nexport * from './src/cookie/cookie.service';\nexport * from './src/util/collection-utils';\nexport * from './src/util/string-utils';\nexport * from './src/util/object-utils';\nexport * from './src/util/number-utils';\nexport * from './src/util/type-utils';\nexport * from './src/scroll/scroll.service';\nexport * from './src/methoddecorator/debounce';\nexport * from './src/methoddecorator/limit';\nexport * from './src/scroll/bottom-hit.directive';\nexport * from './src/visibility/visibility.service';\n\nexport * from './src/http/with-credentials-interceptor.service';\nexport * from './src/http/url-info';\nexport * from './src/http/redirect-to-login-interceptor.service';\n\nexport * from './src/storage/storage.service';\n\nexport * from './src/typeguard/is-non-null';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dontdrinkandroot-ngx-extensions.mjs","sources":["../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/logger/logger.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/logger/console-logger.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/storage/storage.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/storage/local-storage.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/ddr-extensions.module.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/cookie/cookie.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/util/object-utils.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/util/collection-utils.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/util/string-utils.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/util/number-utils.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/util/type-utils.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/scroll/scroll.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/methoddecorator/debounce.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/methoddecorator/limit.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/scroll/bottom-hit.directive.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/visibility/visibility.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/http/with-credentials-interceptor.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/http/url-info.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/http/redirect-to-login-interceptor.service.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/lib/typeguard/is-non-null.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/public-api.ts","../../../../projects/dontdrinkandroot/ngx-extensions/src/dontdrinkandroot-ngx-extensions.ts"],"sourcesContent":["export abstract class Logger\n{\n public debugEnabled = false;\n\n public infoEnabled = true;\n\n public warnEnabled = true;\n\n public errorEnabled = true;\n\n public abstract debug(...data: unknown[]): void;\n\n public abstract info(...data: unknown[]): void;\n\n public abstract warn(...data: unknown[]): void;\n\n public abstract error(...data: unknown[]): void;\n}\n","import {Logger} from './logger.service';\nimport {Injectable} from '@angular/core';\n\n@Injectable()\nexport class ConsoleLogger extends Logger\n{\n /**\n * @override\n */\n public debug(...data: unknown[]): void\n {\n if (this.debugEnabled) {\n console.debug(...data);\n }\n }\n\n /**\n * @override\n */\n public info(...data: unknown[]): void\n {\n if (this.infoEnabled) {\n console.info(...data);\n }\n }\n\n /**\n * @override\n */\n public warn(...data: unknown[]): void\n {\n if (this.warnEnabled) {\n console.warn(...data);\n }\n }\n\n /**\n * @override\n */\n public error(...data: unknown[]): void\n {\n if (this.errorEnabled) {\n console.error(...data);\n }\n }\n}\n","import {InjectionToken} from \"@angular/core\";\n\nexport const DDR_STORAGE_PREFIX = new InjectionToken<string>('storage-prefix');\n\nexport abstract class StorageService\n{\n public abstract store<T>(key: string, value: T): void;\n\n public abstract retrieve<T>(key: string, defaultValue?: T): T | null;\n\n public abstract remove(key: string): void;\n}\n","import {DDR_STORAGE_PREFIX, StorageService} from './storage.service';\nimport {inject, Injectable} from '@angular/core';\nimport {Logger} from '../logger/logger.service';\n\n@Injectable()\nexport class LocalStorageService extends StorageService\n{\n protected storagePrefix = inject(DDR_STORAGE_PREFIX);\n protected logger = inject(Logger);\n\n /**\n * @override\n */\n public retrieve<T>(key: string, defaultValue: T | null = null): T | null\n {\n const fullKey = this.getFullKey(key);\n const valueJson = localStorage.getItem(fullKey);\n if (null == valueJson) {\n return defaultValue;\n }\n\n try {\n return JSON.parse(valueJson);\n } catch (e) {\n this.logger.warn('Could not parse json value', valueJson, e);\n localStorage.removeItem(fullKey);\n return null;\n }\n }\n\n /**\n * @override\n */\n public store<T>(key: string, value: T): void\n {\n localStorage.setItem(this.getFullKey(key), JSON.stringify(value));\n }\n\n /**\n * @override\n */\n public remove(key: string)\n {\n localStorage.removeItem(this.getFullKey(key));\n }\n\n protected getFullKey(key: string): string\n {\n return this.storagePrefix + '.' + key;\n }\n}\n","import {InjectionToken, NgModule} from '@angular/core';\nimport {Logger} from './logger/logger.service';\nimport {ConsoleLogger} from './logger/console-logger.service';\nimport {DDR_STORAGE_PREFIX, StorageService} from './storage/storage.service';\nimport {LocalStorageService} from './storage/local-storage.service';\n\nexport const DDR_LOGIN_PATH = new InjectionToken<string>('DDR_LOGIN_PATH');\n\n@NgModule({\n imports: [],\n providers: [\n {\n provide: DDR_LOGIN_PATH,\n useValue: '/login'\n },\n {\n provide: Logger,\n useClass: ConsoleLogger\n },\n {\n provide: DDR_STORAGE_PREFIX,\n useValue: 'ddr'\n },\n {\n provide: StorageService,\n useClass: LocalStorageService\n },\n ],\n})\nexport class DdrExtensionsModule\n{\n}\n","// This service is based on the `ng2-cookies` package which sadly is not a service and does\n// not use `DOCUMENT` injection and therefore doesn't work well with AoT production builds.\n// Package: https://github.com/BCJTI/ng2-cookies\n\nimport {inject, Injectable} from '@angular/core';\nimport {DOCUMENT} from '@angular/common';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CookieService\n{\n private document = inject<Document>(DOCUMENT);\n\n // To avoid issues with server side prerendering, check if `document` is defined.\n private readonly documentIsAccessible: boolean = this.document !== undefined;\n\n /**\n * @param name Cookie name\n */\n check(name: string): boolean\n {\n if (!this.documentIsAccessible) {\n return false;\n }\n\n name = encodeURIComponent(name);\n\n const regExp: RegExp = this.getCookieRegExp(name);\n return regExp.test(this.document.cookie);\n }\n\n /**\n * @param name Cookie name\n */\n get(name: string): string\n {\n if (this.documentIsAccessible && this.check(name)) {\n name = encodeURIComponent(name);\n\n const regExp = this.getCookieRegExp(name);\n const result = regExp.exec(this.document.cookie);\n if (null == result) return ''\n\n return decodeURIComponent(result[1]);\n } else {\n return '';\n }\n }\n\n parse(): Record<string, string>\n {\n if (!this.documentIsAccessible) {\n return {};\n }\n\n const cookieRecord: Record<string, string> = {};\n const document = this.document;\n\n if (document.cookie && document.cookie !== '') {\n const cookieParts = document.cookie.split(';');\n for (const currentCookie of cookieParts) {\n const cookie = currentCookie.split('=');\n const cookieName = cookie[0].replace(/^ /, '');\n const cookieValue = cookie[1];\n cookieRecord[cookieName] = decodeURIComponent(cookieValue);\n }\n }\n\n return cookieRecord;\n }\n\n /**\n * @param name Cookie name\n * @param value Cookie value\n * @param expires Number of days until the cookies expires or an actual `Date`\n * @param path Cookie path\n * @param domain Cookie domain\n * @param secure Secure flag\n */\n set(\n name: string,\n value: string,\n expires?: number | Date,\n path?: string,\n domain?: string,\n secure?: boolean\n ): void\n {\n if (!this.documentIsAccessible) {\n return;\n }\n\n let cookieString: string = encodeURIComponent(name) + '=' + encodeURIComponent(value) + ';';\n\n if (expires) {\n if (typeof expires === 'number') {\n const dateExpires: Date = new Date(new Date().getTime() + expires * 1000 * 60 * 60 * 24);\n\n cookieString += 'expires=' + dateExpires.toUTCString() + ';';\n } else {\n cookieString += 'expires=' + expires.toUTCString() + ';';\n }\n }\n\n if (path) {\n cookieString += 'path=' + path + ';';\n }\n\n if (domain) {\n cookieString += 'domain=' + domain + ';';\n }\n\n if (secure) {\n cookieString += 'secure;';\n }\n\n this.document.cookie = cookieString;\n }\n\n /**\n * @param name Cookie name\n * @param path Cookie path\n * @param domain Cookie domain\n */\n delete(name: string, path?: string, domain?: string): void\n {\n if (!this.documentIsAccessible) {\n return;\n }\n\n this.set(name, '', -1, path, domain);\n }\n\n /**\n * @param path Cookie path\n * @param domain Cookie domain\n */\n deleteAll(path?: string, domain?: string): void\n {\n if (!this.documentIsAccessible) {\n return;\n }\n\n const cookies = this.parse();\n\n for (const cookieName in cookies) {\n if (Object.hasOwn(cookies, cookieName)) {\n this.delete(cookieName, path, domain);\n }\n }\n }\n\n /**\n * @param name Cookie name\n */\n private getCookieRegExp(name: string): RegExp\n {\n const escapedName: string = name.replace(/([[\\]{}()|=;+?,.*^$])/ig, '\\\\$1');\n\n return new RegExp('(?:^' + escapedName + '|;\\\\s*' + escapedName + ')=(.*?)(?:;|$)', 'g');\n }\n}\n","export class ObjectUtils\n{\n public static deepCopy<T>(value: T): T\n {\n return JSON.parse(JSON.stringify(value));\n }\n\n public static getProperty<T, K extends keyof T>(o: T, propertyName: K): T[K]\n {\n return o[propertyName];\n }\n}\n","import {ObjectUtils} from './object-utils';\n\nexport class CollectionUtils\n{\n /**\n * Maps an array into a Map by a specific property which should be unique.\n */\n public static mapByProperty<V extends object, K extends keyof V>(entries: V[], property: K): Map<V[K], V>\n {\n const map = new Map<V[K], V>();\n for (const entry of entries) {\n map.set(ObjectUtils.getProperty(entry, property), entry);\n }\n\n return map;\n }\n\n /**\n * Maps an array into a Map by a specified property and aggregates them into an array.\n */\n public static mapArrayByProperty<V extends object, K extends keyof V>(entries: V[], property: K): Map<V[K], V[]>\n {\n const map = new Map<V[K], V[]>();\n for (const entry of entries) {\n const value = ObjectUtils.getProperty(entry, property);\n const existingEntries = map.get(value) ?? []\n existingEntries.push(entry)\n map.set(value, existingEntries)\n }\n\n return map;\n }\n}\n","export class StringUtils\n{\n public static capitalizeFirstLetter(text: string): string\n {\n return text.charAt(0).toUpperCase() + text.slice(1);\n }\n\n public static stripTrailingSlash(text: string): string\n {\n const lastChar = text.charAt(text.length - 1);\n if ('/' === lastChar) {\n return text.slice(0, text.length - 1);\n }\n\n return text;\n }\n\n public static updateUrlParameter(uri: string, key: string, value: string): string\n {\n // remove the hash part before operating on the uri\n const i = uri.indexOf('#');\n const hash = i === -1 ? '' : uri.substr(i);\n uri = i === -1 ? uri : uri.substr(0, i);\n\n const re = new RegExp('([?&])' + key + '=.*?(&|$)', 'i');\n const separator = uri.indexOf('?') !== -1 ? '&' : '?';\n if (uri.match(re)) {\n uri = uri.replace(re, '$1' + key + '=' + value + '$2');\n } else {\n uri = uri + separator + key + '=' + value;\n }\n return uri + hash; // finally append the hash as well\n }\n\n public static createRandomString(lengthOfCode: number, possible: string): string\n {\n let text = '';\n for (let i = 0; i < lengthOfCode; i++) {\n text += possible.charAt(Math.floor(Math.random() * possible.length));\n }\n return text;\n }\n}\n","export class NumberUtils\n{\n public static getNextPowerOfTwo(value: number): number\n {\n let target = 2;\n while (target < value) {\n target *= 2;\n }\n\n return target;\n }\n}\n","export class TypeUtils\n{\n public static notNull<T>(value: T | null | undefined, message = 'Value must not be null'): T\n {\n if (null == value) {\n throw new Error(message);\n }\n\n return value;\n }\n}\n","import {NavigationStart, Router} from '@angular/router';\nimport {ViewportScroller} from '@angular/common';\nimport {inject, Injectable} from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ScrollService\n{\n private router = inject(Router);\n private viewportScroller = inject(ViewportScroller);\n\n private scrollPositionMap: Map<string, [number, number]> = new Map<string, [number, number]>();\n\n constructor()\n {\n this.router.events\n .subscribe(e => {\n if (e instanceof NavigationStart) {\n this.scrollPositionMap.set(this.router.url, this.viewportScroller.getScrollPosition());\n }\n });\n }\n\n public restore(): void\n {\n const url = this.router.url;\n if (this.scrollPositionMap.has(url)) {\n /* Restore after timeout so rendering was completed */\n setTimeout(() => {\n const scrollPosition = this.scrollPositionMap.get(url);\n if (null != scrollPosition) this.viewportScroller.scrollToPosition(scrollPosition);\n }, 1);\n }\n }\n}\n","export function Debounce(delay = 250): MethodDecorator\n{\n let timeoutReference: ReturnType<typeof setTimeout> | null = null;\n\n // eslint-disable-next-line\n return (target: object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<any>) => {\n const original = descriptor.value\n descriptor.value = function (...args: unknown[]) {\n if (null != timeoutReference) clearTimeout(timeoutReference);\n timeoutReference = setTimeout(() => original.apply(this, args), delay);\n };\n\n return descriptor;\n };\n}\n","export function Limit(rate = 250): MethodDecorator\n{\n let timeoutReference: ReturnType<typeof setTimeout> | null = null;\n\n // eslint-disable-next-line\n return (target: object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<any>) => {\n const original = descriptor.value;\n descriptor.value = function (...args: unknown[]) {\n if (null == timeoutReference) {\n timeoutReference = setTimeout(() => {\n original.apply(this, args);\n timeoutReference = null\n }, rate);\n }\n };\n\n return descriptor;\n };\n}\n","import {Directive, EventEmitter, HostListener, Output} from '@angular/core';\nimport {Limit} from '../methoddecorator/limit';\n\n@Directive({\n selector: '[ddrBottomHit]',\n})\nexport class BottomHitDirective\n{\n public offset = 1000;\n\n @Output()\n public windowBottomHit = new EventEmitter();\n\n @Output()\n private elementBottomHit = new EventEmitter();\n\n @HostListener('scroll', ['$event'])\n @Limit()\n public scrolled($event: Event): void\n {\n this.elementScrollEvent($event);\n }\n\n @HostListener('window:scroll')\n @Limit()\n public windowScrolled(): void\n {\n this.windowScrollEvent();\n }\n\n protected windowScrollEvent(): void\n {\n const pageHeight = Math.max(\n document.body.scrollHeight, document.documentElement.scrollHeight,\n document.body.offsetHeight, document.documentElement.offsetHeight,\n document.body.clientHeight, document.documentElement.clientHeight\n );\n const viewportHeight = document.documentElement.clientHeight;\n const scrollPosition = window.scrollY || document.documentElement.scrollTop || document.body.scrollTop || 0;\n const distanceToBottom = pageHeight - (scrollPosition + viewportHeight);\n if (distanceToBottom < this.offset) {\n this.windowBottomHit.emit();\n }\n }\n\n protected elementScrollEvent($event: Event): void\n {\n const target = $event.target as HTMLElement;\n const scrollPosition = target.scrollHeight - target.scrollTop;\n const offsetHeight = target.offsetHeight;\n const isReachingBottom = (scrollPosition - offsetHeight) < this.offset;\n if (isReachingBottom) {\n this.elementBottomHit.emit();\n }\n }\n}\n","import {Injectable} from '@angular/core';\nimport {fromEvent, merge, Observable} from 'rxjs';\nimport {debounceTime, distinctUntilChanged, map, shareReplay, startWith} from 'rxjs/operators';\n\n@Injectable({providedIn: 'root'})\nexport class VisibilityService\n{\n private readonly visibility$: Observable<boolean>;\n\n constructor()\n {\n this.visibility$ = merge(\n fromEvent(document, 'visibilitychange'),\n fromEvent(window, 'focus'),\n fromEvent(window, 'blur')\n ).pipe(\n debounceTime(50),\n startWith(true),\n map(() => document.hasFocus()),\n distinctUntilChanged(),\n shareReplay(1),\n );\n }\n\n public getVisibilityObservable(): Observable<boolean>\n {\n return this.visibility$;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpEvent, HttpHandler, HttpInterceptor, HttpRequest} from '@angular/common/http';\nimport {Observable} from 'rxjs';\n\n@Injectable()\nexport class WithCredentialsInterceptor implements HttpInterceptor\n{\n /**\n * @override\n */\n public intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>\n {\n const cloned = req.clone({\n withCredentials: true\n });\n\n return next.handle(cloned);\n }\n}\n","export class UrlInfo\n{\n protected constructor(\n public readonly protocol: string,\n public readonly host: string,\n public readonly hostname: string,\n public readonly port: number,\n public readonly pathname: string,\n public readonly hash: string,\n public readonly search: string\n )\n {\n }\n\n public static parse(urlString: string): UrlInfo\n {\n const parser = document.createElement('a');\n parser.href = urlString;\n\n return new UrlInfo(\n parser.protocol,\n parser.host,\n parser.hostname,\n parser.port === '' ? 80 : +parser.port,\n parser.pathname,\n parser.hash,\n parser.search,\n );\n }\n\n public getRoot(): string\n {\n let root = this.protocol + '//' + this.hostname;\n if (this.port !== 80) root += ':' + this.port;\n\n return root;\n }\n\n public getUrl(): string\n {\n return this.getRoot() + this.pathname;\n }\n}\n","import {HttpErrorResponse, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest} from '@angular/common/http';\nimport {inject, Injectable} from '@angular/core';\nimport {Observable, throwError} from 'rxjs';\nimport {catchError} from 'rxjs/operators';\nimport {Router} from '@angular/router';\nimport {DDR_LOGIN_PATH} from '../ddr-extensions.module';\n\n@Injectable()\nexport class RedirectToLoginInterceptor implements HttpInterceptor\n{\n private router = inject(Router);\n private loginPath = inject(DDR_LOGIN_PATH);\n\n /**\n * @override\n */\n public intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>\n {\n return next.handle(req).pipe(catchError((err) => {\n\n if (err instanceof HttpErrorResponse) {\n if (err.status === 401) {\n this.router.navigate([this.loginPath]);\n }\n }\n\n return throwError(err);\n }));\n }\n}\n","export function isNonNull<T>(value: T): value is NonNullable<T>\n{\n return value != null;\n}\n","/*\n * Public API Surface of ngx-extensions\n */\n\nexport * from './lib/ddr-extensions.module';\nexport * from './lib/cookie/cookie.service';\nexport * from './lib/util/collection-utils';\nexport * from './lib/util/string-utils';\nexport * from './lib/util/object-utils';\nexport * from './lib/util/number-utils';\nexport * from './lib/util/type-utils';\nexport * from './lib/scroll/scroll.service';\nexport * from './lib/methoddecorator/debounce';\nexport * from './lib/methoddecorator/limit';\nexport * from './lib/scroll/bottom-hit.directive';\nexport * from './lib/visibility/visibility.service';\n\nexport * from './lib/http/with-credentials-interceptor.service';\nexport * from './lib/http/url-info';\nexport * from './lib/http/redirect-to-login-interceptor.service';\n\nexport * from './lib/storage/storage.service';\n\nexport * from './lib/typeguard/is-non-null';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,23 +1,29 @@
1
1
  {
2
2
  "name": "@dontdrinkandroot/ngx-extensions",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/dontdrinkandroot/ngx-libs.ts.git",
7
+ "directory": "projects/dontdrinkandroot/ngx-extensions"
8
+ },
9
+ "homepage": "https://github.com/dontdrinkandroot/ngx-libs.ts",
10
+ "license": "Apache-2.0",
4
11
  "peerDependencies": {
5
- "@angular/common": "^20",
6
- "@angular/core": "^20"
12
+ "@angular/common": "^21.0.0",
13
+ "@angular/core": "^21.0.0"
7
14
  },
8
15
  "dependencies": {
9
16
  "tslib": "^2.3.0"
10
17
  },
11
18
  "sideEffects": false,
12
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
13
19
  "module": "fesm2022/dontdrinkandroot-ngx-extensions.mjs",
14
- "typings": "index.d.ts",
20
+ "typings": "types/dontdrinkandroot-ngx-extensions.d.ts",
15
21
  "exports": {
16
22
  "./package.json": {
17
23
  "default": "./package.json"
18
24
  },
19
25
  ".": {
20
- "types": "./index.d.ts",
26
+ "types": "./types/dontdrinkandroot-ngx-extensions.d.ts",
21
27
  "default": "./fesm2022/dontdrinkandroot-ngx-extensions.mjs"
22
28
  }
23
29
  }
package/LICENSE DELETED
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright [yyyy] [name of copyright owner]
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.