http-request-manager 18.5.7 → 18.5.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.5.7",
3
+ "version": "18.5.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",
@@ -1589,6 +1589,7 @@ declare class WsDataControlComponent implements OnInit {
1589
1589
  stateDataRequestService: StateDataRequestService;
1590
1590
  user$: rxjs.Observable<any>;
1591
1591
  users$: rxjs.Observable<any[]>;
1592
+ userAction$: rxjs.Observable<any>;
1592
1593
  data$: rxjs.Observable<any>;
1593
1594
  isUser: (user: any, userItem: any) => boolean;
1594
1595
  ngOnInit(): void;
Binary file