@flower-city-online/itinerary-lib 0.0.40 → 0.0.41

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.
@@ -10,7 +10,17 @@ import * as i6 from "@ionic/angular";
10
10
  import * as i7 from "@angular/material/dialog";
11
11
  import * as i8 from "./modules/user/user.module";
12
12
  import * as i9 from "./itinerary-lib-routing.module";
13
- export declare const httpLoaderFactory: (http: HttpBackend) => TranslateHttpLoader;
13
+ /**
14
+ * Translation loader factory for the library.
15
+ * Points to the library's translation files in node_modules.
16
+ *
17
+ * Note: The consuming app must:
18
+ * 1. Have TranslateModule.forRoot() configured in their AppModule
19
+ * 2. Copy translation files from node_modules/@flower-city-online/itinerary-lib/src/assets/i18n/
20
+ * to their own assets/i18n/ folder, OR
21
+ * 3. Configure their own TranslateModule to use the library's translations
22
+ */
23
+ export declare function httpLoaderFactory(http: HttpBackend): TranslateHttpLoader;
14
24
  export declare class ItineraryLibModule {
15
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ItineraryLibModule, never>;
16
26
  static ɵmod: i0.ɵɵNgModuleDeclaration<ItineraryLibModule, [typeof i1.ItineraryLibComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i6.IonicModule, typeof i5.ReactiveFormsModule, typeof i4.LibModalModule, typeof i4.ToggleModule, typeof i4.RangeSelectorModule, typeof i7.MatDialogModule, typeof i8.UserModule, typeof i9.ItineraryLibRoutingModule, typeof i4.NextsapienComponentLibModule], [typeof i1.ItineraryLibComponent, typeof i9.ItineraryLibRoutingModule]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flower-city-online/itinerary-lib",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^17.3.10",
6
6
  "@angular/core": "^17.3.10",