@flower-city-online/itinerary-lib 0.0.26 → 0.0.28

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.
Files changed (27) hide show
  1. package/esm2022/lib/itinerary-app/itinerary-lib.module.mjs +4 -7
  2. package/esm2022/lib/itinerary-app/modules/archives/archives.module.mjs +3 -7
  3. package/esm2022/lib/itinerary-app/modules/archives/pages/main-archives/main-archives.component.mjs +1 -1
  4. package/esm2022/lib/itinerary-app/modules/dashboard/components/navbar/navbar.component.mjs +3 -3
  5. package/esm2022/lib/itinerary-app/modules/dashboard/components/sidebar/sidebar.component.mjs +5 -6
  6. package/esm2022/lib/itinerary-app/modules/dashboard/dashboard.module.mjs +4 -7
  7. package/esm2022/lib/itinerary-app/modules/pathway/components/map-header/map-header.component.mjs +1 -1
  8. package/esm2022/lib/itinerary-app/modules/pathway/pages/itinerary-preview/itinerary-preview.component.mjs +3 -3
  9. package/esm2022/lib/itinerary-app/modules/pathway/pathway.module.mjs +7 -7
  10. package/esm2022/lib/itinerary-app/modules/search/components/search-chips/search-chips.component.mjs +2 -3
  11. package/esm2022/lib/itinerary-app/modules/search/components/search-results/search-results.component.mjs +2 -3
  12. package/esm2022/lib/itinerary-app/modules/search/pages/main-search/main-search.component.mjs +1 -1
  13. package/esm2022/lib/itinerary-app/modules/search/search.module.mjs +2 -5
  14. package/esm2022/lib/itinerary-app/modules/user/user.module.mjs +3 -7
  15. package/esm2022/lib/itinerary-app/shared/card-component/card-component.component.mjs +3 -3
  16. package/esm2022/lib/itinerary-app/shared/cutom-card/cutom-card.component.mjs +3 -3
  17. package/esm2022/lib/itinerary-app/shared/shared.module.mjs +6 -6
  18. package/fesm2022/flower-city-online-itinerary-lib.mjs +29 -43
  19. package/fesm2022/flower-city-online-itinerary-lib.mjs.map +1 -1
  20. package/lib/itinerary-app/itinerary-lib.module.d.ts +9 -10
  21. package/lib/itinerary-app/modules/archives/archives.module.d.ts +6 -7
  22. package/lib/itinerary-app/modules/dashboard/dashboard.module.d.ts +4 -4
  23. package/lib/itinerary-app/modules/pathway/pathway.module.d.ts +8 -8
  24. package/lib/itinerary-app/modules/search/search.module.d.ts +4 -4
  25. package/lib/itinerary-app/modules/user/user.module.d.ts +5 -6
  26. package/lib/itinerary-app/shared/shared.module.d.ts +4 -4
  27. package/package.json +1 -1
@@ -2,18 +2,17 @@ import { HttpBackend } from '@angular/common/http';
2
2
  import { TranslateHttpLoader } from '@ngx-translate/http-loader';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "./itinerary-lib.component";
5
- import * as i2 from "@angular/common";
6
- import * as i3 from "@ngx-translate/core";
7
- import * as i4 from "@naniteninja/ionic-lib";
8
- import * as i5 from "@angular/forms";
9
- import * as i6 from "@ionic/angular";
10
- import * as i7 from "@angular/platform-browser/animations";
11
- import * as i8 from "@angular/material/dialog";
12
- import * as i9 from "./modules/user/user.module";
13
- import * as i10 from "./itinerary-lib-routing.module";
5
+ import * as i2 from "@ngx-translate/core";
6
+ import * as i3 from "@naniteninja/ionic-lib";
7
+ import * as i4 from "@angular/forms";
8
+ import * as i5 from "@ionic/angular";
9
+ import * as i6 from "@angular/platform-browser/animations";
10
+ import * as i7 from "@angular/material/dialog";
11
+ import * as i8 from "./modules/user/user.module";
12
+ import * as i9 from "./itinerary-lib-routing.module";
14
13
  export declare const httpLoaderFactory: (http: HttpBackend) => TranslateHttpLoader;
