@bitblit/ngx-acute-common 5.0.512-alpha → 5.0.515-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 (84) hide show
  1. package/lib/build/ngx-acute-common-info.d.ts +5 -0
  2. package/lib/components/dialogs/alert/alert.component.d.ts +9 -0
  3. package/lib/components/dialogs/block-ui/block-ui.component.d.ts +9 -0
  4. package/lib/index.d.ts +18 -0
  5. package/{src/model/google-analytics-config.ts → lib/model/google-analytics-config.d.ts} +2 -2
  6. package/lib/my-angular-library.cjs.js +2 -2
  7. package/lib/my-angular-library.cjs.js.map +1 -0
  8. package/lib/my-angular-library.esm.js +2 -2
  9. package/lib/my-angular-library.esm.js.map +1 -0
  10. package/lib/my-angular-library.umd.js +2 -2
  11. package/lib/my-angular-library.umd.js.map +1 -0
  12. package/lib/pipes/capitalize.pipe.d.ts +4 -0
  13. package/lib/pipes/dollar-formatted.pipe.d.ts +4 -0
  14. package/lib/pipes/map-values.pipe.d.ts +4 -0
  15. package/lib/pipes/number-with-commas.pipe.d.ts +4 -0
  16. package/lib/pipes/order-by.pipe.d.ts +5 -0
  17. package/lib/pipes/percent-formatted.pipe.d.ts +4 -0
  18. package/lib/pipes/plural.pipe.d.ts +4 -0
  19. package/lib/pipes/round.pipe.d.ts +4 -0
  20. package/lib/pipes/time-ago-formatted.pipe.d.ts +4 -0
  21. package/lib/pipes/timing.pipe.d.ts +5 -0
  22. package/lib/services/google-analytics.service.d.ts +9 -0
  23. package/lib/services/graphql-query.service.d.ts +14 -0
  24. package/lib/services/local-storage.service.d.ts +8 -0
  25. package/lib/services/window-ref.service.d.ts +3 -0
  26. package/package.json +11 -4
  27. package/artifacts/coverage/base.css +0 -224
  28. package/artifacts/coverage/block-navigation.js +0 -87
  29. package/artifacts/coverage/clover.xml +0 -1565
  30. package/artifacts/coverage/coverage-final.json +0 -40
  31. package/artifacts/coverage/favicon.png +0 -0
  32. package/artifacts/coverage/index.html +0 -236
  33. package/artifacts/coverage/modules/acute-common/src/build/index.html +0 -116
  34. package/artifacts/coverage/modules/acute-common/src/build/ngx-acute-common-info.ts.html +0 -142
  35. package/artifacts/coverage/modules/acute-common/src/components/dialogs/alert/alert.component.ts.html +0 -184
  36. package/artifacts/coverage/modules/acute-common/src/components/dialogs/alert/index.html +0 -116
  37. package/artifacts/coverage/modules/acute-common/src/components/dialogs/block-ui/block-ui.component.ts.html +0 -271
  38. package/artifacts/coverage/modules/acute-common/src/components/dialogs/block-ui/index.html +0 -116
  39. package/artifacts/coverage/modules/acute-common/src/pipes/capitalize.pipe.ts.html +0 -118
  40. package/artifacts/coverage/modules/acute-common/src/pipes/dollar-formatted.pipe.ts.html +0 -124
  41. package/artifacts/coverage/modules/acute-common/src/pipes/index.html +0 -251
  42. package/artifacts/coverage/modules/acute-common/src/pipes/map-values.pipe.ts.html +0 -142
  43. package/artifacts/coverage/modules/acute-common/src/pipes/number-with-commas.pipe.ts.html +0 -112
  44. package/artifacts/coverage/modules/acute-common/src/pipes/order-by.pipe.ts.html +0 -259
  45. package/artifacts/coverage/modules/acute-common/src/pipes/percent-formatted.pipe.ts.html +0 -112
  46. package/artifacts/coverage/modules/acute-common/src/pipes/plural.pipe.ts.html +0 -127
  47. package/artifacts/coverage/modules/acute-common/src/pipes/round.pipe.ts.html +0 -112
  48. package/artifacts/coverage/modules/acute-common/src/pipes/time-ago-formatted.pipe.ts.html +0 -115
  49. package/artifacts/coverage/modules/acute-common/src/pipes/timing.pipe.ts.html +0 -139
  50. package/artifacts/coverage/modules/acute-common/src/services/google-analytics.service.ts.html +0 -280
  51. package/artifacts/coverage/modules/acute-common/src/services/graphql-query.service.ts.html +0 -394
  52. package/artifacts/coverage/modules/acute-common/src/services/index.html +0 -161
  53. package/artifacts/coverage/modules/acute-common/src/services/local-storage.service.ts.html +0 -235
  54. package/artifacts/coverage/modules/acute-common/src/services/window-ref.service.ts.html +0 -160
  55. package/artifacts/coverage/prettify.css +0 -1
  56. package/artifacts/coverage/prettify.js +0 -2
  57. package/artifacts/coverage/sort-arrow-sprite.png +0 -0
  58. package/artifacts/coverage/sorter.js +0 -196
  59. package/rollup.config.mjs +0 -58
  60. package/src/build/ngx-acute-common-info.ts +0 -19
  61. package/src/components/dialogs/alert/alert.component.ts +0 -33
  62. package/src/components/dialogs/block-ui/block-ui.component.html +0 -9
  63. package/src/components/dialogs/block-ui/block-ui.component.spec.ts +0 -24
  64. package/src/components/dialogs/block-ui/block-ui.component.ts +0 -62
  65. package/src/index.ts +0 -2
  66. package/src/pipes/capitalize.pipe.ts +0 -11
  67. package/src/pipes/dollar-formatted.pipe.ts +0 -13
  68. package/src/pipes/map-values.pipe.ts +0 -19
  69. package/src/pipes/number-with-commas.pipe.ts +0 -9
  70. package/src/pipes/order-by.pipe.ts +0 -58
  71. package/src/pipes/percent-formatted.pipe.ts +0 -9
  72. package/src/pipes/plural.pipe.ts +0 -14
  73. package/src/pipes/round.pipe.ts +0 -9
  74. package/src/pipes/time-ago-formatted.pipe.ts +0 -10
  75. package/src/pipes/timing.pipe.ts +0 -18
  76. package/src/services/google-analytics.service.spec.ts +0 -17
  77. package/src/services/google-analytics.service.ts +0 -65
  78. package/src/services/graphql-query.service.spec.ts +0 -17
  79. package/src/services/graphql-query.service.ts +0 -103
  80. package/src/services/local-storage.service.spec.ts +0 -17
  81. package/src/services/local-storage.service.ts +0 -50
  82. package/src/services/window-ref.service.spec.ts +0 -17
  83. package/src/services/window-ref.service.ts +0 -25
  84. package/tsconfig.json +0 -10
@@ -0,0 +1,5 @@
1
+ import { BuildInformation } from '@bitblit/ratchet-common/build/build-information';
2
+ export declare class NgxAcuteCommonInfo {
3
+ private constructor();
4
+ static buildInformation(): BuildInformation;
5
+ }
@@ -0,0 +1,9 @@
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
+ }
@@ -0,0 +1,9 @@
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
+ }
package/lib/index.d.ts ADDED
@@ -0,0 +1,18 @@
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 +1,3 @@
1
1
  export interface GoogleAnalyticsConfig {
2
- tagId: ()=>string | string;
3
- }
2
+ tagId: () => string | string;
3
+ }