@bitblit/ngx-acute-common 5.0.519-alpha → 5.0.521-alpha

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.
Files changed (40) hide show
  1. package/lib/components/dialogs/alert/alert.component.d.ts +0 -3
  2. package/lib/components/dialogs/block-ui/block-ui.component.d.ts +0 -3
  3. package/lib/index.js +509 -19
  4. package/lib/index.js.map +1 -1
  5. package/lib/pipes/capitalize.pipe.d.ts +0 -3
  6. package/lib/pipes/dollar-formatted.pipe.d.ts +0 -3
  7. package/lib/pipes/map-values.pipe.d.ts +0 -3
  8. package/lib/pipes/number-with-commas.pipe.d.ts +0 -3
  9. package/lib/pipes/order-by.pipe.d.ts +0 -3
  10. package/lib/pipes/percent-formatted.pipe.d.ts +0 -3
  11. package/lib/pipes/plural.pipe.d.ts +0 -3
  12. package/lib/pipes/round.pipe.d.ts +0 -3
  13. package/lib/pipes/time-ago-formatted.pipe.d.ts +0 -3
  14. package/lib/pipes/timing.pipe.d.ts +0 -3
  15. package/lib/services/google-analytics.service.d.ts +0 -3
  16. package/lib/services/graphql-query.service.d.ts +0 -3
  17. package/lib/services/local-storage.service.d.ts +0 -3
  18. package/lib/services/window-ref.service.d.ts +0 -3
  19. package/package.json +17 -15
  20. package/lib/esm2022/build/ngx-acute-common-info.d.ts +0 -5
  21. package/lib/esm2022/components/dialogs/alert/alert.component.d.ts +0 -9
  22. package/lib/esm2022/components/dialogs/block-ui/block-ui.component.d.ts +0 -9
  23. package/lib/esm2022/index.d.ts +0 -18
  24. package/lib/esm2022/model/google-analytics-config.d.ts +0 -3
  25. package/lib/esm2022/ngx-acute-common.mjs +0 -509
  26. package/lib/esm2022/ngx-acute-common.mjs.map +0 -1
  27. package/lib/esm2022/pipes/capitalize.pipe.d.ts +0 -4
  28. package/lib/esm2022/pipes/dollar-formatted.pipe.d.ts +0 -4
  29. package/lib/esm2022/pipes/map-values.pipe.d.ts +0 -4
  30. package/lib/esm2022/pipes/number-with-commas.pipe.d.ts +0 -4
  31. package/lib/esm2022/pipes/order-by.pipe.d.ts +0 -5
  32. package/lib/esm2022/pipes/percent-formatted.pipe.d.ts +0 -4
  33. package/lib/esm2022/pipes/plural.pipe.d.ts +0 -4
  34. package/lib/esm2022/pipes/round.pipe.d.ts +0 -4
  35. package/lib/esm2022/pipes/time-ago-formatted.pipe.d.ts +0 -4
  36. package/lib/esm2022/pipes/timing.pipe.d.ts +0 -5
  37. package/lib/esm2022/services/google-analytics.service.d.ts +0 -9
  38. package/lib/esm2022/services/graphql-query.service.d.ts +0 -14
  39. package/lib/esm2022/services/local-storage.service.d.ts +0 -8
  40. package/lib/esm2022/services/window-ref.service.d.ts +0 -3
