ca-components 1.0.73 → 1.0.75

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 (106) hide show
  1. package/assets/scss/custompickers.scss +0 -111
  2. package/assets/scss/details_page_ske.scss +1 -1921
  3. package/assets/scss/tooltip.scss +7 -0
  4. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +6 -6
  5. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  6. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +17 -6
  7. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  8. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +123 -120
  9. package/esm2022/lib/components/ca-custom-scrollbar/enums/event-type.enum.mjs +8 -0
  10. package/esm2022/lib/components/ca-custom-scrollbar/enums/index.mjs +3 -0
  11. package/esm2022/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.mjs +6 -0
  12. package/esm2022/lib/components/ca-custom-scrollbar/models/index.mjs +3 -0
  13. package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.mjs +2 -0
  14. package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-event.model.mjs +2 -0
  15. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  16. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +2 -2
  17. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
  18. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +4 -8
  19. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +4 -8
  20. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  21. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  22. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  24. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +3 -3
  25. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  26. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  27. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +9 -11
  28. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +7 -7
  29. package/esm2022/lib/components/ca-input/ca-input.component.mjs +5 -6
  30. package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +2 -2
  31. package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +2 -1
  32. package/esm2022/lib/components/ca-input/pipes/show-placeholder-text.pipe.mjs +3 -3
  33. package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +2 -2
  34. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +91 -82
  35. package/esm2022/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.mjs +2 -1
  36. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +8 -23
  37. package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +2 -6
  38. package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +2 -6
  39. package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +2 -6
  40. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  41. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +4 -7
  42. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +4 -5
  43. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +8 -8
  44. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +4 -6
  45. package/esm2022/lib/components/ca-modal-button/enums/index.mjs +2 -2
  46. package/esm2022/lib/components/ca-modal-button/enums/modal-button-class-type.enum.mjs +10 -0
  47. package/esm2022/lib/components/ca-modal-button/enums/modal-button-size.enum.mjs +3 -3
  48. package/esm2022/lib/components/ca-modal-button/pipes/modal-button-class.pipe.mjs +4 -12
  49. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  50. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  51. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  52. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  53. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
  54. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  55. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +2 -2
  56. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  57. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  58. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  59. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  60. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  61. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  62. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  63. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +10 -7
  64. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  65. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  66. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +10 -12
  67. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  68. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  69. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
  70. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +10 -15
  71. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -2
  72. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  73. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  74. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  75. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  76. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  77. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  78. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +10 -16
  79. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  80. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +9 -13
  81. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  82. package/fesm2022/ca-components.mjs +583 -591
  83. package/fesm2022/ca-components.mjs.map +1 -1
  84. package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.d.ts +38 -29
  85. package/lib/components/ca-custom-scrollbar/enums/event-type.enum.d.ts +6 -0
  86. package/lib/components/ca-custom-scrollbar/enums/index.d.ts +2 -0
  87. package/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.d.ts +4 -0
  88. package/lib/components/ca-custom-scrollbar/models/index.d.ts +2 -0
  89. package/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.d.ts +6 -0
  90. package/lib/components/ca-custom-scrollbar/models/scroll-event.model.d.ts +6 -0
  91. package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
  92. package/lib/components/ca-input/pipes/input-class.pipe.d.ts +1 -1
  93. package/lib/components/ca-input/pipes/label-class.pipe.d.ts +1 -1
  94. package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.d.ts +9 -7
  95. package/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.d.ts +2 -1
  96. package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +2 -4
  97. package/lib/components/ca-modal-button/enums/index.d.ts +1 -1
  98. package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.d.ts +8 -0
  99. package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +2 -2
  100. package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.d.ts +2 -2
  101. package/package.json +1 -1
  102. package/src/assets/ca-components/svg/input/ic_coordinates.svg +6 -0
  103. package/esm2022/lib/components/ca-logo-change/pipes/logo-slider.pipe.mjs +0 -17
  104. package/esm2022/lib/components/ca-modal-button/enums/modal-button-type.enum.mjs +0 -10
  105. package/lib/components/ca-logo-change/pipes/logo-slider.pipe.d.ts +0 -7
  106. package/lib/components/ca-modal-button/enums/modal-button-type.enum.d.ts +0 -8
@@ -8,8 +8,6 @@ import { AngularSvgIconModule } from 'angular-svg-icon';
8
8
  import { RatingReviewsTypeEnum } from '../../enums/rating-reviews-type.enums';
9
9
  //components
10
10
  import { CaRatingReviewUserComponent } from '../ca-rating-review-user/ca-rating-review-user.component';
11
- import { CaAppTooltipV2Component } from '../../../ca-app-tooltip-v2/ca-app-tooltip-v2.component';
12
- import { CaProfileImageComponent } from '../../../ca-profile-image/ca-profile-image.component';
13
11
  import { CaInputComponent } from '../../../ca-input/ca-input.component';
14
12
  //pipes
15
13
  import { FilterByTitlePipe } from '../../utils/pipe/filter-title.pipe';
@@ -73,10 +71,12 @@ export class CaRatingsReviewsPopupComponent {
73
71
  this.emitData.emit(event);
74
72
  }