15
14
  export declare class ItineraryLibModule {
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ItineraryLibModule, never>;
17
- 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.BrowserAnimationsModule, typeof i8.MatDialogModule, typeof i9.UserModule, typeof i10.ItineraryLibRoutingModule], [typeof i1.ItineraryLibComponent, typeof i10.ItineraryLibRoutingModule]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ItineraryLibModule, [typeof i1.ItineraryLibComponent], [typeof i2.TranslateModule, typeof i3.ButtonsModule, typeof i4.FormsModule, typeof i5.IonicModule, typeof i4.ReactiveFormsModule, typeof i3.LibModalModule, typeof i3.ToggleModule, typeof i3.RangeSelectorModule, typeof i6.BrowserAnimationsModule, typeof i7.MatDialogModule, typeof i8.UserModule, typeof i9.ItineraryLibRoutingModule], [typeof i1.ItineraryLibComponent, typeof i9.ItineraryLibRoutingModule]>;
18
17
  static ɵinj: i0.ɵɵInjectorDeclaration<ItineraryLibModule>;
19
18
  }
@@ -1,14 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./archives.component";
3
3
  import * as i2 from "./pages/main-archives/main-archives.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "./archives-routing.module";
6
- import * as i5 from "../../shared/shared.module";
7
- import * as i6 from "@naniteninja/ionic-lib";
8
- import * as i7 from "../itineraries/itineraries.module";
9
- import * as i8 from "@ngx-translate/core";
4
+ import * as i3 from "./archives-routing.module";
5
+ import * as i4 from "../../shared/shared.module";
6
+ import * as i5 from "@naniteninja/ionic-lib";
7
+ import * as i6 from "../itineraries/itineraries.module";
8
+ import * as i7 from "@ngx-translate/core";
10
9
  export declare class ArchivesModule {
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ArchivesModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArchivesModule, [typeof i1.ArchivesComponent, typeof i2.MainArchivesComponent], [typeof i3.CommonModule, typeof i4.ArchivesRoutingModule, typeof i5.SharedModule, typeof i6.LibModalModule, typeof i7.ItinerariesModule, typeof i8.TranslateModule], never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArchivesModule, [typeof i1.ArchivesComponent, typeof i2.MainArchivesComponent], [typeof i3.ArchivesRoutingModule, typeof i4.SharedModule, typeof i5.LibModalModule, typeof i6.ItinerariesModule, typeof i7.TranslateModule], never>;
13
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ArchivesModule>;
14
13
  }
@@ -3,14 +3,14 @@ import * as i1 from "./pages/main-dashboard/main-dashboard.component";
3
3
  import * as i2 from "./components/sidebar/sidebar.component";
4
4
  import * as i3 from "./components/navbar/navbar.component";
5
5
  import * as i4 from "./dashboard.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "./dashboard-routing.module";
8
- import * as i7 from "../../shared/shared.module";
6
+ import * as i5 from "./dashboard-routing.module";
7
+ import * as i6 from "../../shared/shared.module";
8
+ import * as i7 from "@angular/common";
9
9
  import * as i8 from "../itineraries/itineraries.module";
10
10
  import * as i9 from "@naniteninja/ionic-lib";
11
11
  import * as i10 from "@ngx-translate/core";
12
12
  export declare class DashboardModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardModule, [typeof i1.MainDashboardComponent, typeof i2.SidebarComponent, typeof i3.NavbarComponent, typeof i4.DashboardComponent], [typeof i5.CommonModule, typeof i6.DashboardRoutingModule, typeof i7.SharedModule, typeof i5.NgOptimizedImage, typeof i8.ItinerariesModule, typeof i9.ButtonsModule, typeof i10.TranslateModule, typeof i9.SearchBarModule], never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardModule, [typeof i1.MainDashboardComponent, typeof i2.SidebarComponent, typeof i3.NavbarComponent, typeof i4.DashboardComponent], [typeof i5.DashboardRoutingModule, typeof i6.SharedModule, typeof i7.NgOptimizedImage, typeof i8.ItinerariesModule, typeof i9.ButtonsModule, typeof i10.TranslateModule, typeof i9.SearchBarModule], never>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<DashboardModule>;
