@flower-city-online/itinerary-lib 0.0.27 → 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 +8 -11
  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 +33 -47
  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
@@ -28,7 +28,7 @@ import * as i3 from '@flower-city-online/comment-lib';
28
28
  import { CommentModule } from '@flower-city-online/comment-lib';
29
29
  import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
30
30
  import { TranslateHttpLoader } from '@ngx-translate/http-loader';
31
- import { NoopAnimationsModule } from '@angular/platform-browser/animations';
31
+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
32
32
  import { provideIonicAngular } from '@ionic/angular/standalone';
33
33
 
34
34
  var ItinerariesRoutesEnum;
@@ -545,7 +545,7 @@ class CardComponent {
545
545
  this.messageClicked.emit();
546
546
  }
547
547
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardComponent, deps: [{ token: ApiService }], target: i0.ɵɵFactoryTarget.Component });
548
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardComponent, selector: "app-card-component", inputs: { libMenuItem: "libMenuItem", isDraft: "isDraft", itineraryStarted: "itineraryStarted" }, outputs: { StartItineraryClick: "StartItineraryClick", TitleClicked: "TitleClicked", forkClicked: "forkClicked", messageClicked: "messageClicked" }, ngImport: i0, template: "<lib-base-card\r\n *ngIf=\"processedCardData\"\r\n class=\"card-component px-4 py-4 my-2 rounded-lg outset-downshadow\"\r\n>\r\n <div class=\"flex items-start justify-between mb-2\">\r\n <div class=\"flex gap-5 items-start\">\r\n <div\r\n [class]=\"\r\n !isDraft\r\n ? ' text-primary'\r\n : '' +\r\n ' items-center sm:text-[10px] xs:text-[9px] flex flex-col gap-y-[0px]'\r\n \"\r\n >\r\n <img [src]=\"!isDraft ? ICONS['upvote'] : ICONS['upArrowWhite']\" alt=\"\" />\r\n <span [class]=\"!isDraft ? 'text-primary' : 'drah-voter-header'\">\r\n {{ processedCardData.upVotes }}\r\n </span>\r\n <img [src]=\"ICONS['downvote']\" alt=\"\" />\r\n </div>\r\n <div class=\"\">\r\n <h4 class=\"title medium-14 p-0 m-0\" (click)=\"handleTitleClick()\">\r\n {{ processedCardData.title }}\r\n </h4>\r\n <h5\r\n class=\"text-secondary opacity-80 text-[10px] xs:text-[9px] flex gap-[6px] items-center\"\r\n >\r\n <img [src]=\"ICONS['user']\" alt=\"\" />\r\n <span\r\n >{{ processedCardData.userName }} -\r\n {{ processedCardData.timeAgo }}</span\r\n >\r\n </h5>\r\n </div>\r\n </div>\r\n <div class=\"draft-header\" *ngIf=\"processedCardData.isDraft\">\r\n Draft Saved\r\n </div>\r\n\r\n <div class=\"flex items-center\">\r\n <div\r\n *ngIf=\"itineraryStarted\"\r\n (click)=\"handleStartItineraryClick()\"\r\n class=\"startItinerary\"\r\n >\r\n <img [src]=\"ICONS['startItinerary']\" alt=\"icon\" />\r\n </div>\r\n <lib-menu-btn\r\n (select)=\"handleMenueItemSelect()\"\r\n (click)=\"handleMenuClick()\"\r\n (change)=\"handleMenuItemChange()\"\r\n class=\"lib-menu-custom-class\"\r\n [disableTextShadow]=\"true\"\r\n [menuItems]=\"libMenuItem\"\r\n >\r\n <img [src]=\"ICONS['horizontal']\" alt=\"\" />\r\n </lib-menu-btn>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 mb-1 flex items-start gap-x-5\">\r\n <div class=\"1 mb-0 flex flex-col items-center justify-center\">\r\n <img\r\n [class]=\"isDraft ? 'draf-location-image' : ''\"\r\n [src]=\"processedCardData.imageSrc\"\r\n alt=\"\"\r\n width=\"100\"\r\n />\r\n </div>\r\n <div class=\"2\">\r\n <div\r\n *ngIf=\"!cardData?.isDraft\"\r\n class=\"font-normal text-secondary flex items-center gap-x-4 text-sm\"\r\n >\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn1\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn2\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n </div>\r\n <p *ngIf=\"processedCardData.isDraft\" class=\"text-xs draft-description\">\r\n {{ \"FINISH_ITINERARY_CREATION\" | translate }}\r\n </p>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 flex items-center justify-between\">\r\n <div\r\n class=\"flex items-center justify-between sm:gap-x-7 xs:gap-x-5 sm:text-sm xs:text-[9px] text-secondary\"\r\n >\r\n <div class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['eye']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ processedCardData.views }}</span>\r\n </div>\r\n <div\r\n (click)=\"handleMessageClicked()\"\r\n class=\"flex items-center gap-x-[6px]\"\r\n >\r\n <img class=\"bottom-icons\" [src]=\"ICONS['comment2']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ processedCardData.comments }}</span>\r\n </div>\r\n <div (click)=\"handleForkClick()\" class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['fork']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ processedCardData.shares }}</span>\r\n </div>\r\n </div>\r\n <div class=\"flex items-center gap-x-2\">\r\n <span class=\"text-xs userIconText\">\r\n {{ processedCardData.users }}\r\n <span class=\"user-icon-text\" *ngIf=\"processedCardData.users > 0\"\r\n >Users</span\r\n >\r\n </span>\r\n <img [src]=\"processedCardData.userimageSrc\" alt=\"\" />\r\n </div>\r\n </div>\r\n</lib-base-card>\r\n", styles: [".card-component{width:200px!important;height:300px!important;background:#27242c}.bottom-tags{font-size:12px}.text-primary{font-size:10px}.draft-header{color:#bdbdbd;font-weight:400!important;font-size:11px!important;margin-top:7px;position:relative;left:36px}.draft-description{color:#fff}.user-icon-text{color:#bdbdbd;margin-top:2px;font-size:13px}.bottom-icons{height:15px;width:16px}.bottom-icons:last-child{height:16px!important;width:17px!important}.draf-location-image{height:5rem;width:9rem}.bottom-bar-loc{background:#413f47!important;width:5rem!important;bottom:1rem!important}.location-item-main{font-size:12px}.location-item-main span{margin-top:2px;font-size:12px}.location-item span{color:#bbbabc!important;font-size:12px;margin-top:2px}.drah-voter-header{font-family:Gilroy-Thin;margin-top:5px!important}.title{font-family:var(--font-gilroy-bold)}.h-1{opacity:.1!important}.startItinerary{position:relative;top:-4px}\n"], dependencies: [{ kind: "component", type: i4.BaseCardComponent, selector: "lib-base-card" }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MenuBtnComponent, selector: "lib-menu-btn", inputs: ["menuBtnIcon", "menuBtnTooltip", "menuBtnTooltipPosition", "menuBtnIconName", "menuBtnImgUrl", "menuBtnNotificationIconUrl", "menuDirection", "hasNotification", "menuItems", "disableTranslation", "listItem", "listItemIndex", "selectable", "overlayClass", "isUserMenu", "onlyCloseOnClickOutside", "hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }] });
548
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardComponent, selector: "app-card-component", inputs: { libMenuItem: "libMenuItem", isDraft: "isDraft", itineraryStarted: "itineraryStarted" }, outputs: { StartItineraryClick: "StartItineraryClick", TitleClicked: "TitleClicked", forkClicked: "forkClicked", messageClicked: "messageClicked" }, ngImport: i0, template: "<lib-base-card\r\n *ngIf=\"processedCardData\"\r\n class=\"card-component px-4 py-4 my-2 rounded-lg outset-downshadow\"\r\n>\r\n <div class=\"flex items-start justify-between mb-2\">\r\n <div class=\"flex gap-5 items-start\">\r\n <div\r\n [class]=\"\r\n !isDraft\r\n ? ' text-primary'\r\n : '' +\r\n ' items-center sm:text-[10px] xs:text-[9px] flex flex-col gap-y-[0px]'\r\n \"\r\n >\r\n <img [src]=\"!isDraft ? ICONS['upvote'] : ICONS['upArrowWhite']\" alt=\"\" />\r\n <span [class]=\"!isDraft ? 'text-primary' : 'drah-voter-header'\">\r\n {{ processedCardData.upVotes }}\r\n </span>\r\n <img [src]=\"ICONS['downvote']\" alt=\"\" />\r\n </div>\r\n <div class=\"\">\r\n <h4 class=\"title medium-14 p-0 m-0\" (click)=\"handleTitleClick()\">\r\n {{ processedCardData.title }}\r\n </h4>\r\n <h5\r\n class=\"text-secondary opacity-80 text-[10px] xs:text-[9px] flex gap-[6px] items-center\"\r\n >\r\n <img [src]=\"ICONS['user']\" alt=\"\" />\r\n <span\r\n >{{ processedCardData.userName }} -\r\n {{ processedCardData.timeAgo }}</span\r\n >\r\n </h5>\r\n </div>\r\n </div>\r\n <div class=\"draft-header\" *ngIf=\"processedCardData.isDraft\">\r\n Draft Saved\r\n </div>\r\n\r\n <div class=\"flex items-center\">\r\n <div\r\n *ngIf=\"itineraryStarted\"\r\n (click)=\"handleStartItineraryClick()\"\r\n class=\"startItinerary\"\r\n >\r\n <img [src]=\"ICONS['startItinerary']\" alt=\"icon\" />\r\n </div>\r\n <lib-menu-btn\r\n (select)=\"handleMenueItemSelect()\"\r\n (click)=\"handleMenuClick()\"\r\n (change)=\"handleMenuItemChange()\"\r\n class=\"lib-menu-custom-class\"\r\n [disableTextShadow]=\"true\"\r\n [menuItems]=\"libMenuItem\"\r\n >\r\n <img [src]=\"ICONS['horizontal']\" alt=\"\" />\r\n </lib-menu-btn>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 mb-1 flex items-start gap-x-5\">\r\n <div class=\"1 mb-0 flex flex-col items-center justify-center\">\r\n <img\r\n [class]=\"isDraft ? 'draf-location-image' : ''\"\r\n [src]=\"processedCardData.imageSrc\"\r\n alt=\"\"\r\n width=\"100\"\r\n />\r\n </div>\r\n <div class=\"2\">\r\n <div\r\n *ngIf=\"!cardData?.isDraft\"\r\n class=\"font-normal text-secondary flex items-center gap-x-4 text-sm\"\r\n >\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn1\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn2\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n </div>\r\n <p *ngIf=\"processedCardData.isDraft\" class=\"text-xs draft-description\">\r\n {{ \"FINISH_ITINERARY_CREATION\" | translate }}\r\n </p>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 flex items-center justify-between\">\r\n <div\r\n class=\"flex items-center justify-between sm:gap-x-7 xs:gap-x-5 sm:text-sm xs:text-[9px] text-secondary\"\r\n >\r\n <div class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['eye']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ processedCardData.views }}</span>\r\n </div>\r\n <div\r\n (click)=\"handleMessageClicked()\"\r\n class=\"flex items-center gap-x-[6px]\"\r\n >\r\n <img class=\"bottom-icons\" [src]=\"ICONS['comment2']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ processedCardData.comments }}</span>\r\n </div>\r\n <div (click)=\"handleForkClick()\" class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['fork']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ processedCardData.shares }}</span>\r\n </div>\r\n </div>\r\n <div class=\"flex items-center gap-x-2\">\r\n <span class=\"text-xs userIconText\">\r\n {{ processedCardData.users }}\r\n <span class=\"user-icon-text\" *ngIf=\"processedCardData.users > 0\"\r\n >Users</span\r\n >\r\n </span>\r\n <img [src]=\"processedCardData.userimageSrc\" alt=\"\" />\r\n </div>\r\n </div>\r\n</lib-base-card>\r\n", styles: [".card-component{width:200px!important;height:300px!important;background:#27242c}.bottom-tags{font-size:12px}.text-primary{font-size:10px}.draft-header{color:#bdbdbd;font-weight:400!important;font-size:11px!important;margin-top:7px;position:relative;left:36px}.draft-description{color:#fff}.user-icon-text{color:#bdbdbd;margin-top:2px;font-size:13px}.bottom-icons{height:15px;width:16px}.bottom-icons:last-child{height:16px!important;width:17px!important}.draf-location-image{height:5rem;width:9rem}.bottom-bar-loc{background:#413f47!important;width:5rem!important;bottom:1rem!important}.location-item-main{font-size:12px}.location-item-main span{margin-top:2px;font-size:12px}.location-item span{color:#bbbabc!important;font-size:12px;margin-top:2px}.drah-voter-header{font-family:Gilroy-Thin;margin-top:5px!important}.title{font-family:var(--font-gilroy-bold)}.h-1{opacity:.1!important}.startItinerary{position:relative;top:-4px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.BaseCardComponent, selector: "lib-base-card" }, { kind: "component", type: i4.MenuBtnComponent, selector: "lib-menu-btn", inputs: ["menuBtnIcon", "menuBtnTooltip", "menuBtnTooltipPosition", "menuBtnIconName", "menuBtnImgUrl", "menuBtnNotificationIconUrl", "menuDirection", "hasNotification", "menuItems", "disableTranslation", "listItem", "listItemIndex", "selectable", "overlayClass", "isUserMenu", "onlyCloseOnClickOutside", "hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }] });
549
549
  }