75
73
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaRatingsReviewsPopupComponent, deps: [{ token: i1.UntypedFormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
76
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CaRatingsReviewsPopupComponent, isStandalone: true, selector: "app-ca-ratings-reviews-popup", inputs: { ratingsReviews: "ratingsReviews", newReviewRating: "newReviewRating", focusedTab: "focusedTab" }, outputs: { emitData: "emitData" }, ngImport: i0, template: "\n<div class=\"rating-review-component\">\n <div\n class=\"rating-review-component-header d-flex align-items-center justify-content-between\"\n >\n <div\n class=\"assigned-load-holder d-flex justify-content-between align-items-center\"\n >\n <span class=\"ca-font-extra-bold\">Rating & Review</span>\n <span\n class=\"round-number d-flex justify-content-center align-items-center\"\n >{{ratingsReviews?.length ? ratingsReviews?.length : 0}}</span\n >\n </div>\n <ng-container *ngIf=\"ratingsReviews?.length\">\n <div\n class=\"sort-date d-flex justify-content-center align-items-center\"\n >\n <p (click)=\"sortByDate()\">Date</p>\n <svg-icon\n [src]=\"getSvgPath('sortIcon')\"\n (click)=\"sortByDate()\"\n [svgStyle]=\"{ 'width.px': 16, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </div>\n\n <ng-container\n *ngIf=\"ratingsReviews?.length || isNewReview, else noComments\"\n >\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div class=\"search-input-header\" [formGroup]=\"searchForm\">\n <app-ca-input\n class=\"input-form-holder\"\n formControlName=\"search\"\n [inputConfig]=\"ratingReviewSearch\"\n ></app-ca-input>\n </div>\n\n <div class=\"statusBar d-flex justify-content-evenly\">\n <ng-container *ngFor=\"let tab of tabs\">\n <button\n class=\"ca-font-bold d-flex justify-content-center align-items-center\"\n (click)=\"setFocusedTab(tab)\"\n [class.active]=\"focusedTab === tab\"\n >\n {{ tab }}\n </button>\n </ng-container>\n </div>\n <ng-container *ngIf=\"!isCurentUserLeaveReview && !isNewReview\">\n <div\n (click)=\"newReview()\"\n class=\"add d-flex justify-content-between align-items-center\"\n >\n <p>ADD REVIEW</p>\n <svg-icon\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 14, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"isNewReview\">\n <app-ca-rating-review-user\n [isNewReview]=\"true\"\n [data]=\"newReviewRating\"\n (ratingReviewData)=\"addNewReview($event)\"\n ></app-ca-rating-review-user>\n </ng-container>\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div>\n <div [ngSwitch]=\"focusedTab\">\n <ng-container *ngSwitchCase=\"'All'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: ratingsReviews, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'RATING'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: true }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'REVIEW'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-template #noComments>\n <div class=\"no-comments-container\">\n <p>\n subtle <br />\n illustration\n </p>\n </div>\n </ng-template>\n</div>\n\n<ng-template #ratingReviewTemplate let-data=\"data\" let-isRating=\"isRating\">\n <div class=\"ratingInformation\">\n <ng-container *ngIf=\"data.length\">\n <ng-container\n *ngFor=\"let item of data | filterByTitle:searchForm.get('search')?.value\"\n >\n <app-ca-rating-review-user\n (ratingReviewData)=\"ratingData($event)\"\n [data]=\"item\"\n [isRating]=\"isRating\"\n >\n </app-ca-rating-review-user>\n </ng-container>\n </ng-container>\n </div>\n</ng-template>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#dadada}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background:#42424233!important;color:#424242!important}.text-color-black::selection{background:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background:#91919133!important;color:#919191!important}.text-color-muted::selection{background:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-13::selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background:#e6676733!important;color:#e66767!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{color:#ccc!important;background:#aaa3!important}.text-color-light-grey-6::selection{color:#ccc!important;background:#aaa3!important}.text-color-white{color:#dadada!important}.text-color-white::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white::selection{color:#dadada!important;background:#fff3!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{color:#ffffffb2!important;background:#fff3!important}.text-color-white-4::selection{color:#ffffffb2!important;background:#fff3!important}.text-color-dark-grey{color:#6c6c6c!important}.text-color-dark-grey::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-dark-grey::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey::selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{color:#919191!important;background:#91919133!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.svg-fill-black svg path{fill:#424242!important}.svg-fill-muted svg path{fill:#919191!important}.svg-fill-bw-9 svg path{fill:#dadada!important}.svg-fill-light-grey-2 svg path{fill:#aaa!important}.svg-fill-light-grey-6 svg path{fill:#ccc!important}.svg-fill-blue-13 svg path{fill:#6692f1!important}.svg-fill-blue-19 svg path{fill:#92b1f5!important}.svg-fill-blue-26 svg path{fill:#4dc5eb!important}.svg-hover-muted svg path{transition:all .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-black svg path{transition:all .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-15 svg path{transition:all .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-bw6-2 svg path{transition:all .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:all .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:all .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-44-16 svg{width:44px;height:16px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.rating-review-component{width:260px;padding:4px;border-radius:3px;background-color:#2f2f2f!important;display:block}.rating-review-component .rating-review-component-header{height:18px;padding-bottom:4px;border-bottom:1px solid #424242}.rating-review-component .sort-date{cursor:pointer;gap:4px}.rating-review-component .sort-date p{font-size:11px;font-weight:500;line-height:14px;color:#fff}.rating-review-component .search-input-header{width:100%!important;background:#424242!important;color:#aaa!important;margin-top:6px;margin-bottom:4px;border-radius:2px;transition:transform .3s}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-control{height:26px!important;background:#424242!important;color:#dadada}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-clear{top:2px!important}.rating-review-component .round-number{width:18px;height:18px;padding:2px 5px;margin-left:4px;border-radius:50%;font-size:11px;font-weight:700;line-height:14px;background:#424242}.rating-review-component .add{cursor:pointer;height:26px;padding:4px 6px 4px 4px;margin:2px 0;border-radius:2px 0 0}.rating-review-component .add p{color:#92b1f5;font-size:11px;font-weight:700;line-height:18px}.rating-review-component .add svg path{fill:#6692f1!important}.rating-review-component .add:hover{background:#3b73ed66}.rating-review-component .add:hover p{color:#dadada!important}.rating-review-component .assigned-load-holder>span{color:#fff;padding-left:4px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase}.rating-review-component .statusBar{height:26px;padding:4px 0;width:252px;background-color:#1d1d1d;border-radius:2px 0 0}.rating-review-component button{width:105.33px;height:18px;border-radius:2px;padding:2px 8px;color:#919191;background-color:transparent;border:1px solid transparent;font-size:11px;text-align:center;transition:background-color .3s ease,border-color .3s ease}.rating-review-component button.active,.rating-review-component button:active{background-color:#424242;border-color:#424242;color:#fff}.rating-review-component .ratingInformation{margin-top:4px;gap:4px;border-radius:0 0 3px 3px;color:#919191;font-size:11px;line-height:14px;text-align:center}.no-comments-container{width:252px;height:78px;gap:10px;background:#424242}.no-comments-container p{font-family:Montserrat;font-size:32px;font-weight:800;line-height:39.01px;text-align:center;color:#6c6c6c}\n"], dependencies: [{ kind: "ngmodule", type:
74
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CaRatingsReviewsPopupComponent, isStandalone: true, selector: "app-ca-ratings-reviews-popup", inputs: { ratingsReviews: "ratingsReviews", newReviewRating: "newReviewRating", focusedTab: "focusedTab" }, outputs: { emitData: "emitData" }, ngImport: i0, template: "\n<div class=\"rating-review-component\">\n <div\n class=\"rating-review-component-header d-flex align-items-center justify-content-between\"\n >\n <div\n class=\"assigned-load-holder d-flex justify-content-between align-items-center\"\n >\n <span class=\"ca-font-extra-bold\">Rating & Review</span>\n <span\n class=\"round-number d-flex justify-content-center align-items-center\"\n >{{ratingsReviews?.length ? ratingsReviews?.length : 0}}</span\n >\n </div>\n <ng-container *ngIf=\"ratingsReviews?.length\">\n <div\n class=\"sort-date d-flex justify-content-center align-items-center\"\n >\n <p (click)=\"sortByDate()\">Date</p>\n <svg-icon\n [src]=\"getSvgPath('sortIcon')\"\n (click)=\"sortByDate()\"\n [svgStyle]=\"{ 'width.px': 16, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </div>\n\n <ng-container\n *ngIf=\"ratingsReviews?.length || isNewReview, else noComments\"\n >\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div class=\"search-input-header\" [formGroup]=\"searchForm\">\n <app-ca-input\n class=\"input-form-holder\"\n formControlName=\"search\"\n [inputConfig]=\"ratingReviewSearch\"\n ></app-ca-input>\n </div>\n\n <div class=\"statusBar d-flex justify-content-evenly\">\n <ng-container *ngFor=\"let tab of tabs\">\n <button\n class=\"ca-font-bold d-flex justify-content-center align-items-center\"\n (click)=\"setFocusedTab(tab)\"\n [class.active]=\"focusedTab === tab\"\n >\n {{ tab }}\n </button>\n </ng-container>\n </div>\n <ng-container *ngIf=\"!isCurentUserLeaveReview && !isNewReview\">\n <div\n (click)=\"newReview()\"\n class=\"add d-flex justify-content-between align-items-center\"\n >\n <p>ADD REVIEW</p>\n <svg-icon\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 14, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"isNewReview\">\n <app-ca-rating-review-user\n [isNewReview]=\"true\"\n [data]=\"newReviewRating\"\n (ratingReviewData)=\"addNewReview($event)\"\n ></app-ca-rating-review-user>\n </ng-container>\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div>\n <div [ngSwitch]=\"focusedTab\">\n <ng-container *ngSwitchCase=\"'All'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: ratingsReviews, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'RATING'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: true }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'REVIEW'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-template #noComments>\n <div class=\"no-comments-container\">\n <p>\n subtle <br />\n illustration\n </p>\n </div>\n </ng-template>\n</div>\n\n<ng-template #ratingReviewTemplate let-data=\"data\" let-isRating=\"isRating\">\n <div class=\"ratingInformation\">\n <ng-container *ngIf=\"data.length\">\n <ng-container\n *ngFor=\"let item of data | filterByTitle:searchForm.get('search')?.value\"\n >\n <app-ca-rating-review-user\n (ratingReviewData)=\"ratingData($event)\"\n [data]=\"item\"\n [isRating]=\"isRating\"\n >\n </app-ca-rating-review-user>\n </ng-container>\n </ng-container>\n </div>\n</ng-template>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#dadada}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background:#42424233!important;color:#424242!important}.text-color-black::selection{background:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background:#91919133!important;color:#919191!important}.text-color-muted::selection{background:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-13::selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background:#e6676733!important;color:#e66767!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{color:#ccc!important;background:#aaa3!important}.text-color-light-grey-6::selection{color:#ccc!important;background:#aaa3!important}.text-color-white{color:#dadada!important}.text-color-white::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white::selection{color:#dadada!important;background:#fff3!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{color:#ffffffb2!important;background:#fff3!important}.text-color-white-4::selection{color:#ffffffb2!important;background:#fff3!important}.text-color-dark-grey{color:#6c6c6c!important}.text-color-dark-grey::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-dark-grey::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey::selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{color:#919191!important;background:#91919133!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.svg-fill-black svg path{fill:#424242!important}.svg-fill-muted svg path{fill:#919191!important}.svg-fill-bw-9 svg path{fill:#dadada!important}.svg-fill-light-grey-2 svg path{fill:#aaa!important}.svg-fill-light-grey-6 svg path{fill:#ccc!important}.svg-fill-blue-13 svg path{fill:#6692f1!important}.svg-fill-blue-19 svg path{fill:#92b1f5!important}.svg-fill-blue-26 svg path{fill:#4dc5eb!important}.svg-hover-muted svg path{transition:all .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-black svg path{transition:all .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-15 svg path{transition:all .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-bw6-2 svg path{transition:all .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:all .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:all .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-44-16 svg{width:44px;height:16px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.rating-review-component{width:260px;padding:4px;border-radius:3px;background-color:#2f2f2f!important;display:block}.rating-review-component .rating-review-component-header{height:18px;padding-bottom:4px;border-bottom:1px solid #424242}.rating-review-component .sort-date{cursor:pointer;gap:4px}.rating-review-component .sort-date p{font-size:11px;font-weight:500;line-height:14px;color:#fff}.rating-review-component .search-input-header{width:100%!important;background:#424242!important;color:#aaa!important;margin-top:6px;margin-bottom:4px;border-radius:2px;transition:transform .3s}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-control{height:26px!important;background:#424242!important;color:#dadada}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-clear{top:2px!important}.rating-review-component .round-number{width:18px;height:18px;padding:2px 5px;margin-left:4px;border-radius:50%;font-size:11px;font-weight:700;line-height:14px;background:#424242}.rating-review-component .add{cursor:pointer;height:26px;padding:4px 6px 4px 4px;margin:2px 0;border-radius:2px 0 0}.rating-review-component .add p{color:#92b1f5;font-size:11px;font-weight:700;line-height:18px}.rating-review-component .add svg path{fill:#6692f1!important}.rating-review-component .add:hover{background:#3b73ed66}.rating-review-component .add:hover p{color:#dadada!important}.rating-review-component .assigned-load-holder>span{color:#fff;padding-left:4px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase}.rating-review-component .statusBar{height:26px;padding:4px 0;width:252px;background-color:#1d1d1d;border-radius:2px 0 0}.rating-review-component button{width:105.33px;height:18px;border-radius:2px;padding:2px 8px;color:#919191;background-color:transparent;border:1px solid transparent;font-size:11px;text-align:center;transition:background-color .3s ease,border-color .3s ease}.rating-review-component button.active,.rating-review-component button:active{background-color:#424242;border-color:#424242;color:#fff}.rating-review-component .ratingInformation{margin-top:4px;gap:4px;border-radius:0 0 3px 3px;color:#919191;font-size:11px;line-height:14px;text-align:center}.no-comments-container{width:252px;height:78px;gap:10px;background:#424242}.no-comments-container p{font-family:Montserrat;font-size:32px;font-weight:800;line-height:39.01px;text-align:center;color:#6c6c6c}\n"], dependencies: [{ kind: "ngmodule", type:
77
75
  // modules
78
- CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "ngmodule", type: HttpClientModule }, { kind: "ngmodule", type: NgbModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: NgbTooltipModule }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i3.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: CaRatingReviewUserComponent, selector: "app-ca-rating-review-user", inputs: ["isRating", "isNewReview", "isFilter", "data"], outputs: ["ratingReviewData"] }, { kind: "component", type: CaInputComponent, selector: "app-ca-input", inputs: ["inputConfig", "incorrectValue", "selectedDropdownLabelColor", "template"], outputs: ["incorrectEvent", "blurInput", "focusInput", "change", "commandEvent", "clear", "showHideDropdown", "dropDownKeyNavigation"] }, { kind: "pipe", type:
79
- //pipes
76
+ CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "ngmodule", type: HttpClientModule }, { kind: "ngmodule", type: NgbModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: NgbTooltipModule }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i3.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type:
77
+ // components
78
+ CaRatingReviewUserComponent, selector: "app-ca-rating-review-user", inputs: ["isRating", "isNewReview", "isFilter", "data"], outputs: ["ratingReviewData"] }, { kind: "component", type: CaInputComponent, selector: "app-ca-input", inputs: ["inputConfig", "incorrectValue", "selectedDropdownLabelColor", "template"], outputs: ["incorrectEvent", "blurInput", "focusInput", "change", "commandEvent", "clear", "showHideDropdown", "dropDownKeyNavigation"] }, { kind: "pipe", type:
79
+ // pipes
80
80
  FilterByTitlePipe, name: "filterByTitle" }] }); }
