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