@idea-ionic/common
Advanced tools
Comparing version 7.0.13 to 7.0.14
{ | ||
"name": "@idea-ionic/common", | ||
"version": "7.0.13", | ||
"version": "7.0.14", | ||
"description": "IDEA Ionic common components", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -7,3 +7,3 @@ import { OnInit } from '@angular/core'; | ||
export declare class IDEACalendarPickerComponent implements OnInit { | ||
private modal; | ||
private modalCtrl; | ||
private alertCtrl; | ||
@@ -25,3 +25,3 @@ t: IDEATranslationsService; | ||
weekDays: string[]; | ||
constructor(modal: ModalController, alertCtrl: AlertController, t: IDEATranslationsService); | ||
constructor(modalCtrl: ModalController, alertCtrl: AlertController, t: IDEATranslationsService); | ||
ngOnInit(): void; | ||
@@ -28,0 +28,0 @@ getLocalisedDay(date: Date): number; |
@@ -29,2 +29,6 @@ import { EventEmitter } from '@angular/core'; | ||
/** | ||
* Some default interpolation parameters to add to istant translations. | ||
*/ | ||
private defaultInterpolations; | ||
/** | ||
* To subscribe to language changes. | ||
@@ -70,2 +74,6 @@ */ | ||
/** | ||
* Set some parameters to automatically provide to translation actions. | ||
*/ | ||
setDefaultInterpolations(defaultParams: Record<string, string>): void; | ||
/** | ||
* Get a translated term by key in the current language, optionally interpolating variables (e.g. `{{user}}`). | ||
@@ -72,0 +80,0 @@ * If the term doesn't exist in the current language, it is searched in the default language. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2990421
20494