550
550
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardComponent, decorators: [{
551
551
  type: Component,
@@ -1081,7 +1081,7 @@ class CutomCardComponent {
1081
1081
  this.itineraryWatchingUsersClicked.emit();
1082
1082
  }
1083
1083
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CutomCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1084
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CutomCardComponent, selector: "app-cutom-card", inputs: { libMenuItems: "libMenuItems", itineraryStats: "itineraryStats", images: "images", itineraryStarted: "itineraryStarted" }, outputs: { StartItineraryClick: "StartItineraryClick", TitleClicked: "TitleClicked", forkClicked: "forkClicked", messageClicked: "messageClicked", userProfileClicked: "userProfileClicked", itineraryWatchingUsersClicked: "itineraryWatchingUsersClicked", imageClicked: "imageClicked", eyeClicked: "eyeClicked", menuClicked: "menuClicked" }, ngImport: i0, template: "<lib-base-card\r\n *ngIf=\"itineraryStats\"\r\n class=\"card-component px-4 py-4 my-2 rounded-lg outset-downshadow\"\r\n>\r\n <div class=\"flex items-start justify-between mb-2\">\r\n <div class=\"flex gap-5 items-start\">\r\n <div\r\n [class]=\"\r\n !itineraryStats.itinerary.isDraft\r\n ? ' text-primary'\r\n : '' +\r\n ' items-center sm:text-[10px] xs:text-[9px] flex flex-col gap-y-[0px]'\r\n \"\r\n >\r\n <img\r\n [src]=\"\r\n !itineraryStats.itinerary ? ICONS['upvote'] : ICONS['upArrowWhite']\r\n \"\r\n alt=\"\"\r\n />\r\n <span\r\n [class]=\"\r\n !itineraryStats.itinerary.isDraft\r\n ? 'text-primary'\r\n : 'drah-voter-header'\r\n \"\r\n >\r\n {{ itineraryStats.upvotes || 0 }}\r\n </span>\r\n <img [src]=\"ICONS['downvote']\" alt=\"\" />\r\n </div>\r\n <div (click)=\"handleTitleClick()\" class=\"\">\r\n <h4 class=\"title medium-14 p-0 m-0 truncate w-40\">\r\n {{ itineraryStats.itinerary.name | capitalizeFirst }}\r\n </h4>\r\n <h5\r\n class=\"text-secondary opacity-80 text-[10px] xs:text-[9px] flex gap-[6px] items-center\"\r\n >\r\n <img [src]=\"ICONS['user']\" alt=\"\" />\r\n <span\r\n >{{ asUser(itineraryStats.itinerary.createdBy).name }} -\r\n {{ itineraryStats.itinerary.createdAt! | timeAgo }}</span\r\n >\r\n </h5>\r\n </div>\r\n </div>\r\n <div class=\"draft-header\" *ngIf=\"itineraryStats.itinerary.isDraft\">\r\n {{ \"DRAFT_SAVED\" | translate }}\r\n </div>\r\n <div class=\"flex items-center\">\r\n <div\r\n *ngIf=\"itineraryStats.itinerary.isStarted\"\r\n (click)=\"handleStartItineraryClick()\"\r\n class=\"startItinerary\"\r\n >\r\n <img [src]=\"ICONS['startItinerary']\" alt=\"icon\" />\r\n </div>\r\n <lib-menu-btn\r\n (select)=\"handleMenueItemSelect()\"\r\n (click)=\"handleMenuClick()\"\r\n (change)=\"handleMenuItemChange()\"\r\n id=\"lib-menu-btn\"\r\n class=\"lib-menu-custom-class lib-menu-bg-none\"\r\n [disableTextShadow]=\"true\"\r\n [menuItems]=\"libMenuItems\"\r\n >\r\n <img [src]=\"ICONS['horizontal']\" alt=\"\" />\r\n </lib-menu-btn>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 flex items-start gap-x-5\">\r\n <div\r\n (click)=\"handleImageClick()\"\r\n class=\"1 mb-0 flex flex-col items-center justify-center w-[80px]\"\r\n >\r\n <img\r\n [class]=\"itineraryStats.itinerary.isDraft ? 'draf-location-image' : ''\"\r\n [src]=\"'imageSrc'\"\r\n alt=\"\"\r\n width=\"100\"\r\n />\r\n </div>\r\n <div class=\"2\">\r\n <div\r\n *ngIf=\"!itineraryStats.itinerary.isDraft\"\r\n class=\"font-normal text-secondary flex items-center gap-x-4 text-sm\"\r\n >\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn1\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn2\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n </div>\r\n <p\r\n *ngIf=\"itineraryStats.itinerary.isDraft\"\r\n class=\"text-xs draft-description\"\r\n >\r\n {{ \"FINISH_ITINERARY_CREATION\" | translate }}\r\n </p>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 flex items-center justify-between\">\r\n <div\r\n class=\"flex items-center justify-between sm:gap-x-7 xs:gap-x-5 sm:text-sm xs:text-[9px] text-secondary\"\r\n >\r\n <div (click)=\"handleEyeClicked()\" class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['eye']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{\r\n itineraryStats.views\r\n }}</span>\r\n </div>\r\n <div\r\n (click)=\"handleMessageClicked()\"\r\n class=\"flex items-center gap-x-[6px]\"\r\n >\r\n <img class=\"bottom-icons\" [src]=\"ICONS['comment2']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ itineraryStats.comments || 0 }}</span>\r\n </div>\r\n <div (click)=\"handleForkClick()\" class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['fork']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{\r\n 0\r\n }}</span>\r\n </div>\r\n </div>\r\n <div (click)=\"handleUserProfileClicked()\" class=\"flex items-center gap-x-1\">\r\n <!-- <span class=\"text-[13px] userIconText\">\r\n {{ processedCardData.users }}\r\n <span class=\"user-icon-text\" *ngIf=\"processedCardData.users > 0\">Users</span>\r\n </span> -->\r\n\r\n <app-users-stack [size]=\"14\" [images]=\"images\"></app-users-stack>\r\n </div>\r\n </div>\r\n</lib-base-card>\r\n", styles: [".card-component{--width: auto;background:#27242c}.bottom-tags{font-size:12px}.draft-header{color:#bdbdbd;font-weight:400!important;font-size:11px!important;margin-top:7px;position:relative}.draft-description{color:#fff}.usericon-text{color:#bdbdbd;margin-top:2px;font-size:11px}.bottom-icons{height:15px;width:16px}.bottom-icons:last-child{height:16px!important;width:17px!important}.card-image{width:100%}.bottom-bar-loc{background:#413f47!important;width:5rem!important;bottom:1rem!important}.location-item-main{font-size:12px}.location-item-main span{margin-top:2px;font-size:12px}.location-item span{color:#bbbabc!important;font-size:13px;margin-top:2px}.drah-voter-header{font-family:Gilroy-Thin;margin-top:5px!important}.title{font-family:var(--font-gilroy-bold)}.h-1{opacity:.1!important}.content-card{padding:0!important}.startItinerary{position:relative;top:-4px}\n"], dependencies: [{ kind: "component", type: i4.BaseCardComponent, selector: "lib-base-card" }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MenuBtnComponent, selector: "lib-menu-btn", inputs: ["menuBtnIcon", "menuBtnTooltip", "menuBtnTooltipPosition", "menuBtnIconName", "menuBtnImgUrl", "menuBtnNotificationIconUrl", "menuDirection", "hasNotification", "menuItems", "disableTranslation", "listItem", "listItemIndex", "selectable", "overlayClass", "isUserMenu", "onlyCloseOnClickOutside", "hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "component", type: UsersStackComponent, selector: "app-users-stack", inputs: ["images", "maxVisible", "size", "loading", "class", "isSelectableVisible", "selectableOption"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }, { kind: "pipe", type: TimeAgoPipe, name: "timeAgo" }, { kind: "pipe", type: CapitalizeFirstPipe, name: "capitalizeFirst" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1084
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CutomCardComponent, selector: "app-cutom-card", inputs: { libMenuItems: "libMenuItems", itineraryStats: "itineraryStats", images: "images", itineraryStarted: "itineraryStarted" }, outputs: { StartItineraryClick: "StartItineraryClick", TitleClicked: "TitleClicked", forkClicked: "forkClicked", messageClicked: "messageClicked", userProfileClicked: "userProfileClicked", itineraryWatchingUsersClicked: "itineraryWatchingUsersClicked", imageClicked: "imageClicked", eyeClicked: "eyeClicked", menuClicked: "menuClicked" }, ngImport: i0, template: "<lib-base-card\r\n *ngIf=\"itineraryStats\"\r\n class=\"card-component px-4 py-4 my-2 rounded-lg outset-downshadow\"\r\n>\r\n <div class=\"flex items-start justify-between mb-2\">\r\n <div class=\"flex gap-5 items-start\">\r\n <div\r\n [class]=\"\r\n !itineraryStats.itinerary.isDraft\r\n ? ' text-primary'\r\n : '' +\r\n ' items-center sm:text-[10px] xs:text-[9px] flex flex-col gap-y-[0px]'\r\n \"\r\n >\r\n <img\r\n [src]=\"\r\n !itineraryStats.itinerary ? ICONS['upvote'] : ICONS['upArrowWhite']\r\n \"\r\n alt=\"\"\r\n />\r\n <span\r\n [class]=\"\r\n !itineraryStats.itinerary.isDraft\r\n ? 'text-primary'\r\n : 'drah-voter-header'\r\n \"\r\n >\r\n {{ itineraryStats.upvotes || 0 }}\r\n </span>\r\n <img [src]=\"ICONS['downvote']\" alt=\"\" />\r\n </div>\r\n <div (click)=\"handleTitleClick()\" class=\"\">\r\n <h4 class=\"title medium-14 p-0 m-0 truncate w-40\">\r\n {{ itineraryStats.itinerary.name | capitalizeFirst }}\r\n </h4>\r\n <h5\r\n class=\"text-secondary opacity-80 text-[10px] xs:text-[9px] flex gap-[6px] items-center\"\r\n >\r\n <img [src]=\"ICONS['user']\" alt=\"\" />\r\n <span\r\n >{{ asUser(itineraryStats.itinerary.createdBy).name }} -\r\n {{ itineraryStats.itinerary.createdAt! | timeAgo }}</span\r\n >\r\n </h5>\r\n </div>\r\n </div>\r\n <div class=\"draft-header\" *ngIf=\"itineraryStats.itinerary.isDraft\">\r\n {{ \"DRAFT_SAVED\" | translate }}\r\n </div>\r\n <div class=\"flex items-center\">\r\n <div\r\n *ngIf=\"itineraryStats.itinerary.isStarted\"\r\n (click)=\"handleStartItineraryClick()\"\r\n class=\"startItinerary\"\r\n >\r\n <img [src]=\"ICONS['startItinerary']\" alt=\"icon\" />\r\n </div>\r\n <lib-menu-btn\r\n (select)=\"handleMenueItemSelect()\"\r\n (click)=\"handleMenuClick()\"\r\n (change)=\"handleMenuItemChange()\"\r\n id=\"lib-menu-btn\"\r\n class=\"lib-menu-custom-class lib-menu-bg-none\"\r\n [disableTextShadow]=\"true\"\r\n [menuItems]=\"libMenuItems\"\r\n >\r\n <img [src]=\"ICONS['horizontal']\" alt=\"\" />\r\n </lib-menu-btn>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 flex items-start gap-x-5\">\r\n <div\r\n (click)=\"handleImageClick()\"\r\n class=\"1 mb-0 flex flex-col items-center justify-center w-[80px]\"\r\n >\r\n <img\r\n [class]=\"itineraryStats.itinerary.isDraft ? 'draf-location-image' : ''\"\r\n [src]=\"'imageSrc'\"\r\n alt=\"\"\r\n width=\"100\"\r\n />\r\n </div>\r\n <div class=\"2\">\r\n <div\r\n *ngIf=\"!itineraryStats.itinerary.isDraft\"\r\n class=\"font-normal text-secondary flex items-center gap-x-4 text-sm\"\r\n >\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn1\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n <ul class=\"flex flex-col gap-y-[6px] xs:text-[9px] sm:text-[12px]\">\r\n <li\r\n *ngFor=\"let location of cardDataForLocations.locationColumn2\"\r\n class=\"location-item flex items-center gap-1\"\r\n >\r\n <img [src]=\"location.icon\" alt=\"\" />\r\n <span class=\"truncate sm:max-w-10 xs:max-w-11\">{{\r\n location.name\r\n }}</span>\r\n </li>\r\n </ul>\r\n </div>\r\n <p\r\n *ngIf=\"itineraryStats.itinerary.isDraft\"\r\n class=\"text-xs draft-description\"\r\n >\r\n {{ \"FINISH_ITINERARY_CREATION\" | translate }}\r\n </p>\r\n </div>\r\n </div>\r\n <hr class=\"h-1 text-secondary opacity-25\" />\r\n <div class=\"my-2 flex items-center justify-between\">\r\n <div\r\n class=\"flex items-center justify-between sm:gap-x-7 xs:gap-x-5 sm:text-sm xs:text-[9px] text-secondary\"\r\n >\r\n <div (click)=\"handleEyeClicked()\" class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['eye']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{\r\n itineraryStats.views\r\n }}</span>\r\n </div>\r\n <div\r\n (click)=\"handleMessageClicked()\"\r\n class=\"flex items-center gap-x-[6px]\"\r\n >\r\n <img class=\"bottom-icons\" [src]=\"ICONS['comment2']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{ itineraryStats.comments || 0 }}</span>\r\n </div>\r\n <div (click)=\"handleForkClick()\" class=\"flex items-center gap-x-[6px]\">\r\n <img class=\"bottom-icons\" [src]=\"ICONS['fork']\" alt=\"\" />\r\n <span class=\"bottom-tags\">{{\r\n 0\r\n }}</span>\r\n </div>\r\n </div>\r\n <div (click)=\"handleUserProfileClicked()\" class=\"flex items-center gap-x-1\">\r\n <!-- <span class=\"text-[13px] userIconText\">\r\n {{ processedCardData.users }}\r\n <span class=\"user-icon-text\" *ngIf=\"processedCardData.users > 0\">Users</span>\r\n </span> -->\r\n\r\n <app-users-stack [size]=\"14\" [images]=\"images\"></app-users-stack>\r\n </div>\r\n </div>\r\n</lib-base-card>\r\n", styles: [".card-component{--width: auto;background:#27242c}.bottom-tags{font-size:12px}.draft-header{color:#bdbdbd;font-weight:400!important;font-size:11px!important;margin-top:7px;position:relative}.draft-description{color:#fff}.usericon-text{color:#bdbdbd;margin-top:2px;font-size:11px}.bottom-icons{height:15px;width:16px}.bottom-icons:last-child{height:16px!important;width:17px!important}.card-image{width:100%}.bottom-bar-loc{background:#413f47!important;width:5rem!important;bottom:1rem!important}.location-item-main{font-size:12px}.location-item-main span{margin-top:2px;font-size:12px}.location-item span{color:#bbbabc!important;font-size:13px;margin-top:2px}.drah-voter-header{font-family:Gilroy-Thin;margin-top:5px!important}.title{font-family:var(--font-gilroy-bold)}.h-1{opacity:.1!important}.content-card{padding:0!important}.startItinerary{position:relative;top:-4px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.BaseCardComponent, selector: "lib-base-card" }, { kind: "component", type: i4.MenuBtnComponent, selector: "lib-menu-btn", inputs: ["menuBtnIcon", "menuBtnTooltip", "menuBtnTooltipPosition", "menuBtnIconName", "menuBtnImgUrl", "menuBtnNotificationIconUrl", "menuDirection", "hasNotification", "menuItems", "disableTranslation", "listItem", "listItemIndex", "selectable", "overlayClass", "isUserMenu", "onlyCloseOnClickOutside", "hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "component", type: UsersStackComponent, selector: "app-users-stack", inputs: ["images", "maxVisible", "size", "loading", "class", "isSelectableVisible", "selectableOption"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }, { kind: "pipe", type: TimeAgoPipe, name: "timeAgo" }, { kind: "pipe", type: CapitalizeFirstPipe, name: "capitalizeFirst" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1085
1085
  }
1086
1086
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CutomCardComponent, decorators: [{
1087
1087
  type: Component,
@@ -1694,9 +1694,9 @@ class SharedModule {
1694
1694
  SwiperDialogComponent,
1695
1695
  BottomNavigationItemsComponent,
1696
1696
  VotesPipe,
1697
- CapitalizeFirstPipe], imports: [BaseCardModule,
1697
+ CapitalizeFirstPipe], imports: [CommonModule,
1698
+ BaseCardModule,
1698
1699
  TranslateModule,
1699
- CommonModule,
1700
1700
  SearchBarModule,
1701
1701
  ButtonsModule,
1702
1702
  CircleProgressModule,
@@ -1741,9 +1741,9 @@ class SharedModule {
1741
1741
  FooterComponent,
1742
1742
  BottomNavigationItemsComponent,
1743
1743
  VotesPipe] });
1744
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SharedModule, imports: [BaseCardModule,
1744
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SharedModule, imports: [CommonModule,
1745
+ BaseCardModule,
1745
1746
  TranslateModule,
1746
- CommonModule,
1747
1747
  SearchBarModule,
1748
1748
  ButtonsModule,
1749
1749
  CircleProgressModule,
@@ -1814,9 +1814,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1814
1814
  VotesPipe
1815
1815
  ],
1816
1816
  imports: [
1817
+ CommonModule,
1817
1818
  BaseCardModule,
1818
1819
  TranslateModule,
1819
- CommonModule,
1820
1820
  SearchBarModule,
1821
1821
  ButtonsModule,
1822
1822
  CircleProgressModule,
@@ -8606,7 +8606,7 @@ class MainArchivesComponent {
8606
8606
  this.location = location;
8607
8607
  }
8608
8608
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainArchivesComponent, deps: [{ token: CustomDropdownMenuService }, { token: ModalService }, { token: i4$1.TranslateService }, { token: i2.Router }, { token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Component });
8609
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MainArchivesComponent, selector: "app-main-archives", ngImport: i0, template: "<div class=\"pl-2 pr-4\">\r\n <div class=\"minScreen pl-4 pr-4\">\r\n <ng-template #search>\r\n <img [src]=\"ICONS['search']\" alt=\"right-icon\" (click)=\"searchButtonClick()\" />\r\n </ng-template>\r\n <app-header\r\n (firstButton)=\"backButtonClick()\"\r\n [heading]=\"'MAIN_ARCHIVES.ARCHIVES' | translate\"\r\n [headerSuffixTemplate]=\"search\"\r\n ></app-header>\r\n <app-custom-heading-with-button\r\n cssClass=\"archive-css\"\r\n [heading]=\"'MAIN_ARCHIVES.NOTE_ARCHIVED' | translate\"\r\n [buttonText]=\"'MAIN_ARCHIVES.CLEAR_ALL' | translate\"\r\n [buttonIcon]=\"ICONS['deleteSec']\"\r\n (buttonClick)=\"buttonClicked()\"\r\n ></app-custom-heading-with-button>\r\n <div *ngIf=\"!loading && itineraries.length\" class=\"grid-columns sm:mt-3 md:mt-10 grid grid-cols-1 md:grid-cols-3 sm:gap-y-5 md:gap-y-10 gap-x-10\">\r\n <ng-container *ngFor=\"let itinerary of itineraries;\">\r\n <app-cutom-card \r\n [itineraryStats]=\"{ itinerary: itinerary, upvotes: 0, downvotes: 0, views: 0, comments: 0 }\"\r\n (menuClicked)=\"menuClicked($event)\"\r\n ></app-cutom-card>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"!loading && !itineraries.length\" class=\"text-center\">\r\n {{ \"MAIN_ARCHIVES.NO_ARCHIVED_FOUND\" | translate }}\r\n </div>\r\n </div>\r\n <lib-popup [isOpen]=\"modalService.toggleModal\">\r\n <app-delete-itineraries (deleteItineraryEvent)=\"deleteItinerary()\"></app-delete-itineraries>\r\n </lib-popup>\r\n</div>\r\n<app-footer></app-footer>", styles: [".main-archive{overflow-y:scroll!important}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: CustomHeadingWithButtonComponent, selector: "app-custom-heading-with-button", inputs: ["heading", "buttonText", "buttonIcon", "cssClass"], outputs: ["buttonClick"] }, { kind: "component", type: CutomCardComponent, selector: "app-cutom-card", inputs: ["libMenuItems", "itineraryStats", "images", "itineraryStarted"], outputs: ["StartItineraryClick", "TitleClicked", "forkClicked", "messageClicked", "userProfileClicked", "itineraryWatchingUsersClicked", "imageClicked", "eyeClicked", "menuClicked"] }, { kind: "component", type: HeaderComponent, selector: "app-header", inputs: ["heading", "headerRightIcon", "titleIcon", "cssClass", "headerSuffixTemplate"], outputs: ["firstButton", "titleIconClick"] }, { kind: "component", type: FooterComponent, selector: "app-footer" }, { kind: "component", type: i4.LibModalComponent, selector: "lib-popup", inputs: ["isOpen", "icon", "title", "message", "extendedMessage", "cancelButton", "confirmButton", "checkboxText", "progBarCurrentStep", "progBarTotalSteps", "customClass", "backdropDismiss", "modalComponent", "modalComponentData"], outputs: ["modalConfirm", "modalDismiss", "afterCloseEvent"] }, { kind: "component", type: DeleteItinerariesComponent, selector: "app-delete-itineraries", outputs: ["deleteItineraryEvent"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8609
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MainArchivesComponent, selector: "app-main-archives", ngImport: i0, template: "<div class=\"pl-2 pr-4\">\r\n <div class=\"minScreen pl-4 pr-4\">\r\n <ng-template #search>\r\n <img [src]=\"ICONS['search']\" alt=\"right-icon\" (click)=\"searchButtonClick()\" />\r\n </ng-template>\r\n <app-header\r\n (firstButton)=\"backButtonClick()\"\r\n [heading]=\"'MAIN_ARCHIVES.ARCHIVES' | translate\"\r\n [headerSuffixTemplate]=\"search\"\r\n ></app-header>\r\n <app-custom-heading-with-button\r\n cssClass=\"archive-css\"\r\n [heading]=\"'MAIN_ARCHIVES.NOTE_ARCHIVED' | translate\"\r\n [buttonText]=\"'MAIN_ARCHIVES.CLEAR_ALL' | translate\"\r\n [buttonIcon]=\"ICONS['deleteSec']\"\r\n (buttonClick)=\"buttonClicked()\"\r\n ></app-custom-heading-with-button>\r\n <div *ngIf=\"!loading && itineraries.length\" class=\"grid-columns sm:mt-3 md:mt-10 grid grid-cols-1 md:grid-cols-3 sm:gap-y-5 md:gap-y-10 gap-x-10\">\r\n <ng-container *ngFor=\"let itinerary of itineraries;\">\r\n <app-cutom-card \r\n [itineraryStats]=\"{ itinerary: itinerary, upvotes: 0, downvotes: 0, views: 0, comments: 0 }\"\r\n (menuClicked)=\"menuClicked($event)\"\r\n ></app-cutom-card>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"!loading && !itineraries.length\" class=\"text-center\">\r\n {{ \"MAIN_ARCHIVES.NO_ARCHIVED_FOUND\" | translate }}\r\n </div>\r\n </div>\r\n <lib-popup [isOpen]=\"modalService.toggleModal\">\r\n <app-delete-itineraries (deleteItineraryEvent)=\"deleteItinerary()\"></app-delete-itineraries>\r\n </lib-popup>\r\n</div>\r\n<app-footer></app-footer>", styles: [".main-archive{overflow-y:scroll!important}\n"], dependencies: [{ kind: "component", type: CustomHeadingWithButtonComponent, selector: "app-custom-heading-with-button", inputs: ["heading", "buttonText", "buttonIcon", "cssClass"], outputs: ["buttonClick"] }, { kind: "component", type: CutomCardComponent, selector: "app-cutom-card", inputs: ["libMenuItems", "itineraryStats", "images", "itineraryStarted"], outputs: ["StartItineraryClick", "TitleClicked", "forkClicked", "messageClicked", "userProfileClicked", "itineraryWatchingUsersClicked", "imageClicked", "eyeClicked", "menuClicked"] }, { kind: "component", type: HeaderComponent, selector: "app-header", inputs: ["heading", "headerRightIcon", "titleIcon", "cssClass", "headerSuffixTemplate"], outputs: ["firstButton", "titleIconClick"] }, { kind: "component", type: FooterComponent, selector: "app-footer" }, { kind: "component", type: i4.LibModalComponent, selector: "lib-popup", inputs: ["isOpen", "icon", "title", "message", "extendedMessage", "cancelButton", "confirmButton", "checkboxText", "progBarCurrentStep", "progBarTotalSteps", "customClass", "backdropDismiss", "modalComponent", "modalComponentData"], outputs: ["modalConfirm", "modalDismiss", "afterCloseEvent"] }, { kind: "component", type: DeleteItinerariesComponent, selector: "app-delete-itineraries", outputs: ["deleteItineraryEvent"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8610
8610
  }
8611
8611
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainArchivesComponent, decorators: [{
8612
8612
  type: Component,
@@ -8645,14 +8645,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
8645
8645
 
8646
8646
  class ArchivesModule {
8647
8647
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ArchivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8648
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ArchivesModule, declarations: [ArchivesComponent, MainArchivesComponent], imports: [CommonModule,
8649
- ArchivesRoutingModule,
8648
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ArchivesModule, declarations: [ArchivesComponent, MainArchivesComponent], imports: [ArchivesRoutingModule,
8650
8649
  SharedModule,
8651
8650
  LibModalModule,
8652
8651
  ItinerariesModule,
8653
8652
  TranslateModule] });
8654
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ArchivesModule, imports: [CommonModule,
8655
- ArchivesRoutingModule,
8653
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ArchivesModule, imports: [ArchivesRoutingModule,
8656
8654
  SharedModule,
8657
8655
  LibModalModule,
8658
8656
  ItinerariesModule,
@@ -8663,7 +8661,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
8663
8661
  args: [{
8664
8662
  declarations: [ArchivesComponent, MainArchivesComponent],
8665
8663
  imports: [
8666
- CommonModule,
8667
8664
  ArchivesRoutingModule,
8668
8665
  SharedModule,
8669
8666
  LibModalModule,
@@ -8720,7 +8717,7 @@ class NavbarComponent {
8720
8717
  handleSearchStringChange(_$event) { }
8721
8718
  clear() { }
8722
8719
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NavbarComponent, deps: [{ token: i4$1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
8723
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NavbarComponent, selector: "app-navbar", ngImport: i0, template: "<nav class=\"nav-bar text-white fixed top-0 left-0 w-full z-50\">\r\n <div class=\"nav-main-bar\">\r\n <div class=\"flex ml-2\">\r\n <img class=\"navbar-logo\" [ngSrc]=\"ICONS['logo']\" alt=\"logo\" />\r\n </div>\r\n <div class=\"sub-nav mx-auto\">\r\n <div *ngFor=\"let item of navigationItems\">\r\n <app-bottom-navigation-items\r\n [label]=\"item.label | translate\"\r\n [iconPath]=\"item.iconPath\"\r\n ></app-bottom-navigation-items>\r\n </div>\r\n <div>\r\n <lib-search-bar\r\n class=\"search-field\"\r\n [placeholderText]=\"'NAVBAR.SEARCH' | translate\"\r\n (searchStringChange)=\"handleSearchStringChange($event)\"\r\n (cleared)=\"clear()\"\r\n [searchIcon]=\"ICONS['dashboardSearch']\"\r\n >\r\n </lib-search-bar>\r\n </div>\r\n </div>\r\n <div class=\"profile-icon ml-auto mt-1\">\r\n <lib-menu-btn\r\n menuDirection=\"rtl\"\r\n [menuBtnImgUrl]=\"\r\n 'https://semantic-ui.com/images/avatar2/large/matthew.png'\r\n \"\r\n [hasNotification]=\"true\"\r\n [menuBtnNotificationIconUrl]=\"ICONS['notBlip']\"\r\n [menuItems]=\"menuItems\"\r\n class=\"dashboard-menu\"\r\n >\r\n </lib-menu-btn>\r\n </div>\r\n </div>\r\n</nav>\r\n", styles: [".nav-bar{background:#27242c;box-shadow:0 -4px 4px #00000040 inset,0 4px 4px #00000040}.navbra-logo{height:10px;width:50px}.nav-main-bar{min-width:100%!important;padding-right:20px!important;display:flex;justify-content:space-between;flex-direction:row}.sub-nav{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:130px}.profile-icon{position:absolute;right:10px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: BottomNavigationItemsComponent, selector: "app-bottom-navigation-items", inputs: ["label", "iconPath", "routerLink", "cssClass", "selected"] }, { kind: "directive", type: i1$1.NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }, { kind: "component", type: i4.MenuBtnComponent, selector: "lib-menu-btn", inputs: ["menuBtnIcon", "menuBtnTooltip", "menuBtnTooltipPosition", "menuBtnIconName", "menuBtnImgUrl", "menuBtnNotificationIconUrl", "menuDirection", "hasNotification", "menuItems", "disableTranslation", "listItem", "listItemIndex", "selectable", "overlayClass", "isUserMenu", "onlyCloseOnClickOutside", "hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "component", type: i4.SearchBarComponent, selector: "lib-search-bar", inputs: ["placeholderText", "inputText", "order", "clearIcon", "searchIcon"], outputs: ["searchStringChange", "cleared", "focused", "unfocused"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8720
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NavbarComponent, selector: "app-navbar", ngImport: i0, template: "<nav class=\"nav-bar text-white fixed top-0 left-0 w-full z-50\">\r\n <div class=\"nav-main-bar\">\r\n <div class=\"flex ml-2\">\r\n <img class=\"navbar-logo\" [ngSrc]=\"ICONS['logo']\" alt=\"logo\" />\r\n </div>\r\n <div class=\"sub-nav mx-auto\">\r\n <div *ngFor=\"let item of navigationItems\">\r\n <app-bottom-navigation-items\r\n [label]=\"item.label | translate\"\r\n [iconPath]=\"item.iconPath\"\r\n ></app-bottom-navigation-items>\r\n </div>\r\n <div>\r\n <lib-search-bar\r\n class=\"search-field\"\r\n [placeholderText]=\"'NAVBAR.SEARCH' | translate\"\r\n (searchStringChange)=\"handleSearchStringChange($event)\"\r\n (cleared)=\"clear()\"\r\n [searchIcon]=\"ICONS['dashboardSearch']\"\r\n >\r\n </lib-search-bar>\r\n </div>\r\n </div>\r\n <div class=\"profile-icon ml-auto mt-1\">\r\n <lib-menu-btn\r\n menuDirection=\"rtl\"\r\n [menuBtnImgUrl]=\"\r\n 'https://semantic-ui.com/images/avatar2/large/matthew.png'\r\n \"\r\n [hasNotification]=\"true\"\r\n [menuBtnNotificationIconUrl]=\"ICONS['notBlip']\"\r\n [menuItems]=\"menuItems\"\r\n class=\"dashboard-menu\"\r\n >\r\n </lib-menu-btn>\r\n </div>\r\n </div>\r\n</nav>\r\n", styles: [".nav-bar{background:#27242c;box-shadow:0 -4px 4px #00000040 inset,0 4px 4px #00000040}.navbra-logo{height:10px;width:50px}.nav-main-bar{min-width:100%!important;padding-right:20px!important;display:flex;justify-content:space-between;flex-direction:row}.sub-nav{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:130px}.profile-icon{position:absolute;right:10px}\n"], dependencies: [{ kind: "component", type: BottomNavigationItemsComponent, selector: "app-bottom-navigation-items", inputs: ["label", "iconPath", "routerLink", "cssClass", "selected"] }, { kind: "directive", type: i1$1.NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }, { kind: "component", type: i4.MenuBtnComponent, selector: "lib-menu-btn", inputs: ["menuBtnIcon", "menuBtnTooltip", "menuBtnTooltipPosition", "menuBtnIconName", "menuBtnImgUrl", "menuBtnNotificationIconUrl", "menuDirection", "hasNotification", "menuItems", "disableTranslation", "listItem", "listItemIndex", "selectable", "overlayClass", "isUserMenu", "onlyCloseOnClickOutside", "hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "component", type: i4.SearchBarComponent, selector: "lib-search-bar", inputs: ["placeholderText", "inputText", "order", "clearIcon", "searchIcon"], outputs: ["searchStringChange", "cleared", "focused", "unfocused"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8724
8721
  }
8725
8722
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NavbarComponent, decorators: [{
8726
8723
  type: Component,
@@ -8777,7 +8774,7 @@ class SidebarComponent {
8777
8774
  item.cssClass = 'active';
8778
8775
  }
8779
8776
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SidebarComponent, deps: [{ token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
8780
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SidebarComponent, selector: "app-sidebar", ngImport: i0, template: "<aside class=\"side-nav text-white w-64 h-screen fixed top-0 left-0 z-40\">\r\n <div class=\"px-2\">\r\n <app-header\r\n cssClass=\"side-bar-heading-bar\"\r\n [heading]=\"'SIDEBAR.ITINERARIES' | translate\"\r\n ></app-header>\r\n </div>\r\n <ul class=\"space-y-2\">\r\n <li *ngFor=\"let item of sideBarItem\" (click)=\"selectItem(item)\">\r\n <a\r\n [routerLink]=\"item.url\"\r\n [class]=\"item.cssClass + ' block p-3 text-center'\"\r\n >{{ item.name | translate }}</a\r\n >\r\n <div *ngIf=\"item.id === 1 && item.selected\">\r\n <app-filter-menu [cssClass]=\"filterClass\"></app-filter-menu>\r\n </div>\r\n </li>\r\n </ul>\r\n</aside>\r\n", styles: [".side-nav{background:#27242c;margin-top:30px;box-shadow:-2px -5px 7px #cbc7d140 inset;filter:drop-shadow(-3.172px -3.172px 10.15px rgba(203,199,209,.25)) drop-shadow(6.978px 6.344px 17.128px rgba(17,16,20,.65))!important}.side-nav ul li{text-align:center;display:flex;justify-content:center;flex-direction:column;padding:10px 70px}.side-nav ul li a{font-family:Calistoga;opacity:50%}.active{color:#fff!important;border-bottom:2px solid rgba(255,255,255,.7)}.active{opacity:100%!important}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: HeaderComponent, selector: "app-header", inputs: ["heading", "headerRightIcon", "titleIcon", "cssClass", "headerSuffixTemplate"], outputs: ["firstButton", "titleIconClick"] }, { kind: "component", type: FilterMenuComponent, selector: "app-filter-menu", inputs: ["cssClass"], outputs: ["onFilterClick"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8777
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SidebarComponent, selector: "app-sidebar", ngImport: i0, template: "<aside class=\"side-nav text-white w-64 h-screen fixed top-0 left-0 z-40\">\r\n <div class=\"px-2\">\r\n <app-header\r\n cssClass=\"side-bar-heading-bar\"\r\n [heading]=\"'SIDEBAR.ITINERARIES' | translate\"\r\n ></app-header>\r\n </div>\r\n <ul class=\"space-y-2\">\r\n <li *ngFor=\"let item of sideBarItem\" (click)=\"selectItem(item)\">\r\n <a\r\n [routerLink]=\"item.url\"\r\n [class]=\"item.cssClass + ' block p-3 text-center'\"\r\n >{{ item.name | translate }}</a\r\n >\r\n <div *ngIf=\"item.id === 1 && item.selected\">\r\n <app-filter-menu [cssClass]=\"filterClass\"></app-filter-menu>\r\n </div>\r\n </li>\r\n </ul>\r\n</aside>\r\n", styles: [".side-nav{background:#27242c;margin-top:30px;box-shadow:-2px -5px 7px #cbc7d140 inset;filter:drop-shadow(-3.172px -3.172px 10.15px rgba(203,199,209,.25)) drop-shadow(6.978px 6.344px 17.128px rgba(17,16,20,.65))!important}.side-nav ul li{text-align:center;display:flex;justify-content:center;flex-direction:column;padding:10px 70px}.side-nav ul li a{font-family:Calistoga;opacity:50%}.active{color:#fff!important;border-bottom:2px solid rgba(255,255,255,.7)}.active{opacity:100%!important}\n"], dependencies: [{ kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: HeaderComponent, selector: "app-header", inputs: ["heading", "headerRightIcon", "titleIcon", "cssClass", "headerSuffixTemplate"], outputs: ["firstButton", "titleIconClick"] }, { kind: "component", type: FilterMenuComponent, selector: "app-filter-menu", inputs: ["cssClass"], outputs: ["onFilterClick"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8781
8778
  }
8782
8779
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SidebarComponent, decorators: [{
8783
8780
  type: Component,
@@ -8825,16 +8822,14 @@ class DashboardModule {
8825
8822
  static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DashboardModule, declarations: [MainDashboardComponent,
8826
8823
  SidebarComponent,
8827
8824
  NavbarComponent,
8828
- DashboardComponent], imports: [CommonModule,
8829
- DashboardRoutingModule,
8825
+ DashboardComponent], imports: [DashboardRoutingModule,
8830
8826
  SharedModule,
8831
8827
  NgOptimizedImage,
8832
8828
  ItinerariesModule,
8833
8829
  ButtonsModule,
8834
8830
  TranslateModule,
8835
8831
  SearchBarModule] });
8836
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DashboardModule, imports: [CommonModule,
8837
- DashboardRoutingModule,
8832
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DashboardModule, imports: [DashboardRoutingModule,
8838
8833
  SharedModule,
8839
8834
  ItinerariesModule,
8840
8835
  ButtonsModule,
@@ -8851,7 +8846,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
8851
8846
  DashboardComponent,
8852
8847
  ],
8853
8848
  imports: [
8854
- CommonModule,
8855
8849
  DashboardRoutingModule,
8856
8850
  SharedModule,
8857
8851
  NgOptimizedImage,
@@ -9159,7 +9153,7 @@ class MapHeaderComponent {
9159
9153
  }
9160
9154
  }
9161
9155
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MapHeaderComponent, deps: [{ token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Component });
9162
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MapHeaderComponent, selector: "app-map-header", inputs: { title: "title", backLink: "backLink", customcss: "customcss" }, outputs: { onSearchClick: "onSearchClick" }, ngImport: i0, template: "<section [ngClass]=\"customcss\">\r\n <div class=\"flex-between md:gap-x-6\">\r\n <lib-icon-btn\r\n (click)=\"goBack()\"\r\n class=\"bg-color mr-2 flex items-center justify-center rounded-full w-7 h-7 outset-shadow flexCenter\"\r\n >\r\n arrow_back\r\n </lib-icon-btn>\r\n <div class=\"font-Calistoga tracking-wide\">{{ title }}</div>\r\n <div\r\n class=\"discard cursor-pointer flex items-center justify-center text-sm\"\r\n >\r\n {{ \"IMAGE_CROPPER.DISCARD\" | translate }}?\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i4.IconBtnComponent, selector: "lib-icon-btn", inputs: ["hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "notificationCount", "loading$", "illuminateIcon"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9156
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MapHeaderComponent, selector: "app-map-header", inputs: { title: "title", backLink: "backLink", customcss: "customcss" }, outputs: { onSearchClick: "onSearchClick" }, ngImport: i0, template: "<section [ngClass]=\"customcss\">\r\n <div class=\"flex-between md:gap-x-6\">\r\n <lib-icon-btn\r\n (click)=\"goBack()\"\r\n class=\"bg-color mr-2 flex items-center justify-center rounded-full w-7 h-7 outset-shadow flexCenter\"\r\n >\r\n arrow_back\r\n </lib-icon-btn>\r\n <div class=\"font-Calistoga tracking-wide\">{{ title }}</div>\r\n <div\r\n class=\"discard cursor-pointer flex items-center justify-center text-sm\"\r\n >\r\n {{ \"IMAGE_CROPPER.DISCARD\" | translate }}?\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "component", type: i4.IconBtnComponent, selector: "lib-icon-btn", inputs: ["hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "notificationCount", "loading$", "illuminateIcon"] }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9163
9157
  }
9164
9158
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MapHeaderComponent, decorators: [{
9165
9159
  type: Component,
@@ -9232,7 +9226,7 @@ class ItineraryPreviewComponent {
9232
9226
  // Add your drawing tool toggle logic here
9233
9227
  }
9234
9228
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ItineraryPreviewComponent, deps: [{ token: LocationService }, { token: ApiService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
9235
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ItineraryPreviewComponent, selector: "app-itinerary-preview", ngImport: i0, template: "<div class=\"pt-10 max-padd-container\">\r\n <app-map-header\r\n [title]=\"'Create Itinerary'\"\r\n [backLink]=\"'/'\"\r\n [customcss]=\"''\"\r\n ></app-map-header>\r\n</div>\r\n<div class=\"mt-6\">\r\n <lib-map\r\n [mapType]=\"mapType\"\r\n [markers]=\"locationsMarkers\"\r\n [enableDrag]=\"true\"\r\n [initialLocation]=\"initialLocation\"\r\n (mapLoaded)=\"onMapLoaded($event)\"\r\n ></lib-map>\r\n</div>\r\n\r\n<div class=\"main-itini-preview absolute bottom-0 py-3\">\r\n <section class=\"fixed bottom-0 w-full\">\r\n <div class=\"tracking-widest px-5 py-6 rounded-t-3xl\">\r\n <div class=\"tracking-bottom-com\">\r\n <div class=\"flex items-center justify-center gap-x-2\">\r\n <div class=\"flex items-center gap-x-1 text-xs\">\r\n <img [src]=\"ICONS['locationWhite']\" alt=\"location\" />\r\n <span>{{ places.length }} Places</span>\r\n </div>\r\n <div class=\"h-4 border w-0 border-secondary\"></div>\r\n <div class=\"flex items-center justify-center gap-x-2\">\r\n <img [src]=\"ICONS['clock']\" alt=\"\" />\r\n <span>45 minutes</span>\r\n <span class=\"text-secondary font-thin\">(6.6 Km)</span>\r\n </div>\r\n </div>\r\n <div\r\n class=\"border border-dashed opacity-55 rotate-90 absolute -left-6 top-36\"\r\n ></div>\r\n <div class=\"font-Gilroy mt-5 mb-3 flex flex-col gap-y-5\">\r\n <div\r\n *ngFor=\"let place of places\"\r\n class=\"flex items-center justify-between w-full gap-x-4\"\r\n >\r\n <div class=\"flex items-center justify-start gap-x-4\">\r\n <div\r\n class=\"z-50 icon w-8 h-8 outset-shadow flex items-center justify-center rounded-full\"\r\n >\r\n <img [src]=\"ICONS['restu']\" alt=\"\" />\r\n </div>\r\n <div class=\"text\">\r\n <h2 class=\"f-sm f-xs flex items-center gap-x-1\">\r\n {{ place.name | translate }}\r\n <img [src]=\"ICONS['enLocation']\" alt=\"\" />\r\n </h2>\r\n <p class=\"f-xs text-secondary\">\r\n {{ place.description! | translate }}\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"flex items-center gap-x-3\">\r\n <img [src]=\"ICONS['groupBinBar']\" alt=\"\" class=\"cursor-pointer\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"background-gradient py-5 px-16\">\r\n <lib-primary-btn class=\"\">{{ \"PREVIEW\" | translate }}</lib-primary-btn>\r\n </div>\r\n </section>\r\n</div>\r\n", styles: [".main-itini-preview,.tracking-bottom-com{font-family:Gilroy-Regular!important}.tracking-bottom-com,.text{font-family:Gilroy-Regular!important;font-size:12px!important}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.PrimaryBtnComponent, selector: "lib-primary-btn", inputs: ["hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "component", type: MapHeaderComponent, selector: "app-map-header", inputs: ["title", "backLink", "customcss"], outputs: ["onSearchClick"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9229
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ItineraryPreviewComponent, selector: "app-itinerary-preview", ngImport: i0, template: "<div class=\"pt-10 max-padd-container\">\r\n <app-map-header\r\n [title]=\"'Create Itinerary'\"\r\n [backLink]=\"'/'\"\r\n [customcss]=\"''\"\r\n ></app-map-header>\r\n</div>\r\n<div class=\"mt-6\">\r\n <lib-map\r\n [mapType]=\"mapType\"\r\n [markers]=\"locationsMarkers\"\r\n [enableDrag]=\"true\"\r\n [initialLocation]=\"initialLocation\"\r\n (mapLoaded)=\"onMapLoaded($event)\"\r\n ></lib-map>\r\n</div>\r\n\r\n<div class=\"main-itini-preview absolute bottom-0 py-3\">\r\n <section class=\"fixed bottom-0 w-full\">\r\n <div class=\"tracking-widest px-5 py-6 rounded-t-3xl\">\r\n <div class=\"tracking-bottom-com\">\r\n <div class=\"flex items-center justify-center gap-x-2\">\r\n <div class=\"flex items-center gap-x-1 text-xs\">\r\n <img [src]=\"ICONS['locationWhite']\" alt=\"location\" />\r\n <span>{{ places.length }} Places</span>\r\n </div>\r\n <div class=\"h-4 border w-0 border-secondary\"></div>\r\n <div class=\"flex items-center justify-center gap-x-2\">\r\n <img [src]=\"ICONS['clock']\" alt=\"\" />\r\n <span>45 minutes</span>\r\n <span class=\"text-secondary font-thin\">(6.6 Km)</span>\r\n </div>\r\n </div>\r\n <div\r\n class=\"border border-dashed opacity-55 rotate-90 absolute -left-6 top-36\"\r\n ></div>\r\n <div class=\"font-Gilroy mt-5 mb-3 flex flex-col gap-y-5\">\r\n <div\r\n *ngFor=\"let place of places\"\r\n class=\"flex items-center justify-between w-full gap-x-4\"\r\n >\r\n <div class=\"flex items-center justify-start gap-x-4\">\r\n <div\r\n class=\"z-50 icon w-8 h-8 outset-shadow flex items-center justify-center rounded-full\"\r\n >\r\n <img [src]=\"ICONS['restu']\" alt=\"\" />\r\n </div>\r\n <div class=\"text\">\r\n <h2 class=\"f-sm f-xs flex items-center gap-x-1\">\r\n {{ place.name | translate }}\r\n <img [src]=\"ICONS['enLocation']\" alt=\"\" />\r\n </h2>\r\n <p class=\"f-xs text-secondary\">\r\n {{ place.description! | translate }}\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"flex items-center gap-x-3\">\r\n <img [src]=\"ICONS['groupBinBar']\" alt=\"\" class=\"cursor-pointer\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"background-gradient py-5 px-16\">\r\n <lib-primary-btn class=\"\">{{ \"PREVIEW\" | translate }}</lib-primary-btn>\r\n </div>\r\n </section>\r\n</div>\r\n", styles: [".main-itini-preview,.tracking-bottom-com{font-family:Gilroy-Regular!important}.tracking-bottom-com,.text{font-family:Gilroy-Regular!important;font-size:12px!important}\n"], dependencies: [{ kind: "component", type: i4.PrimaryBtnComponent, selector: "lib-primary-btn", inputs: ["hoverOutline", "disabled", "type", "form", "label", "showArrowIcon", "disableTextShadow", "loading$"] }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: MapHeaderComponent, selector: "app-map-header", inputs: ["title", "backLink", "customcss"], outputs: ["onSearchClick"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9236
9230
  }
9237
9231
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ItineraryPreviewComponent, decorators: [{
9238
9232
  type: Component,
@@ -9319,21 +9313,21 @@ class PathwayModule {
9319
9313
  PathwayComponent,
9320
9314
  GooglemapComponent,
9321
9315
  MapHeaderComponent], imports: [TranslateModule,
9322
- CommonModule,
9323
9316
  PathwayRoutingModule,
9324
9317
  SharedModule,
9325
9318
  ButtonsModule,
9326
9319
  FormsModule,
9327
9320
  GoogleMapsModule,
9328
- MatIcon] });
9321
+ MatIcon,
9322
+ CommonModule] });
9329
9323
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PathwayModule, imports: [TranslateModule,
9330
- CommonModule,
9331
9324
  PathwayRoutingModule,
9332
9325
  SharedModule,
9333
9326
  ButtonsModule,
9334
9327
  FormsModule,
9335
9328
  GoogleMapsModule,
9336
- MatIcon] });
9329
+ MatIcon,
9330
+ CommonModule] });
9337
9331
  }
9338
9332
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PathwayModule, decorators: [{
9339
9333
  type: NgModule,
@@ -9348,13 +9342,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
9348
9342
  ],
9349
9343
  imports: [
9350
9344
  TranslateModule,
9351
- CommonModule,
9352
9345
  PathwayRoutingModule,
9353
9346
  SharedModule,
9354
9347
  ButtonsModule,
9355
9348
  FormsModule,
9356
9349
  GoogleMapsModule,
9357
9350
  MatIcon,
9351
+ CommonModule,
9358
9352
  // LibMapModule.forRoot({
9359
9353
  // identityPoolId: environment.identityPoolId,
9360
9354
  // mapName: environment.mapName,
@@ -9468,7 +9462,7 @@ class SearchChipsComponent {
9468
9462
  this.cd = cd;
9469
9463
  }
9470
9464
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SearchChipsComponent, deps: [{ token: i4$1.TranslateService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
9471
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SearchChipsComponent, selector: "app-search-chips", inputs: { selectedChip: "selectedChip" }, outputs: { chipItemSelected: "chipItemSelected" }, ngImport: i0, template: "<div class=\"suggestion mt-6 pr-2 pl-2\">\r\n <p class=\"search-sub-heading\">\r\n <ng-container *ngIf=\"chipSelected\">\r\n {{ \"SEARCHING\" | translate }}\r\n </ng-container>\r\n <ng-container *ngIf=\"!chipSelected\">\r\n I'm searching for...\r\n </ng-container>\r\n </p>\r\n <div class=\"mt-2\">\r\n <div class=\"search-chip flex gap-2 flex-wrap\">\r\n <ng-container *ngFor=\"let item of chipItems;\">\r\n <!-- <lib-selectable-badge\r\n *ngIf=\"item.show\"\r\n [label]=\"item.label\"\r\n [selected]=\"item.selected\"\r\n (selectionChanged)=\"onSelectionChanged($event, item.value)\"\r\n >\r\n </lib-selectable-badge> -->\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"border-t border-gray-700 mt-4 mx-2\"></div>\r\n", styles: [".search-sub-heading{color:#bdbdbd;font-size:var(--font-size-small)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9465
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SearchChipsComponent, selector: "app-search-chips", inputs: { selectedChip: "selectedChip" }, outputs: { chipItemSelected: "chipItemSelected" }, ngImport: i0, template: "<div class=\"suggestion mt-6 pr-2 pl-2\">\r\n <p class=\"search-sub-heading\">\r\n <ng-container *ngIf=\"chipSelected\">\r\n {{ \"SEARCHING\" | translate }}\r\n </ng-container>\r\n <ng-container *ngIf=\"!chipSelected\">\r\n I'm searching for...\r\n </ng-container>\r\n </p>\r\n <div class=\"mt-2\">\r\n <div class=\"search-chip flex gap-2 flex-wrap\">\r\n <ng-container *ngFor=\"let item of chipItems;\">\r\n <!-- <lib-selectable-badge\r\n *ngIf=\"item.show\"\r\n [label]=\"item.label\"\r\n [selected]=\"item.selected\"\r\n (selectionChanged)=\"onSelectionChanged($event, item.value)\"\r\n >\r\n </lib-selectable-badge> -->\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"border-t border-gray-700 mt-4 mx-2\"></div>\r\n", styles: [".search-sub-heading{color:#bdbdbd;font-size:var(--font-size-small)}\n"], dependencies: [{ kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9472
9466
  }
9473
9467
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SearchChipsComponent, decorators: [{
9474
9468
  type: Component,
@@ -9483,7 +9477,7 @@ class SearchResultsComponent {
9483
9477
  data;
9484
9478
  constructor() { }
9485
9479
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SearchResultsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9486
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SearchResultsComponent, selector: "app-search-results", inputs: { data: "data" }, ngImport: i0, template: "<div class=\"flex flex-col mt-4 mb-4 gap-3\">\r\n <ng-container *ngFor=\"let item of data\">\r\n <div class=\"flex row justify-between items-center\">\r\n <p class=\"text-white\"> {{item.text}} </p>\r\n <p class=\"text-pink-700\"> {{item.section}} </p>\r\n </div>\r\n <div class=\"border-t border-gray-700 mt-2\"></div>\r\n </ng-container>\r\n\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
9480
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SearchResultsComponent, selector: "app-search-results", inputs: { data: "data" }, ngImport: i0, template: "<div class=\"flex flex-col mt-4 mb-4 gap-3\">\r\n <ng-container *ngFor=\"let item of data\">\r\n <div class=\"flex row justify-between items-center\">\r\n <p class=\"text-white\"> {{item.text}} </p>\r\n <p class=\"text-pink-700\"> {{item.section}} </p>\r\n </div>\r\n <div class=\"border-t border-gray-700 mt-2\"></div>\r\n </ng-container>\r\n\r\n</div>\r\n", styles: [""] });
9487
9481
  }
9488
9482
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SearchResultsComponent, decorators: [{
9489
9483
  type: Component,
@@ -9738,7 +9732,7 @@ class MainSearchComponent {
9738
9732
  navToBack = () => this.location.back();
9739
9733
  clear() { }
9740
9734
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainSearchComponent, deps: [{ token: ApiService }, { token: i1$1.Location }, { token: i0.ChangeDetectorRef }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
9741
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MainSearchComponent, selector: "app-main-search", inputs: { enableSelection: "enableSelection", enableGridFilters: "enableGridFilters", enableCreate: "enableCreate", enableRefresh: "enableRefresh", enableTrash: "enableTrash", isLoading: "isLoading", totalRecords: "totalRecords", rowsPerPage: "rowsPerPage", first: "first", rowsPerPageOptions: "rowsPerPageOptions", actionButtons: "actionButtons", currencyDisplayCode: "currencyDisplayCode", minimumColumnWidth: "minimumColumnWidth", isEditInProgress: "isEditInProgress" }, outputs: { lazyLoad: "lazyLoad", columnsChange: "columnsChange", editComplete: "editComplete", editChange: "editChange", selectAllPages: "selectAllPages", createClicked: "createClicked", refreshData: "refreshData", showTrash: "showTrash", excludeItem: "excludeItem", userFilter: "userFilter" }, ngImport: i0, template: "<div class=\"main-search-screen pt-5 px-4\">\r\n <div class=\"sub-screen\">\r\n <lib-search-bar class=\"search-field\" [placeholderText]=\"'SEARCH_ITINERARIES' | translate\"\r\n (searchStringChange)=\"handleSearchStringChange($event)\" (cleared)=\"clear()\" [searchIcon]=\"ICONS['dashboardSearch']\">\r\n </lib-search-bar>\r\n <app-search-chips [selectedChip]=\"selectedCategory\" (chipItemSelected)=\"categorySelected($event)\"></app-search-chips>\r\n <div class=\"p-4\">\r\n <ng-container *ngIf=\"isSearching\">\r\n <app-search-results [data]=\"filteredData\"></app-search-results>\r\n </ng-container>\r\n <app-recent-searches *ngIf=\"!isSearching\"></app-recent-searches>\r\n <app-serach-clear-history *ngIf=\"!isSearching\"></app-serach-clear-history>\r\n <div class=\"border-t border-gray-700 mt-2\" *ngIf=\"!isSearching\"></div>\r\n <app-quick-actions [hidden]=\"searchString && !selectedCategory\"></app-quick-actions>\r\n <app-serach-bottom-bar></app-serach-bottom-bar>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".main-search-screen{height:100%;overflow-y:auto}\n"], dependencies: [{ kind: "component", type: i4.SearchBarComponent, selector: "lib-search-bar", inputs: ["placeholderText", "inputText", "order", "clearIcon", "searchIcon"], outputs: ["searchStringChange", "cleared", "focused", "unfocused"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SearchChipsComponent, selector: "app-search-chips", inputs: ["selectedChip"], outputs: ["chipItemSelected"] }, { kind: "component", type: RecentSearchesComponent, selector: "app-recent-searches" }, { kind: "component", type: QuickActionsComponent, selector: "app-quick-actions" }, { kind: "component", type: SerachBottomBarComponent, selector: "app-serach-bottom-bar" }, { kind: "component", type: SerachClearHistoryComponent, selector: "app-serach-clear-history" }, { kind: "component", type: SearchResultsComponent, selector: "app-search-results", inputs: ["data"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9735
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MainSearchComponent, selector: "app-main-search", inputs: { enableSelection: "enableSelection", enableGridFilters: "enableGridFilters", enableCreate: "enableCreate", enableRefresh: "enableRefresh", enableTrash: "enableTrash", isLoading: "isLoading", totalRecords: "totalRecords", rowsPerPage: "rowsPerPage", first: "first", rowsPerPageOptions: "rowsPerPageOptions", actionButtons: "actionButtons", currencyDisplayCode: "currencyDisplayCode", minimumColumnWidth: "minimumColumnWidth", isEditInProgress: "isEditInProgress" }, outputs: { lazyLoad: "lazyLoad", columnsChange: "columnsChange", editComplete: "editComplete", editChange: "editChange", selectAllPages: "selectAllPages", createClicked: "createClicked", refreshData: "refreshData", showTrash: "showTrash", excludeItem: "excludeItem", userFilter: "userFilter" }, ngImport: i0, template: "<div class=\"main-search-screen pt-5 px-4\">\r\n <div class=\"sub-screen\">\r\n <lib-search-bar class=\"search-field\" [placeholderText]=\"'SEARCH_ITINERARIES' | translate\"\r\n (searchStringChange)=\"handleSearchStringChange($event)\" (cleared)=\"clear()\" [searchIcon]=\"ICONS['dashboardSearch']\">\r\n </lib-search-bar>\r\n <app-search-chips [selectedChip]=\"selectedCategory\" (chipItemSelected)=\"categorySelected($event)\"></app-search-chips>\r\n <div class=\"p-4\">\r\n <ng-container *ngIf=\"isSearching\">\r\n <app-search-results [data]=\"filteredData\"></app-search-results>\r\n </ng-container>\r\n <app-recent-searches *ngIf=\"!isSearching\"></app-recent-searches>\r\n <app-serach-clear-history *ngIf=\"!isSearching\"></app-serach-clear-history>\r\n <div class=\"border-t border-gray-700 mt-2\" *ngIf=\"!isSearching\"></div>\r\n <app-quick-actions [hidden]=\"searchString && !selectedCategory\"></app-quick-actions>\r\n <app-serach-bottom-bar></app-serach-bottom-bar>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".main-search-screen{height:100%;overflow-y:auto}\n"], dependencies: [{ kind: "component", type: i4.SearchBarComponent, selector: "lib-search-bar", inputs: ["placeholderText", "inputText", "order", "clearIcon", "searchIcon"], outputs: ["searchStringChange", "cleared", "focused", "unfocused"] }, { kind: "component", type: SearchChipsComponent, selector: "app-search-chips", inputs: ["selectedChip"], outputs: ["chipItemSelected"] }, { kind: "component", type: RecentSearchesComponent, selector: "app-recent-searches" }, { kind: "component", type: QuickActionsComponent, selector: "app-quick-actions" }, { kind: "component", type: SerachBottomBarComponent, selector: "app-serach-bottom-bar" }, { kind: "component", type: SerachClearHistoryComponent, selector: "app-serach-clear-history" }, { kind: "component", type: SearchResultsComponent, selector: "app-search-results", inputs: ["data"] }, { kind: "pipe", type: i4$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9742
9736
  }
9743
9737
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainSearchComponent, decorators: [{
9744
9738
  type: Component,
@@ -9831,7 +9825,6 @@ class SearchModule {
9831
9825
  ClearHistoryPopupComponent], imports: [SearchBarModule,
9832
9826
  TranslateModule,
9833
9827
  ButtonsModule,
9834
- CommonModule,
9835
9828
  SearchRoutingModule,
9836
9829
  SharedModule,
9837
9830
  SectionSeparatorComponent,
@@ -9844,7 +9837,6 @@ class SearchModule {
9844
9837
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SearchModule, imports: [SearchBarModule,
9845
9838
  TranslateModule,
9846
9839
  ButtonsModule,
9847
- CommonModule,
9848
9840
  SearchRoutingModule,
9849
9841
  SharedModule,
9850
9842
  SectionSeparatorComponent,
@@ -9874,7 +9866,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
9874
9866
  SearchBarModule,
9875
9867
  TranslateModule,
9876
9868
  ButtonsModule,
9877
- CommonModule,
9878
9869
  SearchRoutingModule,
9879
9870
  SharedModule,
9880
9871
  SectionSeparatorComponent,
@@ -9953,14 +9944,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
9953
9944
 
9954
9945
  class UserModule {
9955
9946
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9956
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: UserModule, declarations: [ProfileComponent], imports: [CommonModule,
9957
- UserRoutingModule,
9947
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: UserModule, declarations: [ProfileComponent], imports: [UserRoutingModule,
9958
9948
  SectionSeparatorComponent,
9959
9949
  SharedModule,
9960
9950
  TranslateModule,
9961
9951
  SelectableModule] });
9962
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserModule, imports: [CommonModule,
9963
- UserRoutingModule,
9952
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserModule, imports: [UserRoutingModule,
9964
9953
  SectionSeparatorComponent,
9965
9954
  SharedModule,
9966
9955
  TranslateModule,
@@ -9973,7 +9962,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
9973
9962
  ProfileComponent
9974
9963
  ],
9975
9964
  imports: [
9976
- CommonModule,
9977
9965
  UserRoutingModule,
9978
9966
  SectionSeparatorComponent,
9979
9967
  SharedModule,
@@ -10042,12 +10030,12 @@ function initializeApp(appService) {
10042
10030
  const httpLoaderFactory = (http) => new TranslateHttpLoader(new HttpClient(http), './assets/i18n/', '.json');
10043
10031
  class ItineraryLibModule {
10044
10032
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ItineraryLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10045
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ItineraryLibModule, declarations: [ItineraryLibComponent], imports: [CommonModule, i4$1.TranslateModule, ButtonsModule,
10033
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ItineraryLibModule, declarations: [ItineraryLibComponent], imports: [i4$1.TranslateModule, ButtonsModule,
10046
10034
  FormsModule, i1$3.IonicModule, ReactiveFormsModule,
10047
10035
  LibModalModule,
10048
10036
  ToggleModule,
10049
10037
  RangeSelectorModule,
10050
- NoopAnimationsModule,
10038
+ BrowserAnimationsModule,
10051
10039
  MatDialogModule,
10052
10040
  UserModule,
10053
10041
  ItineraryLibRoutingModule], exports: [ItineraryLibComponent, ItineraryLibRoutingModule] });
@@ -10060,8 +10048,7 @@ class ItineraryLibModule {
10060
10048
  deps: [AppService],
10061
10049
  multi: true,
10062
10050
  },
10063
- ], imports: [CommonModule,
10064
- TranslateModule.forRoot({
10051
+ ], imports: [TranslateModule.forRoot({
10065
10052
  defaultLanguage: 'en',
10066
10053
  loader: {
10067
10054
  provide: TranslateLoader,
@@ -10076,7 +10063,7 @@ class ItineraryLibModule {
10076
10063
  LibModalModule,
10077
10064
  ToggleModule,
10078
10065
  RangeSelectorModule,
10079
- NoopAnimationsModule,
10066
+ BrowserAnimationsModule,
10080
10067
  MatDialogModule,
10081
10068
  UserModule,
10082
10069
  ItineraryLibRoutingModule, ItineraryLibRoutingModule] });
@@ -10086,7 +10073,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
10086
10073
  args: [{
10087
10074
  declarations: [ItineraryLibComponent],
10088
10075
  imports: [
10089
- CommonModule,
10090
10076
  TranslateModule.forRoot({
10091
10077
  defaultLanguage: 'en',
10092
10078
  loader: {
@@ -10102,10 +10088,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
10102
10088
  LibModalModule,
10103
10089
  ToggleModule,
10104
10090
  RangeSelectorModule,
10105
- NoopAnimationsModule,
10091
+ BrowserAnimationsModule,
10106
10092
  MatDialogModule,
10107
10093
  UserModule,
10108
- ItineraryLibRoutingModule,
10094
+ ItineraryLibRoutingModule
10109
10095
  ],
10110
10096
  exports: [ItineraryLibComponent, ItineraryLibRoutingModule],
10111
10097
  schemas: [CUSTOM_ELEMENTS_SCHEMA],