ca-components 1.0.75 → 1.0.76

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 (19) hide show
  1. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +15 -14
  2. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +5 -3
  3. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +8 -20
  4. package/esm2022/lib/components/ca-progress-range/ca-progress-range.component.mjs +3 -3
  5. package/esm2022/lib/components/ca-progress-range/utils/directives/progress-range-tooltip-arrow-position.directive.mjs +1 -1
  6. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +1 -1
  7. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +54 -43
  8. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +11 -7
  9. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +14 -7
  10. package/esm2022/lib/utils/helpers/file.helpers.mjs +14 -0
  11. package/fesm2022/ca-components.mjs +117 -91
  12. package/fesm2022/ca-components.mjs.map +1 -1
  13. package/lib/components/ca-input-dropdown/ca-input-dropdown.component.d.ts +2 -1
  14. package/lib/components/ca-logo-change/ca-logo-change.component.d.ts +0 -1
  15. package/lib/components/ca-progress-range/ca-progress-range.component.d.ts +1 -1
  16. package/lib/components/ca-progress-range/utils/directives/progress-range-tooltip-arrow-position.directive.d.ts +1 -1
  17. package/lib/components/ca-upload-files/ca-upload-files.component.d.ts +4 -3
  18. package/lib/utils/helpers/file.helpers.d.ts +3 -0
  19. package/package.json +1 -1
