@sachin9822/reports-lib 0.0.222 → 0.0.224

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 (36) hide show
  1. package/esm2020/lib/components/acc-gl-details-enquiry-report/acc-gl-details-enquiry-report.component.mjs +1 -1
  2. package/esm2020/lib/components/accounting-report/accounting-report.component.mjs +24 -30
  3. package/esm2020/lib/components/branch-activity-receive-report/branch-activity-receive-report.component.mjs +1 -1
  4. package/esm2020/lib/components/branch-activity-send-report/branch-activity-send-report.component.mjs +3 -4
  5. package/esm2020/lib/components/cancellation-transaction-report/cancellation-transaction-report.component.mjs +2 -6
  6. package/esm2020/lib/components/credit-limit-status-enquiry-report/credit-limit-status-enquiry-report.component.mjs +1 -1
  7. package/esm2020/lib/components/funding-report/funding-report.component.mjs +1 -1
  8. package/esm2020/lib/components/revenue-per-transaction-report/revenue-per-transaction-report.component.mjs +2 -4
  9. package/esm2020/lib/components/statement-of-accounts-report/statement-of-accounts-report.component.mjs +1 -1
  10. package/esm2020/lib/components/transaction-enquiry-report/transaction-enquiry-report.component.mjs +2 -4
  11. package/esm2020/lib/components/trial-balance-accounts-report/trial-balance-accounts-report.component.mjs +1 -1
  12. package/esm2020/lib/models/branch-activity-report/branch-activity-send-report.mjs +1 -1
  13. package/esm2020/lib/reports-lib.module.mjs +5 -15
  14. package/esm2020/lib/services/report.service.mjs +1 -59
  15. package/esm2020/lib/shared/export-generic.service.mjs +1 -10
  16. package/esm2020/lib/shared/search-filter/search-filter.component.mjs +5 -329
  17. package/esm2020/public-api.mjs +1 -5
  18. package/fesm2015/sachin9822-reports-lib.mjs +186 -1597
  19. package/fesm2015/sachin9822-reports-lib.mjs.map +1 -1
  20. package/fesm2020/sachin9822-reports-lib.mjs +184 -1596
  21. package/fesm2020/sachin9822-reports-lib.mjs.map +1 -1
  22. package/lib/components/cancellation-transaction-report/cancellation-transaction-report.component.d.ts +0 -8
  23. package/lib/models/branch-activity-report/branch-activity-send-report.d.ts +0 -4
  24. package/lib/reports-lib.module.d.ts +10 -12
  25. package/lib/services/report.service.d.ts +0 -10
  26. package/lib/shared/search-filter/search-filter.component.d.ts +1 -6
  27. package/package.json +1 -1
  28. package/public-api.d.ts +0 -4
  29. package/esm2020/lib/components/branch-activity-send-summary-report/branch-activity-send-summary-report.component.mjs +0 -700
  30. package/esm2020/lib/components/transaction-monitoring-report/transaction-monitoring-report.component.mjs +0 -332
  31. package/esm2020/lib/models/transaction-monitoring-report/transaction-monitoring-report-request-domain-model.mjs +0 -6
  32. package/esm2020/lib/models/transaction-monitoring-report/transaction-monitoring-report.mjs +0 -5
  33. package/lib/components/branch-activity-send-summary-report/branch-activity-send-summary-report.component.d.ts +0 -78
  34. package/lib/components/transaction-monitoring-report/transaction-monitoring-report.component.d.ts +0 -69
  35. package/lib/models/transaction-monitoring-report/transaction-monitoring-report-request-domain-model.d.ts +0 -13
  36. package/lib/models/transaction-monitoring-report/transaction-monitoring-report.d.ts +0 -23
@@ -46,14 +46,6 @@ export declare class CancellationTransactionReportComponent implements OnInit, O
46
46
  tooltipField: string;
47
47
  tooltipValueGetter?: undefined;
48
48
  cellClass?: undefined;