16
16
  }
@@ -6,15 +6,15 @@ import * as i4 from "./pathway.component";
6
6
  import * as i5 from "./components/googlemap/googlemap.component";
7
7
  import * as i6 from "./components/map-header/map-header.component";
8
8
  import * as i7 from "@ngx-translate/core";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "./pathway-routing.module";
11
- import * as i10 from "../../shared/shared.module";
12
- import * as i11 from "@naniteninja/ionic-lib";
13
- import * as i12 from "@angular/forms";
14
- import * as i13 from "@angular/google-maps";
15
- import * as i14 from "@angular/material/icon";
9
+ import * as i8 from "./pathway-routing.module";
10
+ import * as i9 from "../../shared/shared.module";
11
+ import * as i10 from "@naniteninja/ionic-lib";
12
+ import * as i11 from "@angular/forms";
13
+ import * as i12 from "@angular/google-maps";
14
+ import * as i13 from "@angular/material/icon";
15
+ import * as i14 from "@angular/common";
16
16
  export declare class PathwayModule {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PathwayModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<PathwayModule, [typeof i1.NonVisualMapFilterComponent, typeof i2.ItineraryPreviewComponent, typeof i3.DefaultDestinationComponent, typeof i4.PathwayComponent, typeof i5.GooglemapComponent, typeof i6.MapHeaderComponent], [typeof i7.TranslateModule, typeof i8.CommonModule, typeof i9.PathwayRoutingModule, typeof i10.SharedModule, typeof i11.ButtonsModule, typeof i12.FormsModule, typeof i13.GoogleMapsModule, typeof i14.MatIcon], never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PathwayModule, [typeof i1.NonVisualMapFilterComponent, typeof i2.ItineraryPreviewComponent, typeof i3.DefaultDestinationComponent, typeof i4.PathwayComponent, typeof i5.GooglemapComponent, typeof i6.MapHeaderComponent], [typeof i7.TranslateModule, typeof i8.PathwayRoutingModule, typeof i9.SharedModule, typeof i10.ButtonsModule, typeof i11.FormsModule, typeof i12.GoogleMapsModule, typeof i13.MatIcon, typeof i14.CommonModule], never>;
19
19
  static ɵinj: i0.ɵɵInjectorDeclaration<PathwayModule>;
20
20
  }
@@ -12,11 +12,11 @@ import * as i10 from "./components/search-results/search-results.component";
12
12
  import * as i11 from "./components/clear-history-popup/clear-history-popup.component";
13
13
  import * as i12 from "@naniteninja/ionic-lib";
14
14
  import * as i13 from "@ngx-translate/core";
15
- import * as i14 from "@angular/common";
16
- import * as i15 from "./search-routing.module";
17
- import * as i16 from "../../shared/shared.module";
15
+ import * as i14 from "./search-routing.module";
16
+ import * as i15 from "../../shared/shared.module";
17
+ import * as i16 from "@angular/common";
18
18
  export declare class SearchModule {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<SearchModule, [typeof i1.SearchComponent, typeof i2.SearchChipsComponent, typeof i3.RecentSearchesComponent, typeof i4.QuickActionsComponent, typeof i5.MainSearchComponent, typeof i6.RecentSearchesListComponent, typeof i7.RecentSearchesItemComponent, typeof i8.SerachBottomBarComponent, typeof i9.SerachClearHistoryComponent, typeof i10.SearchResultsComponent, typeof i11.ClearHistoryPopupComponent], [typeof i12.SearchBarModule, typeof i13.TranslateModule, typeof i12.ButtonsModule, typeof i14.CommonModule, typeof i15.SearchRoutingModule, typeof i16.SharedModule, typeof i12.SectionSeparatorComponent, typeof i14.NgOptimizedImage, typeof i12.LibModalModule, typeof i12.GridToolbarModule, typeof i12.GridModule, typeof i12.GridFiltersModule, typeof i12.SelectableModule], never>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SearchModule, [typeof i1.SearchComponent, typeof i2.SearchChipsComponent, typeof i3.RecentSearchesComponent, typeof i4.QuickActionsComponent, typeof i5.MainSearchComponent, typeof i6.RecentSearchesListComponent, typeof i7.RecentSearchesItemComponent, typeof i8.SerachBottomBarComponent, typeof i9.SerachClearHistoryComponent, typeof i10.SearchResultsComponent, typeof i11.ClearHistoryPopupComponent], [typeof i12.SearchBarModule, typeof i13.TranslateModule, typeof i12.ButtonsModule, typeof i14.SearchRoutingModule, typeof i15.SharedModule, typeof i12.SectionSeparatorComponent, typeof i16.NgOptimizedImage, typeof i12.LibModalModule, typeof i12.GridToolbarModule, typeof i12.GridModule, typeof i12.GridFiltersModule, typeof i12.SelectableModule], never>;
21
21
  static ɵinj: i0.ɵɵInjectorDeclaration<SearchModule>;
22
22
  }
