http-request-manager 18.7.7 → 18.7.9

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.7.7",
3
+ "version": "18.7.9",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
@@ -4,10 +4,10 @@ import * as i0 from '@angular/core';
4
4
  import { InjectionToken, Injector, OnDestroy, OnInit, EventEmitter, ModuleWithProviders } from '@angular/core';
5
5
  import { ComponentStore } from '@ngrx/component-store';
6
6
  import { HttpClient, HttpHeaders, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
7
- import * as i15 from 'toast-message-display';
7
+ import * as i16 from 'toast-message-display';
8
8
  import { ToastMessageDisplayService } from 'toast-message-display';
9
9
  import Dexie, { Table } from 'dexie';
10
- import * as i32 from '@ngx-translate/core';
10
+ import * as i33 from '@ngx-translate/core';
11
11
  import { TranslateService } from '@ngx-translate/core';
12
12
  import * as _angular_forms from '@angular/forms';
13
13
  import { FormBuilder, FormArray, FormControl } from '@angular/forms';
@@ -15,23 +15,23 @@ import { DataSource } from '@angular/cdk/collections';
15
15
  import * as http_request_manager from 'http-request-manager';
16
16
  import * as i4 from '@angular/common';
17
17
  import * as i7 from '@angular/material/button';
18
- import * as i18 from '@angular/material/tabs';
19
- import * as i19 from '@angular/material/select';
20
- import * as i20 from '@angular/material/chips';
21
- import * as i21 from '@angular/material/menu';
18
+ import * as i19 from '@angular/material/tabs';
19
+ import * as i20 from '@angular/material/select';
20
+ import * as i21 from '@angular/material/chips';
21
+ import * as i22 from '@angular/material/menu';
22
22
  import * as i5 from '@angular/material/icon';
23
- import * as i23 from '@angular/material/table';
24
- import * as i24 from '@angular/material/button-toggle';
25
- import * as i25 from '@angular/material/autocomplete';
26
- import * as i26 from '@angular/material/progress-bar';
27
- import * as i27 from '@angular/material/slide-toggle';
28
- import * as i28 from '@angular/material/divider';
29
- import * as i29 from '@angular/material/form-field';
30
- import * as i30 from '@angular/material/input';
31
- import * as i31 from '@angular/material/toolbar';
32
- import * as i33 from '@angular/material/sidenav';
33
- import * as i34 from '@angular/material/datepicker';
34
- import * as i35 from '@angular/material/core';
23
+ import * as i24 from '@angular/material/table';
24
+ import * as i25 from '@angular/material/button-toggle';
25
+ import * as i26 from '@angular/material/autocomplete';
26
+ import * as i27 from '@angular/material/progress-bar';
27
+ import * as i28 from '@angular/material/slide-toggle';
28
+ import * as i29 from '@angular/material/divider';
29
+ import * as i30 from '@angular/material/form-field';
30
+ import * as i31 from '@angular/material/input';
31
+ import * as i32 from '@angular/material/toolbar';
32
+ import * as i34 from '@angular/material/sidenav';
33
+ import * as i35 from '@angular/material/datepicker';
34
+ import * as i36 from '@angular/material/core';
35
35
  import { ThemePalette } from '@angular/material/core';
36
36
  import * as i6 from '@angular/material/progress-spinner';
37
37
  import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
@@ -1655,6 +1655,11 @@ declare class StateServiceDemo extends HTTPManagerStateService<any> {
1655
1655
  * Returns unique channels that have notifications posted today
1656
1656
  */
1657
1657
  getTodaysNotificationChannels(): void;
1658
+ /**
1659
+ * Define and load previous day's notification channels from database
1660
+ * Creates channels in memory and broadcasts updated list
1661
+ */
1662
+ definePreviousNotificationChannels(): void;
1658
1663
  /**
1659
1664
  * Subscribe to notification channel with optional date filters
1660
1665
  */
@@ -1755,6 +1760,11 @@ declare class NotificationServiceDemo {
1755
1760
  * Returns unique channels that have notifications posted today
1756
1761
  */
1757
1762
  getTodaysNotificationChannels(): void;
1763
+ /**
1764
+ * Define and load previous day's notification channels from database
1765
+ * Creates channels in memory and broadcasts updated list
1766
+ */
1767
+ definePreviousNotificationChannels(): void;
1758
1768
  /**
1759
1769
  * Subscribe to a notification channel with optional date filter
1760
1770
  * NOTE: MES- prefix is added automatically by HTTPManagerStateService
@@ -2010,6 +2020,10 @@ declare class WsNotificationsComponent implements OnInit, OnDestroy {
2010
2020
  * Create a new notification channel
2011
2021
  */
2012
2022
  onCreateChannel(): void;
2023
+ /**
2024
+ * Define and load previous channels
2025
+ */
2026
+ onDefinePreviousChannels(): void;
2013
2027
  /**
2014
2028
  * Subscribe to a notification channel with optional date filter
2015
2029
  */
@@ -2049,6 +2063,13 @@ declare class WsAiMessagingComponent implements OnInit {
2049
2063
  static ɵcmp: i0.ɵɵComponentDeclaration<WsAiMessagingComponent, "app-ws-ai-messaging", never, {}, {}, never, never, false, never>;
2050
2064
  }
2051
2065
 
2066
+ declare class WsChatsComponent implements OnInit {
2067
+ constructor();
2068
+ ngOnInit(): void;
2069
+ static ɵfac: i0.ɵɵFactoryDeclaration<WsChatsComponent, never>;
2070
+ static ɵcmp: i0.ɵɵComponentDeclaration<WsChatsComponent, "app-ws-chats", never, {}, {}, never, never, false, never>;
2071
+ }
2072
+
2052
2073
  declare class SpinnerComponent implements OnInit {
2053
2074
  color: ThemePalette;
2054
2075
  diameter?: number;
@@ -2130,7 +2151,7 @@ declare class FileDownloaderModule {
2130
2151
  declare class HttpRequestManagerModule {
2131
2152
  static forRoot(config?: ConfigOptions): ModuleWithProviders<HttpRequestManagerModule>;
2132
2153
  static ɵfac: i0.ɵɵFactoryDeclaration<HttpRequestManagerModule, never>;
2133
- static ɵmod: i0.ɵɵNgModuleDeclaration<HttpRequestManagerModule, [typeof HttpRequestServicesDemoComponent, typeof RequestManagerStateDemoComponent, typeof RequestManagerDemoComponent, typeof RequestSignalsManagerDemoComponent, typeof LocalStorageDemoComponent, typeof LocalStorageSignalsDemoComponent, typeof RequestManagerWsDemoComponent, typeof StoreStateManagerDemoComponent, typeof DatabaseDataDemoComponent, typeof WsDataControlComponent, typeof WsMessagingComponent, typeof WsNotificationsComponent, typeof WsAiMessagingComponent], [typeof i4.CommonModule, typeof i15.ToastMessageDisplayModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i7.MatButtonModule, typeof i18.MatTabsModule, typeof i19.MatSelectModule, typeof i20.MatChipsModule, typeof i21.MatMenuModule, typeof i5.MatIconModule, typeof i23.MatTableModule, typeof i24.MatButtonToggleModule, typeof i25.MatAutocompleteModule, typeof i26.MatProgressBarModule, typeof i27.MatSlideToggleModule, typeof i28.MatDividerModule, typeof i29.MatFormFieldModule, typeof i30.MatInputModule, typeof i31.MatToolbarModule, typeof i27.MatSlideToggleModule, typeof i32.TranslateModule, typeof i33.MatSidenavModule, typeof i34.MatDatepickerModule, typeof i35.MatNativeDateModule, typeof FileDownloaderModule], [typeof HttpRequestServicesDemoComponent]>;
2154
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HttpRequestManagerModule, [typeof HttpRequestServicesDemoComponent, typeof RequestManagerStateDemoComponent, typeof RequestManagerDemoComponent, typeof RequestSignalsManagerDemoComponent, typeof LocalStorageDemoComponent, typeof LocalStorageSignalsDemoComponent, typeof RequestManagerWsDemoComponent, typeof StoreStateManagerDemoComponent, typeof DatabaseDataDemoComponent, typeof WsDataControlComponent, typeof WsMessagingComponent, typeof WsNotificationsComponent, typeof WsAiMessagingComponent, typeof WsChatsComponent], [typeof i4.CommonModule, typeof i16.ToastMessageDisplayModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i7.MatButtonModule, typeof i19.MatTabsModule, typeof i20.MatSelectModule, typeof i21.MatChipsModule, typeof i22.MatMenuModule, typeof i5.MatIconModule, typeof i24.MatTableModule, typeof i25.MatButtonToggleModule, typeof i26.MatAutocompleteModule, typeof i27.MatProgressBarModule, typeof i28.MatSlideToggleModule, typeof i29.MatDividerModule, typeof i30.MatFormFieldModule, typeof i31.MatInputModule, typeof i32.MatToolbarModule, typeof i28.MatSlideToggleModule, typeof i33.TranslateModule, typeof i34.MatSidenavModule, typeof i35.MatDatepickerModule, typeof i36.MatNativeDateModule, typeof FileDownloaderModule], [typeof HttpRequestServicesDemoComponent]>;
2134
2155
  static ɵinj: i0.ɵɵInjectorDeclaration<HttpRequestManagerModule>;
2135
2156
  }
2136
2157
 
Binary file