@@ -101,7 +101,7 @@ export class CaTodoCardComponent {
101
101
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaTodoCardComponent, deps: [{ token: i1.FileService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
102
102
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CaTodoCardComponent, isStandalone: true, selector: "app-ca-todo-card", inputs: { config: "config", commentConfig: "commentConfig", newCommentConfig: "newCommentConfig", configProgress: "configProgress", isVisibleCropAndDrop: "isVisibleCropAndDrop", hasCrop: "hasCrop", slider: "slider", carouselConfig: "carouselConfig", review: "review", configFile: "configFile", files: "files", configDropzone: "configDropzone" }, outputs: { onFileEvent: "onFileEvent" }, providers: [FileService], viewQueries: [{ propertyName: "modalCarousel", first: true, predicate: CaUploadFilesCarouselComponent, descendants: true }], ngImport: i0, template: "<div class=\"todo-container\">\n <div class=\"todo-content d-grid\">\n <!--Header-->\n <div\n class=\"todo-header d-flex align-items-center justify-content-between\"\n >\n <div class=\"title-container\">\n <div class=\"title\">{{ config.title }}</div>\n </div>\n\n <!--SVG Icons-->\n <div class=\"svg-container d-flex\">\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"config.link ? 'Hyperlink' : 'No Hyperlink'\"\n position=\"bottom\"\n (click)=\"addLink()\"\n [ngClass]=\"{\n 'icon-active': !isLinkVisible && config.link,\n 'icon-has-link d-flex align-items-center justify-content-center':\n config.link,\n 'icon-without-link': !config.link,\n }\"\n >\n <svg-icon class=\"icon\" [src]=\"svgTodo.web\"></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n files.length ? 'Attachment' : 'No Attachment'\n \"\n position=\"bottom\"\n (click)=\"toggleDocument()\"\n [ngClass]=\"{\n 'icon-active': isDocumentVisible && files.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n files.length,\n 'icon-without-link': !files.length,\n }\"\n [ngStyle]=\"{\n 'pointer-events': files.length ? 'auto' : 'none',\n }\"\n >\n <svg-icon\n class=\"icon\"\n [src]=\"svgTodo.attachment\"\n ></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n commentConfig.length ? 'Comment' : 'No Comment'\n \"\n position=\"bottom\"\n (click)=\"toggleComments()\"\n [ngClass]=\"{\n 'icon-active':\n isCommentsVisible && commentConfig.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n commentConfig.length,\n 'icon-without-link': !commentConfig.length,\n }\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"18\"\n height=\"18\"\n viewBox=\"26 26\"\n >\n <g\n id=\"Comment_-_Count\"\n data-name=\"Comment - Count\"\n transform=\"translate(0.5 2.5)\"\n >\n <path\n id=\"Path_10563\"\n data-name=\"Path 10563\"\n d=\"M963.974,510.676H950.584a2.274,2.274,0,0,0-2.305,2.237v10.5a2.274,2.274,0,0,0,2.305,2.237h.82l1.574,2.645a.792.792,0,0,0,1.351,0l1.574-2.645h8.07a2.275,2.275,0,0,0,2.305-2.237v-10.5a2.274,2.274,0,0,0-2.305-2.237\"\n transform=\"translate(-948.279 -512.676)\"\n fill=\"#aaa\"\n stroke=\"rgba(0,0,0,0)\"\n stroke-width=\"1\"\n />\n </g>\n <text\n x=\"50%\"\n y=\"50%\"\n dominant-baseline=\"middle\"\n text-anchor=\"middle\"\n id=\"_1\"\n data-name=\"1\"\n fill=\"#fff\"\n font-size=\"9\"\n font-family=\"Montserrat-Bold, Montserrat\"\n font-weight=\"600\"\n >\n <tspan class=\"number-comments\">\n {{ commentCounter }}\n </tspan>\n </text>\n </svg>\n </div>\n </div>\n </div>\n\n <!--Body-->\n <div class=\"todo-body d-flex flex-column\">\n <div class=\"everybody-container d-flex align-items-center\">\n <ng-container\n *ngIf=\"!config.imageProfiles?.length; else showProfiles\"\n >\n <div class=\"asignee-everybody\">\n <p class=\"asignee-everybody-p\">Everybody</p>\n </div>\n </ng-container>\n </div>\n\n <ng-template #showProfiles>\n <div class=\"asignee-images-container d-flex align-items-center\">\n <!--Asigment-->\n <ng-container *ngIf=\"config.assigment\">\n <ng-container\n *ngFor=\"\n let item of config.assigment;\n trackBy: identity\n \"\n >\n <div\n class=\"asignee\"\n [ngClass]=\"{ 'asignee-list': config.assigment }\"\n >\n <p\n [ngClass]=\"{\n 'asignee-item': config.assigment,\n }\"\n >\n {{ item }}\n </p>\n </div>\n </ng-container>\n </ng-container>\n\n <!--Images-->\n <div\n class=\"images-container d-flex align-items-center flex-row\"\n >\n <ng-container\n *ngFor=\"\n let profile of config.imageProfiles;\n trackBy: identity\n \"\n >\n <div class=\"image\">\n <app-ca-profile-image\n [indx]=\"profile.indx\"\n [textShortName]=\"profile.textShortName\"\n [avatarColor]=\"profile.avatarColor\"\n ></app-ca-profile-image>\n </div>\n </ng-container>\n </div>\n </div>\n </ng-template>\n\n <!--Description-->\n <div class=\"description-container d-flex\">\n <p class=\"description\">{{ config.description }}</p>\n </div>\n\n <!--Link-->\n <ng-container *ngIf=\"!isLinkVisible\">\n <div\n class=\"link-container\"\n [@showHideCardBody]=\"!isLinkVisible\"\n >\n <a\n class=\"link\"\n [href]=\"link\"\n style=\"text-decoration: none\"\n target=\"_blank\"\n >{{ link }}</a\n >\n </div>\n </ng-container>\n\n <!--Progress expiration-->\n <div class=\"progress-expiration\">\n <lib-ca-progress-expiration\n [config]=\"configProgress\"\n ></lib-ca-progress-expiration>\n </div>\n </div>\n\n <!--Documents and Comments-->\n <div class=\"todo-actions\">\n <!--Line-->\n <ng-container *ngIf=\"isDocumentVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Documents-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Documents</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ documentCounter }}</span\n >\n </div>\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.upload\"\n (click)=\"saveAllFiles()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <!-- Container for carousel with all files -->\n <div\n class=\"upload-section\"\n [@showHideCardBody]=\"isDocumentVisible\"\n >\n <app-ca-upload-files\n [files]=\"files\"\n [slider]=\"slider\"\n [review]=\"review\"\n [configFile]=\"configFile\"\n [carouselConfig]=\"carouselConfig\"\n [isVisibleCropAndDrop]=\"isVisibleCropAndDrop\"\n [hasCrop]=\"hasCrop\"\n ></app-ca-upload-files>\n </div>\n </ng-container>\n\n <!--Line-->\n <ng-container *ngIf=\"isCommentsVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Comments-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Comment</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ commentCounter }}</span\n >\n </div>\n\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.plus\"\n (click)=\"toggleNewComment()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <ng-container\n *ngFor=\"let item of commentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment [config]=\"item\"></app-ca-comment>\n </div>\n </div>\n </ng-container>\n\n <!--New Comment-->\n <ng-container *ngIf=\"isNewComment\">\n <ng-container\n *ngFor=\"let item of newCommentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment\n [config]=\"item\"\n ></app-ca-comment>\n </div>\n </div>\n </ng-container>\n </ng-container>\n </ng-container>\n </div>\n </div>\n</div>\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,.todo-container .todo-content .todo-body .link-container .link{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter,.todo-container .todo-content .todo-body .asignee-images-container .asignee p,.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p,.todo-container .todo-content .todo-header .title-container .title{font-weight:700!important}.ca-font-extra-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{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}.cdk-drag-preview{background-color:#fff;border-radius:3px;box-shadow:0 0 6px #0000004d;z-index:1000}.todo-container{border-radius:3px}.todo-container .todo-content{cursor:grab}.todo-container .todo-content .todo-header{padding:6px 4px 0 6px}.todo-container .todo-content .todo-header .title-container{padding:4px 4px 4px 6px}.todo-container .todo-content .todo-header .title-container .title{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-header .svg-container{cursor:pointer;gap:4px}.todo-container .todo-content .todo-header .svg-container .icon-box .icon-without-link svg path{fill:#ccc}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link{width:26px;height:26px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path{fill:#919191}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover{background-color:#eee;border-radius:2px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path{fill:#424242}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path{fill:#6692f1}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box:focus.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon{height:26px;width:26px;border-radius:2px}.todo-container .todo-content .todo-body{padding:0 6px 8px 12px;gap:8px}.todo-container .todo-content .todo-body .asignee-everybody{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px;margin:4px 2px}.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px}.todo-container .todo-content .todo-body .asignee-images-container .asignee.asignee-list{background-color:#eee;margin:2px}.todo-container .todo-content .todo-body .asignee-images-container .asignee p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee p.asignee-item{color:#424242}.todo-container .todo-content .todo-body .asignee-images-container .images-container{margin-left:8px;height:30px}.todo-container .todo-content .todo-body .description-container{width:578.67px;gap:10px}.todo-container .todo-content .todo-body .description-container .description{font-size:14px;line-height:18px}.todo-container .todo-content .todo-body .progress-expiration{width:100%}.todo-container .todo-content .todo-body .link-container{transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.todo-container .todo-content .todo-body .link-container .link{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px}.todo-container .todo-content .todo-actions{margin-bottom:8px}.todo-container .todo-content .todo-actions .border-container{padding:4px 2px}.todo-container .todo-content .todo-actions .border-container .border-line{border:1px solid #dadada;width:100%}.todo-container .todo-content .todo-actions .comment-header-container,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content{padding:0 0 0 6px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title{font-family:Montserrat,sans-serif;gap:4px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter{color:#fff;background-color:#6c6c6c;width:18px;height:18px;border-radius:60px;font-size:11px;line-height:14px}.todo-container .todo-content .todo-actions .comment-body{padding:4px 0 4px 6px}.todo-container .todo-content .todo-actions .upload-section{padding:6px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { 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: HttpClientModule }, { kind: "directive", type: NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "popperOptions", "triggers", "positionTarget", "container", "disableTooltip", "tooltipClass", "tooltipContext", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { kind: "ngmodule", type: NgbModule }, { kind: "component", type:
103
103
  //Components
104
- CaProfileImageComponent, selector: "app-ca-profile-image", inputs: ["indx", "avatarImg", "avatarColor", "textShortName", "name", "isRound", "size", "height", "fontSize", "isHoverEffect"] }, { kind: "component", type: CaProgressExpirationComponent, selector: "lib-ca-progress-expiration", inputs: ["config"] }, { kind: "component", type: CaUploadFilesComponent, selector: "app-ca-upload-files", inputs: ["files", "slider", "carouselConfig", "hasCrop", "isRoundCrop", "hasBlobUrl", "onlyOneTagFile", "dropzoneConf", "dropzoneCustomWidth", "isVisibleCropAndDrop", "initialCropperPosition", "containWithinAspectRatio", "aspectRatio", "review", "configFile", "size", "slideWidth"], outputs: ["documentReviewInputEvent", "onFileEvent", "closeDropzone", "fileAdded"] }, { kind: "component", type: CaAppTooltipV2Component, selector: "mainCaTooltip, [mainCaTooltip]", inputs: ["mainCaTooltip", "position", "openTooltipDelay", "tooltipBackground", "tooltipColor", "tooltipTextAlign", "tooltipMarginTop", "disableTooltip"] }, { kind: "component", type: CaCommentComponent, selector: "app-ca-comment", inputs: ["config"], outputs: ["onSave", "onUpdate", "onDelete"] }], animations: [cardComponentAnimation('showHideCardBody')], encapsulation: i0.ViewEncapsulation.None }); }
104
+ CaProfileImageComponent, selector: "app-ca-profile-image", inputs: ["indx", "avatarImg", "avatarColor", "textShortName", "name", "isRound", "size", "height", "fontSize", "isHoverEffect"] }, { kind: "component", type: CaProgressExpirationComponent, selector: "lib-ca-progress-expiration", inputs: ["config"] }, { kind: "component", type: CaUploadFilesComponent, selector: "app-ca-upload-files", inputs: ["slider", "carouselConfig", "hasCrop", "isRoundCrop", "hasBlobUrl", "onlyOneTagFile", "dropzoneConf", "dropzoneCustomWidth", "isVisibleCropAndDrop", "initialCropperPosition", "containWithinAspectRatio", "aspectRatio", "review", "configFile", "size", "slideWidth", "files"], outputs: ["documentReviewInputEvent", "onFileEvent", "closeDropzone", "fileAdded"] }, { kind: "component", type: CaAppTooltipV2Component, selector: "mainCaTooltip, [mainCaTooltip]", inputs: ["mainCaTooltip", "position", "openTooltipDelay", "tooltipBackground", "tooltipColor", "tooltipTextAlign", "tooltipMarginTop", "disableTooltip"] }, { kind: "component", type: CaCommentComponent, selector: "app-ca-comment", inputs: ["config"], outputs: ["onSave", "onUpdate", "onDelete"] }], animations: [cardComponentAnimation('showHideCardBody')], encapsulation: i0.ViewEncapsulation.None }); }
105
105
  }
106
106
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaTodoCardComponent, decorators: [{
107
107
  type: Component,