81
81
  }
82
82
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaRatingsReviewsPopupComponent, decorators: [{
@@ -90,14 +90,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
90
90
  NgbTooltipModule,
91
91
  AngularSvgIconModule,
92
92
  ReactiveFormsModule,
93
- //components
94
- CaAppTooltipV2Component,
95
- CaProfileImageComponent,
93
+ // components
96
94
  CaRatingReviewUserComponent,
97
95
  CaInputComponent,
98
- //pipes
99
- FilterByTitlePipe,
100
- ], template: "\n<div class=\"rating-review-component\">\n <div\n class=\"rating-review-component-header d-flex align-items-center justify-content-between\"\n >\n <div\n class=\"assigned-load-holder d-flex justify-content-between align-items-center\"\n >\n <span class=\"ca-font-extra-bold\">Rating & Review</span>\n <span\n class=\"round-number d-flex justify-content-center align-items-center\"\n >{{ratingsReviews?.length ? ratingsReviews?.length : 0}}</span\n >\n </div>\n <ng-container *ngIf=\"ratingsReviews?.length\">\n <div\n class=\"sort-date d-flex justify-content-center align-items-center\"\n >\n <p (click)=\"sortByDate()\">Date</p>\n <svg-icon\n [src]=\"getSvgPath('sortIcon')\"\n (click)=\"sortByDate()\"\n [svgStyle]=\"{ 'width.px': 16, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </div>\n\n <ng-container\n *ngIf=\"ratingsReviews?.length || isNewReview, else noComments\"\n >\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div class=\"search-input-header\" [formGroup]=\"searchForm\">\n <app-ca-input\n class=\"input-form-holder\"\n formControlName=\"search\"\n [inputConfig]=\"ratingReviewSearch\"\n ></app-ca-input>\n </div>\n\n <div class=\"statusBar d-flex justify-content-evenly\">\n <ng-container *ngFor=\"let tab of tabs\">\n <button\n class=\"ca-font-bold d-flex justify-content-center align-items-center\"\n (click)=\"setFocusedTab(tab)\"\n [class.active]=\"focusedTab === tab\"\n >\n {{ tab }}\n </button>\n </ng-container>\n </div>\n <ng-container *ngIf=\"!isCurentUserLeaveReview && !isNewReview\">\n <div\n (click)=\"newReview()\"\n class=\"add d-flex justify-content-between align-items-center\"\n >\n <p>ADD REVIEW</p>\n <svg-icon\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 14, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"isNewReview\">\n <app-ca-rating-review-user\n [isNewReview]=\"true\"\n [data]=\"newReviewRating\"\n (ratingReviewData)=\"addNewReview($event)\"\n ></app-ca-rating-review-user>\n </ng-container>\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div>\n <div [ngSwitch]=\"focusedTab\">\n <ng-container *ngSwitchCase=\"'All'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: ratingsReviews, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'RATING'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: true }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'REVIEW'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-template #noComments>\n <div class=\"no-comments-container\">\n <p>\n subtle <br />\n illustration\n </p>\n </div>\n </ng-template>\n</div>\n\n<ng-template #ratingReviewTemplate let-data=\"data\" let-isRating=\"isRating\">\n <div class=\"ratingInformation\">\n <ng-container *ngIf=\"data.length\">\n <ng-container\n *ngFor=\"let item of data | filterByTitle:searchForm.get('search')?.value\"\n >\n <app-ca-rating-review-user\n (ratingReviewData)=\"ratingData($event)\"\n [data]=\"item\"\n [isRating]=\"isRating\"\n >\n </app-ca-rating-review-user>\n </ng-container>\n </ng-container>\n </div>\n</ng-template>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#dadada}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background:#42424233!important;color:#424242!important}.text-color-black::selection{background:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background:#91919133!important;color:#919191!important}.text-color-muted::selection{background:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-13::selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background:#e6676733!important;color:#e66767!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{color:#ccc!important;background:#aaa3!important}.text-color-light-grey-6::selection{color:#ccc!important;background:#aaa3!important}.text-color-white{color:#dadada!important}.text-color-white::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white::selection{color:#dadada!important;background:#fff3!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{color:#ffffffb2!important;background:#fff3!important}.text-color-white-4::selection{color:#ffffffb2!important;background:#fff3!important}.text-color-dark-grey{color:#6c6c6c!important}.text-color-dark-grey::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-dark-grey::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey::selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{color:#919191!important;background:#91919133!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.svg-fill-black svg path{fill:#424242!important}.svg-fill-muted svg path{fill:#919191!important}.svg-fill-bw-9 svg path{fill:#dadada!important}.svg-fill-light-grey-2 svg path{fill:#aaa!important}.svg-fill-light-grey-6 svg path{fill:#ccc!important}.svg-fill-blue-13 svg path{fill:#6692f1!important}.svg-fill-blue-19 svg path{fill:#92b1f5!important}.svg-fill-blue-26 svg path{fill:#4dc5eb!important}.svg-hover-muted svg path{transition:all .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-black svg path{transition:all .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-15 svg path{transition:all .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-bw6-2 svg path{transition:all .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:all .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:all .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-44-16 svg{width:44px;height:16px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.rating-review-component{width:260px;padding:4px;border-radius:3px;background-color:#2f2f2f!important;display:block}.rating-review-component .rating-review-component-header{height:18px;padding-bottom:4px;border-bottom:1px solid #424242}.rating-review-component .sort-date{cursor:pointer;gap:4px}.rating-review-component .sort-date p{font-size:11px;font-weight:500;line-height:14px;color:#fff}.rating-review-component .search-input-header{width:100%!important;background:#424242!important;color:#aaa!important;margin-top:6px;margin-bottom:4px;border-radius:2px;transition:transform .3s}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-control{height:26px!important;background:#424242!important;color:#dadada}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-clear{top:2px!important}.rating-review-component .round-number{width:18px;height:18px;padding:2px 5px;margin-left:4px;border-radius:50%;font-size:11px;font-weight:700;line-height:14px;background:#424242}.rating-review-component .add{cursor:pointer;height:26px;padding:4px 6px 4px 4px;margin:2px 0;border-radius:2px 0 0}.rating-review-component .add p{color:#92b1f5;font-size:11px;font-weight:700;line-height:18px}.rating-review-component .add svg path{fill:#6692f1!important}.rating-review-component .add:hover{background:#3b73ed66}.rating-review-component .add:hover p{color:#dadada!important}.rating-review-component .assigned-load-holder>span{color:#fff;padding-left:4px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase}.rating-review-component .statusBar{height:26px;padding:4px 0;width:252px;background-color:#1d1d1d;border-radius:2px 0 0}.rating-review-component button{width:105.33px;height:18px;border-radius:2px;padding:2px 8px;color:#919191;background-color:transparent;border:1px solid transparent;font-size:11px;text-align:center;transition:background-color .3s ease,border-color .3s ease}.rating-review-component button.active,.rating-review-component button:active{background-color:#424242;border-color:#424242;color:#fff}.rating-review-component .ratingInformation{margin-top:4px;gap:4px;border-radius:0 0 3px 3px;color:#919191;font-size:11px;line-height:14px;text-align:center}.no-comments-container{width:252px;height:78px;gap:10px;background:#424242}.no-comments-container p{font-family:Montserrat;font-size:32px;font-weight:800;line-height:39.01px;text-align:center;color:#6c6c6c}\n"] }]
96
+ // pipes
97
+ FilterByTitlePipe
98
+ ], template: "\n<div class=\"rating-review-component\">\n <div\n class=\"rating-review-component-header d-flex align-items-center justify-content-between\"\n >\n <div\n class=\"assigned-load-holder d-flex justify-content-between align-items-center\"\n >\n <span class=\"ca-font-extra-bold\">Rating & Review</span>\n <span\n class=\"round-number d-flex justify-content-center align-items-center\"\n >{{ratingsReviews?.length ? ratingsReviews?.length : 0}}</span\n >\n </div>\n <ng-container *ngIf=\"ratingsReviews?.length\">\n <div\n class=\"sort-date d-flex justify-content-center align-items-center\"\n >\n <p (click)=\"sortByDate()\">Date</p>\n <svg-icon\n [src]=\"getSvgPath('sortIcon')\"\n (click)=\"sortByDate()\"\n [svgStyle]=\"{ 'width.px': 16, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </div>\n\n <ng-container\n *ngIf=\"ratingsReviews?.length || isNewReview, else noComments\"\n >\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div class=\"search-input-header\" [formGroup]=\"searchForm\">\n <app-ca-input\n class=\"input-form-holder\"\n formControlName=\"search\"\n [inputConfig]=\"ratingReviewSearch\"\n ></app-ca-input>\n </div>\n\n <div class=\"statusBar d-flex justify-content-evenly\">\n <ng-container *ngFor=\"let tab of tabs\">\n <button\n class=\"ca-font-bold d-flex justify-content-center align-items-center\"\n (click)=\"setFocusedTab(tab)\"\n [class.active]=\"focusedTab === tab\"\n >\n {{ tab }}\n </button>\n </ng-container>\n </div>\n <ng-container *ngIf=\"!isCurentUserLeaveReview && !isNewReview\">\n <div\n (click)=\"newReview()\"\n class=\"add d-flex justify-content-between align-items-center\"\n >\n <p>ADD REVIEW</p>\n <svg-icon\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 14, 'height.px': 14 }\"\n ></svg-icon>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"isNewReview\">\n <app-ca-rating-review-user\n [isNewReview]=\"true\"\n [data]=\"newReviewRating\"\n (ratingReviewData)=\"addNewReview($event)\"\n ></app-ca-rating-review-user>\n </ng-container>\n <ng-container *ngIf=\"ratingsReviews?.length \">\n <div>\n <div [ngSwitch]=\"focusedTab\">\n <ng-container *ngSwitchCase=\"'All'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: ratingsReviews, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'RATING'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: true }\"\n >\n </ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'REVIEW'\">\n <ng-container\n *ngTemplateOutlet=\"ratingReviewTemplate; context: { data: likesDislikesData, isRating: false }\"\n >\n </ng-container>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </ng-container>\n\n <ng-template #noComments>\n <div class=\"no-comments-container\">\n <p>\n subtle <br />\n illustration\n </p>\n </div>\n </ng-template>\n</div>\n\n<ng-template #ratingReviewTemplate let-data=\"data\" let-isRating=\"isRating\">\n <div class=\"ratingInformation\">\n <ng-container *ngIf=\"data.length\">\n <ng-container\n *ngFor=\"let item of data | filterByTitle:searchForm.get('search')?.value\"\n >\n <app-ca-rating-review-user\n (ratingReviewData)=\"ratingData($event)\"\n [data]=\"item\"\n [isRating]=\"isRating\"\n >\n </app-ca-rating-review-user>\n </ng-container>\n </ng-container>\n </div>\n</ng-template>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#dadada}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background:#42424233!important;color:#424242!important}.text-color-black::selection{background:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background:#91919133!important;color:#919191!important}.text-color-muted::selection{background:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-13::selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background:#e6676733!important;color:#e66767!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{color:#ccc!important;background:#aaa3!important}.text-color-light-grey-6::selection{color:#ccc!important;background:#aaa3!important}.text-color-white{color:#dadada!important}.text-color-white::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white::selection{color:#dadada!important;background:#fff3!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{color:#ffffffb2!important;background:#fff3!important}.text-color-white-4::selection{color:#ffffffb2!important;background:#fff3!important}.text-color-dark-grey{color:#6c6c6c!important}.text-color-dark-grey::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-dark-grey::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey::selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{color:#919191!important;background:#91919133!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.svg-fill-black svg path{fill:#424242!important}.svg-fill-muted svg path{fill:#919191!important}.svg-fill-bw-9 svg path{fill:#dadada!important}.svg-fill-light-grey-2 svg path{fill:#aaa!important}.svg-fill-light-grey-6 svg path{fill:#ccc!important}.svg-fill-blue-13 svg path{fill:#6692f1!important}.svg-fill-blue-19 svg path{fill:#92b1f5!important}.svg-fill-blue-26 svg path{fill:#4dc5eb!important}.svg-hover-muted svg path{transition:all .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-black svg path{transition:all .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-15 svg path{transition:all .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-bw6-2 svg path{transition:all .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:all .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:all .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-44-16 svg{width:44px;height:16px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.rating-review-component{width:260px;padding:4px;border-radius:3px;background-color:#2f2f2f!important;display:block}.rating-review-component .rating-review-component-header{height:18px;padding-bottom:4px;border-bottom:1px solid #424242}.rating-review-component .sort-date{cursor:pointer;gap:4px}.rating-review-component .sort-date p{font-size:11px;font-weight:500;line-height:14px;color:#fff}.rating-review-component .search-input-header{width:100%!important;background:#424242!important;color:#aaa!important;margin-top:6px;margin-bottom:4px;border-radius:2px;transition:transform .3s}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-control{height:26px!important;background:#424242!important;color:#dadada}.rating-review-component .search-input-header ::ng-deep .input-form-holder .input-custom-group .input-clear{top:2px!important}.rating-review-component .round-number{width:18px;height:18px;padding:2px 5px;margin-left:4px;border-radius:50%;font-size:11px;font-weight:700;line-height:14px;background:#424242}.rating-review-component .add{cursor:pointer;height:26px;padding:4px 6px 4px 4px;margin:2px 0;border-radius:2px 0 0}.rating-review-component .add p{color:#92b1f5;font-size:11px;font-weight:700;line-height:18px}.rating-review-component .add svg path{fill:#6692f1!important}.rating-review-component .add:hover{background:#3b73ed66}.rating-review-component .add:hover p{color:#dadada!important}.rating-review-component .assigned-load-holder>span{color:#fff;padding-left:4px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase}.rating-review-component .statusBar{height:26px;padding:4px 0;width:252px;background-color:#1d1d1d;border-radius:2px 0 0}.rating-review-component button{width:105.33px;height:18px;border-radius:2px;padding:2px 8px;color:#919191;background-color:transparent;border:1px solid transparent;font-size:11px;text-align:center;transition:background-color .3s ease,border-color .3s ease}.rating-review-component button.active,.rating-review-component button:active{background-color:#424242;border-color:#424242;color:#fff}.rating-review-component .ratingInformation{margin-top:4px;gap:4px;border-radius:0 0 3px 3px;color:#919191;font-size:11px;line-height:14px;text-align:center}.no-comments-container{width:252px;height:78px;gap:10px;background:#424242}.no-comments-container p{font-family:Montserrat;font-size:32px;font-weight:800;line-height:39.01px;text-align:center;color:#6c6c6c}\n"] }]
101
99
  }], ctorParameters: () => [{ type: i1.UntypedFormBuilder }], propDecorators: { ratingsReviews: [{
102
100
  type: Input
103
101
  }], newReviewRating: [{
@@ -107,4 +105,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
107
105
  }], emitData: [{
108
106
  type: Output
109
107
  }] } });
