trm-tmpl 5.0.0-beta.6 → 6.0.0

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## v6.0.0
8
+
9
+ ### Changed
10
+
11
+ - Upgraded to Angular 20.
12
+
7
13
  ## v5.0.0
8
14
 
9
15
  ### Changed
@@ -32,13 +32,13 @@ export declare class SessionDataSource {
32
32
  getMethodInfo(currency: any, typeId: number): Observable<MethodInfo>;
33
33
  private catchError;
34
34
  prepare(data: TerminalPaymentPrepareRequest): Observable<TerminalPaymentPrepareResponse>;
35
- confirm(): Observable<import("trm-tmpl").TerminalPaymentConfirmResponse>;
35
+ confirm(): Observable<import("../../codegen/model/postTerminalPaymentConfirm200Response").TerminalPaymentConfirmResponse>;
36
36
  close(): Observable<void>;
37
37
  getBanks(typeId: number): Observable<TerminalMethodBanksResponse>;
38
38
  getDocuments(typeId: number): Observable<TerminalMethodDocumentTypesResponse>;
39
39
  createCardTerminalSdk(lang: string, id: string, tabindex?: number): CdeTerminalSdk;
40
40
  feeChangeable: boolean;
41
- feeOptions(payment: any): Observable<import("trm-tmpl").PaymentFieldOptions>;
41
+ feeOptions(payment: any): Observable<import("./../pages/components/constructor-form/models").PaymentFieldOptions>;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<SessionDataSource, never>;
43
43
  static ɵprov: i0.ɵɵInjectableDeclaration<SessionDataSource>;
44
44
  }
@@ -8,7 +8,7 @@ export declare class TerminalLangSwitcherComponent implements OnDestroy {
8
8
  loading: boolean;
9
9
  langChange: EventEmitter<string>;
10
10
  tabIndex: number;
11
- get translation_keys(): import("trm-tmpl").TranslationLangInfo;
11
+ get translation_keys(): import("../../../services/translation/translate-lang-storage.service").TranslationLangInfo;
12
12
  constructor();
13
13
  get lang(): string;
14
14
  get langs(): string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-tmpl",
3
- "version": "5.0.0-beta.6",
3
+ "version": "6.0.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">= 16.0.0",
6
6
  "@angular/core": ">= 16.0.0",