@@ -1,12 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./profile/profile.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "./user-routing.module";
5
- import * as i4 from "@naniteninja/ionic-lib";
6
- import * as i5 from "../../shared/shared.module";
7
- import * as i6 from "@ngx-translate/core";
3
+ import * as i2 from "./user-routing.module";
4
+ import * as i3 from "@naniteninja/ionic-lib";
5
+ import * as i4 from "../../shared/shared.module";
6
+ import * as i5 from "@ngx-translate/core";
8
7
  export declare class UserModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<UserModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserModule, [typeof i1.ProfileComponent], [typeof i2.CommonModule, typeof i3.UserRoutingModule, typeof i4.SectionSeparatorComponent, typeof i5.SharedModule, typeof i6.TranslateModule, typeof i4.SelectableModule], never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserModule, [typeof i1.ProfileComponent], [typeof i2.UserRoutingModule, typeof i3.SectionSeparatorComponent, typeof i4.SharedModule, typeof i5.TranslateModule, typeof i3.SelectableModule], never>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<UserModule>;
12
11
  }
@@ -18,9 +18,9 @@ import * as i16 from "./swiper-dialog/swiper-dialog.component";
18
18
  import * as i17 from "./footer/components/bottom-navigation-items/bottom-navigation-items.component";
19
19
  import * as i18 from "../_pipes/votes.pipe";
20
20
  import * as i19 from "../_pipes/capitalize-first.pipe";
21
- import * as i20 from "@naniteninja/ionic-lib";
22
- import * as i21 from "@ngx-translate/core";
23
- import * as i22 from "@angular/common";
21
+ import * as i20 from "@angular/common";
22
+ import * as i21 from "@naniteninja/ionic-lib";
23
+ import * as i22 from "@ngx-translate/core";
24
24
  import * as i23 from "@angular/forms";
25
25
  import * as i24 from "@angular/common/http";
26
26
  import * as i25 from "@ionic/angular";
@@ -28,6 +28,6 @@ import * as i26 from "@angular/router";
28
28
  import * as i27 from "../_pipes/time-ago.pipe";