49
- } | {
50
- headerName: string;
51
- field: string;
52
- flex: number;
53
- minWidth: number;
54
- tooltipValueGetter?: undefined;
55
- tooltipField?: undefined;
56
- cellClass?: undefined;
57
49
  } | {
58
50
  headerName: string;
59
51
  field: string;
@@ -17,8 +17,4 @@ export declare class BranchActivityReport {
17
17
  Tax?: number;
18
18
  TotalPayinAmount?: number;
19
19
  Status: string;
20
- TransactionCount: number;
21
- payinCCcode: string;
22
- IsTotalRow: boolean;
23
- isTotalRow: boolean;
24
20
  }
@@ -14,20 +14,18 @@ import * as i11 from "./components/accounting-report/accounting-report.component
14
14
  import * as i12 from "./components/credit-limit-status-enquiry-report/credit-limit-status-enquiry-report.component";
15
15
  import * as i13 from "./components/funding-report/funding-report.component";
16
16
  import * as i14 from "./components/trial-balance-accounts-report/trial-balance-accounts-report.component";
17
- import * as i15 from "./components/branch-activity-send-summary-report/branch-activity-send-summary-report.component";
18
- import * as i16 from "./components/transaction-monitoring-report/transaction-monitoring-report.component";
19
- import * as i17 from "ag-grid-angular";
20
- import * as i18 from "./reports-lib-routing.module";
21
- import * as i19 from "@angular/common";
22
- import * as i20 from "@angular/router";
23
- import * as i21 from "@ng-bootstrap/ng-bootstrap";
24
- import * as i22 from "./shared/shared.module";
25
- import * as i23 from "@angular/platform-browser";
26
- import * as i24 from "@angular/forms";
27
- import * as i25 from "@ng-select/ng-select";
17
+ import * as i15 from "ag-grid-angular";
18
+ import * as i16 from "./reports-lib-routing.module";
19
+ import * as i17 from "@angular/common";
20
+ import * as i18 from "@angular/router";
21
+ import * as i19 from "@ng-bootstrap/ng-bootstrap";
22
+ import * as i20 from "./shared/shared.module";
23
+ import * as i21 from "@angular/platform-browser";
24
+ import * as i22 from "@angular/forms";
25
+ import * as i23 from "@ng-select/ng-select";
28
26
  export declare function initializeApp(config: ConfigService): () => Promise<any>;
29
27
  export declare class ReportsLibModule {
30
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportsLibModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<ReportsLibModule, [typeof i1.ReportsLibComponent, typeof i2.AccGlDetailsEnquiryReportComponent, typeof i3.BranchActivitySendReportComponent, typeof i4.LoaderComponent, typeof i5.TransactionEnquiryComponent, typeof i4.LoaderComponent, typeof i6.SearchFilterComponent, typeof i7.BranchActivityReceiveReportComponent, typeof i8.CancellationTransactionReportComponent, typeof i9.RevenuePerTransactionReportComponent, typeof i10.StatementOfAccountsReportComponent, typeof i11.AccountingReportComponent, typeof i12.CreditLimitStatusEnquiryReportComponent, typeof i13.FundingReportComponent, typeof i14.TrialBalanceAccountsReportComponent, typeof i15.BranchActivitySendSummaryReportComponent, typeof i16.TransactionMonitoringReportComponent], [typeof i17.AgGridModule, typeof i18.ReportsLibRoutingModule, typeof i19.CommonModule, typeof i20.RouterModule, typeof i21.NgbDatepickerModule, typeof i22.SharedModule, typeof i23.BrowserModule, typeof i17.AgGridModule, typeof i18.ReportsLibRoutingModule, typeof i24.FormsModule, typeof i17.AgGridModule, typeof i21.NgbModule, typeof i24.ReactiveFormsModule, typeof i25.NgSelectModule, typeof i24.ReactiveFormsModule, typeof i21.NgbModule, typeof i25.NgSelectModule], [typeof i1.ReportsLibComponent, typeof i2.AccGlDetailsEnquiryReportComponent, typeof i3.BranchActivitySendReportComponent, typeof i5.TransactionEnquiryComponent, typeof i8.CancellationTransactionReportComponent, typeof i10.StatementOfAccountsReportComponent, typeof i11.AccountingReportComponent, typeof i13.FundingReportComponent, typeof i12.CreditLimitStatusEnquiryReportComponent, typeof i14.TrialBalanceAccountsReportComponent, typeof i15.BranchActivitySendSummaryReportComponent, typeof i16.TransactionMonitoringReportComponent]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ReportsLibModule, [typeof i1.ReportsLibComponent, typeof i2.AccGlDetailsEnquiryReportComponent, typeof i3.BranchActivitySendReportComponent, typeof i4.LoaderComponent, typeof i5.TransactionEnquiryComponent, typeof i4.LoaderComponent, typeof i6.SearchFilterComponent, typeof i7.BranchActivityReceiveReportComponent, typeof i8.CancellationTransactionReportComponent, typeof i9.RevenuePerTransactionReportComponent, typeof i10.StatementOfAccountsReportComponent, typeof i11.AccountingReportComponent, typeof i12.CreditLimitStatusEnquiryReportComponent, typeof i13.FundingReportComponent, typeof i14.TrialBalanceAccountsReportComponent], [typeof i15.AgGridModule, typeof i16.ReportsLibRoutingModule, typeof i17.CommonModule, typeof i18.RouterModule, typeof i19.NgbDatepickerModule, typeof i20.SharedModule, typeof i21.BrowserModule, typeof i15.AgGridModule, typeof i16.ReportsLibRoutingModule, typeof i22.FormsModule, typeof i15.AgGridModule, typeof i19.NgbModule, typeof i22.ReactiveFormsModule, typeof i23.NgSelectModule, typeof i22.ReactiveFormsModule, typeof i19.NgbModule, typeof i23.NgSelectModule], [typeof i1.ReportsLibComponent, typeof i2.AccGlDetailsEnquiryReportComponent, typeof i3.BranchActivitySendReportComponent, typeof i5.TransactionEnquiryComponent, typeof i8.CancellationTransactionReportComponent, typeof i10.StatementOfAccountsReportComponent, typeof i11.AccountingReportComponent, typeof i13.FundingReportComponent, typeof i12.CreditLimitStatusEnquiryReportComponent, typeof i14.TrialBalanceAccountsReportComponent]>;
32
30
  static ɵinj: i0.ɵɵInjectorDeclaration<ReportsLibModule>;
33
31
  }
@@ -11,8 +11,6 @@ import { RevenuePerTransactionResponseModel } from '../models/revenue-per-transa
11
11
  import { StatementOfAccountRequest, StatementOfAccountResponse } from '../models/statement-of-account-report/statement-of-accounts.model';
12
12
  import { AccountingReportModel } from '../models/accounting-report/accounting-report-model';
13
13
  import { TrialBalanceReport } from '../models/trial-balance-accounts-report/trial-balance-accounts.models';
14
- import { TransactionMonitoringRequestDomainModel } from '../models/transaction-monitoring-report/transaction-monitoring-report-request-domain-model';
15
- import { TransactionMonitoringReport } from '../models/transaction-monitoring-report/transaction-monitoring-report';
16
14
  import * as i0 from "@angular/core";
17
15
  export declare class ReportService {
18
16
  private http;
@@ -67,14 +65,6 @@ export declare class ReportService {
67
65
  getTransactionTypesForCreditLimitStatusEnquiryReport(): Observable<any[]>;
68
66
  getCreditLimitStatusEnquiryReport(model: any): Observable<any[]>;
69
67
  getFundingReport(criteria: any): Observable<any>;
70
- getPayInAgentforSendSummaryReport(): Observable<any[]>;
71
- getBranchByAgentForSendSummaryReport(code: string): Observable<any[]>;
72
- getParamsForSendSummaryReport(): Observable<any[]>;
73
- getBranchActivitySendSummaryReport(data: BranchActivitySendReportRequestDomainModel | any): Observable<Record<string, BranchActivityReport[]>>;
74
- getParamsForTransactionMonitoringReport(): Observable<any[]>;
75
- getBranchByAgentForTransactionMonitoringReport(code: string): Observable<any[]>;
76
- getPayInAgentforTransactionMonitoringReport(): Observable<any[]>;
77
- getTransactionMonitoringReport(data: TransactionMonitoringRequestDomainModel | any): Observable<Record<string, TransactionMonitoringReport[]>>;
78
68
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportService, never>;
79
69
  static ɵprov: i0.ɵɵInjectableDeclaration<ReportService>;
80
70
  }
@@ -14,7 +14,6 @@ export declare class SearchFilterComponent implements OnInit, OnDestroy {
14
14
  searchClicked: EventEmitter<any>;
15
15
  formValid: EventEmitter<boolean>;
16
16
  searchForm: FormGroup;
17
- initialFilters: any;
18
17
  formValidationError: boolean;
19
18
  private destroy$;
20
19
  loadingState: ComponentLoadingState;
@@ -34,7 +33,6 @@ export declare class SearchFilterComponent implements OnInit, OnDestroy {
34
33
  currencies: Currency[];
35
34
  products: Product[];
36
35
  transactionStatuses: TransactionStatus[];
37
- summaryReportTypes: any[];
38
36
  selectedStatuses: string[];
39
37
  showStatusDropdown: boolean;
40
38
  visibleFieldKeys: string[];
@@ -70,9 +68,6 @@ export declare class SearchFilterComponent implements OnInit, OnDestroy {
70
68
  ngOnDestroy(): void;
71
69
  private checkReport;
72
70
  loadInitialData(): void;
73
- loadInitialDataforBranchActivitySendSummary(): void;
74
- loadInitialDataforTransactionMonitoring(): void;
75
- private applyInitialFilters;
76
71
  private initializeForm;
77
72
  loadInitialDataforBranchActivitySend(): void;
78
73
  private loadInitialDatafortxnEnquiry;
@@ -123,5 +118,5 @@ export declare class SearchFilterComponent implements OnInit, OnDestroy {
123
118
  */
124
119
  getSearchCriteriaArray(): [string, string][];
125
120
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchFilterComponent, never>;
126
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchFilterComponent, "lib-search-filter", never, { "ReportName": "ReportName"; "initialFilters": "initialFilters"; }, { "searchClicked": "searchClicked"; "formValid": "formValid"; }, never, never, false>;
121
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchFilterComponent, "lib-search-filter", never, { "ReportName": "ReportName"; }, { "searchClicked": "searchClicked"; "formValid": "formValid"; }, never, never, false>;
127
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sachin9822/reports-lib",
3
- "version": "0.0.222",
3
+ "version": "0.0.224",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0"
package/public-api.d.ts CHANGED
@@ -17,8 +17,6 @@ export * from './lib/components/accounting-report/accounting-report.component';
17
17
  export * from './lib/components/credit-limit-status-enquiry-report/credit-limit-status-enquiry-report.component';
18
18
  export * from './lib/components/funding-report/funding-report.component';
19
19
  export * from './lib/components/trial-balance-accounts-report/trial-balance-accounts-report.component';
20
- export * from './lib/components/branch-activity-send-summary-report/branch-activity-send-summary-report.component';
21
- export * from './lib/components/transaction-monitoring-report/transaction-monitoring-report.component';
22
20
  export * from './lib/models/transaction-enquiry-report/transaction-enquiry.model';
23
21
  export * from './lib/models/app-config.model';
24
22
  export * from './lib/models/branch-activity-report/branch-activity-send-report';
@@ -30,5 +28,3 @@ export * from './lib/models/statement-of-account-report/statement-of-accounts.mo
30
28
  export * from './lib/models/credit-limit-status-enquiry-report/credit-limit-status-enquiry.model';
31
29
  export * from './lib/models/statement-of-account-report/statement-of-accounts.model';
32
30
  export * from './lib/models/trial-balance-accounts-report/trial-balance-accounts.models';
33
- export * from './lib/models/transaction-monitoring-report/transaction-monitoring-report-request-domain-model';
34
- export * from './lib/models/transaction-monitoring-report/transaction-monitoring-report';