Skip to content

Commit

Permalink
fix some issue of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashsprem committed Mar 10, 2024
1 parent 3b5eb30 commit 12dfc5d
Show file tree
Hide file tree
Showing 303 changed files with 3,436 additions and 2,647 deletions.
4,795 changes: 2,805 additions & 1,990 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"cypress:run": "cypress run"
},
"dependencies": {
"@angular-devkit/schematics": "15.2.10",
"@angular-devkit/schematics": "16.2.12",
"@angular-material-components/datetime-picker": "8.0.0",
"@angular/animations": "15.2.10",
"@angular/cdk": "^15.2.9",
"@angular/common": "15.2.10",
"@angular/compiler": "15.2.10",
"@angular/core": "15.2.10",
"@angular/animations": "16.2.12",
"@angular/cdk": "^16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "15.2.10",
"@angular/localize": "15.2.10",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "15.2.10",
"@angular/platform-browser-dynamic": "15.2.10",
"@angular/router": "15.2.10",
"@angular/forms": "16.2.12",
"@angular/localize": "16.2.12",
"@angular/material": "^16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@ckeditor/ckeditor5-angular": "1.2.3",
"@ckeditor/ckeditor5-build-classic": "21.0.0",
"@fortawesome/angular-fontawesome": "0.11.1",
Expand All @@ -63,13 +63,13 @@
"tslib": "^2.0.0",
"vkbeautify": "^0.99.2",
"xlsx": "^0.18.5",
"zone.js": "0.11.6"
"zone.js": "0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.10",
"@angular/cli": "15.2.10",
"@angular/compiler-cli": "15.2.10",
"@angular/language-service": "15.2.10",
"@angular-devkit/build-angular": "16.2.12",
"@angular/cli": "16.2.12",
"@angular/compiler-cli": "16.2.12",
"@angular/language-service": "16.2.12",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@cypress/schematic": "^1.7.0",
"@ngx-rocket/scripts": "3.0.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -13,7 +13,7 @@ import { SettingsService } from 'app/settings/settings.service';
* View Standing Instructions resolver.
*/
@Injectable()
export class ListTransactionsResolver implements Resolve<Object> {
export class ListTransactionsResolver {

/**
* @param {AccountTransfersService} accountTransfersService Account Transfers service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountTransfersService } from '../account-transfers.service';
* View Standing Instructions resolver.
*/
@Injectable()
export class MakeAccountTransferTemplateResolver implements Resolve<Object> {
export class MakeAccountTransferTemplateResolver {

accountTypeId: string;
id: any;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountTransfersService } from '../account-transfers.service';
* View Standing Instructions resolver.
*/
@Injectable()
export class StandingInstructionsDataAndTemplateResolver implements Resolve<Object> {
export class StandingInstructionsDataAndTemplateResolver {

/**
* @param {accountTransfersService} AccountTransfersService Account Transfers service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountTransfersService } from '../account-transfers.service';
* View Standing Instructions resolver.
*/
@Injectable()
export class StandingInstructionsTemplateResolver implements Resolve<Object> {
export class StandingInstructionsTemplateResolver {

accountTypeId: string;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountTransfersService } from '../account-transfers.service';
* View Account Transfer data resolver.
*/
@Injectable()
export class ViewAccountTransferResolver implements Resolve<Object> {
export class ViewAccountTransferResolver {

/**
* @param {AccountTransfersService} AccountTransfersService Savings service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountTransfersService } from '../account-transfers.service';
* View Standing Instructions resolver.
*/
@Injectable()
export class ViewStandingInstructionsResolver implements Resolve<Object> {
export class ViewStandingInstructionsResolver {

/**
* @param {accountTransfersService} AccountTransfersService Account Transfers service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class CreateStandingInstructionsComponent implements OnInit {
/** Refine Object
* Removes the object param with null or '' values
*/
refineObject(dataObj: Object) {
refineObject(dataObj: { [key: string]: any }) {
const propNames = Object.getOwnPropertyNames(dataObj);
for (let i = 0; i < propNames.length; i++) {
const propName = propNames[i];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Accounting rule data resolver.
*/
@Injectable()
export class AccountingRuleResolver implements Resolve<Object> {
export class AccountingRuleResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Accounting rules template data resolver.
*/
@Injectable()
export class AccountingRulesTemplateResolver implements Resolve<Object> {
export class AccountingRulesTemplateResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Accounting rules data resolver.
*/
@Injectable()
export class AccountingRulesResolver implements Resolve<Object> {
export class AccountingRulesResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Chart of acocunts data resolver.
*/
@Injectable()
export class ChartOfAccountsResolver implements Resolve<Object> {
export class ChartOfAccountsResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../../accounting.service';
* Chart of accounts template data resolver.
*/
@Injectable()
export class ChartOfAccountsTemplateResolver implements Resolve<Object> {
export class ChartOfAccountsTemplateResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -13,7 +13,7 @@ import { AccountingService } from '../accounting.service';
* GL Account and chart of accounts template data resolver.
*/
@Injectable()
export class GlAccountAndChartOfAccountsTemplateResolver implements Resolve<Object> {
export class GlAccountAndChartOfAccountsTemplateResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Closing entries data resolver.
*/
@Injectable()
export class ClosingEntriesResolver implements Resolve<Object> {
export class ClosingEntriesResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
4 changes: 2 additions & 2 deletions src/app/accounting/closing-entries/closing-entry.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Closing entry data resolver.
*/
@Injectable()
export class ClosingEntryResolver implements Resolve<Object> {
export class ClosingEntryResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Accounting rules associations data resolver.
*/
@Injectable()
export class AccountingRulesAssociationsResolver implements Resolve<Object> {
export class AccountingRulesAssociationsResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
4 changes: 2 additions & 2 deletions src/app/accounting/common-resolvers/currencies.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Currencies data resolver.
*/
@Injectable()
export class CurrenciesResolver implements Resolve<Object> {
export class CurrenciesResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
4 changes: 2 additions & 2 deletions src/app/accounting/common-resolvers/gl-accounts.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* GL accounts data resolver.
*/
@Injectable()
export class GlAccountsResolver implements Resolve<Object> {
export class GlAccountsResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve, ActivatedRouteSnapshot } from '@angular/router';
import { ActivatedRouteSnapshot } from '@angular/router';

/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Transaction data resolver.
*/
@Injectable()
export class JournalEntryTransactionResolver implements Resolve<Object> {
export class JournalEntryTransactionResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
4 changes: 2 additions & 2 deletions src/app/accounting/common-resolvers/loan-products.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Angular Imports */
import { Injectable } from '@angular/core';
import { Resolve } from '@angular/router';


/** rxjs Imports */
import { Observable } from 'rxjs';
Expand All @@ -12,7 +12,7 @@ import { AccountingService } from '../accounting.service';
* Loan products data resolver.
*/
@Injectable()
export class LoanProductsResolver implements Resolve<Object> {
export class LoanProductsResolver {

/**
* @param {AccountingService} accountingService Accounting service.
Expand Down
Loading

0 comments on commit 12dfc5d

Please sign in to comment.