110
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLXJhdGluZy1yZXZpZXcvY29tcG9uZW50cy9jYS1yYXRpbmdzLXJldmlld3MtcG9wdXAvY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLXJhdGluZy1yZXZpZXcvY29tcG9uZW50cy9jYS1yYXRpbmdzLXJldmlld3MtcG9wdXAvY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQ0gsV0FBVyxFQUNYLG1CQUFtQixHQUd0QixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBVSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0UsT0FBTyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXhELE9BQU87QUFDUCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUU5RSxZQUFZO0FBQ1osT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDdkcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFDakcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFDL0YsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFFeEUsT0FBTztBQUNQLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBRXZFLFNBQVM7QUFDVCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQU12RixRQUFRO0FBQ1IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDcEYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7Ozs7O0FBMkIxRSxNQUFNLE9BQU8sOEJBQThCO0lBYXZDLFlBQW9CLFdBQStCO1FBQS9CLGdCQUFXLEdBQVgsV0FBVyxDQUFvQjtRQVR6QyxhQUFRLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUV0QyxTQUFJLEdBQTRCLE1BQU0sQ0FBQyxNQUFNLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUdyRSxtQkFBYyxHQUFZLEtBQUssQ0FBQztRQUNoQyxnQkFBVyxHQUFZLEtBQUssQ0FBQztJQUdrQixDQUFDO0lBRXZELFFBQVE7UUFDSixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7UUFFbEIsSUFBSSxDQUFDLHVCQUF1QixHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUNuRCxDQUFDLGNBQWlDLEVBQUUsRUFBRSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQzlELENBQUM7SUFDTixDQUFDO0lBRU0sVUFBVTtRQUNiLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUM7WUFDckMsTUFBTSxFQUFFLElBQUk7U0FDZixDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU0sVUFBVSxDQUFDLFlBQThDO1FBQzVELE9BQU8sbUJBQW1CLENBQUMsWUFBWSxDQUFXLENBQUM7SUFDdkQsQ0FBQztJQUVELElBQUksa0JBQWtCO1FBQ2xCLE9BQU8scUJBQXFCLENBQUMscUJBQXFCLEVBQUUsQ0FBQztJQUN6RCxDQUFDO0lBRU0sYUFBYSxDQUFDLEdBQTBCO1FBQzNDLElBQUksQ0FBQyxVQUFVLEdBQUcsR0FBRyxDQUFDO1FBQ3RCLElBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxxQkFBcUIsQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNuRCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQy9DLENBQUMsYUFBZ0MsRUFBRSxFQUFFO2dCQUNqQyxPQUFPLGFBQWEsQ0FBQyxLQUFLLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDO1lBQ3pELENBQUMsQ0FDSixDQUFDO1FBQ04sQ0FBQzthQUFNLElBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxxQkFBcUIsQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUMxRCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQy9DLENBQUMsYUFBZ0MsRUFBRSxFQUFFO2dCQUNqQyxPQUFPLGFBQWEsQ0FBQyxPQUFPLENBQUM7WUFDakMsQ0FBQyxDQUNKLENBQUM7UUFDTixDQUFDO0lBQ0wsQ0FBQztJQUVNLFNBQVM7UUFDWixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztJQUM1QixDQUFDO0lBRU0sWUFBWSxDQUFDLGFBQWdDO1FBQ2hELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxDQUFDO0lBQzdCLENBQUM7SUFFTSxVQUFVO1FBQ2IsSUFBSSxDQUFDLGNBQWMsR0FBRyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUM7UUFDM0Msa0JBQWtCLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxjQUFjLEVBQUUsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQzVFLENBQUM7SUFFTSxVQUFVLENBQUMsS0FBVTtRQUN4QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixDQUFDOytHQXRFUSw4QkFBOEI7bUdBQTlCLDhCQUE4Qix1T0M3RDNDLG9ySkE4SEE7Z0JEcEZRLFVBQVU7Z0JBQ1YsWUFBWSxrbUJBQ1osZ0JBQWdCLDhCQUNoQixTQUFTLDhCQUNULFdBQVcsa1NBQ1gsZ0JBQWdCLDhCQUNoQixvQkFBb0IsZ09BQ3BCLG1CQUFtQixnVkFLbkIsMkJBQTJCLDhKQUMzQixnQkFBZ0I7Z0JBRWhCLE9BQU87Z0JBQ1AsaUJBQWlCOzs0RkFHWiw4QkFBOEI7a0JBekIxQyxTQUFTOytCQUNJLDhCQUE4QixjQUc1QixJQUFJLFdBQ1A7d0JBQ0wsVUFBVTt3QkFDVixZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsU0FBUzt3QkFDVCxXQUFXO3dCQUNYLGdCQUFnQjt3QkFDaEIsb0JBQW9CO3dCQUNwQixtQkFBbUI7d0JBRW5CLFlBQVk7d0JBQ1osdUJBQXVCO3dCQUN2Qix1QkFBdUI7d0JBQ3ZCLDJCQUEyQjt3QkFDM0IsZ0JBQWdCO3dCQUVoQixPQUFPO3dCQUNQLGlCQUFpQjtxQkFDcEI7dUZBR1EsY0FBYztzQkFBdEIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0ksUUFBUTtzQkFBakIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEh0dHBDbGllbnRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQge1xuICAgIEZvcm1zTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgVW50eXBlZEZvcm1CdWlsZGVyLFxuICAgIFVudHlwZWRGb3JtR3JvdXAsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE91dHB1dCwgT25Jbml0LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5nYk1vZHVsZSwgTmdiVG9vbHRpcE1vZHVsZSB9IGZyb20gJ0BuZy1ib290c3RyYXAvbmctYm9vdHN0cmFwJztcbmltcG9ydCB7IEFuZ3VsYXJTdmdJY29uTW9kdWxlIH0gZnJvbSAnYW5ndWxhci1zdmctaWNvbic7XG5cbi8vZW51bXNcbmltcG9ydCB7IFJhdGluZ1Jldmlld3NUeXBlRW51bSB9IGZyb20gJy4uLy4uL2VudW1zL3JhdGluZy1yZXZpZXdzLXR5cGUuZW51bXMnO1xuXG4vL2NvbXBvbmVudHNcbmltcG9ydCB7IENhUmF0aW5nUmV2aWV3VXNlckNvbXBvbmVudCB9IGZyb20gJy4uL2NhLXJhdGluZy1yZXZpZXctdXNlci9jYS1yYXRpbmctcmV2aWV3LXVzZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhQXBwVG9vbHRpcFYyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vY2EtYXBwLXRvb2x0aXAtdjIvY2EtYXBwLXRvb2x0aXAtdjIuY29tcG9uZW50JztcbmltcG9ydCB7IENhUHJvZmlsZUltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vY2EtcHJvZmlsZS1pbWFnZS9jYS1wcm9maWxlLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vY2EtaW5wdXQvY2EtaW5wdXQuY29tcG9uZW50JztcblxuLy9waXBlc1xuaW1wb3J0IHsgRmlsdGVyQnlUaXRsZVBpcGUgfSBmcm9tICcuLi8uLi91dGlscy9waXBlL2ZpbHRlci10aXRsZS5waXBlJztcblxuLy9jb25maWdzXG5pbXBvcnQgeyBnZXRSYXRpbmdSZXZpZXdTZWFyY2ggfSBmcm9tICcuLi8uLi91dGlscy9jb25maWcvcmF0aW5nLXJldmlldy1zZWFyY2guY29uZmlnJztcbmltcG9ydCB7IElDYUlucHV0IH0gZnJvbSAnLi4vLi4vLi4vY2EtaW5wdXQvY29uZmlnL2NhLWlucHV0LmNvbmZpZyc7XG5cbi8vIG1vZGVsc1xuaW1wb3J0IHsgUmF0aW5nUmV2aWV3TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcmF0aW5nLXJldmlldy5tb2RlbCc7XG5cbi8vcm91dGVzXG5pbXBvcnQgeyBSYXRpbmdSZXZpZXdzUm91dGVzIH0gZnJvbSAnLi4vLi4vdXRpbHMvc3ZnLXJvdXRlcy9yYXRpbmdzLXJldmlld3Mucm91dGVzJztcbmltcG9ydCB7IFJhdGluZ1Jldmlld0hlbHBlciB9IGZyb20gJy4uLy4uL3V0aWxzL2hlbHBlcnMvc29ydC1kYXRhLmhlbHBlcic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnYXBwLWNhLXJhdGluZ3MtcmV2aWV3cy1wb3B1cCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NhLXJhdGluZ3MtcmV2aWV3cy1wb3B1cC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIC8vIG1vZHVsZXNcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBIdHRwQ2xpZW50TW9kdWxlLFxuICAgICAgICBOZ2JNb2R1bGUsXG4gICAgICAgIEZvcm1zTW9kdWxlLFxuICAgICAgICBOZ2JUb29sdGlwTW9kdWxlLFxuICAgICAgICBBbmd1bGFyU3ZnSWNvbk1vZHVsZSxcbiAgICAgICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcblxuICAgICAgICAvL2NvbXBvbmVudHNcbiAgICAgICAgQ2FBcHBUb29sdGlwVjJDb21wb25lbnQsXG4gICAgICAgIENhUHJvZmlsZUltYWdlQ29tcG9uZW50LFxuICAgICAgICBDYVJhdGluZ1Jldmlld1VzZXJDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRDb21wb25lbnQsXG5cbiAgICAgICAgLy9waXBlc1xuICAgICAgICBGaWx0ZXJCeVRpdGxlUGlwZSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBDYVJhdGluZ3NSZXZpZXdzUG9wdXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBJbnB1dCgpIHJhdGluZ3NSZXZpZXdzITogUmF0aW5nUmV2aWV3TW9kZWxbXTtcbiAgICBASW5wdXQoKSBuZXdSZXZpZXdSYXRpbmchOiBSYXRpbmdSZXZpZXdNb2RlbDtcbiAgICBASW5wdXQoKSBmb2N1c2VkVGFiITogUmF0aW5nUmV2aWV3c1R5cGVFbnVtO1xuICAgIEBPdXRwdXQoKSBlbWl0RGF0YSA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gICAgcHVibGljIHRhYnM6IFJhdGluZ1Jldmlld3NUeXBlRW51bVtdID0gT2JqZWN0LnZhbHVlcyhSYXRpbmdSZXZpZXdzVHlwZUVudW0pO1xuICAgIHB1YmxpYyBsaWtlc0Rpc2xpa2VzRGF0YTogYW55O1xuICAgIHB1YmxpYyBzZWFyY2hGb3JtITogVW50eXBlZEZvcm1Hcm91cDtcbiAgICBwdWJsaWMgaXNTb3J0ZWRCeURhdGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBwdWJsaWMgaXNOZXdSZXZpZXc6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBwdWJsaWMgaXNDdXJlbnRVc2VyTGVhdmVSZXZpZXchOiBib29sZWFuO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBmb3JtQnVpbGRlcjogVW50eXBlZEZvcm1CdWlsZGVyKSB7fVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY3JlYXRlRm9ybSgpO1xuXG4gICAgICAgIHRoaXMuaXNDdXJlbnRVc2VyTGVhdmVSZXZpZXcgPSB0aGlzLnJhdGluZ3NSZXZpZXdzLnNvbWUoXG4gICAgICAgICAgICAocmF0aW5nc1Jldmlld3M6IFJhdGluZ1Jldmlld01vZGVsKSA9PiByYXRpbmdzUmV2aWV3cy5vd25lclxuICAgICAgICApO1xuICAgIH1cblxuICAgIHB1YmxpYyBjcmVhdGVGb3JtKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnNlYXJjaEZvcm0gPSB0aGlzLmZvcm1CdWlsZGVyLmdyb3VwKHtcbiAgICAgICAgICAgIHNlYXJjaDogbnVsbCxcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldFN2Z1BhdGgocHJvcGVydHlOYW1lOiBrZXlvZiB0eXBlb2YgUmF0aW5nUmV2aWV3c1JvdXRlcyk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBSYXRpbmdSZXZpZXdzUm91dGVzW3Byb3BlcnR5TmFtZV0gYXMgc3RyaW5nO1xuICAgIH1cblxuICAgIGdldCByYXRpbmdSZXZpZXdTZWFyY2goKTogSUNhSW5wdXQge1xuICAgICAgICByZXR1cm4gZ2V0UmF0aW5nUmV2aWV3U2VhcmNoLmdldFJhdGluZ1Jldmlld1NlYXJjaCgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBzZXRGb2N1c2VkVGFiKHRhYjogUmF0aW5nUmV2aWV3c1R5cGVFbnVtKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZm9jdXNlZFRhYiA9IHRhYjtcbiAgICAgICAgaWYgKHRoaXMuZm9jdXNlZFRhYiA9PT0gUmF0aW5nUmV2aWV3c1R5cGVFbnVtLlJBVElORykge1xuICAgICAgICAgICAgdGhpcy5saWtlc0Rpc2xpa2VzRGF0YSA9IHRoaXMucmF0aW5nc1Jldmlld3MuZmlsdGVyKFxuICAgICAgICAgICAgICAgIChyYXRpbmdzUmV2aWV3OiBSYXRpbmdSZXZpZXdNb2RlbCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmF0aW5nc1Jldmlldy50aHVtYiAmJiAhcmF0aW5nc1Jldmlldy5jb21tZW50O1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICk7XG4gICAgICAgIH0gZWxzZSBpZiAodGhpcy5mb2N1c2VkVGFiID09PSBSYXRpbmdSZXZpZXdzVHlwZUVudW0uUkVWSUVXKSB7XG4gICAgICAgICAgICB0aGlzLmxpa2VzRGlzbGlrZXNEYXRhID0gdGhpcy5yYXRpbmdzUmV2aWV3cy5maWx0ZXIoXG4gICAgICAgICAgICAgICAgKHJhdGluZ3NSZXZpZXc6IFJhdGluZ1Jldmlld01vZGVsKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiByYXRpbmdzUmV2aWV3LmNvbW1lbnQ7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyBuZXdSZXZpZXcoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuaXNOZXdSZXZpZXcgPSB0cnVlO1xuICAgIH1cblxuICAgIHB1YmxpYyBhZGROZXdSZXZpZXcobmV3UmV2aWV3RGF0YTogUmF0aW5nUmV2aWV3TW9kZWwpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5lbWl0RGF0YS5lbWl0KG5ld1Jldmlld0RhdGEpO1xuICAgICAgICB0aGlzLmlzTmV3UmV2aWV3ID0gZmFsc2U7XG4gICAgfVxuXG4gICAgcHVibGljIHNvcnRCeURhdGUoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuaXNTb3J0ZWRCeURhdGUgPSAhdGhpcy5pc1NvcnRlZEJ5RGF0ZTtcbiAgICAgICAgUmF0aW5nUmV2aWV3SGVscGVyLnNvcnRCeURhdGUodGhpcy5pc1NvcnRlZEJ5RGF0ZSwgdGhpcy5yYXRpbmdzUmV2aWV3cyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJhdGluZ0RhdGEoZXZlbnQ6IGFueSk6IHZvaWQge1xuICAgICAgICB0aGlzLmVtaXREYXRhLmVtaXQoZXZlbnQpO1xuICAgIH1cbn1cbiIsIlxuPGRpdiBjbGFzcz1cInJhdGluZy1yZXZpZXctY29tcG9uZW50XCI+XG4gIDxkaXZcbiAgICAgIGNsYXNzPVwicmF0aW5nLXJldmlldy1jb21wb25lbnQtaGVhZGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWJldHdlZW5cIlxuICA+XG4gICAgICA8ZGl2XG4gICAgICAgICAgY2xhc3M9XCJhc3NpZ25lZC1sb2FkLWhvbGRlciBkLWZsZXgganVzdGlmeS1jb250ZW50LWJldHdlZW4gYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgID5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cImNhLWZvbnQtZXh0cmEtYm9sZFwiPlJhdGluZyAmIFJldmlldzwvc3Bhbj5cbiAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICBjbGFzcz1cInJvdW5kLW51bWJlciBkLWZsZXgganVzdGlmeS1jb250ZW50LWNlbnRlciBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgICA+e3tyYXRpbmdzUmV2aWV3cz8ubGVuZ3RoID8gcmF0aW5nc1Jldmlld3M/Lmxlbmd0aCA6IDB9fTwvc3BhblxuICAgICAgICAgID5cbiAgICAgIDwvZGl2PlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInJhdGluZ3NSZXZpZXdzPy5sZW5ndGhcIj5cbiAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgIGNsYXNzPVwic29ydC1kYXRlIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgICA8cCAoY2xpY2spPVwic29ydEJ5RGF0ZSgpXCI+RGF0ZTwvcD5cbiAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICBbc3JjXT1cImdldFN2Z1BhdGgoJ3NvcnRJY29uJylcIlxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNvcnRCeURhdGUoKVwiXG4gICAgICAgICAgICAgICAgICBbc3ZnU3R5bGVdPVwieyAnd2lkdGgucHgnOiAxNiwgJ2hlaWdodC5weCc6IDE0IH1cIlxuICAgICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICA8L2Rpdj5cblxuICA8bmctY29udGFpbmVyXG4gICAgICAqbmdJZj1cInJhdGluZ3NSZXZpZXdzPy5sZW5ndGggfHwgaXNOZXdSZXZpZXcsIGVsc2Ugbm9Db21tZW50c1wiXG4gID5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJyYXRpbmdzUmV2aWV3cz8ubGVuZ3RoIFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzZWFyY2gtaW5wdXQtaGVhZGVyXCIgW2Zvcm1Hcm91cF09XCJzZWFyY2hGb3JtXCI+XG4gICAgICAgICAgICAgIDxhcHAtY2EtaW5wdXRcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaW5wdXQtZm9ybS1ob2xkZXJcIlxuICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwic2VhcmNoXCJcbiAgICAgICAgICAgICAgICAgIFtpbnB1dENvbmZpZ109XCJyYXRpbmdSZXZpZXdTZWFyY2hcIlxuICAgICAgICAgICAgICA+PC9hcHAtY2EtaW5wdXQ+XG4gICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RhdHVzQmFyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtZXZlbmx5XCI+XG4gICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHRhYiBvZiB0YWJzXCI+XG4gICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjYS1mb250LWJvbGQgZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXIgYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2V0Rm9jdXNlZFRhYih0YWIpXCJcbiAgICAgICAgICAgICAgICAgICAgICBbY2xhc3MuYWN0aXZlXT1cImZvY3VzZWRUYWIgPT09IHRhYlwiXG4gICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAge3sgdGFiIH19XG4gICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiFpc0N1cmVudFVzZXJMZWF2ZVJldmlldyAmJiAhaXNOZXdSZXZpZXdcIj5cbiAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm5ld1JldmlldygpXCJcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYWRkIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICA8cD5BREQgUkVWSUVXPC9wPlxuICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdhZGQnKVwiXG4gICAgICAgICAgICAgICAgICAgICAgW3N2Z1N0eWxlXT1cInsgJ3dpZHRoLnB4JzogMTQsICdoZWlnaHQucHgnOiAxNCB9XCJcbiAgICAgICAgICAgICAgICAgID48L3N2Zy1pY29uPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXNOZXdSZXZpZXdcIj5cbiAgICAgICAgICA8YXBwLWNhLXJhdGluZy1yZXZpZXctdXNlclxuICAgICAgICAgICAgICBbaXNOZXdSZXZpZXddPVwidHJ1ZVwiXG4gICAgICAgICAgICAgIFtkYXRhXT1cIm5ld1Jldmlld1JhdGluZ1wiXG4gICAgICAgICAgICAgIChyYXRpbmdSZXZpZXdEYXRhKT1cImFkZE5ld1JldmlldygkZXZlbnQpXCJcbiAgICAgICAgICA+PC9hcHAtY2EtcmF0aW5nLXJldmlldy11c2VyPlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicmF0aW5nc1Jldmlld3M/Lmxlbmd0aCBcIj5cbiAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICA8ZGl2IFtuZ1N3aXRjaF09XCJmb2N1c2VkVGFiXCI+XG4gICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInQWxsJ1wiPlxuICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgKm5nVGVtcGxhdGVPdXRsZXQ9XCJyYXRpbmdSZXZpZXdUZW1wbGF0ZTsgY29udGV4dDogeyBkYXRhOiByYXRpbmdzUmV2aWV3cywgaXNSYXRpbmc6IGZhbHNlIH1cIlxuICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInUkFUSU5HJ1wiPlxuICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgKm5nVGVtcGxhdGVPdXRsZXQ9XCJyYXRpbmdSZXZpZXdUZW1wbGF0ZTsgY29udGV4dDogeyBkYXRhOiBsaWtlc0Rpc2xpa2VzRGF0YSwgaXNSYXRpbmc6IHRydWUgfVwiXG4gICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidSRVZJRVcnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdUZW1wbGF0ZU91dGxldD1cInJhdGluZ1Jldmlld1RlbXBsYXRlOyBjb250ZXh0OiB7IGRhdGE6IGxpa2VzRGlzbGlrZXNEYXRhLCBpc1JhdGluZzogZmFsc2UgfVwiXG4gICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gIDwvbmctY29udGFpbmVyPlxuXG4gIDxuZy10ZW1wbGF0ZSAjbm9Db21tZW50cz5cbiAgICAgIDxkaXYgY2xhc3M9XCJuby1jb21tZW50cy1jb250YWluZXJcIj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgc3VidGxlIDxiciAvPlxuICAgICAgICAgICAgICBpbGx1c3RyYXRpb25cbiAgICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgPC9uZy10ZW1wbGF0ZT5cbjwvZGl2PlxuXG48bmctdGVtcGxhdGUgI3JhdGluZ1Jldmlld1RlbXBsYXRlIGxldC1kYXRhPVwiZGF0YVwiIGxldC1pc1JhdGluZz1cImlzUmF0aW5nXCI+XG4gIDxkaXYgY2xhc3M9XCJyYXRpbmdJbmZvcm1hdGlvblwiPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImRhdGEubGVuZ3RoXCI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBkYXRhIHwgZmlsdGVyQnlUaXRsZTpzZWFyY2hGb3JtLmdldCgnc2VhcmNoJyk/LnZhbHVlXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICAgIDxhcHAtY2EtcmF0aW5nLXJldmlldy11c2VyXG4gICAgICAgICAgICAgICAgICAocmF0aW5nUmV2aWV3RGF0YSk9XCJyYXRpbmdEYXRhKCRldmVudClcIlxuICAgICAgICAgICAgICAgICAgW2RhdGFdPVwiaXRlbVwiXG4gICAgICAgICAgICAgICAgICBbaXNSYXRpbmddPVwiaXNSYXRpbmdcIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgIDwvYXBwLWNhLXJhdGluZy1yZXZpZXctdXNlcj5cbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICA8L2Rpdj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
108
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLXJhdGluZy1yZXZpZXcvY29tcG9uZW50cy9jYS1yYXRpbmdzLXJldmlld3MtcG9wdXAvY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLXJhdGluZy1yZXZpZXcvY29tcG9uZW50cy9jYS1yYXRpbmdzLXJldmlld3MtcG9wdXAvY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQ0gsV0FBVyxFQUNYLG1CQUFtQixHQUd0QixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBVSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0UsT0FBTyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXhELE9BQU87QUFDUCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUU5RSxZQUFZO0FBQ1osT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDdkcsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFFeEUsT0FBTztBQUNQLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBRXZFLFNBQVM7QUFDVCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQU12RixRQUFRO0FBQ1IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDcEYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7Ozs7O0FBdUIxRSxNQUFNLE9BQU8sOEJBQThCO0lBYXZDLFlBQW9CLFdBQStCO1FBQS9CLGdCQUFXLEdBQVgsV0FBVyxDQUFvQjtRQVR6QyxhQUFRLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUV0QyxTQUFJLEdBQTRCLE1BQU0sQ0FBQyxNQUFNLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUdyRSxtQkFBYyxHQUFZLEtBQUssQ0FBQztRQUNoQyxnQkFBVyxHQUFZLEtBQUssQ0FBQztJQUdrQixDQUFDO0lBRXZELFFBQVE7UUFDSixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7UUFFbEIsSUFBSSxDQUFDLHVCQUF1QixHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUNuRCxDQUFDLGNBQWlDLEVBQUUsRUFBRSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQzlELENBQUM7SUFDTixDQUFDO0lBRU0sVUFBVTtRQUNiLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUM7WUFDckMsTUFBTSxFQUFFLElBQUk7U0FDZixDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU0sVUFBVSxDQUFDLFlBQThDO1FBQzVELE9BQU8sbUJBQW1CLENBQUMsWUFBWSxDQUFXLENBQUM7SUFDdkQsQ0FBQztJQUVELElBQUksa0JBQWtCO1FBQ2xCLE9BQU8scUJBQXFCLENBQUMscUJBQXFCLEVBQUUsQ0FBQztJQUN6RCxDQUFDO0lBRU0sYUFBYSxDQUFDLEdBQTBCO1FBQzNDLElBQUksQ0FBQyxVQUFVLEdBQUcsR0FBRyxDQUFDO1FBQ3RCLElBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxxQkFBcUIsQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNuRCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQy9DLENBQUMsYUFBZ0MsRUFBRSxFQUFFO2dCQUNqQyxPQUFPLGFBQWEsQ0FBQyxLQUFLLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDO1lBQ3pELENBQUMsQ0FDSixDQUFDO1FBQ04sQ0FBQzthQUFNLElBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxxQkFBcUIsQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUMxRCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQy9DLENBQUMsYUFBZ0MsRUFBRSxFQUFFO2dCQUNqQyxPQUFPLGFBQWEsQ0FBQyxPQUFPLENBQUM7WUFDakMsQ0FBQyxDQUNKLENBQUM7UUFDTixDQUFDO0lBQ0wsQ0FBQztJQUVNLFNBQVM7UUFDWixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztJQUM1QixDQUFDO0lBRU0sWUFBWSxDQUFDLGFBQWdDO1FBQ2hELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxDQUFDO0lBQzdCLENBQUM7SUFFTSxVQUFVO1FBQ2IsSUFBSSxDQUFDLGNBQWMsR0FBRyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUM7UUFDM0Msa0JBQWtCLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxjQUFjLEVBQUUsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQzVFLENBQUM7SUFFTSxVQUFVLENBQUMsS0FBVTtRQUN4QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixDQUFDOytHQXRFUSw4QkFBOEI7bUdBQTlCLDhCQUE4Qix1T0N2RDNDLG9ySkE4SEE7Z0JEdEZJLFVBQVU7Z0JBQ1YsWUFBWSxrbUJBQ1osZ0JBQWdCLDhCQUNoQixTQUFTLDhCQUNULFdBQVcsa1NBQ1gsZ0JBQWdCLDhCQUNoQixvQkFBb0IsZ09BQ3BCLG1CQUFtQjtnQkFDbkIsYUFBYTtnQkFDYiwyQkFBMkIsOEpBQzNCLGdCQUFnQjtnQkFDaEIsUUFBUTtnQkFDUixpQkFBaUI7OzRGQUdSLDhCQUE4QjtrQkFyQjFDLFNBQVM7K0JBQ0ksOEJBQThCLGNBRzVCLElBQUksV0FDUDt3QkFDVCxVQUFVO3dCQUNWLFlBQVk7d0JBQ1osZ0JBQWdCO3dCQUNoQixTQUFTO3dCQUNULFdBQVc7d0JBQ1gsZ0JBQWdCO3dCQUNoQixvQkFBb0I7d0JBQ3BCLG1CQUFtQjt3QkFDbkIsYUFBYTt3QkFDYiwyQkFBMkI7d0JBQzNCLGdCQUFnQjt3QkFDaEIsUUFBUTt3QkFDUixpQkFBaUI7cUJBQ3BCO3VGQUdZLGNBQWM7c0JBQXRCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNJLFFBQVE7c0JBQWpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBIdHRwQ2xpZW50TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xuaW1wb3J0IHtcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIFVudHlwZWRGb3JtQnVpbGRlcixcbiAgICBVbnR5cGVkRm9ybUdyb3VwLFxufSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPdXRwdXQsIE9uSW5pdCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ2JNb2R1bGUsIE5nYlRvb2x0aXBNb2R1bGUgfSBmcm9tICdAbmctYm9vdHN0cmFwL25nLWJvb3RzdHJhcCc7XG5pbXBvcnQgeyBBbmd1bGFyU3ZnSWNvbk1vZHVsZSB9IGZyb20gJ2FuZ3VsYXItc3ZnLWljb24nO1xuXG4vL2VudW1zXG5pbXBvcnQgeyBSYXRpbmdSZXZpZXdzVHlwZUVudW0gfSBmcm9tICcuLi8uLi9lbnVtcy9yYXRpbmctcmV2aWV3cy10eXBlLmVudW1zJztcblxuLy9jb21wb25lbnRzXG5pbXBvcnQgeyBDYVJhdGluZ1Jldmlld1VzZXJDb21wb25lbnQgfSBmcm9tICcuLi9jYS1yYXRpbmctcmV2aWV3LXVzZXIvY2EtcmF0aW5nLXJldmlldy11c2VyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vY2EtaW5wdXQvY2EtaW5wdXQuY29tcG9uZW50JztcblxuLy9waXBlc1xuaW1wb3J0IHsgRmlsdGVyQnlUaXRsZVBpcGUgfSBmcm9tICcuLi8uLi91dGlscy9waXBlL2ZpbHRlci10aXRsZS5waXBlJztcblxuLy9jb25maWdzXG5pbXBvcnQgeyBnZXRSYXRpbmdSZXZpZXdTZWFyY2ggfSBmcm9tICcuLi8uLi91dGlscy9jb25maWcvcmF0aW5nLXJldmlldy1zZWFyY2guY29uZmlnJztcbmltcG9ydCB7IElDYUlucHV0IH0gZnJvbSAnLi4vLi4vLi4vY2EtaW5wdXQvY29uZmlnL2NhLWlucHV0LmNvbmZpZyc7XG5cbi8vIG1vZGVsc1xuaW1wb3J0IHsgUmF0aW5nUmV2aWV3TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcmF0aW5nLXJldmlldy5tb2RlbCc7XG5cbi8vcm91dGVzXG5pbXBvcnQgeyBSYXRpbmdSZXZpZXdzUm91dGVzIH0gZnJvbSAnLi4vLi4vdXRpbHMvc3ZnLXJvdXRlcy9yYXRpbmdzLXJldmlld3Mucm91dGVzJztcbmltcG9ydCB7IFJhdGluZ1Jldmlld0hlbHBlciB9IGZyb20gJy4uLy4uL3V0aWxzL2hlbHBlcnMvc29ydC1kYXRhLmhlbHBlcic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnYXBwLWNhLXJhdGluZ3MtcmV2aWV3cy1wb3B1cCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NhLXJhdGluZ3MtcmV2aWV3cy1wb3B1cC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY2EtcmF0aW5ncy1yZXZpZXdzLXBvcHVwLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgLy8gbW9kdWxlc1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBIdHRwQ2xpZW50TW9kdWxlLFxuICAgIE5nYk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBOZ2JUb29sdGlwTW9kdWxlLFxuICAgIEFuZ3VsYXJTdmdJY29uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgLy8gY29tcG9uZW50c1xuICAgIENhUmF0aW5nUmV2aWV3VXNlckNvbXBvbmVudCxcbiAgICBDYUlucHV0Q29tcG9uZW50LFxuICAgIC8vIHBpcGVzXG4gICAgRmlsdGVyQnlUaXRsZVBpcGVcbl0sXG59KVxuZXhwb3J0IGNsYXNzIENhUmF0aW5nc1Jldmlld3NQb3B1cENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQElucHV0KCkgcmF0aW5nc1Jldmlld3MhOiBSYXRpbmdSZXZpZXdNb2RlbFtdO1xuICAgIEBJbnB1dCgpIG5ld1Jldmlld1JhdGluZyE6IFJhdGluZ1Jldmlld01vZGVsO1xuICAgIEBJbnB1dCgpIGZvY3VzZWRUYWIhOiBSYXRpbmdSZXZpZXdzVHlwZUVudW07XG4gICAgQE91dHB1dCgpIGVtaXREYXRhID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgICBwdWJsaWMgdGFiczogUmF0aW5nUmV2aWV3c1R5cGVFbnVtW10gPSBPYmplY3QudmFsdWVzKFJhdGluZ1Jldmlld3NUeXBlRW51bSk7XG4gICAgcHVibGljIGxpa2VzRGlzbGlrZXNEYXRhOiBhbnk7XG4gICAgcHVibGljIHNlYXJjaEZvcm0hOiBVbnR5cGVkRm9ybUdyb3VwO1xuICAgIHB1YmxpYyBpc1NvcnRlZEJ5RGF0ZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc05ld1JldmlldzogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc0N1cmVudFVzZXJMZWF2ZVJldmlldyE6IGJvb2xlYW47XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGZvcm1CdWlsZGVyOiBVbnR5cGVkRm9ybUJ1aWxkZXIpIHt9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jcmVhdGVGb3JtKCk7XG5cbiAgICAgICAgdGhpcy5pc0N1cmVudFVzZXJMZWF2ZVJldmlldyA9IHRoaXMucmF0aW5nc1Jldmlld3Muc29tZShcbiAgICAgICAgICAgIChyYXRpbmdzUmV2aWV3czogUmF0aW5nUmV2aWV3TW9kZWwpID0+IHJhdGluZ3NSZXZpZXdzLm93bmVyXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgcHVibGljIGNyZWF0ZUZvcm0oKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc2VhcmNoRm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xuICAgICAgICAgICAgc2VhcmNoOiBudWxsLFxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0U3ZnUGF0aChwcm9wZXJ0eU5hbWU6IGtleW9mIHR5cGVvZiBSYXRpbmdSZXZpZXdzUm91dGVzKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIFJhdGluZ1Jldmlld3NSb3V0ZXNbcHJvcGVydHlOYW1lXSBhcyBzdHJpbmc7XG4gICAgfVxuXG4gICAgZ2V0IHJhdGluZ1Jldmlld1NlYXJjaCgpOiBJQ2FJbnB1dCB7XG4gICAgICAgIHJldHVybiBnZXRSYXRpbmdSZXZpZXdTZWFyY2guZ2V0UmF0aW5nUmV2aWV3U2VhcmNoKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHNldEZvY3VzZWRUYWIodGFiOiBSYXRpbmdSZXZpZXdzVHlwZUVudW0pOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb2N1c2VkVGFiID0gdGFiO1xuICAgICAgICBpZiAodGhpcy5mb2N1c2VkVGFiID09PSBSYXRpbmdSZXZpZXdzVHlwZUVudW0uUkFUSU5HKSB7XG4gICAgICAgICAgICB0aGlzLmxpa2VzRGlzbGlrZXNEYXRhID0gdGhpcy5yYXRpbmdzUmV2aWV3cy5maWx0ZXIoXG4gICAgICAgICAgICAgICAgKHJhdGluZ3NSZXZpZXc6IFJhdGluZ1Jldmlld01vZGVsKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiByYXRpbmdzUmV2aWV3LnRodW1iICYmICFyYXRpbmdzUmV2aWV3LmNvbW1lbnQ7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgKTtcbiAgICAgICAgfSBlbHNlIGlmICh0aGlzLmZvY3VzZWRUYWIgPT09IFJhdGluZ1Jldmlld3NUeXBlRW51bS5SRVZJRVcpIHtcbiAgICAgICAgICAgIHRoaXMubGlrZXNEaXNsaWtlc0RhdGEgPSB0aGlzLnJhdGluZ3NSZXZpZXdzLmZpbHRlcihcbiAgICAgICAgICAgICAgICAocmF0aW5nc1JldmlldzogUmF0aW5nUmV2aWV3TW9kZWwpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHJhdGluZ3NSZXZpZXcuY29tbWVudDtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICApO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHVibGljIG5ld1JldmlldygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc05ld1JldmlldyA9IHRydWU7XG4gICAgfVxuXG4gICAgcHVibGljIGFkZE5ld1JldmlldyhuZXdSZXZpZXdEYXRhOiBSYXRpbmdSZXZpZXdNb2RlbCk6IHZvaWQge1xuICAgICAgICB0aGlzLmVtaXREYXRhLmVtaXQobmV3UmV2aWV3RGF0YSk7XG4gICAgICAgIHRoaXMuaXNOZXdSZXZpZXcgPSBmYWxzZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgc29ydEJ5RGF0ZSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc1NvcnRlZEJ5RGF0ZSA9ICF0aGlzLmlzU29ydGVkQnlEYXRlO1xuICAgICAgICBSYXRpbmdSZXZpZXdIZWxwZXIuc29ydEJ5RGF0ZSh0aGlzLmlzU29ydGVkQnlEYXRlLCB0aGlzLnJhdGluZ3NSZXZpZXdzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmF0aW5nRGF0YShldmVudDogYW55KTogdm9pZCB7XG4gICAgICAgIHRoaXMuZW1pdERhdGEuZW1pdChldmVudCk7XG4gICAgfVxufVxuIiwiXG48ZGl2IGNsYXNzPVwicmF0aW5nLXJldmlldy1jb21wb25lbnRcIj5cbiAgPGRpdlxuICAgICAgY2xhc3M9XCJyYXRpbmctcmV2aWV3LWNvbXBvbmVudC1oZWFkZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlblwiXG4gID5cbiAgICAgIDxkaXZcbiAgICAgICAgICBjbGFzcz1cImFzc2lnbmVkLWxvYWQtaG9sZGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2EtZm9udC1leHRyYS1ib2xkXCI+UmF0aW5nICYgUmV2aWV3PC9zcGFuPlxuICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgIGNsYXNzPVwicm91bmQtbnVtYmVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgICAgICAgID57e3JhdGluZ3NSZXZpZXdzPy5sZW5ndGggPyByYXRpbmdzUmV2aWV3cz8ubGVuZ3RoIDogMH19PC9zcGFuXG4gICAgICAgICAgPlxuICAgICAgPC9kaXY+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicmF0aW5nc1Jldmlld3M/Lmxlbmd0aFwiPlxuICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgY2xhc3M9XCJzb3J0LWRhdGUgZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXIgYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICAgIDxwIChjbGljayk9XCJzb3J0QnlEYXRlKClcIj5EYXRlPC9wPlxuICAgICAgICAgICAgICA8c3ZnLWljb25cbiAgICAgICAgICAgICAgICAgIFtzcmNdPVwiZ2V0U3ZnUGF0aCgnc29ydEljb24nKVwiXG4gICAgICAgICAgICAgICAgICAoY2xpY2spPVwic29ydEJ5RGF0ZSgpXCJcbiAgICAgICAgICAgICAgICAgIFtzdmdTdHlsZV09XCJ7ICd3aWR0aC5weCc6IDE2LCAnaGVpZ2h0LnB4JzogMTQgfVwiXG4gICAgICAgICAgICAgID48L3N2Zy1pY29uPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gIDwvZGl2PlxuXG4gIDxuZy1jb250YWluZXJcbiAgICAgICpuZ0lmPVwicmF0aW5nc1Jldmlld3M/Lmxlbmd0aCB8fCBpc05ld1JldmlldywgZWxzZSBub0NvbW1lbnRzXCJcbiAgPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInJhdGluZ3NSZXZpZXdzPy5sZW5ndGggXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInNlYXJjaC1pbnB1dC1oZWFkZXJcIiBbZm9ybUdyb3VwXT1cInNlYXJjaEZvcm1cIj5cbiAgICAgICAgICAgICAgPGFwcC1jYS1pbnB1dFxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpbnB1dC1mb3JtLWhvbGRlclwiXG4gICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJzZWFyY2hcIlxuICAgICAgICAgICAgICAgICAgW2lucHV0Q29uZmlnXT1cInJhdGluZ1Jldmlld1NlYXJjaFwiXG4gICAgICAgICAgICAgID48L2FwcC1jYS1pbnB1dD5cbiAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGF0dXNCYXIgZC1mbGV4IGp1c3RpZnktY29udGVudC1ldmVubHlcIj5cbiAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgdGFiIG9mIHRhYnNcIj5cbiAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNhLWZvbnQtYm9sZCBkLWZsZXgganVzdGlmeS1jb250ZW50LWNlbnRlciBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJzZXRGb2N1c2VkVGFiKHRhYilcIlxuICAgICAgICAgICAgICAgICAgICAgIFtjbGFzcy5hY3RpdmVdPVwiZm9jdXNlZFRhYiA9PT0gdGFiXCJcbiAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICB7eyB0YWIgfX1cbiAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIWlzQ3VyZW50VXNlckxlYXZlUmV2aWV3ICYmICFpc05ld1Jldmlld1wiPlxuICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAoY2xpY2spPVwibmV3UmV2aWV3KClcIlxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJhZGQgZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgIDxwPkFERCBSRVZJRVc8L3A+XG4gICAgICAgICAgICAgICAgICA8c3ZnLWljb25cbiAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cImdldFN2Z1BhdGgoJ2FkZCcpXCJcbiAgICAgICAgICAgICAgICAgICAgICBbc3ZnU3R5bGVdPVwieyAnd2lkdGgucHgnOiAxNCwgJ2hlaWdodC5weCc6IDE0IH1cIlxuICAgICAgICAgICAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpc05ld1Jldmlld1wiPlxuICAgICAgICAgIDxhcHAtY2EtcmF0aW5nLXJldmlldy11c2VyXG4gICAgICAgICAgICAgIFtpc05ld1Jldmlld109XCJ0cnVlXCJcbiAgICAgICAgICAgICAgW2RhdGFdPVwibmV3UmV2aWV3UmF0aW5nXCJcbiAgICAgICAgICAgICAgKHJhdGluZ1Jldmlld0RhdGEpPVwiYWRkTmV3UmV2aWV3KCRldmVudClcIlxuICAgICAgICAgID48L2FwcC1jYS1yYXRpbmctcmV2aWV3LXVzZXI+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJyYXRpbmdzUmV2aWV3cz8ubGVuZ3RoIFwiPlxuICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgIDxkaXYgW25nU3dpdGNoXT1cImZvY3VzZWRUYWJcIj5cbiAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidBbGwnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdUZW1wbGF0ZU91dGxldD1cInJhdGluZ1Jldmlld1RlbXBsYXRlOyBjb250ZXh0OiB7IGRhdGE6IHJhdGluZ3NSZXZpZXdzLCBpc1JhdGluZzogZmFsc2UgfVwiXG4gICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidSQVRJTkcnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdUZW1wbGF0ZU91dGxldD1cInJhdGluZ1Jldmlld1RlbXBsYXRlOyBjb250ZXh0OiB7IGRhdGE6IGxpa2VzRGlzbGlrZXNEYXRhLCBpc1JhdGluZzogdHJ1ZSB9XCJcbiAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ1JFVklFVydcIj5cbiAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICpuZ1RlbXBsYXRlT3V0bGV0PVwicmF0aW5nUmV2aWV3VGVtcGxhdGU7IGNvbnRleHQ6IHsgZGF0YTogbGlrZXNEaXNsaWtlc0RhdGEsIGlzUmF0aW5nOiBmYWxzZSB9XCJcbiAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgPC9uZy1jb250YWluZXI+XG5cbiAgPG5nLXRlbXBsYXRlICNub0NvbW1lbnRzPlxuICAgICAgPGRpdiBjbGFzcz1cIm5vLWNvbW1lbnRzLWNvbnRhaW5lclwiPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBzdWJ0bGUgPGJyIC8+XG4gICAgICAgICAgICAgIGlsbHVzdHJhdGlvblxuICAgICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICA8L25nLXRlbXBsYXRlPlxuPC9kaXY+XG5cbjxuZy10ZW1wbGF0ZSAjcmF0aW5nUmV2aWV3VGVtcGxhdGUgbGV0LWRhdGE9XCJkYXRhXCIgbGV0LWlzUmF0aW5nPVwiaXNSYXRpbmdcIj5cbiAgPGRpdiBjbGFzcz1cInJhdGluZ0luZm9ybWF0aW9uXCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiZGF0YS5sZW5ndGhcIj5cbiAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGEgfCBmaWx0ZXJCeVRpdGxlOnNlYXJjaEZvcm0uZ2V0KCdzZWFyY2gnKT8udmFsdWVcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgICAgPGFwcC1jYS1yYXRpbmctcmV2aWV3LXVzZXJcbiAgICAgICAgICAgICAgICAgIChyYXRpbmdSZXZpZXdEYXRhKT1cInJhdGluZ0RhdGEoJGV2ZW50KVwiXG4gICAgICAgICAgICAgICAgICBbZGF0YV09XCJpdGVtXCJcbiAgICAgICAgICAgICAgICAgIFtpc1JhdGluZ109XCJpc1JhdGluZ1wiXG4gICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPC9hcHAtY2EtcmF0aW5nLXJldmlldy11c2VyPlxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gIDwvZGl2PlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==