29
29
  export declare class SharedModule {
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.CardComponent, typeof i2.CustomHeadingWithButtonComponent, typeof i3.CutomCardComponent, typeof i4.CustomStoryCardComponent, typeof i5.CommentComponent, typeof i6.NotificationTileComponent, typeof i7.UsersStackComponent, typeof i8.UserStackTileComponent, typeof i9.UserTileComponent, typeof i10.SearchPopupComponent, typeof i11.CommentImagesComponent, typeof i12.FooterComponent, typeof i13.HeaderComponent, typeof i14.TabBarComponent, typeof i15.ImageViewerComponent, typeof i16.SwiperDialogComponent, typeof i17.BottomNavigationItemsComponent, typeof i18.VotesPipe, typeof i19.CapitalizeFirstPipe], [typeof i20.BaseCardModule, typeof i21.TranslateModule, typeof i22.CommonModule, typeof i20.SearchBarModule, typeof i20.ButtonsModule, typeof i20.CircleProgressModule, typeof i20.DashedCheckboxModule, typeof i20.FormFieldModule, typeof i23.FormsModule, typeof i20.ImageCardModule, typeof i20.InfoCardModule, typeof i20.InfoCardListModule, typeof i20.InfoCardPlaceholderModule, typeof i20.InputDateFieldModule, typeof i20.LibMapModule, typeof i20.PopperModule, typeof i20.SearchBarModule, typeof i24.HttpClientModule, typeof i22.NgOptimizedImage, typeof i20.LibTabMenuModule, typeof i20.LibModalModule, typeof i25.IonicModule, typeof i20.ContentViewCardModule, typeof i20.NotificationsModule, typeof i20.LibToastrModule, typeof i20.SelectableModule, typeof i20.ImageDeckComponent, typeof i20.CircleProgressModule, typeof i20.ImageDeckComponent, typeof i26.RouterLink, typeof i27.TimeAgoPipe, typeof i20.LibClientDashboardComponent], [typeof i1.CardComponent, typeof i2.CustomHeadingWithButtonComponent, typeof i3.CutomCardComponent, typeof i4.CustomStoryCardComponent, typeof i5.CommentComponent, typeof i6.NotificationTileComponent, typeof i7.UsersStackComponent, typeof i8.UserStackTileComponent, typeof i9.UserTileComponent, typeof i10.SearchPopupComponent, typeof i15.ImageViewerComponent, typeof i14.TabBarComponent, typeof i13.HeaderComponent, typeof i12.FooterComponent, typeof i17.BottomNavigationItemsComponent, typeof i18.VotesPipe]>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.CardComponent, typeof i2.CustomHeadingWithButtonComponent, typeof i3.CutomCardComponent, typeof i4.CustomStoryCardComponent, typeof i5.CommentComponent, typeof i6.NotificationTileComponent, typeof i7.UsersStackComponent, typeof i8.UserStackTileComponent, typeof i9.UserTileComponent, typeof i10.SearchPopupComponent, typeof i11.CommentImagesComponent, typeof i12.FooterComponent, typeof i13.HeaderComponent, typeof i14.TabBarComponent, typeof i15.ImageViewerComponent, typeof i16.SwiperDialogComponent, typeof i17.BottomNavigationItemsComponent, typeof i18.VotesPipe, typeof i19.CapitalizeFirstPipe], [typeof i20.CommonModule, typeof i21.BaseCardModule, typeof i22.TranslateModule, typeof i21.SearchBarModule, typeof i21.ButtonsModule, typeof i21.CircleProgressModule, typeof i21.DashedCheckboxModule, typeof i21.FormFieldModule, typeof i23.FormsModule, typeof i21.ImageCardModule, typeof i21.InfoCardModule, typeof i21.InfoCardListModule, typeof i21.InfoCardPlaceholderModule, typeof i21.InputDateFieldModule, typeof i21.LibMapModule, typeof i21.PopperModule, typeof i21.SearchBarModule, typeof i24.HttpClientModule, typeof i20.NgOptimizedImage, typeof i21.LibTabMenuModule, typeof i21.LibModalModule, typeof i25.IonicModule, typeof i21.ContentViewCardModule, typeof i21.NotificationsModule, typeof i21.LibToastrModule, typeof i21.SelectableModule, typeof i21.ImageDeckComponent, typeof i21.CircleProgressModule, typeof i21.ImageDeckComponent, typeof i26.RouterLink, typeof i27.TimeAgoPipe, typeof i21.LibClientDashboardComponent], [typeof i1.CardComponent, typeof i2.CustomHeadingWithButtonComponent, typeof i3.CutomCardComponent, typeof i4.CustomStoryCardComponent, typeof i5.CommentComponent, typeof i6.NotificationTileComponent, typeof i7.UsersStackComponent, typeof i8.UserStackTileComponent, typeof i9.UserTileComponent, typeof i10.SearchPopupComponent, typeof i15.ImageViewerComponent, typeof i14.TabBarComponent, typeof i13.HeaderComponent, typeof i12.FooterComponent, typeof i17.BottomNavigationItemsComponent, typeof i18.VotesPipe]>;
32
32
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flower-city-online/itinerary-lib",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.3.0",
6
6
  "@angular/cdk": "^17.3.0",