@@ -1,7 +1,4 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class NumberWithCommasPipe implements PipeTransform {
4
3
  transform(input: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NumberWithCommasPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<NumberWithCommasPipe, "acuteNumberWithCommas", true>;
7
4
  }
@@ -1,8 +1,5 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class OrderByPipe implements PipeTransform {
4
3
  static _orderByComparator(a: any, b: any): number;
5
4
  transform(input: any, [config]: [string?]): any;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<OrderByPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<OrderByPipe, "acuteOrderBy", true>;
8
5
  }
@@ -1,7 +1,4 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class PercentFormattedPipe implements PipeTransform {
4
3
  transform(input: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<PercentFormattedPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<PercentFormattedPipe, "acutePercent", true>;
7
4
  }
@@ -1,7 +1,4 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class PluralPipe implements PipeTransform {
4
3
  transform(input: number, label: string, pluralLabel?: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<PluralPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<PluralPipe, "acutePlural", true>;
7
4
  }
@@ -1,7 +1,4 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class RoundPipe implements PipeTransform {
4
3
  transform(input: number): number;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<RoundPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<RoundPipe, "acuteRound", true>;
7
4
  }
@@ -1,7 +1,4 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class TimeAgoFormattedPipe implements PipeTransform {
4
3
  transform(input: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TimeAgoFormattedPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<TimeAgoFormattedPipe, "acuteTimeAgo", true>;
7
4
  }
@@ -1,8 +1,5 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class TimingPipe implements PipeTransform {
4
3
  transform(time: number): string;
5
4
  private initZero;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TimingPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<TimingPipe, "acuteTiming", true>;
8
5
  }
@@ -1,5 +1,4 @@
1
1
  import { Router } from '@angular/router';
2
- import * as i0 from "@angular/core";
3
2
  export declare class GoogleAnalyticsService {
4
3
  private router;
5
4
  private static readonly IS_PROD;
@@ -7,6 +6,4 @@ export declare class GoogleAnalyticsService {
7
6
  initialize(): void;
8
7
  private onRouteChange;
9
8
  event(action: string, eventCategory?: string, eventLabel?: string, value?: string): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<GoogleAnalyticsService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<GoogleAnalyticsService>;
12
9
  }
@@ -2,7 +2,6 @@ import { DialogService } from 'primeng/dynamicdialog';
2
2
  import { MessageService } from 'primeng/api';
3
3
  import { GraphqlRatchet } from '@bitblit/ratchet-graphql/graphql/graphql-ratchet';
4
4
  import { AuthorizationStyle } from "@bitblit/ratchet-graphql/graphql/authorization-style";
5
- import * as i0 from "@angular/core";
6
5
  export declare class GraphqlQueryService {
7
6
  private graphqlRatchet;
8
7
  private dialogService;
@@ -12,6 +11,4 @@ export declare class GraphqlQueryService {
12
11
  executeQueryWithBlock<T>(blockMessage: string, queryName: string, variables: any, authStyle?: AuthorizationStyle): Promise<T | null>;
13
12
  executeMutate<T>(queryName: string, variables: any, authStyle?: AuthorizationStyle): Promise<T | null>;
14
13
  executeMutateWithBlock<T>(blockMessage: string, queryName: string, variables: any, authStyle?: AuthorizationStyle): Promise<T | null>;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<GraphqlQueryService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<GraphqlQueryService>;
17
14
  }
@@ -1,4 +1,3 @@
1
- import * as i0 from "@angular/core";
2
1
  export declare function storageFinder(): Storage | null;
3
2
  export declare class LocalStorageService<T> {
4
3
  private static readonly APP_NAME;
@@ -6,6 +5,4 @@ export declare class LocalStorageService<T> {
6
5
  clear(): void;
7
6
  update(value: T): T;
8
7
  fetch(): T;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService<any>, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService<any>>;
11
8
  }
@@ -1,6 +1,3 @@
1
- import * as i0 from "@angular/core";
2
1
  export declare class WindowRefService {
3
2
  nativeWindow(): Window;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<WindowRefService, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<WindowRefService>;
6
3
  }
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@bitblit/ngx-acute-common",
3
- "version": "5.0.519-alpha",
3
+ "version": "5.0.521-alpha",
4
4
  "description": "Library for using angular",
5
- "module": "lib/esm2022/ngx-acute-common.mjs",
6
- "types": "lib/esm2022/index.d.ts",
5
+ "module": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "_module": "lib/esm2022/ngx-acute-common.mjs",
8
+ "_types": "lib/esm2022/index.d.ts",
7
9
  "files": [
8
10
  "lib/**",
9
11
  "bin/**"
@@ -24,15 +26,15 @@
24
26
  "config": {},
25
27
  "license": "Apache-2.0",
26
28
  "dependencies": {
27
- "@angular/animations": "18.2.8",
28
- "@angular/common": "18.2.8",
29
- "@angular/compiler": "18.2.8",
30
- "@angular/core": "18.2.8",
31
- "@angular/forms": "18.2.8",
32
- "@angular/platform-browser": "18.2.8",
33
- "@angular/platform-browser-dynamic": "18.2.8",
34
- "@angular/router": "18.2.8",
35
- "@bitblit/ratchet-common": "5.0.519-alpha",
29
+ "@angular/animations": "18.2.9",
30
+ "@angular/common": "18.2.9",
31
+ "@angular/compiler": "18.2.9",
32
+ "@angular/core": "18.2.9",
33
+ "@angular/forms": "18.2.9",
34
+ "@angular/platform-browser": "18.2.9",
35
+ "@angular/platform-browser-dynamic": "18.2.9",
36
+ "@angular/router": "18.2.9",
37
+ "@bitblit/ratchet-common": "5.0.521-alpha",
36
38
  "primeflex": "3.3.1",
37
39
  "primeicons": "7.0.0",
38
40
  "primeng": "17.18.11",
@@ -48,7 +50,7 @@
48
50
  "@angular/platform-browser": "^18.2.8",
49
51
  "@angular/platform-browser-dynamic": "^18.2.8",
50
52
  "@angular/router": "^18.2.8",
51
- "@bitblit/ratchet-common": "5.0.519-alpha",
53
+ "@bitblit/ratchet-common": "5.0.521-alpha",
52
54
  "primeflex": "3.3.1",
53
55
  "primeicons": "7.0.0",
54
56
  "primeng": "17.18.11",
@@ -56,7 +58,7 @@
56
58
  "zone.js": "0.14.10"
57
59
  },
58
60
  "devDependencies": {
59
- "@angular/compiler-cli": "18.2.8",
60
- "@bitblit/ratchet-node-only": "5.0.519-alpha"
61
+ "@angular/compiler-cli": "18.2.9",
62
+ "@bitblit/ratchet-node-only": "5.0.521-alpha"
61
63
  }
62
64
  }
@@ -1,5 +0,0 @@
1
- import { BuildInformation } from '@bitblit/ratchet-common/build/build-information';
2
- export declare class NgxAcuteCommonInfo {
3
- private constructor();
4
- static buildInformation(): BuildInformation;
5
- }
@@ -1,9 +0,0 @@
1
- import { DialogService, DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
2
- import { BehaviorSubject } from 'rxjs';
3
- export declare class AlertComponent {
4
- private dialogService;
5
- cfg: DynamicDialogConfig;
6
- protected ref: DynamicDialogRef;
7
- constructor(dialogService: DialogService, cfg: DynamicDialogConfig, ref: DynamicDialogRef);
8
- static showAlert(dialogSvc: DialogService, message: BehaviorSubject<string> | string, title?: string): DynamicDialogRef;
9
- }
@@ -1,9 +0,0 @@
1
- import { DialogService, DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
2
- import { BehaviorSubject } from 'rxjs';
3
- export declare class BlockUiComponent {
4
- private dialogService;
5
- cfg: DynamicDialogConfig;
6
- constructor(dialogService: DialogService, cfg: DynamicDialogConfig);
7
- static createUiBlock(dialogService: DialogService, message?: BehaviorSubject<string> | string, subMessage?: string): DynamicDialogRef;
8
- static runPromiseWithUiBlock<T>(dialogService: DialogService, prom: Promise<T>, message?: BehaviorSubject<string> | string, subMessage?: string): Promise<T>;
9
- }
@@ -1,18 +0,0 @@
1
- export * from './build/ngx-acute-common-info';
2
- export * from './components/dialogs/alert/alert.component';
3
- export * from './components/dialogs/block-ui/block-ui.component';
4
- export * from './model/google-analytics-config';
5
- export * from './pipes/capitalize.pipe';
6
- export * from './pipes/dollar-formatted.pipe';
7
- export * from './pipes/map-values.pipe';
8
- export * from './pipes/number-with-commas.pipe';
9
- export * from './pipes/order-by.pipe';
10
- export * from './pipes/percent-formatted.pipe';
11
- export * from './pipes/plural.pipe';
12
- export * from './pipes/round.pipe';
13
- export * from './pipes/time-ago-formatted.pipe';
14
- export * from './pipes/timing.pipe';
15
- export * from './services/google-analytics.service';
16
- export * from './services/graphql-query.service';
17
- export * from './services/local-storage.service';
18
- export * from './services/window-ref.service';
@@ -1,3 +0,0 @@
1
- export interface GoogleAnalyticsConfig {
2
- tagId: () => string | string;
3
- }