turbogui-angular 19.0.0 → 19.0.1

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.
@@ -81,32 +81,32 @@ export declare abstract class LocalesBaseService {
81
81
  */
82
82
  getMissingKeyFormat(): string;
83
83
  /**
84
- * Initializes the translation system by loading and parsing bundle files from the specified JSON object.
85
- * After the method finishes, the class will contain all the translation data and will be ready to translate any provided key.
84
+ * Adds translations to the class by loading and parsing bundles from the provided JSON object.
85
+ * After the method finishes, the class will contain all the translation data and will be ready to translate
86
+ * any provided key to any of the specified locales.
86
87
  *
87
- * @param translations A JSON object containing the translation data. The structure must be as follows:
88
- * { library_name: { bundle_name: { locale_code: { key1: "translation1", key2: "translation2" } } } ... }
88
+ * @param locales An array of locale codes (e.g., ['en_US', 'es_ES', 'fr_FR']) to load from the json data into this class.
89
+ * The order of this array will determine the priority when looking for translations.
89
90
  *
90
- * @param locales An array of locale codes (e.g., ['en_US', 'es_ES', 'fr_FR']) to load into this class. The order of this array
91
- * will determine the translation priority
91
+ * @param json A JSON object containing the translation data. The structure must be as follows:
92
+ * { library_name: { bundle_name: { locale_code: { key1: "translation1", key2: "translation2" } } } ... }
92
93
  *
93
94
  * @return True if the translations get correctly loaded. Any unsuccessful initialization will throw an exception
94
95
  */
95
- initializeFromJson(translations: any, locales: string[]): boolean;
96
+ loadLocalesFromJson(locales: string[], json: any): boolean;
96
97
  /**
97
98
  * Initializes the translation system by loading and parsing bundle files from the specified translations path.
98
99
  * After the promise finishes, the class will contain all the translation data and will be ready to translate any
99
100
  * provided key.
100
101
  *
101
- * @param translationsPath - Url where the translations Json structure of libraries/bundles/locales/keys is available.
102
- * @param locales An array of locale codes (e.g., ['en_US', 'es_ES', 'fr_FR']) to load. These will be added to the translation
103
- * path using the following format: translationsPath/en_US-es_ES-fr_FR. The order of this array will determine the
104
- * translation priority
105
- * @param parameters Any extra parameters to be attached to the translationsPath after the locales like /param1/param2/ etc
102
+ * @param locales An array of locale codes (['en_US', 'es_ES', 'fr_FR', ...]) to load from the url response.
103
+ * The order of this array will determine the translation priority
104
+ * @param url - Url where the translations are found. The response must be a Json with the expected structure:
105
+ * { library_name: { bundle_name: { locale_code: { key1: "translation1", key2: "translation2" } } } ... }
106
106
  *
107
107
  * @return A promise that will resolve if the translations get correctly loaded, or reject with an error if load fails
108
108
  */
109
- initializeFromUrl(translationsPath: string, locales: string[], parameters: string[]): Promise<unknown>;
109
+ loadLocalesFromUrl(locales: string[], url: string): Promise<unknown>;
110
110
  /**
111
111
  * Check if the class has been correctly initialized and translations have been correctly loaded
112
112
  */
@@ -1 +1 @@
1
- {"version":3,"file":"locales-base.service.d.ts","sourceRoot":"","sources":["../../../../projects/turbogui-angular/src/main/controller/locales-base.service.ts"],"names":[],"mappings":";AAYA;;;;GAIG;AACH,8BAGsB,kBAAkB;IAGpC;;OAEG;IACH,OAAO,CAAC,cAAc,CAAS;IAG/B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAe;IAG/B;;OAEG;IACH,OAAO,CAAC,UAAU,CAAe;IAGjC;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAU;IAGrC;;OAEG;IACH,OAAO,CAAC,eAAe,CAAU;IAGjC;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAS;IAGjC;;OAEG;IACH,OAAO,CAAC,iBAAiB,CAAgB;IAGzC;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB,CAAM;IAGlC;;;;;;;;;;;;;;;;;OAiBG;IACH,kBAAkB,CAAC,KAAK,EAAC,MAAM;IAe/B;;;;;;;;;;;;;;;OAeG;IACH,mBAAmB,CAAC,KAAK,EAAC,MAAM;IAUhC;;OAEG;IACH,mBAAmB;IAMnB;;;;;;;;;;;OAWG;IACH,kBAAkB,CAAC,YAAY,EAAC,GAAG,EAAE,OAAO,EAAC,MAAM,EAAE;IAwCrD;;;;;;;;;;;;OAYG;IACH,iBAAiB,CAAC,gBAAgB,EAAC,MAAM,EAAE,OAAO,EAAC,MAAM,EAAE,EAAE,UAAU,EAAC,MAAM,EAAE;IA+BhF;;OAEG;IACH,aAAa;IAMb;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAS5B;;;;;;OAMG;IACH,cAAc,CAAC,MAAM,EAAC,MAAM;IAQ5B;;;;OAIG;IACH,OAAO,CAAC,qBAAqB;IAS7B;;;;;;OAMG;IACH,gBAAgB,CAAC,QAAQ,EAAC,MAAM;IAQhC;;;;OAIG;IACH,uBAAuB,CAAC,QAAQ,EAAC,MAAM;IASvC;;;;;;;;;;;;OAYG;IACH,CAAC,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAmD/D;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAOxE;;;;;;OAMG;IACH,aAAa,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAM3E;;;;;;OAMG;IACH,aAAa,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAM3E;;;;;;;OAOG;IACH,oBAAoB,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAQlF;;;;;;;;;;;;OAYG;IACH,UAAU;IAMV;;;;;;;OAOG;IACH,YAAY;IAMZ;;;;OAIG;IACH,gBAAgB;IAQhB;;;;OAIG;IACH,kBAAkB;IAQlB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,MAAM,EAAC,MAAM;IAyB9B;;;;;;;;;;;;;OAaG;IACH,iBAAiB,CAAC,OAAO,EAAC,MAAM,EAAE;IAgBlC;;;;;;;;;;OAUG;IACH,kBAAkB,CAAC,QAAQ,EAAC,MAAM;IAgBlC;;;;;;;;;;;OAWG;IACH,mBAAmB,CAAC,SAAS,EAAC,MAAM,EAAE;IAgBtC;;;;;;;OAOG;IACH,eAAe,CAAC,OAAO,EAAC,MAAM,EAAE;IAuBhC;;;OAGG;IACH,OAAO,CAAC,QAAQ;IAQhB;;;OAGG;IACH,OAAO,CAAC,QAAQ;IAoBhB;;;OAGG;IACH,OAAO,CAAC,oBAAoB;yCA5pBV,kBAAkB;6CAAlB,kBAAkB;CAqqBvC"}
1
+ {"version":3,"file":"locales-base.service.d.ts","sourceRoot":"","sources":["../../../../projects/turbogui-angular/src/main/controller/locales-base.service.ts"],"names":[],"mappings":";AAYA;;;;GAIG;AACH,8BAGsB,kBAAkB;IAGpC;;OAEG;IACH,OAAO,CAAC,cAAc,CAAS;IAG/B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAe;IAG/B;;OAEG;IACH,OAAO,CAAC,UAAU,CAAe;IAGjC;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAU;IAGrC;;OAEG;IACH,OAAO,CAAC,eAAe,CAAU;IAGjC;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAS;IAGjC;;OAEG;IACH,OAAO,CAAC,iBAAiB,CAAgB;IAGzC;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB,CAAM;IAGlC;;;;;;;;;;;;;;;;;OAiBG;IACH,kBAAkB,CAAC,KAAK,EAAC,MAAM;IAe/B;;;;;;;;;;;;;;;OAeG;IACH,mBAAmB,CAAC,KAAK,EAAC,MAAM;IAUhC;;OAEG;IACH,mBAAmB;IAMnB;;;;;;;;;;;;OAYG;IACH,mBAAmB,CAAC,OAAO,EAAC,MAAM,EAAE,EAAE,IAAI,EAAC,GAAG;IA0C9C;;;;;;;;;;;OAWG;IACH,kBAAkB,CAAC,OAAO,EAAC,MAAM,EAAE,EAAE,GAAG,EAAC,MAAM;IA6B/C;;OAEG;IACH,aAAa;IAMb;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAS5B;;;;;;OAMG;IACH,cAAc,CAAC,MAAM,EAAC,MAAM;IAQ5B;;;;OAIG;IACH,OAAO,CAAC,qBAAqB;IAS7B;;;;;;OAMG;IACH,gBAAgB,CAAC,QAAQ,EAAC,MAAM;IAQhC;;;;OAIG;IACH,uBAAuB,CAAC,QAAQ,EAAC,MAAM;IASvC;;;;;;;;;;;;OAYG;IACH,CAAC,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAmD/D;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAOxE;;;;;;OAMG;IACH,aAAa,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAM3E;;;;;;OAMG;IACH,aAAa,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAM3E;;;;;;;OAOG;IACH,oBAAoB,CAAC,GAAG,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,gBAAgB,GAAC,MAAM,EAAO;IAQlF;;;;;;;;;;;;OAYG;IACH,UAAU;IAMV;;;;;;;OAOG;IACH,YAAY;IAMZ;;;;OAIG;IACH,gBAAgB;IAQhB;;;;OAIG;IACH,kBAAkB;IAQlB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,MAAM,EAAC,MAAM;IAyB9B;;;;;;;;;;;;;OAaG;IACH,iBAAiB,CAAC,OAAO,EAAC,MAAM,EAAE;IAgBlC;;;;;;;;;;OAUG;IACH,kBAAkB,CAAC,QAAQ,EAAC,MAAM;IAgBlC;;;;;;;;;;;OAWG;IACH,mBAAmB,CAAC,SAAS,EAAC,MAAM,EAAE;IAgBtC;;;;;;;OAOG;IACH,eAAe,CAAC,OAAO,EAAC,MAAM,EAAE;IAuBhC;;;OAGG;IACH,OAAO,CAAC,QAAQ;IAQhB;;;OAGG;IACH,OAAO,CAAC,QAAQ;IAoBhB;;;OAGG;IACH,OAAO,CAAC,oBAAoB;yCA5pBV,kBAAkB;6CAAlB,kBAAkB;CAqqBvC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbogui-angular",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "description": "A library that tries to help with the most common user interface elements on several frameworks and platforms",
5
5
  "repository": {
6
6
  "type": "git",